﻿#DOB_overlay {
    display: none;
}

.es-co #cidbForm input[type=date] {
    color: transparent;
}

.es-co .dob_container {
    position: relative;
}

#CP_DOB {
    position: relative;
}

.es-co #DOB_overlay {
    position: absolute;
    display: block;
    width: 80%;
    height: 90%;
    color: #495057;
    background-color: #ffffff;
    font-size: 25px;
    line-height: 1.5;
    text-align: left;

    padding: .375rem .5rem;

    top: calc(50% + 1px);
    transform: translateY(-50%);
    left: 5px;
}

.es-co .form__content .with-error input,
.es-co .has-error input {
    border-color: red;
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 30px;
    background-image: url(/images/error.svg);
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #495057;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #495057;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #495057;
}

/*** EUROVISION UDPATES ***/
.register .main {
    padding-top: 100px;
}
.register .treatHero {
    height: 100%;
    width: 100%;
    padding: 0;
}

.register .treatHero .treatHero__bg {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100vh - 95px);
    position: relative;
}
.register .heroCustomSection__bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    position: absolute;
    left: 0;
    top: 0;
}

.register .heroCustomSection__bg--desktop {
    display: none;
}
.register .heroCustomSection__bg--mobile{
    display: flex;
}

.register .regHero__wrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    height: 100%;
}
.register .treatHero__bg .contentBlock__content {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: row;
    height: 100%;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    justify-items: flex-end;
}

.register .contentBlock__copy {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.register .heroCustom__title,
.register .heroCustom__copy {
    font-size: 1.5rem;
}

.register .heroCustom__title {
    font-weight: 600;
    padding-top: 20px;
}
.register .heroCustom__copy {
    max-width: 450px;
    padding-top: 15px;
}
.register .contentBlock__cta {
    padding-top: 25px;
}
.register .copyCustom {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.register .copyCustom .copyCustom__bg {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
}
.register .copyCustom .copyCustom__block {
    padding-top: 40px;
}
.register .copyCustom .copyCustom__block--first {
    padding-top: 0;
}
.register .copyCustom .copyCustom__title {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    font-size: 1.75rem;
}
.register .copyCustom .copyCustom__title.copyCustom__title--first {
    font-size: 2.5rem;
}
.register .copyCustom .copyCustom__content {
    font-style: italic;
    font-size: 1.5rem;
}

.register .addPadding {
    padding-top: 100px;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 768px) {
    .register .heroCustomSection__bg--desktop {
        display: flex;
    }
    .register .heroCustomSection__bg--mobile {
        display: none;
    }
}
@media only screen and (max-width: 1919px) {
    .register .regHero__wrap {
        padding-left: 100px;
        padding-right: 100px;
    }
    .register .heroCustom__section .contentBlock__image img {
        max-width: 550px;
    }
}
@media only screen and (max-width: 1599px) {
    .register .heroCustom__section .contentBlock__image img {
        max-width: 500px;
    }
}
@media only screen and (max-width: 1439px) {
    .es-co #DOB_overlay {
        font-size: 22px;
        top: 50%;
        padding: 0.3rem 0.5rem;
    }
    .register .regHero__wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .register .heroCustom__section .contentBlock__image img {
        max-width: 450px;
    }
    .register .copyCustom .copyCustom__title {
        font-size: 1.5rem;
    }
    .register .copyCustom .copyCustom__title.copyCustom__title--first {
        font-size: 2.25rem;
    }
    .register .copyCustom .copyCustom__content {
        font-size: 1.25rem;
    }
}
@media only screen and (max-width: 1365px) {
    .register .regHero__wrap {
        padding-left: 75px;
        padding-right: 75px;
    }
    .register .heroCustom__section .contentBlock__image img {
        max-width: 400px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .es-co #DOB_overlay {
        font-size: 20px;
    }
    .register .heroCustom__section .contentBlock__image img {
        max-width: 350px;
    }
    .register .heroCustom__title,
    .register .heroCustom__copy {
        font-size: 1.25rem;
    }
    .register .copyCustom .copyCustom__title {
        font-size: 1.25rem;
    }
    .register .copyCustom .copyCustom__title.copyCustom__title--first {
        font-size: 2rem;
    }
    .register .regHero__wrap {
        padding-left: 50px;
        padding-right: 50px;
    }
    .register .copyCustom .copyCustom__content {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 991px) {
    .register .main {
        padding-top: 65px;
    }
    .es-co #DOB_overlay {
        width: 35%;
    }
    .register .treatHero {
        height: 100%;
    }
    .register .treatHero .treatHero__bg {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .register .heroCustom__section .contentBlock__image img {
        max-width: 300px;
    }
    .register .treatHero .treatHero__bg {
        align-content: flex-start;
        align-items: flex-start;
    }
    .register .treatHero__bg .contentBlock__content {
        justify-content: flex-end;
        justify-items: flex-end;
        align-content: center;
        align-items: center;
    }
    .register .heroCustom__title,
    .register .heroCustom__copy {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .register .treatHero__bg .contentBlock__content {
        justify-content: center;
        justify-items: center;
    }
    .register .treatHero .treatHero__bg {
        padding-top: 30px;
        padding-bottom: 30px;
        align-content: flex-start;
        align-items: flex-start;
    }
}