/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%    BASIS INDEPENDENT REDESIGN    %%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%*/

/*kill*/
#cc-expire-alert {
    display: none !important;
}

/*header */

a {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-decoration: none;
}

a.selected {
    color: #D03F43 !important;
}

#page {
    position: relative;
    padding-top: 192px;
    z-index: 999;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}

.site-wrapper {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    max-width: 100%;
}

.header-main {
    position: relative;
    min-height: 140px;
}


.header .logo {
    position: absolute;
    display: block;
    top: 35px;
    left: 0;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.header .logo .sticky-logo,
.header .logo .mobile-logo {
    display: none;
}

.header .menu-toggle {
    display: none;
}

.header .menu-container,
.header .menu-container:before,
.header .menu-container:after {
    clear: both;
    display: block;
}

.header .menu-container {
    padding-left: 340px;
    padding-top: 81px;
}

.header .menu-container:before,
.header .menu-container:after {o
    content: '';
}

.header .menu-container,
.header .menu-container:before,
.header .menu-container:after {
    clear: both;
    display: block;
}

.hr {
    background-color: #BEBEC0;
}

hr,
.hr {
    display: block;
    height: 1px;
    border: none;
    position: relative;
}

.header .navigation-top {
    position: absolute;
    top: 18px;
    right: 0;
}

.menu-top-container ol,
.menu-top-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .top-menu .menu-item {
    float: left;
    position: relative;
    padding: 5px 41px 0;
    height: 41px;
}

.header .top-menu .menu-item a {
    position: relative;
    color: #27282D;
    font-size: 15px;
}

.header .top-menu .menu-item:before {
    content: '';
    display: block;
    position: absolute;
    border-left: 1px solid #BEBEC0;
    top: 0;
    left: 0;
    bottom: 0;
}

.header .top-menu .menu-item:nth-child(1)::before {
    display: none
}

.header .top-menu .menu-item.blog a:before,
.header .top-menu .menu-item.interest a:before,
.header .top-menu .menu-item.return a:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.header .top-menu .menu-item.blog a:before {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/YY5P8_chatcZRPxM/chatcZRPxM.png');
    background-position: 0px 0;
    background-repeat: no-repeat;
    width: 26px;
    height: 23px;
}

.header .top-menu .menu-item.interest a:before {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/VCW7W_star56uxvv/star56uxvv.png');
    background-position: 0px;
    background-repeat: no-repeat;
    width: 25px;
    height: 23px;
}

.header .top-menu .menu-item.return a:before {
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/551YP_homezrgCbh/homezrgCbh.png');
    background-position: 0px;
    width: 31px;
    height: 25px;
    background-repeat: no-repeat;
}

.header .top-menu .menu-item.button {
    padding: 0;
}

.header .top-menu .menu-item.button a {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 11px 61px 12px 16px;
    background-color: #D03F43;
    overflow: hidden;
    color: #fff;
    font: 500 14px/1 'Roboto Slab', serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
}

.header .navigation-main {
    position: relative;
    padding-top: 27px;
}

.header .menu-container:before,
.header .menu-container:after {
    content: '';
}

.header .menu-container,
.header .menu-container:before,
.header .menu-container:after {
    clear: both;
    display: block;
}

.header .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .main-menu .menu-item {
    display: block;
    position: relative;
    text-align: center;
}

.header .main-menu .menu-item>a {
    font: 700 17px/1 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #27282D;
    letter-spacing: 0.03em;
}

.header-main .apply {
    display: none;
}


.header .main-menu .sub-menu,
.header .main-menu .menu-item .toggle-submenu {
    display: none;
}


.header .mega-menu-container {
    position: relative;
    background-color: #D03F43;
    overflow: hidden;
    z-index: 100;
}

.header .mega-menu-container,
.header .mega-menu-container:before,
.header .mega-menu-container:after {
    clear: both;
    display: block;
}

.header .mega-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    left: 0;
    width: 100%;
    padding: 30px 0 16px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.header .mega-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 1;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    visibility: visible;
}

.header .menu__content {
    width: 100%;
}

.header .menu__content ul {
    display: flex;
    width: 100%;
    justify-content: center;
    list-style: none;
    text-align: center;
    padding: 0;
}

.header .menu__content ul li {
    width: 33%;
}

.header .menu__content a {
    color: #fff;
    font-size: 2rem;
}

.header .main-menu .menu-item.search.current-menu-item:after,
.header .main-menu .menu-item.show-megamenu:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #27282D;
}



@media (max-width: 1239px) {
    #page {
        padding-top: 83px;
    }

    .site-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-main {
        min-height: 83px;
        padding-top: 15px;
    }

    .header .logo {
        top: 15px;
    }

    .header .logo .normal-logo,
    .header .logo .sticky-logo {
        display: none;
    }

    .header .logo .mobile-logo {
        display: block;
    }

    .header .menu-toggle {
        display: block;
        cursor: pointer;
        float: right;
        width: 42px;
        text-transform: uppercase;
        font: 700 14px/1 'Roboto', sans-serif;
    }

    .header .menu-toggle span:before {
        content: '';
        position: absolute;
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
    }

    .header .menu-toggle span:after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background-color: #fff;
        position: absolute;
        top: 9px;
        left: 0;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
    }

    .header .menu-toggle span {
        position: relative;
        display: block;
        width: 42px;
        height: 37px;
        background-color: #D03F43;
        border: 7px solid #D03F43;
        margin-bottom: 4px;
    }

    .header .menu-container {
        display: none;
        padding: 0;
        position: absolute;
        top: 100%;
        left: -20px;
        right: -20px;
        border-top: 1px solid #4F5052;
        overflow: auto;
    }

    .header .hr {
        display: none;
    }

    .header .navigation-top,
    .header .navigation-top:before,
    .header .navigation-top:after {
        clear: both;
        display: block;
    }

    .header .navigation-top {
        position: relative;
        top: auto;
        right: auto;
        padding: 30px 26px 60px;
        background-color: #F0EFF0;
    }

    .header .top-menu .menu-item:first-child {
        padding-left: 0;
    }

    .header .top-menu .menu-item {
        padding: 0 40px 0;
    }

    .header .top-menu .menu-item.button {
        display: none;
    }

    .header .navigation-main {
        position: relative;
        padding: 0;
    }

    .header .main-menu {
        background-color: #F0EFF0;
        display: block;
        padding: 10px 20px 0;
        height: auto;
        margin: 0 auto;
    }

    .header .main-menu .menu-item {
        text-align: left;
        border-bottom: 1px solid #cacaca;
        padding: 9px 0;
        position: relative;
    }

    .header .main-menu .menu-item>a {
        position: relative;
        display: block;
        padding: 8px 0 7px;
        letter-spacing: 0;
    }

    .header-main .apply {
        display: inline-block;
        float: right;
        margin: 0 40px 0 0;
        position: relative;
        display: inline-block;
        padding: 11px 61px 12px 16px;
        background-color: #D03F43;
        overflow: hidden;
        color: #fff;
        font: 500 14px/1 'Roboto Slab', serif;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        border: 2px solid #D03F43;
        text-align: center;
        max-width: 100%;
        cursor: pointer;
        padding: 16px 80px 14px 16px;
        font-size: 18px;
        font-weight: 300;
        padding-left: 30px;
        letter-spacing: 0;
    }

    .header .menu-container.active {
        display: block;
    }

    .header .menu-toggle.active span:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .menu-toggle.active span:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header .menu-toggle.active span:before,
    .header .menu-toggle.active span:after {
        border: none;
        width: 100%;
        height: 5px;
        background-color: #fff;
        position: absolute;
        top: 9px;
        left: 0;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
    }

    .header .top-menu .menu-item.blog a:before,
    .header .top-menu .menu-item.calendar a:before,
    .header .top-menu .menu-item.for-partners a:before {
        top: 7px;
    }

    .header .main-menu .menu-item .sub-menu {
        border: none;
        width: auto;
        margin: 10px 0 0;
        padding: 0;
    }

    .header .main-menu .menu-item .sub-menu .menu-item {
        padding-left: 30px;
        padding-right: 10px;
        margin-bottom: 0;
    }

    .header .main-menu .menu-item .sub-menu .menu-item a {
        color: #D03F43 !important;
        font: 300 17px/1 Arial, sans-serif;
        text-transform: none;
    }

    .header .main-menu .menu-item .toggle-submenu {
        display: none;
        position: absolute;
        z-index: 10;
        top: 9px;
        right: 0;
        bottom: 9px;
        width: 54px;
        border-left: 1px solid #8a8a8a;
        cursor: pointer;
    }

    .header .main-menu .menu-item.menu-item-has-children>.toggle-submenu {
        display: block;
    }

    .header .main-menu .menu-item .toggle-submenu:after {
        content: '';
        display: block;
        position: absolute;
        background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/I394I_spritesVHb6rT/spritesVHb6rT.png);
        background-position: 0px -397px;
        width: 12px;
        height: 16px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .header .main-menu .menu-item .toggle-submenu.active {
        left: 0;
        right: auto;
        bottom: auto;
        height: 35px;
        width: 20px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        border: none;
    }

    .header .main-menu .menu-item .sub-menu.active {
        display: block;
    }

    .header .submenu-open .main-menu>.menu-item.active {
        display: block;
        border: none;
        padding-bottom: 0;
    }

    .header .main-menu .menu-item>a.active {
        padding-left: 40px;
    }

    .header .main-menu .menu-item .sub-menu.active {
        display: block;
    }

}

