/*
==================================
GENERAL STYLES
==================================
*/
.c-badge.badge-premiere {
    background-color: #18E23F;
    color: #000000;
}

.c-badge.badge-gp {
    height: 19px;
    padding-right: 1px;
}

.c-badge.badge-gp img {
    height: 108%;
    width: initial;
    padding: 0;
}

.theme-black .c-badge.badge-gp img {
    filter: invert(1);
    background: white;
}

.high-contrast-mode.white-on-black .theme-black .c-badge.badge-gp img {
    background: transparent;
}

.theme-black strong.c-badge.f-small.f-highlight {
    background: #ffffff;
    color: #000000;
}

.flex-group {
    display: flex;
    row-gap: 15px;
    column-gap: 30px;
    flex-wrap: wrap;
}

.f-x-center .flex-group {
    justify-content: center;
}

.c-group a.c-call-to-action.glyph-play:first-of-type {
    margin-right: 20px;
}

a.c-call-to-action.c-glyph.glyph-play:before {
    margin-inline-end: 5px;
}


@media screen and (min-width: 1083px) and (max-width: 1399px) {
    h1.c-heading-1, h2.c-heading-1, h2.c-heading-2, h3.c-heading-2 {
        font-size: 46px;
        line-height: 56px;
    }

    h2.c-heading-3, h3.c-heading-3 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1083px) {
    h1.c-heading-1, h2.c-heading-1, h2.c-heading-2, h3.c-heading-2 {
        font-size: 26px;
        line-height: 32px;
    }

    h2.c-heading-3, h3.c-heading-3 {
        font-size: 20px;
        line-height: 24px;
    }

    p.c-subheading-2, p.c-paragraph-1 {
        font-size: 16px;
        line-height: 20px;
    }
}

/*
==================================
HERO
==================================
*/
@media screen and (min-width:768px) and (max-width:1084px) {
    .page-hero .m-hero-item.f-x-center>div>div h1 {
        font-size: 46px;
        line-height: 56px;
    }
}

@media screen and (max-width:767px) {
    .page-hero .m-hero-item.f-x-center>div>div h1 {
        font-size: 34px;
        line-height: 40px;
    }
}

.page-hero .m-hero-item.f-x-center>div>div {
    min-width: 80%;
}

/* 
===================
BOOTH - BANNER
===================
*/

.booth-banner .m-banner {
    border-color: #9BF00B;
}

@media only screen and (min-width: 1084px) {
    .booth-banner .m-banner {
        padding-left: 15%;
        padding-right: 15%;
    }
}

/* 
===================
BOOTH - CONTENT PLACEMENTS
===================
*/

.booth-content-placements .m-content-placement-item h2 {
    padding-top: 24px;
    font-weight: 600;
}

.booth-content-placements .m-content-placement-item p, .booth-content-placements .m-content-placement-item div.c-group {
    padding-top: 12px;
}

.booth-content-placements .m-content-placement-item a.c-hyperlink {
    margin-right: 0;
    padding: 0;
}

/*
==================================
SNEAK SLIDER
==================================
*/

@media screen and (min-width: 1083px) and (max-width: 1399px) {
    #first-party-sneak-slider .m-area-heading h2.c-heading-2 {
        font-size: 34px;
        line-height: 40px;
    }

    #first-party-sneak-slider .m-area-heading p.c-subheading-2 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) {
    #first-party-sneak-slider .m-area-heading h2 {
        padding-bottom: 24px;
    }
}

.theme-black #first-party-sneak-slider .panel-content p {
    color: #000000;
}

.theme-black #first-party-sneak-slider .panel-content .badge-gp img {
    filter: invert(0);
}

.high-contrast-mode.white-on-black .theme-black #first-party-sneak-slider .panel-content .badge-gp img{
    filter: invert(1);
}

.theme-black #first-party-sneak-slider .panel-content strong.c-badge.f-small.f-highlight {
    background: #000000;
    color: #ffffff;
}

#first-party-sneak-slider #Stealth-Carousel {
    padding-top: 48px;
}

