/* ------ Reset Import --------------------------------------------------- */
@import url('reset.css');


/* ------ Global Styles --------------------------------------------------- */
body {
	font-family: Georgia, serif;
	-webkit-font-smoothing: antialiased;
}

#secondary-wrapper p {
	font-family: Georgia, serif;
	color: #666;
	font-size: 16px;
	line-height: 25px;
   	margin: 15px 0 25px 0;
 /*	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;
	/*line-height: 15px;*/
	padding-left: 30px;
}

#secondary-wrapper ol {
	list-style-type: upper-alpha;
	line-height: 20px;
	color: #666;
	line-height: 25px;
	/*line-height: 15px;*/
	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; */
	text-decoration: none;
	font-style:italic;
}

#secondary-main-content ul li a, #secondary-main-content ol li a {
     /*text-decoration: underline; */
	text-decoration: none;
	font-style:italic;
}


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 */   
}
   
.button:hover {
   border-top-color: #325b92;
   background: #325b92;
   color: #ebebeb;
}
   
.button:active {
   border-top-color: #2b61a8;
   background: #2b61a8;
   }
   
a {
	outline: 0;
	text-decoration: none;
	/*color: #20405f;*/
	color: #3868a6;
	cursor: pointer;
	transition: all .1s linear;
}

a:hover {
    color: #20405f;
	/*color: #3868a6;*/
	cursor: pointer;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #acc0d8;
}

li a.promotion-button {
	background: #fff; 
	background: rgba(255, 255, 255, .8);
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #2a61a6;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:    1px 1px 3px 1px #626262;
    -webkit-box-shadow: 1px 1px 3px 1px #626262;
    box-shadow:         1px 1px 3px 1px #626262;
    cursor: pointer;
    -moz-box-shadow:    inset 0 0 8px #ccc;
    -webkit-box-shadow: inset 0 0 8px #ccc;
    box-shadow:         inset 0 0 8px #ccc;
    list-style: none;
}

li a.promotion-button:hover {
	cursor: pointer;
	color: #20405f;
}


form {
	font-family: Georgia, serif;
	color: #666;
	font-size: 16px;
	line-height: 25px;
}

input, textarea {
	border: 1px solid #dbdbdb;
	outline: 0;
	background: #f3f3f3;
	border-radius: 2px;
	padding: 7px;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
}



/* ------ Body --------------------------------------------------- */

body {
	background-image:url(../images/bkg.png);
}


/* ------ NOTIFICATION POP UP --------------------------------------------------- */
/* ------------------------------------------------------------------------------ */

.alert div.alert-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1000000;	
	height: 86px;
}

.alert {
	width: 100%;
	height: 88px;
	background: #e4772e;
	border-bottom: 1px solid #e38a4e;
}

.alert-min {
    width: 100%;
    height: 25px;
    background: #e4772e;
    border-bottom: 1px solid #e38a4e;
    cursor: pointer;
}

.alert-min div.alert-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1000000;	
	height: 25px;
}


.alert-min-text a {
    position: absolute;
    top: 3px;
    left: 8px;
}

.alert-container p {
	margin: 0;
}

.notification-open-button {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.notification-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.notification-text {
	position: absolute;
	top: 25px;
	left: 125px;
	color: #fff;
	font-family:  Arial, sans-serif;
	font-weight: bold;	
	font-size: 14px;
	line-height: 22px;
	width: 630px;
	margin: 0;
}

.notification-text a {
	color: #fff;
	text-decoration: underline;
}

.notification-text a:hover {
	color: #ebebeb;
	text-decoration: underline;
}

.notification-close-button {
    position: absolute;
    top: 34px;
    right: 15px;
    cursor: pointer;
}

/* ------ HEADER --------------------------------------------------- */

.header {
	border-bottom: 2px solid #dcdada;
	width: 100%;
	height: 482px;
	position: relative;
}

div#header-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 100;	
}

	/* ------ LOGO --------------------------------------------------- */
	
	.logo {
		position: absolute;
		width: 340px;
		top: 28px;
		left: 10px;
	}

/* ------ TOP NAVIGATION --------------------------------------------------- */

#search {
	position: absolute;
	width: 340px;
	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: 97px;
	-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 {
	border-bottom: 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: 20px 6px 0 6px;
	}
	
#nav li {
	display: inline;
	list-style: none;
	padding: 8px 10px;
	}


