 /*
Theme Name: Bathurst Group
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.8
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
 *
 *******************************************************/

#nav, #nav2 {
    display: flex;
    justify-content: flex-end;
}

#nav > li:not(:last-child), #nav2 > li:not(:last-child) {
    margin-right: 1.75%;
}

#nav li a, #nav2 li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: .1em;
    position: relative;
}

#nav li a:after, #nav2 li a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#nav li:hover a:after, #nav2 li:hover a:after {
    width: 100%;
}

/* Sub Menu */
#nav li,
#nav2 li {
    position:relative;
    display: inline-block;
}

#nav .sub-menu,
#nav2 .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0,0,0,0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
}
#nav .sub-menu a,
#nav2 .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover,
#nav2 .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu,
#nav2 .sub-menu .sub-menu  {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu,
#nav2 li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li,
#nav2 .sub-menu li {
        position: relative;
    width: 100%;
    display: block;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

html {
    overflow-x: hidden;
}

body{
	font-family: 'Assistant', sans-serif;
	font-size: 15px;
	background: #FFF;
	color: #7d7d7d;
	margin: 0;
    line-height: 1.6;
    overflow-x: hidden;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a {
    outline: none;
}

a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    text-decoration: none;
}

canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/********CSS Post Launch********/
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-search .ihf-select-options ul,
#content .ihf-search .ihf-select-options,
#content .ihf-search .ihf-pagination,
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
    margin: 0 0 0;
    padding: 0 0 0;
    list-style: none;
}
#content #ihf-main-container #ihf-search-adv2-submit{
    margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#content #ihf-main-container .ihf-listing-search-results .btn{
    padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
    text-align: center;
}

#ihf-main-container #ihf-mortgage-calculator-modal .mc-total-payment-subline,
#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;
}
#content #ihf-main-container #ihf-search-location-tab{
    margin: 8px 5px 0 0;
}
#ihf-main-container #ihf-advsearch-features label{
    font-size: .8em;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit{
    margin: 6px 0 0;
}
#ws-walkscore-tile{
    background:#fff !important;
}
#hero .quick-search form select[name="propertyType"]{
    margin-left: 2%;
}
#content ul.ihf-navbar-nav{
    list-style: none;
    margin: 0 0 0;
}
#content .ihf-eureka .ihf-navbar{
    padding: 4px 14px;
}
#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content{
    color:#777;
}
#content #ihf-main-container label{
    color:inherit;
}
#content #ihf-main-container .ihf-polygon-reset{
    color:#000;
}
#ihf-main-container .modal-body {
    color: #000;
}
body.page-id-0 > img,
body.page-id-0 > iframe{
    display: none !important;
}
#content #ihf-main-container #ihf-market-report-nav-container.row,
#content #ihf-main-container #ihf-market-report-nav-container.row .row,
#content #ihf-main-container .row #areaPickerContainer.row,
#content #ihf-main-container .row #ihf-search-location-tab .row,
#content #ihf-main-container .row #ihf-refine-map-search-form .row,
#content #ihf-main-container .row .ihf-grid-result-container .row,
#content #ihf-main-container .row #ihf-search-location-tab.row{
    margin-left: -15px;
    margin-right: -15px;
}
#content #ihf-main-container .row .row{
    margin-left: 0;
    margin-right: 0;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a{
    color:#000 !important;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a:hover{
    color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form label{
    color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form .checkbox {
    padding-left: 0px;
    margin-left: -15px;
}
#ihf-main-container ul.chosen-results {
    margin-left: 0 !important;
}
#content .ihf-eureka ul.ihf-dropdown-menu{
    margin: 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}
