/* Import FontAwesome for the checkmark icon */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.form-container {
    background-color: #fff;
    margin: 0 auto !important;    
    margin-bottom: 25px !important;
    margin-left: 0;   
    width: 90%;    
    position: inherit;    
    border-radius: 8px;       
}

.form-container .form-fields {
	padding: .625em .75em
}

form.oc-form fieldset {
    display: none;
}

.form-container header {    
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #E7E7E7;
    background-color: #fff;    
}

.form-container header p {
    font-weight: 600;
    color: #354050;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
}

.form-group {
    margin-bottom: 5px;
}

.form-label{
    width: 100%;
    font-size: 1.7rem;
    padding: 5px 2px;
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}


input {        
    border: 1px solid #337ab7;
    font-size: 15px !important;
    font-weight: 600;
    padding: 7px 12px !important;
}

select {
    background-image:url(../images/down-arrow.png) !important;
    background-position: 96% 16px !important;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #337ab7;
    font-size: 15px !important;
    font-weight: 600;
    padding: 7px 12px !important;
}




input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
input[type=radio].with-font ~ label:before,
input[type=checkbox].with-font ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
}

input[type=radio].with-font:checked ~ label:before,
input[type=checkbox].with-font:checked ~ label:before  {
    content: "\f00c";
    font-size: 1.2em;
    color: darkgreen;
    letter-spacing: 5px;
}
input[type=checkbox].with-font ~ label:before {        
    content: "\f096";
}
input[type=checkbox].with-font:checked ~ label:before {
    content: "\f046";        
    color: darkgreen;
}
input[type=radio].with-font:focus ~ label:before,
input[type=checkbox].with-font:focus ~ label:before,
input[type=radio].with-font:focus ~ label,
input[type=checkbox].with-font:focus ~ label
{                
    color: green;
}

.form-group.has-error {
    background-color: #ffc0cb !important;
}

.has-error .form-control {
    border: 1px solid #a94442;
    color: #a94442;
}

.has-error p {
    color: #a94442;
}

.has-error .inline p {
    margin: 0;
}

.help-block {
    font-size: 14px;
    font-weight: 600;
}

.has-error .radio-input label,
.has-error .radio-input input[type=radio].with-font ~ label:before,
.has-error .radio-input input[type=checkbox].with-font ~ label:before {
    color: #a94442;
}


.lds-dual-ring {
  display: inline-block;
  width: 26px;  
  margin-left: 10px;
}
.lds-dual-ring:after {
  content: " ";
  display: inline-flex;
  width: 26px;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}






































#masthead{
    width: 100%;
    background:#252c37;    
    height:3.5em;
    z-index:10;    
    padding: 0;
}
#masthead h1{
    padding-top: 1em;
    color:#fff;
    float:left;
    font-size:18px;
    font-size:1.8rem;
    font-weight: 500;    
}

.banner-text {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 50px;
}

.banner-text ul.checks li .icon-checkmark {
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 2em;
    height: 2em;
}

.icon-checkmark {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
}



.cta-bar {    
    padding-top: 1.2em;
    padding-bottom: 1.15em;
}

input, select, textarea {        
    background-color: #ffffea;
}

.messages {
    text-align: left;
    padding: 5px 0;   
    background-color: #fff;
}

.messages span {
    font-size: 14px;
    color: red;
}

.has-error .form-element{
    border-color: #a94442;
    background-color: #f7dcdc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-element {    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.shell span {
    display: none !important;
}

.consent {    
    background-color: #ebeae9;
    padding: 15px;
    font-size: 12px;
}

.spinner-border {
    width: 2.4rem;
    height: 2.4rem;    
    margin-left: 15px !important;       
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
    .form-container .form-fields {
		padding-left: 2em;
		padding-right: 2em
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
    #step_two label {
        margin-top: 0px !important;
    }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
    .form-container .form-fields {
		padding-left: 1.25em;
		padding-right: 1.25em
	}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...} 

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    #masthead h1{    
        font-size: 1.6rem;
        padding-top: 1.2em;
        margin: 0 auto;
    }
    
    .banner-text {
        padding-top: 15px;
    }
    
    .form-container {
        margin-top: .2em;
    }
    
    .banner-text h2 {
        line-height: 1.4;
    }
    
    .form-container header p {
        font-size: 1.4rem;
    }
    
    .form-label{
        margin-top: 5px;
        font-size: 1.7rem;
    }
    
    .last-button {
        font-size: 1.4rem !important;
    }         
} 

