* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 52.5%;
  }
}
body {
  background: #faf3e4;
  font-family: "azo-sans-web", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.6rem;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1a3042;
  font-family: "contempora-sans-condensed", sans-serif;
  font-weight: 300;
  margin-top: 0;
  letter-spacing: 0.5px;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  font-size: calc(100% - 1rem);
  vertical-align: middle;
  margin-top: -0.2rem;
}
h1 {
  font-size: 4.8rem;
  line-height: 5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
h1 i {
  font-size: 3.5rem;
}
@media only screen and (max-width: 500px) {
  h1 i {
    font-size: 3rem;
  }
}
h1 + p,
h2 + p,
h3 + p,
h4 + p {
  margin-top: 0.3rem;
}
h2 {
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 2rem;
}
h2 + p {
  margin-top: 0;
}
h3 {
  font-size: 3.2rem;
  line-height: 3.7rem;
}
h4 {
  font-size: 2.7rem;
  line-height: 3rem;
  font-weight: 500;
}
h5 {
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-weight: 500;
}
img {
  height: auto;
  max-width: 100%;
}
ul li {
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #1a3042;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #691a13;
}
a:hover,
a:focus {
  cursor: pointer;
}
#main-content p a,
#main-content.story-content a {
  color: #691a13;
}
#main-content p a:hover,
#main-content.story-content a:hover,
#main-content p a:focus,
#main-content.story-content a:focus {
  color: #1a3042;
}
p,
ul > li,
ol > li,
::marker {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
}
p {
  color: #1a3042;
}
p.med {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
p.small {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#main-content.story-content ul > li,
#main-content.story-content ol > li,
::marker {
  color: #174768;
}
.btn-primary,
a.btn-primary {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "contempora-sans-condensed", sans-serif;
  font-weight: 400;
  position: relative;
  margin-bottom: 1rem;
  padding: 1.7rem 3.5rem 1.6rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  font-size: 3.3rem;
  border-radius: 0;
}
.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:focus {
  text-decoration: none;
  cursor: pointer;
}
.btn-primary i,
a.btn-primary i {
  vertical-align: middle;
  margin: -0.35rem 0 0 0.4rem;
  font-size: calc(2.6rem - 0.3rem);
}
@media only screen and (max-width: 500px) {
  .btn-primary,
  a.btn-primary {
    font-size: 3rem;
  }
}
.btn-primary.brand-brown,
a.btn-primary.brand-brown {
  background-color: #8b4513;
  border: 3px solid #8b4513;
}
.btn-primary.brand-brown:hover,
a.btn-primary.brand-brown:hover,
.btn-primary.brand-brown:focus,
a.btn-primary.brand-brown:focus {
  background-color: #fff;
  color: #8b4513;
}
.btn-primary.brand-red,
a.btn-primary.brand-red {
  background-color: #691a13;
  border: 3px solid #691a13;
  color: #e1cea6;
}
.btn-primary.brand-red:hover,
a.btn-primary.brand-red:hover,
.btn-primary.brand-red:focus,
a.btn-primary.brand-red:focus {
  background: #fff;
  color: #691a13;
}
.btn-primary.brand-beige,
a.btn-primary.brand-beige {
  background-color: #e1cea6;
  color: #1a3042;
  border: 3px solid #e1cea6;
}
.btn-primary.brand-beige:hover,
a.btn-primary.brand-beige:hover,
.btn-primary.brand-beige:focus,
a.btn-primary.brand-beige:focus {
  background-color: #1a3042;
  color: #e1cea6;
}
button {
  background: none;
  outline: none;
  border: none;
}
button:disabled {
  opacity: 0.6;
}
button:hover,
button:focus {
  cursor: pointer;
}
.btn-small {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "contempora-sans-condensed", sans-serif;
  font-weight: 400;
  position: relative;
  margin-bottom: 1rem;
  padding: 1.7rem 3.5rem 1.6rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 3rem;
  padding: 1.1rem 3rem 1rem;
}
.btn-small:hover,
.btn-small:focus {
  text-decoration: none;
  cursor: pointer;
}
.btn-small i {
  vertical-align: middle;
  margin: -0.35rem 0 0 0.4rem;
  font-size: calc(2.6rem - 0.3rem);
}
@media only screen and (max-width: 500px) {
  .btn-small {
    font-size: 2.4rem;
  }
}
.btn-long {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "contempora-sans-condensed", sans-serif;
  font-weight: 400;
  position: relative;
  margin-bottom: 1rem;
  padding: 1.7rem 3.5rem 1.6rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.4rem 3rem 1.4rem;
  min-width: 200px;
}
.btn-long:hover,
.btn-long:focus {
  text-decoration: none;
  cursor: pointer;
}
.btn-long i {
  vertical-align: middle;
  margin: -0.35rem 0 0 0.4rem;
  font-size: calc(2.6rem - 0.3rem);
}
.link-inverted {
  color: #8b4513;
}
.link-inverted:hover,
.link-inverted:focus {
  color: #fff;
}
.link-underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section-spacer {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 500px) {
  .section-spacer {
    margin-bottom: 5rem;
  }
}
.section-spacer-half {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .section-spacer-half {
    margin-bottom: 3rem;
  }
}
.center {
  text-align: center;
}
.block-element {
  display: block;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.light-spacing {
  margin-bottom: 1rem;
}
.red-accent {
  color: #691a13;
}
.red-accent a {
  color: #691a13;
}
.red-accent a:hover,
.red-accent a:focus {
  color: #1a3042;
}
i.fa-chevron-right,
i.fa-chevron-left,
i.fa-chevron-up,
i.fa-chevron-down {
  text-stroke: 1px;
  -webkit-text-stroke: 1px;
}
.mobile-xs-only {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mobile-xs-only {
    display: inherit;
  }
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-only {
    display: inherit;
  }
}
.mobile-lg-up {
  display: inherit;
}
@media only screen and (max-width: 500px) {
  .mobile-lg-up {
    display: none;
  }
}
.desktop-only {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
.upper {
  text-transform: uppercase;
}
.wrapper,
.section-inner,
.section-inner-narrow {
  margin: 0 auto;
}
.wrapper {
  max-width: 2000px;
}
.container {
  clear: both;
  overflow: hidden;
}
.section-inner {
  padding: 2rem 2rem 2rem;
  max-width: 1240px;
}
.section-inner:before,
.section-inner:after {
  content: "";
  display: table;
}
@media only screen and (max-width: 900px) {
  .section-inner {
    padding: 2rem;
  }
}
.section-inner.row-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}
@media only screen and (max-width: 900px) {
  .section-inner.row-callout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-inner-narrow {
  padding: 2rem 2rem 2rem;
  min-height: 1000px;
  max-width: 1020px;
}
@media only screen and (max-width: 1020px) {
  .section-inner-narrow {
    padding: 1.96078431372549%;
  }
}
.lg-col-wrapper,
.lg-col-wrapper-no-space {
  max-width: 1250px;
  padding: 4rem 2rem 4rem;
}
.two-column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .two-column-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two-column-row .column-left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .two-column-row .column-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.two-column-row .column-right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .two-column-row .column-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.two-column-grid {
  display: grid;
}
.two-column-grid .two-column-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .two-column-grid .two-column-grid-inner {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .two-column-grid .two-column-grid-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2rem;
  }
}
.three-column-grid {
  display: grid;
}
.three-column-grid .three-column-grid-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .three-column-grid .three-column-grid-inner {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .three-column-grid .three-column-grid-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2rem;
  }
}
.three-column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .three-column-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.three-column-row .list-item-wrapper {
  width: calc(100% / 3 - 2rem);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .three-column-row .list-item-wrapper {
    width: 100%;
  }
}
#main-content {
  float: left;
  padding: 3rem 0;
  width: 70.73170731707317%;
}
@media only screen and (max-width: 1200px) {
  #main-content {
    width: 67.47967479674797%;
  }
}
@media only screen and (max-width: 1000px) {
  #main-content {
    width: 63.41463414634146%;
  }
}
@media only screen and (max-width: 900px) {
  #main-content {
    float: none;
    width: 100%;
    padding: 2rem 0 2rem;
  }
}
@media only screen and (max-width: 500px) {
  #main-content {
    padding: 5rem 0 2rem;
  }
}
#main-content ol > li {
  margin-top: 1.5rem;
}
#main-content p > a {
  color: #691a13;
}
#main-content p > a:hover,
#main-content p > a:focus {
  text-decoration: none;
}
aside {
  float: right;
  width: 25%;
  min-width: 300px;
  padding: 3rem 0;
}
@media only screen and (max-width: 900px) {
  aside {
    float: none;
    padding: 0;
    width: 100%;
    min-width: 100%;
  }
}
.leaderboard-wrap {
  margin: 0 auto;
  overflow: hidden;
  width: 728px;
}
@media only screen and (max-width: 760px) {
  .leaderboard-wrap {
    width: 468px;
  }
}
@media only screen and (max-width: 500px) {
  .leaderboard-wrap {
    width: 320px;
  }
}
.middle-wrap {
  margin: 0 auto;
  overflow: hidden;
  width: 728px;
}
.one-column-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5rem 4rem;
}
@media only screen and (max-width: 500px) {
  .one-column-section {
    padding: 4rem 2rem 2rem;
  }
}
.content-grid {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .content-grid {
    margin-bottom: 3rem;
  }
}
.content-grid .content-grid-item-title {
  font-size: 3.6rem;
  line-height: 4.2rem;
}
.content-grid .content-grid-item {
  color: #1a3042;
  margin-bottom: 4rem;
}
.content-grid .content-grid-item-2 {
  width: calc(100% / 2 - 2rem);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .content-grid .content-grid-item-2 {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 700px) {
  .content-grid .content-grid-item-2 {
    width: 100%;
  }
}
.content-grid .content-grid-item-2 .content-grid-item-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 600;
}
.content-grid .content-grid-item-2.full .content-grid-item-title {
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}
.content-grid .content-grid-item-3 {
  width: calc(100% / 3 - 2rem);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 500px) {
  .content-grid .content-grid-item-3 {
    width: 100%;
  }
}
.content-grid .content-grid-item-3 .content-grid-item-title {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}
.content-grid .content-grid-item-2,
.content-grid .content-grid-item-3 {
  font-size: 2rem;
}
.content-grid .content-grid-item-thumb {
  display: block;
  width: 100%;
}
.content-grid .content-grid-item-desc {
  background-color: #e1cea6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 2rem 3rem;
}
.content-grid .content-grid-item-title {
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 700px) {
  .content-grid {
    margin-bottom: 0;
  }
}
.content-grid .content-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}
.content-grid .content-grid-item h1 {
  margin-bottom: 1rem;
}
.content-grid .content-grid-item h3 {
  margin-bottom: 0;
}
.content-grid .content-grid-item h3 a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.content-grid .content-grid-item .btn-primary {
  display: inline-block;
  margin-top: 1rem;
}
.content-grid .content-breakout-left {
  margin-left: -2.5rem;
}
.content-grid-section .button-container {
  margin-bottom: 10rem;
}
.content-grid-section .button-container .btn-primary {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "contempora-sans-condensed", sans-serif;
  font-weight: 400;
  position: relative;
  margin-bottom: 1rem;
  padding: 1.7rem 3.5rem 1.6rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.4rem 3rem 1.4rem;
  min-width: 200px;
}
.content-grid-section .button-container .btn-primary:hover,
.content-grid-section .button-container .btn-primary:focus {
  text-decoration: none;
  cursor: pointer;
}
.content-grid-section .button-container .btn-primary i {
  vertical-align: middle;
  margin: -0.35rem 0 0 0.4rem;
  font-size: calc(2.6rem - 0.3rem);
}
@media only screen and (max-width: 700px) {
  .content-grid-section .button-container {
    margin-bottom: 7rem;
  }
}
header {
  background: #691a13;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.25);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 900px) {
  header {
    padding: 0.5rem 0 0;
  }
}
header .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  header .section-inner {
    padding: 1rem 2rem;
  }
}
header:hover:focus {
  color: #8b4513;
}
header.textured {
  background-color: #fff;
  background-image: url("/images/west_nav_texture.png");
}
header.textured #main-nav a {
  color: #1a3042;
}
header.textured #main-nav a:hover,
header.textured #main-nav a:focus {
  color: #691a13;
}
@media only screen and (max-width: 900px) {
  header.textured #main-nav .nav-small {
    top: 67px;
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  header.textured #main-nav .nav-small {
    top: 70px;
  }
}
@media only screen and (max-width: 500px) {
  header.textured #main-nav .nav-small {
    top: 93px;
  }
}
header.textured .main-nav-toggle {
  color: #691a13;
}
.logo-wrapper {
  width: 55%;
}
@media only screen and (max-width: 900px) {
  .logo-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .logo-wrapper {
    width: 50%;
  }
}
.header-buttons.mobile-only {
  margin: 0.5rem auto 0;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .header-buttons.mobile-only {
    gap: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .header-buttons.mobile-only {
    margin: 0.5rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 175px;
    gap: 0;
  }
}
.header-buttons.mobile-only .btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .header-buttons.mobile-only .btn-primary {
    font-size: 2rem;
    padding: 0.7rem 1.1rem 0.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .header-buttons.mobile-only .btn-primary {
    font-size: 1.8rem;
    padding: 0.5rem 0.8rem;
  }
}
#main-nav {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #main-nav {
    width: 25%;
  }
}
.logo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 130px;
  }
}
.main-nav-toggle {
  color: #fff;
  display: none;
  font-size: 3.5rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .main-nav-toggle {
    display: block;
  }
}
#main-nav {
  font-weight: 600;
}
#main-nav ul li a {
  font-family: "contempora-sans-condensed", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#main-nav ul li a:hover,
