[class^='animate-'],
[class*=' animate-'] {
    visibility: visible
}

@-webkit-keyframes outToRight {
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes outToRight {
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes outToLeft {
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes outToLeft {
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes inFromLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes inFromLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes inFromRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes inFromRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

html {
    font-size: 62.5%;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased
}

@media screen and (min-width: 2000px) {
    html {
        font-size: 75%
    }
}

@media screen and (max-width: 424px) {
    html {
        font-size: 50%
    }

}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    overflow: hidden !important;
    box-sizing: border-box;
    margin: 0px
}

::-moz-selection {
    background: #84BD00;
    color: #fff
}

::selection {
    background: #84BD00;
    color: #fff
}

::-moz-selection {
    background: #84BD00;
    color: #fff
}

::-webkit-selection {
    background: #84BD00;
    color: #fff
}

#svg-- {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

a {
    color: blue
}

button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

blockquote {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

body,
.paragraph {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #414042
}

.paragraph:not(:last-child) {
    margin-bottom: 2rem
}

.paragraph-large {
    font-size: 2rem
}

.paragraph-small {
    font-size: 1.2rem
}

.header-srt {
    display: none
}

.header-primary {
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 7.4rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1
}

@media screen and (max-width: 767px) {
    .header-primary {
        font-size: 6.8rem
    }
}

.header-eyebrow {
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-style: normal;
    display: block;
    font-size: 3rem;
    margin-bottom: 1rem
}

.header-secondary {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.6rem;
    color: #414042;
    margin-bottom: 3rem
}

.header-tertiary {
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 5.4rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1rem
}

.header-tertiary-special {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
    font-size: 3rem;
    color: #115E67;
    margin-bottom: 1rem
}

.header-quaternary {
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 3.4rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1rem
}

.header-quinary {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.2rem;
    color: #115E67;
    line-height: 1.5;
    margin-bottom: 1rem
}

.header-triangles {
    position: relative
}

.header-triangles i {
    color: #279989
}

.blockquote {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
    color: #414042;
    line-height: 1.5
}

.cite {
    display: block;
    margin-top: 2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #414042
}

.cite-name {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #279989
}

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

.u-header-img-wrapper {
    max-width: 22.5rem
}

.u-text-white {
    color: #fff
}

.u-text-grey {
    color: #414042
}

.u-text-teal {
    color: #115E67
}

.u-text-jade {
    color: #279989
}

.u-text-mint {
    color: #75C482
}

.u-text-lime {
    color: #84BD00
}

.u-bg-teal {
    background-color: #115E67
}

.u-text-highlight {
    background-color: rgba(117, 196, 130, 0.15)
}

.u-mb-large {
    margin-bottom: 5rem !important
}

.u-mb-medium {
    margin-bottom: 3rem !important
}

.u-mb-small {
    margin-bottom: 2rem !important
}

.u-mb-xsmall {
    margin-bottom: 1rem !important
}

.u-mt-large {
    margin-top: 5rem !important
}

.u-mt-medium {
    margin-top: 3rem !important
}

.u-mt-small {
    margin-top: 2rem !important
}

.u-mt-xsmall {
    margin-top: 1rem !important
}

.u-m-auto {
    margin-left: auto;
    margin-right: auto
}

.u-m-none {
    margin: 0 !important
}

@media screen and (max-width: 767px) {
    .u-mb-medium__mobile {
        margin-bottom: 3rem !important
    }
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-text-bold {
    font-weight: bold !important
}

.accordion__item {
    padding: 3rem 0;
    border-bottom: 1px solid #A4A2A9;
    margin-bottom: .5rem
}

.accordion__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer
}

.accordion__title {
    width: calc(100% - 4rem);
    margin-right: auto
}

.accordion__close-wrapper {
    position: relative;
    display: inline-block;
    transition: all 0.25s ease-in-out
}

.accordion__inner-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out
}

.accordion__inner-content p:first-child {
    margin-top: 2rem
}

.accordion__active .accordion__close-wrapper {
    transform: rotate(45deg)
}

.block__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5rem;
    border-radius: 3px;
    min-height: 21.8rem;
    padding: 4rem
}

.block__header h2 {
    width: 100%
}

.block__header--jade {
    background-color: #279989
}

.block__header--mint {
    background-color: #75C482
}

@media screen and (max-width: 991px) {
    .block__header {
        margin-bottom: 2rem
    }

    .block:not(:last-child) {
        margin-bottom: 4rem
    }
}

.btn {
    display: inline-block;
    min-width: 15rem;
    max-width: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    padding: 1.5rem 4rem;
    border-radius: 3rem;
    margin-top: 2rem;
    transition: ease all .05s
}

.btn-teal {
    color: #fff;
    background-color: #115E67
}

.btn-teal:hover,
.btn-teal:focus {
    background-color: #279989
}

.btn-ghost-teal {
    background-color: transparent;
    color: #115E67;
    border: solid 1px #115E67
}

.btn-ghost-teal:hover,
.btn-ghost-teal:focus {
    background-color: #279989;
    border-color: #279989;
    color: #fff
}

@media screen and (max-width: 424px) {
    .btn {
        width: 100%
    }

    .college-grad-logos img,
    .veteran-logos img {
        width: 140px;
    }
}

.comparison-chart {
    display: -ms-flexbox;
    display: flex
}

.comparison-chart__header {
    padding-bottom: 2rem;
    border-bottom: solid #A4A2A9 0.5px
}

@media screen and (min-width: 992px) {
    .comparison-chart__col {
        width: 50%
    }

    .comparison-chart__col:not(:last-child) .comparison-chart__inner-wrapper {
        border-right: solid #A4A2A9 0.5px
    }

    .comparison-chart__inner-wrapper {
        padding: 2rem
    }
}

@media screen and (max-width: 991px) {
    .comparison-chart {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comparison-chart__col:not(:last-child) {
        margin-bottom: 3rem
    }

    .comparison-chart__header {
        margin-bottom: 2rem
    }
}

.event-card {
    background-color: #fff;
    margin: 1rem;
    padding: 4rem;
    border-radius: 3px;
    width: calc(100% - 1rem)
}

@media screen and (min-width: 768px) {
    .event-card {
        width: calc(48% - 1rem)
    }
}

@media screen and (min-width: 1440px) {
    .event-card {
        width: calc(32% - 1rem)
    }
}

.info-card {
    width: 100%;
    margin-bottom: 5rem;
    padding: 0 1.5rem
}

.info-card__icon-wrapper {
    display: block;
    width: 6rem;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .info-card {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .info-card {
        width: 33%
    }
}

.slide-nav__link {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    display: inline-block;
    color: #115E67;
    text-decoration: none;
    padding: 0 .5rem;
    padding-bottom: 4rem;
    transition: ease all .05s
}

.slide-nav__link::after {
    content: '';
    background-color: #115E67;
    height: 0px;
    width: 90%;
    display: block;
    position: absolute;
    bottom: 2rem;
    margin: 0 auto;
    right: 0;
    left: 0;
    transition: ease all .05s
}

.slide-nav__link:hover::after {
    height: 2px
}

.slide-nav__icon-wrapper {
    display: block;
    width: 6rem;
    margin: 0 auto;
    margin-bottom: 1rem
}

.slide-nav__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1
}

@media screen and (min-width: 992px) {
    .slide-nav__nav {
        position: absolute;
        max-width: 120rem;
        width: 96%;
        top: 60%;
        right: 0;
        left: 0;
        margin: 0 auto
    }
}

@media screen and (max-width: 991px) {
    .slide-nav {
        margin-top: 4rem
    }

    .slide-nav__nav {
        margin-top: 6rem
    }
}

.slide-nav,
.slide-nav-sm {
    margin: 6rem 0;
    position: relative;
    border-bottom: solid 0.5px #A4A2A9;
    z-index: 2
}

.slide-nav .owl-item,
.slide-nav-sm .owl-item {
    text-align: center
}

.hero-large__item {
    position: relative;
    height: 48rem;
    padding: 0 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1
}

.hero-large__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background: rgba(0, 0, 0, 0.317);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.697917) 100%);
    z-index: -1
}

