BODY {
    font-family: 'Barlow', sans-serif;
    color: #005272;
    background: #FFFFFF;
}

HEADER {
    max-width: 600px !important;
    font-size: 20px;
}

MAIN {
    max-width: 1240px;
}

.program_box {
    border: 1px solid #CCCCCC;
}

@media (max-width: 636px) {
    .program_box .col-1 {
        width: 60px;
    }
}

.program_date {
    width: 48px;
    color: #FFFFFF;
    background: #f05042;
    font-size: 2em;
}

.program_time {
    width: 48px;   
}

.program_box H3 {                         
    line-height: 1.2em;
    font-weight: 900;
    color: #231f20;
}
    
.program_box H3 A { 
    text-decoration: none;
}

.program_box H3 SPAN {
    font-size: 20px;
}

.program_box P {        
    line-height: 1.25em;
    margin-bottom: 0.5em; 
}

.program_box P A {
    font-size: 1.2em;
    color: #f05042;
    text-decoration: none;
}

#newsletter {
    max-width: 436px;
    background: #dee9ed;
    border-radius: 5px;
    padding: 0px 15px;
}

H1, H2, H3 A, H4 {
    color: #f05042;
}

H2 {
    font-family: 'Bebas Neue', sans-serif;
    /*font-size: 34px;*/
    font-weight: normal;
}

INPUT[type="radio"] {
    border: 1px solid #f05042;
}

#survey_form TEXTAREA {
    background: #a9cbf1;
    color: #005272;
    border-radius: 5px; 
}

#survey_form TEXTAREA:focus {
    border: var(--bs-border-width) solid var(--bs-border-color);
    box-shadow: none;
}

#survey_form TEXTAREA::placeholder {
    opacity: 0.7;
}

#scoring INPUT[type="radio"] {
    float: none;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.scoring_points {             
    display: inline-block;
    width: 45px;
    background: #a9cbf1;
    color: #005272; 
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#survey_form INPUT[type="submit"] {
    font-family: 'Bebas Neue', sans-serif;
    background: #005272;
    color: #FFFFFF;
    font-size: 36px;
    border-radius: 5px;
    border: 0;
    padding-top: 10px;
}

INPUT[type="submit"]:hover,
INPUT[type="submit"]:focus {
    background: #a9cbf1 !important;
    color: #005272 !important;
}

#survey_form .form_messages_box {
    height: 68px;
}

.form_messages_box DIV {
    width: fit-content;
    display: none;
    border: 2px solid #005272;
    border-radius: 5px;
    padding: 10px 15px;
    color: #005272;
    margin: auto;
}

.form_messages_box DIV.error {
    border-color: #FF0000;
    color: #FF0000;
}

#newsletter_form .form_messages_box DIV.error LABEL {
    color: #FF0000;
}

.form_messages_box P {
    margin: auto 0;
    padding: 0;
}

#newsletter_form {
    max-width: 250px;
}

#newsletter_form INPUT[type="text"],
#newsletter_form INPUT[type="email"] {
    background: #a9cbf1;
    color: #005272;
    border-radius: 5px; 
}

#newsletter_form INPUT {
    border: var(--bs-border-width) solid var(--bs-border-color);
    box-shadow: none;
}   

#newsletter_form INPUT::placeholder {
    opacity: 0.7;
}

#newsletter_form INPUT[type="checkbox"] {
    border: 1px solid #f05042;
}

#newsletter_form LABEL {
    color: #005272;
}

#newsletter_form INPUT[type="submit"] {
    font-family: 'Bebas Neue', sans-serif;
    background: #005272;
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 5px;
    border: 0;  
    padding-top: 5px;        
}

#newsletter_form .form_messages_box {
    height: 92px;
}

FOOTER {
    max-width: 436px;
    background: #005272;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 36px;
}

FOOTER A {
    color: #FFFFFF;
    text-decoration: none;
}

#top_scroll {   
    display: none;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    bottom: 20px;
    left: auto;
    right: 20px;  
    background: #f05042;
    border-radius: 50%;
    opacity: 0.75;
}

#cookie-consent-banner {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgba(0,82,114,0.6);
    padding: 10px;
    z-index: 9;
    font-size: 0.75em;
}

#cookie-consent-banner .container {
    background: #FFFFFF;
    margin: auto auto;
    padding: 10px;
}

#cookie-consent-banner A {
    color: #005272;
    text-decoration: underline;    
}

#cookie-consent-banner INPUT[type="checkbox"] {
    margin-right: 5px;
}

#cookie-consent-banner LABEL {
    margin-right: 10px;
}

#cookie-consent-banner INPUT[type="checkbox"] {
    border: 1px solid #f05042;
}

#cookie-consent-banner BUTTON {
    border-radius: 5px;
    background: #a9cbf1 !important;
    color: #005272 !important;
    border: 0;
}