body #main .page-header {
  height: 450px; }

body #main #content .highlight-tabs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1250px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px; }
  @media all and (max-width: 1350px) {
    body #main #content .highlight-tabs ul {
      width: 95%; } }
  @media all and (max-width: 700px) {
    body #main #content .highlight-tabs ul {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 40px; } }
  body #main #content .highlight-tabs ul li {
    background-color: #F2F4EF;
    color: #666;
    height: 80px;
    width: 230px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    -webkit-box-shadow: 0px 30px 32px -20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 30px 32px -20px rgba(0, 0, 0, 0.15);
    z-index: 1000; }
    @media all and (max-width: 1350px) {
      body #main #content .highlight-tabs ul li {
        width: 18%;
        height: unset;
        padding: 2%; } }
    @media all and (max-width: 700px) {
      body #main #content .highlight-tabs ul li {
        width: 90%;
        margin: 0 auto 10px auto; } }
  body #main #content .highlight-tabs ul .selected {
    background-color: #147c3f;
    color: #fff;
    position: relative; }
  @media all and (min-width: 700px) {
    body #main #content .highlight-tabs ul .selected:after {
      content: "";
      width: 100%;
      height: 50px;
      position: absolute;
      background-color: #147c3f;
      border-bottom-left-radius: 100%;
      border-bottom-right-radius: 100%;
      left: 0;
      bottom: -25px;
      z-index: -1; } }

@media all and (min-width: 1200px) {
  body #main #content .highlight-tabs.fixed-tabs {
    position: relative;
    z-index: 1001; }
    body #main #content .highlight-tabs.fixed-tabs ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: fixed;
      top: 30%;
      right: 0;
      z-index: 100;
      width: 250px; } }
    @media all and (min-width: 1200px) and (max-width: 1350px) {
      body #main #content .highlight-tabs.fixed-tabs ul li {
        width: 230px;
        height: 80px; } }

@media all and (min-width: 1200px) {
  body #main #content .news-highlights .news-highlight {
    width: 90%; } }

body #main #content .intro-section {
  width: 80%;
  margin: 80px auto;
  text-align: center;
  margin-top: -120px;
  padding-top: 200px; }
  body #main #content .intro-section h2 {
    font-family: Acumin;
    font-weight: 400;
    font-stretch: condensed;
    font-size: 48px;
    color: #666;
    line-height: 1.2; }
  body #main #content .intro-section h4 {
    font-family: Acumin;
    font-weight: 300;
    font-stretch: condensed;
    font-size: 24px;
    color: #666;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 40px; }
  body #main #content .intro-section h4:after {
    content: ' ';
    position: absolute;
    width: 70px;
    height: 7px;
    background-color: #666;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%); }
  body #main #content .intro-section p {
    font-family: Acumin;
    font-weight: 700;
    font-size: 20px;
    width: 50%;
    margin: 0 auto;
    line-height: 1.2; }
    @media all and (max-width: 600px) {
      body #main #content .intro-section p {
        width: 90%; } }