.hero-large__container {
    position: absolute;
    top: 15rem;
    right: 0;
    left: 0;
    z-index: 2
}

@media screen and (min-width: 992px) {
    .hero-large__header {
        width: 56%
    }
}

@media screen and (max-width: 767px) {
    .hero-large__item {
        height: 68rem
    }

    .hero-large__item::before {
        width: 100%
    }

    .hero-large__container {
        right: 1.5rem;
        left: 1.5rem
    }
}

.hero-medium__item {
    position: relative;
    height: 38.5rem;
    padding: 0 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1
}

.hero-medium__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background: rgba(0, 0, 0, 0.317);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.697917) 100%);
    z-index: -1
}

.hero-medium__container {
    position: absolute;
    top: 15rem;
    right: 0;
    left: 0;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .hero-medium__item {
        height: 48.5rem
    }

    .hero-medium__item::before {
        width: 100%
    }

    .hero-medium__container {
        right: 1.5rem;
        left: 1.5rem
    }
}

.hero-small {
    margin-top: 15rem
}

.hero-slider__nav {
    position: relative;
    width: 20rem;
    margin: 0 auto;
    margin-top: 2rem
}

.hero-slider__nav .owl-next,
.hero-slider__nav .owl-prev {
    position: absolute;
    bottom: -2rem;
    z-index: 1
}

