/* General */

* {
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family: 'Ted Next', Arial, Helvetica, sans-serif;
    font-weight: 400;
    height: 100%;
    color: #414042;
}

a,
a:link,
a:active,
a:visited {
    color: #00a0b7;
}

.dt-br {
    display: inline;
}

.mob-br {
    display: none;
}

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

    .mob-br {
        display: inline;
    }
}

.navContainer a:hover {
    opacity: 1.0;
}

a:hover {
    opacity: 0.6;
}

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

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

.tealbutton {
    background: #00a0b7;
}

.redbutton {
    background: #da291c;
}

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


/* Top Hug */

.top-hug {
    width: 100%;
    height: 200px;
    background-image: url('../images/top_mobius.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

@media (max-width: 500px) {
    .top-hug {
        height: 130px;
    }
}



/* Nav */

.nav-container {
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

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

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

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

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

.container {
    width: 80vw;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1000px) {

    .navigation {
        text-align: center;
    }
}


@media (max-width: 767px) {

    .navigation a {
        font-size: 1.4rem;
    }

    .container {
        width: 90vw;
    }
}

@media (max-width: 420px) {


    .navigation {
        position: relative;
/*        float: right;*/
        z-index: 999;
        font-size: 2rem;
        padding: 15px 20px;
        max-width: 220px;
        line-height:  1.8rem;
    }

}

.nav {
    background: #ffe600;
    padding: 16px 0;
    width: 100%;
}

.logo {
    background: url('../images/fido_pride_en.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 25px;
}

.navCopy {
    text-align: right;
    font-size: 1.5rem;
}

.navCopy a {
    color: #414042;
    font-weight: 600;
    text-decoration: none;
}

.navCopy a:active {
    font-weight: 900;
}

.navCopy a:hover {
    opacity: 0.6;
}

/* Text Styles */


h1 {
    font-weight: 700;
    font-size: 5.8rem;
    line-height: calc(1em + 8px);
    margin: 0;
    color: #FFFFFF;
    transition: all 0.5s
}

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

h2 {
    font-size: 3rem;
    line-height: calc(1em + 6px);
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
    color: #da291c;
}

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

@media screen and (max-width: 1500px) {
    h1 {
        font-size: 5rem
    }

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

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 4rem
    }

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

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.6rem;
    }

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

@media (max-width: 480px) {
    h1 {
        font-size: 2.2rem;
    }

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

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 1.6rem;
    }

}

strong {
    color: #414042;
    font-weight: 600;
}

p {
    margin: 0 0 20px 0;
}


/* Hero */

.page-hero {
    width: 100%;
    height: 480px;
    transition: all 0.5s;
    background: url('../images/hero_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.page-hero .container {
    display: flex;
    height: 100%;
}

.hero-main-image {
    width: inherit;
    max-width: 1200px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 0;
    position: absolute;
}

.hero-main-image img {
    height: 100%;
}

.hero-copy {
    position: relative;
    z-index: 10;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

h1 {
    font-weight: 600;
    font-size: 6.2rem;
    margin: 20px 0 0 0;
}

.interzip-logo {
    width: 100%;
}

.interzip-logo img {
    width: 90px;
}

@media (max-width: 1200px) {
    .interzip-logo img {
        width: 80px;
    }

    h1 {
        font-size: 4.8rem;
    }
}

@media (max-width: 1000px) {
    .page-hero {
        height: 410px;
    }

    .hero-main-image {
        display: none;
    }

    .hero-copy {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .interzip-logo img {
        width: 70px;
    }

    h1 {
        font-size: 4.6rem;
    }

}

@media (max-width: 767px) {
    .page-hero {
        height: 390px;
    }

    .hero-main-image {
        display: none;
    }

    .hero-copy {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .interzip-logo img {
        width: 70px;
    }

    h1 {
        font-size: 4rem;
    }
}

@media (max-width: 500px) {

    .hero-copy {
        margin-top:  40px;
    }

    h1 {
        font-size: 3.2rem;
    }
}


/* 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;
}

.navBlock {
    padding: 20px 0;
}

.navBlock a {
    color: #414042;
    text-decoration: none;
}


/* Parade Info */

.flexContainer {
    display: flex;
    width: 100%;
    justify-content: center;
}

.flexContainer p {
    margin: 0 0 10px 0;
}

.flexItem {
    flex-basis: 25%;
}


@media (max-width: 768px) {
    .flexContainer {
        flex-wrap: wrap;
    }

    .flexItem {
        flex-basis: 100%;
    }
}

.tba {
    opacity: 0.3;
}


/* Prize Blocks */

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

.prize-block {
    width: 28%;
}

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

.prize-img img {
    align-self: flex-start;
    border-radius: 6px;
    max-width: 100%;
    max-height: 100%;
}

.prize-img img.vmiddle {
    align-self: center;
}

.prize-img img.smaller {
    height: 70%;
}

.prize-name {
    margin: 12px 0 0 0;
    color: #da291c;
    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: 40%;
        margin: 0 10px 20px 10px;
    }

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

}

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

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

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

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

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

/* Footer */

.footer {
    font-size: 1.3rem;
    font-weight: 600;
    width: 100%;
}
.logobar {
    width: 100%;
    background: #da291c;
    padding: 15px 20px 13px 0;
    text-align: right;
    box-sizing: border-box;
}

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


/*.footerhug {
    background-image: url('../images/rogers_logo_en.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;

}

.fr .footerhug {
    background-image: url('../images/rogers_logo_fr.png');
}

.footerhug,
.page-wrap:after {
    height: 250px;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -300px;
}

.page-wrap:after {
    content: "";
    display: block;
}

.footer,
.page-wrap:after {
    height: 250px;
}
*/
.copyright {
/*    border-top: 1px solid #bcbec0;*/
    margin: 0 auto;
    width: 100%;
    padding: 15px 0;
}

@media (max-width: 500px) {

    .logobar img {
    width: 140px;
}

/*    .footerhug,
    .page-wrap:after {
        height: 180px;
    }

    .page-wrap {
        margin-bottom: -230px;
    }*/
}

/* 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: #da291c;
}

.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: 'Ted Next';
    font-size: 1.6rem;
    color: #414042;
    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: 'Ted Next';
    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: 12px 30px 14px 30px;
    border: 0;
    color: #FFFFFF;
    font-family: 'Ted Next';
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.8rem;
    -webkit-appearance: none;
    text-decoration: none;
    border-radius: 6px;
    margin: 0 5px;
    background: #da291c;
}

input[type="submit"]:hover {
    opacity: 0.7;
}


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

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

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

/* Full Width Image */

.full-width-img {
    width: 100%;
}

.full-width-img img {
    width: 100%;
    height: auto;
}


/* Error */

.error {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: #da291c;
    font-size: 12pt;
    margin: 20px 0 0 0;
    font-family: 'Ted Next';
    font-weight: 600;
}








/*  */