@red: #EF3F2A;
@blue: #0092B3;
@grey: #ADAFB2;


.leftSideAccordion {
    padding-left: 5%;
}

.adoptFormContent {
    padding-right: 5%;
}

.adoptFormContent p, .adoptFormContent ul, .adoptFormContent input, .adoptFormContent label, 
.adoptFormContent legend, .adoptFormContent h2,.adoptFormContent h3,.adoptFormContent h4, 
.adoptFormContent select, .adoptFormContent span, .underContent ul {
    font-family: 'Times New Roman', Times, serif;
}
.adoptFormContent legend {
    font-weight: bold;
    font-size: 18px;
}
.adoptFormContent h2 {
    font-weight: bold;
}
.labelBold label, .labelBold {
    font-weight: bold;
}
input, select, label{
    font-size: 18px;
}
table {
    font-family: Playfair Display;
}
button {
    margin-bottom: 10%;
}
.accordionContent p, .accordionContent h4, .accordionContent h3, .accordionContent ul {
    font-family: 'Times New Roman', Times, serif;
}
.accordionContent p {
    font-size: 18px;
}
a.uk-accordion-title {
    font-size: 24px;
}
.underContent h3 {
    margin-top: 15%;
    letter-spacing: 2px;
    font-family: Montserrat;
    color: @blue;
    text-transform: uppercase;
}
.underContent h4 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
}
.underContent ul {
    font-size: 18px;
}
.underContent p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    margin-bottom: -3%;
}
.underContent th {
    text-transform: uppercase;
    font-size: 14px;
    color: @grey;
    opacity: 0.8;
}
.underContent td {
    font-size: 18px;
    font-family: Playfair Display;
}
.submitBtn {
    background-color: @blue;
    font-family: Montserrat;
    padding: 12px 70px;
    text-align: center;
    width: 100%;
    color: white;
    border-radius: 0;
    font-size: 14px;
    margin-top: 10%;
    margin-bottom: 10%;
    border: none;
}
.submitAccBtn {
    background-color: @blue;
    font-family: Montserrat;
    padding: 12px 70px;
    text-align: center;
    width: 100%;
    color: white;
    border-radius: 0;
    font-size: 14px;
    margin-top: 5%;
    margin-bottom: 2%;
    border: none;
}
.submitBtn:hover {
    text-decoration: none;
    color: white;
}
.submitStartBtn {
    background-color: @blue;
    font-family: Montserrat;
    padding: 12px 70px;
/*    width: 50%;*/
    color: white;
    border-radius: 0;
    font-size: 14px;
/*    margin-left: -25%;*/
/*    margin-top: 3%;*/
/*    margin-bottom: 2%;*/
    border: none;
}

.bottomText {
    font-weight: bold;
    font-size: 32px;
}
@media screen and (min-width: 1900px) {
    label {
        font-size: 17px;
    }
}