/* -------------- General Styles ---------------------------------- */
body{
	overflow-x:hidden;
	font-family: Arial, helvetica, sans-serif;
	background: #959494;
	color: #244c5a;
}
h1, h2, h3,
h4, h5, h6{
	font-family: "chevinmediumregular";
	color: #244c5a;
	font-weight: bold;
}
h2{
	font-size: 38px;
}
p{
	font-size: 16px;
	margin-bottom: 10px;
}
a, a:link, a:visited{
	color:#5ab7b2;
}
a:hover, a:active{
	color:#5ab7b2;
}
a.button,
#slideshow .content a,
#primary .panel p a,
.fullwidth p a,
#primary form input[type="submit"]{
	display: inline-block;
	background: #e28432;
	padding: 8px 25px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.35);
	color: #fff;
	font-size: 20px;
	transition: all .3s ease;
	margin-bottom: 8px;
}
a.button:hover,
#slideshow .content a:hover,
#primary .panel p a:hover,
.fullwidth p a:hover,
#primary form input[type="submit"]:hover{
	text-decoration: none;
	background: #4cc7c2;
}
ol, ul{
	padding-left: 25px;
	margin: 10px 0;
}
li{
	font-size:16px;
}
ul.centered{
    margin: 0 auto;
    max-width: 500px;
    padding: 0;}
ul.centered li{
    width: 49%;
    display: inline-block;
    padding-left: 30px;
    text-align: left;
}
ul.centered li:before{
	content: "• ";
    font-size: 18px;
    line-height: 15px;
}
blockquote{

}
blockquote p{
	font-size:16px;
}
table{
	margin: 0 auto;
}
.wrap{
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 30px;
}
.searchpage.wrap{
	padding: 60px 30px;
}
.center{
	text-align: center;
}
::selection {
  background: #96e4e0;
}
::-moz-selection {
  background: #96e4e0;
}
/* ----- Header Styles -------- */
header{
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	z-index: 101;
}
header, #content{ background: #fff; }
header .bar{
	height: 40px;
	background: #ecedef;
}
header .bar #menu-top-nav{
	margin: 0;
	padding: 8px 0;
	list-style-type: none;
	float: right;
	display: inline-block;
}
header .bar #menu-top-nav li{
	float: left;
	position: relative;
	margin-right: 15px;
}
header .bar #menu-top-nav li a{
	color: #768890;
	display: inline-block;
}
header .bar #menu-top-nav li a:hover{
	text-decoration: none;
	color: #5ab7b2;
}
header .bar #menu-top-nav li.menu-item-has-children:after{
	content: "▼";
	font-size: 14px;
	color: #99afb7;
}
header .bar #menu-top-nav li.menu-item-object-custom a{
	color: #5ab7b2;
	font-weight: bold;
}
header .bar #menu-top-nav li > ul{
    float: left;
    position: absolute;
    top: 24px;
    left: -999em;
    z-index: 99999;
	margin: 0;
	padding: 0;
	list-style-type: none;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
header .bar #menu-top-nav li:hover > ul{
	left: -16px;
	background: #fff;
}
header .bar #menu-top-nav li > ul li a{
	width: 275px;
	padding: 4px 16px;
	transition: all .3s ease;
}
header .bar #menu-top-nav li > ul li{
	margin:  0;
}
header .bar #menu-top-nav li > ul li a:hover{
	background: #5ab7b2;
	color: #fff;
}
header .bar .search-form{
	float: right;
	display: inline-block;
}
header .bar .search-form label{
	margin: 0;
}
header .bar .search-form input{
	margin: 8px 0;
}
header .bar .search-form input[type="submit"]{
	display: none;
}
header h1.site-title{
	float: left;
	height: 60px;
	width: 301px;
	background:url(images/logo.png) center center no-repeat;
	background-size: contain !important;
	text-indent: 110%;
	white-space: nowrap;
	overflow:hidden;
	max-width: 28%;
}

