.cc_banner {
    background: #000;
}
.cc_banner .h2 {
    color: #fff;
    padding: 1em 0;
}
.cc-form_wrap {
    padding-top: 40px;
    padding-bottom: 60px;
}
.steps-module {
    margin-bottom: 50px;
}
.signup-heading {
    margin-bottom: 40px;
}


.steps-module .step-name {
    line-height: 1.4em;
}
span.step-number.tick {
    background-image: url(../images/tick.svg);
}

.form-rows {
    margin: 0 -12px;
}
.form-rows [class^="col-"] {
    padding: 0 12px;
}


.dobs_inline {
    border-bottom: 1px solid #000;
    width: 100%;
    justify-content: center;
}
.dobs_inline .form-control {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: #000;
    border: none;
    background: none;
    position: relative;
    font-size: 22px;
    height: 40px;
}
.dobs_inline .form-control[name="day"] {
    width: 36px;
}
.dobs_inline .form-control[name="month"] {
    width: 48px;
}
.dobs_inline .form-control[name="year"] {
    width: 48px;
}
.dd_middle::before,
.dd_middle::after {
    content: '/';
    position: absolute;
    left: 0;
    top: 51%;
    transform: translateY(-50%);    
    font-size: 22px;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;    
}
.dd_middle::before {
    left: auto;
    right: 0;
}
.inner-rows.dobs {
    margin: 0;
    width: 60%;
}
.dobs_inline .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.40);
    opacity: 1;
}
.dobs_inline .form-control::-ms-placeholder {
    color: rgba(0, 0, 0, 0.40);
    opacity: 1;
}
.dobs_inline .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.40);
    opacity: 1;
}
.cc-checkbox {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    margin: 20px 0 17px !important;
}
.cc-checkbox label.customRC {
    font-size: 12px;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-style: italic;
    padding: 0 0 0 30px;
}
.cc-checkbox label.customRC span {
    right: auto;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 4px;
    border-width: 2px;
}





.form-rows .col-70 {
    width: 70% !important;
}
.col-170 {
    width: 100px !important;
}
.add-more {
    margin-top: -10px
}
.add-more button.p {
    padding: 0;
    text-decoration: underline !important;
}
.add-more button.p span {
    font-size: .75em;
}
.cc-step-3 .p {
    margin-bottom: 1.4em;
}
.cc-step-3 .signup-heading {
    margin-bottom: 0;
}
.cc-step-3 .seperator {
    margin: 50px auto 45px;
}

/*---- Landing Page ----*/
.cocktail-banner .h2 {
    color: #fff;
    margin: 1.45em 0 .8em;
}
.grand-prize {
    text-align: center;
    background: url(../images/grand-prize_bg.jpg) center top no-repeat;
    background-size: cover;
}
.grand-prize_content {
    padding: 15px 80px;
    background: url(../images/gold-left.svg) left top no-repeat,url(../images/gold-right.svg) right top no-repeat;
    background-size: auto 100%, auto 100%;
}
.grand-prize .h2,
.grand-prize .p {
    color: #fff;
}
.grand-prize .p {
    margin-top: .8em;
}
.grand-prize .p span {
    font-size: 1.5em;
    line-height: 1.25em;
}
.how-it-works {
    background: url(../images/how-it-works_bg.jpg?ver=2) center top no-repeat;
    background-size: cover;
}
.how-it-works .p span {
    font-size: 1.5em;
    font-family:"brandon-grotesque";
    font-weight: normal;
    margin-top: 1em;
    letter-spacing: 0.01em;
}
.contest-info .oldfashioned .p {
    margin-bottom: 1.2em;
}
.contest-info .oldfashioned ul.p {
    list-style: disc;
    padding-left: 1em;
    margin: 0;
}
.contest-info .oldfashioned li:not(:first-child) {
    margin-top: 1em;
}

