/*
Theme Name: HBRMV
Template: sitepoint-base-mpw
Author: MPW
Version: 1.0.1485294427
Updated: 2017-01-24 21:47:07

*/

/*b\page wrapper*/

body, p, a, li {
    font-family: 'fira-sans', 'fira sans', helvetica, sans-serif;
}

.hero-image-page .site {
    background-repeat: no-repeat;
    background-position: top center;
}

.content-container {
    padding-top: 16px;
}

.home #maincontentcontainer {
    padding: 0 0 0;
}

.home-section {
    margin: 5rem 0;
    float: left;
    width: 100%;
}

.hero-image-page .content-container {
    padding-top: 8px;
}

.site-title a {
    font-size: 24px;
}

/*Header */

.hero-image-page .site-header, .hero-image-page .nav-holder, .hero-image-page #headercontainer, .page-template-template-hero .site-header, .page-template-template-hero .nav-holder, .page-template-template-hero #headercontainer {
    background-color: transparent;
}

.header-right-widget {
    margin: 23px 0 0 0;
    margin: 1.438rem 0 0 0;
    text-align: right;
}

img.custom-logo {
    max-width: 70%;
    max-height: 80px;
    width: auto;
}

.home img.custom-logo, .hero-image-page img.custom-logo {
    max-width: 70%;
    max-height: 100%;
    width: auto;
}

@media screen and (max-width:767px) {
    .hero-image-page img.custom-logo {
        max-width: 70%;
        max-height: 80px;
        width: auto;
    }
}

@media screen and (max-width:782px) {
    /*.header-right-widget {
  margin-top: 18px;
}*/
}

/*NAV*/

.main-navigation {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    float: left;
    width: 100%;
    text-align: center;
}

.main-navigation a {
    text-transform: uppercase;
}

.main-navigation .small-nav-only {
    display: none;
}

#site-navigation .navigation_container {
    display: inline-block;
    background-color: transparent;
}

.main-navigation .nav-menu>li:nth-of-type(1) {
    margin-left: 0;
}

.main-navigation ul ul {
    background-color: rgba(11, 11, 11, .8);
    text-transform: capitalize;
}

.main-navigation ul li ul a, .main-navigation ul li ul a:visited {
    color: #fff;
}

.main-navigation ul li ul a:hover:visited {
    color: #007dba
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul a {
    text-align: left;
    padding-left: 10px;
    color: #fff;
}

.main-navigation ul ul li a {
    color: #fff;
}

.main-small-navigation ul ul li a, .main-small-navigation ul ul li a:visited, .main-small-navigation ul li a, .main-small-navigation ul li a:visited {
    color: #fff;
}

.main-navigation .nav-menu>li>a {
    padding-bottom: 16px;
}

.main-navigation ul ul :hover>a {
    background-color: transparent;
}

/*.main-navigation .navigation_container > ul > li:hover > .sub-menu:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: 20%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}*/

/*make diagonal hovering work better */

.main-navigation .navigation_container>ul>li.menu-item-has-children:hover>a:before {
    content: "";
    content: " ";
    position: absolute;
    left: -80%;
    width: 250%;
    bottom: -16px;
    height: 100%;
    z-index: 9999;
}

/* .main-navigation .navigation_container > ul > li.menu-item-has-children:hover > a:after {
  content: " ";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 50%;
    transform: translateX(-50%);
  } */

/*@media (max-width: 1024px) and (min-width: 768px) {
.main-navigation .nav-menu a {
    font-size: 18px;
    font-size: 1.125rem;
}
}
@media (max-width: 1112px) and (min-width: 1025px) {
.main-navigation .nav-menu a {
    font-size: 20px;
    font-size: 1.25rem;
}
}*/

@media only screen and (max-width: 800px) {
    .main-small-navigation .navigation_container {
        position: absolute;
        right: 0;
        z-index: 99;
        width: 310px;
        max-width: 90vw;
    }
    #site-navigation.main-small-navigation .navigation_container {
        background-color: rgba(11, 11, 11, .8);
        top: 57px;
        width: auto;
        width: 300px;
        max-width: 99vw;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
    }
    .main-small-navigation ul.sub-menu {
        padding-left: 16px;
        padding-left: 1rem;
    }
}

@media (max-width: 833px) and (min-width: 768px) {
    .main-navigation li {
        margin: 0 0 0 16px;
        margin: 0 0 0 1rem;
    }
}

