/*
Theme Name: Speedway Realty
Theme URI: http://speedwayrealtykccom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.7
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	background: #FFF;
	color: #252525;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

.fnt-lato{
	font-family: 'Lato', sans-serif;
}

.fnt-frl{
	font-family: 'Frank Ruhl Libre', serif;
}

.easef{
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
.easen{
	transition: all ease 1s;
	-moz-transition: all ease 1s;
	-webkit-transition: all ease 1s;
}
.eases{
	transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-webkit-transition: all ease 1.5s;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    width: 100%;
}
    .ip-banner canvas{
        display: block;
        width: 100%;
        background: none;
    }

img{
	max-width: 100%;
	height: auto;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus{
	outline: 0px !important;
}
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
	margin: 0 0 0;
}
#content #ihf-main-container #ihf-search-adv2-submit{
	margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
	white-space: unset;
}
#content #ihf-main-container .btn{
	padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
	text-align: center;
}

#content #ihf-main-container .mc-total-payment-subline{
	color:#333;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
	padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
	padding: 6px 7px;
}

/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;padding: 0 0 30px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 75.08%; }
#content-full #content { width: 100%; float: left; }

/* Adjust width of sidebar */
.sidebar{ width: 23.83%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title {
	font-family: 'Frank Ruhl Libre', serif;
	color: #3b3b3b;
    text-transform: uppercase;
    letter-spacing: 0.200em;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
	color:#a30000;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {

}

#content .entry{
	font-weight: 300;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}
#inner-page-wrapper .cust-container{
	background:rgba(255,255,255,.9);
}
.cust-container{
	width: 1250px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
.sec-title{
	font-family: 'Frank Ruhl Libre', serif;
	color:#3b3b3b;
	text-transform: uppercase;
	letter-spacing: 0.200em;
	font-size: 30px;
	font-weight: 300;
	text-align:center;
	line-height: 1;
}
.header{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.header .main-header{}
.main-header{}
.main-header .logo-wrapper{
	background:url(images/logo-bg.png) right center repeat-y;
	background-size: cover;
	box-shadow: 3px 2px 11px rgba(0, 0, 0, .6);
    z-index: 1;
}
.main-header .logo{
	padding: 20px 0 25px 10px;
	display: block;
}
.main-header .logo img {
    width: 100%;
    max-width: 426px;
    margin: 0px auto;
    display: block;
}

.main-header .nav-wrapper{
	background-image: linear-gradient(to right, rgba(255,255,255,1) 89%, rgba(255,255,255,.10) 100%);
	max-height: 101px;
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.86);
}
.main-header .nav-container{
	padding: 43px 0 0;
}
#nav{
	font-size: 0;
	text-align: center;
}
#nav a{
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color:#111;
	text-decoration: none;
	display: block;
	line-height: 1;
	position: relative;
}
#nav > li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}
#nav > li:first-child{
	margin: 0 0 0 0;
}
#nav > li > a{
	padding: 0 0 43px;
}
#nav > li:hover > a{
	color:#a60000;
}
#nav > li > a:after{
	content:'';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	background:#a60000;
	margin: auto;
	width: 0%;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
#nav > li:hover > a:after{
	width: 100%;
}
/* Sub Menu */
#nav li {
    position:relative;
    display: inline-block;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(255,255,255,0.7);
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
	left: -150%;
	right: -150%;
	margin: auto;
}
#nav .sub-menu a {
    color: #252525;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover {
	background: #111;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    /* display: block; */
}
#nav .sub-menu li {
    position: relative;
	display: block;
	border-top: 1px solid #e4e4e4;
}
#nav .sub-menu li:first-child{
	border-top: 0px solid #e4e4e4;
}
.fixed-header{
	background: #fff;
    max-height: 100px;
    padding: 16px 0 0;
    position: fixed;
    top: -168px;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
.fixed-header .fh-logo{
	margin: 0 0 0 -15px;
}
.fixed-header .fh-nav{
	padding: 23px 0 0;
}
.fixed-header.fixed{
	top:0px;
	border-bottom: 1px solid #e4e4e4;
    opacity: 1;
    pointer-events: all;
}
#fixednav{
	font-size: 0;
	text-align: center;
}
#fixednav li{
	position: relative;
}
#fixednav a{
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color:#111;
	text-decoration: none;
	display: block;
	line-height: 1;
	padding: 0 0 46px;
}
#fixednav > li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}
#fixednav > li:first-child{
	margin: 0 0 0 0;
}
#fixednav > li > a:after{
	content:'';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	background:#a60000;
	margin: auto;
	width: 0%;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-webkit-transition: all ease .5s;
}
#fixednav > li:hover > a:after{
	width: 100%;
}
/* Sub Menu */
#fixednav li {
    position:relative;
    display: inline-block;
}

#fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(255,255,255,0.7);
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
	left: -150%;
	right: -150%;
	margin: auto;
}
#fixednav .sub-menu a {
    color: #252525;
    display: block;
    padding: 10px;
}
#fixednav .sub-menu a:hover {
	background: #111;
    color: #fff;
    text-decoration: none;
}
#fixednav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#fixednav li:hover > .sub-menu {
    /* display: block; */
}
#fixednav .sub-menu li {
    position: relative;
	display: block;
	border-top: 1px solid #e4e4e4;
}
#fixednav .sub-menu li:first-child{
	border-top: 0px solid #e4e4e4;
}
.exp-backdrop{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	display: none;
}
.exp-backdrop.active{
	display: block;
}
.exp-btn{
	position: fixed;
    max-height: 170px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	width: 49px;
	z-index: 9;
}
.exp-btn a.exp-trg{
	text-decoration: none;
    color: #000;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.200em;
    display: block;
    min-width: 170px;
    line-height: 1;
    text-align: center;
    padding: 18px 0;
    max-height: 49px;
    position: absolute;
    left: -61px;
    top: 61px;
	z-index: 2;
	border: 1px solid #e0e0e0;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.exp-btn a.exp-trg span{
	display: inline-block;
	vertical-align: middle;
}
.exp-btn a.exp-trg.active span:first-child{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.exp-btn a.exp-trg span.ai-font-arrow-h-d{
	color:#a20100;
	font-size: 9px;
	font-weight: 700;
	transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.exp-btn a.exp-trg.active span.ai-font-arrow-h-d{
	transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.exp-btn .exp-content{
	width:100%;
	min-width: 220px;
	position:absolute;
	top:0;
	left:-220px;
	z-index: 1;
	background:rgba(255,255,255,.9);
	padding: 10px 26px;
}
.exp-btn .exp-content.active{
	left: 48px;
}
.exp-btn .exp-content a{
	display: block;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #252525;
    border-top: 1px solid rgba(159, 159, 159, .4);
    padding: 15px 0;
    letter-spacing: 0.020em;
    text-decoration: none;
}
.exp-btn .exp-content a:hover{
	color:#a60000;
}
.exp-btn .exp-content a:first-child{
	border-top: 0px solid rgba(159, 159, 159, .4);
}
.header-contact{
	background:#111;
	text-align: right;
	color:#fff;
}
.header-contact a{
	color:#fff;
	text-decoration: none;
}
.header-contact .h-wrapper{
	font-size: 0;
}
.header-contact .h-wrapper > div{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.header-contact .h-wrapper > div.h-phone,
.header-contact .h-wrapper > div.h-sm,
.header-contact .h-wrapper > div.h-email{
	margin: 0 0 0 10px;
}
.header-contact .h-wrapper > div:first-child{
	margin: 0 0 0 0;
}
.header-contact .h-wrapper > div span{
	font-size: 10px;
	color:#a60000;
	margin: 0 5px 0 0;
}
.header-contact .h-wrapper > div.h-email em,
.header-contact .h-wrapper > div.h-email a,
.header-contact .h-wrapper > div.h-phone em,
.header-contact .h-wrapper > div.h-phone a{
	font-size: 12px;
	font-style: normal;
	letter-spacing:0.080em;
}
.header-contact .h-wrapper > div.h-phone a:hover,
.header-contact .h-wrapper > div.h-email a:hover{
	color:#b6b6b6;
}
.header-contact .h-wrapper > div.h-sm a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.header-contact .h-wrapper > div.h-sm a:first-child{}
.header-contact .h-wrapper > div.h-sm a span{
	color:#b6b6b6;
	margin: 0 0 0 0;
}
.header-contact .h-wrapper > div.h-sm a:hover span{
	color:#fff;
}
.header-contact .h-wrapper > div.h-reg a,
.header-contact .h-wrapper > div.h-log a{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}
.header-contact .h-wrapper > div.h-reg a{
	background: #a60000;
    padding: 11px 15px;
}
.header-contact .h-wrapper > div.h-reg a:hover{
	background: #1f1f1f;
}
.header-contact .h-wrapper > div.h-log a{
	background: #1f1f1f;
    padding: 11px 24px;
}
.header-contact .h-wrapper > div.h-log a:hover{
	background: #a60000;
}
.header-contact .h-wrapper > div.h-trn{}
.header-contact .h-wrapper > div.h-trn label{
	display: none;
}
.header-contact .h-wrapper > div.h-trn a{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding: 11px 2px;
}
.header-contact .h-wrapper > div.h-trn select{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding: 9px 2px;
	background:none;
	border: 0px solid #000;
	-webkit-appearance: none;
	background: url(images/translate-dd.png) right center no-repeat;
}
.header-contact .h-wrapper > div.h-trn select option{
	color:#000;
}
.header-contact .h-wrapper > div.h-trn a:hover{
	color:#b6b6b6;
}
.header-contact .h-wrapper > div.h-trn a span{
	display: inline-block;
    vertical-align: baseline;
    color: #fff;
    margin: 0 0 0 10px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-size: 7px;
}
.header-contact .h-wrapper > div.h-trn a:hover span{
	color:#b6b6b6;
}
#hp-top{
	position: relative;
}
#hp-slideshow{
	position: relative;
	z-index: 1;
}
#hp-qs{
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 30px;
	width: 100%;
}
.sb-qs-form .bootstrap-select.btn-group .dropdown-menu,
#hp-qs .bootstrap-select.btn-group .dropdown-menu{
	max-height: 260px !important;
}
.sb-qs-form  .bootstrap-select.btn-group .dropdown-menu.inner,
#hp-qs .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 210px !important;
}
.qs-wrapper{
	background:#fff;
	padding: 17px 0;
	position: relative;
}
.qs-wrapper img {
    width: 100%;
    max-width: 313px;
    position: absolute;
    bottom: 24px;
    /*right: -113px;*/
    left: -34px;
}
.qs-wrapper > div form {
    position: relative;
    z-index: 999;
}