header h1.site-title a{
	height: 100%;
	width: 100%;
	display: block;
}

footer{
	padding-top: 30px;
	background: url(images/footer-shadow.jpg) center top no-repeat;
}
footer .social{
	margin: 20px 30px;
	text-align: center;
}
footer .social a{	
	display: inline-block;
	font-size: 42px;
	line-height: 0;
	margin: 0 4px;
	text-decoration: none;
	position: relative;
}
footer .social a:after{
	content: "";
	z-index: 2;
	background: #fff;
	position: absolute;
	top: 1px; 
	left: 1px;
	bottom: 1px;
	right: 1px;
	border-radius: 30px;
	transition: all .3s ease;
}
footer .social a.li:after{
	bottom: 2px;
	right: 2px;
	left: 2px;
}
footer .social a i{
	position: relative;
	z-index: 10;
	display: inline-block;
	transition: all .3s ease;
}
footer .social a.fb i{
	color: #244c5a;
}
footer .social a.tw i{
	color: #5ab7b2;
}
footer .social a.li i{
	color: #e28432;
	font-size: 44px;
}
footer .social a.gp i{
	color: #77bc1f;
}
footer .social a.em i{
	color: #c33a32;
}
footer .social a:hover i{
	color: #fff;
}
footer .social a.fb:hover:after{
	background: #244c5a;
}
footer .social a.tw:hover:after{
	background: #5ab7b2;
}
footer .social a.li:hover:after{
	background: #e28432;
}
footer .social a.gp:hover:after{
	background: #77bc1f;
}
footer .social a.em:hover:after{
	background: #c33a32;
}
footer ul{
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}
footer ul li{
	display: inline-block;
	padding: 0 7px 0 0;
}
footer ul li:after{
	color: #fff;
	content: "|";
	padding-left: 10px;
}
footer ul li:last-child:after{
	content: "";
}
footer ul li a{
	color: #fff !important;
	transition: all .3s ease;
}
footer ul li a:hover{
	color: #71e5df !important;
	text-decoration: none;
}
footer .locations{
	max-width: 1100px;
	margin: 30px auto;
}
footer .locations .col{
	width: 33.333%;
	float: left;
	padding-left: 25px;
	color: #fff;
}
footer .locations .col h3{
	color: #fff;
}
footer .copyright{
	background: #767575;
	margin: 10px 0 0;
	padding: 10px 20px;
	text-align: center;
}
footer .copyright p,
footer .copyright p a{
	margin: 0;
	font-size: 16px;
	color: #cacaca;
}
/* ----- Navigation Styles ---- */ 
nav #menu-icon{ display:none; }