@media (max-width: 1023px) and (max-width: 1239px) {
    .header-main .apply {
        font-size: 16px;
        padding: 14px 64px 14px 16px;
        margin: 0 45px 0 0;
    }
}

@media (max-width: 767px) {
    .site-wrapper {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-main .apply {
        display: none;
    }

    .header .top-menu .menu-item {
        padding: 0 10px 0 43px !important;
        height: 38px;
        display: block;
        float: none;
        border: none;
    }

    .header .top-menu .menu-item.button {
        display: block;
        padding: 40px 0 0 0 !important;
        margin-top: 10px;
        border-top: 1px solid #cacaca;
    }

    .header .top-menu .menu-item.button a,
    .header .top-menu .menu-item.button .apply {
        margin: 0;
        float: none;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 14px;
        font-size: 16px;
        font-weight: 300;
    }

    .header .top-menu .menu-item:before {
        display: none
    }

    .header .top-menu .menu-item.blog a:before,
    .header .top-menu .menu-item.interest a:before,
    .header .top-menu .menu-item.return a:before {
        position: absolute;
        top: 0;
        left: -40px;
        border: none;
    }

    .header .navigation-top {
        padding: 20px 10px 89px;
    }

    .header .menu-container {
        left: -10px;
        right: -10px;
        -webkit-box-shadow: 0 10px 20px -8px #191B1E;
        box-shadow: 0 10px 20px -8px #191B1E;
    }

    .header .main-menu .menu-item .toggle-submenu {
        top: 6px;
        bottom: 7px;
    }
}


@media all and (min-width: 1240px) {
    .header.sticky-header .logo {
        top: 17px;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }

    .header.sticky-header .logo .normal-logo {
        display: none;
    }

    .header.sticky-header .logo .sticky-logo {
        display: block;
    }

    .header.sticky-header .hr {
        display: none;
    }

    .header.sticky-header .header-main {
        padding-top: 17px;
        padding-bottom: 5px;
        min-height: 82px;
    }

    .header.sticky-header .header-main,
    .header.sticky-header .header-main:before,
    .header.sticky-header .header-main:after {
        clear: both;
        display: block;
    }

    .header.sticky-header .header-main:before,
    .header.sticky-header .header-main:after {
        content: '';
    }

    .header.sticky-header .navigation-main {
        padding-top: 12px;
        float: left;
        max-width: 56.9%;
    }

    .header.sticky-header .navigation-top {
        position: relative;
        float: right;
        top: 0;
    }

    .header.sticky-header .menu-container {
        padding-left: 154px;
        padding-top: 3px;
    }

    .header.sticky-header .main-menu {
        padding-right: 0;
    }

    .header.sticky-header .main-menu .menu-item {
        padding-right: 16px;
    }


    .header.sticky-header .main-menu .menu-item>a {
        font-size: 14px;
    }

    .header.sticky-header .main-menu .menu-item.show-megamenu:after {
        border-bottom-color: #27282D;
        margin-left: -20px;
        bottom: -13px;
    }

    .header.sticky-header .menu-top-container ul:before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        left: -8px;
        bottom: 5px;
        border-left: 1px solid #BEBEC0;
    }


    .header.sticky-header .top-menu .menu-item {
        padding: 12px 13px 0;
    }

    .header.sticky-header .top-menu .menu-item>a {
        font-weight: 500;
    }

    .header.sticky-header .top-menu .menu-item:before {
        display: none !important;
    }

    .header.sticky-header .top-menu .menu-item.button {
        padding: 0;
    }

    .header.sticky-header .top-menu .menu-item.button a {
        padding: 12px 20px 12px 17px;
    }

    .header.sticky-header .top-menu .menu-item.button a:after,
    .header.sticky-header .top-menu .menu-item.button svg {
        display: none;
    }

    .header.sticky-header .top-menu .menu-item a:before {
        display: none !important;
    }

    .header.sticky-header .top-menu .menu-item.button a {
        min-width: auto;
    }

    .header.sticky-header .basis_c-logo {
        display: none;

    }
}


/*tabs*/

.acf-flex-block {
    position: relative;
}

.site-wrapper {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    max-width: 100%;
}

.custom_tabs-block.type-horizontal .tabs-labels {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 20;
}


.custom_tabs-block.type-horizontal .tabs-labels.count-5 .tabs-label {
    width: 20%;
}

.custom_tabs-block.type-horizontal .tabs-label:first-child {
    margin-left: 0;
}

