﻿/*Fontface Declarations*/
@font-face {
    font-family: 'Helvetica Black';
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Black.eot'); /* IE9 Compat Modes */
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Black.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Black.woff') format('woff'), /* Pretty Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Black.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Helvetica Bold';
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Bold.eot'); /* IE9 Compat Modes */
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Helvetica Light';
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Light.eot'); /* IE9 Compat Modes */
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/Helvetica/HelveticaLTW05-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Tisa Pro Bold';
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Bold.eot'); /* IE9 Compat Modes */
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Tisa Pro Regular';
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Regular1475151.eot'); /* IE9 Compat Modes */
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Regular1475151.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Regular1475151.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Regular1475151.woff') format('woff'), /* Pretty Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Regular1475151.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Tisa Pro Regular Italic';
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Italic.eot'); /* IE9 Compat Modes */
    src: url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Italic.woff') format('woff'), /* Pretty Modern Browsers */
    url('/assets/PublicSite/fonts/NewFonts/WebFonts/FF Tisa/TisaWebW03Italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/*General Styling*/

.rtl{
    direction: rtl;
}

a {
    color: #3C3C3C;
}

    a:hover {
        color: #cf1e27;
    }

    a:active {
        color: #cf1e27;
    }

body {
    font-family: 'Tisa Pro Regular';
    font-size: 18px;
    letter-spacing: 0.004em;
}

.content-container {
    font-family: 'Tisa Pro Regular';
    font-size: 18px;
    letter-spacing: 0.004em;
}

.btn-red, .btn-white-ghost {
    font-family: 'Helvetica Black';
    font-size: 17px;
}

    .btn-red:hover, .btn-white-ghost:hover {
        color: #cf1e27;
        background: #fff;
        border-color: #fff;
    }

#page-content.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.fg-center-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fg-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/assets/PublicSite/images/fg-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.btn-default {
    border-color: initial;
}

/*Nice Select IE Fix*/
.nice-select .list {
    display: none;
}

.nice-select.open .list {
    display: block;
}

/*Standard Hero*/
.hero-bg .content, .menu-bg.menu-bg .content {
    top: 20%;
    bottom: 35%;
    left: 30%;
    right: 30%;
}

/*Fix for hero title appearing too high in experience editor*/
.page-editor .hero-bg .content {
    top: 50%;
}

.chevron-container .ion-ios-arrow-down:hover {
    cursor: pointer;
}

.ion-ios-arrow-down:before {
    content: "";
}

@media (max-width: 1800px) and (min-width: 1501px) {
    .hero-bg .content, .menu-bg .content {
        top: 10%;
        left: 25%;
        right: 25%;
        bottom: 40%;
    }
}

@media (max-width: 1500px) and (min-width: 1051px) {
    .hero-bg .content, .menu-bg .content {
        top: 0;
        left: 20%;
        right: 20%;
        bottom: 50%;
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    .hero-bg img {
        height: 600px;
        object-fit: cover;
    }

    .hero-bg .content {
        top: 10%;
        left: 10%;
        right: 10%;
    }
}

@media (max-width: 500px) {
    .hero-bg img {
        height: 600px;
        object-fit: cover;
    }

    .hero-bg .content {
        top: 10%;
        left: 0% !important;
        right: 0% !important;
    }
}

/*Navigation*/
.expnavbar {
    border: 1px solid #808080;
}

.navbar-list ul li a {
    font-family: "Helvetica Bold";
    letter-spacing: -0.01em;
}

.navbar-default .navbar-nav li .active {
    color: #cf1e27;
}

@media (max-width: 1024px) and (max-width: 768px) {
    /*Fix order button snapping down on zoom*/
    @media (max-width: 1024px) and (max-width: 768px) {
        .navbar {
            min-width: 320px;
        }
    }

    .secondary-menu-items .items-right {
        width: 100%;
    }
}

.mobile-order a {
    font-size: 14px;
}

@media(max-width: 355px) {
    .mobile-order a {
        padding: 19px 6px 17px 6px;
        font-size: 10px;
    }
}

@media (max-width: 1024px) and (max-width: 768px) {
    .logo {
        width: inherit;
    }
}

.hide-mobile-nav.pull-right > .pull-right {
    float: right !important;
    position: relative;
    bottom: 5px;
}
/*Homepage*/
.home-element-container .hero-main .hero-content-wrapper .hero-text-light {
    font-family: 'Tisa Pro Regular';
}

.home-element-container .hero-main .hero-content-wrapper .hero-text-bold {
    letter-spacing: -0.01em;
}

.home-element-container .cta-mobile-wrapper {
    background-size: 100% 100%;
}

    .home-element-container .cta-mobile-wrapper .hero-secondary-text-light {
        font-family: 'Tisa Pro Regular';
    }

        .home-element-container .cta-mobile-wrapper .hero-secondary-text-light .uppercase {
            font-family: 'Helvetica Bold';
            line-height: 1.4;
        }

/*Order Button Outline*/
.btn-hero-cta {
    padding: 1.0em 2.5em;
}

@media (max-width: 768px) and (max-width: 1024px) {
    .btn-hero-cta {
        padding: 0.5em 1em !important;
    }
}

@media only screen and (max-width: 768px) {
    .home-element-container .hero-main .hero-content-wrapper .hero-text-bold {
        color: #fff;
        font-family: "Helvetica Black";
        font-size: 52px;
        text-transform: uppercase;
        left: 41px;
    }

    .home-element-container .hero-main {
        height: 480px;
    }
}

/*Carousel*/
.home-element-container .cta-join-crew .hero-secondary-text-bold {
    left: 0px;
}

@media only screen and (min-width: 769px) {
    .home-element-container .cta-join-crew .hero-align {
        bottom: 80px;
    }

    .home-element-container .cta-join-crew .hero-secondary-text-bold {
        position: initial;
        width: 100%;
        height: 200px;
        margin-bottom: -200px;
        text-align: center;
    }
}

.flexslider .hero-secondary-text-bold span {
    font-family: 'Helvetica Black';
    font-size: 1.250em;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.hero-secondary .flexslider a, .hero-secondary #promo-space-container a {
    text-decoration: none;
}

.flexslider .hero-secondary-text-bold .carousel-optional-text {
    display: block;
    font-family: 'Tisa Pro Regular';
    font-size: 0.750em;
    text-align: center;
    width: 100%;
    /* DFR|9/11/2018: Jira FG-110 - remove capitalization.
    text-transform: capitalize;*/
    text-transform: none;
}

@media only screen and (max-width: 768px) {
    .home-element-container .cta-join-crew .hero-secondary-text-bold {
        position: initial;
        display: block;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 15px;
    }

    .home-element-container .cta-join-crew .hero-align {
        bottom: 65px;
    }
}


@media only screen and (max-width: 600px) {
    .home-element-container .cta-join-crew .hero-secondary-text-bold span:not(.carousel-optional-text) {
        font-size: 24px;
    }
}

/*Expanded Hamburger Menu*/
.drop-menu .drop-menu .menu-items .social {
    padding-bottom: 50px;
}

.drop-menu ul li a:hover {
    color: #CF1E27;
}

.menu-children {
    padding-bottom: 20px;
}

.drop-menu .menu-children ul li a {
    font-family: "Tisa Pro Regular";
    color: #3C3C3C;
    font-size: 1em;
}

    .drop-menu .menu-children ul li a:hover {
        color: #CF1E27;
    }

.nice-select {
    font-family: 'Helvetica Bold';
    font-size: 1em;
    color: #000000;
}

    .nice-select:hover::after {
        color: #CF1E27;
    }

.fg-pseudo-after-hidden::after {
    display: none;
}

.c-menu--slide-top, .c-menu--slide-bottom, .c-menu--push-top, .c-menu--push-bottom {
    overflow-x: auto;
    overflow-y: auto;
    /*height: 100%;*/
}

.c-menu--slide-top, .c-menu--push-top {
    top: 0;
    left: 0;
}

.fg-language-change-link:hover {
    color: #cf1e27 !important;
    text-decoration: none !important;
}

.fg-language-change-link span:hover {
    color: #cf1e27 !important;
    text-decoration: none !important;
}

.c-menu--slide-top, .c-menu--push-top {
    -webkit-transform: translateY(-4000px);
    -ms-transform: translateY(-4000px);
    transform: translateY(-4000px);
    transition-duration: .5s;
}

    .c-menu--slide-top.is-active, .c-menu--push-top.is-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition-duration: .3s;
    }

        .c-menu--slide-top.is-active.expnavbarDrop, .c-menu--push-top.is-active.expnavbarDrop {
            -webkit-transform: translateY(200px);
            -ms-transform: translateY(200px);
            transform: translateY(200px);
        }

.drop-menu .form-control:focus, .drop-menu .form-control:focus, .drop-menu .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1024px) and (max-width: 768px) {
    /*.c-menu--slide-top, .c-menu--slide-bottom, .c-menu--push-top, .c-menu--push-bottom {
        height: 600px;
    }*/


    .c-menu--slide-top, .c-menu--push-top {
        -webkit-transform: translateY(-600px);
        -ms-transform: translateY(-600px);
        transform: translateY(-600px);
        transition-duration: .3s;
    }

        .c-menu--slide-top.is-active, .c-menu--push-top.is-active {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            transition-duration: .3s;
        }

    .drop-menu ul li {
        padding-bottom: 20px;
    }

    .drop-menu .menu-children ul li {
        padding-bottom: 10px;
    }

    .secondary-menu-items .items-right {
        padding-top: 10px;
        margin-bottom: 30px;
    }

        .secondary-menu-items .items-right span {
            font-size: 14px;
        }

    .drop-arrow {
        top: 25px;
    }

    .newul.col-md-3.social {
        display: flex;
        min-height: 0px;
        flex-direction: row;
    }

        .newul.col-md-3.social > li {
            display: inline;
        }

            .newul.col-md-3.social > li i {
                padding: 12px;
                font-size: 24px;
            }

    .secondary-menu-items .items-left {
        padding-top: 30px;
    }

    .drop-menu .drop-menu .menu-items .social {
        padding-bottom: 0px;
    }
}