#content #ihf-detail-navrow .ihf-detail-navigation .pull-right{
    float: none !important;
    text-align: right;
}
#content #ihf-main-container .map-infobox-img{
    max-width: 100% !important;
}
#ihf-main-container #ihf-map-canvas .ihf-map-info-box-title{
    padding: 0 15px 0 0;
}
.ihf-captcha .g-recaptcha{
    transform-origin: left center;
    transform: scale(.75);
    -moz-transform: scale(.75);
    -webkit-transform: scale(.75);
}
.grecaptcha-badge{
    z-index: 999;
}
#content #IDX-main{}
#content #IDX-main #IDX-boxLabel_remarksConcat input{
    display: block;
    width: 100%;
}
#content #IDX-main ul.select2-choices,
#content #IDX-main ul.IDX-navbar-nav{
    margin: 0 0 0 0;
}
.areaPickerExpandAllTopBar:after{
    content:'';
    display: block;
    clear: both;
}
#ihf-main-container #ihf-main-search-form fieldset > div:nth-child(14) .checkbox{
  padding-left: 0px;
}
#ihf-main-container #ihf-main-search-form fieldset > div:nth-child(14) .checkbox label{
    padding-right: 30px;
    white-space: break-spaces;
}
#ihf-main-container #ihf-detail-features-tab > .row.mt-10{
    margin-left: 0;
    margin-right: 0;
}
#ihf-agent-sellers-rep-own-listing{
    max-width: 100%;
}
#ihf-main-search-form fieldset div[data-ihf-geographic-field="true"] .checkbox{
    padding-left: 0;
}
#content ul#IDX-searchNavList{
    margin: 0 0 0;
}
#content ul#IDX-searchNavList li:first-child{
    padding-left: 0px;
}
#content ul#IDX-searchNavList li:last-child{
    padding-right: 0px;
}
#IDX-formSubmit.IDX-formSubmit {
    font-size: 16px;
    margin-right: 20px;
    line-height: 18px;
}
#IDX-formSubmit.IDX-formSubmit {
    font-size: 16px;
    margin-right: 20px;
    line-height: 18px;
    font-weight:400;
}
#IDX-ccz-group .IDX-controls span{
    vertical-align: middle;
    margin: 0 0 0 10px;
}
#IDX-ccz-group .IDX-controls span:first-child{
    margin: 0 0 0 0;
}
#ihf-main-container #ihf-map-canvas{
    position: relative;
    z-index: 0;
}
#ihf-main-container #ihf-refine-map-search-form{
  margin: 0 0;
}
#ihf-main-container .ihf-mapsearch-refine-overlay-inner{
  padding: 8px 15px;
}
#ihf-main-container .ihf-grid-result{
    margin-bottom: 15px;
}
#ihf-main-container .ihf-grid-result:after{
    content: '';
    display: block;
    clear: both;
}
/********CSS Post Launch End********/

.relative {
    position: relative;
}

.block{
    display: block;
}

.text-center {
    text-align: center;
}

.flexbox {
    display: flex;
}

.sec-ttl {
    color: #01395c;
    font-size: 70px;
    font-family: 'DM Serif Display', serif;
    letter-spacing: .055em;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.sec-ttl small {
    color: #b6b6b6;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Assistant', sans-serif;
    display: block;
    margin-bottom: -23px;
}

.sec-ttl:after {
    position: absolute;
    content: '';
    width: 42px;
    height: 9px;
    background: #01395c;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.sec-ttl--left {
    padding-bottom: 5px;
}

.sec-ttl--left:after {
    right: unset;
    margin: 0;
    left: 6px;
}

.sec-ttl2 {
    color: #01395c;
    font-size: 59px;
    font-family: 'DM Serif Display', serif;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.sec-ttl2 p {
    color: #b6b6b6;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Assistant', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: -23px;
}

.sec-ttl2 p span {
    width: 33px;
    height: 7px;
    background: #01395c;
    margin-left: 17px;
}


.hp-sec {
    z-index: 102;
}

.btn {
    display: block;
    width: 100%;
    max-width: 220px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .12em;
    line-height: 1.6;
    background: #01395c;
    border-radius: 0;
    padding: 12px 10px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.btn:hover {
    opacity: 1;
    color: #fff;
    background: #8dc6eb;
}

.hp-bg-white {
    background: #fff;
}

/*******************************************************
 *
 * Fixed Header
 *
 *******************************************************/
.fh {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 24px 30px;
    background: #fff;
    z-index: 1002;
    align-items: center;
    display: none;
}

.fh__logo {
    width: 25.12%;
}

#nav2 {
    flex: 1;
    padding-left: 5%;
}

#nav2 li a {
    color: #3e3e3e;
}

#nav2 li a:after {
    background: #3e3e3e;
}

.fh.visible {
    display: flex;
}

/*******************************************************
 *
 * Sliding Menu
 *
 *******************************************************/
.sliding-menu {
    position: fixed;
    width: 582px;
    height: 100vh;
    right: 0;
    overflow-y: auto;
    background: rgba(1,57,92,.9);
    z-index: 9999;
    display: none;
}

.sliding-menu__inner {
    padding: 145px 55px 85px;
    display: none;
}

