/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S  */
/*  State of Delaware - CLF Styles for the Department of Human Resources  */
/* ############################################################################################## */
body {
font-family:'Open Sans', sans-serif !important;}
a {outline: 0;}
.sb-icon-main-search, 
.sb-search-main-submit {
padding-left:4px !important;
}

#ens {padding-bottom: 8px !important;}

h1,h2,h3,h4,h5,h6 {
	color:#006391;
}

h1 {
	font-size:50px; 
}
h2 {
	font-size:40px;
}
.strong {
	font-weight:700;
}
.underline {
	text-decoration: underline;
}

.header-home	{
	font-family: "Novecento sans condensed Book";
/*font-style: normal;*/
	font-size: 24px;
	font-weight: 900;
}
/*.header-home2	{
	font-family: quasimoda, sans-serif;
	font-style: normal;
	font-size: 24px;
	font-weight: 700;
}*/

.alink-strong {
	font-weight: 600;
}

hr {border-top:1px solid #ddd;}

.red, .pdf {color:#e20000;}
.blue, .word {color:#2c59b4;}
.green, .excel {color:#16763d;}
.powerpoint {color:#D24726;}
.white {color:#fff;}


/*FORM STYLE*/
.float-label {
	position:relative;
	margin-bottom:25px;
	padding:15px 0 0;
}
.float-label > label {
	position:absolute;
	top:-10px;
	left:10px;
	font-size:14px;
	color:#737373;
	transition: all 0.1s ease;
	opacity:0;
	font-weight:bold;
}

.ctct-form-field > label {
	position:absolute;
	left:15px;
}

label.on {
	color:#4481C4;
}
label.show {
	/*top:-5px;*/
	opacity:1;
	font-weight:400;
}
/*label.see {
	position:relative;
	float:left;
	margin:10px 0 0 10px;
	opacity:1;
	font-weight:400;
}*/
/*.checkbox-inline {
	margin-left:0;
	min-width:25%;
}
*/
.required::after {
	color:#c10000;
	content: "*";
	padding-left: 3px;
	font-weight:bold;
}

input.noshow {
	visibility:hidden;
	border:none;
	height:7px;
	display:none;
}
.form-required input, 
.form-required textarea, 
.form-required select {
	margin:0 .25rem;
	/*min-width:125px;*/
	border:1px solid #eeeeee;
	border-left:2px solid;
	border-radius:5px;
	transition:border-color .5s ease-out;
}
.form-required input:optional,
.form-required input:required, 
.form-required textarea:required, 
.form-required select:required {
 	border-left-color:#d3d3d3;
}
.form-required input:invalid, 
.form-required textarea:invalid, 
.form-required select:invalid {
	border-left-color:#c10000;
}


/*ACCORDION STYLES*/
.accordion-group {padding-bottom:5px;
}
.accordion-heading {
	background-color:#f5f5f5;
	border:1px solid #ddd;
	padding:10px 15px;
	border-radius: 3px;
}
.accordion-toggle,
#accordion > .panel > .panel-heading > .panel-title > a:link  {
	width:100%;
	display:block;
}
.accordion-inner {
	padding:10px 15px;
	border:1px solid #d7d7d7;
	border-top:none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}


.carousel-caption {
	text-shadow: 0 2px 2px #000;
}

/*.carousel-caption a:link,
.carousel-caption a:visited {
	border: 1px solid #ddd;
	color:#fff !important;
}

.carousel-caption a:hover {
	color:#f0f !important;
	text-decoration:underline;
}*/

.carousel-control {
	color:#fff !important;
}

/*.panel-submenu .nav > li .icon-change, 
.panel-submenu .nav > li:visited .icon-change {
    float: right;
    padding-top: 3px;
    font-size: 12px;
    color: #aaa;
}
*/

.colorBlack {
	color:#000;
}
.colorLogoBlue {
	color:#006391;
}
.colorLogoGold {
	color:#deb74a;
}
.colorLogoGrey {
	color:#c7c4bc;
}
.colorRed {
	color:#c10000;
}
.colorDkBlue	{
	color:#006391;
}
.colorWhite	{
	color:#fff;
}
.colorBuff	{
	color:#f1d55a;
}
.colorColonial	{
	color:#76a1a0;
}

.blueValues {
	color:#006391;
	font-size: 28px;
}

.align-left {
	float:left;
}
.align-right {
	position:relative;
	float:right;
}
.align-center {
	text-align:center;
	margin-left:auto; 
	margin-right:auto;
}

.list-none {
	list-style: none; 
}
.list-noindent {
	margin-left: -25px;
}
.list-indent5 {
	margin-left: 5px;
}
.list-btm-padding {
	padding-bottom: 10px;
}
.nowrap	{
	white-space: nowrap;
}



a, a:link, a:active, a:visited {
	/*color: #5290d5;*/
	/*color: #245194;*/
	color: #006391;
	text-decoration: none;
}
a:hover {
	color: #0071AD;
	text-decoration: underline;
}

.btn-primary, .btn-success, .btn-danger, .btn-warning {
	color:#fff !important;
}
.main-content .container {
	padding-bottom:120px;
}

.red {
	color:#e20000;
}
.blue {
	color:#2c59b4;
}
.green {
	color:#16763d;
}


mark {background:#F3F315;
}

.breadcrumb {
	background: rgba(255, 255, 255, 1) !important;
	/*border-top: none !important;
	border-bottom:1px solid #ddd !important;*/
	border:none !important;
}
.breadcrumb li {
	font-size: 12px;
}
.breadcrumb>.active {
	color: rgba(153, 153, 153, 1);
}
.breadcrumb>li+li:before {
	color: rgba(204, 204, 204, 1);
	content: "\002F\00a0";
}
.pager li > a {
	border-radius:4px !important;
	border-color:#ddd !important;
	text-decoration: none;
	background-color: #F5F5F5;
}
.pager li > a:focus, .pager li > a:hover {
	text-decoration: none;
	background-color: #efefef;
}

@media screen and (min-width: 768px) and (min-width: 992px) {
#left-submenu {
	padding:0 30px 0 0;
	position:relative;
	min-height:1px;
	float:left;
	margin:25px 0 0 0 !important;
	z-index:100;
}

#left-submenu > .affix {
	min-width:263px !important;
	max-width:264px !important;
	top: 100px;
      z-index: 9999 !important;
}

#right-submenu {
	padding:0 0 0 30px;
	position:relative;
	min-height:1px;
	float:right;
	margin:25px 0 0 0 !important;
	z-index:100;
}

#right-submenu > .affix {
	min-width:263px !important;
	max-width:264px !important;
	top: 100px;
      z-index: 9999 !important;
}}



@media screen and (min-width:320px) and (max-width:767px) {
	#left-submenu > .affix,
	#right-submenu > .affix {
	position:relative;}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#left-submenu > .affix,
	#right-submenu > .affix {
	position:relative;
}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#left-submenu > .affix,
	#right-submenu > .affix {
	min-width:213px !important;
	max-width:213px !important; 
}	
}