.custom_tabs-block.type-horizontal .tabs-label.active {
    background: #D03F43;
    font-weight: 700;
    cursor: default;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.custom_tabs-block.type-horizontal .tabs-label {
    font: 300 18px/1.3 'Roboto Slab', serif;
    background-color: #27282D;
    color: #fff;
    text-align: center;
    margin: 0 1px;
    padding: 21px;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 20%;
    min-height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom_tabs-block.type-horizontal .tabs-label .txt {
    display: block;
    margin: 0 auto;
}

.custom_tabs-block.type-horizontal .tabs-label:last-child {
    margin-right: 0;
}

.custom_tabs-block.type-horizontal .tabs-wrapper {
    padding-top: 73px;
}

.custom_tabs-block.type-horizontal .tabs-wrapper {
    position: relative;
    background-image: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/APBNF_stripes-bg5YiJhy/stripes-bg5YiJhy.png');
    margin: -46px auto 0;
    z-index: 10;
    padding: 121px 0 82px;
    overflow: hidden;
}

.lighter-cover-top {
    background-color: #fff;
}

.svg-lighter,
.lighter-cover-top {
    fill: #fff;
    opacity: 0.1;
}

.js-svg-cover-top {
    height: 0;
}

.js-svg-cover-top,
.js-svg-downarrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.custom_tabs-block.type-horizontal .tabs-slides {
    position: relative;
    z-index: 10;
}

.custom_tabs-block.type-horizontal .tabs-tab.active {
    display: block;
    opacity: 1;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.custom_tabs-block.type-horizontal .tabs-tab {
    position: relative;
    z-index: 2;
    display: none;
    opacity: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}




.custom_tabs-block.type-horizontal .tabs-content {
    max-width: 100%;
    margin: 0 auto;
}

.slick-disabled {
    opacity: 0.3;
    cursor: default !important;
}

.custom_tabs-block.type-horizontal .tabs-tab {
    position: relative;
    z-index: 2;
    display: none;
    opacity: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.custom_tabs-block.type-horizontal .tabs-label.active {
    background: #D03F43;
    font-weight: 700;
    cursor: default;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.custom_tabs-block.type-horizontal .tabs-tab .tabs-label {
    display: none
}


@media (max-width: 1023px) {
    .custom_tabs-block.type-horizontal .tabs-wrapper {
        padding-bottom: 30px;
    }

    .custom_tabs-block.type-horizontal .tabs-label {
        font-size: 16px;
        padding: 10px 15px;
        min-height: 92px;
    }

    .custom_tabs-block.type-horizontal .tabs-content {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .acf-flex-block-mb {
        margin-bottom: 30px;
    }

    .custom_tabs-block.type-horizontal .slick-next {
        right: 10px;
    }

    .site-wrapper {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .not-mobile,
    .desktop-tablet,
    .tablet {
        display: none !important;
    }

    .custom_tabs-block.type-horizontal .tabs-wrapper {
        padding-top: 0;
    }

    .custom_tabs-block.type-horizontal .tabs-wrapper {
        padding: 0;
        margin: 0;
    }

    .custom_tabs-block.type-horizontal .slick-prev {
        left: 10px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .custom_tabs-block.type-horizontal .slick-arrow {
        position: absolute;
        top: 29px;
        z-index: 20;
        overflow: hidden;
        text-indent: -999em;
        border: none;
        background: none;
        display: block;
        background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/I394I_spritesVHb6rT/spritesVHb6rT.png);
        background-position: 0px -329px;
        width: 12px;
        height: 16px;
    }

    .custom_tabs-block.type-horizontal .tabs-tab {
        display: block;
        opacity: 1;
    }

    .custom_tabs-block.type-horizontal .tabs-tab .tabs-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .custom_tabs-block.type-horizontal .tabs-label {
        width: 100%;
        padding: 7px 30px;
        height: auto;
        min-height: 70px;
        background: #D03F43;
        font-weight: 700;
        cursor: default;
        text-shadow: none !important;
    }

    .custom_tabs-block.type-horizontal .tabs-content {
        padding: 36px 20px 0;
    }
}



/**side nav tabs**/

/*.tabs-block {
    padding: 7rem 0 10rem 0
} */

.tabs-block .tabs-container {
    position: relative;
    overflow: hidden;
}

.tabs-block .tabs-tab {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.tabs-block .tabs-tab.active {
    position: relative;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    opacity: 1;
    z-index: 2;
}

.tabs-block .tabs-bg {
    width: 50%;
    background: center/cover no-repeat;
    /*  filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id=… 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%); */
}

.tabs-block .tabs-bg .tabs-label {
    display: none;
}

.red-btn_tab.black {
    background-color: rgba(39, 40, 45, 0.97);
    border-color: rgba(39, 40, 45, 0.97);
}

.red-btn_tab.big-arrow {
    padding: 16px 80px 14px 16px;
    font-size: 18px;
    font-weight: 300;
}

.tabs-block .tabs-content {
    width: 50%;
    background: white;
    padding: 98px 12% 98px 52px;
}

.tabs-block .tabs-labels {
    position: absolute;
    top: 98px;
    right: 50%;
    width: 326px;
    z-index: 10;
}

.tabs-block .tabs-labels .tabs-label {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 300;
    padding-top: 14px;
    padding-bottom: 12px;
    line-height: 1.3;
    min-height: 70px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media(max-width: 767px) {
    .tabs-block .tabs-container {
        background-color: #F3F3F4;
    }

    .tabs-block .tabs-tab.active {
        margin-bottom: 0;
    }

    .tabs-block .tabs-tab {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        opacity: 1;
        margin-bottom: 4px;
        overflow: hidden;
    }

    .tabs-block .tabs-bg {
        position: relative;
        background: none !important;
        width: 100%;
        z-index: 2;
        filter: none;
        -webkit-filter: grayscale(0);
    }

    .tabs-block .tabs-bg .tabs-label {
        display: block;
        text-align: center;
        padding: 26px 10px 23px;
        font-weight: 300;
        height: auto;
    }

    .red-btn.big-arrow {
        min-height: 49px;
        padding-top: 7px;
        padding-bottom: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tabs-block .tabs-labels {
        display: none;
    }

    .tabs-block .tabs-tab.active .tabs-content {
        position: relative;
        display: block;
        z-index: 1;
        -webkit-animation-name: slideDown;
        animation-name: slideDown;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    .tabs-block .tabs-content {
        width: 100%;
        padding: 10px 10px 40px;
        display: none;
    }

}

@media(max-width: 1239px) {
    .tabs-block .site-wrapper {
        padding: 0;
    }
}


/*animations*/


@-webkit-keyframes slideDownDrop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%);
    }

    65% {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%);
    }

    80% {
        -webkit-transform: translateY(4%);
        transform: translateY(4%);
    }

    95% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDownDrop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%);
    }

    65% {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%);
    }

    80% {
        -webkit-transform: translateY(4%);
        transform: translateY(4%);
    }

    95% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes hideUp {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes hideUp {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes hideDown {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes hideDown {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes pushLeft {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }
}

@keyframes pushLeft {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }
}


/*hero imgs */

.landing-pg_hero-section,
.teacher_hero-section,
.why_hero-section,
.campus_hero-section,
.admin_hero-section,
.curriculum_hero-section,
.central_hero-section {
    /*-webkit-filter: grayscale(100%);*/
    /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
    padding-top: 250px;
    padding-bottom: 40px;
}

.landing-pg_hero-section {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/WSFT9_landing-pg-heroxsY4Ak/landing-pg-heroxsY4Ak.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.teacher_hero-section {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/Y4TR8_teacher-pg-hero-29aiUJG/teacher-pg-hero-29aiUJG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.admin_hero-section {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/QZQXL_admin-hero-2jLFatv/admin-hero-2jLFatv.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
}

.central_hero-section {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/KTKSL_central-hero-2FNktIb/central-hero-2FNktIb.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.why_hero-section {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/QKQU4_why-hero-2PwyNw1/why-hero-2PwyNw1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.campus_hero-section {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/8SIGD_campus-hero2ek4R8/campus-hero2ek4R8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.curriculum_hero-section {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/2AFMD_curriculum-hero-2CFJhvz/curriculum-hero-2CFJhvz.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/* landing-pg */

.mission_section,
.benefits_section,
.location_section,
.img-info_section,
.side-tabsss_section,
.info-tabsss_section,
.media-section,
.info-graphic-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.intro_section {
    padding-top: 80px;
}

.benefits-content_row {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.border-bottom {
    border-bottom: 1px solid #9B9B9B;
}

.benefits-icon_wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.location_section,
.side-tabsss_section,
.media-section {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/APBNF_stripes-bg5YiJhy/stripes-bg5YiJhy.png');
    background-position: center center;
}


.location_link--ul {
    padding-top: 1rem !important;
}

.location_link--li {
    padding-bottom: 1.5rem;
}

/* landing-pg end */

/* teacher page */

/*teacher page end */

/* basis curriculum page */

.infographic-img_wrapper {
    padding: 1rem;
    margin-top: 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .infographic-img_wrapper {
        width: 50%;
        margin: 0 auto;
    }
}

/* basis curriculum page end */

/* basis campuses page */

/* basis campuses page end */

.testimonial_section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.testimonial_section {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/Z9NHT_testimonial-bg-2BWOxbG/testimonial-bg-2BWOxbG.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* -webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
}

.testimonial-img_wrapper {
    margin-bottom: 20px;
}

.testimonial_wrapper blockquote {
    border-left: 0px solid;
}

.testimonial_p {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 28px;
    line-height: 39px;
    color: white;
    margin-bottom: 50px;
    text-align: center
}


.testimonial_cite {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    color: white;
    text-align: center;
    font-style: italic;
}

.testimonial_cite strong,
.p-style_cite strong {
    font-style: normal;
}

.testimonial_textbox--h4-wrapper {
    padding: .75rem;
    background: #D03F43;
    display: block;
    margin-bottom: 30px;
}

.testimonial_textbox {
    padding-right: .5rem;
    padding-left: .5rem;
}

.arrow-style-left svg,
.arrow-style-right svg {
    fill: #fff;
    width: 13px;
    margin: 0 auto;
    top: 7px;
    position: relative;
}

.arrow-style-left {
    display: inline-block;
    color: white;
    font-size: 25px;
    width: 54px;
    height: 54px;
    border: 3px solid #fff;
    margin-right: 2px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: relative;
}

.arrow-style-right {
    display: inline-block;
    color: white;
    font-size: 25px;
    width: 54px;
    height: 54px;
    border: 3px solid #fff;
    margin-left: 2px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    position: relative;
}

.testimonial_img--wrapper img {
    margin: 10px auto;
    text-align: center;
    width: auto !important;
}

/* landing-pg end */



.video-modal_section {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}


.video-modal_link {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.video-modal_link .svg-polygon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23px;
    fill: #fff;
    margin-left: 7px;
}

.video-modal_link:hover,
.video-modal_link:focus {
    background: white
}

.video-modal_link:hover .svg-polygon,
.video-modal_link:focus .svg-polygon {
    fill: #D03F43
}

.video-modal_text--wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.video-modal_img--wrapper img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


/* side tab with red btn nav */

.side-tabsss_section ul.tab-nav,
.info-tabsss_section ul.tab-nav {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.side-tabsss_section .ui-state-active {
    background: #D03F43;
    border: 2px solid #E65059;
    color: white;
    text-decoration: none;
}



.red-btn_tab {
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    color: white;
    background: #D03F43;
    border: 2px solid #D03F43;
    position: relative;
    display: inline-block;
    padding: 10px 74px 10px 16px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    width: 100%;
    transition-duration: ease all 0.25s;
}

.red-btn_tab a {
    color: white !important;
    text-decoration: none !important;
    font-size: 17px;
}

.red-btn_tab .svg-arrow {
    display: none;
    position: absolute;
    height: 12px;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    fill: #fff;
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.red-btn_tab:hover .svg-arrow,
.red-btn_tab:focus .svg-arrow {
    right: 1%;
}

/* side tab with red btn nav end */

.side-tabsss_section .tab-container {
    background: #E0E0E0;
    padding: 40px;
}

.info-tabsss_section .tab-nav li {
    display: inline-block;
}

.info-tabsss_section .tab-nav li a {
    color: white;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.info-tabsss_section .tab-nav li a:hover,
.info-tabsss_section .tab-nav li a:active,
.info-tabsss_section .tab-nav li a:focus {
    color: white;
    text-decoration: none;
}

.info-tabsss_section .tab-nav li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    color: white;
    background: black;
    border: 2px solid black;
}

.info-tabsss_section .tab-nav .ui-tabs-active {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    color: white;
    background: #D03F43;
    border: 2px solid #E65059;
}

.info-tabsss_section ul.tab-nav {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}

.info-tabsss_container {
    position: relative;
}

.info-tabsss_section .tab-container {
    background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/KDAXD_grey-bgHQk1VZ/grey-bgHQk1VZ.png') center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 80px;
}


/* tabssss end */

/*hover cards */

.hover-box_row {
    margin-bottom: 0px;
}

.hover-box_col {
    margin-bottom: 30px;
}

.hover-box_card {
    padding: 46px 48px 24px;
    background-color: #191B1E;
    position: relative;
    min-height: 455px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: block;
    /*   padding-top: 220px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px; */
    transition: .25s ease color;
}

.hover-box_card--img-wrapper {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0 -200px 300px -90px #000;
    box-shadow: inset 0 -200px 300px -90px #000;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

a.hover-box_card:hover .hover-box_card--img-wrapper,
a.hover-box_card:focus .hover-box_card--img-wrapper,
a.hover-box_card:active .hover-box_card--img-wrapper {
    opacity: 0.5;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
}

a.hover-box_card:hover,
a.hover-box_card:focus,
a.hover-box_card:active {
    text-decoration: none;
}

a.hover-box_card:hover .h4-style--light,
a.hover-box_card:focus .h4-style--light,
a.hover-box_card:active .h4-style--light {
    color: #E65059
}

a.hover-box_card:hover .hr-style,
a.hover-box_card:focus .hr-style,
a.hover-box_card:active .hr-style {
    border-color: #E65059
}

.hover-box_card--img-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1a1a;
    opacity: 0.15;
}

.hover-box_card--content-wrapper {
    color: #fff;
    position: relative;
    z-index: 2;
}

/*hover cards end */

/* video gallery royal slider */

#featured_video_gallery {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/DSNOO_bg-banner-featured-video-galleryx95fdQ/bg-banner-featured-video-galleryx95fdQ.jpg") top center no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#featured_video_gallery header h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: nowrap;
    -moz-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#featured_video_gallery header h2 a {
    font-size: 2rem;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

#featured_video_gallery .video_wrapper {
    margin-bottom: 2rem
}

#featured_video_gallery img.rsImg {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media (min-width: 42.5em) {
    #featured_video_gallery .video_wrapper {
        margin-bottom: 0
    }
}

#featured_video_gallery footer {
    text-align: right
}

/* video gallery royal slider end */

/* footer */

.footer-bar_section {
    background: #D03F43;
}

.footer-bar_row .col-sm-6 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px;
}

.footer-bar_row .border {
    border-left: 0px;
    border-top: 1px solid white;
}

.footer-bar_link {
    background: none;
    color: white;
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    border: 3px solid white;
    padding: 10px;
    transition: all ease .25s;
}

.footer-bar_link:hover,
.footer-bar_link:focus {
    color: #D03F43;
    background: white;
    text-decoration: none;
}

.footer_section {
    background: #27282D;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer_social--ul,
.location_link--ul,
.footer_contact--ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.footer_social--wrapper {
    text-align: left;
}

.footer_social--link-wrapper {
    padding-top: 30px;
    padding-right: 30px;
    display: inline-block;
}

.footer_social--link {
    color: white;
    transition: ease .25s color;
}

.footer_social--link:hover,
.footer_social--link:focus {
    color: #E65059;
    text-decoration: none;
}

.footer-p,
.footer_address--p {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 200;
}

.footer-p--small {
    font-size: 12px;
    margin-bottom: 0;
}

.footer_address--p {
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

.site-map__content {
    border-top: 1px solid rgb(255, 255, 255);
    padding-top: 10px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .footer_contact--li {
        display: inline-block;
    }


    .footer_contact--li.border-right {
        border-right: 1px solid white;
        padding-right: 30px;
    }

    .footer_contact--li.border-middle {
        border-right: 1px solid white;
        padding-right: 30px;
        padding-left: 30px;
    }

    .footer_contact--li.border-left {
        padding-left: 30px;
    }

    .footer_contact--li {
        padding-bottom: 0rem;
    }
}



.footer_contact--li {
    color: white;
    padding-bottom: .5rem;
}

.footer_contact--link {
    color: white;
    transition: ease .25s all;
}

.footer_contact--link:hover,
.footer_contact--link:focus {
    color: #E65059;
    text-decoration: none;
    border-bottom: 1px solid #E65059;
}


/* footer end */

/* helper classes */

.mb-80px {
    margin-bottom: 80px;
}

.text-white {
    color: white
}

.text-red {
    color: #D03F43
}

.text-grey {
    color: #27282D
}

.light-grey-bg {
    background: #F3F3F4;

}

.intro_section.light-grey-bg {
    padding-bottom: 80px;
}

strong {
    font-size: 18px;
    line-height: 25px;
}

small {
    line-height: 22px;
    font-weight: 300;
}

.col-padding {
    padding: 30px;
}

.mt-40 {
    margin-top: 40px !important;
}

.h1-style-a {
    font-family: 'Roboto Slab', serif;
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 10px;
}

.h1-style-b {
    font-family: 'Roboto Slab', serif;
    font-size: 52px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
}

.h2-subtitle {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

.h2-subtitle,
.p-style {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.p-style {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.p-style--serif {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
}

.h2-subtitle {
    margin-top: 30px;
}

.h2-style-a,
.h2-style-a--case {
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 50px;

}

.h2-style-b,
.h2-style-b--case {
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 15px;

}

.h2-style-b,
.h2-style-a {
    text-transform: uppercase;
}


.h3-style {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.h3-style,
.h3-style--sans,
.h3-style--light {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
}

.h3-style--light {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.h3-style--sans {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.h3-eyebrow {
    font: 300 16px/1 'Roboto Slab', serif;
    margin-bottom: 10px;
}

.h4-style {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.h4-style--light {
    font-weight: 400;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
}

.h5-style {
    font: 300 14px/1 'Roboto Slab', serif;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.p-style_qoute {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 28px;
    line-height: 39px;
    color: white;
    margin-bottom: 30px;
}

.p-style_cite {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

.general-list_ul {
    list-style-type: disc;
    padding: 0px;
}

.general-list_li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.link-red {
    display: block;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    text-decoration: underline;
    color: #D03F43;
}

.link-red:hover,
.link-red:focus {
    text-decoration: none;
    color: #E65059;
}

.red-btn {
    color: white;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    background: #D03F43;
    border: 2px solid #D03F43;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 74px 10px 16px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    min-width: 217px;
    transition-duration: ease all 0.25s;
}

.red-btn:before {
    content: '';
    display: block;
    position: absolute;
    border-right: 1px solid #fff;
    top: 7px;
    right: 50px;
    bottom: 7px;
}

.red-btn:hover,
.red-btn:focus {
    border: 2px solid #E65059;
    color: white;
    text-decoration: none;
}

.red-btn .svg-arrow {
    display: block;
    position: absolute;
    height: 12px;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    fill: #fff;
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.red-btn:hover .svg-arrow,
.red-btn:focus .svg-arrow {
    right: 7%;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.hr-style.red {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 3px solid #D03F43;
    width: 60px;
    margin-left: 0px;
}

.hr-style.white {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 3px solid white;
    width: 60px;
    margin-left: 0px;
}

.hr-style_long.grey {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #979797;
}

/* .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
  } */

/* helper classes end */

@media (min-width: 768px) {
    .basic-description_col {
        padding-left: 25px !important;
        padding-right: 25px !important;
        margin: 0px;
    }

    .basic-description_col:nth-child(2) {
        border-right: 1px solid #979797;
        border-left: 1px solid #979797;
        border-top: 0px solid #979797;
        border-bottom: 0px solid #979797;
    }

    .icon-description_col {
        margin-bottom: 0px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .footer-bar_row .border {
        border-left: 1px solid white;
        border-top: 0px;
    }

    .footer-bar_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-bar_row .col-sm-6 {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .red-btn_tab:before {
        content: '';
        display: block;
        position: absolute;
        border-right: 1px solid #fff;
        top: 7px;
        right: 50px;
        bottom: 7px;
    }

    .red-btn_tab .svg-arrow {
        display: block;
    }

    .video-modal_text--wrapper {
        padding: 40px;
        background: white;
        margin: 40px;
        margin-top: -140px;
    }

    .img-info_row--inner {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .footer_social--link-wrapper {

        padding-top: 0px;
        padding-right: 30px;
    }

    .footer_social--wrapper {
        text-align: right;
    }

    .side-tabsss_section .tab_component {
        position: relative;
    }

    .side-tabsss_section .tab-nav {
        display: inline-block;
        float: left;
        width: 50%;
        background: url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/0FWNH_tab-imgRddJak/tab-imgRddJak.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .side-tabsss_section .tab-container {
        display: inline-block;
        float: left;
        width: 50%;
    }


    .hover-box_row {
        margin-bottom: 30px;
    }

    .hover-box_col {
        margin-bottom: 0px;
    }

    .video-library_desktop {
        display: block;
    }

    .video-library_mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .video-library_desktop {
        display: none;
    }

    .video-library_mobile {
        display: block;
    }
}






/**jobs list***/


#new-search {
    background-color: #27282D;
    padding: 4rem 0 0 0;
}

#jobs-list aside {
    background-color: #27282D;
}

#jobs-list .app.stacked .LocationSearchInputComponent {
    width: 100%;
    margin: 0 auto;
}

#jobs-list .app.stacked .job-search-button {
    margin: 0 auto;
}



/*************************************************************************************************
  AMENDMENTS
  *************************************************************************************************/

@media (min-width: 53.5em) {
    #new-search .reset-filters {
        display: none;
    }

    #new-search #jobs-list .keyword-input {
        width: 50% !important;
        margin: 0 !important;
        margin-right: 1% !important;
        display: inline-block;
        float: left;
    }

    #new-search #jobs-list .LocationSearchInputComponent {
        width: 30% !important;
        margin: 0 !important;
        margin-right: 1% !important;
        display: inline-block;
        float: left;
    }

    #new-search #jobs-list .job-search-button.primary {
        margin: 0 !important;
        width: 18% !important;
    }
}


#jobs-list input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}


/* Hide footerpowered as this is not our design */

#footerpowered {
    display: none;
}




/* Job search and display resets */

#jobs-list * {
    font-family: inherit;
}

#jobs-list:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}



/*Reset default jobs list versioning*/

@media (max-width: 850px) {

    #jobs-list .app.stacked .filter-block .filter-container .keyword-search,
    #jobs-list .app.stacked .filter-block .filter-container .advanced-search-container {
        margin: 0;
        padding: 0;
    }

    #jobs-list aside .filter-group.no-job-list input,
    #jobs-list aside .filter-group.no-job-list .LocationSearchInputComponent,
    #jobs-list aside .filter-group.no-job-list button,
    #jobs-list aside .filter-group.no-job-list .auto-suggest-container {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}


/*Resets for jobs list*/

#jobs-list main .results-container {
    padding: 0;
}

#jobs-list .results-container .sort-container,
#jobs-list .results-container .results-header {
    display: none;
}

#jobs-list .stacked main .results-container .card {
    margin: 0;
    max-width: none;
}

#company-profile-main #jobs-list .pagination {
    display: none;
}


/* Reset .app class width */

#jobs-list .app {
    width: 100%;
}

#jobs-list .app.stacked .filter-block {
    position: relative;
}


/* Hide existing h3s */

#jobs-list aside .filter-group>h3 {
    display: none;
}


/* Match job search fields to Bigfish design */

#jobs-list aside .filter-container input[type="text"],
#jobs-list aside .filter-group.no-job-list input[type="text"] {
    background: #fff;
    border: 2px solid #fff;
    color: #27282D;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    width: 100%;
    padding: 1.85rem 2rem;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: inherit;
    font-size: 1.8rem;
}


/* Match job search button to Bigfish design */

#jobs-list .job-search-button.primary,
#company-profile-main #jobs-list aside .filter-group.no-job-list button {
    background: #D03F43;
    border-color: #D03F43;
    color: #fff;
    transition: all 0.2s ease-in-out;
    height: initial;
    text-transform: none;
    margin-bottom: 1.5rem;
    line-height: 0;
    height: 62px;
    font-size: 2rem;
    font-weight: bold;
}


/* Restyle location filter to mirror Bigfish design */

#jobs-list aside .filter-group .LocationSearchInputComponent .Select-control,
#jobs-list aside .filter-group .LocationSearchInputComponent select {
    border: 0;
    height: 62px;
}

#jobs-list aside .filter-group .LocationSearchInputComponent .Select-placeholder {
    padding: 1.85rem 2rem;
    line-height: 1.2;
    vertical-align: middle;
    font-size: 1.8rem;
    top: 0;
}

#jobs-list aside .filter-group .LocationSearchInputComponent .Select-input input {
    padding: 2.2rem 2rem;
    transition: none;
}

.jobs-list .filter-group .filter-category-container .filter-options-list-container {
    position: absolute;
    width: 60%;
}

.filter-block input.keyword-input,
.filter-block .LocationSearchInputComponent {
    margin-bottom: 1.5rem !important;
}

#jobs-list aside .filter-group .LocationSearchInputComponent .radius-dropdown.filters-radius {
    width: 29%;
    margin-left: 1%;
    display: none;
}

.jobs-list aside .filter-group .LocationSearchInputComponent .Select.location-selected {
    width: 100% !important;
}

#jobs-list aside .filter-group .LocationSearchInputComponent .Select-value {
    top: 0;
    padding: 1.25rem 2.2rem;
    font-size: 1.85rem;
}


/* Change Jobs List Search to mimic left col design */




/* Filter group */

#jobs-list .filter-group .filter-category-container .filter-options-list-container {
    width: 100%;
}

#jobs-list .filter-group .filter-category-container .filter-options-list-container:before,
#jobs-list .filter-group .filter-category-container .filter-options-list-container:after {
    box-shadow: none;
}

#jobs-list .filter-group .filter-category-container .filter-options-list-container .filter-options-list {
    max-height: inherit;
    overflow-y: visible;
    background-color: transparent;
    padding: 0;
}

#jobs-list .app.stacked .filter-block .filter-container .advanced-search-container {
    margin: 0;
}