.close-btn-wrap {
    position: absolute;
    top: 30px;
    right: 35px;
    cursor: pointer;
    z-index: 5;
}

.close-btn {
    width: 40px;
    height: 27px;
}

.close-btn div {
    width: 28px;
    height: 2px;
    background: #fff;
    top: 10px;
    position: relative;
    margin: auto;
}

.close-btn.relative div:first-child {
    transform: rotate(45deg);
    top: 12px;
}

.close-btn.relative div:last-child {
    transform: rotate(-45deg);
}

.close-btn-wrap  p {
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .480em;
    margin-left: -2px;
}

.bm-drop {
    position: fixed;
    z-index: 1032;
    top: 0;
    left: 0;
    right: initial;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  
  .bm-drop {
    z-index: 1035;
  }
  
  .bm-view.is-open{
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
#nav3 {
    column-count: 2;
}

#nav3 li {
    line-height: 2.8;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
#nav3 li.hide-menu{
    display: none;
}


#nav3 li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sliding-menu__info {
    margin-top: 80px;
}

.sliding-menu__info li:not(:first-child) {
    margin-top: 10px;
}

.sliding-menu__info a, .sliding-menu__info em {
    color: #fff;
    font-size: 14px;
    letter-spacing: .055em;
    line-height: 1.4;
}

.sliding-menu__info i {
    width: 15px;
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}

.sliding-menu__inner .smis {
    margin-top: 22px;
}

.close-btn-wrap:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    text-decoration: none;
}

.sliding-menu.visible, .sliding-menu__inner.visible {
    display: block;
}

.animated {
    animation-duration: 1s;
}

/*******************************************************
 *
 * Fixed Buttons
 *
 *******************************************************/
.fixed-btns {
    position: fixed;
    top: 26.25%;
    right: 2.18%;
    z-index: 1001;
}

.fixed-btns li {
    position: relative;
}

.fixed-btns li:not(:first-child) {
    margin-top: 15px;
}

.fixed-btns li:nth-child(4) {
    margin: 75px 0;
}

.fixed-btns li:nth-child(4):before, .fixed-btns li:nth-child(4):after {
    position: absolute;
    content: '';
    width: 2px;
    height: 42px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
}

.fixed-btns li:nth-child(4):before {
    top: -55px;
}

.fixed-btns li:nth-child(4):after {
    bottom: -55px;
}
.fixed-btns li a {
    width: 29px;
    height: 29px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.fixed-btns .ai-mobile-phone a {
    font-size: 11px;
}

.fixed-btns .asis-mailto-obfuscated-email {
    font-size: 10px;
}

.fixed-btns li a:hover {
    opacity: 1;
    color: #01395c !important;
    background: #fff !important;
}

.fixed-btns.adjust-colors li a {
    color: #8dc6eb;
    border: 1px solid #8dc6eb;
}

.fixed-btns.adjust-colors li:nth-child(4):before, .fixed-btns.adjust-colors li:nth-child(4):after {
    background: #8dc6eb;
}

/*******************************************************
 *
 * Header
 *
 *******************************************************/
.header {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 30px 0;
    z-index: 1010;
}

.header .flexbox {
    align-items: center;
}

.header__logo {
    width: 8.36%;
}

.header__menu {
    width: 84.41%;
}

.burger-menu-wrap {
    width: 40px;
    margin-left: 2.16%;
    text-align: right;
    cursor: pointer;
}

.burger-menu-wrap p {
    color: #fff;
    font-size: 9px;
    line-height: 2.7;
    letter-spacing: .48em;
    text-transform: uppercase;
    text-align: right;
    margin-right: -4px;
}

.burger-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.burger-menu div {
    width: 100%;
    height: 2px;
    background: #fff;
}

.burger-menu div:nth-child(2) {
    width: 24px;
}

.burger-menu div:nth-child(3) {
    width: 31px;
}

.burger-menu div:not(:first-child) {
    margin-top: 8px;
}

.burger-menu-wrap:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    text-decoration: none;
}

.mobile-logo {
    display: none;
}

/*******************************************************
 *
 * HP Slider
 *
 *******************************************************/
.hp-slider {
    position: fixed;
    width: 100%;
    left: 0;
}

.hp-slider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0,.3);
    z-index: 101;
}

.hp-slider canvas {
    height: 100vh;
}

.hp-slider__video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.hp-slider__video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*******************************************************
 *
 * HP Slider Content
 *
 *******************************************************/

.hp-slider__content canvas {
    min-height: 800px;
}

