@import url('https://fonts.googleapis.com/css?family=Open+Sans'); /* headings and menu */
@import url(https://fonts.googleapis.com/css?family=OpenSans:400,700); /*main font */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); /* do not remove */

/* ========================================= HTML 5 and basics */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div{display:block;position:relative;padding:0;margin:0;}.left {float:left;}.right {float:right;}.txtl{text-align:left;}.txtc{text-align:center;}.txtr{text-align:right;}.clear{clear:both;}img{border:0;}.clearfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}.clearfix{min-height:0;display:block;}* html .clearfix{height:1%;}

/* ================================================= Text & Links */
body, select, textarea, input {
	font: 16px Open Sans, sans-serif; /* ================= Main Text size and font */
	color:#000;                                                   /* ================= Main Text color */
}
a {
	color:#008896;                                                /* ================= Main Link color */
	-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;
}
a:hover {
	color:#000;                                                   /* ================= Main Link Hover color */
}
h1, h2, h3, h1 a, h2 a, h3 a, legend {
	font-family: 'Open Sans', sans-serif;  	                              /* ================= Heading Font */
	font-weight: bold;						/* ================= Heading Weignt */
	color: #666666;                                               /* ================= Heading Color */
}
h1 {margin:0 0 .5em;
	font-size: 1.8em;
	color: #62489D;
}
h2 {margin:0 0 .8em;
	font-size: 1.5em;
	color: #62489D;
}
.pagewidth h2:first-child{margin-top:0;}
.pagewidth *:last-child{margin-bottom:0;}
h3 {margin:0 0 .5em;
	font-size: 1.2em;
	color: #62489D;
}
h4 {font-size: .7em;}
section h2:first-child, section h3:first-child{margin-top:0}
p {margin:0 0 1em;line-height:1.4em;}
ul,ol{margin:0 0 1em 30px;padding: 0;}
ul li, ol li{line-height:1.3em;margin: .3em 0;padding: 0;}
li ol, li ul{margin-bottom:0;}
.little{font-size:.8em;}
.large {font-size: 16px; line-height: 1.4em; letter-spacing: .05em;}