@media (min-width: 42.5em) {

    #jobs-list .app.stacked .filter-block {
        width: 100%
    }
}

@media (min-width: 53.5em) {
    #jobs-list .app.stacked .filter-block {
        width: 45%;
        display: inline-block;
        float: left;
    }
}

@media (min-width: 81.25em) {
    #jobs-list .app.stacked .filter-block {
        width: 40%
    }
}

@media (min-width: 93.75em) {
    #jobs-list .app.stacked .filter-block {
        width: 35%
    }
}

@media (min-width: 100em) {
    #jobs-list .app.stacked .filter-block {
        width: 30%
    }
}

#jobs-list .app.stacked .filter-block {
    background: #27282D;
    padding: 4rem 3rem;
}

@media (min-width: 42.5em) {
    #jobs-list .app.stacked .filter-block {
        padding: 5rem 6rem
    }
}








#jobs-list .stacked main {
    width: 100%
}

@media (min-width: 53.5em) {
    #jobs-list .stacked main {
        width: 55%;
        float: left;
        display: inline-block;
    }
}

@media (min-width: 81.25em) {
    #jobs-list .stacked main {
        width: 60%
    }
}

@media (min-width: 93.75em) {
    #jobs-list .stacked main {
        width: 65%
    }
}

@media (min-width: 100em) {
    #jobs-list .stacked main {
        width: 70%
    }
}