.hp-slider__caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 34.12%;
    z-index: 102;
}

.hp-slider__caption-inner {
    width: 71.49%;
    margin: 0 auto
}

.hp-slider__caption-inner h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: .055em;
    line-height: 1.4;
    text-transform: uppercase;
    margin-top: 30px;
}

.hp-slider .cycloneslider-template-responsive, .hp-slider .cycloneslider-slides, .hp-slider .textwidget {
    width: 100%;
    height: 100%;
}

/*******************************************************
 *
 * CTA
 *
 *******************************************************/
.cta-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    z-index: 102;
}

.cta {
    margin: 0 -15px;
}

.cta__item {
    width: 32.51%;
}

.cta__item a {
    display: block;
    border: 1px solid #fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.cta__item:not(:last-child){
    margin-right: 2.46%;
}

.cta__item p {
    color: #fff;
    font-size: 30px;
    font-family: 'DM Serif Display', serif;
    line-height: .66;
    letter-spacing: .055em;
    text-transform: uppercase;
    padding: 22px 10px 28px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.cta__item p small {
    display: block;
    font-size: 19px;
    line-height: 1.5;
    font-family: 'Assistant', sans-serif;
}

.cta__item a:hover {
    border: 1px solid #8dc6eb !important;
    background: #8dc6eb;
    opacity: 1;
}

/*******************************************************
 *
 * Featured Properties
 *
 *******************************************************/
.fp-wrap {
    padding-top: 90px;
}

.fp-wrap .sec-ttl {
    margin-bottom: 52px;
}

.fp {
    font-size: 0;
    margin: 0 -3px;
}

.fp__item {
    padding: 3px;
}

.fp__item a:before, .fp__item a:after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.fp__item a:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1,57,92,.5);
    z-index: 2;
}

.fp__item a:after {
    width: 18.54%;
    height: 27.54%;
    top: 24px;
    right: 20px;
    background: url('images/common/logo-hover.png')no-repeat center center/ contain;
    z-index: 4;
}

.fp__item-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url('images/home/fp-shadow.png')no-repeat center center/cover;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.fp__details {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    z-index: 3;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: .095em;
    text-transform: uppercase;
    padding: 0 25px;
    overflow: hidden;
}

.fp__price {
    font-size: 40px;
    font-family: 'DM Serif Display', serif;
    letter-spacing: .055em;
}

.fp__address {
    margin-top: 5px;
}

