@charset "UTF-8";
/* line 2, ../scss/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'oswaldregular';
  src: url("../fonts/oswald_emdash/oswald-regular-emdash-webfont.eot");
  src: url("../fonts/oswald_emdash/oswald-regular-emdash-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald_emdash/oswald-regular-emdash-webfont.woff") format("woff"), url("../fonts/oswald_emdash/oswald-regular-emdash-webfont.ttf") format("truetype"), url("../fonts/oswald_emdash/oswald-regular-emdash-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt-serif';
  src: url("../fonts/pt-serif/pt_serif-web-regular-webfont.woff2") format("woff2"), url("../fonts/pt-serif/pt_serif-web-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt-serif-bold';
  src: url("../fonts/pt-serif/pt_serif-web-bold-webfont.woff2") format("woff2"), url("../fonts/pt-serif/pt_serif-web-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt-serif-italic';
  src: url("../fonts/pt-serif/pt_serif-web-italic-webfont.woff2") format("woff2"), url("../fonts/pt-serif/pt_serif-web-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 101, ../scss/placeholders/_story.scss */
.story__container .story__content p a, .story__container .story__content > ol li a, .story__container .story__content > ul li a, .portal__main-column .static__content a {
  color: #0098d8;
  font-weight: 700;
}
/* line 105, ../scss/placeholders/_story.scss */
.story__container .story__content p a:hover, .story__container .story__content > ol li a:hover, .story__container .story__content > ul li a:hover, .portal__main-column .static__content a:hover {
  color: #fc3b40;
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
/* line 2, ../scss/partials/base/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 12, ../scss/partials/base/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 16, ../scss/partials/base/_reset.scss */
body {
  line-height: 1;
}

/* line 20, ../scss/partials/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../scss/partials/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 28, ../scss/partials/base/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 33, ../scss/partials/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../scss/partials/base/_grid.scss */
#page-wrapper {
  position: relative;
}

/* line 5, ../scss/partials/base/_grid.scss */
.container {
  max-width: 98.3rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, ../scss/partials/base/_structure.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../scss/partials/base/_structure.scss */
html, body {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 13, ../scss/partials/base/_structure.scss */
html {
  font-size: 8px;
  overflow-y: scroll;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* line 13, ../scss/partials/base/_structure.scss */
  html {
    font-size: 5px;
  }
}
@media screen and (min-width: 768px) {
  /* line 13, ../scss/partials/base/_structure.scss */
  html {
    font-size: 10px;
  }
}

/* line 29, ../scss/partials/base/_structure.scss */
body {
  background-color: #fff;
  font-size: 1.6rem;
}

/* line 34, ../scss/partials/base/_structure.scss */
#page-wrapper {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 44, ../scss/partials/base/_structure.scss */
#page-content {
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

/* line 51, ../scss/partials/base/_structure.scss */
.container {
  position: relative;
}

/* line 55, ../scss/partials/base/_structure.scss */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}

/* line 1, ../scss/partials/base/_utility.scss */
.fl {
  float: left;
}

/* line 2, ../scss/partials/base/_utility.scss */
.fr {
  float: right;
}

/* line 4, ../scss/partials/base/_utility.scss */
.tl {
  text-align: left;
}

/* line 5, ../scss/partials/base/_utility.scss */
.tc {
  text-align: center;
}

/* line 6, ../scss/partials/base/_utility.scss */
.tr {
  text-align: right;
}

/* line 8, ../scss/partials/base/_utility.scss */
.z1 {
  z-indeX: 1;
}

/* line 9, ../scss/partials/base/_utility.scss */
.z2 {
  z-index: 2;
}

/* line 10, ../scss/partials/base/_utility.scss */
.z3 {
  z-index: 3;
}

/* line 11, ../scss/partials/base/_utility.scss */
.z4 {
  z-index: 4;
}

/* line 12, ../scss/partials/base/_utility.scss */
.z5 {
  z-index: 5;
}

/* http://www.css-101.org/articles/clearfix/latest-new-clearfix-so-far.php */
/* line 15, ../scss/partials/base/_utility.scss */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* line 21, ../scss/partials/base/_utility.scss */
.link-wrapper {
  outline: 0px;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  display: block;
}

/* line 28, ../scss/partials/base/_utility.scss */
.v-align {
  display: table;
  position: absolute;
}

/* line 33, ../scss/partials/base/_utility.scss */
.v-align__inner {
  display: table-cell;
  text-align: center;
}
/* line 37, ../scss/partials/base/_utility.scss */
.v-align__inner.v-align__inner--bottom {
  vertical-align: bottom;
}
/* line 41, ../scss/partials/base/_utility.scss */
.v-align__inner.v-align__inner--center {
  vertical-align: middle;
}

/* line 46, ../scss/partials/base/_utility.scss */
.stuck {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 51, ../scss/partials/base/_utility.scss */
.hide {
  display: none;
}

/* line 55, ../scss/partials/base/_utility.scss */
.show {
  display: block;
}

/* line 59, ../scss/partials/base/_utility.scss */
.fb_iframe_widget {
  overflow: hidden;
}

/* line 1, ../scss/partials/base/_ads.scss */
#top-leaderboard {
  background-color: #002130;
  padding: 1.8rem 0;
  position: relative;
  z-index: 1;
}

/* line 8, ../scss/partials/base/_ads.scss */
#top-billboard {
  background-color: #dbdbdb;
}

