@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimMedium-Oblique.woff2') format('woff2'), url('../../fonts/GTWalsheimMedium-Oblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimRegular.woff2') format('woff2'), url('../../fonts/GTWalsheimRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimRegular-Oblique.woff2') format('woff2'), url('../../fonts/GTWalsheimRegular-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimThin.woff2') format('woff2'), url('../../fonts/GTWalsheimThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Ultra';
    src: url('../../fonts/GTWalsheimUltraBold.woff2') format('woff2'), url('../../fonts/GTWalsheimUltraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimThin-Oblique.woff2') format('woff2'), url('../../fonts/GTWalsheimThin-Oblique.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Ultra';
    src: url('../../fonts/GTWalsheimUltraBold-Oblique.woff2') format('woff2'), url('../../fonts/GTWalsheimUltraBold-Oblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Ultra';
    src: url('../../fonts/GTWalsheimUltraLight.woff2') format('woff2'), url('../../fonts/GTWalsheimUltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Ultra';
    src: url('../../fonts/GTWalsheimUltraLight-Oblique.woff2') format('woff2'), url('../../fonts/GTWalsheimUltraLight-Oblique.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimBlack.woff2') format('woff2'), url('../../fonts/GTWalsheimBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimBlack-Oblique.woff2') format('woff2'), url('../../fonts/GTWalsheimBlack-Oblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimBold.woff2') format('woff2'), url('../../fonts/GTWalsheimBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimBold-Oblique.woff2') format('woff2'), url('../../fonts/GTWalsheimBold-Oblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Condensed Ultra';
    src: url('../../fonts/GTWalsheim-CondensedUltraBold.woff2') format('woff2'), url('../../fonts/GTWalsheim-CondensedUltraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimLight.woff2') format('woff2'), url('../../fonts/GTWalsheimLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimLight-Oblique.woff2') format('woff2'), url('../../fonts/GTWalsheimLight-Oblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../../fonts/GTWalsheimMedium.woff2') format('woff2'), url('../../fonts/GTWalsheimMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'GT Walsheim';
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2400 - 300)));
    background-color: #000;
    color: #fff;
    background-color: #ba0014;
    padding-top:40px
}

.container {
    max-width: 1200px;
}

a {
    color: #fff;
    text-decoration: underline;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }

#footer-nav li a, ul.navbar-nav a {
    text-decoration: none;
}

    #footer-nav li a:hover {
        text-decoration: underline;
    }

header .navbar {
    padding: 1rem 1.5rem;
    justify-content: space-between;
    background: #ba0018;
}

.navbar-brand {
    width: 12.708333333333332%;
    margin-right: 2rem;
}
/*
#page-nav > ul > li + li {
    margin-left: 10%;
}
*/
#page-nav > ul > li a {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.2rem;
}

.htwdiv h4 {
    font-size: 25px;

    margin: 0;
}

.frsite .htwdiv h4, .frsite .htwdiv p {
    margin: 0;
    padding: 0;
    text-align: center
}

.footer-left {
    color: #ba0018
}

.top-social-nav a {
    color: #fff
}

    .top-social-nav a:hover {
        color: #000
    }

.frsite .htwdiv {
    display: block;
    padding: 0px 15px;
}

.carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 15px !important;
    border: 2px solid #000;
    background: transparent;
}

.carousel-indicators .active {
    background: #000
}

/*.htwdiv {
    border-right: 3px solid #fff;
}*/

    .htwdiv p {
        font-family: 'GT Walsheim', sans-serif;
        font-weight: 400;
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        padding-left: 10px;
        margin-bottom: 0;
    }

.htwdiv {
/*    display: flex;
    justify-content: center;*/
    align-items: center;
}

.abbriviatedrules img {
    max-width: 550px
}

.abbriviatedrules a {
    color: #ba0018
}


.champlogo img {
    max-width: 200px;
}

.starimg img {
    max-width: 200px;
}

.champlogo {
    text-align: center;
}

#page-nav > ul > li {
    border-bottom: 1px solid transparent;
    margin: 0px 20px;
}

    #page-nav > ul > li.active {
        border-bottom: 1px solid #fff;
    }

    #page-nav > ul > li:hover {
        border-bottom: 1px solid #fff;
    }

.social-icon {
    font-size: 2vw;
    border-radius: 5px;
    color: #fff;
}

