/* custom css */

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;*/ /* Margin bottom by footer height */
/*}*/

/*footer {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 60px;*/ /* Set the fixed height of the footer here */
/*line-height: 60px;*/ /* Vertically center the text there */
/*background-color: #f5f5f5;
}*/

img, svg {
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none
}
/*scrollbars*/
/** {
    scrollbar-width: thin;
    scrollbar-color: #666 white;
}*/
    /* Works on Chrome, Edge, and Safari */
    /**::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    *::-webkit-scrollbar-track {
        background: white;
        border-left: 1px solid #ccc;
        border-top: 0;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #666;
        border-radius: 0;
        border: 0px solid white;
    }*/

/*.row {
    --bs-gutter-x: 0px !important;

}*/
html {
    overscroll-behavior: none;
    height: 100%;
    box-sizing: border-box;
}

body {
    padding-top: 95px;
    position: relative;
    min-height: 100%;
    box-sizing: inherit;
    padding-bottom: 292px;
}

@media (max-width: 991px) {
    body {
        padding-bottom: 408px;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 474.91px;
    }
}

.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 50%;
    top: 0;
    transition: all 1s;
    pointer-events: none
}

.spinner-border {
    margin-top: auto;
    margin-bottom: auto;
}

.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 0 !important;
    top: 0;
    z-index: 999;
}

.blogCardListImage {
    width: 100%;
}

.blogListImage {
    height: 100%;
}

/* site sepecific */
.BGGray {
    background-color: #ededed
}

.colContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dropdown-menu li label {
    padding-left: 10px
}

.red {
    background: red
}

.green {
    background: green
}

nav {
    background: black;
}

.navbar {
    /* position: fixed;*/
    width: 100%;
    top: 0;
    padding: 21px 0;
    z-index: 999;
    justify-content: center;
}
    .navbar .captionTrigger {
        position: relative;
        direction: rtl;
    }

        .navbar .captionTrigger img:hover {
            background-image: url('/Assets/Blackbird/Images/search-wt-hover.svg');
        }

    .navbar .navbar-collapse .mobile-search {
        display: flex;
        border: none;
        background-color: white !important;
        padding: 65px 30px 65px 30px;
        margin-top: 24px;
    }

        .navbar .navbar-collapse .mobile-search input {
            border-style: hidden;
            width: 100%;
        }

        .navbar .navbar-collapse .mobile-search .no-outline:focus {
            outline: none;
        }
.mobile-search-button:hover {
    cursor: pointer;
}

main {
    transition: all 0.5s
}

.btn {
    border: solid 1px black;
    border-radius: 0;
    padding: 14px 21px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

    .btn:hover {
        cursor: pointer;
        color: #ffffff !important;
        background: #2B3486;
    }

.btn-darkmode {
    border: solid 1px white;
    color: #fff;
    border-radius: 0;
    padding: 14px 21px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

    .btn-darkmode:hover {
        cursor: pointer;
        color: #2B3486 !important;
        background: #ffffff;
    }

.banner {
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

    .banner .container {
        position: relative;
        height: 100vh;
        display: flex;
        /* justify-content: center; */
        align-items: center;
    }

        .banner .container a {
            position: absolute;
            bottom: 100px;
            right: 80px
        }

@media only screen and (max-width: 1200px) {
    .banner .container a {
        right: 34px;
        margin-left: -15px !important;
    }
}

/*@font-face {
    font-family: "NeueHaasDisplay-Bold";
    src: url("/Assets/BlackBird/Fonts/NeueHaasDisplayBold.woff2") format("woff2"), url("/Assets/BlackBird/Fonts/NeueHaasDisplayBold.woff") format("woff"), url("assets/NeueHaasDisplayBold.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}



@font-face {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: italic;
}*/

body {
    font-family: "neue-haas-grotesk-display";
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600
}

h1 {
    font-family: "neue-haas-grotesk-display";
    font-size: 82px;
    font-weight: 700;
    line-height: 86px;
    padding: 82px 0;
    margin: 0;
}

@media (max-width: 767px) {
    h1 {
        font-size: 75px;
    }
}

h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    margin: 0;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.overline {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    /*    display: inline-flex;
    align-items: center;*/
    color: #2B3486;
}

.sticky_top {
    position: fixed !important;
    top: 0 !important;
    transition: top .2s !important;
}

.sticky_top_vert {
    position: fixed !important;
    top: 90px !important;
}
/*@media (max-width: 991px) {
    .sticky_top_vert {
        top: 98px !important;
    }
}*/

.sticky_bottom_vert {
    position: relative !important;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: flow-root;
    z-index: 999;
    background: #ffffff;
}

#header {
    transition: all 0.5s;
}

    #header .pre_navbar {
        text-align: right;
        z-index: 999;
        /*padding-top: 24px;
        padding-bottom: 24px;*/
        padding-top: 12px;
        padding-bottom: 0px;
        display: flow-root;
        transition: all 0.5s;
    }

        #header .pre_navbar.active {
            display: block;
        }

        #header .pre_navbar .pre_nav_links {
            padding: 0;
            margin: 0;
        }

        #header .pre_navbar a {
            text-decoration: underline;
            color: #2B3486;
            font-weight: bold;
        }