.qs-form{
	font-size: 0;
	line-height:1;
	text-align: right;
}
.qs-form .qs-field{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0.597%;
}
.qs-form .qs-long{
	width: 12.214%;
}
.qs-form .qs-short{
	width: 7.296%;
}
.qs-form .qs-field:first-child{
	margin: 0 .2% 0 0;
}
.qs-form .qs-field h2{
	font-size: 22px;
	letter-spacing: 0.150em;
	text-transform: uppercase;
}
.qs-form .qs-field select,
.qs-form .qs-field input{
	font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    width: 100%;
    display: block;
    outline: 0;
    line-height: 1;
    min-height: 25px;
    padding: 4px 5px;
	-webkit-appearance: none;
	border: 1px solid #c1c1c1;
}
.qs-form .qs-field a{

}
.qs-form .qs-submit{
	width: 8.734%;
}
.qs-form .qs-submit input{
	background: #a60000;
    color: #fff;
    border: 0px solid #c1c1c1;
    padding: 7px 0;
}
.qs-form .qs-submit input:hover{
	background:#111;
}
.qs-form .qs-adv{
	width: 8.734%;
	margin: 0 20px 0 0.797%;
}
.qs-form .qs-adv a{
	background: #111;
    color: #fff;
    border: 0px solid #c1c1c1;
    padding: 7px 0;
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    text-decoration: none;
    line-height: 1;
    max-height: 25px;
}
.qs-form .qs-adv a:hover{
	background: #a60000;
}
#hp-fp{
	overflow: hidden;
	padding: 47px 0 0;
}
.fp-wrapper{
	margin: 0 -9px;
}
.fp-wrapper ul{
	font-size: 0;
	margin: 46px 0 0;

}
.fp-wrapper ul li{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4);
	letter-spacing: 0.050em;
	padding: 0 9px;
}
.fp-wrapper ul li .fp-img{}
.fp-wrapper ul li .fp-img canvas{
	background-size: cover;
	background-position: center center;
	display: block;
	width: 100%;
	height: auto;
}
.fp-wrapper ul li .fp-price{
	font-size: 23px;
	color:#a60000;
	padding: 20px 0 0;
}
.fp-wrapper ul li .fp-add{
	font-size: 14px;
    line-height: 20px;
    color: #3f3f3f;
    text-transform: uppercase;
	padding: 5px 0 0;
}
.fp-wrapper ul li .fp-vm{
	padding: 20px 0 0;
}
.fp-wrapper ul li .fp-vm a{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color:#a60000;
	display: block;
	line-height: 1;
	padding: 18px 0;
	background:#fff;
}
.fp-wrapper ul li .fp-vm a:hover{
	background:#a60000;
	color:#fff;
}
#hp-comm{
	padding: 67px 0 75px;
}
.comm-list{
	margin: 15px 0 0;
}
.comm-list a{
	position: relative;
	display: block;
	margin: 30px 0 0;
}
.comm-list a:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background:url(images/comm-fade.png) center center no-repeat;
	background-size: cover;
	opacity: 1;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