/*#socials {border-top:1px solid #ddd; margin:0 0 5px; padding-top:15px;}
#socials p {padding:0 15px 0; color:#999;}
#socials .apps {padding-bottom:10px; border-right:1px solid #ddd; text-shadow: 1px 1px #fff;}
#socials #instagram {border-right:none !important;}	*/

																							
.socials {margin:0 0 5px;}																								
.socials p {border-top:1px solid #ddd; padding:15px 15px 0; color:#999;}																						
.apps {float:left; width:19%; margin:0px 0 10px; text-shadow:1px 1px #fff;}																							
.last-app {border-right:none !important;}
#facebook a,
#twitter a,
#instagram a,
#flickr a,
#youtube a {padding:25% 45%;color:#999;}
#facebook a:hover {color:#3b5999;}
#twitter a:hover {color:#55acee;}
#instagram a:hover {color:#e4405f;}
#flickr a:hover {color:#ff0084;}
#youtube a:hover {color:#ff0000;}

.panel-submenu {
	background-color: #F5F5F5;
	border:1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 6px -6px #999;
       -moz-box-shadow: 0 10px 6px -6px #999;
            box-shadow: 0 10px 6px -6px #999;
}
.panel-submenu h3, 
.panel-submenu > a.collapsed {
	font-size:20px;
}
.panel-submenu > .panel-heading, 
.panel-submenu > .panel-heading > .panel-title > a {
	display: block;
}
.panel-submenu .nav > li > a > h4 {
	font-size:16px !important;
}
.panel-submenu .nav > li, 
.panel-submenu .nav > li > ul > li {
	list-style: none;
	margin-top:0;
}
.panel-submenu .nav > li a, 
.panel-submenu .nav > li > ul > li a {
	padding:5px 15px;
	border-top:1px solid #e4e4e4;
}
.panel-submenu .nav > li .dept-home,
.panel-submenu .nav > li:visited .dept-home,
.panel-submenu .nav > li .more-less, 
.panel-submenu .nav > li:visited .more-less {
	float:right;
	font-size:14px;
/*	padding-top:3px;
font-size:14px;*/
	color: #aaa;
}
.panel-submenu .nav > li:hover .dept-home,
.panel-submenu .nav > li:active .dept-home,
.panel-submenu .nav > li:hover .more-less,
.panel-submenu .nav > li:active .more-less {
	color: #5290d5;
}
.panel-submenu .nav > li > ul > li {
	margin:0 0 0 -40px;
	padding:0 0 0 30px !important;
}
.panel-submenu .nav > li > ul > li > a {
	margin:0 0 0 -30px;
	padding:7px 0 7px 30px !important;
	display: block;
}
.panel-submenu .nav > li > a:hover, 
.panel-submenu .nav > li > ul > li > a:hover, 
.panel-submenu .nav > li > a:active, 
.panel-submenu .nav > li > ul > li > a:active {
	background-color: #efefef;
}
.panel-submenu .panel-body {
	padding:0;
}
.panel-notice {
	background-color: #F5F5F5;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.panel-notice > .panel-heading {
	padding: 0;
	color: #212121;
	background-color: #F5F5F5;
}
.panel-notice > .panel-heading:hover {
	background-color:#efefef;
}
.panel-notice > .panel-title {
	font-size: 14px;
	border-bottom:none;
}
.panel-notice a {
	display: block;
	padding: 12px;
	text-decoration: none;
	color: #F3901D;
	line-height: 1;
}
.panel-notice .icon-change a .more-less, .panel-notice .icon-change:visited a .more-less {
	float: right;
	padding-top:3px;
	font-size:12px;
	color: #aaa;
}
.panel-notice .icon-change:hover .more-less, .panel-notice .icon-change:focus .more-less, .panel-notice .icon-change:active .more-less {
	color: #F3901D;
}
.panel-notice > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #F5F5F5;
	color: #555;
	font-size: 13px;
}
@media (max-width: 767px) {
body {
	padding-bottom: 350px;
}
}
@media (min-width: 768px) {
body {
	padding-bottom: 160px;
}
}
@media (min-width: 992px) {
body {
	padding-bottom: 160px;
}
}
@media (min-width: 1200px) {
body {
	padding-bottom: 160px;
}
}


.anchors {
	margin-top: -100px;
	padding-bottom: 100px;
	display: block;
}
.float-left {
	float: left;
	margin-right: 10px;
}
.indent {
	padding-left: 25px;
}
.nodot-ul {
	list-style-type: none;
}
.agency_map {
	border: 0px;
	width: 710px;
	height: 600px;
	margin: 0px;
}
@media (max-width: 767px) {
#headerImage {
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	padding-top: 40px;
	border-bottom: 1px solid #ccc;
}
#headerTitle {
	height: 150px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	padding-top: 40px;
	border-bottom: 1px solid #ccc;
}
.stateTitle {
	color: #006391;
	background-color: #fff;
	font-weight: 300;
	font-size: 20px;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 0.3;
	padding: 40px;
	margin-top: -50px;
	width: 270px;
}
.smallTitle {
	font-size: 11px;
	font-weight: 700;
}
}
@media (min-width: 768px) {
#headerImage {
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	padding-top: 40px;
	border-bottom: 1px solid #ccc;
}
#headerTitle {
	height: 175px;
	width: 100%;
	/*font-family: 'Open Sans', sans-serif;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	padding-top: 40px;
	border-bottom: 1px solid #ccc;
}
.stateTitle {
	color: #006391;
	background-color: #fff;
	font-weight: 300;
	font-size: 20px;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 0.3;
	padding: 40px;
	margin-top: -50px;
	width: 270px;
}
.smallTitle {
	font-size: 11px;
	font-weight: 700;
}
}
@media (min-width: 992px) {
#headerImage {
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	padding-top: 40px;
	border-bottom: 1px solid #ccc;
}
#headerTitle {
	height: 175px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	padding-top: 40px;
	border-bottom: 1px solid #ccc;
}
.stateTitle {
	color: #006391;
	background-color: #fff;
	font-weight: 300;
	font-size: 20px;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 0.3;
	padding: 40px;
	margin-top: -50px;
	width: 270px;
}
.smallTitle {
	font-size: 11px;
	font-weight: 700;
}
}
@media (min-width: 1200px) {
#headerImage {
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	padding-top: 50px;
	border-bottom: 1px solid #ccc;
}
#headerTitle {
	height: 175px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	padding-top: 40px;
	border-bottom: 1px solid #ccc;
}
.stateTitle {
	color: #006391;
	background-color: #fff;
	font-weight: 300;
	font-size: 20px;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 0.3;
	padding: 40px;
	margin-top: -50px;
	width: 270px;
}
.smallTitle {
	font-size: 11px;
	font-weight: 700;
}
}
#welcomeMessage h2 {
	color: #fff;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 300;
	font-size: 40px;
}
#welcomeMessage p {
	color: #fff;
}
@media (max-width: 767px) {
#welcomeMessage {
	width: 100%;
	background-color: #006391;
	position: relative;
	padding: 45px;
}
}
@media (min-width: 768px) {
#welcomeMessage {
	width: 100%;
	background-color: #006391;
	position: relative;
	padding: 45px;
}
}
@media (min-width: 992px) {
#welcomeMessage {
	width: 100%;
	background-color: #006391;
	position: relative;
	padding: 45px;
}
}
@media (min-width: 1200px) {
#welcomeMessage {
	width: 100%;
	background-color: #006391;
	position: relative;
	padding: 45px;
}
}
#main-content h2 {
	color: #006391;
	/*font-family: 'Open Sans', sans-serif !important;*/
	font-weight: 700;
	/*font-size: 40px;*/
}
@media (max-width: 767px) {
#welcomeMessage {
	width: 100%;
	background-color: #006391;
	position: relative;
	padding: 45px;
}
}
@media (min-width: 768px) {
#welcomeMessage {
	width: 100%;
	background-color: #006391;
	position: relative;
	padding: 45px;
}
}
@media (min-width: 992px) {
#welcomeMessage {
	width: 100%;
	background-color: #006391;
	position: relative;
	padding: 45px;
}
}
@media (min-width: 1200px) {
#welcomeMessage {
	width: 100%;
	background-color: #006391;
	position: relative;
	padding: 45px;
}
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenuTop {
	width: auto;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 1;
	background: #ffffff;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 3000;
}
#cssmenuTop.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3000;
}
@media (max-width: 874px) {
#cssmenu {
	width: auto;
	margin: auto;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 1;
	background: #ffffff;
	z-index: 3000;
}
}
@media (min-width: 875px) {
#cssmenu {
	width: 750px;
	margin: auto;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 1;
	background: #ffffff;
	z-index: 3000;
}
}
@media (min-width: 1100px) {
#cssmenu {
	width: 970px;
	margin: auto;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 1;
	background: #ffffff;
	z-index: 3000;
}
}
@media (min-width: 1300px) {
#cssmenu {
	width: 1170px;
	margin: auto;
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 1;
	background: #ffffff;
	z-index: 3000;
}
}
#cssmenu:after, #cssmenu>ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
.logo_fade {
	position: absolute;
	margin-left: -50px;
	margin-top: -50px;
	opacity: 0;
}
@media (max-width: 874px) {
.delaware_fade {
	position: absolute;
	margin-left: 58px;
	margin-top: -45px;
	opacity: 0;
}
}
@media (min-width: 875px) {
.delaware_fade {
	position: absolute;
	margin-left: 58px;
	margin-top: -100px;
	opacity: 0;
}
}
@media (min-width: 1100px) {
.delaware_fade {
	position: absolute;
	margin-left: 58px;
	margin-top: -100px;
	opacity: 0;
}
}
@media (min-width: 1300px) {
.delaware_fade {
	position: absolute;
	margin-left: 58px;
	margin-top: -100px;
	opacity: 0;
}
}
@media (max-width: 874px) {
.menu_text {
	position: absolute;
	margin-left: 60px;
	margin-top: -44px;
	opacity: 1;
	font-size: 20px;
	font-weight: bold;
	color: #006391;
}
}
@media (min-width: 875px) {
.menu_text {
	position: absolute;
	margin-left: 60px;
	margin-top: -100px;
	opacity: 0;
	font-size: 20px;
	font-weight: bold;
	color: #006391;
}
}
@media (min-width: 1100px) {
.menu_text {
	position: absolute;
	margin-left: 60px;
	margin-top: -100px;
	opacity: 0;
	font-size: 20px;
	font-weight: bold;
	color: #006391;
}
}
@media (min-width: 1300px) {
.menu_text {
	position: absolute;
	margin-left: 60px;
	margin-top: -100px;
	opacity: 0;
	font-size: 20px;
	font-weight: bold;
	color: #006391;
}
}
@media (max-width: 874px) {
.nav_logo {
	width: 25px;
height 25px;
	margin-top: -5px;
	display: none;
}
}
@media (min-width: 875px) {
.nav_logo {
	width: 25px;
height 25px;
	margin-top: -5px;
	display: inherit;
}
}
@media (min-width: 1100px) {
.nav_logo {
	width: 25px;
height 25px;
	margin-top: -5px;
	display: inherit;
}
}
@media (min-width: 1300px) {
.nav_logo {
	width: 25px;
height 25px;
	margin-top: -5px;
	display: inherit;
}
}
@media (max-width: 874px) {
.nav_home {
	display: inherit;
}
}
@media (min-width: 875px) {
.nav_home {
	display: none;
}
}
@media (min-width: 1100px) {
.nav_home {
	display: none;
}
}
@media (min-width: 1300px) {
.nav_home {
	display: none;
}
}
.facebook {
	color: #3c599f;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.facebook a:hover {
	color: #177cb2;
	text-decoration: none !important;
}
.twitter {
	color: #60d2f6;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.twitter:hover {
	color: #006391;
	text-decoration: none !important;
}
.googleplus {
	color: #da4835;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.googleplus:hover {
	color: #006391;
	text-decoration: none !important;
}
.flickr {
	color: #ff0084;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.flickr:hover {
	color: #006391;
	text-decoration: none !important;
}
.youtube {
	color: #c8312b;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.youtube:hover {
	color: #006391;
	text-decoration: none !important;
}
.instagram {
	color: #a27359;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.instagram:hover {
	color: #006391;
	text-decoration: none !important;
}
.linkedin {
	color: #007bb6;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.linkedin:hover {
	color: #006391;
	text-decoration: none !important;
}
.pinterest {
	color: #ca2128;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.pinterest:hover {
	color: #006391;
	text-decoration: none !important;
}
#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #006391;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#cssmenu>ul>li {
	float: left;
}
#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right>ul>li {
	float: right;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu>ul>li>a {
	padding: 20px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu>ul>li:hover>a, #cssmenu>ul>li.active>a {
	color: #006391;
}
#cssmenu>ul>li.has-sub>a {
	padding-right: 25px;
}
#cssmenu>ul>li.has-sub>a::after {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#cssmenu>ul>li.has-sub:hover>a::after {
	border-color: #7795be;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	border-top: 6px solid #fff;
	z-index:100;
}
#cssmenu li:hover>ul {
	left: auto;
}
#cssmenu.align-right li:hover>ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	padding-top: 6px;
	background: #006391;
}
#cssmenu ul ul li:last-child {
	padding-bottom: 10px;
}
#cssmenu ul li:hover>ul>li {
	height: 100%;
}
#cssmenu ul ul li a {
	padding: 10px 18px;
	width: 175px;
	font-size: 13px;
	font-weight: bold;
	background: #006391;
	text-decoration: none;
	color: #dddddd;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
	color: #ffffff;
}
#cssmenu ul ul li.has-sub>a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: '';
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover>a::after {
	border-color: #ffffff;
}
@media all and (max-width: 874px) {
#cssmenu {
	width: 100%;
}
#cssmenu ul {
	width: 100%;
	display: none;
}
#cssmenu.align-center>ul, #cssmenu.align-right ul ul {
	text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover>ul>li {
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(120, 120, 120, 0.15);
	background: #fff;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
}
#cssmenu>ul>li, #cssmenu.align-center>ul>li, #cssmenu.align-right>ul>li {
	float: none;
	display: block;
}
#cssmenu ul ul li a {
	padding: 20px 20px 20px 30px;
	font-size: 12px;
	color: #000000;
	background: none;
}
#cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
	color: #000000;
}
#cssmenu ul ul ul li a {
	padding-left: 40px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	right: auto;
	width: 100%;
	margin: 0;
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
}
#cssmenu>ul>li.has-sub>a::after, #cssmenu ul ul li.has-sub>a::after {
	display: none;
}
#menu-line {
	display: none;
}
#cssmenu #menu-button {
	display: block;
	padding: 20px;
	color: #006391;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
	width: 60px;
}
#nav-icon-hamburger {
	width: 30px;
	height: 25px;
	margin-top: -20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon-hamburger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: #006391;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon-hamburger span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