@media (max-width: 767px) {
    .main-small-navigation {
        margin-top: 0;
        margin-bottom: 6px;
    }
    .main-small-navigation ul.sub-menu {
        padding-left: 16px;
        padding-left: 1rem;
    }
    .menu-toggle .fa {
        font-size: 36px;
    }
    #site-navigation.main-small-navigation .navigation_container {
        background-color: rgba(11, 11, 11, .8);
        top: 57px;
        width: auto;
        width: 300px;
        max-width: 99vw;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
        z-index: 9999;
    }
    .header-right-widget {
        margin-top: 6px;
    }
    .main-small-navigation .nav-menu {
        padding: 16px 16px 0;
        padding: 1rem 1rem 0;
    }
}

@media only screen and (max-width: 519px) {
    #site-navigation.main-small-navigation .navigation_container {
        max-width: 90vw;
        right: -16px;
    }
    .main-small-navigation ul li, .main-navigation ul li {
        margin: 0;
        text-align: left;
    }
    .sub-menu, .main-small-navigation li {
        margin-left: 0;
    }
}

/* 2 COLUMN NAV MENU */

/*top level 2 column section*/

.main-navigation ul>li.columned-nav>ul {
    width: 33rem;
    left: -222px;
    left: calc( -16rem + 50%);
    max-width: 100vw;
    overflow: hidden;
}

/*
.main-navigation ul > li.columned-nav > ul {
background: rgb(241,241,241);
background: -moz-linear-gradient(left,  rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(241,241,241,1) 0%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=1 );

}
*/

/* .main-navigation ul .columned-nav > ul {
    background-color: #fff;
} */

/* .main-navigation ul .column-nav:hover {
    background-color: #fff9f4;
} */

/* .main-navigation ul .column-nav:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    height: 190%;
    background-color: #fff9f4;
    overflow: hidden;
} */

/*.main-navigation .navigation_container > ul > li.columned-nav:hover > .sub-menu:before {
  content: " ";
    position: absolute;
    top: -10px;
    left: 245px;
    left: 15.3rem;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}*/

/* each column */

.main-navigation ul .column-nav {
    float: left;
    width: 50%;
    position: relative;
    /*  background-color: #f1f1f1; /* changed to use top level background*/
    padding-bottom: 16px;
}

/* changed to use top level background
.main-navigation ul .column-nav:nth-of-type(2n) {
  background-color: #fff;
}
 */

.main-navigation ul .column-nav ul {
    display: block;
    position: relative;
    left: 0;
}

.main-navigation ul .columned-nav ul a {
    width: 100%;
}

.main-navigation ul .columned-nav ul li:hover a {
    background-color: transparent;
}

/* top level inside the columns items */

.main-navigation ul .columned-nav ul .column-nav>a {
    /* color: #ec7214; */
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin-left: 10px;
    padding-left: 0;
    margin-bottom: 10px;
}

/*2nd level inside the columns */

.main-navigation ul .columned-nav ul .column-nav ul {
    margin-left: 16px;
}

.main-navigation ul .columned-nav ul .column-nav ul a {
    font-size: 0.85rem;
}

/*3rd level inside the columns */

.main-navigation ul .columned-nav ul .column-nav ul ul a {
    text-transform: capitalize;
}

/* .main-navigation ul .columned-nav ul .column-nav ul ul li:hover > a {
    color: #ec7214;
}
 */

/*SMALL NAV MODS */

.main-small-navigation a {
    text-transform: uppercase;
}

.main-small-navigation ul .columned-nav ul .column-nav>a {
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    width: 90%;
    margin-left: 10px;
    padding-left: 0;
    margin-bottom: 10px;
}

.main-small-navigation ul .columned-nav ul .column-nav ul {
    /*    margin-left: 16px;*/
}

.main-small-navigation ul .columned-nav ul .column-nav ul a {
    font-size: 0.85rem;
    font-size: 0.75rem
}

/*3rd level inside the columns */

.main-small-navigation ul .columned-nav ul .column-nav ul ul a {
    text-transform: capitalize;
    font-size: 0.8rem;
    font-size: 0.75rem;
    color: #fff;
}

.main-small-navigation ul .columned-nav ul .column-nav ul ul li:hover>a {
    color: #007DBA;
}

.main-navigation ul ul ul a {
    text-transform: capitalize;
}

.main-navigation ul ul a {
    color: #fff;
    width: 20em;
    max-width: 90vw;
}

/* expand icon styles */

.main-navigation .icon-cont {
    display: none;
}