.hero-slider__nav .owl-prev {
    left: 0
}

.hero-slider__nav .owl-next {
    right: 0
}

.hero-slider .owl-dots,
.internship-testimonials .owl-dots {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 40rem;
    max-width: 100%;
    text-align: center;
    bottom: -3.7rem
}

.hero-slider button.owl-dot,
.internship-testimonials button.owl-dot {
    background: rgba(0, 0, 0, 0) !important;
    border: solid 0.5px #A4A2A9 !important;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin: 0 1rem
}

.internship-testimonials button.owl-dot {
    border: solid 1px #115E67 !important;
}

.hero-slider button.owl-dot:hover,
.internship-testimonials button.owl-dot:hover {
    border: solid 0.5px #115E67 !important
}

.hero-slider button.owl-dot.active,
.internship-testimonials button.owl-dot.active {
    border: solid 0.5px #115E67 !important;
    background-color: #115E67 !important
}

/* .intern-quote {
    margin-bottom: 2rem;
} */

.hero-slider__nav .owl-prev:nth-of-type(2),
.owl-prev.disabled {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .img-info__img-wrapper {
        margin-top: 4rem
    }
}

.slider-collage__item {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.slider-collage__col {
    padding: 0 1.5rem
}

.slider-collage__col--left {
    width: 60%;
    padding-right: 0
}

.slider-collage__col--right {
    width: 40%
}

.slider-collage__inner-row {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.slider-collage__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #115E67;
    padding: 4rem;
    width: calc(60% - 1.5rem);
    margin-right: 1.5rem
}

.slider-collage__content p {
    width: 100%
}

.slider-collage__img {
    background-size: cover;
    background-repeat: no-repeat
}

.slider-collage__img--lg {
    height: 31.6rem;
    margin-bottom: 1.5rem
}

.slider-collage__img--sq {
    height: 37.1rem;
    margin-bottom: 1.5rem
}

.slider-collage__img--md {
    height: 31.7rem
}

.slider-collage__img--sm {
    min-height: 37.2rem;
    width: 40%
}

.slider-collage__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
    max-width: 140rem;
    width: 94%;
    margin: 0 auto
}

.slider-collage__nav-btn {
    display: inline-block
}

@media screen and (min-width: 1440px) {
    .slider-collage__nav {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        z-index: 1
    }
}

@media screen and (max-width: 1439px) {
    .slider-collage__nav {
        margin-bottom: 2rem
    }
}

@media screen and (max-width: 991px) {
    .slider-collage__col--left {
        width: 100%;
        padding-right: 1.5rem
    }

    .slider-collage__col--right {
        display: none
    }
}

.tab-blocks-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem
}

.tab-blocks-nav__btn {
    min-height: 10rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
    background-color: #279989;
    border-radius: 3px;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem;
    line-height: 1;
    transition: ease all .25s
}

.tab-blocks-nav__btn span {
    display: inline-block;
    width: 100%
}

.tab-blocks-nav__btn.is-active,
.tab-blocks-nav__btn:hover {
    background-color: #75C482
}

@media screen and (min-width: 992px) {
    .tab-blocks-nav__btn {
        min-height: 14.2rem;
        width: calc(20% - 1rem)
    }

    .tab-blocks-nav__btn:not(:last-child) {
        margin-right: 1rem
    }
}

@media screen and (max-width: 991px) {
    .tab-blocks-nav {
        margin-bottom: 2rem
    }

    .tab-blocks-nav__btn:not(:last-child) {
        margin-bottom: .5rem
    }
}

.tab-blocks {
    padding: 3rem;
    background-color: #75C482;
    border-radius: 3px
}
.tab-blocks.testimonial-block{
    padding-bottom: 5rem;
}
@media (min-width: 1000px) {
   .intern-quote{
        width: 83.333%;
        margin: 0 auto;
    }
}

.tab-blocks__item,
.tab-blocks p {
    color: #fff
}