/* ------ homepage-slider --------------------------------------------------------*/
.flex-wrapper {
    height: 482px;
    min-width: 960px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
}
		
.flexslider {
	position: absolute;
	top: 0px;
	width: 1800px;
    height: 482px;
	overflow: hidden;
	margin-left: -900px;
	left: 50%;
}


.flexslider .slides {
	width: 1800px;
    height: 482px;
} 

.flexslider .slides img {
	width: 1800px;
    height: 482px;
}

.flex-control-nav {
	display: none;
}

.controls {
	position: relative;
	z-index: 500;	
	top: 300px;
}

.slider-container {
	width: 960px;
	margin: 0 auto;
	top: 0px;
	position: relative;
}	


.slider-text {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    line-height: 35px;
    list-style: none;
    position: absolute;
    top: -250px;
    left: 515px;
    text-shadow:1px 1px 1px rgba(0,0,0,0.3)
}

.flex-direction-nav {
	position: absolute;
	z-index: 100;
}


.flex-prev {
	position: absolute;
	left: 0;
	z-index: 1000;
}

.flex-next {
	position: absolute;
	left: 950px;
	z-index: 1000;
}


/* ------ MAIN BODY CONTENT --------------------------------------------------- */


#main-content-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}


	/* ------ TABS --------------------------------------------------- */
	
	#tabs {
		width: 715px;
		float: left;
	}
	
	/* quick fix: chrome windows */
	#tabs-29886 {
		padding-right: 50px;
	}
	
	#tabs ul li > a {
			font-family: Arial, sans-serif;
			font-weight: bold;
			font-size: 16px;
			text-decoration: none;
			color: #fff;
			text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
			padding-top: 16px;
			height: 20px;
	}
	
	#tabs ul li a:hover {
		color: #d0ceca;
	}
	
	#tabs ul li a:focus {
		outline: 3px solid #0099FF;
	}
	
	.section-title {
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 20px;
		color: #f6f5f5;
		padding: 10px 0px 0px 0px;
	}
	
	#tabs p {
		font-family: Georgia, serif;
		font-size: 14px;
		line-height: 24px;
		color: #f6f5f5;
		padding-bottom: 20px;
	}
	
	#tabs h2 {
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #f6f5f5;
		padding: 10px 0px 5px 0px;
	}

	#tabs a {
		text-transform: underline;
		color: #a3aab4;
	}
	
	#tabs a:hover {
		text-transform: underline;
		color: #cdd5de;
	}
	
	#tabs a:focus {
		text-transform: underline;
		color: #cdd5de;
	}
	
	#tabs .button {
		color: #fff;
	}

	/* ------ NEWS --------------------------------------------------- */

    #news {
        width: 235px;
        float: right;
        overflow: hidden;
        position: absolute;
        top: 33px;
        right: 0;
        background: #ebebeb;
    }
    
	#news .news-header {
        height: 43px;
		position: relative;
		background: #3868a5;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(56, 104, 165)), to(rgb(43, 98, 168)));
		background-image: -webkit-linear-gradient(top, rgb(56, 104, 165), rgb(43, 98, 168));
		background-image: -moz-linear-gradient(top, rgb(56, 104, 165), rgb(43, 98, 168));
		background-image: -o-linear-gradient(top, rgb(56, 104, 165), rgb(43, 98, 168));
		background-image: -ms-linear-gradient(top, rgb(56, 104, 165), rgb(43, 98, 168));
		background-image: linear-gradient(top, rgb(56, 104, 165), rgb(43, 98, 168));
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	
	#news h1.section-title {
		position: absolute;
		top: -15px;
		left: 10px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	}

	#news a.view-all-news {
		position: absolute;
		top: 16px;
		left: 178px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	}
	
	#news a.view-all-news:hover {
		color: #d0ceca;
	}
	
	#news ul {
		background: #f3f3f3;
		padding: 15px;
		list-style: none;
	}
	
	#news ul.news-items {
		padding-top: 20px;
		padding-bottom: 22px;
		list-style: none;
	}
	
	li a.button {
		margin-right: 90px;
		list-style: none;
		padding: 3px 10px;
	}
	
	li.news-headline {
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
		list-style: none;
		padding-bottom: 6px;
	}
	
	#news li.news-date p {
		text-transform: uppercase;
		font-size: 12px;
		font-family: Arial, sans-serif;
		color: #3b72b7;
		list-style: none;
		padding-bottom: 5px;
	}
	
	#news li {
		font-size: 13px;
		line-height: 22px;
		color: #58595b;
		list-style: none;
		padding-bottom: 5px;
	}	

	
	/* ------ BULLETINS AND MEETINGS --------------------------------------------------- */

	#bulletins {
		width: 48%;
		float: left;
		padding-top: 40px;
		margin-bottom: 40px;
	}	
		
	#meetings { 
		width: 48%;
		float: left;
		padding-left: 30px;
		padding-top: 40px;
		margin-bottom: 40px; 
	}
		
	.widget-header {
		position: relative;
		height: 30px;
		border-bottom: 1px solid #dad6d2;
	}
	
	.widget-header h3 {
		font-family: Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		color: #3b72b7;
		font-size: 14px;
		position: absolute;
		top: 5px;
	}
	
	.widget-header a.view-all {
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		color: #3b72b7;
		position: relative;
		left: 415px;
		top: 10px;
	}
	
	.widget-header a.view-all:hover {
		color: #20405F;
	}
	
	.widget-items {
		padding-top: 20px;
	}
	
	li.meeting {
		background-image:url(../images/meeting-icon.png);
		background-repeat: no-repeat;
		background-position: left top;
		margin-bottom: 15px;
		list-style: none;
	}
	
	li.bulletin {
		background-image:url(../images/bulletin-icon.png);
		background-repeat: no-repeat;
		background-position: left top;
		margin-bottom: 13px;
		list-style: none;
	}
	
	span.meeting-date, span.bulletin-number {
		text-transform: uppercase;
		color: #3b72b7;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		font-weight: 500;
	}
	
	li.meeting p, li.bulletin p {
		padding-left: 25px;
		font-family: Arial, sans-serif;
		color: #77716b;
		font-size: 13px;
		line-height: 20px;
		list-style: none;
	}
	
	.RadScheduler p, .RadScheduler .rsSelected 
	{
	    margin: 0 !important;
	}
	    
	
