@media all and (min-width: 1500px) {
  #ted-talk-video {
    width: 900px;
    height: 450px;
  }
}

@media all and (min-width: 960px) and (max-width: 1499px) {
  #ted-talk-video {
    width: 800px;
    height: 400px;
  }
}

@media all and (min-width: 768px) and (max-width: 959px) {
  #ted-talk-video {
    width: 700px;
    height: 350px;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  #ted-talk-video {
    width: 480px;
    height: 245px;
  }
}

@media all and (max-width: 479px) {
  #ted-talk-video {
    width: 350px;
    height: 170px;
  }
}

body {
  background: #1d1d1d;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

a:focus {
  border: 1px dotted #d4145a;
}

.logo a:link {
  border: 0;
}

header {
  text-align: center;
  display: inline-block;
  width: 100%;
}

article a:link,
article a:visited {
  color: #275CAC;
}

article ul a:link,
article ul a:visited {
  color: #9A266C;
  text-decoration: none;
}

hr {
  border: 1px solid #9A266C;
}

img {
  max-width: 100%;
}

.logo {
  float: left;
  margin: 10px;
}

.logo h1 {
  margin: 0;
}

.episodes_community h2 {
  margin: 10px 0;
}

.episodes_community {
  border: 2px solid #305ba9;
  font-size: 1.03em;
  padding: 5px;
  line-height: 1.1em;
  text-align: center;
}

.episodes_community p {
  margin: 0;
}

.title {
  border-top: 5px solid #9d256d;
  color: white;
  line-height: 2em;
  padding: 1.5em 0;
}

.title_about {
  background: #1c1c1a url("../images/hdr_comic.jpg") center no-repeat;
  background-size: cover;
}

.title h1 {
  font-size: 1.8em;
}

.title_resources {
  background: #1c1c1a url("../images/hdr_books.jpg") center no-repeat;
  background-size: cover;
}

.title_inside {
  background: rgba(0, 0, 0, 0.65);
  max-width: 1227px;
  padding: .5em 18px;
  box-sizing: border-box;
}

.content {
  background: white;
  float: left;
  margin-bottom: 30px;
}

article h1 {
  margin: 0;
}

article h2, article h3 {
  color: #9A266C;
  margin-bottom: 0;
}

.content_main {
  padding: 0 20px 20px;
  line-height: 1.5em;
}

.subhdr {
  font-size: 1.2em;
  font-style: italic;
  margin: 0;
}

.purpose {
  color: #9A266C;
  font-weight: bold;
}

.method,
.results {
  margin-top: 10px;
}

#downloadable-resources #pictures {
  width: 100%;
  /*background: green;*/
}

#downloadable-resources #pictures {
  overflow: hidden;
  width: auto;
  /*background: blue;*/
  margin: auto;
}

#downloadable-resources #pictures div {
  text-align: center;
  font-size: 14px;
  float: left;
  background: #e8e8e8;
  margin: 2% 5%;
  padding: 15px 20px;
  box-shadow: 0px 7px 13px -2px rgba(0, 0, 0, 0.37);
}

#downloadable-resources #pictures div p {
  margin-top: 0px;
}

.wrapper {
  max-width: 1200px;
  min-width: 300px;
  margin: 0 auto;
}

.wrapper .epSect {
  color: white;
}

.wrapper .epSect h1 {
  background: #99216b;
  color: white;
  font-size: 24px;
  margin: 0;
  padding: 8px 0;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}

.epContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(275px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  grid-gap: 10px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.epContainer img {
  width: 100%;
}

@media screen and (max-width: 875px) {
  .epContainer {
    display: -ms-grid;
    display: grid;
  }
  .title h1 {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 601px) {
  .topnav {
    display: -ms-grid;
    display: grid;
    margin: 5px -5px 5px;
    overflow: hidden;
    margin-bottom: 12px;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .topnav a {
    display: block;
    margin: 5px;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  .icon {
    display: none !important;
  }
  .topnav a:link,
  .topnav a:visited {
    display: inline-block;
    color: white;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 18px;
  }
  .about.active {
    color: #1d1d1d !important;
    background-color: #d4145a;
  }
  .resources.active {
    color: #1d1d1d !important;
    background-color: #00ffff;
  }
  .about {
    border: 2px solid #d4145a;
    color: #1d1d1d;
  }
  .resources {
    border: 2px solid #00ffff;
    color: #1d1d1d;
  }
  .contact {
    border: 2px solid #00ff00;
    color: #1d1d1d;
  }
  .about:hover,
  .about a:active,
  .about a:link,
  .about a:visited {
    border: 2px solid #d4145a;
    background: #d4145a;
    padding: 24px 16px;
  }
  .resources:hover,
  .resources a:active,
  .resources a:link,
  .resources a:visited {
    border: 2px solid #00ffff;
    background: #00ffff;
    padding: 24px 16px;
  }
  .contact:hover,
  .contact a:link,
  .contact a:visited {
    border: 2px solid #00ff00;
    background: #00ff00;
    padding: 24px 16px;
  }
  .topnav a:active,
  .topnav a:hover {
    color: #1d1d1d;
  }
}

@media screen and (max-width: 600px) {
  .logo {
    width: 75%;
  }
  .topnav {
    width: 100%;
    overflow: hidden;
  }
  .topnav a {
    display: none;
    padding: 10px;
    font-size: 1.3em;
    text-decoration: none;
    color: white;
  }
  a.icon {
    float: right;
    padding: 2px 5px 3px 5px;
    margin: 10px;
    display: block !important;
    position: absolute;
    right: 0;
    font-size: 1.3em;
    color: white;
    text-decoration: none;
    top: 25px;
    border-radius: 2px;
    border: 1px solid rgba(250, 250, 250, 0.5);
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .about:before {
    content: '';
    position: absolute;
    opacity: 0;
    right: 0px;
    width: 0px;
    height: 22px;
    background: #d4145a;
    transition: all .4s ease;
  }
  .resources:before {
    content: '';
    position: absolute;
    opacity: 0;
    right: 0px;
    width: 0px;
    height: 22px;
    background: #00ffff;
    transition: all .4s ease;
  }
  .contact:before {
    content: '';
    position: absolute;
    opacity: 0;
    right: 0px;
    width: 0px;
    height: 22px;
    background: #00ff00;
    transition: all .4s ease;
  }
  .contact:hover:before,
  .resources:hover:before,
  .about:hover:before {
    width: 50%;
    opacity: 1;
  }
  .epContainer {
    display: -ms-grid;
    display: grid;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .topnav {
    display: -ms-flexbox;
    display: flex;
  }
  .topnav a:link,
  .topnav a:visited,
  .about-active,
  .resources-active {
    width: 100%;
  }
  .epContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .epContainer li {
    margin: 10px;
  }
  .epContainer li a {
    width: 100%;
  }
  .epContainer li.episodes_community {
    padding: 0;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 600px), screen and (-ms-high-contrast: active) and (max-width: 600px) {
  .topnav {
    display: inline-block;
  }
  .epContainer li {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 601px) and (max-width: 1000px), screen and (-ms-high-contrast: active) and (min-width: 601px) and (max-width: 1000px) {
  .logo {
    width: 100%;
  }
  .epContainer li {
    width: 45%;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 1001px), screen and (-ms-high-contrast: active) and (min-width: 1001px) {
  .epContainer li {
    width: 30%;
  }
}

.hero {
  margin-bottom: 2rem;
}

@supports (-ms-ime-align: auto) {
  .topnav {
    display: -ms-flexbox;
    display: flex;
  }
  .topnav a {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .epContainer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .epContainer li {
    width: 24%;
    margin: 5px;
    box-sizing: border-box;
  }
  .epContainer .episodes_community {
    box-shadow: inset 0px 0px 0px 2px #305ba9;
    border: none;
    line-height: 1em;
    margin-bottom: 8px !important;
    padding-bottom: 1px;
  }
  @media screen and (max-width: 1100px) {
    .epContainer li {
      width: 32%;
    }
  }
  @media screen and (max-width: 875px) {
    .epContainer li {
      width: 48%;
    }
    .epContainer .episodes_community {
      line-height: 1.3em;
    }
  }
  @media screen and (max-width: 600px) {
    .topnav {
      display: block;
    }
    .epContainer li {
      width: 100%;
    }
    .epContainer .episodes_community {
      padding: 10px;
    }
    .epContainer .invisible {
      display: none;
    }
  }
}

/*# sourceMappingURL=../sourcemaps/styles.css.map */
