@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 105; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 104; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 106;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: black; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@font-face {
  font-family: 'gtwalsheim_bold';
  src: url("../../fonts/gt-walsheim-bold.eot");
  src: url("../../fonts/gt-walsheim-bold?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim-bold.woff") format("woff"), url("../../fonts/gt-walsheim-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gtwalsheim_bold_oblique';
  src: url("../../fonts/gt-walsheim-bold-oblique.eot");
  src: url("../../fonts/gt-walsheim-bold-oblique?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim-bold-oblique.woff") format("woff"), url("../../fonts/gt-walsheim-bold-oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  background: white;
  text-align: center;
  font-family: 'NeuzeitOfficeW01-Regula';
  letter-spacing: -.009em;
  color: #333333;
  padding: 100px 0;
  margin: 0;
  height: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  overflow-x: hidden; }
  @media (max-width: 415px) {
    body {
      padding-top: 60px; } }

::selection {
  color: #1d60d6;
  background: #fcff00; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  outline: none;
  display: inline-block;
  position: relative;
  line-height: 100%;
  border-bottom: 2px solid transparent; }

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0 0 0;
  font-weight: 400;
  font-style: normal;
  font-family: "gtwalsheim_bold", sans-serif;
  line-height: 90%; }

h1 {
  font-size: 72px; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 60px; } }
  @media (max-width: 415px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 768px) and (max-width: 415px) {
    h1 {
      font-size: 40px; } }

  @media (max-width: 415px) {
    h1 {
      font-size: 72px; } }
  @media (max-width: 415px) and (max-width: 1024px) {
    h1 {
      font-size: 60px; } }
  @media (max-width: 415px) and (max-width: 415px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 22px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 22px; }

p {
  font-size: 22px;
  line-height: 150%;
  margin: 15px 0; }
  @media (max-width: 415px) {
    p {
      line-height: 135%; } }

