

/* ALL H5 items from style.css copied here for "dt" */

dt {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
	
	text-transform: uppercase;
}

dt {
    color: #05203d;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-family: 'Roboto', sans-serif;
}

[data-overlay-dark] dt,
.bg-dark dt,
.bg-color dt,
.bg-color span {
    color: #fff;
}

.bg-dark-grey h2,
.bg-dark-grey dt {
    color: #ffffff;
}

@media only screen and (max-width: 992px) {
	 dt {
        font-size: 16px;
    }
	}
	
	
/* END ALL H5 items from style.css copied here for "dt" */



/* items copied from FCV */

dt em {
    text-transform: none;
    color: #056dac;
    font-size: 12pt;
    padding-left: 2px;
    font-weight: 600;
}

dt {
    background: #fff;
    font-weight: 700;
    display: block;
    border-bottom: 3px solid #056dac;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-size: 17pt;
}


dd {
    padding: 25px 0 10px;
    display: none;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}


.nextsection, .nextsection:focus {
    background: #898989;
    padding: 18px 26px;
    font-weight: 800;
    color: #252727;
    border-radius: 2px;
}

/* END  items copied from FCV */



/* Made for this site */

.empapp {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}


input[type="checkbox"], input[type="radio"] {
  width: unset !important;
  height: unset !important;
  min-height: unset !important;
}

.checkbox.half {
  padding-right: 30px;
}

.third, .half {
  vertical-align: top;
}

.contact-area .form select {
padding: 15px 20px;
/*padding-bottom: 0;*/
  }


hr {
  width: 100%;
  background-color: #056dac;
}


/* END Made for this site */