/* ------ Reset Import --------------------------------------------------- */
@import url('reset.css');


/* ------ Global Styles --------------------------------------------------- */
body {
	font-family: Georgia, serif;
	-webkit-font-smoothing: antialiased;

/* ------ MAIN BODY CONTENT --------------------------------------------------- */


#main-content-container {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}


}

#secondary-wrapper p {
	font-family: Georgia, serif;
	color: #666;
	font-size: 16px;
	line-height: 25px;
	margin: 15px 0 30px 0;
}





h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	color: #20405f;	
	font-weight: bold;
}

h1 {
	font-size: 28px;
	line-height:34px;
	margin: 10px 0 20px;
}

h2 {
	font-size: 24px;
	line-height: 1.5em;
}

h3 {
	font-size: 18px;
	line-height: 22px;
}

h4 {
	font-size: 16px;
	color: #666;
	line-height: 22px;
}

h5 {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

#secondary-wrapper ul {
	list-style-type: disc;
	line-height: 20px;
	color: #666;
	line-height: 25px;
	padding-left: 30px;
}

#secondary-wrapper ol {
	list-style-type: upper-alpha;
	line-height: 20px;
	color: #666;
	line-height: 25px;
	margin: 20px 30px 40px 30px;	
}


#secondary-wrapper ul li, #secondary-wrapper ol li {
	margin: 20px 0 20px;
}

#secondary-wrapper ol ol {
	list-style-type: decimal;
	margin: 30px 30px 0px 30px;
}

#secondary-wrapper ol ol ol {
	list-style-type: upper-roman;
}

#secondary-wrapper ol ol ol ol {
	list-style-type: lower-roman;
}

#secondary-wrapper p a {
    /*text-decoration: underline;*/
}

#secondary-main-content ul li a, #secondary-main-content ol li a {
    text-decoration: underline;
}


blockquote {
	border-left: 2px solid #dbdbdb;
	color: #666;
	font-style: italic;
	padding-left: 10px;
	font-size: 15px;
	line-height: 20px;
}

.image {
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .2);
	margin: 0 0 5px 0;
}

.button {
   border-top: 1px solid #265996;
   background: #2b61a8;
   background: -webkit-gradient(linear, left top, left bottom, from(#3867a5), to(#2b61a8));
   background: -webkit-linear-gradient(top, #3867a5, #2b61a8);
   background: -moz-linear-gradient(top, #3867a5, #2b61a8);
   background: -ms-linear-gradient(top, #3867a5, #2b61a8);
   background: -o-linear-gradient(top, #3867a5, #2b61a8);
   padding: 4px 12px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-transform: uppercase;
   font-size: 11px;
   font-family: 'Avenir LT W01 85 Heavy', Arial, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   margin-right: 15px;
   display: inline-block;
   zoom: 1;
    /* fix ie7 */   
}
   


/* ------ Body --------------------------------------------------- */

body {
	background-image:url(../images/bkg.png);
}


/* ------ NOTIFICATION POP UP --------------------------------------------------- */
/* ------------------------------------------------------------------------------ */


}

/* ------ HEADER --------------------------------------------------- */

.header {
	border-bottom: 2px solid #dcdada;
	width: 100%;
	height: 482px;
	position: relative;
}

div#header-container {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 100;	
}

	/* ------ LOGO --------------------------------------------------- */
	
	.logo {
		position: absolute;
		width: 340px;
		top: 15px;
		left: 10px;
	}

/* ------ TOP NAVIGATION --------------------------------------------------- */

#search {
	position: absolute;
	width: 240px;
	top: 40px;
	right: 0px;
	z-index: 9999;
}

#search img {
	padding-right: 10px;
}

a.social:hover, a.search:hover {
	opacity: 1;
}

a.social, a.search {
	opacity: .5;
	margin-right: 10px;
}

#top-nav {
	position: absolute;
	list-style: none;
	top: 0;
	right: 22px;
	margin: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	list-style: none;
	padding-left: 0;
}

#top-nav li a {
	text-decoration: none;
	color: #265788;
	font-size: 14px;
	list-style: none;
	padding: 10px;
}

#top-nav li:hover, #top-nav li:hover a:hover {
	color: #2c67b2;
}

#top-nav li:hover a {
	border-radius: 3px 3px 0px 0px;
}

