html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, button, input, select, textarea, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

html {
  height: 100% !important;
  margin-top: 0 !important;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Forces scrolling */
body {
  text-align: center;
  height: 100%;
  transition: all 0.3s;
}

body.load {
  opacity: 1;
}

/* Centers the main container in IE5. Text is reset back to default left in .wrapper */
/* HTML 5 Fixes ----------------------------------------------- /////////////////////////////////////////////// */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary {
  display: block;
}

/* Corrects block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video {
  display: block;
  *display: inline;
  *zoom: 1;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio:not([controls]), [hidden] {
  display: none;
}

/* Prevents modern browsers from displaying 'audio' without control */
/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4. Known issue: No IE6 support */
/* FONTS ----------------------------------------------- /////////////////////////////////////////////// */
body {
  font-size: 18px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
}

/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* Removes text-shadow from highlights. Sets background color */
html, option, optgroup, button, input, select, textarea {
  font-family: sans-serif;
}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

/* Baseline set for heading tags, removes formatting */
small {
  font-size: 75%;
}

strong, b, mark {
  font-style: inherit;
  font-weight: bold;
}

em, i, cite, q, address, dfn, var {
  font-style: italic;
  font-weight: inherit;
}

a, u, ins {
  text-decoration: none;
}

del, s {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

/* Addresses styling not present in IE7/8/9, S5, Chrome */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Corrects font family set oddly in IE6, S4/5, Chrome */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Improves readability of pre-formatted text in all browsers */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Prevents sub and sup affecting line-height in all browsers */
/* FORMS ----------------------------------------------- /////////////////////////////////////////////// */
label {
  cursor: pointer;
}

/* Indicates these areas have a function on-click */
textarea:active, textarea:focus {
  cursor: text;
}

/* Changes cursor back to text indicator when using */
button, input, select {
  display: block;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

textarea {
  display: block;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

/* Makes inputs behave like true block-level elements. Corrects font-sizes not being inherited in all browsers. Improves vertical appearance and consistency */
/* Removes default vertical scrollbar in IE6/7/8/9. Changes vertical-align to top for consistency and sense */
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* Indicates area has function on-click. Allows iOS buttons to be style-able. Removes innert spacing in IE7. Known issue: Inner spacing still in IE6 */
button[disabled] {
  cursor: default;
}

input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* Resets the cursor to default for disabled elements */
/* Addresses box-sizing to content-box in IE8/9. Removes excess padding in IE7 */
/* Address appearance set to searchfield in S5/Chrome. Addresses box-sizing set to border-box in S5/Chrome */
/* Removes inner padding and search cancel button in S5, Chrome on OS X */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Removes inner padding and border in FF3+ */
legend {
  white-space: normal;
  *margin-left: -7px;
}

/* Corrects text not wrapping in FF3. Corrects alignment displayed oddly in IE6/7 */
/* LINKS ----------------------------------------------- /////////////////////////////////////////////// */
a {
  outline: none;
  text-decoration: none;
}

a:focus, a:active, a:visited, a:hover {
  outline: none;
  text-decoration: none;
}

/* Removes all formatting from all links */
/* IMAGES ----------------------------------------------- /////////////////////////////////////////////// */
img {
  border: none;
  height: auto;
  font-style: italic;
  -ms-interpolation-mode: bicubic;
}

/* Removes borders from linked images. Increases quality when scaled in IE7 */
svg:not(:root) {
  display: block;
  overflow: hidden;
}

/* Corrects overflow displayed oddly in IE9 */
/* TABLES ----------------------------------------------- /////////////////////////////////////////////// */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* Removes spacing between table cells. Sets to 100% width default */
td {
  vertical-align: top;
}

/* Cleans up table alignment */
/* CLEARFIX ----------------------------------------------- /////////////////////////////////////////////// */
.cf {
  zoom: 1;
}

.cf:before {
  content: "";
  display: table;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.center {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.svg path {
  transition: fill 0.35s ease;
}

.transition {
  transition: all 0.35s ease;
}

* {
  box-sizing: border-box;
}

.uppercase {
  text-transform: uppercase;
}

.quote {
  font-style: italic;
}

.header {
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 18px;
  }
}
.background {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-size: cover;
}

.logo {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

audio-player {
  z-index: 1;
  position: relative;
  display: block;
}

@font-face {
  font-family: "Norwester";
  src: url("../fonts/Norwester-Regular.ttf"), url("../fonts/Norwester-Regular.oft") format("otf"), url("../fonts/Norwester-Regular.svg") format("svg"), url("../fonts/Norwester-Regular.eot") format("eot"), url("../fonts/Norwester-Regular.woff2") format("woff2"), url("../fonts/Norwester-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.125em;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: bottom;
}

/* Responsive images. Also, fixed spacing at bottom of image sometimes. */
div, span {
  font-family: "proxima-nova", sans-serif;
  list-style-type: none;
  vertical-align: top;
  line-height: 1.5em;
}

ol, ul {
  font-family: "proxima-nova", sans-serif;
  list-style-type: none;
  vertical-align: top;
  line-height: 1.5em;
}

ol li, ul li {
  font-family: "proxima-nova", sans-serif;
  list-style-type: none;
  vertical-align: top;
  line-height: 1.5em;
}

/* Fixes alignment issues */
p {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 30px;
  vertical-align: top;
  line-height: 1.5em;
  font-size: 20px;
}

/* Makes all paragraphs have 1em scaling margin on bottom. */
[class^=col_0] p:last-child {
  margin-bottom: 0;
}

/* Makes last paragraph in containers have 0px margin on bottom. */
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 1.125em;
  margin-bottom: 10px;
  color: #333;
}

h1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 32px;
  color: #1a2936;
}

h2 {
  font-family: "intro", "Norwester", sans-serif;
  font-size: 50px;
}

h3 {
  font-family: "intro", "Norwester", sans-serif;
  font-size: 24px;
}

h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
}

h5 {
  font-family: "proxima-nova", sans-serif;
  font-size: 25px;
}

h6 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
}

a, img {
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  border: none;
  outline: none;
  color: #00495d;
}

html {
  -webkit-overflow-scrolling: touch;
}

.wrapper {
  margin: 0;
  position: relative;
  /*overflow:hidden;
   */
  text-align: left;
  vertical-align: top;
  left: 0;
  width: 100%;
}

/* The .wrapper defines the overall boundary of the site. All content appears inside the .wrapper !!! There is usually only one .wrapper per page */
.section {
  margin: 0;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
}

/* The .section defines an area of the site with it's own functionality, i.e.: Header Section, Navi Section, Content Section, Footer Section The .section always has 20 pixels of padding-left and right for mobile views. Good for content sections where text shouldn't touch screen edge. !!! There must be at least one .section per .wrapper */
.section_full {
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}

/* An optional .section without any padding on the sides. Good for things like Sliders that need to be flush with the screen edge. */
.row {
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  max-width: 1200px;
  zoom: 1;
}

.row:after {
  display: block;
  clear: both;
  content: ".";
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.row.med {
  max-width: 1200px;
}

.row.long {
  max-width: 2000px;
}

/* The .row defines a horizontal space in which .col_0X are inserted to organize content. !!! There must be at least one .row per .section */
/* We apply a clearfix here to stop the floats from messing everything up */
.banner .row.long {
  height: 100vh;
}

.row.full {
  max-width: none;
}

.row.short {
  max-width: 1000px;
}

/* Gutterless Grids ----------------------------------------------- /////////////////////////////////////////////// */
.col_08 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.gut-none .col_07 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 83.333%;
}

.gut-none .col_06 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 75%;
}

.gut-none .col_05 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 66.666%;
}

.gut-none .col_04 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 50%;
}

