﻿html,
body,
form {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-weight: 400;
    font: normal 16px 'Open Sans', "Segoe UI", Arial, sans-serif;
    color: #000000;
}

.BigCheckBox input {
    width: 16px;
    height: 16px;
}

.SubmitButton {
    width: 130px;
    height: 54px;
}

#wrapper .FAQ {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

#wrapper .Heading {
    margin-left: 15px;
    font-weight: 400;
    font-size: 20px;
}

.RadButton_Default.rbButton, .RadButton_Default.rbButton.rbDisabled, .RadButton_Default .rbSplitPart {
    border-color: #FFD902 !important;
    background-color: #FFD902 !important;
    font-weight: bold !important;
    font-family: 'Open Sans', "Segoe UI", Arial, sans-serif !important;
    font-size: 20px !important;
    color: #000000 !important;
    background-image: none !important;
}


#wrapper .jumbotron .RadButton {
    float: right;
    margin-top: .667em;
    font-size: .5em;
}

#wrapper .jumbotron {
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Open Sans';
    color: #000000;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 100%;
}


ol > li::marker {
    font-weight: bold !important;
    text-indent: 1.0em !important;
    text-align: left !important;
    /*padding-left: 1.0em;*/
    /*text-indent: 0em;*/
}

/*
ol {
    display: block !important;
    list-style-type: decimal !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 20px !important;
}
*/

ol li {
    text-align: left !important;
    /*text-indent: -0.5em;*/
}


li:before {
    margin-left: 1em;
}

#wrapper .boxtron {
    margin-top: 1em;
    padding: 1em;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans';
    color: #000000;
    border: solid;
    border-color: lightgray;
    margin-bottom: 10px;
    max-width: 90%;
}

#wrapper .logo {
    margin: 10px 0 0 25px;
    width: 100%;
    display: inline-block;
}

#wrapper .logo img {
    max-width: 100%;
}


@media only screen and (min-width: 481px) and (max-width: 800px) {
    body {
        font-size: 18px;
    }
    .BigCheckBox input {
        width: 20px;
        height: 20px;
    }

    #wrapper .logo {
        margin: 5px 5px 5px 5px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }

    #wrapper .logo img {
        max-width: 100%;
    }

}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
    .BigCheckBox input {
        width: 24px;
        height: 24px;
    }

    .SubmitButton {
        width: 106px;
        height: 48px;
    }

    #wrapper .boxtron {
        margin-top: 1em;
        padding: 1em;
        font-weight: 400;
        font-size: 16px;
        font-family: 'Open Sans';
        color: #000000;
        border-color: lightgray;
        /* background-color: lightgray; */
        border-top-style: solid;
        border-bottom-style: solid;
        border-width: 1px;
        margin-bottom: 10px;
        max-width: 90%;
    }

    #wrapper .jumbotron {
        margin-left: 0px;
        font-size: 16px;
        font-family: 'Open Sans';
        color: #000000;
        padding-left: 0.5em;
        padding-right: 0.5em;
        max-width: 100%;
    }

    #wrapper .logo {
        margin: 5px 5px 5px 5px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }

    #wrapper .logo img {
        max-width: 100%;
    }

}

a {
    background: transparent;
}

img {
    border: 0;
}


hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-weight: bolder;
    font-size: 40px;
}

h2 {
    font-weight: 600;
    font-size: 30px;
}

h3 {
    font-weight: 600;
    font-size: 27px;
}

h4 {
    font-weight: 400;
    font-size: 20px;
}

h5 {
    font-size: 1em;
    margin-block-start: 0.0em !important;
    margin-block-end: 0.0em !important;
}

h6 {
    font-size: .875em;
}

ul {
    list-style-position: inside;
    padding-left: 0;
}

a:link, a:visited, a:hover, a:active {
    color: black;
}



/*template
#wrapper .t-container-fluid {
    max-width: 100%;
}
*/

#wrapper .t-container-fluid,
#wrapper .t-row-wrap > .t-row {
    max-width: none;
}