@font-face {
  font-family: "PBS KIDS Headline";
  src: url("../fonts/PBSKIDSHeadline-Bold.woff2") format("woff2"),
    url("../fonts/PBSKIDSHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pbs_kids_headline_condensedBd";
  src: url("../fonts/pbskids_headlinecondensed-bold-webfont.woff2")
      format("woff2"),
    url("../fonts/pbskids_headlinecondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pbs_kids_headline_condensedRg";
  src: url("../fonts/pbskids_headlinecondensed-reg-webfont.woff2")
      format("woff2"),
    url("../fonts/pbskids_headlinecondensed-reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pbs_kids_headlineregular";
  src: url("../fonts/pbskidsheadline-regular-webfont.woff2") format("woff2"),
    url("../fonts/pbskidsheadline-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PBS Explorer";
  src: url("../fonts/PBSExplorer-Regular.woff2") format("woff2"),
    url("../fonts/PBSExplorer-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PBS Explorer";
  src: url("../fonts/PBSExplorer-BoldItalic.woff2") format("woff2"),
    url("../fonts/PBSExplorer-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.entry-meta {
  color: white;
}
@font-face {
  font-family: "PBS Explorer Light";
  src: url("../fonts/PBSExplorer-Light.woff2") format("woff2"),
    url("../fonts/PBSExplorer-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PBS Explorer Light Italic";
  src: url("../fonts/PBSExplorer-LightItalic.woff2") format("woff2"),
    url("../fonts/PBSExplorer-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PBS Explorer RegularItalic";
  src: url("../fonts/PBSExplorer-RegularItalic.woff2") format("woff2"),
    url("../fonts/PBSExplorer-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PBS Explorer";
  src: url("../fonts/PBSExplorer-Black.woff2") format("woff2"),
    url("../fonts/PBSExplorer-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PBS Explorer";
  src: url("../fonts/PBSExplorer-Bold.woff2") format("woff2"),
    url("../fonts/PBSExplorer-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
body {
  background-color: #000;
  line-height: 1.8rem;
}
footer {
  margin-top: -30px;
}
a {
  line-height: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
body {
  font-family: "PBS Explorer";
  font-weight: normal;
}
h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  padding: 10px 0 0 0;
}
h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
  padding: 10px 0 0 0;
}
h3 {
  font-size: 30px;
  line-height: 25px;
  font-weight: 900;
  padding: 10px 0 0 0;
}
h6 {
  margin-bottom: 0;
}
img {
  vertical-align: top;
}
.make-bold {
  font-weight: bold;
}
.site-content {
  padding-top: 70px;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
p {
  color: rgba(33, 37, 41, 1);
  font-family: "PBS Explorer Light";
  /*padding-bottom: 5px;*/
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
p strong, li strong {
  font-family: "PBS Explorer";
  font-weight: 700;
}
p a,
.pbsButton a,
li a {
  color: rgba(33, 37, 41, 1);
  font-family: "PBS Explorer Light";
  /*padding-bottom: 5px;*/
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: #ffb71b;
}
p a:hover,
.pbsButton a:hover,
li a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
  text-decoration-line: underline;
  background-color: #ffb71b;
  text-decoration-color: #ffb71b;
}

ol li {
  list-style: decimal;
}
ul li {
  list-style: disc;
}

li {
  margin-left: 30px;
  font-family: "PBS Explorer Light";
}

.nav-links {
  margin-bottom: 30px;
}
.nav-previous {
  display: inline;
}

.nav-next {
  display: inline;
  padding-left: 30px;
}

.pbsButton ul li {
  list-style: none;
}
.sml-0 {
  fill: #ff0000;
}
.sml-1 {
  fill: #ffb71b;
}
.sml-2 {
  fill: #ffffff;
}
.sml-3 {
  opacity: 0;
  fill: #ffb71b;
}
.sml-5 {
  fill: #219fef;
}
#pbs-social-media-links {
  position: fixed;
  width: 35px;
  height: 149px;
}
#sm-icon-div {
  position: relative;
  top: 25px;
  z-index: 9999;
  float: right;
  left: -35px;
}
.ed-left-content h2 a {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  color: #00aeef;
}
.ed-left-content h2 a:hover {
  color: #2559a9;
}
.fa-arrow-alt-circle-right {
  position: absolute;
  color: white;
  font-size: 25px;
  top: 11px;
  padding-left: 6px;
}
.fa,
.fas {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.fa-play:before {
  content: "\f04b";
}

.screen-size-alert {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 60px 30px;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
}
.screen-size-alert-text {
  padding: 0 0 20px 0;
}
.fa-rotate:before {
  content: "\f2f1";
  vertical-align: middle;
}
.fa-mobile-screen:before {
  content: "\f3cd";
  font-size: 26px;
  margin-left: 6px;
  vertical-align: middle;
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
#newsletterSignup-home input {
  color: #000;
  font-size: 11px;
  text-align: center;
  padding: 5px 10px;
  /*margin: 1.1% 1%*/
  margin: 1% 1%;
  letter-spacing: 1px;
  border-radius: 2px;
  border: 0;
}
#newsletterSignup-home input:focus-visible {
  color: #000;
  font-size: 11px;
  text-align: center;
  padding: 5px 10px;
  margin: 0.5% 1%;
  letter-spacing: 1px;
  border-radius: 2px;
  border-width: 0px;
}
#newsletterSignup input,
#newsletterSignup-story .news-form input {
  color: #000;
  font-size: 11px;
  text-align: center;
  padding: 10px;
  margin: 1.5% 1.5% 0 0;
  letter-spacing: 1px;
  border-radius: 2px;
  border: 0;
}
#newsletterSignup-story .news-form #nlf-story-submit {
  background-color: #9ecc3b;
  color: #000;
  padding: 8px 15px;
  border-width: 0px;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 15px;
  float: left;
  width: auto;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.archive-top-holder {
  min-height: 300px;
  padding: 45px 60px;
  position: relative;
}
.inline-form-item {
  display: inline-block;
  margin-right: 30px;
}
[type="date"] {
  background: #fff
    url(/wp-content/themes/pbs-site-2021/img/calendar-alt-solid.svg) 97% 50%
    no-repeat;
  background-size: 16px 16px;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.sm-column-main {
  float: left;
  width: 34.375%;
  padding: 2% 1.5%;
}
.sm-column-sub {
  float: left;
  width: 21.875%;
  padding: 2% 1.5%;
}
.sm-column-sub-col2 {
  float: left;
  width: 21.875%;
  padding: 2% 3%;
}
.sm-column-sub-last {
  float: left;
  width: 21.875%;
  padding: 2% 1.5%;
}
.sm-column-qrt {
  float: left;
  width: 25%;
  padding: 2% 1.5%;
}
.column-half {
  float: left;
  width: 50%;
  padding: 2% 1% 2% 0;
}
/* Clear floats after the columns */
.row-sm:after,
.ed-col-right-1and2:after {
  content: "";
  display: table;
  clear: both;
}
.supermenu-headline-main a {
  display: block;
  max-height: 60px; /* Fallback for non-webkit */
  margin-bottom: 5px;
  color: #000;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(0, 0, 0, 0);
  font-size: 19px;
  line-height: 19px;
  font-weight: 900;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.supermenu-headline-sub a {
  display: block; /*Fallback for non-webkit
	*/
  max-height: 48px; /* Fallback for non-webkit */
  margin-bottom: 5px;
  color: #000;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  line-height: 16px;
  font-weight: 900;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.supermenu-headline-main a:hover,
.supermenu-headline-sub a:hover {
  text-decoration-color: rgba(0, 0, 0, 1);
}
@-moz-document url-prefix() {
  .supermenu-headline-main a {
    max-height: 90px !important;
    display: -webkit-box;
  }
  .supermenu-headline-sub a {
    max-height: 60px !important;
    display: -webkit-box;
  }
}
/* Chrome version 29 and above */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .supermenu-headline-main a,
  .supermenu-headline-sub a {
    display: -webkit-box;
  }
}
.supermenu-subject {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.supermenu-label,
.supermenu-date-ep {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  margin-bottom: 6px;
}
.supermenu-label-sub {
  position: absolute;
  color: #ffb71b;
  background-color: rgba(0, 0, 0, 0.65);
  display: inline;
  float: left;
  width: 14.875%;
  /*padding: 2% 5% 2% 3%;*/
  font-size: 11px;
  line-height: 0px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 14px 8px;
  margin-bottom: 3px;
}
.supermene-date-ep {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.supermenu-p {
  font-size: 16px;
  line-height: 16px;
  font-family: "PBS Explorer";
  font-weight: normal;
  margin-bottom: 3px;
}
.supermenu-column-buttons,
.column-buttons {
  margin-top: 12px;
}
.supermenu-column-btn {
  color: #ffb71b;
  display: inline-block;
  background-color: #000;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "PBS Explorer";
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-right: 7px;
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.supermenu-column-btn:hover {
  color: #fff;
}
.supermenu-li {
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 15px;
  list-style: none;
}
.supermenu-a {
  font-weight: normal;
  text-align: left;
  color: #000;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(0, 0, 0, 1);
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.supermenu-a:hover {
  color: #000;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.vertical-line {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  height: 50%;
  position: absolute;
  margin: 3% 0 50% 0;
}
.sm-separator {
  float: left;
  padding-top: 35px;
}
.sm-ul-holder {
  padding-left: 40px;
}
img.supermenu-img-main {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
img.supermenu-img-sub {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
img.supermenu-header-logo {
  display: none;
  height: 35px;
  width: auto;
  margin-bottom: 20px;
}
.supermenu-sub-row {
  margin-bottom: 15px;
}
/*SUPER MENU - END */
.sm-small-type {
  font-size: 0.85em;
}
.seperator-line {
  padding: 0 9px 0 0;
}
.sep-line-pad {
  padding-right: 9px;
}
.break-line {
  display: inline-block;
}
#headerMain {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 70px;
  font-family: "PBS Explorer";
  font-weight: bold;
  z-index: 300;
}
#headerMain .inner-sm {
  margin: auto 60px;
  height: 100%;
  display: block;
}
#headerMain .logo {
  display: table;
  height: 100%;
  float: left;
}
#headerMain .logo div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#headerMain .logo img {
  height: 50px;
  margin-top: 5px; /* Optical alignment of the logo */
}
.wp-block-image {
  margin: 0 0 0 0;
}
.nav {
  float: right;
  height: 100%;
}
.nav button {
  display: table;
  height: 100%;
  float: left;
  padding: 0 10px;
}
.nav button:last-of-type {
  margin-right: 0;
}
.nav .span-align {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.no-float {
  float: none;
}
.dropdown-sm {
  float: left;
  overflow: hidden;
  height: 100%;
}
.dropdown-sm .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  /*padding: 24px 20px 0 0px;*/
  background-color: inherit;
  font: inherit;
  margin: 0;
}
.dropdown-sm-content {
  top: 70px;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 3%;
  /*margin: 0 60px;
	right: 0; */
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}
.dropdown-sm:hover .dropdown-sm-content {
  visibility: visible;
  opacity: 1;
}
button {
  height: 100%;
  background-color: transparent;
  font-family: "PBS Explorer";
  font-weight: bold;
  font-size: 16px;
  border-width: 0;
}
#navLeft {
  float: left;
  padding-left: 60px;
}
#navRight {
  float: right;
}
#btn-kids {
  font-family: "pbs_kids_headlineregular";
  font-weight: 200;
  padding-top: 2px;
}
.btn-kids {
  font-family: "pbs_kids_headlineregular";
  font-weight: 200;
  padding-top: 2px;
}
.kids-font {
  font-family: "PBS KIDS Headline";
  font-weight: bold;
}
#kids-K,
.kids-K,
#kids-K-mobile {
  color: #00aeef;
}
#kids-i,
.kids-i,
#kids-i-mobile {
  color: #f26825;
}
#kids-d,
.kids-d,
#kids-d-mobile {
  color: #f8b61e;
}
#kids-s,
.kids-s,
#kids-s-mobile {
  color: #9ecc3b;
}
#btn-kids span {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.nav-right-a {
  color: #fff;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
#btn-search i,
#btn-searchMobile i {
  color: #fff;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.search-submit i {
  color: #000;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.nav-right-a:hover,
.search-submit i:hover,
#btn-search i:hover,
#btn-searchMobile i:hover {
  color: #ffb71b;
  text-decoration: none;
  cursor: pointer;
}
#btn-mbl-donate a:hover {
  text-decoration: none;
}
.nav-left-a,
.nav-left-a span,
#btn-donate a {
  color: #ffb71b;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.nav-left-a:hover,
#btn-donate a:hover {
  color: #fff;
}
#btn-kids:hover span {
  color: #a6f018;
}
#liveDot,
#liveDotMobile {
  line-height: 10px;
  color: rgba(255, 0, 0, 1);
  padding-right: 5px;
  text-shadow: 0px 0px 6px rgba(255, 0, 0, 1);
  animation: blink 2s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#heart,
#heartMobile {
  color: #ff0000;
  font-size: 1.2em;
  padding-right: 5px;
  padding-left: 10px;
}
.heart-footer {
  color: #ff0000;
  font-size: 1.2em;
  padding-right: 5px;
}
#superSpotlight,
#superWatch,
#superMore,
#superListen,
#superNews,
#superEducation {
  background-color: #ffb71b;
  background-image: url("../img/supermenu-logo.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 80% 20%;
}
#superKids {
  background-color: #9ECC3B;
  background-image: url("../img/supermenu-logo.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 80% 20%;
}
#btn-spotlight {
  padding: 0 10px 0 0;
}
#btn-search,
#btn-searchMobile {
  padding: 0 0 0 20px;
}
#logoAZPBS {
  display: block;
  width: 230px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