/* =================================================== Page Content */
figure.right,figure.left{text-align:center;margin:0;padding:5px;border:1px solid #ccc;background:#fff;}
figure.right{margin:0 0 15px 30px;}
figure.left{margin:0 30px 15px 0;}
figcaption{padding:0;margin:5px 0 0 0;font-size:.85em;}
img.right{margin:0 0 15px 30px;}
img.left{margin:0 30px 15px 0;}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#leftcol aside, #rightcol aside{clear:both;padding:1px 20px 10px;}
hr{height:0;margin: 2em 0; border:none;border-top:1px solid #ccc;}
.sub-about .cols4 a {background-color: #62489D; border-radius: 20px; color: #008896;font-weight: bold; padding: 3px 15px; text-decoration: none;}
.sub-about .cols4 p {min-height: 25px;}                      /*============= This is the height of the home page blocks. Increase if buttons to not line up */
.sub-about .cols2 a {background-color: #62489D; border-radius: 20px; color: #008896;font-weight: bold; padding: 3px 15px; text-decoration: none;}
.sub-about .cols2 p {min-height: 25px;}                      /*============= This is the height of the home page blocks. Increase if buttons to not line up */
.sub-about .cols5 a {background-color: #62489D; border-radius: 20px; color: #008896;font-weight: bold; padding: 3px 15px; text-decoration: none;}
.sub-about .cols5 p {min-height: 25px;}                      /*============= This is the height of the home page blocks. Increase if buttons to not line up */

/* ======================================================== Tables  */
.grid{width:100%;border-collapse:collapse;margin:1em 0;}
.grid th, .grid td{padding:10px 15px;}
.grid thead th, .grid tbody th{background:#eee;border:1px solid #ccc;border-bottom:3px solid #999;}
.grid tbody th{background:#eee;border:1px solid #ccc;border-right:2px solid #999;}
.grid td{border:1px dashed #ccc;border-bottom:1px solid #ddd;
	-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;
}
.grid tbody tr{-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;}
.grid tbody tr:hover{-moz-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);}

/* ================================================= Page Structure */
body{margin:0;padding:0;text-align:left;
	background:#62489D;                                           /* ================= Footer BG color*/
}
.pagewidth{margin:0 auto;
	background:none;                                             
	overflow: hidden;
	width:1160px;
	padding:0 20px;
}
.band{
	background: #fff;	                                         /* ================= Primary Content / Band BG */
	padding:40px 0px;
}
.band.colorcols{
	background-image: linear-gradient(
	to right, transparent calc(50% + 180px), 
	#ddd calc(50% + 180px));                                   /* ================= Colored Cols / Right BG  - Also change line 35 responsive.css*/
} 
.band.colorcols section:last-child{background:#ddd;}            /* ================= Colored Cols / Right BG  - 3 total spots to change */

.band.alt1{
	background: #008896;	                                         /* ================= Band Alt1 BG */
	color: #fff;                                                     /* ================= Band Alt1 Text color */
}

.band.alt1 h1, .band.alt1 h2, .band.alt1 h3, .band.alt1 h1 a, .band.alt1 h2 a, .band.alt1 h3 a{
	color:#fff;                                                    /* ================= Band Alt1 Heading color */
}
.band.alt1 a{
	color:#fff;                                                    /* ================= Band Alt1 link color */	
}
.band.alt1 a:hover{
	color:#000;                                                    /* ================= Band Alt1 link:hover color */
}
.band.alt2{
	background: #eee;	                                         /* =================  Band Alt2 BG */
	color:;                                                     /* ================= Band Alt2 Text color */
}

.band.alt3{
	background: #62489D;	                                         /* =================  Band Alt2 BG */
	color:#fff;                                                     /* ================= Band Alt2 Text color */
}
.band.alt3 h1, .band.alt3 h2, .band.alt3 h3, .band.alt3 h1 a, .band.alt3 h2 a, .band.alt3 h3 a{
	color:#fff;                                                    /* ================= Band Alt1 Heading color */
} 
.band.alt1 h1, .band.alt1 h2, .band.alt1 h3, .band.alt1 h1 a, .band.alt1 h2 a, .band.alt1 h3 a{
	color:;                                                    /* ================= Band Alt2 Heading color */
}
.band.alt1 a{
	color:;                                                    /* ================= Band Alt2 link color */	
}
.band.alt1 a:hover{
	color:;                                                    /* ================= Band Alt2 link:hover color */
}
.band.nopad, .band.nopad .pagewidth{padding:0;}
 .band.nopad .pagewidth{width:1200px;}

#wrapper{
	clear:both;
}
#leftcol{float:left;z-index: 2;
	width:230px;
	background:#ccc;
}
.pagewidth #rightcol {
	background: #eef7e1;                                           /* ================= Right Col BG color*/
}
#maincol{float: left;z-index: 1;
	width: 700px;
	padding:25px 25px 15px;
}
.button-safe {
  background-color: #008896;  /* Green */
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-style: uppercase;
  display: inline-block;
  font-size: 16px;
  position: fixed; /* Fixed/sticky position */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button-safe a {
    color: white;
text-decoration: none;
  z-index: 9999;
  pointer-events: auto;
}
.button-safe {
  z-index: 9999;
  pointer-events: auto;
}



/* ========================================================== Header */
header.heady{z-index: 3;
	background:#fff;
	height:100px;
}
header.heady h1 {margin:0;position:absolute;
	top:10px;
	left:40px;
}
header.heady {height: inherit;}
header.heady .logo {padding: 2.8em 0 1em 5em;}
header.heady .header-right {margin: 0;padding: 4em 2.6em 4em 0;}
header.heady .header-right li {font-size: 13.75px;list-style: outside none none;margin: 0 0 10px;}
header.heady .header-right li:last-child {margin: 0;}
header.heady .header-right li i {border-radius: 50%;font-size: 14px;height: 23px;line-height: 23px;margin-right: 4px;text-align: center;width: 23px;}
header.heady .header-right a {text-decoration: none;}
header.heady .header-right a:hover {text-decoration: underline;}

header.heady .header-right a,header.heady .header-right li{ 
	color: #5f5f5f;                                                /* =========  Header Phone and Email color */
} 
header.heady .header-right li i{
	background-color: #008896;                                    /* ==========  Header Phone and Email icons */
	color: #fff;
}

/* ========================================================== Footer */
footer.footy{clear: both;
	padding:15px 25px;
}
footer.footy a{
	color:#666;
	text-decoration: none;
}
footer.footy a:hover{
	color:#666;
	text-decoration: underline;
}
footer.footy p{
	margin:0;
}
footer.footy p#credit{
	position:absolute;
	top:50px;
	right:0;
	padding-bottom:5px;
	font-size:.9em;
}
footer.footy {padding: 28px 0 53px;}
.footy .pagewidth {background: transparent;}
.footy #copy {float: left;padding-left: 19px;width: 80%;}
.footy #copy,.footy #copy li a{
	color:#fff;                                                     /* =================  Footer Text Color */
}
.footy .social-icons {float: right;padding-right: 17px;}
.footy #copy > ul {list-style: outside none none;margin: 0;}
.footy #copy li {float: left;font-size: 13px;margin: 6px 0 10px;}
.footy #copy li:after{content:'\2022';float:left;padding:0 7px;}
.footy #copy li:first-child:after{display:none;}
.footy #copy > p {font-size: 10px;display: inline-block;}
.footy #copy p a {text-decoration: underline;}
.footy #copy > p,.footy #copy p a{
	color: #bababa;                                                 /* =================  Footer Copyright Text Color */
}
.footy .social-icons > a {
	background-color: #000;                                     /* =================  Footer Icon  Colors */
	color:#5f5f5f;
}
.footy .social-icons > a:hover {
	background-color: #000;                                     /* =================  Footer Icon hover  Colors */
	color:#fff;
}
.footy .social-icons > a  {border-radius: 50%;display: inline-block;font-size: 20px;height: 35px;line-height: 35px;margin-left: 8px;text-align: center;width: 35px;text-decoration:none;}
.footy .social-icons > a:hover{text-decoration: none;}

/* ================================================ Horizontal Menu */
#hnav {clear:both;float:left;width:100%;margin:0;padding:0;position:relative;display:block;
   	background:#008896; 
   	/*box-shadow: 0 1px 5px rgba(7, 7, 7, 0.45);*/
   	font:18px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
}
#hnav ul {margin:0;padding:0;list-style:none;}
#hnav ul li {margin:0;padding:0;position:relative;float:left;}
#hnav ul li a {display:block;margin:0;
   	font-size:1em;
   	line-height:1em;
   	text-decoration:none;
   	color:#fff;
   	padding:18px 30px;                         /*================ Main menu item horizontal spacing - change "18px" to adjust */
}
#hnav ul li a:hover, #hnav ul li:hover a {
   	background:#bdbbbb;
   	color:#fff;
}
/* Center Menu */
#hnav ul{float:right;position:relative;right:50%;max-width: 980px;}#hnav ul li{position:relative;left:50%;}#hnav ul ul{right:auto;}#hnav ul ul li {left:auto;}
/* Submenu items */
#hnav ul ul {position:absolute;opacity:0;left:-888em;top:100px;
	width:220px;
}
#hnav ul ul li:first-child a{}
#hnav ul ul li {clear:left;margin:0;padding:0;width:100%;}