#top-nav ul li {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	width: 140px;
}

#top-nav li ul {
	display: none;
	list-style: none;
}

#top-nav ul li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #7f7f7f;
	font-size: 12px;
	/*line-height: 16px;*/
	padding: 10px;
}

#top-nav ul li:first-child > a {
	border-radius: 0px 3px 0px 0px;
}

#top-nav ul li:last-child > a {
	border-radius: 0px 0px 3px 3px;
}

#top-nav ul li:first-child {
	margin-top: 11px;
}

#top-nav li:hover ul {
	display: block;
	position: absolute;
}

#top-nav li:hover li {
	float: none;
	font-size: 11px;
}

#top-nav li:hover a {
	background: rgba(255,255,255,0.9);
}


/* ------ NAVIGATION --------------------------------------------------- */

#nav-container {
    border: 1px solid #DDD;
  	width: 100%;
	height: 54px;
	position: relative;
	top: 85px;
	-moz-box-shadow:    inset 0 0 8px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.3);
    box-shadow:         inset 0 0 8px rgba(0,0,0,.3);
    border-radius: 4px;
    background: #fff; 
	background: rgba(255, 255, 255, .6);
	text-align: center;
}


#nav li.on a, #nav li a:hover {
text-decoration: underline;
line-height: 25px;
	/*border: 1px solid #2c67b2;*/

}



#nav li a {
	font-size: 14px;
	color: #2c67b2;
	font-family: Arial, sans-serif;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	list-style: none;
	margin: 13px 6px 0px 6px;
        }
	
#nav li {
	display: inline;
	list-style: none;
	padding: 8px 10px;
	}



	
/* ------ FOOTER --------------------------------------------------- */


#footer {
		clear: both;
		background: #ebebeb;
		border-top: 2px solid #dadada; 
}

#footer-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#footer-container .seal {
	width: 86px;
	height: 86px;
	margin: -40px auto 20px;
	background: url(../images/state-seal.png) no-repeat center;
}

#footer nav {

}

 ul.footer-nav  {
	text-align: center;
	list-style: none;
}

.secondary-footer-nav {
	padding: 0px 0 20px 0;
}

.footer-nav li a {
	font-size: 14px;
	color: #2c67b2;
	font-family: Georgia, serif;
	display: inline-block;
	text-decoration: none;
	list-style: none;
	padding: 17px 3px 15px 3px;
	}
	
.footer-nav li a:hover {
	color: #20405f;
}	
	
.footer-nav li {
	display: inline;
	list-style: none;
	padding: 10px;
	}
	
ul.secondary-footer-nav {
	text-align: center;
}

.secondary-footer-nav li {
	display: inline;
	list-style: none;
	padding: 10px;
}

.secondary-footer-nav li a, .secondary-footer-nav li {
	font-size: 12px;
	color: #747373;
	font-family: Georgia, serif;
	display: inline-block;
	text-decoration: none;
	list-style: none;
	padding: 0px 3px 15px 3px;
}

.secondary-footer-nav li a:hover {
	color: #555454;
}

/* ------ SECONDARY PAGE --------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.secondary-header {
	background-image:url(../images/secondary-header-health.png); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 155px;	
	border-bottom: 2px solid #dcdada;
}

.secondary-header-health  {
	background-image:url(../images/lifestyle.jpg); 
	background-position: center;
	background-repeat: no-repeat;
        background-size: cover;
	width: 100%;
	height: 155px;	
	border-bottom: 2px solid #dcdada;
}

#secondary-header-container {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 100;	
}

#secondary-wrapper {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	/*margin-bottom: 100px;*/
	/*min-height: 500px;*/
}

/*---------------------------------------------------------------------------------------*/
 
.title_block {
background-color: #fdfdfd !important;
border: 1px solid #ebe5e5;
border-width: 1px;
width: 1040px;
margin: 0 auto;
}

.t-Form-label {
    color: var(--ut-field-label-text-color);
    display: inline-block;
    font-size: var(--ut-field-label-font-size, .75rem);
    font-weight: var(--ut-field-label-font-weight);
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: var(--ut-field-label-line-height, 1rem);
    padding-block-end: var(--ut-field-label-padding-y, .25rem);
    padding-block-start: var(--ut-field-label-padding-y, .25rem);
    padding-right: 10px;
}