/* content - start */
#shim {
  /*height: 70px*/
}
/* content - end */
/* columns stack
@media screen and (max-width: 600px) {
  .column {
	width: 100%;
  }
}*/
/*mobile stuff*/
#navMobileRight {
  display: none;
  background-color: #000;
  width: 100%;
  padding-left: 15px;
  height: 70px;
}
#mobileDropdown {
  background-color: #000;
  padding: 3px 3px 3px 1px;
}
#navMobileDropdown {
  pointer-events: none;
}
#navMobileRight,
#mobileDropdown {
  pointer-events: all;
}
.mobile-menu {
  display: block;
}
.collapsible-mm {
  color: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 16px;
  background-color: #333333;
  border-radius: 50px;
  margin: 3px 2px 0 2px;
  padding: 5px 24px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.collapsible-mm-content {
  padding: 0px;
  display: none;
  overflow: hidden;
  background-color: #000;
  margin-top: 2px;
}
.collapsible-btn {
  color: #000;
  width: 100%;
  text-align: right;
  background-color: #ffb71b;
  margin: 0px 0px 1px 0px;
  padding: 5px 22px;
}
.collapsible-mm-content button:first-child {
  border-radius: 15px 15px 0px 0px;
}
.collapsible-mm-content button:last-child {
  border-radius: 0px 0px 15px 15px;
}
.mobile-menu {
  width: 100%;
  text-align: right;
  background-color: #333333;
  border-radius: 50px;
  margin: 3px 2px 0 2px;
  /*padding: 5px 24px*/
  padding: 12px 24px;
}
#navMobiledropdown-sm {
  display: none;
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 70px;
}
.nav-mobile-a {
  color: #fff;
  display: block;
}
.nav-mobile-a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
}
.nav-mobile-collapsible-a {
  color: #000;
  font-size: 15px;
  display: block;
}
.nav-mobile-collapsible-a:hover {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  display: block;
}
.mobileMenuOther {
  /*margin-left:3px*/
}
#mobiledropdown-sm {
  background-color: #000;
}
#mobiledropdown-sm > button > span {
  /*float:right*/
}
#mobiledropdown-sm > div > button {
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
/*#navMobileDropdown{display:none}*/
#btn-burger {
  width: 70px;
  height: 70px;
  padding: 27px 22px;
  float: right;
}
#txtDonate,
#txtDonateMobile {
  color: #ffb71b;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
