/*
Theme Name: Lake Tapps
Theme URI: http://aios3-staging.agentimage.com/l/laketapps-new.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.3
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. Custom CSS
 *
 *******************************************************/

@font-face {
    font-family: 'EdwardianScriptITC';
    src: url('fonts/EdwardianScriptITC.eot?#iefix') format('embedded-opentype'), url('fonts/EdwardianScriptITC.woff') format('woff'), url('fonts/EdwardianScriptITC.ttf') format('truetype'), url('fonts/EdwardianScriptITC.svg#EdwardianScriptITC') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PinyonScript';
    src: url('fonts/PinyonScript.eot?#iefix') format('embedded-opentype'), url('fonts/PinyonScript.woff') format('woff'), url('fonts/PinyonScript.ttf') format('truetype'), url('fonts/PinyonScript.svg#PinyonScript') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Global */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #FFF;
    color: #494949;
    margin: 0;
    background: url('images/ip-bg.jpg') top center no-repeat #fff;
    background-size: 100% auto;
}

body.home {
    background: #fff;
}

a,
a:hover,
a:active,
a:focus {
    color: #494949;
    outline: 0;
}

.transition {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}


/*** header ***/

header {
    display: block;
    width: 100%;
    color: #444;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

header .header-wrap {
    background: rgba(255, 255, 255, .5);
    padding: 17px 0 0;
    display: block;
    width: 100%;
}

header .hdr-top {
    padding-bottom: 17px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(110, 101, 107, .15);
}

header .hdr-top .hdr-title {
    padding-top: 35px;
    font-size: 52px;
    font-family: 'Playfair Display', serif;
    color: #225b5a;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 36px;
    text-align: center;
}

header .hdr-top .hdr-title a {
    text-decoration: none;
    color: #225b5a;
}

header .hdr-top .hdr-title .sub-title {
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
    display: block;
    letter-spacing: 7px;
}

.hdr-contact {
    text-align: right;
    font-size: 16px;
    line-height: 14px;
    color: #225b5a;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75);    
}
        
    .hdr-contact .hdr-mhg {
        display: block;
        margin-top: 20px;
        width: 100%;
        max-width: 90px;
        float: right;
    }

.hdr-contact a {
    color: #225b5a;
    text-decoration: none;
    position: relative;
}

.hdr-contact div {
    position: relative;
    display: block;
}

.hdr-contact .hc {
    margin-bottom: 8px;
}

.hdr-contact div span {
    background: url('images/hdr-ph-icon.png') top center no-repeat;
    display: inline-block;
    margin-right: 5px;
    width: 13px;
    height: 14px;
}

.hdr-contact div span.hdr-email {
    width: 15px;
    background: url('images/hdr-mail-icon.png') top center no-repeat;
}

.hdr-contact div a.smi {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #81b2b1;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    text-shadow: none;
}

.hdr-contact div a.smi:hover {
    background: #505b5f;
}

.hdr-contact div a.smi span {
    margin: 0;
    background: transparent;
    width: 12px;
    height: auto;
    line-height: 34px;
}


/*** Navigation ***/

#nav {
    padding: 20px 0 0;
    text-align: center;
}

#nav li {
    display: inline-block;
    position: relative;
}

#nav li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 18px;
    width: 1px;
    background: rgba(34, 91, 90, .15);
}

#nav li:first-child:before {
    width: 0;
    height: 0;
}

#nav li a {
    text-align: center;
    display: inline-block;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    margin: 0;
    line-height: 18px;
    vertical-align: top;
    padding: 0 30px 24px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

#nav li:first-child a {
    padding-left: 0;
}

#nav li.menu-item-90 a {
    padding-right: 0;
}


/*SUBMENU*/

#nav .sub-menu {
    list-style: none outside none;
    margin: auto;
    padding: 0;
    position: absolute;
    min-width: 195px;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .8);
    display: none;
    z-index: 9;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#nav li:hover > .sub-menu {
    display: block;
}

#nav .sub-menu li {
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

#nav .sub-menu a,
#nav .sub-menu li:first-child a {
    margin: 0;
    color: #4e4e4e;
    display: block;
    font-size: 13px;
    padding: 12px 20px;
    text-align: left;
    font-weight: 400;
    border: 0;
}

#nav .sub-menu a:hover {
    background: rgba(129, 178, 177, .7);
}

