@charset "UTF-8";
body, html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Ubuntu', 'Helvetica Neue', Arial, sans-serif; }

.wtl-pos-rel {
  position: relative; }

.wtl-btn, .wtl-btn:active {
  color: #111f29 !important;
  background-color: #ffdd00;
  padding-left: 26.6666666667px;
  padding-right: 26.6666666667px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px !important;
  font-weight: 600;
  border-radius: 0px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.2s linear;
  /* Safari and Chrome */
  -o-transition: all 0.2s linear;
  /* Opera */
  -ms-transition: all 0.2s linear;
  /* Explorer 10 */ }

.wtl-btn:hover, .wtl-btn:focus {
  color: #111f29;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px; }

.wtl-btn-rev, .wtl-btn-rev:active {
  color: #fff !important;
  background-color: #111f29 !important;
  padding-left: 26.6666666667px !important;
  padding-right: 26.6666666667px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border: 0px !important;
  font-weight: 600 !important;
  border-radius: 0px !important;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.2s linear;
  /* Safari and Chrome */
  -o-transition: all 0.2s linear;
  /* Opera */
  -ms-transition: all 0.2s linear;
  /* Explorer 10 */ }

.wtl-btn-rev:hover, .wtl-btn-rev:focus {
  color: #ffdd00 !important;
  background-color: #111f29 !important;
  padding-left: 40px !important;
  padding-right: 40px !important; }

#wtl-header {
  margin-top: -133px; }
  #wtl-header .back {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; }
  #wtl-header .wtl-top {
    padding-top: 333px;
    padding-bottom: 200px; }
  #wtl-header #wtl-video {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -133px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    overflow: hidden; }
  #wtl-header h1 {
    font-size: 2rem;
    color: #ffdd00; }
    @media (min-width: 576px) {
      #wtl-header h1 {
        font-size: 3.5rem; } }
    @media (min-width: 768px) {
      #wtl-header h1 {
        font-size: 3.5rem; } }
    @media (min-width: 992px) {
      #wtl-header h1 {
        font-size: 4.5rem; } }
  #wtl-header .highlight {
    background-color: #111f29;
    padding: 10px; }
  #wtl-header .wtl-arrow {
    position: absolute;
    width: 30px;
    bottom: 15px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

#wtl-findalynk h2 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.8rem; }
  @media (min-width: 576px) {
    #wtl-findalynk h2 {
      font-size: 2rem; } }
  @media (min-width: 768px) {
    #wtl-findalynk h2 {
      font-size: 2.4rem; } }
  @media (min-width: 992px) {
    #wtl-findalynk h2 {
      font-size: 2.9rem; } }

#wtl-findalynk h4 {
  margin-bottom: 15px;
  font-weight: 400; }

#wtl-findalynk h5 {
  margin-bottom: 15px;
  font-weight: 600; }

#wtl-findalynk .back {
  background-color: #ffdd00;
  padding-top: 80px;
  padding-bottom: 80px; }

#wtl-findalynk .icons {
  height: 75px;
  position: relative;
  text-align: center; }

#wtl-findalynk img[class^=icon] {
  display: inline-block;
  width: 5%;
  margin-right: 20px; }

#wtl-findalynk .wtl-business-btns {
  position: relative;
  text-align: center; }

#wtl-findalynk .wtl-btn-rev {
  margin-bottom: 10px;
  margin-right: 10px; }

#wtl-questions h2 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.8rem; }
  @media (min-width: 576px) {
    #wtl-questions h2 {
      font-size: 2rem; } }
  @media (min-width: 768px) {
    #wtl-questions h2 {
      font-size: 2.4rem; } }
  @media (min-width: 992px) {
    #wtl-questions h2 {
      font-size: 2.9rem; } }

#wtl-questions .back {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }

#wtl-questions .wtl-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px; }
  @media (min-width: 768px) {
    #wtl-questions .wtl-img {
      height: 550px; } }

#wtl-questions .wtl-questionanswers {
  padding-left: 0px;
  padding-right: 0px; }

#wtl-questions .wtl-answer-hold {
  position: relative;
  display: table;
  overflow: hidden;
  color: #ffdd00;
  background-color: rgba(255, 221, 0, 0.8);
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -o-transition: all 0.5s ease;
  /* Opera */
  -ms-transition: all 0.5s ease;
  /* Explorer 10 */ }
  @media (min-width: 768px) {
    #wtl-questions .wtl-answer-hold {
      height: 550px; } }

#wtl-questions .wtl-answer-hold-0 {
  opacity: 0; }