#txtDonate:hover,
#txtDonateMobile:hover {
  color: #fff;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 26px;
  height: 3px;
  background-color: #ffb71b;
  margin: 0 0 4px 0;
}
.bar1,
.bar3 {
  transition: 0.15s;
}
.bar2 {
  transition: 0.05s;
}
.change-hb .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.change-hb .bar2 {
  opacity: 0;
}
.change-hb .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}
#btn-kids-mobile {
  width: 100%;
  font-size: 0.9em;
  text-align: right;
  padding: 12px 24px 11px 0px;
  /*padding: 5px 24px;*/
}
/*page content*/
.container-page {
  margin: auto;
  background-color: #fff;
  max-width: 1600px;
}
.container-page .page-title {
  padding: 30px 60px;
  font-size: 2rem;
}
.container-featured-home {
  background-color: #000;
}
/*featured - home - news*/
.featured-col-home-left {
  position: relative;
  float: left;
  width: 67%;
  min-height: 660px;
  padding: 0 60px 0 0;
}
.gen-show-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 660px;
  padding: 0 60px;
}
.nerdcast-bg {
  background-image: url("../img/nerdcast-bg.png");
  background-repeat: repeat;
  background-size: auto;
}
.archive-top-home {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 0 60px 0 0;
}
.featured-col-home-right {
  float: left;
  width: 33%;
  height: 100%;
  background-color: #000;
}
.kids-2-block p,
.kids-2-block a {
  color: #fff;
  font-family: "pbs_kids_headlineregular";
  font-size: 26px;
  line-height: 36px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.featured-top-home {
  overflow: hidden;
}
/* Clear floats after the columns */
.featured-top-home:after {
  content: "";
  display: table;
  clear: both;
}
.archive-top {
  overflow: hidden;
}
.archive-top:after {
  content: "";
  display: table;
  clear: both;
}
.archive-logo {
  max-height: 210px;
  float: right;
}
.featured-story-col-left {
  position: relative;
  float: left;
  width: 60%;
  height: 100%;
  padding: 0 60px;
}
.featured-story-col-right {
  position: relative;
  float: left;
  width: 40%;
  height: 100%;
  padding: 0 40px 30px 0;
}
.asu-featured-sub {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.asu-featured-sub a {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  color: #fff;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 255, 255, 0);
}
.asu-featured-sub a:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.asu-featured-story-col-left {
  position: relative;
  float: left;
  width: 49.5%;
  height: 430px;
  margin: 1% 0.5% 1% 0;
  padding: 50px 0 50px 50px;
  background-size: 114%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
} /**/
.asu-featured-story-col-right {
  position: relative;
  float: left;
  width: 49.5%;
  height: 430px;
  margin: 1% 0 1% 0.5%;
  padding: 50px 0 50px 50px;
  background-size: 114%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
.asu-featured-story-col-left:hover,
.asu-featured-story-col-right:hover {
  transition: all 0.2s ease-out;
  background-size: 118%;
}
.asu-featured-story-right-content {
  position: absolute;
  padding: 0 60px 40px 0;
  bottom: 0;
}
.asu-featured-story-left-content {
  position: absolute;
  padding: 0 0 40px 0;
  bottom: 0;
}
.container-featured-story,
.container-footer {
  padding-top: 70px;
}
.container-featured-story:after,
.container-footer:after,
.container-ed-header:after,
.container-ed-1and4:after,
.container-ed-1and2 {
  content: "";
  display: table;
  clear: both;
}
.container-ed-header {
  display: flex;
  max-height: 660px;
}
.container-ed-1and4 {
  display: flex;
}
.container-ed-1and2 {
  display: flex;
}
.ed-col-left {
  position: relative;
  float: left;
  width: 35.625%;
  background-color: #fff;
  padding: 140px 0 140px 60px;
}
.ed-col-right {
  position: relative;
  overflow: hidden;
  background-position: right center;
  float: left;
  width: 64.375%;
  /*padding: 140px 60px 140px 0;*/
}
.ed-col-left-1and4 {
  background-color: #ffb71b;
  position: relative;
  float: left;
  width: 50%;
  padding: 60px 0 60px 60px;
}
.ed-col-left-1and2 {
  background-color: #ffb71b;
  position: relative;
  float: left;
  width: 50%;
  padding: 60px 0 60px 60px;
}
.ed-col-right-1and2 {
  background-color: #ffb71b;
  position: relative;
  float: left;
  width: 50%;
  /*padding: 60px 0 60px 0px*/
}
.ed-col-right-1and4 {
  position: relative;
  float: left;
  width: 50%;
  /*padding: 140px 60px 140px 0;*/
}
.wid-50 {
  width: 50%;
  position: relative;
}
.ed-lead-img {
  max-height: 190px;
  padding: 20px 60px 20px 0;
}
.ed-dropcap {
  font-size: 35px;
  font-weight: 900;
}
.ed-col-right-1and4 {
  position: relative;
  float: left;
  width: 50%;
  /*padding: 140px 60px 140px 0;*/
}
.ed-right-holder {
  height: 100%;
  padding: 190px 60px 190px 0;
}
.ed-right-link-sqs {
  height: 100%;
}
.ed-link-top-row,
.ed-link-bottom-row {
  width: 100%;
  display: flex;
}
.ed-sq-link {
  display: inline-block;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 800;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.ed-sq-link:hover {
  color: rgba(0, 0, 0, 1);
}
.ed-tip-content {
  padding: 30px;
}
.ed-overlay {
  position: absolute;
  height: 1160px;
  top: -270px;
  pointer-events: none;
}
.ed-tip-header {
  height: 50px;
  line-height: 0px;
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  padding-top: 10px;
  background-color: #2559a9;
  text-align: center;
}
.ed-tip {
  height: 30px;
  padding-right: 13px;
}
.ed-right-content {
  float: right;
  width: 280px;
  min-height: 280px;
  background-color: rgba(255, 255, 255, 0.85);
}
.w-80 {
  width: 80%;
}
.ed-headline {
  font-size: 45px;
  line-height: 48px;
  font-weight: 900;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.asu-for-you {
  width: 110px;
  height: auto;
  padding-bottom: 15px;
}
.footer-col-right {
  float: left;
  width: 50%;
  padding-right: 60px;
}
.footer-col-left {
  float: left;
  width: 50%;
  padding: 0 0 0 60px;
}
.footer-cl-col-left {
  float: left;
  width: 66.66%;
  padding-right: 50px;
  font-size: 0.85rem;
  line-height: 1.5rem;
}
.footer-cl-col-right {
  float: left;
  width: 33.33%;
  padding-right: 20px;
}
.footer-cr-col-left,
.footer-cr-col-middle,
.footer-cr-col-right {
  float: left;
  width: 33.33%;
  padding-right: 20px;
}
.logo-footer {
  max-height: 60px;
  margin-bottom: 20px;
}
.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4,
.footer-col-5 {
  float: left;
}
.footer-col-1 {
  font-size: 0.85rem;
  line-height: 1.5rem;
  width: 33.33%;
  padding: 0 50px 0 0;
}
.footer-col-2,
.footer-col-3,
.footer-col-4,
.footer-col-5 {
  width: 16.66%;
  padding: 0 35px 0 0;
}
#container-footer {
  margin: auto;
  background-color: #232323;
  max-width: 1600px;
  padding: 80px 60px;
}
.footer-col-main {
  background-color: #232323;
  float: left;
  width: 25.5%;
}
.footer-col-sub {
  float: left;
  width: 18.625%;
  height: 100%;
  background-color: #232323;
}
.container-footer {
  /*height: 500px*/
}
/* Clear floats after the columns */
.container-footer:after {
  content: "";
  display: table;
  clear: both;
}
.featured-story-right-content {
  padding: 15% 60px 0 0;
}
.featured-left-content {
  padding: 0 60px;
  position: absolute;
  bottom: 50px;
}
.featured-left-content-gen-show {
  position: absolute;
  bottom: 50px;
}
.sub-featured-left-content-gen-show {
  position: absolute;
  top: 33%;
}
.featured-headline {
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  padding: 0px 0 10px 0;
}
.featured-col-home-left .featured-headline {
  width: 70%;
}
.featured-left-content-gen-show .featured-headline {
  padding-top: 40px;
}
.featured-sub-content {
  position: absolute;
  padding-right: 20px;
  bottom: 35px;
}
.featured-sub-title {
  color: #ffb71b;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 13px;
  font-weight: 700;
}
.featured-sub-headline {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  padding: 10px 0;
}
.posted {
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0 6px 0 0px;
}
.featured-sub-button {
  color: #ffb71b;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.featured-sub-date {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.featured-headline a {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  color: #fff;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0);
}
.featured-headline a:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 1);
}
.featured-sub-headline a {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  color: #fff;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0);
}
.featured-sub-headline a:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 1);
}
.featured-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  color: #ffb71b;
  font-size: 18px;
  padding: 20px 0 15px 0;
}
.ft-pad {
  padding: 15px 0;
}
.featured-btm-home {
  background-color: #000;
}
.featured-title a,
.featured-sub-title a,
.featured-sub-button a {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  color: #ffb71b;
}
.featured-sub-button a:hover {
  color: #fff;
}
.featured-title-padding {
  padding: 0 0 15px 0;
}
.featured-heading-padding {
  padding-top: 20px;
  width: 100%;
}
.featured-heading-padding a:hover {
  color: #000;
  text-decoration-color: rgba(0, 0, 0, 1);
}
.featured-news-headline a:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 1);
}
.featured-p {
  color: #777;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
  font-weight: 200;
}
.featured-story-left-content {
  margin-bottom: -50px;
  max-width: 100%;
}
.featured-story-left-content img {
  max-width: 100%;
}
.featured-date {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.bio-holder {
  display: flex;
  max-width: 1000px;
  margin-bottom: 30px;
}
.image-bio {
  width: 40%;
  float: left;
  position: relative;
  max-width: 640px;
  max-height: 360px;
  height: 360px;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.bio-name-title {
  position: absolute;
  bottom: 0;
  padding-left: 30px;
}
.bio-name {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-right: 30px;
}
.bio-title {
  color: #ffb71b;
  font-size: 14px;
  line-height: 15px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding-right: 30px;
}
.bio-email-info {
  width: 60%;
  float: left;
  max-width: 640px;
  padding: 30px 30px 0 30px;
}
.bg-blck {
  background-color: #000;
}
.divider-50px {
  height: 50px;
}
.bio-email a::before {
  content: "¬ ";
}
.aired {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 0 6px 0 10px;
}
.aired-pad-adj {
  padding: 0 6px 0 0;
}
.tn-col-left {
  position: relative;
  float: left;
  width: 34%;
}
.tn-col-right {
  padding-left: 20px;
  position: relative;
  float: left;
  width: 66%;
}
.black-panel {
  background-color: #000;
  width: 100%;
  height: 50px;
  float: left;
}
.tn-article {
  /*height: 120px;*/
  width: 100%;
  padding: 15px 40px 15px 20px;
  float: left;
  background: linear-gradient(
    0deg,
    rgba(240, 240, 240, 1),
    rgba(255, 255, 255, 1)
  );
}
.tn-news-article {
  position: relative;
  padding: 0 35px 35px 35px;
  height: 330px;
  width: 100%;
  float: left;
  background-color: #000;
}
.tn-news-aired {
  font-size: 0.8em;
}
/* Clear floats after the columns */
.tn-article:after,
.tn-news-article:after {
  content: "";
  display: table;
  clear: both;
}
.bg-white {
  background-color: #fff;
  height: 45px;
}
.date-divide {
  padding: 0 15px 0 5px;
}
.standard-label {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.tn-aired {
  font-size: 0.8em;
}
.standard-label a {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}
.standard-label a:hover {
  text-decoration: none;
}
.asu-headline {
  font-size: 30px;
  color: #ffc425;
  width: 65%;
  padding-bottom: 0px;
}
.asu-headline a {
  color: #ffc425;
}
.asu-headline a:hover {
  color: #ffc425;
  text-decoration-color: #ffc425;
}
.tn-title {
  font-size: 16px;
  line-height: 20px;
  font-family: "PBS Explorer";
  font-weight: bold;
  padding: 0;
}
.tn-title a,
.tn-title-story a {
  color: #000;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.tn-title a:hover,
.tn-title-story a:hover {
  text-decoration-color: rgba(0, 0, 0, 1);
}
.tn-img {
  max-width: 100%;
}
.support-img {
  max-width: 100%;
  max-height: 100%;
  /*padding: 12px*/
}
.tn-btn-holder {
  background-color: #000;
  padding: 20px 35px 20px 20px;
  vertical-align: middle;
  float: right;
  width: 100%;
  text-align: right;
}
.fa-play {
  color: #000;
  padding: 0 7px 3px 8px;
  font-size: 0.9em;
}
.featured-column-btn-reg,
.skip-link,
.ed-left-content .featured-column-btn-reg {
  color: #000;
  display: inline-block;
  background-color: #ffb71b;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "PBS Explorer";
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 20px;
  margin-right: 7px;
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.ed-left-content .featured-column-btn-reg:hover {
  color: #fff;
  display: inline-block;
  background-color: #000;
}
.featured-column-btn-reg-asu {
  color: #000;
  display: inline-block;
  background-color: #ffc425;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "PBS Explorer";
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 20px;
  margin-right: 7px;
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.ed-tip-btn-reg {
  color: #fff;
  display: inline-block;
  background-color: #2559a9;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "PBS Explorer";
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 15px;
  margin-right: 7px;
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.ed-tip-btn-reg:hover {
  color: #fff;
  background-color: #00aeef;
  text-decoration: none;
}
.ed-sub-btn-reg {
  color: #2559a9;
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "PBS Explorer";
  text-transform: uppercase;
  font-weight: 900;
  padding: 20px 25px;
  margin: 20px 7px 10px 0;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.ed-sub-btn-reg:hover {
  color: #fff;
  background-color: #2559a9;
  text-decoration: none;
}
.featured-column-btn-reg:hover,
.featured-column-btn-reg-asu:hover,
.skip-link:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.skip-link {
  margin: 0px;
}
/*.gen-holder {
  max-width: 1600px;
  padding: 30px 60px;
  margin: auto
}*/
.asu-p {
  width: 70%;
}
.asu-featured-logo {
  padding-right: 40px;
}
.featured-column-btn-featured-reg {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ffb71b;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "PBS Explorer";
  font-weight: 900;
  padding: 10px 15px;
  margin-right: 7px;
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.featured-column-btn-featured-reg:hover {
  color: #000;
  background-color: #ffb71b;
}
.featured-column-btn-big {
  color: #000;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "PBS Explorer";
  text-transform: uppercase;
  font-weight: 900;
  padding: 13px 10px 13px 20px;
  margin-right: 7px;
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.featured-column-btn-big:hover {
  color: #000;
  background-color: #ffb71b;
  text-decoration: none;
}
.b-listen {
  background-color: #006b9c;
  color: #fff;
}
.listen-container {
  background-color: #000;
}
.featured-column-btn-big.b-listen:hover {
  background-color: #042360;
  color: #fff;
}
.b-listen .fa-play {
  color: #fff;
}
.b-nc {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}
.featured-column-btn-big.b-nc:hover {
  background-color: #fff;
  color: #000;
}
.b-nc .fa-play {
  color: #000;
}
.b-nc:hover {
  background-color: #000;
  color: #fff;
}
.more-news {
  background-color: #ffb71b;
}
.more-news:hover {
  background-color: #fff;
}
.featured-label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  background-color: #00aeef;
  padding: 8px 20px;
  display: table;
  text-transform: uppercase;
}
.asu-featured-label {
  font-size: 12px;
  font-weight: 700;
  color: /*#ffc425*/ #fff;
  letter-spacing: 1px;
  padding: 0 0 0 0;
  display: table;
}
.asu-featured-headline a {
  font-size: 22px;
  font-weight: 200;
  line-height: 34px;
  color: #ffc425;
  padding-bottom: 5px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 196, 37, 0);
}
.asu-featured-headline a:hover {
  text-decoration-color: rgba(255, 196, 37, 1);
}
.asu-featured-sub a {
}
.asu-featured-sub a:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.asu-featured-details {
  width: 42%;
  /*min-height: 160px;*/
  padding: 20px;
  float: right;
  background-color: rgba(0, 0, 0, 0.5);
}
.logo-featured-show {
  float: right;
  vertical-align: middle;
}
.show-art {
  padding: 180px 0;
}
.footer-main {
  padding: 60px;
}
.footer-header {
  font-size: 0;
  margin-bottom: 20px;
}
.footer-header a {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 255, 255, 00);
}
.footer-header a:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.more-header {
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
}
.footer-sub-links {
  margin-bottom: 30px;
}
.footer-main-link {
  font-size: 0;
  padding-bottom: 22px;
  line-height: 0;
}
.footer-main-link a {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  color: #ffb71b;
  /*padding-bottom: 5px;*/
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 183, 27, 00);
}
.footer-main-link a:hover {
  text-decoration-color: #ffb71b;
}
.footer-main-link i {
  padding-left: 0;
}
.footer-sub-link {
  font-size: 0;
  padding-bottom: 11px;
  line-height: 0;
}
.footer-sub-link a {
  font-size: 13px;
  font-weight: 200;
  line-height: 15px;
  color: #ffb71b;
  /*padding-bottom: 5px;*/
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 183, 27, 00);
}
.footer-sub-link a:hover {
  text-decoration-color: #ffb71b;
}
ul.footer-sub-links li.footer-sub-link {
	margin-left: 0;
}
.story-p a {
  color: #ffb71b;
  /*padding-bottom: 5px;*/
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 183, 27, 00);
}
.story-p a:hover {
  text-decoration-color: #ffb71b;
}
.meta-label {
  margin: 20px 0 15px 0;
}
.meta-p {
  margin-bottom: 0.3rem;
}
.meta-p a,
.bio-email a {
  color: rgba(33, 37, 41, 1);
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: #ffb71b;
}
.meta-p a:hover,
.bio-email a:hover {
  text-decoration-color: #ffb71b;
}
.meta-p a:before {
  content: "¬ ";
}
.meta-clip-btns {
  display: flex;
  margin-top: 30px;
}
.meta-clip-btn-left {
  width: 50%;
}
.meta-clip-btn-right {
  width: 50%;
}
.meta-next-prev-p {
  color: #8d8d8d;
  font-size: 12px;
  line-height: 18px;
}
.float-right {
  float: right;
  margin-right: 0;
}
.float-left {
  float: left;
  margin-left: 0;
}
.text-align-right {
  text-align: right;
  padding-left: 5px;
}
.pad-r-5 {
  padding-right: 5px;
}
.ed-p {
  font-size: 18px;
  line-height: 40px;
}
.ed-p a {
  color: #ffb71b;
  /*padding-bottom: 5px;*/
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 183, 27, 00);
}
.ed-p a:hover {
  text-decoration-color: #ffb71b;
}
.footer-cl-col-left a,
.p-a {
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
}
.footer-cl-col-left a:hover,
.p-a:hover {
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
}
.culture-label {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: table;
}
.story-content-body {
  /*padding-top: 150px*/
}
.story-content-body:after,
.bio-holder:after {
  content: "";
  display: table;
  clear: both;
}
.story-left-col {
  width: 60%;
  float: left;
  padding: 0 60px 60px 130px;
  margin-top: 7%;
}
.story-col-right-holder {
  width: 40%;
  float: left;
}
.show-content-body {
  display: flex;
}
.show-left-col {
  width: 67%;
  float: left;
  padding: 0 60px 60px 60px;
  margin-top: 7%;
}
.show-right-col {
  width: 33%;
  float: left;
  background-color: #f4f4f5;
}
.host-name {
  font-weight: 600;
  font-size: 25px;
}
.meet-host {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 15px;
}
.host-bio {
  padding: 30px 60px 60px 45px;
}
.img-host {
  min-height: 400px;
}
.story-center-col {
  width: 45%;
  float: left;
  margin-top: 7%;
}
.story-right-col {
  width: 55%;
  float: left;
}
.tn-article-story {
  width: 100%;
  padding: 15px 40px 20px 0px;
}
.tn-col-right-story,
.tn-col-left-story {
  position: relative;
  float: left;
  width: 100%;
}
.support-col-left,
.support-col-right {
  float: left;
  width: 50%;
}
.standard-label-story {
  padding-top: 10px;
  text-transform: uppercase;
}
.sls-aired {
  font-size: 0.8em;
}
.support-sponsors {
  text-align: center;
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding: 0 20px 20px 20px;
}
.tn-title-story {
  font-size: 16px;
  line-height: 20px;
  font-family: "PBS Explorer";
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 0px;
}
.standard-label-story a {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  padding-top: 20px;
}
.pbs-viral-player-wrapper {
  margin: 20px 0 25px 0;
}
#newsletterSignup,
#newsletterSignup-home {
  margin-top: 0;
  background-color: #1f5733;
  padding: 10px 20px;
  float: left;
  background-image: url("../img/nl-logo.png");
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: 90% 33%;
  background-size: 400px 400px;
  width: 100%;
}
#newsletterSignup {
  width: 96.5%;
  float: right;
}
#newsletterSignup .nl-form {
  width: 70%;
}
#newsletterSignup-story {
  margin-top: 0;
  background-color: #1f5733;
  padding: 40px 20px;
  float: left;
  background-image: url("../img/nl-logo.png");
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: 90% 33%;
  background-size: 400px 400px;
  width: 100%;
}
.nl-heading {
  color: #fff;
  font-size: 25px;
  line-height: 26px;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 15px;
  padding-bottom: 0px;
  padding-top: 5px;
}
.nl-heading-org {
  font-weight: bold;
  font-size: 25px;
}
.nl-heading-bold {
  font-weight: bold;
  font-size: 29px;
}
.nl-subheading {
  color: #9ecc3b;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 0.6rem;
}
.nl-heading-story {
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: normal;
  text-transform: uppercase;
}
.form-control {
  display: inline-block;
  /*width: auto;*/
  height: unset;
  font-weight: normal;
  font-size: 16px;
  border-width: 0px;
  padding: 13.5px 16px;
  border-radius: 50px;
  text-align: left;
  border: none;
  width: 210px;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: static;
  -ms-flex: none;
  flex: none;
  min-width: 0;
  margin-bottom: 0;
}
.input-group {
  position: relative;
  display: block;
  font-size: 0;
}
.navbar-form {
  position: absolute;
  margin: 0;
}
.topbar {
  line-height: 0;
  height: 0;
}
.nl-form {
  display: flex;
  margin-top: 0;
}
.block-logo {
  float: right;
  width: 35%;
}
#newsletterSignup #first_name,
#newsletterSignup #last_name {
  width: 25%;
}
#newsletterSignup #email {
  width: 51.5%;
}
#first_name,
#last_name {
  width: 147px;
}
#email {
  width: 301px;
}
.signupBlock {
border: 1px solid red;
}
#newsletterSignup.signupBlock #first_name,
#newsletterSignup.signupBlock #last_name,
#newsletterSignup.signupBlock #email {
    width: 100%;
  }