#first-party-sneak-slider .panel-content {
    padding-top: 24px;
}

#first-party-sneak-slider .panel-content .badge-group {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #first-party-sneak-slider .panel-content .badge-group {
        text-align: center;
    }
}

#first-party-sneak-slider .panel-content .c-group {
    flex-wrap: wrap;
    padding-top: 14px;
    column-gap: 24px;
}

/* #first-party-sneak-slider .panel-content .c-group a.c-call-to-action:first-of-type {
    margin-right: 20px;
} */

#first-party-sneak-slider .stealth-carousel .stealth-sub-carousel.left-carousel .stealth-sub-carousel-panel .panel-content div.badge-group, 
#first-party-sneak-slider .stealth-carousel .stealth-sub-carousel.right-carousel .stealth-sub-carousel-panel .panel-content div.badge-group {
    visibility: hidden !important;
}

/*
================================
CAROUSEL - FEATURED GAMES 
================================
*/

/* TODO: Clean up and remove unused rules */
.featuredGamesSection .featured-games h2 {
    text-align: left;
}

.featuredGamesSection .featured-games,
.featuredGamesSection .featured-games-header {
    width: 100%;
}

.featuredGamesSection .featured-games .m-area-heading {
    padding-bottom: 18px;
}

@media screen and (max-width: 539px) {
    .featuredGamesSection .featured-games .m-area-heading {
        padding-bottom: 9px;
    }
}

.featuredGamesSection .featured-games a.skip-rotator {
    background-color: #333;
    color: #fff;
    position: absolute;
    top: 10%;
    left: -500%;
    transform: translateX(-50%);
    padding: 5px 15px;
    z-index: 400;
}

.featuredGamesSection .featured-games a.skip-rotator:focus {
    left: 50%;
}

#skipped {
    width: .01px;
    height: .01px;
    opacity: 0;
}

.featuredGamesSection .featured-games .m-product-placement {
    max-width: calc(1353px);
    margin: 0 auto;
    float: none;
}

.featuredGamesSection .featured-games * {
    border: 0;
}

.featuredGamesSection .featured-games .c-carousel::before {
    content: "";
    position: absolute;
    bottom: -50px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .featuredGamesSection .featured-games .c-carousel::before {
        background-color: rgba(103, 114, 128, .3);
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.featuredGamesSection .featured-games .m-product-placement-item>a,
.featuredGamesSection .featured-games .m-product-placement-item.f-size-large picture,
.featuredGamesSection .featured-games .c-product-placement.f-size-large picture,
.featuredGamesSection .featured-games .m-product-placement-item.f-size-large,
.featuredGamesSection .featured-games .c-product-placement.f-size-large {
    box-sizing: content-box;
    padding: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1083px) {
    .featuredGamesSection .featured-games .m-product-placement-item>a,
    .featuredGamesSection .featured-games .m-product-placement-item.f-size-large picture,
    .featuredGamesSection .featured-games .c-product-placement.f-size-large picture,
    .featuredGamesSection .featured-games .m-product-placement-item.f-size-large,
    .featuredGamesSection .featured-games .c-product-placement.f-size-large {
        width: 295px !important;
        height: 494px !important;
    }
    .featuredGamesSection .featured-games.specialFeatured .m-product-placement-item>a,
    .featuredGamesSection .featured-games.specialFeatured .m-product-placement-item.f-size-large picture,
    .featuredGamesSection .featured-games.specialFeatured .c-product-placement.f-size-large picture,
    .featuredGamesSection .featured-games.specialFeatured .m-product-placement-item.f-size-large,
    .featuredGamesSection .featured-games.specialFeatured .c-product-placement.f-size-large {
        width: 520px !important;
        height: 780px !important;
    }
}

@media screen and (max-width: 767px) {
    .featuredGamesSection .featured-games .m-product-placement-item>a,
    .featuredGamesSection .featured-games .m-product-placement-item.f-size-large picture,
    .featuredGamesSection .featured-games .c-product-placement.f-size-large picture,
    .featuredGamesSection .featured-games .m-product-placement-item.f-size-large,
    .featuredGamesSection .featured-games .c-product-placement.f-size-large {
        width: 185px !important;
        height: 350px !important;
    }
    .featuredGamesSection .featured-games.specialFeatured .m-product-placement-item>a,
    .featuredGamesSection .featured-games.specialFeatured .m-product-placement-item.f-size-large picture,
    .featuredGamesSection .featured-games.specialFeatured .m-product-placement-item.f-size-large img,
    .featuredGamesSection .featured-games.specialFeatured .c-product-placement.f-size-large picture,
    .featuredGamesSection .featured-games.specialFeatured .m-product-placement-item.f-size-large,
    .featuredGamesSection .featured-games.specialFeatured .c-product-placement.f-size-large {
        width: 300px !important;
        height: 450px !important;
    }
}

.featuredGamesSection .featured-games.specialFeatured .m-product-placement-item>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .2) 97%, rgba(0, 0, 0, 1) 100%); */
    background: none;
}