#jobs-list .filter-group .filter-header {
    display: none;
}

.main-job-list-widget-header {
    display: none;
}


/*Mimic padding on CRM aside*/

#jobs-list aside {
    padding: 0 2rem 2rem 3rem
}

#company-profile-main #jobs-list .app.stacked .filter-block {
    width: 100%;
}



/*Versioning for job search*/

@media (max-width: 1031px) {

    /*Reposition search and reset padding*/
    #jobs-list aside {
        margin-top: -12px;
        padding: 1rem 3rem 3rem;
    }
}


/* Add new class to show mobile only all postions button */


@media (min-width: 42.5em) {
    #careers_search #career_search .search_wrap {
        padding: 5rem 6rem
    }

    /*JA Added class to remove bottom padding*/
    #careers_search #career_search .search_wrap.ja {
        padding: 5rem 6rem 1px 6rem
    }

    #jobs-list .job-search-button.primary,
    #company-profile-main #jobs-list aside .filter-group.no-job-list button {
        margin: .8rem;
    }

    #company-profile-main #jobs-list .LocationSearchInputComponent,
    #company-profile-main #jobs-list aside .filter-group.no-job-list .LocationSearchInputComponent {
        width: 48%;
        margin-top: 9px;
    }

    #company-profile-main #jobs-list .job-search-button.primary {
        width: 48%;
    }
}