#nl-arrow {
  position: absolute;
  margin-left: -40px;
  margin-top: -2px;
  width: 45px;
}
#nl-arrow-top {
  position: absolute;
  width: 80px;
  margin-left: 0px;
  margin-top: -60px;
}
#nlf-submit {
  background-color: #9ecc3b;
  color: #000;
  padding: 5px 15px;
  border-width: 0px;
  border-radius: 50px !important;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 15px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
#newsletterSignup-home #nlf-submit {
  padding: 5px 20px;
  margin: 0.5% 2%;
}
#nlf-submit:hover {
  background-color: #fff;
}
form {
  margin-top: 7px;
}
#nlf-fname,
#nlf-lname {
  float: left;
  width: 30%;
  display: inline-block;
  border: none;
  opacity: 0.8;
  border-radius: 5px;
  padding: 8px;
  margin-right: 2%;
  margin-bottom: 2%;
}
#nlf-fname:focus,
#nlf-lname:focus,
#nlf-email:focus {
  outline: #1f5733 auto 1px;
}
#nlf-email {
  width: 62%;
  border: none;
  opacity: 0.8;
  border-radius: 5px;
  padding: 8px;
}
#newsletterSignup-story .news-form input {
  width: 100%;
  margin: 3.5% 1.5% 0 0;
}
.support-col-right {
  border-right-color: #575757;
}
.listen-col-2 {
  padding: 0 60px 0 0;
  width: 33%;
  float: left;
}
.but-col {
  padding-top: 200px;
  bottom: 60px;
}
.img-stnd {
  padding: 30px 30px 30px 0px;
}
.carousel-home-container:after,
.carousel-main-container:after,
.support-col-right:after,
.listen-container:after,
.listen-col-left:after {
  content: "";
  display: table;
  clear: both;
}
.ed-col2-left,
.ed-col2-right {
  float: left;
  width: 50%;
  padding: 60px 20px 60px 0;
}
.ed-list-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.margin-top-40 {
  margin-top: 40px;
}
.ed-list-img {
  width: 140px;
  float: left;
  display: inline;
}
.ed-list-title {
  display: inline;
  float: left;
  font-size: 14px;
  padding-left: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.ed-list-title:hover {
  text-decoration-color: rgba(0, 0, 0, 1);
}
.col-list-header {
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 10px;
}
.support-holder {
  overflow: auto;
  /*min-height: 110px;*/
  border-bottom: 1px solid #575757;
}
.support-holder:last-child {
  border-bottom: none;
}
.support-col-right {
  padding-left: 15px;
  padding: 15px 0 15px 15px;
  /*border-left: 1px solid #575757;
	border-bottom: 1px solid #575757;*/
}
.support-col-left {
  border-right: 1px solid #575757;
  padding: 15px 15px 15px 0;
  /*border-bottom: 1px solid #575757;*/
}
.support-col-left:last-child {
  /*border-bottom: 0px solid #575757;*/
}
.carousel-home-col-left {
  position: relative;
  float: left;
  width: 60%;
  padding-bottom: 80px;
}
.listen-col-left {
  position: relative;
  /*float: left;
	width: 65%;*/
  padding: 60px;
}
.carousel-home-col-right {
  pointer-events: none;
  position: relative;
  float: left;
  width: 40%;
  text-align: center;
  margin: 65px 0;
  padding: 0 0 0 5%;
}
.carousel-img {
  width: 100%;
  padding-bottom: 4px;
}
.carousel-home-ad a {
  pointer-events: auto;
}
.passport-img {
  width: 100%;
}
.ad-p {
  color: #777;
  font-weight: normal;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  margin: 20px 0;
}
.label-date {
  float: right;
}
.carousel-standard-holder {
  background-color: #000;
  padding: 70px 60px;
}
.carousel-holder {
  display: block;
  overflow: hidden;
  padding: 30px 0;
}
.carousel-btn-holder {
  display: block;
}
.episode-item {
  display: inline-block;
  width: 345px;
  /*overflow: hidden;*/
  float: left;
  margin-right: 33px;
}
.episode-img {
  width: 100%;
  height: 194px;
  overflow: hidden;
  display: block;
  /* flex-direction: column;
  justify-content: center;*/
  margin-bottom: 10px;
  padding: 0;
}
.asu-header {
  background-color: #000;
  padding: 70px 60px;
}
.asu-label {
  color: #ffc425;
  background-color: #a30046;
}
#asu-header-label {
  width: 280px;
}
.asu-header-p {
  padding-left: 40px;
  max-width: 390px;
  color: #fff;
}
.asu-holder {
  display: flex;
  padding: 30px 0;
  justify-content: space-around;
}
.asu-holder-mobile {
  display: none;
}
.asu-show-item-mobile {
  display: inline-block;
  max-width: 220px;
  max-height: 80px;
  padding: 10px;
}
.asu-show-item-mobile:last-child {
}
.asu-show-item-mobile img {
  max-width: 100%;
  height: 80px;
}
.show-item {
  display: inline-block;
  width: 200px;
  overflow: hidden;
  float: left;
  margin-right: 14px;
  transform: scale(1);
  transition: all 0.16s ease-out;
  -moz-transition: all 0.16s ease-out;
  -webkit-transition: all 0.16s ease-out;
}
.asu-show-item {
  display: inline-block;
  max-width: 280px;
  overflow: hidden;
  float: left;
  margin-right: 1%;
  transform: scale(1);
  transition: all 0.16s ease-out;
  -moz-transition: all 0.16s ease-out;
  -webkit-transition: all 0.16s ease-out;
}
.asu-show-item:last-child {
  margin-right: 0px;
}
.asu-show-item img {
  max-width: 100%;
  height: auto;
}
.episode-img {
  transform: scale(1);
  -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.16s ease-out;
  -moz-transition: all 0.16s ease-out;
  -webkit-transition: all 0.16s ease-out;
}
.show-item:hover,
.episode-img:hover,
.asu-show-item:hover {
  transform: scale(1);
  transform-origin: center;
}
.episode-img::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: all 0.16s ease-out;
  -moz-transition: all 0.16s ease-out;
  -webkit-transition: all 0.16s ease-out;
  -webkit-box-shadow: inset 0px 0px 30px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 30px 5px rgba(0, 0, 0, 0.5);
  /*background: -moz-radial-gradient(center, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .4) 100%);
	background: -webkit-radial-gradient(center, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .4) 100%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .4) 100%);*/
  opacity: 1;
}
.episode-img:hover::after {
  opacity: 0;
}
.carousel-label-button {
  margin-bottom: 25px;
}
#archiveForm {
  display: block;
  position: absolute;
  bottom: 45px;
}
/*.archive-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}*/
.archive-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding: 1em;
  margin: 1em auto;*/
}
.archive-items:after {
  content: "";
  /* flex: auto; */
  width: 49%;
  height: 0;
}
.archive-items .archive-item {
  display: inline-block;
  width: 345px;
  margin-bottom: 15px;
}
.archive-text {
  color: #fff;
  padding: 10px 0;
}
.archive-form input {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  color: #000;
  font-size: 11px;
  /* width: 40px;
  margin: 0 20px;*/
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  border-width: 0;
  letter-spacing: 1px;
  border-radius: 2px;
}
.archive-form,
input[type="date"] {
  padding-inline-start: 0px;
}
.archive-form input:focus-visible {
  outline: none;
}
.archive-form label {
  display: block;
  color: #fff;
  font-size: 11px;
  text-align: left;
  padding: 0;
}
#archive_to,
#archive_from {
  padding: 10px;
}
.carousel-h2 {
  font-size: 17px;
  line-height: 20px;
  font-family: "PBS Explorer";
  font-weight: 900;
}
.carousel-h2 a {
  color: #fff;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 255, 255, 0);
}
.carousel-h2 a:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.carousel-home-container {
  padding-top: 0px;
  padding-left: 60px;
}
.carousel-main-container {
  /*	padding-top:30px;*/
  padding: 30px 0 0 0;
  margin: 0 60px;
}
.carousel-home-program-btn {
  float: right;
  margin: 0 0 0 15px;
}
.carousel-items .episode-item:last-child,
.carousel-items .show-item:last-child {
  margin-right: 0px;
  /*width: 3500px;*/
}

