﻿
.header {
    background-color: white;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.allowheader {
    height: 90px;
}

.headlogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    margin-top: 30px;
}

.colorbackg {
    background: white;
}

.form-section {
    background: white;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.thanks-section {
    margin-top: 120px;
    margin-bottom: 200px;
    background: white;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.sectiontitle {
    font-size: 34px;
    color: #075669;
    font-weight: 500;
}

.asterisk {
    font-weight: bold;
    color: red;
}

.sectionnote {
    float: right;
    margin-top: 10px;
    color: #646464;
}

.form-section-title {
    height: 58px;
    text-align:center;
}

.actions-footer {
    margin-top: 30px;
}

.footnote {
    font-size: 14px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #485865;
}

.pagefooter {
    color: #646464;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
    padding-bottom: 16px;
    padding-top: 32px;
}

a {
    color:#075669;
}

a:hover {
    text-decoration:underline;
}

.reliasbtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color:#075669;
    color:white;
}

.reliasbtn:hover {
    background-color:#075669;
    opacity: 0.8;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #485865;
}

input {
    color: #485865;
}

label {
    color: #485865;
}

.select-wrapper * { transition: none !important; transform: none !important; }