body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}
body {
    background-color: #ccc;
}
body .btn-outline-primary input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
html body .navbar>.container {
    display:block;
}
body .ps-state-select .field-validation-error {
    display:block !important;
}
body .ps-coverage-form .mdl-textfield{
    width: auto;
}
body #ps-document-modal .modal-content .btn-primary.disabled,
body #ps-delete-modal .modal-content .btn-primary:disabled,
body #ps-waiver-next:disabled{
    color: #FFF;
}
body #ps-document-modal .modal-content .modal-footer button,
body #ps-delete-modal .modal-content .modal-footer button {
    margin-bottom: 1rem;
    color: #FFF;
}
body #ps-document-modal .modal-content .modal-footer #ps-upload-documents,
body #ps-delete-modal .modal-content .modal-footer #ps-delete-documents {
    margin-left: 0.5rem;
}


.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    color: inherit;
    background-color: transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-nav > li > a {
    line-height: 20px;
}
.navbar .navbar-nav > li > a {
    color: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration:none;
}
html .index-page .ps-file-name {
    font-weight: 500 !important;
}
body .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px){
    body .navbar-toggler {
        display: none;
    }
    body .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    body .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
}

body .navbar-toggler {
    position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline:none;
}

body .navbar .navbar-toggler:focus,
body .navbar .navbar-toggler:hover,
body .navbar .navbar-toggler:active,
body .navbar .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
footer {
    padding: 2rem 0;
}
footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

footer ul li a {
    color: inherit;
    padding: 15px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
}

footer ul li {
    display: inline-block;
}
footer .copyright {
    text-align:right;
    padding: 15px 0;
}
footer ul li a, footer .copyright p {
    color: inherit;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 1rem;
    text-decoration: none;
    position: relative;
    display: block;
}
footer ul li a:hover {
    text-decoration: none;
}
.index-page .ps-submit-section {
    margin: 0 auto;
    padding-top:2rem;
}
.index-page .ps-select-wrap {
    margin-top: 1.5rem;
}
.index-page .section-basic {
    padding: 2rem 0;
}
.index-page .brand > img {
    height: 160px !important;
    width: 100%;
    vertical-align: middle;
}
.index-page .ps-secondary-title {
    font-weight: 500;
    text-align:center;
    color: #3C4858;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size:2rem;
    padding-top:2rem;
}
.index-page .description p {
    margin: 30px auto 0;
    max-width: 600px;
    font-weight:300;
    font-size: 1.2rem !important;
}
.index-page .ps-coverage-form hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
    background-color: transparent;
}
.index-page .ps-form-wrap {
    padding: 2rem 0;
}
.index-page .ps-index-form {
    padding-bottom:2rem;
}
.header-filter:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
}
.index-page .header-filter {
    position: relative;
}
.wrapper > .header {
    min-height: 300px;
    background-position: top center !important;
    height: 40vh !important;
    background-size: cover;
}
.alert {
    font-size: 1.4em;
    line-height: 34px;
}

body #ws-document-preview {
    display: none;
    padding-top: 60px;
}
.index-page .brand {
    color: #fff;
    text-align: center;
    margin-top: 6vh;
    position: relative;
    z-index: 2;
}
.index-page .brand h1 {
    font-size: 4.8em;
    font-weight: 600;
}
body .main-raised {
    margin: -60px 30px 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
body .main {
    background: #fff;
    position: relative;
    z-index: 3;
}
.index-page .brand h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    max-width: 400px;
    margin: 10px auto 0;
}
.index-page .header {
    height: 380px !important;
    min-height: 300px;
    background-position: center center;
    background-size: cover;
}

body .text-danger {
    font-weight: 400;
}

body .ws-spinner-wrap {
    text-align:center;
    padding:20px;
    display:none;
}

body .ws-spinner-wrap .fa-spin {
    color:#991100;
}

body .contactInfo p {
    line-height: 1.5em;
}

body .ws-coverage-submit {
    padding-top: 30px;
}

body .ws-waiver-info {
    padding: 40px 0px;
}

body .ws-document-acknowledge {
    padding-bottom: 20px;
}

body .ws-preview-row {
    text-align: center;
}

body .ws-preview-img {
    width: 100%;
    padding: 0px 10px;
    max-width: 200px;
}

body #ws-documents-form {
    padding-top: 20px;
}

body .ws-document-name {
    font-size: 16px;
    color: #636363;
    text-align: center;
    font-weight: 400;
    word-wrap: break-word;
}

body #ws-documents-form #ws-submit-btn {
    margin-top: 80px;
}

body label.ws-document-label {
    line-height: 1.5;
    text-align: right;
    margin-top: 0px !important;
}

@media (min-width:768px){
    html body .collapse:not(.show) {
        display:block;
    }
}

@media (max-width: 767px) {
    .brand {
        margin-top: 12vh !important;
    }

    .brand > h1 {
        font-size: 6vh !important;
    }

    .header {
        height: 8vh !important;
    }

    .alert {
        font-size: 1.2em;
        font-weight: bold !important;
        padding: 10px 8px;
        line-height: 20px;
    }
}

.form-group.is-focused .help-block {
    position: relative;
}

.alert.alert-warning, .alert.alert-warning a {
    color: #505050;
}

.required:after {
    content: "*";
}

@media only screen and (min-width:1600px) {
    .index-page .header {
        background-position-y: -40px !important;
    }
}

@media only screen and (max-width: 1280px) {
    html .index-page .main .container {
        width: 100%;
    }

    html .index-page .section-basic {
        padding-top: 0px;
    }

    html .index-page .ws-waiver-info {
        line-height: 1.5em;
    }

    html .index-page .ws-waiver-deadline {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
}

@media only screen and (max-width:1000px) {
    body .profile-page .title {
        padding: 20px;
    }
}

@media only screen and (max-width:767px) {
    body .ws-questions-container .ws-btn-col {
        text-align: center;
        margin: 30px auto;
    }

        body .ws-questions-container .ws-btn-col .btn-group {
            float: none !important;
        }

    body .ws-coverage-submit {
        text-align: center;
    }

    body #ws-documents-form {
        text-align: center;
    }

    body #files {
        margin: 30px auto;
    }

    body #ws-acknowledge-form .checkbox {
        text-align: center;
    }

    body .ws-acknowledge-btns {
        padding-top: 40px;
        text-align: center;
    }

        body .ws-acknowledge-btns .btn-primary {
            margin: 20px 0px;
        }
}

@media only screen and (max-width:580px) {
    html .index-page .brand {
        margin-top: 30% !important;
    }
    html .index-page .eligibileCoverageSection.acknowledge label.control-label {
        margin-bottom:2rem !important;
    }
    html .index-page .header {
        background-position-x: 100% !important;
    }
    html .index-page .main-raised {
        margin: 0px;
    }
    .index-page .ps-coverage-form hr {
        display:none;
    }
}

@media only screen and (max-width:480px) {
    html body .navbar, html body .navbar.navbar-transparent {
        padding: 0px;
    }
}

@media only print {
    html, body {
        height: auto;
        background-color: #fff;
    }
    html .index-page .eligibileCoverageSection.acknowledge label.control-label {
        margin-bottom: 2rem !important;
    }
    html .index-page .navbar-transparent,
    html .index-page .footer-content,
    html .index-page .header-content,
    html .index-page .site-footer {
        visibility: hidden;
    }
    @page {
        size: auto;
        margin: 10%;
        orphans: 4;
        widows: 2;
        background-color: #fff;
    }

    table {
        page-break-inside: avoid
    }
}