/*Menu*/
page-heading-title-alt h2 {
    color: #fff;
    font-family: 'Helvetica Black';
    font-size: 45px;
}

.hero-bg .content .scroll, .menu-bg .content .scroll {
    font-family: 'Helvetica Bold';
}

.content-container.p-t-md .content-wrapper .press-contact {
    margin-bottom: 3.5em;
}

.content-wrapper ul li {
    font-family: "Tisa Pro Regular";
    font-size: 1em;
    color: #3C3C3C;
    padding: 3px;
}

    .content-wrapper ul li:hover {
        color: #CF1E27;
    }

.content-wrapper .col-md-4 h3 {
    font-family: 'Helvetica Black';
    font-size: 1.333em;
    color: #000000;
}

.content-wrapper .col-md-4 h4 {
    font-family: 'Helvetica Bold';
    font-size: 17px;
    color: #3C3C3C;
}

    .content-wrapper .col-md-4 h4:hover {
        color: #CF1E27;
    }

.pull-right.reference-link {
    font-size: 0.611em;
    font-family: 'Helvetica Bold';
    color: #3C3C3C;
}

    .pull-right.reference-link span {
        font-size: 1.091em;
    }

    .pull-right.reference-link a {
        font-size: 1em;
        font-family: 'Helvetica Bold';
        color: #3C3C3C;
    }

        .pull-right.reference-link a:hover {
            color: #CF1E27;
        }

.col-md-12.menu-list.m-t-xl h4 {
    font-family: 'Helvetica Bold';
    font-size: 0.944em;
    color: #3C3C3C;
}

.col-md-12.m-t-xl h4 {
    font-family: 'Helvetica Bold';
    font-size: 0.944em;
    color: #3C3C3C;
}

.col-md-12.m-t-xl .m-t-xl {
    font-family: 'Tisa Pro Regular';
    font-size: 0.833em;
    color: #3C3C3C;
}

.col-md-12.menu-list.m-t-xl .m-b-xl {
    margin-bottom: 0px;
}

.menuFooter {
    margin-left: 0px;
    margin-right: 0px;
}

.content-container .menu-list:last-child .m-b-xl {
    margin-bottom: 0px;
}

.content-container .menu-list:last-child .m-t-xl {
    margin-top: 0px;
}

.menu-list .noBullet {
    padding-left: 8px;
}

    .menu-list .noBullet:hover:before {
        color: #3C3C3C;
    }

@media (max-width: 1024px) and (max-width: 768px) {

    .menu-list ul li::before {
        display: none;
    }

    .menu-list ul li {
        text-align: center;
        width: 100%;
    }

    .menu-list ul {
        margin-left: 0px;
    }

    .pull-right.reference-link span {
        font-size: 12px;
    }

    .pull-right.reference-link a {
        font-size: 12px;
    }
}

.content-wrapper .menuMoveDown .col-md-12 h3 {
    font-size: 24px;
    color: #000;
}

/*Language Chooser Modal*/
#language-chooser-popup {
    height: 200px;
    width: 300px;
}

    #language-chooser-popup .modal-dialog {
        height: 200px;
        width: 300px;
    }

    #language-chooser-popup .modal-content {
        text-align: center;
        padding-top: 15px;
        border-radius: 5px;
    }

    #language-chooser-popup .modal-body {
        padding: 20px;
    }

        #language-chooser-popup .modal-body .languages {
            margin-top: 50px;
        }

            #language-chooser-popup .modal-body .languages a:first-child {
                border-right: 1px solid #161616;
                padding-right: 20px;
            }

            #language-chooser-popup .modal-body .languages a:nth-child(2) {
                padding-left: 20px;
            }

            #language-chooser-popup .modal-body .languages a:nth-child(3) {
                border-left: 1px solid #161616;
                margin-left: 20px;
                padding-left: 20px;
            }

/*Food Item Modal*/
.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.small-viewport-linebreak {
    display: none;
}