#judges {
    background-image: url(../images/judges-bg.jpg);
    background-color: #101010;
    background-position: center top;
    background-size: 100% auto;
}
#judges .whyec {
    padding-top: 20px;
    padding-bottom: 20px;
}
.judges-row {
    margin-top: 55px;
}
.judges-row .col-62 {
    width: 62%;
}
.judges-row .h4 {
    margin: 0;
    text-align: left;
}
.judges-row .p {
    margin: 0;
    text-align: left !important;
}
.judges-row .p.judge-intro {
    margin: .625em 0 1.25em;
}
.judges-row button.p {
    font-family:"brandon-grotesque";
    text-transform: uppercase;
    background: url(../images/more-arrow.svg) left center no-repeat;
    background-size: .7em auto !important;
    padding-left: 1.3em;
    line-height: 1em;
    margin-top: 1.7em;
}
.judges-row button.p.active {
    background-image: url(../images/less-arrow.svg)
}
.judges-row button.p span {
    display: block;
    border-bottom: 1px solid #fff;
}

.col-170 .xpMaterial:not(.notempty)  .common-label {
    left: 100%;
    transform: translate3d(-100%, 1em, 0);
}
.col-170 .xpMaterial:not(.notempty) .form-control:focus + .common-label {
    left: 0;
    transform: translate3d(0, 0, 0);
}

/*---- Landing Page ----*/

@media screen and (min-width: 768px) {
    .cc-form_wrap .xpForm {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }   
    .steps-module .step-number {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }
    .steps-module .step-name {
        font-size: 14px;
    }   
    .cc-checkbox.cc-checkbox2 {
        padding-top: 18px !important;
    }
}

@media screen and (min-width: 1599px) {
    .cc-form_wrap .xpForm {
        max-width: 860px;
    } 
    .dobs_inline {
        width: 270px;
    }
    .dobs_inline .form-control {
        font-size: 28px;
        height: 50px;
    }
    .dobs_inline .form-control[name="day"] {
        width: 40px;
    }
    .dobs_inline .form-control[name="month"] {
        width: 58px;
    }
    .dobs_inline .form-control[name="year"] {
        width: 58px;
    }
    .dd_middle::before,
    .dd_middle::after {  
        font-size: 28px; 
    } 
    .cc-step-3 .seperator {
        margin: 58px auto 52px;
    }    

    /*---- Landing Page ----*/
    .grand-prize_content {
        padding: 18px 93px;
    }
    #judges .whyec {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .judges-row {
        margin-top: 70px;
    }
    /*---- Landing Page ----*/

    .col-170 {
        width: 120px !important;
    }


    .xpForm .xpMaterial textarea.form-control.will-autogrow {
        background: url(../images/line-68.png) center -1px no-repeat !important;
        background-size: auto 68px !important;
        line-height: 42px;
        padding-top: 21px;
        padding-bottom: 0;
        margin-top: 0;
    }
    .lines {
        background: url(../images/line.png?ver=5) 0 0 repeat-y !important;
        bottom: 0;
        position: absolute;
        top: 66px;
        width: 100%;
        left: 0;
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .cc-form_wrap.container.sm {
        max-width: 620px;
    }
    .steps-module .step-number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .steps-module .step-name {
        font-size: 12px;
    }  
    .cc-step-3 .seperator {
        margin: 42px auto 37px;
    }

    /*---- Landing Page ----*/
    .grand-prize_content {
        padding: 13px 66px;
    }
    #judges .whyec {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .judges-row {
        margin-top: 46px;
    }
    /*---- Landing Page ----*/
}


