:root {
    --dark-grey: #231f20;
    --medium-grey: #414042;
    --medium-teal: #11848f;
    --light-teal: #0595a0;
}


/* General */

* {
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family: 'Fedra Sans Alt Pro LF', Arial, Helvetica, sans-serif;
    font-weight: 400;
    height: 100%;
    color: var(--medium-grey);
}

a,
a:link,
a:active,
a:visited {
    color: #000000;
}

.dt-br {
    display: inline;
}

.mob-br {
    display: none;
}

@media (max-width: 480px) {
    .dt-br {
        display: none;
    }

    .mob-br {
        display: inline;
    }
}

/* Text Styles */
h1 {
    font-weight: 700;
    font-size: 7rem;
    line-height: calc(1em + 6px);
    margin: 0;
    color: #FFFFFF;
    transition: all 0.5s
}

.fr h1 {
    font-size: 4.4rem;
}

h2 {
    font-size: 3.4rem;
    line-height: 3.4rem;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0 0 50px 0;
    text-align: center;
    color: var(--light-teal);
}

h3 {
    text-transform: uppercase;
    margin: 30px 0 10px 0;
    font-size: 1.8rem;
    font-weight: 700;
}

/* Tablets */
@media only screen and (max-width: 1400px) {
    h1 {
        font-size: 6rem
    }

    .fr h1 {
        font-size: 3.4rem;
    }
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 4rem;
        text-align: center;
    }

    .fr h1 {
        font-size: 3.4rem;
    }

}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 4rem;
        text-align: center;
    }

    .fr h1 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 3rem;
        margin: 0 0 30px 0;
    }

    h3 {
        font-size: 1.6rem;
    }
}

.navContainer a:hover {
    opacity: 1.0;
}

a:hover {
    /*    opacity: 0.6;*/
}

/* Buttons */
.buttons {
    margin: 40px 0 0 0;
}

.button {
    display: inline-block;
    padding: 14px 30px;
    border: 0;
    color: #FFFFFF !important;
    font-family: 'Fedra Sans Alt Pro LF';
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.8rem;
    -webkit-appearance: none;
    text-decoration: none;
    border-radius: 6px;
    margin: 0 5px;
}

.button:hover {
    text-decoration: underline;
}

.redbutton {
    background: var(--light-teal);
}

@media (max-width: 480px) {
    .button {
        box-sizing: border-box;
        margin: 0 auto 10px auto;
    }
}


/* Header */
.header {
    width: 100%;
    background: var(--dark-grey);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 12px 0 15px 0;
    width: 90%;
    max-width: 1200px;
}

.header-img img {
    width: 250px;
    height: auto;
}

.navigation {
    font-size: 2rem;
    text-align: right;
    padding: 15px 0;
}


a.active {
    font-weight: 700;
}

/* Tablets */
@media only screen and (min-width : 768px) and (max-width: 1024px) {
    .header-img {
        width: auto;
    }

    .navigation {
        display: flex;
    }

}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    .header-img {
        width: auto;
    }

    .header-img img {
        width: 200px;
    }

    .navigation {
        display: flex;
        font-size: 1.2rem;
    }

    .header-container {
        padding: 10px 0 13px 0;
    }
}



/* Nav */
.navigation {
    position: relative;
    z-index: 999;
    font-size: 2rem;
    text-align: right;
    padding: 15px 0 15px 20px;
}