#nav-icon-hamburger span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}
#nav-icon-hamburger span:nth-child(1), #nav-icon-hamburger span:nth-child(2) {
	top: 0px;
}
#nav-icon-hamburger span:nth-child(3), #nav-icon-hamburger span:nth-child(4) {
	top: 10px;
}
#nav-icon-hamburger span:nth-child(5), #nav-icon-hamburger span:nth-child(6) {
	top: 20px;
}
#nav-icon-hamburger.menu-opened span:nth-child(1), #nav-icon-hamburger.menu-opened span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon-hamburger.menu-opened span:nth-child(2), #nav-icon-hamburger.menu-opened span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon-hamburger.menu-opened span:nth-child(1) {
	left: 5px;
	top: 7px;
}
#nav-icon-hamburger.menu-opened span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}
#nav-icon-hamburger.menu-opened span:nth-child(3) {
	left: -50%;
	opacity: 0;
}
#nav-icon-hamburger.menu-opened span:nth-child(4) {
	left: 100%;
	opacity: 0;
}
#nav-icon-hamburger.menu-opened span:nth-child(5) {
	left: 5px;
	top: 12px;
}
#nav-icon-hamburger.menu-opened span:nth-child(6) {
	left: calc(50% - 5px);
	top: 12px;
}
x:-o-prefocus, #nav-icon-hamburger.menu-opened span:nth-child(1) {
left: 3px;
top: 2px;
}
x:-o-prefocus, #nav-icon-hamburger.menu-opened span:nth-child(2) {
left: calc(50% - 4px);
top: 2px;
}
x:-o-prefocus, #nav-icon-hamburger.menu-opened span:nth-child(3) {
left: -50%;
opacity: 0;
}
x:-o-prefocus, #nav-icon-hamburger.menu-opened span:nth-child(4) {
left: 100%;
opacity: 0;
}
x:-o-prefocus, #nav-icon-hamburger.menu-opened span:nth-child(5) {
left: 3px;
top: 13px;
}
x:-o-prefocus, #nav-icon-hamburger.menu-opened span:nth-child(6) {
left: calc(50% - 4px);
top: 13px;
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.15);
	height: 55px;
	width: 55px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
	height: 60px;
}
#cssmenu .submenu-button::after {
	content: '';
	position: absolute;
	top: 21px;
	left: 26px;
	display: block;
	width: 1px;
	height: 11px;
	background: #000000;
	z-index: 99;
