.one-gs-component {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    padding-bottom: 40px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    max-width: 1920px;
    margin: 0 auto;
}
.one-gs-component .tabs {
    display: none;
    justify-content: center;
}

@media all and (min-width: 768px) {
    .one-gs-component {
        padding-bottom: 120px;
    }
    .one-gs-component .tabs {
        display: flex;
    }
}

.one-gs-component .tabs .tab,
.one-gs-component .mobile-drawer {
    height: 120px;
    flex:50;
    text-align: center;
    cursor: pointer;
    background: rgba(99, 151, 217, 0.3);
    transition: background-color .1s ease-in-out;
    mix-blend-mode: normal;
}

.one-gs-component .tabs .tab:nth-of-type(2) {
    background: rgba(99, 151, 217, 0.5);
    mix-blend-mode: normal;
}

@media all and (min-width: 768px) {
    .one-gs-component .mobile-drawer {
        display: none;
    }
}

.one-gs-component .mobile-drawer {
    height: inherit;
    background: none;
}

.one-gs-component .mobile-drawer span.drawer-text {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 21px;
    color: white;
    font-family: "GoldmanSans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    display: block;
}

.basis-grotesque .one-gs-component .mobile-drawer span.drawer-text {
    font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
}

.one-gs-component .mobile-drawer span.drawer-text::after {
    position: relative;
    left: 8px;
    top: -2px;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.15em solid white;
    border-top: 0.15em solid white;
    transform: rotate(45deg);
    margin-right: 0.5em;
    clear: both;
    transition: transform .1s ease-in-out;
    transform-origin: 66% 45%;
}

.one-gs-component .mobile-drawer.opened span::after {
    transform: rotate(135deg);
}

.one-gs-component .mobile-drawer .drawer-content {
    height: 0;
    overflow: hidden;
}

@media all and (min-width: 768px) {
    .one-gs-component .mobile-drawer .drawer-content {
        display: none;
    }
}

.one-gs-component .mobile-drawer .one-gs-component section.gs-cards-module, .one-gs-component .gs-cards-module {
    margin-top: 0px !important;
}

.one-gs-component .tabs .tab.active {
    background: none;
}

.one-gs-component .tabs .tab:hover {
    /*background: none;*/
    background: rgba(17, 41, 77, 0.2);
}

.one-gs-component .tabs .tab:nth-of-type(2):hover {
    background: rgba(8, 74, 138, 0.4);
}

.one-gs-component .tabs .tab {
    border: none;
}

.one-gs-component .tabs .tab span {
    line-height: 120px;
    position: relative;
    font-size: 24px;
    color: rgba(255,255,255,1);
    font-weight: 400;
    width: 100%;
    display: inline-block;
    float: left;
    /*transition: all 1s ease-in-out;*/
}

.basis-grotesque .one-gs-component .tabs .tab span {
    font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
}

.one-gs-component.tab-opened .tabs .tab span {
    color: rgba(255,255,255,0.5);
}

.one-gs-component .tabs .tab:hover span {
    color: white;
}

div > .one-gs-component > .tabs > .tab:hover > span::after {
    border-color: rgb(255,255,255)
}

.one-gs-component .tabs .tab:first-child span {
    float:right;
}

.one-gs-component .tabs .tab span::after {
    position: relative;
    left: 10px;
    top: -1px;
    content: "";
    display: inline-block;
    width: 0.35em;
    height: 0.35em;
    border-right: 0.1em solid rgb(255,255,255);
    border-top: 0.1em solid rgb(255,255,255);
    transform: rotate(45deg);
    margin-right: 0.5em;
    clear: both;
    transition: transform .1s ease-in-out;
    transform-origin: 66% 36%;
}

.one-gs-component.tab-opened .tabs .tab span::after {
    border-color: rgba(255,255,255, .5);
}


.one-gs-component .tabs .tab.active span::after {
    transform: rotate(135deg);
    border-color: rgb(255, 255, 255);
}

.one-gs-component .tabs .tab.active span {
    color: rgb(255, 255, 255);
}


.one-gs-component .tabs-content-view {
    position: relative;
}

.ons-gs-component .featured-cards {
    z-index: 10;
}

.one-gs-component .tab-content.active {
    z-index: 100;
}

.one-gs-component .tabs-content-view .featured-cards .featured-content {
    display: flex;
    flex-flow: row wrap;
    max-width: 1120px;
    margin: 50px auto 0;
}

.one-gs-component .tabs-content-view .featured-cards .featured-content .featured-card {
    flex: 100%;
    width: 50%;
    /*background: aquamarine;*/
    padding: 20px;
    box-sizing: border-box;
    /* initial animation state */
    opacity: 0;
    transform: translateY(-30px);
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 768px) {
    .one-gs-component .tabs-content-view .featured-cards .featured-content .featured-card {
        padding-top: 0;
    }
}

@media all and (max-width: 768px) {
    .one-gs-component .tabs-content-view .featured-cards .featured-content .featured-card.first,
    .one-gs-component .mobile-drawer.mobile.first {
        background: rgba(17,41,77,0.5);
    }
}

@media all and (min-width: 768px) {
    .one-gs-component .tabs-content-view .featured-cards .featured-content .featured-card {
        flex: 50%;
    }
}
.one-gs-component .tabs-content-view .featured-cards .featured-content .featured-card figure.image-content {
    width: 100%;
    overflow: hidden;
    /* this sets a 16:9 aspect ratio, ask eo if intended */
    height: 0;
    padding-bottom: 56.25%;
    margin: 0;
}

.one-gs-component .tabs-content-view .featured-cards .featured-content .featured-card figure.image-content img {
    width: inherit;
}

.one-gs-component .tabs-content-view .featured-cards .featured-content .featured-card p {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px;
    color: white;
    font-weight: 300;
    margin-bottom: 30px;
}

.basis-grotesque .one-gs-component .tabs-content-view .featured-cards .featured-content .featured-card p {
    font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
}

.one-gs-component .tabs-content-view .tab-content {
    position: absolute;
    /*height: 0;*/
    top:0;
    display: none;
}

.one-gs-component .tabs-content-view::after {
    content: "";
    background: white;
}
.tab-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
}

@media all and (min-width: 768px) {
    .tab-content {
        margin-top:60px;
    }
}
.tab-content > div.card {
    width: 33%;
    flex: 33%;
    opacity: 0;
}

.tab-content > div.card figure {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}
.tab-content > div.card figure img {
    width: 100%;
}
.one-gs-component section.gs-cards-module,
.one-gs-component .gs-cards-module {
    margin-top: 60px;
}
.one-gs-component .gs-cards {
    opacity: 0;
}
.gs-header-primary__headline__box__btn {
    margin-top: auto;
}
.one-gs-component .tabs .tab:focus{
    outline: 3px solid #FFFFFF !important;
}