﻿h1 {
    text-transform: none;
}

h2 {
    font-size: 1.8em;
    padding-bottom: 30px;
    text-align: center;
}

.subPageContainer {
    text-align: center;
    padding-top: 40px;
}

    .subPageContainer img {
        max-height: 50px;
    }

hr.grey {
    border: 1px solid #c0c1bf;
    margin: 40px auto;
}

.inputRow {
    display: flex;
    justify-content: space-between;
    font-size: 1.5em;
    margin-bottom: 20px;
}

    .inputRow > div {
        width: 45%;
    }

.inputDefault {
    width: 100%;
}
.maleRadio{
    padding-right: 40px;
}
.radioInputNext{
    user-select: none;
}

.fullScreenHover{
    display: none;
}
.underText{
    font-size: 0.6em;
    margin-top: 5px;
}
.inputLabel{
    margin-bottom: 5px;
}
.inputRowCol{
    font-size: 1.5em;
    margin-bottom: 20px;
}
.policyContainer{
    margin-top: 50px;
}
small{
    font-size: 0.6em;
    padding-top: 20px;
}
.aspButton{
    text-align: center;
}
.aspButton > input {
    background-color: #56a4d8;
    color: white;
    padding: 10px 60px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1em;
    border: none;
}
.pleaseReadRow {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 1.7em;
    padding-left: 40px;
}
.fullScreenHover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
}
.fullScreenHoverContent {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
    padding: 0 15px;
    background-color: white;
    padding-bottom: 20px;
    max-height: 80vh;
    overflow-x: auto;
}
.errorCol::after {
    color: red;
    content: attr(error-message);
    font-size: 0.8em;
    display: block;
}

.newsletterRow img{
    max-width: 100%;
    height: 100%;
    display: block;
}
.newsletterRow p{
    margin: 0;
}
.newsletterRow p:nth-of-type(1) {
    font-size: 0.7em;
    margin: 5px 0;
}
.newsletterImage {
    border-right: 10px solid;
}
    .newsletterImage:nth-of-type(1) {
        border-right-color: #ff8c28;
    }
    .newsletterImage:nth-of-type(2) {
        border-right-color: #01a2d6;
    }
    .newsletterImage:nth-of-type(3) {
        border-right-color: #73b85e;
    }
    .newsletterImage:nth-of-type(4) {
        border-right-color: #ffea39;
    }
.newsletterRow > div:nth-of-type(2) {
    border-right: none;
    background-color: #ffea39;
    padding: 0 0 5px 20px;
    max-width: 34%;
}
    .newsletterRow > div:nth-of-type(2) h3 {
        margin: 0;
        font-size: 1.2em;
        line-height: 1em;
        text-transform: uppercase;
        padding-top: 10px;
    }
        .newsletterRow > div:nth-of-type(2) img {
            max-height: 140px;
            align-self: center;
            min-width: 100px;
            padding-right: 10px;
        }

@media only screen and (max-width: 850px) {
    .inputRow {
        flex-direction: column;
    }
    .inputRow > div{
        width: 100%;
    }
    .registrationContent{
        margin: 0 10px;
    }
}
@media only screen and (max-width: 1100px){
    .newsletterRow > div:nth-of-type(2) {
        font-size: 0.8em;
        max-width: 100%;
    }
    .newsletterRow {
        flex-wrap: wrap;
        justify-content: center;
    }
}