.fp__hover-txt {
    margin-bottom: -84px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.fp__hover-txt ul {
    margin-top: 15px;
}

.fp__hover-txt ul li {
    position: relative;
    padding: 0 18px;
}

.fp__hover-txt ul li:first-child {
    padding-left: 0;
}

.fp__hover-txt ul li:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 18px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.fp__btn  {
    width: 100%;
    max-width: 170px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .055em;
    background: #8dc6eb;
    display: block;
    text-align: center;
    padding: 17px 10px;
    margin-top: 12px;
}

.fp__item a:hover, .fp__item a:hover:before, .fp__item a:hover:after {
    opacity: 1;
}

.fp__item a:hover .fp__hover-txt {
    margin-bottom: 0;
}

/*******************************************************
 *
 * Slider Navigation / Slick
 *
 *******************************************************/

.slider__nav {
    justify-content: center;
    align-items: center;
    margin-top: 47px;
}

.slider__nav .slider__arrow {
    color: #a1a1a1;
    font-size: 14px;
    font-family: 'Trocchi', serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    cursor: pointer;
    outline: none;
}

.slider__nav .slider__arrow i {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a1a1a1;
    font-size: 12px;
    border: 1px solid #a1a1a1;
    border-radius: 50%;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.slider__nav .slider__prev i {
    margin-left: 12px;
}

.slider__nav .slider__next i {
    margin-right: 12px;
}

.slider__nav .btn {
    margin: 0 27px;
}

.slider__nav .slider__arrow:hover, .slider__nav .slider__arrow:hover i {
    color: #8dc6eb;
}

.slider__nav .slider__arrow:hover i {
    border-color: #8dc6eb;
}

/*******************************************************
 *
 * Quick Search
 *
 *******************************************************/
.qs-wrap {
    padding: 74px 0 64px;
}
.qs-wrap__inner .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #7d7d7d !important;
}
.qs__field button.btn.dropdown-toggle.bs-placeholder.btn-default {
    padding: 0 !important;
}
.qs-wrap__inner {
    align-items: center;
}

.qs-wrap .sec-ttl2 {
    width: 24.56%;
    margin-left: -15px;
}

.qs {
    flex: 1;
    align-items: center;
}

.qs__field-long {
    width: 18.60%;
}

.qs__field-med {
    width: 14.41%;
}

.qs__field-short {
    width: 8.72%;
}

.qs__btns {
    width: 27.32%;
}

.qs__field {
    border-bottom: 1px solid #01395c;
    margin-right: .81%;
}

.qs__field select, .qs__field input {
    width: 100%;
    height: 27px;
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.qs__field select {
    background-image: url('images/common/qs-arrow.png');
    background-repeat: no-repeat;
    background-position: 92% center;
}

.qs__btns {
    align-items: center;
    margin-left: 1.97%;
}

.qs__btns input {
    width: 55.31%;
    font-size: 13px;
    color: #fff;
    background: #01395c;
    border: none;
    outline: none;
    text-transform: uppercase;
    padding: 10px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.qs__btn-advanced {
    font-size: 13px;
    color: #01395c;
    flex: 1;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.qs__btns input:hover {
    background: #8dc6eb;
}

.qs__btn-advanced:hover {
    opacity: 1;
    color: #8dc6eb;
}

/*******************************************************
 *
 * Featured Areas
 *
 *******************************************************/
.fa-wrap .sec-ttl {
    margin-bottom: 52px;
}

.fa-wrap .fa {
    margin: 0 -3px;
    display: block;
}

.fa__item {
    padding: 3px;
}

.fa__item a:before, .fa__item a:after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.fa__item a:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 57, 92,.61);
    z-index: 2;
}

.fa__item a:after {
    width: 37.16%;
    height: 24.69%;
    background: url('images/common/logo-hover.png')no-repeat center center/contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.fa__item-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('images/home/fp-shadow.png')no-repeat center center/cover;
    z-index: 1;
}

.fa__ttl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    padding: 0 6.66% 0 7.61%;
    z-index: 4;
}

.fa__ttl:after {
    position: absolute;
    content: '';
    width: 35.16%;
    height: 6px;
    background: #fff;
    right: 6.66%;
    top: 0;
    bottom: 0;
    margin: auto;
}

 .fa__ttl p {
    color: #fff;
    font-size: 25px;
    font-family: 'DM Serif Display', serif;
    text-transform: uppercase;
    letter-spacing: .055em;
    width: 61.77%;
}

.fa__item a:hover, .fa__item a:hover:before, .fa__item a:hover:after {
    opacity: 1;
}

/*******************************************************
 *
 * Featured Communities
 *
 *******************************************************/
.fc-wrap {
    padding: 95px 0 110px;
}

.fc-wrap .sec-ttl {
    margin-bottom: 40px;
}

.fc-wrap .btn {
    margin: 57px auto 0;
}

.fc {
    margin: 0 -3px;
    flex-wrap: wrap;
}

.fc__item {
    width: 33.33%;
    padding: 3px;
}

.fc__item a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.21);
    top: 0;
    left: 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.fc__ttl {
    color: #fff;
    font-size: 30px;
    letter-spacing: .055em;
    font-family: 'DM Serif Display', serif;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    top: 70.90%;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.fc__item a:hover {
    opacity: 1;
}

.fc__item a:hover:before {
    background: rgba(1,57,92,.8);
}

.fc__item a:hover .fc__ttl {
    top: 50%;
    transform: translateY(-50%);
}

/*******************************************************
 *
 * Welcome
 *
 *******************************************************/
.welcome {
    min-height: 730px;
    background: url('images/home/welcome-bg.jpg') no-repeat center center/cover;
}

.welcome:before, .welcome:after {
    position: absolute;
    content: '';
}

.welcome:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.84);
}

.welcome:after {
    width: 78.43%;
    height: 86.30%;
    left: 0;
    bottom: 13.65%;
    background: url('images/home/welcome-img.png')no-repeat center center/100% 100%;
    z-index: 6;
}

.welcome__inner {
    justify-content: flex-end;
}

.welcome .sec-ttl {
    padding-bottom: 5px;
}

.welcome .sec-ttl:after {
    left: unset;
    right: 5px;
    margin: 0;
}

.welcome__box {
    width: 77.19%;
    text-align: right;
    background: #fff;
    padding: 0 5.78%;
    min-height: 535px;
    margin-right: -5.78%;
    z-index: 5;
}

