body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}


/*Global*/

a:focus,
input:focus,
button:focus {
    outline: 2px dashed #000;
    box-shadow: 0 0 0 2px #FFF;
}


/* CSS For Contrast Checker  */

.bumpButton {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    color: #FFF;
    box-shadow: 1px 1px 3px #222;
    border: 2px solid #000;
    background-color: rgb(20, 61, 102);
    margin-bottom: 10px;
}

.bumpButton:hover,
.bumpButton:focus {
    background-color: #335980;
    color: #FFF;
}

.marginCenter {
    margin-left: auto;
    margin-right: auto;
}

.ratio {
    text-align: left;
    padding-left: 5em;
}

.column {
    flex: 50%;
    width: 15rem;
    display: inline-block;
}

.results {
    font-size: 2.5em;
}

.border {
    display: inline-block;
    height: 7em;
    width: 10em;
    border-style: solid;
    border-color: green;
    margin-top: 1em;
}

.noPadding {
    margin-top: .2rem;
    margin-bottom: 0px;
    line-height: 1.2em;
}

.contrastHeader {
    margin: 0 0 0 0;
    padding-top: .8em;
    color: #003069;
}

.requirementsHeader {
    margin: 0 0 0 0;
    color: #003069;
}

fieldset {
    border: 1px solid #ccc;
    border-radius: 9px;
    display: inline-block;
    margin: 0 10px 10px 10px;
    padding: 10px;
}

.contrastForm {
    text-align: center;
    display: inline-block;
}

label {
    text-align: left;
    display: inline;
}

.disclaimer {
    /*flex: 75%;*/
    font-size: .9rem;
    display: inline-block;
    margin: 0 3em 0 3em;
}

.successContainer {
    border: 1px solid #ccc;
    border-radius: 9px;
    margin: 0 3.4em 0 3.4em;
    padding: .5em;
}

input[type=text] {
    width: 100%;
    padding: 6px 6px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 4px;
    border-color: #62676d;
}

.formHeader {
    color: #003069;
    font-size: 1.2em;
}

.row1 {
    display: flex;
}

.column1 {
    flex: 50%;
}

.baseFont {
    font-size: 1.3em;
}

.infoText {
    font-size: .8em;
    color: #545e6b;
}

.plumbus {
    border: 4px solid green;
    border-radius: 3px;
    padding: .35em;
}

.cardFooter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
}

.subText {
    width: 45%;
    margin-top: 0rem;
    margin-bottom: 0px;
    line-height: 1.2em;
    text-align: left;
}

.logo {
    width: 10%;
    display: block;
    /*padding: 1em 2em 1em 1em;*/
}

.logo img {
    max-width: 60px;
    min-width: 40px;
}

.callToAction {
    width: 45%;
    text-align: right;
}

.shadowboxContainer {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    font-family: Helvetica, sans-serif;
    position: absolute;
}

.ccBackground {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    z-index: -100;
}

.ccLeft {
    background: #FFFFFF;
    width: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: -100;
    padding-top: 5em;
    color: #000;
}

.ccRight {
    background: #000000;
    width: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: -100;
    padding-top: 5em;
    color: #FFF;
}

.cardContainer {
    display: flex;
    justify-content: center;
}

.card-3 {
    display: block;
    margin-top: 5em;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 40rem;
    position: absolute;
    z-index: 100;
    background: #f4f4f4;
}

@media only screen and (max-width:1200px) {
    .ccBackground {
        display: none;
    }
    .card-3 {
        margin-top: 0;
        width: 100%;
    }
    .disclaimer {
        margin: 0 5px 0 5px;
    }
}

.normalTxt {
    font-size: 1.16rem !important;
}

.largeTxt {
    font-size: 1.5rem !important;
}

.ccDisplayParaRight {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1% 5% 1% 5%;
    margin-top: -30%;
    margin-right: 0%;
}

.ccDisplayParaLeft {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1% 5% 1% 5%;
    margin-top: -30%;
    margin-left: 0%;
}

.ccDisplayHead {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: inherit;
    margin: 0;
    padding: 0;
}