.divider {
    height: 14px;
    width: 100%;
    display: inline-block;
    background: rgba(255, 255, 255, .4);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.top.divider {
    position: relative;
    bottom: auto;
    z-index: 0;
}


/*** Homepage ***/


/** HERO **/

#hero {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.hp-qs {
    position: absolute;
    bottom: 32%;
    left: 0;
    z-index: 999;
    width: 100%;
    display: inline-block;
}

.hp-qs .qs-wrap {
    width: 100%;
    max-width: 990px;
    display: block;
    background: rgba(255, 255, 255, .8);
    padding: 13px 0 13px 20px;
    margin: 0 auto;
    position: relative;
}

.hp-qs .qs-wrap:before {
    border: 1px solid rgba(255, 255, 255, .45);
    position: absolute;
    content: '';
    left: 0;
    top: -10%;
    width: 100%;
    height: 120%;
    padding: 0;
    z-index: -1;
}

.hp-qs .qs-wrap:after {
    border: 1px solid rgba(255, 255, 255, .45);
    position: absolute;
    content: '';
    left: -1.5%;
    top: 0;
    width: 103%;
    height: 100%;
    padding: 0;
    z-index: -1;
}

.hp-qs .qs-wrap .qs-left {
    position: relative;
    display: inline-block;
    width: 15.5%;
    color: #4b4b4b;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Playfair Display', serif;
    border-right: 1px solid rgba(75, 75, 75, .25);
}

.hp-qs .qs-wrap .qs-left span {
    display: block;
    padding-left: 10px;
}

.hp-qs .qs-wrap .qs-right {
    width: 82%;
    display: inline-block;
    margin-left: 1.5%;
    position: relative;
    padding: 14px 0 5px 5%;
    vertical-align: top;
}

.hp-qs .qs-wrap .qs-right:before {
    width: 33px;
    height: 33px;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    background: url('images/hp-qs-glass.png') top center no-repeat;
}

.hp-qs .qs-wrap .qs-right select,
.hp-qs .qs-wrap .qs-right input[type="text"] {
    float: left;
    width: 10%;
    height: 33px;
    line-height: 33px;
    background: url('images/hp-qs-arrow.png') no-repeat #fff;
    background-position: 95% 50%;
    border: 0;
    font-size: 12px;
    color: #636363;
    font-weight: 300;
    margin-left: 2px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.hp-qs .qs-wrap .qs-right select.wide {
    width: 20.3%;
}

.hp-qs .qs-wrap .qs-right select::-ms-expand {
    display: none;
}

.hp-qs .qs-wrap .qs-right input[type="text"] {
    background: #fff;
}

.hp-qs .qs-wrap .qs-right .qssub {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    background: #81b2b1;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-left: 2%;
    color: #fff;
    padding: 0 15px;
}

.hp-qs .qs-wrap .qs-right .qssub:hover {
    background: #4e5b60;
}

.hp-featcomm {
    width: 100%;
    display: inline-block;
    padding: 110px 0 190px;
    background: rgba(0,0,0,.2) url('images/hp-communities-bg.jpg') top center no-repeat;
    background-blend-mode: overlay;
    background-size: cover;
    text-align: center;
}

.hp-featcomm h2 {
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    padding: 25px 19px 25px 27px;
    border: 1px solid #8e9394;
    letter-spacing: 12px;
    width: auto;
    position: relative;
}

.hp-featcomm h2:after {
    border: 1px solid #8e9394;
    position: absolute;
    content: '';
    left: -4%;
    top: 16%;
    width: 108%;
    height: 68%;
    padding: 0;
    z-index: 0;
}

.hp-featcomm ul {
    display: block;
    margin-top: 85px;
}

.hp-featcomm ul li .det-wrap {
    position: relative;
    display: block;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    text-decoration: none;
    margin: 0;
    position: relative;
}

.hp-featcomm ul li .det-wrap .comm-det {
    opacity: 0;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: rgba(34, 91, 90, .85);
}

.hp-featcomm ul li a:hover .det-wrap .comm-det {
    opacity: 1;
}

.hp-featcomm ul li .det-wrap .comm-det:before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.hp-featcomm ul li .det-wrap .comm-det div {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 20px 15%;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 2;
    border: 1px solid #96b0af;
    width: 80%;
    line-height: 23px;
}

.hp-featcomm ul li .det-wrap .comm-det div:after {
    position: absolute;
    content: '';
    width: 86%;
    height: 128%;
    left: 7%;
    top: -14%;
    border: 1px solid #96b0af;
}

.hp-featcomm ul li .det-wrap .comm-det div span {
    display: block;
    font-style: normal;
}

.hp-featcomm ul li span.comm-title {
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}

.hp-featcomm ul li.comm {
    margin-bottom: 75px;
}

.hp-welcome {
    width: 100%;
    display: inline-block;
    background: #e0efef;
    position: relative;
    margin-top: -25px;
    text-align: center;
    color: #494949;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 85px;
}

.hp-welcome:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 55px;
    top: 0;
    left: 0;
    background: url('images/hp-welcome-bg.png') top center no-repeat;
    background-size: cover;
    margin-top: -50px;
    z-index: 1;
}