opacity: 1 -webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#cssmenu .submenu-button::before {
	content: '';
	position: absolute;
	left: 21px;
	top: 26px;
	display: block;
	width: 11px;
	height: 1px;
	background: #000000;
	z-index: 99;
opacity: 1 -webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#cssmenu .submenu-button.submenu-opened:after {
opacity: 0 -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
}


/* ############################################################################################## */

/* AGENCY FOOTER STYLES */

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
	#agencyFooter {
    	/*background-color: 		#006391;*/
		/*background-color: 		#3f6dab;*/
		background-color: 		#F7F7F7;
		color:					#006391;
    	font-size: 				15px;
    	line-height: 			1.5em;
   		padding-top:      		1.0em;
		padding-bottom:      	2.0em;
		border-bottom: 			10px solid #245194;
		position: 				absolute;
		bottom: 				0;
  		width: 					100%;
  		/*height:					532px;*/
		height:					490px;
  		z-index:				1029;
}}
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#agencyFooter {
    	/*background-color: 		#006391;*/
		/*background-color: 		#3f6dab;*/
		background-color: 		#F7F7F7;
		color:					#fff;
    	font-size: 				15px;
    	line-height: 			1.5em;
   		padding-top:      		2.0em;
		padding-bottom:      	2.0em;
		border-bottom: 			10px solid #245194;
		position: 				absolute;
		bottom: 				0;
  		width: 					100%;
  		height:					260px;
  		z-index:				1029;
}}
	
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#agencyFooter {
    	/*background-color: 		#006391;*/
		/*background-color: 		#3f6dab;*/
		background-color: 		#F7F7F7;
		color:					#006391;
    	font-size: 				15px;
    	line-height: 			1.5em;
   		padding-top:      		2.0em;
		padding-bottom:      	2.0em;
		border-bottom: 			10px solid #245194;
		position: 				absolute;
		bottom: 				0;
  		width: 					100%;
  		height:					240px;
  		z-index:				1029;
}}
	
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#agencyFooter {
    	/*background-color: 		#006391;*/
		/*background-color: 		#3f6dab;*/
		background-color: 		#F7F7F7;
		color:					#fff
    	font-size: 				15px;
    	line-height: 			1.5em;
   		padding-top:      		2.0em;
		padding-bottom:      	2.0em;
		border-bottom: 			10px solid #245194;
		position: 				absolute;
		bottom: 				0;
  		width: 					100%;
		height:					240px;
  		z-index:				1029;	
}}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
  	@-moz-document url-prefix() { 
  		#agencyFooter {
     		height: 461px;
  	}}}
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  	@-moz-document url-prefix() { 
  		#agencyFooter {
     		height: 229px;
  	}}}
	
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  	@-moz-document url-prefix() { 
  		#agencyFooter {
     		height: 200px;
  	}}}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  	@-moz-document url-prefix() { 
  		#agencyFooter {
     		height: 209px;
  	}}}