.gut-none .col_03 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 33.333%;
}

.gut-none .col_02 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 25%;
}

.gut-none .col_01 {
  float: left;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 16.666%;
}

/* Gutter Grids ----------------------------------------------- /////////////////////////////////////////////// */
.gut-side .col_07 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 83%;
}

.gut-side .col_06 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 74.5%;
}

.gut-side .col_05 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 66%;
}

.gut-side .col_04 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 49%;
}

.gut-side .col_03 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 32%;
}

.gut-side .col_02 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 23.5%;
}

.gut-side .col_01 {
  float: left;
  margin-left: 2%;
  position: relative;
  vertical-align: top;
  width: 15%;
}

.gut-side .row > [class^=col_0]:first-child {
  margin-left: 0;
}

/* Removes left margin from first .col_0X of each .row */
/* Top Gutters ----------------------------------------------- /////////////////////////////////////////////// */
.gut-top [class^=col_0] {
  margin-top: 2%;
}

.gut-top-20 [class^=col_0] {
  margin-top: 20px;
}

.gut-top-40 [class^=col_0] {
  margin-top: 40px;
}

/* Bottom Gutters ----------------------------------------------- /////////////////////////////////////////////// */
.gut-bot [class^=col_0] {
  margin-bottom: 2%;
}

.gut-bot-20 [class^=col_0] {
  margin-bottom: 20px;
}