.rigidfont {
    font-family: 'GT Walsheim', sans-serif;
    font-weight: 800;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h2, strong {
    font-family: 'GT Walsheim', sans-serif;
    text-transform: uppercase
}

.modal-content, .modal-content h4 {
    color: #000;
}


.abbriviatedrules p {
    font-size: 14px;
}

footer .navbar {
    background: #fff;
}

.carousel-item.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content .default-btn {
    font-size: 30px;
    background: #ba0018;
    color: #fff;
}

.modal-title {
    color: #ba0018
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

h2, .h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2.5rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}


.default-btn {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 0px 20px;
    white-space: normal;
    font-family: 'GT Walsheim', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 32px;
    border-radius: 10px;
}

    .default-btn:hover {
        color: #fff;
        background-color: #000;
    }

input#btnUploadImage {
    padding: 0.5rem 2rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header, section {
        height: 100%;
    }
}

.footer-wrap {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 90%;
}

.footer-left p {
    font-size: 14px;
    line-height: 18px
}

.abbriviatedrules {
    padding: 3% 10%;
    text-align: center;
}

    .abbriviatedrules p {
        font-size: 14px;
        text-align: justify;
        color: #000;
    }

    .abbriviatedrules h4 {
        color: #000;
        font-family: 'GT Walsheim', sans-serif;
    }

footer .navbar {
    background: #ba0018;
    padding: 1rem 1rem;
}

footer {
    background-color: #ba0018;
    color: #fff;
    margin-top: auto;
    background-size: cover;
    background-image: url(https://snippcheck.blob.core.windows.net/files/Nestle_NHL_2008839/footer-bg.jpg)
}

    footer p {
        margin: 0 0 10px;
    }

#footer-nav {
    margin-top: 10px;
    margin-bottom: 0px;
}

    #footer-nav li + li:before {
        content: " | ";
        color: #ba0018;
        margin-right: 7px;
    }

    #footer-nav li a {
        color: #fff;
    }


.footer-social-nav .social-icon:hover {
    color: #000;
}

.footer-social-nav a {
    color: #fff;
}

.footer-left p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
}

@media (min-width: 2000px) {

    footer {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 575px) {
    .abbriviatedrules img {
        max-width: 100%
    }

    .default-btn {
        font-size: 28px;
        line-height: 38px;
    }

    .htwdiv {
        display: inline-block;
        text-align: center;
        margin-bottom: 25px
    }

        .htwdiv h4 {
            font-size: 32px;
            margin-right: 0px;
            margin: 0;
        }

        .htwdiv p {
            text-align: center;
            padding: 0;
        }

    .htwdiv {
        border: none;
        padding: 0px 15px;
    }

    header .navbar {
        padding: 1rem 1.5rem;
        justify-content: space-between;
        background: transparent;
        z-index: 9;
    }

    footer {
        text-align: center;
    }

    .footer-left {
        width: 100%;
    }

    #footer-nav li.list-inline-item {
        display: block;
    }

    #footer-nav li + li:before {
        content: "";
        margin-right: 0px;
    }
}
/* ==========================================================================
   mobile menu toggler Style
   ========================================================================== */
header .navbar .navbar-toggler {
    padding: 0px;
    border-color: transparent;
    border-width: 2px;
}

.navbar-toggler {
    position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

    .navbar-toggler::before {
        content: "";
        position: absolute;
        width: 32px;
        height: 3px;
        background: #fff;
        transform: translateY(-10px);
        box-shadow: 0 10px #fff;
        transition: 0.5s;
    }

    .navbar-toggler::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 3px;
        background: #fff;
        transform: translateY(10px);
        transition: 0.5s;
    }

    .navbar-toggler.active::before {
        transform: translateY(0px) rotate(45deg);
        box-shadow: 0 0 #ba0018;
    }

    .navbar-toggler.active::after {
        transform: translateY(0px) rotate(-45deg);
    }

/* ==========================================================================
   Upload-page Style
   ========================================================================== */
#txtPhoto {
    width: 0px;
    height: 0px;
    text-indent: -300em;
    position: fixed;
    top: -20px;
}

.form-control {
    border-color: #ba0018;
    color: #ba0018;
}
/* ==========================================================================
   Upload-page image preview screen Style
   ========================================================================== */
.instructions .step {
    background-color: #ba0018;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    display: inline-block;
    height: 60px;
    padding: 15px 0px;
    float: left;
    margin: 0px 15px 0px 0px;
    box-sizing: border-box;
    text-align: center;
}

#previewImageContainer {
    max-width: 300px;
}

.previewImageList li + li {
    border-top: 1px solid #dee2e6;
}

.previewImageName {
    font-size: 12px;
}

.deleteIcon {
    font-size: 20px;
    color: #dc3545;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.has-error {
    border-color: #dc3545;
}