#agencyFooter a, #agencyFooter a:link, #agencyFooter a:active, #agencyFooter a:visited {
	color: 						#006391;
	text-decoration: 			none;
}

#agencyFooter a:hover {
	color: 						#006391;
	text-decoration: 			underline;
}

.agencyFooter_logo {
	margin-top: 				20px;
	width: 						175px;
	height: 					60px;
	border: 					none;
	text-align: 				center;
}
/* ############################################################################################## */

.well-info	{
	background: #5290d5;
	color: white;
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	border:2px solid #006391;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}
.well-Buff	{
	background: #f0dc82;
	color: #444;
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	border:2px solid #f0dc82;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}

.btn {margin-top: 5px;}

.btn-xl {
    padding: 10px 20px;
    font-size: 30px;
    border-radius: 10px;
    /*width:50%;*/
}

.btn-large {
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 5px;
    /*width:50%;*/
}

.btn-default {
	color: #444 !important;
	background-color: #eee !important;
}
.btn-default:hover {
	background-color: #e5e5e5 !important;
	border-color: #bbb !important;
}
.btn-info {
	color: #fff !important;
	background-color: #5fa4f1;
	border-color: #5b9be3;
}
.btn-info:focus, .btn-info.focus {
	color: #fff !important;
	background-color: #5b9be3;
	border-color: #5b9be3;
}
.btn-info:hover {
	color: #fff !important;
	background-color: #5b9be3;
	border-color: #5b9be3;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	color: #fff !important;
	background-color: #5b9be3;
	border-color: #5b9be3;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
	color: #fff !important;
	background-color: #5b9be3;
	border-color: #5b9be3;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
	background-color: #5fa4f1;
	border-color: #5b9be3;
}
.btn-info .badge {
	color: #5fa4f1;
	background-color: #fff;
}
.btn-yellow {
	color: #444 !important;
	background-color: #ffe033;
	border-color: #f8da32;
}
.btn-yellow:focus, .btn-yellow.focus {
	color: #333 !important;
	background-color: #f8da32;
	border-color: #f8da32;
}
.btn-yellow:hover {
	color: #333 !important;
	background-color: #f8da32;
	border-color: #f8da32;
}
.btn-yellow:active, .btn-yellow.active, .open > .dropdown-toggle.btn-yellow {
	color: #333 !important;
	background-color: #f8da32;
	border-color: #f8da32;
}
.btn-yellow:active:hover, .btn-yellow.active:hover, .open > .dropdown-toggle.btn-yellow:hover, .btn-yellow:active:focus, .btn-yellow.active:focus, .open > .dropdown-toggle.btn-yellow:focus, .btn-yellow:active.focus, .btn-yellow.active.focus, .open > .dropdown-toggle.btn-yellow.focus {
	color: #333 !important;
	background-color: #ffe033;
	border-color: #f8da32;
}
.btn-yellow:active, .btn-yellow.active, .open > .dropdown-toggle.btn-yellow {
	background-image: none;
}
.btn-yellow.disabled:hover, .btn-yellow[disabled]:hover, fieldset[disabled] .btn-yellow:hover, .btn-yellow.disabled:focus, .btn-yellow[disabled]:focus, fieldset[disabled] .btn-yellow:focus, .btn-yellow.disabled.focus, .btn-yellow[disabled].focus, fieldset[disabled] .btn-yellow.focus {
	background-color: #ffe033;
	border-color: #f8da32;
}
.btn-yellow .badge {
	color: #555;
	background-color: #ffe033;
}

.btn-gold {
	color: #003366 !important;
	background-color: #deb74a;
	border-color: #d1ac46;
}
.btn-gold:focus, .btn-gold.focus {
	color: #003366 !important;
	background-color: #cca844;
	border-color: #d1ac46;
}
.btn-gold:hover {
	color: #003366 !important;
	background-color: #cca844;
	border-color: #d1ac46;
}
.btn-gold:active, .btn-gold.active, .open > .dropdown-toggle.btn-gold {
	color: #003366 !important;
	background-color: #cca844;
	border-color: #d1ac46;
}
.btn-gold:active:hover, .btn-gold.active:hover, .open > .dropdown-toggle.btn-gold:hover, .btn-gold:active:focus, .btn-gold.active:focus, .open > .dropdown-toggle.btn-gold:focus, .btn-gold:active.focus, .btn-gold.active.focus, .open > .dropdown-toggle.btn-gold.focus {
	color: #003366 !important;
	background-color: #cca844;
	border-color: #d1ac46;
}
.btn-gold:active, .btn-gold.active, .open > .dropdown-toggle.btn-gold {
	background-image: none;
}
.btn-gold.disabled:hover, .btn-gold[disabled]:hover, fieldset[disabled] .btn-gold:hover, .btn-gold.disabled:focus, .btn-gold[disabled]:focus, fieldset[disabled] .btn-gold:focus, .btn-gold.disabled.focus, .btn-gold[disabled].focus, fieldset[disabled] .btn-gold.focus {
	background-color: #deb74a;
	border-color: #d1ac46;
}
.btn-gold .badge {
	color: #555;
	background-color: #deb74a;
}


.btn-iconBlue {
	color: #fff !important;
	/*background-color: #5290d5;*/
	/*background-color: #245194;*/
	background-color: #006391;
	border-color: #0071AD;
}
.btn-iconBlue:focus, .btn-iconBlue.focus {
	color: #fff !important;
	/*background-color: #3f6dab;*/
	background-color: #296489;
	border-color: #0071AD;
}
.btn-iconBlue:hover {
	color: #fff !important;
	/*background-color: #3f6dab;*/
	background-color: #296489;
	border-color: #0071AD;
}
.btn-iconBlue:active, .btn-iconBlue.active, .open > .dropdown-toggle.btn-iconBlue {
	color: #fff !important;
	/*background-color: #3f6dab;*/
	background-color: #296489;
	border-color: #0071AD;
}
.btn-iconBlue:active:hover, .btn-iconBlue.active:hover, .open > .dropdown-toggle.btn-iconBlue:hover, .btn-iconBlue:active:focus, .btn-iconBlue.active:focus, .open > .dropdown-toggle.btn-iconBlue:focus, .btn-iconBlue:active.focus, .btn-iconBlue.active.focus, .open > .dropdown-toggle.btn-iconBlue.focus {
	color: #fff !important;
	/*background-color: #5290d5;*/
	/*background-color: #245194;*/
	background-color: #006391;
	border-color: #0071AD;
}
.btn-iconBlue:active, .btn-iconBlue.active, .open > .dropdown-toggle.btn-iconBlue {
	background-image: none;
}
.btn-iconBlue.disabled:hover, .btn-iconBlue[disabled]:hover, fieldset[disabled] .btn-iconBlue:hover, .btn-iconBlue.disabled:focus, .btn-iconBlue[disabled]:focus, fieldset[disabled] .btn-iconBlue:focus, .btn-iconBlue.disabled.focus, .btn-iconBlue[disabled].focus, fieldset[disabled] .btn-iconBlue.focus {
	/*background-color: #5290d5;*/
	/*background-color: #245194;*/
	background-color: #006391;
	border-color: #0071AD;
}
.btn-iconBlue .badge {
	color: #fff;
	/*background-color: #5290d5;*/
	/*background-color: #245194;*/
	background-color: #006391;
}


.btn-colonial {
	color: #fff !important;
	background-color: #76a1a0;
	border-color: #56a2a0;
}
.btn-colonial:focus, .btn-colonial.focus {
	color: #fff !important;
	background-color: #56a2a0;
	border-color: #56a2a0;
}
.btn-colonial:hover {
	color: #fff !important;
	background-color: #56a2a0;
	border-color: #56a2a0;
}
.btn-colonial:active, .btn-colonial.active, .open > .dropdown-toggle.btn-colonial {
	color: #fff !important;
	background-color: #56a2a0;
	border-color: #56a2a0;
}
.btn-colonial:active:hover, .btn-colonial.active:hover, .open > .dropdown-toggle.btn-colonial:hover, .btn-colonial:active:focus, .btn-colonial.active:focus, .open > .dropdown-toggle.btn-colonial:focus, .btn-colonial:active.focus, .btn-colonial.active.focus, .open > .dropdown-toggle.btn-colonial.focus {
	color: #fff !important;
	background-color: #76a1a0;
	border-color: #56a2a0;
}
.btn-colonial:active, .btn-colonial.active, .open > .dropdown-toggle.btn-colonial {
	background-image: none;
}
.btn-colonial.disabled:hover, .btn-colonial[disabled]:hover, fieldset[disabled] .btn-colonial:hover, .btn-colonial.disabled:focus, .btn-colonial[disabled]:focus, fieldset[disabled] .btn-colonial:focus, .btn-colonial.disabled.focus, .btn-colonial[disabled].focus, fieldset[disabled] .btn-colonial.focus {
	background-color: #76a1a0;
	border-color: #56a2a0;
}
.btn-colonial .badge {
	color: #fff;
	background-color: #76a1a0;
}

.btn-buff {
	color: #444 !important;
	background-color: #f0dc82;
	border-color: #f1d55a;
}
.btn-buff:focus, .btn-buff.focus {
	color: #333 !important;
	background-color: #f1d55a;
	border-color: #f1d55a;
}
.btn-buff:hover {
	color: #333 !important;
	background-color: #f1d55a;
	border-color: #f1d55a;
}
.btn-buff:active, .btn-buff.active, .open > .dropdown-toggle.btn-buff {
	color: #333 !important;
	background-color: #f1d55a;
	border-color: #f1d55a;
}
.btn-buff:active:hover, .btn-buff.active:hover, .open > .dropdown-toggle.btn-buff:hover, .btn-buff:active:focus, .btn-buff.active:focus, .open > .dropdown-toggle.btn-buff:focus, .btn-buff:active.focus, .btn-buff.active.focus, .open > .dropdown-toggle.btn-buff.focus {
	color: #333 !important;
	background-color: #f0dc82;
	border-color: #f1d55a;
}
.btn-buff:active, .btn-buff.active, .open > .dropdown-toggle.btn-buff {
	background-image: none;
}
.btn-buff.disabled:hover, .btn-buff[disabled]:hover, fieldset[disabled] .btn-buff:hover, .btn-buff.disabled:focus, .btn-buff[disabled]:focus, fieldset[disabled] .btn-buff:focus, .btn-buff.disabled.focus, .btn-buff[disabled].focus, fieldset[disabled] .btn-buff.focus {
	background-color: #f0dc82;
	border-color: #f1d55a;
}
.btn-buff .badge {
	color: #555;
	background-color: #f1d55a;
}








thead th {
	/*background-color:#76a1a0;*/
	background-color:#006391;
	color:#fff;
	/*color:#000;*/
}

/*thead th {
	background-color:#5290D5;
	color:#fff;
}*/
.blanks {
	padding-bottom: 42px !important;
}
@media screen and (min-width:320px) and (max-width:767px) {

body {
	padding-bottom:333px !important;
}
.resize-colors {
	position:relative;
	float:left;
	width:100%;
	height:20px;
	background-color:dodgerBlue;
	line-height:20px;
	text-align:left;
	padding:1px 0 0 0;
	font-weight:700;
	color:white;
	text-shadow:none;
	margin:0px 0 10px 0;
}
.resize-colors:after {
	content:" (min-width:320px;max-width:767px)";
	font-weight:400;
	font-size:12px;
	color:white;
	opacity: 0.65;
	vertical-align:text-top;
}
#featured-img {
    height: 275px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 0px;
    position: relative;
}
	
#dept-featured-img {
	height: 275px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 0px;
    position: relative;
}
	
.featured-img-text {
    color: #fff;
    line-height: 1.0;
    padding: 5px 25px 10px;
    background-color: rgba(0,134,223, 1);
	border-radius: 4px;
}
	
.dept-featured-img-text {
    color: #fff;
    line-height: 1.0;
    padding: 5px 25px 10px;
    background-color: rgba(0,134,223, 1);
	border-radius: 4px;
}

#headerTitle {
	height:auto;
	padding:15px 0 10px 0;
}
.dhr-header-logo {
	margin:0px 5px 0px 0;
	width: 90px;
	height: 90px;
	float: left;
}
.dhrTitle {
	padding-top:0;
	margin-top:10px;
	color: #5290d5 !important;
	font-size: 28px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 700;
	line-height: 1.1 !important;
}
.dhrTitle small {
	color: #006391;
	font-size: 20px;
	font-weight: 700;
}
#main-content {
	min-height:725px !important;
}
#agencyFooter {
	padding-bottom:0 !important;
}
.toggle-footer-btn {
	margin-top:0 !important;
}
}
@media screen and (min-width:768px) and (max-width:991px) {
.resize-colors {
	position:relative;
	float:left;
	width:100%;
	height:20px;
	background-color:limeGreen;
	line-height:20px;
	text-align:left;
	padding:1px 0 0 0;
	font-weight:700;
	color:white;
	text-shadow:none;
	margin-bottom:10px;
}
.resize-colors:after {
	content:" (min-width:480px;max-width:991px)";
	font-weight:400;
	font-size:12px;
	color:white;
	opacity: 0.65;
	vertical-align:text-top;
}
#featured-img {
    height: 375px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 0px;
    position: relative;
	}
	
