.btn.btn-primary {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border-radius: 25px;
  border: 0;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 7px 36px;
  text-align: center;
  text-decoration: none;
  background-color: #ffdc00;
  color: #033f84;
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-primary {
    font-size: 16px;
    padding: 7px 24px;
  }
}

.btn.btn-primary:hover {
  background-color: #033f84;
  color: #ffdc00;
}

.btn.btn-secondary {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border-radius: 25px;
  border: 0;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 7px 36px;
  text-align: center;
  text-decoration: none;
  background-color: #033f84;
  color: #ffdc00;
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-secondary {
    font-size: 16px;
    padding: 7px 24px;
  }
}

.btn.btn-secondary:hover {
  background-color: #033f84;
  color: white;
}

.btn.btn-inverse {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border-radius: 25px;
  border: 0;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 7px 36px;
  text-align: center;
  text-decoration: none;
  background-color: #033f84;
  color: #ffdc00;
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-inverse {
    font-size: 16px;
    padding: 7px 24px;
  }
}

.btn.btn-inverse:hover {
  background-color: #ffdc00;
  color: #033f84;
}

.btn.btn-red {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border-radius: 25px;
  border: 0;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 7px 36px;
  text-align: center;
  text-decoration: none;
  background-color: #E73445;
  color: #ffdc00;
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-red {
    font-size: 16px;
    padding: 7px 24px;
  }
}

.btn.btn-red:hover {
  background-color: #E73445;
  color: white;
}

.btn.btn-red-inverse {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border-radius: 25px;
  border: 0;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 7px 36px;
  text-align: center;
  text-decoration: none;
  background-color: #FF0000;
  color: #fff;
}

@media (min-width: 0) and (max-width: 1250px) {
  .btn.btn-red-inverse {
    font-size: 16px;
    padding: 7px 24px;
  }
}

.btn.btn-red-inverse:hover {
  background-color: #FF0000;
  color: #033f84;
}

.btn.btn-xl {
  font-size: 1.5em;
  line-height: 1.5em;
}

a.video-link::before {
  content: ' ';
  display: inline-block;
  height: 1.75em;
  vertical-align: middle;
  width: 1.75em;
  background-image: url("/themes/custom/tinq/components/components/blocks/play.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