/* line 12, ../scss/partials/base/_ads.scss */
.ad {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
/* line 18, ../scss/partials/base/_ads.scss */
.ad.ad--300 {
  display: block;
  margin-bottom: 7.4rem;
  width: 32rem;
}
/* line 23, ../scss/partials/base/_ads.scss */
.ad.ad--300:after {
  color: #7e7e7e;
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  font-size: 1.4rem;
  content: 'Advertisement';
  margin-top: 2rem;
  text-transform: uppercase;
}
/* line 33, ../scss/partials/base/_ads.scss */
.ad.ad--300 .ad__container {
  background-color: #eeeeee;
  padding: 1rem;
}
/* line 39, ../scss/partials/base/_ads.scss */
.ad .ad__container {
  display: block;
  position: relative;
  text-align: center;
}
/* line 44, ../scss/partials/base/_ads.scss */
.ad .ad__container > img {
  display: block;
  margin: 0 auto;
}
/* line 50, ../scss/partials/base/_ads.scss */
.ad.ad--pull {
  float: right;
  margin: -37.6rem;
}

/* line 1, ../scss/partials/base/_headings.scss */
.hd-a {
  color: #fff;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 9, ../scss/partials/base/_headings.scss */
.hd-b {
  color: #fff;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 17, ../scss/partials/base/_headings.scss */
.hd-c {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

/* line 25, ../scss/partials/base/_headings.scss */
.hd-d {
  color: #003046;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 33, ../scss/partials/base/_headings.scss */
.hd-e {
  color: #fff;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* line 42, ../scss/partials/base/_headings.scss */
.hd-f {
  background-color: rgba(0, 0, 0, 0.86);
  color: #fff;
  display: inline;
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

/* line 52, ../scss/partials/base/_headings.scss */
.hd-g {
  color: #0098d8;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* line 61, ../scss/partials/base/_headings.scss */
.hd-h {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

/* line 69, ../scss/partials/base/_headings.scss */
.hd-i {
  color: #fff;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 77, ../scss/partials/base/_headings.scss */
.hd-j {
  color: #2d2d2d;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

/* line 85, ../scss/partials/base/_headings.scss */
.hd-k {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

/* line 93, ../scss/partials/base/_headings.scss */
.hd-l {
  color: #2d2d2d;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 100, ../scss/partials/base/_headings.scss */
.hd-m {
  background-color: #fc3b40;
  color: #fff;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding: 1rem 1.6rem;
}

/* line 110, ../scss/partials/base/_headings.scss */
.hd-n {
  color: #003046;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 117, ../scss/partials/base/_headings.scss */
.hd-o {
  color: #003046;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* line 125, ../scss/partials/base/_headings.scss */
.hd-p {
  color: #003046;
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}

/* line 133, ../scss/partials/base/_headings.scss */
.hd-q {
  color: #003046;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
}

/* line 139, ../scss/partials/base/_headings.scss */
.hd-r {
  color: #fc3b40;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* line 147, ../scss/partials/base/_headings.scss */
.hd-s {
  color: #fff;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* line 155, ../scss/partials/base/_headings.scss */
.hd-t {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

/* line 163, ../scss/partials/base/_headings.scss */
.hd-u {
  color: #003046;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 8, ../scss/partials/base/_typography.scss */
a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 14, ../scss/partials/base/_typography.scss */
a:hover {
  color: #0098d8;
}
/* line 18, ../scss/partials/base/_typography.scss */
a:hover, a:active, a:focus {
  outline: 0;
}

/* line 26, ../scss/partials/base/_typography.scss */
small a {
  text-decoration: underline;
  color: inherit;
}

/* line 32, ../scss/partials/base/_typography.scss */
.caption {
  color: #333333;
  font-family: "Gudea", Arial, sans-serif;
}

/* line 37, ../scss/partials/base/_typography.scss */
.credit,
.byline {
  color: #7e7e7e;
  font-family: "Gudea", Arial, sans-serif;
}

/* line 43, ../scss/partials/base/_typography.scss */
.source {
  color: #7e7e7e;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
}
/* line 48, ../scss/partials/base/_typography.scss */
.source:before {
  content: '';
  display: inline-block;
  position: relative;
}
/* line 54, ../scss/partials/base/_typography.scss */
.source.source--nyt:before {
  content: url(../img/src_nyt.jpg);
}
/* line 58, ../scss/partials/base/_typography.scss */
.source.source--npr:before {
  content: url(../img/src_npr.jpg);
}
/* line 62, ../scss/partials/base/_typography.scss */
.source.source--time:before {
  content: url(../img/src_time.jpg);
}
/* line 66, ../scss/partials/base/_typography.scss */
.source.source--mashable:before {
  content: url(../img/src_mashable.jpg);
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 22, ../scss/partials/base/_icons.scss */
.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 41, ../scss/partials/base/_icons.scss */
.icon_alert:before {
  content: "\f101";
}

/* line 46, ../scss/partials/base/_icons.scss */
.icon_arrow-circle-left:before {
  content: "\f102";
}

/* line 51, ../scss/partials/base/_icons.scss */
.icon_arrow-circle-right:before {
  content: "\f103";
}

/* line 56, ../scss/partials/base/_icons.scss */
.icon_arrow-down:before {
  content: "\f104";
}

/* line 61, ../scss/partials/base/_icons.scss */
.icon_arrow-left:before {
  content: "\f105";
}

/* line 66, ../scss/partials/base/_icons.scss */
.icon_arrow-right:before {
  content: "\f106";
}

/* line 71, ../scss/partials/base/_icons.scss */
.icon_audio:before {
  content: "\f107";
}

/* line 76, ../scss/partials/base/_icons.scss */
.icon_audio_stream:before {
  content: "\f108";
}

/* line 81, ../scss/partials/base/_icons.scss */
.icon_bridge:before {
  content: "\f109";
}

/* line 86, ../scss/partials/base/_icons.scss */
.icon_briefcase:before {
  content: "\f10a";
}

/* line 91, ../scss/partials/base/_icons.scss */
.icon_calendar:before {
  content: "\f10b";
}

/* line 96, ../scss/partials/base/_icons.scss */
.icon_caret-up:before {
  content: "\f10c";
}

/* line 101, ../scss/partials/base/_icons.scss */
.icon_cart:before {
  content: "\f10d";
}

/* line 106, ../scss/partials/base/_icons.scss */
.icon_chat-bubble:before {
  content: "\f10e";
}

/* line 111, ../scss/partials/base/_icons.scss */
.icon_chrome:before {
  content: "\f10f";
}

/* line 116, ../scss/partials/base/_icons.scss */
.icon_circle_alpha_stream:before {
  content: "\f110";
}

/* line 121, ../scss/partials/base/_icons.scss */
.icon_close:before {
  content: "\f111";
}

/* line 126, ../scss/partials/base/_icons.scss */
.icon_comment:before {
  content: "\f112";
}

/* line 131, ../scss/partials/base/_icons.scss */
.icon_comments:before {
  content: "\f113";
}

/* line 136, ../scss/partials/base/_icons.scss */
.icon_contact:before {
  content: "\f114";
}

/* line 141, ../scss/partials/base/_icons.scss */
.icon_crest:before {
  content: "\f115";
}

/* line 146, ../scss/partials/base/_icons.scss */
.icon_cta-signup:before {
  content: "\f116";
}

/* line 151, ../scss/partials/base/_icons.scss */
.icon_cta-speak-out-chat:before {
  content: "\f117";
}

/* line 156, ../scss/partials/base/_icons.scss */
.icon_cta-speak-out:before {
  content: "\f118";
}

/* line 161, ../scss/partials/base/_icons.scss */
.icon_donate:before {
  content: "\f119";
}

/* line 166, ../scss/partials/base/_icons.scss */
.icon_email:before {
  content: "\f11a";
}

/* line 171, ../scss/partials/base/_icons.scss */
.icon_envelope-empty:before {
  content: "\f11b";
}

/* line 176, ../scss/partials/base/_icons.scss */
.icon_envelope:before {
  content: "\f11c";
}

/* line 181, ../scss/partials/base/_icons.scss */
.icon_environment:before {
  content: "\f11d";
}

/* line 186, ../scss/partials/base/_icons.scss */
.icon_explorer:before {
  content: "\f11e";
}

/* line 191, ../scss/partials/base/_icons.scss */
.icon_external:before {
  content: "\f11f";
}

/* line 196, ../scss/partials/base/_icons.scss */
.icon_facebook:before {
  content: "\f120";
}

/* line 201, ../scss/partials/base/_icons.scss */
.icon_firefox:before {
  content: "\f121";
}

/* line 206, ../scss/partials/base/_icons.scss */
.icon_frown:before {
  content: "\f122";
}

/* line 211, ../scss/partials/base/_icons.scss */
.icon_fullscreen:before {
  content: "\f123";
}

/* line 216, ../scss/partials/base/_icons.scss */
.icon_get_involved:before {
  content: "\f124";
}

/* line 221, ../scss/partials/base/_icons.scss */
.icon_google-plus:before {
  content: "\f125";
}

/* line 226, ../scss/partials/base/_icons.scss */
.icon_government:before {
  content: "\f126";
}

/* line 231, ../scss/partials/base/_icons.scss */
.icon_hamburger:before {
  content: "\f127";
}

/* line 236, ../scss/partials/base/_icons.scss */
.icon_heart:before {
  content: "\f128";
}

/* line 241, ../scss/partials/base/_icons.scss */
.icon_inbox:before {
  content: "\f129";
}

/* line 246, ../scss/partials/base/_icons.scss */
.icon_information-button:before {
  content: "\f12a";
}

/* line 251, ../scss/partials/base/_icons.scss */
.icon_information:before {
  content: "\f12b";
}

/* line 256, ../scss/partials/base/_icons.scss */
.icon_instagram:before {
  content: "\f12c";
}

/* line 261, ../scss/partials/base/_icons.scss */
.icon_link:before {
  content: "\f12d";
}

/* line 266, ../scss/partials/base/_icons.scss */
.icon_linkedin:before {
  content: "\f12e";
}

/* line 271, ../scss/partials/base/_icons.scss */
.icon_listcicle_stream:before {
  content: "\f12f";
}

/* line 276, ../scss/partials/base/_icons.scss */
.icon_listory:before {
  content: "\f130";
}

/* line 281, ../scss/partials/base/_icons.scss */
.icon_load-more:before {
  content: "\f131";
}

/* line 286, ../scss/partials/base/_icons.scss */
.icon_logout:before {
  content: "\f132";
}

/* line 291, ../scss/partials/base/_icons.scss */
.icon_marker:before {
  content: "\f133";
}

/* line 296, ../scss/partials/base/_icons.scss */
.icon_nationswell-flag:before {
  content: "\f134";
}

/* line 301, ../scss/partials/base/_icons.scss */
.icon_opportunity:before {
  content: "\f135";
}

/* line 306, ../scss/partials/base/_icons.scss */
.icon_people:before {
  content: "\f136";
}

/* line 311, ../scss/partials/base/_icons.scss */
.icon_photo:before {
  content: "\f137";
}

/* line 316, ../scss/partials/base/_icons.scss */
.icon_photo_stream-01:before {
  content: "\f138";
}

/* line 321, ../scss/partials/base/_icons.scss */
.icon_photo_stream:before {
  content: "\f139";
}

/* line 326, ../scss/partials/base/_icons.scss */
.icon_play:before {
  content: "\f13a";
}

/* line 331, ../scss/partials/base/_icons.scss */
.icon_question:before {
  content: "\f13b";
}

/* line 336, ../scss/partials/base/_icons.scss */
.icon_quote:before, .static__container.buddy blockquote:before {
  content: "\f13c";
}

/* line 341, ../scss/partials/base/_icons.scss */
.icon_read:before {
  content: "\f13d";
}

/* line 346, ../scss/partials/base/_icons.scss */
.icon_reply:before {
  content: "\f13e";
}

/* line 351, ../scss/partials/base/_icons.scss */
.icon_search:before {
  content: "\f13f";
}

/* line 356, ../scss/partials/base/_icons.scss */
.icon_sent:before {
  content: "\f140";
}

/* line 361, ../scss/partials/base/_icons.scss */
.icon_separator:before {
  content: "\f141";
}

/* line 366, ../scss/partials/base/_icons.scss */
.icon_series:before {
  content: "\f142";
}

/* line 371, ../scss/partials/base/_icons.scss */
.icon_series_stream:before {
  content: "\f143";
}

/* line 376, ../scss/partials/base/_icons.scss */
.icon_settings:before {
  content: "\f144";
}

/* line 381, ../scss/partials/base/_icons.scss */
.icon_speak_out:before {
  content: "\f145";
}

/* line 386, ../scss/partials/base/_icons.scss */
.icon_star-hollow:before {
  content: "\f146";
}

/* line 391, ../scss/partials/base/_icons.scss */
.icon_star:before, .static__container.buddy ul li:before {
  content: "\f100";
}

/* line 396, ../scss/partials/base/_icons.scss */
.icon_story:before {
  content: "\f147";
}

/* line 401, ../scss/partials/base/_icons.scss */
.icon_story_stream_01:before {
  content: "\f148";
}

/* line 406, ../scss/partials/base/_icons.scss */
.icon_story_stream_02:before {
  content: "\f149";
}

/* line 411, ../scss/partials/base/_icons.scss */
.icon_story_stream_03:before {
  content: "\f14a";
}

/* line 416, ../scss/partials/base/_icons.scss */
.icon_thumbsup-empty:before {
  content: "\f14b";
}

/* line 421, ../scss/partials/base/_icons.scss */
.icon_thumbsup-filled:before {
  content: "\f14c";
}

/* line 426, ../scss/partials/base/_icons.scss */
.icon_trash:before {
  content: "\f14d";
}

/* line 431, ../scss/partials/base/_icons.scss */
.icon_tumblr:before {
  content: "\f14e";
}

/* line 436, ../scss/partials/base/_icons.scss */
.icon_twitter:before {
  content: "\f14f";
}

/* line 441, ../scss/partials/base/_icons.scss */
.icon_unread:before {
  content: "\f150";
}

/* line 446, ../scss/partials/base/_icons.scss */
.icon_video:before {
  content: "\f151";
}

/* line 451, ../scss/partials/base/_icons.scss */
.icon_video_stream:before {
  content: "\f152";
}

/* line 456, ../scss/partials/base/_icons.scss */
.icon_volume:before {
  content: "\f153";
}

/* line 461, ../scss/partials/base/_icons.scss */
.icon_widescreen:before {
  content: "\f154";
}

/* line 466, ../scss/partials/base/_icons.scss */
.icon_write:before {
  content: "\f155";
}

/* line 471, ../scss/partials/base/_icons.scss */
.icon_youtube:before {
  content: "\f156";
}

/* line 1, ../scss/partials/base/_buttons.scss */
.btn-container {
  clear: both;
  display: block;
  position: relative;
  text-align: center;
}

/* line 8, ../scss/partials/base/_buttons.scss */
.btn {
  cursor: pointer;
  border-radius: 0;
  text-rendering: optimizeLegibility;
  outline: 0;
  -webkit-font-smoothing: antialiased;
}
/* line 15, ../scss/partials/base/_buttons.scss */
.btn.btn--solid {
  background-color: #fc3b40;
  color: #fff;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.34;
  -webkit-font-smoothing: antialiased;
}
/* line 25, ../scss/partials/base/_buttons.scss */
.btn.btn--solid:hover {
  background-color: #0098d8;
}
/* line 30, ../scss/partials/base/_buttons.scss */
.btn.btn--view-all {
  background-color: #061822;
  color: #0098d8;
  display: inline-block;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  position: relative;
}
/* line 38, ../scss/partials/base/_buttons.scss */
.btn.btn--view-all:before {
  font-family: 'icons';
  position: absolute;
}
/* line 43, ../scss/partials/base/_buttons.scss */
.btn.btn--view-all:hover {
  background-color: #0098d8;
  color: #fff;
}
/* line 49, ../scss/partials/base/_buttons.scss */
.btn.btn--bar {
  color: #fff;
  display: block;
  font-family: "oswaldregular", Arial, sans-serif;
  position: relative;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 58, ../scss/partials/base/_buttons.scss */
.btn.btn--bar:before {
  font-family: 'icons';
  vertical-align: text-bottom;
}
/* line 63, ../scss/partials/base/_buttons.scss */
.btn.btn--bar:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
/* line 72, ../scss/partials/base/_buttons.scss */
.btn.btn--nav {
  color: #fff;
  display: block;
  font-family: "oswaldregular", Arial, sans-serif;
  position: relative;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 81, ../scss/partials/base/_buttons.scss */
.btn.btn--nav:before {
  font-family: 'icons';
  vertical-align: middle;
}
/* line 86, ../scss/partials/base/_buttons.scss */
.btn.btn--nav:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
/* line 95, ../scss/partials/base/_buttons.scss */
.btn.btn--rectangle {
  color: #fff;
  display: block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: .5rem 2rem 0 1.3rem;
  margin-bottom: .7rem;
}
/* line 109, ../scss/partials/base/_buttons.scss */
.btn.btn--rectangle:before {
  font-family: 'icons';
  font-size: 2.8rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.4rem 0 0;
}
/* line 119, ../scss/partials/base/_buttons.scss */
.btn.btn--square {
  color: #fff;
  display: block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
/* line 129, ../scss/partials/base/_buttons.scss */
.btn.btn--square:after {
  content: '';
  display: block;
  height: 0.35rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 141, ../scss/partials/base/_buttons.scss */
.btn.btn--square:before {
  display: block;
  font-family: 'icons';
}
/* line 147, ../scss/partials/base/_buttons.scss */
.btn.btn--circle {
  color: #fff;
  display: block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: relative;
}
/* line 156, ../scss/partials/base/_buttons.scss */
.btn.btn--circle:before {
  font-family: "icons";
  display: block;
}
/* line 163, ../scss/partials/base/_buttons.scss */
.btn.btn--facebook {
  background-color: #5973aa;
}
/* line 166, ../scss/partials/base/_buttons.scss */
.btn.btn--facebook:after {
  background-color: #2e5381;
}
/* line 171, ../scss/partials/base/_buttons.scss */
.btn.btn--facebook2 {
  background-color: #5973aa;
  margin-bottom: 15px !important;
}
/* line 175, ../scss/partials/base/_buttons.scss */
.btn.btn--facebook2:hover {
  background-color: #6983ba;
}
/* line 180, ../scss/partials/base/_buttons.scss */
.btn.btn--twitter {
  background-color: #2fb8ed;
}
/* line 183, ../scss/partials/base/_buttons.scss */
.btn.btn--twitter:after {
  background-color: #209bcb;
}
/* line 188, ../scss/partials/base/_buttons.scss */
.btn.btn--twitter2 {
  background-color: #2fb8ed;
}
/* line 191, ../scss/partials/base/_buttons.scss */
.btn.btn--twitter2:hover {
  background-color: #3fc8fd;
}
/* line 196, ../scss/partials/base/_buttons.scss */
.btn.btn--youtube.btn--youtube {
  background-color: #cd201f;
}
/* line 199, ../scss/partials/base/_buttons.scss */
.btn.btn--youtube.btn--youtube:before {
  line-height: 3rem;
}
/* line 203, ../scss/partials/base/_buttons.scss */
.btn.btn--youtube.btn--youtube:after {
  background-color: #b31217;
}
/* line 208, ../scss/partials/base/_buttons.scss */
.btn.btn--blue {
  background-color: #0098d8;
}
/* line 212, ../scss/partials/base/_buttons.scss */
.btn.btn--load-more {
  background-color: transparent;
  color: #fc3b40;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 223, ../scss/partials/base/_buttons.scss */
.btn.btn--load-more:before {
  color: #0098d8;
  font-family: 'icons';
  font-weight: 400;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 233, ../scss/partials/base/_buttons.scss */
.btn.btn--take-action {
  background-color: #fc3b40;
  color: #fff;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 246, ../scss/partials/base/_buttons.scss */
.btn.btn--take-action:after {
  background-color: #dd322c;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
/* line 257, ../scss/partials/base/_buttons.scss */
.btn.btn--external:before {
  display: inline-block;
  font-family: 'icons';
  margin-right: 1rem;
  font-size: 3.4rem;
  position: relative;
  line-height: 0;
  vertical-align: middle;
}

/* line 269, ../scss/partials/base/_buttons.scss */
button,
input[type="submit"] {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 277, ../scss/partials/base/_buttons.scss */
button:-moz-focus-inner,
input[type="submit"]:-moz-focus-inner {
  border: 0;
}

/* line 1, ../scss/partials/base/_forms.scss */
.button {
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  text-rendering: optimizeLegibility;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #fd6464;
  color: #fd6464;
}
/* line 18, ../scss/partials/base/_forms.scss */
.button:hover {
  border: 1px solid #0098d8;
  color: #0098d8;
}
/* line 22, ../scss/partials/base/_forms.scss */
.button:active, .button:focus {
  border: 1px solid #003046;
  color: #003046;
}

/* line 28, ../scss/partials/base/_forms.scss */
.member-form-input {
  font-family: "Gudea", Arial, sans-serif;
  font-size: 2rem;
  padding: 1.1rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0.2rem;
  box-shadow: inset 0 0.2rem 0.7rem rgba(0, 0, 0, 0.08);
  outline: none;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* line 28, ../scss/partials/base/_forms.scss */
  .member-form-input {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 28, ../scss/partials/base/_forms.scss */
  .member-form-input {
    font-size: 1.5rem;
  }
}
/* line 54, ../scss/partials/base/_forms.scss */
.member-form-input.short {
  width: 33%;
}

/* line 58, ../scss/partials/base/_forms.scss */
.member-form-select {
  background-image: url(../icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 30px;
  min-width: 130px;
  padding-right: 55px;
}

/* line 69, ../scss/partials/base/_forms.scss */
.password-form .password-btn {
  background-color: #fd6464;
  color: #fff;
  margin: 0;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  float: right;
}
/* line 77, ../scss/partials/base/_forms.scss */
.password-form .password-btn:hover {
  background-color: #0098d8;
}

/* line 82, ../scss/partials/base/_forms.scss */
.password-form {
  width: 40rem;
  margin: 5rem auto;
  overflow: hidden;
}
/* line 89, ../scss/partials/base/_forms.scss */
.password-form .password-form-copy p {
  font-family: "Gudea", Arial, sans-serif;
  font-size: 2.0rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}
/* line 98, ../scss/partials/base/_forms.scss */
.password-form .form-element label {
  font-size: 1.8rem;
  margin-left: 0;
}
/* line 104, ../scss/partials/base/_forms.scss */
.password-form .password-box {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2 0 0;
  -moz-flex: 2 0 0;
  -ms-flex: 2 0 0;
  flex: 2 0 0;
}
/* line 108, ../scss/partials/base/_forms.scss */
.password-form .password-btn {
  font-size: 1.8rem;
  text-transform: uppercase;
  -webkit-box-flex: 0.75;
  -moz-box-flex: 0.75;
  box-flex: 0.75;
  -webkit-flex: 0.75 0 0;
  -moz-flex: 0.75 0 0;
  -ms-flex: 0.75 0 0;
  flex: 0.75 0 0;
}

/* line 116, ../scss/partials/base/_forms.scss */
.form-element {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
}
/* line 122, ../scss/partials/base/_forms.scss */
.form-element.form-element--one-third {
  width: 32%;
}
/* line 126, ../scss/partials/base/_forms.scss */
.form-element.form-element--two-third {
  width: 66%;
}
/* line 130, ../scss/partials/base/_forms.scss */
.form-element.form-element--one-third, .form-element.form-element--two-third, .form-element.form-element--half {
  margin-right: 2%;
}
/* line 136, ../scss/partials/base/_forms.scss */
.form-element.form-element--right {
  clear: right;
  float: right;
}
/* line 141, ../scss/partials/base/_forms.scss */
.form-element.form-element--omega {
  margin-right: 0;
}
/* line 145, ../scss/partials/base/_forms.scss */
.form-element label {
  display: block;
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 153, ../scss/partials/base/_forms.scss */
.form-element .text-input,
.form-element .text-area {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.2rem;
  box-shadow: inset 0 0.2rem 0.7rem rgba(0, 0, 0, 0.08);
  font-family: "Gudea", Arial, sans-serif;
  outline: none;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/* line 168, ../scss/partials/base/_forms.scss */
.form-element select {
  width: 100%;
}
/* line 172, ../scss/partials/base/_forms.scss */
.form-element .error {
  margin-top: 0.6rem;
  color: #fc3b40;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 400;
}

/* line 181, ../scss/partials/base/_forms.scss */
.join-us__email {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-right-width: 0px;
  position: relative;
  width: 100%;
}
/* line 188, ../scss/partials/base/_forms.scss */
.join-us__email input[type="email"] {
  border: 0 none;
  box-shadow: none;
  outline: none;
  padding: 1.2rem 0 0 0;
  line-height: 1.2;
  width: 70%;
  -webkit-user-select: auto;
}
/* line 200, ../scss/partials/base/_forms.scss */
.join-us__email:before {
  font-family: 'icons';
  color: #eeeeee;
  display: block;
  position: absolute;
}

/* line 208, ../scss/partials/base/_forms.scss */
.form-errors {
  clear: both;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
  color: #dd322c;
}

/* line 1, ../scss/partials/base/_nav.scss */
#page-header {
  background-color: #003046;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* line 8, ../scss/partials/base/_nav.scss */
.full-header {
  z-index: 8;
  width: 100%;
}

/* logo and slogan */
/* line 14, ../scss/partials/base/_nav.scss */
.site-logo {
  text-decoration: none;
}
/* line 17, ../scss/partials/base/_nav.scss */
.site-logo .slogan {
  color: #fff;
  display: block;
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

/* line 29, ../scss/partials/base/_nav.scss */
.site-logo--dark {
  display: none;
}

/* more stories toggle */
/* line 34, ../scss/partials/base/_nav.scss */
.more-stories-toggle {
  color: #fff;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
/* line 40, ../scss/partials/base/_nav.scss */
.more-stories-toggle.is-toggled {
  -webkit-transform: rotate(90deg) scale(0.6, 1.4);
  -moz-transform: rotate(90deg) scale(0.6, 1.4);
  -ms-transform: rotate(90deg) scale(0.6, 1.4);
  -o-transform: rotate(90deg) scale(0.6, 1.4);
  transform: rotate(90deg) scale(0.6, 1.4);
  -webkit-transform-origin: 54% 60%;
  -moz-transform-origin: 54% 60%;
  -ms-transform-origin: 54% 60%;
  -o-transform-origin: 54% 60%;
  transform-origin: 54% 60%;
}

/* social links */
/* line 47, ../scss/partials/base/_nav.scss */
.social-links {
  border-right: 2px solid #002130;
  display: block;
  position: relative;
}
/* line 52, ../scss/partials/base/_nav.scss */
.social-links li {
  display: inline-block;
}

/* line 57, ../scss/partials/base/_nav.scss */
.social-links__link {
  display: block;
  color: #fff;
  position: relative;
  vertical-align: middle;
}

/* search */
/* line 65, ../scss/partials/base/_nav.scss */
.expand-field {
  position: relative;
}
/* line 68, ../scss/partials/base/_nav.scss */
.expand-field label {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 80, ../scss/partials/base/_nav.scss */
.expand-field label:active, .expand-field label:focus {
  outline: 0 none;
}
/* line 85, ../scss/partials/base/_nav.scss */
.expand-field label:hover {
  color: #0098d8;
}
/* line 90, ../scss/partials/base/_nav.scss */
.expand-field input {
  background-color: transparent;
  border: 0 none;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/* line 4, ../scss/bourbon/css3/_placeholder.scss */
.expand-field input::-webkit-input-placeholder {
  color: #9aacb5;
}
/* line 4, ../scss/bourbon/css3/_placeholder.scss */
.expand-field input::-moz-placeholder {
  color: #9aacb5;
}
/* line 4, ../scss/bourbon/css3/_placeholder.scss */
.expand-field input:-moz-placeholder {
  color: #9aacb5;
}
/* line 4, ../scss/bourbon/css3/_placeholder.scss */
.expand-field input:-ms-input-placeholder {
  color: #9aacb5;
}
/* line 107, ../scss/partials/base/_nav.scss */
.expand-field input:focus, .expand-field input:active {
  outline: 0 none;
}
/* line 112, ../scss/partials/base/_nav.scss */
.expand-field input.is-open {
  opacity: 1;
  outline: 0 none;
}

/* trending topics & member nav items */
/* line 122, ../scss/partials/base/_nav.scss */
.full-header .trending-topics,
.full-header .member-nav {
  background-color: #002130;
  padding: 0.8rem 0;
}

/* line 129, ../scss/partials/base/_nav.scss */
.member-nav-boxshadow, .member-nav, .popup.counter {
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

/* line 133, ../scss/partials/base/_nav.scss */
.member-nav {
  background-color: #f6f6f6;
  padding: 0;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
.member-nav .container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 140, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__list {
  float: left;
}
/* line 142, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__list li {
  margin-top: 4px;
}
/* line 144, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__list li .member-nav__item {
  padding: 0.8rem 0;
  display: inline-block;
}
/* line 147, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__list li .member-nav__item.current {
  border-bottom: 3px solid #002130;
}
/* line 153, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__icons {
  float: right;
  position: relative;
  margin-right: 3.4rem;
}
/* line 157, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__icons li {
  display: inline;
}
/* line 159, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__icons li a {
  font-size: 2.5rem;
  margin-right: 1rem;
  position: relative;
  padding: 0.6rem 0;
  display: inline-block;
}
/* line 166, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__icons li a.icon_alert span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px;
  background: #fd6464;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 5px;
  right: -8px;
}
/* line 183, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__icons li a.icon_logout {
  margin-right: 0;
}

/* line 191, ../scss/partials/base/_nav.scss */
.popup.counter {
  position: absolute;
  z-index: 500;
  background: #f6f6f6;
  padding: 15px;
  line-height: 2rem;
  font-size: 1.2rem;
  margin-top: 10px;
  right: 0;
}
/* line 202, ../scss/partials/base/_nav.scss */
.popup.counter .icon_caret-up {
  position: absolute;
  top: -8px;
  right: 67px;
  color: #f6f6f6;
}

/* line 210, ../scss/partials/base/_nav.scss */
.trending-topics__heading,
.popup.counter .popup__list {
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 217, ../scss/partials/base/_nav.scss */
.popup.counter .popup__list a {
  text-decoration: underline;
}
/* line 219, ../scss/partials/base/_nav.scss */
.popup.counter .popup__list a:link, .popup.counter .popup__list a:visited {
  color: #fd6464;
}
/* line 223, ../scss/partials/base/_nav.scss */
.popup.counter .popup__list a:hover {
  color: #1fade0;
}
/* line 226, ../scss/partials/base/_nav.scss */
.popup.counter .popup__list a:active {
  color: #003046;
}

/* line 231, ../scss/partials/base/_nav.scss */
.trending-topics__list,
.member-nav__list {
  display: inline-block;
}
/* line 235, ../scss/partials/base/_nav.scss */
.trending-topics__list li,
.member-nav__list li {
  display: inline-block;
}

/* line 239, ../scss/partials/base/_nav.scss */
.member-nav__list {
  margin: 0 3.4rem 0 2.2rem;
}

/* line 243, ../scss/partials/base/_nav.scss */
.trending-topics__topic,
.member-nav__list {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  /*.trending-topics__list li:nth-child(-n+4) & {
      font-weight: 700;
  }*/
}

/* line 257, ../scss/partials/base/_nav.scss */
.member-nav__item {
  color: #002130;
}

/* line 261, ../scss/partials/base/_nav.scss */
.btn-nav-subscribe {
  background-color: #0098d8;
  color: #fff;
  text-transform: uppercase;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  padding: .4rem 0;
  position: relative;
  top: .5rem;
  right: 1rem;
  width: 0;
  display: none;
}

/* line 277, ../scss/partials/base/_nav.scss */
.expand-field#page-subscribe input.is-open + .btn-nav-subscribe {
  width: auto;
  padding: .4rem .7rem;
  display: inline-block;
}

/* line 1, ../scss/partials/base/_more-stories.scss */
#more-stories {
  background-color: #002130;
  position: absolute;
  width: 100%;
  /* combined height of trending topics and hero unit */
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 11, ../scss/partials/base/_more-stories.scss */
#more-stories.panel--is-open {
  min-height: 46rem;
  height: auto;
}
/* line 17, ../scss/partials/base/_more-stories.scss */
#more-stories .container:before, #more-stories .container:after {
  display: table;
  content: '';
}
/* line 23, ../scss/partials/base/_more-stories.scss */
#more-stories .container:after {
  clear: both;
}
/* line 28, ../scss/partials/base/_more-stories.scss */
#more-stories .category-list {
  background-color: #003046;
  position: relative;
  min-height: 46rem;
  height: auto;
  display: block;
  border-top: 2px solid #002130;
  padding: 2rem 0;
}
/* line 37, ../scss/partials/base/_more-stories.scss */
#more-stories .category-list li {
  display: block;
  margin-bottom: 0.2rem;
}
/* line 46, ../scss/partials/base/_more-stories.scss */
#more-stories .category-list__category {
  color: #fff;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 1.5rem 1.5rem 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 57, ../scss/partials/base/_more-stories.scss */
#more-stories .category-list__category:hover, #more-stories .category-list__category.active {
  color: #0098d8;
}
/* line 62, ../scss/partials/base/_more-stories.scss */
#more-stories .category-list__category.active {
  background-color: #002130;
}
/* line 67, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular {
  padding-top: 5rem;
  padding-left: 2.2rem;
}
/* line 72, ../scss/partials/base/_more-stories.scss */
#more-stories header {
  margin-bottom: 1rem;
}
/* line 76, ../scss/partials/base/_more-stories.scss */
#more-stories .more-stories__heading {
  /* aligning vertically with view all button */
  line-height: 4rem;
}
/* line 81, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 84, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list li {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 5%;
  width: 28%;
}
/* line 93, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list li:last-child {
  margin-right: 0;
}
/* line 98, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list .story--tease {
  width: 100%;
  margin-bottom: 0;
}
/* line 103, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list .story__feature {
  margin-bottom: 1.8rem;
}
/* line 107, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list .story__dek {
  color: #ccd6da;
}

/* line 1, ../scss/partials/base/_footer.scss */
#page-content {
  min-height: 100%;
  height: auto;
}

/* line 6, ../scss/partials/base/_footer.scss */
#page-footer,
#page-footer .container {
  background-color: #002130;
}

/* line 11, ../scss/partials/base/_footer.scss */
.site-logo--footer {
  display: block;
}

/* line 15, ../scss/partials/base/_footer.scss */
.copyright {
  color: #a7a7a7;
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  position: relative;
}

/* line 22, ../scss/partials/base/_footer.scss */
.footer-links__link {
  font-family: "Gudea", Arial, sans-serif;
}

/* hero */
/* line 2, ../scss/partials/base/_components.scss */
.hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 8, ../scss/partials/base/_components.scss */
.hero .link-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* rubric */
/* line 17, ../scss/partials/base/_components.scss */
.rubric {
  background-color: #fc3b40;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
}

/* line 24, ../scss/partials/base/_components.scss */
.rubric--original {
  background-color: #0098d8;
  margin-left: 3rem;
  position: relative;
}
/* line 29, ../scss/partials/base/_components.scss */
.rubric--original:before {
  font-family: 'icons';
  font-size: 1.7rem;
  color: #FFF;
  content: "";
  background-color: #fc3b40;
  position: absolute;
  left: -3rem;
  top: 0;
  width: 3rem;
  height: 100%;
  line-height: 1.7;
  text-align: center;
}

/* line 45, ../scss/partials/base/_components.scss */
.story--tease {
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 52, ../scss/partials/base/_components.scss */
.story--tease:hover .story__hed {
  color: #0098d8;
}
/* line 57, ../scss/partials/base/_components.scss */
.story--tease .support-cause {
  background-color: rgba(6, 24, 34, 0.4);
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
  will-change: color;
}
/* line 62, ../scss/partials/base/_components.scss */
.story--tease .support-cause:hover {
  background-color: #0098d8;
}
/* line 67, ../scss/partials/base/_components.scss */
.story--tease .link-wrapper {
  height: auto;
  color: #2d2d2d;
}
/* line 72, ../scss/partials/base/_components.scss */
.story--tease .story__feature {
  max-width: 100%;
}
/* line 75, ../scss/partials/base/_components.scss */
.story--tease .story__feature img {
  display: block;
  max-width: 100%;
}
/* line 81, ../scss/partials/base/_components.scss */
.story--tease .story__hed {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 85, ../scss/partials/base/_components.scss */
.story--tease .story__dek {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  overflow: hidden;
}

/* support cause */
/* line 93, ../scss/partials/base/_components.scss */
.support-cause {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(6, 24, 34, 0.6);
  height: 4.2rem;
  border-top-right-radius: 2.1rem;
  border-bottom-right-radius: 2.1rem;
  white-space: nowrap;
  max-width: 100%;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  will-change: background-color;
}
/* line 108, ../scss/partials/base/_components.scss */
.support-cause:hover {
  background-color: #0098d8;
}
/* line 114, ../scss/partials/base/_components.scss */
.support-cause .indicator.indicator--module {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  vertical-align: middle;
  position: relative;
  margin-left: -2.1rem;
}
/* line 122, ../scss/partials/base/_components.scss */
.support-cause .indicator.indicator--module:before {
  font-size: 3.4rem;
}
/* line 128, ../scss/partials/base/_components.scss */
.support-cause span {
  vertical-align: bottom;
}
/* line 132, ../scss/partials/base/_components.scss */
.support-cause .support-cause__link {
  display: inline-block;
}
/* line 136, ../scss/partials/base/_components.scss */
.support-cause .support-cause__content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 9px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-width: calc( 100% - 3rem );
}
/* line 149, ../scss/partials/base/_components.scss */
.support-cause .support-cause__heading {
  color: #fc3b40;
}
/* line 153, ../scss/partials/base/_components.scss */
.support-cause .support-cause__data {
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.5;
  vertical-align: middle;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    /*&.support-cause__data--red {
      color: $ns_red;
    }

    &.support-cause__data--blue {
      color: $ns_blue1;
    }*/
}
/* line 169, ../scss/partials/base/_components.scss */
.support-cause .support-cause__data .super {
  font-weight: 400;
  position: relative;
}
/* line 175, ../scss/partials/base/_components.scss */
.support-cause .support-cause__label {
  color: #2d2d2d;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 300;
  position: relative;
  margin-right: 2.1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* line 187, ../scss/partials/base/_components.scss */
.support-cause .support-cause__separator {
  color: #dbdbdb;
  display: inline-block;
  vertical-align: bottom;
}
/* line 193, ../scss/partials/base/_components.scss */
.support-cause .support-cause__message {
  color: #2d2d2d;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 300;
  margin-right: 2.1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* sponsor */
/* line 206, ../scss/partials/base/_components.scss */
.sponsor {
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 211, ../scss/partials/base/_components.scss */
.sponsor .sponsor__logo {
  display: inline-block;
  vertical-align: middle;
}

/* indicator */
/* line 218, ../scss/partials/base/_components.scss */
.indicator {
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  text-align: center;
}
/* line 224, ../scss/partials/base/_components.scss */
.indicator:before {
  color: #fff;
}
/* line 228, ../scss/partials/base/_components.scss */
.indicator.indicator--blue {
  background-color: #0098d8;
}
/* line 232, ../scss/partials/base/_components.scss */
.indicator.indicator--red {
  background-color: #fc3b40;
}
/* line 236, ../scss/partials/base/_components.scss */
.indicator.indicator--title {
  position: relative;
}
/* line 240, ../scss/partials/base/_components.scss */
.indicator.indicator--title.indicator--text .indicator__heading {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}
/* line 246, ../scss/partials/base/_components.scss */
.indicator.indicator--title.indicator--text .indicator__subheading {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}
/* line 254, ../scss/partials/base/_components.scss */
.indicator.indicator--take-action {
  position: relative;
  margin: 0 auto;
}

/* type indicator */
/* line 261, ../scss/partials/base/_components.scss */
.type-indicator-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 261, ../scss/partials/base/_components.scss */
  .type-indicator-container {
    display: block;
  }
}

/* line 273, ../scss/partials/base/_components.scss */
.type-indicator {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
}
/* line 279, ../scss/partials/base/_components.scss */
.type-indicator:before {
  color: #fff;
}
/* line 283, ../scss/partials/base/_components.scss */
.type-indicator.icon_video:before {
  line-height: 1.4;
}
/* line 287, ../scss/partials/base/_components.scss */
.type-indicator.icon_audio:before {
  line-height: 1.6;
}
/* line 291, ../scss/partials/base/_components.scss */
.type-indicator.icon_photo:before {
  line-height: 1.56;
}
/* line 295, ../scss/partials/base/_components.scss */
.type-indicator.icon_listory:before {
  line-height: 1.68;
}

/* line 300, ../scss/partials/base/_components.scss */
.widget_youtube_responsive .widgettitle, .google_top_posts .widgettitle {
  color: #0098d8;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  display: block;
  border-bottom: 3px solid #2d2d2d;
  padding-bottom: 1.2rem;
  font-size: 2.4rem;
}

/* line 314, ../scss/partials/base/_components.scss */
.widget_youtube_responsive {
  margin-bottom: 7.6rem;
}
/* line 315, ../scss/partials/base/_components.scss */
.widget_youtube_responsive .widgettitle {
  max-width: 32rem;
  display: inline-block;
  margin-bottom: 3rem;
  width: 100%;
  text-align: left;
}

/* line 328, ../scss/partials/base/_components.scss */
.google_top_posts {
  width: 32rem;
  margin: 0 auto;
  margin-bottom: 7.6rem;
  position: relative;
}
/* line 335, ../scss/partials/base/_components.scss */
.google_top_posts:after {
  background-color: #eeeeee;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  height: 0.7rem;
  bottom: -0.7rem;
}
/* line 351, ../scss/partials/base/_components.scss */
.google_top_posts li {
  padding: 1.8rem 0;
  border-bottom: 1px solid #eeeeee;
}
/* line 355, ../scss/partials/base/_components.scss */
.google_top_posts li a {
  display: block;
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  font-size: 1.8rem;
}
/* line 365, ../scss/partials/base/_components.scss */
.google_top_posts li a:hover {
  color: #0098d8;
}

/* module */
/* line 375, ../scss/partials/base/_components.scss */
.module {
  display: block;
  position: relative;
  width: auto;
  /* join us module */
  /* subscribe module */
  /* Partner message widget */
}
/* line 380, ../scss/partials/base/_components.scss */
.module.module--sidebar {
  margin: 0 auto;
}
/* line 384, ../scss/partials/base/_components.scss */
.module.module--story-signup {
  width: 100%;
  display: block;
  margin: 2rem 0;
}
/* line 390, ../scss/partials/base/_components.scss */
.module.module--bg {
  background-color: #eeeeee;
}
/* line 393, ../scss/partials/base/_components.scss */
.module.module--bg:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 402, ../scss/partials/base/_components.scss */
.module.module--bg header {
  position: relative;
  text-align: center;
}
/* line 407, ../scss/partials/base/_components.scss */
.module.module--bg .module__heading {
  display: inline-block;
  position: relative;
}
/* line 411, ../scss/partials/base/_components.scss */
.module.module--bg .module__heading:before, .module.module--bg .module__heading:after {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  speak: none;
  font-family: 'icons';
  /* check is correct character after icon font additions */
  content: "";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 427, ../scss/partials/base/_components.scss */
.module.module--bg p {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/* line 434, ../scss/partials/base/_components.scss */
.module.module--bg.module--blue:before,
.module.module--bg.module--blue .indicator {
  background-color: #0098d8;
}
/* line 439, ../scss/partials/base/_components.scss */
.module.module--bg.module--blue .module__heading {
  background-color: #002130;
  box-shadow: 0 2px 0 #eeeeee, 0 5px 0 #002130;
}
/* line 446, ../scss/partials/base/_components.scss */
.module.module--bg.module--red:before,
.module.module--bg.module--red .indicator {
  background-color: #fc3b40;
}
/* line 451, ../scss/partials/base/_components.scss */
.module.module--bg.module--red .module__heading {
  background-color: #832f2d;
}
/* line 458, ../scss/partials/base/_components.scss */
.module.module--list:after {
  background-color: #eeeeee;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
/* line 467, ../scss/partials/base/_components.scss */
.module.module--list .module__heading {
  display: block;
  border-bottom: 3px solid #2d2d2d;
}
/* line 473, ../scss/partials/base/_components.scss */
.module.module--list .story-list li {
  border-bottom: 1px solid #eeeeee;
}
/* line 476, ../scss/partials/base/_components.scss */
.module.module--list .story-list li:last-child {
  border-bottom: 0 none;
}
/* line 481, ../scss/partials/base/_components.scss */
.module.module--list .story-list .story__feature img {
  width: 100%;
  height: auto;
}
/* line 488, ../scss/partials/base/_components.scss */
.module.module--list .story--link .story__hed {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
/* line 494, ../scss/partials/base/_components.scss */
.module.module--list .story--link:hover .story__hed {
  color: #0098d8;
}
/* line 502, ../scss/partials/base/_components.scss */
.module.module--list.module--horizontal .story-list li {
  display: inline-block;
  border-bottom: 0 none;
  margin-right: 4.2%;
  vertical-align: top;
}
/* line 508, ../scss/partials/base/_components.scss */
.module.module--list.module--horizontal .story-list li:last-child {
  margin-right: 0;
}
/* line 516, ../scss/partials/base/_components.scss */
.module.module--image-overlay {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
/* line 522, ../scss/partials/base/_components.scss */
.module.module--image-overlay .story {
  background-color: rgba(6, 24, 34, 0.6);
  display: block;
  float: none;
  margin: 0;
}
/* line 530, ../scss/partials/base/_components.scss */
.module.module--image-overlay .story__hed {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 534, ../scss/partials/base/_components.scss */
.module.module--image-overlay .story__hed,
.module.module--image-overlay .story__dek {
  color: #fff;
}
/* line 539, ../scss/partials/base/_components.scss */
.module.module--image-overlay .sponsor {
  color: #fff;
  display: block;
}
/* line 545, ../scss/partials/base/_components.scss */
.module.module--image-overlay:hover .story__hed {
  color: #95d6ef;
}
/* line 553, ../scss/partials/base/_components.scss */
.module .join-us .btn--bar {
  width: auto;
}
/* line 564, ../scss/partials/base/_components.scss */
.module.module--partners {
  background-color: #355a6b;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$ns_navy3+0,013147+100 */
  background: #355a6b;
  /* Old browsers */
  background: -moz-linear-gradient(#355a6b 0%, #003046 100%);
  background: -webkit-linear-gradient(#355a6b 0%, #003046 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#355a6b), to(#003046));
  background: -o-linear-gradient(#355a6b 0%, #003046 100%);
  background: linear-gradient(#355a6b 0%, #003046 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$ns_navy3', endColorstr='$ns_navy2',GradientType=0 );
  /* IE6-9 */
}
/* line 576, ../scss/partials/base/_components.scss */
.module.module--partners header {
  margin-top: 0 !important;
}
/* line 578, ../scss/partials/base/_components.scss */
.module.module--partners header img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
/* line 584, ../scss/partials/base/_components.scss */
.module.module--partners p {
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 0;
}

/* line 592, ../scss/partials/base/_components.scss */
.story-signup {
  position: relative;
  padding: 2rem;
  background-color: #eeeeee;
  width: 100%;
  display: block;
  margin: 6rem 0;
}
/* line 600, ../scss/partials/base/_components.scss */
.story-signup:before,
.story-signup .indicator {
  background-color: #5ec2e8;
}
/* line 605, ../scss/partials/base/_components.scss */
.story-signup:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.7rem;
}
/* line 615, ../scss/partials/base/_components.scss */
.story-signup header {
  position: relative;
  text-align: center;
  margin-top: -5.5rem;
  margin-bottom: 1.05rem;
}
/* line 621, ../scss/partials/base/_components.scss */
.story-signup header .indicator-story-signup {
  width: 7.6rem;
  height: 7.6rem;
}
/* line 625, ../scss/partials/base/_components.scss */
.story-signup header .indicator-story-signup:before {
  font-size: 4rem;
  line-height: 2.2;
}
/* line 632, ../scss/partials/base/_components.scss */
.story-signup p {
  text-align: center;
  font-size: 2rem;
  color: #7e7e7e;
}
/* line 638, ../scss/partials/base/_components.scss */
.story-signup .form-fields {
  width: 100%;
  position: relative;
}
/* line 642, ../scss/partials/base/_components.scss */
.story-signup .form-fields input[type="email"] {
  margin-bottom: 1.2rem;
  padding: 1.48rem;
  width: 100%;
  position: relative;
  border: none;
  font-size: 1.5rem;
}
/* line 651, ../scss/partials/base/_components.scss */
.story-signup .form-fields .btn--solid {
  background-color: #5ec2e8;
  float: right;
  position: absolute;
  right: -.2rem;
  top: 0;
  padding: 1.08rem;
}
/* line 659, ../scss/partials/base/_components.scss */
.story-signup .form-fields .btn--solid:hover {
  background-color: #fc3b40;
}

/* sidebar */
/* line 669, ../scss/partials/base/_components.scss */
.sidebar li {
  list-style: none;
}
/* line 673, ../scss/partials/base/_components.scss */
.sidebar .widget.story {
  margin-bottom: 30px;
}
/* line 677, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image {
  text-align: center;
  max-width: 100% !important;
  margin: 0 auto 30px auto !important;
  border: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  /* line 677, ../scss/partials/base/_components.scss */
  .sidebar .widget_sp_image {
    max-width: 32rem !important;
  }
}
/* line 688, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-image-link img {
  padding: 20px !important;
  height: auto;
}
/* line 694, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 3.2rem !important;
  line-height: 4rem !important;
  padding: 0 15px 0 !important;
  color: #003046;
}
@media screen and (min-width: 768px) {
  /* line 694, ../scss/partials/base/_components.scss */
  .sidebar .widget_sp_image .widget_sp_image-description {
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
  }
}
/* line 704, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description p {
  display: block;
  padding: 15px;
}
/* line 708, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description a {
  text-decoration: underline;
}
/* line 710, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description a.button {
  text-decoration: none;
}
/* line 713, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description a:link, .sidebar .widget_sp_image .widget_sp_image-description a:visited {
  color: #fd6464;
}
/* line 717, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description a:hover {
  color: #1fade0;
}
/* line 720, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description a:active {
  color: #003046;
}
/* line 727, ../scss/partials/base/_components.scss */
.sidebar .widget_text {
  margin-bottom: 7.6rem;
  text-align: center;
}
/* line 732, ../scss/partials/base/_components.scss */
.sidebar .widget_youtube_responsive {
  text-align: center;
}

/* pullquote */
/* line 739, ../scss/partials/base/_components.scss */
.pullquote {
  position: relative;
}
/* line 742, ../scss/partials/base/_components.scss */
.pullquote:before {
  background-color: #fc3b40;
  font-family: 'icons';
  color: #fff;
  display: block;
  border-radius: 50%;
  text-align: center;
}
/* line 751, ../scss/partials/base/_components.scss */
.pullquote .pullquote__attribution {
  color: #fc3b40;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* tags */
/* line 761, ../scss/partials/base/_components.scss */
.tag-tag {
  background-color: #fc3b40;
  color: #fff;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
}
/* line 767, ../scss/partials/base/_components.scss */
.tag-tag:hover {
  background-color: #0098d8;
  color: #fff;
}

/* author */
/* line 774, ../scss/partials/base/_components.scss */
.author-box {
  background-color: #f6f6f6;
}

/* line 778, ../scss/partials/base/_components.scss */
.author__portrait {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

/* line 784, ../scss/partials/base/_components.scss */
.author__url {
  color: #0098d8;
  display: block;
  text-align: center;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
/* line 792, ../scss/partials/base/_components.scss */
.author__url:hover {
  color: #fc3b40;
}

/* line 797, ../scss/partials/base/_components.scss */
.social {
  margin: 1.2rem auto 0;
  display: block;
  text-align: center;
}
/* line 802, ../scss/partials/base/_components.scss */
.social li {
  display: inline-block;
}
/* line 805, ../scss/partials/base/_components.scss */
.social li:first-child {
  margin-left: 0;
}
/* line 810, ../scss/partials/base/_components.scss */
.social .icon {
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
/* line 815, ../scss/partials/base/_components.scss */
.social .icon.icon_facebook {
  background-color: #5973aa;
}
/* line 816, ../scss/partials/base/_components.scss */
.social .icon.icon_twitter {
  background-color: #2fb8ed;
}
/* line 817, ../scss/partials/base/_components.scss */
.social .icon.icon_google-plus {
  background-color: #d34836;
}
/* line 818, ../scss/partials/base/_components.scss */
.social .icon.icon_instagram {
  background-color: #37668d;
}
/* line 819, ../scss/partials/base/_components.scss */
.social .icon.icon_tumblr {
  background-color: #2c4762;
}
/* line 820, ../scss/partials/base/_components.scss */
.social .icon.icon_linkedin {
  background-color: #017bb6;
}
/* line 821, ../scss/partials/base/_components.scss */
.social .icon.icon_envelope {
  background-color: #46b525;
}
/* line 825, ../scss/partials/base/_components.scss */
.social.author__social .icon {
  line-height: 1.4;
}
/* line 830, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon {
  background-color: #dbdbdb;
}
/* line 834, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_facebook {
  background-color: #5973aa;
}
/* line 835, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_twitter {
  background-color: #2fb8ed;
}
/* line 836, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_google-plus {
  background-color: #d34836;
}
/* line 837, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_instagram {
  background-color: #37668d;
}
/* line 838, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_tumblr {
  background-color: #2c4762;
}
/* line 839, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_linkedin {
  background-color: #017bb6;
}
/* line 840, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_envelope {
  background-color: #46b525;
}
/* line 847, ../scss/partials/base/_components.scss */
.social.take-action__social .icon {
  line-height: 1.6;
}

/* line 854, ../scss/partials/base/_components.scss */
.author__byline a {
  color: inherit;
}
/* line 858, ../scss/partials/base/_components.scss */
.author__byline .author__byline__prefix {
  color: #fc3b40;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

/* line 866, ../scss/partials/base/_components.scss */
.author__bio {
  font-family: "Gudea", Arial, sans-serif;
}

/* prev/next */
/* line 871, ../scss/partials/base/_components.scss */
.prev-next {
  border-top: 7px solid #000;
}
/* line 875, ../scss/partials/base/_components.scss */
.prev-next li:last-child {
  text-align: right;
}
/* line 881, ../scss/partials/base/_components.scss */
.prev-next .story--link .story__hed {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 886, ../scss/partials/base/_components.scss */
.prev-next .story--link:hover .story__hed {
  color: #0098d8;
}
/* line 892, ../scss/partials/base/_components.scss */
.prev-next .prev-next__link {
  color: #0098d8;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
/* line 898, ../scss/partials/base/_components.scss */
.prev-next .prev-next__link .icon {
  -webkit-font-smoothing: subpixel-antialiased;
}

/* read next */
/* line 906, ../scss/partials/base/_components.scss */
.read-next .read-next__heading {
  display: block;
  border-bottom: 3px solid #2d2d2d;
}
/* line 912, ../scss/partials/base/_components.scss */
.read-next li:first-child {
  padding-left: 0;
}
/* line 916, ../scss/partials/base/_components.scss */
.read-next li:last-child {
  padding-right: 0;
}

/* subscribe status */
/* line 923, ../scss/partials/base/_components.scss */
.module.mc-email-status {
  line-height: 1;
  padding: .5rem 0 0 0;
  display: block;
  clear: both;
}
/* line 929, ../scss/partials/base/_components.scss */
.module.mc-email-status.valid {
  color: #46b525;
}
/* line 933, ../scss/partials/base/_components.scss */
.module.mc-email-status.error {
  color: #fc3b40;
}

/* hrs */
/* line 939, ../scss/partials/base/_components.scss */
hr {
  border-style: none;
  border: 0 none;
  height: 2px;
  background-color: #dbdbdb;
  margin: 2rem 0 1.4rem;
}

/* read more */
/* line 948, ../scss/partials/base/_components.scss */
.read-more {
  color: #0098d8;
  font-weight: 500;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* line 1, ../scss/partials/base/_carousels.scss */
.carousel {
  position: relative;
  overflow: hidden;
}

/* line 6, ../scss/partials/base/_carousels.scss */
.carousel__items {
  display: block;
}

/* line 10, ../scss/partials/base/_carousels.scss */
.carousel-item {
  display: block;
  float: left;
  position: relative;
  text-align: center;
}
/* line 17, ../scss/partials/base/_carousels.scss */
.carousel-item:hover .carousel-item__title {
  color: #95d6ef;
}
/* line 22, ../scss/partials/base/_carousels.scss */
.carousel-item .v-align__inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 30, ../scss/partials/base/_carousels.scss */
.carousel-item.active .v-align__inner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* line 40, ../scss/partials/base/_carousels.scss */
.carousel-item__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 18%;
  width: 100%;
  height: 100%;
}

/* line 53, ../scss/partials/base/_carousels.scss */
.carousel-item__title {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 57, ../scss/partials/base/_carousels.scss */
.carousel__control {
  cursor: pointer;
  position: absolute;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
/* line 62, ../scss/partials/base/_carousels.scss */
.carousel__control .icon {
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 67, ../scss/partials/base/_carousels.scss */
.carousel__control .icon:hover {
  color: #95d6ef;
}

/* line 74, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__images {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 80, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 87, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image:after {
  content: '';
  background-image: url("../img/overlay_mesh.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  pointer-events: none;
}
/* line 100, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image:first-child {
  box-shadow: inset -2px 0 0 #fff;
}
/* line 103, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image:first-child:after {
  margin-right: 2px;
}
/* line 108, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image:last-child {
  box-shadow: inset 2px 0 0 #fff;
}
/* line 111, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image:last-child:after {
  margin-left: 2px;
}
/* line 117, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__images--1 .carousel--series__image {
  width: 100%;
}
/* line 121, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__images--2 .carousel--series__image {
  width: 50%;
}

/* line 128, ../scss/partials/base/_carousels.scss */
.carousel--peek .carousel-item {
  box-shadow: -2px 0 0 #fff;
  pointer-events: none;
}
/* line 132, ../scss/partials/base/_carousels.scss */
.carousel--peek .carousel-item.active {
  pointer-events: all;
}
/* line 135, ../scss/partials/base/_carousels.scss */
.carousel--peek .carousel-item.active .carousel-item__overlay {
  background-color: transparent;
  pointer-events: none;
}
/* line 142, ../scss/partials/base/_carousels.scss */
.carousel--peek .carousel--peek__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 148, ../scss/partials/base/_carousels.scss */
.carousel--peek .carousel-item__overlay {
  background-color: rgba(6, 24, 34, 0.6);
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* line 1, ../scss/partials/base/_modal.scss */
.modal {
  position: fixed;
  left: 50%;
  min-width: 30rem;
  width: 80%;
  height: auto;
  z-index: 9;
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 13, ../scss/partials/base/_modal.scss */
.modal.is-visible {
  visibility: visible;
}

/* line 18, ../scss/partials/base/_modal.scss */
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: none;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  background: rgba(0, 48, 70, 0.8);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 33, ../scss/partials/base/_modal.scss */
.modal.is-visible ~ .modal-overlay {
  opacity: 1;
  visibility: visible;
  display: block;
}

/* line 39, ../scss/partials/base/_modal.scss */
.modal__content {
  opacity: 0;
  background-color: #fff;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 47, ../scss/partials/base/_modal.scss */
.modal.is-visible .modal__content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 53, ../scss/partials/base/_modal.scss */
.modal__heading {
  text-align: center;
}

/* line 57, ../scss/partials/base/_modal.scss */
.modal__close {
  background-color: transparent;
  color: #fff;
  position: absolute;
  outline: none;
}

/* line 68, ../scss/partials/base/_modal.scss */
.modal--join-us .modal--join-us__opt-out {
  color: #fff;
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}
/* line 77, ../scss/partials/base/_modal.scss */
.modal--join-us .modal--join-us__opt-out a {
  color: #0098d8;
  font-weight: 700;
}
/* line 81, ../scss/partials/base/_modal.scss */
.modal--join-us .modal--join-us__opt-out a:hover {
  color: #fc3b40;
}

/* hero */
/* line 4, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry {
  background-color: #355a6b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  float: left;
}
/* line 15, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry:hover .story__hed {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
/* line 21, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry .story__hed {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 26, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry .story__hed a {
  color: inherit;
}
/* line 31, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry:before {
  content: '';
  background-image: url("../img/overlay_mesh.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
/* line 43, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry:after {
  content: '';
  background-image: url("../img/hero-gradient.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 55, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry .story--hero {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 60, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry .story--hero .story_dek {
  font-family: "Gudea", Arial, sans-serif;
  color: #fff;
  line-height: 1.4;
}

/* line 70, ../scss/partials/base/_homepage.scss */
.support-cause--hero {
  display: inline-block;
}
/* line 73, ../scss/partials/base/_homepage.scss */
.support-cause--hero .support-cause__heading {
  color: #fff;
}
/* line 77, ../scss/partials/base/_homepage.scss */
.support-cause--hero .support-cause__data {
  color: #fff;
}
/* line 81, ../scss/partials/base/_homepage.scss */
.support-cause--hero .support-cause__label {
  color: #fff;
}
/* line 85, ../scss/partials/base/_homepage.scss */
.support-cause--hero .support-cause__message {
  color: #fff;
}
/* line 89, ../scss/partials/base/_homepage.scss */
.support-cause--hero .support-cause__separator {
  color: #fff;
  margin: 0;
}

/* river */
/* line 99, ../scss/partials/base/_homepage.scss */
.river--one-col .story-teases .story--tease:hover {
  background-color: #f6f6f6;
  box-shadow: 2rem 0 0 #f6f6f6, -2rem 0 0 #f6f6f6;
}
/* line 104, ../scss/partials/base/_homepage.scss */
.river--one-col .story-teases .story--tease .sponsor {
  background-color: #0098d8;
  color: #ddedf8;
  position: absolute;
  text-align: left;
  display: inline-block;
}
/* line 113, ../scss/partials/base/_homepage.scss */
.river--one-col .story-teases .story__feature {
  position: relative;
}
/* line 116, ../scss/partials/base/_homepage.scss */
.river--one-col .story-teases .story__feature img {
  display: block;
}
/* line 122, ../scss/partials/base/_homepage.scss */
.river--one-col .story-teases .story__header {
  overflow: hidden;
}

/* line 1, ../scss/partials/base/_story.scss */
.hero--story {
  position: relative;
}
/* line 4, ../scss/partials/base/_story.scss */
.hero--story.hero--cover {
  height: 100vh;
  max-height: none;
  margin-top: -10.4rem;
  padding-top: 10.4rem;
  padding-bottom: 0;
  background-origin: content-box;
}
/* line 12, ../scss/partials/base/_story.scss */
.hero--story.hero--cover .container {
  max-width: none;
}
/* line 16, ../scss/partials/base/_story.scss */
.hero--story.hero--cover .container .hero--video__container {
  width: 100%;
  height: 100%;
}
/* line 20, ../scss/partials/base/_story.scss */
.hero--story.hero--cover .container .hero--video__container.video-container iframe, .hero--story.hero--cover .container .hero--video__container.video-container object, .hero--story.hero--cover .container .hero--video__container.video-container embed {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-top: -104px;
  padding-top: 104px;
}
/* line 36, ../scss/partials/base/_story.scss */
.hero--story.hero--cover.hero--image, .hero--story.hero--cover.hero-widescreen-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}
/* line 43, ../scss/partials/base/_story.scss */
.hero--story.hero--cover.hero--image .hero-read, .hero--story.hero--cover.hero-widescreen-image .hero-read {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
/* line 50, ../scss/partials/base/_story.scss */
.hero--story.hero--cover.hero--image .hero-read .hero-read-link, .hero--story.hero--cover.hero-widescreen-image .hero-read .hero-read-link {
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-size: 2.0rem;
  color: #fff;
  background: #dd322c;
  text-transform: uppercase;
  padding: 1.0rem 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: padding 0.25s ease-out;
  -moz-transition: padding 0.25s ease-out;
  transition: padding 0.25s ease-out;
}
/* line 65, ../scss/partials/base/_story.scss */
.hero--story.hero--cover.hero--image .hero-read .hero-read-link:hover, .hero--story.hero--cover.hero-widescreen-image .hero-read .hero-read-link:hover {
  padding: 1.5rem 1.5rem;
}
/* line 69, ../scss/partials/base/_story.scss */
.hero--story.hero--cover.hero--image .hero-read .hero-read-link:after, .hero--story.hero--cover.hero-widescreen-image .hero-read .hero-read-link:after {
  content: "\25be";
  position: relative;
  top: -2px;
  margin-left: 1rem;
}
/* line 81, ../scss/partials/base/_story.scss */
.story__main-column .hero--story.hero--cover {
  padding-bottom: 0;
  max-height: none;
}
/* line 85, ../scss/partials/base/_story.scss */
.story__main-column .hero--story.hero--cover img {
  max-width: 100%;
  display: block;
}
/* line 92, ../scss/partials/base/_story.scss */
.widescreen__main-column .hero--story.hero--cover {
  padding-bottom: 0;
  height: auto;
  max-height: none;
}
/* line 97, ../scss/partials/base/_story.scss */
.widescreen__main-column .hero--story.hero--cover img {
  max-width: 100%;
  display: block;
}
/* line 107, ../scss/partials/base/_story.scss */
.hero--story.hero--carousel .carousel-item {
  position: relative;
  margin: 0 auto;
  box-shadow: none;
}
/* line 113, ../scss/partials/base/_story.scss */
.hero--story.hero--carousel .carousel-item.active .carousel--peek__image {
  opacity: 1;
}
/* line 119, ../scss/partials/base/_story.scss */
.hero--story.hero--carousel .carousel--peek__image {
  background-size: contain;
  opacity: 0.4;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 128, ../scss/partials/base/_story.scss */
.hero--story.hero--video .hero--video__container {
  display: block;
  margin: 0 auto;
  position: relative;
}
/* line 133, ../scss/partials/base/_story.scss */
.story__main-column .hero--story.hero--video .hero--video__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 56.25%;
}
/* line 140, ../scss/partials/base/_story.scss */
.widescreen__main-column .hero--story.hero--video .hero--video__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 56.25%;
}

/* line 152, ../scss/partials/base/_story.scss */
.hero-information {
  background-color: #061822;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  right: 0;
  overflow: hidden;
  min-height: 2.8rem;
  max-height: 2.8rem;
  padding: 0.3rem 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 165, ../scss/partials/base/_story.scss */
.hero-information.is-long {
  cursor: pointer;
  max-height: none !important;
}
/* line 169, ../scss/partials/base/_story.scss */
.hero-information.is-long:hover {
  background-color: #003046;
  padding: 1.2rem 0;
}
/* line 174, ../scss/partials/base/_story.scss */
.hero-information.is-long .hero-information__caption,
.hero-information.is-long .hero-information__credit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 181, ../scss/partials/base/_story.scss */
.hero-information.is-long .widescreen-hero-information__caption {
  display: none;
}
/* line 184, ../scss/partials/base/_story.scss */
.hero-information.is-long .widescreen-hero-information__credit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 190, ../scss/partials/base/_story.scss */
.hero-information.is-long.is-open {
  background-color: #003046;
  padding: 1.6rem 0;
}
/* line 194, ../scss/partials/base/_story.scss */
.hero-information.is-long.is-open .hero-information__caption,
.hero-information.is-long.is-open .hero-information__credit {
  text-overflow: auto;
  white-space: normal;
}
/* line 202, ../scss/partials/base/_story.scss */
.hero-information .hero-information__outer {
  position: relative;
}
/* line 206, ../scss/partials/base/_story.scss */
.hero-information .hero-information__toggle {
  display: none;
  position: absolute;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
/* line 213, ../scss/partials/base/_story.scss */
.hero-information .hero-information__toggle:before {
  color: #0098d8;
  content: '\2303';
  font-size: 1.6rem;
}
/* line 220, ../scss/partials/base/_story.scss */
.hero-information .hero-information__content {
  position: relative;
}
/* line 224, ../scss/partials/base/_story.scss */
.hero-information .hero-information__caption {
  color: #fff;
  font-family: "Gudea", Arial, sans-serif;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 231, ../scss/partials/base/_story.scss */
.hero-information .hero-information__credit {
  color: #9aacb5;
  font-family: "Gudea", Arial, sans-serif;
  text-align: right;
}
/* line 241, ../scss/partials/base/_story.scss */
.hero-information .widescreen-hero-information__credit {
  color: #9aacb5;
  font-family: "Gudea", Arial, sans-serif;
  text-align: right;
}

/* line 252, ../scss/partials/base/_story.scss */
.story__container {
  position: relative;
}
/* line 255, ../scss/partials/base/_story.scss */
.story__container .story__meta {
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  margin-bottom: 1.6rem;
}
/* line 260, ../scss/partials/base/_story.scss */
.story__container .story__meta li {
  color: #9d9d9d;
  display: inline-block;
  line-height: 1.5;
}
/* line 266, ../scss/partials/base/_story.scss */
.story__container .story__meta li:first-child:after {
  content: '\a0\b7\a0';
  display: inline-block;
}
/* line 273, ../scss/partials/base/_story.scss */
.story__container .story__meta a {
  color: #7e7e7e;
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 0.1rem;
}
/* line 278, ../scss/partials/base/_story.scss */
.story__container .story__meta a:hover {
  border-color: #fc3b40;
  color: #fc3b40;
}
/* line 287, ../scss/partials/base/_story.scss */
.story__container .story__content img[class*='wp-image'] {
  max-width: 100%;
}
/* line 291, ../scss/partials/base/_story.scss */
.story__container .story__content em, .story__container .story__content i {
  font-style: italic;
}
/* line 295, ../scss/partials/base/_story.scss */
.story__container .story__content strong, .story__container .story__content b {
  font-weight: 700;
}
/* line 299, ../scss/partials/base/_story.scss */
.story__container .story__content p {
  font-family: "Gudea", Arial, sans-serif;
  /* drop cap */
}
/* line 303, ../scss/partials/base/_story.scss */
.story__container .story__content p:first-child:first-letter {
  float: left;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1;
}
/* line 314, ../scss/partials/base/_story.scss */
.story__container .story__content iframe {
  width: 100%;
}
/* line 318, ../scss/partials/base/_story.scss */
.story__container .story__content > h1 {
  color: #5ec2e8;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  border-bottom: 3px solid lightgray;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 328, ../scss/partials/base/_story.scss */
.story__container .story__content > h2 {
  color: #1fade0;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 336, ../scss/partials/base/_story.scss */
.story__container .story__content > h3 {
  color: #fc3b40;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 343, ../scss/partials/base/_story.scss */
.story__container .story__content > h4 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 351, ../scss/partials/base/_story.scss */
.story__container .story__content > h5 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 358, ../scss/partials/base/_story.scss */
.story__container .story__content > h6 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 365, ../scss/partials/base/_story.scss */
.story__container .story__content > ol {
  counter-reset: li;
}
/* line 368, ../scss/partials/base/_story.scss */
.story__container .story__content > ol li {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
}
/* line 373, ../scss/partials/base/_story.scss */
.story__container .story__content > ol li:before {
  background-color: #fc3b40;
  counter-increment: li;
  content: counter(li,decimal-leading-zero);
  color: #fff;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  text-align: center;
}
/* line 392, ../scss/partials/base/_story.scss */
.story__container .story__content > ul li {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.2;
  position: relative;
}
/* line 398, ../scss/partials/base/_story.scss */
.story__container .story__content > ul li:before {
  color: #0098d8;
  font-family: 'icons';
  content: "";
  position: absolute;
}
/* line 411, ../scss/partials/base/_story.scss */
.story__container .story__content .twitter-tweet-rendered {
  margin: 3.4rem 0;
}

/* multimedia */
/* line 419, ../scss/partials/base/_story.scss */
.multimedia .multimedia__content {
  display: block;
}
/* line 423, ../scss/partials/base/_story.scss */
.multimedia .credit {
  text-align: right;
}
/* line 428, ../scss/partials/base/_story.scss */
.multimedia.multimedia--image img {
  display: block;
  max-width: 100%;
}
/* line 435, ../scss/partials/base/_story.scss */
.multimedia.multimedia--audio .multimedia__content {
  border-bottom: 1px solid #eeeeee;
}

/* line 441, ../scss/partials/base/_story.scss */
.list-item {
  margin: 0 0 6rem;
}
/* line 444, ../scss/partials/base/_story.scss */
.list-item .multimedia {
  margin: 0;
}
/* line 448, ../scss/partials/base/_story.scss */
.list-item .list-item-heading {
  margin: 0 0 1.5rem;
  display: table;
}
/* line 452, ../scss/partials/base/_story.scss */
.list-item .list-item-heading .list-item-heading-number {
  display: table-cell;
}
/* line 456, ../scss/partials/base/_story.scss */
.list-item .list-item-heading .list-item-heading-text {
  display: table-cell;
  padding-left: 10px;
}
/* line 462, ../scss/partials/base/_story.scss */
.list-item .list-item-rank {
  display: inline-block;
  background: #fc3b40;
  min-width: 5.2rem;
  width: auto;
  text-align: center;
  margin: 0 .5rem 0 0;
}

/* Elastic video */
/* line 473, ../scss/partials/base/_story.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 480, ../scss/partials/base/_story.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* sticky */
/* line 492, ../scss/partials/base/_story.scss */
.story__sticky {
  display: block;
}

/* line 496, ../scss/partials/base/_story.scss */
.sticky-take-action {
  background-color: #003046;
  /* pragmatic, for z-index and reasonable vert-centering */
  background-image: url(../img/take-action-flag.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
}

/* line 506, ../scss/partials/base/_story.scss */
.sticky-take-action__heading {
  position: relative;
}

/* line 510, ../scss/partials/base/_story.scss */
.sticky-take-action__action {
  position: relative;
  color: #fff;
  font-family: "Gudea", Arial, sans-serif;
  line-height: 1.25;
}

/* tags */
/* line 518, ../scss/partials/base/_story.scss */
.story__tags {
  border-bottom: 3px solid #eeeeee;
}
/* line 522, ../scss/partials/base/_story.scss */
.story__tags .tags-list:before {
  content: 'View more NationSwell stories in:';
  color: #7e7e7e;
  font-family: "Gudea", Arial, sans-serif;
  vertical-align: middle;
}
/* line 529, ../scss/partials/base/_story.scss */
.story__tags .tags-list li {
  display: inline-block;
}

/* line 536, ../scss/partials/base/_story.scss */
.story__social {
  display: block;
}

/* line 542, ../scss/partials/base/_story.scss */
.take-action__social_back {
  font-family: "Gudea", Arial, sans-serif;
}

/* line 546, ../scss/partials/base/_story.scss */
.module.take-action {
  /* tweet politician take action */
}
/* line 547, ../scss/partials/base/_story.scss */
.module.take-action .take-action__heading {
  text-align: center;
}
/* line 551, ../scss/partials/base/_story.scss */
.module.take-action a {
  color: #0098d8;
  font-weight: 700;
}
/* line 555, ../scss/partials/base/_story.scss */
.module.take-action a:before {
  color: #fff;
}
/* line 559, ../scss/partials/base/_story.scss */
.module.take-action a:hover {
  color: #fc3b40;
}
/* line 564, ../scss/partials/base/_story.scss */
.module.take-action .btn.btn--solid {
  color: #fff;
}
/* line 568, ../scss/partials/base/_story.scss */
.module.take-action .take-action__inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 1.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 577, ../scss/partials/base/_story.scss */
.module.take-action .take-action__full {
  width: 100%;
}
/* line 581, ../scss/partials/base/_story.scss */
.module.take-action .take-action__tab {
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 587, ../scss/partials/base/_story.scss */
.module.take-action .take-action__tab.is-hidden {
  opacity: 0;
}
/* line 593, ../scss/partials/base/_story.scss */
.module.take-action .take-action__thank-you p {
  text-align: center;
}
/* line 598, ../scss/partials/base/_story.scss */
.module.take-action .take-action__img {
  display: block;
  width: 100%;
  max-width: 38rem;
  height: auto;
}
/* line 605, ../scss/partials/base/_story.scss */
.module.take-action .take-action__rally {
  width: auto;
  max-width: 100%;
}
/* line 610, ../scss/partials/base/_story.scss */
.module.take-action p {
  color: #2d2d2d;
}
/* line 614, ../scss/partials/base/_story.scss */
.module.take-action small {
  color: #7e7e7e;
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
  overflow: hidden;
  line-height: 1.56;
}
/* line 623, ../scss/partials/base/_story.scss */
.module.take-action strong {
  font-weight: 700;
}
/* line 627, ../scss/partials/base/_story.scss */
.module.take-action em {
  color: #7e7e7e;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.56;
}
/* line 635, ../scss/partials/base/_story.scss */
.module.take-action .btn-container {
  background-color: #dbdbdb;
  padding-bottom: 1.8rem;
  margin-top: 2.8rem;
}
/* line 643, ../scss/partials/base/_story.scss */
.module.take-action #tweet-a-politician-container {
  display: none;
}
/* line 648, ../scss/partials/base/_story.scss */
.module.take-action .tweet-politician__politicians .btn--twitter {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* line 658, ../scss/partials/base/_story.scss */
.module.take-action .tweet-politician__message {
  text-align: center;
  font-family: "Gudea", Arial, sans-serif;
  font-style: italic;
  border: 1px solid #dedede;
  padding: 1rem;
  background-color: #f7f7f7;
  color: #444;
  margin-bottom: 2.2rem;
  display: block;
  width: 100%;
}
/* line 670, ../scss/partials/base/_story.scss */
.module.take-action .tweet-politician__message:before {
  color: #2fb8ed;
  font-family: 'icons';
  line-height: 0;
  vertical-align: middle;
  margin-right: 1.2rem;
}
/* line 679, ../scss/partials/base/_story.scss */
.module.take-action .politician {
  clear: both;
  margin: 0 3rem 4.4rem;
}
/* line 683, ../scss/partials/base/_story.scss */
.module.take-action .politician:first-child {
  margin-top: 3.4rem;
}
/* line 688, ../scss/partials/base/_story.scss */
.module.take-action .politician__photo {
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  display: inline-block;
}
/* line 695, ../scss/partials/base/_story.scss */
.module.take-action .politician__information {
  display: inline-block;
}
/* line 702, ../scss/partials/base/_story.scss */
.module.take-action .politician__office {
  display: block;
  font-family: "Gudea", Arial, sans-serif;
}

/* facebook comments */
/* line 709, ../scss/partials/base/_story.scss */
.fb-comments {
  display: block;
  margin-bottom: 7.2rem;
}

/* line 714, ../scss/partials/base/_story.scss */
.fb-comments,
.fb-comments span,
.fb-comments iframe[style] {
  width: 100% !important;
}

/* line 720, ../scss/partials/base/_story.scss */
.sponsorship {
  text-transform: uppercase;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 600;
  color: #000;
}
/* line 726, ../scss/partials/base/_story.scss */
.sponsorship a {
  text-decoration: underline;
  color: inherit;
}
/* line 731, ../scss/partials/base/_story.scss */
.sponsorship p {
  display: inline-block;
}
/* line 735, ../scss/partials/base/_story.scss */
.sponsorship img {
  display: inline-block;
  vertical-align: bottom;
}
/* line 740, ../scss/partials/base/_story.scss */
.story--tease .sponsorship, .hero__entry .sponsorship {
  position: absolute;
  top: 10%;
  right: 0;
  background: #FFF;
  padding: .5rem;
}
/* line 749, ../scss/partials/base/_story.scss */
.story--tease .sponsorship p, .hero__entry .sponsorship p {
  display: inline-block;
  vertical-align: middle;
}
/* line 754, ../scss/partials/base/_story.scss */
.story--tease .sponsorship img, .hero__entry .sponsorship img {
  display: inline-block;
  vertical-align: middle;
  max-width: none;
}

/* line 1, ../scss/partials/base/_static.scss */
.static__container {
  /* new styles for static template v 2.0 added by cloudred with classname 'buddy' since this is part of the buddypress integration work. */
}
/* line 3, ../scss/partials/base/_static.scss */
.static__container .static__main-column header {
  position: relative;
  margin-bottom: 3.4rem;
}
/* line 7, ../scss/partials/base/_static.scss */
.static__container .static__main-column header:after {
  background-color: #dbdbdb;
  content: '';
  display: block;
  width: 20%;
  height: 0.7rem;
}
/* line 15, ../scss/partials/base/_static.scss */
.static__container .static__main-column header .static__last-updated {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
}
/* line 23, ../scss/partials/base/_static.scss */
.static__container .static__content {
  font-family: "Gudea", Arial, sans-serif;
}
/* line 26, ../scss/partials/base/_static.scss */
.static__container .static__content img {
  max-width: 100%;
  height: auto;
}
/* line 31, ../scss/partials/base/_static.scss */
.static__container .static__content a {
  color: #0098d8;
  font-weight: 700;
}
/* line 35, ../scss/partials/base/_static.scss */
.static__container .static__content a:hover {
  color: #fc3b40;
}
/* line 40, ../scss/partials/base/_static.scss */
.static__container .static__content em, .static__container .static__content i {
  font-style: italic;
}
/* line 44, ../scss/partials/base/_static.scss */
.static__container .static__content strong, .static__container .static__content b {
  font-weight: 700;
}
/* line 48, ../scss/partials/base/_static.scss */
.static__container .static__content > h1 {
  color: #5ec2e8;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  border-bottom: 3px solid lightgray;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 58, ../scss/partials/base/_static.scss */
.static__container .static__content > h2 {
  color: #1fade0;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 66, ../scss/partials/base/_static.scss */
.static__container .static__content > h3 {
  color: #fc3b40;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 73, ../scss/partials/base/_static.scss */
.static__container .static__content > h4 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 81, ../scss/partials/base/_static.scss */
.static__container .static__content > h5 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 88, ../scss/partials/base/_static.scss */
.static__container .static__content > h6 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 95, ../scss/partials/base/_static.scss */
.static__container .static__content hr {
  border: 0;
  height: 0.3rem;
  background-color: #dbdbdb;
  width: 100%;
  display: block;
}
/* line 103, ../scss/partials/base/_static.scss */
.static__container .static__content > ol {
  counter-reset: li;
}
/* line 106, ../scss/partials/base/_static.scss */
.static__container .static__content > ol li {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
}
/* line 111, ../scss/partials/base/_static.scss */
.static__container .static__content > ol li:before {
  background-color: #fc3b40;
  counter-increment: li;
  content: counter(li,decimal-leading-zero);
  color: #fff;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  text-align: center;
}
/* line 126, ../scss/partials/base/_static.scss */
.static__container .static__content > ul li {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.2;
  position: relative;
}
/* line 132, ../scss/partials/base/_static.scss */
.static__container .static__content > ul li:before {
  color: #0098d8;
  font-family: 'icons';
  content: "";
  position: absolute;
}
/* line 143, ../scss/partials/base/_static.scss */
.static__container.buddy {
  /* set up new list styles */
}
/* line 146, ../scss/partials/base/_static.scss */
.static__container.buddy ul {
  margin-bottom: 1rem;
  padding-left: 8rem;
}
@media screen and (min-width: 768px) {
  /* line 146, ../scss/partials/base/_static.scss */
  .static__container.buddy ul {
    padding-left: 4rem;
  }
}
/* line 152, ../scss/partials/base/_static.scss */
.static__container.buddy ul li {
  position: relative;
  padding-bottom: 1rem;
}
/* line 155, ../scss/partials/base/_static.scss */
.static__container.buddy ul li:before {
  font-family: "icons";
  position: absolute;
  color: #fd6464;
  top: 2px;
  padding-right: 4rem;
  left: -4rem;
}
@media screen and (min-width: 768px) {
  /* line 155, ../scss/partials/base/_static.scss */
  .static__container.buddy ul li:before {
    padding-right: 2rem;
    left: -2rem;
  }
}
/* line 170, ../scss/partials/base/_static.scss */
.static__container.buddy ul li ul {
  margin-top: 2rem;
  margin-bottom: 0;
}
/* line 173, ../scss/partials/base/_static.scss */
.static__container.buddy ul li ul li:before {
  color: #1fade0;
}
/* line 180, ../scss/partials/base/_static.scss */
.static__container.buddy ol {
  counter-reset: item;
  margin-bottom: 1rem;
  padding-left: 8rem;
}
@media screen and (min-width: 768px) {
  /* line 180, ../scss/partials/base/_static.scss */
  .static__container.buddy ol {
    padding-left: 4rem;
  }
}
/* line 187, ../scss/partials/base/_static.scss */
.static__container.buddy ol li {
  display: block;
  position: relative;
  padding-bottom: 1rem;
}
/* line 191, ../scss/partials/base/_static.scss */
.static__container.buddy ol li:before {
  font-weight: 700;
  content: counter(item) ". ";
  counter-increment: item;
  color: #fd6464;
  position: absolute;
  top: 0;
  left: -4rem;
}
@media screen and (min-width: 768px) {
  /* line 191, ../scss/partials/base/_static.scss */
  .static__container.buddy ol li:before {
    left: -2rem;
  }
}
/* line 204, ../scss/partials/base/_static.scss */
.static__container.buddy ol li ol {
  margin-top: 2rem;
  margin-bottom: 0;
}
/* line 207, ../scss/partials/base/_static.scss */
.static__container.buddy ol li ol li:before {
  color: #1fade0;
}
/* line 214, ../scss/partials/base/_static.scss */
.static__container.buddy h1, .static__container.buddy h2, .static__container.buddy h3, .static__container.buddy h4, .static__container.buddy h5, .static__container.buddy h6 {
  font-family: "pt-serif-bold", Georgia, serif;
  margin: 0 0 20px 0;
}
/* line 218, ../scss/partials/base/_static.scss */
.static__container.buddy h1 {
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  /* line 218, ../scss/partials/base/_static.scss */
  .static__container.buddy h1 {
    font-size: 3.5rem;
  }
}
/* line 224, ../scss/partials/base/_static.scss */
.static__container.buddy h2 {
  font-size: 4rem;
  color: #fd6464;
}
@media screen and (min-width: 768px) {
  /* line 224, ../scss/partials/base/_static.scss */
  .static__container.buddy h2 {
    font-size: 3rem;
  }
}
/* line 231, ../scss/partials/base/_static.scss */
.static__container.buddy h3 {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  /* line 231, ../scss/partials/base/_static.scss */
  .static__container.buddy h3 {
    font-size: 2rem;
  }
}
/* line 238, ../scss/partials/base/_static.scss */
.static__container.buddy a {
  font-weight: normal;
}
/* line 242, ../scss/partials/base/_static.scss */
.static__container.buddy blockquote {
  font-family: "pt-serif", Georgia, serif;
  position: relative;
  padding-left: 4.5rem;
}
/* line 246, ../scss/partials/base/_static.scss */
.static__container.buddy blockquote:before {
  font-family: "icons";
  font-size: 3.5rem;
  color: #fd6464;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 255, ../scss/partials/base/_static.scss */
.static__container.buddy blockquote p {
  padding-top: .5rem;
  display: block;
}
/* line 262, ../scss/partials/base/_static.scss */
.static__container.buddy main {
  margin: 0 2.2rem;
}
/* line 264, ../scss/partials/base/_static.scss */
.static__container.buddy main .static__content {
  max-width: 98.3rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
.static__container.buddy main .static__content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 266, ../scss/partials/base/_static.scss */
  .static__container.buddy main .static__content .static__left,
  .static__container.buddy main .static__content .static__right {
    float: left;
    display: block;
    margin-right: 4%;
    width: 30.66667%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  .static__container.buddy main .static__content .static__left:last-child,
  .static__container.buddy main .static__content .static__right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 272, ../scss/partials/base/_static.scss */
  .static__container.buddy main .static__content .static__main {
    float: left;
    display: block;
    margin-right: 4%;
    width: 134.66667%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  .static__container.buddy main .static__content .static__main:last-child {
    margin-right: 0;
  }
}

/* line 1, ../scss/partials/base/_archive.scss */
.hero--archive {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 6, ../scss/partials/base/_archive.scss */
.hero--archive .sponsor {
  background-color: #fff;
  color: #002130;
  display: inline-block;
  padding: 0.6rem 3rem;
}
/* line 13, ../scss/partials/base/_archive.scss */
.hero--archive.hero--series {
  text-align: center;
}
/* line 17, ../scss/partials/base/_archive.scss */
.hero--archive.hero--category {
  text-align: center;
}
/* line 20, ../scss/partials/base/_archive.scss */
.hero--archive.hero--category .container {
  padding: 2rem 5%;
}
/* line 24, ../scss/partials/base/_archive.scss */
.hero--archive.hero--category .hero--category__count {
  color: #fff;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 33, ../scss/partials/base/_archive.scss */
.hero--archive.hero--category:after {
  content: '';
  background-image: url("../img/overlay_mesh.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
/* line 47, ../scss/partials/base/_archive.scss */
.hero--archive.hero--author {
  background-color: transparent;
}
/* line 50, ../scss/partials/base/_archive.scss */
.hero--archive.hero--author .container {
  border-bottom: 0.7rem solid #eeeeee;
}
/* line 54, ../scss/partials/base/_archive.scss */
.hero--archive.hero--author .author__count {
  color: #fc3b40;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

/* line 62, ../scss/partials/base/_archive.scss */
.archive-intro {
  border-bottom: 6px solid #eeeeee;
  overflow: hidden;
}
/* line 66, ../scss/partials/base/_archive.scss */
.archive-intro .archive-share {
  float: left;
}
/* line 70, ../scss/partials/base/_archive.scss */
.archive-intro .archive-description-copy {
  font-family: "Gudea", Arial, sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2.4rem;
  color: #0098d8;
  width: 60%;
  margin: 0 auto 3rem;
}

/* line 85, ../scss/partials/base/_archive.scss */
body.category-whats-possible .hero--archive.hero--category:after {
  background-image: none;
}
/* line 88, ../scss/partials/base/_archive.scss */
body.category-whats-possible .hero--archive.hero--category .hero--category__title {
  display: none;
}
/* line 91, ../scss/partials/base/_archive.scss */
body.category-whats-possible .hero--archive.hero--category .hero--category__count {
  display: none;
}
/* line 99, ../scss/partials/base/_archive.scss */
body.category-whats-possible .sidebar .widget_partners .module--partners:before {
  display: none;
}

/* line 1, ../scss/partials/base/_nscportal.scss */
.portal__main-column {
  position: relative;
  width: 90%;
  height: auto;
  margin-top: 5rem;
  font-family: "Gudea", Arial, sans-serif;
  color: #7e7e7e;
}
/* line 9, ../scss/partials/base/_nscportal.scss */
.portal__main-column .static__content {
  background-image: url("http://nationswell.com/wp-content/uploads/2014/11/Nov_12_Vanessa_crowd-e1416603082101.jpg");
  background-size: cover;
  background-position: right center;
}
/* line 19, ../scss/partials/base/_nscportal.scss */
.portal__main-column .static__content p, .portal__main-column .static__content ul {
  color: #fff;
  background-color: rgba(77, 171, 224, 0.6);
}
/* line 24, ../scss/partials/base/_nscportal.scss */
.portal__main-column .static__content ul {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 29, ../scss/partials/base/_nscportal.scss */
.portal__main-column .static__content em {
  font-style: italic;
}

/* line 35, ../scss/partials/base/_nscportal.scss */
#portal-nav {
  display: block;
  padding: 1rem 0 6rem;
}
/* line 38, ../scss/partials/base/_nscportal.scss */
#portal-nav .logo-container {
  width: 40%;
  max-width: 250px;
  display: inline-block;
}
/* line 42, ../scss/partials/base/_nscportal.scss */
#portal-nav .logo-container .council-logo {
  width: 100%;
}
/* line 47, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs {
  float: right;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-size: 3rem;
}
/* line 52, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs a {
  color: #003046;
  border-bottom: 0.25rem solid #003046;
}
/* line 56, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs a:hover {
  color: #fc3b40;
}
/* line 60, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs .active a {
  color: #0098d8;
  border-bottom: 0.25rem solid #fc3b40;
}
/* line 65, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs ul {
  display: block;
}
/* line 67, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs ul li {
  display: inline-block;
  padding: 0 1rem;
}

/* line 76, ../scss/partials/base/_nscportal.scss */
.loader {
  width: 30px;
  height: 30px;
  margin: auto;
  padding: 5rem;
}

/* line 83, ../scss/partials/base/_nscportal.scss */
.member-title {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 280px;
}
/* line 89, ../scss/partials/base/_nscportal.scss */
.member-title h1 {
  font-size: 4rem;
  line-height: 1.3;
  color: #2d2d2d;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 100, ../scss/partials/base/_nscportal.scss */
#directory-nav {
  display: table;
  width: 100%;
}
/* line 105, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 0 0;
}
/* line 110, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs ul {
  display: block;
  width: 100%;
}
/* line 113, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs ul li {
  display: inline-block;
  text-align: center;
  width: 15%;
}
/* line 118, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs ul a {
  color: #061822;
}
/* line 120, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs ul a:hover {
  color: #0098d8;
}
/* line 125, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs ul .active a {
  color: #0098d8;
  border-bottom: 0.25rem solid #fc3b40;
}

/* line 132, ../scss/partials/base/_nscportal.scss */
.contacts {
  padding-top: 3rem;
}
/* line 135, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info {
  display: block;
  padding: 3rem 0;
  width: 100%;
}
/* line 140, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .contact-image {
  display: inline-block;
  vertical-align: top;
}
/* line 143, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .contact-image .contact__portrait {
  border-radius: 50%;
  margin: 0;
}
/* line 149, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact {
  display: inline-block;
  text-align: left;
}
/* line 153, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .hd-n {
  display: inline-block;
}
/* line 157, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .bio-content {
  padding: 1rem 0;
  line-height: 1.4;
}
/* line 162, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-interests {
  color: #0098d8;
}
/* line 166, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social {
  display: inline-block;
  text-align: center;
  top: -.6rem;
  position: relative;
  margin-left: 1rem;
}
/* line 173, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .icon {
  line-height: 2.5;
  margin-right: 0.75rem;
}
/* line 176, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .icon:before {
  padding: 0.6rem 0.7rem;
  color: #fff;
  margin: .5rem 1rem 0 0;
  height: 1rem;
}
/* line 184, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .contact-phone:before {
  font-family: "Gudea", Arial, sans-serif;
  background-color: #061822;
  content: "\0023";
  font-weight: 700;
  padding: 0.35rem .9rem .2rem;
}
/* line 194, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .contact-email {
  color: #7e7e7e;
}
/* line 197, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .contact-email:before {
  background-color: #fc3b40;
  padding: 0.6rem .6rem .3rem;
}
/* line 204, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .contact-linkedin:before {
  background-color: #333333;
  padding: 0.6rem .8rem .3rem;
}
/* line 211, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .contact-twitter:before {
  background-color: #5ec2e8;
  padding: 0.6rem .8rem .3rem;
}

/* line 222, ../scss/partials/base/_nscportal.scss */
.events ul {
  padding: 3rem 0;
}
/* line 226, ../scss/partials/base/_nscportal.scss */
.events .event-info {
  display: block;
  padding: 3rem 0 4.5rem;
  width: 100%;
}
/* line 231, ../scss/partials/base/_nscportal.scss */
.events .event-info .event-date {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin-left: 2%;
  font-size: 3rem;
  color: #fff;
  width: 12rem;
  height: 12rem;
}
/* line 241, ../scss/partials/base/_nscportal.scss */
.events .event-info .event-date ul {
  padding: 3rem 2.5rem 1rem;
}
/* line 243, ../scss/partials/base/_nscportal.scss */
.events .event-info .event-date ul li {
  text-align: center;
  font-weight: 600;
}
/* line 250, ../scss/partials/base/_nscportal.scss */
.events .event-info .upcoming {
  background-color: #fc3b40;
}
/* line 253, ../scss/partials/base/_nscportal.scss */
.events .event-info .past {
  background-color: #0098d8;
}
/* line 257, ../scss/partials/base/_nscportal.scss */
.events .event-info .about-event {
  display: inline-block;
  text-align: left;
  width: 70%;
  padding-left: 5%;
}
/* line 263, ../scss/partials/base/_nscportal.scss */
.events .event-info .about-event .event-description {
  padding: 1rem 0;
  line-height: 1.4;
}
/* line 268, ../scss/partials/base/_nscportal.scss */
.events .event-info .about-event .event-details {
  padding-top: 1rem;
  color: #003046;
  font-weight: 600;
}
/* line 274, ../scss/partials/base/_nscportal.scss */
.events .event-info .about-event .event-link a {
  color: #0098d8;
}
/* line 276, ../scss/partials/base/_nscportal.scss */
.events .event-info .about-event .event-link a:hover {
  color: #fc3b40;
}

/* line 286, ../scss/partials/base/_nscportal.scss */
#nsc-updates .story__feature {
  width: 302px;
  height: 178px;
  overflow: hidden;
}
/* line 291, ../scss/partials/base/_nscportal.scss */
#nsc-updates .rubric {
  background: transparent;
}

/* line 4, ../scss/partials/mobile/_grid.scss */
.hero.hero--image .hero__content {
  float: left;
  display: block;
  margin-right: 4%;
  width: 65.33333%;
  margin-left: 0%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.hero.hero--image .hero__content:last-child {
  margin-right: 0;
}
/* line 11, ../scss/partials/mobile/_grid.scss */
.hero.hero-widescreen-image .hero__content {
  float: left;
  display: block;
  margin-right: 4%;
  width: 65.33333%;
  margin-left: 0%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.hero.hero-widescreen-image .hero__content:last-child {
  margin-right: 0;
}
/* line 18, ../scss/partials/mobile/_grid.scss */
.hero .hero-information .hero-information__content {
  float: left;
  display: block;
  margin-right: 4%;
  width: 82.66667%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.hero .hero-information .hero-information__content:last-child {
  margin-right: 0;
}

/* line 28, ../scss/partials/mobile/_grid.scss */
.river.river--one-col .story-teases, .river.river--two-col .story-teases {
  width: 100%;
  clear: both;
}
/* line 32, ../scss/partials/mobile/_grid.scss */
.river.river--one-col .story-teases li, .river.river--two-col .story-teases li {
  width: 100%;
  clear: both;
}

/* line 41, ../scss/partials/mobile/_grid.scss */
.sidebar {
  width: 100%;
  clear: both;
}

/* line 47, ../scss/partials/mobile/_grid.scss */
.story__sticky {
  float: left;
  display: block;
  margin-right: 4%;
  width: 100%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.story__sticky:last-child {
  margin-right: 0;
}

/* line 51, ../scss/partials/mobile/_grid.scss */
.story__main-column {
  float: left;
  display: block;
  margin-right: 4%;
  width: 100%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.story__main-column:last-child {
  margin-right: 0;
}

/* line 56, ../scss/partials/mobile/_grid.scss */
.static__main-column {
  float: left;
  display: block;
  margin-right: 4%;
  width: 100%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.static__main-column:last-child {
  margin-right: 0;
}

/* line 62, ../scss/partials/mobile/_grid.scss */
.multimedia .caption {
  float: left;
  display: block;
  margin-right: 4%;
  width: 65.33333%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.multimedia .caption:last-child {
  margin-right: 0;
}
/* line 65, ../scss/partials/mobile/_grid.scss */
.multimedia .caption + .credit {
  margin-left: 0%;
}
/* line 70, ../scss/partials/mobile/_grid.scss */
.multimedia .credit {
  float: left;
  display: block;
  margin-right: 4%;
  width: 30.66667%;
  margin-left: 69.33333%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.multimedia .credit:last-child {
  margin-right: 0;
}

/* line 78, ../scss/partials/mobile/_grid.scss */
.story__social .btn--bar {
  float: left;
  display: block;
  margin-right: 4%;
  width: 48.0%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.story__social .btn--bar:last-child {
  margin-right: 0;
}

/* line 85, ../scss/partials/mobile/_grid.scss */
.read-next .story-list {
  float: left;
  display: block;
  margin-right: 4%;
  width: 100%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.read-next .story-list:last-child {
  margin-right: 0;
}
/* line 88, ../scss/partials/mobile/_grid.scss */
.read-next .story-list li {
  float: left;
  display: block;
  margin-right: 4%;
  width: 100%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.read-next .story-list li:last-child {
  margin-right: 0;
}

/* line 96, ../scss/partials/mobile/_grid.scss */
.prev-next li {
  float: left;
  display: block;
  margin-right: 4%;
  width: 48.0%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
.prev-next li:last-child {
  margin-right: 0;
}

/* line 102, ../scss/partials/mobile/_grid.scss */
.widescreen__main-column {
  display: block;
  float: none;
  margin-right: 4%;
}

/* line 1, ../scss/partials/mobile/_structure.scss */
html {
  overflow-x: hidden;
  font-size: 5px;
}

/* line 6, ../scss/partials/mobile/_structure.scss */
.container {
  padding: 0 2rem;
}

/* line 10, ../scss/partials/mobile/_structure.scss */
.hide_mobile,
.show_desktop,
.show_tablet {
  display: none !important;
  visibility: hidden;
}

/* line 18, ../scss/partials/mobile/_structure.scss */
.river .story-teases {
  margin-top: -2rem;
}

/* line 1, ../scss/partials/mobile/_ads.scss */
.ad--pull {
  display: none !important;
}

/* line 1, ../scss/partials/mobile/_headings.scss */
.hd-a {
  font-size: 5.4rem;
}

/* line 5, ../scss/partials/mobile/_headings.scss */
.hd-b {
  font-size: 5.4rem;
  line-height: 1.2;
}

/* line 10, ../scss/partials/mobile/_headings.scss */
.hd-c {
  font-size: 2.5rem;
}

/* line 14, ../scss/partials/mobile/_headings.scss */
.hd-d {
  font-size: 6rem;
}

/* line 18, ../scss/partials/mobile/_headings.scss */
.hd-e {
  font-size: 3.6rem;
}

/* line 22, ../scss/partials/mobile/_headings.scss */
.hd-f {
  box-shadow: 4rem 0 0 rgba(0, 0, 0, 0.86), -4rem 0 0 rgba(0, 0, 0, 0.86);
  font-size: 5.4rem;
  padding: 1rem;
}

/* line 28, ../scss/partials/mobile/_headings.scss */
.hd-g {
  font-size: 4rem;
}

/* line 32, ../scss/partials/mobile/_headings.scss */
.hd-h {
  font-size: 3.2rem;
}

/* line 36, ../scss/partials/mobile/_headings.scss */
.hd-i {
  font-size: 2.5rem;
}

/* line 40, ../scss/partials/mobile/_headings.scss */
.hd-j {
  font-size: 6.2rem;
}

/* line 44, ../scss/partials/mobile/_headings.scss */
.hd-k {
  font-size: 4.2rem;
}

/* line 48, ../scss/partials/mobile/_headings.scss */
.hd-l {
  font-size: 3.4rem;
  line-height: 1.4;
}

/* line 53, ../scss/partials/mobile/_headings.scss */
.hd-m {
  box-shadow: 2rem 0 0 #fc3b40, -2rem 0 0 #fc3b40;
  font-size: 4rem;
  padding: 0 0 0.2rem;
}

/* line 59, ../scss/partials/mobile/_headings.scss */
.hd-n {
  font-size: 6rem;
}

/* line 63, ../scss/partials/mobile/_headings.scss */
.hd-o {
  font-size: 1.8rem;
}

/* line 67, ../scss/partials/mobile/_headings.scss */
.hd-p {
  font-size: 6rem;
}

/* line 71, ../scss/partials/mobile/_headings.scss */
.hd-q {
  font-size: 6rem;
}

/* line 75, ../scss/partials/mobile/_headings.scss */
.hd-r {
  font-size: 2.5rem;
}

/* line 79, ../scss/partials/mobile/_headings.scss */
.hd-u {
  font-size: 4.2rem;
}

/* line 1, ../scss/partials/mobile/_typography.scss */
.caption {
  font-size: 2.5rem;
  line-height: 1.4;
}

/* line 6, ../scss/partials/mobile/_typography.scss */
.credit {
  font-size: 2rem;
  line-height: 1.4;
}

/* line 11, ../scss/partials/mobile/_typography.scss */
.byline {
  font-size: 2.5rem;
  line-height: 1.4;
}

/* line 16, ../scss/partials/mobile/_typography.scss */
.source {
  font-size: 2.5rem;
}
/* line 19, ../scss/partials/mobile/_typography.scss */
.source:before {
  height: 1.6rem;
  width: 1.6rem;
  margin-right: 1.2rem;
}

/* line 2, ../scss/partials/mobile/_buttons.scss */
.btn.btn--solid {
  font-size: 4rem;
  padding: 2.6rem;
}
/* line 7, ../scss/partials/mobile/_buttons.scss */
.btn.btn--view-all {
  font-size: 1.6rem;
  padding: 1.2rem 3.4rem 1.2rem 1.2rem;
}
/* line 11, ../scss/partials/mobile/_buttons.scss */
.btn.btn--view-all:before {
  font-size: 2rem;
  right: 1.2rem;
}
/* line 17, ../scss/partials/mobile/_buttons.scss */
.btn.btn--bar {
  font-size: 2.2rem;
  padding: 1.4rem 0 .75rem;
}
/* line 21, ../scss/partials/mobile/_buttons.scss */
.btn.btn--bar:before {
  font-size: 5.6rem;
  line-height: 4rem;
  margin-right: 2.2rem;
}
/* line 27, ../scss/partials/mobile/_buttons.scss */
.btn.btn--bar:after {
  height: 0.5rem;
  bottom: -0.5rem;
}
/* line 32, ../scss/partials/mobile/_buttons.scss */
.btn.btn--bar:hover {
  top: 0.2rem;
}
/* line 35, ../scss/partials/mobile/_buttons.scss */
.btn.btn--bar:hover:after {
  height: 0.3rem;
  bottom: -0.3rem;
}
/* line 41, ../scss/partials/mobile/_buttons.scss */
.btn.btn--nav {
  font-size: 2.2rem;
  padding: 1.4rem 0 .75rem;
}
/* line 45, ../scss/partials/mobile/_buttons.scss */
.btn.btn--nav:before {
  font-size: 5.6rem;
  line-height: 4rem;
  margin-right: 2.2rem;
}
/* line 51, ../scss/partials/mobile/_buttons.scss */
.btn.btn--nav:after {
  height: 0.5rem;
  bottom: -0.5rem;
}
/* line 56, ../scss/partials/mobile/_buttons.scss */
.btn.btn--nav:hover {
  top: 0.2rem;
}
/* line 59, ../scss/partials/mobile/_buttons.scss */
.btn.btn--nav:hover:after {
  height: 0.3rem;
  bottom: -0.3rem;
}
/* line 66, ../scss/partials/mobile/_buttons.scss */
.btn:active {
  top: 0.5rem;
  box-shadow: inset 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.2);
}
/* line 70, ../scss/partials/mobile/_buttons.scss */
.btn:active:after {
  height: 0;
  bottom: 0;
}
/* line 77, ../scss/partials/mobile/_buttons.scss */
.btn.btn--rectangle {
  font-size: 4rem;
  padding: 2rem 2rem 0 1.3rem;
  margin-bottom: .7rem;
}
/* line 82, ../scss/partials/mobile/_buttons.scss */
.btn.btn--rectangle:before {
  font-family: 'icons';
  font-size: 6rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.4rem 0 0;
}
/* line 92, ../scss/partials/mobile/_buttons.scss */
.btn.btn--square {
  font-size: 1.6rem;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 0.3rem;
}
/* line 98, ../scss/partials/mobile/_buttons.scss */
.btn.btn--square:before {
  font-size: 5rem;
  padding-top: 1.6rem;
}
/* line 104, ../scss/partials/mobile/_buttons.scss */
.btn.btn--square:hover:after {
  height: 0.5rem;
}
/* line 110, ../scss/partials/mobile/_buttons.scss */
.btn.btn--load-more {
  font-size: 4.2rem;
  margin-bottom: 16rem;
}
/* line 114, ../scss/partials/mobile/_buttons.scss */
.btn.btn--load-more:before {
  font-size: 19.6rem;
  bottom: -19.2rem;
}
/* line 119, ../scss/partials/mobile/_buttons.scss */
.btn.btn--load-more:hover {
  top: 0.8rem;
}
/* line 122, ../scss/partials/mobile/_buttons.scss */
.btn.btn--load-more:hover:before {
  bottom: -20.4rem;
}
/* line 128, ../scss/partials/mobile/_buttons.scss */
.btn.btn--take-action {
  font-size: 2rem;
  padding: 1.2rem;
  top: 2.4rem;
  margin-bottom: -1rem;
}
/* line 134, ../scss/partials/mobile/_buttons.scss */
.btn.btn--take-action:after {
  height: 0.5rem;
  position: absolute;
  bottom: -0.5rem;
}
/* line 140, ../scss/partials/mobile/_buttons.scss */
.btn.btn--take-action:hover {
  top: 2.6rem;
}
/* line 143, ../scss/partials/mobile/_buttons.scss */
.btn.btn--take-action:hover:after {
  height: 0.3rem;
  bottom: -0.3rem;
}
/* line 149, ../scss/partials/mobile/_buttons.scss */
.btn.btn--take-action:active {
  top: 2.9rem;
  box-shadow: inset 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.2);
}
/* line 153, ../scss/partials/mobile/_buttons.scss */
.btn.btn--take-action:active:after {
  height: 0;
  bottom: 0;
}
/* line 160, ../scss/partials/mobile/_buttons.scss */
.btn.btn--sticky-take-action-mobile {
  background-color: #fc3b40;
}
/* line 163, ../scss/partials/mobile/_buttons.scss */
.btn.btn--sticky-take-action-mobile:after {
  background-color: #c1272b;
}
/* line 168, ../scss/partials/mobile/_buttons.scss */
.btn.btn--email {
  background-color: #5d5f5f;
}
/* line 171, ../scss/partials/mobile/_buttons.scss */
.btn.btn--email:after {
  background-color: #424343;
}
/* line 176, ../scss/partials/mobile/_buttons.scss */
.btn.btn--external {
  padding: 1rem 2.6rem 2rem;
}
/* line 179, ../scss/partials/mobile/_buttons.scss */
.btn.btn--external:before {
  font-size: 6rem;
  top: 1.2rem;
}

/* line 1, ../scss/partials/mobile/_forms.scss */
.form-element {
  margin-bottom: 2.2rem;
}
/* line 4, ../scss/partials/mobile/_forms.scss */
.form-element label {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  margin-left: 1.8rem;
  text-align: left;
}
/* line 11, ../scss/partials/mobile/_forms.scss */
.form-element .text-input {
  font-size: 2.4rem;
  padding: 2.8rem 2.4rem;
}
/* line 16, ../scss/partials/mobile/_forms.scss */
.form-element .text-area {
  font-size: 2.4rem;
  min-height: 18rem;
  padding: 1.4rem 1.6rem;
}

/* line 23, ../scss/partials/mobile/_forms.scss */
.join-us__email {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-right-width: 0px;
  position: relative;
  width: 100%;
}
/* line 30, ../scss/partials/mobile/_forms.scss */
.join-us__email input[type="email"] {
  border: 0 none;
  box-shadow: none;
  outline: none;
  padding: 1.2rem 0 0 0;
  line-height: 1.2;
  width: 54%;
}
/* line 39, ../scss/partials/mobile/_forms.scss */
.join-us__email .btn--subscribe {
  background-color: #fd6464;
  color: #fff;
  margin: 0;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  float: right;
}
/* line 47, ../scss/partials/mobile/_forms.scss */
.join-us__email .btn--subscribe:hover {
  background-color: #0098d8;
}
/* line 52, ../scss/partials/mobile/_forms.scss */
.join-us__email:before {
  color: #eeeeee;
  display: block;
  position: absolute;
}

/* line 1, ../scss/partials/mobile/_nav.scss */
#page-header {
  height: 13rem;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* logo and slogan */
/* line 10, ../scss/partials/mobile/_nav.scss */
.site-logo img {
  width: 30rem;
}
/* line 14, ../scss/partials/mobile/_nav.scss */
.site-logo.site-logo--slogan {
  margin-top: 4.6rem;
}
/* line 17, ../scss/partials/mobile/_nav.scss */
.site-logo.site-logo--slogan .slogan {
  margin-left: 3.6rem;
}

/* more stories toggle */
/* line 24, ../scss/partials/mobile/_nav.scss */
.more-stories-toggle {
  font-size: 6rem;
  padding-top: 3.8rem;
}

/* more stories mobile panel */
/* line 30, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer {
  background-color: #003046;
  height: 100%;
  width: 47rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}
/* line 42, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .drawer-unit {
  display: block;
  padding: 4.2rem 3.2rem 4.2rem 6.2rem;
}
/* line 46, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .drawer-unit.drawer-unit--dark {
  background-color: #002130;
}
/* line 49, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .drawer-unit.drawer-unit--member-nav {
  background-color: #f6f6f6;
}
/* line 51, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .drawer-unit.drawer-unit--member-nav a {
  color: #003046;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  position: relative;
}
/* line 57, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .drawer-unit.drawer-unit--member-nav a span.count {
  position: absolute;
  top: 0;
  right: 0;
  background: #dd322c;
  border-radius: 13px;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 13px;
  height: 23px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  width: 23px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* line 57, ../scss/partials/mobile/_nav.scss */
  .more-stories-drawer .drawer-unit.drawer-unit--member-nav a span.count {
    top: -6px;
  }
}
/* line 80, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .drawer-unit.drawer-unit--member-nav li.notifications ul.submenu {
  margin-left: 3rem;
  display: none;
}
/* line 88, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .site-logo {
  display: block;
  margin: 0 0 3.2rem;
}
/* line 93, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer #page-search {
  position: relative;
}
/* line 96, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer #page-search [for='panel-search'] {
  font-size: 3.4rem;
  position: absolute;
  left: 2rem;
  top: 1.6rem;
  color: #fff;
}
/* line 104, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer #page-search #panel-search {
  border: 0 none;
  border-radius: 0;
  position: relative;
  background-color: #002130;
  padding: 1.4rem;
  padding-left: 6.4rem;
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
}
/* line 115, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer #page-search #panel-search label {
  top: 1.4rem;
  left: 1.4rem;
  font-size: 3rem;
}
/* line 127, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .trending-topics .trending-topics__list li {
  display: block;
  margin-top: 3.2rem;
}
/* line 132, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .trending-topics .trending-topics__list .trending-topics__topic {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 145, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .categories .categories__list li {
  display: block;
  margin-top: 3.2rem;
}
/* line 150, ../scss/partials/mobile/_nav.scss */
.more-stories-drawer .categories .categories__list .categories__category {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  text-ransform: capitalize;
  -webkit-font-smoothing: antialiased;
}

/* mobile panel */
/* line 164, ../scss/partials/mobile/_nav.scss */
body.panel--is-open #page-wrapper {
  overflow-x: hidden;
  right: 47rem;
}
/* line 168, ../scss/partials/mobile/_nav.scss */
body.panel--is-open #page-wrapper #page-content {
  pointer-events: none;
  overflow: hidden;
}
/* line 174, ../scss/partials/mobile/_nav.scss */
body.panel--is-open #page-header {
  background-color: #fff;
  right: 47rem;
}
/* line 178, ../scss/partials/mobile/_nav.scss */
body.panel--is-open #page-header .more-stories-toggle {
  color: #003046;
}

/* line 1, ../scss/partials/mobile/_footer.scss */
#page-footer {
  height: 66rem;
  width: 100%;
}

/* line 6, ../scss/partials/mobile/_footer.scss */
.site-logo--footer {
  padding-top: 4.6rem;
  text-align: center;
}

/* line 11, ../scss/partials/mobile/_footer.scss */
.copyright {
  font-size: 2rem;
  margin-bottom: 4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/* line 19, ../scss/partials/mobile/_footer.scss */
.footer-links {
  margin: 3.8rem 0 4.2rem;
}
/* line 22, ../scss/partials/mobile/_footer.scss */
.footer-links li {
  padding: 1.8rem 0 1.8rem 1.4rem;
  border-top: 1px solid #003046;
}
/* line 26, ../scss/partials/mobile/_footer.scss */
.footer-links li:first-child {
  border-top: 0 none;
}

/* line 32, ../scss/partials/mobile/_footer.scss */
.footer-links__link {
  color: #fff;
  font-size: 3.2rem;
  -webkit-font-smoothing: antialiased;
}

/* hero */
/* line 2, ../scss/partials/mobile/_components.scss */
.hero {
  margin-bottom: 7.6rem;
}

/* rubric */
/* line 7, ../scss/partials/mobile/_components.scss */
.rubric {
  font-size: 2rem;
  padding: 1.2rem 1.6rem;
  margin-bottom: 2.4rem;
}

/* line 13, ../scss/partials/mobile/_components.scss */
.rubric--original {
  margin-left: 4rem;
}
/* line 16, ../scss/partials/mobile/_components.scss */
.rubric--original:before {
  font-size: 2.7rem;
  line-height: 1.75;
  left: -4rem;
  width: 4rem;
}

/* story tease */
/* line 25, ../scss/partials/mobile/_components.scss */
.story--tease {
  padding: 2rem 0;
  margin-bottom: 3.4rem;
}
/* line 29, ../scss/partials/mobile/_components.scss */
.story--tease .type-indicator-container {
  text-align: left;
  margin-top: 4.4rem;
  margin-left: 4.4rem;
}
/* line 35, ../scss/partials/mobile/_components.scss */
.story--tease .story__dek {
  font-size: 3.4rem;
  line-height: 1.4;
  margin-top: 1.4rem;
}
/* line 41, ../scss/partials/mobile/_components.scss */
.story--tease .support-cause {
  margin-top: 2.8rem;
}
/* line 45, ../scss/partials/mobile/_components.scss */
.story--tease .story__feature {
  width: 100%;
}
/* line 48, ../scss/partials/mobile/_components.scss */
.story--tease .story__feature img {
  width: 100%;
}

/* line 54, ../scss/partials/mobile/_components.scss */
.story__hed {
  margin-bottom: 1rem;
}

/* support cause */
/* line 59, ../scss/partials/mobile/_components.scss */
.support-cause {
  height: 6.2rem;
  margin-left: 3.1rem;
  border-top-right-radius: 3.1rem;
  border-bottom-right-radius: 3.1rem;
  max-width: 80vw;
}
/* line 67, ../scss/partials/mobile/_components.scss */
.support-cause .indicator.indicator--module {
  height: 6.2rem;
  width: 6.2rem;
  margin-left: -3.1rem;
}
/* line 72, ../scss/partials/mobile/_components.scss */
.support-cause .indicator.indicator--module:before {
  font-size: 4.6rem;
  line-height: 1.64;
}
/* line 79, ../scss/partials/mobile/_components.scss */
.support-cause .support-cause__content {
  max-width: 70vw;
}
/* line 83, ../scss/partials/mobile/_components.scss */
.support-cause .support-cause__heading {
  margin-bottom: 2.8rem;
}
/* line 87, ../scss/partials/mobile/_components.scss */
.support-cause .support-cause__data {
  font-size: 4rem;
}
/* line 90, ../scss/partials/mobile/_components.scss */
.support-cause .support-cause__data .super {
  font-size: 2.5rem;
  top: -2.5rem;
}
/* line 96, ../scss/partials/mobile/_components.scss */
.support-cause .support-cause__label {
  font-size: 2.5rem;
  top: -0.8rem;
  -webkit-font-smoothing: antialiased;
}
/* line 103, ../scss/partials/mobile/_components.scss */
.support-cause .support-cause__message {
  font-size: 2.8rem;
  max-width: 70vw;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 2;
}
/* line 113, ../scss/partials/mobile/_components.scss */
.support-cause .support-cause__separator {
  font-size: 8.8rem;
  line-height: 3.4rem;
  margin: 0 1rem;
}

/* sponsor */
/* line 121, ../scss/partials/mobile/_components.scss */
.sponsor {
  font-size: 1.3rem;
}
/* line 124, ../scss/partials/mobile/_components.scss */
.sponsor .sponsor__logo {
  margin-left: 1.6rem;
}

/* indicator */
/* line 131, ../scss/partials/mobile/_components.scss */
.indicator.indicator--module {
  width: 13.6rem;
  height: 13.6rem;
}
/* line 135, ../scss/partials/mobile/_components.scss */
.indicator.indicator--module:before {
  font-size: 8rem;
  line-height: 1.88;
}
/* line 141, ../scss/partials/mobile/_components.scss */
.indicator.indicator--title {
  width: 11.5rem;
  height: 11.5rem;
}
/* line 145, ../scss/partials/mobile/_components.scss */
.indicator.indicator--title:before {
  font-size: 7.2rem;
  line-height: 1.6;
}
/* line 150, ../scss/partials/mobile/_components.scss */
.indicator.indicator--title.indicator--text {
  margin-bottom: -1.2rem;
}
/* line 153, ../scss/partials/mobile/_components.scss */
.indicator.indicator--title.indicator--text:before {
  font-size: 5rem;
  line-height: 1.5;
}
/* line 158, ../scss/partials/mobile/_components.scss */
.indicator.indicator--title.indicator--text .indicator__heading {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: -2.6rem;
}
/* line 164, ../scss/partials/mobile/_components.scss */
.indicator.indicator--title.indicator--text .indicator__subheading {
  font-size: 1.6rem;
}
/* line 170, ../scss/partials/mobile/_components.scss */
.indicator.indicator--take-action {
  width: 5.2rem;
  height: 5.2rem;
  top: -4rem;
  font-size: 4rem;
  margin-bottom: -2rem;
  line-height: 5.8rem;
}

/* type indicator */
/* line 181, ../scss/partials/mobile/_components.scss */
.type-indicator {
  width: 8rem;
  height: 8rem;
}
/* line 185, ../scss/partials/mobile/_components.scss */
.type-indicator:before {
  font-size: 4.4rem;
}
/* line 190, ../scss/partials/mobile/_components.scss */
.type-indicator.icon_video:before {
  line-height: 1.6;
}

/* line 196, ../scss/partials/mobile/_components.scss */
.widget_youtube_responsive {
  margin-bottom: 12rem;
}
/* line 197, ../scss/partials/mobile/_components.scss */
.widget_youtube_responsive .widgettitle {
  font-size: 4rem;
  width: 100%;
  display: block;
  max-width: 100%;
}
/* line 204, ../scss/partials/mobile/_components.scss */
.widget_youtube_responsive iframe {
  width: 100%;
  max-width: none;
  height: auto;
}

/* line 213, ../scss/partials/mobile/_components.scss */
.google_top_posts {
  width: 100%;
  margin-bottom: 12rem;
}
/* line 218, ../scss/partials/mobile/_components.scss */
.google_top_posts .widgettitle {
  font-size: 4rem;
}
/* line 222, ../scss/partials/mobile/_components.scss */
.google_top_posts li {
  padding: 4rem 0;
}
/* line 225, ../scss/partials/mobile/_components.scss */
.google_top_posts li a {
  font-size: 3.2rem;
}

/* line 236, ../scss/partials/mobile/_components.scss */
.sidebar .widget_sp_image {
  max-width: none;
}

/* module */
/* line 244, ../scss/partials/mobile/_components.scss */
.module.module--sidebar {
  width: 100%;
  margin-bottom: 12rem;
}
/* line 249, ../scss/partials/mobile/_components.scss */
.module.module--bg {
  padding: 4rem;
}
/* line 252, ../scss/partials/mobile/_components.scss */
.module.module--bg:before {
  height: 0.7rem;
}
/* line 256, ../scss/partials/mobile/_components.scss */
.module.module--bg header {
  margin-top: -10.4rem;
  margin-bottom: 2rem;
}
/* line 261, ../scss/partials/mobile/_components.scss */
.module.module--bg .module__heading {
  padding: 1rem 2rem 0.2rem;
  top: -3rem;
}
/* line 265, ../scss/partials/mobile/_components.scss */
.module.module--bg .module__heading:before, .module.module--bg .module__heading:after {
  font-size: 2.6rem;
  position: relative;
  top: -0.6rem;
}
/* line 272, ../scss/partials/mobile/_components.scss */
.module.module--bg .module__heading:before {
  margin-right: 1.8rem;
}
/* line 276, ../scss/partials/mobile/_components.scss */
.module.module--bg .module__heading:after {
  margin-left: 1.8rem;
}
/* line 281, ../scss/partials/mobile/_components.scss */
.module.module--bg p {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
/* line 288, ../scss/partials/mobile/_components.scss */
.module.module--bg.module--blue .module__heading {
  box-shadow: 0 4px 0 #eeeeee, 0 9px 0 #002130;
}
/* line 294, ../scss/partials/mobile/_components.scss */
.module.module--bg.module--red .module__heading {
  box-shadow: 0 4px 0 #eeeeee, 0 9px 0 #832f2d;
}
/* line 302, ../scss/partials/mobile/_components.scss */
.module.module--list:after {
  height: 0.7rem;
  bottom: -0.7rem;
}
/* line 307, ../scss/partials/mobile/_components.scss */
.module.module--list .module__heading {
  padding-bottom: 1.2rem;
}
/* line 312, ../scss/partials/mobile/_components.scss */
.module.module--list .story-list li {
  padding: 4rem 0;
}
/* line 316, ../scss/partials/mobile/_components.scss */
.module.module--list .story-list .story__feature {
  width: 100%;
  margin-bottom: 2.2rem;
}
/* line 322, ../scss/partials/mobile/_components.scss */
.module.module--list.module--horizontal {
  margin: 7.6rem 0;
}
/* line 327, ../scss/partials/mobile/_components.scss */
.module.module--pull {
  margin: -37.6rem;
  width: 32rem;
}
/* line 333, ../scss/partials/mobile/_components.scss */
.module.module--image-overlay .story {
  padding: 3.4rem;
}
/* line 337, ../scss/partials/mobile/_components.scss */
.module.module--image-overlay .sponsor {
  margin-top: 12rem;
}

/* line 348, ../scss/partials/mobile/_components.scss */
.story-signup .form-fields .btn--solid {
  font-size: 2rem;
}

/* pullquote */
/* line 355, ../scss/partials/mobile/_components.scss */
.pullquote {
  margin: 3.2rem 0 7.6rem;
}
/* line 358, ../scss/partials/mobile/_components.scss */
.pullquote:before {
  font-size: 5.78rem;
  line-height: 1.54;
  width: 8rem;
  height: 8rem;
  margin-bottom: 2.2rem;
}
/* line 366, ../scss/partials/mobile/_components.scss */
.pullquote .pullquote__quote {
  margin-bottom: 3.4rem;
}
/* line 370, ../scss/partials/mobile/_components.scss */
.pullquote .pullquote__attribution {
  font-size: 4rem;
}

/* tags */
/* line 376, ../scss/partials/mobile/_components.scss */
.tag-tag {
  font-size: 2.5rem;
  padding: 0.8rem 1rem;
}

/* author */
/* line 382, ../scss/partials/mobile/_components.scss */
.author-box {
  margin-bottom: 14rem;
  padding: 4rem;
}

/* line 388, ../scss/partials/mobile/_components.scss */
.author-box--curated .author__portrait {
  width: 18rem;
  height: 18rem;
}

/* line 394, ../scss/partials/mobile/_components.scss */
.author__portrait {
  margin: 0 auto 2.2rem;
  width: 23rem;
  height: 23rem;
}

/* line 400, ../scss/partials/mobile/_components.scss */
.author__url {
  font-size: 2.4rem;
  margin-bottom: 2.6rem;
}
/* line 404, ../scss/partials/mobile/_components.scss */
.author__url:hover {
  color: #fc3b40;
}

/* line 409, ../scss/partials/mobile/_components.scss */
.social {
  margin-bottom: 4rem;
}
/* line 412, ../scss/partials/mobile/_components.scss */
.social li {
  margin-left: 0.6rem;
  margin-bottom: 0.6rem;
}
/* line 417, ../scss/partials/mobile/_components.scss */
.social .icon {
  font-size: 5rem;
  height: 6rem;
  width: 6rem;
}

/* line 424, ../scss/partials/mobile/_components.scss */
.author__byline {
  text-align: center;
  margin-bottom: 3.4rem;
}
/* line 427, ../scss/partials/mobile/_components.scss */
.author__byline .author__byline__prefix {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
}

/* line 435, ../scss/partials/mobile/_components.scss */
.author__bio {
  color: #333333;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/* prev/next */
/* line 445, ../scss/partials/mobile/_components.scss */
.prev-next {
  padding-top: 3.4rem;
  margin-bottom: 0.6rem;
}
/* line 449, ../scss/partials/mobile/_components.scss */
.prev-next .prev-next__link {
  font-size: 0;
}
/* line 452, ../scss/partials/mobile/_components.scss */
.prev-next .prev-next__link .icon {
  font-size: 26.6rem;
}
/* line 457, ../scss/partials/mobile/_components.scss */
.prev-next .prev-next__link.prev-next__link--prev .icon {
  margin-left: 6.6rem;
}
/* line 463, ../scss/partials/mobile/_components.scss */
.prev-next .prev-next__link.prev-next__link--next .icon {
  margin-right: 6.6rem;
}
/* line 469, ../scss/partials/mobile/_components.scss */
.prev-next .story__hed {
  display: none;
}

/* read next */
/* line 475, ../scss/partials/mobile/_components.scss */
.read-next {
  padding-bottom: 2.2rem;
}
/* line 478, ../scss/partials/mobile/_components.scss */
.read-next .read-next__heading {
  padding-bottom: 1.2rem;
}
/* line 482, ../scss/partials/mobile/_components.scss */
.read-next .story--tease {
  margin-bottom: 3.4rem;
}
/* line 485, ../scss/partials/mobile/_components.scss */
.read-next .story--tease .story__feature {
  margin-bottom: -1.4rem;
}

/* line 4, ../scss/partials/mobile/_carousels.scss */
.carousel-item .v-align__inner {
  padding-bottom: 1rem;
}
/* line 9, ../scss/partials/mobile/_carousels.scss */
.carousel-item.active .v-align__inner {
  padding-bottom: 3.4rem;
}

/* line 15, ../scss/partials/mobile/_carousels.scss */
.carousel-item__title {
  margin-bottom: 3.4rem;
}

/* line 19, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel {
  overflow: visible;
}
/* line 22, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel .carousel__pagination {
  position: absolute;
  right: 4.4rem;
  bottom: 0.2rem;
}
/* line 27, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel .carousel__pagination a {
  background-color: #ccd6da;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 1.3rem;
  margin-left: 1.6rem;
  width: 1.3rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 39, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel .carousel__pagination a.selected {
  background-color: #000;
}

/* line 47, ../scss/partials/mobile/_carousels.scss */
.hero--story .carousel__pagination {
  bottom: -4rem;
}

/* line 54, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek.carousel--series .carousel--series__image {
  display: none;
  visiblity: hidden;
}
/* line 58, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek.carousel--series .carousel--series__image:first-child {
  width: 100%;
  display: block;
  visibility: visible;
}
/* line 66, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek .caroufredsel_wrapper {
  overflow: visible;
}
/* line 70, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek .carousel-item {
  box-shadow: -20px 0 0 white;
  width: 52.6rem;
  height: 30.2rem;
  overflow: hidden;
}
/* line 76, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek .carousel-item.active {
  overflow: visible;
}
/* line 80, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek .carousel-item .carousel--peek__image {
  width: 52.6rem;
  height: 30.2rem;
}
/* line 85, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek .carousel-item .carousel--series__images {
  width: 52.6rem;
  height: 30.2rem;
}
/* line 91, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek .carousel-item__overlay {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
/* line 95, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek .mobile-carousel__external-container {
  margin-top: -5.6rem;
  opacity: 1;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 103, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek .mobile-carousel__external-container .carousel-item__title {
  margin: 2.4rem 0;
  text-align: center;
}
/* line 108, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek .mobile-carousel__external-container.transitioning {
  opacity: 0;
  top: 1.2rem;
}
/* line 114, ../scss/partials/mobile/_carousels.scss */
.mobile-carousel--peek .mobile-carousel__caption {
  text-align: center;
}

/* line 1, ../scss/partials/mobile/_modal.scss */
.modal {
  top: 52%;
}

/* line 7, ../scss/partials/mobile/_modal.scss */
.modal .module.module--bg header {
  margin-bottom: 0;
}

/* line 13, ../scss/partials/mobile/_modal.scss */
.modal__heading {
  margin-bottom: 3.4rem;
}

/* line 18, ../scss/partials/mobile/_modal.scss */
.modal--join-us__social .btn {
  margin-bottom: 2.2rem;
}

/* line 23, ../scss/partials/mobile/_modal.scss */
.join-us__email {
  font-size: 2.4rem;
  line-height: 5.4rem;
  height: 5.4rem;
  padding-left: 6.6rem;
}
/* line 29, ../scss/partials/mobile/_modal.scss */
.join-us__email input[type="email"] {
  border-radius: 0;
  font-size: 2.4rem;
}
/* line 34, ../scss/partials/mobile/_modal.scss */
.join-us__email .btn--subscribe {
  font-size: 2.4rem;
  line-height: 5.4rem;
  padding: 0 2.8rem;
  height: 5.4rem;
  position: relative;
  top: -1px;
}
/* line 43, ../scss/partials/mobile/_modal.scss */
.join-us__email:before {
  font-size: 3rem;
  left: 2.2rem;
  top: 0.4rem;
}

/* line 50, ../scss/partials/mobile/_modal.scss */
.modal__close {
  border: 0 none;
  outline: 0;
  font-size: 6rem;
  top: -6rem;
  right: -6rem;
}

/* line 60, ../scss/partials/mobile/_modal.scss */
.modal--join-us .modal--join-us__opt-out {
  color: #fff;
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  bottom: -7rem;
  font-size: 3rem;
}
/* line 71, ../scss/partials/mobile/_modal.scss */
.modal--join-us .modal--join-us__opt-out a {
  color: #0098d8;
  font-weight: 700;
}
/* line 75, ../scss/partials/mobile/_modal.scss */
.modal--join-us .modal--join-us__opt-out a:hover {
  color: #fc3b40;
}

/* hero */
/* line 2, ../scss/partials/mobile/_homepage.scss */
.hero--homepage {
  height: 60rem;
  overflow-x: hidden;
}
/* line 6, ../scss/partials/mobile/_homepage.scss */
.hero--homepage .link-wrapper {
  pointer-events: all;
}
/* line 12, ../scss/partials/mobile/_homepage.scss */
.hero--homepage.mobile-carousel--single .caroufredsel_wrapper {
  height: 56rem !important;
  overflow: visible !important;
}
/* line 17, ../scss/partials/mobile/_homepage.scss */
.hero--homepage.mobile-carousel--single .hero__entry {
  height: 56rem;
  width: 100%;
}
/* line 21, ../scss/partials/mobile/_homepage.scss */
.hero--homepage.mobile-carousel--single .hero__entry .type-indicator {
  margin-top: 4.4rem;
  margin-left: 4.4rem;
}
/* line 26, ../scss/partials/mobile/_homepage.scss */
.hero--homepage.mobile-carousel--single .hero__entry .story__hed {
  max-width: 70rem;
  margin-bottom: 3.4rem;
}
/* line 31, ../scss/partials/mobile/_homepage.scss */
.hero--homepage.mobile-carousel--single .hero__entry .story--hero {
  bottom: 0rem;
  padding: 2.4rem 4.4rem 2.4rem;
}
/* line 35, ../scss/partials/mobile/_homepage.scss */
.hero--homepage.mobile-carousel--single .hero__entry .story--hero .story_dek {
  font-size: 2.8rem;
}
/* line 40, ../scss/partials/mobile/_homepage.scss */
.hero--homepage.mobile-carousel--single .hero__entry .credit {
  color: #fff;
  display: block;
  margin-top: 2.8rem;
}

/* line 50, ../scss/partials/mobile/_homepage.scss */
.support-cause--hero .support-cause__heading {
  margin-bottom: 1.4rem;
}
/* line 54, ../scss/partials/mobile/_homepage.scss */
.support-cause--hero .support-cause__separator {
  font-size: 8.8rem;
  line-height: 3.4rem;
}

/* river */
/* line 62, ../scss/partials/mobile/_homepage.scss */
.river--one-col .story-teases {
  margin-bottom: 2.8rem;
}
/* line 65, ../scss/partials/mobile/_homepage.scss */
.river--one-col .story-teases .story--tease {
  margin-bottom: 0rem;
}
/* line 69, ../scss/partials/mobile/_homepage.scss */
.river--one-col .story-teases .story--tease:last-child {
  margin-bottom: 3.4rem;
}
/* line 75, ../scss/partials/mobile/_homepage.scss */
.river--one-col .story-teases .story--tease:hover .story__feature:before {
  height: 0.7rem;
}
/* line 81, ../scss/partials/mobile/_homepage.scss */
.river--one-col .story-teases .story--tease .sponsor {
  padding: 0.8rem 1.6rem;
  left: -1rem;
  bottom: 4.6rem;
}
/* line 88, ../scss/partials/mobile/_homepage.scss */
.river--one-col .story-teases .story__feature {
  width: 100%;
}
/* line 92, ../scss/partials/mobile/_homepage.scss */
.river--one-col .story-teases .story__header {
  position: relative;
}
/* line 96, ../scss/partials/mobile/_homepage.scss */
.river--one-col .story-teases .story__hed {
  margin-bottom: 2.8rem;
}
/* line 101, ../scss/partials/mobile/_homepage.scss */
.river--one-col .sidebar {
  margin-top: 6.6rem;
}

/* join us module */
/* line 108, ../scss/partials/mobile/_homepage.scss */
.join-us .btn--bar {
  margin-bottom: 2.1rem;
}

/* line 1, ../scss/partials/mobile/_story.scss */
.hero--story {
  background-color: #061822;
  min-height: 34rem;
}
/* line 5, ../scss/partials/mobile/_story.scss */
.hero--story.hero--image {
  height: 53.2rem;
}
/* line 8, ../scss/partials/mobile/_story.scss */
.hero--story.hero--image .hero-read {
  display: none;
}
/* line 13, ../scss/partials/mobile/_story.scss */
.hero--story.hero-widescreen-image {
  display: none;
}
/* line 16, ../scss/partials/mobile/_story.scss */
.hero--story.hero-widescreen-image .hero-read {
  display: none;
}
/* line 24, ../scss/partials/mobile/_story.scss */
.story__main-column .hero--story.hero--image, .story__main-column .hero--story.hero--video {
  height: auto;
}
/* line 27, ../scss/partials/mobile/_story.scss */
.story__main-column .hero--story.hero--image img, .story__main-column .hero--story.hero--video img {
  max-width: 100%;
}
/* line 33, ../scss/partials/mobile/_story.scss */
.story__main-column .hero--story.hero--image .hero-information .container, .story__main-column .hero--story.hero--video .hero-information .container {
  padding: 0;
}
/* line 41, ../scss/partials/mobile/_story.scss */
.hero--story.hero--image .hero-information, .hero--story.hero--video .hero-information {
  background-color: #fff;
  top: 0;
}
/* line 46, ../scss/partials/mobile/_story.scss */
.hero--story.hero--image .hero-information.is-long:hover, .hero--story.hero--video .hero-information.is-long:hover {
  background-color: #ccd6da;
}
/* line 50, ../scss/partials/mobile/_story.scss */
.hero--story.hero--image .hero-information.is-long.is-open, .hero--story.hero--video .hero-information.is-long.is-open {
  background-color: #fff;
}
/* line 56, ../scss/partials/mobile/_story.scss */
.hero--story.hero--image .hero-information .hero-information__caption, .hero--story.hero--video .hero-information .hero-information__caption {
  color: #003046;
}
/* line 60, ../scss/partials/mobile/_story.scss */
.hero--story.hero--image .hero-information .hero-information__credit, .hero--story.hero--video .hero-information .hero-information__credit {
  color: #688390;
}
/* line 64, ../scss/partials/mobile/_story.scss */
.hero--story.hero--image .hero-information .widescreen-hero-information__caption, .hero--story.hero--video .hero-information .widescreen-hero-information__caption {
  color: #003046;
}
/* line 68, ../scss/partials/mobile/_story.scss */
.hero--story.hero--image .hero-information .widescreen-hero-information__credit, .hero--story.hero--video .hero-information .widescreen-hero-information__credit {
  color: #688390;
}
/* line 75, ../scss/partials/mobile/_story.scss */
.hero--story.hero--carousel .carousel {
  background-color: #061822;
  height: 42.6rem;
}
/* line 80, ../scss/partials/mobile/_story.scss */
.hero--story.hero--carousel .carousel-item {
  height: 42.6rem;
  width: 100%;
}
/* line 85, ../scss/partials/mobile/_story.scss */
.hero--story.hero--carousel .carousel--peek__image {
  height: 42.6rem;
  width: 82rem;
}
/* line 90, ../scss/partials/mobile/_story.scss */
.hero--story.hero--carousel .carousel__controls {
  display: none;
}
/* line 94, ../scss/partials/mobile/_story.scss */
.hero--story.hero--carousel .carousel__pagination {
  bottom: -3.2rem;
}
/* line 97, ../scss/partials/mobile/_story.scss */
.hero--story.hero--carousel .carousel__pagination .selected {
  background-color: #0098d8;
}
/* line 102, ../scss/partials/mobile/_story.scss */
.hero--story.hero--carousel .hero-imformation {
  padding: 5.6rem 0 2.2rem;
  bottom: 0;
}
/* line 109, ../scss/partials/mobile/_story.scss */
.hero--story.hero--video .hero--video__container {
  max-width: 67.8rem;
}
/* line 113, ../scss/partials/mobile/_story.scss */
.hero--story.hero--video .hero-information__toggle {
  text-align: left;
}

/* line 119, ../scss/partials/mobile/_story.scss */
.hero-information {
  position: relative;
  overflow: visible;
  max-height: none;
  padding: 2.2rem 0;
}
/* line 127, ../scss/partials/mobile/_story.scss */
.hero-information .hero-information__caption {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
}
/* line 132, ../scss/partials/mobile/_story.scss */
.hero-information .hero-information__credit {
  font-size: 2rem;
}

/* line 137, ../scss/partials/mobile/_story.scss */
.story__container {
  margin-top: 7.6rem;
}
/* line 140, ../scss/partials/mobile/_story.scss */
.story__container .story__meta {
  margin-bottom: 2rem;
  font-size: 2rem;
}
/* line 147, ../scss/partials/mobile/_story.scss */
.story__container .story--page > header .story__hed {
  margin-bottom: 4.8rem;
}
/* line 151, ../scss/partials/mobile/_story.scss */
.story__container .story--page > header .story__dek {
  margin-bottom: 4.6rem;
}
/* line 157, ../scss/partials/mobile/_story.scss */
.story__container .story__content {
  margin-bottom: 12rem;
}
/* line 160, ../scss/partials/mobile/_story.scss */
.story__container .story__content p {
  font-size: 3.2rem;
  line-height: 1.32;
  margin-bottom: 3.2rem;
  -webkit-font-smoothing: antialiased;
  /* drop cap */
}
/* line 167, ../scss/partials/mobile/_story.scss */
.story__container .story__content p:first-child:first-letter {
  font-size: 12.5rem;
  margin-right: 2.6rem;
}
/* line 172, ../scss/partials/mobile/_story.scss */
.story__container .story__content p a {
  color: #0098d8;
  font-weight: 700;
}
/* line 176, ../scss/partials/mobile/_story.scss */
.story__container .story__content p a:hover {
  color: #fc3b40;
}
/* line 182, ../scss/partials/mobile/_story.scss */
.story__container .story__content > h1 {
  margin-bottom: 3.4rem;
  font-size: 5.4rem;
  padding-bottom: 1.2rem;
}
/* line 188, ../scss/partials/mobile/_story.scss */
.story__container .story__content > h2 {
  font-size: 4rem;
  margin-bottom: 2.8rem;
}
/* line 193, ../scss/partials/mobile/_story.scss */
.story__container .story__content > h3 {
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
}
/* line 198, ../scss/partials/mobile/_story.scss */
.story__container .story__content > h4 {
  font-size: 2rem;
  margin-bottom: 2.2rem;
}
/* line 203, ../scss/partials/mobile/_story.scss */
.story__container .story__content > h5 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
/* line 208, ../scss/partials/mobile/_story.scss */
.story__container .story__content > h6 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
/* line 213, ../scss/partials/mobile/_story.scss */
.story__container .story__content > ol {
  margin: 7.6rem 0;
  padding-left: 11rem;
}
/* line 217, ../scss/partials/mobile/_story.scss */
.story__container .story__content > ol li {
  font-size: 3.2rem;
  margin-bottom: 4.2rem;
}
/* line 221, ../scss/partials/mobile/_story.scss */
.story__container .story__content > ol li:before {
  font-size: 2.4rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  left: -7.6rem;
  top: -0.4rem;
}
/* line 234, ../scss/partials/mobile/_story.scss */
.story__container .story__content > ul {
  margin: 7.6rem 0;
  padding-left: 11rem;
}
/* line 238, ../scss/partials/mobile/_story.scss */
.story__container .story__content > ul li {
  font-size: 3.2rem;
  margin-bottom: 4.2rem;
}
/* line 242, ../scss/partials/mobile/_story.scss */
.story__container .story__content > ul li:before {
  font-size: 3.6rem;
  top: 0rem;
  left: -6.6rem;
}

/* line 252, ../scss/partials/mobile/_story.scss */
.take-action__social_back {
  font-size: 4rem;
  margin-top: 3rem;
}

/* multimedia */
/* line 258, ../scss/partials/mobile/_story.scss */
.multimedia {
  margin: 7.6rem 0;
}
/* line 261, ../scss/partials/mobile/_story.scss */
.multimedia .multimedia__heading {
  display: inline;
  position: relative;
  left: 2rem;
  line-height: 1.5;
}
/* line 268, ../scss/partials/mobile/_story.scss */
.multimedia .multimedia__content {
  margin-top: 3.4rem;
}
/* line 272, ../scss/partials/mobile/_story.scss */
.multimedia figcaption {
  margin-top: 2.6rem;
}
/* line 277, ../scss/partials/mobile/_story.scss */
.multimedia.multimedia--audio .multimedia__content {
  padding-bottom: 2.2rem;
}

/* line 283, ../scss/partials/mobile/_story.scss */
.multimedia__heading {
  margin-bottom: 2.4rem;
}

/* sticky */
/* line 288, ../scss/partials/mobile/_story.scss */
.story__sticky {
  padding: 0 1rem;
}

/* line 292, ../scss/partials/mobile/_story.scss */
.story__sticky-container {
  width: 16rem;
}

/* line 296, ../scss/partials/mobile/_story.scss */
.sticky-social {
  margin-bottom: 5rem;
}

/* line 300, ../scss/partials/mobile/_story.scss */
.sticky-take-action {
  padding: 1.6rem;
}

/* line 304, ../scss/partials/mobile/_story.scss */
.sticky-take-action__heading {
  margin-bottom: 0.8rem;
}

/* line 308, ../scss/partials/mobile/_story.scss */
.sticky-take-action__action {
  font-size: 1.6rem;
}

/* line 312, ../scss/partials/mobile/_story.scss */
.story__sticky-mobile {
  width: 100%;
}
/* line 314, ../scss/partials/mobile/_story.scss */
.story__sticky-mobile ul {
  list-style-type: none;
  display: table;
  width: 100%;
}
/* line 319, ../scss/partials/mobile/_story.scss */
.story__sticky-mobile ul li {
  display: table-cell;
}

/* tags */
/* line 326, ../scss/partials/mobile/_story.scss */
.story__tags {
  margin-bottom: 7.6rem;
}
/* line 330, ../scss/partials/mobile/_story.scss */
.story__tags .tags-list:before {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 2.2rem;
}
/* line 336, ../scss/partials/mobile/_story.scss */
.story__tags .tags-list li {
  margin-right: 1.4rem;
  margin-bottom: 2.2rem;
}

/* line 344, ../scss/partials/mobile/_story.scss */
.story__social {
  margin-bottom: 8rem;
}
/* line 347, ../scss/partials/mobile/_story.scss */
.story__social:first-child {
  margin-bottom: 3.4rem;
}
/* line 351, ../scss/partials/mobile/_story.scss */
.story__social .btn--bar {
  font-size: 2.6rem;
  margin-bottom: 2.4rem;
  padding: 1.4rem 0;
}
/* line 356, ../scss/partials/mobile/_story.scss */
.story__social .btn--bar:before {
  font-size: 4rem;
  line-height: 0;
  vertical-align: middle;
}

/* line 365, ../scss/partials/mobile/_story.scss */
.module.take-action {
  margin-bottom: 7.6rem;
  padding-bottom: 5rem;
  text-align: center;
  /* tweet politician take action */
}
/* line 370, ../scss/partials/mobile/_story.scss */
.module.take-action .take-action__heading {
  margin-bottom: 4rem;
}
/* line 374, ../scss/partials/mobile/_story.scss */
.module.take-action .take-action__img {
  margin: 0 auto 4rem;
}
/* line 378, ../scss/partials/mobile/_story.scss */
.module.take-action p {
  font-size: 3.2rem;
  line-height: 1.32;
  margin-bottom: 3.4rem;
}
/* line 384, ../scss/partials/mobile/_story.scss */
.module.take-action small {
  font-size: 2.2rem;
  margin: 2rem 0;
}
/* line 389, ../scss/partials/mobile/_story.scss */
.module.take-action .btn-container {
  padding: 3.4rem 0;
}
/* line 392, ../scss/partials/mobile/_story.scss */
.module.take-action .btn-container .btn {
  margin-top: 2.2rem;
}
/* line 398, ../scss/partials/mobile/_story.scss */
.module.take-action .tweet-politician__politicians .btn--twitter {
  font-size: 2.2rem;
  padding: 2.2rem;
}
/* line 406, ../scss/partials/mobile/_story.scss */
.module.take-action .tweet-politician__message {
  font-size: 3.4rem;
  padding: 2.4rem;
}
/* line 411, ../scss/partials/mobile/_story.scss */
.module.take-action .politician {
  clear: both;
  margin: 0 0 4.4rem;
}
/* line 415, ../scss/partials/mobile/_story.scss */
.module.take-action .politician:first-child {
  margin-top: 3.4rem;
}
/* line 420, ../scss/partials/mobile/_story.scss */
.module.take-action .politician__photo {
  display: block;
  width: 24rem;
  height: 24rem;
  text-align: center;
  margin: 0 auto 2.4rem;
}
/* line 428, ../scss/partials/mobile/_story.scss */
.module.take-action .politician__information {
  overflow: hidden;
  max-width: 32rem;
}
/* line 433, ../scss/partials/mobile/_story.scss */
.module.take-action .politician__name {
  margin-top: 0.6rem;
}
/* line 437, ../scss/partials/mobile/_story.scss */
.module.take-action .politician__office {
  font-size: 3.4rem;
  margin-bottom: 2.2rem;
}

/* line 444, ../scss/partials/mobile/_story.scss */
#flyout {
  display: none;
}

/* line 450, ../scss/partials/mobile/_story.scss */
.list-item .list-item-rank {
  height: 6.5rem;
  line-height: 5.5rem;
  padding: .3rem .2rem 0;
}

/* line 458, ../scss/partials/mobile/_story.scss */
.sponsorship {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.32;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 4.6rem;
}
/* line 465, ../scss/partials/mobile/_story.scss */
.story--tease .sponsorship, .hero__entry .sponsorship {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0;
}
/* line 472, ../scss/partials/mobile/_story.scss */
.story--tease .sponsorship p, .hero__entry .sponsorship p {
  display: inline-block;
  vertical-align: middle;
}
/* line 477, ../scss/partials/mobile/_story.scss */
.story--tease .sponsorship img, .hero__entry .sponsorship img {
  display: inline-block;
  vertical-align: middle;
  max-width: none;
}

/* line 1, ../scss/partials/mobile/_static.scss */
.static__container {
  margin-top: 7.6rem;
}
/* line 4, ../scss/partials/mobile/_static.scss */
.static__container .static__hed {
  margin-bottom: 1.2rem;
}
/* line 8, ../scss/partials/mobile/_static.scss */
.static__container .static__last-updated {
  font-size: 4.2rem;
  margin-bottom: 4.6rem;
}
/* line 13, ../scss/partials/mobile/_static.scss */
.static__container .static__content {
  font-size: 3.2rem;
  line-height: 1.32;
  margin-bottom: 22.6rem;
  -webkit-font-smoothing: antialiased;
}
/* line 19, ../scss/partials/mobile/_static.scss */
.static__container .static__content img {
  max-width: 100%;
  height: auto;
}
/* line 24, ../scss/partials/mobile/_static.scss */
.static__container .static__content p {
  font-size: 3.2rem;
  line-height: 1.32;
  margin-bottom: 3.2rem;
  -webkit-font-smoothing: antialiased;
}
/* line 31, ../scss/partials/mobile/_static.scss */
.static__container .static__content a {
  color: #0098d8;
  font-weight: 700;
}
/* line 35, ../scss/partials/mobile/_static.scss */
.static__container .static__content a:hover {
  color: #fc3b40;
}
/* line 40, ../scss/partials/mobile/_static.scss */
.static__container .static__content > h1 {
  margin-bottom: 3.4rem;
  font-size: 5.4rem;
  padding-bottom: 1.2rem;
}
/* line 46, ../scss/partials/mobile/_static.scss */
.static__container .static__content > h2 {
  font-size: 4rem;
  margin-bottom: 2.8rem;
  margin-bottom: 2.2rem;
}
/* line 49, ../scss/partials/mobile/_static.scss */
.static__container .static__content > h2 > h3 {
  font-size: 2.4rem;
}
/* line 56, ../scss/partials/mobile/_static.scss */
.static__container .static__content > h4 {
  font-size: 2rem;
  margin-bottom: 2.2rem;
}
/* line 61, ../scss/partials/mobile/_static.scss */
.static__container .static__content > h5 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
/* line 66, ../scss/partials/mobile/_static.scss */
.static__container .static__content > h6 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
/* line 71, ../scss/partials/mobile/_static.scss */
.static__container .static__content > ol {
  margin: 7.6rem 0;
  padding-left: 11rem;
}
/* line 75, ../scss/partials/mobile/_static.scss */
.static__container .static__content > ol li {
  font-size: 3.2rem;
  margin-bottom: 4.2rem;
}
/* line 79, ../scss/partials/mobile/_static.scss */
.static__container .static__content > ol li:before {
  font-size: 2.4rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  left: -7.6rem;
  top: -0.4rem;
}
/* line 92, ../scss/partials/mobile/_static.scss */
.static__container .static__content > ul {
  margin: 7.6rem 0;
  padding-left: 11rem;
}
/* line 96, ../scss/partials/mobile/_static.scss */
.static__container .static__content > ul li {
  font-size: 3.2rem;
  margin-bottom: 4.2rem;
}
/* line 100, ../scss/partials/mobile/_static.scss */
.static__container .static__content > ul li:before {
  font-size: 3.6rem;
  top: 0rem;
  left: -6.6rem;
}

/* line 1, ../scss/partials/mobile/_archive.scss */
.hero--archive {
  min-height: 28.5rem;
}
/* line 4, ../scss/partials/mobile/_archive.scss */
.hero--archive .sponsor {
  position: absolute;
  right: 0;
  top: 2rem;
}
/* line 11, ../scss/partials/mobile/_archive.scss */
.hero--archive.hero--series .container {
  padding: 4rem 6rem;
}
/* line 17, ../scss/partials/mobile/_archive.scss */
.hero--archive.hero--category .hero--category__title {
  margin: 8rem auto 0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 22, ../scss/partials/mobile/_archive.scss */
.hero--archive.hero--category .hero--category__count {
  font-size: 1.8rem;
  margin-top: 2.4rem;
}
/* line 28, ../scss/partials/mobile/_archive.scss */
.hero--archive.hero--author {
  background-color: transparent;
}
/* line 31, ../scss/partials/mobile/_archive.scss */
.hero--archive.hero--author .container {
  padding: 4rem 5%;
}
/* line 35, ../scss/partials/mobile/_archive.scss */
.hero--archive.hero--author .author__b {
  text-align: center;
}
/* line 39, ../scss/partials/mobile/_archive.scss */
.hero--archive.hero--author .author__count {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}
/* line 44, ../scss/partials/mobile/_archive.scss */
.hero--archive.hero--author .author__name {
  margin-bottom: 2.2rem;
}
/* line 48, ../scss/partials/mobile/_archive.scss */
.hero--archive.hero--author .author__bio {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.46;
}

/* line 59, ../scss/partials/mobile/_archive.scss */
.river .story__feature {
  margin-bottom: -1.4rem;
}

/* line 64, ../scss/partials/mobile/_archive.scss */
.archive-intro {
  border-bottom: 6px solid #eeeeee;
  overflow: hidden;
}
/* line 68, ../scss/partials/mobile/_archive.scss */
.archive-intro .archive-share {
  float: none;
  margin-bottom: 3rem;
  overflow: hidden;
}
/* line 73, ../scss/partials/mobile/_archive.scss */
.archive-intro .archive-share .btn {
  float: left;
  width: 50%;
}
/* line 79, ../scss/partials/mobile/_archive.scss */
.archive-intro .archive-description-copy {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  width: 100%;
}

/* line 1, ../scss/partials/mobile/_nscportal.scss */
.portal__main-column {
  width: 100%;
}
/* line 4, ../scss/partials/mobile/_nscportal.scss */
.portal__main-column .static__content p,
.portal__main-column .static__content ul {
  font-size: 3.2rem;
  line-height: 1.32;
  padding: 1.6rem 1.6rem;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

/* line 16, ../scss/partials/mobile/_nscportal.scss */
#portal-nav .portal-tabs {
  padding-right: 0;
}
/* line 18, ../scss/partials/mobile/_nscportal.scss */
#portal-nav .portal-tabs ul {
  padding: 0;
}

/* line 24, ../scss/partials/mobile/_nscportal.scss */
#directory-nav {
  display: block;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-right: 0;
}
/* line 30, ../scss/partials/mobile/_nscportal.scss */
#directory-nav #member-title {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
/* line 38, ../scss/partials/mobile/_nscportal.scss */
#directory-nav #directory-tabs {
  display: block;
  width: 100%;
}
/* line 42, ../scss/partials/mobile/_nscportal.scss */
#directory-nav #directory-tabs ul {
  width: 100%;
}
/* line 44, ../scss/partials/mobile/_nscportal.scss */
#directory-nav #directory-tabs ul li {
  font-size: 3rem;
}

/* line 52, ../scss/partials/mobile/_nscportal.scss */
.contacts .contact-info .about-contact {
  width: 60%;
}
/* line 55, ../scss/partials/mobile/_nscportal.scss */
.contacts .contact-info .contact-image {
  display: inline-block;
  padding: 0 2rem;
}
/* line 58, ../scss/partials/mobile/_nscportal.scss */
.contacts .contact-info .contact-image .contact__portrait {
  display: inline-block;
}
/* line 61, ../scss/partials/mobile/_nscportal.scss */
.contacts .contact-info .contact-image h1 {
  display: none;
}
@media screen and (max-width: 410px) {
  /* line 67, ../scss/partials/mobile/_nscportal.scss */
  .contacts .contact-info .about-contact {
    width: 100%;
    padding: 2rem 0 0;
  }
  /* line 71, ../scss/partials/mobile/_nscportal.scss */
  .contacts .contact-info .about-contact h1 {
    display: none;
  }
  /* line 75, ../scss/partials/mobile/_nscportal.scss */
  .contacts .contact-info .about-contact .bio-content {
    font-size: 2.5rem;
  }
  /* line 80, ../scss/partials/mobile/_nscportal.scss */
  .contacts .contact-info .contact-image {
    display: block;
    padding: 0;
  }
  /* line 83, ../scss/partials/mobile/_nscportal.scss */
  .contacts .contact-info .contact-image .contact__portrait {
    width: 35%;
  }
  /* line 86, ../scss/partials/mobile/_nscportal.scss */
  .contacts .contact-info .contact-image h1 {
    display: inline-block;
    width: 40%;
    padding: 4rem 0 0 4rem;
    vertical-align: top;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  /* line 15, ../scss/mobile.scss */
  html {
    font-size: 6.8px;
  }
}
@media only screen and (min-device-width: 768px) {
  /* line 23, ../scss/mobile.scss */
  html {
    font-size: 8px;
  }

  /* line 30, ../scss/mobile.scss */
  .hero--story.hero--image .hero-information, .hero--story.hero--video .hero-information {
    top: 0;
  }

  /* line 36, ../scss/mobile.scss */
  body.panel--is-open #page-header {
    right: 0;
  }
}
@media only screen and (max-width: 1080px) and (-webkit-min-device-pixel-ratio: 3) {
  /* line 45, ../scss/mobile.scss */
  html {
    font-size: 5px;
  }
}

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