#dept-featured-img {
    height: 275px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 0px;
    position: relative;
	}
	
.featured-img-text {
    color: #fff;
    line-height: 1.0;
    padding: 5px 25px 10px;
    background-color: rgba(0,134,223, 1);
	border-radius: 4px;
	}
	
.dept-featured-img-text {
    color: #fff;
    line-height: 1.0;
    padding: 5px 25px 10px;
    background-color: rgba(0,134,223, 1);
	border-radius: 4px;
	}

#headerTitle {
	height:auto;
	padding-top:20px;
}
.dhr-header-logo {
	margin: -15px 5px 5px 0;
	width: 125px;
	height: 125px;
	float: left;
}
.dhrTitle {
	padding-top:0;
	margin-top:0;
	color: #5290d5 !important;
	font-size: 42px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 700;
	line-height: 1.05 !important;
}
.dhrTitle small {
	color: #006391;
	font-size: 30px;
	font-weight: 700;
}
#main-content {
	min-height:550px;
}
#agencyFooter {
	padding-bottom:0 !important;
}
.toggle-footer-btn {
	margin-top:0 !important;
}
}
@media screen and (min-width:992px) and (max-width:1199px) {
.resize-colors {
	position:relative;
	float:left;
	width:100%;
	height:20px;
	background-color:DarkViolet;
	line-height:20px;
	text-align:left;
	padding:1px 0 0 0;
	font-weight:700;
	color:white;
	text-shadow:none;
	margin-bottom:10px;
}
.resize-colors:after {
	content:" (min-width:640px;max-width:1199px)";
	font-weight:400;
	font-size:12px;
	color:white;
	opacity: 0.65;
	vertical-align:text-top;
}
#featured-img {
    height: 475px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 0px;
    position: relative;
	}
	