@media (min-width: 53.5em) {
    #company-profile-main #jobs-list aside .filter-container input[type="text"] {
        width: 33%;
        margin-right: 2%;
        margin-top: 0;
    }

    #company-profile-main #jobs-list .LocationSearchInputComponent,
    #company-profile-main #jobs-list aside .filter-group.no-job-list .LocationSearchInputComponent {
        width: 48%;
        margin-right: 2%;
        margin: 0 auto;
        margin-top: 0;
    }

    #company-profile-main #jobs-list .job-search-button.primary {
        width: 30%;
    }
}

.profile-bottom #careers_search {
    display: none;
}

@media (min-width: 64.5em) {
    #company-profile-main #jobs-list aside .filter-container input[type="text"] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem !important;
    }

    #company-profile-main #jobs-list .LocationSearchInputComponent,
    #company-profile-main #jobs-list aside .filter-group.no-job-list .LocationSearchInputComponent {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        margin: 0;
        margin-bottom: 1.5rem !important;
    }

    #company-profile-main #jobs-list .job-search-button.primary {
        width: 100%;
    }

    #company-profile-main #jobs-list {
        /*width: 45%;*/
        margin-top: -1px;
        display: inline-block;
    }

    #company-profile-main .job-list-widget {
        width: 55%;
    }

    /*#company-profile-main #jobs-list .stacked main {
        width: 55%;
        display: inline-block;
        margin-top: -16.2rem;
        margin-bottom: 9rem;
    }*/
    #company-profile-main .profile-bottom {
        margin-top: 0rem;
    }

    .profile-bottom #careers_search {
        display: inline-block;
        width: 55%;
        float: right;
    }
}


/* .app.stacked .filter-block*/

@media (min-width: 81.25em) {
    #company-profile-main #jobs-list {
        width: 100%;
        margin-top: -1px;
        display: inline-block;
    }

    #company-profile-main #jobs-list .stacked main {
        width: calc(100% - 52rem);
        display: inline-block;
        margin-top: -17.2rem;
    }

    #company-profile-main .job-list-widget {
        width: calc(100% - 52rem);
    }

}


