.theme-delta {
    background: rgb(239,239,239) url("../../images/bg-shape.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.theme-delta .why-us-container {
    padding: 10rem 0 6rem;
}
.theme-delta .why-us-container .title {
    font: normal normal 900 3.81rem/3.429rem "Tempo Std";
    color: #10559A;
    text-transform: uppercase;
}
.theme-delta .why-us-container .sub-title {
    font-size: 1.524rem;
    margin-bottom: 4rem;
}
.theme-delta .why-us-container .why-us-item {
    display: flex;
    text-align: center;
    flex-direction: column;
}
.theme-delta .why-us-container .why-us-item .why-us-icon {
    padding-bottom: 2rem;
}
.theme-delta .why-us-container .why-us-item .why-us-icon img {}
.theme-delta .why-us-container .why-us-item .why-us-text {
    color: #0f559a;
    font: normal normal 900 1.333rem/1.5rem "Tempo Std";
    text-transform: uppercase;
}
.theme-delta .why-us-container .why-us-item .why-us-text span {
    color: #75c4d0;
    font: normal normal 900 2.5rem/2.5rem "Tempo Std";
}
/* 1.333 = 28px 3.333 = 80px 1.905 = 40px*/

.theme-delta .button-blue {
    font: normal normal 900 1.333rem/1.905rem "Tempo Std";
    color: #FFFFFF;
    text-transform: uppercase;

    display: inline-block;
    font-size: 1.333rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem 2rem calc(1rem - 0.4rem);
    /*background: #DC1125;*/
    background: transparent linear-gradient(232deg, #75c4d0 0%, #75c4d0 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.theme-delta .button-dark-blue {
    font: normal normal 900 1.333rem/1.905rem "Tempo Std";
    color: #FFFFFF;
    text-transform: uppercase;

    display: inline-block;
    font-size: 1.333rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem 2rem calc(1rem - 0.4rem);
    /*background: #DC1125;*/
    background: transparent linear-gradient(232deg, #255494 0%, #255494 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
/* Header style */
.theme-delta .header-top {
    padding: 3rem 0 8rem;
    position: relative;
    background: transparent url("../../images/header-video-image.png") no-repeat center;
    background-size: cover;
    background-position: top right;
}
.theme-delta.theme-delta-medical .fixed-menu li a.create-account-modal {
    display: none;
}
.theme-delta.theme-delta-medical .header-menu-fixed {
    z-index: 4;
}
.theme-delta.theme-delta-medical .job-position-fixed-header {
    z-index: 2;
}

.theme-delta .header-logos {
    /*padding-top: 3rem;*/
    /*padding: 6.667rem 0 2rem;*/
    min-height: 13rem;
    /*margin-top: -4.5rem;*/

    /*background-image: url('../../images/header-search-red2.svg');*/
    /*background-size: cover;*/
    /*background: #DC1125;*/
    position: relative;
}
.theme-delta .header-logos::before {
    content: "";
    /*background-image: url('../../images/header-search-red2.svg');*/
    background-image: url('../../images/header-round-background.png');
    fill: #f5f5f5;
    position: absolute;
    top: -5rem;
    left: 0;
    width: 100%;
    height: calc(100% + 5rem);
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    background-size: cover;
}
.theme-delta .header-logos::after {
    content: "";
    background-image: url('../../images/header-search-bg.svg');
    position: absolute;
    top: -4rem;
    left: 0;
    width: 100%;
    height: calc(100% + 4rem);
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.theme-delta .header-logos .container {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.theme-delta .header-logos .logos-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.theme-delta .header-logos .logos-container img {
    max-width: 90%;
    min-width: 50%;
    height: 3.5rem;
}
.theme-delta .header-logos .logo-with-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.theme-delta .header-logos .logo-with-text .logo-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme-delta .header-logos .logo-with-text .logo-image img {}
.theme-delta .header-logos .logo-with-text .info {
    border-left: 2px solid #707070;
    margin-left: 2rem;
    padding: 2rem;
}
.theme-delta .header-logos .logo-with-text .info .title {
    font: normal normal 900 4.286rem/1 "Tempo Std";
    letter-spacing: 4.05px;
    color: #10559A;
    text-transform: uppercase;
}
.theme-delta .header-logos .logo-with-text .info .text {
    font: normal normal normal 1.333rem/1.714rem "Helvetica Neue";
    color: #222222;
}


/* STORIES */
.theme-delta .stories {
    padding: 10.667em 0 6.381rem;
    background: rgb(239,239,239) url('../../images/bg-shape.svg') 0% 0% no-repeat padding-box;
}
.theme-delta .stories .title, .theme-delta .stories .display-5 {
    font: normal normal 900 3.238rem/3.238rem "Tempo Std";
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.theme-delta .stories .title span, .theme-delta .stories .display-5 span {
    color: #62b6c2;
}
.theme-delta .stories .sub-title, .theme-delta .stories .display-6 {
    font-size: 1.333rem;
    text-align: center;
}

/* Job post */
.theme-delta .job-post-container {
    /*background: #10559A;*/
    background: #10559A url('../../images/bg-shape.svg') 0% 0% no-repeat padding-box;
    padding: 8.571rem 0;
    text-align: center;
    background-size: cover;
}

/* Crew container */
.theme-delta .crew-container:before {
    content: "";
    position: absolute;
    top: -5%;
    left: -1px;
    z-index: 0;
    width: 102%;
    background: transparent url("../../images/blue-bg-shape.svg");
    background-size: cover;
    padding: 4rem 0 10.238rem;
}
/* Departments */
.theme-delta .departments-container {
    background: rgb(239,239,239) url('../../images/bg-shape.svg') 0% 0% no-repeat padding-box;
    /*background: rgb(239,239,239) url('../../images/bg-shape.svg');*/
    /*background-size: cover;*/
    /*background-position: center;*/
    padding: 7rem 0 6.19rem;
}
.theme-delta .departments-container .dep-item-col {
    width: 19%;
}
.theme-delta .departments-container .title {
    font: normal normal 900 3.81rem/3.429rem "Tempo Std";
    color: #10559A;
    text-transform: uppercase;
    text-align: center;
}
.theme-delta .departments-container .sub-title {
    font-size: 1.524rem;
    text-align: center;
    margin-bottom: 4rem;
}
.theme-delta .departments-container .action {
    text-align: center;
    margin-top: 4.762rem;
}
.theme-delta .departments-container .link {
    font: normal normal 900 1.905rem/3.429rem "Tempo Std";
    color: #2B93FA;
    text-transform: uppercase;
    text-decoration: underline;
}
.theme-delta .departments-container .department-item {
    background: transparent linear-gradient(222deg, #FFFFFF 0%, #EAEEF5 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #0000001F;
    border-radius: 0.5rem;
    height: 100%;
    padding: 0 0 1.905rem 0;
    text-align: center;
    position: relative;
}
.theme-delta .departments-container .department-item .image {
    height: 10.5rem;
}
.theme-delta .departments-container .department-item img {
}
.theme-delta .departments-container .department-item .name {
    font: normal normal 900 1.429rem/1.524rem "Tempo Std";
    text-transform: uppercase;
    text-align: center;
    color: #10559A;
    max-width: 92%;
    margin: 0 auto;
}
.theme-delta .departments-container .department-item:hover img {
    display: none;
}
.theme-delta .departments-container .department-item .department-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(222deg, #FFFFFF 0%, #EAEEF5 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #0000001F;
    border-radius: 12px;
    padding: 1.5rem 0.8rem 1rem;
    display: none;
}
.theme-delta .departments-container .department-item .department-info .title {
    text-align: center;
    font: normal normal 900 1.333rem/1.524rem "Tempo Std";
    color: #10559A;
    text-transform: uppercase;
}
.theme-delta .departments-container .department-item.no-link:hover .department-info {
    justify-content: normal;
}
.theme-delta .departments-container .department-item .department-info .description {
    text-align: center;
    font: normal normal normal 0.7rem/1.143rem "Helvetica Neue";
    color: #222222;
    margin-top: 0.5rem;
}
.theme-delta .departments-container .department-item .department-info a {
    text-align: center;
    font: normal normal 900 1.143rem/1.619rem "Tempo Std";
    color: #10559A;
    text-transform: uppercase;
    text-decoration: none;
}
.theme-delta .departments-container .text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #272727;
    font-size: 0.952rem;
    line-height: 1.238rem;
    margin-top: 3rem;
}
.theme-delta .departments-container .text span {
    text-transform: uppercase;
    font-weight: bold;
}
.theme-delta.theme-delta-medical .job-benefits {
    padding-top: 2rem;
    margin-top: 1rem;
}
.theme-delta .job-benefits .title {
    border-top: 2px solid #707070;
    margin-top: 0;
    padding-top: 6rem;
    color: #75C4D0;
}
.theme-delta .job-benefits .row {
    border-bottom: 2px solid #707070;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}
.theme-delta.theme-delta-medical .job-benefits .benefit-item .text {
    color: #242424;
}
.theme-delta.theme-delta-medical .job-position-page .description .sub-title {
    margin-top: 1rem;
}
.theme-delta.theme-delta-medical .header-top .title {
    font: normal normal normal 4rem/4rem "Tempo Std";
}
.theme-delta.theme-delta-medical .header-top .sub-title {
    font: normal normal normal 1.8rem/2rem "Helvetica Neue";
}
.theme-delta.theme-delta-medical .header-top .actions {
    margin-top: 2rem;
}
.theme-delta.theme-delta-medical .header-top .sub-title {
    text-transform: uppercase;
    width: 85%;
}
.theme-delta.theme-delta-medical .left-blue-slider .slick-dots {
    position: absolute;
    bottom: 10%;
    right: auto;
    left: 8%;
    z-index: 2;
    width: auto;
}

.theme-delta.theme-delta-medical .tabs-container {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 4rem;
}
.theme-delta.theme-delta-medical .tabs-container .tabs-nav {
    margin-top: 0;
    margin-bottom: 8rem;
}
.theme-delta.theme-delta-medical .tabs-container .tabs-nav .container .tabs-nav-start {
    top: 3rem;
}
.theme-delta.theme-delta-medical .tabs-container .tabs-nav .container .tabs-nav-start::after {
    top: calc(-100% + 32px);
    rotate: 180deg;
}

/* Job position page */
.theme-delta .job-position-page {
    background: #ffffff;
}
.theme-delta .job-position-page .description ul li::before {
    content: "";
    display: inline-block;
    background: url('../../images/job-position/ic_bullet-1.svg') no-repeat;
    width: 2.8rem;
    min-height: 3rem;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.theme-delta .job-position-page .description ul.nav-tabs li.nav-item::before {
    display: none;
}
.theme-delta .job-position-page .description ul.nav-tabs li.nav-item {
    padding: 0;
    max-width: 20%;
    border-bottom: 1px solid #989898;
    margin: 0;
}
.theme-delta .job-position-page .description ul.nav-tabs li.nav-item a {
    font: normal normal bold 0.762rem/1rem "Helvetica Neue";
    color: #939494;
    padding:10px;
    min-height: 100%;
    display: flex;
    align-items: center;
}
.theme-delta .job-position-page .description ul.nav-tabs li.nav-item a.active {
    color: #10559A;
    background: #10559A1A 0% 0% no-repeat padding-box;
    border-bottom: 2px solid #10559A;
}
.theme-delta .job-position-page .description .tab-content {
    box-shadow: 0px 0px 32px #00000019;
    border: 1px solid #E8E8E8;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 3rem;
}
.theme-delta .job-position-page .description .tab-content .tab-pane .item-title {
    font: normal normal 900 1.524rem/2.095rem "Tempo Std";
    color: #75C4D0;
    margin-bottom: 1rem;
}

.theme-delta.theme-delta-medical .job-position-fixed-header {
    background: #75c4d0;
}

.theme-delta.theme-delta-medical .st-btn {
    background: #10559A !important;
}

.theme-delta.theme-delta-medical footer {
    background: #022C57;
}

.theme-delta.theme-delta-medical .benefit-icons {
    min-width: 6.667rem;
    height: 8rem;
    margin-right: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.theme-delta.theme-delta-medical .ico-suitcase {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92.25 89.41'%3E%3Cg fill='none' stroke-width='3' stroke-miterlimit='10'%3E%3Cpath d='M60.991 17.006C60.846 8.42 53.852 1.5 45.23 1.5S29.614 8.42 29.469 17.006M78.75 87.91H13.5c-6.6 0-12-5.399-12-12V29.243c0-6.6 5.4-12 12-12h65.25c6.6 0 12 5.4 12 12V75.91c0 6.601-5.4 12-12 12zM21.5 18.116v68.379M71.125 18.116v68.379' stroke='%23FFF'/%3E%3Cpath stroke='%23FFF' d='M25.8404423 35.6920311l33.0389532-9.1649151 3.0012444 10.8193008-33.0389532 9.1649151z' stroke-width='2.9999700000000002'/%3E%3Cpath stroke='%23FFF' d='M35.407 38.394l18.712-5.19'/%3E%3C/g%3E%3C/svg%3E");
}

.theme-delta.theme-delta-medical .ico-cafeteria {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.365 79.746'%3E %3Cg%3E %3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10' d='M1.561 71.574v7.948m133.265-7.953v7.391m-20.445-38.096c4.373 6.665 19.206 29.27 19.206 29.27H67.802h.761H2.778s10.653-16.236 16.565-25.246'/%3E %3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10' d='M16.71 1.5l3.564 57.949 21.33-.002h1.869L46.988 1.5zM.076 78.246h136.266m-83.27-45.885s3.492 11.971 9.777 17.444c6.033 5.255 14.438 7.621 22.875 7.621 8.439 0 16.754-2.469 22.876-7.621 6.104-5.136 9.778-17.444 9.778-17.444H53.072z'/%3E %3Cpath fill='none' d='M17.241 21.797h28.395'/%3E %3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10' d='M17.241 21.797h28.395M98.271 9.516c.776 1.037 1.583 2.159 1.646 3.453.089 1.847-1.365 3.405-2.902 4.434s-3.3 1.813-4.458 3.253c-1.158 1.441-1.392 3.88.123 4.941m15.732-16.081c.776 1.037 1.583 2.159 1.646 3.453.089 1.847-1.365 3.405-2.902 4.434s-3.3 1.813-4.458 3.253c-1.159 1.441-1.392 3.88.123 4.941M44.283 38.528h12'/%3E %3C/g%3E %3C/svg%3E");
}

.theme-delta.theme-delta-medical .ico-company-store {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 106.373 99.112'%3E %3Cg%3E %3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10' d='M87.8 1.5l15.6 32.3H53h.5H3L18.5 1.5zM95 44.3v53.2H11.3V44.3M0 97.6h106.4'/%3E %3Cg%3E %3Cdefs%3E %3Cpath id='a' d='M.7 35h105v11.4H.7z'/%3E %3C/defs%3E %3CclipPath id='b'%3E %3Cuse xlink:href='%23a' overflow='visible'/%3E %3C/clipPath%3E %3Cpath d='M21 33.4h1S23.5 44 12.2 44c-10.6 0-10-10.6-10-10.6h1' clip-path='url(%23b)' fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10'/%3E %3Cpath d='M41.6 33.4h1S44 44 32.6 44c-10.4 0-10-10.6-10-10.6h1' clip-path='url(%23b)' fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10'/%3E %3Cpath d='M62 33.4h1S64.7 44 53.4 44c-10.6 0-10-10.6-10-10.6h1' clip-path='url(%23b)' fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10'/%3E %3Cpath d='M82.7 33.4h1S85 44 74 44c-10.7 0-10.2-10.6-10.2-10.6h1' clip-path='url(%23b)' fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10'/%3E %3Cpath d='M103.2 33.4h1S105.7 44 94.4 44c-10.5 0-10-10.6-10-10.6h1' clip-path='url(%23b)' fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10'/%3E %3C/g%3E %3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10' d='M43 38v59.7m-1.2-89l-6 16.7M29 8.6l-9.3 16.8M53.2 8.6v16.8M64.6 8.6l6 16.8m6.6-16.8l9.4 16.8M68.2 59.2L60 70.6m18-2L69.5 80M76 59.7L61.8 79.4M36.8 65v8.4'/%3E %3C/g%3E %3C/svg%3E");
}

.theme-delta.theme-delta-medical .ico-onsite-gym {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120.078 59.705'%3E %3Cg fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10'%3E %3Cpath d='M34 20.7h52.2V39h-52zm-32.5 0h10.7V39H1.5zm10.8-10.4H23v39H12.3zM23 1.5h11v56.7H23zm85 19.2h10.6V39H108zM97 10.3h11v39H97zM86.3 1.5H97v56.7H86.3z'/%3E %3C/g%3E %3C/svg%3E");
}

.theme-delta.theme-delta-medical .ico-paid-vacation-time {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 160.639 119.081'%3E %3Cg%3E %3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10' d='M125 117.6H60.3m9.2-64.4L159 90.7s2.3-36-29.7-49.5l-.6-.2c-33-14-59.2 12.2-59.2 12.2zm58.3-12.6s17 17 8 40.3m-8.6-41S103 40 92.8 62.4m38.5-30.3L128 40m-14 33.8l-18 43.8'/%3E %3Ccircle cx='33.8' cy='33.8' r='12.4' fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10'/%3E %3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10' d='M33.8 67.7V50.4m0-33.2V0'/%3E %3Cg%3E %3Cdefs%3E %3Cpath id='a' d='M50.4 33.8h17.3-17.3z'/%3E %3C/defs%3E %3CclipPath id='b'%3E %3Cuse xlink:href='%23a' overflow='visible'/%3E %3C/clipPath%3E %3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='-526' y1='1740.5' x2='-525' y2='1740.5' gradientTransform='rotate(180 -4499.703 15018.408) scale(17.2383)'%3E %3Cstop offset='0' stop-color='none'/%3E %3Cstop offset='1' stop-color='%23231F20'/%3E %3C/linearGradient%3E %3Cpath d='M67.7 33.8H50.4h17.3z' clip-path='url(%23b)' fill='url(%23c)'/%3E %3C/g%3E %3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10' d='M67.7 33.8H50.4'/%3E %3Cg%3E %3Cdefs%3E %3Cpath id='d' d='M0 33.8h17.2H0z'/%3E %3C/defs%3E %3CclipPath id='e'%3E %3Cuse xlink:href='%23d' overflow='visible'/%3E %3C/clipPath%3E %3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='-526' y1='1740.5' x2='-525' y2='1740.5' gradientTransform='rotate(180 -4524.922 15018.408) scale(17.2383)'%3E %3Cstop offset='0' stop-color='none'/%3E %3Cstop offset='1' stop-color='%23231F20'/%3E %3C/linearGradient%3E %3Cpath d='M17.2 33.8H0h17.2z' clip-path='url(%23e)' fill='url(%23f)'/%3E %3C/g%3E %3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-miterlimit='10' d='M17.2 33.8H0M53 14l-7 9m-31.3-9l7 9M53 54.8l-7-9m-31.3 9l7-9'/%3E %3C/g%3E %3C/svg%3E");
}

.theme-delta.theme-delta-medical .home-bottom {
    background: #75C4D0;
    padding: 0 0 10.238rem;
    position: relative;
}
.theme-delta.theme-delta-medical .home-bottom .teaser-image-zoom {
    margin-top: 0;
    margin-bottom: 3rem;
    height: 30rem;
    top: -6rem;
}
.theme-delta.theme-delta-medical .home-bottom .container {
    max-width: 92vw !important;
}
.theme-delta.theme-delta-medical .teaser-image-zoom .teaser-container .title {
    line-height: 1;
    text-align: center;
    color: #75C4D0;
    width: 80%;
    margin: 0 auto;
}
.theme-delta.theme-delta-medical .crew-members-container .crew-members-slider .crew-member-item .crew-member-head .title {
    color: #10559A;
    font: normal normal 900 2.857rem/1 "Tempo Std";
}

.theme-delta.theme-delta-medical .crew-member-modal .crew-member-info .title {
    color: #10559A;
}
.theme-delta.theme-delta-medical .crew-member-modal .crew-member-info .button {
    display: none;
}
.theme-delta.theme-delta-medical .crew-member-modal .crew-member-info {
    min-height: 60vh;
}

.theme-delta.theme-delta-medical .header-menu-fixed {
    background: #10559A 0% 0% no-repeat padding-box;
}

.theme-delta.theme-delta-medical .header-menu-fixed .white-logo img {
    max-height: 48px;
}
.theme-delta .navbar .header-logo img {
    height: 3.5rem;
}

.theme-delta.theme-delta-medical .blue-container {
    background: #75C4D0;
    padding: 1rem 0 1rem;
    position: relative;
    margin-top: 86px;
}
.theme-delta.theme-delta-medical.page-template-full .blue-container {
    margin-top: 86px;
}
.theme-delta.theme-delta-medical.page-template-full.theme-delta-editable .blue-container {
    margin-top: 133px;
}
.theme-delta.theme-delta-medical .blue-container {
    margin-top: 14rem;
}
.theme-delta.theme-delta-medical .blue-container .title {
    font: normal normal 900 4.286rem/1 "Tempo Std";
    letter-spacing: 3.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 2rem 0 1rem;
}
.theme-delta.theme-delta-medical .special-title {
    text-align: center;
    font: normal normal 900 3.81rem/3.81rem "Tempo Std";
    color: #10559A;
    text-transform: uppercase;
    margin: 2rem 0 1rem;
}
.theme-delta.theme-delta-medical .blue-container .teaser-image-zoom {
    margin-top: 0;
    margin-bottom: 3rem;
    height: 30rem;
    top: -10rem;
}
.theme-delta.theme-delta-medical .blue-container .crew-members-container {
    padding: 10rem 0;
}
.theme-delta.theme-delta-medical .blue-container .container {
    max-width: 92vw !important;
}

.theme-delta.page-template-faq {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
.theme-delta .faq-header {
    margin-top: 87px;
    /*padding: 3rem 0;*/
}
.theme-delta.theme-delta-medical.theme-delta-editable .faq-header {
    margin-top: 133px;
    background: #DFF5F8;
    position: relative;
}
.theme-delta.theme-delta-medical .faq-header .container {
    max-width: 90vw !important;
}
.theme-delta.theme-delta-medical .faq-header .faq-text {
    padding: 3rem 0;
}
.theme-delta.theme-delta-medical .faq-header .faq-text a {
    text-align: left;
    font: normal normal bold 1.81rem/3.238rem "Helvetica Neue";
    color: #10559A;
    text-decoration: none;
}
.theme-delta.theme-delta-medical .faq-header .faq-text .title {
    text-align: left;
    font: normal normal 900 4.286rem/1 "Tempo Std";
    letter-spacing: 3.6px;
    color: #10559A;
    text-transform: uppercase;
}
.theme-delta.theme-delta-medical .faq-header .faq-thumbnail {
    padding-top: 1rem;
}
.theme-delta.theme-delta-medical .faq-header .faq-thumbnail img {
    max-height: 12rem;
}
.theme-delta .crew-member-modal .crew-member-image {
    background: #0a5d99 url('../../images/medical_modal.svg') 0% 0% no-repeat padding-box;
    background-size: cover;
}
.theme-delta .job-position-page .banner img {
    object-position: center;
    max-height: 40vh;
}
.theme-delta .header {
    z-index: 4;
}
.theme-delta.theme-delta-medical .header-top .title {
    margin-top: 25%;
}

.theme-delta.theme-delta-medical .job-position-page .description ul li {
    padding-left: 3rem;
}

@media (min-width: 1600px) {
}
@media (min-width: 1800px) {
}
@media (max-width: 1599.98px) {
}
@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1024.01px) and (orientation: portrait) {
    .theme-delta.theme-delta-medical .header-top-mobile {
        /*padding: 3rem 0 8rem;*/
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center right;
        min-height: 96vh;
    }
}

@media (max-width: 1024.01px) {
    .theme-delta.theme-delta-medical .header-top {
        padding: 0 !important;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 96vh;
        max-height: 96vh!important;
    }
    .theme-delta.theme-delta-medical .header-top-mobile {
        /*padding: 3rem 0 8rem;*/
        background-repeat: no-repeat;
        /*background-size: cover !important;*/
        background-position: center right;
        min-height: 96vh;
    }
}
@media (max-width: 991.98px) {
    .theme-delta .header-logos .logo-with-text {
        flex-direction: column;
    }
    .theme-delta .header-logos .logo-with-text .info {
        border-top: 2px solid #707070;
        border-left: 0;
        margin-left: 0;
        padding: 2rem;
        margin-top: 2rem;
    }
    .theme-delta .departments-container {
        padding-top: 2rem;
    }
    .theme-delta .departments-container .dep-item-col {
        width: 33.33%;
    }
    .theme-delta.theme-delta-editable .faq-header .container {
        flex-direction: column;
    }
    .theme-delta.theme-delta-editable .faq-header .faq-thumbnail {
        text-align: center;
    }
    .theme-delta.theme-delta-editable .faq-header .faq-text .title {
        text-align: center;
        margin-top: 2rem;
    }
    .theme-delta.theme-delta-editable .faq-header .faq-text {
        padding-bottom: 1rem;
    }
    .theme-delta.theme-delta-medical .tabs-container .tabs-nav .container .tabs-nav-start {
        top: -5rem;
        left: 0;
    }
    .theme-delta.theme-delta-medical .tabs-container .tabs-nav .container .tabs-nav-start::after {
        top: 100%;
        rotate: 0deg;
    }
    .theme-delta .tabs-container .tabs-body {
        height: auto !important;
    }

    .theme-delta.theme-delta-medical .faq-header .faq-text {
        padding-bottom: 0;
    }
    .theme-delta.theme-delta-medical .faq-header .faq-thumbnail {
        text-align: center;
    }
    .theme-delta.theme-delta-medical .header-top .actions {
        display: block;
        text-align: left;
    }
}
@media (max-width: 767.98px) {
    .theme-delta .header-logos::after {
        display: none;
    }

    .theme-delta .header-logos .container {
        padding-top: 3rem;
        background: #ffffff;
    }

    .theme-delta .departments-container .dep-item-col {
        width: 50%;
    }

    .theme-delta.theme-delta-medical .header-top .sub-title {
        width: 100%;
    }

    .theme-delta .fixed-menu li:last-child {
        display: none;
    }

    .theme-delta.theme-delta-medical .header-menu-fixed .main-nav .nav {
        justify-content: space-around;
    }
}
@media (max-width: 1024.01px) {
    .theme-delta.theme-delta-medical .header-top .container {
        min-height: 96vh;
    }
    .theme-delta.theme-delta-medical .header-top .container .row {
        align-items: end;
        min-height: 96vh;
        padding-bottom: 4vh;
    }
    .theme-delta.theme-delta-medical .header .header-top-slider .slick-dots {
        bottom: 2%;
    }
    .theme-delta .header-logos::before {
        display: none;
    }

    .theme-delta.theme-delta-medical .header-top .actions {
        margin-bottom: 2rem;
    }
    .theme-delta.theme-delta-medical .header-top .actions {
        text-align: left;
    }
}
@media (max-width: 768.01px) {
    .theme-delta.theme-delta-medical .header-top .sub-title,
    .theme-delta.theme-delta-medical .header-top .title {
        text-align: left;
    }
}
@media (max-width: 425.01px) {
    .theme-delta.theme-delta-medical .header .header-top-slider .slick-dots {
        bottom: 2%;
    }
    .theme-delta.theme-delta-medical .header-top .actions,
    .theme-delta.theme-delta-medical .header-top .sub-title,
    .theme-delta.theme-delta-medical .header-top .title {
        text-align: center;
    }
}
@media (max-width: 1440.01px) {
    .theme-delta .header .header-top-slider .slick-dots {
        padding-left: 4%;
    }
}
@media (min-width: 1439.99px) {
    .theme-delta.theme-delta-medical .header-top .title {
        margin-top: 30vh;
    }
}
@media (min-width: 2559.99px) {
    .theme-delta.theme-delta-medical .header .header-top-slider .slick-dots {
        padding-left: 17.5%;
    }
}