/* ------ 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(/i/themes/theme_42/24.1/images/state-seal.png) no-repeat center;
}


 .seal {
	width: 86px;
	height: 86px;
	margin: -40px auto 5px;
	background: url(/i/themes/theme_42/24.1/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: 3px 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-family.png); 
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 185px;	
	border-bottom: 2px solid #dcdada;
}


.secondary-header-health  {
	background-image:url(../images/lifestyle.jpg); 
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 185px;	
	border-bottom: 2px solid #dcdada;
}

#secondary-header-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 100;	
}

#secondary-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 100px;
	min-height: 500px;
}


/* ------ Secondary NAV --------------------------------------------------- */

aside {
	width: 250px;
	float: left;
}

#subnav {
	padding-top: 30px;
	padding-left: 0px;
}

#subnav ul {
	list-style: none;
	text-indent: 0;
	background: #f3f3f3;
	margin-left: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-left: 0;
	box-shadow:  1px 1px 1px rgba(204,204,204,0.78)
}

h2.subnav-title {
	position: relative;
	height: 40px;
	background-color: #274f74;
	-webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

h2.subnav-title a {
	position: absolute;
	top: 5px;
	left: 20px;
	color: #fff;
	font-size: 15px;
	text-shadow: 2px 2px 1px #365a7f;
}

h2.subnav-title a:hover {
	color: #f3f3f3;
}

	/*--- First Level ---*/
	
	#subnav ul > li {
		border-bottom: 1px solid #dfdede;
		margin: 0;
	}
	
	#subnav ul li.on > a:after {
		content: " ";
		display: block;
		height: 0px;
		width: 0px;
		position: absolute;
		bottom: -9px;
		left: 15px;	
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #F3F3F3;
	}
	
	#subnav ul li.on > a:last-child::after {
		border: 0;
	}
	
	#subnav ul li.on > a {
		color: #274f74;
	}
	
	#subnav ul > li a {
		font-size: 14px;
		color: #2c67b2;
		padding: 10px 0 10px 20px;
		display: block;
		line-height: 18px;
		position: relative;
	}
	
