/* gray-based */
/* red based */
/* blue based */
/* primary buttons */
/* tinyprints colors */
.uig-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 16px;
  text-align: center;
  padding: 10px 20px;
  min-width: 32px;
  color: white;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }
  .uig-button svg {
    vertical-align: middle;
    width: 15px;
    height: 15px; }
  .uig-button .uig-svg-icon + span {
    margin-left: 8px; }
  .uig-button.disabled {
    pointer-events: none;
    cursor: default; }
  .uig-button:link, .uig-button:visited, .uig-button:hover, .uig-button:active, .uig-button:focus {
    text-decoration: none; }

.uig-primary-button {
  font-family: "Montserrat Medium", Verdana, Arial, sans-serif !important;
  background-color: #D74012;
  border-width: 0; }
  .uig-primary-button path {
    fill: #fff; }
  .uig-primary-button:hover, .uig-primary-button._hover, .uig-primary-button:focus, .uig-primary-button._focus {
    color: white;
    background-color: #A9320E; }
  .uig-primary-button:active, .uig-primary-button._active {
    color: white;
    background-color: #BF3602; }
  .uig-primary-button.disabled {
    background-color: #faccbd; }

a.uig-primary-button:active {
  color: white; }

.brand-TP .uig-primary-button {
  background-color: #00A4B5; }
  .brand-TP .uig-primary-button:hover, .brand-TP .uig-primary-button._hover {
    background-color: #008F9E; }
  .brand-TP .uig-primary-button:active, .brand-TP .uig-primary-button._active {
    background-color: #007F8D; }
  .brand-TP .uig-primary-button.disabled {
    background-color: #88c8d8; }

.uig-secondary-button {
  font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
  color: #58595B;
  background-color: white;
  border: solid 1px #58595B;
  padding: 9px 19px; }
  .uig-secondary-button:hover, .uig-secondary-button._hover {
    color: #A9320E;
    border: solid 1px #A9320E;
    -webkit-box-shadow: inset 0px 0px 0px 1px #A9320E;
    -moz-box-shadow: inset 0px 0px 0px 1px #A9320E;
    box-shadow: inset 0px 0px 0px 1px #A9320E; }
    .uig-secondary-button:hover path, .uig-secondary-button._hover path {
      fill: #A9320E; }
  .uig-secondary-button:active, .uig-secondary-button._active {
    color: #BF3602;
    border: solid 1px #BF3602;
    -webkit-box-shadow: inset 0px 0px 0px 1px #BF3602;
    -moz-box-shadow: inset 0px 0px 0px 1px #BF3602;
    box-shadow: inset 0px 0px 0px 1px #BF3602; }
    .uig-secondary-button:active path, .uig-secondary-button._active path {
      fill: #BF3602; }
  .uig-secondary-button.disabled {
    color: #C6C7C9;
    border: solid 1px #C6C7C9; }
    .uig-secondary-button.disabled path {
      fill: #C6C7C9; }

.brand-TP .uig-secondary-button:hover, .brand-TP .uig-secondary-button._hover {
  color: #00A4B5;
  border-color: #00A4B5;
  -webkit-box-shadow: inset 0px 0px 0px 1px #00A4B5;
  -moz-box-shadow: inset 0px 0px 0px 1px #00A4B5;
  box-shadow: inset 0px 0px 0px 1px #00A4B5; }
  .brand-TP .uig-secondary-button:hover path, .brand-TP .uig-secondary-button._hover path {
    fill: #00A4B5; }

.brand-TP .uig-secondary-button:active, .brand-TP .uig-secondary-button._active {
  color: #007F8D;
  border-color: #007F8D;
  -webkit-box-shadow: inset 0px 0px 0px 1px #00A4B5;
  -moz-box-shadow: inset 0px 0px 0px 1px #00A4B5;
  box-shadow: inset 0px 0px 0px 1px #00A4B5; }
  .brand-TP .uig-secondary-button:active path, .brand-TP .uig-secondary-button._active path {
    fill: #007F8D; }

.uig-tertiary-link {
  color: #0065B8;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Montserrat Medium", Verdana, Arial, sans-serif !important;
  text-transform: none;
  cursor: pointer; }
  .uig-tertiary-link:hover, .uig-tertiary-link._hover {
    text-decoration: underline; }
  .uig-tertiary-link:active, .uig-tertiary-link._active {
    text-decoration: underline;
    color: #004985; }
  .uig-tertiary-link.disabled {
    color: #58595B;
    cursor: default; }
    .uig-tertiary-link.disabled:hover {
      text-decoration: none; }

.background-dark {
  background-color: #58595b; }
  .background-dark .uig-primary-button {
    color: white;
    background-color: #818284; }
    .background-dark .uig-primary-button:hover, .background-dark .uig-primary-button._hover {
      color: #A9320E;
      background-color: #cdcdce; }
    .background-dark .uig-primary-button:active, .background-dark .uig-primary-button._active {
      color: #BF3602;
      background-color: #e6e6e6; }
    .background-dark .uig-primary-button.disabled {
      color: #949496;
      background-color: #676769; }
  .background-dark .uig-secondary-button {
    font-family: "Montserrat Medium", Verdana, Arial, sans-serif !important;
    color: white;
    background-color: #5f6163;
    border: solid 1px #929395; }
    .background-dark .uig-secondary-button:hover, .background-dark .uig-secondary-button._hover {
      background-color: #818284;
      border: solid 1px #dcdee0;
      -webkit-box-shadow: inset 0px 0px 0px 1px #dcdee0;
      -moz-box-shadow: inset 0px 0px 0px 1px #dcdee0;
      box-shadow: inset 0px 0px 0px 1px #dcdee0; }
    .background-dark .uig-secondary-button:active, .background-dark .uig-secondary-button._active {
      background-color: #929294;
      border: solid 1px #dddfe1;
      -webkit-box-shadow: inset 0px 0px 0px 1px #dddfe1;
      -moz-box-shadow: inset 0px 0px 0px 1px #dddfe1;
      box-shadow: inset 0px 0px 0px 1px #dddfe1; }
    .background-dark .uig-secondary-button.disabled {
      color: #afb0b1;
      background-color: #5f6163;
      border: solid 1px #848788; }
  .background-dark .uig-tertiary-link {
    color: white; }
    .background-dark .uig-tertiary-link.disabled {
      color: #949496; }

.background-orange {
  background-color: #D74012; }
  .background-orange .uig-primary-button {
    color: #D74012;
    background-color: #fcdcd3; }
    .background-orange .uig-primary-button:hover, .background-orange .uig-primary-button._hover {
      background-color: #fdeee9; }
    .background-orange .uig-primary-button:active, .background-orange .uig-primary-button._active {
      background-color: white; }
    .background-orange .uig-primary-button.disabled {
      background-color: #f48664; }
  .background-orange .uig-secondary-button {
    font-family: "Montserrat Medium", Verdana, Arial, sans-serif !important;
    color: white;
    background-color: #f05a2e;
    border: solid 1px #e98f74; }
    .background-orange .uig-secondary-button:hover, .background-orange .uig-secondary-button._hover {
      background-color: #f37e5a;
      border: solid 1px #dcdddf;
      -webkit-box-shadow: inset 0px 0px 0px 1px #dcdddf;
      -moz-box-shadow: inset 0px 0px 0px 1px #dcdddf;
      box-shadow: inset 0px 0px 0px 1px #dcdddf; }
    .background-orange .uig-secondary-button:active, .background-orange .uig-secondary-button._active {
      background-color: #f58e6f;
      border: solid 1px #dddfe1;
      -webkit-box-shadow: inset 0px 0px 0px 1px #dddfe1;
      -moz-box-shadow: inset 0px 0px 0px 1px #dddfe1;
      box-shadow: inset 0px 0px 0px 1px #dddfe1; }
    .background-orange .uig-secondary-button.disabled {
      color: #f7ad96;
      background-color: #f05a2e;
      border: solid 1px #ea8263; }
  .background-orange .uig-tertiary-link {
    color: white; }
    .background-orange .uig-tertiary-link.disabled {
      color: #f9beac; }

/* gray-based */
/* red based */
/* blue based */
/* primary buttons */
/* tinyprints colors */
.badge-count {
  border-radius: 100px;
  background-color: #D74012;
  padding: 2px 4px 2px 4px; }

.uig-button .badge-count {
  background-color: #FFF;
  color: #D74012; }

.brand-TP .uig-button .badge-count {
  color: #000; }

/* gray-based */
/* red based */
/* blue based */
/* primary buttons */
/* tinyprints colors */
/* gray-based */
/* red based */
/* blue based */
/* primary buttons */
/* tinyprints colors */
.sms-template-wrapper {
  position: relative; }
  .sms-template-wrapper .sms-template-banner-image img {
    height: 305px;
    width: 100%;
    max-width: 100%; }
  .sms-template-wrapper .sms-template-form-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 42%;
    font-size: 12px !important;
    color: #58595B;
    text-align: center;
    font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-info h2.heading {
      font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
      font-size: 26px !important;
      line-height: 1.38; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-info p.sub-heading {
      font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
      margin-bottom: 10px;
      margin: 9px 0;
      font-size: 13px !important;
      line-height: 1.23; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form #tfc {
      margin-top: 10px; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-cta-section #number_text_box {
      color: #58595B;
      border: 1px solid #DCDEE1;
      border-radius: 4px;
      box-sizing: border-box;
      width: 54%;
      max-width: 201px;
      min-width: 110px;
      height: 32px;
      margin-right: 10px;
      padding: 5px 0 5px 5px;
      font-size: 13px; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-cta-section #template_cta_btn {
      text-transform: uppercase;
      padding: 10px 20px;
      -webkit-appearance: initial; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-cta-section .tfc-cta-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 8px 0px 0px; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form #tfc_disclaimer {
      color: #929497;
      margin: 6px 0px; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form #tfc_subscribe {
      width: 100%;
      text-align: inherit;
      margin: 5px 0px 10px;
      display: flex;
      align-items: center; }
      .sms-template-wrapper .sms-template-form-container .sms-template-form #tfc_subscribe #label_tfc_subscribe {
        margin-left: 5px; }
      .sms-template-wrapper .sms-template-form-container .sms-template-form #tfc_subscribe #checkbox_tfc_subscribe {
        margin-left: 0px; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form #label_tfc_phone {
      font-size: 18px; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form .tfc_error,
    .sms-template-wrapper .sms-template-form-container .sms-template-form .tfc_success {
      margin: 6px 0px; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form .tfc_error span {
      color: #F00; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form .tfc_success span {
      color: #00ad68; }
    .sms-template-wrapper .sms-template-form-container .sms-template-form #app_download_links {
      width: 100%;
      text-align: inherit; }
      .sms-template-wrapper .sms-template-form-container .sms-template-form #app_download_links a {
        margin-right: 7px; }
        .sms-template-wrapper .sms-template-form-container .sms-template-form #app_download_links a img {
          max-width: 134px; }
  @media (min-width: 768px) {
    .sms-template-wrapper .sms-template-form-container.top-center, .sms-template-wrapper .sms-template-form-container.bottom-center {
      width: 100%; }
    .sms-template-wrapper .sms-template-form-container.top-right, .sms-template-wrapper .sms-template-form-container.bottom-right {
      right: 1%; }
    .sms-template-wrapper .sms-template-form-container.top-left, .sms-template-wrapper .sms-template-form-container.bottom-left {
      left: 1%; }
    .sms-template-wrapper .sms-template-form-container.top-right, .sms-template-wrapper .sms-template-form-container.top-left, .sms-template-wrapper .sms-template-form-container.top-center {
      top: 5%; }
    .sms-template-wrapper .sms-template-form-container.bottom-right, .sms-template-wrapper .sms-template-form-container.bottom-left, .sms-template-wrapper .sms-template-form-container.bottom-center {
      bottom: 5%; }
    .sms-template-wrapper .sms-template-form-container .tfc-cta-section, .sms-template-wrapper .sms-template-form-container #tfc_subscribe {
      justify-content: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sms-template-wrapper .sms-template-form-container {
      width: 50%; } }
  @media (max-width: 767px) {
    .sms-template-wrapper .sms-template-form-container {
      position: relative;
      width: 100%;
      text-align: left;
      background-color: #fde0d6; }
      .sms-template-wrapper .sms-template-form-container .sms-template-form {
        padding: 10px; }
        .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-info {
          font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif; }
          .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-info h2.heading {
            font-size: 23px !important; }
          .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-info p.sub-heading {
            font-size: 16px !important; }
        .sms-template-wrapper .sms-template-form-container .sms-template-form #tfc_subscribe {
          font-size: 13px;
          margin: 10px 0px; }
        .sms-template-wrapper .sms-template-form-container .sms-template-form .tfc_error,
        .sms-template-wrapper .sms-template-form-container .sms-template-form .tfc_success {
          margin: 0px 0px 8px; }
        .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-cta-section #number_text_box {
          width: 63%;
          max-width: 201px;
          min-width: 110px; }
        .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-cta-section .tfc-cta-section {
          margin: 0px; }
        .sms-template-wrapper .sms-template-form-container .sms-template-form #tfc_disclaimer {
          margin-bottom: 4px; }
        .sms-template-wrapper .sms-template-form-container .sms-template-form #app_download_links {
          margin-top: 8px;
          margin-bottom: 5px; } }
  @media (max-width: 479px) {
    .sms-template-wrapper .sms-template-form-container {
      font-size: 11px !important; }
      .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-info h2.heading {
        font-size: 21px !important; }
      .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-info p.sub-heading {
        font-size: 13px !important; }
      .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-cta-section #number_text_box {
        min-width: 100px;
        margin-right: 4px; }
      .sms-template-wrapper .sms-template-form-container .sms-template-form .sms-template-cta-section #template_cta_btn {
        font-size: 11px;
        padding: 10px 14px; }
      .sms-template-wrapper .sms-template-form-container .sms-template-form #app_download_links a {
        margin-right: 3px; }
        .sms-template-wrapper .sms-template-form-container .sms-template-form #app_download_links a img {
          width: 48%; } }

/* gray-based */
/* red based */
/* blue based */
/* primary buttons */
/* tinyprints colors */
.checkbox-container {
  margin: 15px 0px 0px 0px;
  text-align: center; }
  .checkbox-container .checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
    background: #FFF;
    border: 1px solid #C6C7C9;
    border-radius: 2px;
    margin-right: 8px; }
    .checkbox-container .checkbox label {
      position: absolute;
      opacity: 0;
      width: 100%;
      height: 100%;
      top: -1px;
      left: -1px;
      background: #F05323;
      border: 1px solid #F05323;
      border-radius: 2px; }
    .checkbox-container .checkbox i:after {
      position: absolute;
      top: 3px;
      left: 2px;
      opacity: 0;
      content: '';
      width: 8px;
      height: 3px;
      background: transparent;
      border: 2px solid #FFF;
      border-top: none;
      border-right: none;
      transform: rotate(-50deg); }
    .checkbox-container .checkbox input[type='checkbox'] {
      visibility: hidden; }
    .checkbox-container .checkbox input[type='checkbox']:checked ~ label {
      opacity: 1; }
      .checkbox-container .checkbox input[type='checkbox']:checked ~ label i:after {
        opacity: 1; }
  .checkbox-container .checkbox:hover {
    border: 1px solid #F05323; }
  .checkbox-container .checkbox-text {
    font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
    font-size: 13px;
    display: contents;
    vertical-align: middle;
    color: #58595B;
    letter-spacing: 0;
    line-height: 10px;
    text-decoration: none; }

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important; } }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; } }


/*# sourceMappingURL=sms-template-2019.css.map*/