.main-small-navigation .icon-cont {
    display: inline-block;
}

.icon-cont {
    float: right;
    text-align: center;
    width: 75px;
    text-align: right;
    padding-right: 0;
    position: absolute;
    right: 0;
    height: 35px;
    cursor: pointer;
    z-index: 99999;
}

/*hide the plus minus icons */

.icon-cont {
    display: none!important;
}

.expand-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-right: 25px;
}

.close-icon {
    display: none;
    width: 100%;
    height: 100%;
    padding-right: 25px;
}

.expanded .expand-icon {
    display: none;
}

.expanded .close-icon {
    display: inline-block;
}

/* hide the sub menus */

/*un-hide the sub
.main-small-navigation ul.sub-menu {
    display: none;
}
*/

/*HERO TEXT */

.hero-text {
    text-align: center;
    margin: 10rem auto;
    padding-left: 5rem;
    padding-right: 5rem;
}

@media screen and ( min-width:1537px) {
    /*  .home.hero-image-page .site {
    background-position-y: -540px;
  }
  .hero-image-page .tab-section {
    margin-top: 230px;
}
.tabs-outer-container {
    float: left;
    margin-left: -999rem;
    padding-left: 999rem;
    margin-right: -999rem;
    padding-right: 999rem;
    width: auto;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0px,rgba(255,255,255,0) 154px,rgba(255,255,255,1) 154px,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0px,rgba(255,255,255,0) 154px,rgba(255,255,255,1) 154px,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
    min-height: 430px;
}*/
}

/* tab section */

.tab-section.home-section {
    margin-bottom: 0;
}

.tabs-outer-container {
    float: left;
}

.tab-container {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
    position: relative;
}

.tab-container-inner {
    width: 90%;
    margin: 0 auto;
    background-color: #097EB8;
    padding: 48px 64px;
    padding: 3rem 6rem;
    cursor: pointer;
    border: 3px solid #097EB8;
    opacity: .95;
}

.tab-container.active .tab-container-inner {
    border-color: #fff;
}

.tab-title h2 {
    color: #fff;
}

.tab-container .btn {
    background-color: #fff;
    color: #097EB8;
}

.tab-container .btn:hover {
    border-color: #fff;
}

.tab-title h2 {
    font-weight: 100;
}

.tab-title h2 span {
    font-weight: 800;
    display: block;
}

.tab-content {
    display: none;
    float: left;
    width: 100%;
    background-color: #0E344B;
    color: #fff;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 48px;
}

.homeshow-section .tab-content {
    background-color: #097EB8;
}

.dark-blue-section {
    background-color: #0E344B;
    color: #fff;
}

/*use content background instead of bar above */

.tab-container {
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
}

.tab-top-container {
    float: left;
    width: 100%;
    margin-top: 128px;
    margin-bottom: 64px;
}

.tab-lower-container {
    float: left;
    width: 100%;
    /*  margin-top: 128px; */
}

/*full width color*/

.tab-content {
    margin-left: -999rem;
    padding-left: 999rem;
    margin-right: -999rem;
    padding-right: 999rem;
    /* float:none; */
    width: auto;
}

.tab-content.active {
    display: block;
}

.tab-content-inner {
    width: 100%;
    margin: 0 auto;
}

.tab-content-inner h2 {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}

.tab-button {
    margin-top: 48px;
}

.tab-container.active .tab-button {
    border: none;
    background-color: #ffffff;
}

.overlay-container {
    position: absolute;
    width: 80px;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 162px 160px;
}

.tab-container-1 .overlay-container {
    right: 0;
}

.tab-container-2 .overlay-container {
    left: 0;
}

.none-active .tab-container-2 .overlay-container {
    background-position: -1px center;
}

.none-active .tab-container-1 .overlay-container {
    background-position: 0 center;
}

@media screen and (max-width:767px) {
    /* .tab-tite-content {
display: none;
} */
    .tab-container {
        width: 100%;
        margin-bottom: 16px;
    }
    .tabs-outer-container {
        width: 100%;
    }
    .tab-container-inner {
        padding: 48px 32px;
        padding: 3rem 2rem;
    }
    .tab-title h2 {
        font-size: 1.9rem;
    }
    /* .tab-content {
    padding-top: 100px;
    margin-top: 130px;
} */
}

