/*
    Decided to bring the CSS structure to 2019 and include some SCSS

    Here's the stuff that was used before... regular CSS...
*/
* {
  box-sizing: border-box; }

.mobile {
  display: block; }

.desktop {
  display: none; }

.spacer-30 {
  display: block;
  margin-bottom: 30px; }

body {
  font-family: 'Crimson Text', serif;
  font-size: 16px; }

ul {
  padding: 0; }

p {
  margin-top: 0;
  line-height: 1.4em;
  color: #000; }

.hero-img img {
  max-width: 100%; }

a {
  color: #209dd6;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1 {
  font-family: 'Crimson Text', serif;
  font-size: 2em;
  line-height: 1.6em;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  color: #00438f; }

h2 {
  margin-top: 0;
  font-size: 1.4em;
  line-height: 1.1em;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  color: #62646f; }

h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.4em;
  line-height: 1.1em;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  color: #00438f; }

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.1em;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  color: #114485; }

.read-more {
  display: block;
  text-transform: uppercase;
  color: #209dd6; }

.lg-quote {
  font-family: 'Crimson Text', serif;
  font-size: 1.2em;
  line-height: normal;
  font-weight: 400;
  color: #00438f;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap; }

.lg-quote-i {
  font-family: 'Crimson Text', serif;
  font-size: 1.2em;
  line-height: normal;
  font-weight: 400;
  color: #00438f;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  font-style: italic; }

.citation {
  color: #4d4d4d;
  font-weight: 700;
  display: inline-block; }

input[type=search] {
  width: 95%;
  padding: 5px;
  border: 2px solid #ccc;
  margin-bottom: 30px;
  background-image: url(/images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-size: 20px; }
  input[type=search]:focus {
    background: 0 0; }

hr {
  display: block;
  border-bottom: 2px dotted #ccc;
  border-top: 0;
  margin: 15px 0 25px 0; }

section.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }
  section.overlay .event {
    width: auto;
    max-width: 1140px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    section.overlay .event .thumbnail-spring {
      width: 100%; }
    section.overlay .event .close {
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      background: #000;
      color: #fff;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      font-weight: 700;
      font-size: 1.5em;
      cursor: pointer;
      z-index: 10;
      font-family: lato, sans-serif; }

.parents-area-menu {
  display: block;
  background: #114485; }
  .parents-area-menu a {
    margin-top: 0;
    padding: .5em 0;
    color: #fff; }
    @media (max-width: 767px) {
      .parents-area-menu a {
        padding-left: 15px; } }
    .parents-area-menu a:hover {
      color: #fff; }

header {
  width: 100%;
  margin: auto; }

.logo {
  height: 100%;
  margin: 15px 0; }

.top-bar {
  height: 50px;
  background-color: #114485;
  width: 100%;
  color: #fff;
  text-transform: uppercase; }

.top-bar-mobile {
  display: table;
  margin: auto; }

.phone-number-mobile {
  font-size: 1.2em;
  display: inline-block;
  margin-top: 10px; }

.top-bar-divider,
.top-bar-facebook,
.top-bar-instagram,
.top-bar-twitter {
  display: inline-block; }

.top-bar-telephone {
  height: 25px;
  margin: -7px 10px 0 0; }

.top-bar-facebook {
  height: 25px;
  margin: -7px 10px 0 20px; }

.top-bar-instagram,
.top-bar-twitter {
  height: 25px;
  margin: -7px 0 0 10px; }

a.parents-area {
  color: #fff; }
  a.parents-area:hover {
    text-decoration: none; }

nav {
  margin: 0 auto;
  text-align: center;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  width: 100%;
  padding: 0; }
  @media (max-width: 767px) {
    nav {
      text-align: left; } }
  nav ul {
    list-style: none; }
    nav ul li a {
      display: block;
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      margin-top: 10px;
      padding-left: 15px;
      position: relative; }
      nav ul li a i {
        position: absolute;
        right: 15px;
        top: 3px; }
    nav ul li:hover a {
      color: #00438f;
      text-decoration: none; }
    nav ul li a:active {
      text-decoration: none;
      color: #114485; }
    nav ul .sub {
      display: none;
      width: 100%;
      margin-top: 10px; }
    nav ul li:hover > .sub {
      display: block;
      background-color: rgba(17, 68, 133, 0.9);
      z-index: 10; }
      nav ul li:hover > .sub li {
        margin: 0;
        text-transform: uppercase; }
      nav ul li:hover > .sub a {
        color: #fff;
        margin: 0 auto;
        margin-top: 10px;
        padding-left: 15px; }
        nav ul li:hover > .sub a:last-child {
          margin-bottom: 10px; }
      nav ul li:hover > .sub li:hover a {
        color: #209dd6; }
    @media (max-width: 767px) {
      nav ul li.active > .sub {
        display: block;
        background-color: rgba(17, 68, 133, 0.9);
        z-index: 10; }
        nav ul li.active > .sub li {
          margin: 0;
          text-transform: uppercase; }
        nav ul li.active > .sub a {
          color: #fff;
          margin: 0 auto;
          margin-top: 10px;
          padding-left: 15px; }
          nav ul li.active > .sub a:last-child {
            margin-bottom: 10px; }
        nav ul li.active > .sub li:hover a {
          color: #209dd6; } }

.sub ul {
  padding: 10px 0; }

.navicon {
  position: absolute;
  right: 50px;
  top: 65px;
  font-size: 2.4em;
  line-height: 60px;
  width: 40px;
  text-align: center;
  height: 30px; }
  .navicon span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 6px;
    background-color: #114485;
    transition: .4s;
    left: 0; }
    .navicon span:before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 6px;
      background-color: #114485;
      margin-top: -13px;
      transition: .6s;
      left: 0; }
    .navicon span:after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 6px;
      background-color: #114485;
      margin-top: 13px;
      transition: .6s;
      left: 0; }
  .navicon.show span {
    background: 0 0; }
    .navicon.show span:before {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      margin-top: 0; }
    .navicon.show span:after {
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
      margin-top: 0; }

.navicon-circle {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 4px;
  right: -14px;
  border-radius: 70px;
  border: 4px solid #ccc;
  cursor: pointer; }

.nav-main {
  display: none; }

.hero-img {
  margin-top: -40px; }
  .hero-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }

section.blue {
  background-color: #192946; }

.badge-quote img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.news-feed {
  margin-left: -15px;
  margin-right: -15px; }
  .news-feed .citation {
    float: right; }
  .news-feed img {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    height: 270px; }
    .news-feed img:after {
      display: block;
      width: 100%;
      height: 100%;
      content: url(../../images/fallback.jpg);
      position: absolute;
      left: 0;
      top: 0; }

@media (min-width: 0px) and (max-width: 1024px) {
  .news-feed img {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    height: auto; } }
.news-snippet {
  padding-bottom: 15px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 15px; }

.events-feed {
  margin-bottom: 30px; }

.quote-bar {
  margin-top: 70px;
  background-color: #d5edfb; }

.quote-bar-quote {
  display: table-cell;
  vertical-align: middle; }
  .quote-bar-quote h3 {
    font-size: 1.7em;
    margin-bottom: .2em;
    padding-top: 30px; }
  .quote-bar-quote p {
    font-style: italic;
    color: #62646f;
    margin-bottom: 0;
    padding-bottom: 30px; }

.awards {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .awards img {
    max-height: 100px;
    max-width: 160px;
    padding: 0 15px; }

.download-link {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .download-link a:before {
    display: inline-block;
    content: url(/images/download-icon.svg);
    height: 15px;
    width: 15px;
    margin-right: 10px; }

.pagination li,
.pagination ul {
  display: inline-block;
  margin-top: 0; }
.pagination .active {
  color: #209dd6;
  font-style: bold; }
.pagination a {
  color: #000; }

.accordion .title {
  padding-bottom: 10px;
  border-bottom: 2px solid #00438f;
  margin-bottom: 1em;
  cursor: pointer; }
  .accordion .title h3 {
    display: block;
    margin-bottom: 0; }
    .accordion .title h3:after {
      content: "+";
      float: right; }
    .accordion .title h3.spin:after {
      content: "-"; }
.accordion .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .8s;
  -moz-transition: max-height .8s;
  transition: max-height .8s; }
  .accordion .content > div:first-child {
    padding-bottom: 10px; }
  .accordion .content .event {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 30px;
    position: relative; }

span.event-icon {
  background-image: url(/images/calendar-icon.svg);
  display: block;
  width: 40px;
  height: 37px;
  position: absolute;
  right: 0;
  bottom: 15px; }

.event-details {
  width: calc(100% - 55px); }
  .event-details h3 {
    color: #62646f;
    margin-bottom: 15px; }

input {
  height: 40px;
  border: 1px solid #aeb3b6;
  padding: 0 10px;
  border-radius: 0; }

textarea {
  border: 1px solid #aeb3b6;
  padding: 0 10px;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

.button,
button {
  display: table;
  height: 40px;
  background-color: #d5edfb;
  border: 0;
  width: 160px; }

input[type=submit] {
  display: table;
  height: 40px;
  background-color: #d5edfb;
  border: 0;
  width: 160px; }
input.half {
  width: 49%;
  margin-bottom: 1em; }
  input.half:first-child {
    margin-right: 1%; }
input.full {
  width: 100%;
  margin-bottom: 1em; }

.parents-area {
  position: relative; }

.login-form input[type=submit] {
  margin-top: 10px; }

.parents-area-page button[name=register] {
  margin-top: 15px; }

.button.logout {
  background-color: #114485;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2em;
  line-height: 1.6em; }

.search {
  width: 100%;
  background-image: url(/images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px 50%;
  padding-left: 35px;
  margin-bottom: 15px; }

main {
  padding-top: 40px; }
  main ul {
    padding-left: 20px; }

.gallery {
  list-style: none; }
  .gallery img {
    width: 100%; }

.gallery-title {
  display: table;
  width: 100%; }
  .gallery-title a,
  .gallery-title button {
    width: 80px !important;
    margin: 5px 4px 0 0; }
  .gallery-title h1 {
    display: table;
    float: left; }

.back-to-all {
  margin-right: 0;
  text-align: center;
  line-height: 40px;
  color: #000;
  float: right;
  margin-top: 5px;
  line-height: 40px; }
  .back-to-all:active, .back-to-all:focus, .back-to-all:hover {
    text-decoration: none;
    color: #000; }

.gallery-filter-button {
  float: right;
  margin-top: 5px;
  line-height: 40px; }

.gallery-links img {
  width: 100%; }
.gallery-links > div {
  min-height: 200px; }
.gallery-links .gallery-link-thumbnail {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px; }

.gallery-text {
  height: 4em; }

.gallery-links a:hover {
  text-decoration: none; }
.gallery-links a h4 {
  margin-bottom: 0;
  margin: 0 auto;
  display: table; }
.gallery-links a p {
  text-align: center; }

.next-thumb-button,
.prev-thumb-button {
  width: 21px;
  height: 80px;
  background-image: url(/images/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  float: left;
  cursor: pointer; }

.next-thumb-button {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  float: right; }

.gallery-thumbnails {
  display: block;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 15px; }
  .gallery-thumbnails .gallery-thumbs {
    position: relative;
    width: calc(100% - 42px);
    overflow: hidden;
    float: left; }
  .gallery-thumbnails ul {
    display: table;
    list-style: none;
    float: left;
    margin: 0;
    padding-left: 0;
    transition: margin 1s cubic-bezier(0.65, 0.05, 0.36, 1); }
    .gallery-thumbnails ul li {
      width: 130px;
      height: 80px;
      float: left;
      margin: 0 10px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: 50%;
      cursor: pointer; }
  .gallery-thumbnails img {
    width: 100%; }

.gallery-details p {
  display: inline-block; }
.gallery-details .date {
  padding-left: 10px; }
.gallery-details .description {
  float: right;
  cursor: pointer; }
  .gallery-details .description:after {
    content: "+";
    width: 10px;
    display: inline-block;
    text-align: center; }
  .gallery-details .description.active:after {
    content: "-"; }
.gallery-details .description-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s; }
  .gallery-details .description-content div {
    display: table; }

.spacer {
  margin-bottom: 10px; }

.filter-container {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 10; }
  .filter-container.active {
    display: table; }
  .filter-container > div {
    display: table-cell;
    vertical-align: middle; }

.filters {
  position: relative;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #fff; }

.filter-close {
  position: absolute;
  right: 5px;
  top: 2px;
  color: #f0f;
  width: 28px;
  height: 28px;
  cursor: pointer; }
  .filter-close:after {
    content: "";
    display: table;
    width: 3px;
    height: 20px;
    background-color: #000; }
  .filter-close:before {
    content: "";
    display: table;
    width: 3px;
    height: 20px;
    background-color: #000;
    transform: rotate(45deg) translateY(-6px) translateX(13px); }
  .filter-close:after {
    transform: rotate(-45deg) translateY(-1px) translateX(20px); }

.filter-container > div ul {
  color: #000;
  padding: 30px;
  list-style: none; }

.slideshow {
  position: relative;
  overflow: hidden; }
  .slideshow ul {
    display: table;
    padding: 0;
    margin-bottom: 0;
    padding-left: 0; }
    .slideshow ul li {
      list-style: none;
      float: left;
      margin: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      .slideshow ul li img {
        display: table; }
      .slideshow ul li figure {
        margin: 0; }
        .slideshow ul li figure img {
          display: block;
          width: 100%; }
  .slideshow .buttons {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    margin-top: -7px; }
  .slideshow:hover .buttons {
    display: block; }
  .slideshow .buttons div {
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    box-shadow: 3px 3px 3px rgba(127, 122, 122, 0.5);
    cursor: pointer; }
  .slideshow .buttons .prev {
    float: left;
    transform: rotate(135deg); }
  .slideshow .buttons .next {
    float: right;
    transform: rotate(-45deg); }

.sidecol {
  padding-top: 15px; }
  .sidecol img {
    width: 100%;
    height: auto; }
  .sidecol h2 {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px; }
  .sidecol h3:first-child {
    padding-top: 5px; }

a.download, a.sidecol-link {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 7px 0; }
a.download:before, a.sidecol-link:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  top: calc(50% - 20px); }
a.download:before {
  background-image: url(/images/download-icon.svg); }
a.sidecol-link:before {
  background-image: url(/images/link-icon.svg); }

.recent-news {
  display: block;
  margin-bottom: 15px; }
  .recent-news:first-of-type {
    margin-top: 15px; }
  .recent-news img {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .recent-news h3 {
    margin-bottom: 0; }
  .recent-news:hover {
    text-decoration: none; }

.news-sidecol {
  padding-top: 20px; }
  .news-sidecol hr {
    margin: 15px 0; }

.news-post-break {
  display: table; }

.breadcrumbs {
  display: table;
  list-style: none;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-left: 0; }
  .breadcrumbs li {
    float: left; }
    .breadcrumbs li:after {
      content: ">";
      color: #209dd6;
      padding: 0 2px; }
    .breadcrumbs li:last-child:after {
      content: ""; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
  margin-top: 20px; }
  .embed-container embed,
  .embed-container iframe,
  .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #bfbfbf;
  resize: none;
  max-height: 120px; }
.contact-form button {
  float: right; }

.parents-area-block {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.parents-area-wrap {
  display: table; }

.parents-area-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px; }
.parents-area-block h3 {
  margin-bottom: 10px; }
.parents-area-block p {
  line-height: 1.1em; }
.parents-area-block a:hover {
  text-decoration: none; }

.letter {
  display: table;
  width: 100%;
  position: relative;
  padding: 10px 0;
  border-bottom: 2px dotted #ccc; }
  .letter div {
    width: calc(100% - 60px);
    float: left; }
  .letter:after {
    position: absolute;
    display: table;
    content: "";
    background-image: url(/images/download-icon.svg);
    height: 40px;
    width: 40px;
    right: 0;
    top: calc(50% - 20px); }
  .letter h2 {
    margin: 10px 0; }
  .letter p {
    margin: 0; }

.account-form .row {
  margin-bottom: 10px; }
.account-form textarea {
  display: block;
  resize: none; }
.account-form input,
.account-form textarea {
  width: 100%; }
.account-form input[type=submit] {
  width: 160px; }

.select-box {
  border: 1px solid #aeb3b6; }
  .select-box select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 0;
    background: 0 0;
    padding: 0 10px; }

.login-form {
  margin-bottom: 10px; }

.signup-col div {
  padding: 10px 0;
  border-top: 1px solid #aeb3b6;
  border-bottom: 1px solid #aeb3b6; }

footer {
  font-size: 1em;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #00438f; }
  footer img {
    margin-bottom: 15px; }
  footer p {
    display: block;
    color: #fff;
    margin-bottom: 0; }
  footer ul {
    margin-top: 0; }
  footer li {
    color: #209dd6;
    list-style: none; }
    footer li a {
      color: #209dd6; }
      footer li a:hover {
        color: #209dd6;
        text-decoration: underline; }

.prospectus-cta {
  margin-top: 1em; }
  .prospectus-cta .request-prospectus .prospectus-image {
    display: none; }
    .prospectus-cta .request-prospectus .prospectus-image img {
      width: 100%; }
  .prospectus-cta .request-prospectus form {
    flex-basis: 90%; }
    .prospectus-cta .request-prospectus form input,
    .prospectus-cta .request-prospectus form textarea {
      margin-bottom: 1em;
      font-size: 12pt !important; }
    .prospectus-cta .request-prospectus form input:first-of-type {
      display: none; }
    .prospectus-cta .request-prospectus form button {
      font-size: 12pt !important;
      text-transform: uppercase; }
  .prospectus-cta .request-prospectus h3 {
    font-size: 1.6em;
    color: #fff;
    text-align: left; }

.prospectus-form .message,
.prospectus-footer-form .message {
  margin-top: 0;
  display: block;
  background-color: #f7a4b2;
  font-size: 16px;
  text-align: center; }
  .prospectus-form .message.success,
  .prospectus-footer-form .message.success {
    background-color: #d4edda; }
.prospectus-form button:hover,
.prospectus-footer-form button:hover {
  background-color: #eaf6fd; }

.video {
  cursor: pointer;
  width: 100%;
  max-width: 100%; }

.home-spacer {
  margin-top: 2em; }

.max-width {
  width: 100%; }

section.banner {
  margin-top: -40px; }
  section.banner img {
    width: 100%; }

.slideshow {
  position: relative;
  overflow: hidden; }
  .slideshow ul {
    display: table;
    padding: 0;
    margin: 0; }
    .slideshow ul li {
      display: none;
      list-style: none;
      float: left;
      margin: 0; }
      .slideshow ul li figure {
        margin: 0; }
        .slideshow ul li figure img {
          display: block;
          width: 100%; }
  .slideshow .pages {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 12px;
    overflow: hidden; }
    .slideshow .pages i {
      width: 12px;
      height: 12px;
      display: block;
      float: left;
      border: 1px solid #fff;
      border-radius: 30px;
      margin-left: 5px;
      cursor: pointer;
      -webkit-transition: background .6s;
      transition: background .6s; }
      .slideshow .pages i.active {
        background-color: #fff; }

img.slideshow-small {
  margin-left: 0 !important; }

.bottom-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #464646;
  height: 3.5em;
  z-index: 100; }
  .bottom-banner .bottom-banner-container {
    color: #fff;
    margin: 1em 0;
    display: inline-flex; }
    .bottom-banner .bottom-banner-container p {
      color: #fff;
      margin: 4px 0;
      font-family: Arial;
      font-size: .9em; }
    .bottom-banner .bottom-banner-container a {
      color: #fff;
      text-decoration: underline; }
      .bottom-banner .bottom-banner-container a:hover {
        text-decoration: none; }
      .bottom-banner .bottom-banner-container a:active, .bottom-banner .bottom-banner-container a:link {
        border-bottom: 0; }
    .bottom-banner .bottom-banner-container .banner-close-container {
      margin-left: 10px; }
      .bottom-banner .bottom-banner-container .banner-close-container .banner-text-container {
        margin: .25em 2px; }
      .bottom-banner .bottom-banner-container .banner-close-container button {
        color: #000;
        font-weight: 400;
        height: 2em;
        border-radius: 3px;
        border: 0;
        cursor: pointer;
        background-color: #d3d3d3;
        font-size: .9em; }
        .bottom-banner .bottom-banner-container .banner-close-container button:hover {
          opacity: .9; }

.hide-banner,
body.curriculum a.recent-news h3 + p {
  display: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img.banner {
    width: 100%; } }
.contact-form .row {
  margin: 0px; }
  .contact-form .row > div {
    padding: 0px; }
    .contact-form .row > div:first-child {
      padding-right: 10px; }
    @media (max-width: 767px) {
      .contact-form .row > div {
        padding: 0px !important; } }
@media (max-width: 767px) {
  .contact-form button {
    margin-top: 30px;
    float: left; } }

.osano-cm-button--type_accept {
  background: #37cd8f !important;
  border: 2px solid #2aa773 !important;
  color: #fff !important;
  order: 1 !important; }

.osano-cm-button--type_accept:hover {
  background: #2aa773 !important; }

.osano-cm-button--type_save {
  order: 2 !important; }

.osano-cm-button--type_denyAll {
  order: 3 !important; }

#AHpopup {
  position: fixed;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  max-width: 90%;
  z-index: 5;
  animation: fadeIn 0.5s ease-out; }
  #AHpopup img {
    width: 100%;
    height: auto; }
  @media (min-width: 767px) {
    #AHpopup {
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%; } }
  #AHpopup #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 2em; }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.AHbackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  backdrop-filter: blur(5px); }

/*# sourceMappingURL=main.css.map */