/* Extra small devices (phones, 320px and down) */
@media only screen and (max-width: 320px) {
    
    #masthead h1{    
        font-size: 1.4rem;                
        padding-top: 1.6em;
        margin: 0 auto;
    }
    
    .form-container header p {
        font-size: 1.3rem;
    }
    
    .last-button {
        font-size: 1.2rem !important;
        height: 50px;
    }
} 











 .ar-form-wrapper {
     background: rgba(241, 242, 194, 0.2);
     padding: 2em;
     box-shadow: 0 1px 8px rgba(2, 51, 115, .05), 0 0 2px rgba(2, 51, 115, .075);
     margin-right: 2em;
     margin-bottom: 2em;
     border: 1px solid rgba(2, 51, 115, 0.1);
 }
 
 .form-top {
     padding-bottom: 1.2em;
     text-align: center;
     margin-bottom: 1.2em;
     border-bottom: 1px dotted #13afdc;
 }
 
 h4.form-top-text, span.form-top-text {
     color: #13afdc;
     margin-bottom: 0;
     text-transform: uppercase;
     font-size: 18px;
     font-size: 1.8rem;
     font-weight: 700;
     font-family: 'Open Sans', sans-serif;
 }
 
 p.form-top-step {
     text-transform: uppercase;
     font-size: 14px;
     font-size: 1.4rem;
 }
 
 .form-lable-date {
     line-height: 1.25em;
     font-size: 16px;
     font-size: 1.6rem;
     padding-bottom: .625em;
     display: block;
     text-align: left;
     color: #666;
 }
 
 .injury-wrapper {
     padding-left: 1em;
 }
 
 .radio-input-inj {
     text-align: left;
     color: #666;
     font-size: 15px;
     font-size: 1.5rem;
 }
 
 .radio-input-inj>.radio-opt {}
 
 .form-radio-qes {
     line-height: 1.25em;
     font-size: 16px;
     font-size: 1.6rem;
     padding-bottom: .625em;
     display: block;
     text-align: left;
     color: #666;
 }
 
 .radio-inj {
     padding-left: .5em;
 }
 
 .otherOptions {
     padding-top: 1em;
 }
 
 .radio-input {
     text-align: center;
 }
 
 .radio-input>span {
     padding-right: 1em;
     text-align: left;
     color: #666;
     font-size: 16px;
     font-size: 1.6rem;
 }
 
 .radio-input>span.radio-opt {
     padding-right: 1em;
 }
 
 .parent-table {
     width: 100%;
     height: 100%;
     display: table;
     position: relative;
 }
 
 .child-table {
     width: 100%;
     height: 100%;
     display: table-cell;
     vertical-align: middle;
     text-align: center;
     padding: .625em .75em;
 }
 
 .ar-button {
     margin-left: auto;
     margin-right: auto;
     background: #8dc045;
     color: #fff;
     transition: color .3s;
     transition-timing-function: ease;
     -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
 }
 
 .btn {
     background: #3aac5d;
     line-height: 1.5em;
     text-transform: uppercase;
     font-size: 18px;
     font-size: 1.8rem;
     /*color: #fff;*/
     color: #000;
     -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
     background-clip: padding-box;
     padding-bottom: 1em;
     padding-top: 1em;
     font-family: 'Open Sans', sans-serif;
     font-weight: bold;
     border-radius: 50px;
 }
 
 .btn:hover {
     color: #FFF;
     background: #337ab7;
     outline: 0;
 }
 
 .btn:focus {
     color: #FFF;     
     outline: 0 !important;
 }
 
 .legal-checkbox {
     background: #fff;
     padding: .28125em .5em .21875em 1.5em;
     float: left;
     position: relative;
     margin: .2em .5em 0 -1.5em;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -ms-border-radius: 4px;
     border-radius: 4px;
 }
 
 .terms {
     /*line-height: 1.09375em;*/     
     margin-bottom: .625em;
     font-size: 13px;
     font-size: 1.3rem;     
     text-align: left;
     padding-top: .4em;
     font-weight: 100;
 }
 
 .terms-ck {
     padding-left: 1.6em;
     font-size: 14px;
     font-size: 1.4rem;
     color: #8a847e;
     font-style: italic;
 }
 
 .ar-cta-bar {
     background: #a0d3d9;
     padding-top: 1.875em;
     padding-bottom: 1.25em;
     text-align: left;
     position: relative;
     overflow: hidden;
 }
 
 .cta-wrapper {
     padding-left: 3em;
 }
 
 .cta-wrapper>h3 {
     color: #022859;
     margin-bottom: .625em;
     line-height: .3125em;
     font-size: 34px;
     font-size: 3.4rem;
     font-weight: 500;
     font-family: 'Prata', serif;
 }
 
 .cta-wrapper>p {
     color: #023373;
     margin: 0;
     line-height: 1.09375em;
     font-size: 15px;
     font-size: 1.5rem;
 }
 

 
 .footer-link a {
     color: #666;
 }
 
 .footer-link a:hover {
     text-decoration: none;
     color: #354050;
 }
 
 .error-msg,
 .error-msg2,
 .error-msg3 {
     color: #d03e3e;
     text-align: center;
     font-size: 13px;
     font-size: 1.3rem;
     margin-bottom: -1em;
 }
 
 .input-error {
     border-color: #d03e3e;
 }
 
 .form-control {
     /*box-shadow: 0 2px 4px rgba(0, 0, 0, .1) inset;*/
     background-color: rgba(255, 255, 255, 0.8);
     border: 1px solid #AAA;
     border-radius: 2px !important;
     height: 45px !important;
 }
 
 .success-msg {
     padding: 1em;
     background-color: #d1e0c5;
     border: 1px solid #bfda98;
     border-radius: 5px;
     color: #345f1e;
     font-weight: 500;
     margin-bottom: 1em;     
 }
 
 
 
 
 
 