.gut-bot-40 [class^=col_0] {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------------------------------------------- //////////////////////////////////////////////////////////////////////////////////////////////////// HIDE-N-SEEK.CSS //////////////////////////////////////////////////////////////////////////////////////////////////// ------------------------------------------------------------------------------------------------- */
.show, .desktop .desk, .mobile .mobi {
  display: block !important;
}

.show.nl, .desktop .desk.nl, .mobile .mobi.nl {
  display: inline !important;
}

.show.nlb, .desktop .desk.nlb, .mobile .mobi.nlb {
  display: inline-block !important;
}

.hide, .mobile .desk, .desktop .mobi, .show-1024, .show-768, .show-667, .show-480, .show-375 {
  display: none !important;
}

/* Loop Through Breakpoints ----------------------------------------------- /////////////////////////////////////////////// */
@media screen and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }

  .show-1024.nl {
    display: inline !important;
  }

  .show-1024.nlb {
    display: inline-block !important;
  }

  table.show-1024 {
    display: table !important;
  }

  table tr.show-1024 {
    display: table-row !important;
  }

  table th.show-1024, table td.show-1024 {
    display: table-cell !important;
  }

  .hide-1024 {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }

  .show-768.nl {
    display: inline !important;
  }

  .show-768.nlb {
    display: inline-block !important;
  }

  table.show-768 {
    display: table !important;
  }

  table tr.show-768 {
    display: table-row !important;
  }

  table th.show-768, table td.show-768 {
    display: table-cell !important;
  }

  .hide-768 {
    display: none !important;
  }
}
@media screen and (max-width: 667px) {
  .show-667 {
    display: block !important;
  }

  .show-667.nl {
    display: inline !important;
  }

  .show-667.nlb {
    display: inline-block !important;
  }

  table.show-667 {
    display: table !important;
  }

  table tr.show-667 {
    display: table-row !important;
  }

  table th.show-667, table td.show-667 {
    display: table-cell !important;
  }

  .hide-667 {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .show-480 {
    display: block !important;
  }

  .show-480.nl {
    display: inline !important;
  }

  .show-480.nlb {
    display: inline-block !important;
  }

  table.show-480 {
    display: table !important;
  }

  table tr.show-480 {
    display: table-row !important;
  }

  table th.show-480, table td.show-480 {
    display: table-cell !important;
  }

  .hide-480 {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .show-375 {
    display: block !important;
  }

  .show-375.nl {
    display: inline !important;
  }

  .show-375.nlb {
    display: inline-block !important;
  }

  table.show-375 {
    display: table !important;
  }

  table tr.show-375 {
    display: table-row !important;
  }

  table th.show-375, table td.show-375 {
    display: table-cell !important;
  }

  .hide-375 {
    display: none !important;
  }
}
.vam {
  position: relative;
  font-size: 0;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.vam > .filler {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.vam .section, .vam > .image {
  display: inline-block;
  vertical-align: middle;
}

.flex {
  display: flex;
}

.flex.fdr {
  flex-direction: row;
}

.flex.fdc {
  flex-direction: column;
}

.flex.flex-center {
  justify-content: center;
}

.flex.flex-wrap {
  flex-wrap: wrap;
}

.flex.flex-sb {
  justify-content: space-between;
}

.flex.end {
  justify-content: flex-end;
}

.flex.vert {
  align-items: center;
}

.flex.stretch {
  align-items: stretch;
}

.flex.grow {
  flex-grow: 1;
}

.flex .flex-1 {
  flex: 1;
}

.wrapper {
  background-color: #f8f8f8;
  background-size: 100% auto;
  background-position: 0 0;
  position: relative;
}

.wrapper.wrapper-content {
  overflow-x: hidden;
}

.dark-theme p {
  color: #ffffff;
}
.dark-theme .featured-story__info p {
  color: #101721;
}
.dark-theme .nav a {
  color: #ffffff;
  font-weight: bold;
}
.dark-theme .nav a:hover span {
  box-shadow: inset 0 -2px 0 #ffffff;
}
.dark-theme .social-icons img {
  filter: invert(1);
}
.dark-theme .story-content p {
  color: #101721;
}

.home {
  position: relative;
}

.home .site-title {
  text-align: center;
  font-family: "intro", "Norwester", sans-serif;
  font-size: 80px;
  margin-bottom: 20px;
}

.home .featured-stories {
  margin-top: 30px;
}

.home .featured-story {
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.home .featured-story .featured-story__video {
  width: 50%;
}
.home .featured-story audio-player {
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .home .featured-story audio-player {
    width: 50%;
  }
}
.home .featured-story .youtube {
  margin-bottom: 0;
}
.home .featured-story .featured-story__info {
  margin-left: 40px;
  padding: 20px;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .home .featured-story .featured-story__info {
    width: 50%;
  }
}
.home .featured-story .featured-story__info h2 {
  font-size: 35px;
}
.home .featured-story .featured-story__info p {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .home .featured-story:nth-child(even) {
    flex-direction: row-reverse;
  }
  .home .featured-story:nth-child(even) .featured-story__info {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .home .featured-story {
    flex-direction: column;
  }
  .home .featured-story .featured-story__video {
    width: 100%;
  }
  .home .featured-story .featured-story__info {
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }
}
.home .featured-story.hidden {
  display: none;
}

.home .more-stories__btn {
  color: #1a2936;
  padding: 30px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
  max-width: 400px;
  border: 3px solid #1a2936;
  transition: all 0.3s;
  font-size: 32px;
  font-family: "intro", "Norwester", sans-serif;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.8);
}
.home .more-stories__btn:hover {
  color: #fff;
  background: #1a2936;
}

.site-title {
  text-align: center;
  font-family: "intro", "Norwester", sans-serif;
  font-size: 80px;
  margin-bottom: 20px;
}

.stories .stories-title {
  padding-top: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.hidden {
  display: none;
}

.story-content-button {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 0.9em;
}

.meet-producer {
  padding: 40px 0;
}

.meet-producer h3 {
  margin-bottom: 40px;
}

.producer-profile {
  display: flex;
}
@media (max-width: 600px) {
  .producer-profile {
    display: block;
  }
}

.producer-profile__img {
  max-width: 150px;
  min-width: 150px;
  max-height: 150px;
  min-height: 150px;
  margin-right: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .producer-profile__img {
    margin-bottom: 30px;
  }
}

.single .story-buttons .video-link-btn {
  display: block;
  padding: 6px;
  margin-top: 10px;
  background: #ffffff;
  color: #101721;
  text-align: center;
  max-width: 110px;
  border-radius: 5px 5px;
  transition: all 0.3s;
  width: 100%;
  border: 1px solid #101721;
  font-weight: bold;
}
.single .story-buttons .video-link-btn svg {
  width: 18px;
}

.single .header {
  padding-top: 40px;
}
.single .header .logo {
  width: 800px;
  margin-bottom: 10px;
}

.banner {
  position: fixed;
  overflow-x: hidden;
  width: 100%;
  z-index: 1;
  height: 100%;
  background-position: center;
}

.banner .image {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.banner .image img {
  display: block;
  margin: 0 auto;
}

.banner h1 {
  text-align: center;
  font-weight: 600;
  font-style: italic;
}

.banner #arrow-down {
  position: relative;
}

.banner #arrow-down svg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  padding: 15px;
  opacity: 0.3;
  -webkit-animation: downArrowMotion 1.5s infinite linear;
  animation: downArrowMotion 1.5s infinite linear;
  transition: all 0.5s;
}

.banner #arrow-down svg:hover {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
  border: 1px solid rgba(26, 41, 54, 0.3);
  cursor: pointer;
}

.banner .miw {
  opacity: 0;
  position: absolute;
  bottom: 30%;
  z-index: -2;
  left: 50%;
  transition: all 0.3s;
}

.banner .miw.slide-out {
  opacity: 1;
  left: 80%;
  cursor: pointer;
}

.banner .miw p {
  color: #1a2936;
  font-family: "intro", "Norwester", sans-serif;
  font-size: 28px;
  text-transform: none;
}

@media screen and (max-width: 1700px) {
  .banner .image img {
    max-width: 60%;
  }
}
@media screen and (max-width: 1500px) {
  .banner .image img {
    max-width: 40%;
  }

  .banner h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    min-height: none;
    overflow-y: hidden;
  }

  .banner .miw.show-1024 {
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
    opacity: 1;
    text-align: center;
    margin-top: 40px;
  }

  .banner .miw.show-1024 p {
    font-size: 30px;
  }

  .banner .tagline h1 {
    font-size: 20px;
  }

  .banner .image {
    transform: none;
  }

  .banner .image img {
    max-width: 60%;
  }
}
@media screen and (max-width: 400px) {
  .banner .image img {
    max-width: 100%;
    width: 100%;
  }
}
.content {
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: rgba(248, 248, 248, 0.7);
  overflow-x: hidden;
  transition: all 0.5s;
}

.content .content-container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.content h2 {
  margin-bottom: 50px;
  color: #1a2936;
  font-family: "intro", "Norwester", sans-serif;
  font-size: 40px;
  text-transform: none;
}

.content .stories h2 {
  font-size: 28px;
}

.intro {
  text-align: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  .intro {
    padding: 0 20px;
  }
}

.content .intro h2, .content .intro p {
  text-align: center;
}

.content .stories form#filters {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 30px;
}

.content .stories form#filters span {
  display: inline-block;
  width: 70px;
  color: #1a2936;
}

.content .stories form#filters select {
  display: inline-block;
  width: calc(50% - 60px);
  background: #fff;
  padding: 10px;
  font-family: "proxima-nova", sans-serif;
}