.pre_nav_links .active {
    color: #2B3486 !important;
}

@media (max-width: 767px) {
    #header .pre_navbar .pre_nav_links {
        line-height: 1.3;
    }
}

#header .pre_navbar .pre_nav_links p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

#header .pre_navbar .pre_nav_links li {
    display: inline-block;
    list-style: none;
}

@media (max-width: 991px) {
    #header .pre_navbar .pre_nav_links li {
        display: block;
    }
}

#header .pre_navbar .pre_nav_links li a {
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    color: black;
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
    font-weight: 500;
    font-weight: bold;
}

@media (max-width: 991px) {
    #header .pre_navbar .pre_nav_links li a {
        margin: 0;
        position: relative;
        padding: 15px 16px;
        font-size: 11px;
        display: block;
        border-width: 1px 0px;
        border-style: solid;
        border-color: #DFDFDF;
        color: #707070;
    }
}

#header .pre_navbar .pre_nav_links li a svg {
    vertical-align: -2px;
    width: 12px;
}

#header .pre_navbar p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}
/*#header .pre_navbar {
    background-color: white;

}

#header .pre_navbar .pre_nav_links {
    display: inline-block;
    list-style: none;
}

#header .pre_navbar .pre_nav_links a {
    text-decoration: none;
}*/

nav a.bttn {
    margin: 0 5px;
    padding: 14px 21px;
    color: #fff;
    background: none;
    transition: all 0.5s;
    border: 0;
    text-decoration: none;
    font-weight: 550;
}

nav .active a.bttn {
    background: #bfd3dc;
    color: black;
}

    nav .active a.bttn:hover {
        color: #ffffff;
        background-color: #2B3486;
    }

#header .navbar-toggler {
    border: solid white 1px;
    padding: 10px;
    border-radius: 0;
    outline: none;
}

@media (min-width: 992px) {
    .menu_back {
        display: none;
    }

    nav a.bttn:hover {
        background: #2B3486;
        color: white;
    }

    .nav-item > button:hover {
        background: #2B3486 !important;
        color: white !important;
    }

}

@media (max-width: 991px) {

    .page-overflow {
        overflow: hidden;
    }

    .page-scroll {
        overflow: scroll;
    }

    #header li.nav-item.menuOpened {
        max-height: 100%;
        overflow: auto;
        position: fixed !important;
        bottom: 0;
        top: 4px !important;
        background: #fff;
        z-index: 9999;
        width: 100% !important;
        padding: 0 !important;
        right: 0 !important;
        left: auto !important;
    }

    .menu_back {
        position: absolute;
        top: 9px;
        left: 15px;
        vertical-align: middle;
        line-height: 0;
        display: inline-block;
        width: 30px;
        height: 26px;
        border: 0;
        background: transparent;
        font-size: 22px;
        padding-left: 0;
        text-align: left;
    }
}

@media (max-width: 991px) {
    .navbar .mobile-spacing {
        margin-bottom: 24px;
        width: 100%;
    }

    .navbar .navbar-collapse {
        height: calc(100vh + 62px);
        overflow-y: scroll;
        max-height: 200%;
    }

        .navbar .navbar-collapse ul {
            height: auto;
        }

        .navbar .navbar-collapse li {
            display: inline-flex;
            font-size: 44px;
            line-height: 52px;
            font-weight: 500;
            gap: 10px;
            border-bottom: solid white 1px;
            padding: 44px 30px 44px 30px;
        }

        .navbar .navbar-collapse a {
            padding: 0;
            margin: 0;
        }

    .prenav {
        background: white !important;
        border-bottom: solid black 1px !important;
    }

    .navbar .navbar-collapse .prenav a {
        color: black;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-brand {
        padding-left: 30px;
    }

    .navbar .navbar-toggler {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    #header .navbar-toggler.active {
        z-index: 999;
    }
}

#header .navbar-toggler:focus {
    box-shadow: none;
}

#header .navbar-toggler .hamburger-toggle {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 1;
    float: right;
}

@media (max-width: 991px) {
    #header .navbar-toggler .hamburger-toggle {
        width: 14px;
        height: 16px;
    }
}

#header .navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;

}

@media (max-width: 991px) {
    #header .navbar-toggler .hamburger-toggle .hamburger {
        width: 100%;
        height: 100%;
    }
}

#header .navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 2px;
    position: absolute;
    background: white;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

    #header .navbar-toggler .hamburger-toggle .hamburger span:first-child {
        top: 10%;
        transform-origin: 50% 50%;
        transform: translate(0%, -50%);
    }

    #header .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
        top: 46%;
        transform: translate(0, -50%);
    }

    #header .navbar-toggler .hamburger-toggle .hamburger span:last-child {
        left: 0px;
        top: auto;
        bottom: 10%;
        transform-origin: 50% 50%;
    }