#subnav ul a:hover {
    color: #113c72;
}
	
	/*--- Second Level ---*/
	
	#subnav ul li ul {
		margin-left: 0px;
		background: #3868a5;
		display: none;
	}
	
	#subnav ul li ul {
		display: block;
	}
	
	#subnav ul li ul > li {
		border-bottom: 1px solid #567fb2;
		margin: 0;
	}

	#subnav ul li ul > li:first-child {
		border-top: 1px solid #F3F3F3;
	}


	
	#subnav ul li ul a {
		color: #D7E0ED;
		padding-left: 20px;
		font-size: 13px;
		width: 215px;
	}
	
	#subnav ul li ul li.on > a {
		color: #fff;
	}
	
	#subnav ul li ul li.on > a:after {
		content: " ";
		display: none;
	}
	
#subnav ul li ul a:hover{
    color: #fff;
}
	
	
	/*--- Third Level ---*/
	
	#subnav ul li ul ul li {
		margin-left: 15px;
		border-bottom: none;
	}
	
	#subnav ul li ul ul li > a {
		border-left: 1px solid transparent;	
		font-size: 12px;
		font-weight: normal;
	}
	
	#subnav ul li ul ul li a:hover, #subnav ul li ul ul li.on a {
		border-left: 1px solid #6991c2;	
	}


#secondary-main-content, #news-content {
	width: 667px;
	padding: 15px 0 70px 0;
	float: right;
}


/* ------ NEWS AND BULLETINS PAGE --------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#news-header {
	background-image:url(../images/secondary-header-desert.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 185px;	
	border-bottom: 2px solid #dcdada;
}

p.news-date {
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #3b72b7;
	list-style: none;
}

#news-content article {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #acc0d8;
}




	/* ------   PAGINATIONS   ----------- */

	#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_DataPagerProducts {
		font-family: Arial, sans-serif;
		font-size: 13px;
		text-transform: lowercase;
		color: #2C67B2;
	}
	
	#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_DataPagerProducts a {
		padding-right: 10px;
	}
		
	.pager-current {
		text-decoration: underline;
		color: #666;
		padding-right: 10px;
	}

	#secondary-wrapper li.meeting p {
		
	}

	/* ------   PROMOTIONS   ----------- */
	
	.promotion {
		margin: 20px 0 20px 0;
	}
	
	div.top, div.middle, div.bottom {
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		line-height: 0;
	}
	
	div.top a:hover, div.middle a:hover, div.bottom a:hover {
       opacity: .8;
       filter:alpha(opacity=20); /* For IE8 and earlier */
    }


/* ------ RATE REVIEW RESULTS PAGE --------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#rate-result-header {
	background-image:url(../images/secondary-header-health.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 185px;	
	border-bottom: 2px solid #dcdada;
}

#rate-review {
	padding-top: 30px;
}


	/* ------   TABLE STYLES   ----------- */
	
	table {
		font-family: Arial, sans-serif;
		text-align: left;
		vertical-align: middle;
		margin: 20px 0 30px 0;
	}
	
	table th {
		font-size: 13px;
		background: #20405F;
		color: #FFF;
		padding: 10px;
		height: 35px;
	}
	
	table td {
		padding: 10px;
		font-size: 13px;
		border: 1px solid #DDD;
	}
	
	.zebra {
		background: #EEE;
	}
	
	#secondary-wrapper table p {
		font-family: Georgia, serif;
		color: #666;
		font-size: 16px;
		line-height: 20px;
		margin: 8px 0 8px 0;
	}
	
	.rate-results th {
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 15px;
		height: 60px;
		color: #fff;
		vertical-align: middle;
		background-color: #3e74bb;
		border-right: 1px solid #4375b6;
	    padding-left: 15px;
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	    border-bottom: 1px solid #4375b6;
	    background-image: linear-gradient(top, rgb(56, 104, 165), rgb(43, 98, 168));
}
	
	.rate-results th:first-child {
		border-radius: 5px 0px 0px 0px;
	}
	
	.rate-results th:last-child {
		border-radius: 0px 5px 0px 0px;
		border-right: 0;
	}
	
	.rate-results td {
		padding: 15px 35px 15px 0;
		border: 1px solid #ebe9e9;
		vertical-align: center;
		padding-left: 15px;
		color: #666;
		font-size: 13px;
	}
	
	.rate-results td a {
		text-decoration: underline;
		font-size: 14px;
		line-height: 24px;
	}
	
	.rate-results td span.RateStatus_Approved {
		color: #82b150;
	}
	
	.rate-results td span.RateStatus_Denied {
		color: #b32a20;
	}
	
	.rate-results td span.RateStatus_Modified {
		color: #e1b63d;
	}

	.rate-results td span.RateStatus_Open {
		color: #74439a;
	}
	
	.rate-results tr {
		background: #f3f3f3;
		vertical-align: middle;
		line-height: 20px;
	}
	
	.rate-results tr.alt {
		background: #dddbdb;
	}
	
	.hidden { display: none}
	h1.logo a { z-index: 10000001}
	
	 
	