.tab-blocks__item {
    display: none
}

.tab-blocks__item.is-active {
    display: block
}

.testimonial-slider {
    position: relative
}

.testimonial-slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.testimonial-slider__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 140rem;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 2rem
}

.testimonial-slider__nav .owl-next,
.testimonial-slider__nav .owl-prev {
    position: relative;
    z-index: 2
}

.testimonial-slider__nav-btn {
    display: inline-block
}

.testimonial-slider__popup {
    max-width: 120rem;
    background-color: #fff;
    padding: 3rem;
    margin-top: 3rem;
    margin: 4rem auto
}

@media screen and (min-width: 768px) {
    .testimonial-slider__item {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .testimonial-slider__content {
        width: calc(100% - 40rem);
        padding: 0 2rem;
        padding-bottom: 2rem;
        -ms-flex-item-align: center;
        align-self: center
    }

    .testimonial-slider__img-wrapper {
        width: 32.5rem;
        padding: 0 2rem
    }
}

@media screen and (min-width: 992px) {
    .testimonial-slider.owl-carousel {
        width: 92%;
        margin: 0 auto
    }

    .testimonial-slider__nav {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0
    }
}

@media screen and (max-width: 767px) {
    .testimonial-slider__img-wrapper {
        width: 20rem;
        height: 20rem;
        padding: 1rem;
        border-radius: 50%;
        margin-bottom: 2rem;
        background-color: #75C482;
        overflow: hidden
    }
}

.popup__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: solid 1px #A4A2A9
}

.popup__header--left {
    display: -ms-flexbox;
    display: flex
}

.popup__img-wrapper {
    height: 9.5rem;
    width: 9.5rem;
    border-radius: 50%;
    margin-right: 3rem;
    background-color: #75C482;
    overflow: hidden
}

.popup__img-wrapper img {
    position: relative;
    top: 1rem
}

@media screen and (min-width: 768px) {
    .popup__content-wrapper {
        -moz-columns: 2;
        columns: 2
    }
}

.talent-community {
    background-color: #F0EFEF;
    padding: 4rem 0
}

.talent-community__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.talent-community__content,
.talent-community__cta-wrapper {
    padding: 0 1.5rem;
    width: 100%
}

@media screen and (min-width: 992px) {
    .talent-community {
        padding: 7rem 0
    }

    .talent-community__row {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .talent-community__content {
        width: calc(100% - 35rem);
        margin-right: auto
    }

    .talent-community__cta-wrapper {
        width: 30rem
    }
}

@media screen and (max-width: 991px) {
    .talent-community__cta-wrapper {
        margin-top: 3rem
    }
}

.footer__footer {
    padding: 10rem 1.5rem;
    position: relative;
    background-color: #115E67
}

.footer__btn {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 10rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
    top: -3rem;
    margin: 0 auto;
    left: 0;
    right: 0
}

.footer__btn-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.4rem;
    width: 6.4rem;
    background-color: #115E67;
    border-radius: 50%
}

.footer__row {
    display: -ms-flexbox;
    display: flex
}

.footer__row:not(:last-child) {
    border-bottom: solid #A4A2A9 1px;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

.footer__logo-wrapper {
    display: inline-block;
    width: 17rem
}

.footer__social-nav,
.footer__contact-list,
.footer__footer-nav {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__social-nav-item {
    display: inline-block
}

.footer__social-nav-item:not(:last-child) {
    padding-right: 2rem
}

.footer__social-nav-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    border: solid 1.5px #fff;
    border-radius: 50%;
    transition: ease all .05s
}

.footer__social-nav-link:hover,
.footer__social-nav-link:focus {
    background-color: #fff;
    color: #75C482
}

.footer__contact-list-item,
.footer__contact-list-link,
.footer__footer-nav-link {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none
}

.footer__contact-list-item,
.footer__contact-list-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal
}

.footer__contact-list-link,
.footer__footer-nav-link {
    display: inline-block
}

.footer__contact-list-link:hover,
.footer__contact-list-link:focus,
.footer__footer-nav-link:hover,
.footer__footer-nav-link:focus {
    color: #fff;
    text-decoration: underline
}

.footer__contact-list-item,
.footer__footer-nav-item {
    display: block
}

.footer__contact-list-item:not(:last-child),
.footer__footer-nav-item:not(:last-child) {
    margin-bottom: 1rem
}

.footer__eeo-wrapper {
    width: 100%
}

