/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  David Tierney
Author URI:  http://designsbytierney.com
Template: Divi
Version:  1.0.2
*/

 
/* =Theme customizations
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Eczar:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
body{
    /*font-family: Georgia,serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-size: 14px;
}

*:not(.fa) {
    font-family: 'Oswald', sans-serif !important;
    font-weight: normal !important;
}
p{
    /*font-family: "Open Sans",Arial,sans-serif !important;
    font-family: Georgia,serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
}
p{
    font-size: 20px;
    line-height: 30px;
    color:#666;
}
@media (max-width:599px){
    p{
        font-size: 16px;
        line-height: 1.4;
    }
}

h3 a{
     color:#dd723c;
}
.section-padding{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#top-header{
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #fff),color-stop(20%, #fefefe),to(#f2f2f2)) !important;
    background: -webkit-linear-gradient(left,#fff 0,#fefefe 20%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(left,#fff 0,#fefefe 20%,#f2f2f2 100%) !important;
    background: linear-gradient(to right,#fff 0,#fefefe 20%,#f2f2f2 100%) !important;
}
.et-pb-controllers a{
    width: 12px !important;
    height: 12px !important;
}
.et-pb-controllers a.et-pb-active-control{
    background-color: #DE723D !important;
}
#top-menu li a, #top-header a{
    opacity:1 !important;
}
#top-menu li a:hover, #top-menu li a:focus, #top-header a:hover, #top-header a:focus{
    color:#DE723D !important;
}
#top-menu-nav{
    /*padding-right: 150px;*/
    position: relative;
}
#top-menu{
    padding-right: 150px;
}
#top-menu ul.sub-menu{
    border-top-color: #DE723D !important;
}
#top-menu ul.sub-menu > li{ 
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: block !important;
}
#top-menu ul.sub-menu > li > a{
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: auto !important;
}
#top-menu-nav #top-menu>li:last-child{
    position: absolute;
    right: 0;
    top: 7px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.et-fixed-header #top-menu>li:last-child a{
    color: #fff !important;
}
#top-menu-nav #top-menu>li:last-child a, .buttons-404 a{
    padding: 15px;
    background: #DE723D;
    color: #fff !important;
}
.buttons-404 a {
    min-width: 150px;
    display: block;
    font-size: 20px !important;
}
@media (max-width:767px){
    .buttons-404 a {
        min-width: 120px;
    }
}
#top-menu-nav #top-menu>li:last-child a:hover, #top-menu-nav #top-menu>li:last-child a:focus, .buttons-404 a:hover, .buttons-404 a:focus{
    background: #4a4a4a;
    color: #fff;
}
#top-menu-nav #top-menu>li:last-child a:hover {
    color: #ffffff !important;
}
#et_top_search{
    width: 45px;
    margin: -15px 0 0 10px;
    height: 44px;
    background: #7c7665;
}
#et_top_search:hover{
    background: #4a4a4a;
}
#et_top_search #et_search_icon:before{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    line-height: 45px !important;
    color:#fff !important;
}
.home-slider .et_pb_more_button, .slide-content .container-area a.et_pb_button{
    border-radius: 0 !important;
    background: #DE723D;
    border-color: #DE723D;
    text-transform: uppercase;
    color:#fff !important;
    font-size: 18px;
}
.three-block-section{
    padding-top:110px !important;
    padding-bottom:110px !important;
    position: relative;
}
.three-block-section .et_pb_row{
    position: relative;
}
/*.three-block-section .et_pb_row:before{
    content: "";
    background-image: url(http://www.bmh.myweb-development.com/wp-content/uploads/2019/01/brainbg1.png);
    background-repeat: no-repeat;
    width: 449px;
    height: 493px;
    position: absolute;
    right: -275px;
    bottom: -200px;
}*/
/*.et_pb_section.three-block-section.et_pb_with_background.et_section_regular:after {
    content: "";
    background-image: url(http://www.bmh.myweb-development.com/wp-content/uploads/2019/01/brainbg1.png);
    background-repeat: no-repeat;
    width: 490px;
    height: 493px;
    position: absolute;
    left: -130px;
    top: -92px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}*/
.three-block-section .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.three-block-section .et_pb_column {
    background: #fff;
    margin: 0;
    width: 33.333333%;
    color:#dd723c;
    padding: 50px 30px;
    /*-webkit-box-shadow:0 0 15px -2px rgba(0,0,0,0.10);
            box-shadow:0 0 15px -2px rgba(0,0,0,0.10);*/
    min-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media (min-width:981px){
    .three-block-section .et_pb_column.et_pb_column_1_4{
        width: 25%;
    }
}

.three-block-section .et_pb_column h3 {
    /*color: #dd723c;
    font-size: 26px;*/
}
.three-block-section .et_pb_column:nth-child(2) h3{
    /*color: #fff !important;*/
}
.three-block-section.less-padding {
    /*padding-top: 30px !important;
    padding-bottom: 30px !important;*/
}
.three-block-section.two-block-section .et_pb_column:nth-child(2) {
    /*background: #fff;
    color: #dd723c;*/
}
.three-block-section.two-block-section .et_pb_column:nth-child(2) h3{
    /*color: #dd723c !important;*/
}
.three-block-section.two-block-section .et_pb_column:nth-child(2):hover {
    /*background: #7c7665;
    color: #fff;
    cursor: pointer;*/
}
.three-block-section.two-block-section .et_pb_column:nth-child(2):hover h3 {
    /*color: #fff !important;*/
}
@media (min-width:980px){
    .three-block-section.two-block-section .et_pb_column {
        width: 50% !important;
    }
}
.three-block-section.two-block-section {
    padding-top: 0 !important;
}
.three-block-section .et_pb_column:nth-child(2) {
    /*background: #7c7665;
    color: #fff;*/
}
.three-block-section .et_pb_column:nth-child(2) a{
    /*color:#fff;*/
}
.home .three-block-section .et_pb_column:hover{
    background: #7c7665 !important;
    color: #fff !important;
    cursor: pointer !important;
}
.home .three-block-section .et_pb_column:nth-child(odd){
    background-color: #e8e8e8;
}
.home .three-block-section .et_pb_column p{
    font-size: 24px;
    padding:25px 20px;
}

.home .three-block-section .et_pb_column:hover p, .home .three-block-section .et_pb_column:hover p a{
    color:#fff !important;
}
.three-block-section .et_pb_column ul {
    /*font-size: 20px;*/
}
.three-block-section .et_pb_column:hover h3{
    /*color: #fff;*/
}
.three-block-section .et_pb_column:hover a{
    /*color: #fff;*/
}
.three-block-section .et_pb_column p{
    text-align: center;
    /*font-family: 'Cormorant',Georgia,"Times New Roman",serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-size: 26px;
    line-height: 32px;
}
.three-block-section .et_pb_column p a{
    color:#666;
}
.three-block-section.single-block-section .et_pb_column {
    width: 100%;
}
.three-block-section {
    overflow: hidden;
}
.top-content-block h2 {
    margin-bottom: 10px;
}
.top-content-block {
    margin-bottom: 25px !important;
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}
.blackmind-section .et_pb_promo_description{
    display: none;
}
.blackmind-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blackmind-section .et_pb_button{
    min-width:225px;
    text-align: center;
    padding: 0.4em 2em !important;
    width:100%;
}
@media (min-width:768px){
    .blackmind-section .et_pb_button{
        padding: 0.4em 3.2em !important;
    }
}

.blackmind-section .et_pb_column.et_pb_column_1_3 {
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 15px -2px rgba(0,0,0,0.10);
            box-shadow: 0 0 15px -2px rgba(0,0,0,0.10);
    padding-bottom: 64px;
}
.blackmind-section .et_pb_image img {
    max-height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
}
.blackmind-section .et_pb_module.et_pb_no_bg {
    position: absolute;
    bottom: 10px;
    left: 0;
    right:0;
}
.blackmind-section .et_pb_text_inner {
    padding: 0 20px;
}
.blackmind-section .et_pb_module.et_pb_promo {
    padding: 0 20px !important;
}
.post-slider .et_pb_button:hover {
    background-color: #DE723D;
}

.post-slider .et_pb_slide_description {
    background: rgba(255,255,255,0.15);
    padding: 10px 30px;
   margin: 150px auto;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.15);
    text-shadow: none !important;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
            box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.latest-post .et_pb_column.et_pb_column_1_3 .et_pb_module.et_pb_image {
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 15px -2px rgba(0,0,0,0.10);
            box-shadow: 0 0 15px -2px rgba(0,0,0,0.10);
}
.latest-post .et_pb_promo_description {
    padding-bottom: 0px; 
}
.about-banner{
    position: relative;
}
.about-banner:after {
    background: rgba(0,0,0,0.6);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.about-content .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.about-content p{
    font-size: 20px;
    line-height: 1.5;
}
.about-content .et_pb_image img {
    position: relative;
    -webkit-box-shadow: 0 0 15px -2px rgba(0,0,0,0.10);
            box-shadow: 0 0 15px -2px rgba(0,0,0,0.10);
}
.about-page-links .et_pb_promo_description {
    padding-bottom: 0px;
}
.about-page-links .et_pb_module.et_pb_promo:after{
    background: rgba(0,0,0,0.55);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
        right: 0;
    left: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.about-page-links .et_pb_column:nth-child(even) .et_pb_module.et_pb_promo:after{
    background: rgba(0,0,0,0.35);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
        right: 0;
    left: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.about-page-links .et_pb_column:hover .et_pb_module.et_pb_promo:after,
.about-page-links .et_pb_column:nth-child(even):hover .et_pb_module.et_pb_promo:after{
    background: transparent;
    }
.about-page-links .et_pb_promo_button.et_pb_button {
    color: #ffffff!important;
    background: #de723d;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 18px;
    /*font-family: 'Cormorant',Georgia,"Times New Roman",serif!important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700!important;
    background-color: #de723d;
    z-index: 1;
}
a.et_pb_button.cta-block {
    background: #DE723D !important;
    color: #fff;
    border-radius: 0px;
    border: 2px solid #DE723D;
}
/* =Footer customizations
------------------------------------------------------- */
.new-updates label.gfield_label {
    display: none !important;
}
.new-updates:after {
    background: rgba(0,0,0,0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    content: " ";
    z-index: 1;
    top: 0;
}
#footer-widgets .footer-widget a, #footer-info{
     font-size: 17px !important;
}
.footer-divi-module li a, .footer-divi-module li{
    font-size: 20px;
}
.donate-uppar .et_pb_button_wrapper {
    text-align: center !important;
}
@media (min-width:981px){
    .footer-divi-module .et_pb_row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation{
        padding-left: 0 !important;
    }
}
.footer-divi-module .et_pb_widget_area_left {
    border-right: none;
}
.footer-divi-module .et_pb_column.et_pb_column_1_3:first-child{
    border-left: none;
}
.footer-divi-module .et_pb_column.et_pb_column_1_3 {
        border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    /*align-items: center;*/
}
.footer-divi-module .et_pb_column.et_pb_column_1_3 .et_pb_widget{
    margin-bottom: 0px;
}
.footer-divi-module h4.title{
    font-size: 23px;
}
.footer-divi-module label.gfield_label {
    display: none !important; 
}
.footer-divi-module .et_pb_text_inner h2+p {
    display: none;
}
.footer-divi-module a:hover,#footer-widgets a:hover{
    color: #de723d !important;
}
.footer-widget:nth-child(2) {
    padding-left: 50px;
}
@media (max-width:980px){
    .footer-widget:nth-child(2){
        padding-left: 0;
    }
    .footer-widget .fwidget:last-child {
        clear: both;
    }
}
.et-social-icon a {
    font-size: 16px;
}
.et-social-icon a:hover{
        color: #dd723c;
}
.gform_wrapper .gform_footer {
    width: auto;
    display: inline-block;
    }
.gform_footer input.gform_button {
    color: #ffffff!important;
    background: #de723d;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 18px !important;
    /*font-family: 'Cormorant',Georgia,"Times New Roman",serif!important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    background-color: #de723d;
    padding: .5em 1em;
    text-transform: uppercase;
    min-width: 156px;
    cursor: pointer;
}
.gform_footer.top_label:after{
       /*opacity: 0;*/
}
.gform_footer input.gform_button:hover {
    /*padding: .5em 3em .5em 1em;*/
    border: 2px solid transparent;
}

.gform_footer.top_label:hover:after {
    /*opacity: 1;
    font-size: 1.6em;
    position: absolute;
    margin-left: -2em;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1.2em;
    text-transform: none;
    content: "\35";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    color: #fff;
    font-family: ETmodules!important;*/
}
.gform_wrapper .top_label input.medium{
    width: 100% !important;
    border-radius: 10px;
    padding: 10px !important;
}
.gform_wrapper div.validation_error {
    color: red !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 0 !important;
    text-align: left !important;
    font-weight: 500 !important;
    font-family: inherit !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    font-weight: 500 !important;
    font-family: inherit !important;
}
.gform_validation_error {
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
}
.gform_wrapper .validation_message {
    color: red !important;
    padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}


#footer-widgets .footer-widget li:before {
    border-width: 0px;
}
#footer-widgets .footer-widget li {
    padding-left: 0;
}
.about-banner .et_pb_text_inner {
    max-width: 750px;
    width:100%;
    margin: 0 auto;
}
body #page-container .buttons-section .et_pb_button {
    min-width: 300px !important;
    width: 100%;
    text-align: center;
    font-size: 22px !important;
}
.buttons-section {
    text-align: center;
}
.buttons-section .et_pb_module:first-child {
    margin-right: 20px;
}
.buttons-section .et_pb_module {
    display: inline-block;
}
.footer-social-widget{
    float:left;
    width:100%;
}
.footer-social-widget li:first-child{
    margin-left: 0;
}
.footer-contact li a, .footer-contact li, .footer-contact li p {
    font-size: 20px !important;
}

