@import url(bootstrap.min.css);
@import url(swiper.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap);
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.6rem;
  padding: 0.675rem 1rem; }
  .btn.btn-primary {
    background-color: #272727;
    color: #ffffff;
    border: 0; }
    .btn.btn-primary:hover {
      background-color: #b7b965; }
    .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:not(:disabled):not(.disabled):active {
      background-color: #272727;
      border-color: #272727;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .btn.btn-secondary {
    background-color: #b7b965;
    color: #ffffff;
    border: 0; }
    .btn.btn-secondary:hover {
      background-color: #272727; }
    .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
      background-color: #b7b965;
      border-color: #b7b965;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .btn.btn-tertiary {
    background-color: #9e1b34;
    color: #ffffff;
    border: 0;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    border-radius: 0.25rem;
    text-transform: none;
    font-size: 0.875rem;
    padding: 0.85rem 1rem; }
    .btn.btn-tertiary:hover {
      background-color: #272727; }
    .btn.btn-tertiary:focus, .btn.btn-tertiary:active, .btn.btn-tertiary:not(:disabled):not(.disabled):active {
      background-color: #9e1b34;
      border-color: #9e1b34;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.form-control, .form-group .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 0.6rem;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #272727;
  height: calc(2.292em + .75rem + 2px);
  background-color: #f0f1e1; }
  .form-control.placeholder, .form-group .form-control.placeholder {
    color: #888888; }
  .form-control:-moz-placeholder, .form-group .form-control:-moz-placeholder {
    color: #888888; }
  .form-control::-moz-placeholder, .form-group .form-control::-moz-placeholder {
    color: #888888; }
  .form-control:-ms-input-placeholder, .form-group .form-control:-ms-input-placeholder {
    color: #888888; }
  .form-control::-webkit-input-placeholder, .form-group .form-control::-webkit-input-placeholder {
    color: #888888; }
  .form-control:focus, .form-group .form-control:focus {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

textarea.form-control {
  height: auto; }

.form-subscribe .form-control {
  width: 25rem; }
  .form-subscribe .form-control.sm {
    width: 20rem; }
    @media (max-width: 991px) {
      .form-subscribe .form-control.sm {
        width: 100%;
        margin-bottom: 1rem; } }
  @media (max-width: 991px) {
    .form-subscribe .form-control {
      width: 100%;
      margin-bottom: 1rem; } }
@media (max-width: 991px) {
  .form-subscribe .btn {
    width: 100%; } }

.bg-light .form-control, .bg-light .form-group .form-control {
  background-color: #fafafa;
  border: 1px solid #aaaaaa; }

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 16px;
  padding-top: 4.5rem; }
  @media (min-width: 992px) {
    body {
      padding-top: 0; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #000000; }
  h1.with-btm-border, h2.with-btm-border, h3.with-btm-border, h4.with-btm-border, h5.with-btm-border, h6.with-btm-border {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    h1.with-btm-border:after, h2.with-btm-border:after, h3.with-btm-border:after, h4.with-btm-border:after, h5.with-btm-border:after, h6.with-btm-border:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 1px;
      border-bottom: 1px dotted #aaaaaa; }
  h1.half-top-border, h2.half-top-border, h3.half-top-border, h4.half-top-border, h5.half-top-border, h6.half-top-border {
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem; }
    h1.half-top-border:after, h2.half-top-border:after, h3.half-top-border:after, h4.half-top-border:after, h5.half-top-border:after, h6.half-top-border:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 1.3rem;
      right: 0;
      height: 1px;
      border-bottom: 1px dotted #aaaaaa; }
    h1.half-top-border span.bg-white, h2.half-top-border span.bg-white, h3.half-top-border span.bg-white, h4.half-top-border span.bg-white, h5.half-top-border span.bg-white, h6.half-top-border span.bg-white {
      display: inline-block;
      background-color: #ffffff;
      z-index: 1;
      position: relative;
      padding: 0 1.5rem;
      color: #000000;
      font-size: 1.5rem; }
  h1.with-icon, h2.with-icon, h3.with-icon, h4.with-icon, h5.with-icon, h6.with-icon {
    position: relative;
    padding-left: 3.5rem; }
    h1.with-icon .icon, h2.with-icon .icon, h3.with-icon .icon, h4.with-icon .icon, h5.with-icon .icon, h6.with-icon .icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 3rem; }

h1 {
  margin-bottom: 1rem; }

h2 {
  color: #000000; }
  h2 span {
    color: #9e1b34; }

h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem; }
  h3 span {
    font-size: 1rem;
    color: #9e1b34; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  margin-bottom: 1rem; }

a.link {
  font-family: "Source Sans Pro";
  color: #9e1b34;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600; }
  a.link:hover {
    color: #9e1b34;
    text-decoration: underline; }
a.link-1 {
  color: #9e1b34;
  font-size: 0.875rem;
  font-weight: 700; }
  a.link-1:hover {
    color: #9e1b34;
    text-decoration: underline; }

.lead strong {
  font-weight: 700; }

.with-bullets {
  list-style: none;
  padding: 0;
  margin: 0; }
  .with-bullets li a {
    font-size: 0.875rem;
    position: relative;
    padding-left: 1rem;
    color: #000000; }
    .with-bullets li a .icon {
      color: #9e1b34;
      position: absolute;
      left: 0;
      top: 0.05rem; }

.with-borders {
  list-style: none;
  padding: 0;
  margin: 0; }
  .with-borders li {
    border-bottom: 1px dotted #aaaaaa;
    border-top: 1px dotted #aaaaaa;
    padding: 0.5rem 0; }
    .with-borders li a {
      font-size: 0.875rem;
      color: #000000; }

p {
  font-size: 0.875rem; }

hr {
  border-top: 2px solid #939393; }
  hr.dotted {
    border-top: 1px dotted #939393; }

.bg-light {
  background-color: #f0f1e1 !important; }

.bg-light-1 {
  background-color: #f5f5f5; }

.bg-dark {
  background-color: #000000 !important; }

.border-primary {
  border-color: #272727 !important; }

header {
  margin-bottom: 1rem; }
  @media (max-width: 991px) {
    header {
      position: fixed;
      background-color: #ffffff;
      z-index: 10;
      left: 0;
      right: 0;
      top: 0; } }
  header .top-bar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #939393; }
    header .top-bar ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      header .top-bar ul li {
        display: inline-block;
        position: relative;
        padding-left: 0.75rem;
        margin-left: 2rem; }
        header .top-bar ul li:first-child {
          margin-left: 0; }
        header .top-bar ul li .icon {
          position: absolute;
          left: 0;
          top: 0.45rem; }
        header .top-bar ul li a {
          font-size: 0.75rem;
          text-transform: uppercase;
          color: #000000; }
    header .top-bar .date {
      font-size: 0.75rem; }
  header .navbar {
    padding: 0rem 0 0; }
  header .navbar-brand {
    padding: 0;
    width: 14.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem; }
    @media (min-width: 992px) {
      header .navbar-brand {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        width: 25rem;
        position: absolute;
        top: 0.5rem;
        left: 0;
        right: 0; } }
    header .navbar-brand img {
      max-width: 100%; }
  header .navbar-toggler {
    background: none;
    border: 0; }
    header .navbar-toggler .hamburger {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      vertical-align: middle;
      content: "";
      background: center center / 100% 100% no-repeat;
      transform: rotateY(0);
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
      header .navbar-toggler .hamburger__patty {
        width: 100%;
        height: 2px;
        margin: 0 0 4px 0;
        background: #272727;
        -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
        header .navbar-toggler .hamburger__patty:last-child {
          margin-bottom: 0; }
      header .navbar-toggler .hamburger--close {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
        header .navbar-toggler .hamburger--close .hamburger__patty:nth-child(1) {
          -webkit-transform: rotate(45deg) translate(5px, 5px);
          -moz-transform: rotate(45deg) translate(5px, 5px);
          -ms-transform: rotate(45deg) translate(5px, 5px);
          -o-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px); }
        header .navbar-toggler .hamburger--close .hamburger__patty:nth-child(2) {
          opacity: 0; }
        header .navbar-toggler .hamburger--close .hamburger__patty:nth-child(3) {
          -webkit-transform: rotate(-45deg) translate(5px, -5px);
          -moz-transform: rotate(-45deg) translate(5px, -5px);
          -ms-transform: rotate(-45deg) translate(5px, -5px);
          -o-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px); }
  header .navbar-collapse {
    background-color: #272727;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 992px) {
      header .navbar-collapse {
        margin-top: 6rem;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 992px) {
      header .navbar-collapse ul > li {
        margin-left: 1.25rem;
        margin-right: 1.25rem; } }
    header .navbar-collapse ul > li > a {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 600; }

.card.card-buyer-guide-topics {
  text-align: center;
  background: #fefefe;
  background: radial-gradient(circle, #fefefe 0%, #f7f7f7 100%);
  height: 100%;
  border-color: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0 2px; }
  .card.card-buyer-guide-topics img {
    width: auto; }
  .card.card-buyer-guide-topics h3 {
    font-size: 1rem;
    margin-bottom: 0; }
  .card.card-buyer-guide-topics .card-body {
    padding-left: 2.1rem;
    padding-right: 2.1rem; }
    .card.card-buyer-guide-topics .card-body img {
      margin-bottom: 1rem;
      width: 5rem; }
      .card.card-buyer-guide-topics .card-body img.img-sm {
        width: 3.5rem; }

.swiper-the-wire-controls {
  position: absolute;
  right: 3rem;
  z-index: 1;
  top: 2rem; }
  .swiper-the-wire-controls .swiper-button-next, .swiper-the-wire-controls .swiper-button-prev {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.swiper-wire {
  max-height: 13rem;
  overflow: hidden; }
  .swiper-wire .swiper-slide {
    border-bottom: 1px dotted #aaaaaa;
    padding: 1rem 0 1rem; }
    .swiper-wire .swiper-slide p {
      margin-bottom: 0; }

.swiper-the-tv-channel-controls {
  height: 1.25rem; }
  .swiper-the-tv-channel-controls .swiper-pagination {
    right: 15px; }
    .swiper-the-tv-channel-controls .swiper-pagination .swiper-pagination-bullet {
      background-color: #fafafa;
      opacity: 1;
      width: 1rem;
      height: 1rem;
      position: relative;
      border: 1px solid #272727;
      margin-left: 0.25rem; }
      .swiper-the-tv-channel-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fafafa;
        width: 1rem;
        height: 1rem; }
        .swiper-the-tv-channel-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          margin: auto;
          background-color: #272727;
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 100%; }

.img-cartoon {
  width: 87%;
  margin: 0 auto; }

.icon-404 {
  background-image: url(../images/icon-error-404.png);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px dotted #aaaaaa;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  width: 7rem;
  height: 7rem;
  display: inline-block; }

footer {
  font-size: 0.75rem; }
  footer a {
    color: #000000; }
    footer a:hover {
      color: #000000; }
  footer ul.footer-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer ul.footer-links li a {
      position: relative;
      padding-left: 0.5rem; }
      footer ul.footer-links li a:before {
        content: '';
        position: absolute;
        left: 0rem;
        top: 0.3rem;
        height: 2px;
        width: 2px;
        background-color: #9e1b34; }
  footer .social-links a {
    display: inline-block;
    margin: 0 0.15rem; }
    footer .social-links a .icon {
      font-size: 1.125rem; }

/*# sourceMappingURL=style.css.map */