/* ------ LICENSING SEARCH --------------------------------------------------- */
/* ------------------------------------------------------------------------- */	

.licensing-search-text {
	margin-top: 30px;
	width: 900px;
}

#secondary-wrapper p.rate-search-headline {
     font-family: Arial, sans-serif;
     font-weight: bold;
     font-size: 28px;
}

#ctl00_ContentPlaceHolder1_CompanySearch, #ctl00_ContentPlaceHolder1_AgencySearch, #ctl00_ContentPlaceHolder1_AgentSearch {
	background: #3867A5;
	 background: -moz-linear-gradient(center top , #3867A5, #2B61A8) repeat scroll 0% 0% transparent;
	 border-radius: 3px 3px 3px 3px;
	 border: medium none;
	 color: white;
	 display: inline-block;
	 font-family: Arial, sans-serif;
	 font-weight: bold;
	 font-size: 11px;
	 margin-right: 15px;
	 padding: 7px 10px;
	 text-decoration: none;
	 text-transform: uppercase;
	 vertical-align: middle;
	 margin-top: 20px;
	 cursor: pointer;
}

#ctl00_ContentPlaceHolder1_CompanySearch:hover, #ctl00_ContentPlaceHolder1_AgencySearch:hover, #ctl00_ContentPlaceHolder1_AgentSearch:hover {
   border-top-color: #325b92;
   background: #325b92;
   color: #ebebeb;
   cursor: hand;
}

.license-search-box input[type="text"] {
	clear: both;
	display: block;
	width: 225px;
}

 .license-search-box {
	width: 28%;
	height: 230px;
	float: left;
	font-size: 14px;
}

.license-search-box legend {
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 35px 0 35px 0;
	color: #20405f;
	font-size: 20px;
}

.CompanySearchBox, .AgencySearchBox {
	border-right: 1px solid #ddd;
	margin-right: 27px;
	margin-bottom: 200px;
}


#ctl00_ContentPlaceHolder1_errorMessage.errorMessage {
	background: #E4772E;
	border-radius: 5px;
	color: #f0d6c4;
	font-family: Arial, sans-serif;
	font-weight: bold;
	position: absolute;
	text-align: center;
	top: 550px;
	padding: 4px 12px;
	font-size: 12px;
	text-transform: uppercase;
	}

/* ------ LICENSING TABLE --------------------------------------------------- */

#ctl00_ContentPlaceHolder1_ResultsListView {
	padding-top: 35px;
}



/* ------ LICENSING RESULT --------------------------------------------------- */

tr.pagination {
	
}

#license-result {
padding-top: 30px;
}

#license-result p {
	text-transform: uppercase;
}

#license-result .column-left, #license-result .column-right {
	width: 44%;
	float: left;
	padding-right: 20px;
}

.company-info {
     color: #666;
     font-family: Georgia, serif;
     font-size: 16px;
     line-height: 25px;
     margin: 10px 0px 20px;
}

#license-result table {
	clear: both;
	font-family: Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
	margin: 20px 0 30px 0;
}
	
#license-result table th {
		font-size: 13px;
		background: #20405F;
		color: #FFF;
		padding: 10px;
		height: 35px;
	}
	
	#license-result table td {
		padding: 10px;
		font-size: 13px;
		border: 1px solid #DDD;
	}
	
	.zebra {
		background: #EEE;
	}
	
	#license-result table p {
		font-family: Georgia, serif;
		color: #666;
		font-size: 16px;
		line-height: 20px;
		margin: 8px 0 8px 0;
	}
	
	#license-result th {
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 15px;
		height: 60px;
		color: #fff;
		vertical-align: middle;
		background-color: #3e74bb;
		border-right: 1px solid #426281;
	    padding-left: 15px;
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	    border-bottom: 1px solid #4375b6;
	    background-image: linear-gradient(top, rgb(56, 104, 165), rgb(43, 98, 168));
}
	
	#license-result th:first-child {
		border-radius: 5px 0px 0px 0px;
	}
	
	#license-result th:last-child {
		border-radius: 0px 5px 0px 0px;
		border-right: 0;
	}
	
	#license-result td {
		padding: 15px 35px 15px 0;
		border: 1px solid #ebe9e9;
		vertical-align: center;
		padding-left: 15px;
		color: #666;
		font-size: 13px;
	}
	
	#license-result td a {
		text-decoration: underline;
		font-size: 14px;
		line-height: 24px;
	}