#site-navigation{
	clear: none;
	float: right;
	width: auto;
	margin: 30px 0;
}
#site-navigation li{
	margin-left: 10px;
}
#site-navigation li.menu-item-has-children:after{
	content: "▼";
	font-size: 14px;
	color: #99afb7;
}
#site-navigation li.menu-item-has-children:hover:after{
	color: #5ab7b2;
}
#site-navigation li a{
	color: #244c5a;
	display: inline-block;
	transition: all .3s ease;
}
#site-navigation li a:hover{
	text-decoration: none;
	color: #5ab7b2;
}
#site-navigation li:hover > ul{
	left: -16px;
	background: #fff;
}
#site-navigation li > ul li{
	margin: 0px;
}
#site-navigation li ul li a{
	padding: 4px 16px;
	line-height: 18px;
	transition: all .3s ease;
}
#site-navigation li > ul li a:hover{
	background: #5ab7b2;
	color: #fff;
}
/* ----- Content Styles ------- */ 
#slideshow .bx-wrapper{
	margin: 0;
}
#slideshow ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#slideshow ul li img{
	width: 100%;
}
#slideshow ul li{
	position: relative;
}
#slideshow ul li .content{
	width: 100%;
	position: absolute;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
	left: 0;
	right: 0;
    top: 50%;
	transform:translateY(-50%); 
 	-webkit-transform:translateY(-50%);
}
#slideshow ul li .content h1,
#slideshow ul li .content h2,
#slideshow ul li .content h3,
#slideshow ul li .content p,
#slideshow ul li .content a{
	font-family: "chevinmediumregular";
	color: #fff;
	max-width: 65%;
}
#slideshow ul li .content h1,
#slideshow ul li .content h2,
#slideshow ul li .content h3{
	font-size: 48px;
}
#slideshow ul li .content p{
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 15px;
}
#slideshow ul li .content a{
	font-family: arial, sans-serif;
	font-size: 22px;
}
#slideshow ul li .content a:hover{
	text-decoration: none;
}
#slideshow .bx-controls-direction a,
#featured_clients .bx-controls-direction a{
	height: 40px;
	margin-top: -20px;
	width: 30px;
}
#slideshow .bx-controls-direction a.bx-prev,
#featured_clients .bx-controls-direction a.bx-prev{
	background:url(images/arrow-left.png);
}
#slideshow .bx-controls-direction a.bx-next,
#featured_clients .bx-controls-direction a.bx-next{
	background:url(images/arrow-right.png);
}
#featured_clients .bx-controls-direction a.bx-next{
	right: -10px;
	margin-top: -30px;
}
#featured_clients .bx-controls-direction a.bx-prev{
	left: -10px;
	margin-top: -30px;
}
#slideshow .bx-pager{
	bottom: 25px;
}
#slideshow .bx-pager a{
	background: #b0d6d1;
	height: 13px;
	width: 13px;
	border-radius: 7px;
	margin: 3px;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
