@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&display=swap); /* headings and menu */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap); /*main font */
@import url(https://use.fontawesome.com/releases/v5.8.2/css/all.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: 18px Roboto, sans-serif;                               /* ================= Main Text size and font */
    font-weight: 300;
	color:#000;                                                   /* ================= Main Text color */
}
a {
	color:#5e5e61;                                                /* ================= Main Link color */
	-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;
    text-decoration: none;
}
a:hover {
	color:#5e5e61;                                                   /* ================= Main Link Hover color */
}
h1, h2, h3, h1 a, h3 a, legend {
	font-family: 'Montserrat', serif;                              /* ================= Heading Font */
	font-weight: 700;                                          /* ================= Heading Weignt */
	color: #2725ac;                                               /* ================= Heading Color */
}
h1 {margin:0 0 .5em;
	font-size: 1.8em;
}
h2 {margin:0 0 .8em;
	font-size: 1.4em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.pagewidth h2:first-child{margin-top:0;}
.pagewidth > *:last-child{margin-bottom:0;}
h3 {margin:1em 0 .3em;
	font-size: 1em;
    text-transform: uppercase;
}
h4 {margin:.3em 0 .3em;
	font-size: 1.25em;
    font-weight: 600;
}
section h2:first-child, section h3:first-child{margin-top:0}
p {margin:.75em 0;line-height:1.7em;}
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;}

/* =================================================== 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;}
figure.full { width: 100%; max-height: 400px; overflow: hidden;  }
figure.full img { width: 100%; }
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    margin-bottom: .5em;
}
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;}
#leftcol aside, #rightcol aside{clear:both;padding:1px 20px 10px;}
hr{height:0;margin: 1.5em 0; border:none;border-top:1px solid #2725ac;}

/* ======================================================== 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:#5e5e61;                                           /* ================= 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.full{
	background: #fff;	                                         /* ================= Primary Content / Band BG */
	padding: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: #e6e6e6;	                                         /* ================= Band Alt1 BG */
	color: #000;                                                     /* ================= 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:#2725ac;                                                    /* ================= Band Alt1 Heading color */
}
.band.alt1 a{
	color:#5e5e61;                                                    /* ================= Band Alt1 link color */	
}
.band.alt1 a:hover{
	color:#2725ac;                                                    /* ================= Band Alt1 link:hover color */
}
.band.alt2{
	background: #5e5e61;	                                         /* =================  Band Alt2 BG */
	color:#fff;                                                     /* ================= Band Alt2 Text color */
}

.band.alt2 h1, .band.alt2 h2, .band.alt2 h3, .band.alt2 h1 a, .band.alt2 h2 a, .band.alt2 h3 a{
	color:#fff;                                                    /* ================= Band Alt2 Heading color */
}
.band.alt2 a{
	color:#fff;                                                    /* ================= Band Alt2 link color */	
}
.band.alt2 a:hover{
	color:#5e5e61;                                                    /* ================= Band Alt2 link:hover color */
}
.band.alt3{
	background: #2725ac;	                                         /* =================  Band Alt3 BG */
	color:#fff;                                                     /* ================= Band Alt3 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 Alt3 Heading color */
}
.band.alt3 a{
	color:#fff;                                                    /* ================= Band Alt3 link color */	
}
.band.alt3 a:hover{
	color:#5e5e61;                                                    /* ================= Band Alt3 link:hover color */
}
.band.nopad, .band.nopad .pagewidth{padding:0;}
 .band.nopad .pagewidth{width:1200px;}

#wrapper{
	clear:both;
	width: 100%;
}
#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;
}

/* ========================================================== Header */
header.heady{z-index: 3;
	background:#fff;
	height:120px;
}
header.heady h1 {margin:0;position:absolute;
	top:10px;
	left:40px;
}
header.heady {height: inherit;}
header.heady .logo {padding: 1.5em 0 1.5em 5em;}
header.heady .header-right {margin: .5em 0 0 0;padding: 1.5em 2.6em 1.5em 0;}
header.heady .header-right li {font-size: 13px;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: 13px;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: #000;                                                /* =========  Header Phone and Email color */
} 
header.heady .header-right li i{
	background-color: #2725ac;                                    /* ==========  Header Phone and Email icons */
	color: #fff;
}