#header .navbar-toggler.active:after {
    right: 0;
    opacity: 1;
    visibility: visible;
}

#header .navbar-toggler.active .hamburger span {
    /*background: #fff !important;*/
}

#header .navbar-toggler.active .hamburger {
    opacity: 1;
}

    #header .navbar-toggler.active .hamburger span {
        position: absolute;
        margin: 0;
    }

        #header .navbar-toggler.active .hamburger span:first-child {
            top: 45%;
            transform: rotate(45deg);
        }

        #header .navbar-toggler.active .hamburger span:nth-child(2) {
            left: 50%;
            width: 0px;
        }

        #header .navbar-toggler.active .hamburger span:last-child {
            top: 45%;
            transform: rotate(-45deg);
        }

.padd0 {
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    .banner .container a {
        bottom: 20px
    }

    .text-center {
        /* text-align: right !important;*/
        margin-right: 0 !important;
    }

    .banner .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.section-h2 {
    margin: 0;
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

/*.padd5*/
div [data-zonecontainername='Container_Wide 2'] {
    padding-left: 122px;
    padding-right: 90px;
}

    div[data-zonecontainername='Container_Wide 2'] p {
        margin: 0;
    }

    div[data-zonecontainername='Container_Wide 2'] h1 {
        padding-top: 0;
    }

@media(max-width: 991px) {

    div [data-zonecontainername='Container_Wide 2'] {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.border-b {
    border-bottom: solid black 1px;
}

.wide_1_container {
    border-right: solid black 1px;
}

@media (max-width: 991px) {
    .vertical-right {
        border-left: 0;
    }

    .break-out {
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2);
    }
}

.caption_position {
    position: absolute;
    right: 108px;
    bottom: 74px;
}

.caption {
    /* position: absolute;
    width: 197px;
    display: inline-block;
    padding: 11px;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    left: -197px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    */
    position: relative;
    width: 197px;
    display: inline-block;
    padding: 11px;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    /* left: -197px; */
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    width: auto !important;
    white-space: nowrap;
    margin-left: -100%;
}

a:hover .caption {
    opacity: 1;
}

.job_opening {
    width: 100%;
    border-top: solid 1px #484848;
    border-bottom: solid 1px #484848;
    display: inline-block;
    padding-top: 42px;
    padding-bottom: 42px;
}

    .job_opening p {
        font-size: 26px;
        line-height: 36px;
    }

    .job_opening a {
        color: black;
        border-radius: 0px;
        border: solid 1px black;
        padding: 14px 21px 14px 21px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
    }

        .job_opening a:hover {
            cursor: pointer;
            color: #ffffff !important;
            background: #2B3486 !important;
        }

/*BannerBox*/
.bannerBox {
    background-size: cover;
    height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    margin-top: auto;
    color: #fff;
    position: relative;
    min-height: 590px;
    width: 100%;
    background-color: #fff;
    box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.08);

}

    .bannerBox h1 {
        font-size: 110px;
        line-height: 115px;
        font-weight: 700;
        padding: 14px 0 27px 0 !important;
    }

    .bannerBox .overline {
        color: #FFFFFF;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
    }

@media (max-width: 1280px) {
    .bannerBox {
        min-height: 450px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bannerBox {
        min-height: 390px;
    }
}

.bannerBox .banner_row_min_height {
    min-height: 550px;
    align-items: center;
}

@media (max-width: 1280px) {
    .bannerBox .banner_row_min_height {
        min-height: 460px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bannerBox .banner_row_min_height {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .bannerBox .banner_row_min_height {
        min-height: initial !important;
    }
}

.bannerBox .text {
    padding: 0;
}

    .bannerBox .text .innerText {
        max-width: 475px;
    }

@media (max-width: 767px) {
    .bannerBox .text .innerText {
        max-width: 100%;
    }
}

.bannerBox p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #FFFFFF;
}

.max_width_container {
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
}

.half_banner_with_content {
    position: relative;
    padding: 88px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .half_banner_with_content {
        padding: 80px 0;
    }
}

.half_banner_with_content .half_banner_image {
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .half_banner_with_content .half_banner_image {
        text-align: center;
        padding-bottom: 88px;
    }
    .half_banner_content {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .half_banner_with_content .half_banner_image {
        max-width: 100%;
        position: static;
        transform: none;
    }
}

.half_banner_with_content .half_banner_content {
    width: 416px;
}

    .half_banner_with_content .half_banner_content h2 {
        font-size: 44px;
        line-height: 52px;
        font-weight: bold;
        margin-bottom: 26px;
    }
    .half_banner_with_content .half_banner_content .lead{
        font-size: 26px;
        line-height: 36px;
        font-weight: 400;
        margin-bottom: 13px;
    }
    .half_banner_with_content .half_banner_content h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .half_banner_with_content .half_banner_content .hours {
        margin-bottom: 32px
    }
    .half_banner_with_content .half_banner_content .hours p {
        color: #C7C7C7;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 12px;
    }
    .half_banner_with_content .half_banner_content .address {
        margin-bottom: 51px;
    }

.half_banner_with_content.dark_mode {
    background-color: black;
    color: #ffffff;
}

/* .joinBox */
.joinBox {
    padding: 88px 108px;
    text-align: left;
    font-size: 22px;
    background-color: #ffffff;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 101%;
    background-position-x: 350px;
}

    .joinBox h2 {
        max-width: 636px;
        padding-bottom: 26px;
        font-weight: bold;
    }

@media (max-width: 576px) {
    .joinBox {
        background-position-x: 200px;
    }
}

@media (max-width: 991px) {
    .joinBox {
        padding: 88px 30px;
    }
}

@media (min-width: 992px) {
    .joinBox {
        background-position-x: 200%;
    }
}

@media (min-width: 1200px) {
    .joinBox {
        background-position-x: 110%;
    }
}

@media (min-width: 1400px) {
    .joinBox {
        background-position-x: 100%;
    }
}

@media (min-width: 1800px) {
    .joinBox {
        background-position-x: 86%;
    }
}

.joinBox .btn {
    margin-top: 32px;
    border: solid black 2px;
    border-radius: 0px !important;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding: 14px 21px;
}

    .joinBox .btn:hover {
        background-color: #2B3486;
        color: #FFFFFF !important;
    }

.joinBox .container {
    /*max-width: 690px;*/
    max-width: 1060px;
}

/*Footer Component Start*/
.main_footer {
    background: black;
    border-radius: 0px;
    color: #fff;
    position: absolute;
    /* bottom: 0;*/
    left: 0;
    right: 0
}

    .main_footer .footer_top {
        padding-top: 40px;
        padding-bottom: 18px;
        border-bottom: 2px solid #dfdfdf;
    }

@media (max-width: 767px) {
    .main_footer .footer_top {
        padding-top: 48px;
        padding-bottom: 36px;
    }
}

.main_footer .footer_top h3 {
    color: #fff;
}

.main_footer .footer_top p {
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .main_footer .footer_top p {
        font-size: 14px;
    }
}

.main_footer .footer_top .cta_btn_wrap {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
}

@media (max-width: 767px) {
    .main_footer .footer_top .cta_btn_wrap {
        justify-content: start;
    }
}

.main_footer .footer_middle {
    padding-top: 40px;
    border-bottom: 2px solid #dfdfdf;
}

.main_footer h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    white-space: pre;
}

@media (max-width: 767px) {
    .main_footer .footer_middle {
        padding-bottom: 66px;
        padding-top: 44px;
    }

    .main_footer .container-md {
        padding-right: 30px;
        padding-left: 30px;
    }

    .main_footer .footer_middle .footer_links {
        padding-bottom: 0;
    }
}

.main_footer .footer_middle .footer_links {
    padding-bottom: 78px;
}

.main_footer .footer_middle .footer_links li{
    display:flex;
}

    .main_footer .footer_middle .footer_links h4 {
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.9;
        margin-bottom: 0;
    }

    .main_footer .footer_middle .footer_links ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

        .main_footer .footer_middle .footer_links ul li {
            line-height: 1.6;
        }

            .main_footer .footer_middle .footer_links ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 14px;
                font-weight: 400;
                line-height: 1.9;
            }

                .main_footer .footer_middle .footer_links ul li a:hover {
                    opacity: 0.8;
                    padding-left: 2px;
                }

    .main_footer .footer_middle .footer_links address {
        font-size: 12px;
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .main_footer .footer_middle .social_links {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .main_footer .footer_middle .social_links {
        padding-top: 30px;
    }
}

.main_footer .footer_bottom {
    padding-top: 36px;
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .main_footer .footer_bottom {
        padding-top: 40px;
        padding-bottom: 48px;
    }
}

.main_footer .footer_bottom .footer_logo img {
    max-width: 60px;
}

.main_footer .footer_bottom .footer_logo p {
    margin-bottom: 0;
}

    .main_footer .footer_bottom .footer_logo p small {
        font-size: 10px;
    }

    .main_footer .footer_bottom .footer_logo p a {
        color: #fff;
        text-decoration: none;
    }

.main_footer .footer_bottom .newsletter_block {
    display: flex;
    float: right;
}

@media (max-width: 767px) {
    .main_footer .footer_bottom .newsletter_block {
        float: none;
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .main_footer .footer_bottom .newsletter_block {
        display: block;
    }
}

.main_footer .footer_bottom .newsletter_block .news_title_text p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
    font-family: "itc_avant_garde_gothic_stdBk";
}

    .main_footer .footer_bottom .newsletter_block .news_title_text p small {
        display: block;
        font-size: 71%;
    }

.main_footer .footer_bottom .newsletter_block .footer_form {
    position: relative;
    margin-left: 60px;
}

@media (max-width: 576px) {
    .main_footer .footer_bottom .newsletter_block .footer_form {
        margin-left: 0;
        margin-top: 10px;
    }
}

.main_footer .footer_bottom .newsletter_block .footer_form .form-control {
    background-color: transparent;
    border: 1px solid #fff;
    height: 46px;
    border-radius: 30px;
    padding-right: 115px;
    color: #fff;
    font-size: 14px;
}

    .main_footer .footer_bottom .newsletter_block .footer_form .form-control::placeholder {
        color: #fff;
    }

    .main_footer .footer_bottom .newsletter_block .footer_form .form-control::-moz-placeholder {
        color: #fff;
    }

    .main_footer .footer_bottom .newsletter_block .footer_form .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .main_footer .footer_bottom .newsletter_block .footer_form .form-control:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    }

.main_footer .footer_bottom .newsletter_block .footer_form .btn {
    background-color: #fff;
    border-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    color: #111111;
}

    .main_footer .footer_bottom .newsletter_block .footer_form .btn:hover {
        background: #f2f8a4;
        border-color: #f2f8a4;
    }

.border-white-top {
    border-top: 1px solid #fff
}

main {
    margin-top: -2px
}

body {
    background: #000
}

    body > form {
        background: #fff
    }


/*large screen*/
@media (min-width: 2000px) {
    /* .ProductImage {overflow:hidden}
    .ProductImage img {
        width: 100vw;
        max-width: 50vw;
        margin-left: -15vw;
        margin-top: -25vh;
    }*/
}

@media (min-width: 1321px) {
    .navbar > .container, .pre_navbar > .container-md {
        max-width: 90%;
    }

    .navbar .container-md {
        max-width: 90%;
    }

    .main_footer .container-md {
        max-width: 90%;
    }

    div[data-zonecontainername='Container_Wide 1'] img.fullSize {
        width: 100%
    }

    div [data-zonecontainername='Container_Wide 2'], .wide_2_container {
        max-width: 800px;
        float: left !important
    }
}

div [data-zonecontainername='Container_Wide 2'] .joinBox, .joinBox > .container-md {
    padding: 0;
}

.structureBlackText {
    background: #000;
    color: #fff !important;
    padding: 82px 108px 82px 122px;
}

@media (min-width: 992px) {
    .structureBlackText {
        background: #000;
        color: #fff !important;
        margin-left: -122px;
        width: 49.9vw;
        letter-spacing: normal;
    }
}

@media (min-width: 992px) {
    div[data-zonecontainername='Container_Wide 1'] {
        position: sticky;
        top: 0;
        height: 100vh;
        width: 50%;
        display: flex;
        /* justify-content: center; */
        /* align-items: center; */
        color: #fff;
        background: black;
        margin: 0;
        padding: 0;
        border-right: 1px solid #000;
    }

        div[data-zonecontainername='Container_Wide 1'] div {
            height: 100%;
            width: 100%
        }

        div[data-zonecontainername='Container_Wide 1'] img.fullSize {
            object-fit: cover;
            height: 100%
        }

        div[data-zonecontainername='Container_Wide 1'] img {
            transition: all 0.5s
        }

    /*div[data-zonecontainername='Container_Wide 1'] img {padding-top:152px}*/
    div [data-zonecontainername='Container_Wide 2'], .wide_2_container, #vertical-right {
        padding-top: 134px;
    }

    .prodDetailsTemplate div[data-zonecontainername='Container_Wide 2'] {
        padding-top: 0 !important;
    }

    div[data-zonecontainername='Container_Wide 1'] .caption-link {
        position: relative;
        bottom: 102px;
        float: right;
        right: 122px;
        text-align: right;
    }
}

@media (max-width: 991px) {
    div[data-zonecontainername='Container_Wide 1'].col-md-6, div[data-zonecontainername='Container_Wide 2'].col-md-6, div[data-zonecontainername='Container_Wide 2'] .col-md-6 {
        width: 100% !important
    }

    div[data-zonecontainername='Container_Wide 1'] {
        padding-top: 134px;
        border-bottom: solid black 1px;
    }

    .prodDetailsTemplate div[data-zonecontainername='Container_Wide 1'] {
        padding-top: 0;
    }

    div[data-zonecontainername='Container_Wide 1'] .caption-link {
        position: relative;
        bottom: 60px;
        margin-bottom: -46px;
        float: right;
        right: -26px;
    }

    .structureBlackText {
        padding: 82px 30px 82px 30px;
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2);
    }
}

body {
    width: 100vw;
    overflow-x: hidden
}

.product-image {
    position: relative;
    overflow: hidden;
    max-height: 450px;
}

    .product-image picture {
        display: flow-root;
        transition: all 0.2s;
        max-height: 450px;
    }

        .product-image picture img {
            object-fit: contain;
            max-height: 450px;
        }

.last-card {
    cursor: default !important;
    color: #ffffff;
}

    .last-card:hover {
        cursor: pointer !important;
    }

        .last-card:hover .btn {
            color: #2B3486 !important;
            background: #ffffff;
        }

            .last-card:hover .btn i {
                color: #2B3486 !important;
            }

    .last-card h3 {
        padding: 15%;
        font-size: 24px;
        line-height: 33px;
        font-weight: 500;
    }
@media (max-width: 576px) {
    .last-card h3 {
        padding-top: 130px;
        padding-bottom: 0;
    }
}

    .last-card .btn {
        margin: 35px;
        border: solid 1px #ffffff;
        border-radius: 0;
        padding: 14px 17px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 900;
    }

        .last-card .btn:hover {
            color: #2B3486 !important;
            background: #ffffff;
        }
        .last-card .btn:hover i {
            color: #2B3486 !important;
        }
    .last-card i {
        color: #fff;
    }
    .last-card label {
        color: #ffffff;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
    }

    .last-card .plus {
        border: solid 1px #ffffff;
    }

.tab-content.container-full.container-md {
    max-width: 100%
}

.product-tabs button.active {
    color: black !important;
    background-color: #bfd3dc;
}

    .product-tabs button.active:hover {
        color: #ffffff !important;
        background: #2B3486;
    }

.product-tabs li {
    padding-right: 95.4px;
}

.product-image {
    cursor: pointer;
    border-top: 0
}

@media (max-width: 576px) {
    .product-tabs li {
        padding-right: 24px;
    }
}

.product-image {
    position: relative;
    overflow: hidden
}

    .product-image picture {
        display: flow-root;
        transition: all 0.2s
    }

.productContent {
    width: 100%;
    position: absolute;
    bottom: 38px;
    transition: all 0.5s;
    opacity: 0
}

    .productContent p {
        margin: 0;
        padding: 0;
        padding-bottom: 6px;
        color: #707070;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
    }

.product-image:hover .productContent, .hovered .productContent {
    opacity: 1
}

.product-image:hover picture, .hovered picture {
    margin-top: -40px;
    /*transform: scale(1.2);*/ 
}

.productLinkIndicator {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s
}

.product-image:hover .productLinkIndicator, .hovered .productLinkIndicator {
    opacity: 1
}

.productWrapper {
    width: 100%;
    margin: 0
}

    .productWrapper h4 {
        line-height:normal;
        font-size: 17px
    }

.h2_banner {
    padding-left: 108px;
}

.structureBlackText.whiteBG {
    color: #000 !important;
    background: #fff !important
}

.structured_column_content {
    border-bottom: solid 1px #484848;
    display: inline-block;
    padding-top: 42px;
    padding-bottom: 42px;
    border-top: 0;
    display: flow-root;
}

    .structured_column_content:first-child {
        border-top: solid 1px #484848;
    }

.captionTrigger .caption {
    opacity: 0;
    transition: all 0.5s;
    width: auto !important;
    min-width: 0;
    /* left: -73px;*/
}

.captionTrigger:hover .caption {
    opacity: 1
}
button {outline:0; border:0}

.bannerBoxContent {
    max-width: 95vw;
    word-wrap: break-word;
}

.bannerBox .caption_position {
    right: -75px;
}

.productContent {
    background: rgba(255,255,255,0.6);
}
@media (max-width: 991px) {
    .bannerBox {
        overflow: hidden;
        justify-content: center;
    }

        .bannerBox .caption_position {
            position: absolute;
            right: -159px;
            bottom: 74px;
        }
}

.prodDetailsTemplate div[data-zonecontainername='Container_Wide 1'] img {
    padding-top: 0
}

.prodDetailsTemplate h1 {
    padding: 0;
}

.prodDetailsTemplate .breadcrumb {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 38px 0 38px 122px;
    margin-bottom: 0;
}

    .prodDetailsTemplate .breadcrumb p {
        margin-bottom: 0;
        white-space: pre;
    }

    .prodDetailsTemplate .breadcrumb a, i {
        color: #707070;
    }

        .prodDetailsTemplate .breadcrumb a:hover {
            text-decoration: underline;
        }

.prodDetailsTemplate .detail-section {
    padding-top: 82px;
    padding-bottom: 82px;
}

.prodDetailsTemplate .overline {
    color: #000000;
    margin: 0;
    padding-bottom: 14px;
}

.prodDetailsTemplate h1 {
    padding-bottom: 82px;
    margin: 0;
}

.prodDetailsTemplate h4 {
    padding-bottom: 8px;
    margin: 0;
}

.prodDetailsTemplate .detail-section p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.prodDetailsTemplate .detail-section .contents {
    padding-bottom: 41px;
    margin: 0;
}

.prodDetailsTemplate .product-notice {
    background-color: #F7F7F7;
    color:#414141;
    padding: 14px;
}
    .prodDetailsTemplate .product-notice p {
        color: #414141;
    }

    .prodDetailsTemplate .product-notice label {
        white-space: pre;
        font-weight: bold;
        color: #000
    }

    .prodDetailsTemplate .product-notice p {
        padding-bottom: 0;
    }

.prodDetailsTemplate label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 14px
}