.modal.custom {
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: visible;
    transform: translate(-50%, -50%);
    overflow: unset;
    width: 100%;
}

    .modal.custom .modal-header {
        padding-top: 20px;
        min-height: inherit;
    }

    .modal.custom .modal-body {
        padding-top: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }

    .modal.custom .modal-dialog .modal-content {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .modal.custom .modal-dialog {
        width: 700px;
        margin: 0 auto;
    }

        .modal.custom .modal-dialog button {
            color: black;
            font-size: 24px;
            font-weight: bold;
            opacity: 1;
            top: -13px;
            position: relative;
        }

    .modal.custom .modal-body h3 {
        font-family: 'Helvetica Black';
        color: black;
        font-size: 1.333em;
        text-transform: uppercase;
    }

    .modal.custom .modal-body h4 {
        font-family: "Tisa Pro Regular";
        font-weight: normal;
        color: #3C3C3C;
        font-size: 1em;
        line-height: 1.4;
    }

    .modal.custom .modal-body .modal-nutrition-table {
        width: 100%;
        flex-direction: column;
    }


    .modal.custom .modal-body .modal-nutrition-categories td, .modal.custom .modal-body .modal-nutrition-categories th {
        width: 25%;
    }

    .modal.custom .modal-body .modal-nutrition-stats td {
        width: 25%;
    }

    .modal.custom .modal-body .modal-nutrition-categories td h3, .modal.custom .modal-body .modal-nutrition-categories th h3 {
        font-family: 'Helvetica Black';
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 0.667em;
        color: #3C3C3C;
        text-align: center;
    }

    .modal.custom .modal-body .modal-nutrition-stats td h2 {
        font-family: 'Tisa Pro Regular';
        font-size: 1.889em;
        color: #CF1E27;
        text-align: center;
        white-space: nowrap;
    }

    .modal.custom .modal-body .modal-subtext {
        margin-top: 40px;
    }

    .modal.custom .modal-body .modal-disclaimer {
        margin-top: 20px;
    }
    /*.modal.custom .modal-body span {
        font-family: "Helvetica Bold";
        color: #3C3C3C;
        font-size: 0.667em;
    }*/

    .modal.custom .modal-body span a {
        font-family: "Helvetica Bold";
        color: #3C3C3C;
        text-decoration: underline;
    }

    .modal.custom .modal-body p a:hover {
        color: #CF1E27;
    }

    .modal.custom .modal-body .modal-nutrition-heading {
        padding: 25px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

.modal-nutrition-heading span {
    display: block;
    font-size: 1.333em;
    color: #222222;
    font-family: 'Helvetica Black';
}

.modal-nutrition-heading p {
    display: block;
    font-size: 1em;
    color: #3C3C3C;
    margin: 10px;
    font-family: "Tisa Pro Regular";
}

.modal-nutrition-categories th {
    font-size: .7em;
    color: #3c3c3c;
    text-align: center;
    font-family: 'Helvetica Black';
}

.modal-nutrition-stats td {
    font-size: 2em;
    color: #cf1e27;
    font-family: "Tisa Pro Regular";
}

@media (max-width: 1024px) and (max-width: 768px) {
    .modal.custom {
        padding-top: 15%;
        overflow: hidden;
    }

        .modal.custom .modal-header {
            border: none;
        }

        .modal.custom .modal-body {
            padding: 0px;
            margin-top: 20%;
        }

        .modal.custom .modal-dialog .modal-content {
            width: 100%;
            height: 100%;
            border-radius: 0;
            padding-left: 10%;
            padding-right: 10%;
        }

        .modal.custom .modal-dialog {
            width: 90%;
            height: 100%;
            margin: 0 auto;
            text-align: center;
        }

            .modal.custom .modal-dialog button {
                color: black;
                font-size: 3em;
                font-weight: bold;
                opacity: 1;
            }

        .modal.custom .modal-body h3 {
            font-family: 'Helvetica Black';
            color: black;
            font-size: 1.5em;
            text-transform: uppercase;
        }

        .modal.custom .modal-body h4 {
            font-family: "Tisa Pro Regular";
            font-weight: normal;
            color: #3C3C3C;
            font-size: 1em;
            line-height: 1.4;
        }

        .modal.custom .modal-body .modal-nutrition-table {
            width: 100%;
            flex-direction: column;
        }


        .modal.custom .modal-body .modal-nutrition-categories td {
            width: 25%;
        }

        .modal.custom .modal-body .modal-nutrition-stats td {
            width: 25%;
        }

        .modal.custom .modal-body .modal-nutrition-categories td h3 {
            font-family: 'Helvetica Black';
            margin-top: 2%;
            margin-bottom: 0px;
            font-size: .8em;
            color: #3C3C3C;
            text-align: center;
            display: block;
        }

        .modal.custom .modal-body .modal-nutrition-stats td h2 {
            font-family: 'Tisa Pro Regular';
            font-size: 1.5em;
            color: #CF1E27;
            text-align: center;
            display: block;
        }

        .modal.custom .modal-body .modal-subtext {
        }

        .modal.custom .modal-body .modal-disclaimer {
            margin-top: 0px;
        }

        .modal.custom .modal-body span {
            font-family: "Helvetica Bold";
            color: #3C3C3C;
            font-size: .5em;
        }

            .modal.custom .modal-body span a {
                font-family: "Helvetica Bold";
                color: #3C3C3C;
                text-decoration: underline;
                padding: 0px;
                margin: 0px;
            }

        .modal.custom .modal-body p a:hover {
            color: #CF1E27;
            padding: 0px;
            margin: 0px;
        }

        .modal.custom .modal-body .modal-nutrition-heading {
            padding: 0px;
            margin: 0px;
        }
}

@media (max-height: 1024px) and (max-width: 768px) {
    .modal.custom {
        padding-top: 15%;
        overflow: hidden;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

        .modal.custom .modal-header {
            border: none;
        }

        .modal.custom .modal-body {
            padding: 0px;
            margin-top: 20px;
        }

        .modal.custom .modal-dialog .modal-content {
            width: 100%;
            height: 100%;
            border-radius: 0;
            padding-left: 10%;
            padding-right: 10%;
        }

        .modal.custom .modal-dialog {
            width: 100%;
            margin: 0 auto;
        }

            .modal.custom .modal-dialog button {
                color: black;
                font-size: 2.5em;
                font-weight: bold;
                opacity: 1;
            }

        .modal.custom .modal-body h3 {
            font-family: 'Helvetica Black';
            color: black;
            font-size: 1.3em;
            text-transform: uppercase;
        }

        .modal.custom .modal-body h4 {
            font-family: "Tisa Pro Regular";
            font-weight: normal;
            color: #3C3C3C;
            font-size: 1em;
            line-height: 1.4;
            font-size: .8em;
        }

        .modal.custom .modal-body .modal-nutrition-table {
            width: 100%;
            flex-direction: column;
        }


        .modal.custom .modal-body .modal-nutrition-categories td, .modal.custom .modal-body .modal-nutrition-categories th {
            width: 25%;
        }

        .modal.custom .modal-body .modal-nutrition-stats td, .modal.custom .modal-body .modal-nutrition-stats th {
            width: 25%;
        }

        .modal.custom .modal-body .modal-nutrition-categories td h3, .modal.custom .modal-body .modal-nutrition-categories th h3 {
            font-family: 'Helvetica Black';
            margin-top: 2%;
            margin-bottom: 0px;
            font-size: .667em;
            color: #3C3C3C;
            text-align: center;
            display: block;
        }

        .modal.custom .modal-body .modal-nutrition-stats td h2, .modal.custom .modal-body .modal-nutrition-stats th h2 {
            font-family: 'Tisa Pro Regular';
            font-size: 1.0em;
            color: #CF1E27;
            text-align: center;
            display: block;
        }

        .modal.custom .modal-body span {
            font-family: "Helvetica Bold";
            color: #3C3C3C;
            font-size: .5em;
        }

            .modal.custom .modal-body span a {
                font-family: "Helvetica Bold";
                color: #3C3C3C;
                text-decoration: underline;
                padding: 0px;
                margin: 0px;
                font-size: 1em !important;
            }

        .modal.custom .modal-body p a:hover {
            color: #CF1E27;
            padding: 0px;
            margin: 0px;
        }

        .modal.custom .modal-body .modal-nutrition-heading {
            padding: 0px;
            margin: 0px;
        }
}

@media (max-height: 767px) and (max-width: 480px) {
    .modal.custom {
        padding-top: 15%;
        overflow: hidden;
        position: fixed;
        transform: none;
        top: 50px;
        left: unset;
    }

    .menuMoveDown .modal.custom {
        width: 100%;
    }

    .modal.custom .modal-body .modal-nutrition-categories td h3, .modal.custom .modal-body .modal-nutrition-categories th h3 {
        font-size: .667em;
    }

    .small-viewport-linebreak {
        display: block;
    }
}

@media (max-height: 812px) and (max-width: 375px) {
    .modal.custom {
        padding-top: 15%;
        overflow: hidden;
        position: fixed;
        transform: none;
        top: 50px;
        left: unset;
    }

    .menuMoveDown .modal.custom {
        width: 100%;
    }

    .modal.custom .modal-body .modal-nutrition-categories td h3, .modal.custom .modal-body .modal-nutrition-categories th h3 {
        font-size: .667em;
    }

    .small-viewport-linebreak {
        display: block;
    }
}

/*Fanatics*/

/*Fanatics: Continued 1*/

/*Fanatics: Continued 2*/

.fanatic-tagline p {
    font-size: 25px;
}

.fanatic-tagline h3 {
    font-family: "Helvetica Black";
}

.fanatic-promo .btn-submit:hover {
    background-color: #cf1e27 !important;
}

.fanatic-promo .btn-submit:active {
    background-color: #cf1e27 !important;
}

.fanatic-promo .btn-submit:active {
    background-color: #cf1e27 !important;
}

.timeline .tml-line .tml-content p {
    padding-bottom: 0px;
}


.story-wrapper.p-t-md .story-content p {
    padding-bottom: 2.5em;
}

.story-wrapper .story-content p {
    padding-bottom: 0px;
}

.image-cube {
    background-color: #cf1e27;
}

@media (max-width: 768px) {
    .story-wrapper.p-t-md .story-content p {
        text-align: left;
    }
}

@media (min-width: 769px) {
    .fanatic-tagline p {
        font-size: 1.5vw;
    }

    .js-equal-height .btn-white-ghost {
        font-family: 'Helvetica Black';
        font-size: 1.25vw;
    }

    .fanatic-tagline h3 {
        font-size: 1.4vw;
    }
}

/*Fanatics:*/
.story-wrapper .story-content p {
    color: #3C3C3C;
}

.story-wrapper .story-content p {
    color: #3C3C3C;
}

.story-wrapper .story-content .timeline-right h3 {
    font-family: "Helvetica Bold";
    color: #3C3C3C;
}

.story-wrapper .story-content .timeline-left h2 {
    font-family: "Helvetica Bold";
    color: #3C3C3C;
}

.timeline .tml-content h2 {
    font-family: "Tisa Pro Bold";
    color: #3C3C3C;
}

.facts .standard-list {
    color: #3C3C3C;
}

/*IE Flexbox Configuration*/

.fanatic-icon-promo p {
    width: 100%;
}

.fanatic-tagline p {
    width: 100%;
    display: block;
}

.fanatic-tagline {
    width: 100%;
}

.fanatic-grid-wrapper .p-b-xl {
    width: 100%;
}

.fanatic-grid-wrapper .grid-row {
    width: 100%;
}

/*Press Room*/

.page-heading-quote-alt p {
    font-size: 28px;
}

.page-heading-quote-alt .quote-testimonial {
    font-family: 'Helvetica Black';
    position: relative;
    /*top: 2em;*/
}

a.corp-fact-sheet.active {
    color: #cf1e27;
}

a.corp-fact-sheet:active {
    color: #cf1e27;
}

.corp-fact-sheet {
    color: #3C3C3C;
}

    .corp-fact-sheet:hover {
        color: #CF1E27;
    }

.content-wrapper p {
    font-size: 1em;
    color: #3C3C3C;
    display: inherit;
}

.content-wrapper h3 {
    font-size: 1em;
}
/*Press Room*/
.content-wrapper .press-contact {
    font-size: 1em;
    color: #3C3C3C;
}

.press-contact a {
    color: #3C3C3C;
}

    .press-contact a:hover {
        color: #CF1E27;
    }

.press-coverage ul li {
    padding-bottom: 70px;
}

    .press-coverage ul li a {
        color: #3C3C3C;
    }

        .press-coverage ul li a:hover {
            color: #CF1E27;
        }

    .press-coverage ul li h3 {
        color: #3C3C3C;
        font-size: 1em;
    }

        .press-coverage ul li h3:hover {
            color: #CF1E27;
        }

    .press-coverage ul li span {
        font-family: 'Helvetica Bold';
        font-size: 0.667em;
        color: #3C3C3C;
    }

@media (max-width: 768px) {
    #page-content > div > div.pull-right {
        width: 100%;
        text-align: center;
        float: none !important;
    }

    .corp-fact-sheet {
        font-size: 16px;
    }
}

/*Careers*/

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (max-width: 768px) {
    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
        overflow: hidden;
        padding-top: 35px;
    }

        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .image-containers > .col-sm-4 {
        float: none;
        width: 100%;
    }
}

.video-img-fill {
    visibility: hidden;
    position: relative;
    z-index: -1;
}

.content-wrapper h3 {
    color: #3C3C3C;
}

.content-wrapper .apply .btn-submit:hover {
    background-color: #CF1E27 !important;
}

/*Supply Chain*/
.fg-supply-chain-message {
    padding: 50px;
    padding-top: 10px;
    font-size: 1em;
    padding-bottom: 250px;
}

@media (max-width: 768px) {
    .fg-supply-chain-message {
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 250px;
    }
}

.california-disclosure-title {
    font-size: 1.333em;
    font-family: 'Helvetica Bold';
}

.fg-supply-chain-message ul {
    list-style: disc;
    padding: 15px;
    padding-left: 50px;
}

/*Privacy Policy*/
.fg-privacy-policy {
    padding: 50px;
    padding-bottom: 100px;
}

@media (max-width: 768px) {
    .fg-privacy-policy {
        padding: 20px;
        padding-bottom: 250px;
    }
}

.fg-privacy-policy h1 {
    margin-bottom: 10px !important;
    font-size: 2.667em;
    font-family: 'Helvetica Bold';
    color: #cf1e27;
}

.fg-privacy-policy h2 {
    margin-bottom: 10px !important;
    font-size: 1.333em;
    font-family: 'Helvetica Bold';
    color: #cf1e27;
}

.fg-privacy-policy h3 {
    margin-bottom: 10px !important;
    font-size: 1em;
    font-family: 'Helvetica Bold';
    color: #cf1e27;
}

.fg-privacy-policy p {
    font-family: 'Tisa Pro Regular';
    font-size: 1em;
    color: #3C3C3C;
}

/*Shape Your Future*/
.fg-rich-text-margin {
    padding: 50px;
    padding-top: 10px;
    padding-bottom: 100px;
    text-align: justify;
}

@media (max-width: 768px) {
    .fg-rich-text-margin {
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 250px;
    }
}


.fg-rich-text-margin img {
    display: inline-block;
}


.fg-rich-text-margin ul {
    list-style: disc;
    padding: 15px;
    padding-left: 50px;
}

.fg-rich-text-margin a {
    color: #3C3C3C;
    text-decoration: underline;
}

    .fg-rich-text-margin a:hover {
        color: #cf1e27;
        text-decoration: underline;
    }

    .fg-rich-text-margin a:active {
        color: #cf1e27;
        text-decoration: underline;
    }

/*Contact*/
.contact-welcome {
    font-family: 'Tisa Pro Regular';
    font-size: 18px;
    color: #3C3C3C;
}

.show-hide-section .row.m-b-xl.p-b-xl {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contact-career {
    color: #3C3C3C;
}

    .contact-career a:hover {
        color: #CF1E27;
    }

    .contact-career a {
        color: #CF1E27;
    }

.contact-phone {
    color: #3C3C3C;
}

    .contact-phone .number {
        font-family: 'Tisa Pro Bold';
        color: #3C3C3C;
    }

.contact-sub-head h2 {
    font-family: 'Helvetica Bold';
    color: #3C3C3C;
}

.contact-sub-head a {
    color: #3C3C3C;
    font-family: 'Tisa Pro Regular';
    text-decoration: underline;
}

.contact-select .option:focus {
    background-color: #eeeeee;
    outline: -webkit-focus-ring-color auto 5px;
}

.contact-sub-head a:hover {
    color: #cf1e27;
}

.contact-sub-head a:active {
    color: #cf1e27;
}

.accordion-btn {
    padding-right: 12%;
}

.accordion-wrapper a {
    text-decoration: underline;
}

.accordion-btn, .refine-accordion-btn {
    font-family: "Helvetica Bold";
    font-size: 17px;
    color: #3C3C3C;
}

    .accordion-btn:hover, .refine-accordion-btn:hover {
        color: #CF1E27;
    }

        .accordion-btn:hover::before, .refine-accordion-btn:hover::before {
            color: #CF1E27;
        }

.accordion-content, .refine-accordion-content p {
    color: #3C3C3C;
}

.contact-sub-head {
    color: #3C3C3C;
}

form .btn-submit {
    font-size: 17px;
}

    form .btn-submit:hover {
        background-color: #CF1E27 !important;
    }

.fg-form {
    font-family: "Helvetica Bold" !important;
    font-size: 17px !important;
    color: #989898 !important;
}

.fg-input-container input:focus, textarea:focus {
    background-color: #F8F8F8 !important;
}

.fg-input-container input::-webkit-input-placeholder {
    color: #989898;
}

.fg-input-container input:focus::-webkit-input-placeholder {
    color: #cf1e27;
}

.accordion-btn:before, .refine-accordion-btn:before {
    content: '\f107';
    font-family: FontAwesome;
}

.row.m-b-xl.p-b-xl select {
    margin-bottom: 15px;
}

.row.m-b-xl.p-b-xl .btn-submit {
    margin-top: 5px;
}

/*Contact iFrame*/
.cmxform {
    font-family: 'Tisa Pro Regular' !important;
    font-size: 18px !important;
    color: #3C3C3C !important;
}

/* Firefox < 19 */
.fg-input-container input:-moz-placeholder {
    color: #989898;
}

.fg-input-container input:focus:-moz-placeholder {
    color: #cf1e27;
}

/* Firefox > 19 */
.fg-input-container input::-moz-placeholder {
    color: #989898;
}

.fg-input-container input:focus::-moz-placeholder {
    color: #cf1e27;
}

/* Internet Explorer 10 */
.fg-input-container input:-ms-input-placeholder {
    color: #989898;
}

.fg-input-container input:focus:-ms-input-placeholder {
    color: #cf1e27;
}

.fg-input-container textarea::-webkit-input-placeholder {
    color: #989898;
}

.fg-input-container textarea:focus::-webkit-input-placeholder {
    color: #cf1e27;
}

/* Firefox < 19 */
.fg-input-container textarea:-moz-placeholder {
    color: #989898;
}

.fg-input-container textarea:focus:-moz-placeholder {
    color: #cf1e27;
}

/* Firefox > 19 */
.fg-input-container textarea::-moz-placeholder {
    color: #989898;
}

.fg-input-container textarea:focus::-moz-placeholder {
    color: #cf1e27;
}

/* Internet Explorer 10 */
.fg-input-container textarea:-ms-input-placeholder {
    color: #989898;
}

.fg-input-container textarea:focus:-ms-input-placeholder {
    color: #cf1e27;
}

.fg-input-container label {
    pointer-events: none;
    position: absolute;
    opacity: 1;
    top: 0;
    transform: translateY(15%);
    z-index: 2;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 6px;
    color: #D21033;
    white-space: nowrap;
}

.content-container .page-wrapper div div div .page-heading-title h2 {
    color: #000;
}

/*Animations*/

/*Keyframes*/
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(15px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounce {
    0% {
        -o-transform: translateY(0);
    }

    50% {
        -o-transform: translateY(15px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

/*Animate Homepage*/

.home-element-container {
    opacity: 0;
}

    .home-element-container.fg-animate {
        -webkit-animation-name: fadein; /* Safari, Chrome and Opera > 12.1 */
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: fadein; /* Firefox < 16 */
        -moz-animation-duration: 1s;
        -moz-animation-fill-mode: forwards;
        -o-animation: fadein 1s forwards; /* Opera < 12.1 */
        -o-animation-name: fadein;
        -o-animation-duration: 1s;
        -o-animation-fill-mode: forwards;
        animation: fadein 1s forwards;
    }

    .home-element-container .hero-text-bold, .hero-text-light {
        opacity: 0;
    }

        .home-element-container .hero-text-bold.fg-animate, .hero-text-light.fg-animate {
            -webkit-animation-name: fadein; /* Safari, Chrome and Opera > 12.1 */
            -webkit-animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
            -webkit-animation-delay: 1s;
            -moz-animation-name: fadein; /* Firefox < 16 */
            -moz-animation-duration: 1s;
            -moz-animation-fill-mode: forwards;
            -moz-animation-delay: 1s;
            -o-animation: fadein 1s forwards; /* Opera < 12.1 */
            -o-animation-name: fadein;
            -o-animation-duration: 1s;
            -o-animation-fill-mode: forwards;
            -o-animation-delay: 1s;
            animation: fadein 1s forwards;
            animation-delay: 1s;
        }

    .home-element-container .btn-hero-cta {
        opacity: 0;
    }

        .home-element-container .btn-hero-cta.fg-animate {
            -webkit-animation-name: fadein; /* Safari, Chrome and Opera > 12.1 */
            -webkit-animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
            -webkit-animation-delay: 2s;
            -moz-animation-name: fadein; /* Firefox < 16 */
            -moz-animation-duration: 1s;
            -moz-animation-fill-mode: forwards;
            -moz-animation-delay: 2s;
            -o-animation: fadein 1s forwards; /* Opera < 12.1 */
            -o-animation-name: fadein;
            -o-animation-duration: 1s;
            -o-animation-fill-mode: forwards;
            -o-animation-delay: 2s;
            animation: fadein 1s forwards;
            animation-delay: 2s;
        }

/*Animate Hero*/

.hero-bg.bg-primary-dark {
    opacity: 0;
}

    .hero-bg.bg-primary-dark.fg-animate {
        -webkit-animation-name: fadein; /* Safari, Chrome and Opera > 12.1 */
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: fadein; /* Firefox < 16 */
        -moz-animation-duration: 1s;
        -moz-animation-fill-mode: forwards;
        -o-animation: fadein 1s forwards; /* Opera < 12.1 */
        -o-animation-name: fadein;
        -o-animation-duration: 1s;
        -o-animation-fill-mode: forwards;
        animation: fadein 1s forwards;
    }

.page-heading-title-alt h2 {
    opacity: 0;
}

    .page-heading-title-alt h2.fg-animate {
        -webkit-animation-name: fadein; /* Safari, Chrome and Opera > 12.1 */
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: fadein; /* Firefox < 16 */
        -moz-animation-duration: 1s;
        -moz-animation-fill-mode: forwards;
        -o-animation: fadein 1s forwards; /* Opera < 12.1 */
        -o-animation-name: fadein;
        -o-animation-duration: 1s;
        -o-animation-fill-mode: forwards;
        animation: fadein 1s forwards;
    }

.hero-bg .content p, .menu-bg .content p {
    opacity: 0;
}

    .hero-bg .content p.fg-animate, .menu-bg .content p.fg-animate {
        -webkit-animation-name: fadein; /* Safari, Chrome and Opera > 12.1 */
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: fadein; /* Firefox < 16 */
        -moz-animation-duration: 1s;
        -moz-animation-fill-mode: forwards;
        -o-animation: fadein 1s forwards; /* Opera < 12.1 */
        -o-animation-name: fadein;
        -o-animation-duration: 1s;
        -o-animation-fill-mode: forwards;
        animation: fadein 1s forwards;
    }

.hero-bg .content .scroll .scroll-text, .menu-bg .content .scroll .scroll-text {
    opacity: 0;
}

    .hero-bg .content .scroll .scroll-text.fg-animate, .menu-bg .content .scroll .scroll-text.fg-animate {
        -webkit-animation-name: fadein; /* Safari, Chrome and Opera > 12.1 */
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        -moz-animation-name: fadein; /* Firefox < 16 */
        -moz-animation-duration: 1s;
        -moz-animation-fill-mode: forwards;
        -moz-animation-delay: 1s;
        -o-animation: fadein 1s forwards; /* Opera < 12.1 */
        -o-animation-name: fadein;
        -o-animation-duration: 1s;
        -o-animation-fill-mode: forwards;
        -o-animation-delay: 1s;
        animation: fadein 1s forwards;
        animation-delay: 1s;
    }

.hero-bg .chevron-container {
    color: #fff;
    font-size: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.hero-bg .chevron-container {
    opacity: 0;
}

    .hero-bg .chevron-container.fg-animate {
        -webkit-animation-name: fadein; /* Safari, Chrome and Opera > 12.1 */
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 2s;
        -moz-animation-name: fadein; /* Firefox < 16 */
        -moz-animation-duration: 1s;
        -moz-animation-fill-mode: forwards;
        -moz-animation-delay: 2s;
        -o-animation: fadein 1s forwards; /* Opera < 12.1 */
        -o-animation-name: fadein;
        -o-animation-duration: 1s;
        -o-animation-fill-mode: forwards;
        -o-animation-delay: 2s;
        animation: fadein 1s forwards;
        animation-delay: 2s;
    }

.hero-bg .ion-ios-arrow-down {
    padding-top: 5px;
    font-size: 30px;
}

    .hero-bg .ion-ios-arrow-down.fg-animate {
        -webkit-animation-name: bounce; /* Safari, Chrome and Opera > 12.1 */
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: 2;
        -webkit-animation-delay: 3s;
        -moz-animation-name: bounce; /* Firefox < 16 */
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: 2;
        -moz-animation-delay: 3s;
        -o-animation-name: bounce; /* Opera < 12.1 */
        -o-animation-duration: 1s;
        -o-animation-iteration-count: 2;
        -o-animation-delay: 3s;
        animation: bounce 1s 2;
        animation-delay: 3s;
    }

/*Carousel*/

.flexslider .flex-fade-in {
    opacity: 0;
    -webkit-animation: fadein 2s forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s forwards; /* Firefox < 16 */
    -o-animation: fadein 2s forwards; /* Opera < 12.1 */
    animation: fadein 2s forwards;
}

.flexslider .flex-fade-out {
    opacity: 0;
    -webkit-animation: fadeout 2s forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeout 2s forwards; /* Firefox < 16 */
    -o-animation: fadeout 2s forwards; /* Opera < 12.1 */
    animation: fadeout 2s forwards;
}

/*Hamburger Menu Hover*/

.c-hamburger--htx.is-hover span:before {
    top: 0;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.c-hamburger--htx.is-hover span:after {
    bottom: 0;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
}

.c-hamburger--htx.is-hover span:before,
.c-hamburger--htx.is-hover span:after {
    transition-delay: 0s, 0.3s;
}

.c-hamburger:focus {
    outline: 2px solid red;
}

/*Timeline Configuration*/
.timeline .tml-line {
    border-left: 2px dashed #cf1e27;
    color: transparent;
    position: relative;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

    .timeline .tml-line.is-visible {
        color: #3C3C3C;
    }

    .timeline .tml-line:after {
        background: #fff;
        content: "";
        display: block;
        height: calc(100% - 14px);
        left: -8px;
        position: absolute;
        top: 14px;
        width: 14px;
    }

    .timeline .tml-line.is-visible:after {
        -webkit-transition: top 0.6s linear 0.6s;
        -moz-transition: top 0.6s linear 0.6s;
        -ms-transition: top 0.6s linear 0.6s;
        -o-transition: top 0.6s linear 0.6s;
        transition: top 0.6s linear 0.6s;
    }

    .timeline .tml-line.is-visible.is-faded-in:after {
        top: 100%;
    }

    .timeline .tml-line:before {
        background: #cf1e27;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        display: block;
        height: 12px;
        left: -7px;
        opacity: 0;
        outline: 1px solid transparent;
        position: absolute;
        text-align: center;
        top: 0;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -ms-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        width: 12px;
        z-index: 20;
    }

    .timeline .tml-line.is-visible:before {
        opacity: 1;
    }

.timeline .tml-content {
    position: relative;
}

    .timeline .tml-content h2 {
        color: inherit !important;
    }

    .timeline .tml-content p {
        color: inherit !important;
    }

    .timeline .tml-content:before {
        background: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        content: "";
        display: block;
        height: 26px;
        left: -13px;
        position: absolute;
        text-align: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        top: 13px;
        width: 24px;
    }

/*Primary Nav Configuration*/
-slide-top {
    padding-bottom: 0;
}

.drop-menu .menu-container,
.drop-menu .menu-container .row {
    margin-left: auto;
    margin-right: auto;
}

    .drop-menu .menu-container .col-md-3,
    .drop-menu .menu-container .col-md-6 {
        float: none;
        width: auto;
    }

.secondary-menu-items {
    margin-top: 25px;
}

.drop-menu ul li a {
    display: block;
    text-align: center;
}

.newul.col-md-3.social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
}

.c-menu--slide-top .nice-select {
    margin-top: 10px;
    padding: 15px 30px 15px 18px;
}

    .c-menu--slide-top .nice-select:after {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

.secondary-menu-items .items-left,
.secondary-menu-items .items-right,
.secondary-menu-items .items-right span {
    font-size: 1em;
}

.secondary-menu-items .items-left {
    padding-bottom: 30px;
}

.newul.col-md-3.social > li i {
    font-size: 31px;
}

@media only screen and (min-width: 768px) {
    .menu-items > ul {
        width: 70%;
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }

    .drop-menu .menu-container .col-md-6 {
        float: left;
    }

        .drop-menu .menu-container .col-md-6:first-child {
            width: 40%;
        }

        .drop-menu .menu-container .col-md-6:last-child {
            width: 60%;
        }

    .drop-menu ul li a {
        text-align: left;
    }

    .secondary-menu-items .items-right {
        justify-content: flex-end;
        padding-right: 15px;
    }

    .c-menu--slide-top .nice-select {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .drop-menu {
        /*overflow: auto;*/
    }

        .drop-menu .menu-container,
        .drop-menu .menu-container .row {
            display: table;
        }

        .drop-menu .menu-items .col-md-3 {
            display: table-cell;
            padding-left: 61px;
            padding-right: 0;
            vertical-align: top;
            width: auto;
        }

            .drop-menu .menu-items .col-md-3:first-child,
            .drop-menu .menu-items .col-md-3:last-child {
                padding-left: 0;
            }

            .drop-menu .menu-items .col-md-3:nth-last-child(2) {
                padding-right: 61px;
            }

    .secondary-menu-items.row {
        width: 100%;
    }

    .drop-menu .menu-container .col-md-6 {
        display: table-cell;
        float: none;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
    }

        .drop-menu .menu-container .col-md-6:last-child {
            padding-right: 15px;
        }

    .secondary-menu-items {
        margin-top: 50px;
    }

        .secondary-menu-items .items-right {
            padding-right: 0;
        }

    .newul.col-md-3.social {
        flex-direction: column;
        min-height: 0;
        margin-left: 20px;
    }
}

.drop-menu .list {
    top: auto;
    bottom: 100%;
    margin-bottom: 0px;
}

.modal-subtext {
    color: #3c3c3c;
    font-family: "Helvetica Bold";
    font-size: .667em;
}

.modal-hidden-text {
    position: absolute;
    left: -1000%;
    color: transparent;
}

.hidden-text {
    position: absolute;
    left: -9999px;
}


@media only screen and (min-width: 768px) {
}

/* styles for map in portrait on an ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .modal.custom .modal-dialog {
        height: inherit;
    }

    .modal {
        width: 650px;
        height: inherit;
    }

    .modal-subtext {
        height: inherit;
        padding-bottom: 2em;
    }
}

/* styles for map in portrait on an iPhone 5 */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

    .logo {
        width: 120px;
    }

    .modal.custom .modal-dialog {
        height: inherit;
    }

    .modal {
        height: 500px !important;
    }

    .modal-subtext {
        height: inherit;
        padding-bottom: 2em;
    }

    .home-element-container .hero-main {
        height: 480px;
    }
}

/* styles for map in portrait on an iPhone 6  */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .home-element-container .hero-main {
        height: 632px;
    }

    .hero-bg.bg-primary-dark.fg-animate img {
        height: 632px;
    }
}

/* styles for map in portrait on an iPhone 6 plus */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
    .modal.custom .modal-dialog {
        height: inherit;
    }

    .modal {
        width: 400px;
        height: 500px !important;
    }

    .modal-subtext {
        height: inherit;
        padding-bottom: 2em;
    }

    .home-element-container .hero-main {
        height: 704px;
    }

    .hero-bg.bg-primary-dark.fg-animate img {
        height: 704px;
    }
}

/* styles for map in portrait on an iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Fix for the order button not appearing on ipad portrait */
    .container-fluid {
        padding-right: 0;
    }

    .logo {
        width: 200px;
    }

    .home-element-container .hero-main {
        height: 990px;
    }

    #nav-wrapper {
        width: 100%;
        margin-right: 0em;
        padding-right: 0em;
    }

    .hide-mobile-nav.pull-right {
        display: block;
    }
}

.nice-select.form-control.fg-select.m-l-lg.open .list {
    min-width: 250px;
}

/*Mobile landscape mode*/
@media (max-height : 480px) {
    .modal.custom {
        overflow: hidden;
        position: fixed;
        transform: none;
        left: unset;
        top: 0px;
        padding-top: 5px;
        width: 100%;
    }

        .modal.custom .modal-body {
            margin-top: 12%;
        }

        .modal.custom .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

            .modal.custom .modal-dialog .modal-content {
                height: auto;
                min-height: 100%;
                border-radius: 0;
            }

        .modal.custom .modal-body .modal-subtext {
            margin-top: 5px;
        }

        .modal.custom .modal-body h3 {
            font-size: 1.1em;
            text-transform: lowercase;
        }
}

form.text-left {
    text-align: center;
    font-weight: bold;
}

    form.text-left .row {
        text-align: left;
        font-family: 'Tisa Pro Regular';
        font-size: 18px;
        letter-spacing: 0.004em;
    }

table caption {
    position: absolute;
    left: -999em;
}
/*Primary Nav Menu Overflow*/
.drop-menu .secondary-menu-items .nice-select .list {
    height: 400px;
    overflow-y: scroll
}

.drop-menu ul li a {
    font-size: 1.722em;
}

@media (max-width: 768px) and (max-width: 1024px) {
    .drop-menu ul li a {
        font-size: 1.333em;
    }
}

.drop-menu .menu-children ul li a {
    font-size: 1em;
}

.page-heading-title h2, .page-heading-title-alt h2 {
    font-size: 2.5em;
}

.page-heading-quote-alt {
    font-size: 1.556em;
}

    .page-heading-quote-alt p {
        font-size: 1em;
    }

    .page-heading-quote-alt .quote-testimonial {
        font-size: 0.429em;
    }

.home-element-container .hero-main .hero-content-wrapper .hero-text-light {
    font-size: 2.778em;
}

.home-element-container .hero-main .hero-content-wrapper .hero-text-bold {
    font-size: 3.889em;
}

@media only screen and (max-width: 768px) {
    .home-element-container .hero-main .hero-content-wrapper .hero-text-light {
        font-size: 1.333em;
    }

    .home-element-container .hero-main .hero-content-wrapper .hero-text-bold {
        font-size: 2.889em;
    }
}

.btn-hero-cta {
    font-size: 0.944em;
}

.home-element-container .cta-join-crew .hero-secondary-text-bold {
    font-size: 1.333em;
}

.home-element-container .cta-mobile-wrapper .hero-secondary-text-light {
    font-size: 1.556em;
}

.btn-submit {
    font-size: 1em;
}

.career-crew h3 {
    font-size: 1em;
}

.fanatic-icon-promo p {
    font-size: 1.111em;
}

.story-wrapper .story-content p, .story-wrapper .story-content .timeline-left p, .story-wrapper .story-content .timeline-right p {
    font-size: 1em;
}

.standard-list ul li {
    font-size: 1.056em;
}

.story-wrapper .story-content .timeline-left h2, .story-wrapper .story-content .timeline-right h3 {
    font-size: 1.167em;
}

.timeline .tml-content h2 {
    font-size: 1em;
}

.five-guys-timeline-chart {
}

    .five-guys-timeline-chart th, .five-guys-timeline-chart td {
        border-bottom: 1px solid #ddd;
        padding: 15px;
    }

    .five-guys-timeline-chart tr:nth-child(even) {
        background-color: #f2f2f2;
    }

/*Overriding 0px padding so that images remain the size size in non-mobile view*/
.career-crew ul li:last-child {
    padding-right: 5px;
}

@media screen and (max-width: 768px) {
    .career-crew ul li:last-child {
        padding-right: 0px;
    }

    .accordion-wrapper .accordion-content {
        padding-right: 15px;
    }

    .page-wrapper.content {
        padding-top: 0px;
    }

    .home-element-container .cta-mobile-wrapper .phone-wrap .mobile-phone {
        background-position: 50% 85%;
    }

    .hero-bg .page-heading-quote-alt p.fg-animate {
        margin: 0;
    }
}

/*Fix for mobile hero h2 text going off screen*/
@media screen and (max-width: 467px) {
    .hero-bg.bg-primary-dark .page-wrapper {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 75%;
    }
}




select.langSelect {
    bottom: 0;
    padding: 3px 5px;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.menu-label {
    font-family: "Tisa Pro Regular";
    font-size: 1em;
    color: #3C3C3C;
    font-weight: 400;
    text-transform: none;
}

/* MK EDIT */
/* text for screenreaders that should not be visible */
.nonsight-text {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.mk-sr-labels label.control-label {
    display: inline !important;
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hidden-navigation {
    display: none;
}

.street-titled {
    margin-top: 0px;
    margin-bottom: 0px;
}

.standard-hero-heading-one {
    color: #fff;
    font-family: "Helvetica Black";
    font-size: 2.5em;
    margin-top: 20px;
    margin-bottom: 3%;
    text-transform: uppercase;
}
/* sufficient color contrast on forms */

#pac-input::placeholder,
input.fg-form::placeholder,
textarea.fg-form::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #555555;
    opacity: 1; /* Firefox */
}

#pac-input:-ms-input-placeholder,
input.fg-form:-ms-input-placeholder,
textarea.fg-form:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #555555;
}

/* keyboard focus on checkboxes -- Chrome and Firefox */
[type="checkbox"]:focus + label:after {
    outline: #cf1e27 auto 3px;
}

[type="checkbox"]:focus {
    outline: red auto 5px !important;
}

.focus-box {
    color: #cf1e27;
}


/* remove css defined asterisk */
form#wffm72aa74728a6e457a8d3c332733634cec label.control-label::before {
    content: none;
}

/* list structure but not list appearance */
.invis-list {
    list-style: none;
}

/* hidden from screen reader */
.invis-to-reader,
.invis-to-reader * {
    display: none !important;
}

.accordion-link,
.accordion-link:focus,
.accordion-link:hover,
.accordion-link:active,
.accordion-link:visited {
    color: #3C3C3C;
    text-decoration: none;
}

    .accordion-link:focus,
    .accordion-link:hover {
        color: #CF1E27;
    }

fieldset.location-ref {
    border: none;
}

    fieldset.location-ref > legend.label-head {
        display: inline;
        width: auto;
        float: left;
    }

#refine-label-head {
    float: none;
    margin-bottom: 0px;
}

.flexslider .slides li {
    display: none;
}

#country-selector-modal .modal-body {
    min-height: 340px;
    max-height: 800px;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

#country-selector-modal .culture-list-item span {
    margin-left: 10px;
    font-size: 0.889em;
    vertical-align: bottom;
}

#country-selector-modal .modal-backdrop.in {
    display: none;
}

.mobile-language-selector {
    cursor: pointer;
    padding-right: 10px;
}

    .mobile-language-selector img {
        margin-top: 10px;
        vertical-align: sub;
    }

/* Community Events and Community Events Form*/
.promo-body-container {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.75;
}

.promo-body-limiter {
}

.promo-body-container img {
    max-height: 400px;
    margin-right: -50%;
    margin-top: -15%;
}

.promo-body-container ul {
    margin-top: 20px;
    text-align: center;
    list-style: disc;
    color: #D21033;
    list-style-position: inside;
}

.promo-row-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.promo-row {
    margin: auto;
}

.promo-row-img-container {
    padding: 15px;
}

    .promo-row-img-container img {
        width: 100%;
    }

.promo-outro-wrapper {
    text-align: center;
    padding-bottom: 50px;
}

.promo-link-button {
    margin-top: 15px;
    display: inline;
    background: black;
    color: white;
    padding: 3px 15px;
    text-transform: uppercase;
}

.community-events-form {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 5%;
}

    .community-events-form input {
        font-family: "Helvetica Neue" !important;
        border-radius: 0 !important;
        padding: 15px !important;
        height: inherit !important;
        font-weight: 700 !important;
        font-size: 18px !important;
        margin-bottom: 25px !important;
    }

        .community-events-form input[type=text] {
            font-style: normal !important;
        }

        .community-events-form input[type=submit] {
            background: #000 !important;
            color: #fff !important;
            border-radius: 0 !important;
            font-family: "Helvetica Black" !important;
            font-size: 18px !important;
            text-transform: uppercase !important;
            padding: 15px 35px !important;
            margin-left: 20px;
        }

/* 10/30/2019|DFR: vaidation error styling for Sitecore Forms. */
.field-validation-error {
    color: #cf1e27;
}

/* 11/21/2019|DFR: a class to transform text to uppercase - used on forms. */
.upper {
    text-transform: uppercase !important;
}

/* 11/2/2020|DFR: add some padding to top of forms. */
.sitecore-form {
    padding-top: 50px;
}

/* 6/13/2022|DFR: styling for radio button lists on Large Order Program Survey form. */
    .sitecore-form input[type=radio] {
        margin-left: 25px;
        margin-right: 5px;
    }

/* DFR: Footer redesign 9/16/20*/

.foot-container::before, .foot-container::after {
    content: " ";
    display: table;
}

.foot-container::after {
    clear: both
}

.foot-box {
    float: left;
    width: auto;
}

@media screen and (max-width:768px) {
    .foot-box {
        float: none;
        flex-direction: column-reverse;
    }
}



footer {
    background-image: url("/assets/PublicSite/images/Social-Footer3.png");
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: -7px 0;
    padding: 0 5%;
    position: relative;
    background-repeat: repeat;
    font-family: "Helvetica";
    color: #fff;
}

    footer .social-media-icons {
        text-align: center;
        display: inline;
    }

        footer .social-media-icons a {
            padding-right: 15px;
            font-size: 36px;
            color: #fff;
        }

        footer .social-media-icons .snapchat {
            font-size: 31px;
            position: relative;
            top: -3px;
        }

        footer .social-media-icons .spotify {
            font-size: 27px;
            position: relative;
            top: -2px;
        }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #CF1E27;
            text-decoration: none;
        }

    footer .container {
        width: 100%;
        padding: 25px 0 0 0;
    }

    footer .col-centered {
        display: inline-block;
        float: none;
        text-align: left;
        padding-right: 40px;
        vertical-align: top;
    }

    footer .col-right {
        display: inline-block;
        float: right;
        text-align: right;
        padding: 0 0 0 40px;
        vertical-align: top;
    }

        footer .col-right:last-child {
            padding: 0;
        }

    footer .level1 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }

    footer .level2 {
        font-size: 16px;
        text-transform: none;
    }

        footer .level2:last-child {
            padding-bottom: 10px;
        }

    footer .level3 {
        font-size: 16px;
        text-transform: none;
        padding-left: 20px;
    }

    footer .legal-footer {
        font-size: 10px;
        text-transform: none;
    }

    footer .download-app-image {
        padding-right: 10px;
        max-width: 120px;
    }

    footer .copyright-row {
        top: -19px;
        position: relative;
        margin-left: 50%;
    }

    footer .ordering-link {
        padding-left: 0;
    }