/* Modify job display to mimic right col design */

#company-profile-main #jobs-list .stacked main {
    display: none;
}

#company-profile-main .job-list-widget {
    display: none;
}

@media(min-width: 1032px) {
    #company-profile-main #jobs-list .stacked main {
        display: inline-block;
    }

    #company-profile-main .job-list-widget {
        display: inline-block;
        float: right;
    }

    /*Set min height to job widget div to prevent weird flashing on load*/
    .profile-bottom div:first-child {
        min-height: 400px;
    }
}


/* Modify job title to match */

#jobs-list li.result-item,
.job-list-widget ul li a {
    background-color: #fff;
    border-top: 1px solid #e0e1e2;
    border-left: 1px solid #e0e1e2;
    margin: 0;
    width: 100%;
    padding: 3rem;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

@media (min-width: 53.5em) {

    #jobs-list li.result-item,
    .job-list-widget ul li a {
        padding: 3rem 5rem;
    }
}

@media (min-width: 1260px) {

    #jobs-list li.result-item,
    .job-list-widget ul li a {
        padding: 3.5rem 5rem;
    }
}

.job-list-widget ul li a {
    display: block;
}

#jobs-list li.result-item:last-child,
.job-list-widget ul li:last-child a {
    border-bottom: 1px solid #e0e1e2;
}

#jobs-list .stacked main .results-container .pagination {
    margin: 0 auto;
    padding: 3rem 0;
    border-left: 1px solid #e0e1e2;
    max-width: none;
}

#jobs-list .pagination a {
    font-size: 1.8rem;
    margin: .8rem;
    color: #93949c;
}

#jobs-list .pagination a:hover {
    color: #00aed9;
}

#jobs-list .pagination a.page-link-next {
    margin-left: 7rem;
}

#jobs-list .pagination a.page-link-previous {
    margin-right: 7rem;
}

#jobs-list .pagination a.not-selectable {
    color: #e0e1e2;
}

#jobs-list .pagination a.current-page {
    color: #27282D;
}


/*Remove last child to make for four jobs*/

#company-profile-main #jobs-list .stacked main li.result-item:last-child {
    display: none;
}


/* Add border bottom to new last child to ease versioning */

#company-profile-main #jobs-list li.result-item:nth-child(4) {
    border-bottom: 1px solid #e0e1e2;
}


/* Elimate result name a hover */

#jobs-list .results-list .result-item .item-title>a:hover {
    text-decoration: none;
}


/* Add li hover to mirror a hover */

#jobs-list li.result-item:hover {
    background: #D03F43;
}

#jobs-list .results-list .result-item:hover * {
    color: white;
}


/* Eliminate page size toggle */

#jobs-list select.page-size {
    display: none;
}



#jobs-list li.result-item div.item-title {
    line-height: 1;
}

#jobs-list li.result-item a.item-title span,
.job-list-widget ul li a span.title,
.job-list-widget ul li a:hover span.location {
    color: #000;
}

#jobs-list li.result-item a.item-title span,
.job-list-widget ul li a span.title {
    font-family: "Helvetica Neue LT W01_71488914", 'Roboto', sans-serif;
    font-weight: initial;
}

@media (min-width: 31.5em) {
    #jobs-list li.result-item a.item-title span {
        -webkit-box-flex: 0 0 40%;
        -moz-box-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

@media (min-width: 42.5em) {

    #jobs-list li.result-item a.item-title span,
    .job-list-widget ul li a span.title {
        font-size: 1.8rem
    }
}

@media (min-width: 53.5em) {

    #jobs-list li.result-item a.item-title span,
    .job-list-widget ul li a span.title {
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 64.5em) {

    #jobs-list li.result-item a.item-title span,
    .job-list-widget ul li a span.title {
        padding-right: 1.5rem;
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 1260px) {

    #jobs-list li.result-item a.item-title span,
    .job-list-widget ul li a span.title {
        font-size: 2rem
    }
}

@media (min-width: 87.5em) {

    #jobs-list li.result-item a.item-title span,
    .job-list-widget ul li a span.title {
        -webkit-box-flex: 0 0 70%;
        -moz-box-flex: 0 0 70%;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
}


/* Modify city display to match */

#jobs-list li.result-item span.location,
.job-list-widget ul li a span.location {
    display: block;
    float: none;
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 1.5rem
}


/* Add icomoon location marker */

#jobs-list li.result-item span.location:after,
.job-list-widget ul li a span.location:after {
    /* font-family: 'icomoon' !important; */
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #D03F43;
    margin-left: 1rem;
    content: "\f041 ";
    /* content: "\e902"; */
    display: inline-block;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#jobs-list li.result-item:hover span.location:after,
.job-list-widget ul li a:hover span.location:after {
    color: #27282D;
}

@media (min-width: 31.5em) {

    #jobs-list li.result-item span.location,
    .job-list-widget ul li a span.location {
        float: right;
        display: inline;
        text-align: right;
        margin-top: 0;
        -webkit-box-flex: 0 0 60%;
        -moz-box-flex: 0 0 60%;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

@media (min-width: 53.5em) {

    #jobs-list li.result-item span.location,
    .job-list-widget ul li a span.location {
        text-align: left;
        margin-top: 1.5rem;
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 64.5em) {

    #jobs-list li.result-item span.location,
    .job-list-widget ul li a span.location {
        text-align: right;
        padding-left: 1.5rem;
        margin-top: 0;
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 87.5em) {

    #jobs-list li.result-item span.location,
    .job-list-widget ul li a span.location {
        -webkit-box-flex: 0 0 30%;
        -moz-box-flex: 0 0 30%;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }
}






/* Company follow */


@media(min-width: 768px) {
    #get_alerted {
        margin-left: 4rem;
    }
}


#company-follow>div>div>div>div.content-container>div>div.form-container>div {
    width: auto;
}



#get_alerted .company-follow-container .form-container .form-row {
    margin-top: 10px;
}

#get_alerted .company-follow-container {
    z-index: 1 !important;
    box-shadow: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: initial !important;
}

#get_alerted .company-follow-container .leader {
    display: none !important;
}

#get_alerted .company-follow-container .content-container {
    margin-left: 0 !important;
    background: inherit !important;
    padding: 0 !important;
}

#get_alerted .company-follow-container .content-container .company-follow-description h3 {
    font-size: 24px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #FFF !important;
    line-height: 1.2 !important;
    margin-bottom: 2.5rem !important;
}

@media (min-width: 42.5em) {
    #get_alerted .company-follow-container .content-container .company-follow-description h3 {
        font-size: 2.6rem !important;
    }
}

#get_alerted .company-follow-container .form-container {
    margin: 0 !important;
}

#get_alerted .company-follow-container .form-container .container,
#get_alerted .company-follow-container .form-container form,
#get_alerted .company-follow-container .form-container div {
    background: inherit !important;
    max-width: initial !important;
}

#get_alerted .company-follow-container .form-container .form-row .form-element,
#get_alerted select {
    display: block !important;
    width: 100% !important;
    color: inherit !important;
    background: #fff !important;
    height: initial !important;
    padding: 1.85rem 2rem !important;
    margin: 0 !important;
    vertical-align: middle !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    font-size: 1.8rem !important;
    box-shadow: none !important;
    -webkit-appearance: none
}

#get_alerted .is-searchable {
    display: none !important;
}