.prodDetailsTemplate h2 {
    margin: 0;
}

.prodDetailsTemplate .question {
    padding-top: 82px;
    padding-bottom: 82px;
}

    .prodDetailsTemplate .question p {
        font-size: 26px;
        line-height: 36px;
        font-weight: 500;
        margin-bottom: 26px
    }

.prodDetailsTemplate .mp-heading {
    padding-top: 44px;
    padding-bottom: 44px;
}
.prodDetailsTemplate .contents {
    color: #414141
}

    .prodDetailsTemplate .contents h4 {
        color: #000;
        font-weight:600
    }
.more-products {
    width: 50vw;
    position: relative;
    left: -122px;
}

.prodDetailsTemplate .product {
    border-right: solid black 1px;
}

div[data-zonecontainername='Container_Wide 2'] {
    height: auto !important
}

@media (max-width: 991px) {
    .prodDetailsTemplate div[data-zonecontainername='Container_Wide 1'] {
        border-bottom: solid 1px black;
    }

    .prodDetailsTemplate .breadcrumb {
        padding: 38px 0 38px 30px;
    }

    .more-products {
        width: 100%;
        position: relative;
        left: 0;
    }

        .more-products :last-child {
            border-right: none;
        }

    .product {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .bannerBox {
        /* overflow: hidden;
        padding-top: 138px;*/
        height: calc(100vh - 138px) !important
    }

        .bannerBox h1 {
            font-size: 87px;
            line-height: normal;
        }

    .half_banner_with_content .half_banner_content {
        width: auto
    }
    .navbar-brand-item {
        padding-bottom: 88px;
    }
    main[id='MainContent_ZoneContainer'] {
        overflow-x: hidden;
        overflow-y: scroll
    }
}

footer img {
    max-width: none;
}

footer .logoBadge {
    max-height: 32px;
}

.main_footer .footer_middle {
    border: 0
}

footer .copyright {
    border-top: solid #D8D8D8 1px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #C7C7C7;
    padding: 12px 0px;
}

/*body {background:#fff;*/ /*transition:all 0.5s;*/ /*opacity:0}*/

.searchResults tr td {
    vertical-align: top;
    min-width: 80px;
    padding: 15px;
}

.search {
    min-height: 66vh;
}

.staff p.lead {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400; /*450*/
    padding-bottom: 6px;
}
.staff p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 36px;
}

