html {
  scroll-behavior: smooth;
}

body{
    font-family: 'Open Sans', 'Arial', 'sans-serif';
}

h2{
    font-weight: 600;
    line-height: 1.1;
    color: rgb(83, 83, 83);
    margin: 0 0 30px 0;
    font-size: 36px;
    text-align: center;
}

.navbar {
    padding:0;
    background: #ffffff !important;
    border-radius: 0;
    border:0; 
	margin-bottom:20px;
}

.header-contact {
    font-size: 20px;
    color: #777;
    padding-top: 5px;
}

.header-contact a, span{
    font-size:28px;
    color: #777;
}

.intro-container{
    background-color:#0055a5;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.8);
}

.explore{
		margin-top:40px;
}

.contact-container{
    background-color:#0055a5;
    padding-top:30px;
    padding-bottom: 30px;
    text-align:center;
    color:#fff;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.8);
	box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.8);
}

.contact-container h2{
    color:#fff;   
}

.adjudication-container{
    background: rgba(229,232,236,1);
    padding-top:30px;
    padding-bottom: 30px;
    text-align:center;
	border-top:#dedede 3px solid;
}

.main-text{
    font-size:18px;
}

.jumbotron{
    background-color:#0055a5;
    color:#fff;
    padding:20px 0;
	
}

.landing-icon{
    font-size:50px;
    margin-right:30px;
    color:#fff;
}

.media{
   margin-bottom:20px; 
}

.media-body h5{
    font-size:22px;
    font-weight:bold;
}

.help-media{
    font-size:18px;
    font-weight:bold;
}

.media-body{
    font-size:16px;
}

.contact-bottom{
    text-align:center;
    font-size:24px;
    color:#fff;
    margin:20px 0 20px 0;
}

.contact-bottom a{
    color:#fff;
}

.contact-bottom-help{
    text-align:center;
    font-size:24px;
    color:#212529;
    margin:20px 0 20px 0;
}

.contact-bottom-help a{
    color:#0056b2;
}

.help-contact-container{
    text-align: center;
    font-size:18px;
    margin-top:30px;
    background:#fafafa;
    padding:15px 0;
    border: #e1e1e1 1px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.help-contact-container h5{
    font-size:23px;
    font-weight:bold;
}

.survey-container{
    text-align: center;
    font-size:18px;
    margin-top:30px;
	margin-bottom:40px;
    background:#f8f9fa;
    padding:15px 0 0 0;
    border-bottom: #dadce0 1px solid;
	border-top: #dadce0 1px solid;
}

.survey-container h5{
    font-size:23px;
    font-weight:bold;
}

.cpr{
    font-size:14px;
    text-align: center;
    color:#fff;
    margin-top:50px;
}

.cpr-help{
    font-size:14px;
    text-align: center;
    color:#000;
    margin-top:30px;
}

.display-4{
    font-weight: bold;
    font-size:42px;
    text-align: center;
    margin-bottom:40px;
}

.fas-icon{
    color:#fff;
}

a:hover{
  text-decoration: none;  
}

.form-container{
    background:#fff;
    color: rgb(83, 83, 83); 
    padding:20px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15)
}

.form-title{
    font-weight: 600; 
    line-height: 1.1; 
    color: rgb(83, 83, 83); 
    margin: 10px 0px 20px; 
    font-size: 22px; 
    text-align: center;     
}

.form_label{
    margin-top: 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    color: #000;
}