@media screen and (min-width: 768px) {
    .footer__row:not(:last-child) {
        padding-bottom: 4rem;
        margin-bottom: 4rem
    }

    .footer__social-nav,
    .footer__content-wrapper {
        width: calc(100% - 20rem)
    }

    .footer__social-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto
    }

    .footer__footer-nav-wapper {
        width: 20rem
    }
}

@media screen and (max-width: 767px) {
    .footer__row {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__logo-wrapper,
    .footer__content-wrapper {
        margin-bottom: 2rem
    }
}

@media screen and (max-width: 424px) {
    .footer__social-nav-item:not(:last-child) {
        padding-right: 1rem
    }
}

#talent-community {
    background: #efefef;
    padding: 2rem 3rem;
    max-width: 55rem;
    margin: 4rem auto;
    position: relative
}

.mfp-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed !important;
    top: 0 !important
}

.header-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    height: 8.5rem;
    background-color: #fff;
    border-bottom: 1px solid #F0EFEF;
    z-index: 999
}

.header-navigation__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 8.5rem;
    padding: 1rem 1.5rem
}

.header-navigation__logo-wrapper {
    position: relative;
    display: inline-block;
    width: 17.3rem;
    pointer-events: auto;
    margin-right: auto;
    z-index: 9999
}

.header-navigation__nav {
    display: none
}

@media screen and (min-width: 1024px) {
    .header-navigation__nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        right: 0;
        width: calc(100% - 20rem);
        margin-left: auto
    }
}

.header-navigation__list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-navigation__list--left {
    width: 58%
}

.header-navigation__list--right {
    width: 42%;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-navigation__item {
    padding: 0 1rem
}

.header-navigation__item.has-drop:hover .header-navigation__item-submenu {
    opacity: 1;
    visibility: visible;
    top: 8.5rem
}

.header-navigation__item-submenu {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: #fff;
    border-top: solid #115E67 0.5rem;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    opacity: 0;
    left: 0;
    right: 0;
    top: 7rem;
    list-style: none;
    visibility: hidden;
    box-shadow: 0.2rem 0.8rem 1.1rem 0rem rgba(0, 0, 0, 0.15);
    z-index: -1;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1)
}

.header-navigation__link {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #115E67;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
    text-decoration: none;
    text-align: center
}

.header-navigation__link.active {
    color: #115E67 !important
}

.header-navigation__link.active::after {
    height: .5rem
}

.header-navigation__link::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #115E67;
    bottom: -1.9rem;
    transition: ease all .05s
}

.header-navigation__link:hover {
    color: #115E67
}

.header-navigation__link:hover::after {
    height: .5rem
}

.header-navigation__link--btn {
    background-color: #115E67;
    color: #fff;
    padding: 1rem 1.4rem;
    border-radius: 3rem;
    transition: ease all .05s
}

.header-navigation__link--btn::after {
    display: none
}

.header-navigation__link--btn:hover,
.header-navigation__link--btn.active {
    color: #fff !important;
    background-color: #279989
}

.header-navigation__link--btn:hover::after,
.header-navigation__link--btn.active::after {
    display: none
}

.header-navigation__submenu-content,
.header-navigation__submenu-list {
    padding: 3rem
}

.header-navigation__submenu-content {
    width: 40%;
    background-color: #F6F6F6
}

.header-navigation__submenu-list {
    list-style: none;
    margin: 0;
    width: 60%
}

.header-navigation__submenu-item:not(:last-child) {
    margin-bottom: 1rem
}

.header-navigation__submenu-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    color: #115E67;
    font-size: 1.4rem;
    transition: all 0.5s ease
}

.header-navigation__submenu-link:hover {
    color: #279989
}

.header-navigation__menu {
    height: 100%;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1), visibility 0s;
    float: right;
    width: 9rem
}

@media screen and (min-width: 1024px) {
    .header-navigation__menu {
        display: none
    }
}

.header-navigation__menu-wrap {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-navigation__button {
    width: 100%;
    position: relative;
    z-index: 1001;
    font-size: 0 !important;
    padding: 2rem;
    height: 100%;
    text-align: center
}

.header-navigation__button-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
    transform-origin: 100% 100%;
    transform: translateY(-3%);
    background-color: #115E67;
    border-radius: 1px
}

.header-navigation__button-line:nth-child(2) {
    margin: 7px 0
}

.header-navigation.has-nav-open .header-navigation__button-line:nth-child(1) {
    transition-delay: 0s, .2s;
    transform: rotate(-45deg) translateY(-3px)
}