.comm-list a:hover:before{
	opacity: 0;
}
.comm-list .comm-basehor canvas{
	background-image: url(images/comm-basehor.jpg);
}
.comm-list .comm-kansas canvas{
	background-image: url(images/comm-kansas.jpg);
}
.comm-list .comm-bonner canvas{
	background-image: url(images/comm-bonner.jpg);
}
.comm-list .comm-edwardsville canvas{
	background-image: url(images/comm-edwardsville.jpg);
}
.comm-list .comm-tonganoxie canvas{
	background-image: url(images/comm-tonganoxie.jpg);
}
.comm-list .comm-lansing canvas{
	background-image: url(images/comm-lansing.jpg);
}
.comm-list .comm-leavenworth canvas{
	background-image: url(images/comm-leavenworth.jpg);
}
.comm-list .comm-cedar canvas{
	background-image: url(images/comm-cedar.jpg);
}
.comm-list .comm-tomahawk canvas{
	background-image: url(images/comm-tomahawk.jpg);
}
.comm-list .comm-chestnut canvas{
	background-image: url(images/comm-chestnut.jpg);
}
.comm-list .comm-lei canvas{
	background-image: url(images/comm-lei.jpg);
}
.comm-list .comm-hazelwood canvas{
	background-image: url(images/comm-hazelwood.jpg);
}
.comm-list .comm-overland canvas{
	background-image: url(images/comm-overland.jpg);
}
.comm-list .comm-more canvas{
	background-image: url(images/comm-more.jpg);
}
.comm-list a canvas{
	background-size:cover;
	display: block;
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.comm-list a:hover canvas{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.comm-list a span{
	position:absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	text-align: center;
	color:#fff;
	font-size: 17px;
	letter-spacing: 0.100em;
	text-transform: uppercase;
	line-height: 1;
	z-index: 2;
	text-shadow: 0px 0px 0px #101010;
}
.comm-list a:hover span{
	text-shadow: 1px 1px 3px #101010;
}
#hp-welcome{

}
#hp-welcome .welcome-wrapper{
	border-top: 1px solid #a60000;
	border-bottom: 1px solid #a60000;
	padding: 70px 0 50px;
}
#hp-welcome h1{
	margin: 0 0 40px;
	color:#a30000;
}
#hp-welcome p{
	text-align: center;
	line-height: 22px;
	margin: 0 0 25px;
	font-weight: 300;
	letter-spacing: 0.050em;
	padding: 0 49px;
}
#hp-video{
	overflow: hidden;
	padding: 70px 0 35px;
}
#hp-video .video-wrapper{
	position: relative;
	overflow: hidden;
}
.video-wrapper ul{
	font-size: 0;
	margin: 0 -8px;
}
.video-wrapper ul li{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 4);
	padding: 0 8px;
}
.video-wrapper ul li a{
	background:#000;
	display: block;
	position: relative;
}
.video-wrapper ul li a:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/vid-play.png) center center no-repeat;
	top:0;
	left:0;
	opacity: 1;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