.form_button {
    display: block;
    border-style: solid;
    height: 53px;
    width:100% !important;
    border-radius: 3px;
    background: rgba(255,151,59,1);
    webkit-box-shadow: inset 0px 1px 0px #ffbf87, inset 0 -1px 2px #b3440e;
    -moz-box-shadow: inset 0px 1px 0px #ffbf87, inset 0 -1px 2px #b3440e;   
    box-shadow: inset 0px 1px 0px #ffbf87, inset 0 -1px 2px #b3440e;
    text-shadow: 1px 1px #5c1702;
    color: #fff;
    border-width: 1px;
    border-color: #d87b29;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}

.embed-responsive{
    margin-bottom:30px;
}

.home-states{
    margin:0 0 50px 0;    
    -webkit-box-shadow: 0px 10px 20px 4px rgba(143,143,143,0.9);
    -moz-box-shadow: 0px 10px 20px 4px rgba(143,143,143,0.9);
    box-shadow: 0px 10px 20px 4px rgba(143,143,143,0.9);
}

.home-content-wrapper{
    margin:0 30px 60px 30px;     
}

.home-content{
    background:#ffffff;
    margin-bottom: 40px;
    padding:20px 20px 40px 20px;
    overflow: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 20px 4px rgba(143,143,143,0.9);
    -moz-box-shadow: 0px 10px 20px 4px rgba(143,143,143,0.9);
    box-shadow: 0px 10px 20px 4px rgba(143,143,143,0.9);
}

.home-content a{
    color:#cc0000;
}

.home-content h2{
    font-size: 24px;
}

.home-gutter0 > div[class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

@media screen and (max-width: 480px) {
    h2{
        margin-bottom:20px;
    }
    .display-4{
        text-align: left;
    }
    .main-text{
        text-align: left;
    }
    .landing-icon{
        display:none;
    }
    .home-gutter0 > div[class*='col-'] {
        padding-right: 0px;
        padding-left: 0px;
    }
	.container-fluid{
		padding-right:0;
		padding-left:0;
	}
    .help-contact-container{
        text-align: left;
        padding:15px;
    }    
}

.home-hover-overlay {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out;
}

.home-hover-overlay img {
    position: relative;
    z-index: 1;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;    
    width: 100%;
}

.home-hover-overlay:before {
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.home-hover-overlay .home-text-overlay {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 20px;
    -webkit-transition: .4s all ease-out;
    transition: .4s all ease-out;
}

.home-hover-overlay .home-text-overlay h3 {
    color: #ffffff;
    margin-bottom: 0;
    padding-left:20px;
    font-size:30px;    
    text-align: center;    
}

.home-hover-overlay .home-text-overlay p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.home-hover-overlay .home-text-overlay p:last-child {
    margin-bottom: 0;
}

.home-hover-overlay:hover:before {
    opacity: 1;
    visibility: visible;
}

.home-hover-overlay:hover .home-text-overlay {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

.home-hover-overlay:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.call-now-footer{
    display: none;
}

h1{
	font-size:26px;
	color:#0055a5;
	margin-bottom:40px;
}

.lw-h1{
    color: rgb(83, 83, 83);
    font-weight: 600;
    font-size: 36px;
    margin-bottom:20px;
}

input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    position: relative;
    padding-left: 0;
    cursor:pointer;
    font-size: 22px;
}

input[type="radio"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    width:46px;
    height:46px;
    background: "";
    background-size: contain;
}
input[type="radio"]:checked + label:before {
    background: "";
}

.sv_container{
	text-align:center;
	align-content: center;
	padding:10px;
	font-size:18px;
}

.sq-title {
    font-size: 26px;
	text-align:center;
	margin-bottom:40px;
	color:#ffffff;
}

.sq-title-required {
    color: red;
}

.sq-label {
    margin-left: 30px;
}

.radio{
	font-size:22px;
	background:#ffffff;
	padding:10px 15px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    text-decoration: none;
	margin-bottom:20px;
}

.radio:hover{
	background:#f8f9fa;
}

.sv_main span {
    line-height:30px;
}

@media (max-width: 550px) {
    .header-contact{
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
    .header-contact {
        font-size: 12px;
        padding-top: 5px;
    }

    .header-contact a, span{
       font-size:20px;
    }   
    .call-now-footer{
        display: block;
        background:#0055a5;
        position: fixed;
        z-index: 99999;
        width: 100%!important;
        left: 0;
        bottom:0;
        padding: 24px 18px;
        text-align: center;
        color:#fff;
    }
    .call-now-footer a{
        color:#fff;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }       
}

@media (min-width: 768px) and (max-width: 1250px) {
    .header-contact {
        font-size: 20px;
        padding-top: 5px;
    }

    .header-contact a, span{
       font-size:28px;
    }
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  a[href]:after {
    content: none;
  }
	.navbar {
		display: block;
		border-width:0 !important;
		position:absolute;
		top:0;
        margin-top:10px;
        margin-bottom:50px;
		height:150px;
        width:100% !important;
	}
    .header-contact{
        display: block;
        position:absolute;
		top:0;
        right:100px;
        font-size:26px;
    }
    .header-contact span{
        font-size:26px;
    }
    .jumbotron{
        display:block;
        margin-top:100px;
        height:200px;
    }
	.no-print{
		display:none;		
	}
    .navbar a{
        text-decoration:none;  
    }
    .contact-bottom a{
        text-decoration:none;   
    }
}