/* ------ RATES REVIEW SEARCH --------------------------------------------------- */
/* ------------------------------------------------------------------------- */	

#rates_review_name, #rates_review_status, #rates_review_type {
	width: 33%;
	float: left;
	padding-top: 20px;
}

.rates_review_button_submit {
	background: #3867A5;
	 background: -moz-linear-gradient(center top , #3867A5, #2B61A8) repeat scroll 0% 0% transparent;
     border-radius: 3px 3px 3px 3px;
     border: medium none;
     color: white;
     display: inline-block;
     font-family: Arial, sans-serif;
     font-weight: bold;
     font-size: 11px;
     margin-right: 15px;
     padding: 7px 10px;
     text-decoration: none;
     text-transform: uppercase;
     vertical-align: middle;
     margin-top: 20px;
}

.rates_review_button_submit:hover {
   border-top-color: #325b92;
   background: #325b92;
   color: #ebebeb;
   }


#ctl00_ContentPlaceHolder1_pnlSearch {
	padding-top: 30px;
}

#company_name, #rates_review_status, #insurance_type {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #20405f;
	font-size: 20px;
}

#ctl00_ContentPlaceHolder1_ddlCompany_Name, #ctl00_ContentPlaceHolder1_ddlStatus, #ctl00_ContentPlaceHolder1_ddlInsurance_Type {
	margin-top: 10px;
	width: 250px;
}

#ctl00_ContentPlaceHolder1_pnlResults {
	margin-top: 30px;
}

/* ------ RATES REVIEW RESULTS --------------------------------------------------- */
/* ------------------------------------------------------------------------- */	

#ctl00_ContentPlaceHolder1_gvResults th {
	border-right: 1px solid #3667a8;
    border-bottom: 1px solid #3667a8;
}

.rates_review_title {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #20405f;
	font-size: 25px;
	line-height:34px;
	margin: 10px 0 40px;
}

.new-search {
   position: absolute;
   right: 0;
   top: 38px;
   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: 7px 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: Arial, sans-serif;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
   margin-right: 15px;
   display: inline-block;
   zoom: 1; /* fix ie7 */   
}
   
.new-search:hover {
   border-top-color: #325b92;
   background: #325b92;
   color: #ebebeb;
}


.column, .row_label, .column_title {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 22px;
	padding: 0 0 10px 0;
}

#rates_review_detail {
	padding-top: 20px;
}

#rates_review_detail .column_left, #rates_review_detail .column_middle, #rates_review_detail .column_right {
	float: left;
	width: 28%;
	margin-right: 34px;
	margin-bottom: 30px;
	padding-top: 15px;
}

#rates_review_detail .column_middle {
	background: #f5f5f5;
	padding: 15px 15px 15px 15px;
}

#rates_review_detail .new_section {
	clear: both;
}

.row, .highlight {
	margin-bottom: 20px;
}

#rate-review .column {
	padding-bottom: 8px;
}

.row_documents {
	padding-bottom: 20px;
}

#secondary-wrapper p.rate-review-description {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #acacac;
	line-height: 16px;
	margin: 0;
	
}

#ctl00_ContentPlaceHolder1_txtComment {
	 margin-bottom: 20px;
}

#ctl00_ContentPlaceHolder1_btnSubmit_Comment {
	background: #3867A5;
	 background: -moz-linear-gradient(center top , #3867A5, #2B61A8) repeat scroll 0% 0% transparent;
     border-radius: 3px 3px 3px 3px;
     border: medium none;
     color: white;
     display: inline-block;
     font-family: Arial, sans-serif;
     font-weight: bold;
     font-size: 11px;
     margin-right: 15px;
     padding: 7px 10px;
     text-decoration: none;
     text-transform: uppercase;
     vertical-align: middle;
     margin-top: 20px;
}

