@charset "UTF-8";
@font-face {
  font-family: 'PBSSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.eot");
  /* IE9 Compat Modes */
  src: local("PBS Sans"), local("PBSSans"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.eot?#iefix") format("embedded-opentype"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.woff2") format("woff2"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.woff") format("woff"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.ttf") format("truetype"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.svg#PBSSans") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'PBSSans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Bold.eot");
  /* IE9 Compat Modes */
  src: local("PBS Sans Bold"), local("PBSSansBold"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Bold.eot?#iefix") format("embedded-opentype"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Bold.woff2") format("woff2"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Bold.woff") format("woff"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Bold.ttf") format("truetype"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Bold.svg#PBSSans-Bold") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'PBSSans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-It.eot");
  /* IE9 Compat Modes */
  src: local("PBS Sans It"), local("PBSSansIt"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-It.eot?#iefix") format("embedded-opentype"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-It.woff2") format("woff2"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-It.woff") format("woff"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-It.ttf") format("truetype"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-It.svg#PBSSans-It") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'PBSSans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Light.eot");
  /* IE9 Compat Modes */
  src: local("PBS Sans Light"), local("PBSSansLight"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Light.eot?#iefix") format("embedded-opentype"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Light.woff2") format("woff2"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Light.woff") format("woff"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Light.ttf") format("truetype"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Light.svg#PBSSans-Light") format("svg");
  /* Legacy iOS */ }

html {
  box-sizing: border-box;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 10px; }
  html.modal-open {
    overflow: hidden; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin-top: 0 !important;
  font-size: 10px;
  font-weight: 400;
  background-color: #ffffff;
  line-height: 1.5; }

ul {
  list-style: none;
  margin: 0; }

.container .date {
  font-size: 1.3rem; }

.container .box {
  padding: 16px;
  word-wrap: break-word;
  background: #ffffff; }
  .container .box:first-child {
    margin-top: 0; }
  .container .box img {
    max-width: 100%; }

.clearfix::before, .clearfix::after {
  content: '';
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix::after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  box-sizing: border-box; }

img[src=""] {
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0; }

table td {
  padding: 3px;
  font-size: 1.3rem; }

pre,
code {
  font-size: 1.3rem; }

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm {
    display: block !important; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important; }
  .visible-md {
    display: block !important; } }

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg {
    display: block !important; } }

main.content.content-with-rail .container {
  width: 100%;
  max-width: 1280px;
  padding: 0; }

main.content:not(.content-with-rail) > .row-fluid > .container {
  width: 100%;
  padding: 0; }
  main.content:not(.content-with-rail) > .row-fluid > .container .content-wrapper .container {
    width: 100%;
    padding: 0; }
    main.content:not(.content-with-rail) > .row-fluid > .container .content-wrapper .container:not(.full-width) {
      max-width: 1280px; }

main.content .page-header-component {
  margin-top: -2.127vw; }

header > .row-fluid .container,
footer > .row-fluid .container {
  width: 100%;
  padding: 0; }

body > header {
  position: relative;
  z-index: 2; }
  body > header .container {
    margin: 0; }
    @media (max-width: 1024px) {
      body > header .container div[class^="component"] > :not(nav):not(.menu--navbar-nav__spacer) {
        transition: all 0.3s ease-in; } }
    .nav-is-open body > header .container div[class^="component"] > :not(nav):not(.menu--navbar-nav__spacer) {
      transform: translateX(80%); }
      @media (min-width: 550px) {
        .nav-is-open body > header .container div[class^="component"] > :not(nav):not(.menu--navbar-nav__spacer) {
          transform: translateX(440px); } }
      @media (min-width: 1025px) {
        .nav-is-open body > header .container div[class^="component"] > :not(nav):not(.menu--navbar-nav__spacer) {
          transform: translateX(0); } }

@media (max-width: 1024px) {
  main, footer {
    transition: all 0.3s ease-in; } }

.nav-is-open main, .nav-is-open footer {
  transform: translateX(80%); }
  @media (min-width: 550px) {
    .nav-is-open main, .nav-is-open footer {
      transform: translateX(440px); } }
  @media (min-width: 1025px) {
    .nav-is-open main, .nav-is-open footer {
      transform: translateX(0); } }

main .component, footer .component {
  margin-top: 2.127vw; }
  main .component:not(:last-of-type) .section-header-component, footer .component:not(:last-of-type) .section-header-component {
    margin-bottom: -1.59525vw; }

@media (max-width: 1023px) {
  .content-wrapper,
  .rail-wrapper {
    width: 100%;
    float: none; } }

@media (min-width: 1024px) {
  .rail-wrapper {
    width: calc(25% - 12.03008px); }
    .rail-wrapper.pull-left {
      margin-right: 24.06015px; }
    .rail-wrapper.pull-right {
      margin-left: 24.06015px; }
    .rail-wrapper .row-fluid .container {
      max-width: 100%; }
  .content-wrapper {
    width: calc(75% - 12.03008px); } }

.content-wrapper.full-width {
  width: 100%;
  float: none; }

main .container.has-background-image, header .container.has-background-image, footer .container.has-background-image {
  background-size: cover;
  background-repeat: no-repeat; }

main div[id^="layout-"].has-background-image div[id^="column-"] .component:first-of-type, main div[id^="layout-"].has-background-color div[id^="column-"] .component:first-of-type, header div[id^="layout-"].has-background-image div[id^="column-"] .component:first-of-type, header div[id^="layout-"].has-background-color div[id^="column-"] .component:first-of-type, footer div[id^="layout-"].has-background-image div[id^="column-"] .component:first-of-type, footer div[id^="layout-"].has-background-color div[id^="column-"] .component:first-of-type {
  margin-top: 0; }

main .container.full-height {
  min-height: 100vh; }

@media (min-width: 768px) {
  main .container.center-layout-content-vertically {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.ad {
  font-size: 1.1em;
  text-align: center; }
  .ad p {
    margin: 0;
    font-size: inherit; }
  .ad img {
    max-width: 100%;
    margin: 0 auto; }
  .ad.box {
    padding: 4px 8px; }
  .ad .pbs-sponsorship a {
    font-weight: 700; }

.bento3 .airdates-container .details {
  padding: 8px 8px 4px 8px; }

.bento3 .airdates-container .show .airdate-row {
  padding: 8px;
  line-height: 1.4; }
  .bento3 .airdates-container .show .airdate-row > * {
    vertical-align: top; }
  .bento3 .airdates-container .show .airdate-row .day {
    width: 33%; }
  .bento3 .airdates-container .show .airdate-row .station {
    width: 25%; }

.cms-blogger .blog-post p {
  font-size: 14px; }

.blog-river .blog-entries {
  border-bottom: 1px solid #ddd; }
  .blog-river .blog-entries .box {
    border-bottom: 0;
    border-top: 0; }

.container .blog-river .box {
  margin-bottom: 0;
  padding-bottom: 0; }
  .container .blog-river .box:first-child {
    padding-top: 20px; }

.container .blog-river .blog-river-title {
  font-weight: 700;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px; }

.blog-river {
  word-wrap: break-word; }
  .blog-river .clearfix {
    margin-bottom: 0; }
  .blog-river .section-content {
    border-bottom: 1px dashed #d5d5d5; }
    .blog-river .section-content p {
      word-break: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  .blog-river .box:last-child .section-content {
    border: 0;
    padding: 0; }
  .blog-river .blog-entry-thumbnail {
    float: left;
    margin-right: 20px;
    margin-bottom: 1.5em;
    display: table-cell; }
    .blog-river .blog-entry-thumbnail .filer_image_container {
      margin: 0 !important;
      max-width: 100%; }
      .blog-river .blog-entry-thumbnail .filer_image_container .img-details {
        max-width: 100%; }
        .blog-river .blog-entry-thumbnail .filer_image_container .img-details .img-caption {
          padding: 10px; }
        .blog-river .blog-entry-thumbnail .filer_image_container .img-details .img-credit {
          padding: 0 10px 10px; }
    .blog-river .blog-entry-thumbnail.span6 img {
      width: 100%; }
  .blog-river .blog-entry-aside {
    display: table-cell; }
    .blog-river .blog-entry-aside .module-title {
      display: block;
      font-size: 2em; }
      .blog-river .blog-entry-aside .module-title a {
        color: #464646; }
    .blog-river .blog-entry-aside .meta-data {
      display: block; }
    .blog-river .blog-entry-aside .meta-data.author {
      margin-bottom: 10px; }
  .blog-river .pagination .current-page {
    float: left;
    height: 24px;
    margin-right: 10px;
    line-height: 24px; }
  .blog-river .pagination {
    margin-top: 0;
    margin-bottom: 15px; }
    .blog-river .pagination ul {
      margin-left: 10px !important;
      border: 0 !important;
      border-radius: none !important;
      box-shadow: none !important; }
      .blog-river .pagination ul li {
        float: left;
        height: 24px;
        font-size: 20px;
        line-height: 24px;
        border: 0 !important; }
        .blog-river .pagination ul li a, .blog-river .pagination ul li span {
          padding-top: 0;
          padding-bottom: 0;
          border: 0; }
        .blog-river .pagination ul li.first div.first,
        .blog-river .pagination ul li.first div.first-inactive,
        .blog-river .pagination ul li.last div.last,
        .blog-river .pagination ul li.last div.last-inactive {
          width: 18px;
          height: 24px; }
        .blog-river .pagination ul li.first div.first {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/arrow-pag-first.png?596f72fff5db606ef52140079a2eac3b) center left no-repeat; }
        .blog-river .pagination ul li.first div.first-inactive {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/arrow-pag-first-inactive.png?f7fd21f940efd0b9d0545c76876e321a) center right no-repeat; }
        .blog-river .pagination ul li.last div.last {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/arrow-pag-last.png?b62af9aad5ec0be255970a2c741dcfd2) center left no-repeat; }
        .blog-river .pagination ul li.last div.last-inactive {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/arrow-pag-last-inactive.png?0c09460e058c7666fcd0ee8e09ff6949) center left no-repeat; }
        .blog-river .pagination ul li.next div.right {
          width: 13px;
          height: 24px;
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/arrow-pag-right.png?dd866080902722db35d9df9a30273bb1) center left no-repeat; }
        .blog-river .pagination ul li.previous div.left {
          width: 13px;
          height: 24px;
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/arrow-pag-left.png?138cd53d77b6ca4a0e500947143dca58) center right no-repeat; }

.right-rail .blog-river .blog-entry-aside {
  display: block;
  clear: both; }

.right-rail .blog-river .blog-entry-thumbnail.span6 {
  width: 100%;
  margin-right: 0; }

@media (max-width: 370px) {
  .blog-river .blog-entry-aside, .blog-river .blog-entry-thumbnail {
    display: block;
    float: none !important; } }

@media (min-width: 450px) and (max-width: 567px) {
  .blog-river .blog-entry-aside,
  .blog-river .blog-entry-thumbnail,
  .right-rail .blog-river .blog-entry-aside {
    display: table-cell !important;
    clear: none !important; } }

@media (min-width: 600px) and (max-width: 1024px) {
  .right-rail .blog-river .blog-entry-aside, .right-rail .blog-river .blog-entry-thumbnail {
    display: block;
    float: none; } }

.breadcrumbs {
  padding: 10px; }
  .breadcrumbs li {
    display: inline;
    font-size: 1.1em; }
    .breadcrumbs li a {
      color: #666; }
    .breadcrumbs li:last-child {
      font-weight: 800; }

.call-to-action {
  position: relative;
  margin-bottom: 14px; }
  .call-to-action img {
    max-height: 75px; }
  @media only screen and (max-width: 768px) {
    .call-to-action {
      display: none; } }

.carousel {
  zoom: 1;
  font-size: 10px !important; }
  .carousel .carousel-control {
    font-size: 56px;
    line-height: 56px;
    border: 0;
    opacity: 1; }
    .carousel .carousel-control.right {
      right: 0;
      width: 46px;
      height: 56px;
      line-height: 56px;
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/right-arrow.png?72db8beb4167ea1b5ca738b420d66264) no-repeat center center; }
      @media (max-width: 320px) {
        .carousel .carousel-control.right {
          width: 30px;
          height: 40px;
          font-size: 40px;
          line-height: 40px; } }
    .carousel .carousel-control.left {
      left: 0;
      width: 46px;
      height: 56px;
      line-height: 56px;
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/left-arrow.png?d27d590ac006c0a5b3c7ffff25529dd2) no-repeat center center; }
      @media (max-width: 320px) {
        .carousel .carousel-control.left {
          width: 30px;
          height: 40px;
          font-size: 40px;
          line-height: 40px; } }
  .carousel .carousel-caption h2, .carousel .carousel-caption .section-header-component .section-header-value.h2_tag .text-input, .section-header-component .section-header-value.h2_tag .carousel .carousel-caption .text-input {
    margin-bottom: 5px !important; }
    .carousel .carousel-caption h2 *, .carousel .carousel-caption .section-header-component .section-header-value.h2_tag .text-input *, .section-header-component .section-header-value.h2_tag .carousel .carousel-caption .text-input * {
      color: #ffffff; }
  .carousel .carousel-caption a, .carousel .carousel-caption a:hover {
    color: #ffffff; }
  .carousel .carousel-caption a:hover, .carousel .carousel-caption a:focus {
    text-decoration: underline; }
  @media (max-width: 320px) {
    .carousel .carousel-caption p {
      display: none; } }
  .carousel .item {
    background: #272727; }
    .carousel .item a {
      display: block; }
      .carousel .item a img {
        display: block;
        margin: auto; }

#pbs_distribution_header #pbs_distribution_header_content {
  width: 100% !important; }

@media (min-width: 769px) and (max-width: 979px) {
  #pbs_distribution_header #pbs_distribution_menu, #pbs_distribution_header #pbs_distribution_mid_content {
    width: 724px !important; }
  .container {
    width: 96%; } }

@media (max-width: 979px) and (min-width: 768px) {
  .container {
    width: 100%; } }

@media (max-width: 768px) {
  #pbs_distribution_header #pbs_distribution_navigation, #pbs_distribution_header #pbs_distribution_search {
    display: none !important; }
  #pbs_distribution_header #pbs_distribution_mid_content {
    padding-top: 0 !important; }
  #pbs_distribution_header #pbs_distribution_header_content, #pbs_distribution_header .header_background {
    min-height: auto !important; }
  #pbs_distribution_header {
    height: 28px;
    overflow: hidden; } }