.video-wrapper ul li a:hover:before{
	opacity: 0;
}
.video-wrapper ul li canvas{
	display: block;
	width: 100%;
	height: auto;
	background-size: cover;
	opacity: .5;
}
.video-wrapper ul li a:hover canvas{
	opacity: 1;
}
.video-wrapper .vid-nav{}
.video-wrapper .vid-nav a{
	background: #a60000;
    text-decoration: none;
    display: block;
    width: 40px;
    line-height: 1;
    max-height: 40px;
    text-align: center;
    padding: 7px 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.video-wrapper .vid-nav a:hover{
	background:#252525;
}
.video-wrapper .vid-nav a span{
	font-size: 26px;
	color:#fff;
}
.video-wrapper .vid-nav a.vid-p{
	left: 0;
}
.video-wrapper .vid-nav a.vid-n{
	right: 0;
}
#hp-bottom{
	padding: 35px 0 0;
}
.hp-blog{
	overflow: hidden;
}
.hp-blog ul{
	margin: 0 -16px;
}
.hp-blog ul li{
	padding: 0 16px;
}
.hp-blog ul li p{
	font-size: 16px;
    letter-spacing: 0.020em;
    line-height: 22px;
    margin: 0 0 20px;
}
.hp-blog ul li h3{
	font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    line-height: 1.5;
}
.hp-blog ul li canvas{
	background-size:cover;
	display: block;
	width: 100%;
	height: auto;
}
.hp-blog ul li a{
	text-decoration: none;
    font-size: 12px;
    color: #fff;
    background: #a60000;
    display: inline-block;
    line-height: 1;
    width: 90%;
    max-width: 117px;
    max-height: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 5px;

}
.hp-blog ul li a:hover{
	background:#252525;
}
.hp-contact{
	background:#dcdcdc;
	text-align: center;
	padding: 73px 7px;
}
.hp-contact h3{
	color:#a50000;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.100em;
	line-height: 1;
}
.hp-contact h3 span{
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.090em;
	display: block;
	color:#898989;
	padding: 7px 0 0;
}
.hp-contact h4{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.050em;
	text-transform: uppercase;
	color:#636363;
	padding: 35px 0 30px;
}
.hp-contact .contact-phone{
	line-height: 1;
}
.hp-contact .contact-phone a,
.hp-contact .contact-phone em{
	font-style: normal;
	color:#a50000;
	font-size: 25px;
	letter-spacing: 0.050em;
	font-weight: 300;
}
.hp-contact .contact-phone a:hover{
	color:#636363;
}
.hp-contact .contact-email{
	margin: 25px 0 0;
	line-height: 1;
}
.hp-contact .contact-email a{
	color:#636363;
	font-size: 18px;
	letter-spacing: 0.050em;
	font-weight: 300;
	text-decoration: none;
}
.hp-contact .contact-email a:hover{
	color:#a60000;
}
.hp-contact .contact-sm{
	padding: 20px 0 0;
}
.hp-contact .contact-sm a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
	text-decoration: none;
	line-height: 1;
}
.hp-contact .contact-sm a:first-child{
	margin: 0 0 0 0;
}
.hp-contact .contact-sm a span{
	color:#b6b6b6;
	font-size: 21px;
}
.hp-contact .contact-sm a:hover span{
	color:#a60000;
}
#hp-cta{
	padding: 63px 0;
}
#hp-cta a{
	background: #a60000;
    display: block;
    color: #fff;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-weight: 300;
    padding: 27px 5px;
    max-height: 70px;
}
#hp-cta a:hover{
	background:#252525;
}
.footernav{
	font-size: 0;
	text-align: center;
}
.footernav li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 18px;
}
.footernav li:first-child{
	margin: 0 0 0 0;
}
.footernav li a{
	letter-spacing: 0.050em;
	font-size: 12px;
	font-weight: 700;
	color:#676767;
	text-decoration: none;
	text-transform: uppercase;
}
.footernav li a:hover{
	color:#a60000;
}
.copyright{
	font-size: 11px;
	letter-spacing: 0.020em;
	color:#676767;
	text-align: center;
	padding: 20px 0 25px;
}
.copyright a{
	color:#676767;
	text-decoration: none;
}
.copyright a:hover{
	color:#a60000;
}
.re-logos{
	text-align:center;
	font-size: 0;
	line-height: 1;
	padding: 0 0 80px;
}
.re-logos span{
	font-size: 23px;
	color:#a60000;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 4px;
}
.re-logos span:first-child{
	margin: 0 0 0 0;
}
.sb-qs-form{
	font-size: 0;
	line-height:1;
	text-align: center;
}
.sb-qs-form .qs-field{
	display: block;
	margin: 0 0 4px 0;
}
.sb-qs-form .qs-long{
	width: 100%;
}
.sb-qs-form .qs-submit,
.sb-qs-form .qs-adv,
.sb-qs-form .qs-short{
	width: calc(50% - 2px);
	display: inline-block;
	vertical-align: middle;
}
.sb-qs-form .qs-field:first-child{
	margin: 0 .2% 0 0;
}
.sb-qs-form .qs-short:nth-child(even),
.sb-qs-form .qs-submit{
	margin-right: 4px;
}
.sb-qs-form .qs-field h2{
	font-size: 22px;
	letter-spacing: 0.150em;
	text-transform: uppercase;
}
.sb-qs-form .qs-field select,
.sb-qs-form .qs-field input{
	font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    width: 100%;
    display: block;
    outline: 0;
    line-height: 1;
    min-height: 25px;
    padding: 4px 5px;
	-webkit-appearance: none;
	border: 1px solid #c1c1c1;
}
.sb-qs-form .qs-field a{

}
.sb-qs-form .qs-submit input{
	background: #a60000;
    color: #fff;
    border: 0px solid #c1c1c1;
    padding: 7px 0;
}
.sb-qs-form .qs-submit input:hover{
	background:#111;
}
.sb-qs-form .qs-adv a{
	background: #111;
    color: #fff;
    border: 0px solid #c1c1c1;
    padding: 7px 0;
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    text-decoration: none;
    line-height: 1;
    max-height: 25px;
}
.sb-qs-form .qs-adv a:hover{
	background: #a60000;
}
.sb-cta{}
.sb-cta a{
	background: #a60000;
    display: block;
    color: #fff;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-weight: 300;
    padding: 27px 5px;
    max-height: 70px;
	border-top: 1px solid #e00000;
	margin: 15px 0 0 0;
}
.sb-cta a:hover{
	background:#252525;
}
.sb-cta .col-md-12:first-child a{
	border-top: 0px solid #ccc;
	margin: 0 0 0 0;
}