@media screen and (max-width:600px) {
    /* .overlay-container {
    width: 34px;
    background-size: 72px 70px;
}
.tab-container-2 .overlay-container {
background-position: -37px center;
}
.tab-container-1 .overlay-container {
background-position: -37px center;
} */
    .tab-container-inner {
        padding: 48px 16px;
        padding: 3rem 1rem;
    }
    .tab-title h2 {
        font-size: 1.7rem;
    }
}

@media screen and (max-width:450px) {
    .overlay-container {
        width: 25px;
        background-size: 52px 50px;
    }
    .tab-container-2 .overlay-container {
        background-position: -27px center;
    }
    .tab-container-1 .overlay-container {
        background-position: -27px center;
    }
    .tab-container-inner {
        padding: 48px 8px;
        padding: 3rem 0.5rem;
    }
    .tab-title h2 {
        font-size: 1.1rem;
    }
    .tab-button-container .tab-button {
        margin-top: 60px !important;
    }
}

@media screen and (max-width:400px) {
    .full-width-section .tab-section {
        margin-top: 120px;
    }
}

@media screen and (max-width:350px) {
    .tab-content {
        padding-top: 230px;
        margin-top: 49px;
    }
    .full-width-section .tab-section {
        margin-top: 100px;
    }
}

/*tab-section lists*/

.column-container {
    margin-top: 60px;
}

.column-container .icon-column-list {
    list-style: none;
    -webkit-columns: 300px 3;
    -moz-columns: 300px 3;
    columns: 300px 3;
}

.icon-column-list li {
    margin-bottom: 32px;
    display: inline-block;
    width: 96%;
    margin: 0 0 32px 24px;
    margin: 0 0 2rem 1.5rem;
}

.icon-column-list li a {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    font-size: 1.5rem;
}

.list-icon {
    width: 50px;
    display: block;
    float: left;
    line-height: 2;
    text-align: center;
    margin-right: 20px;
}

.icon-column-list li img {
    max-height: 45px;
    width: auto;
    max-width: 45px;
    height: auto;
}

/*Team Section */

.home-section h2 {
    text-align: center;
}

/* Contact section */

.contact-section {
    background-image: url(/wp-content/uploads/2017/01/Journey-Background.png);
    color: #fff;
    margin-bottom: 0;
    padding: 60px;
    padding: 5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-section h2 {
    text-align: left;
    font-size: 26px;
    font-weight: 400;
}

.contact-section h2 {
    color: #fff;
    font-size: 46px;
}

.contact-info-section p {
    font-weight: 100;
}

.contact-section label {
    font-size: 0;
    margin-bottom: 16px;
    display: inline-block;
    max-width: 100%;
}

.contact-section .contact-form-section {
    text-align: center;
}

.contact-section .wpcf7-form-control-wrap {
    font-size: 16px;
}

.contact-section p {
    margin-bottom: 0;
}

.contact-section input[type="text"], .contact-section input[type="password"], .contact-section input[type="email"], .contact-section input[type="url"], .contact-section input[type="tel"], .contact-section textarea {
    max-width: 100%;
    width: 384px;
}

.send-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    width: 384px;
}

@media screen and (max-width:767px) {
    .contact-info-section {
        margin-bottom: 32px;
    }
}

@media screen and (max-width:400px) {
    .contact-section input[type="text"], .contact-section input[type="password"], .contact-section input[type="email"], .contact-section input[type="url"], .contact-section input[type="tel"], .contact-section textarea {
        max-width: 100%;
        width: 100%;
    }
}

/* FOOTER */

#prefootercontainer {
    float: left;
    width: 100%;
}

#prefootercontainer .widget-area {
    margin-top: 0;
}

#subfootercontainer {
    background-color: #dddddd;
}

#footercontainer {
    width: 100%;
    float: left;
    padding: 0 60px;
    padding: 0 5rem;
}

#footercontainer a, #footercontainer a:visited {
    color: #13273b;
}

#footercontainer .footer-phone-addy-container a {
    text-decoration: none;
}

.site-footer {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
    .site-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    #footercontainer {
        padding: 32px;
        padding: 2rem;
    }
    .site-footer {
        padding-top: 16px;
        padding-top: 1rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
    }
    .contact-section .contact-form-section {
        text-align: left;
    }
    .send-container {
        margin-left: 0;
    }
    .site-footer.grid-container>div .widget-area {
        margin-left: 0;
    }
}

/*.site-footer > div .widget-area {
    max-width: 285px;
    margin: 0 auto;
}*/

.site-footer .widget-title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.footer-block {
    font-size: 20px;
    font-size: 1.25rem;
}

