@charset "UTF-8";
/* CSS Document */

/***************************************************************************/
/***************************** GENERAL STYLES *******************************/
/***************************************************************************/

p.title{
    line-height: 50px;
}

.heroButton {
    display: inline-block;
    padding: 14px 60px;
    background: rgba(191, 108, 29, 0.85);
    border: 3px solid #d76821;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

.heroButton:hover {
    background: #d76821;
    color: #fff;
    text-decoration: none;
}

.bannerContent p.title:after, .bannerContent h1:after {
    display: none;
}

.parallax-window {
    height: 650px;
}

.introDark {
    background: #1b1919;
    padding: 60px 0;
}

.introDark .wrapper {
    max-width: 720px;
}

.introDark p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px 0;
    font-weight: 500;
}

.introDark .introBold {
    font-weight: 700;
    margin-bottom: 28px;
}

.introButton {
    display: inline-block;
    width: 320px;
    padding: 16px 0;
    border: 2px solid #d76821;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

a.link {
    font-size: none;
}

.introButton:hover {
    background: #d76821;
    color: #fff;
}

.awarenessSection {
    background: #fff;
    padding: 80px 0;
}

.awarenessContent {
    max-width: 760px;
    margin: 0 auto;
}

.awarenessContent h1 {
    color: #211d1e;
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 45px;
}

.awarenessContent p {
    color: #211d1e;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 25px auto;
    max-width: 720px;
}

.prizeSection {
    background: #e4e4e3;
    padding: 80px 0;
}

.prizeContent {
    max-width: 900px;
    margin: 0 auto;
}

.prizeContent h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #211d1e;
    margin-bottom: 40px;
}

.prizeContent p {
    font-size: 16px;
    line-height: 24px;
    color: #211d1e;
    margin-bottom: 20px;
}

.prizeList {
    margin: 35px 0;
    padding-left: 25px;
}

.prizeList li {
    font-size: 16px;
    line-height: 28px;
    color: #211d1e;
    margin-bottom: 10px;
}

.prizeNote {
    margin-top: 30px;
}

.audienceSection {
    background: #fff;
    padding: 75px 0 85px;
}

.audienceContent {
    max-width: 900px;
    margin: 0 auto;
}

.audienceContent h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 800;
}


.audienceContent .intro {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}

.audienceContent p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #211d1e;
    margin-bottom: 20px;
}

.audienceList {
    margin: 25px 0;
    padding-left: 20px;
}

.audienceList li {
    font-size: 16px;
    line-height: 32px;
    color: #211d1e;
    margin-bottom: 4px;
}

.audienceContent .closing {
    margin-top: 25px;
}

.entrySection {
    background: #1b1919;
    padding: 90px 0;
}

.entryContent {
    max-width: 760px;
    margin: 0 auto;
}

.entryContent h2 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}

.entryIntro {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
}

.formRow {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.formCol {
    flex: 1;
}

.competitionForm label {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}

.competitionForm input[type="text"],
.competitionForm input[type="email"],
.competitionForm textarea {
    width: 100%;
    border: none;
    background: #9c9999;
    padding: 12px;
    color: #000;
    font-size: 14px;
}

.competitionForm textarea {
    height: 120px;
    resize: vertical;
}

.full {
    display: block;
}

.checkboxRow {
    margin-bottom: 12px;
}

.checkboxRow label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    line-height: 18px;
}

.checkboxRow input[type="checkbox"] {
    margin-top: 2px;
}

.submitWrap {
    text-align: center;
    margin-top: 35px;
}

.submitButton {
    background: transparent;
    border: 2px solid #d76821;
    color: #fff;
    padding: 14px 60px;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
}

.submitButton:hover {
    background: #d76821;
}

@media only screen and (max-width: 767px) {

    .formRow {
        display: block;
    }

    .formCol {
        margin-bottom: 20px;
    }

    .entryContent h2 {
        font-size: 30px;
    }
}

.prizeDetailsContent p{
    font-size: 16px;
}

.competitionForm label {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 10px;
}

.competitionForm label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 2px;
    height: 12px;
    background: #d76821;
}

.checkboxRow label:before {
    display: none;
}

.checkboxRow label {
    padding-left: 0;
}

.competitionForm label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 3px;
    height: 14px;
    background: #d76821;
}

.heroButton,
.introButton {
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
}

.heroButton,
.heroButton:visited,
.heroButton:hover,
.heroButton:focus,
.heroButton:active,
.introButton,
.introButton:visited,
.introButton:hover,
.introButton:focus,
.introButton:active {
    color: #fff !important;
    text-decoration: none !important;
}