﻿/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.center {
  text-align: center;
}

.top-gap {
  margin-top: 15px !important;
}

.tiny-top-gap {
  margin-top: 1em;
}

.bi-button {
  display: flex;
  width: 100%;
  justify-content: center;
}

.bi-button .tertiary-button {
  width: 40%;
  margin-right: 2%;
  font-size: 1.8em;
}

.transcript-change .transcript,
.transcript-change .transcript .transcript-content .transcript-intro {
  padding-bottom: 0px;
}

.cards {
  margin-top: 1.3em !important;
}

.cards .card .inner img {
  width: 80px;
}

.three-col-state {
    column-count: 3;
}

@media screen and (max-width: 780px) {
    .three-col-state {
        column-count: 2 !important;
    }
}

@media screen and (max-width: 480px) {
    .three-col-state {
        column-count: 1 !important;
    }
}

/* ================== PROFESSION PAGES BOX ================== */
.blue-box {
  padding: 40px 0;
  margin: 40px auto;
  box-sizing: border-box;
  background-color: #f3f9fc;
}

@media screen and (min-device-width: 781px) and (max-device-width: 1200px) {
  #professions-cta .jigsaw.bottom-cta .image-inner-wrap img {
    margin-right: -110px;
  }
}
/* ================== END PROFESSION PAGES BOX ================== */
/*  ================== CONTACT US PAGE ================== */
#content .emailForm {
  display: none;
}

#content span.required {
  color: red;
}

#content .websiteContactForm .dateOfBirth {
  display: none;
}

/* ================== END CONTACT US PAGE ================== */
/*  ================== TALKTOME DISCLOSURE ================== */
.talktome .radio-style {
  display: flex !important;
  margin-top: 2em;
}

.talktome .radio-style .radio-text {
  font-size: 1.6em;
  padding: 0 2em 0 0.5em;
}

.talktome .tertiary-button #continue {
  padding: 0.5em 1em;
}

.talktome .form-styles input:focus, .form-styles textarea:focus {
  background-color: #0077B3;
}

/*  ================== END TALKTOME DISCLOSURE ================== */
/* ================== MIN WIDTH MEDIA QUERIES ================== */
@media screen and (min-width: 700px) {
  .three-col-extra {
    column-count: 2 !important;
  }
  .two-col-extra {
    column-count: 2 !important;
  }
}
@media screen and (min-width: 781px) {
  #truck-state-cta .jigsaw.bottom-cta .image-inner-wrap img {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1000px) {
  #truck-state-cta .jigsaw.bottom-cta .image-inner-wrap img {
    margin-right: -30px;
  }
}
/* ================== END MIN WIDTH MEDIA QUERIES ================== */
/* ================== MAX WIDTH MEDIA QUERIES ================== */
@media screen and (max-width: 780px) {
  .bi-button {
    flex-direction: column;
    margin-top: 0em;
  }
  .bi-button .tertiary-button {
    width: 100%;
    margin-bottom: 1.25em;
  }
  .mobile-margin-fix {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 780px) {
  .cards .card .inner img {
    width: 70px;
    bottom: 24px;
  }
}
/* ================== TINY (Overrides Large, Medium and Small @ 670px and lower) ================== */
@media only screen and (max-width: 670px) {
  .mobile-hide {
    display: none;
  }
  .mobile-mt2 {
    margin-top: 2em;
  }
}
@media screen and (max-width: 480px) {
  .bi-button .tertiary-button {
    font-size: 1.6em;
  }
}
/* ================== END MAX WIDTH MEDIA QUERIES ================== */