body.ip-container{
	/* background: url(images/ip-bg.jpg) center center no-repeat; */
	background: #fff;
    background-size: cover;
    background-attachment: fixed;
}

body.ip-container .footer{
	padding: 40px 0 20px;
	background:rgba(255,255,255,.9);
}

body.ip-container .re-logos{
	padding: 0 0 20px;
}

#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}

.page-cta a {
	background: #a60000;
    display: block;
    color: #fff;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-weight: 300;
    padding: 27px 5px;
    max-height: 70px;
	border-top: 1px solid #e00000;
	margin: 15px 0 0 0;
}
.page-cta a:hover {
	background:#252525;
}

button.btn.dropdown-toggle.btn-default{
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    width: 100%;
    display: block;
    outline: 0;
    line-height: 1;
    min-height: 25px;
    padding: 4px 5px;
    -webkit-appearance: none;
    border: 1px solid #c1c1c1;
    border-radius: unset;
}
span.filter-option.pull-left {
    color: #000 !important;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

a.button {
   background: #a30000;
   padding: 10px;
   font-size: 19px;
   display: block;
   width: 30%;
   text-align: center;
   color: white;
   margin: 0 auto;
   font-weight: 400;
}
a.button:hover {
   background: #111;
   color: white;
   text-decoration:none;
}
a:hover.button{
   opacity: 0.8;
}

body.page-id-97 #content .wp-caption p.wp-caption-text, .wp-caption p.wp-caption-text{
	font-size: 14px;
}
#cityzip{
	height: 25px;
	overflow: hidden;
}
#content .aligncenter {
    margin: 15px auto !important;
}

/* Additional Css */
.sb-qs-form .bootstrap-select.btn-group .dropdown-menu{
	top: 100%;
	bottom: auto;
}
