body {
    background-color: #cce5f2;
}

.site {
    background-color: white;
    padding: 0px;
}

.pagenumber {
    margin-left: auto;
}

.header {
    background-color: #212d3a;
    height: 114px;
}

.highlight {
    font-weight: bold;
}

.tt-menu {
    opacity: .5;
}

.footer {
    height: 50px;
}

.logo {
    padding-left: 40px;
}

.innerheader {
    padding: 15px;
}

.buffer {
    padding-bottom: 45px;
}

.bold {
    font-weight: bold;
}

label {
    font-family: 'Cantarell';
    font-size: 18px;
}

select {
    font-family: 'Cantarell';
    font-size: 18px;
}

input {
    font-family: 'Cantarell';
}

div.tab-pane {
    font-family: 'Cantarell';
    font-size: 18px;
    color: #666;
    outline-color: #666;
}

h2 {
    font-family: 'Fjalla One';
    font-weight: 700;
}

h3 {
    font-family: 'Fjalla One';
    font-weight: 700;
}

input {
    display: inline-block;
    color: #777;
    padding: 6px 12px;
    font-family: 'Cantarell';
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.65;
    max-width: 100%;
    border: 1px solid #eee;
    background: #f7f7f7;
    border-radius: 0;
    /*appearance: none;*/
}

select {
    display: inline-block;
    color: #777;
    padding: 6px 12px;
    font-family: 'Cantarell';
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.9;
    max-width: 100%;
    border: 1px solid #eee;
    background: #f7f7f7;
    border-radius: 0;
    /*appearance: none;*/
    /*margin-top: 2px;*/
    margin-bottom: 2px;
}

label > span.required {
    color: #2E6299;
}

.requirednote {
    margin-top: 2rem;
}

#toast-container {
    opacity: 1;
}

.toast {
    opacity: 1 !important;
}

.coborrower1 {
    border-color: green !important;
}

.coborrower2 {
    border-color: blue !important;
}

.coborrower3 {
    border-color: orange !important;
}

.indent1 {
    margin-left: 1rem;
}


/* Hide the browser's default checkbox */
.c-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.c-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.c-container input:focus-within ~ .checkmark {
    border: 1px solid rgb(67, 147, 226);
}

/* When the checkbox is checked, add a blue background */
.c-container input:checked ~ .checkmark {
    background-color: rgb(124, 189, 241);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.c-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.c-container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(40deg);
}