strong, b {
  font-weight: 400;
  font-style: normal;
  color: #1d60d6; }

i {
  font-style: normal; }

ul, ol {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
  font-size: 17px;
  line-height: 145%; }

li {
  list-style-type: none; }

cite {
  font-style: normal; }

time {
  display: block;
  margin: 10px 0; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

input, button, select, textarea {
  font-family: inherit;
  outline: none;
  font-size: 22px;
  padding: 11px 30px;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  -webkit-font-smoothing: antialiased;
  display: block;
  border-radius: 200px;
  text-align: center; }

button, .button, input[type="submit"], .schools-resources .item a {
  border: none;
  padding: 11px 30px;
  background: #00a1e4;
  color: white;
  cursor: pointer;
  border-radius: 200px;
  font-size: 26px;
  font-family: "gtwalsheim_bold", sans-serif;
  border: none; }
  button:hover, .button:hover, input[type="submit"]:hover, .schools-resources .item a:hover {
    background: black; }
  button.black, .button.black, input[type="submit"].black, .schools-resources .item a.black {
    background: black; }
    button.black:hover, .button.black:hover, input[type="submit"].black:hover, .schools-resources .item a.black:hover {
      background: #1d60d6; }
  button.small, .button.small, input[type="submit"].small, .schools-resources .item a.small {
    font-size: 18px; }

::-webkit-input-placeholder {
  color: black;
  font-weight: 400;
  font-style: normal; }

:-moz-placeholder {
  color: black;
  font-weight: 400;
  font-style: normal; }

::-moz-placeholder {
  color: black;
  font-weight: 400;
  font-style: normal; }

:-ms-input-placeholder {
  color: black;
  font-weight: 400;
  font-style: normal; }

select {
  padding: 10px 10px 9px 10px;
  font-size: 17px;
  -webkit-appearance: none;
  color: #666666; }

video {
  max-width: 100%;
  height: auto; }

iframe, embed, object {
  max-width: 100%; }

div, header, ul, ol, section, nav, form, footer, article {
  margin: 0 auto;
  position: relative;
  *zoom: 1; }
  div:before, div:after, header:before, header:after, ul:before, ul:after, ol:before, ol:after, section:before, section:after, nav:before, nav:after, form:before, form:after, footer:before, footer:after, article:before, article:after {
    content: "";
    display: table; }
  div:after, header:after, ul:after, ol:after, section:after, nav:after, form:after, footer:after, article:after {
    clear: both; }

.container {
  min-height: 100% !important;
  width: 85%;
  max-width: 1440px; }
  @media (max-width: 1024px) {
    .container {
      width: 90%; } }
  .container.subnav-spacer {
    padding-top: 50px; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 30px 0;
  border-bottom: 1px solid #bfbfbf;
  background: white;
  color: #1d60d6;
  height: 95px;
  overflow: hidden; }
  @media (max-width: 768px) {
    header {
      padding: 24px 0;
      height: 75px; } }
  @media (max-width: 415px) {
    header {
      padding: 15px 0;
      height: 60px; } }
  header .logo {
    float: left;
    width: 20%; }
    @media (max-width: 1024px) {
      header .logo {
        width: 25%;
        position: relative;
        top: 3px; } }
    @media (max-width: 768px) {
      header .logo {
        width: 30%;
        top: 0; } }
    @media (max-width: 415px) {
      header .logo {
        width: 50%;
        top: 2px; } }
    @media (max-width: 321px) {
      header .logo {
        width: 65%; } }
  header nav {
    float: right;
    width: 75%;
    text-align: right;
    padding-top: 8px; }
    @media (max-width: 768px) {
      header nav {
        display: none; } }
    header nav li {
      display: inline-block;
      font-size: 22px;
      margin-left: 35px;
      font-family: "gtwalsheim_bold", sans-serif; }
      @media (max-width: 1024px) {
        header nav li {
          margin-left: 20px; } }
      header nav li.highlight a {
        color: black;
        background-image: url(../../img/underline-black-01.svg);
        background-repeat: repeat-x;
        background-position: 0 22px;
        background-size: 8px;
        padding-bottom: 10px;
        padding-right: 2px; }
        header nav li.highlight a:hover {
          border: none; }
    header nav a:hover {
      border-bottom: 2px solid #1d60d6; }
  header .burger {
    display: none; }
    @media (max-width: 768px) {
      header .burger {
        display: block;
        width: 29px;
        float: right; } }
    @media (max-width: 415px) {
      header .burger {
        position: relative;
        top: 1px; } }
    @media (max-width: 321px) {
      header .burger {
        width: 26px;
        top: 2px; } }

.burgerPop.mfp-bg {
  background: #1d60d6;
  opacity: 1; }
.burgerPop .mfp-content {
  height: 100%; }
.burgerPop .menu-pop {
  width: 100%;
  height: 100%;
  min-height: 100%; }
  .burgerPop .menu-pop .wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%; }
    .burgerPop .menu-pop .wrapper nav {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      width: 70%; }
      .burgerPop .menu-pop .wrapper nav ul {
        color: white; }
        .burgerPop .menu-pop .wrapper nav ul li {
          font-family: "gtwalsheim_bold", sans-serif;
          font-size: 50px;
          margin: 15px 0; }
          @media (max-width: 415px) {
            .burgerPop .menu-pop .wrapper nav ul li {
              font-size: 40px; } }
          @media (max-width: 320px) {
            .burgerPop .menu-pop .wrapper nav ul li {
              font-size: 30px; } }
      .burgerPop .menu-pop .wrapper nav .burger-socials li {
        display: inline-block;
        margin-right: 20px; }
        @media (max-width: 320px) {
          .burgerPop .menu-pop .wrapper nav .burger-socials li {
            margin-right: 15px; } }
  .burgerPop .menu-pop .mfp-close {
    color: white;
    background: transparent;
    top: 10px;
    right: 5px;
    font-size: 50px;
    opacity: 1; }
    @media (max-width: 415px) {
      .burgerPop .menu-pop .mfp-close {
        font-size: 40px; } }
    @media (max-width: 320px) {
      .burgerPop .menu-pop .mfp-close {
        font-size: 30px;
        top: 5px; } }
    .burgerPop .menu-pop .mfp-close:hover {
      background: transparent;
      color: white; }
  .burgerPop .menu-pop .logo {
    position: absolute;
    width: 30%;
    top: 24px;
    left: 24px; }
    @media (max-width: 415px) {
      .burgerPop .menu-pop .logo {
        width: 50%;
        top: 17px;
        left: 15px; } }

.subnav {
  position: fixed;
  left: 0;
  top: 95px;
  width: 100%;
  z-index: 100;
  padding: 15px 0;
  border-bottom: 1px solid #bfbfbf;
  background: white;
  color: #1d60d6;
  text-align: left; }
  @media (max-width: 768px) {
    .subnav {
      top: 75px; } }
  @media (max-width: 415px) {
    .subnav {
      top: 60px; } }
  .subnav li {
    display: inline-block;
    font-size: 18px;
    margin-right: 35px; }
    @media (max-width: 415px) {
      .subnav li {
        margin-right: 15px; } }
    @media (max-width: 321px) {
      .subnav li {
        font-size: 17px;
        margin-right: 10px; } }
  .subnav a:hover {
    border-bottom: 2px solid #1d60d6; }

.features {
  height: 549px;
  background: #1d60d6;
  overflow: hidden;
  margin-top: -100px;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .features {
      height: 499px; } }
  @media (max-width: 415px) {
    .features {
      margin-top: -60px; } }
  @media (max-width: 321px) {
    .features {
      margin-top: -30px; } }
  .features .featured-image {
    position: relative;
    opacity: .6;
    margin-top: -150px; }
    @media (max-width: 1024px) {
      .features .featured-image {
        margin-top: -50px; } }
    @media (max-width: 768px) {
      .features .featured-image {
        margin-top: 0; } }
    @media (max-width: 414px) {
      .features .featured-image {
        width: 240%;
        max-width: 240%; } }
  .features .mask {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 550px;
    width: auto;
    max-width: 10000%; }
    @media (max-width: 768px) {
      .features .mask {
        height: 500px; } }
  .features .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 27%;
    color: white;
    text-align: left; }
    @media (max-width: 1024px) {
      .features .inner {
        width: 35%; } }
    @media (max-width: 768px) {
      .features .inner {
        width: 42.5%; } }
    @media (max-width: 415px) {
      .features .inner {
        width: 80%; } }
    .features .inner h1 {
      font-size: 60px; }
      @media (max-width: 415px) {
        .features .inner h1 {
          font-size: 50px; } }
      @media (max-width: 768px) {
        .features .inner h1 {
          font-size: 50px; } }
  @media (max-width: 768px) and (max-width: 415px) {
    .features .inner h1 {
      font-size: 40px; } }

      @media (max-width: 414px) {
        .features .inner h1 {
          font-size: 60px; } }
  @media (max-width: 414px) and (max-width: 415px) {
    .features .inner h1 {
      font-size: 50px; } }

    .features .inner p {
      font-size: 26px;
      line-height: 100%; }
      @media (max-width: 768px) {
        .features .inner p {
          font-size: 26px; } }
      @media (max-width: 321px) {
        .features .inner p {
          font-size: 22px; } }
    .features .inner a {
      text-transform: uppercase;
      font-size: 26px;
      border-color: white;
      font-family: "gtwalsheim_bold", sans-serif; }

.mission-statement {
  padding: 10px 0 20px 0;
  text-align: center; }
  @media (max-width: 1024px) {
    .mission-statement {
      padding: 0 0 20px 0; } }
  .mission-statement ul {
    font-size: 30px;
    font-family: "gtwalsheim_bold", sans-serif;
    display: inline; }
    @media (max-width: 1024px) {
      .mission-statement ul {
        font-size: 26px; } }
    @media (max-width: 415px) {
      .mission-statement ul {
        line-height: 100%;
        display: block; } }
    @media (max-width: 415px) {
      .mission-statement ul span {
        display: block;
        margin-top: 10px; } }
    .mission-statement ul li {
      display: inline; }
      .mission-statement ul li i {
        color: black;
        margin-left: 10px;
        position: relative; }
        @media (max-width: 1024px) {
          .mission-statement ul li i {
            margin-left: 2px;
            margin-right: 2px; } }
        .mission-statement ul li i.fa-instagram {
          top: 2px; }
      .mission-statement ul li img {
        width: 225px;
        margin-bottom: -3px;
        margin-right: 10px; }
        @media (max-width: 1024px) {
          .mission-statement ul li img {
            width: 200px;
            margin-right: 10px;
            margin-bottom: -2px; } }
        @media (max-width: 768px) {
          .mission-statement ul li img {
            display: block;
            margin: 0 auto; } }
        @media (max-width: 415px) {
          .mission-statement ul li img {
            margin-bottom: 10px; } }
      .mission-statement ul li strong {
        color: #1d60d6;
        margin-right: 10px; }
  .mission-statement .menu-social-links-container {
    margin-top: 15px;
    display: inline; }
    @media (max-width: 1024px) {
      .mission-statement .menu-social-links-container {
        float: none;
        clear: left;
        margin: -10px 0 0 0; } }
    .mission-statement .menu-social-links-container #menu-social-links {
      font-size: 30px;
      display: inline; }

.news {
  padding: 20px 0; }
  .news article {
    width: 33.333333%;
    padding: 0 30px;
    float: left; }
    @media (max-width: 768px) {
      .news article {
        padding: 0 15px; } }
    @media (max-width: 415px) {
      .news article {
        width: 50%;
        padding: 15px; }
        .news article:nth-of-type(odd) {
          clear: left; } }
    @media (max-width: 321px) {
      .news article {
        width: 100%;
        float: none; } }
    .news article .thumb {
      display: block;
      width: 300px;
      height: 300px;
      position: relative;
      overflow: hidden;
      border-radius: 10000px;
      -webkit-border-radius: 10000px;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .news article .thumb {
          width: 250px;
          height: 250px; } }
      @media (max-width: 768px) {
        .news article .thumb {
          width: 190px;
          height: 190px; } }
      @media (max-width: 415px) {
        .news article .thumb {
          width: 130px;
          height: 130px; } }
      .news article .thumb img {
        height: 105%;
        width: auto;
        max-width: 1000%;
        z-index: 1; }
    .news article h2 a, .news article p a {
      color: #1d60d6; }
    .news article a.button {
      color: white;
      margin-top: 10px; }
    .news article p {
      margin: 10px 0;
      font-size: 17px; }

.stories {
  padding: 20px 0; }
  .stories h2 {
    font-size: 30px;
    text-align: left;
    margin: -15px 0 30px 0; }
    @media (max-width: 768px) {
      .stories h2 {
        text-align: center; } }
  .stories article {
    width: 25%;
    padding: 0 30px;
    float: left;
    text-align: center; }
    @media (max-width: 768px) {
      .stories article {
        width: 50%;
        padding: 15px 30px; }
        .stories article:nth-of-type(odd) {
          clear: left; } }
    @media (max-width: 321px) {
      .stories article {
        width: 100%;
        float: none; } }
    .stories article .thumb {
      width: 225px;
      height: 225px;
      position: relative;
      overflow: hidden;
      border-radius: 10000px;
      background: #1d60d6;
      z-index: 10; }
      @media (max-width: 1024px) {
        .stories article .thumb {
          width: 180px;
          height: 180px; } }
      @media (max-width: 415px) {
        .stories article .thumb {
          width: 130px;
          height: 130px; } }
      .stories article .thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        height: 150%;
        width: auto;
        max-width: 1000%;
        opacity: .6;
        z-index: 0; }
    .stories article a {
      border: none; }
    .stories article p a {
      color: #1d60d6; }
    .stories article a.button {
      color: white;
      margin-top: 10px; }
    .stories article p {
      margin: 10px 0;
      font-size: 17px; }
  .stories.listing h1 {
    font-size: 50px;
    display: block;
    margin-bottom: 30px; }
    @media (max-width: 415px) {
      .stories.listing h1 {
        font-size: 40px; } }
  .stories.listing article {
    width: 33.333333%;
    margin: 30px 0; }
    .stories.listing article:nth-of-type(4), .stories.listing article:nth-of-type(7), .stories.listing article:nth-of-type(10) {
      clear: left; }
    .stories.listing article .thumb {
      width: 300px;
      height: 300px; }
    .stories.listing article h2 {
      font-size: 26px;
      margin: 15px 0 10px 0;
      text-align: center; }
  .stories.more h4 {
    margin: 30px auto;
    font-size: 30px; }

.page-template-page_donate .stories {
  padding-bottom: 60px; }

hr {
  border: none;
  height: 5px;
  background-image: url(../../img/dottedline-black-01.svg);
  background-repeat: repeat-x;
  background-position: 50% 50%;
  clear: both; }
  hr.lblue {
    background-image: url(../../img/dottedline-lblue-01.svg); }
  hr.margin-lrg {
    margin: 60px 0; }
    @media (max-width: 415px) {
      hr.margin-lrg {
        margin: 30px 0 45px 0; } }

.newsletter {
  margin-top: 60px;
  padding: 60px 0 40px 0;
  background: #00a1e4;
  color: white; }
  @media (max-width: 321px) {
    .newsletter {
      padding: 45px 0 15px 0; } }
  .newsletter h4 {
    font-size: 30px; }
    @media (max-width: 321px) {
      .newsletter h4 {
        font-size: 26px; } }
  .newsletter form {
    width: 33.333333%;
    margin: 20px auto; }
    @media (max-width: 768px) {
      .newsletter form {
        width: 66%; } }
    @media (max-width: 415px) {
      .newsletter form {
        width: 90%; } }
    .newsletter form input[type="email"], .newsletter form input[type="text"] {
      width: 100%;
      margin-bottom: 8px; }
      @media (max-width: 321px) {
        .newsletter form input[type="email"], .newsletter form input[type="text"] {
          font-size: 18px; } }
    .newsletter form input[type="submit"] {
      margin: 20px auto;
      font-size: 22px; }

footer {
  padding: 40px 0;
  border-top: 1px solid #00a1e4;
  /*.menu-footer-menu-container {
    float: left; width: 66.666666%; text-align: left;
    @media (max-width: 415px) { width: 100%; float: none; }
    li { display: inline-block; margin-right: 15px; }
  }*/ }
  @media (max-width: 415px) {
    footer {
      padding: 30px 0; } }
  footer .privacy {
    float: left; }
  footer .menu-social-links-container {
    float: right;
    width: 33.333333%;
    text-align: right; }
    @media (max-width: 415px) {
      footer .menu-social-links-container {
        width: 100%;
        float: none;
        text-align: left;
        padding-bottom: 15px; } }
    footer .menu-social-links-container li {
      display: inline-block;
      margin-left: 15px;
      font-size: 22px;
      color: #1d60d6; }
      @media (max-width: 415px) {
        footer .menu-social-links-container li {
          margin-left: 0;
          margin-right: 15px; } }

.about-intro {
  padding: 30px 0 30px 0;
  text-align: left; }
  @media (max-width: 768px) {
    .about-intro {
      padding-top: 15px; } }
  @media (max-width: 321px) {
    .about-intro {
      padding-top: 45px; } }
  .about-intro .col {
    float: left;
    width: 50%; }
    @media (max-width: 415px) {
      .about-intro .col {
        float: none;
        width: 100%; } }
  .about-intro h1 {
    font-size: 50px;
    color: #1d60d6; }
    @media (max-width: 415px) {
      .about-intro h1 {
        font-size: 40px; } }
    @media (max-width: 1024px) {
      .about-intro h1 {
        width: 90%; } }
  .about-intro p {
    width: 90%; }
    @media (max-width: 768px) {
      .about-intro p {
        line-height: 125%; } }
    @media (max-width: 321px) {
      .about-intro p {
        font-size: 18px; } }
  .about-intro iframe {
    width: 100%;
    height: auto; }
  .about-intro a {
    color: #1d60d6;
    text-decoration: underline; }

.about-methods {
  text-align: left;
  padding-bottom: 15px;
  position: relative; }
  .about-methods h2 {
    font-family: 'NeuzeitOfficeW01-Regula';
    letter-spacing: -.009em;
    color: #1d60d6;
    font-size: 30px;
    width: 50%;
    line-height: 125%; }
    @media (max-width: 768px) {
      .about-methods h2 {
        width: 66%; } }
    @media (max-width: 415px) {
      .about-methods h2 {
        width: 100%; } }
    @media (max-width: 321px) {
      .about-methods h2 {
        font-size: 26px; } }
  .about-methods ol li {
    width: 33.333333%;
    float: left;
    padding-right: 5%;
    padding-top: 30px; }
    @media (max-width: 768px) {
      .about-methods ol li {
        width: 100%;
        float: none; } }
    .about-methods ol li span {
      display: block;
      width: 100px;
      height: 100px;
      line-height: 100px;
      color: white;
      background: #1d60d6;
      font-size: 50px;
      text-align: center;
      font-family: "gtwalsheim_bold", sans-serif;
      border-radius: 10000px; }
      @media (max-width: 415px) {
        .about-methods ol li span {
          font-size: 40px; } }
      @media (max-width: 768px) {
        .about-methods ol li span {
          float: left; } }
      @media (max-width: 321px) {
        .about-methods ol li span {
          width: 75px;
          height: 75px;
          line-height: 75px;
          font-size: 30px; } }
    .about-methods ol li h3 {
      color: #1d60d6;
      font-size: 30px; }
      @media (max-width: 768px) {
        .about-methods ol li h3 {
          margin-left: 125px; } }
      @media (max-width: 321px) {
        .about-methods ol li h3 {
          margin-left: 100px; } }
    .about-methods ol li p {
      font-size: 18px; }
      @media (max-width: 768px) {
        .about-methods ol li p {
          margin-left: 125px; } }
      @media (max-width: 321px) {
        .about-methods ol li p {
          clear: left;
          margin: 20px 0; } }
    .about-methods ol li a {
      color: #1d60d6;
      text-decoration: underline; }

.about-contact {
  margin-top: 30px;
  text-align: left; }
  @media (max-width: 768px) {
    .about-contact {
      padding-bottom: 60px; } }
  .about-contact h3 {
    font-size: 50px;
    color: #1d60d6; }
    @media (max-width: 415px) {
      .about-contact h3 {
        font-size: 40px; } }
  .about-contact hr {
    margin-bottom: 45px; }
  .about-contact .col {
    width: 50%;
    float: left;
    padding: 30px 100px 45px 0; }
    @media (max-width: 768px) {
      .about-contact .col {
        float: none;
        width: 100%;
        padding-bottom: 0;
        padding-right: 0; } }
  .about-contact ul {
    font-size: 22px;
    margin-bottom: 25px; }
    @media (max-width: 320px) {
      .about-contact ul {
        font-size: 18px; } }
  .about-contact strong {
    font-family: "gtwalsheim_bold", sans-serif;
    color: black; }
  .about-contact #menu-social-links {
    margin-top: 25px; }
    .about-contact #menu-social-links li {
      display: inline-block;
      margin-right: 15px;
      font-size: 26px;
      color: #1d60d6; }
  .about-contact a {
    color: #1d60d6;
    text-decoration: underline; }
  .about-contact input[type="email"], .about-contact input[type="text"], .about-contact input[type="tel"], .about-contact textarea {
    text-align: left;
    width: 100%;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .about-contact input[type="email"], .about-contact input[type="text"], .about-contact input[type="tel"], .about-contact textarea {
        width: 66%; } }
    @media (max-width: 415px) {
      .about-contact input[type="email"], .about-contact input[type="text"], .about-contact input[type="tel"], .about-contact textarea {
        width: 100%; } }
  .about-contact textarea {
    height: 125px; }
  .about-contact input[type="submit"] {
    font-size: 22px;
    float: right; }
    @media (max-width: 768px) {
      .about-contact input[type="submit"] {
        margin-right: 33%; } }
    @media (max-width: 415px) {
      .about-contact input[type="submit"] {
        margin-right: 0; } }
  .about-contact p {
    margin-top: 0; }
    @media (max-width: 320px) {
      .about-contact p {
        font-size: 18px; } }
  .about-contact form p {
    margin: 0; }
    .about-contact form p br {
      display: none; }
  .about-contact .wpcf7-response-output {
    clear: both;
    position: relative;
    top: 15px;
    background: #fcff00;
    color: black;
    border: none;
    padding: 25px;
    text-align: center;
    font-size: 18px; }
  .about-contact .wpcf7-not-valid-tip {
    font-size: 17px;
    position: relative;
    top: -10px; }
  .about-contact img.ajax-loader {
    width: auto; }
  .about-contact div.wpcf7-mail-sent-ok {
    border: none;
    background: #1d60d6;
    color: white;
    font-size: 22px;
    padding: 25px;
    margin: 50px 0; }

.about-support {
  margin-top: 30px;
  text-align: left; }
  .about-support h3 {
    font-size: 50px; }
    @media (max-width: 415px) {
      .about-support h3 {
        font-size: 40px; } }
  .about-support hr {
    margin-bottom: 45px; }
  .about-support .col {
    width: 50%;
    float: left;
    padding: 30px 0 45px 0; }
  .about-support ul {
    font-size: 22px; }
  .about-support a {
    color: #1d60d6;
    text-decoration: underline; }

.news-stories {
  text-align: left; }
  @media (max-width: 768px) {
    .news-stories {
      margin-top: -40px;
      width: 100%;
      padding-left: 30px; } }
  @media (max-width: 415px) {
    .news-stories {
      margin-top: -20px;
      padding-right: 30px; } }
  @media (max-width: 375px) {
    .news-stories {
      padding-right: 15px;
      padding-left: 15px; } }
  .news-stories .col {
    float: left;
    width: 66.666666%;
    padding-right: 50px;
    border-right: 1px solid #dddddd;
    padding-bottom: 50px; }
    @media (max-width: 415px) {
      .news-stories .col {
        width: 100%;
        float: none;
        border: none;
        padding-right: 0; } }
    @media (max-width: 768px) {
      .news-stories .col {
        padding-right: 30px; } }
    .news-stories .col.sidebar {
      width: 33.333333%;
      padding-right: 0;
      margin-top: 35px;
      border: none; }
      @media (max-width: 415px) {
        .news-stories .col.sidebar {
          display: none; } }
  .news-stories .content {
    padding-top: 20px; }
    .news-stories .content h1 {
      font-size: 50px;
      line-height: 115%; }
      @media (max-width: 415px) {
        .news-stories .content h1 {
          font-size: 40px; } }
      @media (max-width: 1024px) {
        .news-stories .content h1 {
          font-size: 36px; } }
    .news-stories .content h3 {
      font-size: 26px;
      margin-bottom: 30px;
      line-height: 115%; }
    .news-stories .content p, .news-stories .content ul, .news-stories .content ol {
      font-size: 18px;
      line-height: 135%; }
    .news-stories .content ul, .news-stories .content ol {
      margin: 15px; }
    .news-stories .content ul li {
      list-style-type: disc;
      margin: 5px 0; }
    .news-stories .content a {
      color: #1d60d6;
      text-decoration: underline;
      display: inline; }
    .news-stories .content strong {
      font-family: "gtwalsheim_bold", sans-serif; }
    .news-stories .content .meta {
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      display: block;
      margin-top: 15px;
      padding: 10px 0;
      margin-right: -50px; }
    .news-stories .content .additional {
      margin: 30px 0; }
    .news-stories .content .parliament iframe {
      height: 500px !important; }
      @media (max-width: 768px) {
        .news-stories .content .parliament iframe {
          height: 350px !important; } }
    .news-stories .content .shares {
      border-bottom: 1px solid #dddddd;
      margin-right: -50px;
      padding: 10px 0; }
      .news-stories .content .shares h6 {
        font-size: 18px;
        line-height: 100%;
        color: #1d60d6;
        display: inline-block;
        margin-top: 0; }
      .news-stories .content .shares ul {
        display: inline-block;
        margin: 0; }
        .news-stories .content .shares ul li {
          display: inline-block;
          font-size: 18px;
          margin: 0 0 0 10px; }
  .news-stories .sidebar {
    /*.shares {
      h6 { @include medium-type; margin-top: -15px; line-height: 100%; color: $lblue; }
      ul li { display: inline-block; @include medium-type; margin: 10px 10px 0 0; }
      a:hover { color: $blue; }
    }*/ }
    .news-stories .sidebar .item {
      padding-bottom: 15px;
      margin-bottom: 15px;
      padding-left: 30px; }
      @media (max-width: 768px) {
        .news-stories .sidebar .item {
          padding-left: 15px; } }
    .news-stories .sidebar .media h6 {
      font-size: 22px;
      line-height: 100%;
      color: #00a1e4;
      margin-top: -15px; }
    .news-stories .sidebar .media ul {
      margin-top: 5px; }
      .news-stories .sidebar .media ul a {
        color: #1d60d6;
        text-decoration: underline; }
    .news-stories .sidebar .mailinglist {
      background: #00a1e4;
      margin-top: -5px;
      padding-top: 15px;
      color: white;
      text-align: center;
      padding-right: 30px;
      margin-left: 30px; }
      @media (max-width: 768px) {
        .news-stories .sidebar .mailinglist {
          padding-left: 15px;
          padding-right: 15px;
          margin-left: 0; } }
      .news-stories .sidebar .mailinglist h6 {
        font-size: 22px;
        line-height: 100%; }
      .news-stories .sidebar .mailinglist form {
        margin: 10px auto; }
        .news-stories .sidebar .mailinglist form input[type="email"] {
          width: 100%;
          font-size: 18px; }
        .news-stories .sidebar .mailinglist form input[type="submit"] {
          margin: 10px auto 0 auto;
          font-size: 18px; }
  .news-stories.listing article {
    margin-right: -50px;
    padding-right: 50px;
    padding-bottom: 50px; }
    @media (max-width: 415px) {
      .news-stories.listing article {
        padding-right: 20px; } }
  .news-stories.listing h2 {
    font-size: 30px; }
    @media (max-width: 375px) {
      .news-stories.listing h2 {
        font-size: 26px; } }
    .news-stories.listing h2 a {
      color: #333333;
      text-decoration: none; }
  .news-stories.listing .content .meta {
    margin-bottom: 0;
    margin-right: 0; }

.pagination {
  border-top: 1px solid #dddddd;
  padding: 30px 0; }
  .pagination li {
    display: inline-block;
    margin: 0 15px;
    color: #1d60d6;
    font-family: "gtwalsheim_bold", sans-serif;
    font-size: 22px; }

.donate-content {
  text-align: left; }
  .donate-content h1 {
    font-size: 50px; }
    @media (max-width: 415px) {
      .donate-content h1 {
        font-size: 40px; } }
  .donate-content p {
    width: 66.666666%; }
    @media (max-width: 415px) {
      .donate-content p {
        width: 100%; } }
  .donate-content .switcher li {
    display: inline-block;
    font-size: 30px;
    margin-right: 30px;
    margin-top: 30px;
    font-family: "gtwalsheim_bold", sans-serif; }
    @media (max-width: 415px) {
      .donate-content .switcher li:before {
        content: "• "; }
      .donate-content .switcher li:nth-of-type(2) {
        margin-top: 20px; } }
    @media (max-width: 320px) {
      .donate-content .switcher li {
        font-size: 26px; } }
    .donate-content .switcher li a {
      color: #1d60d6;
      border-bottom: 2px solid #1d60d6; }
  .donate-content .col {
    float: left;
    width: 33.333333%; }
    @media (max-width: 415px) {
      .donate-content .col {
        float: none;
        width: 100%; } }
    .donate-content .col.form {
      width: 51.666666%;
      margin-left: 15%;
      margin-top: 30px;
      background: black;
      border-radius: 10px;
      padding: 30px 45px 30px 30px;
      color: white; }
      @media (max-width: 415px) {
        .donate-content .col.form {
          width: 100%;
          margin-left: 0;
          margin-top: 0; } }
  .donate-content .options {
    margin-top: 30px;
    margin: 0; }
    .donate-content .options li {
      margin: 30px 0;
      border-bottom: 1px solid #dddddd;
      padding-bottom: 10px; }
    .donate-content .options div {
      width: 50%;
      float: left; }
    .donate-content .options p {
      font-size: 18px;
      margin: 0;
      width: 100%; }
    .donate-content .options strong {
      font-size: 50px;
      font-family: "gtwalsheim_bold", sans-serif; }
      @media (max-width: 415px) {
        .donate-content .options strong {
          font-size: 40px; } }
      @media (max-width: 415px) {
        .donate-content .options strong {
          font-size: 72px; } }
  @media (max-width: 415px) and (max-width: 1024px) {
    .donate-content .options strong {
      font-size: 60px; } }
  @media (max-width: 415px) and (max-width: 415px) {
    .donate-content .options strong {
      font-size: 50px; } }

      .donate-content .options strong small {
        font-size: 26px;
        display: inline-block;
        margin-left: 5px; }
    .donate-content .options.horizontal li {
      float: left;
      width: 30%;
      border-bottom: none; }
      @media (max-width: 1024px) {
        .donate-content .options.horizontal li {
          width: 33.333333%; } }
      @media (max-width: 768px) {
        .donate-content .options.horizontal li {
          width: 100%;
          float: none; } }
    .donate-content .options.horizontal p {
      width: 85%; }
      @media (max-width: 1024px) {
        .donate-content .options.horizontal p {
          width: 72.5%; } }
    .donate-content .options.horizontal .button {
      margin: 15px 0; }
      @media (max-width: 1024px) {
        .donate-content .options.horizontal .button {
          font-size: 22px; } }
  .donate-content .stripe {
    font-size: 30px;
    font-family: "gtwalsheim_bold", sans-serif; }
    @media (max-width: 768px) {
      .donate-content .stripe {
        font-size: 26px; } }
    .donate-content .stripe br {
      display: none; }
    .donate-content .stripe label {
      display: block;
      margin-bottom: 15px;
      border-bottom: 1px solid #333333;
      padding-bottom: 15px; }
      .donate-content .stripe label:hover {
        color: #1d60d6; }
      .donate-content .stripe label input {
        position: relative;
        top: 5px;
        margin-right: 10px; }
    .donate-content .stripe .sc-form-group:nth-of-type(2) label {
      width: 60%;
      float: left;
      margin-top: -15px;
      font-size: 26px;
      border: none; }
      @media (max-width: 1024px) {
        .donate-content .stripe .sc-form-group:nth-of-type(2) label {
          float: none;
          width: 100%; }
          .donate-content .stripe .sc-form-group:nth-of-type(2) label:after {
            content: ":"; } }
      @media (max-width: 768px) {
        .donate-content .stripe .sc-form-group:nth-of-type(2) label {
          font-size: 22px; } }
    .donate-content .stripe .sc-uea-custom-amount {
      position: relative;
      top: -25px !important;
      font-family: 'NeuzeitOfficeW01-Regula';
      letter-spacing: -.009em;
      font-size: 26px;
      width: 25%; }
      @media (max-width: 1024px) {
        .donate-content .stripe .sc-uea-custom-amount {
          width: 70%; } }
      @media (max-width: 768px) {
        .donate-content .stripe .sc-uea-custom-amount {
          font-size: 22px; } }
    .donate-content .stripe .sc-uea-currency {
      display: none; }
    .donate-content .stripe button {
      float: right; }
      @media (max-width: 320px) {
        .donate-content .stripe button {
          font-size: 22px; } }
      .donate-content .stripe button:hover {
        background: #1d60d6; }

.story-detail article {
  padding: 0 15%;
  text-align: left; }
  @media (max-width: 415px) {
    .story-detail article {
      padding: 0 20px; } }
.story-detail .story-lid {
  padding-top: 30px; }
  .story-detail .story-lid .col {
    width: 33.333333%;
    float: left; }
    @media (max-width: 414px) {
      .story-detail .story-lid .col {
        float: none;
        width: 100%; } }
    .story-detail .story-lid .col:nth-of-type(2) {
      width: 66.666666%;
      padding-right: 5%; }
      @media (max-width: 414px) {
        .story-detail .story-lid .col:nth-of-type(2) {
          width: 100%; } }
  .story-detail .story-lid .image {
    display: block;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 10000px;
    background: #1d60d6;
    margin: 0 auto;
    z-index: 10; }
    @media (max-width: 1024px) {
      .story-detail .story-lid .image {
        width: 150px;
        height: 150px;
        margin-top: 25px; } }
    @media (max-width: 768px) {
      .story-detail .story-lid .image {
        width: 130px;
        height: 130px; } }
    @media (max-width: 414px) {
      .story-detail .story-lid .image {
        margin: 0; } }
    .story-detail .story-lid .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      height: 140%;
      width: auto;
      max-width: 1000%;
      opacity: .6;
      z-index: 0; }
  .story-detail .story-lid h1 {
    font-size: 50px;
    line-height: 100%; }
    @media (max-width: 415px) {
      .story-detail .story-lid h1 {
        font-size: 40px; } }
    @media (max-width: 768px) {
      .story-detail .story-lid h1 {
        font-size: 36px; } }
    @media (max-width: 320px) {
      .story-detail .story-lid h1 {
        font-size: 30px; } }
  .story-detail .story-lid .meta {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    display: block;
    margin-top: 15px;
    padding: 5px 0 0 0;
    margin-right: -50px; }
  .story-detail .story-lid .shares {
    margin-top: -15px; }
    .story-detail .story-lid .shares h6 {
      font-size: 17px;
      line-height: 100%;
      color: #1d60d6;
      display: inline-block; }
    .story-detail .story-lid .shares ul {
      display: inline-block; }
      .story-detail .story-lid .shares ul li {
        display: inline-block;
        font-size: 18px;
        margin: 10px 10px 0 0; }
.story-detail .additional {
  margin: 30px 0; }
.story-detail h3 {
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 115%; }
.story-detail p, .story-detail ul, .story-detail ol {
  font-size: 18px;
  line-height: 125%; }
  @media (max-width: 415px) {
    .story-detail p, .story-detail ul, .story-detail ol {
      line-height: 145%; } }
  @media (max-width: 320px) {
    .story-detail p, .story-detail ul, .story-detail ol {
      font-size: 17px; } }
.story-detail ul, .story-detail ol {
  margin: 15px; }
.story-detail ul li {
  list-style-type: disc;
  margin: 5px 0; }
.story-detail a {
  color: #1d60d6;
  text-decoration: underline; }
.story-detail strong {
  font-family: "gtwalsheim_bold", sans-serif; }

.schools-banner {
  background: #1d60d6;
  color: white;
  margin-top: -20px;
  height: 300px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .schools-banner {
      margin-top: -80px; } }
  .schools-banner .featured-image {
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    width: 110%;
    max-width: 110%; }
    @media (max-width: 415px) {
      .schools-banner .featured-image {
        width: 155%;
        max-width: 155%; } }
  .schools-banner .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50%;
    z-index: 2; }
    @media (max-width: 1024px) {
      .schools-banner .inner {
        width: 75%; } }
    @media (max-width: 415px) {
      .schools-banner .inner {
        width: 95%;
        padding-top: 45px; } }
  .schools-banner h1 {
    margin: 0; }
  .schools-banner p {
    margin: 10px 0; }

.schools-what {
  text-align: left;
  padding: 30px 0;
  position: relative; }
  .schools-what h2 {
    color: #1d60d6;
    font-size: 50px;
    width: 50%;
    line-height: 125%; }
    @media (max-width: 415px) {
      .schools-what h2 {
        font-size: 40px; } }
    @media (max-width: 415px) {
      .schools-what h2 {
        width: 100%; } }
    @media (max-width: 321px) {
      .schools-what h2 {
        font-size: 26px; } }
  .schools-what ul li {
    width: 25%;
    float: left;
    padding-right: 5%;
    padding-top: 30px; }
    @media (max-width: 768px) {
      .schools-what ul li {
        width: 50%; } }
    @media (max-width: 415px) {
      .schools-what ul li {
        width: 100%;
        float: none; } }
    .schools-what ul li h3 {
      color: #1d60d6;
      font-size: 26px;
      font-family: 'NeuzeitOfficeW01-Regula';
      letter-spacing: -.009em;
      min-height: 75px;
      background-image: url(../../img/underline-blue-01.svg);
      background-repeat: repeat-x;
      background-position: 0 100%;
      background-size: 12px;
      padding-right: 2px; }
      @media (max-width: 415px) {
        .schools-what ul li h3 {
          min-height: 0;
          padding-bottom: 30px; } }
    .schools-what ul li p {
      font-size: 18px; }

.schools-sub-pages {
  padding: 30px 0; }
  @media (max-width: 415px) {
    .schools-sub-pages {
      padding-bottom: 45px; } }
  .schools-sub-pages ul li {
    display: inline-block;
    margin: 30px; }
    @media (max-width: 1024px) {
      .schools-sub-pages ul li {
        margin: 30px 10px; } }
    @media (max-width: 415px) {
      .schools-sub-pages ul li {
        margin-bottom: 0; } }
    .schools-sub-pages ul li a {
      display: inline-block;
      width: 200px;
      height: 200px;
      line-height: 200px;
      border-radius: 200px;
      text-align: center;
      color: white;
      background: #1d60d6;
      font-family: "gtwalsheim_bold", sans-serif;
      font-size: 26px; }
      @media (max-width: 1024px) {
        .schools-sub-pages ul li a {
          width: 170px;
          height: 170px;
          line-height: 170px; } }
      @media (max-width: 768px) {
        .schools-sub-pages ul li a {
          width: 130px;
          height: 130px;
          line-height: 130px;
          font-size: 22px; } }
      @media (max-width: 320px) {
        .schools-sub-pages ul li a {
          width: 120px;
          height: 120px;
          line-height: 120px;
          font-size: 22px; } }
      .schools-sub-pages ul li a:hover {
        background: black; }
  .schools-sub-pages.small h3 {
    font-size: 30px;
    padding-top: 15px; }
  .schools-sub-pages.small ul li {
    margin: 30px 15px; }
    @media (max-width: 1024px) {
      .schools-sub-pages.small ul li {
        margin: 30px 10px; } }
    @media (max-width: 415px) {
      .schools-sub-pages.small ul li {
        margin-bottom: 0; } }
    .schools-sub-pages.small ul li a {
      width: 170px;
      height: 170px;
      line-height: 170px;
      border-radius: 170px;
      font-size: 22px; }
      @media (max-width: 768px) {
        .schools-sub-pages.small ul li a {
          width: 130px;
          height: 130px;
          line-height: 130px;
          font-size: 22px; } }
      @media (max-width: 320px) {
        .schools-sub-pages.small ul li a {
          width: 120px;
          height: 120px;
          line-height: 120px;
          font-size: 18px; } }

.schools-additional {
  padding-bottom: 30px; }
  .schools-additional hr {
    margin-bottom: 30px; }
  .schools-additional.centered .container {
    padding: 0 20%; }
    @media (max-width: 768px) {
      .schools-additional.centered .container {
        padding: 0 10%; } }
    @media (max-width: 375px) {
      .schools-additional.centered .container {
        padding: 0 30px; } }
  .schools-additional.centered h3 {
    font-size: 30px; }
  .schools-additional.centered p {
    font-size: 18px; }
  .schools-additional.centered a {
    font-family: "gtwalsheim_bold", sans-serif;
    font-size: 22px;
    color: #1d60d6;
    text-decoration: underline; }
  .schools-additional.twocol {
    text-align: left; }
    .schools-additional.twocol h3 {
      width: 50%;
      font-size: 30px;
      color: #00a1e4; }
    .schools-additional.twocol .col {
      float: left;
      width: 50%;
      padding-right: 30px; }
      @media (max-width: 415px) {
        .schools-additional.twocol .col {
          width: 100%;
          float: none; } }
    .schools-additional.twocol p {
      font-size: 18px; }

.schools-resources {
  padding: 45px 0 0 0; }
  .schools-resources .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-flow: row wrap;
    max-width: 100%;
    min-height: 1px; }
    @media (max-width: 415px) {
      .schools-resources .wrapper {
        display: block; } }
    .schools-resources .wrapper.left-aligned {
      justify-content: flex-start; }
  .schools-resources .item {
    flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 48%;
    max-width: 48%;
    border: 1px solid rgba(0, 161, 228, 0.5);
    border-radius: 10px;
    margin-bottom: 45px;
    overflow: hidden; }
    @media (max-width: 415px) {
      .schools-resources .item {
        max-width: 100%;
        float: none;
        height: auto; } }
    .schools-resources .item .thumb {
      display: block;
      position: relative;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
      .schools-resources .item .thumb img {
        margin-top: -2px; }
    .schools-resources .item .inner {
      padding: 15px 30px; }
      @media (max-width: 415px) {
        .schools-resources .item .inner {
          padding-top: 10px;
          padding-left: 20px; } }
    .schools-resources .item h2 {
      font-size: 26px; }
      @media (max-width: 320px) {
        .schools-resources .item h2 {
          font-size: 22px; } }
    .schools-resources .item p {
      font-size: 18px;
      margin-top: 0; }
    .schools-resources .item a {
      font-size: 22px;
      background: #1d60d6; }
      @media (max-width: 375px) {
        .schools-resources .item a {
          font-size: 18px; } }

.cc_container {
  background: #1d60d6 !important; }
  .cc_container .cc_message {
    padding: 5px 0 !important;
    font-size: 20px !important; }
    @media (max-width: 768px) {
      .cc_container .cc_message {
        padding: 0 !important;
        margin-top: 5px !important; } }
    @media (max-width: 415px) {
      .cc_container .cc_message {
        text-align: left;
        width: 70%;
        font-size: 16px !important; } }
    .cc_container .cc_message .cc_more_info {
      color: white !important;
      text-decoration: underline; }
  .cc_container .cc_btn {
    background-color: black !important;
    color: white !important;
    font-family: "gtwalsheim_bold", sans-serif;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px !important;
    font-size: 20px !important; }
