﻿body, html {
    margin: 0px;
    padding: 0px;
    font-family: Lato !important;
    background-color: transparent !important;
}

.accentBackground {
    background-color: #57CBF5;
}

#hexImage {
    position: absolute;
    right: 0px;
    top: 0px;
    max-height: 40%;
    max-width: 30%;
    image-rendering: crisp-edges;
}

#mainContent {
    background-color: white;
    min-height: 77vh;
    margin-top: 10vh;
    margin-bottom: 2vh;
}

#mainContentInner {
    margin-top: 0px;
}

#mainContentHeader {
    position: relative;
    top: -50px;
    margin-left: 0px;
    margin-right: 0px;
}

.mainContentHeaderTitle {
    padding: 4px 4px 4px 36px;
    background-color: rgb(37,53,104);
    font-size: 3em;
    color: white;
}

.mainContentHeaderSubtitle {
    color: rgb(37,53,104);
    font-size: 12pt;
    margin-left: 20px;
}

.noleft {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

footer {
    height: 10vh;
    bottom: 0px;
    width: 100%
}

#footerCompanyLogo {
    max-height: 7vh;
    margin-bottom: 3vh;
    margin-left: 3vw;
}

#footerSparkLogo {
    /*max-height: 5vh;
    bottom: 2.5vh;
    right: 3vw;
    position:absolute;*/
    float: right;
    max-height: 5vh;
    max-width: 40%;
    margin-right: 3vw;
    margin-top: 2vh
}

.spacer {
    min-height: 30px;
}

.form-group {
    font-size: 10pt;
    color: silver;
}

input[type=text], input[type=date], input[type=email], input[type=number], .formInput {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid black !important;
    font-size: 14pt !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

input[type=tel] {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid black !important;
    font-size: 14pt !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.iti {
    color: black !important;
    font-size: 14pt !important;
}

select.formInput {
    color: black !important;
    display: block;
}

.leftcontainer {
    margin-left: 40px !important;
}

.submitButton, .submitButtonFixed {
    padding: .4em;
    color: white;
    text-align: center;
    font-size: 20pt;
    border-width: 0px;
    display: inline-block;
    margin: 0px 15px 0px auto;
    font-family: Lato, sans-serif;
}

@media screen and (min-width: 1360px) {
    .submitButtonFixed {
        position: fixed;
        bottom: 14vh;
        right: 2vw;
    }
}

@media screen and (max-width: 1359px) {
    .submitButtonFixed {
        margin-left: 50px;
        margin-top: 20px;
    }
}

.regQuestion {
    font-size: 24pt;
}

.regOptions ul {
    list-style: none;
}

.regOptions li {
    display:inline-block;  
}

.regOptions .centerer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.regOptions .text {
    vertical-align: middle;
    display: inline-block;
}

.regOptions input[type=radio] {
    display: none;
}

.regOptions label {
    padding: .4em;
    color: white;
    text-align: center;
    font-size: 20pt;
    border-width: 0px;
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
    height: 4em;
    font-family: Lato, sans-serif;
    width: 500px;
    background-color: #57CBF5;
    cursor:pointer;
}


#overlayhold {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: transparent;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

    #overlayhold span {
        padding: 5px;
        border-radius: 5px;
        color: #000;
        background-color: #fff;
    }


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

.MultipleList td {
    padding-left: 20pt;
}

.MultipleList input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    margin-right: 12px;
}