#nav_menu-2{
    margin-bottom: 25px;
}
.top-contentSection p, .top-contentSection ul li{
    font-size: 20px;
    line-height:1.5;
}
.fullPage-innerbanner{
    position:relative;
    padding:40px 15px;
}
.fullPage-innerbanner img{
    max-height:650px;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
       object-fit: cover;
}
.image-overlay-text{
    max-width:800px;
    margin:0 auto !important;
    text-align: center;
    position:absolute !important;
    left: 0;
    right: 0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.image-overlay-text h3{
    font-size: 30px;
    color:#fff;
}
.image-overlay-text p{
    color: #fff;
    font-size: 20px;
}
.fullPage-innerbanner .et_pb_fullwidth_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 1;
    background: rgba(0,0,0,0.5);
}
.partners-section, .members-outer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.members-outer-wrapper{
    margin: 0;
    padding: 0 !important;
    list-style: none !important;
}
.partner-block, .members-outer-wrapper li {
    border: 1px solid #ddd;
    /*background: #f6f6f6;*/
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0,0,0,0.15);
            box-shadow: 0 4px 10px -4px rgba(0,0,0,0.15);
}
.members-outer-wrapper li{
    width:calc(100% / 3 - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.top-banner{
    min-height: 368px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
}
.top-banner:before{
    content: "";
    background: rgba(0,0,0,0.25);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.top-banner h2{
    max-width: 650px;
    width:100%;
    padding: 0 15px;
    color:#fff;
    text-align: center;
    position: relative;
    font-size: 55px;
    text-transform: capitalize;
}
.top-banner.about p{
    /*font-size: 26px;*/
    /*line-height: 30px;*/
}
.top-banner.board h2, .top-banner.staff h2{
    /*font-size: 35px;*/
    /*text-transform: uppercase;*/
}
.top-banner h2 small{
    font-size: 26px;
    display: block;
    padding-top: 20px;
}
@media (min-width:768px) and (max-width:991px){
    .members-outer-wrapper li:nth-child(2n+2){
        margin-right: 0px;
    }
}

@media (min-width:992px){
    .members-outer-wrapper li:nth-child(3n+3){
        margin-right: 0px;
    }
}
@media (max-width:991px){
    .members-outer-wrapper li{
        width:calc(100% / 2 - 15px);
    }
}
@media (max-width:767px){
    .members-outer-wrapper li{
        width:calc(100% / 2 - 15px);
    }
    .members-outer-wrapper li:nth-child(2n+2){
        margin-right: 0px;
    }
}
@media (max-width:599px){
    .members-outer-wrapper li{
        width:100%;
        margin-right: 0;
    }
    .members-outer-wrapper li:nth-child(2n+2){
        margin-right: 0px;
    }
}
.members-outer-wrapper li h3{
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: normal;
    font-size: 26px;
    line-height: 26px;
    margin-top: 10px;
    color:#333;
}
.members-outer-wrapper li h3 a{
    color:#333;
}
.members-outer-wrapper li p:not(:last-of-type){
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 0;
}
.member-profile h3+p {
    min-height: 140px;
}
.events-content .member-profile h3+p {
    min-height: 100%;
    line-height: 1;
}
.members-outer-wrapper .cta-member, .events-content .post-content .more-link{
    text-align: center;
    color: #fff;
    padding: 10px 22px;
    background: #DE723D;
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-size: 14px;
    font-size: 18px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
}
.events-content .post-content .more-link{
    margin-top: 20px;
}
.members-outer-wrapper .cta-member:hover, .members-outer-wrapper .cta-member:focus{
    background: #4a4a4a;
    color:#fff;
}
.partner-block .member-pic img{
    width: 100%;
    max-height:235px;
    min-height:235px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center;
    -o-object-position: center;
       object-position: center;
}
.partner-block .member-pic a{
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.partner-block .member-pic a:hover, .partner-block .member-pic a:focus{
    opacity:0.8;
}
.partner-block .et_pb_text h2 {
    text-align: center !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    line-height: normal !important;
    border-bottom: 1px solid #ddd;
}
.partner-block ul {
    padding: 0;
    margin: 0 25px;
}
.partner-block ul li {
    font-size: 16px;
    margin-bottom: 5px;
    /*font-family: "Open Sans",Arial,sans-serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
}


.section-padding.membership-carousel-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.section-padding.membership-carousel-section .et_pb_row.et_pb_row_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.membership-carousel-section h2 {
    font-size: 35px;
    /*font-family: 'Cormorant',Georgia,"Times New Roman",serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700;
    color: #4c4141!important;
}
.membership-carousel-section h3 {
    font-size: 20px !important;
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    line-height: normal;
    color: #666;
}
.join-section h3{
   /* font-size: 28px;
    line-height: normal;
    margin-bottom: 5px;
    padding-bottom: 0;*/
    font-size: 26px !important;
    /*font-family: 'Cormorant',Georgia,"Times New Roman",serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    line-height: 26px;
     color: #333 !important;
}
.join-section p{
   font-size: 20px !important;
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    line-height: normal;
    color: #666;
}
.cta-big {
    /*background: #DE723D;
    color: #fff;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans",Arial,sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    min-width: 250px;
    height: 50px !important;
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;*/
        color: #ffffff!important;
    background: #de723d;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 18px;
    /*font-family: 'Cormorant',Georgia,"Times New Roman",serif!important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase!important;
    background-color: #de723d;
    height: 44px;
}
.cta-big:hover, .cta-big:focus{
    background: #4a4a4a !important;
    border:none !important;
}
.cta-big.et_pb_button:after, .cta-big.et_pb_button:before,
body #page-container .cta-section .et_pb_button:before,
body #page-container .cta-section .et_pb_button:after{
    top:5px !important;
}
body #page-container .cta-section .et_pb_button:hover{
    background: #4a4a4a !important;
    border:2px solid #4a4a4a !important;
}
.member-benefits .partners-section .partner-block {
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 1px rgba(124, 118, 101, 0.2) inset;
            box-shadow: 0 0 0 1px rgba(124, 118, 101, 0.2) inset;
    min-height: 340px;
}
.member-benefits .partners-section .partner-block:nth-child(even) {
    background: #fff;
}
.member-benefits .partners-section .partner-block h2 {
    padding: 20px 25px;
    color: #fff !important;
    background: #7c7665;
    font-weight: 300;
}
.member-benefits .partner-block ul {
    padding: 0 20px 20px;
    margin: 0 25px;
}
.member-benefits .partners-section + .partners-section .partner-block:last-child {
    display: none;
}
.member-benefits .partners-section + .partners-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.title-only h2{
    /*font-family: 'Cormorant',Georgia,"Times New Roman",serif!important;*/
    font-family: 'Oswald', sans-serif !important;
    /*font-weight: 700!important;*/
    font-size: 45px!important;
    color: #4c4141!important;
    text-align: center!important;
}
.pricing-structure>ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.pricing-structure>ul>li {
    width: 50%;
    float: left;
    background: #fff;
}
.pricing-structure>ul>li+li {
    background: #e8e8e8;
}
.price-cat-title {
    text-align: center;
    padding: 18px 25px;
    background: #7c7665;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
}
.pricing-structure>ul>li+li .price-cat-title{
    background: #de723d;
}
.pricing-tables {
    padding: 25px;
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
}
.pricing-tables>ul{
    margin: 0;
    padding: 0;
}
.pricing-tables>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #7c7665;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    min-height: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.pricing-tables>ul>li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.price-cat {
    width: 100%;
    padding-right: 25px;
}
.price-value {
    font-weight: 600;
}
body #page-container .et_pb_promo .et_pb_promo_button.et_pb_button:hover{
    background: #4a4a4a !important;
}

.member-single .pic {
    max-width: 450px;
    float: left;
    margin-right: 30px;
    border: 1px solid rgba(124, 118, 101,0.45);
    padding: 15px 15px 8px;
    background: #f3f3f3;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.15);
            box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.15);
}

@media (max-width:767px){
    .member-single .pic {
        width:100%;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }
}

.member-content p{
    font-size: 20px;
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    line-height: 30px;
}
.top-banner.member-single-top-banner{
    min-height: 260px !important;
}
/* .top-banner.member-single-top-banner:before {
    content: "";
    background: rgba(0,0,0,0.25);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #7c7665;
    background-image: url(images/user-icon-bg.svg);
    background-position: right -100px bottom -108px;
    background-size: 320px;
    background-repeat: no-repeat;
    opacity: 0.35;
} */
.top-banner.member-single-top-banner:before {
    content: "";
    background: rgba(0,0,0,0.25);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #7c7665;
    background-image: url(/wp-content/uploads/2019/03/beautiful-lighting-from-waterfront-building_42521-42.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-banner.event-single-top-banner {
    min-height: 260px !important;
}
.page-id-959 .top-banner{
        background-position: top;   
}
.event-single-top-banner h2{
        max-width: 100%;
}
.member-single-top-banner h2{
    font-size: 55px;
    font-weight: bold;
    max-width: 100%;
    display: inline-block;
    width: auto;
    padding: 0;
    color: #fff;
}

.cta-section, .cta-section .et_pb_button_wrapper{
    text-align: center !important;
}
.cta-section .et_pb_promo_description {
    display: none;
}
.cta-section .et_pb_button {
  /*  max-width: 300px !important;
    width: 100% !important;
    font-size: 24px !important;*/
    text-transform: uppercase !important;
        color: #ffffff!important;
    background: #de723d;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 18px !important;
    /*font-family: 'Cormorant',Georgia,"Times New Roman",serif!important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700!important;
    background-color: #de723d;
    text-transform: uppercase;
    min-width: 156px;
    cursor: pointer;
}
.new-updates .et_pb_promo_description {
    display: none;
}
.blackmind-section .et_pb_module.et_pb_image {
    margin-bottom: 20px !important;
}
.special-block ul {
    margin: 10px 25px;
}
.special-block p {
    margin: 10px 25px;
}
.special-block h3 {
    padding: 20px 25px;
    color: #fff !important;
    background: #7c7665;
    font-weight: 300;
    text-align: center;
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    /*font-family: Georgia,serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px !important;
    line-height: normal !important;
}
.special-block ul li {
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    /*font-family: Georgia,serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.special-block {
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 1px rgba(124, 118, 101, 0.2) inset;
    box-shadow: 0 0 0 1px rgba(124, 118, 101, 0.2) inset;
}
@media (min-width:981px){
    .et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field{
        right:38px !important;
    }
}
@media (min-width:768px){
    .et_fullwidth_nav #main-header .et_close_search_field:after{
        color:#fff !important;
    }
}

.jumbo-area{
    position:relative;
}
.jumbo-area:before{
    content:"";
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.45);
    position:absolute;
    top:0;
    left: 0;
}
.jumbo-area p {
    text-align: center !important;
    font-size: 30px;
    color: #fff;
    line-height: normal;
}
.how-apply-section{
    color:#fff;
}
.how-apply-section h3{
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}
@media (min-width:768px){
    div#nav_menu-2, div#nav_menu-3 {
        min-height: 170px;
        margin-bottom: 25px;
    }
}
.et_pb_section_3.et_pb_section {
    background-color: #f6f6f6!important
}
.hosted-content h1 {
    padding-bottom: 30px;
}
.hosted-content h3 {
    /*font-size: 28px;
        color: #666666;*/
}
.hosted-content p {
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
        color: #666666;
    /*font-size: 22px;*/
}
.top-banner.talks h2 {
    /*font-size: 35px;*/
}
.page-id-568 .footer-divi-module, .page-id-555 .et_pb_section_3.et_pb_section.footer-divi-module, .page-id-193 .et_pb_section_3.et_pb_section.footer-divi-module, .page-id-537 .footer-divi-module{
    background-color: #fff !important;
}
.page-id-549 .footer-divi-module, .page-id-532 .footer-divi-module, .page-id-926 .footer-divi-module{
    background-color: #eee;
}

.learn-videos-section .et_pb_module.et_pb_video {
    margin-bottom: 15px !important;
}
.learn-videos-section .et_pb_text h3{
    font-size: 24px !important;
    text-align: center;
    color:#333 !important;
}
.awards-section .et_pb_row {
    padding: 0 !important;
}
.awards-section h2, .sponsors-section h2 {
    line-height: normal;
    text-align: center;
    font-size: 40px !important;
    margin-bottom: 0px;
}
.awards-section .et_pb_module.et_pb_image {
    margin-bottom: 20px;
}
.awards-section p {
    text-align: center;
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px;
    font-weight: 400;
}
.jumbo-area.awards-jumbo p{
    font-size: 20px;
}
.awards-section .et_pb_column {
    margin-bottom: 30px;
}
.awards-section .award-col {
    margin-bottom: 30px;
    background: #fff !important;
    border: 1px solid #7c7665;
}
.awards-section .award-col .et_pb_text_inner {
    padding: 0 30px 30px;
}
.awards-section .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.wpsl-search{
    padding:12px 0 !important;
}
#wpsl-search-wrap {
    text-align: center;
    font-size: 20px;
}
#wpsl-search-wrap form{
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    display: table;
    width: 100%;
    text-align: justify;
}
#wpsl-search-wrap form>div {
    display: table-cell !important;
    width: 33.3333%;
    float: none !important;
    padding: 0 15px 0 0 !important;
    vertical-align: top;
}
#wpsl-search-wrap form>div:last-child {
    width: auto !important;
    text-align: center !important;
    padding-right: 0 !important;
    vertical-align: bottom !important;
}
#wpsl-search-wrap form>div.wpsl-input {
    width: 40%;
}
#wpsl-search-wrap form>div.wpsl-select-wrap {
    width: 100%;
}
#wpsl-search-wrap form>div:last-child input {
    float: none !important;
    width: 100% !important;
    border: 1px solid #ddd;
    background: #7c7665 !important;
    color:#fff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-size: 22px;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    width: 150px !important;
    margin: 0 0 8px 0;
    color: #fff !important;
    height: 44px;
    -webkit-appearance:none;
    -moz-appearance:none;
         appearance:none;

}
#wpsl-search-wrap form>div:last-child input:focus{
    background:#4a4a4a !important;
}
#wpsl-search-wrap form>div.wpsl-input input, #wpsl-search-wrap form>div.wpsl-input div, #wpsl-search-wrap form>div.wpsl-input label {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
}
.wpsl-select-wrap div#wpsl-radius, .wpsl-select-wrap div#wpsl-results {
    width: 49%;
    margin: 0;
    display: inline-block !important;
}
#wpsl-search-wrap div label{
    width: 100% !important;
    float: none;
}
#wpsl-search-btn, #wpsl-search-wrap div{
    float: none;
}
.wpsl-dropdown{
    width: auto !important;
    float: none;
}
#wpsl-search-btn, #wpsl-search-wrap input{
    width: 100% !important;
}
.wpsl-select-wrap div#wpsl-radius{
    padding-right: 15px;
}
#wpsl-result-list ul{
    height: 100%;
    width: 100%;
}
#wpsl-wrap #wpsl-result-list ul li{
    background: #fff !important;
    height: 100%;
    font-size: 18px;
    line-height: normal;
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
}
#wpsl-search-wrap div label{
    font-weight: 600;
    font-size: 22px !important;
}
#wpsl-wrap .wpsl-selected-item, #wpsl-search-wrap form>div.wpsl-input input{
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
}
.et_pb_slide_content p {
    font-size: 26px;
    max-width: 710px;
    margin: 0 auto;
}
.news-section img {
    max-height: 300px;
    -o-object-fit: contain;
   object-fit: contain;
    padding: 20px;
    background: #fff;
    height: 300px;
}
.disclaimer p {
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
}
.not-found-pg{
    min-height: calc(100vh - 400px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.not_found{
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.buttons-404 {
    margin: 25px 0;
}
.buttons-404, .buttons-404 li {
    display: inline-block;
    list-style: none;
}
.not_found h1 small {
    font-size: 65%;
}
.not_found p {
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0;
}
#sbi_load {
    display: none;
}
.sponsors-section h2{
    margin-bottom: 20px;
}
.sponsors-section ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sponsors-section ul li{
    vertical-align: middle;
    width: calc(100% / 4);
    min-height: 200px;
    background: #7c7665;
    border-left: 1px solid #958e8e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1.3;
    padding: 0 20px;
    border-collapse: collapse;
    border-bottom: 1px solid #958e8e;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.sponsors-section ul li:first-child, .sponsors-section ul li:nth-child(4n+1) {
    border-left: none;
}
.sponsors-section ul li:nth-child(4)~li {
    border-bottom: none;
}

/* customizer css start here*/
body,
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url,
body .et_pb_bg_layout_light .et_pb_post p,
body .et_pb_bg_layout_dark .et_pb_post p {
    font-size: 16px
}

.et_pb_slide_content,
.et_pb_best_value {
    font-size: 18px
}

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1170px
}

.et_boxed_layout #page-container,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #main-header,
.et_fixed_nav.et_boxed_layout #page-container #top-header,
.et_fixed_nav.et_boxed_layout #page-container #main-header,
.et_boxed_layout #page-container .container,
.et_boxed_layout #page-container .et_pb_row {
    max-width: 1330px
}