#dept-featured-img {
    height: 300px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 0px;
    position: relative;
	}
	
.featured-img-text {
    color: #fff;
	margin-top:200px;
    padding: 5px 25px 10px;
    background-color: rgba(0,134,223, .85);
	border-radius: 4px;
	}
	
.dept-featured-img-text {
    color: #fff;
    background-color: rgba(0,134,223, .85);
	border-radius: 4px;
	}


#headerTitle {
	height:auto;
	padding-top:25px;
}
.dhr-header-logo {
	margin: -20px 5px 5px 0;
	width: 150px;
	height: 150px;
	float: left;
}
.dhrTitle {
	padding-top:0;
	margin-top:10px !important;
	color: #5290d5 !important;
	font-size: 42px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 700;
	line-height: 1.0 !important;
}
.dhrTitle small {
	color: #006391;
	font-size: 36px;
	font-weight: 700;
}
#main-content {
	min-height:525px;
}
#agencyFooter {
	padding-bottom:0 !important;
}
.toggle-footer-btn {
	margin-top:0 !important;
}
}
@media screen and (min-width:1200px) {
.resize-colors {
	position:relative;
	float:left;
	width:100%;
	height:20px;
	background-color:darkorange;
	line-height:20px;
	text-align:left;
	padding:1px 0 0 0;
	font-weight:700;
	color:white;
	text-shadow:none;
	margin-bottom:10px;
}
.resize-colors:after {
	content:" (min-width:800px;max-width:995px)";
	font-weight:400;
	font-size:12px;
	color:white;
	opacity: 0.65;
	vertical-align:text-top;
}
#featured-img {
    height: 500px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 0px;
    position: relative;
	}
	