.welcome__txt {
    width: 70.24%;
    margin: 5px auto 0;
    margin-right: 0;
}

.welcome .btn {
    margin: 40px auto 0;
    margin-right: 0;
}

.welcome__accent {
    position: absolute;
}

.welcome__accent:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1,57,92,.9);
}

.welcome__accent-left {
    width: 15.25%;
    height: 13.69%;
    left: 0;
    bottom: 0;
    background: url('images/home/welcome-accent1.jpg')no-repeat center center/cover;
}

.welcome__accent-right {
    width: 10.43%;
    height: 100%;
    top: 0;
    right: 0;
    background: url('images/home/welcome-accent2.jpg')no-repeat center center/cover;
}

/*******************************************************
 *
 * The Team
 *
 *******************************************************/
.team-wrap {
    padding: 77px 0 65px;
}

.team-wrap:before {
    position: absolute;
    content: '';
    width: 13.41%;
    height: 56.05%;
    left: 0;
    bottom: 38px;
    background: url('images/home/team-accent.jpg')no-repeat left center/cover;
    z-index: 1;
}

.team__box-left {
    width: 29.36%;
    padding-top: 70px;
    z-index: 2;
}

.team__box-left:before {
    position: absolute;
    content: '';
    width: 84.57%;
    height: 18%;
    left: -3%;
    bottom: -27px;
    background: url('images/home/texture.jpg')repeat-y left center/cover;
}

.team__box-left .btn {
    margin-top: 30px;
}

.team__box-right {
    width: 70.7%;
    padding: 0 16px 0 22px;
    box-sizing: border-box;
}

.team-slider__item {
    padding: 0 13px;
}

.team-slider__item a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(1,57,92,.47);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.team-slider__item canvas {
    filter: grayscale(100%);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.team-slider__item-txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 25px;
    z-index: 2;
}

.team-slider__item-name {
    color: #fff;
    font-size: 32px;
    letter-spacing: .155em;
    text-transform: uppercase;
}

.team-slider__item-pos {
    color: #fff;
    font-size: 19px;
    letter-spacing: .155em;
    text-transform: uppercase;
    margin-top: -10px;
}

.team-slider__hover-txt {
    color: #fff;
    padding-top: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
    -webkit-transition: max-height .25s ease-in-out;
    -moz-transition: max-height .25s ease-in-out;
}

.team__box-right .slider__nav {
    justify-content: flex-start;
    margin-top: 20px;
}

.team__box-right .slick-arrow {
    margin: 0 10px;
}

.team-slider__item a:hover, .team-slider__item a:hover:before {
    opacity: 1;
}

.team-slider__item a:hover canvas {
    filter: grayscale(0);
}

.team-slider__item a:hover .team-slider__hover-txt {
    max-height: 200px;
}

/*******************************************************
 *
 * Marketing
 *
 *******************************************************/

.marketing {
    padding: 50px 0 65px;
}

.marketing .flexbox {
    margin-left: -15px;
}

.marketing__video {
    width: 61.82%;
}

.marketing__video:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #01395c;
    top: 15px;
    left: -17px;
}

.marketing__video a:before, .marketing__video a:after {
    position: absolute;
    content: '';
    width: 10.21%;
    height: 15%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.marketing__video a:before {
    background: url('images/home/play-btn.png')no-repeat center center/ 100% 100%;
}

.marketing__video a:after {
    opacity: 0;
    background: url('images/home/play-btn-blue.png')no-repeat center center/ 100% 100%;
}

.marketing__right {
    width: 38.15%;
    padding-left: 5%;
}

.marketing__right .btn {
    margin-top: 25px;
}

.marketing__right:after {
    position: absolute;
    content: '';
    width: 85.71%;
    height: 55px;
    bottom: -15px;
    right: 0;
    background: url('images/home/texture.jpg')no-repeat center center/ cover;
}

.marketing__accent-bg {
    position: absolute;
    content: '';
    height: 55px;
    bottom: -15px;
    background: url('images/home/texture.jpg')no-repeat center center/ cover;
}

.marketing__video a:hover, .marketing__video a:hover:after {
    opacity: 1;
}

.marketing__video a:hover:before {
    opacity: 0;
}

/*******************************************************
 *
 * HP Blogs
 *
 *******************************************************/
.hp-blog {
    padding: 45px 0 120px;
    background: url('images/home/blog-bg.jpg') no-repeat center center/ cover;
}

.hp-blog:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.78);
}

