/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
a {
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 500px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 500px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 500px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  padding: 16px 0;
}
.ad.square {
  float: right;
  width: 320px;
}
@media (max-width: 500px) {
  .ad.square {
    width: 100%;
  }
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  min-width: auto;
}
@media (max-width: 500px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: auto;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
body {
  font-family: Lato;
  color: #231f20;
}
.header {
  background: #9598c9;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 500px) {
  .header {
    margin-bottom: 20px;
  }
}
.header .wrapper {
  max-width: 1100px;
  margin: auto;
}
.header .splash {
  max-width: 550px;
  display: inherit;
}
@media (max-width: 900px) {
  .header .splash {
    max-width: 55%;
  }
}
@media (max-width: 768px) {
  .header .splash {
    margin: auto;
  }
}
@media (max-width: 500px) {
  .header .splash {
    max-width: 100%;
  }
}
.header .title-text {
  position: absolute;
  text-align: center;
  top: 20%;
  left: 50%;
}
@media (max-width: 768px) {
  .header .title-text {
    position: relative;
    left: 0;
    top: 0;
  }
}
.header .title-text .subhed {
  color: #e4e6f2;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 25px;
}
@media (max-width: 900px) {
  .header .title-text .subhed {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .header .title-text .subhed {
    padding-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .header .title-text .subhed {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
.header .title-text .title {
  font-family: Alfa Slab One;
  font-size: 85px;
  text-transform: uppercase;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .header .title-text .title {
    font-size: 70px;
    padding-top: 10px;
  }
}
@media (max-width: 900px) {
  .header .title-text .title {
    font-size: 60px;
  }
}
@media (max-width: 500px) {
  .header .title-text .title {
    font-size: 40px;
    padding-top: 0;
  }
}
.header .title-text .subtitle {
  color: #393842;
  font-size: 38px;
  padding-top: 10px;
}
@media (max-width: 1100px) {
  .header .title-text .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  .header .title-text .subtitle {
    font-size: 26px;
    letter-spacing: 0;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .header .title-text .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .header .title-text .subtitle {
    font-size: 22px;
    padding-bottom: 5px;
  }
}
.header .logo {
  height: 50px;
}
@media (max-width: 1100px) {
  .header .logo {
    height: 45px;
  }
}
@media (max-width: 900px) {
  .header .logo {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .header .logo {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .header .logo {
    height: 28px;
  }
}
.subhed {
  color: #b72126;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .subhed {
    font-size: 15px;
  }
}
.subhed a {
  color: #b72126;
}
main {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 1020px) {
  main {
    margin: 20px;
  }
}
@media (max-width: 500px) {
  main {
    margin: 10px;
  }
}
main .intro {
  text-align: center;
  font-size: 24px;
  margin: auto;
}
@media (max-width: 500px) {
  main .intro {
    font-size: 17px;
  }
}
main .box {
  border: 2px solid #c7c8ca;
  border-radius: 8px;
  padding: 25px 40px;
  max-width: 900px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  main .box {
    max-width: 650px;
  }
}
@media (max-width: 500px) {
  main .box {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 15px 20px;
  }
}
main .box .subhed {
  text-align: center;
}
@media (max-width: 500px) {
  main .box .subhed:last-child {
    padding-top: 10px;
  }
}
main .box .problem,
main .box .solution {
  font-weight: 900;
  font-size: 24px;
  padding-top: 10px;
}
@media (max-width: 500px) {
  main .box .problem,
  main .box .solution {
    font-size: 18px;
  }
}
main .box .problem {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 500px) {
  main .box .problem {
    padding-bottom: 30px;
  }
}
main .box .button {
  background: #2a2f5a;
  margin-right: 5px;
  color: white;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: .05em;
  display: inline-block;
  padding: 2px 8px;
}
@media (max-width: 500px) {
  main .box .button {
    font-size: 15px;
    margin-right: 2px;
    padding: 1px 6px;
  }
}
main .divider {
  border-top: 2px solid #c7c8ca;
  margin: 25px 0;
}
@media (max-width: 500px) {
  main .divider {
    margin: 20px 0;
  }
}
main .title {
  font-weight: 900;
  font-size: 25px;
  padding-bottom: 4px;
}
@media (max-width: 500px) {
  main .title {
    font-size: 21px;
  }
}
main .title a {
  color: #231f20;
}
main .chatter {
  font-size: 16px;
}
@media (max-width: 500px) {
  main .chatter {
    font-size: 14px;
  }
}
main .flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  main .flex-container {
    display: block;
  }
}
main .flex-container .main-text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: auto;
}
@media (max-width: 768px) {
  main .flex-container .main-text {
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  main .flex-container .main-text {
    margin-right: 0;
  }
}
main .flex-container .sidebar {
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  min-width: auto;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
  border-left: 4px solid #c7c8ca;
  font-weight: bold;
  font-size: 15px;
  padding-left: 20px;
}
@media (max-width: 500px) {
  main .flex-container .sidebar {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
main .flex-container .sidebar .subhed {
  padding-bottom: 5px;
}
main .flex-container .sidebar .subhed.padded {
  padding-top: 25px;
}
main .flex-container .sidebar .quote {
  font-style: italic;
  font-size: 17px;
}
main .flex-container .sidebar .attribution {
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
}
main .flex-container .sidebar .attribution.padded {
  padding-bottom: 20px;
}
main .flex-container .sidebar .seemore {
  font-style: italic;
  padding-top: 25px;
  font-weight: 400;
}
main .flex-container .sidebar .seemore .arrow {
  color: #b72126;
  font-style: normal;
}
main .flex-container .sidebar .seemore a {
  color: #231f20;
}
main .bubble img {
  height: 60px;
}
main .respond {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  main .respond {
    text-align: left;
    margin-bottom: 30px;
  }
}
main .respond .bubble,
main .respond .text {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
main .respond .text {
  padding-left: 15px;
}
@media (max-width: 768px) {
  main .respond .text {
    padding-left: 0;
  }
}
main .story {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  main .story {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
main .story:last-child {
  margin-bottom: 0;
}
main .story .left {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  min-width: auto;
}
main .story .right {
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  min-width: auto;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
  position: relative;
  margin-left: 40px;
}
@media (max-width: 768px) {
  main .story .right {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
main .story .right img {
  width: 100%;
}
main .story .right .inner {
  height: 0;
  padding-bottom: 56.25%;
}
main .story .right .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
main .author {
  margin-bottom: 50px;
}
main .author img {
  width: 100%;
}
main .author .subhed {
  text-align: center;
  padding-bottom: 15px;
}
main .author .stories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  main .author .stories {
    display: inline-block;
  }
}
main .author .stories .story2 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: auto;
}
@media (max-width: 500px) {
  main .author .stories .story2:first-child {
    padding-bottom: 25px;
  }
}
main .author .stories .buffer {
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  min-width: auto;
}
main .author .stories .title {
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 500px) {
  main .author .stories .title {
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  main .author .title {
    font-size: 20px;
  }
}
main .op-ed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: auto;
  margin-bottom: 35px;
}
@media (max-width: 500px) {
  main .op-ed {
    display: block;
  }
}
main .op-ed img {
  max-width: 291px;
}
@media (max-width: 768px) {
  main .op-ed img {
    max-width: 100%;
  }
}
main .op-ed .left,
main .op-ed .right {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: auto;
}
@media (max-width: 768px) {
  main .op-ed .left {
    padding-right: 20px;
  }
}
main .op-ed .right {
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
}
main .op-ed .subhed,
main .op-ed .title,
main .op-ed .chatter,
main .op-ed .right {
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  main .op-ed .title {
    font-size: 20px;
  }
  main .op-ed .subhed {
    padding-top: 5px;
  }
}
main .credits {
  text-align: center;
  font-size: 16px;
}
.copyright {
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  color: #7e838b;
}
footer {
  background: #231f20;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
  margin-top: 25px;
}
footer .logo {
  float: left;
  margin-right: 10px;
}
footer .logo img {
  margin-top: 5px;
  height: 20px;
}
footer::after {
  clear: both;
  content: " ";
  display: block;
}
@media (max-width: 760px) {
  .ad-bottom {
    display: none;
  }
}