a {
    color: #dd723c
}

#top-header,
#et-secondary-nav li ul {
    background-color: #c4c4c4
}

#top-header,
#top-header a {
    color: #4c4141
}

.et_header_style_centered .mobile_nav .select_page,
.et_header_style_split .mobile_nav .select_page,
.et_nav_text_color_light #top-menu>li>a,
.et_nav_text_color_dark #top-menu>li>a,
#top-menu a,
.et_mobile_menu li a,
.et_nav_text_color_light .et_mobile_menu li a,
.et_nav_text_color_dark .et_mobile_menu li a,
#et_search_icon:before,
.et_search_form_container input,
span.et_close_search_field:after,
#et-top-navigation .et-cart-info {
    color: #4c4141
}

.et_search_form_container input::-moz-placeholder {
    color: #4c4141
}

.et_search_form_container input::-webkit-input-placeholder {
    color: #4c4141
}

.et_search_form_container input:-ms-input-placeholder {
    color: #4c4141
}

#top-header,
#top-header a,
#et-secondary-nav li li a,
#top-header .et-social-icon a:before {
    font-size: 16px
}

#top-menu li a {
    font-size: 18px
}

body.et_vertical_nav .container.et_search_form_container .et-search-form input {
    font-size: 18px!important
}

#top-menu li a,
.et_search_form_container input {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none
}

.et_search_form_container input::-moz-placeholder {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none
}

.et_search_form_container input::-webkit-input-placeholder {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none
}

.et_search_form_container input:-ms-input-placeholder {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none
}

#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
.et_color_scheme_red #top-menu li.current-menu-ancestor>a,
.et_color_scheme_red #top-menu li.current-menu-item>a,
.et_color_scheme_pink #top-menu li.current-menu-ancestor>a,
.et_color_scheme_pink #top-menu li.current-menu-item>a,
.et_color_scheme_orange #top-menu li.current-menu-ancestor>a,
.et_color_scheme_orange #top-menu li.current-menu-item>a,
.et_color_scheme_green #top-menu li.current-menu-ancestor>a,
.et_color_scheme_green #top-menu li.current-menu-item>a {
    color: #dd723c
}

#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover {
    color: #ffffff
}

.footer-widget {
    color: #ffffff
}

#main-footer .footer-widget h4 {
    color: #ffffff
}

.footer-widget,
.footer-widget li,
.footer-widget li a,
#footer-info {
    font-size: 14px
}

.footer-widget .et_pb_widget div,
.footer-widget .et_pb_widget ul,
.footer-widget .et_pb_widget ol,
.footer-widget .et_pb_widget label {
    line-height: 1.4em
}

#footer-widgets .footer-widget li:before {
    top: 6.8px
}