.hp-blog-slider {
    margin: 0 -19px;
    font-size: 0;
}

.hp-blog-slider__item {
    padding: 0 4px;
}

.hp-blog-slider__item a:before, .hp-blog-slider__item a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hp-blog-slider__item a:before {
    background: rgba(1,57,92,.61);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    opacity: 0;
    z-index: 2;
}

.hp-blog-slider__item a:after {
    background: url('images/home/blog-shadow.png') no-repeat center center/ cover;
    z-index: 1;
}

.hp-blog-slider__item a canvas {
    filter: grayscale(100%);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.hp-blog-slider__item-txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 30px;
    color: #fff;
    font-size: 15px;
    z-index: 3;
}

.hp-blog-slider__item-ttl {
    font-size: 19px;
    letter-spacing: .155em;
    line-height: 1.05;
    text-transform: uppercase;
}

.hp-blog-slider__item-hover-txt {
    max-height: 0;
    overflow: hidden;
    padding-top: 10px;
    transition: max-height .25s ease-in-out;
    -webkit-transition: max-height .25s ease-in-out;
    -moz-transition: max-height .25s ease-in-out;
}

.hp-blog .slider__nav {
    margin-top: 30px;
}

.hp-blog-slider__item a:hover, .hp-blog-slider__item a:hover:before {
    opacity: 1;
}

.hp-blog-slider__item a:hover canvas {
    filter: grayscale(0);
}

.hp-blog-slider__item a:hover .hp-blog-slider__item-hover-txt {
    max-height: 200px;
}

/*******************************************************
 *
 * HP Contact
 *
 *******************************************************/
.hp-contact {
    padding: 127px 0;
}

.hp-contact:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('images/home/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #002a45;
    background-blend-mode: multiply;
    left: 0;
    top: 0;
}

.hp-contact .sec-ttl {
    color: #fff;
    top: -15px;
    position: relative;
}

.hp-contact .sec-ttl:after {
    background: #fff;
}

.hp-contact .sec-ttl small {
    display: flex;
    align-items: center;
}

.hp-contact .sec-ttl small em {
    padding: 0 25px;
    font-style: normal;
}

.hp-contact .sec-ttl small i {
    flex: 1;
    height: 1px;
    background: #fff;
}

.hp-contact__inner {
    width: 87.89%;
    margin: auto;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.hp-contact form {
    width: 68.86%;
    margin: -10px auto 0;
}

.wcf7__row {
    margin-top: 23px;
}

.wcf7__field input, .wcf7__field textarea {
    color: #fff;
    width: 100%;
    height: 55px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.39);
    background: transparent;
    outline: none;
}

.wcf7__field textarea {
    height: 100px;
    resize: none;
    padding-top: 25px;
}

.wcf7__btn {
    text-align: center;
    margin-top: 60px;
}

.wcf7__btn input {
    color: #fff;
    width: 100%;
    max-width: 217px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .120em;
    padding: 13px 10px;
    border: none;
    background: transparent;
    outline: none;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.wcf7__btn input:hover {
    opacity: 1;
    color: #fff;
    background: #8dc6eb;
}

.hp-contact__border-bot {
    align-items: center;
}

.hp-contact__border-bot div {
    flex: 1;
    height: 1px;
    background: #fff;
}

.hp-contact__border-bot div:nth-child(2) {
    width: 100%;
    max-width: 217px;
    background: transparent;
}

.hp-contact .wpcf7-response-output {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    left: 0;
}

.hp-contact .ajax-loader {
    top: -35px;
    position: relative;
}

/*******************************************************
 *
 * Footer
 *
 *******************************************************/
.footer {
    padding: 80px 0 45px;
    background: #012034;
}

.footer__top .flexbox {
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 554px;
    margin: 35px auto 0;
}

.footer__top-left {
    width: 29.96%;
}

.footer__top-right {
    padding-left: 5.41%;
}

.footer__top-right, .footer__top-right a {
    color: #fff;
    font-size: 13px;
    letter-spacing: .055em;
    line-height: 1.4;
}

.footer__info {
    text-align: left;
}

.footer__info li:not(:first-child) {
    margin-top: 12px;
}

.footer__info li i {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.footer__info li em:first-child {
    margin-right: 10px;
}

.footer__info .ai-font-location-c {
    font-size: 14px;
}

.footer__info .ai-font-envelope-f, .footer__info .ai-font-phone {
    font-size: 12px;
}

.smis {
    display: flex;
    margin-top: 27px;
    justify-content: flex-start;
}

.smis li:not(:last-child) {
    margin-right: 13px;
}

.smis li a {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #012034;
    font-size: 14px;
}

.footer__bot {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,.21);
}

.footernav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footernav li {
    margin: 0 1.44%
}

.footernav li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.copyright {
    color: #898989;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .025em;
    margin-top: 30px;
}

.copyright a {
    color: #898989;
}

.copyright span {
    text-transform: uppercase;
}

.ai-font-footer-logo {
    color: #898989;
    font-size: 20px;
    margin-top: 10px;
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}

.ip-bannerholder {
    position: relative;
}

.ip-banner-logo h2 {
    display: none;
}

.home .ip-banner-logo {
    display: none;
}

.page-id-20 div#content-sidebar ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 654px;
}