@media screen and (max-width: 767px) {
    .steps-module.stepsList {
        max-width: 266px;
        margin-bottom: 35px;
    }
    .steps-module .step-number {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }
    .steps-module .step-name {
        font-size: 13px;
        width: 102px;
    } 
    .cc-form_wrap {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .steps-module ul::before {
        top: 18px;
    }
    .signup-heading {
        margin-bottom: 30px;
    }
    .form-rows {
        margin: 0 auto;
        max-width: none;
        padding: 0 20px;
    }
    .cc-checkbox {
        padding: 0 12px !important;
        margin: 10px 0 17px !important;
    }
    .cc-checkbox label.customRC {
        line-height: 20px;
    }
    .cc-checkbox label.customRC span {
        top: 0;
    }    
    .cc_banner .h2 {
        padding: 1em 0 .75em;
    }
    .signup-heading {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-rows .col-70 {
        width: 100% !important;
    }
    .prod-row.form-rows {
        padding: 0 27px;
    }
    .prod-row.form-rows [class^="col-"] {
        padding: 0 5px;
    }
    .prod-row .col-50 {
        width: calc(100% - 80px) !important;
    }
    .prod-row .col-170 {
        width: 80px !important;
    }
    .add-more {
        margin-top: -16px !important;
    }
    .add-more .flex {
        justify-content: center;
    }
    .cc-step-2 .cc-checkbox label.customRC {
        font-size: 11px;
        letter-spacing: -.02em;
    }
    .cc-step-2 .cc-checkbox {
        margin-top: -5px !important;
    }
    .cc-step-3 .p span.block {
        margin-top: 1em;
    }
    .cc-step-3 .seperator {
        margin: 40px auto 37px;
    }


.cocktail-banner .h2 {
    font-size: 28px;
    margin: 28vw 0 0 47vw;
}
.share-yourTwist .p {
    margin-bottom: 2em;
}
.grand-prize {
    background-image: url(../images/grand-prize_bg_mob.jpg);
}
.grand-prize .p span {
    font-size: 1.14em;
}
.grand-prize_content {
    padding: 48px 74px;
}
.how-it-works .p span {
    font-size: 1.42em;
    margin-top: 1.3em;
}
.contest-info .container {
    padding: 0 30px;
}
.contest-info .col-43 {
    width: 100%;
}
.contest-info .seperator.blk {
    margin-top: 40px;
    margin-bottom: 40px
}
.contest-info .oldfashioned li:not(:first-child) {
    margin-top: 0.7em;
}
#judges .whyec {
    padding-top: 0;
    padding-bottom: 0;
}

.judges-row {
    margin-top: 30px;
}
.judges-row.flex-drr {
    margin-top: 50px;
}
.judges-row .col-62,
.judges-row .col-30 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.judges-row .h4 {
    margin-top: .6em;
    font-size: 38px;
}
.judges-row .h4,
.judges-row .p {
    text-align: center !important;
}
.judges-row .flex {
    justify-content: center;
}
.meet-featured-inner p {
    font-size: 14px;
}
.xpForm .xpMaterial .common-label {
    letter-spacing: -0.02em;
}
}

@media screen and (min-width: 540px) and (max-width: 767px) {
    .steps-module.stepsList {
        max-width: 399px;
        margin-bottom: 53px;
    }
    .steps-module .step-number {
        width: 54px;
        height: 54px;
        line-height: 54px;
        font-size: 36px;
    }
    .steps-module .step-name {
        font-size: 20px;
        width: 153px;
    } 
    .cc-form_wrap {
        padding-top: 45px;
        padding-bottom: 90px;
    }
    .steps-module ul::before {
        top: 27px;
    }
    .signup-heading {
        margin-bottom: 45px;
    }    
    .inner-rows.dobs {
        margin: 0;
        width: 54%;
    }
    .dobs_inline .form-control {
        font-size: 36px;
        height: 70px;
    }
    .dobs_inline .form-control[name="day"] {
        width: 60px;
    }
    .dobs_inline .form-control[name="month"] {
        width: 70px;
    }
    .dobs_inline .form-control[name="year"] {
        width: 74px;
    }
    .dd_middle::before,
    .dd_middle::after {  
        font-size: 36px; 
    }     
    .prod-row .col-50 {
        width: calc(100% - 130px) !important;
    }
    .prod-row .col-170 {
        width: 130px !important;
    }
    .cc-step-3 .seperator {
        margin: 55px auto 50px;
    }

    .cocktail-banner .h2 {
        font-size: 42px;
    }
    .grand-prize_content {
        padding: 48px 100px;
    }
    .contest-info .container {
        padding: 0 45px;
    }
    .contest-info .seperator.blk {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .judges-row {
        margin-top: 45px;
    }
    .judges-row.flex-drr {
        margin-top: 75px;
    }
    .judges-row .col-62,
    .judges-row .col-30 {
        padding-left: 45px;
        padding-right: 45px;
    }
    .judges-row .h4 {
        font-size: 57px;
    }
    .meet-featured-inner p {
        font-size: 21px;
    }
    .how-it-works .p span {
        margin-top: 1em;
    }
    .xpForm .xpMaterial .common-label {
        letter-spacing: -0.03em;
    }
}