@media (max-width: 1285px) {
    footer .copyright-row {
        top: 0px;
        padding: 20px 0 20px 0;
    }
}

@media (max-width: 680px) {
    footer .ordering-link {
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    footer .level2:last-child {
        padding-bottom: 20px;
    }
}

/* COVID-19 Page */
h1.text-shadow-bottom {
    text-shadow: 4px 4px 12px #111;
}

h2.heading-red {
    color: #cf1e27;
}

h2.heading-indent {
    padding-left: 4%;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom-sm {
    margin-bottom: 4% !important;
}

.container-fluid.COVID-page {
    margin-top: 50px;
    margin-bottom: 3%;
}

.COVID-page .content-container {
    padding-left: 10px;
    padding-right: 10px;
}

.COVID-page .page-heading-title {
    margin-top: 4%;
    margin-bottom: 4%;
}

    .COVID-page .page-heading-title h2 {
        font-size: 2em;
    }

.COVID-page .page-wrapper.content {
    left: 10%;
    right: 10%;
    top: 0%;
    bottom: 80%;
}

@media (max-width: 1050px) and (min-width: 769px) {
    .COVID-page .hero-bg .content {
        top: 0%;
    }
}

/* Icon Detail Component */
.icon-detail-component .fg-standard-img img {
    max-width: 72%;
    margin-left: 14%;
    margin-right: 14%;
}

.icon-detail-component.hasBackground .fg-standard-img img {
    background-color: #cf1e27;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

.icon-detail-component h2 {
    font-family: 'Helvetica Black';
    text-align: center;
    text-transform: uppercase;
    min-height: 44px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
}

.icon-detail-component.hasBackground h2 {
    font-family: 'Helvetica Black';
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.icon-detail-component.hasBackground h2 {
    font-family: 'Helvetica Black';
    color: #cf1e27;
}

.icon-detail-component.hasBackground div {
    background-color: #f2f2f2;
    padding: 3%;
}

.icon-detail-component .icon-detail-text {
    padding: 20px;
    margin: 0 0 10px;
}

.icon-detail-component .contactless-options-text {
    text-align: center;
    padding: 20px;
    margin: 0 0 10px;
}

.icon-detail-component {
    padding: 0% 3%;
    margin: 0 0 10px;
}

h1.standard-hero-heading-bottom {
    margin-top: 200px;
}

@media only screen and (max-width: 768px) {
    .icon-detail-component.hasBackground div {
        background-color: #f2f2f2;
        padding: 1%;
        margin-bottom: 5px;
    }

    .icon-detail-component {
        padding: 0px 20%;
    }

        .icon-detail-component.hasBackground {
            padding: 10px 20%;
        }
}
