@charset "UTF-8";
/* CSS Document */


/* ************************ FIX VA STYLES ********************** */

body #innerContent li,
body #homeinnerContent li{font-size: 1.1em;}

body #innerContent li li,
body #tier4innerContent li li,
body #homeinnerContent li li,
body #innerContent li p,
body #tier4innerContent li p,
body #homeinnerContent li p {font-size: 1.0em;}

#homeinnerContent ul,
#innerContent ul,
#tier4innerContent ul {
    list-style-type: disc;
    margin-bottom: 0;
    margin-left: 20px;
	list-style: outside;
}

#homeinnerContent ol,
#innerContent ol,
#tier4innerContent ol {
	list-style-type:decimal !important;
    margin-bottom: 0;
    margin-left: 20px;
	list-style: outside;
}

#homeinnerContent li,
#innerContent li,
#tier4innerContent li {
    padding-bottom: 1em;
}

#homeinnerContent li ul li:last-child,
#innerContent li:last-child,
#tier4innerContent li:last-child {
    padding-bottom: 0;
}

#innerContent ul + h3,
#innerContent ul + h4,
#innerContent ul + p,
#tier4innerContent ul + h3,
#tier4innerContent ul + h4,
#tier4innerContent ul + p {
	margin-top:10px;
}

#homeinnerContent {
	margin-top:0 !important;
}

.rule-above {
	padding-top:10px;
	border-top: 1px solid #dddddd;
}

.disclaimer h4 {
  font-size: 1em;
  font-family: Arial, Helvetica, san-serif !important;
}

.disclaimer p {
  font-size: 1em;
}

/* ---------------- lists ----------------- */

#tier4innerContent ul.long-bullets li {
	padding-bottom: 14px !important;
	line-height:1.4em !important;
}

#tier4innerContent ul.short-bullets li {
	padding-bottom: 10px !important;
		line-height:1.4em !important;

}

/* *********************** PREVENTS STYLES ******************** */




#mainContentWrapper1 h1 {
	font-weight: 700;
}


#homeinnerContent h2,
h2.page-title {
    clear: both;
    color: #003F72 !important;
    font-family: Georgia,"Times New Roman",Times,serif !important;
    font-size: 1.6em !important;
    font-weight: bold !important;
	line-height:1.5em !important;
}

h2.page-title-bold {
	font-weight: bold;
}

#homeinnerContent > h2 {margin-top:0;}

h2 {
	line-height:1.45em !important;
}

h3 {
    clear: both;
    font-family: Georgia,"Times New Roman",Times,serif !important;
    font-size: 1.35em;
    font-weight: bold;
}

h4 {
    clear: both;
    font-family: Georgia,"Times New Roman",Times,serif !important;
    font-size: 1.2em;
    font-weight: bold;
	padding-bottom: 0;
}

h5 {
    clear: both;
    color:#444444;
    font-family: Georgia,"Times New Roman",Times,serif !important;
    font-size: 1.15em;
    font-weight: bold;
	padding-bottom: 0;
}

#homeinnerContent h3 {
	font-size: 1.7em;
}



h2.conditions-bkgd,
h3.conditions-bkgd,
h4.conditions-bkgd {
    display: block;
    background: #003f72 url(/PREVENTS/images/conditions-angle-art.png) no-repeat;
    background-size: auto 100%;
    background-position: 90% 0;
    padding: 10px 15px;
    margin-top:20px;
    color: #ffffff !important;
    border-top: #0083be 5px solid;
    font-family: Arial, "Helvetica Neue", Helvetica,  "sans-serif" !important;
    font-weight: normal;
	    font-size: 1.35em !important;

}


.site-section-highlight {
    padding-top: 40px!important;
}

.site-section-highlight:before {
    content: "";
    position: absolute;
    width: 8rem;
    display: block;
    top: 2.4rem;
    height: 5px;
    background-color: #B78B1E;
}

#homeinnerContent .site-section-highlight h4,
#innerContent .site-section-highlight h4 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.7em;
    margin-bottom: 1rem;
    margin-top: 0;
    padding: 0;
    color: #444444;
}


#homeinnerContent .site-section-highlight h4,
#innerContent .site-section-highlight h4 {
	margin-bottom: 1rem;
    margin-top: 1rem;
}

/* -------------- BOXES ----------------- */

/* ------------------- box -------------- */
.light-blue-box {
                display: block;
                padding: 20px;
                background: #ebf4f6;
                margin-bottom:25px;
                border-top:4px solid #7fc1de;
}
 
.light-blue-box h3 {
                font-weight:bold;
                font-family:Arial, "Helvetica Neue", Helvetica,  "sans-serif" !important;
	font-size: 1.35em !important;
}
 
.light-blue-box > h3 {
                margin-top: 0;
               
}
 