#dept-featured-img {
    height: 300px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 0px;
    position: relative;
	}

.featured-img-text {
    color: #fff;
	margin-top:150px;
    padding: 5px 25px 10px;
    background-color: rgba(0,134,223, .85);
	border-radius: 4px;
	}
	
.dept-featured-img-text {
    color: #fff;
    background-color: rgba(0,134,223, .85);
	border-radius: 4px;
	}
	
#headerTitle {
	height:auto;
	padding-top:25px;
}
.dhr-header-logo {
	margin: -20px 5px 5px 0;
	width: 150px;
	height: 150px;
	float: left;
}
.dhrTitle {
	padding-top:0;
	margin-top:0;
	color: #5290d5 !important;
	font-size: 50px;
	/*font-family: 'Ubuntu', sans-serif;*/
	font-weight: 700;
	line-height: 1.0 !important;
}
.dhrTitle small {
	color: #006391;
	font-size: 36px;
	font-weight: 700;
}
#main-content {
	min-height:500px;
}
#agencyFooter {
	padding-bottom:0 !important;
}
.toggle-footer-btn {
	margin-top:0 !important;
}
}


/* DO NOT REMOVE --- Benefits - Amy*/
.button-center	{
	margin-top: 10px;
	text-align: center;
}

.btn-text16	{
	font-family:'Open Sans', sans-serif !important;
	font-size: 16px;
	font-weight: 500;
	color:#006391;	
}

.tab {
	margin-left: 15px;
}

.btn-float-right {
	float: right;
	margin-left: -2px;
}

.img-announce {
    float: left;
	margin-right: 15px;
}

/* List styling */
.featureList, .featureList ul {
  margin-top: 0;
  padding-left: 3em;
  list-style-type: none;
}
.featureList li:before {
  position: absolute;
  margin-left: -1.3em;
}
.featureList li.tick:before {
  content: "\2713";
}
.featureList li.cross:before {
  content: "\2717";
}

#sbo-featured-img {
	height: 275px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 0px;
    position: relative;
}

.sbo-featured-img-text {
    color: maroon;
	text-align: center;
	font-size: 19px;
    line-height: 1.2;
    padding: 5px 10px 10px;
    background-color:lightblue;
	border-radius: 4px;
}



.video-stat {
	max-width: 100%;
	min-height: 300px;
	max-height: auto;
	text-align: center;
	background-color: #a992ad;
	
}


.video-stat img {
	width: 100%;
	max-width: 1140px;
	height: auto;
	
}





 /* Page Top  Banner */
  .light-callout-banner {
    background-color: #f5f5f5;
    border-top: 5px solid #006391;
    border-bottom: 5px solid #006391;
    /*font-family: "Montserrat", sans-serif;*/
    padding: 20px 0px 20px 0px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 6px, rgb(0 0 0 / 40%) 0px 3px 6px;
  }

  .light-callout-banner .icon-callout-box {
    padding: 0.6em 0;
    max-width: 80%;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 8;
  }

  .light-callout-banner .icon-callout-box a {
    color: #006391;
  }

  .light-callout-banner .icon-callout-box a:hover {
    -webkit-text-decoration-color: #006391;
    text-decoration-color: #006391;
    -moz-text-decoration-color: #006391;
  }

  .light-callout-banner .icon-callout-box .phone-highlight {
    background-color: #f5f5f5;
    padding: 5px 0;
    margin: 15px 0;
  }

  .light-callout-banner .icon-callout-box h2,
  .light-callout-banner .icon-callout-box .phone-highlight {
    font-size: 20px;
    font-weight: 700;
  }
  .light-callout-banner .icon-callout-box p {
    font-size: 16x;
    font-weight: 500;
    line-height: 1.4;
  }

  @media only screen and (min-width: 480px) {
    .light-callout-banner .icon-callout-box h2,
    .light-callout-banner .icon-callout-box .phone-highlight {
      font-size: 20px;
    }
    .light-callout-banner .icon-callout-box p {
      font-size: 16px;
    }
    .icon-callout-box {
      padding: 0 40px;
    }
  }

  @media only screen and (min-width: 992px) {
    .light-callout-banner .icon-callout-box h2,
    .light-callout-banner .icon-callout-box .phone-highlight {
      font-size: 22px;
    }
    .light-callout-banner .icon-callout-box p {
      font-size: 18px;
    }
  }
  /* END Light Callout Banner */







@media print {
#cssmenuTop, #cssmenu {display:none;}
#headerTitle {padding-top:0;}
.dhr-header-logo {width:100px; height:100px; position:relative; float:left;}
.dhrTitle {position:relative; float:left; margin-top:5px;}
#agencyFooter {display:none;}
a[href]:after {content: none !important;}
/*.alert-info {background:#d9edf7 !important;}*/
.btn-info {color:#000 !important;}
}