/* ========================================================== Footer */
footer.footy{clear: both;
	padding:15px 25px;
	width: 100%;
}
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;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 3px 0 10px;}
.footy #copy li:after{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: #fff;                                     /* =================  Footer Icon  Colors */
	color:#5e5e61;
}
.footy .social-icons > a:hover {
	background-color: #5e5e61;                                     /* =================  Footer Icon hover  Colors */
	color:#5e5e61;
}
.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:#5e5e61; 
   	font:16px/16px 'Roboto', serif;
    font-weight: 400;
}
#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:30px 20px;                         /*================ Main menu item horizontal spacing - change "18px" to adjust */
}
#hnav ul li a:hover, #hnav ul li:hover a {
   	background:#5e5e61;
   	color:#2725ac;
}
/* 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:20px;
	line-height:20px;
	background:#666;
	color:#5e5e61; 
}
#hnav ul ul li a:hover,
#hnav ul li:hover ul li a:hover{ 
	background:#666; 
   	color:#5e5e61;
}
#hnav ul li:hover ul{left:0;height:auto;opacity:1;
top:38px; /* =(#hnav lineheight + #hnav ul li a top/bottom padding/margin) */ 
}
a#nav-control {display: none;}
#hnav ul li ul {background: #5e5e61;width: 350px;}
#hnav ul li:hover ul {top: 48px;}
#hnav ul ul li a, #hnav ul li:hover ul li a {background: #fff;color: #5e5e61;font-size: 16px; font-weight: 300; line-height: normal;padding: 10px 34px 10px 16px;}
#hnav ul ul li a:hover, #hnav ul li:hover ul li a:hover {background: #fff;color: #2725ac;}

/*     Home
======================== */
.sliderContainer {display: block;position: relative;width: 100%;z-index: 2;}
.sliderContainer.full { overflow:hidden; height: 0;max-height: inherit;padding-bottom: 32.653%;} /* Only adjust padding-bottom. This number will be your image height divided by its width. Example: 320 / 980 = 0.32653061. Padding-bottom gets written like this: 32.653% */
.iosSlider {position: absolute;top: 0;left: 0;margin: 0 auto;overflow: hidden;height: 5000px;text-align: center;}
.full .iosSlider { width: 100%; }
.iosSlider .slider {height: 100%;}
.iosSlider .slider .item {float: left; width: 100%;}
.iosSlider .slider .slide {float: left;}
.iosSlider .slider .slide 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: #d2dadb;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: #5e5e61;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: #5e5e61;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 {padding-right: 7.5%;width: 27%;}
.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 section > a:last-child {background-color: #f4cbc6;border-radius: 5px;color: #5e5e61;display: inline-block;float: right;font-weight: 400;padding: 10px 20px;text-decoration: none;}

/*     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:#5e5e61;             /* Input Text Color */
display: block;
width: 100%;
background: #fff;
border: 2px solid #ccc; /* Input Border */
padding:.25em .5em;
font-weight:bold;
border-radius:5px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
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:#5e5e61;
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:auto;}
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:#5e5e61;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:#5e5e61;}

/* =========================================================== Grids */
.cols2, .cols3, .cols4, .cols5, .cols6, .cols7{clear:both;overflow:hidden;}.cols2 section,.cols3 section,.cols4 section,.cols5 section,.cols6 section, .cols7 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, .cols7 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%;}.cols7 section{width:12.5%;}.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;}


/* =========================================================== Video */
.video-holder {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
	align-items: flex-end;
}
.video-holder .inner {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-holder iframe {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}


/* =========================================================== Image Gallery */
.image-gallery {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin: 0 0 20px;
}
.image-gallery a {
  width: 220px;
  height: 220px;
  overflow: hidden;
  margin: 0 5px 10px;
}
