﻿
table {
    border-collapse: collapse;
    border-spacing: 0
}

th > * {
    width: inherit;
}
.Page-content {
    margin: 0 auto;
    max-width: 1536px
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.Page-shell {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

main {
    display: block;
    margin: 0;
    padding: 0
}

:root {
    --grid-gap: 16px;
    --grid-indent: 0;
    --page-indent: 16px
}

@media(min-width: 768px) {
    :root {
        --grid-indent: 16px
    }
}

@media(min-width: 1024px) {
    :root {
        --grid-gap: 24px;
        --grid-indent: 24px;
        --page-indent: 24px
    }
}

@media(min-width: 1278px) {
    :root {
        --grid-indent: 48px;
        --page-indent: 48px
    }
}

@media(min-width: 1536px) {
    :root {
        --grid-gap: 32px
    }
}

.PageLayout--1col {
    display: grid;
    grid-gap: var(--grid-gap);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: var(--grid-gap);
    margin-left: var(--grid-indent);
    margin-right: var(--grid-indent);
    margin-top: var(--grid-gap);
    max-width: 1536px
}

@media(min-width: 768px) {
    .PageLayout--1col {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media(max-width: 767px) {
    .Page-colMain {
        order: -1
    }
}

@media(min-width: 768px) {
    .Page-colMain {
        grid-column: 1/12
    }
}

@media(min-width: 1024px) {
    .Page-colMain {
        grid-column: 5/12
    }
}

.Page-colMain {
    box-sizing: border-box;
    grid-column: 1/-1
}

/*@font-face {
    font-display: fallback;
    font-family: "FS Industrie";
    font-style: regular;
    src: url("../fonts/FSIndustrieVFStd.woff2") format("woff2");
    font-weight: 200 900
}

@font-face {
    font-display: fallback;
    font-family: "FS Industrie";
    font-style: italic;
    src: url("../fonts/FSIndustrieVFStd-Italic.woff2") format("woff2");
    font-weight: 200 900
}

@font-face {
    font-display: fallback;
    font-family: "FS Industrie Nw";
    font-style: regular;
    src: url("../fonts/FSIndustrieVFNw.woff2") format("woff2");
    font-weight: 200 900
}

@font-face {
    font-display: fallback;
    font-family: "FS Industrie Nw";
    font-style: italic;
    src: url("../fonts/FSIndustrieVFNw-Italic.woff2") format("woff2");
    font-weight: 200 900
}

@font-face {
    font-family: "icon-moon";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/icon-moon.woff2") format("woff2"), url("../fonts/icon-moon.woff") format("woff"), url("../fonts/icon-moon.ttf") format("truetype")
}
*/

.Form-inputText {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 400;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d9dbde;
    border-radius: 2px;
    box-sizing: border-box;
    outline: none;
    resize: none;
    text-align: center;
    vertical-align: top;
    width: 100%;
    font-size: 0.75rem;
    padding: 8px 10px 9px
}

    .Form-inputText::placeholder {
        color: #656667;
        opacity: 1
    }

    .Form-inputText:-ms-input-placeholder {
        color: #656667
    }

    .Form-inputText::-ms-input-placeholder {
        color: #656667
    }

    .Form-inputText:focus {
        border-color: #004ace
    }

@media(min-width: 768px) {
    .Form-inputText {
        text-align: left;
        width: 250px
    }
}

@media(min-width: 768px) {
    .Form-inputText {
        font-size: 0.875rem;
        padding: 11px 12px 10px
    }
}

@media(min-width: 768px) {
    .Form-inputText {
        border-radius: 2px 0 0 2px;
        height: 44px;
        padding-bottom: 0;
        padding-top: 0
    }
}

.InputText--responsive, .InputTextArea--responsive {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 400;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d9dbde;
    border-radius: 2px;
    box-sizing: border-box;
    outline: none;
    resize: none;
    text-align: center;
    vertical-align: top;
    width: 100%;
    font-size: 0.75rem;
    padding: 8px 10px 9px
}

    .InputText--responsive::placeholder, .InputTextArea--responsive::placeholder {
        color: #656667;
        opacity: 1
    }

    .InputText--responsive:-ms-input-placeholder, .InputTextArea--responsive:-ms-input-placeholder {
        color: #656667
    }

    .InputText--responsive::-ms-input-placeholder, .InputTextArea--responsive::-ms-input-placeholder {
        color: #656667
    }

    .InputText--responsive:focus, .InputTextArea--responsive:focus {
        border-color: #004ace
    }

@media(min-width: 768px) {
    .InputText--responsive, .InputTextArea--responsive {
        text-align: left;
        width: 250px
    }
}

@media(min-width: 768px) {
    .InputText--responsive, .InputTextArea--responsive {
        font-size: 0.875rem;
        padding: 11px 12px 10px
    }
}

.InputText--small, .InputTextArea--small {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 400;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d9dbde;
    border-radius: 2px;
    box-sizing: border-box;
    outline: none;
    resize: none;
    text-align: center;
    vertical-align: top;
    width: 100%;
    font-size: 0.75rem;
    padding: 8px 10px
}

    .InputText--small::placeholder, .InputTextArea--small::placeholder {
        color: #656667;
        opacity: 1
    }

    .InputText--small:-ms-input-placeholder, .InputTextArea--small:-ms-input-placeholder {
        color: #656667
    }

    .InputText--small::-ms-input-placeholder, .InputTextArea--small::-ms-input-placeholder {
        color: #656667
    }

    .InputText--small:focus, .InputTextArea--small:focus {
        border-color: #004ace
    }

@media(min-width: 768px) {
    .InputText--small, .InputTextArea--small {
        text-align: left;
        width: 250px
    }
}

.InputText--large, .InputTextArea--large {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 400;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d9dbde;
    border-radius: 2px;
    box-sizing: border-box;
    outline: none;
    resize: none;
    text-align: center;
    vertical-align: top;
    width: 100%;
    font-size: 0.875rem;
    padding: 11px 12px 10px
}

    .InputText--large::placeholder, .InputTextArea--large::placeholder {
        color: #656667;
        opacity: 1
    }

    .InputText--large:-ms-input-placeholder, .InputTextArea--large:-ms-input-placeholder {
        color: #656667
    }

    .InputText--large::-ms-input-placeholder, .InputTextArea--large::-ms-input-placeholder {
        color: #656667
    }

    .InputText--large:focus, .InputTextArea--large:focus {
        border-color: #004ace
    }

@media(min-width: 768px) {
    .InputText--large, .InputTextArea--large {
        text-align: left;
        width: 250px
    }
}

.InputLabel-text {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-size: 0.75rem;
    color: #202121;
    margin-bottom: 8px
}

.InputLabel-star {
    color: #e10500
}

.Form-submitButton--primary {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #004ace;
    border: 1px solid #004ace;
    color: #fff;
    font-size: 0.75rem;
    padding: 8px 8px 7px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .Form-submitButton--primary:hover {
        background-color: #0036b5;
        color: #fff
    }

@media(min-width: 768px) {
    .Form-submitButton--primary {
        font-size: 0.875rem;
        padding: 11px 45px 10px
    }
}

@media(min-width: 768px) {
    .Form-submitButton--primary {
        border-radius: 0 2px 2px 0;
        height: 44px;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media(min-width: 768px) {
    .Form-submitButton--primary {
        margin: 0;
        width: auto
    }
}

.SubmitButton--primary.SubmitButton--responsive {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #004ace;
    border: 1px solid #004ace;
    color: #fff;
    font-size: 0.75rem;
    padding: 8px 8px 7px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--primary.SubmitButton--responsive:hover {
        background-color: #0036b5;
        color: #fff
    }

@media(min-width: 768px) {
    .SubmitButton--primary.SubmitButton--responsive {
        font-size: 0.875rem;
        padding: 11px 45px 10px
    }
}

@media(min-width: 768px) {
    .SubmitButton--primary.SubmitButton--responsive {
        margin: 0;
        width: auto
    }
}

.SubmitButton--primary.SubmitButton--small {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #004ace;
    border: 1px solid #004ace;
    color: #fff;
    font-size: 0.75rem;
    padding: 8px 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--primary.SubmitButton--small:hover {
        background-color: #0036b5;
        color: #fff
    }

@media(min-width: 768px) {
    .SubmitButton--primary.SubmitButton--small {
        margin: 0;
        width: auto
    }
}

.SubmitButton--primary.SubmitButton--large {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #004ace;
    border: 1px solid #004ace;
    color: #fff;
    font-size: 0.875rem;
    padding: 11px 45px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--primary.SubmitButton--large:hover {
        background-color: #0036b5;
        color: #fff
    }

@media(min-width: 768px) {
    .SubmitButton--primary.SubmitButton--large {
        margin: 0;
        width: auto
    }
}

.Form-submitButton--secondary {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #fff;
    border: 1px solid #d9dbde;
    color: #202121;
    font-size: 0.75rem;
    padding: 8px 8px 7px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .Form-submitButton--secondary:hover {
        background-color: #f5f8ff
    }

@media(min-width: 768px) {
    .Form-submitButton--secondary {
        font-size: 0.875rem;
        padding: 11px 45px 10px
    }
}

@media(min-width: 768px) {
    .Form-submitButton--secondary {
        border-radius: 0 2px 2px 0;
        height: 44px;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media(min-width: 768px) {
    .Form-submitButton--secondary {
        margin: 0;
        width: auto
    }
}

.SubmitButton--secondary.SubmitButton--responsive {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #fff;
    border: 1px solid #d9dbde;
    color: #202121;
    font-size: 0.75rem;
    padding: 8px 8px 7px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--secondary.SubmitButton--responsive:hover {
        background-color: #f5f8ff
    }

@media(min-width: 768px) {
    .SubmitButton--secondary.SubmitButton--responsive {
        font-size: 0.875rem;
        padding: 11px 45px 10px
    }
}

@media(min-width: 768px) {
    .SubmitButton--secondary.SubmitButton--responsive {
        margin: 0;
        width: auto
    }
}

.SubmitButton--secondary.SubmitButton--small {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #fff;
    border: 1px solid #d9dbde;
    color: #202121;
    font-size: 0.75rem;
    padding: 8px 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--secondary.SubmitButton--small:hover {
        background-color: #f5f8ff
    }

@media(min-width: 768px) {
    .SubmitButton--secondary.SubmitButton--small {
        margin: 0;
        width: auto
    }
}

.SubmitButton--secondary.SubmitButton--large {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #fff;
    border: 1px solid #d9dbde;
    color: #202121;
    font-size: 0.875rem;
    padding: 11px 45px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--secondary.SubmitButton--large:hover {
        background-color: #f5f8ff
    }

@media(min-width: 768px) {
    .SubmitButton--secondary.SubmitButton--large {
        margin: 0;
        width: auto
    }
}

.Form-submitButton--promoPrimary {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #05a342;
    border: 1px solid #05a342;
    color: #fff;
    font-size: 0.75rem;
    padding: 8px 8px 7px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .Form-submitButton--promoPrimary:hover {
        background-color: #04802d;
        color: #fff
    }

@media(min-width: 768px) {
    .Form-submitButton--promoPrimary {
        font-size: 0.875rem;
        padding: 11px 45px 10px
    }
}

@media(min-width: 768px) {
    .Form-submitButton--promoPrimary {
        border-radius: 0 2px 2px 0;
        height: 44px;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media(min-width: 768px) {
    .Form-submitButton--promoPrimary {
        margin: 0;
        width: auto
    }
}

.SubmitButton--promoPrimary.SubmitButton--responsive {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #05a342;
    border: 1px solid #05a342;
    color: #fff;
    font-size: 0.75rem;
    padding: 8px 8px 7px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--promoPrimary.SubmitButton--responsive:hover {
        background-color: #04802d;
        color: #fff
    }

@media(min-width: 768px) {
    .SubmitButton--promoPrimary.SubmitButton--responsive {
        font-size: 0.875rem;
        padding: 11px 45px 10px
    }
}

@media(min-width: 768px) {
    .SubmitButton--promoPrimary.SubmitButton--responsive {
        margin: 0;
        width: auto
    }
}

.SubmitButton--promoPrimary.SubmitButton--small {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #05a342;
    border: 1px solid #05a342;
    color: #fff;
    font-size: 0.75rem;
    padding: 8px 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--promoPrimary.SubmitButton--small:hover {
        background-color: #04802d;
        color: #fff
    }

@media(min-width: 768px) {
    .SubmitButton--promoPrimary.SubmitButton--small {
        margin: 0;
        width: auto
    }
}

.SubmitButton--promoPrimary.SubmitButton--large {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #05a342;
    border: 1px solid #05a342;
    color: #fff;
    font-size: 0.875rem;
    padding: 11px 45px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--promoPrimary.SubmitButton--large:hover {
        background-color: #04802d;
        color: #fff
    }

@media(min-width: 768px) {
    .SubmitButton--promoPrimary.SubmitButton--large {
        margin: 0;
        width: auto
    }
}

.Form-submitButton--promoSecondary {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #d9690d;
    border: 1px solid #d9690d;
    color: #fff;
    font-size: 0.75rem;
    padding: 8px 8px 7px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .Form-submitButton--promoSecondary:hover {
        background-color: #bf5804;
        color: #fff
    }

@media(min-width: 768px) {
    .Form-submitButton--promoSecondary {
        font-size: 0.875rem;
        padding: 11px 45px 10px
    }
}

@media(min-width: 768px) {
    .Form-submitButton--promoSecondary {
        border-radius: 0 2px 2px 0;
        height: 44px;
        padding-bottom: 0;
        padding-top: 0
    }
}

@media(min-width: 768px) {
    .Form-submitButton--promoSecondary {
        margin: 0;
        width: auto
    }
}

.SubmitButton--promoSecondary.SubmitButton--responsive {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #d9690d;
    border: 1px solid #d9690d;
    color: #fff;
    font-size: 0.75rem;
    padding: 8px 8px 7px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--promoSecondary.SubmitButton--responsive:hover {
        background-color: #bf5804;
        color: #fff
    }

@media(min-width: 768px) {
    .SubmitButton--promoSecondary.SubmitButton--responsive {
        font-size: 0.875rem;
        padding: 11px 45px 10px
    }
}

@media(min-width: 768px) {
    .SubmitButton--promoSecondary.SubmitButton--responsive {
        margin: 0;
        width: auto
    }
}

.SubmitButton--promoSecondary.SubmitButton--small {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #d9690d;
    border: 1px solid #d9690d;
    color: #fff;
    font-size: 0.75rem;
    padding: 8px 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--promoSecondary.SubmitButton--small:hover {
        background-color: #bf5804;
        color: #fff
    }

@media(min-width: 768px) {
    .SubmitButton--promoSecondary.SubmitButton--small {
        margin: 0;
        width: auto
    }
}

.SubmitButton--promoSecondary.SubmitButton--large {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #d9690d;
    border: 1px solid #d9690d;
    color: #fff;
    font-size: 0.875rem;
    padding: 11px 45px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 12px 0 0 0;
    width: 100%
}

    .SubmitButton--promoSecondary.SubmitButton--large:hover {
        background-color: #bf5804;
        color: #fff
    }

@media(min-width: 768px) {
    .SubmitButton--promoSecondary.SubmitButton--large {
        margin: 0;
        width: auto
    }
}

.Dropdown {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    position: relative;
    text-align: left
}

    .Dropdown.is-active .Dropdown-list {
        display: block
    }

    .Dropdown.is-active .Dropdown-selectArrow {
        transform: rotate(-90deg)
    }

    .Dropdown .Dropdown-list {
        display: none
    }

.Dropdown--desktop {
    display: none
}

@media(min-width: 768px) {
    .Dropdown--desktop {
        display: inline-block
    }
}

.Dropdown--mobile {
    display: block
}

@media(min-width: 768px) {
    .Dropdown--mobile {
        display: none
    }
}

.Dropdown--inline {
    margin-right: 16px
}

@media(min-width: 768px) {
    .Dropdown--inline {
        margin-right: 16px
    }
}

.Dropdown--inline:last-child {
    margin-right: 0
}

.Dropdown--inline--mobile {
    display: inline-block;
    flex-grow: 1
}

@media(min-width: 768px) {
    .Dropdown--inline--mobile {
        display: none
    }
}

.Dropdown--right .Dropdown-list {
    right: 0
}

.DropdownButton-selectList--primary {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #004ace;
    border: 1px solid #004ace;
    color: #fff;
    font-size: 0.75rem;
    padding: 8px 8px 7px;
    width: 100%
}

    .DropdownButton-selectList--primary:hover {
        background-color: #0036b5;
        color: #fff
    }

@media(min-width: 768px) {
    .DropdownButton-selectList--primary {
        font-size: 0.875rem;
        padding: 11px 45px 10px
    }
}

.DropdownButton-selectList--secondary {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: background-color .2s ease;
    text-align: center;
    text-transform: none;
    background-color: #fff;
    border: 1px solid #d9dbde;
    color: #202121;
    font-size: 0.75rem;
    padding: 8px 8px 7px;
    width: 100%
}

    .DropdownButton-selectList--secondary:hover {
        background-color: #f5f8ff
    }

@media(min-width: 768px) {
    .DropdownButton-selectList--secondary {
        font-size: 0.875rem;
        padding: 11px 45px 10px
    }
}

.DropdownButton-selectList {
    text-align-last: center
}

.DropdownButton-selectList, .Dropdown-selectList {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    width: 100%
}

.Dropdown-selectList, .Dropdown-selectedText {
    font-weight: 500
}

    .Dropdown-selectList:hover, .Dropdown-selectedText:hover {
        background-color: #f5f8ff
    }

.Dropdown-selectList, .Dropdown-selectedText, .Dropdown-list {
    background-color: #fff;
    border: 1px solid #d9dbde;
    border-radius: 2px;
    padding: 9px 28px 8px 16px
}

@media(min-width: 768px) {
    .Dropdown-selectList, .Dropdown-selectedText, .Dropdown-list {
        padding-right: 68px
    }
}

.Dropdown-list {
    box-shadow: 0px 2px 12px -4px rgba(32,33,33,.2);
    margin-top: 12px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 0;
    position: absolute;
    z-index: 4
}

    .Dropdown-list:before {
        border: solid #d9dbde;
        border-color: transparent transparent #d9dbde transparent;
        border-width: 0 6px 4px 6px;
        content: "";
        position: absolute;
        left: 11px;
        top: -5px
    }

    .Dropdown-list:after {
        border: solid #d9dbde;
        border-color: transparent transparent #d9dbde transparent;
        border-width: 0 7px 5px 7px;
        content: "";
        position: absolute;
        left: 10px;
        top: -5px
    }

.Dropdown-listItem a {
    font-weight: 500;
    line-height: 1.2;
    color: #656667;
    display: block;
    padding: 8px 16px 8px 16px
}

    .Dropdown-listItem a:hover {
        background-color: #f5f8ff;
        color: #0036b5
    }

    .Dropdown-listItem a.is-selected {
        color: #202121
    }

        .Dropdown-listItem a.is-selected:hover {
            color: #0036b5
        }

.Dropdown-image {
    display: inline-block;
    height: 24px;
    margin-right: 12px;
    width: 24px;
    vertical-align: middle
}

.Dropdown-selectArrow {
    font-weight: 500;
    color: #202121;
    content: "";
    cursor: pointer;
    font-size: 8px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 14px;
    transform: rotate(90deg);
    transition: all .2s ease
}

@media(min-width: 768px) {
    .Dropdown-selectArrow {
        top: 12px
    }
}

.Dropdown-selectedText {
    color: #202121;
    cursor: pointer;
    display: block
}


.TableBase-showMore {
    font-size: 0.75rem;
    font-weight: 500;
    color: #202121;
    cursor: pointer;
    text-align: center
}

    .TableBase-showMore:hover {
        color: #0036b5
    }

.TableBase-showMoreText {
    margin: 16px 0
}

    .TableBase-showMoreText:after {
        font-family: "icon-moon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: middle;
        content: "\e614";
        display: inline-block;
        font-size: 5px;
        margin-left: 6px;
        margin-top: -2px
    }

        .TableBase-showMoreText:after:hover:before {
            text-decoration: none
        }

.TableBase-title {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #656667;
    display: block;
    font-size: 15px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px
}

    .TableBase-title a {
        font-weight: inherit
    }

.TableBase-title--large {
    font-size: 1rem
}

    .TableBase-title--large .TeamLogo {
        height: 34px;
        width: 34px
    }

@media(min-width: 768px) {
    .TableBase-title--large {
        font-size: 1.125rem
    }
}

.TableBase-title--underlined {
    border-bottom: 1px solid #d9dbde
}

.TableBase-titlePromo {
    font-weight: 400;
    align-self: center;
    font-size: 11px;
    text-align: right
}

.TableBase {
    background: #fff;
    /*border: 1px solid #d9dbde;*/
    color: #202121
}

.TableBaseWrapper:not(:last-child) {
    margin-bottom: 16px
}

@media(min-width: 1024px) {
    .TableBaseWrapper:not(:last-child) {
        margin-bottom: 24px
    }
}

@media(min-width: 1278px) {
    .TableBaseWrapper:not(:last-child) {
        margin-bottom: 32px
    }
}

.TableBase--expanded {
    display: none
}

.TableBase-colGroupCol--sorted {
    background-color: #f5f8ff
}

.TableBase-sortIcon {
    color: #656667;
    display: inline-flex;
    font-size: 8px;
    margin-left: 2px
}

    .TableBase-sortIcon:after {
        font-family: "icon-moon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: middle;
        content: "\e61c"
    }

        .TableBase-sortIcon:after:hover:before {
            text-decoration: none
        }

.TableBase-table {
    text-align: left;
    width: 100%;
    border: 1px solid #d9dbde;
}

    .TableBase-table img {
        vertical-align: middle
    }

    .TableBase-table .TeamLogo {
        height: auto
    }

        .TableBase-table .TeamLogo figure {
            position: absolute;
            transform: translateY(-50%)
        }

            .TableBase-table .TeamLogo figure .TeamLogo-image--flag {
                margin: 0 4px 3px 0
            }

.TableBase-headTr, .TableBase-headGroupTr {
    background-color: #f5f6f7
}

.TableBase-headGroupTh, .TableBase-headTh {
    font-family: "FS Industrie Nw","FSIndustrieNw-Bold",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: #4b4c4d;
    font-size: 11px;
    letter-spacing: .1em;
    padding: 16px 16px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .08em;
    padding: 16px 8px 13px
}

    .TableBase-headGroupTh a:link, .TableBase-headGroupTh a:visited, .TableBase-headTh a:link, .TableBase-headTh a:visited {
        color: inherit
    }

    .TableBase-headGroupTh a:hover, .TableBase-headGroupTh a:active, .TableBase-headTh a:hover, .TableBase-headTh a:active {
        color: #0036b5
    }

    .TableBase-headGroupTh:first-child, .TableBase-headTh:first-child {
        padding-left: 16px
    }

    .TableBase-headGroupTh:last-child, .TableBase-headTh:last-child {
        padding-right: 16px
    }

    .TableBase-headGroupTh:hover .Tablebase-tooltip, .TableBase-headTh:hover .Tablebase-tooltip {
        display: block
    }

    .TableBase-headGroupTh.has-tooltip, .TableBase-headTh.has-tooltip {
        cursor: pointer
    }

.TableBase-headTh--sorted a:link, .TableBase-headTh--sorted a:visited {
    color: #4b4c4d
}

.TableBase-headTh--sorted a:hover, .TableBase-headTh--sorted a:active {
    color: #0036b5
}

.TableBase-headGroupTh {
    padding-bottom: 0
}

.TableBase-headGroupTh--grouped1, .TableBase-headTh--grouped1, .TableBase-headTh--tinted1 {
    background-color: rgba(217,219,222,.4)
}

.TableBase-headGroupTh--grouped2, .TableBase-headTh--grouped2, .TableBase-headTh--tinted2 {
    background-color: #d9dbde
}

.TableBase-headGroupTh--grouped1, .TableBase-headGroupTh--grouped2 {
    zoom: 1;
    text-align: left
}

    .TableBase-headGroupTh--grouped1:before, .TableBase-headGroupTh--grouped1:after, .TableBase-headGroupTh--grouped2:before, .TableBase-headGroupTh--grouped2:after {
        content: "";
        display: table
    }

    .TableBase-headGroupTh--grouped1:after, .TableBase-headGroupTh--grouped2:after {
        clear: both
    }

@media(min-width: 768px) {
    .TableBase-headGroupTh--grouped1, .TableBase-headGroupTh--grouped2 {
        text-align: center
    }
}

.TableBase-headGroupTh--grouped1:after, .TableBase-headGroupTh--grouped2:after {
    background-color: #d9dbde;
    content: "";
    display: block;
    height: 1px;
    margin-top: 12px
}

.TableBase-headGroupTh--grouped2:after {
    background-color: #c2c4c7
}

.TableBase-bodyTr {
    border-bottom: 1px solid #d9dbde;
    transition: background-color .5s
}

@media(min-width: 768px) {
    .TableBase-bodyTr:hover {
        background-color: #f5f8ff
    }
}

.TableBase-bodyTr:last-child {
    border-bottom: 0
}

.TableBase-bodyTr:nth-last-child(-n+2) .Tablebase-tooltip--playerIcons {
    bottom: 11px
}

.TableBase-bodyTr a {
    font-weight: 500
}

.TableBase-bodyTr .Tablebase-tooltip--playerIcons {
    min-width: 300px
}

.TableBase-bodyTr--hidden {
    display: none
}

.TableBase-bodyTr--split1 {
    border-bottom: 3px dashed #d9dbde
}

.TableBase-bodyTr--split, .TableBase-bodyTr--split2 {
    border-bottom: 3px solid #d9dbde
}

.TableBase-bodyTr--total {
    background-color: rgba(245,246,247,.02)
}

.TableBase-bodyTr--totalFirst {
    border-top: 3px solid #d9dbde
}

.TableBase-bodyTd {
    font-size: 11px;
    padding: 10px 8px;
    position: relative
}

    .TableBase-bodyTd:first-child {
        padding-left: 10px
    }

    .TableBase-bodyTd:last-child {
        padding-right: 10px
    }

.TableBase-bodyTd--centerAlign {
    text-align: center
}

.TableBase-bodyTd--leftAlign {
    text-align: left
}

.TableBase-bodyTd--rightAlign {
    text-align: right
}

.TableBase-bodyTd--grouped1, .TableBase-bodyTd--tinted1 {
    background-color: rgba(245,246,247,.5)
}

.TableBase-bodyTd--grouped2, .TableBase-bodyTd--tinted2 {
    background-color: rgba(237,238,242,.5)
}

.TableBase-bodyTd--nowrap {
    white-space: nowrap
}

.TableBase-headTh--number, .TableBase-bodyTd--number {
    text-align: right;
    white-space: nowrap
}

.TableBase-overflow {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden
}

.TableBase-shadows {
    position: relative
}

.TableBase-shadowLeft, .TableBase-shadowRight {
    bottom: 0;
    display: none;
    position: absolute;
    top: 0;
    width: 12px;
    z-index: 200
}

.TableBase-shadowLeft {
    background-image: linear-gradient(90deg, rgba(32, 33, 33, 0.15) 0%, rgba(32, 33, 33, 0) 100%);
    left: 0
}

.TableBase-shadowRight {
    background-image: linear-gradient(90deg, rgba(32, 33, 33, 0) 0%, rgba(32, 33, 33, 0.15) 100%);
    right: 0
}

.TableBase-emptyMessage {
    font-size: 0.875rem;
    color: #656667;
    margin: 16px 10px;
    padding: 0;
    text-align: center
}

.TableStickyHeader-overflow {
    overflow: hidden
}

.TableStickyHeader-overflow--sticky {
    position: fixed;
    z-index: 100
}

.TableStickyHeader-overflow--hidden {
    display: none
}

.TableStickyHeader-container {
    position: absolute
}

.Tablebase-tooltipInner {
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    background-color: #2a2b2b;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(32,33,33,.2);
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    letter-spacing: normal;
    padding: 12px;
    text-align: left;
    text-transform: none;
    white-space: normal
}

.Tablebase-tooltip {
    margin-top: -5px;
    position: absolute;
    top: 100%;
    transition-delay: .5s;
    display: none;
    z-index: 1
}

.Tablebase-tooltip--left {
    left: 8px;
    text-align: left
}

.Tablebase-tooltip--right {
    right: 8px;
    text-align: right
}

.Tablebase-tooltip--playerIcons {
    margin-top: 5px;
    top: auto
}

.TableBase-footer {
    border-top: 1px solid #d9dbde;
    padding: 20px;
    text-align: center
}

.TableBase-footerItem {
    font-size: 0.75rem;
    font-weight: 500;
    color: #202121;
    cursor: pointer;
    text-align: center
}

    .TableBase-footerItem:hover {
        color: #0036b5
    }

.TableBase-footerIcon {
    font-size: 8px;
    margin-left: 2px
}

.TableBase-statsCopyright, .TableBase-notes, .TableBase-legend {
    background-color: #fff;
    border: 1px solid #d9dbde;
    box-sizing: border-box;
    margin-bottom: 16px;
    overflow: hidden;
    padding: 20px;
    zoom: 1;
    font-family: "FS Industrie","FSIndustrie-Bold",Helvetica,Arial,sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3;
    color: #202121
}

@media(min-width: 1024px) {
    .TableBase-statsCopyright, .TableBase-notes, .TableBase-legend {
        margin-bottom: 24px
    }
}

@media(min-width: 1536px) {
    .TableBase-statsCopyright, .TableBase-notes, .TableBase-legend {
        margin-bottom: 32px
    }
}

.TableBase-statsCopyright:last-child, .TableBase-notes:last-child, .TableBase-legend:last-child {
    margin-bottom: 0
}

.TableBase-statsCopyright:before, .TableBase-statsCopyright:after, .TableBase-notes:before, .TableBase-notes:after, .TableBase-legend:before, .TableBase-legend:after {
    content: "";
    display: table
}

.TableBase-statsCopyright:after, .TableBase-notes:after, .TableBase-legend:after {
    clear: both
}

.TableBase-legendList {
    display: flex
}

.TableBase-legendColumnIcons {
    margin-right: 10px
}

.TableBase-statsCopyright {
    font-size: 0.75rem;
    color: #656667
}

.TableBase-statsCopyrightLogo {
    display: inline-block;
    height: 10px;
    margin-left: 4px;
    position: relative;
    top: 1px;
    width: 38px
}

.TableBase-notesItem, .TableBase-legendItem {
    margin-bottom: 16px
}

    .TableBase-notesItem:last-child, .TableBase-legendItem:last-child {
        margin-bottom: 0
    }

.TableBase-legendTitleText {
    font-weight: 500
}

.TableBase-legendIcon--cold {
    color: #2268e5
}

    .TableBase-legendIcon--cold:after {
        font-family: "icon-moon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: middle;
        content: "\e629"
    }

        .TableBase-legendIcon--cold:after:hover:before {
            text-decoration: none
        }

.TableBase-legendIcon--hot {
    color: #059646
}

    .TableBase-legendIcon--hot:after {
        font-family: "icon-moon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: middle;
        content: "\e628"
    }

        .TableBase-legendIcon--hot:after:hover:before {
            text-decoration: none
        }

.TableBase-legendIcon--injury {
    color: #cc0e00
}

    .TableBase-legendIcon--injury:after {
        font-family: "icon-moon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: middle;
        content: "\e627"
    }

        .TableBase-legendIcon--injury:after:hover:before {
            text-decoration: none
        }

.TableBase-legendIcon--ir {
    color: #cc0e00;
    font-size: 11px
}

    .TableBase-legendIcon--ir:after {
        font-family: "icon-moon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: middle;
        content: "\e626"
    }

        .TableBase-legendIcon--ir:after:hover:before {
            text-decoration: none
        }

.TableBase-legendIcon--liveVideo {
    color: #e10500
}

    .TableBase-legendIcon--liveVideo:after {
        font-family: "icon-moon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: middle;
        content: "\e94d"
    }

        .TableBase-legendIcon--liveVideo:after:hover:before {
            text-decoration: none
        }

    .TableBase-legendIcon--liveVideo:before, .CellLiveVideo-icon:before {
        color: #e10500
    }

.TableBase-legendIcon--news {
    color: #f2ce3f
}

    .TableBase-legendIcon--news:after {
        font-family: "icon-moon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: middle;
        content: "\e624"
    }

        .TableBase-legendIcon--news:after:hover:before {
            text-decoration: none
        }

.TableBase-legendIcon--suspended {
    color: #cc0e00
}

    .TableBase-legendIcon--suspended:after {
        font-family: "icon-moon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: middle;
        content: "\e62d"
    }

        .TableBase-legendIcon--suspended:after:hover:before {
            text-decoration: none
        }

.TableBase-legendIcon--trophy:after {
    font-family: "icon-moon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    vertical-align: middle;
    content: "\e95b"
}

    .TableBase-legendIcon--trophy:after:hover:before {
        text-decoration: none
    }

.TableBase-legendIcon--video {
    color: #004ace
}

    .TableBase-legendIcon--video:after {
        font-family: "icon-moon";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        vertical-align: middle;
        content: "\e94d"
    }

        .TableBase-legendIcon--video:after:hover:before {
            text-decoration: none
        }

.TableBase-legend .TableBase-starSymbol, .TableBase-table .TableBase-starSymbol {
    color: #cc0e00
}
