div.m-banner .c-image {
    max-height: 48px !important;
}

.thunderbird .m-content-placement-item {
    text-align: center;
}

.thunderbird .m-content-placement-item>picture,
.c-content-placement>picture {
    padding-bottom: 40%;
}

.thunderbird .m-image {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}

.thunderbird.SB-hero-banner .banner-background {
    padding-bottom: 78px;
}
.buybox a,
.thunderbird.SB-hero-banner .banner-background a {
    color: #054b16 !important;
}
.buybox a {
    color: #054b16 !important;
}

.thunderbird .m-content-placement-item>picture,
.c-content-placement>picture {
    padding-bottom: 0%;
}

.thunderbird .m-content-placement-item>picture img {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    /*max-width: 450px;*/
}

.thunderbird .m-content-placement-item a {
    text-align: center;
}


/*
.thunderbird .m-content-placement-item a:after {
    display: none !important;
}
*/


/* temp theme fix */

#BodyContent {
    background-color: #fff;
    color: #000;
    padding-bottom: 0px;
}

.thunderbird.theme-black {
    background-color: #000;
    color: #fff;
}

div.legal {
    background-color: #000;
    max-width: none;
}

div.src-shell-__Shell-module___shellContainer {
    padding-bottom: 0px;
}

.m-content-placement a,
.faq-mwf a {
    color: #107c10 !important;
}

.m-content-placement a:hover,
.m-content-placement a:active,
.m-content-placement a:focus,
.faq-mwf a:hover,
.faq-mwf a:active,
.faq-mwf a:focus {
    color: #054b16 !important;
}


/* SNOWBIRD line-height fixes */

.thunderbird .theme-black .c-heading-1 {
    line-height: 1.2em !important
}

@media screen and (min-width: 0px) {
    .c-heading-1a {
        font-size: 46px;
        line-height: 46px !important;
    }
    .c-heading-1L {
        font-size: 66px;
        line-height: 66px !important;
    }
}

@media screen and (min-width: 768px) {
    .c-heading-1a {
        font-size: 62px;
        line-height: 60px !important;
    }
}

@media screen and (min-width: 1084px) {
    .c-heading-1L {
        font-size: 86px;
        line-height: 82px !important;
    }
}

@media screen and (min-width: 1400px) {
    .c-heading-1a {
        font-size: 86px;
        line-height: 82px !important;
    }
    .c-heading-1L {
        font-size: 120px;
        line-height: 118px !important;
    }
}


/* additions 4/22/21 */

.buybox-container.nope {
    background-color: #000;
}

.buybox ul {
    padding-top: 32px;
}

.buybox {
    padding-top: 48px;
    padding-bottom: 96px;
    margin-top: 0;
    text-align: center;
}

.buybox [class^="c-subheading"] {
    font-weight: 700;
}

.buybox li.c-paragraph-1 {
    text-align: center;
    vertical-align: middle;
    padding-top: 11px;
    padding-bottom: 18px;
    /*padding-bottom: 16px;*/
}

.buybox li:before {
    content: "";
    font-family: "MWFMDL2-Xbox";
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    color: #107c10;
}

.buybox .c-group {
    display: inline-block;
}

.buybox .c-group a {
    margin-left: 20px;
    margin-right: 20px;
}

.thunderbird.snowbird-banner {
    padding-bottom: 24px;
}

.SB-banner {}

.SB-banner .c-image {
    margin-bottom: 12px;
}

.app-links {
    margin-top: 28px;
}
.app-links a {
    display: inline-block;
    border: 2px solid transparent;
    outline: 2px solid transparent;
    margin-left: 10px;
    margin-right: 10px;
}
.high-contrast-mode.white-on-black .SB-banner .c-image,
.high-contrast-mode.white-on-black .SB-hero-banner .c-image {
    filter: grayscale(1) brightness(10);
}
.high-contrast-mode.black-on-white .m-banner .c-image,
.high-contrast-mode.black-on-white .SB-hero-banner .c-image {
    filter: grayscale(1) brightness(0);
}

.SB-hero-banner p {
     max-width: 795px;
     margin-left: auto; 
     margin-right: auto;
}
#bodycolumn.theme-white .buybox .c-group a:not(.f-lightweight):hover,
#bodycolumn.theme-white .buybox .c-group a:not(.f-lightweight):focus {
    background-color: #8bd80a;
}
#bodycolumn.theme-white .SB-hero-banner .banner-background a:focus,
#bodycolumn.theme-white .SB-hero-banner .banner-background a:active {
    color: #054b16;

}

.c-group a.f-lightweight {
    padding-top: 8px;
}
.high-contrast-mode a:focus {
    outline-style: dashed !important;;
    border-style: dashed !important;
}
@media screen and (max-width: 639px) {
    .thunderbird div.c-group a.c-call-to-action {
        margin-left: 12px;
        margin-right: 12px !important;
    }
}

a.show-safari {
    display: none;
}

/* CSS specific to Safari */ 
@media not all and (min-resolution:.001dpcm) {
    @media {
        .c-heading-1, .c-heading-2, .c-heading-3 {
            font-family: SegoeUI,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
        }
        a.show-other {
            display: none;
        }
        a.show-safari {
            display: inline-block;
        }
    }
}
.buybox-container.nope .c-group.theme-dark {
background-color: transparent;
}