.staff :last-child {
    padding-bottom: 0px;
}

.contact h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: bold;
    padding-bottom: 26px;
}
    .contact h2:first-child {
        padding-top: 82px;
    }

@media (max-width: 991px) {
    .contact h2:first-child {
        padding-top: 41px;
    }
}
.contact p {
    font-size:16px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 32px;
}
.contact p.lead {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400; /*450*/
    padding-bottom: 13px;
}
.contact p.lead.last {
    padding-bottom: 82px;
}
.contact h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 8px;
}

.jobSnippit .job_opening.structureBlackText.whiteBG:hover {
    background-color: #F6F6F6 !important;
}

.accordion-body .container {
    padding-left: 0
}

.accordion-button::after {
    background-image: url(/Assets/Blackbird/images/acc-plus.svg)
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/Assets/Blackbird/images/acc-minus.svg)
}


div [data-zonecontainername='Container_Wide 2'] {
    overflow: visible
}

@media (max-width: 991px) {
    div [data-zonecontainername='Container_Wide 2'] .accordion.accordion-flush {
        margin-left: -30px;
        margin-right: -30px
    }

    div [data-zonecontainername='Container_Wide 2'] .accordion-flush .accordion-item .accordion-header .accordion-button {
        padding: 39px 40px;
    }

    div [data-zonecontainername='Container_Wide 2'] .container, .container-md, .container-sm {
        max-width: 100%
    }

    .accordion-body {
        padding: 30px 40px !important;
    }
}

