/* FULL MENU CSS */
#full-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: var(--bd-Midnight-blue);
    opacity: 0;
    transition: none;
}

#full-menu.open {
    z-index: 1031;
    opacity: 1;
    transition: none;
}

.menu-active-lang {
    position: absolute;
    right: 0.9375rem;
    top: 2.375rem;
    z-index: 1033;
    color: #fff !important;
}

.menu-items li{
    list-style: none;
}

.menu-items li:not(:last-child){
    margin-bottom: 12px;
}

.menu-items > li a {
    color: #fff;
    font-weight: var(--bdSemiBold);
    font-size: 1.5rem;
    line-height: 160%;
    text-decoration: none;
    position: relative;
}

.menu-items li a:hover {
    color: var(--bd-yellow);
    text-decoration: none;
}

.main-menu {
    margin-bottom: 0px;
}

/*.main-menu li:not(:last-child) {
    line-height: 32px;
    margin-right: 58px;
}

.main-menu li:not(:last-child) a {
    font-weight: var(--medium);
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 30px;
    color: #000 !important;
    text-transform: uppercase;
}

.main-menu li:not(:last-child) a:hover {
    opacity: 1;
    text-decoration: none;
}*/

/*.mobile-header {
    padding: 20px 15px;
    z-index: 4;
}

.mobile-header::before {
    left: 0;
    height: 69.96px;
}

.mobile-header.mho {
    position: static;
}*/

/* MENU ICON */
/*#mobile-main-menu-btn.active {
    position: relative;
    z-index: 1032;
    top: 0;
    right: 0;
}*/

#mobile-main-menu-btn {
    margin-left: auto;
}

.menu-btn {
    /*height: 33px;*/
    height: auto;
    padding: 0;
    background: transparent;
    border: none;
    position: relative;
    right: 0;
    top: 0px;
} 

.menu-btn:focus,
.menu-btn:visited {
    outline: none !important; 
    box-shadow: none !important;
}

.scrolled .menu-btn {
    opacity: 1;
    z-index: 2;
}

.no-scroll .menu-btn {
    opacity: 1;
}

.menu-btn:hover {
    cursor: pointer;
}

.menu-span {
    padding: 0;
    position: relative;
    display: block;
    width: 36px;
    height: 2px;
    margin: 0 auto;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    background: var(--bg-dark-green);
    color: inherit;
    font-size: 0;
    transition: 0.35s;
}

.menu-span:after,
.menu-span:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--bg-dark-green);
    content: "";
    transition: transform 0.35s;
}

.active .menu-span,
.active .menu-span:after, 
.active .menu-span:before {
    background: #000 !important;
}

.menu-span:before {
    transform: translate(-50%, -10px);
}

.menu-span:after {
    transform: translate(-50%, 10px);
}

.menu-span:before, .menu-span:after {
    transform-origin: 0% 0%;
}

.menu-btn.active .menu-span {
    background: 0 0;
}

.menu-btn.active .menu-span:before {
    transform: translate(-50%, 0) rotate(-45deg) scaleX(0.7);
}

.menu-btn.active .menu-span:after {
    transform: translate(-50%, 0) rotate(45deg) scaleX(0.7);
}

/* NO SCROLL CSS */
.no-scroll {
    height: 20vh;
    overflow: hidden;
}


@media(min-width: 767px) {
    .cc-center {
        height: 100%;
    }
}

@media (min-width: 768px){
    .full-menu-link {
        display: none;
    }
}