.navigation a {
    color: #000000;
    text-decoration: none;
    margin-left: 3.5rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.navigation a:hover {
    color: #1d1d1d;
    opacity: 1;
}

.navigation a.active {
    font-weight: 700;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


@media (max-width: 767px) {

    .navigation a {
        font-size: 1.5rem;
        margin-left: 1.8rem
    }

    .container {
        width: 90vw;
    }
}

@media (max-width: 420px) {

    .navigation {
        position: relative;
        float: right;
        z-index: 999;
        text-align: right;
        padding: 15px 20px;
        max-width: 220px;
    }

    .navigation a {
        font-size: 1.3rem;
        margin-left: 1.2rem
    }
}



/* Hero */
.hero-container {
    /*    display: flex;*/
    width: 100%;
    /*    max-height: 450px;*/
    background: url('../images/hero_stampede_expanded.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
}

.hero-left {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.hero-left-container {
    width: 90%;
    max-width: 600px;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}

.gradient-overlay {
    background: rgb(0, 54, 64);
    background: linear-gradient(90deg, rgba(0, 54, 64, 1) 0%, rgba(0, 117, 126, 0) 100%);
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.hero-title {
    width: 100%;
}

.hero-partner {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    color: #FFFFFF;
    font-size: 2rem;
    margin-top: 20px;
}

.hero-partner div {
    width: 55%;
    max-width: 350px;
}

.hero-partner div img {
    width: 100%;
}

.hero-right {
    /*    background-color: #cac9c8;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 10px 0 0 0;
    width: 40%;
    box-sizing: border-box;
    justify-content: flex-start;
}

.hero-right img {
    width: 100%;
    max-width: 650px;
    margin: 0;
}

.hero-right div {
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
    color: #000000;
    font-size: 18px;
    line-height: calc(1em + 4px);
    font-weight: 600;
}

.hero-right a {
    color: #000000;
    font-weight: 700;
}

/* Tablets */
@media only screen and (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        max-height: none;
            background: url('../images/hero_stampede_mob.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    }

    .hero-left {
        text-align: center;
        width: 100%;
        justify-content: center;
        height: 30%;
    }

    .hero-left-container {
        padding: 3rem 2rem;
        width: 90%;
        max-width: none;
    }

    .hero-right {
        width: 100%;
        justify-content: center;
    }

    .hero-partner {
        justify-content: center;
    }

    .hero-right img {
        width: 60%;
    }

    .gradient-overlay {
    background: rgb(5, 149, 160);
    background: linear-gradient(180deg, rgba(0, 54, 64, 1) 0%, rgba(0, 117, 126, 0) 100%);
    width: 100%;
    height: 35%;
}

}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    .hero-container {
        flex-direction: column;
    }

    .hero-left {}

    .hero-left-container {
        padding: 2rem 2rem;
    }

    .hero-partner img {
        width: 100px;

    }

    .hero-partner {
        font-size: 1.6rem;
        justify-content: center;
    }

    .hero-right img {
        width: 90%;
    }

}

/* Panels */

.grey-panel {
    background: #f0f0f1;
}

.white-panel {
    background: #ffffff;
}

.grey-panel,
.white-panel {
    display: flex;
    width: 100%;
    padding: 70px 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

@media (max-width: 480px) {

    .grey-panel,
    .white-panel {
        padding: 40px 0;
    }
}

.center {
    text-align: center;
}


/* Prize Blocks */

.prize-block-container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 40px 0;
}

.prize-block {
    width: 32%;
}

.prize-img {
    background: #e4e4e5;
    border-radius: 6px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.prize-img img {
    width: 100%;
    align-self: center;
}

.prize-name {
    margin: 12px 0 0 0;
    color: var(--light-teal);
    font-weight: 600;
    font-size: 20px;
}

sub {
    font-size: 40%;
    line-height: 40%;
    position: relative;
    bottom: 3px;
}

@media (max-width: 1200px) {
    .prize-block-container {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }

    .prize-block {
        width: 45%;
        margin: 0 10px 20px 10px;
    }

    .prize-img {
        /*max-height: 200px;*/
    }

}

@media (max-width: 600px) {
    .prize-block {
        width: 45%;
        margin: 0 10px 20px 10px;
    }

    .prize-name {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .prize-block {
        width: 70%;
        margin: 0 10px 20px 10px;
    }
}

/* Footer */

.footer {
    font-size: 1.3rem;
    font-weight: 400;
    width: 100%;
    border-top: 8px solid var(--light-teal);
    padding: 20px 0 40px 0;
}

.footer .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.logo {
    width: 30%;
}

.logo img {
    width: 150px;
    height: auto;
}

.logobar {
    width: 100%;
    background: var(--light-teal);
    padding: 15px 20px 13px 0;
    text-align: right;
    box-sizing: border-box;
}

.logobar img {
    width: 150px;
    height: auto;
}

.copyright {}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 20px 0 30px 0;
    }

    .footer .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .logo {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 500px) {

    .logobar img {
        width: 120px;
    }
}

/* Form */

form {
    width: 70%;
    margin: 30px auto;
    font-size: 1.6rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-contain {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.form-input {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-content: flex-end;
    margin: 0 0 15px 0;
}

.full-width {
    width: 100%;
}

.form-input input {
    width: 100%;
}

.checkbox {
    margin: 5px 0;
}

.checkbox-container {
    text-align: left;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 2.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e4e4e5;
}

.checkbox-container:hover input~.checkmark {
    background-color: #eee;
}


.checkbox-container input:checked~.checkmark {
    background-color: var(--light-teal);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 768px) {

    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="tel"] {
        -webkit-appearance: none;
    }

    .form-input {
        width: 100%;
    }
}

@media (max-width: 500px) {
    form {
        width: 100%;
    }

    .form-contain {
        width: 100%;
    }
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="tel"] {
    font-family: 'Fedra Sans Alt Pro LF';
    font-size: 1.6rem;
    color: #000000;
    background: #e4e4e5;
    border: 0;
    border-radius: 6px;
    padding: 10px 10px;
    box-sizing: border-box;
    max-height: 40px;
    text-align: left;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #cacece;

    padding: 9px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}


select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 0px;
    -moz-padding-end: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    background-color: #FFFFFF;
    /* fallback color if gradients are not supported */
    background-image: url(../images/select_arrow.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 1px solid #6d6e70;
    box-shadow: 0;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    white-space: nowrap;
    width: 100%;
    font-family: 'Fedra Sans Alt Pro LF';
    font-size: 1.8rem;
    color: #6d6e70;
    border: 1px solid #6d6e70;
    padding: 8px 10px;
    max-height: 40px;
}

.disclaimer {
    margin: 8px 0 0 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.submit {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}

input[type="submit"],
input[type="button"] {
    display: inline-block;
    padding: 14px 30px;
    border: 0;
    color: #FFFFFF;
    font-family: 'Fedra Sans Alt Pro LF';
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.8rem;
    -webkit-appearance: none;
    text-decoration: none;
    border-radius: 6px;
    margin: 0 5px;
    background: var(--light-teal);
}

input[type="submit"]:hover {
    text-decoration: underline;
}


/* Rules Page */
.letterList {
    list-style-type: lower-alpha;
}

ol,
ul {
    margin: 0 0 10px 20px;
    padding: 0 0 0 18px;
}

#rules p {
    margin-bottom: 10px;
}

.preList {
    margin: 0 0 5px 0;
}

#rules table,
td,
th {
    border: 1px solid #000000;
    border-collapse: collapse;
    box-sizing: border-box;
}

#rules table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#rules th {
    background: #E3E2DD;
}

#rules th,
td {
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

@media (max-width: 600px) {

    #rules table,
    td,
    th {
        font-size: 12px;
        line-height: calc(1em + 2px);
    }
}


/* Error */

.error {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: var(--light-teal);
    font-size: 12pt;
    margin: 20px 0 0 0;
    font-family: 'Fedra Sans Alt Pro LF';
    font-weight: 600;
}








/*  */