/* Business styles yet to be ingested */
.test {
  color: #000;
}

.logo-tmc::before {
  font-size: 3rem;
}

.channel-logo::before {
  font-weight: 400;
}

.disclaimerWrapper {
  border-top: .1rem solid #ccc;
  padding: 2rem;
}

.btn {
  position: relative;
}

.btn-default {
  background: #fdaa18;
  border-radius: 0.4rem;
  text-shadow: 0.1rem 0.1rem 0.3rem #888;
  font-weight: 500;
  font-size: 1.8rem;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  background-color: #ffa300;
  border-color: #e69300;
  text-decoration: none;
}

a.btn-link {
  color: #00629b;
}

a.btn-link:hover {
  color: #18b9a0;
}

.btn-sm {
  font-size: 1.4rem;
}

.btn-default:hover {
  background: #FDBA29;
}

.btn-default:hover span:after {
  background: #D49B22;
}

.site-header-01 .site-header-aside .link-phone a {
  font-weight: 700;
}

@media (min-width:768px) {
  .sectionContainer section {
    padding: 0 1em;
  }
}

@media (max-width:767px) {
  .center-sm,
  .center-sm .text-left,
  .center-sm .text-right {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .sub-nav-container .subNav .list-container li {
    border-right: none;
  }

  .sub-nav-container .subNav .list-container li .linkComponent a.btn {
    padding: 0.25em;
  }

  .sub-nav-container .subNav .list-container li .linkComponent a span {
    font-size: 1.2rem;
  }
}