.page-id-20 div#content-sidebar ul li {
    width: 50%;
}

.ip-banner-logo {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    /* left: 50%; */
    z-index: 999;
    width: 100%;
}

.ip-banner-logo img {
    margin: 0 auto;
    max-width: 466px;
    display: block;
    width: 100%;
}

.ip-banner.relative.text-center {
    display: none;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.3);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        height: 400px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-30%);
        z-index: 2;
    }
        .ip-banner img {
            width: 100%;
            max-width: 430px;
        }

        .ip-banner h2 {
            font-weight: 600;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
            display: none;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 74.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 23.83%; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* 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 .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
    color: #01395c;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'DM Serif Display', serif;
    letter-spacing: .055em;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    color: #01395c;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'DM Serif Display', serif;
    letter-spacing: .055em;

}


/*******************************************************
 *
 * Sidebar
 *
 *******************************************************/
 .sidebar .qs-wrap .sec-ttl2 {
    width: 100%;
    margin-left: 0;
}

.sidebar .qs-wrap .sec-ttl2 h2 {
    font-size: 50px;
    margin: 0;
}

.sidebar .qs {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.sidebar .qs__field {
    margin-top: 10px;
    margin-right: 0;
}

.sidebar .qs__field-long, .sidebar .qs__field-med {
    width: 100%;
}

.sidebar .qs__field-short {
    width: 47%;
}

.sidebar .qs__btns {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}

.sidebar .qs__field select {
    background-position: 98% center;
}

.sidebar .qs__btns input, .sidebar .qs__btns a {
    width: 100%;
    margin-top: 10px;
}

.sidebar .cta-wrap {
    position: relative !important;
}

.sidebar .cta {
    list-style-type: none;
    margin: 0;
}

.sidebar .cta__item {
    width: 100% !important;
    margin: 10px 0 !important;
}

.sidebar .cta__item a {
    border: 1px solid #01395c;
}

.sidebar .cta__item p {
    color: #01395c;
    margin: 0 !important;
}

.sidebar .cta__item a:hover p {
    color: #fff;
}

/*Overwrite contact forms*/
.aidefcf-cl2 span:first-of-type, .aidefcf-cl3 span:first-of-type {
    float: left !important;
}

.aidefcf-cl3 span:last-of-type {
    float: right;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default,
button.btn.dropdown-toggle.btn-default {
    width: 100%;
    height: 27px;
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
span.filter-option.pull-left {
    color: #000 !important;
}

.sidebar button.btn.dropdown-toggle.bs-placeholder.btn-default, .sidebar button.btn.dropdown-toggle.btn-default {
    margin-left: -11px;
    box-shadow: none;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
.qs-wrap__inner .dropdown-menu.open{
    top: 100%;
    bottom: initial;
}

.qs-wrap__inner ul.dropdown-menu.inner {
    max-height: 237px !important;
}

.qs-wrap__inner .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}

.ihf-printable-template	p#breadcrumbs {
	display: none !important;
}

.sidebar .qs-wrap__inner .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 260px;
}

.sliding-menu.animated{
    animation-duration: .4s !important;
}

#listings-results .listings-pagination {
    margin: 40px 0 !important;
}

#listings-results .listings-pagination ul li.active a, #listings-results .listings-pagination ul li a.active {
    pointer-events: none;
}

#listings-details .listings-form textarea {
    padding-right: 34px !important;
    overflow: hidden;
}

.page-id-502 div#inner-page-wrapper > .container,
.page-id-504 div#inner-page-wrapper > .container {
    width: 100%;
    /* padding: 0; */
}