#hnav ul ul li a, #hnav ul li:hover ul li a{
	font-size:12px;
	line-height:14px;
	background:#333;
	color:#fff; 
    text-transform: none;
}
#hnav ul ul li a:hover,
#hnav ul li:hover ul li a:hover{ 
	background:#444; 
   	color:#fff;
}
#hnav ul li:hover ul{left:0;height:auto;opacity:1;
top:50px; /* =(#hnav lineheight + #hnav ul li a top/bottom padding/margin) */ 
}
a#nav-control {display: none;}
#hnav ul li ul {background: #fff;width: 258px;}
#hnav ul li:hover ul {top: 54px;}
#hnav ul ul li a, #hnav ul li:hover ul li a {background: #bdbbbb;color: #fff;font-size: 15.5px;line-height: normal;padding: 10px 34px 10px 16px; text-align: center;}
#hnav ul ul li a:hover, #hnav ul li:hover ul li a:hover {background: #fff;color: #008896;}
#hnav ul ul li:last-child a {}

/*     Home
======================== */
.sliderContainer {display: block;position: relative;width: 100%;z-index: 2;}
.iosSlider {position: absolute;top: 0;left: 0;margin: 0 auto;overflow: hidden;width: 1200px;height: 390px;text-align: center;}
.iosSlider .slider {height: 100%;}
.iosSlider .slider .item {float: left;width: 100%;}
.iosSlider .slider .item a{display: block;}
.iosSlider .slider .inner {margin: 0 auto;text-align: left;}
.iosSlider .slider .inner img{width:100%;}
.iosSlider .slider .slider-box {bottom: 11%;position: absolute;right: 7%;width: 36%;z-index: 22;}
.iosSlider .slider .slider-box > h2 {font-size: 42px;margin-bottom: 0;text-transform: uppercase;}
.iosSlider .slider .slider-box p {font-size: 19px;margin-bottom: 0;}
.iosSlider .slider .slider-box p a {display: inline-block;font-size: 18px;font-weight: bold;text-decoration: none;text-transform: uppercase;}
.iosSlider .slider .slider-box p a:hover {text-decoration: underline;}
.iosSlider .slider .slider-box p a i {background-color: #008896;border-radius: 50%;color: #fff;font-weight: bold;height: 19px;text-align: center;width: 19px;}
.sliderContainer .slideSelectors {bottom: 0px;height: 37px;left: 0;margin: 0 auto;position: absolute;width: 100%;z-index: 1;text-align: center;}
/*.sliderContainer .slideSelectors .prev {background: url("../images/left-icon.png") no-repeat scroll 0 0;color: #5f5f5f;float: left;height: 30px;padding: 10px 12px 0 0;width: 28px;font-size:18px;}
.sliderContainer .slideSelectors .prev::before{content:'\f053';font-family: 'FontAwesome';}
.sliderContainer .slideSelectors .next {background: url("../images/right-icon.png") no-repeat scroll 0 0;color: #5f5f5f;float: right;height: 30px;padding: 10px 0 0 12px;width: 28px;font-size:18px;}
.sliderContainer .slideSelectors .next:before{content:'\f054';font-family: 'FontAwesome';}*/
#wrapper {background: none;}
.home-about .cols3 section {width: 33.333%;
margin: 0;
text-align: center;
box-sizing: border-box;
padding: 0 10px;}
.home-about .cols3 section:last-child {padding-right: 0;}
.home-about .cols3 p {min-height: 70px;}                      /*============= This is the height of the home page blocks. Increase if buttons to not line up */
.home-about .cols3 p span {display: inline-block;float: right;}
.home-about .cols3 a {/*background-color: #008896; border-radius: 20px;*/ color: #fff;font-weight: bold; /*padding: 3px 15px;*/ text-decoration: none;text-transform: uppercase;}

/*     2 col
======================== */
#wrapper #maincol {padding: 50px;position: relative;width: 570px;}
.pagewidth #rightcol {float: left;padding: 50px 30px 15px;right: 0;width: 250px;}

#rightcol h2:first-child{ margin-top:0;}

/*     1 col
======================== */
#wrapper .content-block {padding: 50px;}

/* =========================================================== Forms */
form.lj fieldset {
border:1px solid #eee;  /* Fieldset Border */
margin:  0 0 1em 0;padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 100%;
box-sizing: border-box;
background: #fff;
border: 2px solid #ccc; /* Input Border */
padding:.25em .5em;
font-weight:bold;
border-radius:5px;
}
form.lj input:focus, form.lj select:focus, form.lj textarea:focus{-moz-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);}
form.lj .submit {
background:#eee;        /* Submit Colors */
color:#000;
border: 2px solid #ccc;
font-weight:bold;
display:inline;margin:0 2em 1em 0;width: auto;}
form.lj .submit.light{color:#ccc;font-weight:normal;}
form.lj legend {     /* color defined above with h3 */
background:#fff;font-size: 1.1em;font-weight:bold;}
form.lj .ammerspay{position:absolute;width:50px;top:0;left:-5000px;}
form.lj fieldset.radio{margin: 1em 0 1em 0;}
form.lj fieldset label.radio,form.lj fieldset.radio label{cursor:pointer;line-height:1.6em;}
form.lj fieldset.radio input,form.lj label.radio input {width:auto;float:left;margin-right:6px;border:none;background:none;}
form.lj fieldset.float label,form.lj fieldset label.float{display:inline; float:left;white-space: nowrap;margin-right: 15px;}
form.lj input.hidden {border:none;padding:0;display:inline;}
form.lj legend a {font-weight:normal;font-size:.9em;}
form.lj label{display: block;margin-bottom: 1em;}
form.lj label.f3{float:left;width:33.3%;}
form.lj label.f3 input{width:90%;}
form.lj label.f2{float:left;width:50%;}
form.lj label.f2 input{width:93%;}
form.lj .first{padding-top: 1em;}
form.lj select{width:100%;box-sizing: border-box;}
form table,form h2{margin-left:0;margin-right:0;}
form.lj p{margin:0 0 .25em 0;padding:0;}
form.lj {margin-top: 1em;margin-bottom:1em;}

/* ========================================================= Alerts */
h3.alert, h3.alertyes, h3.alertwarn{font-size:12px;line-height:16px;padding:5px 5px 5px 30px;color:#000;border: 2px solid #0c0;font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;margin-top:.8em;margin-bottom:1.8em;background: #cfc;border-radius:5px;-moz-box-shadow:0 5px 10px 0px rgba(0,0,0,.7);-webkit-box-shadow:0 5px 10px 0px rgba(0,0,0,.7);box-shadow:0 10px 5px -5px rgba(0,0,0,.3);position:relative;}
h3.alert{background: #fcc;border-color:#c00;}
h3.alertwarn{background: #ffc;border-color:#ff3;}
h3.alert:before, h3.alertyes:before, h3.alertwarn:before{content:'!';position:absolute;left:0px;top:0px;background:#c00;text-align:center;padding:0px 10px 0px 8px;color:#fff;height:100%;line-height:2em;}
h3.alertyes:before{content:'\2713';background:#0c0;padding:0px 8px 0px 6px;}
h3.alertwarn:before{content:'i';background:#ff3;color:#000;}

/* =========================================================== Grids */
.cols2, .cols3, .cols4, .cols5, .cols6{clear:both;overflow:hidden;}.cols2 section,.cols3 section,.cols4 section,.cols5 section,.cols6 section{float:left;margin-left:2%;}.cols2 section:first-child, .cols3 section:first-child, .cols4 section:first-child, .cols5 section:first-child, .cols6 section:first-child{margin-left:0}.cols2 section{width:49%;}.cols3 section{width:32%;}.cols4 section{width:23.5%;}.cols5 section{width:18.4%;}.cols6 section{width:15%;}.cols3 .merge2{width:66%;}.cols4 .merge2{width:49%;}.cols5 .merge2{width:38.8%;}.cols6 .merge2{width:32%;}.cols4 .merge3{width:74.5%;}.cols5 .merge3{width:59.2%;}.cols6 .merge3{width:49%;}.cols5 .merge4{width:79.6%;}.cols6 .merge4{width:66%;}.cols6 .merge5{width:83%;} 

.colorcols .cols3 section.merge2{width:64%;}
.colorcols .cols3 section{margin-left:4%;}
.colorcols .cols3 section:first-child{margin-left:0;}

.hidden {display:none !important;}	