.featuredGamesSection .featured-games .m-product-placement-item>a:hover *,
.featuredGamesSection .featured-games .c-product-placement>a:hover * {
    border: 0;
    text-decoration: inherit;
}

.featuredGamesSection .featured-games .m-product-placement-item>a:focus,
.featuredGamesSection .featured-games .c-product-placement>a:focus {
    outline: 2px dashed #fff;
    border: 2px dashed #000 !important;
}

.featuredGamesSection .featured-games .m-product-placement-item>a:focus>picture,
.featuredGamesSection .featured-games .m-product-placement-item>a:focus>.f-default-image>picture,
.featuredGamesSection .featured-games .m-product-placement-item>a:hover>picture,
.featuredGamesSection .featured-games .m-product-placement-item>a:hover>.f-default-image>picture,
.featuredGamesSection .featured-games .c-product-placement>a:focus>picture,
.featuredGamesSection .featured-games .c-product-placement>a:focus>.f-default-image>picture,
.featuredGamesSection .featured-games .c-product-placement>a:hover>picture,
.featuredGamesSection .featured-games .c-product-placement>a:hover>.f-default-image>picture {
    border: 0;
}

.featuredGamesSection .featured-games .m-product-placement-item>a:hover .c-heading,
.featuredGamesSection .featured-games .m-product-placement-item>a:hover .c-subheading,
.featuredGamesSection .featured-games .c-product-placement>a:hover .c-heading,
.featuredGamesSection .featured-games .c-product-placement>a:hover .c-subheading,
.featuredGamesSection .featured-games .m-product-placement-item>a:hover .c-paragraph,
.featuredGamesSection .featured-games .m-product-placement-item>a:focus .c-heading,
.featuredGamesSection .featured-games .m-product-placement-item>a:focus .c-subheading,
.featuredGamesSection .featured-games .c-product-placement>a:focus .c-heading,
.featuredGamesSection .featured-games .c-product-placement>a:focus .c-subheading,
.featuredGamesSection .featured-games .m-product-placement-item>a:focus .c-paragraph {
    text-decoration: none;
}

.featuredGamesSection .featured-games .m-product-placement-item.f-size-large div.slide-content {
    position: absolute;
    bottom: 3px;
    left: 2px;
    right: 0;
    color: white;
    z-index: 100;
    padding: 32px 27px 30px 30px;
    white-space: normal;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 12px, rgba(0, 0, 0, .1) 27%); */
    background: none;
}

.high-contrast-mode.black-on-white .featuredGamesSection .featured-games .m-product-placement-item.f-size-large div.slide-content.high-contrast {
    background: #ffffff;
}

.featuredGamesSection .featured-games .m-product-placement-item.f-size-large div.slide-content div.c-group {
    flex-wrap: wrap;
    column-gap: 24px;
}

.featuredGamesSection .featured-games .m-product-placement-item.f-size-large div.slide-content div.c-group a.c-call-to-action span{
    font-size: 14px;
}