.bottom-nav,
.bottom-nav a {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6,
.et_quote_content blockquote p,
.et_pb_slide_description .et_pb_slide_title {
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none
}




@media only screen and (min-width:981px) {
    .et_pb_section {
        padding: 1% 0
    }
    .et_pb_fullwidth_section {
        padding: 0
    }
    .et_pb_row {
        padding: 1% 0
    }
    .footer-widget h4 {
        font-size: 23px
    }
    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 40px 0 0 0
    }
    .et_header_style_left #et-top-navigation nav>ul>li>a,
    .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 40px
    }
    .et_header_style_split .centered-inline-logo-wrap {
        width: 80px;
        margin: -80px 0
    }
    .et_header_style_split .centered-inline-logo-wrap #logo {
        max-height: 80px
    }
    .et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo {
        height: 80px
    }
    .et_header_style_centered #top-menu>li>a {
        padding-bottom: 14px
    }
    .et_header_style_slide #et-top-navigation,
    .et_header_style_fullscreen #et-top-navigation {
        padding: 31px 0 31px 0!important
    }
    .et_header_style_centered #main-header .logo_container {
        height: 80px
    }
    #logo {
        max-height: 70%
    }
    .et_pb_svg_logo #logo {
        height: 70%
    }
    .et-fixed-header#top-header,
    .et-fixed-header#top-header #et-secondary-nav li ul {
        background-color: #c4c4c4
    }
    .et-fixed-header #top-menu a,
    .et-fixed-header #et_search_icon:before,
    .et-fixed-header #et_top_search .et-search-form input,
    .et-fixed-header .et_search_form_container input,
    .et-fixed-header .et_close_search_field:after,
    .et-fixed-header #et-top-navigation .et-cart-info {
        color: #4c4141!important
    }
    .et-fixed-header .et_search_form_container input::-moz-placeholder {
        color: #4c4141!important
    }
    .et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
        color: #4c4141!important
    }
    .et-fixed-header .et_search_form_container input:-ms-input-placeholder {
        color: #4c4141!important
    }
    .et-fixed-header #top-menu li.current-menu-ancestor>a,
    .et-fixed-header #top-menu li.current-menu-item>a {
        color: #dd723c!important
    }
    .et-fixed-header#top-header a {
        color: #4c4141
    }
}

@media only screen and (min-width:1462px) {
    .et_pb_row {
        padding: 14px 0
    }
    .et_pb_section {
        padding: 14px 0
    }
    .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
        padding-top: 43px
    }
    .et_pb_fullwidth_section {
        padding: 0
    }
}

h1,
h1.et_pb_contact_main_title,
.et_pb_title_container h1 {
    font-size: 36px
}

h2,
.product .related h2,
.et_pb_column_1_2 .et_quote_content blockquote p {
    font-size: 30px
}

h3 {
    font-size: 26px;
    font-size: 30px;
}

h4,
.et_pb_circle_counter h3,
.et_pb_number_counter h3,
.et_pb_column_1_3 .et_pb_post h2,
.et_pb_column_1_4 .et_pb_post h2,
.et_pb_blog_grid h2,
.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2,
.et_pb_column_3_8 .et_pb_audio_module_content h2,
.et_pb_column_1_3 .et_pb_audio_module_content h2,
.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
    font-size: 21px
}

h5 {
    font-size: 19px
}

h6 {
    font-size: 16px
}

.et_pb_slide_description .et_pb_slide_title {
    font-size: 55px
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3,
.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_4 .et_pb_audio_module_content h2 {
    font-size: 19px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif*/
    font-family: 'Oswald', sans-serif;
}

body,
input,
textarea,
select {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif*/
    font-family: 'Oswald', sans-serif;
}

#main-header,
#et-top-navigation {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif*/
    font-family: 'Oswald', sans-serif;
}

#top-header .container {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif*/
    font-family: 'Oswald', sans-serif;
}

.et_pb_post_slider_0 .et_pb_slide:not(.et_pb_slide_with_no_image) {
    background-color: #7EBEC5
}

.page-id-541 .et_pb_section_3.et_pb_section {
    background-color: #ffffff!important;
}

body #page-container .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button {
    background: #de723d;
    border-width: 0px!important;
    border-radius: 0px;
    background-color: #de723d
}

.et_pb_post_slider_0.et_pb_slider,
.et_pb_post_slider_0.et_pb_slider.et_pb_bg_layout_dark {
    background-color: #7EBEC5
}



.et_pb_section_4 {
    padding-top: 80px;
    padding-bottom: 80px
}

.et_pb_image_3 .et_pb_image_wrap,
.et_pb_image_3 img {
    /*width: 100%*/
}

.et_pb_image_3 {
    max-width: 100%!important;
    margin-left: 0
}

.et_pb_text_8 h2 {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700;
    /*font-size: 45px;*/
    color: #4c4141!important;
 /*   text-align: center*/
}

.et_pb_text_8 {
    font-size: 20px
}

.et_pb_post_slider_0.et_pb_slider .et_pb_slide_content,
.et_pb_post_slider_0.et_pb_slider .et_pb_slide_content div {
    font-size: 24px!important
}

.et_pb_text_7 h2 {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700;
    /*font-size: 45px;*/
    color: #4c4141!important;
    /*text-align: center*/
}



body.et_button_custom_icon #page-container .et_pb_cta_2.et_pb_promo .et_pb_promo_button.et_pb_button:after {
    font-size: 18px
}

body #page-container .et_pb_cta_2.et_pb_promo .et_pb_promo_button.et_pb_button:after {
    font-size: 1.6em
}

body #page-container .et_pb_cta_2.et_pb_promo .et_pb_promo_button.et_pb_button {
    color: #ffffff!important;
    background: #de723d;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 18px;
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif!important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400!important;
    background-color: #de723d
}

.et_pb_section_3 {
    padding-top: 90px;
    padding-bottom: 0px
}

.et_pb_text_7 {
    font-size: 20px;
    padding-bottom: 20px!important
}

.et_pb_row_3,
.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row_3 {
    /*max-width: 100%!important;
    width: 100%*/
}

.et_pb_row_3.et_pb_row {
    padding-bottom: 0px
}

.et_pb_image_4 {
    max-width: 100%!important;
    margin-left: 0
}

.et_pb_image_4 .et_pb_image_wrap,
.et_pb_image_4 img {
    /*width: 100%*/
}

.et_pb_text_11 h3 {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700;
    /*font-size: 42px;*/
    /*color: #ffffff!important*/
}

/*.et_pb_text_11 {
    font-family: 'Cormorant', Georgia, "Times New Roman", serif;
    font-size: 22px
}
*/
/*.et_pb_text_11.et_pb_text {
    color: #ffffff!important
}*/

.et_pb_text_9 h4 {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
    font-size: 28px;
    color: #ffffff!important
}

.et_pb_text_11 h4 {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
    font-size: 28px;
    color: #ffffff!important
}

.et_pb_cta_3.et_pb_promo .et_pb_button_wrapper {
    text-align: left
}


body.et_button_custom_icon #page-container .et_pb_cta_3.et_pb_promo .et_pb_promo_button.et_pb_button:after {
    font-size: 18px
}

body #page-container .et_pb_cta_3.et_pb_promo .et_pb_promo_button.et_pb_button:after {
    font-size: 1.6em
}

body #page-container .et_pb_cta_3.et_pb_promo .et_pb_promo_button.et_pb_button {
    color: #ffffff!important;
    background: #de723d;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    background-color: #de723d
}

.et_pb_text_9 h3 {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700;
    /*font-size: 42px;*/
    color: #ffffff!important;
    color: #333!important;
}

.et_pb_section_5 {
    padding-top: 50px;
    padding-bottom: 50px
}

.et_pb_image_6 .et_pb_image_wrap,
.et_pb_image_6 img {
    /*width: 100%*/
}

.et_pb_image_6 {
    max-width: 100%!important;
    margin-left: 0
}

.et_pb_image_5 .et_pb_image_wrap,
.et_pb_image_5 img {
    /*width: 100%*/
}

.et_pb_image_5 {
    max-width: 100%!important;
    margin-left: 0
}

.et_pb_image_7 {
    max-width: 100%!important;
    margin-left: 0
}

.et_pb_image_7 .et_pb_image_wrap,
.et_pb_image_7 img {
    /*width: 100%*/
}

/*div.et_pb_section.et_pb_section_5 {
    background-image: url(http://hpt.c30.myftpupload.com/wp-content/uploads/2019/01/yingchou-han-241463-unsplash-min-1.jpg)!important
}*/

.et_pb_image_8 .et_pb_image_wrap,
.et_pb_image_8 img {
    /*width: 100%*/
}

.et_pb_image_8 {
    max-width: 100%!important;
    margin-left: 0
}

.et_pb_cta_2.et_pb_promo .et_pb_button_wrapper {
    text-align: left
}

.et_pb_text_6 h2 {
    font-size: 27px;
    color: #4c4141!important
}

.et_pb_section_2 {
    padding-top: 80px;
    padding-bottom: 80px
}

.et_pb_section_1.et_pb_section {
    background-color: #f6f6f6!important
}

.et_pb_slide_3.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    border-radius: 3px
}

.et_pb_slide_3.et_pb_slide .et_pb_slide_overlay_container {
    background-color: rgba(0, 0, 0, 0.2)
}

.et_pb_text_3 {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-size: 24px
}

.et_pb_text_3 h2 {
    /*font-family: 'Cormorant', Georgia, "Times New Roman", serif;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700;
    /*font-size: 45px;*/
    /*color: #4c4141!important;*/
    color: #333 !important;
    font-size: 26px;
    /*text-align: center*/
}

.et_pb_image_0 .et_pb_image_wrap,
.et_pb_image_0 img {
    /*width: 100%*/
}

.et_pb_image_0 {
    max-width: 100%!important;
    text-align: center
}

.et_pb_row_2.et_pb_row {
    padding-bottom: 20px
}

.et_pb_slide_3 {
    min-height: 600px;
    background-color: #f6f6f6
}

.et_pb_slide_2.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    border-radius: 3px
}

.et_pb_slide_0.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    border-radius: 3px
}

.et_pb_slide_0.et_pb_slide .et_pb_slide_overlay_container {
    background-color: rgba(0, 0, 0, 0.2)
}

.et_pb_slide_0 {
    min-height: 600px;
    background-color: #f6f6f6
}

.et_pb_slide_1 {
    min-height: 600px;
    background-color: #f6f6f6
}

.et_pb_slide_1.et_pb_slide .et_pb_slide_overlay_container {
    background-color: rgba(0, 0, 0, 0.2)
}

.et_pb_slide_2.et_pb_slide .et_pb_slide_overlay_container {
    background-color: rgba(0, 0, 0, 0.2)
}

.et_pb_slide_2 {
    min-height: 600px;
    background-color: #f6f6f6
}

.et_pb_slide_1.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    border-radius: 3px
}

.et_pb_text_4 h2 {
    font-size: 27px;
    color: #4c4141!important
}

.et_pb_text_4 {
    font-size: 20px
}

body.et_button_custom_icon #page-container .et_pb_cta_1.et_pb_promo .et_pb_promo_button.et_pb_button:after {
    font-size: 18px
}

.et_pb_cta_1.et_pb_promo .et_pb_button_wrapper {
    text-align: left
}



.et_pb_image_2 {
    max-width: 100%!important;
    text-align: center
}

.et_pb_text_6 h1 {
    color: #4c4141!important
}

.et_pb_text_6 {
    font-size: 20px
}

.et_pb_image_2 .et_pb_image_wrap,
.et_pb_image_2 img {
    /*width: 100%*/
}

.et_pb_text_4 h3 {
    /*font-size: 25px*/
}
.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2{
    font-size: 26px !important;
}
.et_pb_text_5 h2 {
    font-size: 26px !important;
    color: #4c4141!important;
    color: #333 !important;
}

body.et_button_custom_icon #page-container .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:after {
    font-size: 18px
}

body #page-container .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:after {
    font-size: 1.6em
}

body #page-container .et_pb_promo .et_pb_promo_button.et_pb_button {
    color: #ffffff!important;
    background: #de723d;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    background-color: #de723d;
    text-transform: uppercase;
    /*height: 44px;*/
    padding-top: 7px;
    padding-bottom: 7px;
}
.blackmind-section .et_pb_promo_button {
    width: 100% !important;
}
.blackmind-section .et_pb_promo_button .et_pb_button {
    height: auto !important;
    display: block !important;
    margin: 0 -20px !important;
    width: calc(100% + 40px) !important;
}

.et_pb_cta_0.et_pb_promo .et_pb_button_wrapper {
    text-align: left
}