.light-blue-box.large {
    font-size:1.2em !important;
    border-bottom:4px solid #7fc1de;

}

.light-blue-box.rounded {
    border-radius: 8px;
  border-left:none;
}


.gray-box {
  	display: block;
    padding: 20px;
    background: #efefef;
    margin-bottom:25px;          
}

/* ---------------- BUTTONS ----------------- */


a.gray-btn {
  background: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #cecece);
  background-image: -moz-linear-gradient(top, #eaeaea, #cecece);
  background-image: -ms-linear-gradient(top, #eaeaea, #cecece);
  background-image: -o-linear-gradient(top, #eaeaea, #cecece);
  background-image: linear-gradient(to bottom, #eaeaea, #cecece);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
	font-weight: bold;
  color: #4a4a4a !important;
  font-size: 1em;
  padding: 6px 10px;
  text-decoration: none;
}

a.gray-btn:hover {
  text-decoration: none;
}
 

a.btn-gold {
  background: #926F17;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
	font-weight: bold;
  color: #ffffff !important;
  font-size: 1em;
  padding: 10px 20px;
  text-decoration: none;
	display: inline-block;
}

a.btn-gold:hover { background: #003f72;
  text-decoration: none;
}

a.btn-gold.fullw {
	width:90%;
	text-align: center;
	margin-bottom:12px;
	display:inline-block;
}

a.btn-gold-dark {
  background: #926F17; /* Old browsers */
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
	font-weight: bold;
  color: #ffffff !important;
  font-size: 1em;
  padding: 6px 10px;
  text-decoration: none;
  display:inline-block;
} 

a.btn-blue {
    color: #ffffff !important;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 10px 8px 10px;
    border: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: #0083be !important;
    text-decoration: none !important;
}

a.btn-blue:hover { background: #003f72;
  text-decoration: none;
}

 


/* ------------------ images --------------------- */




#homeinnerContent img,
#innerContent img,
#tier4innerContent img {}

#innerContent img + div.grey_box,
#innerContent img + h3,
#innerContent img + h4,
#tier4innerContent img + div.grey_box,
#tier4innerContent img + h3,
#tier4innerContent img + h4{
	margin-top:10px;}

#innerContent h2.page-title + img,
#innerContent img + p,
#tier4innerContent h2.page-title + img,
#tier4innerContent img + p{
	margin-top:10px;
}

#innerContent .main-image img,
#tier4innerContent .main-image img {
   margin-left: -20px;
    margin-right: -20px;
    width:110%;
}     


img.image-full {
	width:100%;
}

.image-right {
	display:block;
	float: right;
	margin: 0 0 20px 20px;
}

.image-left {
	display:block;
	float: left;
	margin: 0 20px 20px 0;
}

img.border {
border: 1px solid #cccccc;	
}                  

/* *************** box display ***************** */

#innerContent .box-table-content h4,
#tier4innerContent .box-table-content h4{
	display: inline-block;
	width:100%;
	padding: 6px;
	margin:0 0 3px 0;
	text-align: center;
	background: #cdcdcd;
}

#innerContent .box-table-content ul, 
#tier4innerContent .box-table-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#innerContent .box-table-content li, 
#tier4innerContent .box-table-content li {
	display: inline-block;
	width:100%;
	margin: 0;
	padding: 10px 20px;
	list-style-none: none;
	background: #efefef;
	margin-bottom: 3px;
}


#innerContent .box-table-content.blue h4,
#tier4innerContent .box-table-content.blue h4{
	
	background: #003f72;
	color: #ffffff;
	
}

#innerContent .box-table-content.blue li, 
#tier4innerContent .box-table-content.blue li {
	color: #ffffff;
	background: #003f72;
}

/* ************************** Navigation ************************* */





/*! responsive-nav.js 1.0.39 by @viljamis */

#homeinnerContent .nav-collapse ul,
#innerContent .nav-collapse ul,
#homeinnerContent .nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
	padding-bottom:0;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
#homeinnerContent .nav-collapse ul,
#innerContent .nav-collapse ul,
#tier4innerContent .nav-collapse ul,
#homeinnerContent .nav-collapse li,
#innerContent .nav-collapse li,
#tier4innerContent .nav-collapse li{
    list-style-type: none;
	margin-left:0;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    width: auto;
    float: left;
  }
}

.nav-collapse > ul,
.nav-collapse > ul,
.nav-collapse > ul{
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  background: none;
    border-bottom: 1px solid #B78B1E;
    color: #444;
    float: left;
    padding: 8px;
    text-decoration: none;
    width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-bottom: 0;
    padding: 1em 1.5em;
    margin: 0;
    float: left;
    text-align: center;
  }
  .nav-collapse li:first-child a {
    border-left: none;
	  border-right:none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
	border:none;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  float: left;
  line-height: 39px;
  padding: 0 16px;
  margin-top: 7px;
  margin-right: 5%;
	margin-bottom: 4%;
  background: #926F17;
}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  background-color: #fff;
  color: #212428;
}


/* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */

.nav-collapse a:hover,
.nav-collapse li.focus > a {
  background-color: #003f72;
	color:#ffffff;
	text-decoration: none;
}

@media screen and (max-width: 39.999em) {
  .js .nav-collapse {
    visibility: hidden;
  }
  .js .nav-collapse.opened {
    visibility: visible;
  }
  /* Enable active class to let the navigation expand over the calculated max height. */
  .js .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important;
  }
  .js .nav-collapse.multiple-level-nav .sub-menu {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none;
    /* This way you don't have focus on sub menu items unless you open the sub menu. */
    overflow: hidden;
    zoom: 1;
  }
  .js .nav-collapse.multiple-level-nav .sub-menu.toggled {
    display: block;
    max-height: 9999px;
    position: relative;
  }
  .js .nav-collapse li {
    position: relative;
	  padding-bottom: 0 !important;
  }
  .js .nav-collapse .dropdown-toggle {
    border: 1px solid #fff;
    color: #fff;
    content: "";
    height: 46px;
    width: 46px;
    padding: 0;
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    top: 0.6em;
    right: 4%;
  }
  .js .nav-collapse .dropdown-toggle:hover,
  .js .nav-collapse .dropdown-toggle:focus,
  .js .nav-collapse .dropdown-toggle:active {
    background-color: #fff;
    color: #212428;
  }
  .js .nav-collapse .dropdown-toggle:after {
    content: "+";
    font-size: 20px;
  }
  .js .nav-collapse .dropdown-toggle.toggled:after {
    content: "-";
  }
}

.dropdown ul a {
  background: #282e34;
  padding-left: 1.5em;
}

.dropdown ul ul a {
  background: #2d353e;
  padding-left: 2.5em;
}

@media screen and (min-width: 40em) {
  .dropdown-toggle {
    display: none;
  }
}

.dropdown ul ul {
  border: 0;
  padding: 0;
}

.dropdown .dropdown.opened .has-dropdown {
  background: #9c2c12;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    padding-right: 0;
    position: relative;
  }
  .js .nav-collapse,
  .js .nav-collapse .dropdown ul {
    max-height: none;
    overflow: visible;
	  margin-top: 1rem;
  }
  .has-dropdown:after {
    font-size: 1.5em;
    line-height: 0.8;
    float: right;
    content: "";
    width: 0;
    height: 0;
    margin: 1em 0 0 0.5em;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }
  .dropdown ul .has-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0.3em 0 0 0.5em;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
  }
  .nav-collapse .dropdown {
    position: relative;
  }
  .nav-collapse .dropdown li {
    width: 100%;
  }
  .nav-collapse .dropdown ul a {
    text-align: left;
    border: 0;
  }
  .nav-collapse li {
    border: 0;
    display: inline-block;
    /* height: 55px;
    line-height: 55px; */
    position: relative;
  }
  .nav-collapse a {
    display: inline-block;
    padding: 10px 8px;
  }
  .nav-collapse ul ul {
    float: left;
    margin: 0;
    position: absolute;
    top: 85px;
    left: -999em;
    z-index: 99999;
    text-align: center;
  }
  .nav-collapse li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
  }
  .nav-collapse ul ul ul {
    left: -999em;
    top: 20px;
  }
  .nav-collapse ul ul a {
    padding: 15px 12px;
    white-space: normal;
    width: 150px;
  }
  .nav-collapse ul li:hover > ul,
  .nav-collapse ul li.focus > ul {
    top: 55px;
    left: 50%;
    margin-left: -75px;
  }
  .nav-collapse ul ul li:hover > ul,
  .nav-collapse ul ul li.focus > ul {
    top: 0;
    left: 0%;
    margin-left: 150px;
  }
}


/* ---------------- drop menu button ---------------- */
 
/* Style The Dropdown Button */
.dropbtn {
    color: #ffffff;
    cursor: pointer;
                font-weight: bold;
    padding: 10px 30px 8px 10px;
    border: none;
                -webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
                background:#0083be url(/PREVENTS/images/down-arrow_white.png) no-repeat 95% center;
               
}
 
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
 
}
 
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
                height: auto;
    max-height: 200px;
                overflow-y: scroll;
 
}
 
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
 
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
                background-color: #0083be;
                color:#ffffff;}
 
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
 
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #003f72;
                color:#ffffff;
}

  
select.dropbtn {
  color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 30px 8px 10px;
    border: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #0083be;
    background-image:none;
}
  
  .dropdown-option {
	background-color: #efefef;
	color: #787878;
}