@media (min-width: 992px) {
    div [data-zonecontainername='Container_Wide 2'] .accordion.accordion-flush {
        margin-left: -122px;
        width: 49.9vw;
        letter-spacing: normal;
    }

    div [data-zonecontainername='Container_Wide 2'] .accordion-flush .accordion-item {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        padding: 0 20px 0 122px;
    }
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none
}

.accordion-flush .accordion-item .accordion-button {
    color: #000;
    background: none
}

.accordion-button::after {
    width: 42px;
    height: 42px;
    background-size: 42px;
}

.accordion-button {
    padding: 39px 108px 39px 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
}

.accordion-body {
    padding: 1rem 108px 3rem 0;
}

.accordion_findus .accordion-button {
    font-size: 44px;
    line-height: 52px;
    font-weight: bold;
}

.col-md-6.mapPos {border-bottom:1px solid #000}
@media (min-width: 992px) {
    #prenav-container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}
@media (max-width: 991px) {
    #prenav-container {
        padding-left: 30px !important;
    }
}
    @media (max-width: 572px) {
        .product-image {
            height: 100vh
        }

        #header .pre_navbar p {
            text-align: center
        }
    }

.structureBlackText p {
    padding-top: 41px;
}
.structureBlackText p:first-of-type {
    padding-top: 0;
}