#wtl-questions .wtl-answer-hold-1 {
  opacity: 1; }

#wtl-questions .wtl-answer-text {
  color: #111f29;
  padding-top: 18%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    #wtl-questions .wtl-answer-text {
      font-size: 1.2rem;
      padding-top: 35%; } }
  @media (min-width: 768px) {
    #wtl-questions .wtl-answer-text {
      font-size: 1.5rem; } }

#wtl-questions .wtl-question {
  height: 250px;
  background-color: #111f29; }
  @media (min-width: 768px) {
    #wtl-questions .wtl-question {
      height: 550px; } }

#wtl-questions .wtl-question-hold {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #ffdd00; }
  #wtl-questions .wtl-question-hold .wtl-question-hashtag {
    font-size: 1rem;
    color: #ffdd00; }
  #wtl-questions .wtl-question-hold .wtl-question-full {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2; }
    @media (min-width: 576px) {
      #wtl-questions .wtl-question-hold .wtl-question-full {
        font-size: 2.2rem; } }
    @media (min-width: 768px) {
      #wtl-questions .wtl-question-hold .wtl-question-full {
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      #wtl-questions .wtl-question-hold .wtl-question-full {
        font-size: 2.8rem; } }

#wtl-form h1 {
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    #wtl-form h1 {
      font-size: 2.5rem; } }

#wtl-form h2 {
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    #wtl-form h2 {
      font-size: 2rem; } }

#wtl-form .wpcf7 {
  width: 100% !important; }

#wtl-form .wpcf7-form label {
  width: 100% !important; }

#wtl-form .contact-form-wrapper input[type=”submit”] {
  float: none !important; }

#wtl-form .wpcf7 .wpcf7-submit {
  float: none !important; }

#wtl-form .back {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #DEDEDE;
  padding-left: 15px;
  padding-right: 15px; }

#wtl-form h2 {
  margin-bottom: 10px; }

#wtl-form .highlight {
  background-color: #111f29;
  padding: 10px;
  color: #ffdd00;
  line-height: 1.4; }

#wtl-search-header {
  margin-top: -133px; }
  #wtl-search-header .back {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffdd00; }
  #wtl-search-header .wtl-top {
    padding-top: 253px;
    padding-bottom: 120px; }
  #wtl-search-header h1 {
    font-size: 2rem;
    color: #111f29;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600; }
    @media (min-width: 576px) {
      #wtl-search-header h1 {
        font-size: 3.5rem; } }
    @media (min-width: 768px) {
      #wtl-search-header h1 {
        font-size: 3.5rem; } }
    @media (min-width: 992px) {
      #wtl-search-header h1 {
        font-size: 4.5rem; } }
  #wtl-search-header .highlight {
    background-color: #111f29;
    padding: 10px; }
  #wtl-search-header .wtl-arrow {
    position: absolute;
    width: 30px;
    bottom: 15px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

#wtl-ty-header {
  margin-top: -133px; }
  #wtl-ty-header .back {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffdd00; }
  #wtl-ty-header .wtl-top {
    padding-top: 253px;
    padding-bottom: 120px; }
  #wtl-ty-header h1 {
    font-size: 2rem;
    color: #111f29;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600; }
    @media (min-width: 576px) {
      #wtl-ty-header h1 {
        font-size: 3.5rem; } }
    @media (min-width: 768px) {
      #wtl-ty-header h1 {
        font-size: 3.5rem; } }
    @media (min-width: 992px) {
      #wtl-ty-header h1 {
        font-size: 4.5rem; } }
  #wtl-ty-header h2 {
    font-size: 1.4rem;
    color: #111f29;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600; }
    @media (min-width: 576px) {
      #wtl-ty-header h2 {
        font-size: 2.5rem; } }
    @media (min-width: 768px) {
      #wtl-ty-header h2 {
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      #wtl-ty-header h2 {
        font-size: 3rem; } }
  #wtl-ty-header h3 {
    font-size: 1rem;
    color: #111f29;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 600; }
    @media (min-width: 576px) {
      #wtl-ty-header h3 {
        font-size: 1rem; } }
    @media (min-width: 768px) {
      #wtl-ty-header h3 {
        font-size: 1.4rem; } }
    @media (min-width: 992px) {
      #wtl-ty-header h3 {
        font-size: 1.4rem; } }
  #wtl-ty-header .highlight {
    background-color: #111f29;
    padding: 10px; }
  #wtl-ty-header .wtl-arrow {
    position: absolute;
    width: 30px;
    bottom: 15px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