.featuredGamesSection .featured-games .m-product-placement-item .slide-content .availability {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.featuredGamesSection .featured-games .m-product-placement-item .slide-content .availability>div {
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: inline-block;
    transform: translateX(-15px) skewX(32deg);
}

.featuredGamesSection .featured-games .m-product-placement-item .slide-content .availability p {
    height: 32px;
    line-height: 30px;
    padding: 0 22px 0 47px;
    color: #000;
    display: inline-block;
    text-align: top;
    transform: skewX(-32deg);
}

@media screen and (max-width: 767px) {
    .featuredGamesSection .featured-games .m-product-placement-item .slide-content .availability p {
        padding-left: 30px;
        padding-right: 26px;
    }
}

.featuredGamesSection .featured-games .m-product-placement-item .slide-content .availability p span {
    font-family: "MWF-MDL2";
    display: inline-block;
    font-weight: 400;
    font-size: 1.2em;
    vertical-align: middle;
}

.featuredGamesSection .featured-games .m-product-placement-item .slide-content .availability p span.false {
    display: none;
}

.featuredGamesSection .featured-games .m-product-placement-item .slide-content .availability p span:first-of-type {
    padding-left: 8px;
}

.featuredGamesSection .featured-games .m-product-placement-item .slide-content .availability p span:nth-child(2) {
    padding-left: 12px;
}

@media screen and (max-width: 767px) {
    .featuredGamesSection .featured-games .m-product-placement-item .slide-content .availability p span:nth-child(2) {
        padding-left: 11px;
    }
    .c-select-menu .c-menu {
        left: -70px !important;
    }
    a.platselectbutton span {
        font-size: 18px;
        margin-right: 16px;
    }
    .gameDivsWrapper .gameDiv {
        margin: 0px 10px 18px;
    }
    .x-type-center.drawerContainer {
        bottom: -32px;
    }
    [data-grid="col-4"] section.m-content-placement-item {
        padding-left: 12px;
        padding-right: 12px;
    }
    .specialBanner,
    .specialBanners {
        margin-bottom: 16px;
    }
}

.featuredGamesSection .featured-games .availability {
    display: none;
}

.featuredGamesSection .featured-games .m-product-placement-item .c-paragraph,
.featuredGamesSection .featured-games .c-product-placement .c-paragraph {
    color: #fff;
}

.featuredGamesSection .featured-games .m-product-placement-item .slide-content .availability .m-product-placement-item .c-paragraph,
.featuredGamesSection .featured-games .c-product-placement .c-paragraph {
    color: #fff;
}

.featuredGamesSection .featured-games .m-product-placement-item .f-default-image,
.featuredGamesSection .featured-games .c-product-placement .f-default-image {
    padding-right: 0 !important;
}

.featuredGamesSection .featured-games .m-product-placement-item picture .c-image,
.featuredGamesSection .featured-games .c-product-placement picture .c-image {
    top: 0 !important;
    left: 0 !important;
    transform: translate(0, 0) !important;
}

.featuredGamesSection .featured-games .m-product-placement-item>a>picture,
.featuredGamesSection .featured-games .m-product-placement-item>a>.f-default-image>picture,
.featuredGamesSection .featured-games .c-product-placement>a>picture,
.featuredGamesSection .featured-games .c-product-placement>a>.f-default-image>picture {
    border: 0;
}

.featuredGamesSection .featured-games .m-product-placement .c-carousel .c-group {
    padding: 4px 8px 8px 8px;
}

.featuredGamesSection .featured-games .m-product-placement-item>a {
    margin: 0 6px 0 4px;
}

.featuredGamesSection .c-carousel .m-product-placement-item.f-size-large picture {
    height: 408px;
    overflow: hidden;
}

.featuredGamesSection .rotator-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 28px;
}

.featuredGamesSection .featured-games {
    padding-bottom: 12px;
    position: relative;
}