.et_pb_text_5 h1 {
    color: #4c4141!important
}



.et_pb_text_5 {
    font-size: 20px
}

.et_pb_image_1 .et_pb_image_wrap,
.et_pb_image_1 img {
    /*width: 100%*/
}

.et_pb_image_1 {
    max-width: 100%!important;
    text-align: center
}

.et_pb_slider .et_pb_slide_0 {
    background-color: #f6f6f6
}

.et_pb_slider .et_pb_slide_3 {
    background-color: #f6f6f6
}

.et_pb_slider .et_pb_slide_1 {
    background-color: #f6f6f6
}

.et_pb_slider .et_pb_slide_2 {
    background-color: #f6f6f6
}

@media only screen and (max-width:980px) {
    .et_pb_section_4 {
        padding-top: 50px
    }
    .et_pb_section_3 {
        padding-top: 50px;
        padding-bottom: 0px
    }
    .et_pb_row_2.et_pb_row {
        padding-bottom: 50px!important
    }
}

.footer-contact li, .footer-contact li  {
    color: #666;
}

#footer-info {
    width: 100%;
}

.footer-section-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright-text {
    margin-right: auto;
}

.footer-section-copyright a + a {
    margin-left: 12px;
}

.et-search-form input{
    padding-right: 20px !important;
    right: 38px;
    background: #fff !important;
}

@media(max-width: 1480px) {
    #top-menu li a {
            font-size: 15px;
    }
    #top-menu li {
            padding-right: 12px;
    }
}

@media(max-width: 1199px) {
    #top-header {
        display: none !important;
    }
    #top-menu-nav {
            display: none;
    }
    #et_mobile_nav_menu {
            display: block;
    }
    
    .et_mobile_menu {
            padding: 20px;
            overflow-y: auto;
            max-height: 400px;
    }
    .et_mobile_menu li a {
            padding: 10px;
    }
    .et_mobile_menu li li {
            padding: 0;
    }
    .et_mobile_menu .menu-item-has-children>a {
            background: transparent;
    }
    ul.sub-menu a::before {
        content: "--";
        margin-right: 3px;
    }
    .mobile_menu_bar {
        position: relative;
        top: 1px;
    }
    
    .et_search_outer .container::after {
        content: "";
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        width: calc(100% - 80px);
        height: 100%;
    }
        
        #et_top_search {
        float: right !important; 
    }
    span.et_close_search_field {
        right: 9px;
    }
        
        #et_top_search {
        margin: -7px 0 0 10px;
    }
    .et_mobile_menu li a:hover, .nav li li a:hover {
        background: #7c7665 !important;
        color: #fff !important;
    }
}



@media(max-width: 767px) {
    span.et_close_search_field {
    top: 0;
    /*right: 0;*/
}

        .et_search_outer {
            background: #fff;
    }
        .et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
            width: 100% !important;
            max-width: 100% !important;
    }
    .et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
    padding-bottom: 38px;
}
    #et_top_search {
    margin-top: 0;
}
    .mobile_menu_bar {
    top: 8px;
}
    .copyright-text {
    width: 100%;
        margin-bottom: 10px;
}
    .footer-section-copyright {
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
}
    

}

@media(max-width: 520px) {
    .footer-contact li a, .footer-contact li, .footer-contact li p {
        /*font-size: 16px !important;*/
    }
}
/* customizer css end here*/


.mobile_menu_bar.mobile_menu_bar_toggle{
    background: #7c7665 !important;
    color: #fff !important;
    padding: 0 !important;
    width: 45px !important;
    height: 44px !important;
    text-align: center !important;
    line-height: 44px !important;
    top: 0 !important;
}
.mobile_menu_bar:before{
    color: #fff !important;
    line-height: 44px !important;
}
.footer-divi-module {
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-divi-module .et_pb_column.et_pb_column_1_3 .et_pb_module{
    width: 100%;
}
.footer-contact li:nth-child(2), .footer-contact li:nth-child(5) {
    margin-bottom: 10px;
}

.about-content.et_pb_section, .section-padding.membership-carousel-section{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.buttons-col .et_pb_column {
    display: inline-block !important;
    width: auto !important;
    margin-right: 15px !important;
    float: none;
}
.buttons-col .et_pb_column:last-child {
    margin-right: 0 !important;
}
.buttons-col {
    text-align: center !important;
}
.page-id-1216 div#left-area, .page-id-1546 div#left-area {
    max-width: 700px;
    margin: auto;
}
.page-id-1216 h1.entry-title.main_title, .page-id-1546 h1.entry-title.main_title {
    text-align: center;
}
.page-id-1216 div#left-area h3.gform_title, .page-id-1546 div#left-area h3.gform_title {
    display: none;
}
.page-id-1216 div#left-area input,.page-id-1216 div#left-area select, .page-id-1546 div#left-area input, .page-id-1546 div#left-area select {
    border-radius: 10px;
    padding: 10px !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
}
.page-id-1216 div#left-area .gform_wrapper .gform_footer, .page-id-1546 div#left-area .gform_wrapper .gform_footer {
    margin: 0 0;
    text-align: center;
}
.page-id-1216 div#left-area label.gfield_label, .page-id-1546 div#left-area label.gfield_label {
    /*font-family: "Open Sans",Arial,sans-serif !important;*/
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600 !important;
     font-size: 15px;
}
.page-id-1216 div#left-area .gform_wrapper .gform_footer input, .page-id-1546 div#left-area .gform_wrapper .gform_footer input{
    border-radius: 0px;
}
body.page-id-1216 div#left-area .gform_wrapper .top_label div.ginput_container, body.page-id-1546 div#left-area .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
    font-size: 20px;
}
.page-id-1216 div#left-area #field_3_8 label, .page-id-1546 div#left-area #field_3_8 label {
        padding: 10px 10px 10px 30px;
    background: #7c7665;
    display: table;
    color: #fff;
    position: relative;
        cursor: pointer;
}
.page-id-1216 div.ginput_complex.ginput_container.gf_name_has_4 span, .page-id-1546 div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 50%;
}
.page-id-1216 div#left-area input[type="file"]{
    /*display: none;*/
    display: block;
}
.page-id-1546 div#left-area input[type="file"] {
    display: none;
}
.page-id-1216 div#left-area #field_3_8 label.gfield_label:after, .page-id-1546 div#left-area #field_3_8 label.gfield_label:after {
    position: absolute;
    top: 10px;
    left: 12px;
    font-family: ETmodules;
    font-size: 12px;
    font-weight: 800;
    content: "\e091";
}
.page-id-1216 div#left-area #field_3_8 label .gfield_required, .page-id-1546 div#left-area #field_3_8 label{
    color: #fff;
}

.event-single .event-content{
   width: 70%;
   padding-right: 30px;
   float: left;
   border-right: 1px solid rgba(0,0,0,.1);
}

.event-single .event-right-section{
   padding-left: 30px;
   width: 30%;
   float: left;
}

@media (max-width: 480px){
    .event-single .event-content{
        width: 100%;
        padding-right: 0;
        float: none;
        border-right: 0;
    }

    .event-single .event-content .event-right-section{
        padding-left: 0;
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 641px)
{
  .page-id-1216 div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 100%;
}  
}
@media (max-width:1440px){
    .about-content.et_pb_section, .section-padding.membership-carousel-section{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media (min-width:768px) and (max-width:1199px){
    .et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field{
        right:22px !important;
    }
}
@media (min-width:768px) and (max-width:991px){
    div#nav_menu-2, div#nav_menu-3{
        min-height: 136px !important;
    }
}
@media (min-width:1199px) and (max-width:1240px){
    #top-menu li a{
        font-size: 13px !important;
    }
    #top-menu li {
        padding-right: 10px;
    }
    #top-menu {
        padding-right: 120px;
    }
}
@media (min-width:1240px) and (max-width:1380px){
    #top-menu li a{
        font-size: 15px !important;
    }
    #top-menu li {
        padding-right: 10px;
    }
}

