﻿body {
    color: #333;
    margin: 0;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size: 10pt;
}

img {
    border-style: none;
}

.divResultBannerOuter {
    width: 300px;
    height: 150px;
    position: relative;
    top: 100px;
    border: 4px solid #4b322d;
    background: radial-gradient(circle, #cdc6c0, #f3f3f3);
}

    .divResultBannerOuter div {
        background-color: #fff;
        height: 120px;
        position: relative;
        top: 10px;
        width: 280px;
        left: 10px;
        color: #402421;
        font-family: arial;
        font-size: 22pt;
        text-align: center;
        font-weight: bold;
        padding-top: 10px;
        text-decoration: none;
    }

.divCentered {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.imgEntryBanner {
    display: block;
    margin: 20px auto;
    max-width: 728px;
    width: 100%;
}

.imgPartnerLogo {
    float: right;
    height: 70px;
}

#mc_embed_signup .button {
    width: 96% !important;
    border-radius: 0 !important;
    background-color: #606060 !important;
}

h1, h2, h3 {
    font-family: Century Gothic, Lucida Grande, Century Gothic, Arial;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 20pt;
}

h2, h3 {
    font-size: 16pt;
}

p {
    line-height: 16pt;
}

a {
    color: #397bbe;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

md-menu-bar {
    padding-left: 0 !important;
}

#divMenu a {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #666;
    margin-right: 40px;
    font-family: Cambria, Palatino, Baskerville, 'Times New Roman';
    border-top: 3px solid transparent;
    display: block;
    float: left;
    font-size: 12pt;
}

    #divMenu a:hover {
        color: #d1006c;
    }

.divCalendarContainer {
    width: 281px;
    float: left;
    border: 2px transparent solid;
}

.divSidebox {
    width: 251px;
    background-color: #F4F4F4;
    padding: 5px 5px 5px 5px;
    font-size: 9pt;
    margin-top: 40px;
}

    .divSidebox h3 {
        margin-top: 0;
    }

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media screen and (max-width: 1170px) {
    .divCentered {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-device-width: 1170px) {
    .divCentered {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-device-width:970px) {
    .imgPartnerLogo {
        height: 50px;
    }
}

@media screen and (max-width:970px) {
    .imgPartnerLogo {
        height: 50px;
    }
}

@media screen and (max-width: 790px) {
    .imgPartnerLogo {
        display: none;
    }
}

@media screen and (max-device-width: 790px) {
    .imgPartnerLogo {
        display: none;
    }
}


/*******Homepage*******/

.hp_divHomePageBanner {
    height: 400px;
    background: url(../media/gallery1.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.hp_divCompetitionReminder {
    background-color: #F4F4F4;
    width: 251px;
    padding: 0 15px 10px 15px;
    position: absolute;
    right: 0;
    top: 250px;
    color: #000;
}

.hp_divMainContent {
    width: CALC(100% - 345px);
    float: left;
    margin-right: 60px;
}

md-content {
    background-color: transparent;
}

    md-content md-input-container {
        width: 100%;
    }

        md-content md-input-container .md-input {
            background-color: #fff;
        }


#mc_embed_signup div.mce_inline_error {
    padding: 0 0 !important;
    font-size: 9pt !important;
    font-weight: bold !important;
    background-color: transparent !important;
    color: #f00 !important;
    margin: 0 0;
}

#mc_embed_signup div#mce-responses {
    padding: 0 0!important;
}

@media screen and (max-width: 1170px) {
    .hp_divCompetitionReminder {
        right: 10px;
    }
}

@media screen and (max-device-width: 1170px) {
    .hp_divCompetitionReminder {
        right: 10px;
    }
}

@media screen and (max-width: 799px) {
    .hp_divMainContent {
        float: none;
        width: 100%;
    }

    .hp_divCompetitionReminder {
        top: 200px;
    }
}

@media screen and (max-device-width: 799px) {
    .hp_divMainContent {
        float: none;
        width: 100%;
    }

    .hp_divCompetitionReminder {
        top: 200px;
    }
}

/**********END Homepage*********/

/**********Juror Page***********/

.jp_divJurorRow {
    clear: both;
    padding-top: 35px;
}

    .jp_divJurorRow .jp_divLeft {
        float: left;
        width: 270px;
        padding-top: 6px;
    }

    .jp_divJurorRow .jp_divRight {
        float: left;
        width: CALC(100% - 270px);
    }

@media screen and (max-width: 599px) {
    .jp_divJurorRow .jp_divLeft {
        float: none;
        margin-bottom: 10px;
    }

        .jp_divJurorRow .jp_divLeft img {
            width: 200px;
            height: auto;
        }

    .jp_divJurorRow .jp_divRight {
        float: none;
        width: 100%;
    }
}

@media screen and (max-device-width: 599px) {
    .jp_divJurorRow .jp_divLeft {
        float: none;
        margin-bottom: 10px;
    }

        .jp_divJurorRow .jp_divLeft img {
            width: 200px;
            height: auto;
        }

    .jp_divJurorRow .jp_divRight {
        float: none;
        width: 100%;
    }
}
/********END Juror Page*********/

/*******Awards Page************/

.ap_divRow {
    width: CALC(100% - 30px);
    padding: 15px;
    margin-bottom: 40px;
}

    .ap_divRow .ap_divLeft {
        max-width: 350px;
        min-width: 280px;
        width: 100%;
        float: left;
    }

    .ap_divRow .ap_divRight {
        max-width: 395px;
        min-width: 280px;
        width: 100%;
        float: left;
    }

        .ap_divRow .ap_divRight h3 {
            margin-top: -5px;
        }

    .ap_divRow .ap_divLeft img {
        max-width: 300px;
        width: CALC(100% - 10px);
    }

@media screen and (max-width: 1156px) {

    .ap_divRow .ap_divRight h3 {
        margin-top: 10px;
    }


    /***** END Awards Page*********/

    /******FAQ page********/

    .hp_divMain h2 {
        margin-top: 40px;
    }

    .hp_divMain h4 {
        font-family: Century Gothic, Lucida Grande, Century Gothic, Arial;
        font-weight: normal;
        font-size: 14pt;
    }
}