@media screen and (min-width: 1084px) {
    .featuredGamesSection .featured-games .x-type-center[data-grid="container"] h3,
    .featuredGamesSection .featured-games .x-type-center[data-grid="container"] p {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media (max-width: 1084px) {
    .featuredGamesSection[data-grid="container"] {
        padding-left: 5%;
        padding-right: 5%;
    }

    .featuredGamesSection .rotator-heading {
        justify-content: center;
    }
}

.featuredGamesSection .c-carousel .m-product-placement-item {
    margin: 12px 24px 12px 0px;
}

.featuredGamesSection .c-carousel .m-product-placement-item.f-size-large.gameDiv {
    transition: 250ms;
    position: relative;
    max-width: 272px;
}

.featuredGamesSection .c-carousel .m-product-placement-item a [class^="c-heading"] {
    min-height: 1em;
}

.featuredGamesSection .c-carousel .m-product-placement-item.gameDiv>a.gameDivLink:before {
    border: none;
}

.featuredGamesSection .containerIMG .c-image {
    width: 100%;
    max-width: 100%;
}

.featuredGamesSection .gameDiv a:hover h3,
.featuredGamesSection .gameDiv a:focus h3 {
    text-decoration: underline !important;
}

.gamesCarousel {
    position: relative;
}

.featuredGamesSection .spinnerHold {
    position: absolute;
    margin: 3px auto;
    left: 48vw;
}

@media (max-width: 767px) {
    .featuredGamesSection .c-carousel .m-product-placement-item {
        margin: 0px 24px 12px 0px;
    }
    .featuredGamesSection .c-carousel .m-product-placement-item a [class^="c-heading"] {
        min-height: 4.5em;
        bottom: 80px;
    }
    .featuredGamesSection .specialFeatured .c-carousel .m-product-placement-item a [class^="c-heading"] {
        min-height: 1em;
    }
    .featuredGamesSection .spinnerHold {
        position: absolute;
        margin: 48px auto;
        left: calc(50vw - 41px);
    }
    .featuredGamesSection .specialFeatured .c-carousel button.c-flipper {
        top: 45% !important;
    }
    .featured-games.specialFeatured .m-product-placement-item.f-size-large div.slide-content {
        padding: 32px 12px 0px 16px;
    }
}

.specialFeatured .m-product-placement-item.f-size-large {
    width: 520px;
}

.featuredGamesSection .specialFeatured .c-carousel .m-product-placement-item.f-size-large picture {
    height: 780px;
    width: 520px;
}

.specialFeatured img.c-image {
    width: 520px;
    max-width: 520px;
    height: 780px;
}

.featured-games.specialFeatured .m-product-placement-item.f-size-large div.slide-content .badge-group {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .featured-games.specialFeatured .m-product-placement-item.f-size-large div.slide-content .badge-group {
        margin-bottom: 0;
    }
}

.featured-games.specialFeatured .m-product-placement-item.f-size-large div.slide-content .c-badge.f-small {
    height: 15px;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.featured-games.specialFeatured .m-product-placement-item.f-size-large div.slide-content .c-badge.f-small img {
    height: 96% !important;
    width: auto !important;
}

.featured-games.specialFeatured .m-product-placement-item.f-size-large div.slide-content .c-badge.f-small.badge-gp {
    height: 17px;
}

.featured-games.specialFeatured .m-product-placement-item>a {
    margin: 0;
}

/* 
===================
SUPER HERO - FEATURED
===================
*/

.featured-super-hero {
    padding-top: 48px;
    padding-bottom: 48px;
}

.featured-super-hero span.jump-g.jump-b {
    top: 0;
    line-height: 30px;
}

.featured-super-hero div.c-group {
    margin-top: 0;
}

@media screen and (max-width:767px) {
    .featured-super-hero h2.c-heading-1L {
        font-size: 46px;
        line-height: 46px;
    }
}

/* 
===================
HERO - CROSS SELL
===================
*/

.cross-hero .m-hero-item.f-y-center {
    margin-bottom: 48px;
}

@media screen and (max-width:767px) {
    .cross-hero .m-hero-item.f-y-center>div {
        height: 300px;
    }

    .cross-hero .m-hero-item.f-y-center>div>div {
        top: calc(50%);
    }
}

.cross-hero .m-hero-item.f-y-center>div>div h2, .cross-hero .m-hero-item.f-y-center>div>div p  {
    padding-top: 12px;
}

.cross-hero .m-hero-item.f-y-center>div>div a.c-call-to-action {
    margin-top: 24px;
}


/* 
===================
CAROUSEL - SALE
===================
*/

/* .saleGamesSection .c-carousel {
    padding-left: 15px;
} */

@media screen and (min-width: 1084px) {
    .saleGamesSection .featured-games .x-type-center[data-grid="container"] h3,
    .saleGamesSection .featured-games .x-type-center[data-grid="container"] p {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media (max-width: 1084px) {
    .saleGamesSection[data-grid="container"] {
        padding-left: 5%;
        padding-right: 5%;
    }

    .saleGamesSection .rotator-heading {
        justify-content: center;
    }
}

.saleGamesSection .c-carousel .m-product-placement-item.f-size-large picture {
    height: 408px;
    overflow: hidden;
}

.saleGamesSection .rotator-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.saleGamesSection .c-carousel .m-product-placement-item a [class^="c-heading"] {
    min-height: 4em;
}

@media screen and (max-width: 1084px) {
    .saleGamesSection .rotator-heading {
        padding-left: 15px;
        padding-right: 8px;
    }
}

.saleGamesSection .rotator-heading a {
    overflow: visible;
    margin-left: 8px;
}

.saleGamesSection .featured-games h3 {
    display: inline-block;
    margin-right: 6px;
}
  

/* 
===================
MOSAIC - LINKS
===================
*/

/* TODO: Clean up and remove unnecessary styles */

.mosaic__content a:focus {
    border-color: #fff !important;
    outline: 2px solid #000 !important;
    outline-offset: 0px;
}

.links-mosaic .mosaic__box {
    position: relative;
}

/* Hide the drop shadow workaround in IE 9-up */

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .links-mosaic .mosaic__box::before {
        display: none;
    }
}

.links-mosaic .mosaic__element {
    position: relative;
    overflow: hidden;
    width: 49.4%;
    /* will get a margin of .6%. The width value is needed when calculating aspect ratio later */
    float: left;
    /* floated for margin-collapse consistency despite being full-width */
}

.links-mosaic .mosaic__element .c-image {
    width: 100%;
    top: 0;
    left: 0;
}

/* .mosaic__element float, width, margin, and aspect ratio are set based upon their order in the code. */
/* Fewer class names or IDs to worry about */
.links-mosaic .mosaic__element:nth-child(odd) {
    margin: .6% .6% .6% 0;
    /*padding-bottom: 50%;  aspect ratio calculation * % width of element */
}

.links-mosaic .mosaic__element:nth-child(even) {
    margin: .6% 0 .6% .6%;
    /*padding-bottom:49.96%;  aspect ratio calculation * % width of element */
}

.links-mosaic .mosaic__image {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.links-mosaic .mosaic__image::before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
}

.extra-gradient {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 37%, rgba(0, 0, 0, 0.8) 80%, #000000 100%);
}

.links-mosaic .mosaic__image img {
    width: 100%;
}

@media screen and (max-width:1399px) {
    .links-mosaic {
        display: block;
    }

    .links-mosaic .mosaic__box {
        margin-top: initial;
    }

    .links-mosaic .scroll__header {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 0 50px 29px 50px;
        margin: initial;
        text-align: center;
    }

    .links-mosaic .scroll__header span {
        display: inline;
    }
}

@media screen and (max-width:1083px) {
    .links-mosaic .mosaic__box {
        padding: 0 5%;
        margin-left: auto;
        margin-right: auto;
    }

    .links-mosaic .mosaic__limit {
        position: relative;
        margin: 0 auto;
    }

    .links-mosaic .mosaic__element {
        position: relative;
        overflow: hidden;
    }

    .links-mosaic .mosaic__box .mosaic__element {
        float: none;
        display: block;
        width: 100%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
    }

    .links-mosaic .mosaic__box .mosaic__element:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .links-mosaic .mosaic__limit {
        max-width: 640px;
    }
}

.links-mosaic .mosaic__content {
    position: absolute;
    left: 32px;
    bottom: 20px;
    max-width: 85%;
    color: #000000; /* Add white-c class to override */
}

@media screen and (max-width:640px) {
    .links-mosaic .mosaic__content {
        left: 32px;
        bottom: 22px;
        max-width: 87%;
    }
}

@media screen and (max-width:540px) {
    .links-mosaic .mosaic__content {
        position: relative;
        max-width: 100%;
        width: 100%;
        left: auto;
        bottom: auto;
        padding: 18px 16px 10px 16px;
        margin: 0;
        color: white;
    }

    .links-mosaic .mosaic__element {
        background-color: #333;
    }

    .links-mosaic .mosaic__element:not(:last-child) {
        margin-bottom: 12px;
    }
}

@media screen and (min-width:1083px) and (max-width:1400px) {
    .links-mosaic .mosaic__content {
        max-width: calc(100% - 64px);
    }
}

.links-mosaic .mosaic__content .c-paragraph-1 {
    padding-top: 12px;
}

.links-mosaic .mosaic__content .c-caption-1 {
    padding-top: 12px;
    line-height: 1.5;
}

.links-mosaic .mosaic__content h3 {
    padding-top: 0;
}

@media screen and (min-width:1083px) and (max-width:1400px) {
    .links-mosaic .mosaic__content h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

.links-mosaic .mosaic__content .c-call-to-action {
    outline: none;
    /* NECESSARY to prevent bug in box shadow hack in MS browsers */
    margin-top: 10px;
    color: inherit;
    padding-left: 0 !important;
}

.links-mosaic .mosaic__content.white-c a.c-call-to-action {
    color: #ffffff;
}

.links-mosaic .mosaic__content:not(.white-c) a.c-call-to-action {
    color: #054B16;
}

.links-mosaic .mosaic__content:not(.white-c) a.c-call-to-action:focus {
    outline: #054B16 dashed 2px !important;
}

@media screen and (max-width:540px) {
    .links-mosaic .mosaic__content:not(.white-c) a.c-call-to-action {
        color: #ffffff;
    }
    
    .links-mosaic .mosaic__content:not(.white-c) a.c-call-to-action:focus {
        outline: #ffffff dashed 2px !important;
    }
}

@media screen and (min-width:1083px) and (max-width:1280px) {
    .links-mosaic .mosaic__content .c-call-to-action {
        outline: none;
        /* NECESSARY to prevent bug in box shadow hack in MS browsers */
        /*margin-top: 0px;*/
    }
}

/* 
===================
SOCIAL ICONS
===================
*/

.iconBlade {
    padding-top: 22px;
}

.dsk48 {
    padding: 42px 0 40px 0;
}

.iconBlade .c-caption-2 {
    font-weight: 700;
}

.iconBlade .icons {
    text-align: center;
}

.iconBlade .icons a {
    display: inline-block;
    margin: 0 3.2%;
}

.iconBlade .icons a:nth-child(6) {
    margin-right: 0px;
}

.iconBlade .icons a p {
    font-size: 20px;
}

.iconBlade .icons a:hover p {
    text-decoration: underline;
}

.iconBlade .icons .icon-break {
    display: inline;
}

.iconBlade .icons a:focus,
.stay-connected .zoomImg:focus {
    outline: 2px dashed #fff !important;
}

.high-contrast-mode.black-on-white .iconBlade .icons a img {
    filter: invert(1);
}

@media screen and (min-width: 768px) {
    .iconBlade .icons a img {
        margin-bottom: 25px;
        max-width: 72px;
    }
}

@media screen and (min-width: 941px) {
    .iconBlade .icons a {
        min-width: 80px;
    }
}

@media screen and (max-width: 940px) {
    .iconBlade .icons a img {
        float: none;
        margin-right: 0;
        width: 56px;
    }

    .iconBlade .icons a p {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .iconBlade .icons .icon-break {
        display: block;
    }

    .iconBlade .icons .icon-break:first-of-type {
        margin-bottom: 32px;
    }

    .iconBlade .icons a {
        margin: 0 5%;
    }
}

@media screen and (max-width: 539px) {
    .iconBlade .icons a img {
        width: 48px;
    }
}