/* Minification failed. Returning unminified contents.
(161,21): run-time error CSS1033: Expected closing bracket, found 'i'
(161,22): run-time error CSS1031: Expected selector, found ']'
(161,22): run-time error CSS1025: Expected comma or open brace, found ']'
 */
body {
    font-family: Verdana;
    font-size: 90%;
    background-color: #f9f7f7 !important;
    height: 100%;
}

.FAQBackg {
    background-color: #ffffff;
}

.logo {
    background-image: url('../../Desktop/images/Logo.png');
    background-repeat: no-repeat;
}

img, object {
    float: left;
    max-height: 30%;
    max-width: 40%;
    margin: 5px;
}

.content {
    height: 90%;
    text-align: left;
    background-color: white;
    padding-left: 20px;
    padding-right: 10px;
}

.contactus {
    padding: 10000px;
    text-align: left;
}

/*------------------Below CSS for ATP Join page -----------------------------------------------------*/
.contentSurvey {
    height: auto;
    width: 60%;
    text-align: center;
    background-color: white;
    border: 2px solid black;
    padding: 10px;
    margin: 10px;
}

.validationColor {
    color: red;
    font-family: Verdana;
}

.alignText {
    text-align: left;
    width: 95%;
    padding-left: 4%;
    padding-top: 1%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.linkURL1 {
    background-repeat: no-repeat;
    display: block;
    width: 15%;
    margin-left: 78.8%;
    text-align: center;
    line-height: 40px;
    margin-top: -6px;
    color: white;
    font-size: small;
}

.linkURL {
    background-repeat: no-repeat;
    display: block;
    width: 15%;
    margin-left: 78.8%;
    text-align: center;
    line-height: 40px;
    margin-top: -6px;
    color: white;
    font-size: small;
}


.controlholder {
    width: 80%;
    margin-left: 10%;
}

.alignFAQText {
    text-align: left;
    width: 90%;
    margin: 4%;
    padding-left: 5%;
}

.centerImageClass {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 60%;
    max-width: 67%;
}

td {
    vertical-align: super;
}

tr {
    vertical-align: top;
}

p {
    font-size: x-large;
    font-family: Arial;
}

tdClass {
    height: 32px;
    width: 60%;
}

centerClass {
    padding-left: 10px;
    padding-right: 10px;
}

.FAQHeader {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: bold;
    font-style: italic;
}

.FAQContent {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    padding-left: 5%;
    padding-right: 5%;
}

.FAQParentHeader {
    text-align: center;
    font-size: 25px;
}

.contentSurvey.modal-open {
    overflow: hidden;
    position: fixed;
}

label {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

input[type="submit" i] {
    border-radius: 10%;
    font-weight: bold;
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: -internal-light-dark(black, white);
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

@media only screen and (min-width : 768px) and (max-width : 1439) {
    .linkURL1 {
        width:25%;
        margin-left:70px;
    }

    .linkURL {
        width: 25%;
        margin-left: 70px;
    }
}