.hp-welcome img {
    margin: -95px auto 40px;
    position: relative;
    display: block;
    z-index: 9;
}

.hp-welcome h1,
.hp-welcome h2 {
    color: #225b5a;
    font-size: 62px;
    font-family: 'EdwardianScriptITC';
    display: block;
    line-height: 68px;
    margin-bottom: 10px;
}

.hp-welcome h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 auto;
    width: 100%;
    max-width: 730px;
}

.hp-welcome p {
    display: block;
    margin: 30px 0 35px;
}

.hp-cta {
    width: 100%;
    display: inline-block;
    background: url('images/hp-cta-bg.jpg') top center no-repeat;
    background-size: cover;
    padding: 50px 0 70px;
}

.hp-cta .cta {
    padding: 82px 15px;
    font-size: 27px;
    line-height: 28px;
    color: #3c4545;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

.hp-cta a {
    color: #3c4545;
    text-decoration: none;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.hp-cta .cta.cta-mid a,
.hp-cta .cta.cta-last a {
    width: 75%;
}

.hp-cta .cta.cta-mid:before {
    width: 19px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url('images/hp-cta-div.png') top left no-repeat;
    background-size: auto 100%;
}

.hp-cta .cta.cta-mid:after {
    width: 19px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: url('images/hp-cta-div.png') top right no-repeat;
    background-size: auto 100%;
}

.hp-cta .cta .cta-icon {
    width: 97px;
    height: 97px;
    background: #99c7c6;
    text-align: center;
    padding-top: 26px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.hp-cta a:hover .cta-icon {
    background: #345150;
}

.hp-cta .cta .cta-icon:after {
    position: absolute;
    width: 97px;
    height: 12px;
    content: '';
    left: 0;
    bottom: -11px;
    background: url('images/hp-cta-shadow.png') top center no-repeat;
}

.hp-cta .cta p {
    display: inline-block;
    width: 56%;
    margin-left: 3%;
}

.hp-cta .cta em {
    font-size: 18px;
    line-height: 18px;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 11px;
    position: relative;
    text-transform: none;
}

.hp-cta .cta em:after {
    width: 40px;
    height: 1px;
    background: #92a9a5;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

footer {
    width: 100%;
    display: inline-block;
    font-size: 0;
}

footer .footer1 {
    width: 100%;
    display: inline-block;
    background: url('images/hp-contact-bg.png') top center no-repeat;
    background-size: cover;
    padding-top: 40px;
    margin-top: -60px;
}

footer .footer1 .footer-sub {
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    color: #fff;
    padding-top: 85px;
}

footer .footer1 .footer-sub h2 {
    color: #aec7c6;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

footer .footer1 .footer-sub input[type="email"] {
    background: #aec7c6;
    display: inline-block;
    width: 95%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    padding: 0 12px;
    margin: 18px 0;
}

footer .footer1 .footer-sub input[type="submit"] {
    font-size: 15px;
    width: 110px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    background: #375352;
    color: #fff;
    border: 0;
    cursor: pointer;
}

footer .footer1 .footer-sub input[type="submit"]:hover {
    background: #99c7c6;
}

footer .footer1 div.wpcf7-validation-errors {
    margin: 0;
}

footer .footer1 .footer-contact .contact-agent {
    width: 52%;
    float: left;
    padding: 0 1%;
    position: relative;
}

footer .footer1 .footer-contact .contact-agent canvas {
    width: 100%;
    display: block
}

footer .footer1 .footer-contact .contact-agent img {
    max-width: 325px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 1%;
}

footer .footer1 .footer-contact .contact-info {
    width: 45%;
    float: right;
    padding-left: 3%;
}

footer .footer1 .footer-contact .contact-info h2 {
    font-family: 'PinyonScript';
    font-size: 46px;
    line-height: 32px;
    display: block;
    margin-bottom: 5px;
    color: #aec7c6;
    padding-top: 100px;
}

footer .footer1 .footer-contact .contact-info span.sub {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #aec7c6;
    font-family: 'Playfair Display', serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 35px;
}

footer .footer1 .footer-contact .contact-info .contact-det {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
    clear: both;
    width: 100%;
}

footer .footer1 .footer-contact .contact-info .contact-det a {
    color: #fff;
    text-decoration: none;
}

footer .footer1 .footer-contact .contact-info .contact-det.address {
    font-size: 15px;
    margin-bottom: 0;
}

footer .footer1 .footer-contact .contact-info .contact-det span,
footer .footer1 .footer-contact .contact-info .contact-det div {
    float: left;
}

footer .footer1 .footer-contact .contact-info .contact-det div {
    width: 80%;
}

footer .footer1 .footer-contact .contact-info .contact-det span.footer-ph {
    width: 18px;
    height: 18px;
    margin-right: 15px;
    background: url('images/footer-ph-icon.png') top left no-repeat;
}

footer .footer1 .footer-contact .contact-info .contact-det span.footer-email {
    width: 18px;
    height: 18px;
    margin-right: 15px;
    background: url('images/footer-email-icon.png') bottom left no-repeat;
}

footer .footer1 .footer-contact .contact-info .contact-det span.footer-address {
    width: 18px;
    height: 15px;
    margin-right: 15px;
    background: url('images/footer-house-icon.png') top left no-repeat;
}

footer .footer2 {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    background: url('images/footer-bg.jpg') top center no-repeat;
    background-size: cover;
}

footer .footernav li {
    display: inline-block;
    padding: 0 44px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    border-left: 1px solid #476161;
}

footer .footernav li a {
    color: #fff;
}

footer .footernav li:first-child {
    padding-left: 0;
    border: 0;
}

footer .footernav li.menu-item-90 {
    padding-right: 0;
}

footer .footer2 .copyright {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .03);
    display: block;
    margin-top: 25px;
    color: #8faaa9;
    font-size: 12px;
    text-align: center;
    padding: 30px 0 0;
}

footer .footer2 .copyright a {
    color: #8faaa9;
    text-decoration: none;
}

footer .footer2 .copyright img {
    margin: 30px auto;
}


/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

#inner-page-wrapper {
    margin-top: 20%;
    background: #fff;
}


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    padding-bottom: 80px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 74.08%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 25.83%;
}

.sidebar img.side-agent {
    width: 100%;
    max-width: 200px;
}

.sidebar .side-name {
    color: #1d374b;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    margin: 12px 0 4px;
}

.smi-area {
    margin: 0 0 50px 0;
}

.sidebar ul#smlist {
    margin: 15px auto;
    display: inherit;
    clear: both;
    width: 198px;
}

ul#smlist {
    position: relative;
    width: 191px;
    margin: 0;
    float: right;
}

#smlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    background: url(images/hp-smi.png);
    text-indent: -99999px;
}

#smlist li,
#smlist a {
    height: 17px;
    display: block;
}

#smlist li a em {
    display: none;
}

#sm1 {
    left: 0px;
    width: 8px;
}

#sm2 {
    left: 19px;
    width: 15px;
    background-position: -19px 0 !important;
}

#sm3 {
    left: 45px;
    width: 17px;
    background-position: -45px 0 !important;
}

#sm4 {
    left: 77px;
    width: 16px;
    background-position: -77px 0 !important;
}

#sm5 {
    left: 101px;
    width: 22px;
    background-position: -101px 0 !important;
}

#sm6 {
    left: 134px;
    width: 12px;
    background-position: -134px 0 !important;
}

#sm7 {
    left: 154px;
    width: 10px;
    background-position: -154px 0 !important;
}

#sm8 {
    left: 172px;
    width: 19px;
    background-position: -172px 0 !important;
}

#smlist a:hover {
    background: url(images/hp-smi.png);
}

#sm1 a:hover {
    background-position: 0 -17px;
}

#sm2 a:hover {
    background-position: -19px -17px;
}

#sm3 a:hover {
    background-position: -45px -17px;
}

#sm4 a:hover {
    background-position: -77px -17px;
}

#sm5 a:hover {
    background-position: -101px -17px;
}

#sm6 a:hover {
    background-position: -134px -17px;
}

#sm7 a:hover {
    background-position: -154px -17px;
}

#sm8 a:hover {
    background-position: -172px -17px;
}

.sidebar a.cta {
    width: 200px;
    height: 75px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    background: #132d4c;
    display: inherit;
}

