/*===================== 
	Color information
	
	- Light Blue #007acc;
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0;} ol, ul{list-style: none;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}

/*===================== 
	@Font-Face 
=======================*/

@font-face{font-family: 'effra_lightregular'; src: url('/fonts/effra_light-webfont.woff2') format('woff2'), url('/fonts/effra_light-webfont.woff') format('woff'), url('/fonts/effra_light-webfont.ttf') format('truetype'), url('/fonts/effra_light-webfont.svg#effra_lightregular') format('svg'); font-weight: normal; font-style: normal;} @font-face{font-family: 'effraregular'; src: url('/fonts/effra-webfont.woff2') format('woff2'), url('/fonts/effra-webfont.woff') format('woff'), url('/fonts/effra-webfont.ttf') format('truetype'), url('/fonts/effra-webfont.svg#effraregular') format('svg'); font-weight: normal; font-style: normal;}
@font-face{font-family: 'effra_mediumregular'; src: url('/fonts/effra_medium-webfont.woff2') format('woff2'), url('/fonts/effra_medium-webfont.woff') format('woff'), url('/fonts/effra_medium-webfont.ttf') format('truetype'), url('/fonts/effra_medium-webfont.svg#effra_mediumregular') format('svg'); font-weight: normal; font-style: normal;} @font-face{font-family: 'effrabold'; src: url('/fonts/effra_bold-webfont.woff2') format('woff2'), url('/fonts/effra_bold-webfont.woff') format('woff'), url('/fonts/effra_bold-webfont.ttf') format('truetype'), url('/fonts/effra_bold-webfont.svg#effrabold') format('svg'); font-weight: normal; font-style: normal;}


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body{font-family: 'effraregular'; font-size: 16px; line-height: 24px; color: #333; margin: 0; padding:0;}

.border-bottom{border-bottom: 1px #e5e5e5 solid;}

svg:not(:root) {overflow: hidden;/*reset*/}
	
img { border: 0;} 

::-moz-selection{background: #007acc; color: #fff; text-shadow: none;} ::selection{background: #007acc; color: #fff; text-shadow: none;}
	
/*===================== 
	typography 
=======================*/

h1{
	font-family: 'effraregular'; 
	font-weight: normal; 
	color: #fff; 
	font-size: 38px; 
	padding-top: 5px; 
	border-top: 2px #fff solid; 
	display: inline;
}
h1.banner{
	font-family: 'effrabold';
	border-top: none;
	border-bottom: 2px #007acc solid;
	color:#fff;
	display: block;
	width: 50%;
	margin: auto;
	text-align: center;
	padding: 12px 20px 18px 20px;
	font-size: 42px; 
}
h2{
	font-family: 'effraregular';  
	font-weight: normal; 
	color: #007acc; 
	font-size: 34px; 
	margin-bottom: 5px;
	line-height: normal;
}
h3{
	font-family: 'effraregular'; 
	font-weight: normal;
	font-size: 34px;
	line-height: normal;
}
h4{
	font-family: 'effraregular'; 
	font-weight: normal; 
	color: #007acc; 
	font-size: 20px; 
	padding-top: 3px; 
	border-top: 2px #007acc solid; 
	display: inline-block; 
	margin-bottom: 10px;
	line-height: normal;
}
h5{
	font-family: 'effrabold';
	color:#000;
	font-size: 24px;
	padding: 1% 0 2% 0;
}
h5.banner{
	color:#fff;
	font-family: 'effraregular';
	font-weight: normal;
}

p{font-family: 'effraregular'; font-size: 16px; line-height: 26px; color: #333;}

.white{color:#fff;}
.center{text-align: center;}
.bold{font-family: 'effrabold';}
.reg{font-family: 'effraregular';
	font-weight: normal;}

/*===================== 
	link styles 
=======================*/

a{color: inherit; transition: all .2s ease-in-out; text-decoration: none;}
a:hover{color: #007acc;}
.blue_wrap a:not(.light_outline_btn):hover{color: #fff !important;}
a.blue_btn{
	display: block; 
	background: #007acc; 
	color: #fff; 
	padding: 12px 10px; 
	font-size: 16px; 
	text-transform: uppercase; 
	text-align: center;
	margin: 3% auto 0 auto;
	width:50%;
	box-sizing: border-box;
}
a.blue_btn:hover{background: #33ADFF;}
a.blue_btn.w100{width:100%;}
a.sm_btn{
	width: 280px; 
	background: #007acc; 
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 0;
	margin: 3% 2px 0 2px;
}
a.sm_btn:hover{background: #33ADFF;}

a.blue-link{color: #2EABFF !important; text-decoration: underline !important;}
a.dark-blue{color: #007ACC !important; text-decoration: underline !important;}
a.blue-link:hover, a.dark-blue:hover{text-decoration: none !important;}

a.light_outline_btn{
	display: block;  
	color: #fff; 
	border: 1px solid #fff;
	padding: 12px 10px; 
	font-size: 16px; 
	text-transform: uppercase; 
	text-align: center;
	margin: 3% auto 0 auto;
	width:50%;
	box-sizing: border-box;
}
a.light_outline_btn:hover{background: #fff; color:#007acc;}

/*===================== 
	header styles 
=======================*/

.header{width: 100%; border-bottom: 1px #e5e5e5 solid;}

#sitelogo{float: left; padding: 22px 0 0 30px; width: 188px;}

#top-search{float: right;}
#top-search ul li a{font-size: 20px; padding: 39px; line-height: 99px; color: #666; border-left: 1px #e5e5e5 solid; border-bottom: 1px #e5e5e5 solid;}
#top-search ul li a:hover{color: #fff; background: #007acc;}
#searchbar{position: absolute; display: none; float: left; width: 100%; z-index: 9999; background: #007acc; box-sizing: border-box; height: 100px; border-bottom: 1px #e5e5e5 solid;}
#searchsubmit{background: url(/siteart/search.png) no-repeat right !important; float: left !important; width: 40% !important; height: 26px !important; padding: 50px 0 !important; color: #fff !important; border: 0 !important; outline: none !important; cursor: pointer;}
.keywords{ height: 98px !important;float: left !important; width: 60% !important; border: 0 !important; outline: none !important; padding: 34px 25px !important; box-sizing: border-box !important; font-family: 'effrabold'; font-size: 24px !important; line-height: 30px !important; color: #fff !important; background: #007acc !important;}

#searchbar ::-webkit-input-placeholder{color: #5fbfff;}
#searchbar :-moz-placeholder{color: #5fbfff;}
#searchbar ::-moz-placeholder{color: #5fbfff;}
#searchbar :-ms-input-placeholder{color: #5fbfff;}

.top_bar{width:100%; background:#E5E5E5; }

/*===================== 
	nav styles 
=======================*/
/* SUBNAV */
#used-dropdown{display: none; position: absolute; background: #007acc; width: 100%; z-index: 9999; padding: 30px 0;}
#used-dropdown h3{font-family: 'effra_mediumregular'; font-weight: normal; font-size: 26px; color: #fff;}
#used-dropdown .column3{border-left: 1px #33adff solid; padding: 0 25px; box-sizing: border-box;}
#used-dropdown .column3:first-child{border-left: none;}
#used-dropdown ul li a{display: block; font-family: 'effraregular'; font-size: 16px; padding: 10px 15px; text-decoration: none; color: #fff;}
#used-dropdown ul li a:hover{background: #33adff;}

/* SUBNAV */
#filter-box{background: #007acc; font-family: 'effrabold'; font-size: 14px; color: #fff; padding: 12px 20px; border-bottom: 1px #e5e5e5 solid; box-sizing: border-box;}
.category-container{float: left; width: 25%; box-sizing: border-box; border: 1px #e5e5e5 solid; border-bottom: none;}
.category-header{background: #007acc; font-family: 'effrabold'; font-size: 14px; color: #fff; padding: 12px 20px; border-bottom: 1px #e5e5e5 solid; box-sizing: border-box;}
.categories ul li a{display: block; font-family: 'effraregular'; font-size: 14px; text-decoration: none; width: 100%; background: #f9f9f9; padding: 8px 20px; box-sizing: border-box; color: #333;}
.categories ul li{border-bottom: 1px #e5e5e5 solid;}
.categories ul li a:hover{background: #eee; color: #333;}

#video{float: left; width: 75%; box-sizing: border-box; padding-left: 25px;}
#video iframe{border: 1px #e5e5e5 solid; height: 500px;}


/*===================== 
	banner styles 
=======================*/

.cycle-slideshow{width: 100%; overflow: visible !important;}
.cycle-caption{font-family: 'effraregular'; font-size: 28px; line-height: 38px; color: #fff; text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6); position: absolute; z-index: 999; top: 25px;} 

.cycle-slideshow h3{font-family: 'effrabold'; font-size: 40px; line-height: 56px; font-weight: normal; border-top: 3px #007acc solid; display: inline;}

/*===================== 
	 Form styles 
=======================*/

#form input{width: 100%; padding: 8px 10px; border: 1px solid #DFDFDF; margin: 5px 0 15px; box-sizing: border-box;}
#form textarea{width: 100%; padding: 8px 10px; border: 1px solid #DFDFDF; margin: 5px 0 15px; height: 90px; box-sizing: border-box;}
#form input.button, #form input.button:focus{font-family: 'effrabold'; width: 200px; font-size: 14px; background: #007acc; color: #fff; cursor: pointer;}
#form input.button:hover{background: #fff; color: #007acc;}
.CaptchaPanel{margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; text-align: left !important; line-height: normal !important;}
.CaptchaAnswerPanel input{width: 200px !important;}
.CaptchaImagePanel{margin: 0 0 0 0; padding: 0 0 0 0;}
.CaptchaMessagePanel{padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; font-weight: normal !important; font-size: 12px; line-height: 14px;}
.CaptchaAnswerPanel{margin: 0 0 0 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0 0 0 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{color: #000;}
.CaptchaWhatsThisPanel a:hover{text-decoration: none;} 


form.search{
	width:100%;
	box-sizing: border-box;
}
form.search select{
	width:100%;
	padding:9px 10px;
	box-sizing: border-box;
	display: inline-block;
	border:none;
}
form.search label{
	width:100%;
	font-size: 21px;
	color:#fff;
	display: block;
	font-weight: normal;
	margin: 20px 0 0 0;
}
form.search input, form.search textarea{
	width:100%;
	padding: 9px 10px;
	box-sizing: border-box;
	display: inline-block;
	font-family:inherit;
}

form.search input.searchButton{
	max-width:300px;
	display: block;
	margin: 3% auto;
	background: #007acc;
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;  
	border:none;
	text-align: center;
	padding: 12px 10px;
	box-sizing: border-box;
}

form.search input.searchButton:hover{
	cursor: pointer;
	background: #33ADFF;
	color:#fff;
}

/*----------DETAILED SEARCH----------------------------*/

.detailed-search-wrap h2 {
	color: white;
	font-size: 20px;
}


.detailed-form {
	margin: auto;
}

.detailed-search-wrap .detailed-row {
	margin: 10px 0 5px;
	font-size: 18px;
}
.detailed-search-wrap .column3 {
	width: 33.33%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 5px;
}
.detailed-search-wrap .last {
	padding-right: 0px;
}
.detailed-search-wrap .detailed-search input[type='submit'] {
	font-size: 16px;
	background: #007acc;
	width: 100%;
	margin-top: 2px;
	height: 40px;
	color: #fff;
	display: inline-block;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
}
.detailed-search-wrap .detailed-search input[type='submit']:hover{
	background:#33ADFF;
	
}
.detailed-search-wrap .detailed-search input[type='text'],.detailed-search select {
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 15px;
	height: 40px;
	background-color: #f9f9f9;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.detailed-search-wrap h3 span {
	color: #d7d7d7;
}

.detailed-search-wrap main {
  width:100%;
  padding: 50px;
  margin: 0 auto;
}

.detailed-search-wrap section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.detailed-search-wrap label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: white;
  border: 1px solid transparent;
}

.detailed-search-wrap label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/*label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }*/

.detailed-search-wrap label:hover {
  background-color: #fff;
	color: #888;
  cursor: pointer;
}

.detailed-search-wrap input:checked + label {
	background-color: white;
  color: #818181;
  border: 1px solid #ddd;
  border-top: 2px solid #007acc;
  border-bottom: 1px solid #fff;
}

.detailed-search-wrap #tab1:checked ~ #content1,
.detailed-search-wrap #tab2:checked ~ #content2,
.detailed-search-wrap #tab3:checked ~ #content3,
.detailed-search-wrap #tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {

  .detailed-search-wrap label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .detailed-search-wrap label {
    padding: 15px;
  }
}
.list-content .listing-widgets .Currency a {color:#000!important;}
/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
.blue_wrap{
	background: #007acc;
	width:100%;
	margin:0;
}
.gray_wrap{
	background: #f1f1f1;
	width:100%;
	margin:0;
}
.search_wrap{
	background: url("../siteart/Top_bg.jpg") no-repeat;
	background-size: cover;
}

.flex{
	display: flex;
}

.gray_box{
	width:530px;
	padding: 5% 7%;
	margin: 0 5px;
	box-sizing: border-box;
	background: #f1f1f1;
}
.clear_box{
	width:530px;
	padding: 5% 7%;
	margin: 0 5px;
	box-sizing: border-box;
}

	
.main{padding: 25px 0;}
.container{position: relative; max-width: 1100px; margin: 0 auto; box-sizing: border-box; padding:3% 2%;}
.nopad-top{padding-top: 0;}
.lg_container{max-width: 1300px; margin: auto; box-sizing: border-box; padding:3% 2%;}
.tile_container{max-width: 1500px; margin: auto; box-sizing: border-box; padding:3% 1%;}
.grey-bg{background: #333;}
.vertical_div{background:#fff; width:1px; height: 300px;}

.heading{background: #007acc; padding: 40px 0 28px;}

.column2, .column3, .column4, .column5, .column6{float: left; padding-right: 25px; box-sizing: border-box;}
.column3-4{width: 75%; float: left; padding-right: 50px; box-sizing: border-box;} 
.column2{width: 50%;} 
.column3{width: 33.33333%;} 
.column4{width: 25%;} 
.column5{width: 20%;} 
.column6{width: 16.66666%;} 
.last{padding-right: 0;} 
.clear{clear: both;}

.col-1-4 { width: 23.2%; box-sizing:border-box;float: left; margin: 10px 8px;}
.col-1-2 { width: 48%; box-sizing:border-box; float: left; margin: 10px 8px;}

.grey-tile{background: #f1f1f1; border: 1px #e5e5e5 solid; padding: 25px; font-family: 'effrabold'; text-align: center; color: #333;}
.grey-tile a{border: 1px #e5e5e5 solid; max-width: 150px; margin: 10px auto;}
.icons{text-align: center;}
.icons a{font-family: 'effrabold'; font-size: 18px; color: #007acc;}
.icons a:hover{opacity: .5;}
ul.bullet-list{list-style: disc; font-size: 14px; line-height: 28px; margin-left: 15px;}

/***** CARDS *****/
	.card-container{display: flex; justify-content: center; flex-wrap: wrap;}
	.card-container .card{width: calc(33.3333% - 4px); position: relative; background: #000; margin:15px 2px; overflow: hidden; border-radius: 15px; transition: all .5s ease;}
	.card-container .card:after{display: block; position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.45); transition: all .5s ease;}
	.card-container .card a{display: block; position: relative; padding: 175px 0; text-align: left; z-index: 9;}
	.card-container .card img{position: absolute; top: 0; left: -25px; min-width: calc(100% + 50px); min-height: 100%; object-fit: cover;}

	.card-container .card .content{position: absolute; z-index: 1; bottom:20px; left:40px;}
	.card-container .card .content h3{font-size: 26px; font-weight: 700; text-transform: uppercase; color: #fff; transition: all .5s ease;}
	.card-container .card .content h5{font-size: 20px; color: #fff; margin: 5px 0; transition: all .5s ease;}
	.card-container .card .content p{margin: 5px 0 15px; font-size: 16px; color: #fff;}
	.card-container .card .content .learn-btn{display: inline-block; margin: auto; padding: 10px 35px; font-weight: 400; font-size: 16px; color: #fff; border: 2px #007acc solid; border-radius: 5px; transition: all .5s ease;}
	.card-container .card .content .learn-btn span{display: block;}

	.card-container .card:hover{transform: scale(1.1); box-shadow: 0px 10px 70px 0px rgb(0 0 0 / 50%); z-index: 9;}
	.card-container .card:hover:after{background: rgba(0, 0, 0, 0.25);}
	.card-container .card:hover .content p{color: #fff;}
	.card-container .card:hover .content .learn-btn{background:#007acc;}
/*****************/

.social-icons{
	max-width:300px;
	margin:2% auto;
}
.social-icons a{
	display: inline-block;
	background: #333;
	margin: 0 2%;
	color:#fff;
	width:80px;
	height: 80px;
	text-align: center;
	font-size: 38px;
	padding: 20px 0 0 0;
	box-sizing: border-box;
}
.social-icons a:hover{
	background: #4D4D4D;
}

.team{padding:0 0 5% 0;}
img.team_member{width:80%; padding: 7% 0 0 0;}

.top_tiles{
	background:url("../siteart/bw_background.jpg") center fixed no-repeat;
	background-size: cover;
	background-color: black;
}

/********* Grid and hover effect ************/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 3em;
	list-style: none;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.grid a{
	width:33%;
	display: block;
}
/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	width: 95%;
	margin: 5% auto;
	max-height:294px;
	background: #000;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 8px 1px rgba(255,255,255,0.30);
	transition: all .5s ease;
}
.grid figure:hover{box-shadow: none;}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	height:100%;
	opacity: 1;
}
.grid figure figcaption {
	font-size: 20px;
	z-index:1100;
	position:relative;
	background:rgba(0,0,0,.6);
	display:block;
	height:100%;
	width:100%;
	text-transform: uppercase;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-ms-transition: all .5s ease; /* IE 9 */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
}
/*.grid figure:hover figcaption{
	opacity:0;
	visibility:hidden;
}*/


.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 28px;
	color:#fff;
	padding:0;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 75%;
	color:#fff;
}
/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
	/*-webkit-perspective: 1000px;
	perspective: 1000px;*/
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.8;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}
figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-romeo h2 {
	top: 58%;
	left: 0;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}
figure.effect-romeo p {
	top: 45%;
	left: 0;
	padding: 0;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}
figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-180%,0);
}
figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,180%,0);
}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/* FOOTER */

.disclaimer{font-size: 12px; margin-top: 50px; text-align: center;}
.disclaimer strong{display: block; font-family: 'effraregular'; font-weight: normal; font-size: 16px; padding: 10px 0;}

.scrolling-wrap{width: 100%; height: 90px; overflow: hidden;}
.scrolling{width: 100%; height: 92px;}

.footer{background: #333; padding: 40px 0 0 0; color: #676767;}
.footer-heading{font-family: 'effrabold'; font-size: 18px; color: #fff; margin-bottom: 5px;}
.footer a{color: #fff;}
.footer a[href^="tel:"] {
	color:#fff;
}
.footer a:hover{color: #007acc;}
.top-footer{padding: 0 0 40px 0;}

#copyright{float: left; font-family: 'effrabold'; color: #fff; padding: 6px 0;}
#social{float: right; padding: 1px 20px 1px 0;}
#social a{display: inline-block; border: 1px #e5e5e5 solid; padding: 5px 10px; margin-left: 5px; color: #007acc; box-sizing:border-box; width: 40px; text-align: center;}
#social a:hover{background: #007acc; color: #fff;}
.bottom-footer{padding: 15px 0;}



/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1200px){
    .cycle-caption{max-width: 100%; left: 25px;}
}
@media screen and (max-width: 880px){
    .column3-4, .column3{float: none; width: 100%; padding: 0; margin-bottom: 15px;}
    .cycle-slideshow img{position: absolute; min-height: 225px; width: 911px; max-width: 911px;}
    .cycle-caption{max-width: 100%; left: 25px; font-size: 20px; line-height: 28px;}
     .cycle-slideshow h3{font-size: 32px; line-height: 56px;}
    .category-container{float: none; width: 100%; margin-bottom: 15px;}
    #video{float: none; width: 100%; padding: 0;}
    .zoom-container{width: 50%;}
    .grey-tile{height: auto;}
	
	.col-1-4 { width: 21.5%; box-sizing:border-box; float: left; margin: 10px 8px;}
	.col-1-2 { width: 45%; box-sizing:border-box; float: left; margin: 10px 8px;}
	
	.grid a{width:50%;}
	h1.banner{
		width: 80%;
		font-size: 38px; 
	}
	.card-container .card{width:calc(49% - 4px);}
	
}
@media screen and (max-width: 630px){
    .column3-4, .column3{float: none; width: 100%; padding: 0; margin-bottom: 15px;}
    .column5{display: inline-block; float: none; width: 130px; margin: 0 0 20px; padding: 0;}
	.column4{width: 50%;} 
    #searchbar{border-top: 1px #fff solid;}
    #searchsubmit{width: 25%;}
    .keywords{width: 75%;}
    .cycle-slideshow img{position: absolute; min-height: 225px; width: 911px; max-width: 911px;}
    .cycle-caption{max-width: 100%; left: 25px; font-size: 20px; line-height: 28px;}
     .cycle-slideshow h3{font-size: 32px; line-height: 56px;}
    .category-container{float: none; width: 100%; margin-bottom: 15px;}
    #video{float: none; width: 100%; padding: 0;}
    .zoom-container{width: 50%;}
    .grey-tile{height: auto;}
    .top-footer{display: none!important;}
	a.blue_btn{width:80%;}
	.flex{display: block;}
	.gray_box{
		width:90%;
		padding: 5% 7%;
		margin: 8px auto;
	}
	.clear_box{
		width:90%;
		padding: 5% 7%;
		margin: 8px auto;
	}
	.detailed-search-wrap .col-1-2, .detailed-search-wrap .col-1-4 {
		width: 100% !important;
		margin: 10px auto;
		
	}
	.detailed-search input[type='text'], .detailed-search select {
		padding: 0 0 0 8px;
	}
	.grid {flex-direction: column; align-content: center;}
	.grid a{width:100%;}
	.vertical_div{display: none;}
	
	h1.banner{
		width: 90%;
		font-size: 32px; 
	}
	.card-container .card{width:90%; margin:5px 0;}
	.card-container{flex-direction: column; align-content: center;}
}
@media screen and (max-width: 480px){
    .column3-4, .column3{float: none; width: 100%; padding: 0; margin-bottom: 15px;}
    .column5{float: none; width: 100%; padding: 0; margin-bottom: 25px;}
    #searchbar{border-top: 1px #fff solid;}
    #searchsubmit{width: 15%;}
    .keywords{width: 85%;}
    .cycle-caption{display: none !important;}
    .category-container{float: none; width: 100%; margin-bottom: 15px;}
    #video{float: none; width: 100%; padding: 0;}
    #video iframe{height: 250px;}
    .zoom-container{width: 100%; height: 80px; border-bottom: 1px #fff solid;}
    .zoom-container img{position: absolute; right: 0; bottom: 0; display: block;}
    .grey-tile{height: auto;}
    .footer{padding: 0;}
    .top-footer{display: none;}
    #social{float: none; width: 135px; margin: 0 auto;}
    #copyright{float: none; text-align: center;}
	
	a.sm_btn{
		width: 80%; 
		display: block;
		margin: 3% auto 0 auto;
	}
	.col-1-4 { width: 45.5%; box-sizing:border-box; float: left; margin: 10px 5px;}
	.col-1-2 { width: 95%; box-sizing:border-box; float: left; margin: 10px 5px;}
	
	.grid figure h2 {font-size: 21px;}
	.grid figure p {font-size: 80%;}
}