﻿
h1 {
    font-size: 32pt;
    color: var(--main-text-color);
}

h2 {
    font-size: 32pt;
    color: #56b469;
}

h3 {
    color: var(--main-text-color);
}

.outer {
    width: 100%;
    text-align: center;
}

.innerDiv {
    display: inline-block;
    margin: 0 auto;
}

.process {
    font-size: large;
    line-height: 160%;
}

p {
    font-size: larger;
    line-height: 140%;
    color: var(--main-text-color);
}


.plusminus {
    margin-right: 20px;
    cursor: pointer;
}

.question {
    text-align: left;
    font-size: 16pt;
    line-height: 150%;
    cursor: pointer;
    margin-top: 15px;
}

.box {
    box-shadow: 0 10px 10px -5px;
    padding: 20px;
    margin-bottom: 20px;
}

.answer {
    line-height: 140%;
    margin-left: 30px;
    padding: 20px;
}

.displayNone {
    display: none;
}

table th {
    text-align: center;
    font-weight: 600;
    font-size: x-large;
    vertical-align: middle;
    position: relative;
}

table td {
    height: 55px;
}

.table > tbody > tr > th {
    vertical-align: middle;
}

.whatWant {
    font-size: 20pt;
    font-family: 'Arial Narrow';
}

.vAlignMiddle {
    display: block;
    bottom: 30%;
    font-size: xx-large;
}

.checked {
    background: url('/img/checkMark.png') center no-repeat;
}

.notChecked {
    background: url('/img/x.png') center no-repeat;
}

.BannerOuter {
    position: relative;
}

.getApprovedPicFAQ {
    height: 450px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: normal;
    /*background-color: #f7f8fa;*/
}

.pic1 {
    background: url('/img/bg04.jpg') center no-repeat;
    background-size: cover;
}