body #main #content .news-highlights {
  width: 80%;
  margin: 0 auto; }
  @media all and (max-width: 1350px) {
    body #main #content .news-highlights {
      width: 75%; } }
  body #main #content .news-highlights .news-highlight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    position: relative; }
    @media all and (max-width: 900px) {
      body #main #content .news-highlights .news-highlight {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    body #main #content .news-highlights .news-highlight .text-area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #666666;
      font-family: Acumin; }
      @media all and (max-width: 900px) {
        body #main #content .news-highlights .news-highlight .text-area {
          margin-top: 20px; } }
      body #main #content .news-highlights .news-highlight .text-area h3 {
        font-size: 24px;
        font-stretch: condensed;
        font-weight: 700;
        line-height: 32px;
        text-transform: unset; }
        @media all and (max-width: 900px) {
          body #main #content .news-highlights .news-highlight .text-area h3 {
            text-align: center; } }
      body #main #content .news-highlights .news-highlight .text-area h4.date {
        text-transform: none;
        font-style: italic; }
      body #main #content .news-highlights .news-highlight .text-area p,
      body #main #content .news-highlights .news-highlight .text-area ul li {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        font-stretch: normal;
        margin-bottom: 15px; }
      body #main #content .news-highlights .news-highlight .text-area ul li {
        display: list-item; }
      body #main #content .news-highlights .news-highlight .text-area p b {
        font-weight: 700; }
    body #main #content .news-highlights .news-highlight .img-container {
      position: relative;
      -ms-flex-item-align: start;
      -webkit-align-self: flex-start;
              align-self: flex-start; }
    body #main #content .news-highlights .news-highlight .img-container {
      margin: 0 auto;
      max-width: 390px;
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%; }
      @media (min-width: 901px) {
        body #main #content .news-highlights .news-highlight .img-container {
          margin-right: 2rem;
          width: 30%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
          -webkit-flex: 0 0 30%;
                  flex: 0 0 30%; } }
      body #main #content .news-highlights .news-highlight .img-container:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 100%; }
    body #main #content .news-highlights .news-highlight .caption-credit .credit {
      position: absolute;
      bottom: 10px;
      right: 10px;
      color: #fff;
      z-index: 1000;
      font-size: 12px;
      font-family: Acumin, sans-serif;
      font-style: italic;
      line-height: 10px;
      color: #f2f4ef; }
    body #main #content .news-highlights .news-highlight img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover; }
    @media all and (min-width: 1200px) {
      body #main #content .news-highlights .news-highlight .background-circle {
        width: 270px;
        height: 270px;
        background: #f2f4ef;
        position: absolute;
        border-radius: 100%;
        top: 175px;
        z-index: -1; } }
    body #main #content .news-highlights .news-highlight .circle-1 {
      left: 200px; }
    body #main #content .news-highlights .news-highlight .circle-2 {
      left: -100px; }
    body #main #content .news-highlights .news-highlight .circle-3 {
      display: none; }

body #main #content .past-highlights {
  width: 80%;
  margin: 0 auto;
  text-align: center; }
  body #main #content .past-highlights h3 {
    font-family: Acumin;
    font-weight: 400;
    font-stretch: condensed;
    font-size: 36px;
    color: #666;
    line-height: 1.2; }
  body #main #content .past-highlights .highlight-browser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    margin: 20px auto; }
    @media all and (max-width: 800px) {
      body #main #content .past-highlights .highlight-browser {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    body #main #content .past-highlights .highlight-browser ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media all and (max-width: 800px) {
        body #main #content .past-highlights .highlight-browser ul {
          width: 100%;
          margin: 0; } }
      body #main #content .past-highlights .highlight-browser ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0 1vw;
        width: unset; }
        @media all and (max-width: 800px) {
          body #main #content .past-highlights .highlight-browser ul li {
            margin: 20px;
            width: 285px; } }
        @media all and (max-width: 400px) {
          body #main #content .past-highlights .highlight-browser ul li {
            margin: 10px 0 10px; } }
        body #main #content .past-highlights .highlight-browser ul li a {
          background-color: #f2f4ef;
          color: #666;
          height: 80px;
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 20px;
          text-align: center;
          line-height: 1.2;
          cursor: pointer;
          -webkit-box-shadow: 0 30px 32px -20px rgba(0, 0, 0, 0.15);
                  box-shadow: 0 30px 32px -20px rgba(0, 0, 0, 0.15);
          z-index: 1000; }
    body #main #content .past-highlights .highlight-browser .current-highlight {
      margin: unset; }
      @media all and (max-width: 800px) {
        body #main #content .past-highlights .highlight-browser .current-highlight {
          width: 285px; } }
      body #main #content .past-highlights .highlight-browser .current-highlight li {
        width: 100%; }
        body #main #content .past-highlights .highlight-browser .current-highlight li a {
          background-color: #2cc84d;
          color: #fff; }
    body #main #content .past-highlights .highlight-browser .future-highlights {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media all and (max-width: 800px) {
        body #main #content .past-highlights .highlight-browser .future-highlights {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media all and (max-width: 500px) {
        body #main #content .past-highlights .highlight-browser .future-highlights {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }

body #main #content .past-highlights.not-current.float {
  width: 200px; }

body #main #content .past-highlights.not-current.float .highlight-browser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

