.sel {
  color: #fbc90a;
  font-weight: bolder;
}

.container {
  padding: 0 20px;
  width: 960px;
  margin: auto;
}

.header {
  margin: 0 0 20px 0;
}

.subheader {
  margin: 0 0 20px 0;
}

.page-title {
  font-size: 49px;
  font-weight: 100;
  margin-bottom: 50px;
  margin-top: 56px;
}

.button {
  border-radius: 4px;
  padding: 15px 30px;
  background-color: #fbc809;
  color: #005982;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 20px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 250ms ease-in-out;
}

.button:hover,
.button:focus {
  background-color: #f37020;
}

/* Top Header */

#header {
  position: relative;
  height: 186px;
  margin-bottom: 20px;
}

#header-top {
  height: 142px;
}

.header-links {
  margin: 0 auto;
  padding: 20px;
  width: 960px;
  border: 0 solid #000;
  overflow: hidden;
}

#logo {
  float: left;
  width: 520px;
  height: 90px;
}

#header-donate {
  padding: 10px 0px;
  float: right;
}

#header-donate img {
  padding-top: 15px
}

/* Main Nav */

.navbar {
  background: #478daf;
  width: 100%;
}

.navbar .container {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#menu a {
  font-weight: bold;
  padding: 0 4px;
  text-decoration: none;
}

#email {
  border: 0;
  overflow: hidden;
  line-height: 1;
}

#rounded-input {
  background: #fff;
  height: 22px;
  border: 1px solid #888;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  float: left;
}

#email-input {
  border: 0;
  height: 15px;
  font-size: 11px;
  margin-left: 8px;
  margin-top: 2px;
}

#email-submit {
  float: left;
}
#share a {
  text-decoration: none;
}
.share-text {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
  vertical-align: top;
}

.share-i img {
  margin: 4px 0 0 5px;
}


/* -- News -- */
.hero-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.news-story {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  padding-right: 100px;
}

.news-story h2 {
  text-transform: uppercase;
}

.news-story .subheader {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.news-story .credit {
  opacity: .75;
  margin: 0 0 40px 0;
}

.news-story a:hover,
.news-story a:focus {
  color: #fbc809;
}


/* -- Donate -- */
.donate-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,.15);
  height: 80px;
}

.donate-text {
  margin: 20px 0;
  width: 400px;
}
.donate-text h1 {
  margin: 0;
}

.donate-img {
  display: flex;
  align-items: center;
  font-size: 32px;
  margin: 20px 0;
  width: 170px;
}

.donate-img a {
display: block;
    height: 26px;
    }

/* -- Video -- */

.video {
  margin: 70px 0;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.video:nth-of-type(1) {
  margin-top: 0;
}

.video h2 {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.video_credit {
  font-size: .9rem;
  opacity: .8;
}

/* -- Past Shows -- */
.past-show {
  border-bottom: 1px solid rgba(255,255,255,.15);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.past-show_links {
  text-align: center;
}

.img-shadow {
  box-shadow: 10px 10px 20px rgba(7, 49, 81, 0.7);
}

/* -- Footer --*/
#copyright {
  text-align: center;
  padding: 40px 0;
  font-size: 12px;
}

/* -- Logo List --*/
.org-page h2 {
margin-top: 40px;
}
.logo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.logo-list li {
  text-align: center;
  background-color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #005982;
  border-radius: 5px;
}
.logo-list li a {
  text-align: center;
  display: block;
  color: #005982;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.25;
}
.logo-list li a:hover {
  text-decoration: underline;
} 
.logo-list li a img {
  margin-right: 20px;
  display: block;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 10px;
  max-width: 100%;
}
.no-logo {
  min-height: 100px;
}
.past-show_info h3 {
  margin-top: 40px;
}