.contact-icons a {
    font-size: 0;
    margin-right: 32px;
    color: #ec7214;
}

#footercontainer .contact-icons a, #footercontainer .contact-icons a:visited, .contact-icons a:visited {
    color: #ec7214;
    text-decoration: none;
    outline: none;
}

#footercontainer .contact-icons a:hover {
    color: #13273b;
}

.contact-icons a .fa {
    font-size: 42px;
}

a:focus {
    outline: none;
}

/*.contact-icons-added-info {
    margin-top: 16px;
    display: block;
}*/

.phone-number-display {
    display: none;
}

.map-display {
    display: none;
}

.phone-active .phone-number-display {
    display: block;
    margin-top: 16px;
}

.map-active .map-display {
    display: block;
    margin-top: 16px;
}

.active .contact-icons-added-info {
    display: block;
}

.copyright-contanier {
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 700px;
}

.address-display {
    margin-bottom: 16px;
}

@media screen and (max-width:767px) {
    .site-footer>.mobile-grid-100 {
        margin-bottom: 24px;
    }
}

/*PAGE TEMPLATES*/

.home .entry-content {
    margin-bottom: 0;
}

.sidebar-container {
    background-color: transparent;
}

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

.entry-header .wp-post-image {
    margin-top: 60px;
}

.entry-title {
    margin: 60px auto;
    margin: 5rem auto;
}

.section-sep {
    width: 100%;
    background-color: #6a6a6a;
    float: left;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Login page*/

.login-choices-container {
    float: left;
    width: 100%;
}

.login-choice {
    float: left;
    width: 50%;
    text-align: center;
    color: #fefefe;
    position: relative;
}

.login-choice-inner {
    width: 90%;
    margin: 0 auto;
    background-color: #13273b;
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
}

.login-choice h2 {
    color: #fefefe;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 32px;
}

.login-choice-button {
    min-width: 300px;
    display: inline-block;
    margin-bottom: 24px;
}

@media screen and (max-width:767px) {
    .login-choice-button {
        min-width: 200px;
    }
}

@media screen and (max-width:600px) {
    .login-choice {
        float: left;
        width: 100%;
        margin-bottom: 32px;
    }
}

/*full width color bars */

.full-width-section {
    float: left;
    width: 100%;
}

.full-width-bar-page .site-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.full-width-bar-page .site-content .content-container {
    padding-left: 0;
    padding-right: 0;
}

.full-width-bar-page .content-width {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.content-width {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 768px) {
    .grid-65.content-container {
        padding-right: 30px;
    }
    .sidebar-container {
        border-left: 1px solid;
    }
}

/*POSTS PAGES*/

.posts-container article {
    padding: 32px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.posts-container article:nth-of-type(2n) {
    background-color: rgba(207, 205, 191, 0.25);
}

.entry-container.grid-70 {
    border-left: 1px solid;
    padding-left: 24px;
}

.featured-image-container.grid-30 {
    padding-right: 24px;
}

.entry-container .entry-title {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500;
}

.entry-container {
    color: #404040;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}

#breadcrumbs {
    margin-bottom: 0;
    text-align: left;
    font-size: 10px;
    font-size: 0.8rem;
    padding-left: 10px;
    padding-top: 16px;
}

.content-container #breadcrumbs {
    padding-top: 0;
    padding-left: 0;
}

.header-meta {
    text-align: left;
}

.entry-header time {
    font-family: fira-sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}

.more-link, .more-link:hover, .more-link:active, .more-link:visited {
    color: #ec7214;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width:600px) {
    .entry-container.grid-70 {
        border-left: none;
        padding-left: 10px;
    }
    .featured-image-container.grid-30 {
        padding-right: 10px;
    }
}

/*sidebar*/

.sidebar-icon-column-list li {
    display: inline-block;
}

.sidebar-icon-column-list li {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.sidebar-icon-column-list li a, .sidebar-icon-column-list li a:visited {
    color: #ec7214;
    text-decoration: none;
    font-size: 24px;
    text-transform: capitalize;
}

.widget-area .widget ul ul.sub-section {
    margin-left: 70px;
    margin-top: 36px;
    margin-bottom: 24px;
    padding: 16px 0 16px 16px;
    border-left: 1px solid #b7b7b7;
}

.sidebar-icon-column-list .sub-section li a, .sidebar-icon-column-list .sub-section li a:visited {
    font-size: 20px;
}

/* mobile dropdown */

.sidebar-list-title {
    display: none;
}

@media screen and (min-width:768px) {
    .mobile-dropdown {
        display: block!important;
    }
}

@media screen and (max-width:767px) {
    .sidebar-page-list .sidebar-icon-column-list {
        margin-top: 0;
    }
    .sidebar-list-title {
        position: relative;
        width: 100%;
        padding: 10px;
        display: inline-block;
        background: #eaf1e5;
        transition: all linear 0.15s;
    }
    .sidebar-list-toggle {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }
    .marker-arrow {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.5px 0 12.5px 21.7px;
        border-color: transparent transparent transparent #ec7214;
        transition: all .2s linear;
        cursor: pointer;
    }
    .active .marker-arrow {
        transform: translateY(-50%) rotate(90deg);
    }
    .mobile-dropdown {
        display: none;
    }
    .content-container .sidebar-container {
        padding-top: 0;
    }
    .entry-title {
        margin-bottom: 0;
    }
}

/*buttons */

.button {
    border-radius: 20px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 24px;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    *display: inline;
}

.client-login-button.button {
    background-color: transparent;
    border: 2px solid;
}

.client-login-button.button:hover {
    background-color: transparent;
    color: #ec7214;
    border-color: #ec7214;
}

/*@media (max-width: 1112px) and (min-width: 1025px) {
.client-login-button.button {
      font-size: 20px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
.client-login-button.button {
      padding: 8px 6px;
      font-size: 18px;
    }
}
*/

@media screen and (max-width:767px) {
    .client-login-button.button {
        display: none;
    }
}

#wpcf7-f1057-p1052-o1 {
    background-color: #eaf1e5;
    border: 1px solid #000000;
    padding: 20px;
}

#wpcf7-f1057-p1052-o1 input[type="text"], #wpcf7-f1057-p1052-o1 input[type="email"], #wpcf7-f1057-p1052-o1 textarea {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    display: inline-block;
    width: 30%;
    padding: 10px;
    margin-bottom: 10px;
}

#wpcf7-f1057-p1052-o1 input[type="submit"], #wpcf7-f1057-p1052-o1 input[type="button"] {
    background-color: #725f4c;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.btn {
    border-radius: 20px;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: 0px;
    padding: 6px 6px;
    border-radius: 20px;
    border: none;
    background-image: url(/wp-content/uploads/2018/01/magnifying-glass-1.png);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: center;
}