#ctl00_ContentPlaceHolder1_btnSubmit_Comment:hover {
	border-top-color: #325b92;
    background: #325b92;
    color: #ebebeb;
	cursor: hand;    
}

.rate_review_public_comments {
	margin-top: 30px;
}

.row_comments {
	background: #f5f5f5;
	padding: 20px;
}

.column_comments, .text {
	font-family: Georgia, serif;
	color: #666;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 12px;
}

/* ------ CAPTIVE INSURANCE --------------------------------------------------- */
/* ------------------------------------------------------------------------- */	

tr.captive {
	background: none;
	border:none;
	box-shadow: none;
}

.captive td {
	border: none;
	padding: 0;
}

/* ------ MEETINGS CALENDAR --------------------------------------------------- */
/* ------------------------------------------------------------------------- */	

.RadScheduler_Vista .rsHorizontalHeaderTable th {
	border-color: #b2b2b2;
}

.rsHeader {
	border-radius: 3px 3px 0 0;
}

.rsHorizontalHeaderTable th {
	color: #20405F;
}

.RadScheduler .rsHeader h2 {
	font-family: Arial, sans-serif;
	padding-top: 3px;
	font-weight: bold;
}

.RadScheduler .rsTopWrap .rsLastCell {
	border-right-width: 1px;
}

.RadScheduler .rsCategoryRed .rsAptContent, .RadScheduler .rsCategoryRed .rsAptMid .rsAptIn, .RadScheduler .rsCategoryRed .rsAptMid, .RadScheduler .rsCategoryRed .rsAptOut {
	background: #ccdbed;
	border-radius: 3px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentBlock1 p.title {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #20405f;	
	font-size: 22px;
	line-height: 34px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentBlock1 p.starttime, #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentBlock1 p.location,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ContentBlock1 p.description {

	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #666;
}


.innerdescription {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #666;
}

/* ------ BULLETINS --------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.article h2 {
	font-size: 18px;
	margin-top: 30px;
}

.teaser {
	margin-bottom: 35px;
}


:focus {
outline: 3px solid #0099FF;
}

:focus-visible {
outline: 3px solid #0099FF;
}

:focus:not(:focus-visible) {
outline: none;
}



.t-Header-branding-d {
    align-items: center;
    background-color: #FFFFFF; /*var(--ut-header-background-color);*/
    background-image: url("/i/themes/theme_42/24.1/images/secondary-header-desert.png");
    background-size: 100% 185px;
    background-repeat: no-repeat;
    border-bottom: var(--ut-header-border-width, 1px) solid var(--ut-header-border-color);
    box-shadow: var(--ut-header-box-shadow);
    color: var(--ut-header-text-color);
    height:125px;
    min-width: 1040px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block-end: calc(var(--ut-header-padding-y, var(--ut-header-item-spacing, .5rem)) - var(--ut-header-border-width, 1px));
    padding-block-start: var(--ut-header-padding-y, var(--ut-header-item-spacing, .5rem));
    padding-inline-end: var(--ut-header-padding-x, var(--ut-header-item-spacing, .5rem));
    padding-inline-start: var(--ut-header-padding-x, var(--ut-header-item-spacing, .5rem));
    position: relative;
}

#secondary-wrapper p {
	font-family: Georgia, serif;
	color: #666;
	font-size: 16px;
	line-height: 25px;
   	margin: 15px 0 25px 0;
 /*	margin: 15px 0 30px 0; */
}

.t-Footer {
    background-color: var(--ut-footer-background-color);
    border-color: var(--ut-footer-border-color);
    border-style: solid;
    border-width: 0;
    border-top-width: var(--ut-footer-border-width, 1px);
    color: var(--ut-footer-text-color);
    display: block;
    gap: var(--ut-footer-item-spacing, 1rem);
    grid-area: content-footer;
    grid-template-areas:
        "footer-body"
        "footer-top";
    padding: 0 0;
}

.t-Header-logo {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: var(--ut-logo-font-size, 1.125rem);
    font-weight: var(--ut-logo-font-weight, var(--a-base-font-weight-semibold, 500));
    grid-area: logo;
    line-height: var(--ut-logo-line-height, 1.5rem);
    min-width: 0;
}