.button-wrap {  
  text-align: left;
  margin-top: 5px;
}

.button-label {
  display: inline-block;
  padding: .35em 1em;
  margin: 0.5em;
  cursor: pointer;
  color: #292929;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #efefef;
  background-image: linear-gradient(to bottom,#fff 0,#f2f2f2 100%);  
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button-label h1 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 !important;
}
.button-label:hover {
  background: #d6d6d6;
  color: #101010;  
}

#yesFault:checked + .button-label {
  background: #337ab7;
  color: #efefef;
  border: 1px solid #fff;
}
#yesFault:checked + .button-label:hover {
  background: #337ab7;
  color: #e2e2e2;
}

#noFault:checked + .button-label {
  background: #337ab7;
  color: #efefef;
  border: 1px solid #fff;
}
#noFault:checked + .button-label:hover {
  background: #337ab7;
  color: #e2e2e2;
}

/*-------------------------------------*/

#yesInjured:checked + .button-label {
  background: #337ab7;
  color: #efefef;
  border: 1px solid #fff;
}
#yesInjured:checked + .button-label:hover {
  background: #337ab7;
  color: #e2e2e2;
}

#noInjured:checked + .button-label {
  background: #337ab7;
  color: #efefef;
  border: 1px solid #fff;
}
#noInjured:checked + .button-label:hover {
  background: #337ab7;
  color: #e2e2e2;
}

/*-------------------------------------*/

#yesHospitalized:checked + .button-label {
  background: #337ab7;
  color: #efefef;
  border: 1px solid #fff;
}
#yesHospitalized:checked + .button-label:hover {
  background: #337ab7;
  color: #e2e2e2;
}

#noHospitalized:checked + .button-label {
  background: #337ab7;
  color: #efefef;
  border: 1px solid #fff;
}
#noHospitalized:checked + .button-label:hover {
  background: #337ab7;
  color: #e2e2e2;
}

/*-------------------------------------*/

#yesAttorney:checked + .button-label {
  background: #337ab7;
  color: #efefef;
  border: 1px solid #fff;
}
#yesAttorney:checked + .button-label:hover {
  background: #337ab7;
  color: #e2e2e2;
}

#noAttorney:checked + .button-label {
  background: #337ab7;
  color: #efefef;
  border: 1px solid #fff;
}
#noAttorney:checked + .button-label:hover {
  background: #337ab7;
  color: #e2e2e2;
}

/*-------------------------------------*/

#yesPast:checked + .button-label {
  background: #337ab7;
  color: #efefef;
  border: 1px solid #fff;
}
#yesPast:checked + .button-label:hover {
  background: #337ab7;
  color: #e2e2e2;
}

#noPast:checked + .button-label {
  background: #337ab7;
  color: #efefef;
  border: 1px solid #fff;
}
#noPast:checked + .button-label:hover {
  background: #337ab7;
  color: #e2e2e2;
}

.hidden {
  display: none;
}








/* Progress Bar */

.progressBox{
  width: 100%;
  position: relative;
  z-index: 1;
}

.progressbar{
    margin: 15px 0; 
	overflow: hidden;
    padding: 0;
    counter-reset: step;
}

.progressbar li{
  float: left;
  width: 33%;
  position: relative;
  text-align: center;
  list-style-type: none;
}

.progressbar li:before{
  content:counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: white;
  color: #bebebe;
  text-align: center;
  font-weight: bold;
}

.progressbar li:after{
  content: '';
  position: absolute;
  width:100%;
  height: 3px;
  background: #979797;
  top: 14px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after{
content: none;
}

.progressbar li.active:before {
    border-color: #3aac5d;
    background: #3aac5d;
    color: white
}

.progressbar li.active:after{
    background: #3aac5d;
}

/* Extra small devices (phones, 820px and down) */
@media only screen and (max-width: 820px) {    
    .form-container {
        display:  none;
    }        
} 


