* {
  -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;
}
main {
  display: block;
}
a {
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
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: 480px) {
  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: 480px) {
  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: 480px) {
  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;
  }
}
.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%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.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;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 0;
  margin: 0 auto;
  max-width: 630px;
  font-size: 16px;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
.outmost {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
  margin: 20px auto;
  max-width: 960px;
  padding-bottom: 10px;
  clear: both;
}
.chatter h1 {
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0;
}
.chatter p {
  text-align: center;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  margin: 5px 0;
}
.source {
  font-size: 12px;
  padding: 10px 0;
  color: #999;
  clear: both;
  font-style: italic;
  text-align: left;
}
.source .credit {
  margin-top: 4px;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  float: right;
}
.head {
  font-size: 14px;
}
.head .text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 90%;
}
.g-artboard {
  margin: 0 auto;
}
.graphic1 #g-success- {
  position: relative;
  overflow: hidden;
}
.graphic1 .g-aiAbs {
  position: absolute;
}
.graphic1 .g-aiImg {
  display: block;
  width: 100% !important;
}
.graphic1 #g-success- p {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
.graphic1 #g-success- .g-aiPstyle0 {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle0 {
    font-size: 13px;
    line-height: 20px;
  }
}
.graphic1 #g-success- .g-aiPstyle1 {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle1 {
    font-size: 12px;
    line-height: 15px;
  }
}
.graphic1 #g-success- .g-aiPstyle2 {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle2 {
    font-size: 12px;
    line-height: 15px;
  }
}
.graphic1 #g-success- .g-aiPstyle3 {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle3 {
    font-size: 12px;
    line-height: 22px;
  }
}
.graphic1 #g-success- .g-aiPstyle4 {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle4 {
    font-size: 12px;
    line-height: 22px;
  }
}
.graphic1 #g-success- .g-aiPstyle5 {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle5 {
    font-size: 12px;
    line-height: 22px;
  }
}
.graphic1 #g-success- .g-aiPstyle6 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle6 {
    font-size: 13px;
    line-height: 20px;
  }
}
.graphic1 #g-success- .g-aiPstyle7 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle7 {
    font-size: 13px;
    line-height: 20px;
  }
}
.graphic1 #g-success- .g-aiPstyle8 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle8 {
    font-size: 13px;
    line-height: 18px;
  }
}
.graphic1 #g-success- .g-aiPstyle9 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle9 {
    font-size: 13px;
    line-height: 20px;
  }
}
.graphic1 #g-success- .g-aiPstyle10 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
@media (max-width: 480px) {
  .graphic1 #g-success- .g-aiPstyle10 {
    font-size: 13px;
    line-height: 20px;
  }
}
.graphic2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .graphic2 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }
}
.graphic2 .module {
  padding: 12px;
  margin: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 40%;
  border: 3px solid #e0e0e0;
}
@media (max-width: 480px) {
  .graphic2 .module {
    display: block;
    width: 80%;
    border: 0;
    padding: 6px 0;
    margin: 0 auto;
    border-bottom: 2px solid #e0e0e0;
    text-align: center;
  }
}
.graphic2 .preschool {
  max-height: 180px;
}
@media (max-width: 480px) {
  .graphic2 .preschool {
    max-height: 220px;
  }
}
.graphic2 .image {
  width: auto;
  height: auto;
  max-width: 300px;
}
.graphic2 img {
  width: auto;
}
@media (max-width: 480px) {
  .graphic2 img {
    width: auto;
    max-height: 180px;
    max-width: 100%;
  }
}