.error-page-content .error-title, .error-page-content .information {
  border-bottom: 1px dotted #cacaca; }
  .error-page-content .error-title a, .error-page-content .information a {
    font-size: 1.2em; }

.error-page-content .error-title {
  padding-bottom: .5em;
  margin: 0 0 .5em; }
  @media only screen and (max-width: 768px) {
    .error-page-content .error-title {
      font-size: 2.3em; } }

.error-page-content .information {
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .error-page-content .information img {
    margin: 0 2.4em .7em 0; }

.error-page-content ul {
  padding: 0;
  margin: 0; }
  .error-page-content ul li {
    font-size: 1.3em;
    list-style: none; }
    .error-page-content ul li a {
      font-weight: 700; }

.fb_iframe_widget.fb-activity > span, .fb_iframe_widget.fb-activity > span iframe {
  width: 100% !important; }

.fb_iframe_widget.fb-like, .fb_iframe_widget.fb-like > span {
  width: 100% !important; }

footer.container {
  margin-top: 20px; }

footer .nav {
  margin-bottom: 0;
  font-family: Arial; }
  footer .nav li {
    display: inline-block;
    padding: 0 15px;
    color: #3a3a3a;
    border-right: 2px solid #3a3a3a; }
    footer .nav li:last-child {
      border: 0; }
    footer .nav li a {
      color: #3a3a3a; }
      footer .nav li a:hover, footer .nav li a:focus {
        text-decoration: underline !important;
        background: none !important; }

footer .nav.main {
  margin-top: 15px;
  margin-bottom: 15px; }
  footer .nav.main li a {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.6rem;
    line-height: 22px; }

footer .nav.secondary {
  margin-bottom: 25px; }
  footer .nav.secondary li {
    border-right: 1px solid; }
    footer .nav.secondary li:last-child {
      border: 0; }
    footer .nav.secondary li a {
      font-size: 15px;
      color: #666; }
    footer .nav.secondary li small {
      font-weight: 400;
      font-size: 15px;
      line-height: 21px;
      width: 100%;
      color: #666666; }

footer .funders {
  padding: 20px 15px !important;
  font-family: Arial;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: #ffffff;
  font-color: #4b4b4b; }
  footer .funders img {
    max-width: 100% !important;
    max-height: 100% !important; }
  footer .funders .funder-image {
    float: left;
    height: 45px;
    padding: 15px; }
  footer .funders .bordered {
    border-bottom: 1px #dedede solid; }

@media (max-width: 768px) {
  footer .nav.secondary li {
    display: block;
    width: 100%;
    border: 0; } }

@inport 'styles/custom/includes';
.bento3 #pbs_dh_nav ul li a, .bento3 #pbs_dh_nav ul li a:visited {
  color: #222222; }

.media-feed {
  padding: 15px;
  margin-bottom: 12px;
  word-spacing: break-word;
  background: #ffffff; }
  .media-feed .media {
    padding: 15px 0;
    margin-top: none !important;
    border-top: dashed 1px #d8d8d8; }
    .media-feed .media span {
      font-size: 1.3em; }

.main-menu {
  color: #3a3a3a;
  background: #b1e0f1;
  margin: 0 auto !important; }
  .main-menu .navbar.split-button li.active, .main-menu .navbar.split-button li.active > a + .dropdownBg, .main-menu .navbar.split-button li.open, .main-menu .navbar.split-button li.open > a + .dropdownBg, .main-menu .navbar.split-button li:hover, .main-menu .navbar.split-button li:hover > a + .dropdownBg {
    background: #ffffff; }
  .main-menu a:hover, .main-menu li.open > a, .main-menu li.open, .main-menu li:hover {
    background: #ffffff; }
  .main-menu .dropdown-menu li a {
    color: #3a3a3a;
    border-bottom: 1px solid #ffffff; }
    .main-menu .dropdown-menu li a:hover, .main-menu .dropdown-menu li a:focus {
      color: #444;
      background-color: #ccc !important;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .main-menu li.divider-vertical {
    width: 2px;
    background-color: #ffffff;
    border: 0; }
  @media (max-width: 768px) {
    .main-menu, .main-menu a:hover {
      background: 0 0 !important; }
    .main-menu .dropdown-menu li a:hover {
      background-color: transparent !important; } }

.action-bar {
  background: #000000; }

.dropdown-menu li a, .navbar .divider-vertical {
  border-color: #ffffff; }

.box.pledge {
  background-color: #ffffff !important;
  border-color: #ddd !important; }
  .box.pledge a, .box.pledge a .pledge-body {
    color: #313740; }

.main-menu .navbar .nav > .active > a {
  background: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.navbar.split-button .nav li {
  padding: 0 10px; }
  .navbar.split-button .nav li.divider-vertical {
    padding: 0; }
  .navbar.split-button .nav li.open {
    position: relative; }
  @media only screen and (max-width: 768px) {
    .navbar.split-button .nav li {
      padding: 0; } }
  .navbar.split-button .nav li ul.dropdown-menu {
    left: 0;
    margin: 0;
    top: 35px; }
  .navbar.split-button .nav li a {
    padding: 0; }

@media all and (min-width: 769px) and (max-width: 1023px) {
  .navbar .nav > li > a {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .navbar.split-button .nav > li {
    padding-right: 12px !important;
    padding-left: 12px !important; }
    .navbar.split-button .nav > li > a {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .navbar.split-button .nav > li .dropdownBg .caret {
      vertical-align: middle; }
    .navbar.split-button .nav > li.divider-vertical {
      padding: 0 !important; } }

.navbar {
  display: table;
  height: 100%;
  margin: 0; }
  .navbar .entry {
    display: table-cell;
    vertical-align: middle; }
    .navbar .entry a {
      text-decoration: none;
      background: 0 0; }

.newsletter .aside-title {
  font-size: 1.2em; }

.newsletter .form-newsletter input[name=email_address] {
  float: left;
  font-size: 1.1em; }

.newsletter .form-newsletter button[type=submit] {
  float: left;
  height: 25px;
  margin-top: 2px;
  margin-left: 2%;
  font-size: 1em;
  border-radius: 0 !important; }

.player-wrapper, .text-plugin .player-wrapper {
  border: 1px solid #dcdcdc; }

.player-wrapper {
  display: block;
  background-color: #222222 !important;
  text-align: left;
  padding: 0 !important; }
  .player-wrapper.player-small {
    max-width: 371px !important;
    margin: inherit; }
  .player-wrapper .partner-player-wrapper {
    display: block;
    padding: 0 !important;
    background-color: #1c2022;
    line-height: 0;
    text-align: center; }
  .player-wrapper .title {
    font-weight: 400;
    color: #474747;
    font-size: 19px;
    line-height: 27px;
    margin: 10px 0 5px;
    display: block; }
    .player-wrapper .title a {
      color: #474747; }
  .player-wrapper .content-channel {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block; }
    .player-wrapper .content-channel + .title {
      margin: 3px 0 8px; }
  .player-wrapper .description {
    font-weight: 600;
    color: #666;
    font-size: 13px;
    line-height: 21px;
    margin: 0;
    display: block; }

.information {
  padding: 0 18px;
  display: block;
  margin-bottom: 20px; }

iframe#partnerPlayer {
  width: 100% !important; }

.pledge {
  zoom: 1; }
  .pledge.box {
    padding: 0;
    background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/arrow-pledge.png?f8708b579ff5b11e2a0ea799540cd0fd) 91.22819% center no-repeat #ffffff !important; }
  .pledge a {
    display: block;
    padding: 19px 26.845637584% 19px 6.040268456%;
    color: #313740;
    text-decoration: none; }
    .pledge a:hover .pledge-title, .pledge a:hover .pledge-title .pledge-title, .pledge a:focus .pledge-title, .pledge a:focus .pledge-title .pledge-title {
      text-decoration: underline; }
  .pledge .pledge-title {
    display: block;
    font-size: 1.9em;
    font-weight: 700; }
  .pledge .pledge-body {
    font-size: 1; }

.producer-action-banner {
  margin-bottom: 12px;
  border: 1px solid #ddd; }
  .producer-action-banner a {
    font-weight: 100; }
    .producer-action-banner a .banner-text {
      padding: 20px;
      font-size: 2.4em;
      line-height: 1.8em; }
  @media (max-width: 768px) {
    .producer-action-banner {
      position: absolute;
      top: 0;
      left: 37%;
      width: auto !important;
      min-height: 57px; } }

.bento3 #programaz {
  font-size: 1.2em;
  word-wrap: break-word; }
  .bento3 #programaz .alphabetnav {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .bento3 #programaz .alphabetnav {
        width: auto; } }
    .bento3 #programaz .alphabetnav a {
      padding: 2px 5px; }
  .bento3 #programaz .programlist li {
    padding: 0 !important; }
  .bento3 #programaz .programlist a, .bento3 #programaz .programlist a:hover, .bento3 #programaz .programlist a:focus {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis; }
  .bento3 #programaz .programlist a:hover, .bento3 #programaz .programlist a:focus {
    padding-left: 5px; }

.right-rail-arrow {
  margin-bottom: 12px;
  background: #ffffff; }
  .right-rail-arrow section {
    position: relative;
    min-height: 45px; }
  .right-rail-arrow .icon-angle-right {
    position: absolute;
    right: 10px;
    top: 0;
    display: inline-block;
    height: 100%;
    font-size: 4.5em; }
  .right-rail-arrow.box {
    padding: 0; }
  .right-rail-arrow.dark .icon-angle-right {
    color: #ffffff; }
  .right-rail-arrow.light {
    background: #ffffff; }
  .right-rail-arrow .title {
    display: block;
    padding: 10px 30px 5px 12px;
    color: #313740;
    font-size: 20px;
    font-family: EauSansBold, Arial, sans-serif; }
  .right-rail-arrow .desc {
    margin: 0 30px 0 12px;
    padding-bottom: 5px;
    display: block; }
  .right-rail-arrow.dark {
    background: #222222; }
    .right-rail-arrow.dark .desc {
      color: #cad4d4 !important;
      font-weight: 700; }
    .right-rail-arrow.dark a .title {
      color: #ffffff !important;
      margin-right: 20px;
      display: inline-block; }
    .right-rail-arrow.dark a:hover .title {
      color: #ffffff !important; }
  .right-rail-arrow a {
    color: #666 !important; }
    .right-rail-arrow a:hover, .right-rail-arrow a:focus {
      text-decoration: none; }
      .right-rail-arrow a:hover .title, .right-rail-arrow a:focus .title {
        text-decoration: underline;
        color: #126eb5 !important; }

.white .right-rail-arrow.light {
  border: 1px solid #ddd; }

#search-form {
  margin-top: 28px;
  margin-left: 32px; }
  #search-form .submit-search, #search-form input {
    float: left; }
  #search-form .submit-search {
    width: 34px;
    height: 33px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/but-search.png?8a98a7f5e4126bbc8a4e66e52ea6790e) center center no-repeat #ffffff;
    border: solid #a6a6a6;
    border-width: 1px 0 1px 1px;
    box-sizing: border-box; }
  #search-form input {
    width: 112px;
    height: 33px;
    padding: 0 19px 0 7px;
    font-size: 1.2em;
    line-height: 33px;
    background: #ffffff;
    border: solid #a6a6a6;
    border-width: 1px 1px 1px 0;
    border-radius: 0;
    box-shadow: none; }
    #search-form input:focus {
      outline: transparent 0; }

.btn-search {
  display: none; }

.search-collapse {
  overflow: visible; }

@media (max-width: 768px) {
  .search-collapse {
    padding: 0 7px;
    overflow: hidden;
    width: 96%;
    float: left;
    margin-top: 60px;
    margin-bottom: 0; }
  .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    display: block;
    width: 48px;
    height: 60px;
    padding: 0;
    margin: 0;
    background: 0 0;
    border-color: rgba(255, 255, 255, 0.06);
    border-width: 0 0 0 1px;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    -webkit-tap-highlight-color: transparent; }
    .btn-search .icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-top: 17px;
      background-image: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/btn-search-mobile.png?dcad5b42e1c663ab099e26eeba70407b);
      background-repeat: no-repeat;
      background-size: 20px 20px; }
    .btn-search:hover, .btn-search:focus {
      background: 0; }
  #search-form {
    width: 96%;
    padding: 0 2%;
    margin: 5px 0 0; }
    #search-form .submit-search {
      display: none; }
    #search-form input {
      display: inline-block;
      width: 100%;
      padding: 0;
      line-height: 100%; } }

@media (max-width: 939px) {
  #search-form input {
    width: 56px; } }

@media (min-width: 769px) {
  #search-form {
    display: table; }
    #search-form button, #search-form input {
      display: table-cell; }
    #search-form input::-webkit-input-placeholder, #search-form input::-moz-placeholder, #search-form input::-ms-input-placeholder {
      text-align: center; } }

.search-results {
  font-size: 1.1em;
  word-wrap: break-word; }
  .search-results .search-item-description {
    font-size: 1.2em; }
  .search-results .search-sort {
    font-size: 1.1em; }
    .search-results .search-sort .label, .search-results .search-sort a {
      font-size: 1em; }
  .search-results #search-form input[name=q] {
    float: left; }
  .search-results #search-form input.search-button {
    float: left;
    width: 37px;
    height: 25px;
    margin-top: 2px;
    margin-left: 2%;
    font-size: .9em; }

.fb-activity-box {
  padding: 0;
  margin: 0;
  background: #ffffff;
  border: 0; }

.section-header {
  padding: 1em;
  margin: 0 !important;
  font-weight: 700; }

.social {
  font-size: 1.4em;
  border: 1px solid #e0e0e0; }
  .social a {
    margin-right: 8px; }
  .social hr {
    margin: 1.2em 0;
    border-color: #e0e0e0;
    border-bottom: 0; }
  .social ul {
    list-style: none;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .social ul li {
      -ms-flex-preferred-size: 27px;
          flex-basis: 27px;
      margin-right: 8px;
      margin-bottom: 8px; }
      .social ul li:last-of-type {
        margin-right: 0; }

.topic-list-option-01 .date {
  display: block;
  margin-bottom: 10.5px; }

.vid-img-topic-option-02 img {
  margin-bottom: 10.5px; }

@media (min-width: 769px) {
  .vid-img-topic-option-01 img {
    float: left;
    max-width: 47.633% !important;
    margin: 0 24px 7px 0; } }

@media (max-width: 768px) {
  .vid-img-topic-option-01 img {
    float: none; } }

#pbs_tvschedules_modules-tvschedules-module_fab {
  font-size: 1.4em; }

.box.clearfix.data-event-calendar .ui-datepicker-calendar {
  width: 100%; }

.video-collection.video-collection-featured .player-wrapper {
  background: 0 0 !important;
  border: 0 !important; }

.check-floats[style="text-align: center; float: left;"] {
  margin-right: 5px; }

.check-floats[style="text-align: center; float: right;"] {
  margin-left: 5px; }

.check-floats.large {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.hcs-funding-container {
  margin: 0 0 16px 0;
  padding: 16px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff; }
  .hcs-funding-container .hcs-title {
    display: none;
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.2;
    font-style: italic; }
    @media (min-width: 768px) {
      .hcs-funding-container .hcs-title {
        display: block; } }
    .hcs-funding-container .hcs-title hr {
      display: none; }
  .hcs-funding-container .hcs-description {
    display: none;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .hcs-funding-container .hcs-description {
        display: block; } }
    .hcs-funding-container .hcs-description hr {
      margin: 0;
      border-color: #e0e0e0; }
  .hcs-funding-container .hcs-funding {
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 16px; }
  .hcs-funding-container .hcs-sponsor-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .hcs-funding-container .hcs-logo-div {
    margin-right: 16px;
    margin-bottom: 16px; }
    .hcs-funding-container .hcs-logo-div:last-child {
      margin-right: 0; }
    .hcs-funding-container .hcs-logo-div img {
      max-width: 120px;
      max-height: 60px; }

.pbs-hero-carousel {
  margin-top: -2.127vw; }

.hero-placeholder {
  margin-bottom: 22px; }
  .hero-placeholder > div {
    visibility: hidden;
    height: 0; }
  .hero-placeholder .pbs-hero-carousel {
    visibility: visible;
    height: auto; }

.hero-snippets {
  margin: 0 auto 12px auto !important;
  box-sizing: border-box;
  display: table;
  background-color: #ffffff;
  padding: 15px 0 40px; }
  .hero-snippets hr {
    border-top: 1px solid #b3b3b3; }
  @media (max-width: 767px) {
    .hero-snippets {
      display: block; } }
  .hero-snippets .hero-show {
    display: block; }
  .hero-snippets .hero-hide {
    display: none !important; }
  .hero-snippets > div {
    border: none !important;
    border-right: 1px solid #b3b3b3 !important;
    display: table-cell;
    vertical-align: top;
    padding: 0 24px;
    margin: 0 0 12px 0;
    width: auto; }
    .hero-snippets > div:last-child {
      border-right: none; }
    @media (max-width: 1023px) {
      .hero-snippets > div + div {
        border-right: none; } }
    .hero-snippets > div + div + div + div {
      /* maximum number of snippets allowed is 3, hide the rest*/
      display: none; }
    @media (max-width: 1023px) {
      .hero-snippets > div + div + div {
        display: none; } }
    @media (max-width: 767px) {
      .hero-snippets > div {
        display: block;
        width: auto !important;
        border-right: none;
        border-bottom: 1px solid #b3b3b3 !important;
        margin: 0 5% 20px 5%;
        padding: 0 0 20px 0; }
        .hero-snippets > div:last-child {
          border-bottom: none; } }
  .hero-snippets .airdates-container .airdates-header {
    background: none;
    border: none; }
    .hero-snippets .airdates-container .airdates-header .airdates-details {
      line-height: normal;
      padding: 0; }
      .hero-snippets .airdates-container .airdates-header .airdates-details .left {
        border: none; }
    .hero-snippets .airdates-container .airdates-header .station-callsign,
    .hero-snippets .airdates-container .airdates-header .program-title,
    .hero-snippets .airdates-container .airdates-header .separator {
      font-size: 25px;
      color: #292929;
      font-weight: 300; }
    .hero-snippets .airdates-container .airdates-header .separator {
      padding: 0 14px;
      color: #b3b3b3;
      font-size: 20px;
      vertical-align: top; }
    .hero-snippets .airdates-container .airdates-header .pbs-localization,
    .hero-snippets .airdates-container .airdates-header .pbs-localization:hover {
      font-size: 12px;
      color: #1A73B8; }
  .hero-snippets .airdates-container .show {
    border: none; }
    .hero-snippets .airdates-container .show:last-child .airdate-row:last-child {
      border-bottom: 0; }
    .hero-snippets .airdates-container .show .airdate-row {
      background: none;
      padding: 0 0 16px 0;
      line-height: inherit;
      border-bottom: 1px solid #b3b3b3;
      display: table;
      width: 100%;
      margin-top: 16px; }
      .hero-snippets .airdates-container .show .airdate-row span {
        display: inline;
        line-height: inherit;
        width: auto !important;
        text-align: left;
        text-transform: none; }
      .hero-snippets .airdates-container .show .airdate-row > .clearfix {
        display: table-row; }
      .hero-snippets .airdates-container .show .airdate-row .cell, .hero-snippets .airdates-container .show .airdate-row .day,
      .hero-snippets .airdates-container .show .airdate-row .show-title,
      .hero-snippets .airdates-container .show .airdate-row .start-time,
      .hero-snippets .airdates-container .show .airdate-row .station,
      .hero-snippets .airdates-container .show .airdate-row .options,
      .hero-snippets .airdates-container .show .airdate-row .empty {
        display: table-cell;
        text-align: left;
        vertical-align: top;
        text-transform: none;
        line-height: inherit;
        padding: 0 15px; }
      .hero-snippets .airdates-container .show .airdate-row .day,
      .hero-snippets .airdates-container .show .airdate-row .show-title,
      .hero-snippets .airdates-container .show .airdate-row .start-time,
      .hero-snippets .airdates-container .show .airdate-row .station,
      .hero-snippets .airdates-container .show .airdate-row .options,
      .hero-snippets .airdates-container .show .airdate-row .empty {
        width: 30%; }
      .hero-snippets .airdates-container .show .airdate-row .show-title {
        width: 40%; }
      .hero-snippets .airdates-container .show .airdate-row .start-time {
        text-align: center; }
      .hero-snippets .airdates-container .show .airdate-row .day, .hero-snippets .airdates-container .show .airdate-row .day span,
      .hero-snippets .airdates-container .show .airdate-row .show-title,
      .hero-snippets .airdates-container .show .airdate-row .start-time {
        font-size: 1.6rem;
        color: #292929;
        font-weight: inherit; }
      .hero-snippets .airdates-container .show .airdate-row .day,
      .hero-snippets .airdates-container .show .airdate-row .station,
      .hero-snippets .airdates-container .show .airdate-row .start-time,
      .hero-snippets .airdates-container .show .airdate-row .show-title,
      .hero-snippets .airdates-container .show .airdate-row .options {
        padding-left: 0; }
      .hero-snippets .airdates-container .show .airdate-row .show-title,
      .hero-snippets .airdates-container .show .airdate-row .options {
        padding-right: 0; }
      .hero-snippets .airdates-container .show .airdate-row .start-time {
        text-align: left; }
      .hero-snippets .airdates-container .show .airdate-row .station,
      .hero-snippets .airdates-container .show .airdate-row .options {
        font-size: 14px;
        color: #8B8B8B; }
    .hero-snippets .airdates-container .show h3, .hero-snippets .airdates-container .show .section-header-component .section-header-value.h3_tag .text-input, .section-header-component .section-header-value.h3_tag .hero-snippets .airdates-container .show .text-input {
      padding: 0; }
  .hero-snippets .airdates-container .full-schedule-url {
    color: #1a73bd;
    font-size: 14px;
    font-family: 'Arvo';
    font-weight: 700;
    margin: 20px 0 0 0;
    display: block; }

@media (max-width: 1024px) {
  .studio .hero-snippets > div:last-child {
    border-right: none; } }

.custom-enhanced-promo {
  background: #ffffff; }
  .custom-enhanced-promo a:hover {
    text-decoration: none; }
  .custom-enhanced-promo .header {
    background: #F4F4F4;
    color: #5c5c5c;
    padding: 35px 45px 15px 45px;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .custom-enhanced-promo .header {
        padding: 45px 10px 14px 10px;
        font-size: 28px; } }
    @media (max-width: 599px) {
      .custom-enhanced-promo .header {
        padding: 55px 10px 15px 10px;
        font-size: 22px; } }
  .custom-enhanced-promo .main-image {
    float: left;
    width: 74.21875%; }
    @media (max-width: 1023px) {
      .custom-enhanced-promo .main-image {
        width: 100%;
        max-width: 100%;
        float: none; } }
  .custom-enhanced-promo .body {
    float: left;
    width: 25.78125%;
    box-sizing: border-box;
    padding: 0 0 0 30px; }
    @media (max-width: 1023px) {
      .custom-enhanced-promo .body {
        float: none;
        max-width: 100%;
        width: 100%;
        padding: 44px 18px 0; } }
    @media (max-width: 767px) {
      .custom-enhanced-promo .body {
        text-align: center;
        padding-top: 0px; } }
    @media (max-width: 1023px) {
      .custom-enhanced-promo .body .promos {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        padding-left: 30px;
        padding-top: 15px; } }
    @media (max-width: 767px) {
      .custom-enhanced-promo .body .promos {
        display: inline-block;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
        width: auto; }
        .custom-enhanced-promo .body .promos .image-label {
          text-align: left; } }
    .custom-enhanced-promo .body .promos .promo-item {
      max-width: 100%;
      text-align: left; }
      .custom-enhanced-promo .body .promos .promo-item .thumbnail {
        max-width: 100%;
        max-height: 93px;
        border: none;
        padding: 0;
        border-radius: 0; }
      @media (max-width: 1023px) {
        .custom-enhanced-promo .body .promos .promo-item {
          max-width: 142px;
          display: table-cell;
          padding-right: 34px; }
          .custom-enhanced-promo .body .promos .promo-item:last-child {
            padding-right: 0; }
          .custom-enhanced-promo .body .promos .promo-item .thumbnail {
            max-height: 80px; } }
      @media (max-width: 767px) {
        .custom-enhanced-promo .body .promos .promo-item {
          max-width: 208px;
          display: inline-block;
          vertical-align: top;
          padding-right: 25px; }
          .custom-enhanced-promo .body .promos .promo-item:last-child {
            padding-right: 0; }
          .custom-enhanced-promo .body .promos .promo-item .thumbnail {
            max-height: 117px; } }
      @media (max-width: 479px) {
        .custom-enhanced-promo .body .promos .promo-item {
          margin: 0 auto;
          display: block;
          padding: 0; } }
    .custom-enhanced-promo .body .description {
      border-bottom: 1px solid #DBDBDB;
      padding: 34px 0 27px 0;
      margin: 0 0 27px 0;
      text-align: left; }
      @media (max-width: 1023px) {
        .custom-enhanced-promo .body .description {
          width: 50%;
          display: table-cell;
          border-bottom: 0;
          vertical-align: top;
          border-right: 1px solid #DBDBDB;
          padding-top: 15px;
          padding-right: 30px; } }
      @media (max-width: 767px) {
        .custom-enhanced-promo .body .description {
          padding: 19px 0 19px 0;
          margin: 0 0 21px 0;
          display: block;
          text-align: center;
          width: 100%;
          box-sizing: border-box;
          border-right: none;
          border-bottom: 1px solid #DBDBDB; } }
    .custom-enhanced-promo .body p {
      font-size: 15px;
      color: #4a4a4a;
      line-height: 19px;
      padding-bottom: 22px;
      margin: 5px 0 0 0; }
      @media (max-width: 479px) {
        .custom-enhanced-promo .body p {
          padding-bottom: 26px; } }
    .custom-enhanced-promo .body .image-label {
      color: #7d7d7d;
      font-weight: bold;
      font-size: 15px;
      margin: 0 0 8px 0; }

@media (max-width: 320px) {
  .promo-container.box {
    padding: 16px; } }

.promo-container {
  height: auto; }
  .promo-container .promo {
    position: relative;
    height: auto;
    background: #ffffff; }
    .promo-container .promo.clearfix {
      margin: 0; }
    .promo-container .promo .promo-text {
      padding: 16px 16px 35px;
      margin: 0; }
      .promo-container .promo .promo-text .channel,
      .promo-container .promo .promo-text .title,
      .promo-container .promo .promo-text .description {
        margin: 10px 0;
        line-height: 1.625; }
      .promo-container .promo .promo-text .channel {
        font-size: 1.2rem;
        color: #707070; }
      .promo-container .promo .promo-text .title {
        font-size: 1.6rem;
        font-weight: 700; }
      .promo-container .promo .promo-text .description {
        font-size: 1.6rem;
        font-weight: 300; }
    .promo-container .promo .read-more--no-link {
      margin-top: 24px;
      font-size: 1.6rem;
      line-height: 1.4;
      padding: 16px;
      border: 2px solid currentColor;
      display: inline-block;
      position: relative;
      text-decoration: none;
      word-wrap: break-word;
      max-width: 100%; }
      .promo-container .promo .read-more--no-link {
        transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
      .promo-container .promo .read-more--no-link a {
        text-decoration: none; }
      .promo-container .promo .read-more--no-link .ck_content * {
        font-size: 1.6rem;
        line-height: 1.4;
        text-decoration: none;
        word-wrap: break-word;
        max-width: 100%; }
      .promo-container .promo .read-more--no-link .ck.ck-editor__editable_inline > :first-child {
        margin-top: 0; }
      .promo-container .promo .read-more--no-link .ck.ck-editor__editable_inline > :last-child {
        margin-bottom: 0; }
    .promo-container .promo .read-more__link {
      margin-top: 24px;
      font-size: 1.6rem;
      line-height: 1.4;
      padding: 16px;
      border: 2px solid currentColor;
      display: inline-block;
      position: relative;
      text-decoration: none;
      word-wrap: break-word;
      max-width: 100%;
      padding-right: 35px; }
      .promo-container .promo .read-more__link {
        transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
      .promo-container .promo .read-more__link a {
        text-decoration: none; }
      .promo-container .promo .read-more__link:after {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        position: absolute;
        height: 100%;
        right: 15px;
        top: 0px;
        font-size: 22px; }
      .promo-container .promo .read-more__link .ck_content * {
        font-size: 1.6rem;
        line-height: 1.4;
        text-decoration: none;
        word-wrap: break-word;
        max-width: 100%; }
      .promo-container .promo .read-more__link .ck.ck-editor__editable_inline > :first-child {
        margin-top: 0; }
      .promo-container .promo .read-more__link .ck.ck-editor__editable_inline > :last-child {
        margin-bottom: 0; }
    .promo-container .promo .promo-link {
      position: relative; }
      .promo-container .promo .promo-link .promo-play-icon {
        display: none;
        position: absolute;
        left: 10px;
        bottom: 10px; }
      .promo-container .promo .promo-link img {
        max-width: 100%; }
      .promo-container .promo .promo-link:hover .promo-play-icon, .promo-container .promo .promo-link:focus .promo-play-icon {
        display: inline-block;
        width: 26px;
        height: 26px; }
  .promo-container.horizontal {
    background: 0 0;
    background-color: #ffffff; }
    .promo-container.horizontal .promo {
      margin-left: 0;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .promo-container.horizontal .promo {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -ms-flex-align: start;
              align-items: flex-start; } }
      @media only screen and (min-width: 768px) {
        .promo-container.horizontal .promo .promo-link {
          width: 50%; } }
      .promo-container.horizontal .promo .promo-link .promo-play-icon {
        left: 10px;
        bottom: 10px; }
  .promo-container.vertical .promo-link {
    display: inline-block;
    width: 100%; }
  .promo-container.vertical .promo-text {
    width: 100%; }

.filer-image-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden; }
  .filer-image-container .filer-image {
    height: auto; }
  .filer-image-container.default-image .filer-image {
    width: 100%; }
  .filer-image-container .img-details {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #4b4b4b;
    line-height: 1.625;
    letter-spacing: 1px;
    color: #e0e0e0;
    padding: 16px;
    font-weight: 700; }
    .filer-image-container .img-details .img-caption {
      margin-bottom: 16px;
      font-size: 1.6rem; }
    .filer-image-container .img-details .img-credit {
      font-size: 1.2rem;
      font-style: italic;
      opacity: .7; }

.text-container {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0 auto; }
  .text-container::before, .text-container::after {
    content: '';
    /* 1 */
    display: table;
    /* 2 */ }
  .text-container::after {
    clear: both; }
  .text-container figure img + a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .text-container hr {
    border-top: 1px solid #949494; }
  .text-container a, .text-container a:hover, .text-container a:focus, .text-container a:active {
    text-decoration: underline; }
  .text-container a:focus {
    outline: 3px solid #00aaeb; }
  .text-container ul {
    list-style: initial;
    margin-left: 24px; }
    .text-container ul li {
      line-height: 1.5; }
  .text-container .text-component-img {
    margin-bottom: 16px; }
    .text-container .text-component-img[style*="left"] {
      margin: 8px 16px 8px 0; }
    .text-container .text-component-img[style*="right"] {
      margin: 8px 0 8px 16px; }
  .text-container .image {
    position: relative;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin: 1em 0; }
    .text-container .image.image-style-align-right {
      float: right;
      margin-left: 16px;
      max-width: 50%; }
    .text-container .image.image-style-align-left {
      float: left;
      margin-right: 16px;
      max-width: 50%; }
    .text-container .image.image-style-align-center {
      margin-left: auto;
      margin-right: auto;
      max-width: 50%; }
    .text-container .image.image-style-full-width img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
    .text-container .image:not(.image-style-full-size):not(.image-style-align-right):not(.image-style-align-center):not(.image-style-align-left) {
      display: inline-block; }
    .text-container .image figcaption {
      background: rgba(0, 0, 0, 0.5);
      border-top: 1px solid #4b4b4b;
      padding: 16px;
      color: #e0e0e0;
      font-weight: 600;
      line-height: 1.625;
      letter-spacing: 1px;
      text-align: left;
      position: relative; }
  .text-container figure.table {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0; }
    .text-container figure.table table {
      background-color: transparent;
      border: 1px solid #222222;
      width: 100%;
      table-layout: fixed; }
      .text-container figure.table table th, .text-container figure.table table td {
        font-size: 1.3rem;
        padding: 3px;
        background-color: transparent;
        border: 1px solid #222222;
        word-break: break-word; }

body.nav-is-open {
  height: 100vh;
  overflow: hidden; }
  @media (min-width: 1025px) {
    body.nav-is-open {
      overflow-x: auto; } }
  @media (max-width: 1024px) {
    body.nav-is-open .menu-container {
      height: 100vh; } }

.menu {
  height: auto;
  width: 100%;
  font-size: 17px;
  font-weight: 400; }
  .menu ul {
    margin: 0;
    list-style-type: none; }
    .menu ul::before, .menu ul::after {
      content: '';
      /* 1 */
      display: table;
      /* 2 */ }
    .menu ul::after {
      clear: both; }
  .menu .menu-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .menu .menu-container {
        position: relative; } }
  .menu .menu-item {
    display: block;
    border-bottom: 4px solid transparent;
    transition: background-color 0.3s ease-in; }
    .menu .menu-item:hover, .menu .menu-item:focus {
      cursor: pointer;
      text-decoration: none; }
    .menu .menu-item:focus {
      outline: 3px solid #00aaeb; }

header .menu--navbar-nav {
  width: 100%;
  border-bottom: 1px solid;
  position: relative;
  z-index: 1;
  border-bottom-width: 5px; }
  @media (max-width: 1024px) {
    header .menu--navbar-nav {
      transition: all 0.3s ease-in; } }
  .nav-is-open header .menu--navbar-nav {
    transform: translateX(80%); }
    @media (min-width: 550px) {
      .nav-is-open header .menu--navbar-nav {
        transform: translateX(440px); } }
    @media (min-width: 1025px) {
      .nav-is-open header .menu--navbar-nav {
        transform: translateX(0); } }
  header .menu--navbar-nav .menu__trigger {
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 10px;
    border: 1px solid;
    font-size: 2rem;
    position: relative;
    z-index: 1; }
    @media (min-width: 1025px) {
      header .menu--navbar-nav .menu__trigger {
        display: none; } }
  header .menu--navbar-nav.menu--filled .menu__trigger {
    background: #000000; }
  header .menu--navbar-nav.menu--default .menu__trigger {
    background: #ffffff; }
  header .menu--navbar-nav .pbs-hamburger {
    width: 35px;
    height: 35px; }
    header .menu--navbar-nav .pbs-hamburger path {
      width: 100%;
      transform: rotate(0deg);
      transform-origin: 50% 50%; }
    .nav-is-open header .menu--navbar-nav .pbs-hamburger .path1 {
      display: none; }
    .nav-is-open header .menu--navbar-nav .pbs-hamburger .path4 {
      display: none; }
    .nav-is-open header .menu--navbar-nav .pbs-hamburger .path2 {
      transform: rotate(45deg) scale(0.9); }
    .nav-is-open header .menu--navbar-nav .pbs-hamburger .path3 {
      transform: rotate(-45deg) scale(0.9); }
  header .menu--navbar-nav .navbar-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80%;
    width: 80%;
    max-width: 440px; }
    header .menu--navbar-nav .navbar-nav::before, header .menu--navbar-nav .navbar-nav::after {
      content: '';
      /* 1 */
      display: table;
      /* 2 */ }
    header .menu--navbar-nav .navbar-nav::after {
      clear: both; }
    @media (max-width: 1024px) {
      header .menu--navbar-nav .navbar-nav {
        overflow: auto; } }
    @media (min-width: 550px) {
      header .menu--navbar-nav .navbar-nav {
        left: -440px; } }
    @media (min-width: 1025px) {
      header .menu--navbar-nav .navbar-nav {
        position: static;
        width: 100%;
        height: auto;
        min-height: 0;
        border-right: 0;
        max-width: 1280px;
        margin: 0 auto; } }
  header .menu--navbar-nav__spacer {
    position: fixed;
    bottom: 0;
    left: -80%;
    width: 80%;
    max-width: 440px;
    height: 100vh;
    content: '';
    opacity: 0;
    z-index: -1;
    transition: left 0.3s ease-in; }
    .nav-is-open header .menu--navbar-nav__spacer {
      left: 0;
      opacity: 1; }
      @media (min-width: 1025px) {
        .nav-is-open header .menu--navbar-nav__spacer {
          display: none; } }
    @media (min-width: 1025px) {
      header .menu--navbar-nav__spacer {
        display: none; } }
  header .menu--navbar-nav .menu__li {
    position: relative; }
    @media (min-width: 1025px) {
      header .menu--navbar-nav .menu__li {
        float: left; }
        header .menu--navbar-nav .menu__li:hover .submenu, header .menu--navbar-nav .menu__li:focus .submenu {
          display: block; } }
  header .menu--navbar-nav .submenu__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 55px;
    border: 0;
    background: transparent;
    font-size: 2rem; }
    header .menu--navbar-nav .submenu__trigger i {
      transition: all 0.198s ease-in; }
    @media (min-width: 1025px) {
      header .menu--navbar-nav .submenu__trigger {
        display: none; } }
  header .menu--navbar-nav .submenu {
    z-index: 101;
    max-height: 0;
    overflow: hidden;
    font-size: 15px;
    transition: all 0.3s ease-out; }
    @media (min-width: 1025px) {
      header .menu--navbar-nav .submenu {
        display: none;
        position: absolute;
        top: 100%;
        max-height: none;
        min-width: 200px;
        border: 1px solid;
        border-top-width: 0;
        font-size: 17px; } }
    header .menu--navbar-nav .submenu .submenu__li > a {
      padding-left: 48px; }
      @media (min-width: 1025px) {
        header .menu--navbar-nav .submenu .submenu__li > a {
          padding-left: 24px; } }
  header .menu--navbar-nav .submenu-is-open .submenu {
    max-height: 100%; }
  header .menu--navbar-nav .submenu-is-open .submenu__trigger i {
    transform: rotate(-180deg); }
  header .menu--navbar-nav .open-submenu .submenu {
    display: block; }
  header .menu--navbar-nav .menu__li > a,
  header .menu--navbar-nav .submenu__li > a {
    padding: 17px 24px 13px 24px; }
    @media (min-width: 1025px) {
      header .menu--navbar-nav .menu__li > a,
      header .menu--navbar-nav .submenu__li > a {
        padding: 10px 24px 6px 24px; }
        header .menu--navbar-nav .menu__li > a.has-children,
        header .menu--navbar-nav .submenu__li > a.has-children {
          padding-right: 16px; } }
    header .menu--navbar-nav .menu__li > a [class*="icon"],
    header .menu--navbar-nav .submenu__li > a [class*="icon"] {
      display: none; }
      @media (min-width: 1025px) {
        header .menu--navbar-nav .menu__li > a [class*="icon"],
        header .menu--navbar-nav .submenu__li > a [class*="icon"] {
          display: inline; } }

@media (min-width: 1025px) {
  header .menu__li {
    box-shadow: none; }
    header .menu__li:hover .submenu, header .menu__li:focus .submenu {
      display: block; }
  header .submenu__li {
    box-shadow: none; } }

footer .menu--navbar-nav, .content .menu--navbar-nav {
  width: 100%;
  border: 1px solid;
  border-bottom: 0; }
  footer .menu--navbar-nav .navbar-nav, .content .menu--navbar-nav .navbar-nav {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    max-width: 1280px;
    margin: 0 auto; }
    footer .menu--navbar-nav .navbar-nav::before, footer .menu--navbar-nav .navbar-nav::after, .content .menu--navbar-nav .navbar-nav::before, .content .menu--navbar-nav .navbar-nav::after {
      content: '';
      /* 1 */
      display: table;
      /* 2 */ }
    footer .menu--navbar-nav .navbar-nav::after, .content .menu--navbar-nav .navbar-nav::after {
      clear: both; }
  footer .menu--navbar-nav .menu__li, .content .menu--navbar-nav .menu__li {
    position: relative;
    float: left; }
  footer .menu--navbar-nav .submenu, .content .menu--navbar-nav .submenu {
    z-index: 101;
    overflow: hidden;
    transition: all 0.3s ease-out;
    display: none;
    position: absolute;
    top: 100%;
    max-height: none;
    min-width: 200px;
    border: 1px solid;
    border-top-width: 0;
    font-size: 17px; }
    footer .menu--navbar-nav .submenu .submenu__li > a, .content .menu--navbar-nav .submenu .submenu__li > a {
      padding-left: 24px; }
  footer .menu--navbar-nav .menu__li > a,
  footer .menu--navbar-nav .submenu__li > a, .content .menu--navbar-nav .menu__li > a,
  .content .menu--navbar-nav .submenu__li > a {
    padding: 10px 24px 6px 24px; }
    footer .menu--navbar-nav .menu__li > a.has-children,
    footer .menu--navbar-nav .submenu__li > a.has-children, .content .menu--navbar-nav .menu__li > a.has-children,
    .content .menu--navbar-nav .submenu__li > a.has-children {
      padding-right: 16px; }
    footer .menu--navbar-nav .menu__li > a [class*="icon"],
    footer .menu--navbar-nav .submenu__li > a [class*="icon"], .content .menu--navbar-nav .menu__li > a [class*="icon"],
    .content .menu--navbar-nav .submenu__li > a [class*="icon"] {
      display: inline; }
  footer .menu--navbar-nav .menu__trigger,
  footer .menu--navbar-nav .submenu__trigger,
  footer .menu--navbar-nav .menu__spacer, .content .menu--navbar-nav .menu__trigger,
  .content .menu--navbar-nav .submenu__trigger,
  .content .menu--navbar-nav .menu__spacer {
    display: none; }
  footer .menu--navbar-nav .menu-container, .content .menu--navbar-nav .menu-container {
    position: relative; }

footer .menu__li:hover .submenu, footer .menu__li:focus .submenu, .content .menu__li:hover .submenu, .content .menu__li:focus .submenu {
  display: block; }

footer .menu__li.open-submenu .submenu, .content .menu__li.open-submenu .submenu {
  display: block; }

@media (max-width: 1024px) {
  header .menu--default .navbar-nav,
  footer .menu--default .navbar-nav,
  .content .menu--default .navbar-nav {
    border-right: 1px solid; } }

header .menu--default,
header .menu--default .navbar-nav,
header .menu--default + .menu--navbar-nav__spacer,
footer .menu--default,
footer .menu--default .navbar-nav,
footer .menu--default + .menu--navbar-nav__spacer,
.content .menu--default,
.content .menu--default .navbar-nav,
.content .menu--default + .menu--navbar-nav__spacer {
  background-color: #ffffff;
  border-color: #e0e0e0; }

header .menu--default .submenu,
footer .menu--default .submenu,
.content .menu--default .submenu {
  background-color: #ffffff; }

header .menu--default .submenu__trigger,
footer .menu--default .submenu__trigger,
.content .menu--default .submenu__trigger {
  color: #222222; }

header .menu--default .submenu,
header .menu--default .menu__trigger,
footer .menu--default .submenu,
footer .menu--default .menu__trigger,
.content .menu--default .submenu,
.content .menu--default .menu__trigger {
  border-color: #e0e0e0; }

header .menu--default .menu-item,
footer .menu--default .menu-item,
.content .menu--default .menu-item {
  color: #222222; }
  header .menu--default .menu-item:hover, header .menu--default .menu-item:focus,
  footer .menu--default .menu-item:hover,
  footer .menu--default .menu-item:focus,
  .content .menu--default .menu-item:hover,
  .content .menu--default .menu-item:focus {
    font-weight: 400;
    color: #ffffff; }
    header .menu--default .menu-item:hover:hover, header .menu--default .menu-item:hover:focus, header .menu--default .menu-item:focus:hover, header .menu--default .menu-item:focus:focus,
    footer .menu--default .menu-item:hover:hover,
    footer .menu--default .menu-item:hover:focus,
    footer .menu--default .menu-item:focus:hover,
    footer .menu--default .menu-item:focus:focus,
    .content .menu--default .menu-item:hover:hover,
    .content .menu--default .menu-item:hover:focus,
    .content .menu--default .menu-item:focus:hover,
    .content .menu--default .menu-item:focus:focus {
      color: #ffffff;
      text-decoration: none; }

header .menu--filled,
header .menu--filled .navbar-nav,
header .menu--filled + .menu--navbar-nav__spacer,
header .menu--filled .submenu,
footer .menu--filled,
footer .menu--filled .navbar-nav,
footer .menu--filled + .menu--navbar-nav__spacer,
footer .menu--filled .submenu,
.content .menu--filled,
.content .menu--filled .navbar-nav,
.content .menu--filled + .menu--navbar-nav__spacer,
.content .menu--filled .submenu {
  background-color: #222222; }

header .menu--filled .submenu__trigger,
footer .menu--filled .submenu__trigger,
.content .menu--filled .submenu__trigger {
  color: #ffffff; }

header .menu--filled,
header .menu--filled .submenu,
header .menu--filled .menu__trigger,
footer .menu--filled,
footer .menu--filled .submenu,
footer .menu--filled .menu__trigger,
.content .menu--filled,
.content .menu--filled .submenu,
.content .menu--filled .menu__trigger {
  border-color: #e0e0e0; }

header .menu--filled .menu-item,
footer .menu--filled .menu-item,
.content .menu--filled .menu-item {
  font-weight: 400;
  color: #ffffff; }
  header .menu--filled .menu-item:hover, header .menu--filled .menu-item:focus,
  footer .menu--filled .menu-item:hover,
  footer .menu--filled .menu-item:focus,
  .content .menu--filled .menu-item:hover,
  .content .menu--filled .menu-item:focus {
    color: #ffffff;
    text-decoration: none; }

header .menu--nav-stacked,
footer .menu--nav-stacked,
.content .menu--nav-stacked {
  border: 1px solid #e0e0e0; }
  header .menu--nav-stacked .menu__li,
  footer .menu--nav-stacked .menu__li,
  .content .menu--nav-stacked .menu__li {
    border-bottom: 1px solid #e0e0e0; }
    header .menu--nav-stacked .menu__li:last-of-type,
    footer .menu--nav-stacked .menu__li:last-of-type,
    .content .menu--nav-stacked .menu__li:last-of-type {
      border: 0; }
  header .menu--nav-stacked a,
  footer .menu--nav-stacked a,
  .content .menu--nav-stacked a {
    padding: 10px 16px 6px 16px; }
  header .menu--nav-stacked .submenu__li a,
  footer .menu--nav-stacked .submenu__li a,
  .content .menu--nav-stacked .submenu__li a {
    padding-left: 32px; }

header .menu__trigger,
footer .menu__trigger,
.content .menu__trigger {
  padding: 0 10px; }

.content .menu--default,
.content .menu--filled {
  border-bottom: 1px solid #e0e0e0 !important; }

.video-component {
  height: auto;
  border: 1px solid #e0e0e0;
  color: #222222; }
  @media (min-width: 1024px) {
    .video-component--playlist.column-12 {
      display: -ms-flexbox;
      display: flex; }
      .video-component--playlist.column-12 .video-container__wrapper {
        min-width: 75%;
        position: relative; }
      .video-component--playlist.column-12 .playlist__wrapper {
        min-width: 25%;
        position: relative; }
        .video-component--playlist.column-12 .playlist__wrapper.playlist-sm .playlist-header {
          height: 100px;
          box-sizing: border-box;
          pointer-events: none; }
          .video-component--playlist.column-12 .playlist__wrapper.playlist-sm .playlist-header .dropdown-caret {
            display: none; }
    .video-component--playlist:not(.column-12) .playlist__wrapper .playlist-body {
      max-height: inherit;
      overflow-y: auto; } }
  @media (max-width: 1023px) {
    .video-component--playlist .playlist__wrapper .playlist-body {
      max-height: inherit;
      overflow-y: auto; } }
  .video-component .video-container {
    position: relative;
    min-height: 150px;
    line-height: 150px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative; }
    .video-component .video-container iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .video-component .video-container iframe {
      width: 100%;
      height: 100%; }
    .video-component .video-container img {
      display: inline-block;
      box-sizing: border-box;
      padding: 10px;
      position: absolute;
      top: 50%;
      margin-top: -56px;
      width: 126px;
      height: 112px;
      left: 50%;
      margin-left: -63px; }
  .video-component .video-info {
    position: relative;
    padding: 16px;
    word-wrap: break-word;
    line-height: 1.625;
    margin-top: -4px; }
    .video-component .video-info:empty {
      display: none; }
    .video-component .video-info .channel,
    .video-component .video-info .title,
    .video-component .video-info .description {
      margin: 10px 0;
      line-height: 1.625; }
    .video-component .video-info .channel {
      font-size: 1.2rem;
      color: #707070;
      font-weight: 700; }
    .video-component .video-info .title {
      font-size: 1.6rem;
      font-weight: 700; }
    .video-component .video-info .description {
      font-size: 1.6rem;
      font-weight: 300; }
    .video-component .video-info .additional-cove-info {
      margin: 10px 0;
      display: inline-block;
      font-size: 1.3rem;
      font-weight: 300;
      color: #222222; }
      .video-component .video-info .additional-cove-info + .additional-cove-info:before {
        content: '|';
        padding: 0 3px; }
  .video-component .playlist__wrapper.playlist-sm {
    position: relative; }
    .video-component .playlist__wrapper.playlist-sm .playlist-body {
      overflow: auto;
      border: none; }
    .video-component .playlist__wrapper.playlist-sm .playlist-item {
      height: 100px;
      border-bottom: 1px solid #ffffff; }
      .video-component .playlist__wrapper.playlist-sm .playlist-item .playlist-item-img-wrapper {
        position: relative; }
        .video-component .playlist__wrapper.playlist-sm .playlist-item .playlist-item-img-wrapper .playlist-item-img {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          height: 70px; }
          .video-component .playlist__wrapper.playlist-sm .playlist-item .playlist-item-img-wrapper .playlist-item-img:not(.default) {
            background-color: #000000; }
          .video-component .playlist__wrapper.playlist-sm .playlist-item .playlist-item-img-wrapper .playlist-item-img img {
            max-width: 100%;
            max-height: 100%; }
  .video-component .playlist__wrapper.playlist-lg {
    position: relative; }
    .video-component .playlist__wrapper.playlist-lg .playlist-body {
      border: none; }
    .video-component .playlist__wrapper.playlist-lg .playlist-item {
      height: 100px;
      border-bottom: 1px solid #ffffff; }
      .video-component .playlist__wrapper.playlist-lg .playlist-item .playlist-item-img-wrapper {
        position: relative; }
        .video-component .playlist__wrapper.playlist-lg .playlist-item .playlist-item-img-wrapper .playlist-item-img {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          height: 90px; }
          .video-component .playlist__wrapper.playlist-lg .playlist-item .playlist-item-img-wrapper .playlist-item-img:not(.default) {
            background-color: #000000; }
          .video-component .playlist__wrapper.playlist-lg .playlist-item .playlist-item-img-wrapper .playlist-item-img img {
            max-width: 100%;
            max-height: 100%; }
  .video-component .playlist-header {
    font-size: 1.6rem;
    color: #000000;
    text-align: left;
    padding: 5px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer; }
    .video-component .playlist-header .playlist-title-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .video-component .playlist-header .playlist-title-container .playlist-title {
        -ms-flex: 1;
            flex: 1;
        -ms-flex-positive: 4;
            flex-grow: 4;
        color: #000000;
        font-size: 1.8rem;
        word-wrap: break-word;
        min-width: 20px;
        position: relative;
        max-width: 100%; }
      .video-component .playlist-header .playlist-title-container .dropdown-caret {
        padding-top: 25px;
        -ms-flex: 1;
            flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .video-component .playlist-header .playlist-items-count {
      display: block;
      font-size: 1.2rem;
      padding: 3px; }
  .video-component .playlist-body {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0; }
    .video-component .playlist-body .playlist-item {
      text-align: left;
      padding: 5px;
      border-width: 0 0 1px 0;
      box-sizing: border-box;
      border-style: solid;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: left;
          justify-content: left;
      width: 100%; }
      .video-component .playlist-body .playlist-item:hover, .video-component .playlist-body .playlist-item:focus, .video-component .playlist-body .playlist-item.selected-item {
        cursor: pointer; }
      .video-component .playlist-body .playlist-item .playlist-item-img-wrapper,
      .video-component .playlist-body .playlist-item .playlist-item-info {
        text-align: left;
        padding: 0 5px !important; }
      .video-component .playlist-body .playlist-item .playlist-item-info .playlist-item-channel {
        display: -webkit-box;
        text-transform: uppercase;
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: 700;
        color: #707070;
        margin: 0;
        padding: 0;
        word-break: break-word; }
      .video-component .playlist-body .playlist-item .playlist-item-info .playlist-item-title {
        display: -webkit-box;
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: 400;
        color: #222222;
        margin: 0;
        margin-top: 7px;
        padding: 0;
        word-break: break-word; }

.pbs-profile-grid * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  moz-box-sizing: border-box; }

.pbs-profile-grid h1, .pbs-profile-grid .explorer #programaz h1, .explorer #programaz .pbs-profile-grid h1, .pbs-profile-grid .section-header-component .section-header-value.h1_tag .text-input, .section-header-component .section-header-value.h1_tag .pbs-profile-grid .text-input {
  color: #464646;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 15px;
  word-wrap: break-word; }

.pbs-profile-grid .profile-grid-description {
  color: #222222;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 0;
  word-wrap: break-word; }

.og-grid {
  list-style: none;
  padding-top: 30px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  font-size: 0;
  word-spacing: 0;
  letter-spacing: 0; }
  .og-grid li {
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
    text-align: center;
    transition: all 0.3s ease-in-out; }
    .og-grid li:nth-child(5n), .og-grid li:last-child {
      margin-right: 0; }
    .og-grid li > a,
    .og-grid li > a img {
      border: none;
      outline: none;
      display: inline-block;
      position: relative;
      text-align: center;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .og-grid li > a {
      display: inline-block;
      vertical-align: middle; }
      .og-grid li > a.hide-related-links .og-bottom-details {
        display: none; }
    .og-grid li h2, .og-grid li .section-header-component .section-header-value.h2_tag .text-input, .section-header-component .section-header-value.h2_tag .og-grid li .text-input {
      position: absolute;
      bottom: 0px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      padding: 10px;
      font-weight: normal;
      font-size: 2rem;
      color: #ffffff;
      line-height: 21px;
      margin: 0;
      text-align: left;
      word-wrap: break-word;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
    .og-grid li.og-expanded:after {
      bottom: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-width: 15px;
      left: 50%;
      margin: 0px 0 -11px -15px; }
  .og-grid .og-expander {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden; }
  .og-grid .og-expander-inner {
    padding: 30px;
    height: auto;
    overflow: hidden; }
    .og-grid .og-expander-inner:after {
      display: block;
      content: '';
      clear: both; }
    @media (max-width: 767px) {
      .og-grid .og-expander-inner {
        padding: 30px; } }
    @media (max-width: 320px) {
      .og-grid .og-expander-inner {
        padding-top: 50px; } }
  .og-grid .og-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    cursor: pointer; }
    .og-grid .og-close::before, .og-grid .og-close::after {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      height: 1px;
      background: #888;
      transform: rotate(45deg); }
    .og-grid .og-close::after {
      transform: rotate(-45deg); }
    .og-grid .og-close:hover::before, .og-grid .og-close:hover::after, .og-grid .og-close:focus::before, .og-grid .og-close:focus::after {
      background: #333; }
    @media (max-width: 767px) {
      .og-grid .og-close {
        height: 30px;
        width: 30px;
        top: 15px;
        right: 15px;
        z-index: 10; } }
  .og-grid .og-fullimg-wrapper,
  .og-grid .og-details,
  .og-grid .og-bottom-details {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .og-grid .og-fullimg-wrapper.og-details,
    .og-grid .og-details.og-details,
    .og-grid .og-bottom-details.og-details {
      float: none; }
  .og-grid .og-details,
  .og-grid .og-bottom-details {
    height: auto;
    line-height: normal; }
  .og-grid .og-fullimg-wrapper {
    text-align: center;
    height: auto;
    margin-right: 3%;
    border: 1px solid #e0e0e0; }
    .og-grid .og-fullimg-wrapper img {
      display: inline-block;
      max-height: 100%;
      max-width: 100%; }
    .og-grid .og-fullimg-wrapper .og-img-credit {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 16px;
      border-top: 1px solid #4b4b4b;
      background: rgba(0, 0, 0, 0.5);
      font-size: 1.2rem;
      font-style: italic;
      font-weight: 700;
      line-height: 1.625;
      color: rgba(224, 224, 224, 0.7);
      text-align: left;
      word-wrap: break-word;
      z-index: 100; }
  .og-grid .og-details h3, .og-grid .og-details .section-header-component .section-header-value.h3_tag .text-input, .section-header-component .section-header-value.h3_tag .og-grid .og-details .text-input {
    font-weight: 300;
    font-size: 30px;
    line-height: 41px;
    padding: 0px 0 10px;
    margin-bottom: 10px;
    color: #464646;
    word-wrap: break-word; }
  .og-grid .og-details p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 22px;
    color: #222222;
    margin-bottom: 0;
    word-wrap: break-word; }
  .og-grid .og-details .og-details__cta--no-link {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 16px;
    border: 2px solid currentColor;
    display: inline-block;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    max-width: 100%; }
    .og-grid .og-details .og-details__cta--no-link {
      transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
    .og-grid .og-details .og-details__cta--no-link a {
      text-decoration: none; }
    .og-grid .og-details .og-details__cta--no-link .ck_content * {
      font-size: 1.6rem;
      line-height: 1.4;
      text-decoration: none;
      word-wrap: break-word;
      max-width: 100%; }
    .og-grid .og-details .og-details__cta--no-link .ck.ck-editor__editable_inline > :first-child {
      margin-top: 0; }
    .og-grid .og-details .og-details__cta--no-link .ck.ck-editor__editable_inline > :last-child {
      margin-bottom: 0; }
  .og-grid .og-details__link {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 16px;
    border: 2px solid currentColor;
    display: inline-block;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    max-width: 100%;
    padding-right: 35px; }
    .og-grid .og-details__link {
      transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
    .og-grid .og-details__link a {
      text-decoration: none; }
    .og-grid .og-details__link:after {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      position: absolute;
      height: 100%;
      right: 15px;
      top: 0px;
      font-size: 22px; }
    .og-grid .og-details__link .ck_content * {
      font-size: 1.6rem;
      line-height: 1.4;
      text-decoration: none;
      word-wrap: break-word;
      max-width: 100%; }
    .og-grid .og-details__link .ck.ck-editor__editable_inline > :first-child {
      margin-top: 0; }
    .og-grid .og-details__link .ck.ck-editor__editable_inline > :last-child {
      margin-bottom: 0; }
  .og-grid .og-bottom-details {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 1.6rem;
    line-height: 22px;
    color: #222222;
    width: 100%; }
    .og-grid .og-bottom-details span {
      display: block;
      margin-bottom: 10px;
      word-break: break-word; }
    .og-grid .og-bottom-details a {
      display: block;
      margin-bottom: 10px;
      padding-right: 20px;
      position: relative;
      text-decoration: none;
      word-wrap: break-word;
      width: 48%;
      height: auto;
      text-align: left;
      float: left; }
      .og-grid .og-bottom-details a:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        display: inline;
        width: auto;
        height: auto;
        line-height: normal;
        vertical-align: baseline;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        margin-top: 0;
        position: absolute;
        font-size: 20px;
        margin-left: 10px; }
  @media (max-width: 768px) {
    .og-grid .og-bottom-details {
      width: 100%; }
    .og-grid .og-fullimg-wrapper {
      height: auto;
      display: block; }
    .og-grid .og-bottom-details a {
      width: 50%;
      float: left; } }
  @media (max-width: 767px) {
    .og-grid {
      text-align: center; }
      .og-grid .og-fullimg-wrapper,
      .og-grid .og-details,
      .og-grid .og-bottom-details,
      .og-grid .og-bottom-details a {
        width: 100%;
        margin-right: 0; }
      .og-grid .og-details {
        margin-top: 20px; } }
  .og-grid .og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e0e0e0;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    animation: loader 0.5s infinite ease-in-out both; }
  .og-grid .image-loading {
    animation: fadeIn 0.65s ease forwards; }

@keyframes loader {
  0% {
    background: #e0e0e0; }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #e0e0e0; }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #e0e0e0, -15px 30px 1px #ccc; } }

.og-profiles-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e0e0e0;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  margin: 0 auto 60px;
  animation: loader 0.5s infinite ease-in-out both; }

@media (min-width: 1401px) {
  .column-12 .og-grid li {
    width: calc(95% / 5);
    line-height: calc(95% / 5);
    margin-right: calc(5% / (5 - 1));
    position: relative; } }
  @media (min-width: 1401px) and (max-width: 767px) {
    .column-12 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 1401px) and (min-width: 768px) and (max-width: 1023px) {
    .column-12 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 1401px) and (min-width: 1024px) {
    .column-12 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 1401px) {
    .column-12 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-12 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-12 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-12 .og-grid li > a img {
        vertical-align: middle; }
    .column-12 .og-grid li:nth-child(5n) {
      margin-right: 0; } }

@media (min-width: 1281px) and (max-width: 1400px) {
  .column-12 .og-grid li {
    width: calc(95% / 4);
    line-height: calc(95% / 4);
    margin-right: calc(5% / (4 - 1));
    position: relative; } }
  @media (min-width: 1281px) and (max-width: 1400px) and (max-width: 767px) {
    .column-12 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 1281px) and (max-width: 1400px) and (min-width: 768px) and (max-width: 1023px) {
    .column-12 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 1281px) and (max-width: 1400px) and (min-width: 1024px) {
    .column-12 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 1281px) and (max-width: 1400px) {
    .column-12 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-12 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-12 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-12 .og-grid li > a img {
        vertical-align: middle; }
    .column-12 .og-grid li:nth-child(4n) {
      margin-right: 0; } }

@media (min-width: 1001px) and (max-width: 1280px) {
  .column-12 .og-grid li {
    width: calc(95% / 4);
    line-height: calc(95% / 4);
    margin-right: calc(5% / (4 - 1));
    position: relative; } }
  @media (min-width: 1001px) and (max-width: 1280px) and (max-width: 767px) {
    .column-12 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 1001px) and (max-width: 1280px) and (min-width: 768px) and (max-width: 1023px) {
    .column-12 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 1001px) and (max-width: 1280px) and (min-width: 1024px) {
    .column-12 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 1001px) and (max-width: 1280px) {
    .column-12 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-12 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-12 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-12 .og-grid li > a img {
        vertical-align: middle; }
    .column-12 .og-grid li:nth-child(4n) {
      margin-right: 0; } }

@media (min-width: 769px) and (max-width: 1000px) {
  .column-12 .og-grid li {
    width: calc(95% / 3);
    line-height: calc(95% / 3);
    margin-right: calc(5% / (3 - 1));
    position: relative; } }
  @media (min-width: 769px) and (max-width: 1000px) and (max-width: 767px) {
    .column-12 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 769px) and (max-width: 1000px) and (min-width: 768px) and (max-width: 1023px) {
    .column-12 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 769px) and (max-width: 1000px) and (min-width: 1024px) {
    .column-12 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 769px) and (max-width: 1000px) {
    .column-12 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-12 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-12 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-12 .og-grid li > a img {
        vertical-align: middle; }
    .column-12 .og-grid li:nth-child(3n) {
      margin-right: 0; } }

@media (max-width: 768px) {
  .column-12 .og-grid li {
    width: calc(95% / 2);
    line-height: calc(95% / 2);
    margin-right: calc(5% / (2 - 1));
    position: relative; } }
  @media (max-width: 768px) and (max-width: 767px) {
    .column-12 .og-grid li {
      margin-bottom: 30px; } }
  @media (max-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
    .column-12 .og-grid li {
      margin-bottom: 20px; } }
  @media (max-width: 768px) and (min-width: 1024px) {
    .column-12 .og-grid li {
      margin-bottom: 17px; } }

@media (max-width: 768px) {
    .column-12 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-12 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-12 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-12 .og-grid li > a img {
        vertical-align: middle; }
    .column-12 .og-grid li:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 640px) {
  .column-12 .og-grid li {
    width: calc(95% / 2);
    line-height: calc(95% / 2);
    margin-right: calc(5% / (2 - 1));
    position: relative; } }
  @media (max-width: 640px) and (max-width: 767px) {
    .column-12 .og-grid li {
      margin-bottom: 30px; } }
  @media (max-width: 640px) and (min-width: 768px) and (max-width: 1023px) {
    .column-12 .og-grid li {
      margin-bottom: 20px; } }
  @media (max-width: 640px) and (min-width: 1024px) {
    .column-12 .og-grid li {
      margin-bottom: 17px; } }

@media (max-width: 640px) {
    .column-12 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-12 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-12 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-12 .og-grid li > a img {
        vertical-align: middle; }
    .column-12 .og-grid li:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 480px) {
  .column-12 .og-grid li {
    width: calc(95% / 1);
    line-height: calc(95% / 1);
    margin-right: calc(5% / (1 - 1));
    position: relative; } }
  @media (max-width: 480px) and (max-width: 767px) {
    .column-12 .og-grid li {
      margin-bottom: 30px; } }
  @media (max-width: 480px) and (min-width: 768px) and (max-width: 1023px) {
    .column-12 .og-grid li {
      margin-bottom: 20px; } }
  @media (max-width: 480px) and (min-width: 1024px) {
    .column-12 .og-grid li {
      margin-bottom: 17px; } }

@media (max-width: 480px) {
    .column-12 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-12 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-12 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-12 .og-grid li > a img {
        vertical-align: middle; }
    .column-12 .og-grid li:nth-child(1n) {
      margin-right: 0; } }

@media (min-width: 1401px) {
  .column-8 .og-grid li {
    width: calc(95% / 4);
    line-height: calc(95% / 4);
    margin-right: calc(5% / (4 - 1));
    position: relative; } }
  @media (min-width: 1401px) and (max-width: 767px) {
    .column-8 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 1401px) and (min-width: 768px) and (max-width: 1023px) {
    .column-8 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 1401px) and (min-width: 1024px) {
    .column-8 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 1401px) {
    .column-8 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-8 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-8 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-8 .og-grid li > a img {
        vertical-align: middle; }
    .column-8 .og-grid li:nth-child(4n) {
      margin-right: 0; } }

@media (min-width: 1281px) and (max-width: 1400px) {
  .column-8 .og-grid li {
    width: calc(95% / 3);
    line-height: calc(95% / 3);
    margin-right: calc(5% / (3 - 1));
    position: relative; } }
  @media (min-width: 1281px) and (max-width: 1400px) and (max-width: 767px) {
    .column-8 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 1281px) and (max-width: 1400px) and (min-width: 768px) and (max-width: 1023px) {
    .column-8 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 1281px) and (max-width: 1400px) and (min-width: 1024px) {
    .column-8 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 1281px) and (max-width: 1400px) {
    .column-8 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-8 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-8 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-8 .og-grid li > a img {
        vertical-align: middle; }
    .column-8 .og-grid li:nth-child(3n) {
      margin-right: 0; } }

@media (min-width: 1001px) and (max-width: 1280px) {
  .column-8 .og-grid li {
    width: calc(95% / 2);
    line-height: calc(95% / 2);
    margin-right: calc(5% / (2 - 1));
    position: relative; } }
  @media (min-width: 1001px) and (max-width: 1280px) and (max-width: 767px) {
    .column-8 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 1001px) and (max-width: 1280px) and (min-width: 768px) and (max-width: 1023px) {
    .column-8 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 1001px) and (max-width: 1280px) and (min-width: 1024px) {
    .column-8 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 1001px) and (max-width: 1280px) {
    .column-8 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-8 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-8 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-8 .og-grid li > a img {
        vertical-align: middle; }
    .column-8 .og-grid li:nth-child(2n) {
      margin-right: 0; } }

@media (min-width: 641px) and (max-width: 1000px) {
  .column-8 .og-grid li {
    width: calc(95% / 2);
    line-height: calc(95% / 2);
    margin-right: calc(5% / (2 - 1));
    position: relative; } }
  @media (min-width: 641px) and (max-width: 1000px) and (max-width: 767px) {
    .column-8 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 641px) and (max-width: 1000px) and (min-width: 768px) and (max-width: 1023px) {
    .column-8 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 641px) and (max-width: 1000px) and (min-width: 1024px) {
    .column-8 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 641px) and (max-width: 1000px) {
    .column-8 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-8 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-8 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-8 .og-grid li > a img {
        vertical-align: middle; }
    .column-8 .og-grid li:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 640px) {
  .column-8 .og-grid li {
    width: calc(95% / 2);
    line-height: calc(95% / 2);
    margin-right: calc(5% / (2 - 1));
    position: relative; } }
  @media (max-width: 640px) and (max-width: 767px) {
    .column-8 .og-grid li {
      margin-bottom: 30px; } }
  @media (max-width: 640px) and (min-width: 768px) and (max-width: 1023px) {
    .column-8 .og-grid li {
      margin-bottom: 20px; } }
  @media (max-width: 640px) and (min-width: 1024px) {
    .column-8 .og-grid li {
      margin-bottom: 17px; } }

@media (max-width: 640px) {
    .column-8 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-8 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-8 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-8 .og-grid li > a img {
        vertical-align: middle; }
    .column-8 .og-grid li:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 480px) {
  .column-8 .og-grid li {
    width: calc(95% / 1);
    line-height: calc(95% / 1);
    margin-right: calc(5% / (1 - 1));
    position: relative; } }
  @media (max-width: 480px) and (max-width: 767px) {
    .column-8 .og-grid li {
      margin-bottom: 30px; } }
  @media (max-width: 480px) and (min-width: 768px) and (max-width: 1023px) {
    .column-8 .og-grid li {
      margin-bottom: 20px; } }
  @media (max-width: 480px) and (min-width: 1024px) {
    .column-8 .og-grid li {
      margin-bottom: 17px; } }

@media (max-width: 480px) {
    .column-8 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-8 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-8 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-8 .og-grid li > a img {
        vertical-align: middle; }
    .column-8 .og-grid li:nth-child(1n) {
      margin-right: 0; } }

@media (min-width: 1401px) {
  .column-6 .og-grid li {
    width: calc(95% / 3);
    line-height: calc(95% / 3);
    margin-right: calc(5% / (3 - 1));
    position: relative; } }
  @media (min-width: 1401px) and (max-width: 767px) {
    .column-6 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 1401px) and (min-width: 768px) and (max-width: 1023px) {
    .column-6 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 1401px) and (min-width: 1024px) {
    .column-6 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 1401px) {
    .column-6 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-6 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-6 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-6 .og-grid li > a img {
        vertical-align: middle; }
    .column-6 .og-grid li:nth-child(3n) {
      margin-right: 0; } }

@media (min-width: 1281px) and (max-width: 1400px) {
  .column-6 .og-grid li {
    width: calc(95% / 2);
    line-height: calc(95% / 2);
    margin-right: calc(5% / (2 - 1));
    position: relative; } }
  @media (min-width: 1281px) and (max-width: 1400px) and (max-width: 767px) {
    .column-6 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 1281px) and (max-width: 1400px) and (min-width: 768px) and (max-width: 1023px) {
    .column-6 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 1281px) and (max-width: 1400px) and (min-width: 1024px) {
    .column-6 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 1281px) and (max-width: 1400px) {
    .column-6 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-6 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-6 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-6 .og-grid li > a img {
        vertical-align: middle; }
    .column-6 .og-grid li:nth-child(2n) {
      margin-right: 0; } }

@media (min-width: 1101px) and (max-width: 1280px) {
  .column-6 .og-grid li {
    width: calc(95% / 2);
    line-height: calc(95% / 2);
    margin-right: calc(5% / (2 - 1));
    position: relative; } }
  @media (min-width: 1101px) and (max-width: 1280px) and (max-width: 767px) {
    .column-6 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 1101px) and (max-width: 1280px) and (min-width: 768px) and (max-width: 1023px) {
    .column-6 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 1101px) and (max-width: 1280px) and (min-width: 1024px) {
    .column-6 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 1101px) and (max-width: 1280px) {
    .column-6 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-6 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-6 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-6 .og-grid li > a img {
        vertical-align: middle; }
    .column-6 .og-grid li:nth-child(2n) {
      margin-right: 0; } }

@media (min-width: 641px) and (max-width: 1100px) {
  .column-6 .og-grid li {
    width: calc(95% / 1);
    line-height: calc(95% / 1);
    margin-right: calc(5% / (1 - 1));
    position: relative; } }
  @media (min-width: 641px) and (max-width: 1100px) and (max-width: 767px) {
    .column-6 .og-grid li {
      margin-bottom: 30px; } }
  @media (min-width: 641px) and (max-width: 1100px) and (min-width: 768px) and (max-width: 1023px) {
    .column-6 .og-grid li {
      margin-bottom: 20px; } }
  @media (min-width: 641px) and (max-width: 1100px) and (min-width: 1024px) {
    .column-6 .og-grid li {
      margin-bottom: 17px; } }

@media (min-width: 641px) and (max-width: 1100px) {
    .column-6 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-6 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-6 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-6 .og-grid li > a img {
        vertical-align: middle; }
    .column-6 .og-grid li:nth-child(1n) {
      margin-right: 0; } }

@media (max-width: 640px) {
  .column-6 .og-grid li {
    width: calc(95% / 2);
    line-height: calc(95% / 2);
    margin-right: calc(5% / (2 - 1));
    position: relative; } }
  @media (max-width: 640px) and (max-width: 767px) {
    .column-6 .og-grid li {
      margin-bottom: 30px; } }
  @media (max-width: 640px) and (min-width: 768px) and (max-width: 1023px) {
    .column-6 .og-grid li {
      margin-bottom: 20px; } }
  @media (max-width: 640px) and (min-width: 1024px) {
    .column-6 .og-grid li {
      margin-bottom: 17px; } }

@media (max-width: 640px) {
    .column-6 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-6 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-6 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-6 .og-grid li > a img {
        vertical-align: middle; }
    .column-6 .og-grid li:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 480px) {
  .column-6 .og-grid li {
    width: calc(95% / 1);
    line-height: calc(95% / 1);
    margin-right: calc(5% / (1 - 1));
    position: relative; } }
  @media (max-width: 480px) and (max-width: 767px) {
    .column-6 .og-grid li {
      margin-bottom: 30px; } }
  @media (max-width: 480px) and (min-width: 768px) and (max-width: 1023px) {
    .column-6 .og-grid li {
      margin-bottom: 20px; } }
  @media (max-width: 480px) and (min-width: 1024px) {
    .column-6 .og-grid li {
      margin-bottom: 17px; } }

@media (max-width: 480px) {
    .column-6 .og-grid li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .column-6 .og-grid li > a {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .column-6 .og-grid li > a:before {
        display: inline-block;
        content: '';
        vertical-align: middle;
        height: 100%; }
      .column-6 .og-grid li > a img {
        vertical-align: middle; }
    .column-6 .og-grid li:nth-child(1n) {
      margin-right: 0; } }

@media (min-width: 961px) {
  .og-expander .og-fullimg {
    height: 402px;
    width: 402px;
    max-width: 100%;
    margin: auto;
    line-height: 402px; } }

@media (max-width: 960px) and (min-width: 769px) {
  .og-expander .og-fullimg {
    height: 387px;
    width: 387px;
    max-width: 100%;
    margin: auto;
    line-height: 387px; } }

@media (max-width: 768px) {
  .og-expander .og-fullimg {
    height: 300px;
    width: 300px;
    max-width: 100%;
    margin: auto;
    line-height: 300px; } }

@media (max-width: 767px) {
  .og-expander .og-fullimg {
    height: 600px;
    width: 600px;
    max-width: 100%;
    margin: auto;
    line-height: 600px; } }

@media (max-width: 640px) {
  .og-expander .og-fullimg {
    height: 480px;
    width: 480px;
    max-width: 100%;
    margin: auto;
    line-height: 480px; } }

@media (max-width: 480px) {
  .og-expander .og-fullimg {
    height: 320px;
    width: 320px;
    max-width: 100%;
    margin: auto;
    line-height: 320px; } }

@media (max-width: 320px) {
  .og-expander .og-fullimg {
    height: 220px;
    width: 220px;
    max-width: 100%;
    margin: auto;
    line-height: 220px; } }

.loadMore-wrapper {
  text-align: center; }
  .loadMore-wrapper .og-additems {
    cursor: pointer;
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 16px;
    border: 2px solid currentColor;
    display: inline-block;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    max-width: 100%; }
    .loadMore-wrapper .og-additems {
      transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
    .loadMore-wrapper .og-additems a {
      text-decoration: none; }
    .loadMore-wrapper .og-additems .ck_content * {
      font-size: 1.6rem;
      line-height: 1.4;
      text-decoration: none;
      word-wrap: break-word;
      max-width: 100%; }
    .loadMore-wrapper .og-additems .ck.ck-editor__editable_inline > :first-child {
      margin-top: 0; }
    .loadMore-wrapper .og-additems .ck.ck-editor__editable_inline > :last-child {
      margin-bottom: 0; }

.data-event-calendar {
  margin: 15px 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .data-event-calendar .ui-datepicker {
    width: 100%;
    padding: 1em 0;
    font-size: 13px;
    border: 1px solid #b3b3b3; }
    .data-event-calendar .ui-datepicker .ui-datepicker-prev,
    .data-event-calendar .ui-datepicker .ui-datepicker-prev-hover {
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 600;
      width: 1.8em;
      height: 1.8em;
      text-decoration: none;
      text-align: right; }
      .data-event-calendar .ui-datepicker .ui-datepicker-prev span,
      .data-event-calendar .ui-datepicker .ui-datepicker-prev-hover span {
        display: none; }
    .data-event-calendar .ui-datepicker .ui-datepicker-next,
    .data-event-calendar .ui-datepicker .ui-datepicker-next-hover {
      position: absolute;
      right: 0;
      top: 0;
      font-weight: 600;
      width: 1.8em;
      height: 1.8em;
      text-decoration: none;
      text-align: left; }
      .data-event-calendar .ui-datepicker .ui-datepicker-next span,
      .data-event-calendar .ui-datepicker .ui-datepicker-next-hover span {
        display: none; }
    .data-event-calendar .ui-datepicker .ui-datepicker-next:before,
    .data-event-calendar .ui-datepicker .ui-datepicker-next-hover:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      content: '\f105'; }
    .data-event-calendar .ui-datepicker .ui-datepicker-prev:before,
    .data-event-calendar .ui-datepicker .ui-datepicker-prev-hover:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      content: '\f104'; }
  .data-event-calendar .ui-datepicker-calendar {
    cursor: default; }
  .data-event-calendar .ui-widget-content {
    background-color: transparent; }
  .data-event-calendar .ui-datepicker-header {
    border: none;
    background-color: transparent;
    color: #000000;
    font-weight: 600; }
    .data-event-calendar .ui-datepicker-header a {
      color: #000000;
      cursor: pointer; }
  .data-event-calendar .ui-state-default,
  .data-event-calendar .ui-widget-content .ui-state-default,
  .data-event-calendar .ui-widget-header .ui-state-default {
    border: none;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    background-color: transparent;
    font-weight: normal;
    color: #4b4b4b;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    cursor: default; }
    .data-event-calendar .ui-state-default a,
    .data-event-calendar .ui-widget-content .ui-state-default a,
    .data-event-calendar .ui-widget-header .ui-state-default a {
      text-decoration: none; }
  .data-event-calendar .ui-state-active,
  .data-event-calendar .ui-widget-content .ui-state-active,
  .data-event-calendar .ui-widget-header .ui-state-active {
    border: none;
    background-color: transparent;
    font-weight: normal;
    color: #4b4b4b;
    font-weight: 400;
    text-align: center;
    cursor: default; }
    .data-event-calendar .ui-state-active a,
    .data-event-calendar .ui-widget-content .ui-state-active a,
    .data-event-calendar .ui-widget-header .ui-state-active a {
      text-decoration: none; }
  .data-event-calendar .ui-corner-all {
    border-radius: 0; }
  .data-event-calendar .calendar-title {
    text-transform: uppercase;
    color: #4b4b4b;
    font-weight: 600; }
  .data-event-calendar .ui-datepicker-calendar td {
    text-align: center;
    height: 30px; }
    .data-event-calendar .ui-datepicker-calendar td a {
      display: inline-block;
      text-align: center; }
    .data-event-calendar .ui-datepicker-calendar td.highlight a {
      color: #ffffff; }
  .data-event-calendar .ui-datepicker-inline {
    width: 100%;
    box-sizing: border-box; }
  .data-event-calendar .calendar {
    vertical-align: top;
    box-sizing: border-box;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .data-event-calendar .events-container {
    white-space: normal;
    box-sizing: border-box;
    padding: 27px 10px 10px 10px;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .data-event-calendar .events-container .event-wrapper {
      clear: both;
      display: block; }
      .data-event-calendar .events-container .event-wrapper .bullet {
        margin-right: 10px;
        width: 10px;
        height: 10px;
        float: left;
        margin-top: 5px;
        border-radius: 50%; }
      .data-event-calendar .events-container .event-wrapper .date,
      .data-event-calendar .events-container .event-wrapper .title {
        font-size: 13px;
        margin: 0; }
      .data-event-calendar .events-container .event-wrapper .title {
        font-weight: 600; }
      .data-event-calendar .events-container .event-wrapper .link {
        font-size: 13px;
        padding-left: 5px;
        float: right; }
      .data-event-calendar .events-container .event-wrapper hr {
        border-top: 1px solid #b3b3b3;
        border-bottom: 1px solid #ffffff; }
    .data-event-calendar .events-container .pagination {
      text-align: center;
      display: none; }
      .data-event-calendar .events-container .pagination ul {
        box-shadow: none;
        border: none;
        border-radius: 0; }
      .data-event-calendar .events-container .pagination li * {
        border: none;
        font-weight: 600;
        font-size: 1.2rem;
        border-right: 1px solid #e0e0e0;
        background-color: transparent; }
      .data-event-calendar .events-container .pagination li.active .current {
        color: #000000;
        background-color: transparent; }
      .data-event-calendar .events-container .pagination li a {
        padding: 4px 6px; }
        .data-event-calendar .events-container .pagination li a:hover, .data-event-calendar .events-container .pagination li a:focus {
          background-color: transparent; }
      .data-event-calendar .events-container .pagination li span {
        padding: 4px 6px; }
      .data-event-calendar .events-container .pagination li .next {
        border-right: none !important; }

.rss-feed .rss-error {
  font-size: 1.2rem;
  padding: 16px;
  border: 1px solid #e0e0e0;
  background: #ffffff; }

.rss-feed .rss-articles-wrapper {
  padding: 16px;
  border: 1px solid #e0e0e0;
  background: #ffffff; }
  .rss-feed .rss-articles-wrapper ul {
    margin: 0; }
  .rss-feed .rss-articles-wrapper .articles li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px; }
    .rss-feed .rss-articles-wrapper .articles li:last-child {
      border-bottom: none; }
    .rss-feed .rss-articles-wrapper .articles li .item-heading a {
      color: inherit; }
    .rss-feed .rss-articles-wrapper .articles li .item-image {
      max-width: 140px;
      float: left; }
      .rss-feed .rss-articles-wrapper .articles li .item-image + .item-description {
        margin-left: 155px; }
    .rss-feed .rss-articles-wrapper .articles li .item-description {
      font-size: 1.6rem;
      color: #707070;
      margin-bottom: 8px; }
  .rss-feed .rss-articles-wrapper .media-footer {
    text-align: right;
    font-size: 1.6rem; }
  .rss-feed .rss-articles-wrapper .pagination {
    list-style: none;
    cursor: pointer;
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #e0e0e0;
    font-size: 1.6rem;
    color: #707070; }
    .rss-feed .rss-articles-wrapper .pagination li {
      display: inline-block;
      text-align: center; }
      .rss-feed .rss-articles-wrapper .pagination li, .rss-feed .rss-articles-wrapper .pagination li a {
        color: inherit; }
      .rss-feed .rss-articles-wrapper .pagination li.active a {
        color: #707070;
        text-decoration: underline; }
      .rss-feed .rss-articles-wrapper .pagination li.previous {
        margin-right: 5px; }
      .rss-feed .rss-articles-wrapper .pagination li.next {
        margin-left: 5px; }
      .rss-feed .rss-articles-wrapper .pagination li:not(.previous):not(.next),
      .rss-feed .rss-articles-wrapper .pagination li .fa-angle-double-left,
      .rss-feed .rss-articles-wrapper .pagination li .fa-angle-double-right,
      .rss-feed .rss-articles-wrapper .pagination li .fa-angle-left,
      .rss-feed .rss-articles-wrapper .pagination li .fa-angle-right {
        display: inline-block;
        min-width: 25px; }

.mega-menu-layout, .station-header .menu__ul.navbar-nav .submenu.mega-menu {
  padding: 0;
  height: 500px;
  height: auto;
  top: 70px;
  left: 0;
  width: 100%;
  max-width: 1280px; }
  @media (min-width: 1025px) {
    .mega-menu-layout, .station-header .menu__ul.navbar-nav .submenu.mega-menu {
      position: absolute; }
      .mega-menu-layout div[id^='layout-'] div[id^='column-'], .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] div[id^='column-'] {
        border-right: 1px solid #e0e0e0; } }
  .mega-menu-layout div[id^='layout-'], .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] {
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    -ms-flex-direction: row;
        flex-direction: row; }
    .mega-menu-layout div[id^='layout-'] div[id^='column-'], .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] div[id^='column-'] {
      -ms-flex-align: stretch;
          -ms-grid-row-align: stretch;
          align-items: stretch;
      margin: 0; }
      .mega-menu-layout div[id^='layout-'] div[id^='column-']:last-child, .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] div[id^='column-']:last-child {
        border-right: 0; }
      .mega-menu-layout div[id^='layout-'] div[id^='column-'] .component, .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] div[id^='column-'] .component {
        padding: 5px 15px;
        white-space: initial;
        word-wrap: break-word; }
        .mega-menu-layout div[id^='layout-'] div[id^='column-'] .component > .text-container, .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] div[id^='column-'] .component > .text-container {
          padding: 0;
          background: transparent; }
  @media (max-width: 1024px) {
    .mega-menu-layout, .station-header .menu__ul.navbar-nav .submenu.mega-menu {
      top: 54px; }
      .mega-menu-layout div[id^='layout-'], .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] {
        max-width: 100%;
        display: block;
        padding: 0; }
        .mega-menu-layout div[id^='layout-'] div[id^='column-'], .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] div[id^='column-'] {
          display: block;
          width: 100%;
          border-right: 0; }
          .mega-menu-layout div[id^='layout-'] div[id^='column-'] .component, .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] div[id^='column-'] .component {
            padding: 15px;
            white-space: initial;
            word-wrap: break-word; }
            .mega-menu-layout div[id^='layout-'] div[id^='column-'] .component *, .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] div[id^='column-'] .component * {
              transform: none; }
            .mega-menu-layout div[id^='layout-'] div[id^='column-'] .component > .text-container, .station-header .menu__ul.navbar-nav .submenu.mega-menu div[id^='layout-'] div[id^='column-'] .component > .text-container {
              padding: 0; } }

.header-fixed-spacer {
  height: 74px; }

.station-header {
  line-height: 70px; }
  .station-header ul {
    margin: 0;
    list-style-type: none; }
    .station-header ul::before, .station-header ul::after {
      content: '';
      /* 1 */
      display: table;
      /* 2 */ }
    .station-header ul::after {
      clear: both; }
  .station-header .menu-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1280px; }
    @media (min-width: 1025px) {
      .station-header .menu-container {
        position: relative; } }
  .station-header.menu--navbar-nav {
    width: 100%;
    border-bottom: 1px solid;
    position: relative;
    left: 0; }
    @media (max-width: 1024px) {
      .station-header.menu--navbar-nav {
        transition: all 0.3s ease-in; } }
    .nav-is-open .station-header.menu--navbar-nav {
      transform: translateX(80%); }
      @media (min-width: 550px) {
        .nav-is-open .station-header.menu--navbar-nav {
          transform: translateX(440px); } }
      @media (min-width: 1025px) {
        .nav-is-open .station-header.menu--navbar-nav {
          transform: translateX(0); } }
    .station-header.menu--navbar-nav .menu__trigger {
      width: 45px;
      height: 45px;
      padding: 0;
      margin: 10px;
      border: 1px solid;
      font-size: 2rem;
      position: relative;
      z-index: 1; }
      @media (min-width: 1025px) {
        .station-header.menu--navbar-nav .menu__trigger {
          display: none; } }
    .station-header.menu--navbar-nav.menu--filled .menu__trigger {
      background: #000000; }
    .station-header.menu--navbar-nav.menu--default .menu__trigger {
      background: #ffffff; }
    .station-header.menu--navbar-nav .pbs-hamburger {
      width: 35px;
      height: 35px; }
      .station-header.menu--navbar-nav .pbs-hamburger path {
        width: 100%;
        transform: rotate(0deg);
        transform-origin: 50% 50%; }
      .nav-is-open .station-header.menu--navbar-nav .pbs-hamburger .path1 {
        display: none; }
      .nav-is-open .station-header.menu--navbar-nav .pbs-hamburger .path4 {
        display: none; }
      .nav-is-open .station-header.menu--navbar-nav .pbs-hamburger .path2 {
        transform: rotate(45deg) scale(0.9); }
      .nav-is-open .station-header.menu--navbar-nav .pbs-hamburger .path3 {
        transform: rotate(-45deg) scale(0.9); }
    .station-header.menu--navbar-nav .navbar-nav {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -80%;
      width: 80%;
      max-width: 440px; }
      .station-header.menu--navbar-nav .navbar-nav::before, .station-header.menu--navbar-nav .navbar-nav::after {
        content: '';
        /* 1 */
        display: table;
        /* 2 */ }
      .station-header.menu--navbar-nav .navbar-nav::after {
        clear: both; }
      @media (max-width: 1024px) {
        .station-header.menu--navbar-nav .navbar-nav {
          overflow: auto; } }
      @media (min-width: 550px) {
        .station-header.menu--navbar-nav .navbar-nav {
          left: -440px; } }
      @media (min-width: 1025px) {
        .station-header.menu--navbar-nav .navbar-nav {
          position: static;
          width: 100%;
          height: auto;
          min-height: 0;
          border-right: 0;
          max-width: 1280px;
          margin: 0 auto; } }
    .station-header.menu--navbar-nav__spacer {
      position: fixed;
      bottom: 0;
      left: -80%;
      width: 80%;
      max-width: 440px;
      height: 100vh;
      content: '';
      opacity: 0;
      z-index: -1;
      transition: left 0.3s ease-in; }
      .nav-is-open .station-header.menu--navbar-nav__spacer {
        left: 0;
        opacity: 1; }
        @media (min-width: 1025px) {
          .nav-is-open .station-header.menu--navbar-nav__spacer {
            display: none; } }
      @media (min-width: 1025px) {
        .station-header.menu--navbar-nav__spacer {
          display: none; } }
    .station-header.menu--navbar-nav .menu__li {
      position: relative; }
      @media (min-width: 1025px) {
        .station-header.menu--navbar-nav .menu__li {
          float: left; }
          .station-header.menu--navbar-nav .menu__li:hover .submenu, .station-header.menu--navbar-nav .menu__li:focus .submenu {
            display: block; } }
    .station-header.menu--navbar-nav .submenu__trigger {
      position: absolute;
      top: 0;
      right: 0;
      width: 45px;
      height: 55px;
      border: 0;
      background: transparent;
      font-size: 2rem; }
      .station-header.menu--navbar-nav .submenu__trigger i {
        transition: all 0.198s ease-in; }
      @media (min-width: 1025px) {
        .station-header.menu--navbar-nav .submenu__trigger {
          display: none; } }
    .station-header.menu--navbar-nav .submenu {
      z-index: 101;
      max-height: 0;
      overflow: hidden;
      font-size: 15px;
      transition: all 0.3s ease-out; }
      @media (min-width: 1025px) {
        .station-header.menu--navbar-nav .submenu {
          display: none;
          position: absolute;
          top: 100%;
          max-height: none;
          min-width: 200px;
          border: 1px solid;
          border-top-width: 0;
          font-size: 17px; } }
      .station-header.menu--navbar-nav .submenu .submenu__li > a {
        padding-left: 48px; }
        @media (min-width: 1025px) {
          .station-header.menu--navbar-nav .submenu .submenu__li > a {
            padding-left: 24px; } }
    .station-header.menu--navbar-nav .submenu-is-open .submenu {
      max-height: 100%; }
    .station-header.menu--navbar-nav .submenu-is-open .submenu__trigger i {
      transform: rotate(-180deg); }
    .station-header.menu--navbar-nav .open-submenu .submenu {
      display: block; }
    .station-header.menu--navbar-nav .menu__li > a,
    .station-header.menu--navbar-nav .submenu__li > a {
      padding: 17px 24px 13px 24px; }
      @media (min-width: 1025px) {
        .station-header.menu--navbar-nav .menu__li > a,
        .station-header.menu--navbar-nav .submenu__li > a {
          padding: 10px 24px 6px 24px; }
          .station-header.menu--navbar-nav .menu__li > a.has-children,
          .station-header.menu--navbar-nav .submenu__li > a.has-children {
            padding-right: 16px; } }
      .station-header.menu--navbar-nav .menu__li > a [class*="icon"],
      .station-header.menu--navbar-nav .submenu__li > a [class*="icon"] {
        display: none; }
        @media (min-width: 1025px) {
          .station-header.menu--navbar-nav .menu__li > a [class*="icon"],
          .station-header.menu--navbar-nav .submenu__li > a [class*="icon"] {
            display: inline; } }
    .station-header.menu--navbar-nav.navbar-fixed-top {
      position: fixed;
      top: 0; }
    .station-header.menu--navbar-nav.has-search .menu__ul.navbar-nav {
      top: 70px; }
  .station-header .menu__ul.navbar-nav.highlight-last .menu__li:last-of-type .menu-item {
    color: #d63a38;
    font-weight: 600; }
  @media (max-width: 1024px) {
    .station-header .menu__ul.navbar-nav {
      border-right: 0;
      box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.25); }
      .station-header .menu__ul.navbar-nav .menu__li,
      .station-header .menu__ul.navbar-nav .submenu__li {
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0; }
        .station-header .menu__ul.navbar-nav .menu__li.submenu-is-open .menu-item, .station-header .menu__ul.navbar-nav .menu__li.submenu-is-open .mega-menu,
        .station-header .menu__ul.navbar-nav .submenu__li.submenu-is-open .menu-item,
        .station-header .menu__ul.navbar-nav .submenu__li.submenu-is-open .mega-menu {
          box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.25); } }
  @media (min-width: 1025px) {
    .station-header .menu__ul.navbar-nav {
      float: right;
      margin-right: 60px;
      width: auto;
      max-width: 100%;
      height: 70px;
      background-color: #ffffff;
      top: auto; }
      .station-header .menu__ul.navbar-nav .menu__li {
        position: static !important;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent; }
        .station-header .menu__ul.navbar-nav .menu__li:hover {
          border-right: 1px solid #e0e0e0;
          border-left: 1px solid #e0e0e0; }
          .station-header .menu__ul.navbar-nav .menu__li:hover .submenu {
            border: 1px solid #e0e0e0;
            border-top: 0; }
      .station-header .menu__ul.navbar-nav .menu__li, .station-header .menu__ul.navbar-nav .menu__li .menu-item {
        line-height: 70px; } }
  .station-header .menu__ul.navbar-nav .menu__li > .menu-item, .station-header .menu__ul.navbar-nav .menu__li > .menu-item:hover, .station-header .menu__ul.navbar-nav .menu__li > .menu-item:focus {
    display: block;
    color: #222222; }
  @media (min-width: 1025px) {
    .station-header .menu__ul.navbar-nav .menu__li {
      height: 70px;
      float: left; }
      .station-header .menu__ul.navbar-nav .menu__li > .menu-item {
        line-height: 70px;
        display: block;
        padding: 0 20px;
        font-size: 1.6rem; }
        .station-header .menu__ul.navbar-nav .menu__li > .menu-item .fa {
          display: none; }
        .station-header .menu__ul.navbar-nav .menu__li > .menu-item:hover, .station-header .menu__ul.navbar-nav .menu__li > .menu-item:focus {
          text-decoration: none; } }
  @media (max-width: 1024px) {
    .station-header .menu__ul.navbar-nav .menu__li {
      white-space: nowrap; }
      .station-header .menu__ul.navbar-nav .menu__li > .menu-item {
        font-size: 1.5rem !important;
        padding: 16px 12.03008px; } }
  .station-header .menu__ul.navbar-nav .submenu {
    border: none; }
    .station-header .menu__ul.navbar-nav .submenu .submenu__li {
      border: none;
      display: block;
      line-height: 0; }
      .station-header .menu__ul.navbar-nav .submenu .submenu__li > .menu-item {
        padding: 19px 35px 19px 35px;
        line-height: initial;
        font-size: 1.4rem;
        text-transform: none;
        font-weight: normal;
        display: block;
        width: 100%;
        box-sizing: border-box; }
        @media (min-width: 1025px) {
          .station-header .menu__ul.navbar-nav .submenu .submenu__li > .menu-item {
            padding: 12px 17px 12px 22px; } }
        .station-header .menu__ul.navbar-nav .submenu .submenu__li > .menu-item:hover, .station-header .menu__ul.navbar-nav .submenu .submenu__li > .menu-item:focus {
          text-decoration: underline; }
  .station-header .station-header-logo {
    display: inline-block;
    width: auto;
    box-sizing: content-box;
    float: right;
    margin-right: 16px;
    position: relative; }
    @media (min-width: 1025px) {
      .station-header .station-header-logo {
        float: left;
        margin: 0; } }
    @media (max-width: 1024px) {
      .station-header .station-header-logo {
        margin-right: 0; } }
    @media (max-width: 1279px) {
      .station-header .station-header-logo {
        padding: 0 10px; } }
    @media (min-width: 1280px) {
      .station-header .station-header-logo {
        padding: 0 16px; } }
    .station-header .station-header-logo img {
      max-height: 70px;
      max-width: 120px;
      max-height: 67px; }
  .station-header .station-header-search {
    position: absolute;
    top: 0;
    left: -80%;
    width: 80%;
    max-width: 440px;
    height: 70px;
    box-sizing: content-box; }
    @media (min-width: 1025px) {
      .station-header .station-header-search {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent; } }
    .station-header .station-header-search:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .station-header .station-header-search:hover {
          border-left: 1px solid #e0e0e0;
          border-right: 1px solid #e0e0e0; } }
    @media (min-width: 550px) {
      .station-header .station-header-search {
        left: -440px; } }
    .station-header .station-header-search .dropdown-menu {
      display: block;
      box-shadow: none;
      border-radius: 0;
      z-index: 9;
      top: 0;
      left: 0;
      padding: 0;
      width: 100%;
      max-width: 440px;
      height: 70px;
      border: 1px solid #e0e0e0;
      border-top: 0; }
      @media (max-width: 1024px) {
        .station-header .station-header-search .dropdown-menu {
          background-color: #ffffff !important;
          box-sizing: border-box; } }
      .station-header .station-header-search .dropdown-menu .station-header-search-form .visually-hidden {
        display: none; }
      .station-header .station-header-search .dropdown-menu .station-header-search-form #station-header-search-input {
        border: none;
        background-color: transparent;
        width: auto; }
      .station-header .station-header-search .dropdown-menu .station-header-search-form {
        margin-bottom: 0;
        position: relative;
        padding: 13px 55px 12px 6px; }
        .station-header .station-header-search .dropdown-menu .station-header-search-form .fa {
          position: absolute;
          cursor: pointer;
          height: 45px;
          line-height: 45px;
          font-size: 15px;
          width: 45px;
          text-align: center;
          right: 0;
          border: none;
          background: transparent;
          font-size: 1.6rem;
          display: inline-block; }
          .station-header .station-header-search .dropdown-menu .station-header-search-form .fa:hover {
            font-weight: 600; }
        .station-header .station-header-search .dropdown-menu .station-header-search-form #station-header-search-input {
          width: 100%;
          padding-right: 50px;
          height: 45px;
          box-sizing: border-box;
          border-radius: 0;
          border-color: #b3b3b3;
          margin-bottom: 0;
          font-size: 1.4rem;
          box-shadow: none;
          outline: none; }
    @media (min-width: 1025px) {
      .station-header .station-header-search {
        display: inline-block;
        position: absolute;
        right: 0;
        left: auto;
        box-sizing: content-box;
        color: #222222;
        width: 60px; }
        .station-header .station-header-search .dropdown-menu {
          display: none;
          top: 100%;
          left: auto;
          right: -1px;
          width: 350px;
          height: auto;
          background: none; }
          .station-header .station-header-search .dropdown-menu .station-header-search-form {
            padding: 20px 10px 20px 10px; }
            .station-header .station-header-search .dropdown-menu .station-header-search-form .visually-hidden {
              display: none; }
            .station-header .station-header-search .dropdown-menu .station-header-search-form #station-header-search-input {
              background-color: #ffffff;
              border: 1px solid #f3f3f3; }
        .station-header .station-header-search.open .dropdown-menu, .station-header .station-header-search:hover .dropdown-menu, .station-header .station-header-search:focus .dropdown-menu {
          display: block; }
        .station-header .station-header-search:not(.open):not(:focus):not(:hover) .dropdown-menu {
          display: none; } }
    .station-header .station-header-search .menu-search-icon {
      font-size: 18px;
      position: relative;
      text-align: center; }
      @media (max-width: 1279px) {
        .station-header .station-header-search .menu-search-icon {
          padding: 0 10px; } }
      @media (min-width: 1280px) {
        .station-header .station-header-search .menu-search-icon {
          padding: 0 16px; } }

.photo-gallery {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .photo-gallery .gallery-image {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .photo-gallery.fullscreen {
    width: 100%;
    height: 100%;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .photo-gallery.fullscreen .img-description,
    .photo-gallery.fullscreen .thumbnails-container,
    .photo-gallery.fullscreen .thumbnail-list {
      background: #000000 !important;
      color: #ffffff !important; }
    .photo-gallery.fullscreen .thumbnail-item {
      border: 3px solid #000000 !important; }
    .photo-gallery.fullscreen .thumbnails-container {
      padding-bottom: 3px; }
    .photo-gallery.fullscreen .thumbnail-list.centered {
      -ms-flex-pack: center;
          justify-content: center; }
    .photo-gallery.fullscreen .img-title {
      display: none; }
  .photo-gallery .img-title {
    padding: 0 0 8px 4px;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    margin: 0; }
  .photo-gallery .image-container {
    position: relative;
    background-color: #222222;
    height: 300px; }
    @media (min-width: 768px) {
      .photo-gallery .image-container {
        height: 450px; } }
    @media (min-width: 1024px) {
      .photo-gallery .image-container {
        height: 600px; } }
    @media (min-width: 1280px) {
      .photo-gallery .image-container {
        height: 750px; } }
    .fullscreen .photo-gallery .image-container {
      max-height: 100%;
      -ms-flex-positive: 2;
          flex-grow: 2; }
  .photo-gallery .filer-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    max-height: 300px; }
    @media (min-width: 768px) {
      .photo-gallery .filer-image {
        max-height: 450px; } }
    @media (min-width: 1024px) {
      .photo-gallery .filer-image {
        max-height: 600px; } }
    @media (min-width: 1280px) {
      .photo-gallery .filer-image {
        max-height: 750px; } }
    .fullscreen .photo-gallery .filer-image {
      height: auto;
      max-height: 100%; }
  .photo-gallery .gallery-image {
    display: none; }
    .photo-gallery .gallery-image.visible {
      display: block; }
      .fullscreen .photo-gallery .gallery-image.visible {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-positive: 10;
            flex-grow: 10; }
  .photo-gallery .arrow {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    top: 127px;
    font-size: 30px;
    padding: 8px; }
    .photo-gallery .arrow-right {
      right: 0; }
    .photo-gallery .arrow-left {
      left: 0; }
    .photo-gallery .arrow:hover, .photo-gallery .arrow:focus {
      cursor: pointer; }
    @media (min-width: 768px) {
      .photo-gallery .arrow {
        top: 185px;
        font-size: 40px;
        padding: 20px; } }
    @media (min-width: 1024px) {
      .photo-gallery .arrow {
        top: 260px; } }
    @media (min-width: 1280px) {
      .photo-gallery .arrow {
        top: 335px; } }
    .fullscreen .photo-gallery .arrow {
      top: 40%; }
  .photo-gallery .img-credit-box {
    background: rgba(0, 0, 0, 0.3);
    padding: 16px;
    min-width: 150px;
    max-width: 50%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .photo-gallery .img-credit-box .img-credit {
      color: #ffffff;
      font-size: 1.2rem;
      font-style: italic;
      font-weight: 400;
      margin: 0; }
      @media (min-width: 1024px) {
        .photo-gallery .img-credit-box .img-credit {
          font-size: 1.4rem; } }
  .photo-gallery .image-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 136px;
    position: absolute;
    bottom: 0;
    right: 0; }
  .photo-gallery .social-share-icons {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 1.8rem;
    width: 136px;
    text-align: center;
    top: -67px;
    right: -44px; }
    .photo-gallery .social-share-icons .social-share-row {
      margin: 5px 0; }
    .photo-gallery .social-share-icons a {
      color: #ffffff !important; }
    .photo-gallery .social-share-icons i {
      padding: 0 10px; }
      .photo-gallery .social-share-icons i:hover, .photo-gallery .social-share-icons i:focus {
        color: #b3b3b3; }
  .photo-gallery .social-share-cta {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 1.2rem;
    width: 136px;
    text-align: center;
    padding: 5px 15px;
    top: -31px;
    right: -44px; }
  .photo-gallery .social-share-container {
    position: relative;
    width: 100%; }
    .photo-gallery .social-share-container:hover, .photo-gallery .social-share-container:focus {
      cursor: pointer; }
      .photo-gallery .social-share-container:hover .social-share-cta, .photo-gallery .social-share-container:focus .social-share-cta {
        display: block; }
      .photo-gallery .social-share-container:hover .social-share-button, .photo-gallery .social-share-container:focus .social-share-button {
        background: rgba(0, 0, 0, 0.6); }
    .photo-gallery .social-share-container.visible {
      display: block; }
      .photo-gallery .social-share-container.visible .social-share-cta,
      .photo-gallery .social-share-container.visible .social-share-icons {
        display: block; }
      .photo-gallery .social-share-container.visible .social-share-button {
        background: rgba(0, 0, 0, 0.6); }
  .photo-gallery .fullscreen-button,
  .photo-gallery .social-share-button,
  .photo-gallery .image-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #ffffff;
    height: 44px;
    min-width: 44px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.3); }
    .photo-gallery .fullscreen-button i,
    .photo-gallery .social-share-button i,
    .photo-gallery .image-count i {
      font-size: 2rem;
      margin: 0; }
  .photo-gallery .social-share-button,
  .photo-gallery .image-count {
    margin-right: 2px; }
  .photo-gallery .fullscreen-button:hover, .photo-gallery .fullscreen-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6); }
  .fullscreen .photo-gallery .fullscreen-button {
    background: #707070; }
  .photo-gallery .img-description {
    padding: 16px;
    width: 100%;
    color: #222222;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.625;
    margin: 0; }
    @media (min-width: 1024px) {
      .photo-gallery .img-description {
        font-size: 1.6rem; } }
  .photo-gallery .thumbnails-container {
    display: inline-block;
    position: relative;
    background-color: #f3f3f3;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap; }
    .fullscreen .photo-gallery .thumbnails-container {
      background: #4b4b4b; }
  .photo-gallery .thumbnail-list {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 100%;
    height: 102px;
    margin: 0; }
    .photo-gallery .thumbnail-list::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 7px; }
  .photo-gallery .gallery-image.visible {
    position: relative; }
    .photo-gallery .gallery-image.visible .thumb-arrow {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      z-index: 1;
      top: calc(100% + 30px);
      font-size: 24px;
      padding: 5px 8px; }
      .photo-gallery .gallery-image.visible .thumb-arrow-right {
        right: 0; }
      .photo-gallery .gallery-image.visible .thumb-arrow:hover, .photo-gallery .gallery-image.visible .thumb-arrow:focus {
        cursor: pointer; }
      .photo-gallery .gallery-image.visible .thumb-arrow.hidden {
        display: none; }
  .photo-gallery .thumbnail-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    width: 120px;
    height: 96px;
    margin: 0;
    overflow: hidden;
    background-color: #222222;
    box-sizing: border-box;
    cursor: pointer; }
    .photo-gallery .thumbnail-item .thumbnail-image {
      max-height: 100%;
      max-width: 100%; }
    .photo-gallery .thumbnail-item.selected {
      border: 3px solid; }

.gray-button, .poster__4GrwJ .poster-toolbar .btn {
  background: #8fa6bc !important;
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
  padding: 8px;
  font-size: 14px;
  font-weight: 300;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
  min-width: 37px;
  min-height: 37px;
  text-align: center;
  cursor: pointer;
  text-shadow: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
  .gray-button:hover, .poster__4GrwJ .poster-toolbar .btn:hover, .gray-button:focus, .poster__4GrwJ .poster-toolbar .btn:focus {
    background-color: #ffffff !important;
    border-color: #8fa6bc !important;
    color: #8fa6bc !important; }
    .gray-button:hover *, .poster__4GrwJ .poster-toolbar .btn:hover *, .gray-button:focus *, .poster__4GrwJ .poster-toolbar .btn:focus * {
      color: #8fa6bc !important; }
  .gray-button i, .poster__4GrwJ .poster-toolbar .btn i {
    margin-right: 0; }

.grippy {
  width: 12px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  line-height: 5px;
  cursor: move;
  vertical-align: middle;
  font-size: 1.6rem;
  font-family: sans-serif;
  letter-spacing: 2px;
  color: #cccccc;
  text-shadow: 1px 0 1px #000000;
  position: absolute;
  left: 3px;
  top: 22px;
  z-index: 1; }
  .grippy:after {
    content: '.. .. .. ..'; }

.grip-vertical {
  padding: 6px 0px;
  cursor: move; }
  .grip-vertical span {
    line-height: 21px;
    color: white;
    text-shadow: none;
    position: relative;
    transform: rotate(90deg);
    display: table-cell;
    left: 2px; }
    .grip-vertical span::before {
      content: '::::'; }

.help-button, .help-button:hover, .help-button:focus {
  font-size: 17px;
  color: #707070;
  margin: 5px 0 0 4px;
  cursor: help;
  background: transparent;
  box-shadow: none;
  border: none; }

.station-footer .station-footer-wrapper {
  max-width: 1280px;
  margin: 0 auto; }
  @media (max-width: 1279px) {
    .station-footer .station-footer-wrapper {
      padding: 10px; } }
  @media (min-width: 1280px) {
    .station-footer .station-footer-wrapper {
      padding: 30px 16px; } }

.station-footer .links-section {
  margin-left: 0 !important; }

.station-footer .links-column {
  word-wrap: break-word; }
  .station-footer .links-column .list-element-container {
    padding-bottom: 5px;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    cursor: default; }
    .station-footer .links-column .list-element-container.column-header {
      padding-bottom: 8px; }
      .station-footer .links-column .list-element-container.column-header, .station-footer .links-column .list-element-container.column-header .list-item-link {
        font-weight: 700;
        color: #4b4b4b; }
    .station-footer .links-column .list-element-container .list-item-link:hover, .station-footer .links-column .list-element-container .list-item-link:active, .station-footer .links-column .list-element-container .list-item-link:focus {
      text-decoration: underline;
      cursor: pointer; }

.station-footer .footer-logo-container-default {
  width: 210px;
  height: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px dashed #707070; }

.station-footer .footer-logo-container,
.station-footer .footer-logo-container-default {
  margin-bottom: 30px; }
  .station-footer .footer-logo-container .station-footer-logo,
  .station-footer .footer-logo-container-default .station-footer-logo {
    max-width: 210px;
    max-height: 110px;
    position: relative; }

.station-footer .footer-address, .station-footer .footer-address *,
.station-footer .footer-address,
.station-footer .footer-address *,
.station-footer .footer-phone,
.station-footer .footer-phone *,
.station-footer .footer-fax,
.station-footer .footer-fax * {
  font-size: 1.4rem;
  color: #4b4b4b;
  font-weight: 400;
  max-width: 210px;
  word-wrap: break-word; }

.station-footer .footer-address {
  margin-bottom: 20px; }
  .station-footer .footer-address * {
    margin-bottom: 3px; }

@media (max-width: 767px) {
  .station-footer .links-section .links-column {
    display: inline-block;
    float: left;
    width: 25%;
    padding-right: 5px; }
    .station-footer .links-section .links-column:last-of-type {
      padding-right: 0; }
    .station-footer .links-section .links-column .list-element-container, .station-footer .links-section .links-column .list-element-container * {
      font-size: 1.2rem; }
  .station-footer .contact-section {
    padding-bottom: 15px;
    display: inline-block; }
    .station-footer .contact-section .footer-logo-container-default {
      width: 150px;
      height: 80px; }
    .station-footer .contact-section .footer-logo-container,
    .station-footer .contact-section .footer-logo-container-default {
      float: left;
      display: inline-block;
      width: 50%; }
      .station-footer .contact-section .footer-logo-container .station-footer-logo,
      .station-footer .contact-section .footer-logo-container-default .station-footer-logo {
        max-width: 150px; }
    .station-footer .contact-section .footer-contact-container {
      float: left;
      display: inline-block;
      width: 50%; }
      .station-footer .contact-section .footer-contact-container .footer-address, .station-footer .contact-section .footer-contact-container .footer-address *,
      .station-footer .contact-section .footer-contact-container .footer-phone,
      .station-footer .contact-section .footer-contact-container .footer-phone *,
      .station-footer .contact-section .footer-contact-container .footer-fax,
      .station-footer .contact-section .footer-contact-container .footer-fax * {
        font-size: 1.2rem;
        max-width: 150px; } }

.links-component {
  padding: 3px; }
  .links-component .links-wrapper {
    display: inline-block;
    width: 100%; }
    .links-component .links-wrapper .links-section {
      margin-left: 0; }
      .links-component .links-wrapper .links-section .links-list .list-element-container {
        margin-top: 5px; }
        .links-component .links-wrapper .links-section .links-list .list-element-container, .links-component .links-wrapper .links-section .links-list .list-element-container a {
          line-height: 2.5rem;
          font-size: 1.5rem;
          font-weight: 400; }
    .links-component .links-wrapper .links-title {
      margin-bottom: 5px; }
      .links-component .links-wrapper .links-title, .links-component .links-wrapper .links-title a {
        line-height: 1.5rem;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .links-component .links-wrapper .links-title {
        color: #222222; }
      .links-component .links-wrapper .links-title a:hover, .links-component .links-wrapper .links-title a:focus {
        text-decoration: underline;
        cursor: pointer; }

.menu-promo-component {
  padding: 3px; }
  .menu-promo-component .menu-promo-wrapper {
    display: block;
    width: 100%; }
    .menu-promo-component .menu-promo-wrapper .menu-promo-title, .menu-promo-component .menu-promo-wrapper .menu-promo-title a {
      line-height: 1.5rem;
      margin-bottom: 15px;
      font-size: 1.5rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #222222; }
    .menu-promo-component .menu-promo-wrapper .menu-promo-title a:hover {
      cursor: pointer; }
    .menu-promo-component .menu-promo-wrapper .menu-promo-img-container.default {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #e0e0e0;
      position: relative; }
      .menu-promo-component .menu-promo-wrapper .menu-promo-img-container.default img {
        display: inline-block;
        max-width: 40%;
        padding-top: 80px;
        padding-bottom: 80px; }
    .menu-promo-component .menu-promo-wrapper .menu-promo-img-container:not(.default) {
      padding: 0; }
      .menu-promo-component .menu-promo-wrapper .menu-promo-img-container:not(.default) img {
        max-width: 100%;
        padding: 0; }
    .menu-promo-component .menu-promo-wrapper .menu-promo-description {
      font-size: 1.5rem;
      font-weight: 400;
      padding: 0px;
      line-height: 1.5rem; }
    .menu-promo-component .menu-promo-wrapper .menu-promo-details-container, .menu-promo-component .menu-promo-wrapper .menu-promo-details-container a {
      font-size: 1.5rem;
      margin-top: 20px;
      display: inline-block;
      position: relative; }
    .menu-promo-component .menu-promo-wrapper .menu-promo-details-container a:hover {
      cursor: pointer;
      text-decoration: underline; }

.blog-entry-container {
  display: inline-block;
  padding: 15px;
  width: 100%; }
  .blog-entry-container .blog-entry-title {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 300;
    color: #707070;
    font-size: 2.4rem; }
  .blog-entry-container .blog-entry-social {
    float: right; }
    .blog-entry-container .blog-entry-social .blog-entry-social-icon {
      margin-right: -1px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      vertical-align: middle;
      width: 35px;
      height: 35px;
      padding: 3px;
      box-sizing: border-box;
      background-color: #ffffff;
      border: 1px solid #e0e0e0; }
      .blog-entry-container .blog-entry-social .blog-entry-social-icon:hover, .blog-entry-container .blog-entry-social .blog-entry-social-icon:focus {
        cursor: pointer;
        background-color: #e0e0e0; }
      .blog-entry-container .blog-entry-social .blog-entry-social-icon img {
        display: inline-block;
        max-width: 90%;
        max-height: 90%; }
  .blog-entry-container .blog-entry-details {
    clear: both;
    display: block; }
    .blog-entry-container .blog-entry-details .blog-entry-author {
      font-weight: 300; }
      .blog-entry-container .blog-entry-details .blog-entry-author .blog-entry-author-name {
        display: inline-block;
        color: #222222;
        font-weight: 600;
        text-transform: capitalize; }
    .blog-entry-container .blog-entry-details .blog-entry-date,
    .blog-entry-container .blog-entry-details .author-date-separator {
      color: #707070;
      font-weight: 300;
      font-size: 1.4rem; }
    .blog-entry-container .blog-entry-details .blog-entry-comment-cnt {
      font-weight: 300; }
    .blog-entry-container .blog-entry-details .blog-entry-author,
    .blog-entry-container .blog-entry-details .blog-entry-date,
    .blog-entry-container .blog-entry-details .blog-entry-comment-cnt {
      margin: 0 5px 10px 0;
      display: inline-block;
      font-size: 1.4rem; }
  .blog-entry-container .blog-entry-image-wrapper, .blog-entry-container .blog-entry-image-wrapper-default {
    clear: both;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    clear: right;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    max-height: 500px; }
    .blog-entry-container .blog-entry-image-wrapper img, .blog-entry-container .blog-entry-image-wrapper-default img {
      max-width: 100%;
      max-height: 500px; }
  .blog-entry-container .img-details {
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #4b4b4b;
    margin-top: 0;
    font-weight: 400;
    padding: 0 18px;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    width: 100%; }
    .blog-entry-container .img-details .img-caption {
      display: block;
      color: #d1d2d4;
      padding: 8px 0px;
      font-size: 1.5rem;
      line-height: 1.5rem;
      font-weight: 700;
      word-wrap: break-word; }
    .blog-entry-container .img-details .img-credit {
      display: block;
      color: #d1d2d4;
      padding: 8px 0;
      font-size: 1.2rem;
      line-height: 1.2rem;
      font-style: italic;
      opacity: 0.7;
      font-weight: 700;
      word-wrap: break-word; }
      .blog-entry-container .img-details .img-credit:first-child {
        padding: 10px 0; }
  .blog-entry-container .blog-entry-image-wrapper-default {
    background-color: #e0e0e0;
    padding: 60px;
    width: 100%; }
    .blog-entry-container .blog-entry-image-wrapper-default img {
      width: 100px;
      height: auto; }
  .blog-entry-container .blog-entry-category-wrapper {
    display: block;
    position: relative;
    margin: 8px 0;
    text-align: center;
    text-decoration: none; }
    .blog-entry-container .blog-entry-category-wrapper .blog-entry-category {
      display: inline-block;
      border: solid 1px #707070;
      padding: 4px 14px;
      color: #666666;
      font-size: 1.5rem;
      text-transform: uppercase;
      max-width: 80%; }
  .blog-entry-container .blog-entry-content {
    clear: both;
    margin-top: 20px;
    color: #222222;
    font-size: 1.6rem;
    clear: right; }
  .blog-entry-container .blog-entry-next-prev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    padding: 30px 0; }
    @media (max-width: 767px) {
      .blog-entry-container .blog-entry-next-prev {
        display: inline-block;
        transform: rotate(180deg);
        direction: rtl; } }
    .blog-entry-container .blog-entry-next-prev .entry-preview {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .blog-entry-container .blog-entry-next-prev .entry-preview:hover {
        cursor: pointer;
        text-decoration: none; }
      @media (max-width: 1023px) {
        .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-details {
          width: 91.3% !important; } }
      @media (max-width: 767px) {
        .blog-entry-container .blog-entry-next-prev .entry-preview {
          transform: rotate(-180deg);
          direction: ltr;
          display: -ms-flexbox;
          display: flex;
          border: 1px solid #b3b3b3; }
          .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-author,
          .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-author-name,
          .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-date,
          .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-bull {
            display: none; }
          .blog-entry-container .blog-entry-next-prev .entry-preview.next {
            margin-top: 20px; }
            .blog-entry-container .blog-entry-next-prev .entry-preview.next .entry-preview-details {
              text-align: left;
              padding: 5px; }
            .blog-entry-container .blog-entry-next-prev .entry-preview.next .fa-angle-right {
              padding: 5px; }
          .blog-entry-container .blog-entry-next-prev .entry-preview.previous .entry-preview-details {
            text-align: right;
            padding: 5px; }
          .blog-entry-container .blog-entry-next-prev .entry-preview.previous .fa-angle-left {
            padding: 5px; }
          .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-title {
            overflow-wrap: break-word;
            white-space: initial; } }
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-label {
        text-transform: capitalize;
        font-size: 1.3rem;
        color: #4b4b4b;
        margin-bottom: 7px; }
      .blog-entry-container .blog-entry-next-prev .entry-preview.next {
        text-align: right; }
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-details {
        -ms-flex-item-align: start;
            align-self: flex-start;
        max-width: 100%; }
        @media (min-width: 1024px) {
          .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-details {
            margin-top: 27px; } }
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-img {
        height: 90px;
        width: 100%;
        background-color: #f3f3f3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-img img {
          max-height: 100%;
          max-width: 100%; }
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-title {
        font-weight: 400;
        font-size: 1.5rem;
        color: #000000;
        margin-top: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-author,
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-author-name,
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-date,
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-bull {
        display: inline-block;
        margin-top: 5px;
        font-weight: 400;
        font-size: 1.2rem;
        color: #222222; }
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-bull {
        margin-right: 7px; }
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-author-name {
        text-transform: capitalize;
        font-weight: 600;
        color: #000000;
        margin-left: 5px;
        margin-right: 5px; }
      .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-categ-wrapper {
        display: inline-block;
        border: 1px solid #126eb5;
        line-height: 1.3rem;
        max-width: 100%; }
        .blog-entry-container .blog-entry-next-prev .entry-preview .entry-preview-categ-wrapper .entry-preview-categ {
          padding: 5px 8px;
          color: #126eb5;
          font-weight: 600;
          font-size: 1.2rem;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-transform: uppercase; }
      .blog-entry-container .blog-entry-next-prev .entry-preview .fa-angle-right,
      .blog-entry-container .blog-entry-next-prev .entry-preview .fa-angle-left {
        font-size: 30px;
        font-weight: 600;
        color: #707070; }
        @media (max-width: 767px) {
          .blog-entry-container .blog-entry-next-prev .entry-preview .fa-angle-right,
          .blog-entry-container .blog-entry-next-prev .entry-preview .fa-angle-left {
            font-size: 20px; } }

#disqus_thread {
  padding-top: 25px; }

.gray-button, .poster__4GrwJ .poster-toolbar .btn {
  background: #8fa6bc !important;
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
  padding: 8px;
  font-size: 14px;
  font-weight: 300;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
  min-width: 37px;
  min-height: 37px;
  text-align: center;
  cursor: pointer;
  text-shadow: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
  .gray-button:hover, .poster__4GrwJ .poster-toolbar .btn:hover, .gray-button:focus, .poster__4GrwJ .poster-toolbar .btn:focus {
    background-color: #ffffff !important;
    border-color: #8fa6bc !important;
    color: #8fa6bc !important; }
    .gray-button:hover *, .poster__4GrwJ .poster-toolbar .btn:hover *, .gray-button:focus *, .poster__4GrwJ .poster-toolbar .btn:focus * {
      color: #8fa6bc !important; }
  .gray-button i, .poster__4GrwJ .poster-toolbar .btn i {
    margin-right: 0; }

.grippy {
  width: 12px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  line-height: 5px;
  cursor: move;
  vertical-align: middle;
  font-size: 1.6rem;
  font-family: sans-serif;
  letter-spacing: 2px;
  color: #cccccc;
  text-shadow: 1px 0 1px #000000;
  position: absolute;
  left: 3px;
  top: 22px;
  z-index: 1; }
  .grippy:after {
    content: '.. .. .. ..'; }

.grip-vertical {
  padding: 6px 0px;
  cursor: move; }
  .grip-vertical span {
    line-height: 21px;
    color: white;
    text-shadow: none;
    position: relative;
    transform: rotate(90deg);
    display: table-cell;
    left: 2px; }
    .grip-vertical span::before {
      content: '::::'; }

.help-button, .help-button:hover, .help-button:focus {
  font-size: 17px;
  color: #707070;
  margin: 5px 0 0 4px;
  cursor: help;
  background: transparent;
  box-shadow: none;
  border: none; }

.poster__4GrwJ {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .poster__4GrwJ.dragging {
    opacity: 0; }
  .poster__4GrwJ.drag-preview {
    height: 200px;
    width: 200px;
    position: relative;
    opacity: 0.7; }
  .poster__4GrwJ:hover .poster-toolbar, .poster__4GrwJ:focus .poster-toolbar {
    opacity: 1; }
  .poster__4GrwJ .grid-item {
    position: relative;
    height: 100%;
    background-color: #e0e0e0; }
    .poster__4GrwJ .grid-item.add-poster:before {
      display: inline-block;
      height: 100%;
      content: '';
      vertical-align: middle; }
    .poster__4GrwJ .grid-item.add-poster article {
      vertical-align: middle; }
    .poster__4GrwJ .grid-item .placeholder {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
    .poster__4GrwJ .grid-item .filer-image-container.link {
      width: 100%;
      height: 100%; }
      .poster__4GrwJ .grid-item .filer-image-container.link .children-wrapper {
        width: inherit;
        height: inherit; }
    .poster__4GrwJ .grid-item [class^='imageWidget'] {
      height: 100%;
      display: inline-block;
      width: 100%; }
      .poster__4GrwJ .grid-item [class^='imageWidget']:before {
        display: inline-block;
        height: 100%;
        content: '';
        vertical-align: middle; }
      .poster__4GrwJ .grid-item [class^='imageWidget'] img {
        vertical-align: middle; }
      .poster__4GrwJ .grid-item [class^='imageWidget'] .grid-image {
        max-height: 100%;
        max-width: 100%; }
    .poster__4GrwJ .grid-item .bentomatic-image-widget {
      display: inline-block;
      height: 100%;
      width: 100%;
      position: static; }
  .poster__4GrwJ .poster-toolbar {
    opacity: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
    .poster__4GrwJ .poster-toolbar .btn {
      z-index: 1;
      margin-right: 0 !important; }
  .poster__4GrwJ .action-toolbar, .poster__4GrwJ .action-toolbar *,
  .poster__4GrwJ .poster-toolbar,
  .poster__4GrwJ .poster-toolbar * {
    line-height: 0; }

.popover__2mLJb .Popover-tip {
  fill: #ffffff;
  stroke: #b3b3b3;
  stroke-dasharray: 29;
  stroke-width: 1px;
  stroke-linejoin: round;
  z-index: 1;
  margin-right: -1px;
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1px; }

.popover__2mLJb .details-wrapper {
  display: block;
  text-align: left;
  overflow: visible;
  background-color: #ffffff;
  border: solid 1px #b3b3b3;
  border-radius: 2px;
  width: 400px; }
  .popover__2mLJb .details-wrapper .details-inner {
    padding: 17px;
    height: auto;
    overflow: visible; }
    .popover__2mLJb .details-wrapper .details-inner .poster-details-title {
      padding: 0 0 10px; }
      .popover__2mLJb .details-wrapper .details-inner .poster-details-title .ck-content p {
        font-weight: 600;
        font-size: 1.8rem;
        color: #707070;
        word-wrap: break-word;
        margin-bottom: 5px; }
    .popover__2mLJb .details-wrapper .details-inner .poster-details-description {
      padding: 0 0 10px; }
      .popover__2mLJb .details-wrapper .details-inner .poster-details-description .ck_content p {
        font-weight: 400;
        font-size: 1.4rem;
        color: #222222;
        word-wrap: break-word;
        margin: 0; }
    .popover__2mLJb .details-wrapper .details-inner ul {
      margin-left: -15px !important;
      width: -webkit-fit-content;
      width: fit-content; }
      .popover__2mLJb .details-wrapper .details-inner ul .list-element-container {
        text-align: left; }
        .popover__2mLJb .details-wrapper .details-inner ul .list-element-container .list-item-toolbar.popover,
        .popover__2mLJb .details-wrapper .details-inner ul .list-element-container .link-settings.popover {
          top: -15px !important; }
        .popover__2mLJb .details-wrapper .details-inner ul .list-element-container .button-item-text {
          margin-top: 24px;
          font-size: 1.6rem;
          line-height: 1.4;
          padding: 16px;
          border: 2px solid currentColor;
          display: inline-block;
          position: relative;
          text-decoration: none;
          word-wrap: break-word;
          max-width: 100%;
          position: relative; }
          .popover__2mLJb .details-wrapper .details-inner ul .list-element-container .button-item-text {
            transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
          .popover__2mLJb .details-wrapper .details-inner ul .list-element-container .button-item-text a {
            text-decoration: none; }
          .popover__2mLJb .details-wrapper .details-inner ul .list-element-container .button-item-text .ck_content * {
            font-size: 1.6rem;
            line-height: 1.4;
            text-decoration: none;
            word-wrap: break-word;
            max-width: 100%; }
          .popover__2mLJb .details-wrapper .details-inner ul .list-element-container .button-item-text .ck.ck-editor__editable_inline > :first-child {
            margin-top: 0; }
          .popover__2mLJb .details-wrapper .details-inner ul .list-element-container .button-item-text .ck.ck-editor__editable_inline > :last-child {
            margin-bottom: 0; }
          .popover__2mLJb .details-wrapper .details-inner ul .list-element-container .button-item-text .has-link:hover {
            cursor: pointer; }
        .popover__2mLJb .details-wrapper .details-inner ul .list-element-container .link-grippy {
          margin-top: 40px; }
      .popover__2mLJb .details-wrapper .details-inner ul .add-link button {
        border-style: dashed;
        border-width: 1px;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 16px;
        margin-top: 8px; }

.poster-grid {
  list-style: none;
  position: relative; }
  @media (min-width: 992px) {
    .poster-grid.column-12 .poster {
      width: calc(90% / 6);
      height: 0;
      margin-right: calc(5% / 6);
      margin-left: calc(5% / 6); }
      .poster-grid.column-12 .poster:before {
        content: '';
        display: block;
        margin-top: 100%; }
    .poster-grid.column-12 .poster-grid-title,
    .poster-grid.column-12 .poster-grid-description {
      margin-left: calc(5% / 6); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .poster-grid.column-12 .poster {
      width: calc(90% / 4);
      height: 0;
      margin-right: calc(5% / 4);
      margin-left: calc(5% / 4); }
      .poster-grid.column-12 .poster:before {
        content: '';
        display: block;
        margin-top: 100%; }
    .poster-grid.column-12 .poster-grid-title,
    .poster-grid.column-12 .poster-grid-description {
      margin-left: calc(5% / 4); } }
  @media (max-width: 767px) {
    .poster-grid.column-12 .poster {
      width: calc(90% / 2);
      height: 0;
      margin-right: calc(5% / 2);
      margin-left: calc(5% / 2); }
      .poster-grid.column-12 .poster:before {
        content: '';
        display: block;
        margin-top: 100%; }
    .poster-grid.column-12 .poster-grid-title,
    .poster-grid.column-12 .poster-grid-description {
      margin-left: calc(5% / 2); } }
  @media (min-width: 992px) {
    .poster-grid.column-8 .poster {
      width: calc(90% / 4);
      height: 0;
      margin-right: calc(5% / 4);
      margin-left: calc(5% / 4); }
      .poster-grid.column-8 .poster:before {
        content: '';
        display: block;
        margin-top: 100%; }
    .poster-grid.column-8 .poster-grid-title,
    .poster-grid.column-8 .poster-grid-description {
      margin-left: calc(5% / 4); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .poster-grid.column-8 .poster {
      width: calc(90% / 3);
      height: 0;
      margin-right: calc(5% / 3);
      margin-left: calc(5% / 3); }
      .poster-grid.column-8 .poster:before {
        content: '';
        display: block;
        margin-top: 100%; }
    .poster-grid.column-8 .poster-grid-title,
    .poster-grid.column-8 .poster-grid-description {
      margin-left: calc(5% / 3); } }
  @media (max-width: 767px) {
    .poster-grid.column-8 .poster {
      width: calc(90% / 2);
      height: 0;
      margin-right: calc(5% / 2);
      margin-left: calc(5% / 2); }
      .poster-grid.column-8 .poster:before {
        content: '';
        display: block;
        margin-top: 100%; }
    .poster-grid.column-8 .poster-grid-title,
    .poster-grid.column-8 .poster-grid-description {
      margin-left: calc(5% / 2); } }
  .poster-grid .poster-grid-title {
    color: #222222;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 15px;
    word-wrap: break-word; }
  .poster-grid .poster-grid-description {
    color: #222222;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 15px;
    word-wrap: break-word; }
  .poster-grid .button-wrapper {
    text-align: center; }
  .poster-grid .poster-grid-btn-loadMore {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 16px;
    border: 2px solid currentColor;
    display: inline-block;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    max-width: 100%; }
    .poster-grid .poster-grid-btn-loadMore {
      transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
    .poster-grid .poster-grid-btn-loadMore a {
      text-decoration: none; }
    .poster-grid .poster-grid-btn-loadMore .ck_content * {
      font-size: 1.6rem;
      line-height: 1.4;
      text-decoration: none;
      word-wrap: break-word;
      max-width: 100%; }
    .poster-grid .poster-grid-btn-loadMore .ck.ck-editor__editable_inline > :first-child {
      margin-top: 0; }
    .poster-grid .poster-grid-btn-loadMore .ck.ck-editor__editable_inline > :last-child {
      margin-bottom: 0; }
  .poster-grid .poster-grid-pages {
    text-align: center;
    margin-top: 10px; }
    .poster-grid .poster-grid-pages ul {
      box-shadow: none;
      border: none;
      border-radius: 0; }
    .poster-grid .poster-grid-pages li {
      display: inline-block; }
      .poster-grid .poster-grid-pages li * {
        border: none;
        font-weight: 400;
        font-size: 1.5rem;
        background-color: transparent; }
      .poster-grid .poster-grid-pages li.active .current {
        background-color: transparent; }
      .poster-grid .poster-grid-pages li a {
        padding: 4px 6px; }
        .poster-grid .poster-grid-pages li a:hover, .poster-grid .poster-grid-pages li a:focus {
          cursor: pointer;
          background-color: transparent; }
      .poster-grid .poster-grid-pages li span {
        padding: 4px 6px; }
      .poster-grid .poster-grid-pages li .next {
        border-right: none !important; }
  .poster-grid .posters {
    position: relative;
    overflow: visible; }
    .poster-grid .posters > .poster {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 15px;
      position: relative; }
      .poster-grid .posters > .poster:hover, .poster-grid .posters > .poster:focus {
        cursor: pointer; }
      .poster-grid .posters > .poster.loadMore, .poster-grid .posters > .poster.pagination {
        display: none; }
      .poster-grid .posters > .poster .grid-item {
        position: relative;
        height: 100%;
        width: 100%; }
        .poster-grid .posters > .poster .grid-item .grid-image-container {
          height: 100%;
          width: 100%;
          position: relative; }
          .poster-grid .posters > .poster .grid-item .grid-image-container .grid-image {
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
  .poster-grid .pager-wrapper {
    border-top: 1px solid #e0e0e0;
    text-align: center;
    cursor: pointer;
    padding: 16px 0;
    font-size: 1.6rem;
    color: #707070; }
    .poster-grid .pager-wrapper .poster-grid-pager {
      display: inline-block;
      list-style: none; }
      .poster-grid .pager-wrapper .poster-grid-pager li {
        display: inline-block;
        text-align: center; }
        .poster-grid .pager-wrapper .poster-grid-pager li, .poster-grid .pager-wrapper .poster-grid-pager li a {
          color: inherit; }
        .poster-grid .pager-wrapper .poster-grid-pager li.active * {
          color: #707070;
          text-decoration: underline; }
        .poster-grid .pager-wrapper .poster-grid-pager li.previous {
          margin-right: 5px; }
        .poster-grid .pager-wrapper .poster-grid-pager li.next {
          margin-left: 5px; }
        .poster-grid .pager-wrapper .poster-grid-pager li:not(.previous):not(.next),
        .poster-grid .pager-wrapper .poster-grid-pager li .fa-angle-double-left,
        .poster-grid .pager-wrapper .poster-grid-pager li .fa-angle-double-right,
        .poster-grid .pager-wrapper .poster-grid-pager li .fa-angle-left,
        .poster-grid .pager-wrapper .poster-grid-pager li .fa-angle-right {
          display: inline-block;
          min-width: 15px;
          margin: 0 5px; }

.webui-popover.webui-popover-poster-grid {
  border-radius: 2px;
  box-shadow: none;
  z-index: 1;
  border: solid 1px #b3b3b3; }
  .webui-popover.webui-popover-poster-grid .webui-arrow {
    top: 50% !important; }
  @media (max-width: 767px) {
    .webui-popover.webui-popover-poster-grid {
      max-width: 100%; } }
  .webui-popover.webui-popover-poster-grid .webui-popover-inner .close:after {
    font-size: 1.5em; }
  .webui-popover.webui-popover-poster-grid .webui-popover-content {
    padding: 16px; }
  .webui-popover.webui-popover-poster-grid .poster-details-cta {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 16px;
    border: 2px solid currentColor;
    display: inline-block;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    max-width: 100%;
    margin-top: 8px; }
    .webui-popover.webui-popover-poster-grid .poster-details-cta {
      transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
    .webui-popover.webui-popover-poster-grid .poster-details-cta a {
      text-decoration: none; }
    .webui-popover.webui-popover-poster-grid .poster-details-cta .ck_content * {
      font-size: 1.6rem;
      line-height: 1.4;
      text-decoration: none;
      word-wrap: break-word;
      max-width: 100%; }
    .webui-popover.webui-popover-poster-grid .poster-details-cta .ck.ck-editor__editable_inline > :first-child {
      margin-top: 0; }
    .webui-popover.webui-popover-poster-grid .poster-details-cta .ck.ck-editor__editable_inline > :last-child {
      margin-bottom: 0; }

.section-header-component.filled .section-header-value .text-input {
  padding: 8px 16px; }
  @media (min-width: 1024px) {
    .section-header-component.filled .section-header-value .text-input {
      padding: 8px 8px; } }

.section-header-component.underline .section-header-value {
  margin: 0 16px; }
  @media (min-width: 1024px) {
    .section-header-component.underline .section-header-value {
      margin: 0 8px; } }
  .section-header-component.underline .section-header-value .text-input {
    padding: 4px 0;
    border-bottom-style: solid; }

.section-header-component.underline .h1_tag .text-input {
  border-bottom-width: 5px;
  line-height: 1.7; }

.section-header-component.underline .h2_tag .text-input {
  border-bottom-width: 4px;
  line-height: 1.6; }

.section-header-component.underline .h3_tag .text-input {
  border-bottom-width: 2px;
  line-height: 1.5; }

.section-header-component .section-header-value .text-input {
  margin: 0;
  font-weight: 600 !important; }

.shop-component .shop-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 15px 0; }
  .shop-component .shop-logo img {
    max-width: 175px; }

.shop-component .shop-description {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 16px;
  color: #222222;
  font-size: 1.6rem; }
  @media (max-width: 1279px) {
    .shop-component .shop-description {
      padding: 0 16px; } }

.shop-component .shop-img-link {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  display: block; }
  .shop-component .shop-img-link .shop-image {
    width: 100%;
    max-width: 350px;
    margin: 0 auto; }
    .shop-component .shop-img-link .shop-image.default {
      width: 100%;
      padding-bottom: 50%;
      background-color: #e0e0e0; }

.shop-component .shop-links {
  max-width: 600px;
  margin: 0 auto; }
  @media (max-width: 1279px) {
    .shop-component .shop-links {
      padding: 0 16px; } }
  .shop-component .shop-links .double-column {
    margin-bottom: 16px; }
    .shop-component .shop-links .double-column ul {
      display: inline-block;
      width: 50%; }
      .shop-component .shop-links .double-column ul:first-of-type {
        float: left; }
      .shop-component .shop-links .double-column ul:last-of-type {
        float: right; }
  .shop-component .shop-links .single-column {
    margin-left: 0; }
    .shop-component .shop-links .single-column:last-of-type {
      margin-bottom: 16px; }
    .shop-component .shop-links .single-column ul {
      display: block;
      width: 100%; }
  .shop-component .shop-links ul .list-element-container {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 16px;
    border: 2px solid currentColor;
    display: inline-block;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    max-width: 100%;
    position: relative;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 1.6rem; }
    .shop-component .shop-links ul .list-element-container {
      transition: background-color 0.3s, border-color 0.3s, color 0.3s; }
    .shop-component .shop-links ul .list-element-container a {
      text-decoration: none; }
    .shop-component .shop-links ul .list-element-container .ck_content * {
      font-size: 1.6rem;
      line-height: 1.4;
      text-decoration: none;
      word-wrap: break-word;
      max-width: 100%; }
    .shop-component .shop-links ul .list-element-container .ck.ck-editor__editable_inline > :first-child {
      margin-top: 0; }
    .shop-component .shop-links ul .list-element-container .ck.ck-editor__editable_inline > :last-child {
      margin-bottom: 0; }
    .shop-component .shop-links ul .list-element-container.has-link {
      cursor: pointer;
      padding: 0 !important; }
      .shop-component .shop-links ul .list-element-container.has-link .list-item-link {
        width: 100%;
        display: block;
        height: 100%;
        padding: 8px; }
    .shop-component .shop-links ul .list-element-container:not(.has-link) {
      padding: 8px !important; }

.page-header-component {
  height: 100px;
  padding: 12px 15px;
  position: relative;
  box-sizing: border-box;
  display: table-cell; }
  @media (max-width: 1023px) {
    .page-header-component {
      padding: 10px 15px;
      height: 75px; }
      .page-header-component .page-header-items .page-header-program-logo {
        max-height: 55px; } }
  @media (max-width: 767px) {
    .page-header-component {
      padding: 5px 10px;
      height: 50px; }
      .page-header-component .page-header-items .page-header-program-logo {
        max-height: 40px; }
      .page-header-component .page-header-item:only-child.page-header-social .social-container {
        width: 100%; } }
  .page-header-component .page-header-items {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%; }
    .page-header-component .page-header-items .page-header-item {
      padding: 0 5px;
      max-width: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .page-header-component .page-header-items .page-header-item:nth-of-type(1) {
      text-align: left; }
    .page-header-component .page-header-items .page-header-item:nth-of-type(2) {
      text-align: center; }
      .page-header-component .page-header-items .page-header-item:nth-of-type(2).page-title-value .text-input {
        text-align: center; }
    .page-header-component .page-header-items .page-header-item:last-of-type {
      text-align: right; }
      .page-header-component .page-header-items .page-header-item:last-of-type.page-title-value .text-input {
        text-align: right; }
    .page-header-component .page-header-items .page-header-item:only-child {
      text-align: center; }
    .page-header-component .page-header-items .page-header-item:only-child.page-header-social {
      text-align: right; }
    .page-header-component .page-header-items .page-header-item:only-child.page-title-value .text-input {
      text-align: center; }
    .page-header-component .page-header-items .page-title-value .text-input {
      font-size: 2.5rem;
      background-color: transparent !important;
      font-weight: 600;
      word-wrap: break-word; }
      @media (max-width: 1023px) {
        .page-header-component .page-header-items .page-title-value .text-input {
          font-size: 2rem; } }
      @media (max-width: 767px) {
        .page-header-component .page-header-items .page-title-value .text-input {
          font-size: 1.5rem; } }
    .page-header-component .page-header-items .page-header-logo .page-header-program-logo {
      max-height: 76px;
      max-width: 100%; }
    .page-header-component .page-header-items .page-header-social .social-container {
      display: inline-block; }
      .page-header-component .page-header-items .page-header-social .social-container .social-text {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 3px; }
        .page-header-component .page-header-items .page-header-social .social-container .social-text.light {
          color: #ffffff; }
        .page-header-component .page-header-items .page-header-social .social-container .social-text.dark {
          color: #000000; }
        .page-header-component .page-header-items .page-header-social .social-container .social-text.color {
          color: #707070; }
      .page-header-component .page-header-items .page-header-social .social-container .social-icons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .icon {
          width: 35px;
          height: 35px;
          margin-right: 5px;
          margin-bottom: 5px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center; }
          .page-header-component .page-header-items .page-header-social .social-container .social-icons .icon:last-child {
            margin-right: 0px; }
          .page-header-component .page-header-items .page-header-social .social-container .social-icons .icon.border-light {
            border: 1px solid #ffffff; }
          .page-header-component .page-header-items .page-header-social .social-container .social-icons .icon.border-dark {
            border: 1px solid #000000; }
          .page-header-component .page-header-items .page-header-social .social-container .social-icons .icon.border-color {
            border: 1px solid #b3b3b3; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons a.icon.border-light, .page-header-component .page-header-items .page-header-social .social-container .social-icons a.icon.border-dark, .page-header-component .page-header-items .page-header-social .social-container .social-icons a.icon.border-color {
          border-radius: 2px; }
          .page-header-component .page-header-items .page-header-social .social-container .social-icons a.icon.border-light:hover, .page-header-component .page-header-items .page-header-social .social-container .social-icons a.icon.border-light:focus, .page-header-component .page-header-items .page-header-social .social-container .social-icons a.icon.border-dark:hover, .page-header-component .page-header-items .page-header-social .social-container .social-icons a.icon.border-dark:focus, .page-header-component .page-header-items .page-header-social .social-container .social-icons a.icon.border-color:hover, .page-header-component .page-header-items .page-header-social .social-container .social-icons a.icon.border-color:focus {
            background-color: rgba(224, 224, 224, 0.5); }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .dropbox-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/dropbox.svg?46c2bc0541f1a71a9166fb16331a5c25);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .dropbox-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/dropbox.svg?956e04580a24b3e49bbcd2ce693c3205);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .dropbox-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/dropbox.svg?0e03c50e11b8471892e466f98ef31e94);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .facebook-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/facebook.svg?a40ae5cf33fef81fa6f87675be8e68a7);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .facebook-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/facebook.svg?98cdb95a7a01e01d359cdcaa09a057b7);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .facebook-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/facebook.svg?b4be9af5e025b53f84905dfa75782e7f);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .instagram-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/instagram.svg?03b903165146474b89b1be4c9447944e);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .instagram-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/instagram.svg?85f42b1240d3475093255056e0ad61ae);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .instagram-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/instagram.svg?7d100634688bfa3be0f522a8a5f0ab6b);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .linked-in-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/linked-in.svg?c0f1725caedb45b7c3885e91f4115894);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .linked-in-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/linked-in.svg?911ef14fc9ae0387fd7accdc60266939);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .linked-in-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/linked-in.svg?5f9ceec6085b1cbe365040057a2ad7eb);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .pinterest-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/pinterest.svg?f50f3e0eef646dd4e817ea5f6ef82b0a);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .pinterest-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/pinterest.svg?9920c976c3153db307420b878de47d03);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .pinterest-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/pinterest.svg?9d15d5d6567b98a1ab894272de1d53bf);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .rss-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/rss.svg?e43bce0f1f58adc4fc9c0a9ca2868767);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .rss-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/rss.svg?c5718aad9166433273ba42e795ea8a68);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .rss-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/rss.svg?4ee555f3061c169ba11e57baa2f63cef);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .slack-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/slack.svg?c7d6c49a236dc48f41cb4b7cfea54057);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .slack-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/slack.svg?110e44bef3ccd28067109afee95f29d2);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .slack-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/slack.svg?44042c913b052d7fe0ae57f07c7829d1);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .spotify-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/spotify.svg?3913c0c04ccf11e5697a25e6c03ce5a7);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .spotify-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/spotify.svg?1344ae2910308ebad3002397f714da7d);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .spotify-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/spotify.svg?223300c374ac87cc6396d05c3e41d9ee);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .tumblr-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/tumblr.svg?eccc51a84a8a49de09fa139b96e853a0);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .tumblr-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/tumblr.svg?e86d5f9cd91c85551133175a44939b34);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .tumblr-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/tumblr.svg?4ac36617074f7dc4dff3754e37b4061a);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .twitter-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/twitter.svg?a3445b5c7257368df4c2a65de4651028);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .twitter-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/twitter.svg?b31a6865daaaea91e6bd793d114cf3fc);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .twitter-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/twitter.svg?30de0f7a86e718fd021f67e1b7ec575b);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .vimeo-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/vimeo.svg?c25662c25efd4ac5b54a0cad14939df6);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .vimeo-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/vimeo.svg?cba509b80275ba31ffeed6b3dbf76af7);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .vimeo-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/vimeo.svg?0402e39f48b62fe434a4432bfb48e5b0);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .you-tube-dark {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/you-tube.svg?af518a9424f48cfff582f3e4bc5a5e86);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .you-tube-light {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/you-tube.svg?47af7c233532bf543784ba9d6d4cd73d);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
        .page-header-component .page-header-items .page-header-social .social-container .social-icons .you-tube-color {
          background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/you-tube.svg?a7e5f8011370cd56b87e2ea7f370396e);
          background-color: transparent;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 23px;
          height: 23px;
          margin: 6px;
          -ms-flex-item-align: center;
              align-self: center; }
  .page-header-component .page-header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .page-header-component .page-header-background .page-header-background-image {
      background-size: cover;
      background-position: center center;
      height: 100%;
      width: 100%; }

header .page-header-component.hide-in-global {
  display: none; }

.social-component {
  padding: 10px 5px;
  display: -ms-flexbox;
  display: flex; }
  .social-component .social-text {
    font-size: 1.4rem;
    margin-bottom: 3px; }
    .social-component .social-text.align-left {
      text-align: left; }
    .social-component .social-text.align-center {
      text-align: center; }
    .social-component .social-text.align-right {
      text-align: right; }
    .social-component .social-text.light {
      color: #ffffff; }
    .social-component .social-text.dark {
      color: #000000; }
    .social-component .social-text.color {
      color: #707070; }
  .social-component .social-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .social-component .social-icons .icon {
      width: 35px;
      height: 35px;
      margin: 0 5px 5px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .social-component .social-icons .icon:last-child {
        margin: 0 0 5px 0; }
      .social-component .social-icons .icon.border-light {
        border: 1px solid #ffffff; }
      .social-component .social-icons .icon.border-dark {
        border: 1px solid #000000; }
      .social-component .social-icons .icon.border-color {
        border: 1px solid #b3b3b3; }
    .social-component .social-icons a.icon.border-light, .social-component .social-icons a.icon.border-dark, .social-component .social-icons a.icon.border-color {
      border-radius: 2px; }
      .social-component .social-icons a.icon.border-light:hover, .social-component .social-icons a.icon.border-light:focus, .social-component .social-icons a.icon.border-dark:hover, .social-component .social-icons a.icon.border-dark:focus, .social-component .social-icons a.icon.border-color:hover, .social-component .social-icons a.icon.border-color:focus {
        background-color: rgba(224, 224, 224, 0.5); }
    .social-component .social-icons .dropbox-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/dropbox.svg?46c2bc0541f1a71a9166fb16331a5c25);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .dropbox-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/dropbox.svg?956e04580a24b3e49bbcd2ce693c3205);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .dropbox-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/dropbox.svg?0e03c50e11b8471892e466f98ef31e94);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .facebook-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/facebook.svg?a40ae5cf33fef81fa6f87675be8e68a7);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .facebook-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/facebook.svg?98cdb95a7a01e01d359cdcaa09a057b7);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .facebook-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/facebook.svg?b4be9af5e025b53f84905dfa75782e7f);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .instagram-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/instagram.svg?03b903165146474b89b1be4c9447944e);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .instagram-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/instagram.svg?85f42b1240d3475093255056e0ad61ae);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .instagram-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/instagram.svg?7d100634688bfa3be0f522a8a5f0ab6b);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .linked-in-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/linked-in.svg?c0f1725caedb45b7c3885e91f4115894);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .linked-in-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/linked-in.svg?911ef14fc9ae0387fd7accdc60266939);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .linked-in-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/linked-in.svg?5f9ceec6085b1cbe365040057a2ad7eb);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .pinterest-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/pinterest.svg?f50f3e0eef646dd4e817ea5f6ef82b0a);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .pinterest-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/pinterest.svg?9920c976c3153db307420b878de47d03);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .pinterest-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/pinterest.svg?9d15d5d6567b98a1ab894272de1d53bf);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .rss-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/rss.svg?e43bce0f1f58adc4fc9c0a9ca2868767);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .rss-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/rss.svg?c5718aad9166433273ba42e795ea8a68);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .rss-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/rss.svg?4ee555f3061c169ba11e57baa2f63cef);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .slack-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/slack.svg?c7d6c49a236dc48f41cb4b7cfea54057);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .slack-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/slack.svg?110e44bef3ccd28067109afee95f29d2);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .slack-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/slack.svg?44042c913b052d7fe0ae57f07c7829d1);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .spotify-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/spotify.svg?3913c0c04ccf11e5697a25e6c03ce5a7);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .spotify-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/spotify.svg?1344ae2910308ebad3002397f714da7d);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .spotify-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/spotify.svg?223300c374ac87cc6396d05c3e41d9ee);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .tumblr-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/tumblr.svg?eccc51a84a8a49de09fa139b96e853a0);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .tumblr-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/tumblr.svg?e86d5f9cd91c85551133175a44939b34);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .tumblr-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/tumblr.svg?4ac36617074f7dc4dff3754e37b4061a);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .twitter-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/twitter.svg?a3445b5c7257368df4c2a65de4651028);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .twitter-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/twitter.svg?b31a6865daaaea91e6bd793d114cf3fc);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .twitter-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/twitter.svg?30de0f7a86e718fd021f67e1b7ec575b);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .vimeo-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/vimeo.svg?c25662c25efd4ac5b54a0cad14939df6);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .vimeo-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/vimeo.svg?cba509b80275ba31ffeed6b3dbf76af7);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .vimeo-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/vimeo.svg?0402e39f48b62fe434a4432bfb48e5b0);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .you-tube-dark {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/dark/you-tube.svg?af518a9424f48cfff582f3e4bc5a5e86);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .you-tube-light {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/light/you-tube.svg?47af7c233532bf543784ba9d6d4cd73d);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons .you-tube-color {
      background: url(https://d1qbemlbhjecig.cloudfront.net/prod/3.44.0/staticfiles/dist/app/styles/images/custom-components/social/color/you-tube.svg?a7e5f8011370cd56b87e2ea7f370396e);
      background-color: transparent;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 23px;
      height: 23px;
      margin: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
    .social-component .social-icons.align-left {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .social-component .social-icons.align-center {
      -ms-flex-pack: center;
          justify-content: center; }
    .social-component .social-icons.align-right {
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .social-component .social-icons.align-right .icon {
        margin: 0 0 5px 5px; }
        .social-component .social-icons.align-right .icon:first-child {
          margin: 0 0 5px 0; }

.simple-button-component {
  margin: 3px; }
  .simple-button-component.left .simple-button-link,
  .simple-button-component.left .simple-button-wrapper {
    margin-left: 0;
    margin-right: auto; }
  .simple-button-component.right .simple-button-link,
  .simple-button-component.right .simple-button-wrapper {
    margin-left: auto;
    margin-right: 0; }
  .simple-button-component.center .simple-button-link,
  .simple-button-component.center .simple-button-wrapper {
    margin-left: auto;
    margin-right: auto; }
  .simple-button-component.filled .text-input {
    color: #ffffff; }
  .simple-button-component.hasHoverEffect .simple-button-wrapper:hover .text-input, .simple-button-component.hasHoverEffect .simple-button-wrapper:focus .text-input, .simple-button-component.hasHoverEffect .simple-button-wrapper:active .text-input {
    color: #ffffff; }
  .simple-button-component .simple-button-link {
    display: table;
    max-width: 100%; }
    .simple-button-component .simple-button-link:hover, .simple-button-component .simple-button-link:focus, .simple-button-component .simple-button-link:active {
      text-decoration: none; }
  .simple-button-component .simple-button-wrapper {
    display: table;
    max-width: 100%;
    line-height: 1;
    text-align: center;
    transition: 0.3s; }
    .simple-button-component .simple-button-wrapper .text-input {
      transition: 0.3s;
      margin: 0;
      font-size: 1.6em;
      font-weight: 700;
      padding: 1em 2em;
      border: 1px solid;
      border-radius: 2px;
      word-break: break-word; }
      .simple-button-component .simple-button-wrapper .text-input:hover, .simple-button-component .simple-button-wrapper .text-input:focus {
        text-decoration: none;
        cursor: pointer; }
    .simple-button-component .simple-button-wrapper:active {
      transform: scale(0.95, 0.95); }
  .simple-button-component.large .text-input {
    font-size: 2.4em; }

.facebook-like-component {
  padding: 16px; }
  .facebook-like-component .facebook-like-title {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 4px; }
    .facebook-like-component .facebook-like-title.dark {
      color: #7f7f7f; }
  .facebook-like-component .fb-like, .facebook-like-component .fb-like iframe[style], .facebook-like-component .fb-like span, .facebook-like-component .fb-like span iframe[style] {
    width: 100% !important; }

.twitter-follow-component {
  padding: 16px; }
  .twitter-follow-component .twitter-follow-title {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 4px; }

.audio-player {
  border: solid 3px transparent; }
  .audio-player .content {
    padding: 18px 11px 5px 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .audio-player .content .player {
      margin-bottom: 13px;
      -ms-flex-positive: 1;
          flex-grow: 1;
      overflow: hidden; }
  .audio-player img {
    width: 100%;
    width: 82px;
    height: 82px;
    object-fit: cover;
    margin-right: 14px;
    margin-bottom: 13px; }
  .audio-player .player-details .audio-station {
    font-size: 1.2rem;
    color: #040c41;
    margin: 0;
    word-wrap: break-word; }
  .audio-player .player-details .audio-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    word-wrap: break-word; }
  .audio-player .player-controls {
    display: -ms-flexbox;
    display: flex; }
    .audio-player .player-controls i.far {
      font-size: 2rem; }
      .audio-player .player-controls i.far[class*='fa-volume-'] {
        font-size: 1.8rem;
        font-weight: 700; }
    .audio-player .player-controls .player-progress,
    .audio-player .player-controls .player-volume,
    .audio-player .player-controls .play-button {
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      -ms-flex-align: center;
          align-items: center; }
    .audio-player .player-controls .player-progress {
      width: 100%; }
      .audio-player .player-controls .player-progress .time-passed,
      .audio-player .player-controls .player-progress .time-remaining {
        font-size: 1.1rem;
        color: #272727;
        display: inline-block;
        width: 50px;
        text-align: center; }
    .audio-player .player-controls .player-volume,
    .audio-player .player-controls .play-button {
      background: transparent;
      border: none;
      padding: 0;
      margin: 0; }
      .audio-player .player-controls .player-volume:disabled i,
      .audio-player .player-controls .play-button:disabled i {
        opacity: 0.5; }
    .audio-player .player-controls .player-volume {
      width: 25px;
      height: 19px; }
    .audio-player .player-controls input[type="range"] {
      -webkit-appearance: none;
      border: none;
      height: 6px;
      border-radius: 20px;
      background-color: #cfcfcf;
      width: calc(100% - 100px); }
    .audio-player .player-controls input::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 13px;
      height: 13px;
      border: none;
      border-radius: 13px;
      background: #676767; }
    .audio-player .player-controls input:disabled::-webkit-slider-thumb {
      background: #aaa; }
  .audio-player .player-volume-popup {
    width: 30px;
    height: 120px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1202; }
    .audio-player .player-volume-popup input[type="range"] {
      -webkit-appearance: none;
      border: none;
      height: 6px;
      width: 100px;
      border-radius: 20px;
      background-color: #cfcfcf;
      margin: 0 2px 0 15px;
      transform: rotate(270deg) translate(-48px, -52px); }
    .audio-player .player-volume-popup input::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 13px;
      height: 13px;
      border: none;
      border-radius: 13px;
      background: #676767; }
    .audio-player .player-volume-popup input:disabled::-webkit-slider-thumb {
      background: #aaa; }

.carousel {
  background-color: #ffffff;
  margin-bottom: 0; }
  .carousel.circle-crop-carousel, .carousel.full-size-carousel {
    margin-top: -2.127vw; }
    .carousel.circle-crop-carousel .details-container .description,
    .carousel.circle-crop-carousel .details-container .title,
    .carousel.circle-crop-carousel .details-container .cta, .carousel.full-size-carousel .details-container .description,
    .carousel.full-size-carousel .details-container .title,
    .carousel.full-size-carousel .details-container .cta {
      color: #000000; }
    .carousel.circle-crop-carousel .details-container .description, .carousel.full-size-carousel .details-container .description {
      padding: 8px 16px;
      margin-top: 8px;
      font-weight: 400;
      font-size: 1.6rem;
      line-height: 1.38; }
    .carousel.circle-crop-carousel .details-container .title, .carousel.full-size-carousel .details-container .title {
      padding: 8px 16px;
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 1.3333; }
    .carousel.circle-crop-carousel .details-container .cta, .carousel.full-size-carousel .details-container .cta {
      padding: 8px 16px;
      margin-top: 8px;
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 0; }
    .carousel.circle-crop-carousel .details-container a.cta, .carousel.circle-crop-carousel .details-container a.title, .carousel.full-size-carousel .details-container a.cta, .carousel.full-size-carousel .details-container a.title {
      cursor: pointer; }
    @media (max-width: 1024px) {
      .carousel.circle-crop-carousel .details-container .title, .carousel.full-size-carousel .details-container .title {
        font-size: 3rem; }
      .carousel.circle-crop-carousel .details-container .description,
      .carousel.circle-crop-carousel .details-container .cta, .carousel.full-size-carousel .details-container .description,
      .carousel.full-size-carousel .details-container .cta {
        font-size: 1.4rem; } }
    @media (max-width: 1024px) {
      .carousel.circle-crop-carousel .logo-container.desktopOnly,
      .carousel.circle-crop-carousel .title.desktopOnly, .carousel.full-size-carousel .logo-container.desktopOnly,
      .carousel.full-size-carousel .title.desktopOnly {
        display: none; } }
    @media (min-width: 1025px) {
      .carousel.circle-crop-carousel .logo-container.mobileOnly,
      .carousel.circle-crop-carousel .title.mobileOnly, .carousel.full-size-carousel .logo-container.mobileOnly,
      .carousel.full-size-carousel .title.mobileOnly {
        display: none; } }
  .carousel.circle-crop-carousel {
    position: relative;
    overflow: hidden; }
    .carousel.circle-crop-carousel .slides-wrapper {
      width: 100%;
      height: 100%; }
    .carousel.circle-crop-carousel .circle-crop-slide {
      position: relative; }
      .carousel.circle-crop-carousel .circle-crop-slide .image-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        overflow: hidden;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%; }
        @media (max-width: 1024px) {
          .carousel.circle-crop-carousel .circle-crop-slide .image-container {
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-top-left-radius: 0%; } }
        .carousel.circle-crop-carousel .circle-crop-slide .image-container img {
          object-fit: cover; }
      @media (min-width: 1025px) {
        .carousel.circle-crop-carousel .circle-crop-slide {
          height: 442px;
          width: 100%;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .carousel.circle-crop-carousel .circle-crop-slide .image-container {
            height: calc(442px * 2);
            width: 60%;
            margin-top: calc((-1 * 442px) / 2);
            margin-left: 0; }
            .carousel.circle-crop-carousel .circle-crop-slide .image-container img {
              width: 100%;
              height: 442px; } }
      @media (max-width: 1024px) {
        .carousel.circle-crop-carousel .circle-crop-slide {
          height: auto;
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          -ms-flex-pack: center;
              justify-content: center; }
          .carousel.circle-crop-carousel .circle-crop-slide .image-container {
            width: 200%;
            height: 50vw;
            margin-left: calc(-1 * 50%);
            margin-top: 0; }
            .carousel.circle-crop-carousel .circle-crop-slide .image-container img {
              width: 50%;
              height: 100%; } }
      .carousel.circle-crop-carousel .circle-crop-slide .details-container {
        background-color: transparent;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: start;
            align-items: flex-start;
        height: 100%;
        overflow: hidden; }
        @media (min-width: 1024px) {
          .carousel.circle-crop-carousel .circle-crop-slide .details-container {
            padding-left: 50px;
            padding-right: 4px;
            width: calc(40% - 50px); } }
        @media (max-width: 1024px) {
          .carousel.circle-crop-carousel .circle-crop-slide .details-container {
            padding: 16px;
            width: 100%; } }
        .carousel.circle-crop-carousel .circle-crop-slide .details-container .logo-container {
          padding: 8px 16px;
          height: 100px;
          box-sizing: content-box;
          width: auto; }
          @media (max-width: 1024px) {
            .carousel.circle-crop-carousel .circle-crop-slide .details-container .logo-container {
              height: 60px; } }
          .carousel.circle-crop-carousel .circle-crop-slide .details-container .logo-container img {
            width: auto;
            height: 100%; }
      .carousel.circle-crop-carousel .circle-crop-slide .animation-stop i,
      .carousel.circle-crop-carousel .circle-crop-slide .animation-start i {
        border-radius: 50%;
        box-shadow: 5px 4px 15px 3px rgba(0, 0, 0, 0.5); }
    .carousel.circle-crop-carousel .carousel-indicators {
      width: 60%;
      left: 40%; }
      @media (max-width: 1024px) {
        .carousel.circle-crop-carousel .carousel-indicators {
          top: calc(50vw - 40px);
          left: auto;
          width: 100%; } }
  .carousel.full-size-carousel {
    position: relative;
    overflow: hidden; }
    .carousel.full-size-carousel .slides-wrapper {
      width: 100%;
      height: 100%; }
    .carousel.full-size-carousel .full-size-slide {
      position: relative;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      height: 442px;
      width: 100%; }
      @media (max-width: 1024px) {
        .carousel.full-size-carousel .full-size-slide {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          -ms-flex-pack: center;
              justify-content: center;
          height: auto; } }
      .carousel.full-size-carousel .full-size-slide .image-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        opacity: 0.8; }
        .carousel.full-size-carousel .full-size-slide .image-background .blurry-image {
          filter: blur(18px);
          height: 100%;
          width: 100%;
          object-fit: cover; }
        @media (max-width: 1024px) {
          .carousel.full-size-carousel .full-size-slide .image-background {
            display: none; } }
      .carousel.full-size-carousel .full-size-slide .image-container {
        height: 100%;
        z-index: 0;
        position: relative; }
        .carousel.full-size-carousel .full-size-slide .image-container img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          z-index: -1; }
        .carousel.full-size-carousel .full-size-slide .image-container.full-width-image {
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
        .carousel.full-size-carousel .full-size-slide .image-container:after {
          content: '';
          position: absolute;
          top: 0;
          display: inline-block; }
        @media (min-width: 1024px) {
          .carousel.full-size-carousel .full-size-slide .image-container {
            width: 60%;
            height: 100%; }
            .carousel.full-size-carousel .full-size-slide .image-container.full-width-image:after {
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background: linear-gradient(242deg, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.77)), linear-gradient(180deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)); }
            .carousel.full-size-carousel .full-size-slide .image-container:not(.full-width-image):after {
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)); } }
        @media (max-width: 1024px) {
          .carousel.full-size-carousel .full-size-slide .image-container {
            width: 100%;
            height: 50vw; }
            .carousel.full-size-carousel .full-size-slide .image-container:after {
              left: 0;
              top: 0;
              width: 100%;
              height: 50vw;
              background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)); } }
      .carousel.full-size-carousel .full-size-slide .details-container {
        background-color: transparent;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: start;
            align-items: flex-start;
        height: 100%;
        overflow: hidden;
        z-index: 1; }
        @media (min-width: 1024px) {
          .carousel.full-size-carousel .full-size-slide .details-container {
            padding-left: 50px;
            padding-right: 4px;
            width: 40%; }
            .carousel.full-size-carousel .full-size-slide .details-container.full-width-image {
              position: absolute; }
              .carousel.full-size-carousel .full-size-slide .details-container.full-width-image .title,
              .carousel.full-size-carousel .full-size-slide .details-container.full-width-image .cta,
              .carousel.full-size-carousel .full-size-slide .details-container.full-width-image .description {
                color: #ffffff; }
            .carousel.full-size-carousel .full-size-slide .details-container:not(.full-width-image).light-bg .description {
              color: #000000; }
            .carousel.full-size-carousel .full-size-slide .details-container:not(.full-width-image).dark-bg .description,
            .carousel.full-size-carousel .full-size-slide .details-container:not(.full-width-image).dark-bg .title,
            .carousel.full-size-carousel .full-size-slide .details-container:not(.full-width-image).dark-bg .cta {
              color: #ffffff; }
            .carousel.full-size-carousel .full-size-slide .details-container:not(.full-width-image).blur-bg.dark-details .description {
              color: #000000; }
            .carousel.full-size-carousel .full-size-slide .details-container:not(.full-width-image).blur-bg.light-details .title,
            .carousel.full-size-carousel .full-size-slide .details-container:not(.full-width-image).blur-bg.light-details .description,
            .carousel.full-size-carousel .full-size-slide .details-container:not(.full-width-image).blur-bg.light-details .cta {
              color: #ffffff; } }
        @media (max-width: 1024px) {
          .carousel.full-size-carousel .full-size-slide .details-container {
            width: 100%;
            padding: 0;
            position: relative; }
            .carousel.full-size-carousel .full-size-slide .details-container.light-bg .description, .carousel.full-size-carousel .full-size-slide .details-container.blur-bg .description {
              color: #000000; }
            .carousel.full-size-carousel .full-size-slide .details-container.dark-bg .title,
            .carousel.full-size-carousel .full-size-slide .details-container.dark-bg .description,
            .carousel.full-size-carousel .full-size-slide .details-container.dark-bg .cta {
              color: #ffffff; } }
        .carousel.full-size-carousel .full-size-slide .details-container .logo-container {
          padding: 8px 16px;
          height: 100px;
          box-sizing: content-box;
          width: auto; }
          @media (max-width: 1024px) {
            .carousel.full-size-carousel .full-size-slide .details-container .logo-container {
              height: 60px; } }
          .carousel.full-size-carousel .full-size-slide .details-container .logo-container img {
            width: auto;
            height: 100%; }
      .carousel.full-size-carousel .full-size-slide .animation-stop i,
      .carousel.full-size-carousel .full-size-slide .animation-start i {
        border-radius: 50%;
        box-shadow: 5px 4px 15px 3px rgba(0, 0, 0, 0.5); }
    .carousel.full-size-carousel .carousel-indicators {
      width: 100%; }
      @media (max-width: 1024px) {
        .carousel.full-size-carousel .carousel-indicators {
          top: calc(50vw - 40px); } }
  .carousel.regular-carousel {
    position: relative; }
    .carousel.regular-carousel .regular-slide {
      position: relative;
      height: 100%; }
      .carousel.regular-carousel .regular-slide .image-container {
        position: relative;
        background-color: transparent;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%;
        height: 442px; }
        @media (max-width: 1024px) {
          .carousel.regular-carousel .regular-slide .image-container {
            height: 50vw; } }
        .carousel.regular-carousel .regular-slide .image-container:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)); }
        .carousel.regular-carousel .regular-slide .image-container img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      .carousel.regular-carousel .regular-slide .details-container {
        background-color: #000000;
        padding: 16px; }
        .carousel.regular-carousel .regular-slide .details-container .description {
          margin: 8px 0;
          font-weight: 400;
          font-size: 1.2rem;
          color: #ffffff; }
        .carousel.regular-carousel .regular-slide .details-container .title {
          margin: 8px 0;
          font-size: 2rem;
          font-weight: 700;
          color: #ffffff; }
    .carousel.regular-carousel .carousel-indicators {
      width: 100%;
      text-align: center; }
      @media (max-width: 1024px) {
        .carousel.regular-carousel .carousel-indicators {
          top: calc(50vw - 40px); } }
  .carousel .arrows {
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 1;
    top: calc(442px / 2 - 20px); }
    @media (max-width: 1024px) {
      .carousel .arrows {
        display: none; } }
    .carousel .arrows .arrow-background {
      position: absolute;
      width: 40px;
      height: 40px;
      background-color: rgba(0, 63, 84, 0.3);
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .carousel .arrows .arrow-background.arrow-right {
        right: 8px; }
      .carousel .arrows .arrow-background.arrow-left {
        left: 8px; }
      .carousel .arrows .arrow-background .fa-angle-right,
      .carousel .arrows .arrow-background .fa-angle-left {
        opacity: 1;
        color: #ffffff;
        font-size: 3.2rem; }
  .carousel .carousel-indicators {
    position: absolute;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 20px;
    top: calc(442px - 40px);
    list-style: none;
    z-index: 0; }
    .carousel .carousel-indicators li {
      display: inline-block; }
    .carousel .carousel-indicators .indicator {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 3px;
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      box-shadow: 2px 3px 3px #4b4b4b; }
      .carousel .carousel-indicators .indicator.active {
        background-color: #ffffff; }
      @media (max-width: 1024px) {
        .carousel .carousel-indicators .indicator {
          width: 12px;
          height: 12px;
          margin: 7px; } }
  .carousel button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer; }
  .carousel .image-background,
  .carousel .image-container,
  .carousel .logo-container {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0; }
  @media (max-width: 1024px) {
    .carousel .image-container {
      position: relative; } }
  @media (min-width: 1025px) {
    .carousel .circle-crop-carousel .carousel-indicators {
      left: 70%; }
    .carousel .full-size-carousel .carousel-indicators,
    .carousel .regular-carousel .carousel-indicators {
      left: 50%; } }
  .carousel .slide:not(.current) {
    display: none; }
  .carousel .animation-stop,
  .carousel .animation-start {
    z-index: 1;
    position: absolute;
    bottom: 16px;
    right: 16px; }
    @media (max-width: 1024px) {
      .carousel .animation-stop,
      .carousel .animation-start {
        top: 16px;
        bottom: auto; } }
    .carousel .animation-stop i,
    .carousel .animation-start i {
      color: #ffffff;
      font-size: 2.2rem; }
  .carousel:not(.animating) .animation-stop {
    display: none; }
  .carousel.animating .animation-start {
    display: none; }

.google-ad-manager {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 20px; }
  .google-ad-manager .support-info-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .google-ad-manager .support-info-container p.support-text {
      font-size: 1.4rem; }
    .google-ad-manager .support-info-container a.cta-text {
      font-family: PBSSans;
      font-size: 1.4rem;
      font-weight: 700;
      margin-left: 10px; }

.video-app-component {
  display: -ms-flexbox;
  display: flex;
  padding: 3.5rem 0.5rem 4rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden; }
  .video-app-component > div {
    margin: 10px 16px; }
  .video-app-component p {
    margin-bottom: 0; }
  .video-app-component .branding {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 5px;
    max-width: 230px; }
    .video-app-component .branding .logo {
      padding: 0 2px;
      width: calc(50% - 2px); }
    .video-app-component .branding .text {
      padding: 0 2px;
      width: calc(50% - 2px); }
  .video-app-component .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .video-app-component .content .text {
      padding: 0 2px;
      margin-bottom: 12px; }
      .video-app-component .content .text p {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.3;
        color: #040c41; }
    .video-app-component .content .devices {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .video-app-component .content .devices img {
        width: calc(25% - 7px); }
  .video-app-component .button.download-app {
    border-radius: 29px;
    background-color: #2638c4;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 10px 18px;
    text-align: center;
    color: #ffffff;
    padding: 8px 30px;
    border: solid 3px #2638c4;
    text-decoration: none; }
    .video-app-component .button.download-app:hover {
      background-color: #0f1e8c;
      border: solid 3px #0f1e8c; }
    .video-app-component .button.download-app:active {
      border: solid 3px #486cd8;
      background-color: #0f1e8c; }

body {
  font-family: "PBSSans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222; }

h1 a, .explorer #programaz h1 a, .section-header-component .section-header-value.h1_tag .text-input a, h1 a:hover, .explorer #programaz h1 a:hover, .section-header-component .section-header-value.h1_tag .text-input a:hover, h1 a:focus, .explorer #programaz h1 a:focus, .section-header-component .section-header-value.h1_tag .text-input a:focus,
h2 a,
.section-header-component .section-header-value.h2_tag .text-input a,
h2 a:hover,
.section-header-component .section-header-value.h2_tag .text-input a:hover,
h2 a:focus,
.section-header-component .section-header-value.h2_tag .text-input a:focus,
h3 a,
.section-header-component .section-header-value.h3_tag .text-input a,
h3 a:hover,
.section-header-component .section-header-value.h3_tag .text-input a:hover,
h3 a:focus,
.section-header-component .section-header-value.h3_tag .text-input a:focus,
h4 a,
h4 a:hover,
h4 a:focus,
h5 a,
h5 a:hover,
h5 a:focus {
  color: #222222; }

h1, .explorer #programaz h1, .section-header-component .section-header-value.h1_tag .text-input {
  margin: 0 0 16px 0;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.45; }

h2, .section-header-component .section-header-value.h2_tag .text-input {
  margin: 0 0 4px 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.45; }

h3, .section-header-component .section-header-value.h3_tag .text-input {
  margin: 0 0 4px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.45; }

h4 {
  margin: 0 0 4px 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.45; }

h5 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.45; }

h6 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 400; }

p {
  margin: 0 0 16px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625; }

.slim {
  font-weight: 300; }

cite {
  font-style: italic;
  color: #869cad; }

pre,
code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

pre {
  color: #666;
  word-wrap: break-word;
  white-space: normal; }

code {
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8; }

a:hover, a:focus {
  text-decoration: underline; }


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