.content .stories p#status {
  height: 0;
  margin-bottom: 0;
  text-align: center;
  font-style: italic;
  opacity: 0;
  transition: all 0.3s;
}

.content .stories p#status.filtering {
  opacity: 1;
  height: auto;
  margin-bottom: 20px;
}

.content .stories h2 {
  text-align: center;
}

.content .stories ul {
  margin-right: -20px;
}

.content .stories ul > li {
  position: relative;
  width: calc(33.33% - 20px);
  height: 380px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.content .stories ul > li .section {
  width: 100%;
}

.content .stories ul > li a {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content .stories ul > li .story-prev {
  display: block;
  opacity: 0;
  transition: all 0.3s;
}

.content .stories ul > li:hover .story-prev {
  opacity: 1;
}

.content .stories ul > li .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  transition: all 0.3s;
}

.content .stories ul > li:hover .overlay {
  background-color: rgba(26, 41, 54, 0.8);
}

.content .stories ul > li .story-prev > img {
  margin: 0 auto;
  display: block;
}

.content .stories ul > li .story-prev > p {
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-top: 30px;
}

.content .stories ul > li .story-prev > a {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  width: 150px;
  padding: 20px;
  transition: all 0.3s;
}

.content .stories ul > li .story-prev > a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.content .stories .loadmore-btn {
  color: #1a2936;
  padding: 20px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
  max-width: 200px;
  border: 1px solid #1a2936;
  transition: all 0.3s;
}

.content .stories .loadmore-btn:hover {
  color: #fff;
  background: #1a2936;
}

.content .stories .hidden-post-mobile {
  display: none;
}

.content iframe {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 1024px) {
  .content .stories ul > li .overlay {
    background-color: rgba(26, 41, 54, 0.6);
  }

  .content .stories ul > li .story-prev {
    opacity: 1;
  }

  .content .stories ul > li .story-prev > img {
    max-width: 60px;
  }

  .content .stories ul > li .story-prev > p {
    font-size: 18px;
  }

  .content .stories ul > li .story-prev > a {
    font-size: 18px;
    padding: 15px;
  }

  .content .stories p#status {
    margin-bottom: 10px;
  }

  .content h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .content .stories ul {
    margin-right: -10px;
  }

  .content .stories ul > li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .content .stories ul > li .story-prev > a {
    width: 100%;
    font-size: 14px;
  }

  .content .stories ul > li .story-prev > p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .content .stories ul > li .story-prev > img {
    display: none;
  }

  .content .stories form#filters {
    display: block;
  }

  .content .stories form#filters span, .content .stories form#filters select {
    display: block;
    width: 250px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 500px) {
  .content .stories ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .content .stories form#filters {
    position: relative;
    margin: 0 auto;
  }

  .content .stories ul > li .section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-page {
  background: url("../img/bg-content.jpg") no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.content-page h1 {
  text-align: center;
  font-family: "intro", "Norwester", sans-serif;
  font-size: 50px;
  margin-bottom: 30px;
}

.content-page h2 {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 30px;
}

.content-page .story-details {
  background: #fff;
  padding: 30px;
  margin-bottom: 50px;
}
@media (min-width: 0) and (max-width: 666px) {
  .content-page .story-details {
    padding: 30px 10px;
  }
}

.content-page .story-details iframe {
  width: 100%;
  height: 650px;
  margin-bottom: 30px;
}

.content-page .story-details .story-title-video {
  display: block;
}
@media (min-width: 0) and (max-width: 666px) {
  .content-page .story-details .story-title-video {
    display: flex;
    flex-direction: column;
  }
}

.content-page .story-details .story-content {
  width: calc(85% - 40px);
  margin-right: 40px;
}

.content-page .story-details .story-buttons {
  width: 15%;
}

.content-page h2.story-details--school {
  margin-bottom: 3px;
}

@media screen and (max-width: 1024px) {
  .content-page .content-container {
    padding-top: 20px;
  }

  .content-page .story-details iframe {
    height: 450px;
  }

  .footer.footer-partners {
    padding-top: 30px;
  }

  .footer.footer-partners ul {
    margin-right: -75px;
  }

  .footer.footer-partners ul > li {
    width: calc(25% - 75px);
    margin-right: 75px;
  }

  .content-page .story-details {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-page .story-details iframe {
    height: 400px;
  }

  .content-page .story-details .flex {
    display: block;
  }

  .content-page .story-details .story-content {
    width: 100%;
    margin-right: 0;
  }

  .content-page .story-details .story-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .content-page .story-details .story-buttons a {
    display: inline-block;
    margin: 10px;
    max-width: unset;
    width: 30%;
  }

  .content-page h1 {
    font-size: 25px;
  }

  .content-page h2 {
    font-size: 19px;
  }
}
@media screen and (max-width: 667px) {
  .content-page .story-details iframe {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .content-page .story-details iframe {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .content .stories form#filters span, .content .stories form#filters select {
    width: 100%;
  }
}
@media screen and (max-width: 330px) {
  .content .stories ul {
    margin-right: 0;
  }

  .content .stories ul > li {
    width: 100%;
    margin-right: 0;
  }
}
.nav.content-container {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav a {
  padding: 10px;
  transition: all 0.2s;
  color: #111;
}
.nav a span {
  transition: color 0.2s, box-shadow 0.2s;
  padding-bottom: 2px;
}
.nav a:hover span {
  box-shadow: inset 0 -2px 0 #161f2d;
}

.nav .row {
  padding-bottom: 20px;
}

.footer h3 {
  margin-bottom: 20px;
  color: #1a2936;
}

.footer p {
  color: #1a2936;
  font-size: 18px;
}

.footer strong, .footer ul > li {
  color: #1a2936;
}

.footer.footer-about {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #eaeaea;
}

.footer.footer-about .col_03 {
  padding-left: 50px;
}

.footer.footer-funders {
  background: #dddddd;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer.footer-funders h3 {
  text-align: center;
  margin-bottom: 30px;
}

.footer.footer-funders p {
  text-align: center;
  margin-bottom: 0;
}

.footer.footer-funders ul {
  margin-bottom: 30px;
}

.footer.footer-funders ul > li {
  width: 15%;
}

.footer.footer-partners {
  background: #f8f8f8;
  padding-top: 80px;
}

.footer.footer-partners h3 {
  text-align: center;
  margin-bottom: 30px;
}

.footer.footer-partners ul {
  margin-bottom: 30px;
  margin-right: -100px;
}

.footer.footer-partners ul > li {
  width: calc(20% - 100px);
  margin-right: 100px;
  margin-bottom: 50px;
}

.footer.footer-partners ul > li img {
  margin: 0 auto;
}

.footer .btn.btn-grey {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 10px auto 0;
  text-align: center;
  background: #d3d3d3;
  color: #1a2936;
  padding: 15px 20px;
  transition: all 0.3s;
}

.footer .btn.btn-grey:hover {
  color: #fff;
  background: #1a2936;
}

.footer .hidden {
  padding-top: 0;
  height: 0;
  max-width: 400px;
  margin: 0 auto;
  overflow-y: hidden;
  transition: all 0.3s;
}

.footer .hidden.roll-out {
  padding-top: 20px;
  height: auto;
}

.footer .hidden p {
  text-align: left;
  margin-bottom: 20px;
}

.footer .hidden ul > li {
  width: 100%;
}

.footer .show-1024 img, .footer.show-1024 img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.footer .social-foot {
  margin-top: 20px;
}

.footer .social-foot > li {
  margin-right: 10px;
  max-width: 40px;
}

.footer .social-foot > li:last-child {
  margin-right: 0;
}

.footer .social-foot > li > a {
  display: block;
}

.footer .social-foot > li > a > img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .footer.footer-about .col_03 {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }

  .footer.footer-about .col_05 {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer.footer-partners ul > li {
    width: calc(33.33% - 75px);
  }
}
@media screen and (max-width: 375px) {
  .footer.footer-partners ul {
    margin-right: -50px;
  }

  .footer.footer-partners ul > li {
    width: calc(50% - 50px);
    margin-right: 50px;
    margin-bottom: 30px;
  }
}
.footer-about .footer-about__info {
  min-width: 70%;
  margin-right: 40px;
}
.footer-about .footer-about__info .btn {
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .footer-about .footer-about__info {
    min-width: 50%;
  }
}
@media (max-width: 900px) {
  .footer-about .footer-about__info {
    min-width: 100%;
  }
}
.footer-about .footer-about__twitter {
  min-width: 30%;
}
@media (max-width: 900px) {
  .footer-about .footer-about__twitter {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  .footer-about .row {
    display: block;
  }
}

.credits {
  font-weight: 600;
}
.credits span {
  font-weight: 500;
  margin-left: 10px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.btn.btn-dblue {
  color: #1a2936;
  padding: 15px;
  border: 1px solid #1a2936;
  text-align: center;
  display: block;
  max-width: 200px;
  transition: all 0.3s;
}

.btn.btn-dblue:hover {
  background: #1a2936;
  color: #fff;
}

.fb-share-button.fb_iframe_widget {
  display: block !important;
  text-align: right !important;
}

.video-link-btn {
  display: block;
  padding: 6px;
  margin-top: 10px;
  background: #dddddd;
  color: #1a2936;
  text-align: center;
  max-width: 110px;
  float: right;
  border-radius: 5px 5px;
  transition: all 0.3s;
}

.video-link-btn:hover {
  background: #1a2936;
  color: #fff;
}

.video-link-btn > svg {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.video-link-btn > span {
  vertical-align: middle;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
}

.back-btn {
  display: block;
  max-width: 230px;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
  background: #1a2936;
  border: 1px solid #1a2936;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.back-btn svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transition: all 0.3s;
}

.back-btn svg path {
  fill: #fff !important;
  transition: all 0.3s;
}

.back-btn:hover {
  color: #1a2936;
  background: transparent;
}

.back-btn:hover svg path {
  fill: #1a2936 !important;
}

@media screen and (max-width: 768px) {
  .video-link-btn {
    float: none;
  }
}
.social-icons {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.social-icons ul > li.hashtag {
  font-size: 20px;
  font-family: "intro", "Norwester", sans-serif;
  margin-right: 30px;
}

.social-icons ul > li > a {
  display: block;
  padding: 20px 0px;
}

.social-icons ul > li > a:hover {
  cursor: pointer;
}

.social-icons img {
  width: 50px;
}

@media screen and (max-width: 768px) {
  .fb-share-button.fb_iframe_widget {
    text-align: left !important;
  }
}
.banner .image .logo-sides {
  max-width: unset;
  position: relative;
  height: 100vh;
}
.banner .image .logo-sides img {
  position: absolute;
  display: inline-flex;
  max-height: 100%;
  max-width: 50%;
  bottom: 0;
}
.banner .image .logo-sides img.logo-left {
  left: 0;
}
.banner .image .logo-sides img.logo-right {
  right: 0;
}
@media (max-width: 900px) {
  .banner .image .logo-sides img {
    max-height: 50%;
    max-width: 100%;
  }
  .banner .image .logo-sides img.logo-left {
    left: 0;
    bottom: 0;
  }
  .banner .image .logo-sides img.logo-right {
    right: 0;
    top: 0;
  }
}

@-webkit-keyframes downArrowMotion {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes downArrowMotion {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.podcast-subscribe__buttons {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.podcast-subscribe__buttons a {
  color: #101721;
  display: flex;
  font-family: "proxima-nova", sans-serif;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 20px;
  margin: 20px;
  width: 125px;
  height: 40px;
  border-radius: 5px;
  transition: background 0.2s;
  max-width: 140px;
}
.podcast-subscribe__buttons a svg {
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 1px;
}
.podcast-subscribe__buttons a:hover {
  background: #fff;
}
@media (min-width: 0) and (max-width: 1023px) {
  .podcast-subscribe__buttons a {
    width: 30%;
    margin: 10px;
  }
}
.podcast-subscribe__buttons span {
  font-family: "proxima-nova", sans-serif;
  margin-left: 8px;
  font-weight: bold;
  flex-basis: 0;
  flex-grow: 1;
  font-size: 17px;
}
.podcast-subscribe__buttons svg {
  max-width: 100%;
  max-height: 100%;
}

.podcast-subscribe__header {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}

.page-subscribe h2 {
  margin-bottom: 0;
}
.page-subscribe .podcast-subscribe__buttons a {
  border: 1px solid #101721;
}
.page-subscribe .podcast-subscribe__header {
  color: #101721;
}

.meet-host {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  align-items: flex-start;
}
.meet-host p {
  min-width: 300px;
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 30px;
}
.meet-host img {
  margin-right: 0px;
  margin: 0 auto;
  max-width: 300px;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 1px;
}
@media (min-width: 768px) {
  .meet-host {
    flex-direction: row;
    margin-bottom: 60px;
  }
  .meet-host img {
    margin-right: 40px;
  }
  .meet-host p {
    margin-top: 0;
  }
}

.season-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.season-button {
  color: #101721;
  font-family: "proxima-nova", sans-serif;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 20px;
  margin: 20px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  transition: background 0.2s;
  max-width: 240px;
  font-weight: bold;
}
.season-button:hover {
  background: #fff;
}
@media (min-width: 0) and (max-width: 1023px) {
  .season-button {
    width: 30%;
    margin: 10px;
  }
}
.season-button.active {
  background: #fff;
}

.content .stories ul.posts-blurb {
  height: unset;
}
.content .stories ul.posts-blurb li {
  height: unset;
  background: #fff;
}
.content .stories ul.posts-blurb li a {
  position: relative;
}
.content .stories ul.posts-blurb > li .inner {
  padding-left: 20px;
  padding-right: 20px;
}
.content .stories ul.posts-blurb > li .inner h2 {
  font-size: 24px;
  text-align: left;
  padding-bottom: 8px;
}
.content .stories ul.posts-blurb > li .inner h3 {
  font-size: 18px;
}
.content .stories ul.posts-blurb > li .inner p {
  font-size: 16px;
}
.content .stories ul.posts-blurb > li .inner .quote {
  font-style: italic;
}
.content .stories ul.posts-blurb > li .story-buttons {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 20px;
}
.content .stories ul.posts-blurb > li .video-link-btn {
  margin-top: 0;
  font-size: 14px;
}
.content .stories ul.posts-blurb > li .video-link-btn i {
  padding-right: 6px;
}

.blurb-intro {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 30px;
}

.content.content-blurb .content-container {
  background-size: cover !important;
}

.content.content-blurb .stories h2 {
  margin: 0;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.content.content-blurb .stories form#filters {
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.content.content-blurb .stories form#filters select {
  border: 1px solid #ccc;
}

.on-our-minds .home .more-stories__btn {
  position: relative;
  z-index: 1;
}