#get_alerted .company-follow-container .form-container .form-row .form-element.submit,
#company-follow input[type="submit"] {
    font-family: 'Roboto', sans-serif !important;
    text-transform: none !important;
    border: 2px solid !important;
    font-size: 2rem !important;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 0 !important;
    width: auto !important;
    padding: 3rem !important;
    display: inline-block !important;
    cursor: pointer !important;
    outline: none !important;
    background: none !important;
    border: 3px solid #fff !important;
    color: #FFF !important;
    transition: all ease .25s;
    height: 64px !important;
}

#get_alerted .company-follow-container .form-container .form-row .form-element.submit:hover,
#company-follow input[type="submit"]:hover {
    background: #fff !important;
    color: #D03F43 !important;
}

#get_alerted select.form-element {
    background: #fff url('https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/D3FXS_icon-select-arrowl6fqPG/icon-select-arrowl6fqPG.jpg') right center no-repeat !important;
}


/*ALL JOBS PAGE*/


/* Add hero img to jobs list page */

.page-jobs #hero,
.page-joblist #hero {
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/2078/image/2025/7/QU2OK_bg-banner-header-searchbFB5lQ/bg-banner-header-searchbFB5lQ.jpg") center center no-repeat;
    background-size: cover;
}


/*Mimic padding on CRM aside*/

.page-jobs #jobs-list aside,
.page-joblist #jobs-list aside {
    padding: 5rem 3rem;
}


/* Change width as this is nested further than intended */

.page-jobs #careers_search #career_search,
.page-joblist #careers_search #career_search {
    width: 100%;
}


/*Versioning for job search*/


@media (min-width: 42.5em) {

    .page-jobs #careers_search #career_search .search_wrap,
    .page-joblist #careers_search #career_search .search_wrap {
        padding: 0;
    }

    /*JA Added CRM aside to add padding*/
    .page-jobs .jobs-list aside,
    .page-joblist .jobs-list aside {
        padding: 5rem 6rem !important;
    }
}

.page-joblist .card h4 {
    font-weight: bold;
    letter-spacing: .025rem;
    padding: 2rem 3rem 0 3rem;
}

.page-joblist .card li {
    font-size: 1.75rem;
    padding: 0 3rem;
}


/*Job Page*/

#job-detail .modal {
    background: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0;
    overflow: hidden !important;
    position: relative !important;
    display: block;
}

#job-detail .modal-content {
    position: fixed !important;
}

#job-detail #footer .modal.in {
    position: fixed !important;
}

#job-detail #footer .modal.in .modal-content {
    position: relative !important;
}


/* Job Detail */

#job-detail .job-description {
    background-color: #fff;
    padding: 0;
    width: 100%;
}

#job-detail .primary-background-color-lighter:hover,
#job-detail .primary-background-color-lighter:focus {
    background: #E65059;
    color: white;
}

#job-detail .job-description .map-button,
#job-detail .job-description .job-share-button {
    font-size: 14px !important;
}

#job-detail .job-addl-info .map-button:hover,
#job-detail .job-addl-info .job-share-button:hover {
    background: #D03F43;
}



#job-detail .job-description-content strong,
#job-detail .job-description-content b {
    font-weight: bold;
}

@media (min-width: 768px) {
    #job-detail .job-description .main-content {
        width: calc(100% - 50rem);
        margin: 0 auto;
    }

    #job-detail .job-description .job-addl-info {
        width: 30rem;
        padding: 2rem;
        background-color: #e0e1e2;
        margin-top: 10rem;
    }
}



#job-detail .job-description h1.job-title {
    background-color: #27282D;
    padding: 60px;
    color: #fff;
    height: 150px;
    font-size: 2.5rem;
    font-weight: bold;
}

#job-detail {
    overflow-x: hidden;
}

#job-detail #MapResultsBorder {
    display: none !important;
}

#job-detail .simple-apply-container {
    min-height: initial !important;
}

#job-detail #ApplyInstructions p:first-child {
    display: none;
}

#job-detail #ApplyInstructions .ApplyButton.CustomTop {
    margin-bottom: 3rem;
}

#job-detail .custom-apply-text {
    display: none;
}

#PContent>.inner {
    max-width: 1290px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 18rem 3rem 8rem 3rem;
}

#job-detail #PTitle {
    background-color: #27282D;
    min-height: 12rem;
    z-index: 1;
    padding: 4rem 1.5rem;
    position: absolute;
    top: 13.5rem;
    left: 0;
    width: 100vw;
}

#job-detail #PTitle h1 {
    color: #D03F43;
    padding: 0 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#job-detail #job-addl-info .job-addl-info {
    background: #e0e1e2;
    margin: 0;
    padding: 3rem;
}

#job-detail .box-1 {
    background: #e0e1e2;
    margin: 0;
    padding: 0 3rem 3rem !important;
}

#job-detail .job-description .apply-button {
    font-size: 16px;
    background: #D03F43;
    border-radius: 0;
    color: #FFF !important;
    transition: all .2s ease;
    padding: 3rem 2rem;
}

#job-detail .job-description .apply-button strong,
#job-detail .job-description .apply-button span,
#job-detail .job-description .apply-button:hover strong,
#job-detail .job-description .apply-button:hover span {
    background: none;
}

#job-detail .job-description .apply-button:hover {
    color: #FFF;
    background: #E65059;
}

#job-detail .jobDesc li {
    list-style: disc;
    font-size: 20px;
    margin-bottom: 8px;
    margin-left: 20px;
}

form#emailFriend {
    padding: 0;
}

input#eRecipient {
    float: left;
    font-size: 18px;
    height: 40px !important;
    margin-left: 0 !important;
    margin-bottom: 16px;
    width: 250px !important;
}

input#email-submit-button {
    display: block;
    clear: both;
    background: #00beed;
    color: #FFF;
    border: 0;
    font-size: 18px;
    padding: 8px 12px;
    margin: 0;
}

@media (min-width: 31.5rem) {
    #job-detail .job-description .apply-button {
        padding: 2rem 3rem;
    }
}

@media (min-width: 42.5em) {
    #job-detail .box-1 {
        background: #FFF;
    }

    #PContent>.inner {
        padding: 24rem 4.5rem 8rem 4.5rem;
    }

    #job-detail #PTitle {
        min-height: 15.5rem;
        padding: 5.2rem 4.5rem;
    }

    #job-detail #PContent .job-body {
        margin-right: 33%;
        padding-right: 4rem;
    }

    #job-detail #job-addl-info .job-addl-info {
        width: 33%;
    }

    #job-detail .box-1 .ApplyButton {
        display: inline-block;
    }

    #job-detail .box-1 {
        padding: 0 !important;
    }
}

@media (min-width: 64.5em) {}

@media (min-width: 1260px) {
    .job-body {}
}

.job-description .job-description-content p,
.job-description .job-description-content span,
.job-description .job-description-content li,
.job-description .job-skills p,
.job-description .job-skills span,
.job-description .job-skills li,
.job-description .job-notes.important-notes p,
.job-description .job-notes.important-notes span,
.job-description .job-notes.important-notes li,
#job-detail tr,
.job-description h4.job-description-header,
.job-description h4.job-skills-header,
.job-description h4.job-notes-header,
.job-description h4.apply-with-header {
    font-size: 1.5rem !important;
}

#job-detail .reqResult h2 {
    display: none;
}

#job-detail .job-description .content {
    /*max-width: 80rem;*/
    padding: 0;
    max-width: 100%;
}

#job-detail .job-description .map-button,
#job-detail .job-description .job-share-button {
    font-size: 1.3rem;
}


@media (max-width: 700px) {
    #company-follow .company-follow-container {
        margin-left: 0 !important;
    }
}

/* search results no results update */

.card.primary-color {
   color: #27282D;
   padding-left: 20px;
}

/*helper class*/
.align-center{
        display: flex;
    align-items: center;
}