@media (max-width:1199px){
    #main-header .container{
        width: 100% !important;
        padding: 0 15px !important;
    }
    #main-header, .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header, .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header{
        height: auto !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    #et_top_search {
        margin-top: 0 !important;
    }
    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation{
        padding-top:10px !important;
        padding-left: 0 !important;
    }
    .et_header_style_left .logo_container {
        position: relative !important;
        width: 200px !important;
        height: 100% !important;
        float: left !important;
    }
    span.logo_helper{
        display: none !important;
    }
    .et_header_style_left .logo_container a {
        display: block !important;
        width: 100% !important;
    }
    .et_header_style_left #logo, .et_header_style_split #logo{
        width: 100% !important;
        height: auto !important;
        max-height: initial !important;
        max-width: 100% !important;
    }
    .et_mobile_menu{
        top: calc(100% + 12px) !important;
        border-top:3px solid #7c7665 !important;
        max-height: calc(70vh - 90px);
    }
    .et_mobile_menu li a, .nav li li a{
        font-size: 18px !important;
    }
    .about-content.et_pb_section, .section-padding.membership-carousel-section{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media (max-width:1199px){
    .blackmind-section .et_pb_button{
        min-width: 100% !important;
        line-height: normal !important;
    }
    .top-banner h2{
        font-size: 35px !important;
    }
}

@media (min-width:981px) and (max-width:1199px){
    .blackmind-section .et_pb_column.et_pb_column_1_3{
        padding-bottom: 80px;
    }
}

@media (max-width:991px){
    .three-block-section .et_pb_row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .blackmind-section{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .three-block-section .et_pb_column {
        width:100%;
        margin:0 0 20px 0 !important;
    }
    .three-block-section, .et_pb_section_2 {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }
    .blackmind-section .et_pb_column.et_pb_column_1_3 /*, .three-block-section .et_pb_column, .three-block-section .et_pb_column:last-child*/{
        max-width: 450px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title{
        font-size: 35px !important;
    }
    .et_pb_text_3 h2, .et_pb_text_7 h2, .latest-post h2, .title-only h2{
        /*font-size: 40px !important;*/
    }
    .article-section {
        padding-top: 10px !important;
    }
    .article-section .et_pb_text_7{
        padding-bottom: 0 !important;
    }
    .latest-post {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    body #page-container .blackmind-section .et_pb_promo_button.et_pb_button{
        /*height: 45px !important;*/
        height: auto !important;
        line-height: 30px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    body #page-container .buttons-section .et_pb_button{
        max-width:100%;
        min-width: initial !important;
    }
    .top-content-block{
        max-width: 100% !important;
    }
    .new-updates {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .new-updates h3 {
        font-size: 34px !important;
    }
    .new-updates h4 {
        font-size: 22px !important;
    }
    .buttons-section {
        padding-top: 0 !important;
    }
    .buttons-section .et_pb_module:first-child {
        margin-right: 0;
        width: 100%;
        text-align: center !important;
    }
    .latest-post .et_pb_row.et_pb_row_4 {
        padding-bottom: 0;
    }
    .footer-divi-module {
        padding-bottom: 0px !important;
    }
    .footer-contact {
        padding: 0 !important;
    }
    .footer-social-widget{
        margin: 0 !important;
        padding: 0 !important;
        text-align: left;
    }
    .about-content.et_pb_section, .section-padding.membership-carousel-section{
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .about-content .et_pb_row{
        padding: 0 20px !important;
    }
    .top-contentSection.section-padding {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
    }
    .page-id-511 .top-contentSection.section-padding {
        padding-top: 20px !important;
    }
    .top-banner.about h2 {
        /*font-size: 25px;*/
    }
    .top-banner h2{
        /*font-size: 32px !important;*/
    }
    .member-benefits .et_pb_row_2.et_pb_row{
        padding-bottom: 20px !important;
        padding-top: 10px !important;
    }
    .member-benefits .partners-section .partner-block{
        min-height: 250px !important;
    }
    .member-benefits .et_pb_row {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .top-contentSection.section-padding.awards-section{
        padding-top: 25px !important;
    }
    .awards-section h2, .sponsors-section h2{
        margin-bottom: 20px;
        font-size: 35px;
    }
}

@media (max-width:980px){
    .footer-divi-module .et_pb_column.et_pb_column_1_3{
        padding-left: 0 !important;
        border:none;
    }
    .footer-social-widget{
        margin: 0;
        padding: 0 !important;
    }
    .section-padding.partners-section {
        padding: 0 20px !important;
    }
    .member-benefits .et_pb_row.partners-section{
        padding-left: 20px;
        padding-right: 20px;
    }
    h2 br {
        display: none;
    }
    .section-padding {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .pricing-structure>ul>li{
        width:100%;
    }
    .pricing-structure>ul>li:first-child{
        margin-bottom: 25px;
    }
    .cta-section .et_pb_row {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .donate-uppar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .donate-uppar .et_pb_promo_description{
        display: none !important;
    }
    .top-contentSection .et_pb_row.et_pb_row_2 {
        padding-bottom: 25px !important;
    }
    .et_pb_module.et_pb_text.et_pb_text_7.et_pb_bg_layout_light.et_pb_text_align_left {
        padding-bottom: 0 !important;
    }
    .footer-divi-module .et_pb_text h2 {
        font-size: 26px !important;
    }
    .gform_wrapper .top_label input.medium{
        height: 45px !important;
    }
    .gform_wrapper .gform_footer{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .about-content .et_pb_row .et_pb_column_2_5{
        -webkit-box-ordinal-group:2;
            -ms-flex-order:1;
                order:1;
        padding-top: 20px;
    }
    .about-content .et_pb_row .et_pb_column_2_5 img {
        max-width: 400px;
    }
    .about-content p{
        line-height: 1.4;
    }
    h1 br {
        display: none;
    }
    .hosted-content h1 {
        padding-bottom: 30px;
    }
    .about-content.hosted-content .et_pb_row .et_pb_column_3_5 {
        padding-top: 25px;
    }
    .about-content.hosted-content .et_pb_row .et_pb_column_2_5 {
        margin-bottom: 25px;
    }
    .about-content .video-blocks {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
        padding-bottom: 25px !important;
        padding-top: 25px !important;
        max-width: 600px !important;
        width: 100%;
    }
    .awards-section .award-col{
        max-width: 500px;
        margin-left: auto !im;
        margin-right: auto;
    }
    .awards-section .award-col:last-child {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #wpsl-search-wrap form>div.wpsl-input{
        width: 100% !important;
        padding-right: 0 !important;
    }
    #wpsl-search-wrap form>div{
        display: block !important;
        padding-right: 0 !important;
    }
    .wpsl-select-wrap div#wpsl-radius, .wpsl-select-wrap div#wpsl-results{
        width: calc(50% - 4px);
    }
    .events-content {
        padding: 20px 0 !important;
    }
    .join-section p{
        font-size: 18px;
    }
    .join-section img {
        max-width: 450px;
        width: 100%;
    }
    .awards-section h2, .sponsors-section h2{
        font-size: 32px;
        line-height: 1.2;
    }
    .about-content p, .top-contentSection p, .top-contentSection ul li{
        font-size: 20px;
        line-height: 1.4;
    }
    .textarea-section{
        width: 100% !important;
    }
    .page-id-210 .et_pb_section_2, .page-id-210 .et_pb_row {
        padding: 0 !important;
    }
    .page-id-210 .et_pb_row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .page-id-210 .et_pb_section_3 {
        padding-bottom: 35px !important;
    }
    .page-id-210 .et_section_regular p {
        font-size: 16px;
    }
    body #page-container .blackmind-section .et_pb_promo_button.et_pb_button br{
        display: none !important;
    }
}

@media (max-width:800px){
    .sponsors-section ul li{
        width: calc(100% / 2);
    }
    .sponsors-section ul li:nth-child(4)~li{
        border-bottom:1px solid #958e8e;
    }
}

@media (max-width:767px){
    .et_pb_row{
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .three-block-section, .et_pb_section_2 {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
    .three-block-section .et_pb_column{
        min-height: 280px !important;
        /*padding-top: 25px !important;
        padding-bottom: 25px !important;*/
    }
    .three-block-section .et_pb_column p{
        font-size: 22px !important;
        line-height: normal;
    }
    .et_pb_text_3 h2, .et_pb_text_7 h2, .latest-post h2, .title-only h2{
        /*font-size: 35px !important;*/
    }
    .article-section {
        padding-top: 10px !important;
    }
    .post-slider .et_pb_slide_description{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 30px auto;
    }
    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        /*font-size: 32px !important;*/
    }
    .article-section .et_pb_post_slider_0.et_pb_slider .et_pb_slide_content, .article-section .et_pb_post_slider_0.et_pb_slider .et_pb_slide_content div {
        font-size: 20px!important;
        line-height: normal;
    }
    .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description{
        padding: 20px !important;
    }
    body #page-container .et_pb_cta_3.et_pb_promo .et_pb_promo_button.et_pb_button{
        line-height: normal !important;
    }
    .about-content.et_pb_section, .section-padding.membership-carousel-section{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .about-content p, .top-contentSection p, .top-contentSection ul li{
        font-size: 20px;
        line-height: 1.4;
    }
    .et_pb_section.et_pb_section_2.section-padding.member-benefits.et_pb_with_background.et_section_regular {
        padding-bottom: 30px !important;
    }
    .section-padding.membership-carousel-section {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
    }
    .membership-carousel-section h3{
        font-size: 18px !important;
    }
    .cta-section .et_pb_button{
        font-size: 20px !important;
    }
    .page-id-511 .top-contentSection.section-padding{
        padding-top: 0 !important;
    }
    .top-contentSection.section-padding.awards-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .wpsl-select-wrap div#wpsl-radius, .wpsl-select-wrap div#wpsl-results{
        width: 100% !important;
        padding-right: 0 !important;
    }
    #wpsl-search-wrap .wpsl-dropdown{
        width: 100% !important;
    }
    .connect-with-therapist-search, .events-content {
        padding: 0px !important;
    }
    #wpsl-wrap #wpsl-result-list ul li{
        padding: 20px;
    }
    .awards-section h2, .sponsors-section h2{
        font-size: 30px;
    }
    .disclaimer h3 {
        font-size: 22px;
    }
    .page-id-210 .et_pb_section_3 {
        padding-top: 20px !important;
    }
}

@media (max-width:599px){
    .member-profile h3+p {
        min-height: 90px;
    }
    .sponsors-section ul li{
        width: 100%;
    }
    .sponsors-section ul li:nth-child(4)~li{
        border-bottom:1px solid #958e8e;
    }
    .awards-section h2, .sponsors-section h2{
        font-size: 28px;
    }
    .about-content p, .top-contentSection p, .top-contentSection ul li{
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width:400px){
    .buttons-col .et_pb_column {
        display: block !important;
        margin-right: 0 !important;
    }
}

@media (max-width:365px){
    .et_header_style_left .logo_container{
        width: 160px !important;
    }
}
@media (max-width:350px){
    .et_header_style_left .logo_container{
        width: 140px !important;
    }
    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation{
        padding-top: 0 !important;
    }
}
.special-block-main {
    width: 100%;
}
.special-block-main .special-block {
    width: 31.3%;
    float: left;
    margin: 10px;
}
/*.event-home-outer p{
    font-family: 'Cormorant',Georgia,"Times New Roman",serif !important;
}
*/


.special-block-main + p{
    clear: both;
}

.special-block-heading{
    /*border: 1px solid rgba(124, 118, 101, 0.2);*/
    padding-bottom: 0;
    text-align: center;
    padding: 15px 10px;
}

.special-block-main .special-block {
    margin-top: 0 !important;
    min-height: 270px;
    width: calc(100% / 3 - 20px);
}

.special-block-main .special-block-inner{
        overflow: auto;
    margin: 0 -11px 0 -10px;
}

.special-block-main .special-block ul li{
    font-size: 16px !important;
}

@media (max-width: 1400px){
    .special-block-main .special-block-inner{
        overflow: auto;
    margin: 0 -10px 0 -10px;
}
    .special-block-main .special-block {
    min-height: 290px;
}
}

@media (max-width: 990px){
    .special-block-main .special-block {
    width: calc(100% / 2 - 20px);
}
}

@media (max-width: 767px){
    .special-block-main .special-block {
    width: calc(100% - 20px);
        min-height: auto;
}
}
sup {
    bottom: 0.7em;
    font-size: 12px;
}

/*** Css 05 April 2019 ***/

.event-date-time p {
    padding-bottom: 0px;
}
.event-location-sec {
    padding-top: 15px;
    padding-bottom: 15px;
}

.about-content li {
    /*font-size: 16px;*/
}

.programmatic-partners .et_pb_column.et_pb_column_1_3,.colaborative-partner .et_pb_column.et_pb_column_1_5,
.award-sponsers .et_pb_column.et_pb_column_1_3{
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0,0,0,0.15);
    box-shadow: 0 4px 10px -4px rgba(0,0,0,0.15);
    text-align: center;
}
.award-sponsers .award-sponser-last-row .et_pb_column.et_pb_column_1_3:first-child,.award-sponsers 
.award-sponser-last-row .et_pb_column.et_pb_column_1_3:last-child{
 background: transparent;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
       border:none;
}
.programmatic-partners .et_pb_column p,.colaborative-partner .et_pb_column p,
.award-sponsers .et_pb_column p {
    color: #dd723c;
    font-size: 24px;
    margin-top: 10px;
}
.programmatic-partners h2,.colaborative-partner h2,.award-sponsers h2 {
    letter-spacing: 0;
    /*font-family: 'Cormorant',Georgia,"Times New Roman",serif!important;
    font-weight: 700!important;*/
    font-size: 45px!important;
    color: #4c4141!important;
    text-align: center!important;
}
.programmatic-partners img,
.award-sponsers img{
    max-height: 90px;
        min-height: 90px;
    width: auto !important;
}
.colaborative-partner img{
    max-height: 60px;
    min-height: 60px;
    width: auto !important;
}
.award-sponsers .et_pb_row.et_pb_row_6 .et_pb_column.et_pb_column_1_3:nth-child(1),
 .award-sponsers .et_pb_row.et_pb_row_6 .et_pb_column.et_pb_column_1_3:last-child {
    box-shadow: none;
    border: none;
}
 .award-sponsers .et_pb_row_3.et_pb_row {
    padding-bottom: 14px;
}
.home-slider > .et_pb_slides > div.et_pb_slide:nth-child(5){
    background-position: right;
}
.top-banner.staff, .top-banner.about, .top-banner.internships.at.bmha {
    background-position: center top !important;
}

.about-content.et_section_regular .et_pb_image_wrap,
.about-content.et_section_regular .et_pb_image_wrap img {
    width: 100%
}


.membership-app-form ul#gform_fields_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.membership-app-form ul#gform_fields_3.gform_fields.top_label>li:first-child, .membership-app-form ul#gform_fields_3.gform_fields.top_label>li:nth-child(2) {
    float: left;
    clear: none;
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px 20px;
}
.membership-app-form .gform_page_footer input.button, .membership-app-form .gform_drop_area input.button{
    padding: 9px 15px;
    background: #DE723D;
    color: #fff !important;
    border:none;
    -webkit-appearance:none;
    -moz-appearance:none;
         appearance:none;
    font-size: 18px !important;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.membership-app-form .gform_page_footer input.button:hover, .membership-app-form .gform_page_footer input.button:focus, .membership-app-form .gform_drop_area input.button:hover, .membership-app-form .gform_drop_area input.button:focus, .gform_footer input.gform_button:hover, .gform_footer input.gform_button:focus{
    background: #4a4a4a;
    color: #fff !important;
}
.membership-app-form .gform_fields.top_label>li{
    font-size: 20px;
}
.membership-app-form .gform_fields.top_label>li>label.gfield_label {
    font-size: 22px;
}
.membership-app-form .ginput_container.ginput_container_total {
    font-size: 24px;
}
.membership-app-form h3.gform_title {
    text-align: center;
    font-size: 30px !important;
}
@media (min-width:768px){
    .membership-app-form ul#gform_fields_3.gform_fields.top_label>li:first-child, .membership-app-form ul#gform_fields_3.gform_fields.top_label>li:nth-child(2) {
        width: calc(50% - 10px);
    }
    .membership-app-form ul#gform_fields_3.gform_fields.top_label>li:first-child{
        margin-right: 20px;
    }
}
@media (max-width:767px){
    .membership-app-form ul#gform_fields_3.gform_fields.top_label>li:first-child, .membership-app-form ul#gform_fields_3.gform_fields.top_label>li:nth-child(2) {
        width: 100%;
    }
    .membership-app-form ul#gform_fields_3.gform_fields.top_label>li:first-child{
        margin-bottom: 20px;
    }
}