.hide {
    display: none;
}

input[disabled] {
    cursor: not-allowed;
}

.spinner-border-bg {
    background: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.spinner-border {
    /* width: 100%; */
    /* height: 100%; */
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.field-validation-error {
    color: #000000;
    font-size: 69%;
    line-height: 15px;
}

/* ==========================================================================
   Support-page Style
   ========================================================================== */
#accordionFAQ > .card {
    margin-bottom: 25px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: transparent;
}

    #accordionFAQ > .card > .card-header {
        padding: 0px;
        background: transparent;
        border: none;
    }

#accordionFAQ .btn-link {
    font-family: 'GT Walsheim', sans-serif;
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (2400 - 300)));
    color: #fff;
    font-weight: 500;
    padding: 15px 25px;
}

    #accordionFAQ .btn-link:focus,
    #accordionFAQ .btn-link.focus,
    #accordionFAQ .btn-link:hover {
        text-decoration: none;
    }

#accordionFAQ > .card > .card-header h2 .btn-link:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M8 1a.5.5 0 0 1 .5.5v6.5H15a.5.5 0 0 1 0 1H8.5V15a.5.5 0 0 1-1 0V9H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    position: absolute;
    right: 22px;
    top: 20px;
    width: 16px;
    height: 16px;
}

#accordionFAQ > .card > .card-header.active h2 .btn-link:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 3.5a.7.7 0 0 1 1 0L8 7l3.5-3.5a.7.7 0 0 1 1 1L9 8l3.5 3.5a.7.7 0 0 1-1 1L8 9l-3.5 3.5a.7.7 0 0 1-1-1L7 8 3.5 4.5a.7.7 0 0 1 0-1z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    position: absolute;
    right: 22px;
    top: 20px;
    width: 16px;
    height: 16px;
}

.toogle-country-list ul {
    padding: 0;
    margin: 0;
}

.list-inline {
    list-style: none;
    overflow-wrap: break-word;
}

.toogle-country-list ul li.active {
    border-bottom: 1px solid #48657c;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.toogle-country-list ul li a {
    font-weight: 700;
    color: #48657c;
    text-transform: uppercase;
    width: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

html {
    height: 100%;
}

main {
    margin-bottom: 3rem;
}

.toogle-country-list {
    margin: 0 0 0 20px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

hr {
    margin: 1rem -2rem;
    border-color: #fff;
}

form hr {
    margin: 1rem 0;
}

.custom-control-label::before, .custom-control-label::after {
    top: 7px;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#h_captcha_field {
    display: none;
}

.icon-blk {
    width: 148px;
    height: 148px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background-image: url(https://snippcheck.blob.core.windows.net/files/Nestle_CA_Shareo_2008422/icon-bg.png);
    color: #ffffff;
    font-weight: 500;
    font-family: 'Knocky';
    font-size: 1.1rem;
}

.icon2-blk {
    background-image: url(https://snippcheck.blob.core.windows.net/files/Nestle_CA_Shareo_2008422/icon-bg2.png);
}

.lang_fr .icon-blk {
    font-size: 1.5rem;
    width: 185px;
    height: 185px;
}

.submitdiv {
    background: #863e1d;
    color: #ffffff;
    padding: 3rem 0;
}

    .submitdiv h2, .submitdiv a {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    hr {
        margin: 1rem 0;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 80px
    }
    #page-nav > ul > li {margin:0}
    hr {
        margin: 1rem 0;
    }

    .custom-control-label::before, .custom-control-label::after {
        top: 3px;
    }

    .navbar-brand {
        width: 25%;
        margin-right: 0;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .toogle-country-list.d-none {
        display: none !important;
    }

    .toogle-country-list {
        display: flex !important;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 4;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    button.navbar-toggler {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .navbar-collapse {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    #page-nav > ul > li + li {
        margin-left: 0px;
    }


    footer {
        text-align: center;
        background-position: center;
    }

    .footer-right {
        width: 100%;
    }

    footer p {
        margin: 15px 0;
    }

    div#upload-image {
        margin-top: 1rem;
    }

    .top-social-nav li:first-child {
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    div#page-nav {
        padding: 5px 20px;
        background: #ba0018;
    }

    header .navbar {
        padding: 0;
    }

    .navbar-brand {
        width: 20%;
    }

    .top-social-nav {
        margin-top: 5px;
    }

    .social-icon {
        font-size: 20px;
    }

    .container {
        max-width: 100%;
    }

    .footer-right {
        width: 100%;
    }

    .custom-control-label::before, .custom-control-label::after {
        top: 1px;
    }
}