/*.carousel-button-right {
	transform: scale(1);
	float: right;
	margin-right: -15px;
	margin-top: -225px
}
.carousel-button-left {
	transform: scale(1);
	position: absolute;
	margin-left: -15px;
	margin-top: -225px
}*/
.carousel-button-right {
  transform: scale(1);
  float: right;
  margin-right: -15px;
}
.carousel-button-left {
  transform: scale(1);
  position: absolute;
  margin-left: -15px;
}
.carousel-btn-hit {
  cursor: pointer;
  opacity: 0.55;
  fill: #ffffff;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.carousel-arrow-right {
  position: absolute;
  marigin-right: 0;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.carousel-button-right:hover .carousel-arrow-right {
  margin-right: -1.5px;
}
.carousel-button {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
}
.carousel-arrow {
  pointer-events: none;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.remove-margin {
  margin: 0;
}
.display-inline {
  display: inline-block;
  margin-bottom: 35px;
}
.share-icon-black-a {
  color: #000;
  padding-right: 20px;
  opacity: 0.7;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.share-icon-black-a:hover {
  color: #000;
  opacity: 1;
}
.share-icons {
  display: inline-block;
  padding-left: 20px;
}
.share-icon-a {
  color: #fff;
  padding-right: 20px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.share-icon-a:hover {
  color: #ffb71b;
}
.entry-header h1 {
  padding: 30px 60px 0px 0px;
}
.schedulepage p {
  /*padding:0 60px*/
}
.schedulepage .row {
  padding: 0 60px;
}
.schedulepage .row:first-of-type {
  padding: 0px;
}
.schedulepage p:first-child {
  padding: 0 60px;
}
.offering strong {
  text-transform: uppercase;
}
.offering h5 {
  font-weight: 800;
}

.container-ad-728 {
  text-align: center;
  background-color: #000;
  padding: 70px 40px 100px 40px;
}
.archive-form .this-page {
  display: inline-block;
  font-size: 1em;
  padding: 0;
}
#this_page {
  display: inline-block;
  width: 30px;
  margin: 0 10px;
}
#archiveSubmit,
#pageJump {
  background-color: #ffb71b;
  color: #000;
  padding: 10px 15px;
  border-width: 0px;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 15px;
  box-sizing: inherit;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
#pageJump {
  display: inline-block;
  margin: 0 15px;
  width: 100px;
}
#archiveSubmit:hover,
#pageJump:hover {
  background-color: #fff;
}
.make-inline {
  display: inline-block;
}
/*colors for svg fill*/
.clr-white {
  fill: #ffffff;
}
.clr-pbsYellow {
  fill: #ffb71b;
}
/*colors for text*/
.make-black {
  color: #000;
}
.make-black a {
  color: #000;
}
.make-white {
  color: #ffffff;
}
.make-pbsYellow {
  color: #ffb71b;
}
.make-pbsYellow:hover {
  color: #ffb71b;
}
.make-blue {
  color: #2559a9;
}
.background-gray {
  background-color: #232323;
}
.background-black {
  background-color: #000;
}
.background-yellow {
  background-color: #ffb71b;
}
.background-orange {
  background-color: #f26825;
}
.background-lt-green {
  background-color: #9ecc3b;
}
.background-lt-blue {
  background-color: #00aeef;
}
.opacity-75 {
  opacity: 0.75;
}
.bottom-30 {
  bottom: 30px;
}
.bottom-margin-30 {
  margin-bottom: 30px;
}
.wid-70 {
  width: 70%;
}
.featured-p .wid-70 {
  width: 75%;
}
.shadow-passport-left-carousel {
  pointer-events: none;
  transform: scale(1);
  position: absolute;
  height: 330px;
  margin-top: -15px;
  width: 40px;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.shadow-passport-right-carousel {
  pointer-events: none;
  transform: scale(1);
  float: right;
  height: 330px;
  width: 40px;
  margin-top: -319px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.shadow-standard-left-carousel {
  pointer-events: none;
  transform: scale(1);
  height: 194px;
  width: 40px;
  position: absolute;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.shadow-standard-right-carousel {
  pointer-events: none;
  transform: scale(1);
  float: right;
  height: 194px;
  width: 40px;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.top-padding-0 {
  padding-top: 0px;
}
.top-padding-40 {
  padding-top: 40px;
}
.top-padding-80 {
  padding-top: 80px;
}
.bottom-padding-0 {
  padding-bottom: 0px;
}
.top-padding-50 {
  padding-top: 50px;
  background-color: #000;
}
.carousel-featured-content {
  background-color: #000;
}
.entry-title {
  padding: 30px 60px 0 60px;
  font-weight: 700;
}
.local-page-header .featured-p {
  color: #000;
  font-size: 22px;
  padding-left: 0;
}
.column-third a,
.column-one a,
.column-two a,
.column-four a {
  color: rgba(33, 37, 41, 1);
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-offset: 2px;
  text-decoration-color: #ffb71b;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.entry-title a {
  color: rgba(33, 37, 41, 1);
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-offset: 2px;
  text-decoration-color: rgba(255, 183, 27, 0);
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.entry-title a:hover {
  text-decoration-color: rgba(33, 37, 41, 1);
}
article .entry-title {
  padding: 0px;
}
article .entry-title a {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}
.entry-header h4 a {
  color: rgba(33, 37, 41, 1);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-offset: 2px;
  text-decoration-color: rgba(255, 183, 27, 0);
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
article .entry-header,
article .entry-summary {
  padding: 0 60px;
}
article {
  padding: 30px 0;
  background: linear-gradient(
    0deg,
    rgba(240, 240, 240, 1),
    rgba(255, 255, 255, 1)
  );
  /*border-bottom: 1px rgba(0, 0, 0, .1) solid;*/
}
article:first-of-type {
  padding: 0px 0px 30px 0px;
}
.column-third a:hover,
.column-one a:hover,
.column-two a:hover,
.column-four a:hover,
.entry-header h4 a:hover {
  /*text-decoration-color: rgba(33, 37, 41, 1.00);*/
  text-decoration-color: #ffb71b;
}
.wp-block-columns {
  padding: 60px 60px;
  margin-bottom: 60px;
}
.col-three,
.col-one,
.col-two,
.col-four {
  padding: 30px 60px;
}
.col-three:hover {
  text-decoration-color: rgba(0, 174, 239, 1);
}
.column-third {
  width: 33.33%;
  float: left;
  padding-right: 30px;
}
.col-three:after {
  content: "";
  display: table;
  clear: both;
}
.column-third:last-child {
  padding-right: 0;
}
.column-two {
  width: 50%;
  float: left;
  padding-right: 30px;
}
.col-two:after {
  content: "";
  display: table;
  clear: both;
}
.column-two:last-child {
  padding-right: 0;
}
.logo-nc {
  padding: 80px;
}
.column-four,
.column-four-nc {
  width: 25%;
  float: left;
  padding-right: 30px;
}
.column-four-nc {
  padding: 80px 30px;
}
.p-top-0 {
  padding-top: 0;
}
.column-one-nc {
  width: 50%;
  float: left;
  padding-right: 30px;
}
.col-four:after {
  content: "";
  display: table;
  clear: both;
}
.column-four:last-child,
.column-four-nc:last-child {
  padding-right: 0;
}
.azpbsAdvisory {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1600px;
  margin: auto;
  background: linear-gradient(
    90deg,
    rgba(47, 188, 175, 1) 0%,
    rgba(47, 188, 175, 1) 60%,
    rgba(47, 188, 175, 0.2) 100%
  );
  padding: 20px 60px;
  color: #000;
}
.azpbsAlert {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1600px;
  margin: auto;
  background: linear-gradient(
    90deg,
    rgba(242, 104, 37, 1) 0%,
    rgba(242, 104, 37, 1) 60%,
    rgba(242, 104, 37, 0.2) 100%
  );
  padding: 20px 60px;
  color: #000;
}
.azpbsAdvisoryItem {
  flex-grow: 8;
}
.azpbsAdvisoryItem2 {
  flex-grow: 1;
}

.azpbsAdvisory a,
.azpbsAlert a {
  color: #ffffff;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.azpbsAdvisory a:hover,
.azpbsAlert a:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.alert-logo,
.alert-holder,
.advisory-holder {
  display: inline-block;
}
.alert-holder span,
.advisory-holder span {
  padding-right: 10px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  color: #000;
  display: inline-block;
  background-color: #ffb71b;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "PBS Explorer";
  text-transform: uppercase;
  font-weight: 900;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  clip: auto !important;
  display: block;
  left: 5px;
  padding: 10px 15px;
  top: 5px;
  width: auto;
  height: 35px;
  z-index: 100000;
  outline: 0;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
#alert-logo {
  height: 35px;
  padding-right: 5px;
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:not(:first-child) {
    margin-left: 0;
    padding-right: 50px;
  }
}
/*.carousel-shadow:after {
    content: "";
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}*/
@media only screen and (max-width: 1600px) {
  .featured-left-content {
    padding: 0;
  }
  .featured-col-home-left,
  .featured-btm-home,
  .carousel-featured-content {
    padding: 0 0 0 60px;
  }
  .top-padding-50 {
    padding-top: 50px;
  }
  .carousel-main-container {
    padding: 0 0px 0 0;
    margin: 0 60px 0 0;
  }
  .carousel-home-container {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1380px) {
  .logo-nc {
    padding: 16% 40px;
  }
  .bio-info {
    font-size: 0.9em;
    line-height: 1.6rem;
  }
  .ed-headline {
    font-size: 40px;
    line-height: 43px;
  }
  .asu-featured-story-col-right,
  .asu-featured-story-col-left {
    background-size: 160%;
  }
  .asu-featured-story-col-right:hover,
  .asu-featured-story-col-left:hover {
    background-size: 164%;
  }
}
@media only screen and (max-width: 1310px) {
  .ed-p {
    font-size: 16px;
    line-height: 30px;
  }
  .ed-sub-btn-reg {
    color: #2559a9;
    background-color: #fff;
    font-size: 11px;
    padding: 10px 15px;
  }
  .ed-dropcap {
    font-size: 23px;
  }
  .nav .span-align {
    font-size: 14px;
  }
  .nav button {
    padding: 0 8px;
  }
  .support-col-left,
  .support-col-right {
    width: 100%;
    float: none;
    border: none;
    padding: 25px;
  }
  .support-holder {
    border: none;
  }
  .featured-headline {
    font-size: 30px;
    line-height: 35px;
  }
  .asu-featured-headline a {
    font-size: 17px;
    line-height: 17px;
  }
  .asu-featured-headline {
    line-height: 17px;
  }
}
@media only screen and (max-width: 1190px) {
  .ed-list-title {
    font-size: 12px;
    padding-left: 13px;
  }
  #navLeft {
    padding-left: 30px;
  }
  #headerMain .inner-sm {
    margin: auto 30px;
  }
  #heart,
  #heartMobile {
    padding-right: 5px;
    padding-left: 5px;
  }
  #btn-search,
  #btn-searchMobile {
    padding: 0 0 0 10px;
  }
  .supermenu-column-btn {
    font-size: 10px;
    padding: 8px 13px;
    margin-right: 6px;
    margin-bottom: 10px;
  }
  img.supermenu-header-logo {
    height: 35px;
  }
  .archive-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .featured-story-left-content {
    margin-bottom: -80px;
    /*max-width: 100%;*/
  }
}
@media only screen and (min-width: 1131px) {
  .logo-featured-show {
    max-width: 32%;
  }
}
@media only screen and (max-width: 1130px) {
  .logo-featured-show {
    max-height: 150px;
    /* float:none;*/
    vertical-align: middle;
    /*margin-bottom: 60px*/
  }
  .show-art {
    padding: 40px 0;
  }
  .ed-headline {
    font-size: 35px;
    line-height: 37px;
  }
  #txtDonate {
    display: none;
  }
  #heart,
  #heartMobile {
    /*padding-right: 5px;
		padding-left:10px*/
  }
  #logoAZPBS {
    width: 180px;
  }
  .supermenu-column-btn {
    font-size: 9.5px;
    padding: 6px 10px;
    margin-right: 4px;
    margin-bottom: 10px;
  }
  #newsletterSignup #first_name,
  #newsletterSignup #last_name,
  #newsletterSignup #email,
  #first_name,
  #last_name,
  #email {
    width: 50%;
  }
  .float-right {
    float: right;
    margin-right: 0;
  }
  .float-left {
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .featured-p .wid-70 {
    width: 75%;
  }
  .logo-footer {
    max-height: 60px;
    margin-bottom: 20px;
  }
  /**/
  .footer-main {
    padding: 35px;
  }
  /*footerA - start*/
  .footer-col-1 {
    font-size: 0.85rem;
    line-height: 1.5rem;
    width: 66.66%;
    padding: 0 30px 40px 0;
  }
  .footer-col-2,
  .footer-col-3,
  .footer-col-4,
  .footer-col-5 {
    width: 33.33%;
    padding: 0 20px 0 0;
  }
  .footer-col-3 {
    content: "";
    display: table;
    clear: both;
  }
  /*footerA - end*/
  /**/
  /*footerb - start*/
  .footer-col-right {
    width: 100%;
    padding: 50px 60px;
  }
  .footer-col-left {
    width: 100%;
    padding: 0 60px;
  }
  .footer-cl-col-left {
    float: left;
    width: 66.66%;
    padding-right: 50px;
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
  .footer-cl-col-right {
    float: left;
    width: 33.33%;
    padding-right: 20px;
  }
  .footer-cr-col-left,
  .footer-cr-col-middle,
  .footer-cr-col-right {
    float: left;
    width: 33.33%;
    padding-right: 20px;
  }
  /*footerb - end*/
  .story-left-col {
    width: 65%;
    padding: 0 70px 60px 60px;
    float: left;
    margin-top: 7%;
  }
  .story-col-right-holder {
    width: 35%;
    float: left;
  }
  .story-center-col {
    width: 100%;
    float: left;
    margin-top: 7%;
    margin-bottom: 30px;
  }
  .story-right-col {
    width: 100%;
    float: left;
  }
  .featured-story-col-left {
    position: relative;
    float: left;
    width: 65%;
    height: 100%;
    padding: 0 60px;
  }
  .featured-story-col-right {
    position: relative;
    float: left;
    width: 35%;
    height: 100%;
    padding: 0 40px 30px 0;
  }
  .support-col-left {
    border-right: 1px solid #575757;
    padding: 15px 15px 15px 0;
  }
  .support-col-left,
  .support-col-right {
    float: left;
    width: 50%;
  }
  .support-holder {
    overflow: auto;
    /*min-height: 110px;*/
    border-bottom: 1px solid #575757;
  }
  .support-holder:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1040px) {
  .logo-nc {
    padding: 40px;
    width: 100%;
  }
  .column-one-nc {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  .column-four-nc {
    width: 50%;
  }
  .listen-col-left {
    position: relative;
    float: left;
    width: 100%;
    padding: 60px;
  }
  .bio-holder {
    display: block;
  }
  .image-bio,
  .bio-email-info {
    width: 100%;
    float: none;
  }
  .container-ed-1and2 {
    flex-direction: column;
  }
  .ed-col-left-1and2 {
    width: 100%;
  }
  .ed-col-right-1and2 {
    width: 100%;
  }
  .ed-col2-left {
    padding-left: 60px;
  }
  .ed-col2-right {
    padding-right: 60px;
  }
  .ed-sq-link {
    font-size: 30px;
    margin: 20px 0 50px 0;
  }
  #newsletterSignup .nl-form {
    width: 80%;
  }
  .carousel-home-col-left {
    width: 100%;
    padding-right: 60px;
  }
  .carousel-home-col-right {
    display: none;
    float: none;
    width: 0%;
  }
  .inline-form-item {
    display: inline-block;
    margin-right: 10px;
  }
  /*.tn-col-left {
		width: 30%;
		display: none;
	}
	.tn-col-right {
		width: 70%;
	}*/
  #nlf-submit {
    margin-top: 12px;
    margin-left: 0px;
    display: block;
  }
  #nlf-fname,
  #nlf-lname {
    width: 45%;
  }
  #nlf-email {
    width: 92%;
  }
  #newsletterSignup-home {
    background-position: 90% 33%;
  }
  #newsletterSignup {
    background-position: 90% 33%;
  }
}
@media only screen and (max-width: 1000px) {
  #sm-icon-div {
    position: absolute;
    top: 180px;
    z-index: 9999;
    left: 0px;
  }
}
@media only screen and (max-width: 980px) {
  #newsletterSignup-home #last_name {
    margin-top: 1%;
  }
  .listen-col-2 {
    width: 50%;
  }
  .but-col {
    padding-top: 200px;
    bottom: 60px;
  }
  .column-four {
    width: 100%;
    padding-top: 30px;
  }
  .site-content {
    padding-top: 140px;
  }
  .image-bio {
    height: 280px;
  }
  .ed-col-left-1and4,
  .ed-col-right-1and4 {
    width: 100%;
  }
  .container-ed-1and4 {
    flex-direction: column;
  }
  .asu-featured-story-col-right,
  .asu-featured-story-col-left {
    background-size: 100%;
  }
  .asu-featured-story-col-right:hover,
  .asu-featured-story-col-left:hover {
    background-size: 104%;
  }
  .featured-story-right-content {
    padding: 50px 60px 0 0;
  }
  .block-logo {
    padding-top: 50px;
    width: 25%;
  }
  .archive-form input {
    width: 70%;
  }
  .inline-form-item {
    display: block;
  }
  .archive-top-holder {
    min-height: 500px;
  }
  #archiveSubmit {
    width: auto;
    margin: 20px 0 0 0;
  }
  #pageJump {
    width: auto;
    display: inline-block;
    margin: 0 15px;
  }
  #headerMain .inner-sm {
    margin: auto 0px;
  }
  #txtDonate {
    display: inherit;
  }
  #navLeft,
  #navRight,
  #btn-schedule,
  #btn-passport {
    display: none;
  }
  #navMobileRight, #navMobiledropdown-sm /*, #navMobileDropdown*/ {
    display: block;
  }
  #shim {
    height: 140px;
  }
  #logoAZPBS {
    width: 230px;
  }
  /*logo adjust*/
  .logo {
    float: none !important;
    margin: 0 auto;
  }
  .clr-white {
    fill: #000;
  }
  #logo-face-right,
  #logo-face-left {
    fill: #fff;
  }
  #headerMain {
    background-color: #fff;
  }
  .nav .span-align {
    font-size: 16px;
  }
  #btn-search,
  #btn-searchMobile {
    float: right;
  }
  .featured-story-col-left,
  .featured-col-home-left,
  .featured-col-home-right {
    width: 100%;
  }
  .asu-featured-story-col-right,
  .asu-featured-story-col-left {
    width: 100%;
    margin: 1% 0 0 0;
  }
  .featured-story-col-right {
    width: 100%;
    padding: 90px 60px 30px 60px;
  }
  #newsletterSignup,
  #newsletterSignup-home {
    margin-left: 60px;
  }
  #newsletterSignup #first_name,
  #newsletterSignup #last_name,
  #newsletterSignup #email,
  #first_name,
  #last_name,
  #email {
    width: 70%;
  }
  .tn-title {
    font-size: 20px;
    line-height: 26px;
  }
  .tn-article {
    padding: 15px 40px 20px 60px;
  }
  .bg-white {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 895px) {
  .ed-headline {
    font-size: 30px;
    line-height: 34px;
  }
  .container-ed-header {
    max-height: 550px;
  }
  .ed-col-left {
    padding: 70px 0 140px 60px;
  }
  .nl-heading {
    font-size: 20px;
  }
  .nl-heading-bold {
    font-size: 22px;
  }
  .culture-label {
    width: 50%;
  }
}
@media only screen and (max-width: 850px) {
  .listen-col-2 {
    width: 100%;
  }
  .but-col {
    padding-top: 20px;
    bottom: 60px;
  }
  .show-content-body {
    display: flow-root;
  }
  .show-left-col {
    width: 100%;
  }
  .show-right-col {
    width: 100%;
  }
  .tn-news-article {
    padding: 0 60px 60px 60px;
  }
  .tn-btn-holder {
    padding: 30px 60px;
    text-align: left;
  }
  .container-ad-728,
  .black-panel {
    display: none;
  }
  .tn-article {
    padding: 0px 40px 15px 20px;
  }
  .tn-col-left {
    padding: 30px 10px 30px 40px;
    width: 45%;
    display: block;
  }
  .tn-col-right {
    padding-top: 30px;
    width: 55%;
  }
  .featured-col-home-left {
    min-height: 500px;
  }
  .bg-white {
    padding-left: 40px;
  }
  #newsletterSignup-home {
    width: 90%;
    float: right;
    background-position: 113% 55%;
  }
  #newsletterSignup {
    width: 90%;
    float: right;
    background-position: 125% 65%;
  }
  .nl-heading {
    font-size: 26px;
  }
  .nl-heading-bold {
    font-size: 34px;
  }
  #nlf-fname,
  #nlf-lname {
    width: 30.25%;
    padding: 10px;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
  #nlf-email {
    width: 62%;
    padding: 10px;
  }
  .nl-subheading {
    font-size: 21px;
  }
  .archive-text {
    padding-right: 170px;
  }
  .support-col-left,
  .support-col-right {
    width: 100%;
    float: none;
    border: none;
    padding: 25px;
  }
  .support-holder {
    border: none;
  }
  .featured-headline {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 825px) {
  .container-ed-header {
    flex-direction: column;
  }
  .ed-col-left {
    width: 100%;
    padding: 50px 0 50px 60px;
  }
  .ed-col-right {
    width: 100%;
  }
  .ed-overlay {
    display: none;
  }
  .container-ed-header {
    max-height: none;
  }
  .ed-right-holder {
    padding: 20px 35px;
  }
  .ed-right-content {
    float: none;
    width: 100%;
    min-height: unset;
  }
  .archive-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .archive-logo {
    max-height: 120px;
    float: right;
  }
}
@media only screen and (max-width: 1129px) and (min-width: 981px)  {
  #newsletterSignup-home #first_name,
  #newsletterSignup-home #last_name,
  #newsletterSignup-home #email {
    width: 301px;
  }
}