@media (max-width:1024px){
    .event-home-outer{
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .event-home-outer .et_pb_cta_2.home-event.et_pb_promo h2 {
    font-size: 40px !important;
}
}
@media (max-width:980px){
    .event-home-outer{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}
@media (max-width:767px){
    .event-home-outer{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .event-home-outer .et_pb_cta_2.home-event.et_pb_promo h2 {
    font-size: 35px !important;
}
}



/*#trigger-controls{
    position: absolute;
    z-index: 9999;
    text-align: center;
    right: 20px;
    width: 50px;
    height: 50px;
    background: transparent !important;
    margin-top: -70px;
}
.plays, .pauses{
    display: block;
    width:50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255,255,255,0.35);
    padding:0;
    text-align: center;
    font-weight: 400 !important;
    color:#fff;
    font-size: 16px;
}
.pauses.hide{
    display: none;
}
.plays.hide{
    display: none;
}*/


.slider {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
}
.slick-slide{
    background-color: transparent !important;
    padding: 0 !important;
}
.slide-content{
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 100%;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 40px 20px;
}

.buttons{
    position: absolute;
    z-index: 9999;
    text-align: center;
    right: 20px;
    width: 110px;
    height: 50px;
    background: transparent !important;
    margin-top: -70px;
}
.buttons .pause, .buttons .play{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width:50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255,255,255,0.35);
    padding:0;
    text-align: center;
    font-weight: 400 !important;
    color:#fff;
    font-size: 16px;
    border:none;
    -webkit-appearance:none;
    -moz-appearance:none;
         appearance:none;
}
.buttons .play{
    display: none;
}



#home-banner .slick-prev, #home-banner .slick-next{
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -24px;
    opacity: 1 !important;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 0 0;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    opacity: 1 !important;
    width: 55px !important;
    height: 55px !important;
}
.slick-prev:before {
    content: "\34" !important;
    font-family: inherit !important;
    font-size: 55px !important;
    opacity: 1 !important;
}
.slick-next:before {
    content: "\35" !important;
    font-family: inherit !important;
    font-size: 55px !important;
    opacity: 1 !important;
}
.slick-prev{
    left: 0 !important;
}
.slick-next{
    right: 0 !important;
}

.slide-content h2{
    font-size: 55px;
    color:#fff;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.1em;
}
.slide-content h2 a{
    color:#fff;
}
.slide-content p{
    font-size: 26px;
    max-width: 710px;
    margin: 0 auto;
    color:#fff;
    line-height: 30px;
}
.slide-content:before{
    background-color:rgba(0,0,0,0.2);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slide-content .container-area{
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}
.slick-dots{
    bottom: 20px !important;
    width: calc(100% - 300px) !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
}
.slick-dots li{
    margin: 0 !important;
}
.slick-dots li button:before{
    content: none !important;
}
.slick-dots li button{
    background-color:rgba(255,255,255,0.3) !important;
    width: 12px !important;
    height: 12px !important;
    padding: 0 !important;
    border-radius: 100% !important;
}
.slick-dots li.slick-active button{
    background-color:rgba(255,255,255,1) !important;
}




@media (max-width:767px){
    .slick-dots{
        width:auto !important;
    }
    .buttons .pause, .buttons .play{
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .buttons{
        width: auto;
        height: auto;
        margin-top: -50px;
    }
}


.layout-blocks>.et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    max-width: 1024px;
    width: 90%;
}
.layout-blocks>.et_pb_row>.et_pb_column {
    margin: 0;
    width: 50%;
}
.layout-blocks>.et_pb_row>.et_pb_column:first-child {
    padding: 25px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.layout-blocks>.et_pb_row>.et_pb_column:first-child p{
    font-size: 26px;
}
.layout-blocks>.et_pb_row>.et_pb_column:last-child h3{
    text-align: center;
    padding: 18px 25px;
    background: #de723d;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
}
.layout-blocks>.et_pb_row>.et_pb_column:last-child ul {
    padding: 25px;
    list-style: none;
    background: #e8e8e8;
}
.layout-blocks>.et_pb_row>.et_pb_column:last-child ul li{
    font-size: 18px;
    border-bottom: 1px solid #7c7665;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.layout-blocks>.et_pb_row>.et_pb_column:last-child ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.top-contentSection.layout-blocks {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
@media (max-width:980px){
    .layout-blocks>.et_pb_row>.et_pb_column {
        width: 100%;
    }
    .layout-blocks>.et_pb_row>.et_pb_column:first-child {
        margin-bottom: 25px;
    }
    .layout-blocks>.et_pb_row>.et_pb_column:first-child p{
        font-size: 22px;
    }
    .layout-blocks>.et_pb_row>.et_pb_column:last-child ul{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width:767px){
    .layout-blocks>.et_pb_row {
        width: 100%;
    }
}
@media (max-width:480px){
    .layout-blocks>.et_pb_row>.et_pb_column:first-child p {
        font-size: 20px;
    }
}


.top-slide{
    vertical-align: middle;
}

@media (min-width:1440px){
    .top-slide{
        min-height: 600px !important;
        line-height: 600px;
    }
}

@media (max-width:1439px){
    .top-slide{
        min-height: 500px !important;
        line-height: 500px;
    }
    .slide-content p{
        line-height: 28px;
        font-size: 24px;
    }
}
@media (max-width:1024px){
    .slide-content h2{
        font-size: 40px !important;
    }
    .slide-content p{
        font-size: 22px;
    }
}
@media (max-width:767px){
    .slide-content h2{
        font-size: 35px !important;
    }
    .slide-content p{
        font-size: 18px;
        line-height: 22px;
    }
    .top-slide{
        min-height: 350px !important;
        line-height: 350px;
    }
    .slide-content .container-area a.et_pb_button{
        font-size: 15px !important;
    }
    .slide-content .container-area{
        padding: 0 30px;
    }
    .slick-next:before, .slick-prev:before{
        font-size: 40px !important;
    }
    .slick-dots{
        bottom: 10px;
    }
    .buttons{
        margin-top: -40px;
    }
}
@media (max-width:600px){
    .slide-content h2{
        font-size: 30px !important;
    }
    .slide-content p{
        line-height: 20px;
    }
}
@media (max-width:599px){
    .slide-content h2{
        font-size: 26px !important;
    }
    .slide-content p{
        font-size: 16px;
        line-height: 18px;
    }
    .event-home-outer .et_pb_cta_2.home-event.et_pb_promo h2 {
    font-size: 26px !important;
}
}
@media (max-width:413px){
    .top-slide{
        min-height: 450px !important;
    }
}

.three-block-section.callout-blocks{
    display: flex;
    flex-wrap: wrap;
    /*max-width: 1024px !important;*/
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}
@media (max-width:980px){
    .callout-blocks{
        max-width: 1080px !important;
    }
}
@media (max-width:767px){
    .callout-blocks{
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
.callout-blocks .et_pb_column.et_pb_column_1_3, .callout-blocks .et_pb_column.et_pb_column_1_2, .callout-blocks .et_pb_column.et_pb_column_1_4 {
    padding: 0;
    align-items: flex-start;
}
.callout-blocks .et_pb_column.et_pb_column_1_3:first-child, .callout-blocks .et_pb_column.et_pb_column_1_3:last-child, .callout-blocks .et_pb_column.et_pb_column_1_2:first-child,
.callout-blocks .et_pb_column.et_pb_column_1_4:first-child, .callout-blocks .et_pb_column.et_pb_column_1_4:nth-child(3) {
    background: #e8e8e8;
}
.callout-blocks .et_pb_column.et_pb_column_1_3 .text-block, .callout-blocks .et_pb_column.et_pb_column_1_2 .text-block,
.callout-blocks .et_pb_column.et_pb_column_1_4 .text-block{
    width:100%;
}
.callout-blocks .et_pb_column.et_pb_column_1_3 h3, .callout-blocks .et_pb_column.et_pb_column_1_2 h3, .callout-blocks .et_pb_column.et_pb_column_1_4 h3{
    text-align: center;
    padding: 18px 25px;
    background: #de723d;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
}
.member-benefits .callout-blocks .et_pb_column.et_pb_column_1_3 h3, .callout-blocks .et_pb_column.et_pb_column_1_4 h3{
    min-height: 98px;
}
@media (max-width:980px){
    .member-benefits .callout-blocks .et_pb_column.et_pb_column_1_3 h3, .callout-blocks .et_pb_column.et_pb_column_1_4 h3{
        min-height: 96px;
    }
}
.callout-blocks .et_pb_column.et_pb_column_1_3:nth-child(2) h3, .callout-blocks .et_pb_column.et_pb_column_1_2:first-child h3,
.callout-blocks .et_pb_column.et_pb_column_1_4:nth-child(2) h3, .callout-blocks .et_pb_column.et_pb_column_1_4:last-child h3 {
    background: #7c7665;
}
.callout-blocks .et_pb_column.et_pb_column_1_3 ul, .callout-blocks .et_pb_column.et_pb_column_1_2 ul, .callout-blocks .et_pb_column.et_pb_column_1_4 ul{
    padding: 25px;
    list-style: none;
    background: #e8e8e8;
}
.callout-blocks .et_pb_column.et_pb_column_1_3:nth-child(2) ul, .callout-blocks .et_pb_column.et_pb_column_1_2:last-child ul,
.callout-blocks .et_pb_column.et_pb_column_1_4:nth-child(2) ul, .callout-blocks .et_pb_column.et_pb_column_1_4:last-child ul{
    background: #fff;
}
.callout-blocks .et_pb_column.et_pb_column_1_3 ul li, .callout-blocks .et_pb_column.et_pb_column_1_2 ul li,
.callout-blocks .et_pb_column.et_pb_column_1_4 ul li{
    font-size: 18px;
    border-bottom: 1px solid #7c7665;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color:#666;
}
.callout-blocks .et_pb_column.et_pb_column_1_3 ul li:last-child, .callout-blocks .et_pb_column.et_pb_column_1_2 ul li:last-child,
.callout-blocks .et_pb_column.et_pb_column_1_4 ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.member-categories .title-only h2 {
    font-size: 30px !important;
    line-height: 1;
}
.top-banner.history.overview{
    background-position: left;
}

@media (max-width:1024px){
    .top-banner.bmha.board{
        background-position: calc(100% + 300px);
    }
}
@media (max-width:980px){
    .top-banner.volunteer{
        background-position: calc(100% + 200px);
    }
}
@media (max-width:767px){
    .top-banner.bmha.board{
        background-position: calc(100% + 450px);
    }
    .top-banner.history.overview{
        background-position: calc(0% - 250px);
    }
    .top-banner.volunteer{
        background-position: calc(100% + 450px);
    }
    .event-home-outer.mob-only {
    background-position: center !important;
    padding: 30px 0;
    min-height: 300px;
}

div.et_pb_section.et_pb_section_4.event-home-outer {
    background-image: none !important;
  background: rgb(120,120,120) !important;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(120,120,120,1)), to(rgba(35,35,35,1))) !important;
background: -webkit-linear-gradient(top, rgba(120,120,120,1) 0%, rgba(35,35,35,1) 100%) !important;
background: -o-linear-gradient(top, rgba(120,120,120,1) 0%, rgba(35,35,35,1) 100%) !important;
background: linear-gradient(180deg, rgba(120,120,120,1) 0%, rgba(35,35,35,1) 100%) !important;
}


}


.event-home-outer>.et_pb_row {
    max-width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
}
.event-home-outer>.et_pb_row p{
    line-height: 30px !important;
    color:#fff;
}

@media (min-width:1360px){
    .page-id-183 .top-contentSection .et_pb_module.et_pb_text, .page-id-519 .top-contentSection .et_pb_module.et_pb_text {
        padding: 0 20px;
    }
}

.jumbo-area.awards-jumbo h2 {
    font-size: 30px !important;
}


.event-single .event-content h4 {
    font-size: 26px;
}
.et_pb_section.past-session {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}
/*.past-session p {
   padding: 20px;
   font-size: 24px;
   line-height: 32px;
    
}
.past-session .et_pb_button_wrapper {
    padding: 20px;
}
.past-session .et_pb_button_wrapper a{
    width: 100%;
    text-align: center;
}
.past-session .less-padding.callout-blocks .et_pb_column:hover {
    background: #7c7665 !important;
    color: #fff !important;
    cursor: pointer !important;
}

.past-session .et_pb_column:hover p {
    color: #fff;
}
.past-session .callout-blocks .et_pb_column.et_pb_column_1_3 h3 {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.past-session .callout-blocks .et_pb_column.et_pb_column_1_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.past-session .callout-blocks .et_pb_module{
    width: 100%;
}
.past-session .callout-blocks .et_pb_column.et_pb_column_1_3:nth-child(2) {
    background: #ffffff;
}
.past-session .callout-blocks .et_pb_column.et_pb_column_1_3:nth-child(2) .et_pb_promo_description {
    padding-bottom: 0;
}
.past-session .et_pb_module.et_pb_cta_2 .et_pb_button_wrapper {
    padding-top: 0;
}*/
.blackmind-section.past-session .et_pb_module.et_pb_no_bg {
    position: relative;
    bottom: 0;
    right: 0;
}
.blackmind-section.past-session .et_pb_column.et_pb_column_1_3 {
    padding-bottom: 20px;
    flex-flow: column nowrap;
    display: flex;
}
.blackmind-section.past-session .et_pb_column.et_pb_column_1_3 div:last-child {
    margin-top: auto;
}
.blackmind-section.past-session .et_pb_module.et_pb_image {
    width: 100%;
}

.top-banner.bmha.board h2 {
    text-transform: none !important;
}
.postid-1613 .event-content p:first-child {
    display: none;
}
.event-home-outer{
    background-position: top right -200px !important;
}
.members-outer-wrapper .member-wrap img {
    object-fit: cover;
    max-height: 200px;
    height: 136px;
    width: 100%;
    object-position: left;
}

.page-id-568 .members-outer-wrapper li{
    position: relative;
    padding-bottom: 75px;
}
.page-id-568 .member-button {
    position: absolute;
    bottom: 15px;
}

/***************
    Form Style
***************/

.profile-forms{
    padding: 50px 0;
}

.profile-forms .gform_wrapper{
    max-width: 1170px;
    position: relative;
    width: 80%;
    margin: auto;
}

.profile-forms .gform_wrapper input[type="text"],
.profile-forms .gform_wrapper input[type="email"]{
    width: 100% !important;
    border-radius: 10px;
    padding: 10px !important;
    margin-bottom: 0 !important;
}

/*.profile-forms .gform_wrapper .name_first,
.profile-forms .gform_wrapper .name_middle,
.profile-forms .gform_wrapper .name_last{
    width: 100% !important;
    padding-top: 0;
    padding-right: 0 !important;
    margin-top: 16px;
}*/

.profile-forms .gform_wrapper ul.gform_fields li.prefix{
    width: 15%;
    display: inline-block;
    float: left;
}

.profile-forms .gform_wrapper ul.gform_fields li.name-list{
    width: 85%;
    display: inline-block;
    margin-top: 0;
}

.profile-forms .gform_wrapper ul.gform_fields li.name-list > label{
    padding-left: 10px !important;
}

/*.profile-forms .gform_wrapper ul.gform_fields li.name-list > .ginput_container{
    margin-left: -15px;
    margin-right: -15px;
}
*/

.profile-forms .gform_wrapper ul.gform_fields li.name-list .ginput_container > span.name_first,
.profile-forms .gform_wrapper ul.gform_fields li.name-list .ginput_container > span.name_middle,
.profile-forms .gform_wrapper ul.gform_fields li.name-list .ginput_container > span.name_last{
    padding: 0 10px !important;
}





.profile-forms .gform_wrapper .name_first{
    margin-top: 0;
}

.profile-forms .gform_wrapper select{
    width: 100% !important;
    height: 46px;
    padding: 10px !important;
    border-radius: 10px !important;
}

.profile-forms .gform_wrapper select[multiple="multiple"]{
    max-height: 106px !important;
    border-radius: 0 !important;
}

.profile-forms .gform_wrapper .ginput_complex.ginput_container{
    width: 100% !important;
}

.profile-forms .gform_wrapper ul.gform_fields > li.gfield:first-child{
    margin-top: 0 !important;
}

.profile-forms .gform_wrapper ul.gform_fields > li.gfield_error{
    margin-top: 16px !important;
}

.profile-forms .gform_wrapper ul.gform_fields > li.gfield_error span{
    margin-left: 0 !important;
}

.profile-forms .gfield_radio > li{
    display: inline-block;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}

.profile-forms .gfield_radio > li:last-child{
    margin-right: 0;
}

.profile-forms ul.gform_fields li .has_street > span label{
    margin-bottom: 15px !important;
}

.profile-forms ul.gform_fields li .ginput_container_radio{
    margin-top: 0 !important;
}

.profile-forms ul.gform_fields li .ginput_container_checkbox{
    margin-top: 0 !important;
}

.profile-forms ul.gform_fields li .ginput_container_checkbox .gfield_checkbox > li{
    display: inline-block;
    margin-right: 15px;
}

.profile-forms ul.gform_fields li .ginput_container_checkbox .gfield_checkbox > li:last-child{
    margin-right: 0;
}

.profile-forms ul.gform_fields li .clear-multi div.ginput_container_time{
    margin-top: 0;
}

.profile-forms ul.gform_fields li .clear-multi div.ginput_container_time > input{
    margin-top: 0;
}

.profile-forms ul.gform_fields li.time-section-left,
.profile-forms ul.gform_fields li.time-section-right{
    width: auto;
    display: inline-block;
}

.profile-forms ul.gform_fields li.time-section-left.gfield_error,
.profile-forms ul.gform_fields li.time-section-right.gfield_error{
    padding-right: 16px;
}

.search-members{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 30px -15px;
}

.search-members > .facetwp-facet,
.search-members > .interested-members,
.search-members > .ages-members{
    display: block;
    width: calc(100% / 3);
    padding: 0 15px;
}

.search-members > .interested-members{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-members .facetwp-facet{
    margin-bottom: 0;
}

.search-members > .facetwp-facet input{
    width: 100%;
    padding: 5px 30px 5px 10px !important;
    border-radius: 10px;
    line-height: 1;
    font-size: 16px;
}

.search-members > .facetwp-facet .facetwp-btn{
    top: 2px;
    right: 12px;
}

.search-members > .ages-members > .facetwp-facet{
    width: calc(100% - 100px);
    display: inline-block;
    margin-right: 13px;
}

.search-members > .ages-members select{
    width: 100% !important;
    height: 36px;
    padding: 10px !important;
    border-radius: 10px !important;
    line-height: 1;
    font-size: 16px;
    /*padding-left: 0 !important;
    padding-right: 0 !important;*/
    padding: 0 !important;
}

.search-members > .interested-members > .facetwp-facet{
    width: auto;
    display: inline-block;
}

.search-members > .interested-members .facetwp-checkbox{
    font-size: 0;
    display: inline-block;
    width: auto;
    padding-left: 25px !important;
}

.result-data > .facetwp-template > .fwpl-layout{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.result-data > .facetwp-template > .fwpl-layout > .fwpl-result{
    width: calc(100% / 4);
    display: block;
    padding: 0 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.result-data > .facetwp-template > .fwpl-layout > .fwpl-result > div{
    border: 1px solid #bbb;
    background: #bbb;
    padding: 10px;
    width: 100%;
}

.result-data .fwpl-result .fwpl-item{
    color: #000;
}

#top-menu.custom-test-menu{
    padding-right: 200px;
}

@media (max-width: 1240px) and (min-width: 1199px){
    #top-menu.custom-test-menu {
        padding-right: 170px;
    }
}

@media (max-width: 980px){
    .profile-forms .gform_wrapper{
        max-width: 1080px !important;
    }
    .profile-forms .gform_wrapper input[type="text"],
    .profile-forms .gform_wrapper input[type="email"]{
        max-height: 45px;
    }
    .result-data > .facetwp-template > .fwpl-layout > .fwpl-result{
        width: calc(100% / 3);
    }
    .members-data{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .members-data > div.et_pb_row{ 
        padding-bottom: 0;
    }
}

@media (max-width: 767px){
    .profile-forms .gform_wrapper{
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .result-data > .facetwp-template > .fwpl-layout > .fwpl-result{
        width: calc(100% / 2);
    }
}

@media (max-width: 641px){
    .profile-forms .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
        line-height: 1;
    }
    .search-members{
        display: block;
    }
    .search-members > .facetwp-facet, 
    .search-members > .interested-members, 
    .search-members > .ages-members{
        width: 100%;
    }
    .search-members > .facetwp-facet, 
    .search-members > .interested-members{
        margin-bottom: 15px;
    }
    .search-members > .interested-members{
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    .profile-forms .gform_wrapper ul.gform_fields li.prefix {
        width: 100%;
        display: block;
        float: none;
    }
    .profile-forms .gform_wrapper ul.gform_fields li.name-list {
        width: 100%;
        display: block;
        margin-top: 16px;
    }
    .profile-forms .gform_wrapper ul.gform_fields li.name-list .ginput_container > span.name_first, 
    .profile-forms .gform_wrapper ul.gform_fields li.name-list .ginput_container > span.name_middle, 
    .profile-forms .gform_wrapper ul.gform_fields li.name-list .ginput_container > span.name_last {
        padding: 0 !important;
    }
}

@media (max-width: 500px){
    .result-data > .facetwp-template > .fwpl-layout > .fwpl-result{
        width: 100%;
    }
    .result-data > .facetwp-template > .fwpl-layout > .fwpl-result:last-child{
        margin-bottom: 0;
    }
}





