/***************************
Add your custom styles below
****************************/
.imagebg textarea {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-top: 0;
}

.bg--orange {
    
      background: #ff6600;
     color: #ffffff;
}

.input-checkbox span{
    display: inline-block;
    float: left;
    margin-left: 1em;
    margin-bottom: .7em;
}
.input-checkbox .inner {
    float: left;
}

.imagebg:not(.image--light):not(.form--dark) input[type='text'], .imagebg:not(.image--light):not(.form--dark) input[type='address'], .imagebg:not(.image--light):not(.form--dark) input[type='url'], .imagebg:not(.image--light):not(.form--dark) input[type='password'], .imagebg:not(.image--light):not(.form--dark) input[type='email'], .imagebg:not(.image--light):not(.form--dark) input[type="search"] {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

label {

  font-size: 0.825em;
  line-height: 2.6em;

}
sup {
    vertical-align: super;
    font-size: 35%;
}
.max-300 {
max-height: 300px;
}

.modal-video-1 .h5 {
  position: relative;
  bottom: 44px;
}
.modal-video-1 .video-play-icon--sm + .h5 {
  bottom: 20px;
}
@media all and (max-width: 767px) {
  .modal-video-1 .h5 {
    bottom: 24px;
  }
}
.video-play-icon.video-play-icon--dark {
  border-color: #071c92;
  background: #071c92;
}

.testimonial-3 .testimonial__text {
  margin-top: 6.375em;
}

.bg--transwhite {
  background: rgba(255, 255, 255, 0.2);
}

.bg--transblack {
  background: rgba(0, 0, 0, 0.4);
}

.thing-404 {
    	font-size: 150px;
	font-weight: 600;
  color: rgba(255, 255, 255, 0.2);
}

.nomargin {
  margin: 0;
}

section.space--xs,
footer.space--xs {
  padding-top: 2.33333333em;
  padding-bottom: 2.33333333em;
}

.txt_dark {
    color: #343434;
}

/* Thick orange border */
hr.orange {
  border: 1px solid orange;
}

/* Thick turquiose border */
hr.turquoise {
  border: 1px solid turquoise;
}

h4,
.h4 {
    font-weight: 300;

}