@media (max-width: 992px) {
    .bd_header:not(.header-scrolled, .bd_header_inner) {
        padding-top: 1.309072rem;
        padding-bottom: 1.309072rem;
    }
    
    .bd_header_logo_link img {
        max-width: 9.425317rem;
    }
    
    .header-scrolled {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .header-scrolled .bd_header_logo_link img {
        max-width: 7.330802rem;
    }

    .bd_main_menu {
        gap: 2.356329rem;
    }
    
    .bd_main_menu li:not(:last-child) a {
        font-size: 0.628354rem;
        letter-spacing: 0.104726rem;
    }
    
    .bd_main_menu li span {
        font-size: 0.628354rem;
        letter-spacing: 0.104726rem;
        margin-right: 0.785443rem;
    }
    
    .bd_main_menu li.dropdown a {
        font-size: 0.733080rem;
    }

    .bd_main_menu li.dropdown .dropdown-menu {
        max-width: 6.283545rem;
        padding-top: 0.785443rem;
        padding-bottom: 0.785443rem;
        padding-inline: 0.261814rem;
    }
    
    .bd_main_menu li.dropdown .dropdown-menu a {
        padding-top: 0.261814rem;
        padding-bottom: 0.261814rem;
        padding-inline: 0.523629rem;
    }
    
    .bd_hero {
        padding-top: 8.901689rem;
        padding-bottom: 3.665401rem;
    }
    
    .bd_eyebrow {
        font-size: 0.733080rem;
        letter-spacing: 0.104726rem;
        margin-bottom: 1.309072rem;
    }

    .bd_home_hero h1 {
        font-size: 1.675612rem;
        margin-bottom: 1.047257rem;
    }
    
    .bd_hero p {
        font-size: 0.942532rem;
        max-width: 100%;
    }
    
    .bd_home_hero_content p:not(:last-child) {
        margin-bottom: 1rem;
    }

    .bd_content_small p {
        font-size: 0.628354rem;
    }

    .bd_content_small p:not(:last-child) {
        margin-bottom: 0.628354rem;
    }

    .bd_home_hero_image {
        margin-right: 0;
        max-width: calc(100% - 1.047257rem);
    }

    .bd_home_hero_image:after {
        top: -0.785443rem;
        left: -0.785443rem;
    }
    
    .bd_home_boxes {
        padding-top: 3.141772rem;
    }
    
    .bd_home_boxes p {
        margin-bottom: 0;
    }
    
    .bd_home_box_warpper {
        min-height: 9.425317rem;
        margin-bottom: 1.570886rem;
    }
    
    .bd_home_box {
        padding-top: 1.309072rem;
        padding-bottom: 1.578900rem;
        padding-inline: 1.309072rem;
    }
    
    .bd_home_box_title {
        font-size: 1.256709rem;
        max-width: inherit;
    }
    
    .bd_home_box i {
        font-size: 1.570886rem;
    }
    
    .bd_below_home_hero {
        padding-top: 3.141772rem;
        padding-bottom: 3.141772rem;
    }

    .bd_header_inner {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .bd_header_inner .bd_header_logo_link img {
        max-width: 7.330802rem;
    }
    
    .bd_hero_inner {
        padding-top: 6.807174rem;
    }

    .bd_hero_inner .bd_eyebrow {
        margin-bottom: 1.047257rem;
    }
    
    .bd_main_heading {
        font-size: 1.675612rem;
        margin-bottom: 1.047257rem;
    }
    
    .bd_all_assets {
        padding-bottom: 4.189030rem;
    }
    
    .bd_all_assets .bd_eyebrow {
        margin-bottom: 1.309072rem;
    }
    
    .bd_sm_post_wrapper {
        margin-bottom: 1.570886rem;
    }
    
    .bd_social_media_wrap {
        padding: 1.047257rem;
    }
    
    .bd_social_holder .bd_social_media_wrap h6 {
        font-size: 1.256709rem;
        margin-bottom: 0.523629rem;
    }
    
    .bd_social_holder .bd_social_media_wrap p {
        font-size: 0.733080rem;
        margin-bottom: 0.785443rem;
        max-width: inherit;
    }
    
    .bd_draft_step_btn {
        height: 3.141772rem;
        padding: 0px 1.047257rem;
        font-size: 0.837806rem;
        line-height: 3.141772rem;
    }
    
    .bd_draft_step_btn span {
        left: 1.047257rem;
        font-size: 0.942532rem;
    }

    .bd_draft_head {
        padding-top: 8.378060rem;
        padding-bottom: 9.425317rem;
    }
    
    .bd_back_post {
        font-size: 1.885063rem;
        top: 4.974473rem;
        left: 1.047257rem;
    }
    
    .bd_draft_head p {
        font-size: 0.733080rem;
        margin-bottom: 0;
    }
    
    .bd_draft_steps_box_holder {
        padding-bottom: 5.236287rem;
    }

    .bd_row_eq_height > div:not(:first-child) {
        margin-top: 1.570886rem;
    }
    
    .bd_draft_step-box {
        padding: 1.047257rem;
        min-height: 19.374264rem;
    }
    
    .bd_draft_step_number {
        font-size: 0.733080rem;
        letter-spacing: 0.104726rem;
        margin-bottom: 0.523629rem;
    }
    
    .bd_draft_step_heading {
        font-size: 1.256709rem;
        margin-bottom: 0.628354rem;
    }
    
    .bd_draft_step_content {
        font-size: 0.837806rem;
    }

    .bd_resources {
        padding-top: 3.141772rem;
        padding-bottom: 4.189030rem;
    }
    
    .bd_resources .bd_eyebrow {
        margin-bottom: 1.309072rem;
    }
    
    .bd_asset_holder_wrapper {
        min-height: 9.425317rem;
        margin-bottom: 1.570886rem;
    }
    
    .bd_asset_holder_box {
        padding-top: 1.570886rem;
        padding-bottom: 1.570886rem;
        padding-inline: 1.570886rem;
    }
    
    .bd_asset_holder_box h2 {
        font-size: 1.256709rem;
        max-width: inherit;
    }
    
    .bd_asset_holder_box i {
        font-size: 1.675612rem;
        line-height: 1.675612rem;
    }
    
    .bd_landing_hero h1 {
        font-size: 2.827595rem;
        letter-spacing: 0.2rem;
        margin-bottom: 1.309072rem;
        max-width: 18.327006rem;
    }
    
    .bd_landing_hero .bd_eyebrow {
        margin-bottom: 1.309072rem;
    }
    
    .bd_landing_hero p {
        max-width: inherit;
    }
    
    .bd_landing_hero p:not(:last-child) {
        margin-bottom: 0.942532rem;
    }
    
    .bd_landing_hero p:last-child {
        font-size: 1.047257rem;
        margin-top: 1.309072rem;
    }
    
    .bd_landing_form_box {
        max-width: calc(100% - 1.047257rem);
        padding-top: 2.618144rem;
        padding-bottom: 2.094515rem;
        padding-inline: 1.570886rem;
        margin-top: 0;
    }
    
    .bd_landing_form_box:before {
        height: 3.665401rem;
        top: -1.361435rem;
    }
    
    .bd_landing_form_box .ngp-form .at-form .at-inner .at-markup h4 {
        font-size: 1.466160rem !important;
        letter-spacing: 0.157089rem !important;
        margin-bottom: 1.047257rem !important;
    }
    
    .bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label {
        font-size: 0.942532rem !important;
    }
    
    .bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label input:not([type=submit]),
    .bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label input:not([type=submit]):focus {
        height: 2.513418rem !important;
        padding: 0 0.785443rem !important;
        font-size: 0.942532rem !important;
        line-height: 2.513418rem !important;
        margin-top: 0.523629rem !important;
        margin-bottom: 1.047257rem !important;
    }
    
    .bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container {
        padding-left: 1.570886rem !important;
        margin-bottom: 1.047257rem !important;
    }
    
    .bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container:after, 
    .bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container:before {
        width: 1.047257rem !important;
        height: 1.047257rem !important;
    }
    
    .bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container:after {
        font-size: 0.733080rem !important;
        line-height: 1.047257rem !important;
    }
    
    .bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container span.at-checkbox-title {
        font-size: 0.890169rem !important;
    }
    
    .bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.error input:not([type=submit]) {
        margin-bottom: 1.309072rem !important;
    }

    .bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.error small.error {
        font-size: 0.628354rem !important;
        bottom: 0.314177rem;
    }
    
    .bd_landing_form_box .at-form .at-inner .at-form-submit {
        margin-top: 1.047257rem !important;
    }
    
    .bd_landing_form_box .at-form .at-inner .at-form-submit input[type=submit] {
        height: 3.141772rem !important;
        padding: 0 1.047257rem !important;
        font-size: 1.256709rem !important;
        line-height: 3.141772rem !important;
        letter-spacing: 0.125671rem !important;
    }

    .bd_footer {
        padding-top: 1.047257rem;
        padding-bottom: 1.047257rem;
    }

    .bd_copyright_text {
        font-size: 0.733080rem;
    }
    
    .bd_footer_social_nav {
        gap: 1.309072rem;
    }
    
    .bd_footer_social_nav li a {
        font-size: 1.151983rem;
    }
}