#slideshow .bx-pager a.active{
	background: #fff;
}
#banner{
	max-height: 300px;
	overflow: hidden;
	position: relative;
}
#banner img{
	display: block;
}
#banner:after,
.fullwidth:after,
.service:after{
	position: absolute;
	top:0; right: 0; bottom: 0; left: 0;
	display: block;
	content: "";
	z-index: 4;
}
#banner.Teal:after,
.fullwidth.Teal:after,
.service.Teal:after{
	background: rgba(90,183,178,.8);
}
#banner.Navy:after,
.fullwidth.Navy:after,
.service.Navy:after{
	background: rgba(36,76,90,.93);
}
#banner.Green:after,
.fullwidth.Green:after,
.service.Green:after{
	background: rgba(119,188,31,.9);
}
#banner.Orange:after,
.fullwidth.Orange:after,
.service.Orange:after{
	background: rgba(239,135,44,.9);
}
#banner.Red:after,
.fullwidth.Red:after,
.service.Red:after{
	background: rgba(195,58,50,.9);
}
#banner.Yellow:after,
.fullwidth.Yellow:after,
.service.Yellow:after{
	background: rgba(255,214,48,.9);
}
#banner.Gray:after,
.fullwidth.Gray:after,
.service.Gray:after{
	background: rgba(178,178,178,.9);
}
#banner h2{
	position: absolute;
	margin: 0;
	color: #fff;
	z-index: 6;
	top: 50%;
	font-size: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 20px;
	right: 20px;
	text-align: center;
}
#banner h2 img{
	margin: 0 auto 10px;
	max-width: 100px;
	max-height: 100px;
}
.page-id-61 #banner h2{
	/* transform: none; */
}
.page-id-61 #banner h2:before,
.page-id-61 #banner h2:after{
	display: block;
	/* content: ""; */
	position: absolute;
	top: -110%;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	height:60px;
	width:301px;
}
.page-id-61 #banner h2:before{
	max-height: 90%;
	background-size: contain !Important;
	-webkit-animation: fadeout 14s ease 0s infinite; 
	animation: fadeout 14s ease 0s infinite; 
	background:url(images/plusrelo.png) center center no-repeat;
}
.page-id-61 #banner h2:after{
	max-height: 90%;
	background-size: contain !Important;
	-webkit-animation: fadein 14s ease 0s infinite; 
	animation: fadein 14s ease 0s infinite; 
	background:url(images/elo.png) center center no-repeat;
}
@-webkit-keyframes fadeout {
  0%, 14%, 71%, 100% {
    opacity: 1;
  }
  21%, 64% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0%, 14%, 71%, 100% {
    opacity: 1;
  }
  21%, 64% {
    opacity: 0;
  }
}
@-webkit-keyframes fadein {
  0%, 14%, 71%, 100% {
    opacity: 0;
  }

  21%, 64% {
    opacity: 1;
  }
}
@keyframes fadein {
  0%, 14%, 71%, 100% {
    opacity: 0;
  }

  21%, 64% {
    opacity: 1;
  }
}
.fullwidth{
	position: relative;
	background-size: cover !important;
	padding: 40px 20px;
	text-align: center;
}
.fullwidth .content{
	position: relative;
	z-index: 8;
}
.fullwidth .content h1,
.fullwidth .content h2,
.fullwidth .content h3,
.fullwidth .content h4{
	color: #fff;
}
.peeking-img{
	position: relative;
	overflow:  hidden;
	border-bottom: 1px solid #ccc;
}
.peeking-img .image{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 34%;
	background-position: center top;
	background-size: cover !important;
}
.peeking-img.Left > .image{
	left: 0;
}
.peeking-img.Right > .image{
	right: 0;
}
.peeking-img .content{
	position: relative;
	width: 66%;
	padding: 30px;
	background: #ecedef;
}
.peeking-img .content .inner{
	max-width: 700px;
	margin: 0 auto;
}
.peeking-img.Right .content{
	box-shadow: 8px 0 15px rgba(0,0,0,.4);
}
.peeking-img.Left .content{
	box-shadow:-8px 0 15px rgba(0,0,0,.4);
	float: right;
}
.peeking-img .content .inner h2{
	font-weight: bold;
	font-size: 24px;
}
.peeking-img .content .inner h3{
	font-size: 20px;
	font-weight: bold;
}
.twocol{
	padding: 50px 0;
}
.twocol .col-sm-6{
	padding: 6px 40px;
}
.twocol .img{
	text-align: center;
}
.twocol .img img{
	margin: 20px auto;
}
.twocol .col-sm-6:nth-child(2){
	border-left: 1px solid #ccc;
}
.services .service_header{
	font-size: 48px;
	margin: 0;
	padding: 25px;
	text-align: center;
}
.services .service{
	padding: 35px 20px;
	width: 100%;
	clear: both;
	position:relative;
	z-index: 12;
}
.services .service .inner{
	max-width: 1000px;
	background: #fff;
	border-radius: 12px;
	position:relative;
	z-index: 12;
	padding: 1px;
}
.services .service .img{
	float: left;
	padding: 25px 50px;
	width: 20%;
}
.services .service .content{
	width: 80%;
	float: left;
	padding-right: 50px;
}
.services .service .content h3{
	font-size: 36px;
}
.services .service .content h3 a{
	text-decoration: none !important;
	color: #244c5a;
}
.services .service .content p{
	font-size: 24px;
	line-height: 32px;
	font-family: "chevinmediumregular";

}
.services .service .content > ul{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	list-style-position: inside;
}
.services .service .content ul ul{
	list-style-type: circle;
	margin: 0 0 10px;
}
.services .service .content > ul ul{
	list-style-type: circle;
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	list-style-position: outside;
}
.services .service .content p a{
	float: right;
    display: inline-block;
    background: #e28432;
    padding: 8px 25px;
    color: #fff;
    font-size: 20px;
    transition: all .3s ease;
	margin-bottom: 20px;
}
.services .service .content p a:hover{
	text-decoration: none;
	background: #4cc7c2;
}
.page-template-page-contact #primary{
	margin-top: 50px;
}
.page-template-page-contact .col-md-8 .col-sm-6{
	padding: 0px;
}
.page-template-page-contact .main-content{
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
.page-template-page-contact .contact-info{
	padding-bottom: 40px;
}
/*.page-template-page-contact .gray > p{
	display: none;
}*/
.page-template-page-contact .gray{
	background: #ecedef;
	border-radius: 12px;
	padding: 20px;
	clear: both;
}
.page-template-page-contact .gray h2{
	margin-top: 0px;
}
#primary input,
#primary textarea{
	background: #fff;
	background-image: none;
	padding: 2px 5px;
	font-size: 16px;
	color: #244c5a;
	width: 100%;
	border-radius: 0px;
	margin-bottom: 6px;
	border: 1px solid #c2c2c2;
}
#primary form fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
#primary form .fsOptionLabel {
	color: #244c5a;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