body #main #content .past-highlights.not-current .highlight-browser li a span {
  display: inline; }

body #main #content .past-highlights .highlight-browser .future-highlights {
  display: none; }

body #main #content .past-highlights.not-current .highlight-browser .future-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media all and (min-width: 501px) {
  body #main #content .past-highlights.not-current.float {
    display: block;
    width: 10%;
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 1000; } }

body #main #content .past-highlights ul.most-recent-highlight li a {
  background-color: #147c3f;
  color: #fff;
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-box-shadow: 0 30px 32px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 30px 32px -20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: flex; }

body #main #content .past-highlights ul.most-recent-highlight li a p,
body #main #content .past-highlights .highlight-browser ul li a,
body #main #content .past-highlights .highlight-browser .current-highlight li a p {
  text-align: center;
  line-height: 1.2;
  font-stretch: condensed;
  font-weight: bold; }
  @media all and (max-width: 967px) {
    body #main #content .past-highlights ul.most-recent-highlight li a p,
    body #main #content .past-highlights .highlight-browser ul li a,
    body #main #content .past-highlights .highlight-browser .current-highlight li a p {
      font-size: 18px;
      padding: 5px; } }
  @media all and (max-width: 600px) {
    body #main #content .past-highlights ul.most-recent-highlight li a p,
    body #main #content .past-highlights .highlight-browser ul li a,
    body #main #content .past-highlights .highlight-browser .current-highlight li a p {
      font-size: 16px; } }

body #main #content .past-highlights.not-current.float .highlight-browser ul.previous-highlights,
body #main #content .past-highlights.not-current.float .highlight-browser .current-highlight,
body #main #content .past-highlights.not-current.float .highlight-browser ul.previous-highlights li,
body #main #content .past-highlights.not-current.float .highlight-browser ul li,
body #main #content .past-highlights.not-current.float .highlight-browser ul.most-recent-highlight {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0; }

body #main #content .past-highlights.not-current.float .highlight-browser ul.future-highlights,
body #main #content .past-highlights.not-current.float .highlight-browser ul.future-highlights li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  margin: 0; }

@media all and (min-width: 500px) {
  body #main #content .past-highlights.not-current.float h3 {
    display: none; } }

@media all and (min-width: 800px) {
  body #main #content .past-highlights.not-current {
    display: none; } }

body #main #content .news-highlights .news-highlight ul li img {
  max-width: 140px;
  height: auto; }

.news-highlight-text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }

.news-highlight-text ul li .img-container {
  width: 25%; }

.news-highlight-text ul li .text-container {
  width: 75%; }

body #main #content .news-highlights .news-highlight ul li .img-container img.bild {
  width: 40%; }

.data-div.public-education-media {
  display: none; }

@media all and (max-width: 1350px) and (min-width: 901px) {
  .news-highlight-text ul li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .news-highlight-text ul li .img-container {
    width: 100%;
    text-align: center; }
  .news-highlight-text ul li .text-container {
    width: 100%; } }

@media all and (max-width: 600px) {
  .news-highlight-text ul li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .news-highlight-text ul li .img-container {
    width: 100%;
    text-align: center; }
  .news-highlight-text ul li .text-container {
    width: 100%; } }

@media all and (max-width: 1500px) and (min-width: 1350px) {
  body #main #content .news-highlights .news-highlight ul li img {
    width: 90%; } }

@media all and (max-width: 760px) and (min-width: 600px) {
  body #main #content .news-highlights .news-highlight ul li img {
    width: 90%; } }

@media all and (max-width: 1350px) and (min-width: 900px) {
  body #main #content .news-highlights .news-highlight .news-highlight-text ul li {
    display: block; } }

@media all and (max-width: 600px) {
  body #main #content .news-highlights .news-highlight .news-highlight-text ul li {
    display: block; } }

@media all and (min-width: 800px) {
  body #main .page-header .thumbnail-caption-container {
    top: unset;
    bottom: 60px;
    z-index: 100; } }

body .has-huge-font-size,
body .has-larger-font-size {
  line-height: 1.2em; }

body .wp-block-buttons .wp-block-button {
  width: unset; }

.single-highlight .wp-block-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

