h1 {
  line-height: 33px;
}

@media (min-width: 768px) {
  .flex {
    display: flex;
  }

  .flex.center {
    align-items: center;
  }
}

@media (max-width: 480px) {
  .no-float-mobile {
    width: auto;
  }
  .text-center-mobile {
    text-align: center;
  }
}

@media (min-width: 480px) {
  .pr-tablet {
    float: right;
  }
}

.row.no-gutter {
  margin: 0;
}

.row.no-gutter .col {
  padding: 0;
}

.row.no-gutter .col textarea {
   padding: 0.3em 0.6em;
}
.space-right {
  margin-right: 5px;
}

.flex.center.shadow {
  box-shadow: inset 0px 0px 12px rgba(156, 156, 156, 0.75);
}

#aff-slider {
   padding: 0;
   margin: 0;
  position: relative;
  margin-bottom: -5px;
}
#aff-slider img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1.5s;
  opacity: 0;
  width: 95%;
  margin: 2.5%;
  height: auto;
}
#aff-slider img:first-child {
  position: relative;
}
#aff-slider img.active {
  opacity: 1;
}

.t-utility-box {
 min-height: 268px;
  padding: 18px 15px;
}
.t-header-secondary {
   margin-top: 0;
}
.aff-logos {
   height: 70px;
   margin: 0 auto;
}
.aff-bottom-cta {
   border: 1px solid #e0d5c8;
   margin: 25px 0 50px;
   padding: 0;
}
.aff-centered-background {
   background-color: #e7e5da;
   padding: 10px 12px;
}
.aff-centered-background h2 {
   text-align: center;
  margin-bottom: 0;
  line-height: 31px;
}
.aff-cta-center-background {
   background-color: #fff;
  padding: 15px 0px 5px 0px;
  margin: 0;
}
.aff-cta-points {
   padding: 10px 30px;
   text-align: center;
}

.aff-cta-points img {

}


.aff-cta-points .icon,
.aff-cta-points h3,
.aff-cta-points p {
  opacity: 0;
}

.aff-cta-points h3,
.aff-cta-points .icon {
  transform: translateY(10px);
}

.aff-cta-points.active .icon,
.aff-cta-points.active h3,
.aff-cta-points.active p {
  transform: scale(1);
  opacity: 1;
  transform: translateY(0);
}

.aff-cta-points h3 {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.aff-cta-points p {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
  -webkit-transition-duration: 900ms;
  -moz-transition-duration: 900ms;
  -o-transition-duration: 900ms;
  transition-duration: 900ms;
}


.aff-header-margin {
   margin: 0;
}
#aff-contact-us-area {
   margin-top: 25px;
   display: none;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
#aff-contact-us-area.visible {
  display: block;
}

label {
   display: inline-block;
   vertical-align: middle;
}
.aff-form-row {
   margin: 0 0 15px 10px;
  font-size: 14px;
}

.aff-form-row input {
  width: 100%;
}

.aff-form-row label:hover {
  cursor: pointer;
}

.aff-phone {
   width: 99px;
}

#captcha-image {
   background-color: #FFFFFF;
   padding: 5px;
}
#aff-thankyou {
   display: none;
}

textarea {
   /*width: 233px;*/
   /*margin-right: 14px;*/
}
.t-error-icon-phoneExt {
   background: url("/images/consumer/theme/icons/alert_error_icon.png") no-repeat scroll left center transparent;
   margin-left: 5px;
   padding-left: 20px;
}
.aff-required {
   color: #ca3a0f;
}

#content {
  background-color: #f1f1f1;
}

label.t-error-icon,
.row.no-gutter label.t-error-icon {
  margin: 0;
  padding-left: 22px;
}

input#phoneExt {
  width: auto;
  float: right;
}