#primary form input[type="checkbox"]{
	float: left;
	width: inherit;
	margin: 3px 5px 20px 0;
}
#primary form .fsPagination{
	margin-bottom: 0px;
}
#primary form input[type="submit"]{
	box-shadow: none;
	border: none;
	font-size: 18px;
	text-shadow: none;
}
#primary form.search-form{
	text-align: center;
}
#primary form.search-form label,
#primary form.search-form input{
	margin: 0;
	vertical-align: top;
}
#primary form input.search-submit{
	width: auto;
	margin: 0;
	padding: 5px 30px;
	border: 1px solid transparent;
}

.fsBody .fs4Col {
	width: 100%;
	min-width: auto !important;
}

.fsBody .fs4Col .fieldset-content label {
	display: block !important;
}
#primary form .fs4Col input[type="checkbox"] {
    margin: 0 5px 0;
}
#primary form .fs4Col .fsLabel {
    font-size: 16px;
    font-weight: 400;
    }
    
#results{
	margin-bottom: 30px;
}
#results .single{
	width: 50%;
	padding-right: 30px;
	float: left;
}
#results .single:nth-child(2n+1){
	clear: left;
}

.accordion-intro {
	position: relative;
    padding: 40px 20px;
    text-align: center;
}
.accordion h3{
	margin: 0;
}
.accordion h3 a{
	display: block;
	width: 100%;
	background: #244c5a;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	transition: .3s ease all;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.accordion h3 a:before{
	content: "+ ";
}
.accordion h3.open a:before{
	content: "- ";
}
.accordion h3 a:hover{
	opacity: .8;
	text-decoration: none;
}
.accordion .expand{
	max-width: 700px;
	padding: 40px 20px;
	margin: 0 auto;
}
/* ----- Homepage Styles ------ */ 
#solutions{
	text-align: center;
	max-width: 1100px;
	margin: 30px auto;
}
#solutions ul{
	list-style-type: none;
	margin: 30px 0;
	padding: 0 20px;
}
#solutions ul li{
	width: 25%;
	float: left;
	padding: 20px;
	transition: all .3s ease;
}
#solutions ul li:hover{
	box-shadow: 0 0 25px rgba(0,0,0,.3);
}
#solutions ul li .img{
	height: 160px;
}
#solutions ul li .img a{
	display: block;
}
#solutions ul li h3 a{
	display: block;
	font-size: 24px;
	color: #244c5a;
	padding-bottom: 15px;
	background: url(images/dot-sprite.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
#solutions ul li p,
#solutions ul li p a {
	font-size: 18px; 
	color: #244c5a;
}
#solutions ul li p a:hover,
#solutions ul li h3 a:hover{
	text-decoration: none;
}
#solutions ul li .content > a{
	font-size: 20px;
	font-weight: bold;
}
#featured_clients{
	background: url(images/shadow-separator.jpg) center top no-repeat;
	background-size: 100% auto;
	text-align: center;
	padding: 30px 0;
}
#featured_clients h2{
	margin-bottom: 35px;
}
#featured_clients ul{
	margin: 0;
	list-style: none;
}
#featured_clients ul li{
	text-align: center;
}
#featured_clients ul li img{
	margin: 0 auto;
	padding-left: 20px;
}
.panel{
	position: relative;
	padding: 43% 0 0;
	background-size: 55% auto !important;
}
.panel.full{
	background-size: cover !important;
}
.panel .content-wrap{
	position: absolute;
	max-width: 40%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 2%;
}
.panel .content-wrap.teal{
	background: rgba(90,183,178,.85);
	border-radius: 8px;
	padding: 30px;
}
.panel .content-wrap.right{
	left: inherit;
	right: 2%;
}
.panel.first .content-wrap{
	padding-left: 30px;
}
.panel h2{
	font-size: 48px;
	color: #244c5a;
	margin-bottom: 0px;
}
.panel h3{
	font-size: 32px;
	color: #244c5a;
	margin-top: 0;
}
.panel h3 a{
	margin: 15px 0;
	display: block;
	color: #244c5a;
}
.panel h3 a:hover{
	text-decoration: none;
	opacity: .85;
}
.panel h3 a img{
	margin-right: 12px;
}
.panel p{
	font-family: "chevinmediumregular";
	font-size: 22px;
	color: #244c5a;
	line-height: 32px;
}
.panel .content-wrap.teal h2,
.panel .content-wrap.teal p{
	color: #fff;
	margin-top: 0px;
}
.panel.second h2{
	font-size: 36px;
}
.panel.second p,
.panel.second li{
	font-family: "chevinmediumregular";
	color: #244c5a;
	font-size: 16px;
	line-height: 22px;
}
.video_gallery{
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 10px;
}
.video_gallery .single-vid{
	text-align: center;
}
.video_gallery .single-vid p.title{
	display: none;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	padding: 5px 0;
}
.video_gallery .single-vid img {
    display: block;
    margin: 0 auto;
}
.video_gallery .single-vid img:nth-of-type(2){
    margin-bottom: 30px;
}  
.video_gallery .single-vid .inline{
	display: none;
}
#colorbox .inline{
	overflow: hidden;
}
.inline-hide {
	display: none;
}
.video_gallery .single-vid:nth-child(4n+1){
	clear: left;
}
/* -------------- Widescreen Desktops ----------------------------- */
@media only screen and (min-width: 1280px){
	.peeking-img img{
		min-width: 34%;
		min-height: 100%;
		width: auto;
		height: auto;
	}
}
/* -------------- Standard Desktops ------------------------------- */
@media only screen and (max-width: 1279px){
	.panel .content-wrap{
		max-width: 55%;
	}
	.panel.first .content-wrap{
		max-width: 39%;
	}
	.panel.second{
		background-size: 40% auto !important;
		padding-top: 50%;
	}
	.panel.third .content-wrap{
		max-width: 40%;
	}
	.panel.third .content-wrap h2,
	.panel.fourth .content-wrap h2{
		font-size: 38px;
	}
	.panel.third .content-wrap p,
	.panel.fourth .content-wrap p{
		font-size: 18px;
		line-height: 26px;
	}
}
/* -------------- Landscape Tablets / Small Desktops -------------- */
@media only screen and (max-width: 1024px){
	.wrap{
		padding: 0 20px;
	}
	.twocol{
		padding: 30px 0;
	}
	.twocol .col-sm-6:nth-child(2){
		border: 0px;
	}
	header .wrap{
		padding: 0px 5px;
	}
	header h1.site-title{
		margin-left: 20px;
	}
	#site-navigation li{
		margin-left: 10px;
		font-size: 14px;
	}
	#site-navigation li.menu-item-has-children:after{
		font-size: 12px;
	}
	#slideshow ul li .content h1, #slideshow ul li .content h2, #slideshow ul li .content h3, #slideshow ul li .content p, #slideshow ul li .content a{
		max-width: 75%;
	}
	#slideshow ul li .content h1,
	#slideshow ul li .content h2,
	#slideshow ul li .content h3{
		font-size: 40px;
	}
	#slideshow ul li .content p{
		font-size: 20px;
	}
	#slideshow ul li .content a{
		font-size: 20px;
	}
	#slideshow .bx-pager{
		display: none;
	}
	.panel h3 a img{
		max-height: 120px;
		width: auto;
	}

}
/* -------------- Portrait Mobile --------------------------------- */
@media only screen and (max-width: 1024px){
	header h1.site-title{
		max-width: 70%;
	}
	header .bar{
		text-align: center;
	}
	header .bar #menu-top-nav{
		float: none;
	}
	header .bar #menu-top-nav ul{
		display: none !important
	}
	header .bar #menu-top-nav li.menu-item-has-children:after{
		content: "";
	}
	header .bar .search-form{
		display: none;
	}
	header nav #menu-icon {
		display: block;
		position: absolute;
		top: -45px;
		right: 20px;
		cursor: pointer;
		padding: 10px 35px 16px 0px;
	}
	header #menu-icon span, #menu-icon span:before, #menu-icon span:after {
		cursor: pointer;
		border-radius: 1px;
		height: 4px;
		width: 35px;
		background: #244c5a;
		position: absolute;
		display: block;
		content: '';
		transition: all 500ms ease-in-out;
	}
	header #menu-icon span:before {
		top: -8px;
	}
	header #menu-icon span:after {
		top: 8px;
	}
	header #menu-icon.active span {
		background-color: transparent;
	}
	header #menu-icon.active span:before, header #menu-icon.active span:after {
		top: 0;
		left: 0px;
	}
	header #menu-icon.active span:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header #menu-icon.active span:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	header nav#site-navigation {
		position: relative;
		width: 100%;
		z-index: 25;
		margin: 0;
	}
	header nav#site-navigation ul {
		margin: 0;
		padding: 0;
		background: #ecedef;
		width: 100%;
		position: relative;
		top: 0px;
		clear: both;
		display: none;
	}
	header nav#site-navigation ul li {
		clear: both;
		float: none;
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	header nav#site-navigation.active ul {
		display: block;
	}
	header nav#site-navigation ul li > a{
		font-weight:600;
		float: none;
		clear: both;
		display: block;
		padding:10px;
		line-height: 26px;
		color: #244c5a;
		text-align: center;
		position: relative;
		border-bottom:1px solid #ccc;
		z-index: 40;
	}
	#site-navigation li.menu-item-has-children:after{
		content: "";
	}
	header nav#site-navigation ul li span.toggle-link {
		display: block;
		position: absolute;
		right: 17px;
		top: 8px;
		height: 32px;
		width: 32px;
		border-radius: 20px;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 101%;
		background: #244c5a url(images/arrow-right.png) 70% center no-repeat;
		background-size: 20px auto;
		transition: all 0s;
		border:0px;
		transition: all .3s ease;
		z-index: 1000;
	}
	header nav#site-navigation ul li span.toggle-link.active{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	header nav#site-navigation ul li ul {
		top: 0;
		display: none !important;
		float: none;
		position: relative;
		box-shadow: none;
	}
	header nav#site-navigation ul li ul li {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	header nav#site-navigation ul li ul li a {
		width: 100%;
		text-align: center;
		color: #fff;
		letter-spacing:0px;
		border-bottom:1px solid #4c9a96;
	}
	header nav#site-navigation ul li:hover ul:before {
		border: 0px;
	}
	header nav#site-navigation ul li ul.sub-menu.active {
		margin:0;
		top:0;
		left: 0;
		padding:0;
		background:#5ab7b2;
		display: block !important;
	}
	#banner h2{
		font-size: 36px;
	}
	#slideshow ul li .content h1,
	#slideshow ul li .content h2,
	#slideshow ul li .content h3{
		font-size: 32px;
	}
	#slideshow ul li .content p{
		font-size: 18px;
		line-height: 20px;
	}
	#slideshow ul li .content a{
		font-size: 18px;
	}
	#solutions ul li{
		width: 50%;
	}
	ul.centered{
		max-width: 250px;
	}
	ul.centered li{
		width: 100%;
	}
	footer .locations .col{
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
		padding: 0 25px 25px;
		position: relative;
	}
	footer .locations .col:after{
		height: 1px;
		width: 60px;
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -30px;
		background: #777;
		content: "";
		display: block;
		text-align: center;
	}
	.services .service .img{
		padding: 30px 20px;
	}
	.services .service .content ul {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		list-style-position: outside;
	}
}
/* -------------- Mobile ------------------------------------------ */
@media only screen and (max-width: 870px){
	.panel,
	.panel.second{
		padding: 20px;
	}
	.panel.second{
		background-size: 80% auto !important;
		background-position: center 30px !important;
	}
	.panel.second h2{
		padding-top: 53%;
	}
	.panel.third .content-wrap,
	.panel.first .content-wrap,
	.panel.second .content-wrap,
	.panel .content-wrap{
		max-width: 100%;
		position: relative;
		transform: none;
		-webkit-transform: none;
		top: 0;
		left: 0;
		right: 0;
	}
	.panel .content-wrap.right{
		right: 0;
	}
	.panel.fourth .content-wrap,
	.panel.first .content-wrap{
	    background: rgba(255,255,255,.85);
		border-radius: 8px;
		padding: 30px;
	}
	.panel.fourth .content-wrap h2{
		margin: 0;
	}
	#primary .panel p a{
		font-size: 18px;
	}

}
/* -------------- Tiny Mobile ------------------------------------- */
@media only screen and (max-width: 700px){
	header .bar #menu-top-nav li a{
		font-size: 14px;
	}
	#slideshow,
	#slideshow li img{
		height: 275px;
	}
	#slideshow li img{
		width: auto !important;
		max-width: none;
	}
	#slideshow ul li .content h1,
	#slideshow ul li .content h2,
	#slideshow ul li .content h3{
		font-size: 24px;
		text-align: center;
	}
	#slideshow ul li .content p{
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
	#slideshow ul li .content h1, #slideshow ul li .content h2, #slideshow ul li .content h3, #slideshow ul li .content p, #slideshow ul li .content a{
		max-width: 100%;
	}
	#slideshow ul li .content a{
		text-align: center;
		font-size: 16px;
	}
	.peeking-img .content{
		width: 90%;
	}
	.services .service .img,
	.services .service .content{
		width: 100%;
		padding: 20px 20px 0;
	}
	.services .service .img{
		text-align: center;
	}
	.services .service .content h3{
		margin-top: 0;
		font-size: 28px;
	}
	.services .service .content p{
		font-size: 18px;
		line-height: 22px;
	}
	#results .single{
		width: 100%;
		padding: 0;
		float: none;
	}
	#banner h2{
		font-size: 28px;
	}
	#banner h2 img{
		max-width: 40px;
		max-height: 40px;
	}

}
/* -------------- Tiny Mobile ------------------------------------- */
@media only screen and (max-width: 550px){
	#solutions ul li{
		box-shadow: 0 0 25px rgba(0,0,0,.3);
		margin-bottom: 30px;
		width: 100%;
	}
	
}
#ida-form select{
    padding: 3px 5px;
    width: 100%;
    font-size: 16px;
    font-family: chevinLight, sans-serif;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    background: url(images/arrow.png) no-repeat right;
}
#ida-form p#first_name,
#ida-form p#last_name{
	float: left;
	width: 50%;
}
#ida-form p#first_name{
	padding-right: 15px;
}