.sidebar a.cta span {
    float: left;
    width: 188px;
    height: 63px;
    line-height: 63px;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.sidebar a.cta:hover span {
    border: 1px solid #55c5ea;
    color: #55c5ea;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.sidebar .qs-wrap {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.sidebar .qs-wrap h2 {
    color: #4b4b4b;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-weight: normal;
}

.sidebar .qs-wrap select,
.sidebar .qs-wrap input[type="text"] {
    background: #fff;
    height: 33px;
    line-height: 33px;
    background: url('images/hp-qs-arrow.png') no-repeat #fff;
    background-position: 95% 50%;
    font-size: 12px;
    color: #636363;
    font-weight: 300;
    padding: 0 10px;
    border: 1px solid #81b2b1;
    width: 49%;
    float: left;
    margin-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sidebar .qs-wrap .al-right {
    float: right !important;
}

.sidebar .qs-wrap select.wide {
    width: 100%;
}

.sidebar .qs-wrap select::-ms-expand {
    display: none;
}

.sidebar .qs-wrap input[type="text"] {
    background: #fff;
}

.sidebar .qs-wrap .qssub {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    background: #81b2b1;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    width: 100%;
}

.sidebar .qs-wrap .qssub:hover {
    background: #4e5b60;
}

.side-cta {
    font-size: 22px;
    color: #3c4545;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    display: block;
}

.side-cta a {
    color: #3c4545;
    text-decoration: none;
    display: block;
    width: 90%;
    margin: 0 auto 20px;
}

.sidebar .cta-icon {
    width: 97px;
    height: 97px;
    background: #99c7c6;
    text-align: center;
    padding-top: 26px;
    display: block;
    vertical-align: top;
    position: relative;
    margin: 0 auto;
}

.sidebar .cta-icon:after {
    position: absolute;
    width: 97px;
    height: 12px;
    content: '';
    left: 0;
    bottom: -11px;
    background: url('images/hp-cta-shadow.png') top center no-repeat;
}

.sidebar a:hover .cta-icon {
    background: #4e5b60;
}

.side-cta a p {
    display: inline-block;
    width: 100%;
    line-height: 26px;
    margin-top: 10px;
}

.side-cta a em {
    font-size: 18px;
    line-height: 18px;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 5px;
    position: relative;
    text-transform: none;
}

.side-cta a em:after {
    width: 40px;
    height: 1px;
    background: #92a9a5;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    content: '';
}


/* 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,
#content .archive-title {
    color: #225b5a;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

#quick-search button.dropdown-toggle {
    float: left;
    height: 33px;
    line-height: 33px;
    background: url(images/hp-qs-arrow.png) no-repeat #fff;
    background-position: 95% 50%;
    border: 0;
    font-size: 12px;
    color: #636363;
    font-weight: 300;
    padding: 0 10px;
    -webkit-appearance: none;
}

#quick-search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    position: relative;
}

#quick-search div.dropdown-menu {
    width: 100%;
    min-width: 100%;
}

#quick-search ul.dropdown-menu {
    width: 20%;
    max-height: 150px !important;
    font-size: 10px;
    overflow: inherit;
}

#quick-search .bs-searchbox input[type=text] {
    background: #fff;
    border: 1px solid;
    height: 20px;
    width: 100%;
    margin-bottom: 3px;
}

#quick-search .filter-option {
    height: 30px;
}

#quick-search .bs-caret {
    display: none;
}

#quick-search span.select2-wrapper {
    float: left;
    width: 21.3%;
    padding-right: 1px;
}


/*IP*/

.ip-quick-search span.select2-wrapper {
    float: left;
    width: 100% !important;
    padding-right: 1px !important;
    border: 1px solid #81b2b1 !important;
    height: 35px !important;
    margin-bottom: 3px !important;
}


/* IP ACCORDION */

button.accordion {
    background-color: #eaeae8;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

button.accordion:after {
    /* content: '\02795'; */
    content: '+';
    font-size: 28px;
    line-height: 22px;
    color: #777;
    float: right;
    margin-left: 5px;
    outline: 0;
}

button.accordion.active,
button.accordion:hover {
    background-color: #dcdcdc;
}

button.accordion.active:after {
    /* content: "\2796"; */
    content: '–';
    font-size: 28px;
}

.accordion_content {
    padding: 10px 18px 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.accordion_content.show {
    opacity: 1;
    max-height: 1000px;
    overflow: scroll;
}


/* IP FP */

.hp-fc {
    width: 100%;
    height: 810px;
    background: url(images/hp-fc-bg.png);
    padding-top: 50px;
    font-size: 18px;
    color: #fff;
}
    
    .hp-fc ul.row {
        margin: 0 -15px !important;
    }

.hp-fc h4 {
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.hp-fc h4 span {
    font-weight: 600;
}

.hp-fc li {
    list-style-type: none;
    margin-bottom: 20px;
    /*float: left;
    margin-left: 29px;
    margin-top: 40px;
    width: 263px;
    height: 190px;
    position: relative;*/
}

.hp-fc li a {
    color: #fff;
    position: relative;
    width: 100%;
    display: block;
}

.hp-fc li.wide {
    width: 555px;
}

.hp-fc li.nomar {
    margin-left: 0;
}

.hp-fc li a img {
    width: 100%;
    height: auto;
}

.hp-fc li .fc-text {
    width: 100%;
    height: 44px;
    background: url(images/hp-fc-txtbg.png);
    position: relative;
    margin-top: -44px;
    bottom: 0;
    left: 0;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    opacity: 1;
}

.hp-fc li p {
    display: none;
}

.hp-fc li .fc-text-mo {
    height: 100%;
    background: rgba(5, 18, 26, .85);
    outline: 1px solid rgba(255, 255, 255, .8);
    outline-offset: -10px;
    position: absolute;
    margin: 0 15px;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.hp-fc li .fc-text-mo::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.hp-fc li .fc-text-mo span{
    display: inline-block;
    vertical-align: middle;
}

.hp-fc li.wide .fc-text-mo {
    background: url(images/hp-fc-hover2.png) top center no-repeat;
}

.hp-fc li:hover .fc-text {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    opacity: 0;
}

.hp-fc li:hover .fc-text-mo {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    opacity: 1;
}

body.page-id-66 .hp-fc {
    width: 100%;
    height: auto;
    background: none;
    padding-top: 0;
    font-size: 18px;
    color: #fff;
}

body.page-id-66 .hp-fc br {
    display: none;
}

/*body.page-id-66 .hp-fc li:nth-child(6) {
    margin-left: 0;
}

body.page-id-66 .hp-fc li:last-child {
    margin-left: 29px;
}*/


/* end of IP FP */


/* start of Local resources*/


/*transition*/

.rcrc-img,
.rcrc-title,
.rcrc-hover {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.rcrc-list {
    margin-left: 0!important;
    font-size: 0;
    list-style: none!important;
    text-align: center;
}

.rcrc {
    margin: 0 !important;
    padding: 0 !important;
}

.rcrc li {
    position: relative;
    width: 31%;
    margin: 0 1% 2%;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
}

.rcrc li a {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 25px;
    vertical-align: middle;
    height: auto;
}

.rcrc-img {
    width: 100%;
    height: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 15px;
}

.rcrc-title {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(15, 30, 38, .9);
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px;
}

.rcrc-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(15, 30, 38, .9);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    font-weight: 300;
    font-size: 0;
    z-index: 1;
    padding: 0 10px;
}

.rcrc-hover:before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.rcrc-hover span {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.rcrc a:hover .rcrc-title {
    opacity: 0;
}

.rcrc a:hover .rcrc-hover {
    opacity: 1;
}

/* 10/12/2017 */
footer .footer1 .footer-sub span {
    font-family: 'PinyonScript';
    font-size: 30px;
    line-height: 28px;
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
}

footer .footer1 .footer-sub {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #aec7c6;
    font-family: 'Playfair Display', serif;
    display: block;
    text-transform: uppercase;
}
/* END 10/12/2017 */
.hp-featcomm{
    margin-top: -30px;
}
footer .footer1 .footer-sub {
    color: #fff;
}
/* end of Local resources*/


.hdr-logo-2 {
    padding: 30px 0;
}

.hdr-logo-2 img {
    width: 100%;
}

#ihf-main-container ul {
    margin-left: 0;
    padding: 0; 
}

.home #quick-search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    margin-left: 2px;
}

#ihf-board-detail-disclaimer, #ihf-board-disclaimers {
    font-size: 14px;
}

.page-id-3032 #content ol {
    list-style-type: lower-alpha;
}

.ads-list canvas {
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.side-ads {
    padding: 18px;
    background: #cfe7f1;
}


.ads-list {
    position: relative;
    margin-bottom: 26px;
}

.ads-list p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #d4d4d4;
    height: 100%;
    margin: 0px;
    color: #000;
    font-size: 15px;
    text-align: center;
    padding: 46px 18px;
}

.ads-list-text {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin: 10px auto 20px;
}