@media only screen and (max-width: 810px) {
  .column-third,
  .column-two {
    width: 100%;
    padding-top: 30px;
  }
  .asu-header-p {
    padding-left: 0;
  }
  .asu-holder {
    display: none;
  }
  .asu-holder-mobile {
    display: block;
  }
  .asu-featured-story-col-right,
  .asu-featured-story-col-left {
    background-size: 110%;
  }
  .asu-featured-story-col-right:hover,
  .asu-featured-story-col-left:hover {
    background-size: 114%;
  }
}
@media only screen and (max-width: 750px) {
  .featured-p .wid-70 {
    width: 100%;
  }
  .wid-70 {
    width: 100%;
  }
  .logo-nc {
    padding: 0px;
  }
  .story-left-col {
    width: 100%;
    padding: 0 60px 60px 60px;
    float: left;
    margin-top: 7%;
  }
  .story-col-right-holder {
    width: 100%;
    float: left;
  }
  .story-center-col {
    padding: 0 60px 60px 60px;
  }
  .story-right-col {
    padding: 0px;
  }
  .featured-title {
    padding: 20px 0 0px 0;
  }
  .share-icons {
    display: block;
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .featured-headline {
    font-size: 30px;
    line-height: 35px;
  }
  .featured-column-btn-big {
    font-size: 12px;
  }
  .featured-title {
    font-size: 15px;
  }
  #newsletterSignup .nl-form {
    width: 100%;
  }
}
@media only screen and (max-width: 710px) {
  .local-page-header .featured-p {
    font-size: 15px;
    line-height: 20px;
  }
  .column-four-nc {
    width: 100%;
    padding: 20px 0px;
  }
  .logo-featured-show {
    max-height: 150px;
    float: none;
    vertical-align: middle;
    margin-bottom: 0px;
  }
  .featured-left-content-gen-show p {
    display: none;
  }
  .ed-col2-left,
  .ed-col2-right {
    padding: 35px;
    width: 100%;
  }
  .asu-featured-story-col-right,
  .asu-featured-story-col-left {
    background-size: 130%;
  }
  .asu-featured-story-col-right:hover,
  .asu-featured-story-col-left:hover {
    background-size: 134%;
  }
}
@media only screen and (max-width: 590px) {
  #newsletterSignup-home #last_name {
    margin-top: 1%;
  }
  .carousel-home-program-btn {
    float: none;
  }
}
@media only screen and (max-width: 540px) {
  .featured-story-right-content {
    padding: 50px 0 0 0;
  }
  .support-sponsors {
    padding: 0 60px 20px 60px;
  }
  .story-left-col,
  .story-center-col {
    padding: 50px 35px 30px 35px;
  }
  .tn-article-story {
    padding: 15px 0px 20px 0px;
  }
  .ed-sq-link {
    font-size: 30px;
    margin: 0 0 40px 0;
  }
  .ed-p {
    font-size: 16px;
    line-height: 34px;
  }
  .logo-footer {
    max-height: 60px;
    margin-bottom: 20px;
  }
  .footer-main {
    padding: 35px;
  }
  /*
  content: "";
  display: table;
  clear: both;
  */
  /*footerA - start*/
  .footer-col-1 {
    font-size: 0.85rem;
    line-height: 1.5rem;
    width: 100%;
    padding: 0 30px 40px 0;
  }
  .footer-col-2,
  .footer-col-3,
  .footer-col-4,
  .footer-col-5 {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
  }
  .footer-col-3 {
    content: "";
    display: contents;
    clear: both;
  }
  /*footerA - end*/
  .asu-featured-story-col-right,
  .asu-featured-story-col-left {
    background-size: 160%;
  }
  .asu-featured-story-col-right:hover,
  .asu-featured-story-col-left:hover {
    background-size: 164%;
  }
  .archive-top-holder {
    padding: 45px 35px;
  }
  .tn-news-article {
    padding: 0 35px 60px 35px;
  }
  .featured-col-home-left,
  .featured-btm-home,
  .carousel-featured-content {
    padding: 0 0 0 35px;
  }
  .carousel-main-container {
    padding: 0 35px 0 0;
    margin: 0;
  }
  .featured-story-col-left {
    padding: 0 35px;
  }
  .featured-story-col-right {
    padding: 90px 35px 30px 35px;
  }
  .carousel-home-container {
    padding-left: 0px;
  }
  .carousel-home-col-left {
    padding-right: 35px;
  }
  .margin-left-20 {
    margin-left: 0px;
  }
  .bg-white {
    padding-left: 35px;
  }
  .tn-article {
    padding: 0px 35px 15px 0px;
  }
  .tn-col-left {
    padding: 30px 10px 30px 35px;
    width: 45%;
    display: block;
  }
  .featured-headline {
    font-size: 23px;
    line-height: 28px;
  }
  .span-programs {
    display: none;
  }
}
@media only screen and (max-width: 475px) {
  .carousel-standard-holder {
    padding: 70px 10px;
  }
  .carousel-button-left {
    margin-left: 15px;
  }
  .carousel-button-right {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 470px) {
  .asu-featured-story-col-right,
  .asu-featured-story-col-left {
    background-size: 195%;
  }
  .asu-featured-story-col-right:hover,
  .asu-featured-story-col-left:hover {
    background-size: 199%;
  }
}

@media only screen and (max-width: 390px) {
  .footer-col-1 {
    font-size: 0.85rem;
    line-height: 1.5rem;
    width: 100%;
    padding: 0 30px 40px 0;
  }
  .footer-col-2,
  .footer-col-3,
  .footer-col-4,
  .footer-col-5 {
    float: left;
    width: 100%;
    padding: 0 20px 0 0;
  }
}