.structureBlackText .contact p {
    padding-top: 0;
}

    .structureBlackText .contact p.lead {
        padding-top: 0;
    }
        .structureBlackText .contact p.lead.last {
            padding-top: 0;
        }
.structureBlackText .staff p.lead {
    padding-top: 0;
}

.structureBlackText .staff p {
    padding-top: 0;
}

.structureBlackText .staff :last-child {
    padding-top: 0;
}
.store_hours h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: 26px;
}

.store_hours .lead {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 13px;
}

.store_hours h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}

.store_hours .hours {
    margin-bottom: 32px
}

    .store_hours .hours p {
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 12px;
    }

.store_hours .address {
    margin-bottom: 51px;
}

@media (max-width: 576px) {
    .product {
        border-left: 0 !important;
        border-right: 0 !important;
    }
    .productWrapper {
        border: none !important;
    }
}

.carousel {
    color: white;
    display: block;
    width: 100%;
}

.carousel-inner {
    height: auto;
    object-fit: cover;
}

.carousel-indicators {
    background: rgba(0,0,0,0.2);
    display: none;
}


/*    .carousel button > span {
        background-color: black;
        opacity: 1 !important;
    }*/

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}

@media (min-width: 992px) {
    .dahcarousel {
        width: 50vw;
        margin-left: -122px;
    }

    .carousel-caption figcaption {
        padding: 0 108px 0 122px !important;
    }

    .carousel-inner .carousel-item img {
        max-width: 1000%;
        width: 50vw;
    }

    .carousel-indicators {
        background: rgba(0,0,0,0.2);
        margin-left: 0;
        width: 50vw
    }
}