input.search-submit[type="submit"], input.search-submit[type="submit"]:hover {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

[type="search"]::-webkit-input-placeholder {
    text-transform: uppercase;
    opacity: 1!important;
}

[type="search"]::-moz-placeholder {
    text-transform: uppercase;
    opacity: 1!important;
}

[type="search"]:-ms-input-placeholder {
    text-transform: uppercase;
    opacity: 1!important;
}

[type="search"]::placeholder {
    text-transform: uppercase;
    opacity: 1!important;
}

form.search-form {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
}

input.search-field::-webkit-input-placeholder {
    color: #919191!important;
}

input.search-field::-moz-placeholder {
    color: #919191!important;
}

input.search-field:-ms-input-placeholder {
    color: #919191!important;
}

input.search-field::placeholder {
    color: #919191!important;
}

.white-text {
    color: #fff;
}

@media screen and (min-width:1537px) {
    .hero-image-page .site {
        background-size: contain;
    }
}

/* icon columns section */

#page .icon-column {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    /*padding: 1rem 1rem;*/
}

#page .conversion-square {
    padding: 1rem;
}

.ie .item-text {
    width: 100%;
}

.item-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 100;
    line-height: 1;
}

.icon-column .item-title {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.icon-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    display: block;
}

.item-text {
    margin-top: 16px;
}

.icon-inner {
    max-width: 124px;
    max-height: 124px;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #097EB8;
}

.icon-inner:hover, .conversion-square:hover .icon-inner {
    background-color: #097EB8;
}

.icon-inner img {
    margin-top: -5px;
}

.conversion-square a, .conversion-square a:visited {
    color: #fff;
    text-decoration: none;
}

.conversion-square a:hover, .conversion-square a:focus, .conversion-square a:active {
    color: #fff;
}

/* .conversion-square {
    cursor: pointer;
} */

/*Featured members block*/

.featured-top-bar {
    text-align: center;
    background-color: #097EB8;
    border-radius: 25px 25px 0 0;
    padding: 10px;
}

.featured-top-bar h2 {
    margin: 0;
}