.header-navigation.has-nav-open .header-navigation__button-line:nth-child(2) {
    opacity: 0
}

.header-navigation.has-nav-open .header-navigation__button-line:nth-child(3) {
    transition-delay: .1s;
    transform: rotate(45deg) translateY(4px)
}

.header-navigation.has-nav-open .o-overlay {
    opacity: 1;
    visibility: visible
}

.header-navigation.has-nav-open .mega-menu {
    transform: translate3d(0, 0, 0)
}

.o-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #84BD00;
    transition: visibility 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s
}

.mega-menu {
    position: fixed;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    transform: translate3d(100%, 0, 0);
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1)
}

.mega-menu__wrap {
    position: absolute;
    top: 10.5em;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%
}

.mega-menu__level {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: scroll;
    width: calc(100% + 50px);
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.mega-menu__level:focus {
    outline: none
}

.mega-menu__level--current {
    visibility: visible
}

.mega-menu__item {
    display: block;
    width: calc(100% - 9rem)
}

.mega-menu__item-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #279989;
    font-size: 1.6rem;
    position: relative;
    display: block;
    padding: 1em 2.5em 2em 1.5em;
    transition: color 0.3s;
    text-decoration: none
}

.mega-menu__item-link:hover,
.mega-menu__item-link:focus {
    color: #84BD00
}

.mega-menu__item-link[data-submenu]::after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    padding: 0.25em 1.25em;
    color: #279989;
    transition: color 0.3s
}

.mega-menu__item-link.-curent::before {
    content: '\f178';
    font-family: FontAwesome;
    font-size: 1.5em;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0.5em;
    height: 4px;
    color: #279989
}

.animate-outToRight .mega-menu__item {
    -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-outToLeft .mega-menu__item {
    -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-inFromLeft .mega-menu__item {
    -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-inFromRight .mega-menu__item {
    -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.mega-menu__breadcrumbs {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    padding: 1.5em 3.75em 1.5em 2.5em;
    margin-top: 10.5em;
    background-color: #F6F6F6
}

.mega-menu__breadcrumbs a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #414042;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 1px
}

.mega-menu__breadcrumbs a:hover {
    color: #414042
}

.mega-menu__breadcrumbs a:last-child {
    pointer-events: none
}

.mega-menu__breadcrumbs a:not(:last-child)::after {
    content: '\f178';
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 0.5em;
    color: #414042
}

.mega-menu__breadcrumbs a:not(:last-child):hover::after {
    color: #414042
}

.mega-menu__back {
    position: absolute;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
    display: inline-block;
    letter-spacing: 1px;
    z-index: 100;
    right: 2.25em;
    margin: 0;
    padding: 2.5em 0.65em 0 0;
    cursor: pointer;
    color: #84BD00;
    border: none;
    background: none;
    bottom: 20%;
    transition: 0.3s all ease-in-out
}

.mega-menu__back:hover {
    color: #279989;
    outline: none
}

.mega-menu__back--hidden {
    pointer-events: none;
    opacity: 0
}

@media screen and (max-width: 424px) {
    .mega-menu {
        width: 100%
    }
}

.row__culture-intro {
    margin-bottom: 8rem
}

.row__info-card,
.row__event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.section {
    position: relative
}

.section__intro {
    margin-top: 6rem
}

.section__interior-content,
.section__interior-bg-grey {
    margin-top: 8rem
}

.section__tab-blocks {
    margin-top: 8rem;
    padding-top: 8rem;
    z-index: 1
}

.section__tab-blocks::before {
    content: '';
    position: absolute;
    display: block;
    z-index: -1;
    background-color: #115E67;
    height: calc(100% - 4rem);
    width: 136rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0
}

.section__makers {
    padding-top: 10rem;
    margin-top: -4rem;
    background-color: #F6F6F6
}

.section__makers--interior {
    margin-top: 8rem;
    padding-top: 10rem;
    background-color: #F6F6F6
}

.section__first-accordion {
    padding-top: 5rem
}

.section__last-accordion {
    padding: 10rem 0
}

.section__benefits-cta {
    padding-bottom: 10rem
}

.section__accordion {
    padding-top: 10rem
}

.section__interior-bg-grey {
    background-color: #F6F6F6;
    padding: 4rem 0;
}

#assistan-section {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

#assistant-btn {
    display: block;
    margin: 2rem auto 0 auto;
}

@media screen and (max-width: 767px) {
    .section__makers {
        padding-bottom: 5rem
    }
}