.carousel-caption {
    color: black;
    text-align: left;
    position: initial;
    padding: 12px 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

    .carousel-caption figcaption {
        padding: 0 30px 0 30px;
    }

.caption_dark_mode {
    color: #FFFFFF !important;
    background-color: black !important;
}

.carousel-control-prev .prev-img-hover {
    display: none;
}
.carousel-control-prev:hover .prev-img{
    display:none
}

.carousel-control-prev:hover .prev-img-hover {
    display: block;
}

.carousel-control-next .next-img-hover {
    display: none;
}

.carousel-control-next:hover .next-img {
    display: none
}

.carousel-control-next:hover .next-img-hover {
    display: block;
}

.publications i {
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
    transform: rotate(-45deg) translateX(14px);
    color: #2B3486;
}

.publications p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.publications .arrow {
    transition: .3s;
}

.publications .structured_column_content:first-child {
    border-top: none;
}

.publications a:first-child .structured_column_content {
    border-top: solid 1px black;
}

.publications a:hover h3 {
    color: #2B3486;
}

.publications a:hover .arrow {
    transform: translateX(6px);
}


div[data-zonecontainername='Container_Wide 2'] .structureBlackText:first-of-type p{
    padding-top: 41px !important;
}

div[data-zonecontainername='Container_Wide 2'] .structureBlackText .contact:first-of-type p {
    padding-top: 0px !important;
}

div[data-zonecontainername='Container_Wide 2'] .job_opening.structureBlackText:first-of-type p {
    padding-top: 0 !important;
}

.fc-disabled-day {
    background-color: #f4f4f4 !important;
    cursor: not-allowed !important;
}

.fc-disabled-day .fc-day-number {
    opacity: 0.5;
}

.fc-disabled-day .date-reason {
    font-size: 10px;
    color: #000;
    text-align: center;
    padding: 2px;
}

.fc-content-skeleton .fc-disabled-day .fc-day-number {
    color: #fff !important;
    opacity: 1 !important;
}

.fc-disabled-day {
    position: relative;
}

    .fc-disabled-day .date-reason {
        position: absolute;
        bottom: 57px;
        left: 0;
        right: 0;
        z-index: 100;
        font-size: 14px !important;
        color: #fff !important;
        padding: 10px;
    }

.nextmonth{
    cursor: pointer;
}

.previousmonth{
    cursor: pointer;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li.active a {
    background-color: #000;
    color: #fff;
}

.pagination li a {
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
}

.pagination li a:hover {
    background-color: #f5f5f5;
}

.pointed{
    cursor: pointer;
}

.fc-unthemed .fc-disabled-day{
    background-color: #000 !important;
    opacity: 1 !important;
}

.plus-icon-wrapper {
    position: absolute !important;
    z-index: 100 !important;
    pointer-events: auto !important;
}

    .plus-icon-wrapper i {
        pointer-events: auto !important;
    }

.fc-day-grid-event {
    z-index: 1;
}

.fc-content-skeleton .fa-plus{
    cursor: pointer;
}

.no-pointer{
    cursor: default;
}

.dt-layout-row .ellipsis{
    color: #fff;
}

.hasEvent .date-reason{
    top: 25px;
}

.orderContainer .btn.btn-success, .orderContainer .btn.btn-danger{
    cursor: unset;
}

.btn-dark-blue {
    background: var(--defaultBlue) !important;
    color: white;
}

.noHover{
    pointer-events: none;
}

#singleOrderBtn.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