.featured-columns-outer {
    float: left;
    width: auto;
    background-color: #097EB8;
    margin-left: -999rem;
    padding-left: 999rem;
    margin-right: -999rem;
    padding-right: 999rem;
    padding-top: 12px;
    padding-bottom: 12px;
}

.featured-columns {
    float: left;
    width: auto;
    background-color: #fff;
    margin-left: -999rem;
    padding-left: 999rem;
    margin-right: -999rem;
    padding-right: 999rem;
}

.featured-member-block-outer {
    padding: 16px;
    text-align: center;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.featured-member-overlay {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(9, 126, 184, .62);
}

.featured-member-block-outer:hover .featured-member-overlay {
    opacity: 1;
}

.btn.featured-member-btn {
    color: #097eb8;
    border-color: #fff;
    background-color: #fff;
    text-transform: uppercase;
}

.btn.featured-member-btn {
    color: #097eb8;
    border-color: #fff;
    background-color: #fff;
    text-transform: uppercase;
}

.btn.featured-member-btn:visited {
    color: #097eb8;
}

.btn.featured-member-btn:hover {
    color: #097eb8;
    border-color: #fff;
    background-color: #fff;
}

/*steps slider*/

.slick-dots li button::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    color: #B9B9B9;
    opacity: .75;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #097EB8;
    ;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li:first-of-type {
    margin-left: 0;
}

.content-slide-arrow {
    cursor: pointer;
    position: absolute;
    top: 35%;
    z-index: 999;
}

.content-slide-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25.5px 0 25.5px 26px;
    border-color: transparent transparent transparent #B4B4B4;
    right: -30px;
}

.content-slide-prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25.5px 26px 25.5px 0;
    border-color: transparent #B4B4B4 transparent transparent;
    left: 30px;
}

.steps-slides {
    width: 90%;
    width: calc( 100% - 60px);
    margin: 0 auto;
}

/*footer*/

.site-footer .widget-title {
    color: #fff;
}

.footer-copyright-widget {
    color: #464646;
}

/*directory styling*/

.directory-category-block {
    background-color: #fff;
    padding: 12px 8px;
    margin-bottom: 12px;
    float: left;
    width: 100%;
}

.category-list {
    width: 90%;
    float: left;
}

.directory-category-block ul {
    list-style: none;
    margin-bottom: 0;
}

.subcategory-list {
    display: none;
}

.category-list.active .subcategory-list {
    display: initial;
}

.category-list a {
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}

.subcategory-list a {
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.85rem;
}

.featured-top-bar.single-featured-top-bar {
    margin: 0 24px;
}

.directory-member-columns {
    background-color: #fff;
    color: #4D4D4D;
    display: flex;
    justify-content: space-between;
}

.featured-member-block .directory-member-columns {
    background-color: #0A334C;
    color: #fff;
}

.directory-member-block {
    margin: 24px 0;
}

.directory-member-name {
    color: #097EB8;
}

.featured-member-block .directory-member-name {
    color: #fff;
}

.directory-member-details {
    width: 60%;
    flex: .6;
    padding: 24px;
}

.directory-member-image {
    width: 40%;
    background-color: #fff;
    flex: .4;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.directory-member-details ul.directory-member-info {
    list-style: none;
    padding-left: 0;
}

.directory-member-info li {
    margin: 16px 0;
    font-size: 14px;
    font-size: .9rem;
}

.directory-member-info-title {
    text-transform: uppercase;
    font-size: 1rem;
}

.directory-member-info p {
    font-size: 14px;
    font-size: .9rem;
}

.directory-btn {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 16px;
    padding: 10px 50px;
    color: #fff !important;
    background-color: #097eb8 !important;
}

.directory-btn:hover {
    background-color: #e8e8e8 !important;
    border-color: #097eb8 !important;
    color: #097eb8 !important;
}

#show-details {
    background-image: url(/wp-content/uploads/2018/01/homeshow-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}

#show-details .content-width {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    min-height: 500px;
}

#show-details h3, #show-details a, #show-details p {
    color: #fff;
}

#wow-countdown-id-1 span {
    font-weight: 900;
    text-transform: lowercase;
}

#wow-countdown-id-1 .wowc-title-1 {
    font-size: 24px;
}

#wow-countdown-id-1 .wowc-title-1:after {
    content: " |";
    font-weight: 100;
}

#wow-countdown-id-1 .wowc-title-1:last-of-type:after {
    content: '';
}