#main-nav ul li a:focus,
#main-nav ul li a i:hover,
#main-nav ul li a i:focus {
  text-decoration: none;
}
#main-nav ul {
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #main-nav ul {
    display: none;
  }
}
#main-nav ul li {
  font-size: 3rem;
  display: inline-block;
  margin-left: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1000px) {
  #main-nav ul li {
    font-size: 2.8rem;
    margin-left: 2.5rem;
  }
}
#main-nav ul li a {
  color: #fff;
}
#main-nav ul li a:hover,
#main-nav ul li a:focus {
  color: #e1cea6;
}
#main-nav ul li a:hover,
#main-nav ul li a:focus {
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  #main-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 2rem;
    margin: 0;
  }
}
@media only screen and (max-width: 900px) {
  #main-nav ul li.menu-btn {
    display: none;
  }
}
#main-nav ul li.social-icon,
#main-nav ul li.search-icon {
  margin-left: 2.2rem;
}
#main-nav ul li.social-icon {
  width: auto;
}
#main-nav ul .social-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3rem;
}
@media only screen and (max-width: 900px) {
  #main-nav ul .social-icon-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
}
#main-nav .btn-primary {
  font-size: 2rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 900px) {
  #main-nav .dropdown-button {
    padding: 2.5rem 2rem;
  }
}
#main-nav .dropdown-button i {
  margin-left: 0.5rem;
}
#main-nav .dropdown-button.open,
#main-nav .dropdown-button:hover {
  color: #8b4513;
}
@media only screen and (max-width: 900px) {
  #main-nav .dropdown-button.open,
  #main-nav .dropdown-button:hover {
    display: inline-block;
  }
}
#main-nav #dropdown {
  display: none;
  position: absolute;
  background: #000;
  font-size: 1.6rem;
  width: 200px;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.25);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.25);
  z-index: 20;
  top: 3.5rem;
  margin-left: -1.6rem;
}
@media only screen and (max-width: 900px) {
  #main-nav #dropdown {
    position: relative;
    width: 100%;
    height: auto;
    margin: -1.5rem 0 3rem;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#main-nav #dropdown li {
  width: 100%;
  margin: 0;
  padding: 0;
}
#main-nav #dropdown li:first-child > a,
#main-nav #dropdown li:last-child > a {
  padding: 2rem 2rem;
}
#main-nav #dropdown li a {
  display: block;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 1.5rem 2rem;
}
@media only screen and (max-width: 900px) {
  #main-nav #dropdown li a {
    font-size: 2rem;
    padding: 2.5rem 2rem;
  }
}
#main-nav #dropdown li a:hover,
#main-nav #dropdown li a:focus {
  background: #fff;
}
#main-nav .nav-small.nav-closed {
  display: none;
}
#main-nav .nav-small {
  background-color: #fff;
  color: #000;
  padding: 0 5rem 1rem;
}
#main-nav .nav-small.nav-open {
  height: auto;
}
@media only screen and (max-width: 900px) {
  #main-nav .nav-small.nav-open {
    height: 400px;
    left: 0;
    top: 65px;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 767px) {
  #main-nav .nav-small.nav-open {
    top: 70px;
  }
}
@media only screen and (max-width: 500px) {
  #main-nav .nav-small.nav-open {
    top: 97px;
  }
}
#main-nav .nav-small.nav-open {
  background: #faf3e4;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 99999;
  padding: 1rem 0;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.25);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.25);
}
#main-nav .nav-small.nav-open li a,
#main-nav .nav-small.nav-open li i {
  color: #000;
}
.header-wrapper {
  height: 110px;
}
@media only screen and (max-width: 1200px) {
  .header-wrapper {
    height: 90px;
  }
}
@media only screen and (max-width: 500px) {
  .header-wrapper.home {
    height: 110px;
  }
}
.header-wrapper .search-bar.closed {
  display: none;
}
.header-wrapper .search-bar.open {
  background: #000;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 99999;
  padding: 2rem 0;
  border-top: 2px solid #8b4513;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.25);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.25);
}
.search-bar {
  display: none;
  position: relative;
  width: 100%;
}
.search-bar .section-inner {
  padding: 0;
}
.search-bar ::-webkit-input-placeholder {
  color: #000;
}
.search-bar ::-moz-placeholder {
  color: #000;
}
.search-bar :-ms-input-placeholder {
  color: #000;
}
.search-bar ::-ms-input-placeholder {
  color: #000;
}
.search-bar ::placeholder {
  color: #000;
}
.search-bar form {
  margin: 0 3rem;
}
@media only screen and (max-width: 900px) {
  .search-bar form {
    margin: 0 1rem;
  }
}
.search-bar .search-bar-input-wrap {
  float: left;
  margin-right: -70px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
}
.search-form {
  font-size: 2rem;
  width: 94.44444444444444%;
}
.search-form input,
.search-form button {
  background: none;
  border: none;
  display: block;
  float: left;
  height: 50px;
}
.search-form input {
  color: #000;
  margin-right: 70px;
  padding: 0 3rem;
  margin-bottom: 0;
  outline: none;
  vertical-align: middle;
}
.search-form button {
  color: #000;
  float: right;
  width: 70px;
}
.search-form button > i:hover,
.search-form button:hover i {
  color: #8b4513;
}
.search-form input {
  width: 100%;
}
.is-sticky header {
  width: 100%;
}
.is-sticky header.textured .logo-wrapper {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 900px) {
  .is-sticky header.textured #main-nav .nav-small {
    top: 46px;
  }
}
@media only screen and (max-width: 500px) {
  .is-sticky header.textured #main-nav .nav-small {
    top: 89px;
  }
}
.is-sticky .section-inner {
  padding: 0.5rem 2rem;
}
@media only screen and (max-width: 900px) {
  .is-sticky .section-inner {
    padding: 0.5rem 2rem 1rem;
  }
}
@media only screen and (max-width: 900px) {
  .is-sticky .section-inner {
    padding: 1rem 2rem 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .is-sticky .section-inner {
    padding: 0.5rem 2rem;
  }
}
.is-sticky #main-nav li {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .is-sticky #main-nav li {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 900px) {
  .is-sticky #main-nav .nav-small.nav-open {
    top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .is-sticky #main-nav .nav-small.nav-open {
    top: 48px;
  }
}
@media only screen and (max-width: 500px) {
  .is-sticky #main-nav .nav-small.nav-open {
    top: 90px;
  }
}
.mobile-header-btn {
  position: absolute;
  left: 44%;
  top: 35px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .mobile-header-btn {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .mobile-header-btn {
    display: block;
    left: 40%;
    top: 30px;
  }
}
.banner-bg-wrapper {
  background-image: url("/images/west_sky.png");
  background-size: cover;
  background-position: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-bg-wrapper .logo-overlay {
  background-color: rgba(255,255,255,0.53);
  border-radius: 8px;
  width: 100%;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
@media only screen and (max-width: 500px) {
  .banner-bg-wrapper .logo-overlay {
    background-color: transparent;
  }
}
.banner-bg-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 1200px;
}
.billboards-full {
  margin-top: -0.1rem;
  padding: 2rem 2rem 0;
}
.billboards-full .owl-nav {
  position: absolute;
  width: calc(100% - 125px);
  height: 0;
  top: 45%;
  left: 5%;
}
@media only screen and (max-width: 1200px) {
  .billboards-full .owl-nav {
    width: calc(100% - 60px);
    left: 3%;
  }
}
@media only screen and (max-width: 1000px) {
  .billboards-full .owl-nav {
    width: calc(100% - 35px);
    left: 2%;
  }
}
.billboards-full .owl-nav .owl-prev {
  float: left;
}
.billboards-full .owl-nav .owl-next {
  float: right;
}
.billboards-full .owl-nav .owl-prev .fa-chevron-left,
.billboards-full .owl-nav .owl-next .fa-chevron-right {
  border-radius: 100px;
}
.billboards-full.owl-carousel. .owl-nav {
  position: absolute;
  width: 100%;
}
.billboards-full.owl-carousel .owl-nav button.owl-next,
.billboards-full .owl-carousel .owl-nav button.owl-prev,
.billboards-full .owl-carousel button.owl-dot {
  border: none;
}
.billboards-full .owl-nav .owl-prev .fa-chevron-left,
.billboards-full .owl-nav .owl-next .fa-chevron-right {
  color: #691a13;
  font-size: 5rem;
}
@media only screen and (max-width: 1000px) {
  .billboards-full .owl-nav .owl-prev .fa-chevron-left,
  .billboards-full .owl-nav .owl-next .fa-chevron-right {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  .billboards-full .owl-nav .owl-prev .fa-chevron-left,
  .billboards-full .owl-nav .owl-next .fa-chevron-right {
    font-size: 3rem;
  }
}
.billboards-full .owl-nav .owl-prev .fa-chevron-left:hover,
.billboards-full .owl-nav .owl-next .fa-chevron-right:hover,
.billboards-full .owl-nav .owl-prev .fa-chevron-left:focus,
.billboards-full .owl-nav .owl-next .fa-chevron-right:focus {
  color: #1a3042;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
@media only screen and (max-width: 767px) {
  .billboards-full {
    padding: 2rem 2rem 0;
  }
}
.billboards-full .section-inner {
  padding-bottom: 0;
}
.billboards-full .homepage-billboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .billboards-full .homepage-billboard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.billboards-full .homepage-billboard-inside-div-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(225,206,166,0.7);
  width: 50%;
  color: #fff;
  position: relative;
  padding: 2rem 4rem;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 500px) {
  .billboards-full .homepage-billboard-inside-div-left {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .billboards-full .homepage-billboard-inside-div-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .billboards-full .homepage-billboard-inside-div-left {
    background-color: #e1cea6;
  }
}
.billboards-full .homepage-billboard-inside-div-left h1 {
  font-size: 9rem;
  line-height: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .billboards-full .homepage-billboard-inside-div-left h1 {
    font-size: 6rem;
    line-height: 6.5rem;
    margin-bottom: 1rem;
  }
}
.billboards-full .homepage-billboard-inside-div-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 767px) {
  .billboards-full .homepage-billboard-inside-div-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.billboards-full .owl-nav .owl-next {
  margin-right: 0;
}
@media only screen and (max-width: 1300px) {
  .billboards-full .owl-nav .owl-next {
    margin-right: 0;
  }
}
.billboards-full .owl-nav .owl-prev {
  margin-left: -3%;
}
@media only screen and (max-width: 1300px) {
  .billboards-full .owl-nav .owl-prev {
    margin-left: -1%;
  }
}
@media only screen and (max-width: 767px) {
  .billboards-full .owl-nav,
  .billboards-full .owl-dots {
    display: none;
  }
}
.now-next-full {
  -webkit-box-shadow: 0px 4px 4px 4px rgba(0,0,0,0.15);
          box-shadow: 0px 4px 4px 4px rgba(0,0,0,0.15);
  background: #1a3042;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
  padding: 2rem 4rem 1.5rem;
}
@media only screen and (max-width: 500px) {
  .now-next-full {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 900px) {
  .now-next-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 2rem 1.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .now-next-full {
    margin: 0;
    padding: 3rem 2rem 1rem;
  }
}
.now-next-full .now-next-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 900px) {
  .now-next-full .now-next-container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .now-next-full .now-next-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .now-next-full.full-content {
    margin: -5rem 2rem 2rem;
  }
}
.now-next-container .now-next {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .now-next-container .now-next {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.now-next-container .now-next-inner .on-now-time {
  color: #e1cea6;
  font-family: "azo-sans-web", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.now-next-container .now-next-inner .on-now-time .hour {
  font-weight: 400;
}
.now-next-container .now-next-inner .now-next-show {
  margin-bottom: 0;
}
.now-next-container .now-next-inner .now-next-show a {
  color: #fff;
}
.now-next-container .now-next-inner .now-next-show a:hover,
.now-next-container .now-next-inner .now-next-show a:focus {
  color: #e1cea6;
}
.change-timezone {
  position: relative;
  color: #e1cea6;
  font-weight: 400;
  margin: 1.5rem 0 1rem;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-left: -1rem;
}
@media only screen and (max-width: 500px) {
  .change-timezone {
    margin-left: 0;
  }
}
.timezone-dropdown .dropdown-selected:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  color: #e1cea6;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  pointer-events: none;
}
.timezone-dropdown .dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  background-color: #1a3042;
  color: #e1cea6;
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0.5rem 0;
  padding: 0;
  letter-spacing: 0.6px;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .timezone-dropdown .dropdown-options {
    padding: 0 0 1.3rem;
  }
}
.timezone-dropdown .dropdown-options li {
  font-size: 1.8rem;
  margin-bottom: 0;
  padding: 0.5rem 0.5rem;
}
.timezone-dropdown .dropdown-options li:hover,
.timezone-dropdown .dropdown-options li:focus {
  background-color: #e1cea6;
  color: #1a3042;
}
.schedule-full-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem;
}
.schedule-full-inner .btn-primary {
  max-width: 280px;
  margin: 0 auto;
}
.schedPicker {
  color: #fff;
  background: none;
  outline: none;
  border: none;
  position: relative;
  font-weight: 700;
  background-image: url("/images/calendar_icon_white.png");
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: 80% 50%;
  font-size: 4rem;
  margin-top: -1rem;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .schedPicker {
    font-size: 3.5rem;
    background-size: 30px;
    margin-top: -0.5rem;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .schedPicker {
    font-size: 3rem;
    background-size: 20px;
    margin-top: -0.5rem;
    margin-left: -5px;
  }
}
@media only screen and (max-width: 400px) {
  .schedPicker {
    font-size: 2.8rem;
    background-position: 88% 50%;
  }
}
@media only screen and (max-width: 350px) {
  .schedPicker {
    background-position: 94% 50%;
  }
}
.schedPicker:hover,
.schedPicker:focus {
  color: westYellow;
  cursor: pointer;
}
.sched-item {
  margin-bottom: 4rem;
  background-color: #e1cea6;
  padding: 1.8rem 2.5rem 1.8rem;
  margin: -1px 1rem 0;
}
@media only screen and (max-width: 500px) {
  .sched-item {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .sched-item {
    margin: 0;
  }
}
.sched-item .sched-show-time {
  color: #691a13;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 600;
  margin-bottom: 0.4rem;
  text-transform: none;
}
.sched-item .sched-show-name {
  font-size: 4.2rem;
  line-height: 4.4rem;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 500px) {
  .sched-item .sched-show-name {
    font-size: 3.8rem;
    line-height: 4rem;
  }
}
.sched-item .sched-episode-title {
  color: #1a3042;
  font-family: "azo-sans-web", sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin: 0 0 0.6rem;
}
.sched-item p {
  color: #1a3042;
  margin: 0.5rem 0 0;
  font-weight: 500;
}
.sched-load-wrapper {
  background-color: #e1cea6;
  margin: 0 1.25rem;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.25);
          box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.25);
  z-index: 8;
}
@media only screen and (max-width: 500px) {
  .sched-load-wrapper {
    margin: 0 0.35rem;
  }
}
.sched-load-more {
  color: #691a13;
  background-color: #e1cea6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem;
  width: 100%;
}
.sched-load-more:hover,
.sched-load-more:focus {
  color: #1a3042;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .sched-load-more {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.btn-primary.sched-load-more i {
  margin-top: 0;
}
.schedule-prev,
.schedule-next {
  text-decoration: none;
  font-size: 4rem;
  line-height: 0;
}
.schedule-prev:hover,
.schedule-next:hover,
.schedule-prev:focus,
.schedule-next:focus {
  text-decoration: none;
}
.schedule-listing-block {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .schedule-listing-block {
    margin-bottom: 3rem;
  }
}
.current-show-wrapper {
  background-color: #1a3042;
  color: #fff;
  padding: 2rem 2.5rem 2rem;
  margin: 0 1rem 0;
}
@media only screen and (max-width: 500px) {
  .current-show-wrapper {
    margin: 0;
  }
}
.current-show-wrapper .current-show {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .current-show-wrapper .current-show .column-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.current-show-wrapper .current-show .column-left .show-image {
  width: 250px;
  margin-right: 1rem;
}
@media only screen and (max-width: 1000px) {
  .current-show-wrapper .current-show .column-left .show-image {
    width: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .current-show-wrapper .current-show .column-left .show-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .current-show-wrapper .current-show .column-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .current-show-wrapper .current-show .column-right-inner {
    padding: 2rem 3rem 0 1rem;
  }
}
.current-show-wrapper .current-show .current-on-now {
  color: #e1cea6;
  font-family: "azo-sans-web", sans-serif;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 400;
}
.current-show-wrapper .current-show .current-on-now,
.current-show-wrapper .current-show .current-show-title {
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 500px) {
  .current-show-wrapper .current-show .current-on-now,
  .current-show-wrapper .current-show .current-show-title {
    margin-bottom: 0.5rem;
  }
}
.current-show-wrapper .current-show .current-show-title a {
  color: #fff;
  letter-spacing: 1px;
}
.current-show-wrapper .current-show .current-show-title a:hover,
.current-show-wrapper .current-show .current-show-title a:focus {
  color: #e1cea6;
}
.current-show-wrapper .current-show .current-show-desc {
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .current-show-wrapper .current-show .current-show-desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}
.current-show-wrapper .current-show .current-show-time {
  font-weight: 400;
  margin-top: 0.5rem;
}
.current-show-wrapper .current-show p {
  color: #fff;
  font-weight: 300;
  margin-top: 1rem;
}
.current-show-wrapper .current-show .current-episode-title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "azo-sans-web", sans-serif;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 500;
}
.schedule-wtw-buttons a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "contempora-sans-condensed", sans-serif;
  font-weight: 400;
  position: relative;
  margin-bottom: 1rem;
  padding: 1.7rem 3.5rem 1.6rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 3rem;
  padding: 1.1rem 3rem 1rem;
}
.schedule-wtw-buttons a:hover,
.schedule-wtw-buttons a:focus {
  text-decoration: none;
  cursor: pointer;
}
.schedule-wtw-buttons a i {
  vertical-align: middle;
  margin: -0.35rem 0 0 0.4rem;
  font-size: calc(2.6rem - 0.3rem);
}
@media only screen and (max-width: 500px) {
  .schedule-wtw-buttons a {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 500px) {
  .schedule-wtw-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.schedule-wtw-link {
  color: #000;
  font-size: 2.4rem;
  margin: 3rem 0;
}
.schedule-wtw-link a {
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (max-width: 500px) {
  .schedule-wtw-link {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.calendar {
  position: relative;
  background-color: #f2e7d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 2rem 2rem 1.6rem;
  margin-bottom: 0.2rem;
  -webkit-box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.25);
          box-shadow: 0px 3px 16.56px 1.44px rgba(0,0,0,0.25);
  z-index: 9;
}
@media only screen and (max-width: 500px) {
  .calendar {
    padding: 1rem 1rem 1rem;
  }
}
.day {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  text-align: center;
}
.day:hover,
.day:focus {
  color: #691a13;
}
.day-name {
  color: #1a3042;
  font-family: "contempora-sans-condensed", sans-serif;
  font-size: 3.6rem;
  padding: 1rem 1rem 0.85rem;
}
.day-name:hover,
.day-name:focus {
  color: #691a13;
}
@media only screen and (max-width: 500px) {
  .day-name {
    font-size: 2.6rem;
    padding: 0.6rem 0 0.4rem;
  }
}
.day-month {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 500px) {
  .day-month {
    margin-bottom: 0;
  }
}
.day-date {
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .day-date {
    margin-top: -8px;
  }
}
.day-info {
  color: #1a3042;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  padding: 0.5rem 0 0;
  gap: 3px;
}
@media only screen and (max-width: 500px) {
  .day-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.5rem;
    padding: 0rem 0.3rem;
    gap: 0;
  }
}
.day-info:hover {
  border-radius: 0;
  color: #691a13;
}
.day-selected .day-name {
  background: #691a13;
  color: #e1cea6;
}
.day-selected .day-info {
  color: #691a13;
}
.day-selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.episode-guide-wrapper h5 {
  margin: 0;
  padding: 0;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.episode-guide-wrapper p {
  margin-top: 0.3rem;
  font-weight: 400;
}
.episode-guide-wrapper .episode {
  margin-bottom: 2.5rem;
}
.select-arrow {
  position: relative;
}
.select-arrow:after {
  content: "\f078";
  color: #e1cea6;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: -5px;
  right: 14px;
  z-index: 1;
  pointer-events: none;
}
.select-wrapper {
  position: relative;
  width: 250px;
  font-family: "contempora-sans-condensed", sans-serif;
  margin-bottom: 3rem;
}
.select-wrapper .select-trigger {
  background: #1a3042;
  color: #e1cea6;
  padding: 1rem 1.5rem 0.9rem;
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
}
.select-wrapper .select-trigger::after {
  content: "\f078";
  color: #e1cea6;
  font-size: 2rem;
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.select-wrapper .select-options {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0;
  background: #1a3042;
  display: none;
}
.select-wrapper .select-item {
  color: #e1cea6;
  font-size: 3rem;
  cursor: pointer;
  text-transform: uppercase;
  padding: 1rem 1.5rem 0.9rem;
}
.select-wrapper .select-item.selected {
  color: #faf3e4;
}
.videos-grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-column-content.videos-grid-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 1%;
}
.two-column-content.videos-grid-wrap .video-grid-tile {
  width: calc(100% / 2 - 1rem);
}
@media only screen and (max-width: 500px) {
  .two-column-content.videos-grid-wrap .video-grid-tile {
    width: 100%;
  }
}
.videos-grid-wrap:after {
  content: "";
  margin-left: 31.666666666667%;
  display: block;
}
.video-grid-tile {
  font-size: 16px;
  margin: 0 0 2.4%;
  width: 31.666666666667% /* 380/1200 */;
}
@media only screen and (max-width: 1200px) {
  .video-grid-tile {
    font-size: 14px;
  }
}
.video-grid-tile img,
.video-page-related-slider li img {
  border: 1px solid #333;
  display: block;
  margin-bottom: 10px;
}
.video-grid-tile h3 {
/*text-transform: uppercase*/
  line-height: 25px;
  line-height: 2.5rem;
}
.video-grid-tile h3,
.video-grid-tile h3 a {
  color: darkBlue;
}
.landing-videos-grid h3,
.landing-videos-grid h3 a,
.video-page-related-wrap a {
  color: darkBlue;
}
.video-grid-tile h3 a,
.video-page-related-wrap a {
  text-decoration: none;
}
.video-page-related-wrap a:hover {
  text-decoration: underline;
}
.video-page-related-wrap .bx-wrapper {
  position: relative;
}
.video-page-info {
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0 50px;
}
.video-page-info h3 {
  color: #ffc0cb;
  font-size: 20px;
  font-style: italic;
  line-height: 25px;
  text-transform: uppercase;
}
.video-page-related-slider {
  list-style: none;
}
.video-page-related-slider h3 {
  text-transform: uppercase;
}
.video-page-related-slider h3 a {
  color: #fff;
}
.video-page-related-slider h3 a:hover {
  color: #ffc0cb;
  text-decoration: none;
}
.related-prev-slide,
.related-next-slide {
  background: gradBahamaMama;
  color: #fff;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  padding: 10px;
  position: absolute;
  top: 87px;
}
.related-prev-slide:hover,
.related-next-slide:hover {
  color: darkBlue;
}
.related-prev-slide {
  left: 0;
}
.related-next-slide {
  right: 0;
}
.video-pages {
  padding: 20px 0 30px;
}
.video-pagination {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.video-pagination .page-number {
  display: inline;
}
.page-number span,
.page-number-link,
.next-prev-pagination {
  background-color: #ffc0cb;
  color: #fff;
  display: block;
  float: left;
  font-weight: robBold;
  margin: 0 4px 4px 0;
  padding: 7px 0 4px;
  text-align: center;
  width: 27px;
}
.page-number span,
.page-number-link:hover,
.next-prev-pagination:hover {
  background-color: #fff;
  color: #800080;
}
.next-prev-pagination {
  width: 50px;
}
.video-pages li {
  list-style: none outside none;
}
.inline-subtitle {
  color: #ffa500;
  margin: 0 0 2rem 1.5rem;
}
@media only screen and (max-width: 500px) {
  .inline-subtitle {
    margin-left: 0;
  }
}
.inline-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 500px) {
  .inline-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.subtitle-secondary {
  color: #1a3042;
  font-family: "azo-sans-web", sans-serif;
  font-size: 4rem;
  line-height: 4.8rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .subtitle-secondary {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .subtitle-secondary {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
.section-title + .shows-time {
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}
.owl-theme .owl-nav {
  position: relative;
}
.owl-theme .owl-nav.disabled {
  opacity: 1;
}
.owl-theme .owl-nav.disabled:hover,
.owl-theme .owl-nav.disabled:focus {
  color: #691a13;
  background-color: none;
}
.owl-theme .owl-nav .fa-chevron-left,
.owl-theme .owl-nav .fa-chevron-right {
  color: #999;
  font-size: 2.8rem;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-row-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .flex-row-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .content-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}
.content-list-item-img,
.content-list-item-copy {
  width: 48.101265822785% /* 380/790 */;
}
@media only screen and (max-width: 767px) {
  .content-list-item-img,
  .content-list-item-copy {
    width: 100%;
  }
}
.content-list-item-img img,
.content-list-item-copy img {
  width: 100%;
  margin-bottom: -0.5rem;
}
.content-list-num {
  background-color: #691a13;
  color: #fff;
  display: block;
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .content-list-num {
    font-size: 4rem;
    padding: 4rem;
  }
}
.content-page-header.content-grid,
.content-page-header .content-grid-item {
  margin-bottom: 0;
}
.byline {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 0.5rem 0 3rem;
}
@media only screen and (max-width: 767px) {
  .byline {
    margin: 0.5rem 0 2rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .byline span {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
.callout-button-container {
  margin-top: 5rem;
}
.inner-flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.content-header-graphic-with-credit {
  position: relative;
  margin-bottom: 2rem;
}
.content-header-graphic-with-credit .content-grid-item-thumb {
  margin-bottom: 0;
}
.content-header-photo-credit {
  position: absolute;
  background-color: rgba(0,0,0,0.478);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  bottom: 3px;
  left: 3px;
  padding: 0.2rem 1rem;
}
.video-icon {
  background-image: url("/images/video-play-icon-6.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.video-icon:hover,
.video-icon:focus {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#tune-in-include-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #691a13;
  position: relative;
  margin-top: 3rem;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #tune-in-include-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#tune-in-include-wrapper .tune-in-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 2rem;
}
#tune-in-include-wrapper .tune-in-image {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media only screen and (max-width: 1000px) {
  #tune-in-include-wrapper .tune-in-image {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
}
#tune-in-include-wrapper .tune-in-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px 0 0 10px;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  #tune-in-include-wrapper .tune-in-photo {
    border-radius: 10px 10px 0 0;
  }
}
#tune-in-include-wrapper .tune-in-heading {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 600;
  margin-bottom: 0;
}
#tune-in-include-wrapper .tune-in-heading a {
  color: #fff;
}
#tune-in-include-wrapper .tune-in-heading a:hover,
#tune-in-include-wrapper .tune-in-heading a:focus {
  color: #000;
}
#tune-in-include-wrapper .tune-in-tagline {
  color: #fff;
  font-weight: 700;
  margin: 1rem 0 0;
}
.content-see-also h2 {
  color: #691a13;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.content-see-also .content-see-also-img {
  background: #691a13;
  width: 50%;
  border-radius: 10px;
  float: left;
  margin: 0 2.5rem 1rem 0;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .content-see-also .content-see-also-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.content-see-also .content-see-also-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.content-see-also .content-see-also-img img:hover .content-see-also-overlay a {
  color: #691a13;
}
.content-see-also .content-see-also-img a {
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}
.content-see-also .content-see-also-img a:hover,
.content-see-also .content-see-also-img a:focus {
  text-decoration: none;
}
.content-see-also .content-see-also-img a:hover,
.content-see-also .content-see-also-img a:focus {
  color: #000;
}
.content-see-also .content-see-also-img .content-see-also-overlay {
  padding: 1rem 2rem 2rem;
}
.page-link.active {
  color: #691a13;
}
.pagination {
  margin: 0 auto 4rem;
}
.pagination a {
  color: #000;
  font-size: 2.8rem;
  margin: 0 1rem;
}
.wtw-header {
  margin-bottom: 2rem;
}
.wtw-subtitle {
  margin-bottom: 2rem;
}
.wtw-location-instruction {
  color: #174768;
  font-family: "azo-sans-web", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  border-bottom: 3px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
.wtw-zip-search form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 3px solid #691a13;
  margin-right: 2rem;
}
@media only screen and (max-width: 500px) {
  .wtw-zip-search form {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.wtw-zip-search input,
.wtw-zip-search button {
  display: block;
  background: none;
  border: none;
  height: 30px;
}
.wtw-zip-search input {
  color: #000;
  font-size: 1.6rem;
  padding: 0 1rem 0.7rem;
  width: 450px;
  margin-bottom: 0.3rem;
  outline: none;
  text-transform: uppercase;
}
.wtw-zip-search input::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
}
.wtw-zip-search button {
  color: #8b4513;
  border: none;
  font-size: 2rem;
  padding: 0;
}
.wtw-zip-search button i:hover,
.wtw-zip-search button i:focus {
  color: #691a13;
}
.wtw-zip-search button:hover,
.wtw-zip-search button:focus {
  color: #000;
}
.wtw-tunein-info {
  font-weight: 600;
  padding: 1.5rem;
}
.wtw-tunein-select:hover,
.wtw-tunein-select:focus,
.wtw-tunein-select:hover a,
.wtw-tunein-select:focus a,
.wtw-tunein-select.wtw-tunein-info a:hover,
.wtw-tunein-select.wtw-tunein-info a:focus {
  background: #e1cea6;
  color: #fff;
  cursor: default;
}
.wtw-channel-list-line {
  position: absolute;
  right: 0;
  top: -28px;
  left: 64px;
  border-bottom: 2px solid #000;
  border-top: none;
}
.wtw-channel-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wtw-channel-list li {
  position: relative;
  padding: 3rem 1.5rem 2.5rem;
  margin-bottom: 0;
}
.wtw-channel-list li:first-child .wtw-channel-list-line {
  border-bottom: none;
}
.wtw-channel-list li.wtw-see-schedule-container {
  padding: 1rem 1.5rem 1.5rem;
}
.wtw-channel-checkbox-wrap input {
  margin: 0;
  position: absolute;
  opacity: 0;
  z-index: 99999999;
  width: 32px;
  height: 24px;
}
.wtw-channel-checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.wtw-channel-checkbox-wrap input + label {
  color: #1a3042;
  cursor: pointer;
  font-weight: 500;
  padding: 0;
  position: relative;
}
.wtw-channel-checkbox-wrap input + label:before {
  background: transparent;
  border: 3px solid #000;
  border-radius: 1px;
  content: "";
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  margin: 0 2rem 0 0.3rem;
}
.wtw-channel-checkbox-wrap input:checked + label:after {
  content: "\f00c";
  background: #1a3042;
  color: #e1cea6;
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  position: absolute;
  left: 4px;
  top: 1px;
  height: 30px;
  width: 30px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .wtw-channel-checkbox-wrap input:checked + label:after {
    font-size: 2.8rem;
    padding-top: 3px;
    height: 25px;
  }
}
.wtw-tunein-select:hover input + label:before,
.wtw-tunein-select:focus input + label:before {
  color: #000;
  border: 3px solid #000;
}
.wtw-tunein-select:hover .wtw-channel-checkbox-wrap input:checked + label:after {
  color: #e1cea6;
}
.wtw-see-schedule-container {
  padding-bottom: 3rem;
  margin: 0 0 2rem;
}
table.provider-table td {
  width: 50%;
  display: table-cell;
}
@media only screen and (max-width: 500px) {
  table.provider-table td:nth-child(odd) {
    border-bottom: 1px solid #132056;
    width: 65%;
  }
  table.provider-table td:nth-child(even) {
    border-bottom: 1px solid #132056;
    padding-left: 10px;
    border-left: 1px dotted #132056;
    width: 35%;
  }
}
.schedule-wtw-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.leaderboard-tunein {
  margin-bottom: 20px;
  margin-top: 20px;
}
select {
  border: none;
  padding: 0.2rem;
}
form input,
form textarea,
form select#state,
form select {
  border: 1px solid #000;
}
form input,
form textarea,
form select {
  width: 100%;
  margin-bottom: 3rem;
}
form input,
form textarea {
  padding: 1rem;
}
form select {
  background-image: url("/images/select_arrow.png");
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 0.5rem 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 45px;
  width: 100%;
  border-radius: 0;
}
form textarea {
  height: 100px;
}
form label,
form .register-email-form label,
form .form-error-mesg {
  font-weight: 600;
}
form label {
  margin-bottom: 1rem;
}
form select {
  height: 47px;
}
form .g-recaptcha {
  margin: 0 auto 3rem;
  width: 100%;
}
form .form-error-msg,
form label {
  margin: 0 0 0.5rem;
  display: block;
}
#main-content form button[type="submit"] {
  margin-top: 1rem;
  width: auto;
}
.contact-form {
  min-width: 300px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.contact-form input,
.contact-form textarea,
.contact-form label,
.contact-form select,
.contact-form .form-error-msg {
  display: block;
}
@media only screen and (max-width: 900px) {
  .contact-form input,
  .contact-form textarea,
  .contact-form label,
  .contact-form select,
  .contact-form .form-error-msg {
    width: 100%;
  }
}
.contact-form .contact-form-newsletter-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2rem 1.5rem;
}
@media only screen and (max-width: 500px) {
  .contact-form .contact-form-newsletter-signup {
    margin-left: 2rem;
  }
}
.contact-form .contact-form-newsletter-signup [type=checkbox] {
  height: 3rem;
  margin-top: 0.5rem;
  min-width: 10%;
}
@media only screen and (max-width: 900px) {
  .contact-form .contact-form-newsletter-signup [type=checkbox] {
    min-width: 10%;
  }
}
.contact-form .contact-form-newsletter-signup label {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  min-width: 100%;
}
@media only screen and (max-width: 500px) {
  .contact-form .contact-form-newsletter-signup label {
    margin: 0.5rem 0 0 1rem;
  }
}
.form-error-msg {
  color: #f00;
  font-size: 1.6rem;
}
.other-contact {
  float: right;
  line-height: 2.5rem;
}
.other-contact h3 {
  margin: 2rem 0 1rem;
}
.privacy-optout-form {
  max-width: 500px;
  margin-top: 2rem;
}
.success-message,
.error-message {
  margin-bottom: 2rem;
  padding: 2rem;
  text-align: center;
}
.success-message {
  background-color: #1a3042;
  color: #fff;
}
.error-message {
  background-color: #db0000;
  color: #fff;
  font-size: 1.9rem;
  padding: 0.7rem 0.5rem 0.9rem;
}
.anchor-offset {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
#disqus_thread {
  margin: 30px 0;
}
input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.search-results-message {
  color: #691a13;
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
  margin-bottom: 5rem;
}
.search-list-item {
  margin-bottom: 2rem;
}
.search-list-img {
  float: left;
  margin-right: 1.5rem;
  width: 20.408163265306% /* 200/980 */;
}
.search-list-desc h3,
.search-list-desc h3 a {
  color: #000;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 4rem;
}
.search-list-desc h3 a:hover,
.search-list-desc h3 a:focus {
  color: #8b4513;
}
.search-nav-wrap {
  padding: 3rem 0 3rem;
}
.search-nav-previous {
  float: left;
}
.search-nav-next {
  color: #8b4513;
  float: right;
  text-align: right;
}
.search-nav-next:hover,
.search-nav-next:focus {
  color: dablBlack;
}
aside section {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 500px) {
  aside section {
    margin-bottom: 4rem;
  }
}
aside .now-next,
aside .on-next {
  width: 100%;
  border: none;
}
aside .now-next-full {
  padding: 3rem 2rem 1rem;
  border: none;
}
aside .now-next-full .on-next {
  width: 100%;
  margin-bottom: 2rem;
}
aside .now-next-full .on-now-time {
  margin-bottom: 0.5rem;
}
aside .now-next-full .now-next-show {
  margin-bottom: 0;
}
aside .now-next-full .now-next-container .now-next {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
aside .now-next-full.full-content {
  margin: -1rem 0 5rem;
}
aside .now-next-full,
aside .now-next-full .now-next-wrap,
aside .now-next-full .now-next-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
aside .timezone-dropdown .dropdown-selected:after {
  right: 12px;
}
@media only screen and (max-width: 500px) {
  aside .timezone-dropdown .dropdown-selected:after {
    right: 0;
  }
}
aside .schedule-full {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0 0;
}
aside .schedule-full .schedule-full-inner {
  padding: 0;
}
aside .content-grid {
  margin-bottom: 2.5rem;
}
aside .content-grid .content-grid-item {
  margin-bottom: 3rem;
}
aside .content-grid .content-grid-item-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
}
aside .content-grid .content-grid-item-excerpt {
  font-size: 2rem;
  line-height: 2.4rem;
}
.shows-callout img {
  -webkit-box-shadow: 0px 4px 4px 4px rgba(0,0,0,0.15);
          box-shadow: 0px 4px 4px 4px rgba(0,0,0,0.15);
  margin-bottom: 1.5rem;
}
.shows-callout a {
  color: #1a3042;
}
.shows-callout a:hover,
.shows-callout a:focus {
  color: #691a13;
}
.shows-callout .shows-title {
  margin-bottom: 1.5rem;
}
.content-grid-item a:hover .shows-title {
  color: #691a13;
}
.content-grid-item a:hover h3 {
  color: #691a13;
}
.shows-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 500px) {
  .shows-grid {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .shows-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shows-listing a {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .shows-listing .three-column-grid-inner {
    grid-gap: 0;
    margin: 0;
    padding: 0;
  }
}
.now-next-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .now-next-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.now-next-list .list-item-wrapper {
  width: calc(100% / 3 - 2rem);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .now-next-list .list-item-wrapper {
    width: 100%;
  }
}
.now-next-list .on-time {
  font-weight: bold;
  margin-bottom: 1rem;
}
.now-next-list .episode-title {
  color: #691a13;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.now-next-list p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shows-time {
  margin-bottom: 1.5rem;
}
footer {
  background: #1a3042;
  color: #fff;
  padding: 2.5rem 0 2rem;
  text-align: center;
  clear: both;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}
footer ul li {
  position: relative;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 1.5rem 1rem;
}
footer ul li::after {
  content: "|";
  position: absolute;
  right: -2rem;
}
footer ul li:last-child::after {
  content: "";
}
footer ul a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #fff;
  font-weight: 400;
}
footer ul a:hover,
footer ul a:focus {
  color: #e1cea6;
}
.footer-disclaimer li a {
  color: #fff;
}
footer .leaderboard-wrap {
  margin-bottom: 3rem;
}
.copyright {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}
@media only screen and (max-width: 500px) {
  .copyright {
    margin-top: 2rem;
  }
}
.privacy-banner-wrapper {
  background-color: #332f29;
  color: #fff;
  opacity: 0.9;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99999;
}
@media only screen and (max-width: 900px) {
  .privacy-banner-wrapper {
    bottom: 0px;
  }
}
.privacy-banner-wrapper .privacy-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 1.8rem;
  padding: 1rem 1.5rem 1.2rem;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  .privacy-banner-wrapper .privacy-banner-inner {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .privacy-banner-wrapper .privacy-banner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.privacy-banner-wrapper .privacy-banner-message {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}
@media only screen and (max-width: 500px) {
  .privacy-banner-wrapper .privacy-banner-message {
    margin-bottom: 2.4rem;
  }
}
.privacy-banner-wrapper .privacy-banner-message a {
  color: #fff;
  text-decoration: underline;
}
.privacy-banner-wrapper .privacy-banner-message a:hover,
.privacy-banner-wrapper .privacy-banner-message a:focus {
  text-decoration: none;
}
.privacy-banner-wrapper .close-btn {
  background-color: #585858;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0.8rem 7rem;
  margin-left: 3rem;
  border-radius: 50px;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .privacy-banner-wrapper .close-btn {
    font-size: 2rem;
    padding: 0.8rem 4rem;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .privacy-banner-wrapper .close-btn {
    margin-left: 0;
  }
}
.privacy-banner-wrapper .close-btn:hover,
.privacy-banner-wrapper .close-btn:focus {
  background-color: #fff;
  color: #585858;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