#wow-countdown-id-1 .wowcontnumber-1 {
    font-size: 28px;
}

/*top bar */

.top-bar-outer-container {
    background-color: #0A334C;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
}

/*left sidebar*/

.left-sidebar-container {
    display: flex;
}

.left-sidebar-container .content-container {
    order: 1;
}

.left-sidebar-container .sidebar-container {
    order: 0;
}

.sidebar-container {
    border-left: none;
}

@media screen and (max-width:767px) {
    .left-sidebar-container {
        flex-wrap: wrap;
    }
    .left-sidebar-container .content-container {
        order: 0;
    }
    .left-sidebar-container .sidebar-container {
        order: 1;
    }
    .directory-member-columns {
        flex-wrap: wrap;
    }
    .directory-member-details {
        flex: auto;
        width: 100%;
    }
    .directory-member-image {
        flex: auto;
        width: 100%;
    }
}

.sidebar-category-list {
    width: 90%;
    float: left;
}

.bu {
    width: 10%;
    float: left;
    padding-bottom: 12px;
    cursor: pointer;
    color: #097eb8;
}

.bu .contract-button {
    display: none
}

.active .bu .expand-button {
    display: none;
}

.active .bu .contract-button {
    display: initial;
}

.sidebar-subcategory-list {
    width: 100%;
    display: none;
}

.sidebar-category-list.active .sidebar-subcategory-list {
    display: block;
}

.sidebar-subcategory-list {
    margin-left: 16px;
    margin-top: 12px;
    font-size: .9rem;
}

.sidebar-category-list a {
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar-subcategory-list a {
    text-decoration: underline;
    text-transform: capitalize;
}

#video-section {
    background-color: #e8e9e8;
}

.widget_search input.search-field {
    max-width: 100%;
}

.main-navigation {
    text-align: right;
}

.icon-inner img {
    max-width: 62px;
    max-height: 62px;
}

@media screen and (max-width:767px) {
    .hero-image-page #wrapper.site {
        background-image: url(/wp-content/uploads/2018/02/mobile-header-hbrmv-2.jpg);
        background-size: contain;
    }
}

@media screen and (max-width:600px) {
    .hero-image-page #wrapper.site {
        background-position: center 60px;
    }
    .tab-container .tab-title h2 span {
        font-size: 2rem;
    }
}

@media screen and (max-width:500px) {
    .hero-image-page #wrapper.site {
        background-size: 130% auto;
    }
}

@media screen and (max-width:400px) {
    .hero-image-page #wrapper.site {
        background-size: 170% auto;
    }
}

/* QUADSIMIA STYLES */

/* POPUP */

.pum-content h1, .pum-content p {
    text-align: center;
}

form.js-cm-form label, form.js-cm-form input {
    width: 100%;
    float: left;
    margin-bottom: 1%;
    border-radius: 0;
}

form.js-cm-form input {
    padding: 0.5rem;
}

form.js-cm-form .checkbox {
    width: 33%;
    float: left;
    margin: 1% 0 3%
}

form.js-cm-form .checkbox label {
    width: auto;
    font-size: 0.9em;
}

form.js-cm-form input[type="checkbox"] {
    margin: 3px 5px 0 0 !important;
    width: auto;
    padding: 0;
}

form.js-cm-form button[type="submit"] {
    background: #0A334C !important;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    margin-top: 1%;
    padding: 2%;
}

/* HOME TABS */

/* .home .tab-container {3 tab layout
    width: 33%;
} */
.home .tab-container {  /*2 tab layout*/
    width: 50%;
}

.home .tab-container-inner {
    padding: 2.5rem;
    width: 95%;
}

.home .tab-title h2 {
    font-size: 1.5rem;
}

.tab-container .btn {
    color: #097EB8 !important;
}

.tab-container .btn:hover {
    color: #fff !important;
}

@media screen and (max-width: 780px) {
    .home .tab-container{
        width: 100%;
        margin-bottom: 16px;
    }
}

/* nav menu cta */
.nav-menu > li.cta {
    transition: all 0.4s ease;
    text-align: center;
    margin-top: -4px;
	padding: 0.25em 0.5em;
	background-color: #5cc68c;
    color: #fff !important;
	border-radius:6px;}
.nav-menu > li.cta:hover {
	background-color: #85e4b0;
    color: #fff;}
.nav-menu > li.cta a{
	padding-bottom: 0 !important;
	color:#fff !important;}
.nav-menu > li.cta a:hover{
	color:#fff !important;}
