@charset "UTF-8";
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*@mixin transition($target: all, $duration: 0.25s, $timing: ease) {
    transition: $target $duration $timing;
}*/
.mso-chevron-right {
  border-color: #E4352D;
  width: 0.5em;
  height: 0.5em;
  border-width: 0.1em;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-45deg);
}
.mso-chevron-left {
  border-color: #E4352D;
  width: 0.5em;
  height: 0.5em;
  border-width: 0.1em;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(135deg);
}
.mso-chevron-up {
  border-color: #E4352D;
  width: 0.5em;
  height: 0.5em;
  border-width: 0.1em;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-135deg);
}
.mso-chevron-down {
  border-color: #E4352D;
  width: 0.5em;
  height: 0.5em;
  border-width: 0.1em;
  border-top-width: 0;
  border-left-width: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
}
@font-face {
  font-family: "Rams W01";
  src: url("fonts/Rams W01 Bold.woff2") format("woff2"), url("fonts/Rams W01 Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Rams W01";
  src: url("fonts/Rams W01 Light.woff2") format("woff2"), url("fonts/Rams W01 Light.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BerkeleyStd";
  src: url("fonts/BerkeleyStd/BerkeleyStd-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "BerkeleyStd";
  src: url("fonts/BerkeleyStd/BerkeleyStd-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "BerkeleyStd";
  src: url("fonts/BerkeleyStd/BerkeleyStd-Book.woff") format("woff");
  font-weight: 350;
}
:focus {
  outline: none;
}
.mti_font_element.mti_hide_element {
  visibility: visible !important;
}
html {
  font-family: "Avenir Next W00", "Rams W01", sans-serif;
  color: #18292f;
  height: 100%;
}
body {
  font-family: "Avenir Next W00", "Rams W01", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 100%;
  color: #18292f;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0;
}
main {
  flex: 1 0 auto;
  width: 100%;
  overflow: hidden;
}
main.popup_enabled {
  z-index: 6000;
}
input, textarea, select {
  font-family: "Avenir Next W00", "Rams W01", sans-serif;
  color: #18292f;
  font-size: 16px;
}
button {
  font-size: 16px;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover a:focus {
  color: #E32118;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin-top: 10px;
  font-weight: 700;
}
h1 {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 72px;
  color: #363636;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 36em) {
  h1 {
    font-size: 70px;
    line-height: 82px;
  }
}
h2 {
  color: #585858;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 1em;
  text-transform: uppercase;
}
h2.section_title {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  color: #585858;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 3em 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
}
h2.section_title:before, h2.section_title:after {
  content: "";
  border-bottom: 1px solid #585858;
  width: 20%;
  display: inline-block;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 23%;
}
@media screen and (min-width: 64.0625em) {
  h2.section_title:before, h2.section_title:after {
    width: 33%;
  }
}
h2.section_title:after {
  left: 77%;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
p, .textContent li {
  color: #585858;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 2em;
  font-weight: 400;
}
@media screen and (min-width: 75em) {
  p, .textContent li {
    font-size: 17px;
    line-height: 30px;
  }
}
img[data-src] {
  opacity: 0;
  visibility: hidden;
}
img {
  transition: opacity 1s ease 0s;
  max-width: 100%;
}
.component-title {
  font-family: "Avenir Next W00", "Rams W01", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 25px;
  color: #000000;
}
.content-typography img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 36em) {
  .content-typography img.alignright {
    float: right;
    margin: 10px 0 10px 20px;
  }
  .content-typography img.alignleft {
    float: left;
    margin: 10px 20px 10px 0px;
  }
}
.content-typography p:last-child {
  margin-bottom: 0;
}
.content-typography ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 50px;
}
.content-typography ul.job_types {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: 1rem;
}
.content-typography ul.job_types li {
  margin-right: 2rem;
}
.content-typography ul li {
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.content-typography ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #E32118;
  display: block;
  margin-right: 0.5rem;
  margin-bottom: 3px;
}
.content-typography ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.4375rem;
  counter-reset: item;
  list-style-type: none;
  margin-left: 50px;
}
.content-typography ol li {
  position: relative;
}
.content-typography ol li::before {
  content: counter(item);
  counter-increment: item;
  font-size: 1.2em;
  position: absolute;
  left: -20px;
  color: #E32118;
  z-index: 1;
  top: -1px;
  width: 1.25rem;
  text-align: center;
  margin-left: -0.375rem;
}
.content-typography blockquote {
  border-left: none;
  margin-left: 20px;
  margin-bottom: 30px;
}
.content-typography blockquote p {
  font-size: 22px !important;
  line-height: 28px !important;
}
.content-typography a:not(.btn):not(.button) {
  color: #E32118;
  text-decoration: none;
}
.content-typography a:not(.btn):not(.button):hover, .content-typography a:not(.btn):not(.button):focus {
  text-decoration: underline;
}
.content-typography a:not(.btn):not(.button) strong, .content-typography a:not(.btn):not(.button) b {
  font-weight: 700;
}
.msoSearchIcon {
  cursor: pointer;
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 2em;
}
.msoSearchIcon:before, .msoSearchIcon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.msoSearchIcon:before {
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.msoSearchIcon:after {
  border-bottom: 2px solid #fff;
  width: 7px;
  transform: rotate(45deg) translate(0, 0);
  top: calc(100% + 4px);
  left: calc(100% - 3px);
  transform-origin: right top;
}
.animate_it.deactive {
  opacity: 0;
  transform: translateY(30%);
  transition: all 0s linear 0s;
}
.animate_it.active {
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.33s linear 0s;
}
.animate_it.download-item.deactive {
  transform: translateY(0%);
  width: 0;
}
.animate_it.download-item.active {
  width: 100%;
}
.staggered.deactive > div {
  opacity: 0;
}
.staggered.active > div {
  opacity: 1;
}
.row {
  padding-left: 0;
  padding-right: 0;
}
.row section {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 75em) {
  .row section {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.row section:first-child {
  padding-top: 2em;
}
.row section.video-embed.header {
  padding-left: 0;
  padding-right: 0;
}
main {
  position: relative;
  z-index: 2;
  height: auto;
}
.home main {
  background-color: #f6f6f6;
}
main header {
  padding-left: 2em;
  padding-right: 2em;
}
main header h1 {
  margin-bottom: 0;
}
main header h1 .date {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  color: #585858;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  display: block;
  padding: 20px 0 10px;
}
main > .row.standard_page {
  background-image: url(../assets/src/img/gandloverlay.png);
  background-position: left 40px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 64.0625em) {
  main > .row.standard_page {
    padding: 2em;
  }
}
main > .row.standard_page .main-components.col-lg-9.col-md-9 {
  box-sizing: border-box;
}
@media screen and (min-width: 64.0625em) {
  main > .row.standard_page .main-components.col-lg-9.col-md-9 {
    padding-left: 7.5vw;
  }
}
main > .row.standard_page .aside-components {
  padding-right: 7.5vw;
  box-sizing: border-box;
  position: relative;
  display: none;
}
@media screen and (min-width: 64.0625em) {
  main > .row.standard_page .aside-components {
    display: block;
  }
}
main > .row.standard_page + .row.alternate_scheme section:nth-child(odd), main > .row.standard_page + .row.grey_scheme {
  background-color: #f6f6f6;
}
main > .row.standard_page + .row.alternate_scheme section:nth-child(even), main > .row.standard_page + .row.white_scheme {
  background-color: #fff;
}
main > .row.standard_page + .paddingtop {
  padding-top: 3em;
}
main > .row.standard_page + .paddingbottom {
  padding-bottom: 3em;
}
main > .row.standard_page + .paddingboth {
  padding-top: 3em;
  padding-bottom: 3em;
}
main section {
  padding-bottom: 3em;
}
main section .smalltitle {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  color: #585858;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
main .header-image {
  margin-bottom: 1em;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 64.0625em) {
  main .header-image {
    margin-bottom: 3em;
  }
}
.msoSearchDropDown {
  position: fixed;
  right: 0;
  background-color: #585858;
  width: 100%;
  overflow: hidden;
  z-index: 200;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  top: 0;
  width: auto;
  max-height: 0;
  max-width: 300px;
}
.msoSearchDropDown form {
  padding-left: 10px;
  padding-right: 40px;
}
.msoSearchDropDown input.msoSearchBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: transparent;
  border: 0px;
  display: block;
  width: calc(100vw - 6em);
  padding: 2px 5px;
  margin: 2px 2em;
  color: #fff;
  height: 19px;
  line-height: 19px;
}
@media screen and (min-width: 64.0625em) {
  .msoSearchDropDown input.msoSearchBox {
    margin: 7px 30px 7px 7px;
  }
}
.msoSearchDropDown .msoSearchBtn {
  background: transparent;
  border: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 98%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.msoSearchDropDown.msoSearchActive {
  max-height: 51px;
}
.hide-sidenav-container {
  display: none;
}
.full-width-content {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100%;
  padding: 0 !important;
}
footer {
  color: #fff;
  font-size: 16px;
  padding-top: 0px;
  line-height: 1.6em;
  font-weight: 700;
  width: 100%;
}
footer .footer-row {
  width: 100%;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}
@media screen and (min-width: 36em) {
  footer .footer-row {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-top: 35px;
  }
}
@media screen and (min-width: 75em) {
  footer .footer-row {
    padding-top: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }
}
footer .footer-row .footer_logo {
  display: block;
}
@media screen and (min-width: 48em) {
  footer .footer-row .footer_logo {
    padding-bottom: 40px;
  }
}
footer .footer-row .footer-inner {
  display: flex;
  flex: 1 1 0;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 0.6rem;
  width: 100%;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
footer .footer-row .footer-inner .footer-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  flex: 1 0 auto;
  margin-bottom: 0px;
  font-weight: 400;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .footer-column {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 48em) {
  footer .footer-row .footer-inner .footer-column {
    width: 50%;
  }
  footer .footer-row .footer-inner .footer-column:nth-child(1) {
    border-right: 1px solid #EDEDED;
    padding-right: 2em;
  }
  footer .footer-row .footer-inner .footer-column:nth-child(2) {
    padding-left: 2em;
  }
}
@media screen and (min-width: 75em) {
  footer .footer-row .footer-inner .footer-column {
    width: 33.333%;
  }
  footer .footer-row .footer-inner .footer-column:nth-child(1), footer .footer-row .footer-inner .footer-column:nth-child(2) {
    border-right: 1px solid #EDEDED;
    padding-right: 2em;
  }
  footer .footer-row .footer-inner .footer-column:nth-child(3) {
    padding-left: 2em;
  }
}
footer .footer-row .footer-inner .footer-column h2.footer-title {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2.333px;
  color: #585858;
  margin-top: 0;
  margin-bottom: 25px;
}
footer .footer-row .footer-inner .footer-column.copyright {
  text-align: left;
  order: -1;
  width: 100%;
}
@media screen and (min-width: 75em) {
  footer .footer-row .footer-inner .footer-column.copyright {
    display: block;
    width: 33.33%;
    order: 3;
    margin-bottom: 0;
  }
}
footer .footer-row .footer-inner .footer-column.copyright p {
  font-size: 14px;
  line-height: 26px;
  color: #585858;
}
footer .footer-row .footer-inner .footer-column.copyright img {
  width: 100%;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .footer-column.copyright img {
    width: 50%;
  }
}
@media screen and (min-width: 64.0625em) {
  footer .footer-row .footer-inner .footer-column.copyright img {
    width: 100%;
  }
}
footer .footer-row .footer-inner .footer-column.copyright p {
  color: #585858;
}
footer .footer-row .footer-inner .footer-column.footer-nav {
  margin: 40px 0;
}
@media screen and (min-width: 36em) {
  footer .footer-row .footer-inner .footer-column.footer-nav {
    margin: 0;
  }
}
footer .footer-row .footer-inner .footer-column.footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  column-count: 2;
  column-gap: 6vw;
}
footer .footer-row .footer-inner .footer-column.footer-nav ul li {
  margin-bottom: 8px;
}
footer .footer-row .footer-inner .footer-column.footer-nav ul li a {
  text-decoration: none;
  color: #585858;
  font-weight: 400;
  font-size: 15px;
  transition: color 0.3s ease-in-out;
}
footer .footer-row .footer-inner .footer-column.footer-nav ul li a:hover {
  color: #E4352D;
}
footer .footer-row .footer-inner .footer-column.footer-nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-row .footer-inner .footer-column .school-info-holder {
  margin-bottom: 20px;
  font-size: 15px;
}
footer .footer-row .footer-inner .footer-column .school-info-holder p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  color: #585858;
}
footer .footer-row .footer-inner .footer-column .school-info-holder .school-info {
  color: #585858;
  margin-bottom: 10px;
}
footer .footer-row .footer-inner .footer-column .school-info-holder .school-info a {
  color: #585858;
}
footer .footer-row .footer-inner .footer-column .school-info-holder .school-info.address {
  margin-bottom: 15px;
}
footer .footer-row .footer-inner .footer-column .school-info-holder:last-child {
  margin-bottom: 0;
}
footer .footer_logos {
  text-align: center;
}
footer .footer_logos img {
  padding: 20px;
  vertical-align: middle;
}
footer .footer_bar {
  background: #E4352D;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  padding: 1em 2em;
}
footer .footer_bar > div {
  width: 100%;
  justify-content: center;
}
footer .footer_bar > div:nth-child(2) {
  margin: 0.75em auto;
}
@media screen and (min-width: 75em) {
  footer .footer_bar > div {
    width: auto;
    display: flex;
    align-items: center;
  }
  footer .footer_bar > div:nth-child(1) {
    margin-right: auto;
  }
  footer .footer_bar > div:nth-child(2) {
    margin: 0 auto;
  }
  footer .footer_bar > div:nth-child(3) {
    margin-left: auto;
  }
}
footer .footer_bar .social {
  font-size: 25px;
}
footer .footer_bar .social .fa {
  padding: 0 0.33em;
}
footer .footer_bar .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 36em) {
  footer .footer_bar .links ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 75em) {
  footer .footer_bar .links ul {
    justify-content: flex-start;
  }
}
footer .footer_bar .links ul li {
  font-weight: 400;
  line-height: 17px;
  font-size: 16px;
  margin: 11px 0;
}
@media screen and (min-width: 36em) {
  footer .footer_bar .links ul li {
    border-right: 1px solid #fff;
    padding: 0px 20px;
  }
}
footer .footer_bar .links ul li:first-child {
  padding-left: 0;
}
footer .footer_bar .links ul li:last-child {
  border: 0;
}
@media screen and (min-width: 75em) {
  footer .footer_bar .logos {
    text-align: right;
  }
}
footer .footer_bar .logos img {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 36em) {
  footer .footer_bar .logos img {
    padding: 0 0 0 10px;
  }
}
footer .footer_bar a {
  color: #fff;
}
footer .footer_bar img {
  display: inline-block;
}
.emergency_popup {
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: auto;
  transition: all 0.75s;
}
.emergency_popup.active {
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
}
.emergency_popup .popup_content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background: #fff;
  z-index: 5000;
  max-height: 90vh;
  width: 90vw;
  max-width: 600px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  padding: 2em;
}
@media screen and (min-width: 48em) {
  .emergency_popup .popup_content {
    padding: 4em;
  }
}
.emergency_popup .popup_content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #585858;
  width: 1.625em;
  height: 1.625em;
}
.emergency_popup .popup_content .close:before, .emergency_popup .popup_content .close:after {
  content: "";
  position: absolute;
  transform-origin: center;
  border-top: 0.125em solid #fff;
  width: 1.1em;
  top: 50%;
  left: 50%;
}
.emergency_popup .popup_content .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.emergency_popup .popup_content .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.emergency_popup:after {
  content: "";
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(196, 196, 196, 0.7);
  width: 100vw;
  height: 100vh;
}
.main-heading-button {
  color: #fff;
  border-color: #e9c136;
  background-color: #e9c136;
  display: block;
  position: absolute;
  right: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 15px 15px 10px;
  letter-spacing: 1px;
  bottom: 50px;
  z-index: 2;
  transition: all 0.2s ease;
}
@media screen and (min-width: 36em) {
  .main-heading-button {
    bottom: 90px;
    padding: 20px 30px 20px 20px;
  }
}
.main-heading-button:before {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  right: 0;
  bottom: 0;
  content: "";
  background: #e9c136;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 75em) {
  .main-heading-button:hover {
    background-color: #d5aa17;
  }
  .main-heading-button:hover:before {
    background-color: #d5aa17;
  }
}
.header-image-wrapper {
  position: relative;
}
.header-image-wrapper .parallax-image {
  /* Set a specific height */
  height: 42vw;
  /* Create the parallax scrolling effect */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.header-image-wrapper .parallax-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: -moz-linear-gradient(top, rgba(16, 16, 16, 0.8) 31%, rgba(33, 33, 33, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0.8) 31%, rgba(33, 33, 33, 0) 100%);
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0.8) 31%, rgba(33, 33, 33, 0) 100%);
  z-index: 0;
}
@media screen and (min-width: 64.0625em) {
  .header-image-wrapper .parallax-image {
    height: 34vw;
  }
}
.sub-heading {
  font-family: "Avenir Next W00", "Rams W01", sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  padding-left: 100px;
  margin-top: 2em;
}
.sub-heading.blue {
  color: #061e2c;
}
.sub-heading.green {
  color: #E32118;
}
.sub-heading.grey {
  color: #585858;
}
.sub-heading.pink {
  color: #DA5768;
}
.sub-heading.purple {
  color: #6F6280;
}
.blue .sub-heading {
  color: #061e2c;
}
.green .sub-heading {
  color: #E32118;
}
.grey .sub-heading {
  color: #585858;
}
.pink .sub-heading {
  color: #DA5768;
}
.purple .sub-heading {
  color: #6F6280;
}
.page-summary {
  padding-left: 100px;
  margin-top: 2em;
}
.sidebarNav .subnav-header a {
  text-decoration: none;
  font-family: "Avenir Next W00", "Rams W01", sans-serif;
  font-weight: bold;
}
.sidebarNav .subnav-header a.blue {
  color: #061e2c;
}
.sidebarNav .subnav-header a.green {
  color: #E32118;
}
.sidebarNav .subnav-header a.grey {
  color: #585858;
}
.sidebarNav .subnav-header a.pink {
  color: #DA5768;
}
.sidebarNav .subnav-header a.purple {
  color: #6F6280;
}
.blue .sidebarNav .subnav-header a {
  color: #061e2c;
}
.green .sidebarNav .subnav-header a {
  color: #E32118;
}
.grey .sidebarNav .subnav-header a {
  color: #585858;
}
.pink .sidebarNav .subnav-header a {
  color: #DA5768;
}
.purple .sidebarNav .subnav-header a {
  color: #6F6280;
}
.sidebarNav ul {
  list-style-type: none;
  padding-left: 0;
}
.sidebarNav ul li a {
  color: #18292f;
  text-decoration: none;
  padding: 4px 0;
  display: block;
}
.sidebarNav ul li a:hover {
  text-decoration: underline;
}
.sidebarNav ul li .sub-menu {
  display: none;
  padding-left: 2.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.sidebarNav ul li .sub-menu li {
  position: relative;
  display: flex;
  align-items: center;
}
.sidebarNav ul li .sub-menu li:before {
  transition: all 0.1s linear;
  position: absolute;
  content: "";
  left: -45px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.blue .sidebarNav ul li .sub-menu li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='%23004B93'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.green .sidebarNav ul li .sub-menu li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#E32118'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.grey .sidebarNav ul li .sub-menu li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#585858'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.pink .sidebarNav ul li .sub-menu li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#DA5768'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.purple .sidebarNav ul li .sub-menu li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26px' height='18px' viewBox='0 0 26 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 52.2 (67145) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ePath%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Content-Page' transform='translate(-296.000000, -1484.000000)' fill='#6F6280'%3e%3cg id='Side-Menu' transform='translate(0.000000, 1317.000000)'%3e%3cg id='arrow-pointing-to-right-copy-13' transform='translate(296.000000, 167.000000)'%3e%3cpath d='M25.6458799,8.13997586 L17.9087201,0.356181562 C17.4366567,-0.118727187 16.6710647,-0.118727187 16.1990012,0.356181562 C15.7268411,0.83118761 15.7268411,1.60119946 16.1990012,2.07620551 L21.8723703,7.78376998 L1.20893121,7.78376998 C0.541311039,7.78376998 0,8.32834369 0,8.99998784 C0,9.67153469 0.541311039,10.2162057 1.20893121,10.2162057 L21.8723703,10.2162057 L16.1991947,15.9237702 C15.7270345,16.3987762 15.7270345,17.1687881 16.1991947,17.6437941 C16.435178,17.8811025 16.7446644,18 17.0540541,18 C17.3634438,18 17.6728335,17.8811025 17.9089135,17.6437941 L25.6458799,9.85999981 C26.11804,9.38499376 26.11804,8.61498191 25.6458799,8.13997586 Z' id='Path'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.sidebarNav ul li .sub-menu li:hover:before {
  left: -38px;
}
.sidebarNav ul li.current-menu-item > a {
  text-decoration: underline;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.sidebarNav ul li.current-menu-item.menu-item-has-children > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
.sidebarNav ul li.current-menu-item .sub-menu {
  display: block;
}
.sidebarNav ul li.current-menu-ancestor .sub-menu {
  display: block;
}
@supports (-ms-ime-align: auto) {
  body .link-bar-homepage .link-items-container .link-item {
    height: 20vw;
  }
  body .home-content-wrapper .triangle-overlay-homepage-1 {
    display: none;
  }
  body .home-content-wrapper .testimonial-video-container {
    margin-top: 0;
    flex-wrap: nowrap;
  }
  body .home-content-wrapper .testimonial-video-container .testimonials {
    margin: 110px 0 30px;
    min-height: 50vh;
    padding: 0;
    width: 50%;
    position: static;
    transform: none;
  }
  body .home-content-wrapper .testimonial-video-container .testimonials .testimonials-content {
    padding: 0 8vw 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  body .home-content-wrapper .homepage-video {
    margin-bottom: 0;
    overflow: hidden;
  }
  body .home-content-wrapper .homepage-video .videoWrapper {
    padding: 0;
    height: 100%;
  }
  body .home-content-wrapper .homepage-video .videoWrapper video {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body .home-content-wrapper .homepage-video .videoWrapper .play-button {
    top: 50%;
    left: 50%;
  }
  body.home .link-bar-footer {
    margin-top: 0;
  }
  body.home .link-bar-footer .link-items-container .link-item {
    height: 20vw;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .link-bar-homepage .link-items-container .link-item {
    height: 20vw;
  }
  body .home-content-wrapper .triangle-overlay-homepage-1 {
    display: none;
  }
  body .home-content-wrapper .testimonial-video-container {
    margin-top: 0;
    flex-wrap: nowrap;
  }
  body .home-content-wrapper .testimonial-video-container .testimonials {
    margin: 110px 0 30px;
    min-height: 50vh;
    padding: 0;
    width: 50%;
    position: static;
    transform: none;
  }
  body .home-content-wrapper .testimonial-video-container .testimonials .testimonials-content {
    padding: 0 8vw 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  body .home-content-wrapper .homepage-video {
    margin-bottom: 0;
    overflow: hidden;
  }
  body .home-content-wrapper .homepage-video .videoWrapper {
    padding: 0;
    height: 100%;
  }
  body .home-content-wrapper .homepage-video .videoWrapper video {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body .home-content-wrapper .homepage-video .videoWrapper .play-button {
    top: 50%;
    left: 50%;
  }
  body.home .link-bar-footer {
    margin-top: 0;
  }
  body .link-bar-footer .link-items-container .link-item {
    height: 20vw;
  }
}
.accordion-item {
  transition: border 0.25s ease;
  margin-bottom: 1em;
}
.accordion .table-flex {
  display: flex;
  flex-wrap: wrap;
}
.accordion .table-flex .column {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .accordion .table-flex .column {
    width: 50%;
  }
}
.accordion-title {
  display: flex;
  align-items: center;
  color: #585858;
  background-color: #F1F1F1;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em;
  font-weight: 400;
  font-family: "Avenir Next W00", "Rams W01", sans-serif;
}
.accordion-title:hover, .accordion-item--active .accordion-title {
  background: #585858;
  color: #F1F1F1;
}
.accordion-title span {
  margin-left: 20px;
}
.accordion-title::before {
  content: '';
  font-size: 0.875rem;
  font-family: 'FontAwesome';
  transition: transform 0.25s ease;
  will-change: transform;
}
.accordion-item--active .accordion-title::before {
  content: '';
}
.accordion-content {
  display: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.accordion-content p:first-of-type {
  font-size: 16px;
  line-height: 23px;
  color: inherit;
  font-family: inherit;
}
.row.news_archive .more_news {
  text-transform: uppercase;
  text-align: center;
  margin-top: 2em;
}
.row.news_archive .more_news a {
  display: inline-block;
  position: relative;
  color: #585858;
  font-weight: 700;
  transition: all 0.3s;
}
.row.news_archive .more_news a:before {
  content: "";
  border-top: 1px solid #585858;
  display: block;
  width: 100%;
  position: absolute;
  top: -1em;
}
.row.news_archive .more_news a:hover {
  color: #E4352D;
}
.row.news_archive .news_grid {
  margin: 0 1em;
}
.row.news_archive .news_grid-row {
  padding-bottom: 0;
  padding: 0 0.5em;
  box-sizing: border-box;
  width: 100%;
  flex-wrap: wrap;
}
.row.news_archive .news_grid-row.hidden {
  display: none;
}
.row.news_archive .news_grid-row:not(.hidden) {
  display: flex;
}
.row.news_archive .news_grid-row-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 87.5em) {
  .row.news_archive .news_grid-row-group {
    width: 66.666%;
  }
}
.row.news_archive .news_grid-row-group-item {
  width: 100%;
}
.row.news_archive .news_grid-row-group-item:before {
  content: "";
  padding-top: 300px;
  display: block;
}
@media screen and (min-width: 40.625em) {
  .row.news_archive .news_grid-row-group-item {
    width: calc(50% - 2em);
  }
}
.row.news_archive .news_grid-row .item {
  background: #DDDDDD;
  position: relative;
  margin: 0 0 1em;
  text-align: center;
  overflow: hidden;
}
.row.news_archive .news_grid-row .item:not(.twitter_feed) {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 40.625em) {
  .row.news_archive .news_grid-row .item {
    margin: 0 1em 2em;
  }
}
.row.news_archive .news_grid-row .item .content {
  width: 90%;
}
.row.news_archive .news_grid-row .item--portrait {
  width: 100%;
}
.row.news_archive .news_grid-row .item--portrait:before {
  content: "";
  display: block;
  padding-top: 300px;
}
@media screen and (min-width: 87.5em) {
  .row.news_archive .news_grid-row .item--portrait {
    width: calc(33.333% - 2em);
  }
}
.row.news_archive .news_grid-row .item--portrait .content {
  width: 90%;
}
@media screen and (min-width: 48em) {
  .row.news_archive .news_grid-row .item--portrait .content {
    width: 50%;
  }
}
@media screen and (min-width: 87.5em) {
  .row.news_archive .news_grid-row .item--portrait .content {
    width: 90%;
  }
}
.row.news_archive .news_grid-row .item.hasheader .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  transition: all 1s;
}
.row.news_archive .news_grid-row .item.hasheader .content .summary {
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  transition: all 1s;
}
.row.news_archive .news_grid-row .item.hasheader .content .summary p {
  margin: 0 0 1em;
}
.row.news_archive .news_grid-row .item.hasheader:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10vw 2000vw rgba(0, 0, 0, 0.7) inset;
  transition: all 1s;
}
@media screen and (min-width: 40.625em) {
  .row.news_archive .news_grid-row .item.hasheader:after {
    box-shadow: 0px -7.5vw 10vw -5vw rgba(0, 0, 0, 0.92) inset;
  }
}
.row.news_archive .news_grid-row .item.hasheader:hover:after {
  box-shadow: 0px 0px 10vw 2000vw rgba(0, 0, 0, 0.7) inset;
}
@media screen and (min-width: 40.625em) {
  .row.news_archive .news_grid-row .item.hasheader:hover:after {
    box-shadow: 0px -33vw 10vw -5vw rgba(0, 0, 0, 0.7) inset;
  }
}
@media screen and (min-width: 40.625em) {
  .row.news_archive .news_grid-row .item.hasheader:hover .content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .row.news_archive .news_grid-row .item.hasheader:hover .content .summary {
    max-height: 400px;
    opacity: 1;
  }
}
.row.news_archive .news_grid-row .item.noheader .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.row.news_archive .news_grid-row .item.noheader .content * {
  color: #585858;
}
.row.news_archive .news_grid-row .item.twitter_feed {
  background-color: #E32118;
}
.row.news_archive .news_grid-row .item.twitter_feed .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
}
.row.news_archive .news_grid-row .item.twitter_feed .content img {
  display: block;
  margin: auto;
}
.row.news_archive .news_grid-row .item.twitter_feed .content .tweet {
  margin: 1em 0;
}
.row.news_archive .news_grid-row .item.twitter_feed .content .date {
  margin: 0;
}
.row.news_archive .news_grid-row .item * {
  color: #FFF;
}
.row.news_archive .news_grid-row .item h2 {
  font-size: 28px;
  line-height: 33px;
  margin: 0;
}
.row.news_archive .news_grid-row .item h2.small_title {
  font-size: 22px;
  line-height: 30px;
}
.row.news_archive .news_grid-row .item h2.small_title + .date {
  margin: 0.5em 0;
}
.row.news_archive .news_grid-row .item h2.small_title ~ .summary p {
  margin: 0 0 1em;
}
.row.news_archive .news_grid-row .item .tweet {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 36em) {
  .row.news_archive .news_grid-row .item .tweet {
    font-size: 19px;
    line-height: 23px;
  }
}
.row.news_archive .news_grid-row .item .date {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  margin: 0.5em 0;
}
.row.news_archive .news_grid-row .item .summary p {
  font-size: 16px;
  line-height: 22px;
}
.row.news_archive .news_grid-row .item .readmore {
  text-transform: uppercase;
}
.row.news_archive .news_grid-row .item > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
.row.news_archive .news_grid-row .item:hover {
  background: #E4352D !important;
  transition: all 0.3s ease-out;
}
.row.news_archive .news_grid-row .item:hover * {
  color: #fff !important;
}
.msoHeaderBarContainer {
  position: absolute;
  z-index: 4000;
  width: calc(100% - 4em);
  margin: 2em;
  display: flex;
}
.msoHeaderBarContainer nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
  left: 0;
}
.msoHeaderBarContainer nav ul {
  padding: 0;
  margin: 0;
}
.msoHeaderBarContainer nav li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  margin-left: 1em;
}
.msoHeaderBarContainer nav .msoTopBar {
  display: flex;
  width: 100%;
  padding-bottom: 1.5em;
}
.msoHeaderBarContainer nav .msoTopBar ul.menu {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.msoHeaderBarContainer nav .msoTopBar ul.menu li {
  font-size: 14px;
  font-weight: 400;
}
.msoHeaderBarContainer nav .msoTopBar ul.menu li span {
  border-bottom: 1px solid transparent;
}
.msoHeaderBarContainer nav .msoTopBar ul.menu li:hover span {
  border-bottom-color: #E4352D;
}
.msoHeaderBarContainer nav .msoTopBar .msoSearchDropDown {
  top: 100%;
}
.msoHeaderBarContainer nav .msoNavBar {
  display: flex;
  width: 100%;
}
@media (max-width: 1201px) {
  .msoHeaderBarContainer nav .msoNavBar {
    display: block;
  }
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  padding: 0.5em;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item.mainNav-item--isParent:before {
  content: "";
  border: 10px solid transparent;
  transition: all 0.75s;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  display: none;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item.mainNav-item--isParent:hover:before {
  display: block;
  border-bottom-color: white;
  margin: 1em 0 0;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item span {
  border-bottom: 1px solid transparent;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item:hover > a span {
  border-bottom-color: #E4352D;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  padding: 1em 2em;
  margin: 1em -2em 0;
  background: #fff;
  transition: all 0.5s;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container strong.title {
  color: #E4352D;
  font-size: 28px;
  line-height: 33px;
  display: block;
  letter-spacing: 0.54px;
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100%;
  margin: 0.75em 0.5em 0;
}
@media (max-width: 1201px) {
  .msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container strong.title {
    margin: 0.75em 0;
  }
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container .mainNav-subMenu--additionalItems {
  display: flex;
  flex-direction: column;
  padding-right: 2em;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container .mainNav-subMenu--additionalItems a.btn {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
  display: block;
  color: #fff;
  letter-spacing: 0.31px;
  margin-bottom: 1em;
  text-align: center;
  background: #E4352D;
  padding: 0.75em 2em;
  max-width: 320px;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container .mainNav-subMenu--additionalItems a.btn:last-child {
  margin-bottom: 8px;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container ul.mainNav-subMenu {
  column-count: 2;
  column-gap: 40px;
  margin: 1em 0;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container ul.mainNav-subMenu li {
  font-size: 15px;
  line-height: 26px;
  padding: 0;
  text-transform: none;
  color: #575A5D;
}
@media (max-width: 1201px) {
  .msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container ul.mainNav-subMenu li {
    white-space: normal;
    margin: 0 0 1em;
    line-height: 130%;
  }
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container ul.mainNav-subMenu li:hover {
  color: #E4352D;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container.hasbtns {
  display: flex;
  align-items: flex-end;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container.hasbtns strong.title {
  margin: 0.85em 0;
}
.msoHeaderBarContainer nav .msoNavBar ul.mainNav > li.mainNav-item .mainNav-subMenu--container.hasbtns ul.mainNav-subMenu {
  padding-left: 2em;
  margin: 0;
  border-left: 1px solid rgba(151, 151, 151, 0.13);
}
@media screen and (min-width: 75em) {
  .msoHeaderBarContainer .msoNavBar ul.mainNav > li.mainNav-item:hover > .mainNav-subMenu--container {
    opacity: 1;
    visibility: visible;
    max-height: unset;
  }
}
.msoHeaderBarContainer input[name="mobnav_control"] {
  display: none;
}
.msoHeaderBarContainer.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
}
.msoHeaderBarContainer.sticky .msoLogo {
  margin: 1em;
  display: block;
  position: relative;
  z-index: 500;
  transition: all 0.5s;
  width: 200px;
}
@media screen and (min-width: 75em) {
  .msoHeaderBarContainer.sticky {
    background: rgba(255, 255, 255, 0.9);
  }
  .msoHeaderBarContainer.sticky nav {
    justify-content: center;
    flex-direction: row;
  }
  .msoHeaderBarContainer.sticky nav .msoTopBar {
    order: 2;
    flex: 1;
    padding: 0;
    align-items: center;
  }
  .msoHeaderBarContainer.sticky nav .msoTopBar ul.menu {
    display: none;
  }
  .msoHeaderBarContainer.sticky nav .msoTopBar .msoSearchIcon {
    margin: 0 2em;
  }
  .msoHeaderBarContainer.sticky nav .msoTopBar .msoSearchIcon:before, .msoHeaderBarContainer.sticky nav .msoTopBar .msoSearchIcon:after {
    border-color: #E4352D;
  }
  .msoHeaderBarContainer.sticky nav .msoTopBar .msoSearchDropDown {
    background: #fff;
    box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.2);
  }
  .msoHeaderBarContainer.sticky nav .msoTopBar .msoSearchDropDown input.msoSearchBox, .msoHeaderBarContainer.sticky nav .msoTopBar .msoSearchDropDown .msoSearchBtn {
    color: #575A5D;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav {
    align-items: center;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav li.mainNav-item {
    font-size: 14px;
    padding: 0.33em;
    color: #575A5D;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav li.mainNav-item .mainNav-subMenu--container {
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav li.mainNav-item .mainNav-childToggle {
    display: none;
  }
}
@media (max-width: 1201px) {
  .msoHeaderBarContainer.sticky .msoSearchContainer {
    display: none;
  }
  .msoHeaderBarContainer.sticky .msoSearchDropDown {
    transition: all 0.5s;
  }
  .msoHeaderBarContainer.sticky .msoLogo {
    width: 100px;
  }
  .msoHeaderBarContainer.sticky nav {
    z-index: 20;
    height: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.9);
    transition: all 1s;
    overflow: hidden;
    position: absolute;
    justify-content: unset;
  }
  .msoHeaderBarContainer.sticky nav ul {
    flex-direction: column;
  }
  .msoHeaderBarContainer.sticky nav .msoTopBar {
    order: 2;
    padding: 1.5em 0 0;
    display: block;
  }
  .msoHeaderBarContainer.sticky nav .msoTopBar .menu li {
    padding: 0.5em;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav {
    order: 1;
    width: 100%;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav li.mainNav-item .mainNav-childToggle {
    display: initial;
    border-color: #E4352D;
    width: 0.5em;
    height: 0.5em;
    border-width: 0.1em;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    background: none;
    padding: 0;
    margin-left: 1em;
    font-size: 25px;
    transition: transform 0.5s;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav li.mainNav-item .mainNav-childToggle.mainNav-item--isOpened {
    transform: translateY(50%) rotate(45deg);
    top: 0;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav li.mainNav-item .mainNav-childToggle.mainNav-item--isOpened + .mainNav-subMenu--container {
    opacity: 1;
    visibility: visible;
    max-height: unset;
    width: 100%;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li {
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li ul li:last-child {
    border-bottom: 0px;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li.mainNav-item.mainNav-item--isParent:hover:before {
    display: none;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li div.mainNav-subMenu--container, .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li div.mainNav-subMenu--container.hasbtns {
    background: transparent;
    position: static;
    margin: 0;
    padding: 0;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li div.mainNav-subMenu--container ul.mainNav-subMenu, .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li div.mainNav-subMenu--container.hasbtns ul.mainNav-subMenu {
    column-count: 3;
    padding: 0;
    margin: 0;
    border: 0px;
  }
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li div.mainNav-subMenu--container ul.mainNav-subMenu li.mainNav-subMenuItem, .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li div.mainNav-subMenu--container.hasbtns ul.mainNav-subMenu li.mainNav-subMenuItem {
    color: #fff;
  }
  .msoHeaderBarContainer.sticky input[name="mobnav_control"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    height: 28px;
    margin: 23px 1em;
    position: absolute;
    right: 0;
    top: 0;
    border: 0px;
    z-index: 1000;
    display: block;
  }
  .msoHeaderBarContainer.sticky input[name="mobnav_control"]:before, .msoHeaderBarContainer.sticky input[name="mobnav_control"]:after {
    content: "";
    pointer-events: none;
    position: absolute;
    transform-origin: center;
    border-top: 2px solid #fff;
    width: 30px;
    top: 2px;
    left: 0;
    pointer-events: none;
    transition: all 0.5s;
  }
  .msoHeaderBarContainer.sticky input[name="mobnav_control"]:after {
    top: 12px;
    border-bottom: 2px solid #FFF;
    padding-top: 8px;
  }
  .msoHeaderBarContainer.sticky input[name="mobnav_control"]:checked:before {
    transform: rotate(225deg);
    top: 12px;
  }
  .msoHeaderBarContainer.sticky input[name="mobnav_control"]:checked:after {
    transform: rotate(-225deg);
    padding: 0;
    top: 12px;
    border-bottom: 0px;
  }
  .msoHeaderBarContainer.sticky input[name="mobnav_control"]:checked ~ nav {
    height: 100vh;
    padding: 110px 1em;
    overflow: auto;
  }
  .msoHeaderBarContainer.sticky input[name="mobnav_control"]:checked ~ nav .msoSearchDropDown {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 40px;
  }
}
@media (max-width: 1201px) and (max-width: 760px) {
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li div.mainNav-subMenu--container, .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li div.mainNav-subMenu--container.hasbtns {
    display: inline-block;
  }
}
@media (max-width: 1201px) and (max-width: 760px) {
  .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li div.mainNav-subMenu--container ul.mainNav-subMenu, .msoHeaderBarContainer.sticky nav .msoNavBar ul.mainNav > li div.mainNav-subMenu--container.hasbtns ul.mainNav-subMenu {
    column-count: 2;
    column-gap: 15px;
  }
}
.admin-bar section.msoHeaderBarContainer {
  top: 32px;
}
.row.standard_page .blockquote {
  margin: 0 1em 2em;
}
@media screen and (min-width: 75em) {
  .row.standard_page .blockquote {
    margin: 0 2em 4em;
  }
}
.row .blockquote {
  background: #E32118;
  background-image: url(../assets/src/img/big_quote.png);
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: 30px 30px;
  color: #fff;
  padding: 120px 30px 30px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .row .blockquote {
    padding: 30px 30px 30px 120px;
  }
}
.row .blockquote .content-container .quote-text {
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
  font-family: "Avenir Next W00", sans-serif;
  padding-bottom: 30px;
}
.row .blockquote .content-container .author {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 2.33px;
  font-size: 14px;
  font-weight: 700;
}
.row .blockquote.testimonial {
  background-size: auto;
  background-position: calc(50% - 300px) calc(50% - 20px);
  background-color: transparent;
  overflow: hidden;
  position: relative;
  color: #585858;
  padding: 1em 1em 3em;
}
@media screen and (min-width: 64.0625em) {
  .row .blockquote.testimonial {
    padding: 3em;
  }
}
.row .blockquote.testimonial.alumnae {
  overflow: visible;
}
.row .blockquote.testimonial:after {
  content: "&";
  font-size: 250px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #E4352D;
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
}
.row .blockquote.testimonial .content-container {
  text-align: center;
  background-size: auto;
  max-width: 600px;
  margin: auto;
}
.row .blockquote.testimonial h2 {
  width: 100%;
  margin: 0 auto 1em;
}
@media screen and (min-width: 64.0625em) {
  .row .blockquote.testimonial h2 {
    width: 50%;
  }
}
.row .blockquote.testimonial .quote-text {
  font-size: 17px;
  line-height: 26px;
  font-style: normal;
  font-weight: 400;
  font-family: "Avenir Next W00", sans-serif;
  padding-bottom: 30px;
}
.row .blockquote.testimonial .author {
  padding-bottom: 70px;
  display: block;
}
.single_button {
  text-align: center;
}
.button {
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
  background: #e4352d;
  color: #fff;
  padding: 0.75em 2em;
  letter-spacing: 0.31px;
  margin-bottom: 1em;
  text-align: center;
  text-decoration: none;
}
.button.button_arrow {
  position: relative;
  padding-right: 4em;
}
.button.button_arrow:before, .button.button_arrow:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  display: block;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.button.button_arrow:before {
  width: 30px;
}
.button.button_arrow:after {
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(-45deg);
}
a.calendar-toggle {
  border: none;
  color: #585858;
  font-size: 30px;
  height: 40px;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  transition: all 0.2s;
  order: 2;
  position: relative;
  display: inline-block;
}
a.calendar-toggle span {
  line-height: 37px;
}
a.calendar-toggle.show {
  z-index: 7;
}
@media (max-width: 576px) {
  a.calendar-toggle.show {
    display: block;
  }
}
a.calendar-toggle.show span:before {
  content: '';
}
.calendar-wrap {
  backface-visibility: hidden;
  background-color: #e1e1e1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 23px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: -60px;
  width: 100%;
  z-index: 2;
  box-shadow: 0px 0px 30px #888888;
  opacity: 0;
  transform: translateZ(0) translate3d(0, 0, 0);
  visibility: hidden;
  transition: opacity 0.2s;
}
@media (max-width: 1024px) {
  .calendar-wrap {
    left: 210px;
    right: auto;
  }
}
@media (max-width: 576px) {
  .calendar-wrap {
    padding-left: 5px;
    padding-right: 5px;
    left: 0;
  }
}
@media screen and (min-width: 36em) {
  .calendar-wrap {
    margin-top: -60px;
    padding-left: 60px;
    padding-right: 60px;
    width: 388px;
  }
}
@media screen and (min-width: 48em) {
  .calendar-wrap {
    top: 100%;
    left: 290px;
  }
}
@media screen and (min-width: 87.5em) {
  .calendar-wrap {
    left: auto;
    margin-top: 0;
    right: -10px;
    top: -10px;
  }
}
.calendar-wrap.show {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.calendar-wrap .calendar-cover {
  background: rgba(255, 255, 255, 0.8) url(../../images/rolling.svg) no-repeat center;
  height: 98%;
  left: 1%;
  position: absolute;
  top: 1%;
  width: 98%;
  z-index: 3;
  transform: translateZ(0) translate3d(0, 0, 0);
  visibility: visible;
}
.calendar-wrap .calendar-cover.loaded {
  transform: translateZ(0) translate3d(150%, 0, 0);
  visibility: hidden;
}
.calendar-wrap ul.key {
  list-style: none;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
  justify-content: center;
}
.calendar-wrap ul.key li {
  color: #585858;
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}
.calendar-wrap ul.key li:before {
  background-color: #585858;
  border-radius: 0;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.calendar-wrap ul.key li.today:before {
  background-color: #E32118;
}
.calendar-wrap ul.key li:first-child {
  margin-right: 27px;
}
#calendar {
  width: 100%;
}
#calendar .fc-header-toolbar {
  margin-bottom: 10px;
}
#calendar .fc-header-toolbar .fc-left, #calendar .fc-header-toolbar .fc-right {
  position: absolute;
  top: 61px;
  z-index: 2;
  cursor: pointer;
}
#calendar .fc-header-toolbar .fc-left button, #calendar .fc-header-toolbar .fc-right button {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
#calendar .fc-header-toolbar .fc-left button:before, #calendar .fc-header-toolbar .fc-right button:before {
  color: #585858;
  font-family: FontAwesome;
  font-size: 25px;
}
#calendar .fc-header-toolbar .fc-left {
  left: 60px;
}
#calendar .fc-header-toolbar .fc-left button:before {
  content: '';
}
#calendar .fc-header-toolbar .fc-right {
  right: 60px;
}
#calendar .fc-header-toolbar .fc-right button:before {
  content: '';
}
@media screen and (min-width: 36em) {
  #calendar .fc-header-toolbar .fc-left {
    left: 80px;
  }
  #calendar .fc-header-toolbar .fc-right {
    right: 80px;
  }
}
#calendar .fc-header-toolbar h2 {
  color: #585858;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}
#calendar .fc-header-toolbar h2:before {
  background-color: #e6e2dd;
  color: #585858;
  content: '';
  display: block;
  font-family: FontAwesome;
  font-size: 25px;
  left: 50%;
  margin-bottom: 16px;
  margin-left: -36px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  width: 72px;
  z-index: 2;
  box-sizing: border-box;
}
#calendar .fc-header-toolbar h2:after {
  background-color: #585858;
  content: '';
  height: 1px;
  left: 14%;
  position: absolute;
  top: 12px;
  width: 72%;
  z-index: 1;
  box-sizing: border-box;
}
#calendar .fc-day-grid-container {
  height: auto !important;
  overflow: hidden !important;
}
#calendar .fc-view {
  height: 100%;
  width: 100%;
}
#calendar .fc-view table {
  width: 100%;
  margin: 0;
}
#calendar .fc-head {
  display: none;
}
#calendar .fc-body {
  width: 100%;
}
#calendar .fc-body > tr {
  border: 0px;
}
#calendar .fc-body .fc-widget-content {
  background: #e6e2dd;
  border: none;
  padding-bottom: 0;
}
#calendar .fc-bg {
  display: none;
}
#calendar .fc-content-skeleton table {
  border-spacing: 3px;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}
#calendar .fc-content-skeleton table tbody {
  display: none;
}
#calendar .fc-content-skeleton table .fc-day-top {
  padding: 3px;
  width: 14.2857142857%;
  border: 0;
  background-color: #e6e2dd;
}
#calendar .fc-content-skeleton table .fc-day-top .fc-day-number {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #585858;
  display: block;
  height: 100%;
  padding-bottom: 7px;
  padding-top: 7px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  line-height: 20px;
  font-size: 13px;
}
#calendar .fc-content-skeleton table .fc-day-top.has-events {
  cursor: pointer;
  background-color: #e6e2dd;
}
#calendar .fc-content-skeleton table .fc-day-top.has-events .fc-day-number {
  background-color: #585858;
  color: #fff;
}
#calendar .fc-content-skeleton table .fc-day-top.has-events.active {
  background-color: #E32118;
  border-color: #E32118;
}
#calendar .fc-content-skeleton table .fc-day-top.has-events.active .fc-day-number {
  background-color: #585858;
}
#calendar .fc-content-skeleton table .fc-day-top.fc-other-month {
  background: #ccc;
}
#calendar .fc-content-skeleton table .fc-day-top.fc-other-month .fc-day-number {
  background: #ccc;
  color: #fff;
}
#calendar .fc-content-skeleton table .fc-day-top.fc-today {
  background-color: #E32118;
}
#calendar .fc-content-skeleton table .fc-day-top.fc-today .fc-day-number {
  background-color: #E32118;
  color: #fff;
}
.download-item {
  color: #585858;
  background: #F1F1F1;
  font-weight: 400;
  margin-bottom: 1.25em;
  display: flex;
  transition: all 0.3s ease-out;
  overflow: hidden;
  white-space: nowrap;
}
.download-item:hover {
  background-color: #585858;
}
.download-item:hover, .download-item:hover .download-title, .download-item:hover .download-title:focus, .download-item:hover .download-link {
  color: #fff;
}
.download-item:hover .download-icon {
  border-color: #fff;
}
.download-item:hover .download-icon:before, .download-item:hover .download-icon:after {
  border-color: #fff;
}
.download-info {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.download-title {
  padding: 20px;
  color: #585858;
  margin-right: 0.125rem;
  font-size: 17px;
  display: block;
  width: 100%;
  position: relative;
}
.download-icon {
  position: absolute;
  top: calc(50% + 5px);
  left: calc(100% - 20px);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-left: 1px solid #585858;
  border-right: 1px solid #585858;
  border-bottom: 1px solid #585858;
  border-radius: 0px 0px 5px 5px;
  display: block;
  width: 19px;
  height: 10px;
}
.download-icon:before {
  content: "";
  border-left: 1px solid #585858;
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: block;
  height: 14px;
}
.download-icon:after {
  content: "";
  border-left: 1px solid #585858;
  border-bottom: 1px solid #585858;
  position: absolute;
  top: calc(100% - 11px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: block;
  height: 6px;
  width: 6px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
section.dynamic_text_image {
  position: relative;
}
.home section.dynamic_text_image {
  padding: 0px;
}
@media screen and (min-width: 36em) {
  section.dynamic_text_image {
    margin-bottom: 3em;
  }
}
section.dynamic_text_image img {
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.dynamic_text_image span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.dynamic_text_image span.size_smallest {
  font-size: 3vw;
}
section.dynamic_text_image span.size_smaller {
  font-size: 4vw;
}
section.dynamic_text_image span.size_small {
  font-size: 5vw;
}
section.dynamic_text_image span.size_medium {
  font-size: 6vw;
}
section.dynamic_text_image span.size_big {
  font-size: 7vw;
}
section.dynamic_text_image span.size_bigger {
  font-size: 8vw;
}
section.dynamic_text_image span.size_biggest {
  font-size: 10vw;
}
section.dynamic_text_image span.size_massive {
  font-size: 16vw;
}
section.dynamic_text_image span.size_insane {
  font-size: 23vw;
}
section.dynamic_text_image span.style_100 {
  font-weight: 100;
  -webkit-font-smoothing: subpixel-antialiased;
}
section.dynamic_text_image span.style_200 {
  font-weight: 200;
}
section.dynamic_text_image span.style_400 {
  font-weight: 400;
}
section.dynamic_text_image span.style_500 {
  font-weight: 700;
}
section.dynamic_text_image span.style_700 {
  font-weight: 700;
}
section.dynamic_text_image span.style_800 {
  font-weight: 800;
}
section.dynamic_text_image span.style_100i {
  font-weight: 100;
  font-style: italic;
  -webkit-font-smoothing: subpixel-antialiased;
}
section.dynamic_text_image span.style_200i {
  font-weight: 200;
  font-style: italic;
}
section.dynamic_text_image span.style_400i {
  font-weight: 400;
  font-style: italic;
}
section.dynamic_text_image span.style_700i {
  font-weight: 700;
  font-style: italic;
}
section.dynamic_text_image span.style_800i {
  font-weight: 800;
  font-style: italic;
}
section.dynamic_text_image span.font_berkeley {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
}
section.dynamic_text_image span.font_avenir {
  font-family: "Avenir Next W00", sans-serif;
}
.error404 section.error-message {
  background: #f6f6f6;
  width: 100%;
  text-align: center;
  padding: 100px 0;
}
.error404 section.error-message h1 {
  color: #585858;
}
.event-title-summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-direction: column;
}
@media screen and (min-width: 36em) {
  .event-title-summary {
    flex-direction: row;
  }
}
.event-title-summary .summary {
  margin-bottom: 20px;
}
@media screen and (min-width: 36em) {
  .event-title-summary .summary {
    margin-bottom: 0;
  }
}
.event-title-summary a {
  align-self: flex-start;
  color: #D3BF95;
  letter-spacing: 0;
  background: #DA5768;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 36em) {
  .event-title-summary a {
    align-self: flex-end;
  }
}
.event-title-summary a:hover {
  background: #D3BF95;
  color: #fff;
}
.event-map-container .static-map {
  width: 100%;
  height: 300px;
}
.history-slider-for {
  margin-bottom: 3em;
}
.history-slider-for .slick-list {
  margin-bottom: 3em;
}
.history-slider-for .slick-slide h2 {
  font-size: 30px;
  line-height: 35px;
}
.history-slider-for .slick-slide h2 .msomce_red {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 2.54px;
  line-height: 40px;
}
.history-slider-for .slick-slide img {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .history-slider-for .slick-slide img {
    width: 77.7778%;
  }
}
.history-slider-for .slick-slide p {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 60px;
  background: #F1F1F1;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .history-slider-for .slick-slide p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 60%;
  }
}
@media screen and (min-width: 75em) {
  .history-slider-for .slick-slide p {
    width: 45%;
  }
}
@media screen and (min-width: 87.5em) {
  .history-slider-for .slick-slide p {
    width: 33%;
  }
}
.history-slider-for .slick-prev, .history-slider-for .slick-next {
  background: #E32118;
  left: 0;
  top: 100%;
  transform: translateY(-100%);
  transition: top 0.15s;
  height: 54px;
}
@media screen and (min-width: 48em) {
  .history-slider-for .slick-prev, .history-slider-for .slick-next {
    left: 77.7778%;
  }
}
.history-slider-for .slick-prev:before, .history-slider-for .slick-next:before {
  background-color: transparent;
}
.history-slider-for .slick-next {
  right: 0;
  left: auto;
}
@media screen and (min-width: 48em) {
  .history-slider-for .slick-next {
    right: auto;
    left: 77.7778%;
    transform: translate(100%, -100%);
  }
}
.history-slider-nav .slick-list {
  padding-bottom: 10px;
}
.history-slider-nav .slick-track {
  padding-bottom: 10px;
  border-bottom: 1px solid #E4352D;
}
.history-slider-nav .slick-track .slick-slide {
  cursor: pointer;
  text-align: center;
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  color: #363636;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
.history-slider-nav .slick-track .slick-current {
  color: #E4352D;
  position: relative;
}
.history-slider-nav .slick-track .slick-current:after {
  content: "";
  background: #E4352D;
  border-radius: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.home.full-width-content > section:nth-child(1) {
  position: relative;
  padding: 2em;
}
@media screen and (min-width: 48em) {
  .home.full-width-content > section:nth-child(1) {
    padding: 4em 6em;
  }
}
.home.full-width-content > section:nth-child(1):before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home.full-width-content > section:nth-child(2) {
  position: relative;
}
.home.full-width-content > section:nth-child(2):before {
  content: "";
  display: block;
  background-image: url('../assets/src/img/logo_ampersand.png');
  background-size: auto 100%;
  background-position: 66% top;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -1;
}
.row .image-blocks {
  padding: 2em 0 0;
}
@media screen and (min-width: 36em) {
  .row .image-blocks {
    padding: 2em 1em 0;
  }
}
@media screen and (min-width: 75em) {
  .row .image-blocks {
    padding: 2em 3em;
  }
}
.row .image-blocks .image-block-items-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 64.0625em) {
  .row .image-blocks .image-block-items-container {
    justify-content: flex-start;
  }
}
.row .image-blocks .image-block-items-container .image-block-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0 0 1em;
  flex: 1 0 auto;
}
@media screen and (min-width: 36em) {
  .row .image-blocks .image-block-items-container .image-block-item {
    max-width: calc(50% - 2em);
    margin: 0 1em 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .row .image-blocks .image-block-items-container .image-block-item {
    width: calc(33.333% - 2em);
  }
}
@media screen and (min-width: 75em) {
  .row .image-blocks .image-block-items-container .image-block-item {
    margin: 0 1em;
    width: calc(20% - 2em);
  }
}
.row .image-blocks .image-block-items-container .image-block-item a {
  text-decoration: none;
  color: initial;
}
.row .image-blocks .image-block-items-container:not(.noimages) .image-block-item {
  background-size: cover;
  overflow: hidden;
}
.row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .borderOverlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.0001) 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -99%);
  -moz-transform: translate(-50%, -99%);
  -ms-transform: translate(-50%, -99%);
  transform: translate(-50%, -99%);
  width: 100%;
  height: 102%;
  z-index: 2;
  transition: all 1s;
}
@media screen and (min-width: 36em) {
  .row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .borderOverlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.0001) 58.36%);
  }
}
.row .image-blocks .image-block-items-container:not(.noimages) .image-block-item:hover .borderOverlay {
  background: #E4352D;
}
.row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .image-block-image {
  position: static;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50vw;
  transform: scale(1);
}
@media screen and (min-width: 64.0625em) {
  .row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .image-block-image {
    height: 25vw;
  }
}
.row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .image-block-content {
  padding: 0 20px 0;
  z-index: 2;
  flex-grow: 1;
  transform: translate(-50%, 0%);
  bottom: 20px;
  position: absolute;
  left: 50%;
  text-align: center;
  width: 80%;
  transition: all 1s;
}
.row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .image-block-content .image-block-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  hyphens: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 64.0625em) {
  .row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .image-block-content .image-block-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 87.5em) {
  .row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .image-block-content .image-block-title {
    font-size: 30px;
  }
}
.row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .image-block-content .summary {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  opacity: 0;
  max-height: 0;
  transition: all 1s;
}
.row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .image-block-content .summary p {
  margin: 0;
  padding: 0;
}
.row .image-blocks .image-block-items-container:not(.noimages) .image-block-item .image-block-content .summary p strong {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 36em) {
  .row .image-blocks .image-block-items-container:not(.noimages) .image-block-item:hover .image-block-content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .row .image-blocks .image-block-items-container:not(.noimages) .image-block-item:hover .image-block-content .summary {
    opacity: 1;
    max-height: 400px;
  }
  .row .image-blocks .image-block-items-container:not(.noimages) .image-block-item:hover .image-block-content .summary p {
    margin-top: 2em;
  }
}
.row .image-blocks .image-block-items-container.noimages {
  justify-content: center;
}
.row .image-blocks .image-block-items-container.noimages .image-block-item {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  text-align: center;
  transition: all 0.25s;
  box-sizing: border-box;
  padding: 2.5vw 10px;
  margin: 0;
  width: 33.3333%;
}
@media screen and (min-width: 36em) {
  .row .image-blocks .image-block-items-container.noimages .image-block-item {
    width: calc(33.333% - 2em);
    margin: 0 1em;
  }
}
@media screen and (min-width: 75em) {
  .row .image-blocks .image-block-items-container.noimages .image-block-item {
    width: calc(20% - 2em);
  }
}
.row .image-blocks .image-block-items-container.noimages .image-block-item a {
  color: #585858;
  transition: all 1s;
}
.row .image-blocks .image-block-items-container.noimages .image-block-item h2 {
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (min-width: 48em) {
  .row .image-blocks .image-block-items-container.noimages .image-block-item h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.row .image-blocks .image-block-items-container.noimages .image-block-item:hover {
  background: #fff;
}
.row .image-blocks .image-block-items-container.noimages .image-block-item:hover a h2 {
  color: #E4352D;
}
.row section.image-gallery {
  padding: 3em 0;
}
.row section.image-gallery h2 {
  text-align: center;
}
.row section.image-gallery h2 .smalltitle {
  padding-bottom: 1em;
  display: block;
}
.row section.image-gallery .slick-prev {
  left: 0;
}
.row section.image-gallery .slick-next {
  right: 0;
}
.row section.image-gallery .slick-slide img {
  padding: 0 1em;
  box-sizing: border-box;
  cursor: pointer;
}
.row section.image-gallery .image-gallery-for {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
@media screen and (min-width: 48em) {
  .row section.image-gallery .image-gallery-for.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100vh;
    max-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
  }
  .row section.image-gallery .image-gallery-for.active .slick-slide {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }
  .row section.image-gallery .image-gallery-for.active .close {
    font-size: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #585858;
    width: 1.625em;
    height: 1.625em;
    background: #E4352D;
    z-index: 999;
  }
  .row section.image-gallery .image-gallery-for.active .close:before, .row section.image-gallery .image-gallery-for.active .close:after {
    content: "";
    position: absolute;
    transform-origin: center;
    border-top: 0.125em solid #fff;
    width: 1.1em;
    top: 50%;
    left: 50%;
  }
  .row section.image-gallery .image-gallery-for.active .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .row section.image-gallery .image-gallery-for.active .close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.map-container {
  position: relative;
  padding-bottom: 0 !important;
}
.map-container #map {
  background-color: #fff;
  height: 325px;
  width: 100%;
}
.map-container .map-address-details {
  display: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 34px 25px;
  width: 350px;
  position: absolute;
  left: 5vw;
  max-width: 330px;
  background: #fff;
}
@media screen and (min-width: 36em) {
  .map-container .map-address-details {
    display: block;
  }
}
.map-container .map-flex {
  margin-bottom: 10px;
  display: flex;
}
.map-container .map-flex i {
  width: 36px;
  color: #DA5768;
  font-size: 14px;
  line-height: 20px;
  flex-shrink: 0;
}
.map-container .map-flex span {
  font-size: 14px;
}
.map-container .map-flex span a {
  color: #000000;
}
.map-container .map-flex span a:hover {
  color: #000000;
}
.map-container .map-flex:last-child {
  margin-bottom: 0;
}
.single .row.flex {
  display: flex;
}
.single .main-components {
  order: -1;
}
@media screen and (min-width: 64.0625em) {
  .single .main-components {
    order: 2;
  }
}
.single .main-components .back-to-news {
  position: absolute;
  left: 10vw;
  text-transform: uppercase;
  font-size: 14px;
}
.single .main-components section.single-meta {
  margin-bottom: 0;
}
.single .main-components section.single-meta .meta-info {
  font-weight: 700;
  color: #e9c136;
  margin: 0;
}
.single .main-components section .news-meta {
  padding: 0 3vw;
}
.single .main-components section .news-meta .date {
  display: block;
  font-weight: 700;
  color: #575A5D;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 40px;
}
.single .main-components section .news-meta h1 {
  font-size: 38px;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 15px;
}
.single .main-components section .news-meta .share {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}
.single .main-components section .news-meta .share li a {
  background: #bebebe;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding: 0;
}
.single .main-components section .news-meta .share li i {
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single .post-navigation {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.single .post-navigation a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 136px;
}
.single .post-navigation a i {
  background: #d4bf95;
  margin: 0 10px;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.single .related-news {
  margin-bottom: 0;
}
.single .related-news .related-news-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.single .related-news .related-news-items {
  display: flex;
  flex-wrap: nowrap;
}
.single .related-news .news-item {
  margin-right: 20px;
  width: 100%;
}
.single .related-news .news-item:last-child {
  margin-right: 0;
}
main .plyr .plyr__control {
  background: transparent;
}
main .plyr .plyr__control--overlaid {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 20px;
}
main .plyr .plyr__control:hover, main .plyr .plyr__control.plyr__tab-focus {
  background: #E4352D;
  box-shadow: unset;
}
main .plyr__volume input[type=range], main .plyr--full-ui input[type=range] {
  color: #E4352D;
}
.video-embed.header main .plyr {
  width: 160vh;
  max-width: unset;
  min-width: 100%;
}
@media screen and (min-width: 36em) {
  .video-embed.header main .plyr {
    max-width: 200%;
    width: 100%;
  }
}
.popupContent {
  padding: 0 1.5em 3em;
}
.popupContent .popupContent-container {
  display: flex;
  flex-wrap: wrap;
}
.popupContent .popupContent-container .popupContent-container--item {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: calc(50% - 1em);
  margin: 0 0.5em 1em;
  position: relative;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .popupContent .popupContent-container .popupContent-container--item {
    width: calc(33.333% - 1em);
  }
}
@media screen and (min-width: 64.0625em) {
  .popupContent .popupContent-container .popupContent-container--item {
    width: calc(20% - 1em);
  }
}
.popupContent .popupContent-container .popupContent-container--item .popupContent-container--title {
  z-index: 1;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  color: #fff;
  font-size: 1.5vw;
}
@media (max-width: 1330px) {
  .popupContent .popupContent-container .popupContent-container--item .popupContent-container--title {
    font-size: 17px;
  }
}
.popupContent .popupContent-container .popupContent-container--item:after {
  content: "";
  background: #E4352D;
  display: block;
  padding-top: 69.53%;
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}
.popupContent .popupContent-container .popupContent-container--item:hover:after, .popupContent .popupContent-container .popupContent-container--item.active:after {
  background: rgba(0, 0, 0, 0.3);
}
.popupContent .popupContent-container .popupContent-container--item:hover .popupContent-container--title, .popupContent .popupContent-container .popupContent-container--item.active .popupContent-container--title {
  color: #fff;
  z-index: 0;
}
.popupContent .popupContent-container .popupContent-container--item .popup {
  cursor: default;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
  padding: 0;
  background: #fff;
  text-align: left;
  max-height: 0vh;
  max-width: 800px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.popupContent .popupContent-container .popupContent-container--item .popup h2 {
  font-size: 40px;
  line-height: 52px;
  text-transform: none;
}
@media screen and (min-width: 48em) {
  .popupContent .popupContent-container .popupContent-container--item .popup h2 {
    font-size: 70px;
    line-height: 82px;
  }
}
.popupContent .popupContent-container .popupContent-container--item .popup h2 strong {
  display: block;
  font-family: "Avenir Next W00", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (min-width: 48em) {
  .popupContent .popupContent-container .popupContent-container--item .popup h2 strong {
    font-size: 34px;
    line-height: 40px;
  }
}
.popupContent .popupContent-container .popupContent-container--item .popup p {
  font-size: 16px;
  line-height: 24px;
}
.popupContent .popupContent-container .popupContent-container--item .popup img {
  display: block;
}
.popupContent .popupContent-container .popupContent-container--item.active {
  z-index: 100;
  pointer-events: none;
}
.popupContent .popupContent-container .popupContent-container--item.active .popupContent-container--title {
  z-index: 0;
}
.popupContent .popupContent-container .popupContent-container--item.active .popup {
  max-height: calc(90vh - 35px);
  width: 90vw;
  margin-top: 35px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 64.0625em) {
  .popupContent .popupContent-container .popupContent-container--item.active .popup {
    max-height: 80vh;
  }
}
.popupContent .popupContent-container .popupContent-container--item.active .popup .content {
  margin: 1.5em 3em 0;
  padding: 0 0.5em 1.5em;
  max-height: 80vh;
  overflow: auto;
  box-sizing: border-box;
  pointer-events: all;
}
.popupContent .popupContent-container .popupContent-container--item.active .popup .content img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popupContent .popupContent-container .popupContent-container--item.active .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #585858;
  width: 1.625em;
  height: 1.625em;
  pointer-events: all;
}
.popupContent .popupContent-container .popupContent-container--item.active .close:before, .popupContent .popupContent-container .popupContent-container--item.active .close:after {
  content: "";
  position: absolute;
  transform-origin: center;
  border-top: 0.125em solid #fff;
  width: 1.1em;
  top: 50%;
  left: 50%;
}
.popupContent .popupContent-container .popupContent-container--item.active .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupContent .popupContent-container .popupContent-container--item.active .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupContent .popupContent-container .popupContent-container--item.active:before {
  content: "";
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(196, 196, 196, 0.7);
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.popupContent .popupContent-container .popupContent-container--item.active .next, .popupContent .popupContent-container .popupContent-container--item.active .prev {
  position: absolute;
  top: 50%;
  font-size: 32px;
  pointer-events: all;
}
.popupContent .popupContent-container .popupContent-container--item.active .next {
  right: 10px;
}
.popupContent .popupContent-container .popupContent-container--item.active .prev {
  left: 10px;
}
.postsWrap .box-width {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .postsWrap .box-width {
    width: 17.5%;
  }
}
.postsWrap .box-gutter-width {
  width: 0;
}
@media screen and (min-width: 36em) {
  .postsWrap .box-gutter-width {
    width: 2.5%;
  }
}
.postsWrap .box {
  border: 2px solid #f6f6f6;
  border-radius: 10px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 15px;
  min-height: 190px;
}
@media screen and (min-width: 36em) {
  .postsWrap .box {
    margin-bottom: 2.5%;
  }
}
.postsWrap .box a {
  display: block;
  font-weight: normal;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.postsWrap .box .box-content {
  padding: 17px 20px 0;
}
.postsWrap .box .box-content h2 {
  color: #D3BF95;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.035em;
  margin-bottom: 23px;
  margin-top: 8px;
}
.postsWrap .box .box-content .fa-clock-o {
  color: #585858;
  font-size: 13px;
  line-height: 13px;
  margin-right: 5px;
}
.postsWrap .box .box-content .date {
  color: #585858;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.05em;
}
.postsWrap .box .box-content p, .postsWrap .box .box-content p:first-of-type {
  color: #585858;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 23px;
}
.postsWrap .box .box-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 160px;
  width: 100%;
}
@media screen and (min-width: 36em) {
  .postsWrap .box .box-img {
    min-height: 291px;
  }
}
.postsWrap .box.box-large {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .postsWrap .box.box-large {
    width: 57.5%;
  }
}
.postsWrap .box.box-small {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .postsWrap .box.box-small {
    width: 37.5%;
  }
}
.postsWrap .box.box-small .box-img {
  min-height: 160px;
}
@media screen and (min-width: 36em) {
  .postsWrap .box.box-small .box-img {
    min-height: 186px;
  }
}
.postsWrap .box.box-large-image-above, .postsWrap .box.box-small-image-above, .postsWrap .box.box-large-image-below, .postsWrap .box.box-small-image-below {
  height: 406px;
}
.postsWrap .box.box-large-image-below .box-img, .postsWrap .box.box-small-image-below .box-img {
  bottom: 0;
  position: absolute;
}
.postsWrap .box.box-large-text {
  border-color: #E4352D;
  min-height: 196px;
}
.postsWrap .box.box-large-text h2 {
  color: #E4352D;
}
.postsWrap .box.box-small-text {
  border-color: orange;
  min-height: 196px;
}
.postsWrap .box.box-small-text h2 {
  color: orange;
}
.postsWrap.events .box-width {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .postsWrap.events .box-width {
    width: 47.5%;
  }
}
.postsWrap.events .grid {
  display: flex;
  flex-wrap: wrap;
}
.postsWrap.events .box {
  background: #f6f6f6;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  min-height: 0;
  width: 100%;
  transition: all 0.2s;
  padding: 2em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  /*
            &:nth-of-type(9n+3),
            &:nth-of-type(9n-2),
            &:nth-of-type(9n) {
                
                min-height: 0;

                @include breakpoint(medium) {
                    min-height: 427px;
                }

                a {
                    padding-top: 18px;
                }

                h2 {
                    max-height: 114px;
                    height: auto;
                }

                .button {
                    height: 60px;
                }

                .date {
                    line-height: 56px;
                    margin-bottom: 6px;
                    .day {
                        display: block;
                        font-size: 60px;
                    }

                    .month-year {
                        font-weight: normal;
                    }
                }

                .location,
                .start-time {
                    font-size: 20px;
                    line-height: 30px;
                    padding-left: 26px;

                    .icon {
                        margin-right: 11px;
                        top: 5px;
                    }
                }

                &:hover {
                    h2,
                    .date,
                    .location,
                    .start-time {
                        //color: $white;
                    }
                }
            }

            
            &:nth-of-type(9n-8) {
                background-color: $eventgold2;

                h2,
                .location,
                .start-time {
                    color: $white;
                }

                &:hover {
                    background-color: lighten($eventgold2,5%);
                }
            }

            &:nth-of-type(9n-7) {
                background-color: $grey-light;
                h2,
                .location,
                .start-time {
                    color: $white;
                }

                &:hover {
                    background-color: darken($grey-light,5%);
                }
            }

            &:nth-of-type(9n-6) {
                background-color: $brown;

                .date {
                    flex-direction: column;
                    align-items: flex-start;
                    border-bottom: 1px solid $white;
                    padding-bottom: 30px;
                    margin-bottom: 28px;
                    .day {
                        font-size: 50px;
                        line-height: 44px;
                    }
                    .month-year {
                        margin-left: 0;
                    }
                }

                h2 {
                    color: $white;
                    font-size: 22px;
                    height: 115px;
                    margin-bottom: 24px;
                }
                
                .location,
                .start-time {
                    color: $white;
                    font-size: 14px;
                    line-height: 26px;
                }
                .location {
                    border-bottom: 1px solid $white;
                    padding-bottom: 52px;
                }

                &:hover {
                    background-color: darken($brown,5%);
                }
            }

            &:nth-of-type(9n-5) {
                background-color: $eventgray;

                .date {
                    color: $brown;
                }
                h2 {
                    color: $black;
                }
                .start-time, .location {
                    span {
                        color: $brown;
                    }
                }

                &:hover {
                    background-color: darken($eventgray,5%);
                }
            }

            &:nth-of-type(9n-4) {
                background-color: $grey-light;

                h2,
                .location,
                .start-time {
                    color: $white;
                }

                &:hover {
                    background-color: darken($grey-light,5%);
                }
            }

            &:nth-of-type(9n-3) {
                background-color: $gold;

                h2,
                .location,
                .start-time {
                    color: $white;
                }

                &:hover {
                    background-color: darken($gold,5%);
                }
            }

            &:nth-of-type(9n-2) {
                background-color: $brown;

                .date {
                    flex-direction: column;
                    align-items: flex-start;
                    border-bottom: 1px solid $white;
                    padding-bottom: 30px;
                    margin-bottom: 28px;
                    .day {
                        font-size: 50px;
                        line-height: 44px;
                    }
                    .month-year {
                        margin-left: 0;
                    }
                }

                h2 {
                    color: $white;
                    font-size: 22px;
                    height: 115px;
                    margin-bottom: 24px;
                }
                
                .location,
                .start-time {
                    color: $white;
                    font-size: 14px;
                    line-height: 26px;
                }
                .location {
                    border-bottom: 1px solid $white;
                    padding-bottom: 52px;
                }

                &:hover {
                    background-color: darken($brown,5%);
                }
            }

            &:nth-of-type(9n-1) {
                background-color: $eventgray;

                .date {
                    color: $brown;
                }
                h2 {
                    color: $black;
                }
                .start-time, .location {
                    span {
                        color: $brown;
                    }
                }

                &:hover {
                    background-color: darken($eventgray,5%);
                }
            }

            &:nth-of-type(9n) {
                background-color: $brown;

                .date {
                    flex-direction: column;
                    align-items: flex-start;
                    border-bottom: 1px solid $white;
                    padding-bottom: 30px;
                    margin-bottom: 28px;
                    .day {
                        font-size: 50px;
                        line-height: 44px;
                    }
                    .month-year {
                        margin-left: 0;
                    }
                }

                h2 {
                    color: $white;
                    font-size: 22px;
                    height: 115px;
                    margin-bottom: 24px;
                }
                
                .location,
                .start-time {
                    color: $white;
                    font-size: 14px;
                    line-height: 26px;
                }
                .location {
                    border-bottom: 1px solid $white;
                    padding-bottom: 52px;
                }

                &:hover {
                    background-color: darken($brown,5%);
                }
            }
            */
}
@media screen and (min-width: 36em) {
  .postsWrap.events .box {
    margin-bottom: 21px;
    min-height: 330px;
    width: 47.5%;
  }
}
.postsWrap.events .box:hover {
  background-color: #e9e9e9;
}
.postsWrap.events .box h2 {
  flex: 1 0 auto;
}
.postsWrap.events .box h2 strong {
  padding-top: 1em;
  font-size: 70%;
  display: block;
  font-weight: inherit;
}
.postsWrap.events .box p {
  margin: 0 0 1em;
}
.postsWrap.events .box svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.postsWrap.events .box:nth-child(3n + 1) {
  background-color: #AFAFAF;
}
.postsWrap.events .box:nth-child(3n + 1) * {
  color: #fff;
}
.postsWrap.events .box:nth-child(3n + 2) {
  background-color: #F1F1F1;
}
.postsWrap.events .box:nth-child(3n + 2) * {
  color: #363636;
}
.postsWrap.events .box:nth-child(3n + 2) svg path {
  fill: #363636;
}
.postsWrap.events .box:nth-child(3n + 3) {
  background-color: #E4352D;
}
.postsWrap.events .box:nth-child(3n + 3) * {
  color: #fff;
}
.postsWrap.vacancies {
  padding: 0;
}
.postsWrap.vacancies .box-width {
  width: 100%;
}
.postsWrap.vacancies .box {
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  min-height: 0;
  background: #f1f1f1;
  padding: 10px 15px 15px;
  width: 100%;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 36em) {
  .postsWrap.vacancies .box {
    padding: 20px 30px 25px;
  }
}
.postsWrap.vacancies .box .type {
  color: #18292f;
  margin: 0 0 10px;
  font-weight: 700;
}
.postsWrap.vacancies .box .date {
  color: #18292f;
  font-weight: 700;
}
.postsWrap.vacancies .box .summary_text {
  color: #18292f;
  margin: 20px 0 40px;
}
.postsWrap.vacancies .box .find-out-more {
  text-align: right;
  text-transform: uppercase;
}
.postsWrap.videos .box-width {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .postsWrap.videos .box-width {
    width: 48.7%;
  }
}
.postsWrap.videos .box {
  background: #DA5768;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  min-height: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  overflow: hidden;
  min-height: 60vw;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .postsWrap.videos .box {
    margin-bottom: 21px;
    min-height: 30vw;
    width: 48.7%;
  }
}
@media screen and (min-width: 64.0625em) {
  .postsWrap.videos .box {
    min-height: 18vw;
  }
}
.postsWrap.videos .box:hover {
  background-color: #DA5768;
}
.postsWrap.videos .box:hover h2, .postsWrap.videos .box:hover .date, .postsWrap.videos .box:hover .type, .postsWrap.videos .box:hover .summary_text, .postsWrap.videos .box:hover .find-out-more {
  color: #fff;
}
.postsWrap.videos .box:hover .find-out-more {
  border-color: #fff;
}
.postsWrap.videos .box a {
  padding: 30px 28px 40px;
}
@media screen and (min-width: 64.0625em) {
  .postsWrap.videos .box a {
    padding: 30px 20px 40px;
  }
}
@media screen and (min-width: 75em) {
  .postsWrap.videos .box a {
    padding: 30px 42px 40px;
  }
}
.postsWrap.videos .box h2 {
  color: #D3BF95;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
  height: 30px;
  overflow: hidden;
  letter-spacing: 0;
}
.postsWrap.videos .box .date {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  height: 21px;
  overflow: hidden;
  margin-bottom: 6px;
}
.postsWrap.videos .box sup {
  top: -6px;
  font-size: 14px;
  text-transform: initial;
  left: -3px;
}
.postsWrap.videos .box .month-year {
  font-size: 14px;
  text-transform: initial;
}
.postsWrap.videos .box .type {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  height: 21px;
  overflow: hidden;
  margin-bottom: 6px;
}
.postsWrap.videos .box .summary_text {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  height: 62px;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .postsWrap.videos .box .summary_text {
    height: 84px;
  }
}
@media screen and (min-width: 75em) {
  .postsWrap.videos .box .summary_text {
    height: 62px;
  }
}
.postsWrap.videos .box .find-out-more {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  border-top: 1px solid #D3BF95;
  padding-top: 20px;
  margin-top: 25px;
}
.postsWrap.videos .box .find-out-more .icon {
  font-size: 14px;
  margin-right: 3px;
}
.postsWrap.blocklinks .box-width {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .postsWrap.blocklinks .box-width {
    width: 30.83%;
  }
}
.postsWrap.blocklinks .box {
  background: #DA5768;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  min-height: 0;
  width: 100%;
  padding-bottom: 4em;
  transition: all 0.2s;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
@media screen and (min-width: 36em) {
  .postsWrap.blocklinks .box {
    margin-bottom: 21px;
    min-height: 203px;
    width: 30.83%;
  }
}
.postsWrap.blocklinks .box:hover {
  background-color: #d54255;
}
.postsWrap.blocklinks .box a {
  padding: 15px 30px;
  text-align: center;
}
.postsWrap.blocklinks .box .title {
  background: #E4352D;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
  width: 90%;
  display: flex;
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -40px;
  padding-left: 30px;
}
.postsWrap.blocklinks .box .text {
  font-size: 16px;
  text-transform: initial;
  margin-left: 5px;
  text-transform: uppercase;
}
.postsWrap.blocklinks .box img {
  margin: auto;
}
.postsWrap.blocklinks .box .button:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "";
  right: 30px;
  bottom: 1.6em;
  width: 36px;
  height: 36px;
  content: '';
  border: 1px solid #E4352D;
  color: #E4352D;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
}
.postsWrap.blocklinks .box .button:hover:after {
  color: #fff;
  background: #E4352D;
}
.postsWrap.blocklinks .box:nth-of-type(6n), .postsWrap.blocklinks .box:nth-of-type(6n-2) {
  background: #DA5768;
}
.postsWrap.blocklinks .box:nth-of-type(6n):hover, .postsWrap.blocklinks .box:nth-of-type(6n-2):hover {
  background-color: #d54255;
}
.postsWrap.blocklinks .box:nth-of-type(6n) .title, .postsWrap.blocklinks .box:nth-of-type(6n-2) .title {
  background: #d4bf95;
}
.postsWrap.blocklinks .box:nth-of-type(6n) h2, .postsWrap.blocklinks .box:nth-of-type(6n-2) h2 {
  color: #d4bf95;
}
.postsWrap.blocklinks .box:nth-of-type(6n) .summary_text .icon, .postsWrap.blocklinks .box:nth-of-type(6n-2) .summary_text .icon {
  color: #d4bf95;
}
.postsWrap.blocklinks .box:nth-of-type(6n) .button:after, .postsWrap.blocklinks .box:nth-of-type(6n-2) .button:after {
  border: 1px solid #d4bf95;
  color: #d4bf95;
}
.postsWrap.blocklinks .box:nth-of-type(6n) .button:hover:after, .postsWrap.blocklinks .box:nth-of-type(6n-2) .button:hover:after {
  color: #fff;
  background: #d4bf95;
}
.postsWrap.blocklinks .box:nth-of-type(6n+1), .postsWrap.blocklinks .box:nth-of-type(6n-1) {
  background: #DA5768;
}
.postsWrap.blocklinks .box:nth-of-type(6n+1):hover, .postsWrap.blocklinks .box:nth-of-type(6n-1):hover {
  background-color: #d54255;
}
.postsWrap.blocklinks .box:nth-of-type(6n+1) .title, .postsWrap.blocklinks .box:nth-of-type(6n-1) .title {
  background: #D3BF95;
}
.postsWrap.blocklinks .box:nth-of-type(6n+1) h2, .postsWrap.blocklinks .box:nth-of-type(6n-1) h2 {
  color: #D3BF95;
}
.postsWrap.blocklinks .box:nth-of-type(6n+1) .summary_text .icon, .postsWrap.blocklinks .box:nth-of-type(6n-1) .summary_text .icon {
  color: #D3BF95;
}
.postsWrap.blocklinks .box:nth-of-type(6n+1) .button:after, .postsWrap.blocklinks .box:nth-of-type(6n-1) .button:after {
  border: 1px solid #D3BF95;
  color: #D3BF95;
}
.postsWrap.blocklinks .box:nth-of-type(6n+1) .button:hover:after, .postsWrap.blocklinks .box:nth-of-type(6n-1) .button:hover:after {
  color: #fff;
  background: #D3BF95;
}
.postsWrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 2%;
}
@media screen and (min-width: 36em) {
  .postsWrap {
    padding-bottom: 20px;
  }
}
.postsWrap .filters {
  padding: 0 0 15px 0;
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 5;
  text-align: left;
}
@media screen and (min-width: 64.0625em) {
  .postsWrap .filters {
    display: block;
  }
}
@media screen and (min-width: 87.5em) {
  .postsWrap .filters {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.postsWrap .grid:after {
  clear: both;
  content: '';
  display: block;
}
.postsWrap .btn {
  margin-top: 10px;
}
.postsWrap .older-posts-wrap {
  clear: both;
  float: left;
  position: relative;
  width: 97.5%;
  text-align: center;
}
.postsWrap .older-posts-wrap:hover a {
  color: #E4352D;
}
.postsWrap .older-posts-wrap .older-posts-cover {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.postsWrap .older-posts-wrap a {
  margin-top: 4em;
  display: inline-block;
  position: relative;
  color: #585858;
  font-weight: 700;
  text-transform: uppercase;
}
.postsWrap .older-posts-wrap a:before {
  content: "";
  border-top: 1px solid #585858;
  display: block;
  width: 100%;
  position: absolute;
  top: -20px;
}
.postsWrap.events .filters {
  padding: 0 0.5em;
  align-items: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.postsWrap.events .filters .filter_container {
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .postsWrap.events .filters .filter_container {
    display: block;
  }
}
@media screen and (min-width: 87.5em) {
  .postsWrap.events .filters .filter_container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin: 2em 1.5em auto;
  }
}
.postsWrap.events .filters h1 {
  flex: 1 0 auto;
  text-align: left;
}
.postsWrap.events .filters .reset {
  font-weight: 400;
  color: #585858;
  text-decoration: none;
  order: 3;
  width: 100%;
  padding: 0 0 20px;
  display: block;
}
@media screen and (min-width: 48em) {
  .postsWrap.events .filters .reset {
    display: inline;
  }
}
@media screen and (min-width: 87.5em) {
  .postsWrap.events .filters .reset {
    order: 1;
    width: auto;
    padding: 0 30px 0 0;
  }
}
.postsWrap.events .filters .reset:hover {
  color: #E4352D;
}
.postsWrap.events .filters .filter-text {
  color: #D3BF95;
  font-weight: 400;
  margin-right: 15px;
  display: none !important;
}
@media screen and (min-width: 36em) {
  .postsWrap.events .filters .filter-text {
    width: 100px;
    display: block !important;
  }
}
.postsWrap.events .filters .select-wrap {
  margin-right: 0;
  position: relative;
  order: 2;
  width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 87.5em) {
  .postsWrap.events .filters .select-wrap:not(.news) {
    position: absolute;
    top: 50px;
  }
}
@media screen and (min-width: 100em) {
  .postsWrap.events .filters .select-wrap {
    position: relative;
    top: 0;
  }
}
.postsWrap.events .filters .select-wrap select {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  color: #585858;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #585858;
  height: 40px;
  padding-left: 0.9375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  font-weight: 400;
  border-radius: 0px;
  box-sizing: content-box;
  padding-right: 30px;
}
.postsWrap.events .filters .select-wrap select option {
  font-weight: 400;
}
.postsWrap.events .filters .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 20px);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border: 6px solid transparent;
  border-top-color: #585858;
  border-bottom-width: 0px;
}
.postsWrap.events .filters > h2 {
  float: left;
  display: block;
  text-align: left;
  width: 100%;
}
.home .row .slick-news-list {
  padding: 120px 0;
  background-color: #FFF;
  background-image: url(../assets/src/img/logo_ampersand.png);
  background-size: auto 100%;
  background-position: 50vw 6vw;
  background-repeat: no-repeat;
  position: relative;
}
.home .row .slick-news-list:before, .home .row .slick-news-list:after {
  content: "";
  border-left: 1px solid #C7C7C7;
  height: 70px;
  top: 30px;
  left: 50%;
  position: absolute;
  width: 0px;
  opacity: 0.75;
}
.home .row .slick-news-list:after {
  top: auto;
  bottom: 30px;
}
.row .slick-news-list {
  text-align: center;
  padding: 3em 0;
}
.row .slick-news-list > h2 {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  color: #585858;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.row .slick-news-list > h2 strong {
  font-family: "Avenir Next W00", sans-serif;
  font-size: 200%;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  padding: 20px 0;
}
.row .slick-news-list > a {
  text-align: center;
  color: #585858;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 40px 0 10px;
}
.row .slick-news-list > a:hover {
  color: #E4352D;
}
.row .slick-news-list .news_item {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 1em;
  width: 25%;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 260px;
}
.row .slick-news-list .news_item:not(.noshadow) {
  background-color: rgba(0, 0, 0, 0.5);
}
.row .slick-news-list .news_item:not(.noshadow):after {
  box-shadow: 0px 0px 10vw 100vw rgba(0, 0, 0, 0.4) inset;
}
@media screen and (min-width: 36em) {
  .row .slick-news-list .news_item:not(.noshadow):after {
    box-shadow: 0px -15vw 10vw -5vw rgba(0, 0, 0, 0.92) inset;
  }
}
@media screen and (min-width: 36em) {
  .row .slick-news-list .news_item {
    height: 500px;
  }
}
.row .slick-news-list .news_item:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.row .slick-news-list .news_item .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 2;
  transition: all 1s;
  width: 80%;
}
.row .slick-news-list .news_item .content .summary {
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  transition: all 1s ease;
}
.row .slick-news-list .news_item:hover:after {
  box-shadow: 0px -15vw 10vw -5vw rgba(0, 0, 0, 0.92) inset;
}
@media screen and (min-width: 36em) {
  .row .slick-news-list .news_item:hover:after {
    box-shadow: 0px 0px 10vw 100vw rgba(0, 0, 0, 0.4) inset;
  }
}
@media screen and (min-width: 36em) {
  .row .slick-news-list .news_item:hover .content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .row .slick-news-list .news_item:hover .content .summary {
    max-height: 400px;
    opacity: 1;
  }
}
.row .slick-news-list .news_item * {
  color: #FFF;
}
.row .slick-news-list .news_item h2 {
  margin: 0;
}
.row .slick-news-list .news_item .date {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  margin: 1em 0;
}
.row .slick-news-list .news_item .summary p {
  margin: 0 0 1em;
}
.row .slick-news-list .news_item .readmore {
  text-transform: uppercase;
}
.row .slick-news-list .news_item > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
.search-wrapper {
  display: flex;
  flex-direction: column;
}
.search-wrapper h1 {
  margin-bottom: 40px;
}
.search-wrapper .pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.search-wrapper .pagination-list > li {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.search-nothingFound {
  display: block;
  width: 100%;
}
.search-inner {
  width: 100%;
}
.search-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f6f6;
}
.search-itemTitle {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.search-itemTitle > a {
  color: #363636;
}
.search-itemTitle > a::after {
  content: '';
  font-size: 1rem;
  font-family: 'FontAwesome';
  margin-left: 0.625rem;
}
.search-pager {
  width: calc(100% - 6em);
  margin: 0 2em;
  align-items: center;
}
@media screen and (min-width: 36em) {
  .search-pager {
    display: flex;
    justify-content: space-between;
  }
}
.search-pagerLink--next > a, .search-pagerLink--previous > a {
  color: #000000;
  position: relative;
}
.search-pagerLink--next > a::before, .search-pagerLink--previous > a::before {
  content: "";
  border: 1px solid transparent;
  width: 6px;
  height: 6px;
  border-right-color: #E32118;
  border-bottom-color: #E32118;
  transform: rotate(-45deg);
  right: -45px;
  top: calc(50% - 4px);
  position: absolute;
}
.search-pagerLink--next > a::after, .search-pagerLink--previous > a::after {
  content: "";
  display: block;
  width: 26px;
  border-bottom: 1px solid #E32118;
}
.search-pagerLink--next {
  margin-right: 0;
  line-height: 30px;
}
@media screen and (min-width: 36em) {
  .search-pagerLink--next {
    text-align: right;
  }
}
.search-pagerLink--next > a::after {
  margin-left: 0.3125rem;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(13px, -50%);
  -moz-transform: translate(13px, -50%);
  -ms-transform: translate(13px, -50%);
  transform: translate(13px, -50%);
}
.search-pagerLink--number {
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.search-pagerLink--previous {
  margin-left: 47px;
  line-height: 30px;
}
.search-pagerLink--previous > a::before {
  transform: rotate(135deg);
  right: auto;
  left: -45px;
}
.search-pagerLink--previous > a::after {
  margin-right: 0.3125rem;
  position: absolute;
  top: 50%;
  left: -19px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.search-form {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  width: 100%;
}
.search-formInput {
  font-family: 'Gill Sans W01', serif;
  font-size: 1.25rem;
  font-weight: 400;
  background-color: #e2e4e5;
  border: none;
  padding: 0.6875rem 0.625rem;
  font-size: 1rem;
  display: block;
  width: 100%;
}
.search-formInput:focus {
  outline: none;
}
@media screen and (min-width: 48em) {
  .search-formInput {
    width: 31.25rem;
  }
}
.search-formSubmit {
  cursor: pointer;
  background: transparent;
  height: 100%;
  padding: 0.6875rem 0.625rem;
  font-size: 22px;
  border: 0;
}
.search-formSubmit:focus {
  outline: none;
}
.msoSideNavigation {
  display: none;
}
@media screen and (min-width: 64.0625em) {
  .msoSideNavigation {
    display: block;
    border-left: 1px solid #979797;
    margin-top: 0;
    padding-left: 2em;
  }
}
.msoSideNavigation .msoMainNavItem {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  color: #585858;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #363636;
  display: block;
  padding-bottom: 20px;
  padding-top: 10px;
}
.msoSideNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.msoSideNavigation ul li {
  padding: 7px 0;
}
.msoSideNavigation ul li.current-menu-item, .msoSideNavigation ul li.current-post-ancestor {
  color: #E4352D;
}
.msoSideNavigation ul li a:hover {
  color: #E4352D;
}
.msoSideNavigation ul li .sub-menu {
  display: none;
}
.msoSideNavigation ul li .sub-menu li {
  padding: 10px 0 2px;
}
.msoSideNavigation ul li .sub-menu li:before {
  content: "- ";
}
.msoSideNavigation ul li .mobileNav-childToggle {
  width: 20px;
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  border: 0px;
  background: transparent;
  height: 10px;
  position: relative;
}
.msoSideNavigation ul li .mobileNav-childToggle:before {
  content: "";
  border: 5px solid transparent;
  border-bottom-width: 0px;
  border-top-color: #363636;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -5px;
}
.msoSideNavigation ul li .mobileNav-childToggle.mobileNav-item--isOpened:before {
  border-top-width: 0px;
  border-bottom-color: #363636;
  border-bottom-width: 5px;
}
.share {
  margin-top: 10px;
}
@media screen and (min-width: 36em) {
  .share {
    margin-top: -2px;
    text-align: right;
  }
}
.share .share-title {
  text-transform: uppercase;
  padding-right: 5px;
}
.share a {
  color: #E32118;
  font-size: 20px;
  padding: 5px;
}
.sitemap {
  position: relative;
  z-index: 3;
}
.sitemap-list {
  list-style-type: none;
  margin-left: 0 !important;
}
.sitemap-list > li:before {
  display: none !important;
}
.sitemap-list > li > a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.sitemap-list > li button {
  display: none;
}
.sitemap-list ul {
  margin: 0 0 0 20px;
}
.sitemap-list ul > li {
  margin-bottom: 0;
  padding: 3px 0;
}
.sitemap-list ul > li:before {
  display: none !important;
}
.sitemap-wrapper {
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 0 2.5rem 0;
  color: #4c4c4c;
}
/* Slider */
.slick-slider {
  position: relative;
  height: auto !important;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*Default Theme*/
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  cursor: pointer;
  width: 70px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  background-color: rgba(228, 53, 45, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover:before, .slick-next:hover:before {
  background-color: #e4352d;
}
.slick-prev {
  left: 5px;
}
[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}
.slick-prev:before {
  content: "";
  background-image: url('../assets/src/img/slick_left.png');
}
.slick-next {
  left: auto;
  right: 5px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}
.slick-next:before {
  content: "";
  background-image: url('../assets/src/img/slick_right.png');
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.row section.social_bar {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  /*
    .next_event{
        text-align: center;
        @include breakpoint(medium){
            text-align: left;
        }
        background-color: $red;
        * {
            color: $white;
        }
        h2 {
            strong {
                padding-top: 40px;
                font-size: 70%;
                display: block;
                font-weight: inherit;
            }
        }
        svg {
           display: inline-block;
           vertical-align: top;
           margin-right: 10px;
        }
        
        a {
            text-transform: uppercase;
            font-weight: 700;
            &:hover {
                text-decoration: underline;
            }
        }
    }
    */
}
.row section.social_bar .social_box {
  padding: 2em;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .row section.social_bar .social_box {
    width: 50%;
  }
}
.row section.social_bar .social_icons {
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.row section.social_bar .social_icons h2 {
  text-align: center;
}
.row section.social_bar .social_icons .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.row section.social_bar .social_icons .icons .icon {
  margin: 0 20px 20px;
  width: calc(33.333% - 40px);
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 51px;
  height: 51px;
}
.row section.social_bar .social_icons .icons a {
  display: block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  font-size: 51px;
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F8F8F8;
  color: #585858;
  margin: auto;
}
.row section.social_bar .social_icons .icons a:hover {
  color: #E4352D;
  background: none !important;
}
.row section.social_bar .latest_tweet {
  width: 100%;
  background: #E4352D;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .row section.social_bar .latest_tweet {
    width: 50%;
  }
}
.row section.social_bar .latest_tweet * {
  color: #fff;
}
.row section.social_bar .latest_tweet i.fa-twitter {
  font-size: 50px;
}
.row section.social_bar .latest_tweet p {
  font-size: 18px;
}
.row section.social_bar .latest_tweet p.user {
  font-size: 30px;
  margin-bottom: 1rem;
}
.row section.social_bar .latest_tweet p:last-child {
  margin-bottom: 0;
}
.testimonials {
  margin: 0 auto;
  padding: 60px 2vw 0;
}
@media screen and (min-width: 64.0625em) {
  .testimonials {
    width: 40%;
    padding: 60px 0 0;
  }
}
.testimonials-content {
  padding: 50px 30px 30px;
}
@media screen and (min-width: 36em) {
  .testimonials-content {
    padding: 50px 8vw 30px;
  }
}
@media screen and (min-width: 75em) {
  .testimonials-content {
    padding: 0 50px;
  }
}
.testimonials-content h2 {
  text-align: center;
  color: #001938;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0px auto 25px;
  line-height: 1.1;
  position: relative;
}
@media screen and (min-width: 36em) {
  .testimonials-content h2 {
    font-size: 38px;
    line-height: 1.3;
  }
}
.testimonials-content h2:before {
  content: '';
  background-image: url("../../assets/src/img/rating.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -26px;
  height: 50px;
  width: 53px;
}
.testimonials-slider-container {
  position: relative;
  overflow: hidden;
}
.testimonials-slider-container .slider-holder {
  width: 100%;
}
.testimonials-slider {
  outline: 0;
  /*.slick-next{
            right: -50px;
            display: none !important;
            height: 59px;
            width: 27px;
            @include breakpoint(medium) {
                display: block !important;
            }
            &:before {
                content:url('../img/scroll-right-arrow.png');
            }
        }
        .slick-prev{
            left: -50px;
            display: none !important;
            height: 59px;
            width: 27px;
            @include breakpoint(medium) {
                display: block !important;
            }
            &:before {
                content:url('../img/scroll-left-arrow.png');
            }
        }*/
}
.testimonials-slider .slick-track {
  display: flex;
  outline: 0;
}
.testimonials-slider .slick-track .slick-slide {
  outline: 0;
}
.testimonials-slider .testimonial-item {
  display: flex;
  height: 100%;
}
.testimonials-slider .testimonial-item .testimonial-detail {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 36em) {
  .testimonials-slider .testimonial-item .testimonial-detail {
    width: 100%;
  }
}
.testimonials-slider .testimonial-item .testimonial-detail .text-container {
  z-index: 1;
  position: relative;
  text-align: center;
}
.testimonials-slider .testimonial-item .testimonial-detail .text-container .text {
  color: #001938;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  overflow: hidden;
}
.testimonials-slider .testimonial-item .testimonial-detail .text-container .name {
  color: #001938;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.testimonials-slider .slick-arrow {
  display: none;
}
.testimonials-slider .slick-dots {
  bottom: 0;
  height: 25px;
  justify-content: center;
  list-style-type: none;
  display: flex;
  padding: 0;
}
@media screen and (min-width: 36em) {
  .testimonials-slider .slick-dots {
    bottom: 0;
  }
}
.testimonials-slider .slick-dots li {
  margin-left: 8px;
}
.testimonials-slider .slick-dots li.slick-active button {
  background: #ccc;
  border: 1px solid #ccc;
}
.testimonials-slider .slick-dots li button {
  border: 1px solid #eee;
  background: #eee;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.sixth-form .testimonial .testimonials__slider {
  margin-bottom: 90px;
}
.sixth-form .testimonial .slick-prev {
  left: 0;
  transform: translate(-100%, -50%);
}
.sixth-form .testimonial .slick-next {
  right: 0;
  transform: translate(100%, -50%);
}
.sixth-form .testimonial .slick-dots {
  bottom: 0;
  z-index: 999;
}
.sixth-form .testimonial .slick-dots li {
  margin-right: 0;
}
.sixth-form .testimonial .slick-dots li button {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #E4352D;
  border-radius: 50%;
  margin-right: 0;
}
.sixth-form .testimonial .slick-dots li button:before {
  display: none;
}
.sixth-form .testimonial .slick-dots li.slick-active button {
  background: #fff;
}
.sixth-form .testimonial .slick-dots li.slick-active button {
  background: #E4352D;
}
.textContent {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 75em) {
  .textContent {
    flex-wrap: nowrap;
  }
}
.textContent .content-typography-image {
  text-align: center;
}
.textContent .content-typography-image img {
  max-width: 100%;
}
.textContent .content-typography-image + .content-container .content-typography {
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (min-width: 36em) {
  .textContent .content-typography-image + .content-container .content-typography {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.textContent .textContent-wrapper {
  flex-grow: 1;
}
.textContent .table-flex {
  display: flex;
  flex-wrap: wrap;
}
.textContent .table-flex .column {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .textContent .table-flex .column {
    width: 50%;
  }
}
.textContent .textContent-rightside {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
  display: none;
}
@media screen and (min-width: 36em) {
  .textContent .textContent-rightside {
    margin-top: 50px;
  }
}
@media screen and (min-width: 75em) {
  .textContent .textContent-rightside {
    width: 240px;
    flex-shrink: 0;
    margin-left: 5vw;
  }
}
.textContent .textContent-rightside .donateLink {
  width: 100%;
  background: #d4bf95;
  display: block;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 0;
  transition: all 0.3s ease-out;
}
.textContent .textContent-rightside .donateLink:hover {
  background-color: #bfac86;
  color: #e6e6e6;
}
.textContent .textContent-rightside .infographic-container {
  border-top: 2px solid #a0b9af;
  border-bottom: 8px solid #a0b9af;
  padding: 15px 0 16px;
  margin-top: 50px;
  text-align: center;
}
.textContent .textContent-rightside .infographic-container .image {
  max-width: 100%;
  height: 139px;
  margin-top: 10px;
  background-color: #eee;
}
.textContent .textContent-rightside .infographic-container .text {
  margin-top: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #373737;
  line-height: 22px;
  margin-bottom: 0;
}
.textContent .content-typography {
  width: 100%;
}
@media screen and (min-width: 36em) {
  .textContent .content-typography {
    width: auto;
  }
}
.main-components .textContent:first-of-type .textContent-rightside {
  display: block;
}
table {
  margin-bottom: 2em;
  table-layout: fixed;
  border-collapse: collapse;
}
table tr {
  border-bottom: 1px solid #979797;
}
table tr th, table tr td {
  padding: 10px;
  line-height: 26px;
}
table tr th:first-child, table tr td:first-child {
  padding-left: 0;
}
table tr th:last-child, table tr td:last-child {
  padding-right: 0;
}
table tr th {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  color: #585858;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  color: #363636;
}
table tr td {
  font-weight: 400;
  color: #585858;
  font-size: 17px;
}
.top-nav {
  position: absolute;
  top: 51px;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5;
}
.top-nav ul {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5em;
}
.top-nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.top-nav ul li a {
  color: #D3BF95;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0.5em;
}
.top-nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 64.0625em) {
  .top-nav {
    display: block;
    top: 0;
    right: 2vw;
  }
}
@media screen and (min-width: 75em) {
  .top-nav {
    right: 8vw;
  }
  .top-nav ul {
    padding: 0.8em;
  }
  .top-nav ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 0 1em;
  }
}
.video-embed {
  margin-bottom: 2em;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}
.video-embed.header {
  margin: 0;
  max-height: 100vh;
}
.video-embed.header:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-embed.header video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  .video-embed.header .plyr--video * {
    min-height: 574px;
    min-width: 1024px;
  }
  .video-embed.header .plyr--video .plyr__video-wrapper.plyr__video-embed {
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
.video-embed.has_title:not(.standard)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(140.12deg, rgba(16, 16, 16, 0.49063) 56.8%, rgba(33, 33, 33, 0.0001) 80.24%);
  top: 0;
  left: 0;
}
.video-embed h1.title {
  position: absolute;
  bottom: 20%;
  left: 6vw;
  margin: 0;
  color: #fff;
  z-index: 2;
  width: 80%;
  font-size: 50px;
  line-height: 62px;
}
@media screen and (min-width: 75em) {
  .video-embed h1.title {
    width: 516px;
    bottom: 6vw;
    left: 6vw;
  }
}
@media screen and (min-width: 48em) {
  .video-embed h1.title {
    font-size: 70px;
    line-height: 82px;
  }
}
.video-embed .down_page {
  text-transform: uppercase;
  position: absolute;
  top: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  padding-bottom: 40px;
  color: #fff;
  z-index: 5;
  font-weight: 700;
}
.video-embed .down_page:before {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: block;
  height: 30px;
}
.video-embed .down_page:after {
  content: "";
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.row section.welcome-and-slider:first-child {
  padding-top: 0;
  margin-bottom: 10rem;
}
.pin-spacer {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1300px) {
  .pin-spacer {
    margin-bottom: -10px !important;
  }
}
section.welcome-and-slider .welcome-container {
  display: flex;
  align-items: center;
  padding: 100px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  touch-action: none;
  pointer-events: none;
}
@media screen and (min-width: 64.0625em) {
  section.welcome-and-slider .welcome-container {
    height: 90vh;
    padding: 0;
  }
}
section.welcome-and-slider .welcome-container .amp {
  flex: 0 0 50%;
}
section.welcome-and-slider .welcome-container .welcome {
  flex: 0 0 100%;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 0 4rem;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  section.welcome-and-slider .welcome-container .welcome {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 64.0625em) {
  section.welcome-and-slider .welcome-container .welcome {
    flex: 0 0 45%;
    margin: 0;
  }
}
section.welcome-and-slider .welcome-container .welcome h1 {
  color: #E32118;
  font-family: "Avenir Next W00", sans-serif;
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  section.welcome-and-slider .welcome-container .welcome h1 {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 100em) {
  section.welcome-and-slider .welcome-container .welcome h1 {
    font-size: 50px;
  }
}
section.welcome-and-slider .welcome-container .welcome p {
  font-size: 18px;
  line-height: 1.0833;
}
@media screen and (min-width: 48em) {
  section.welcome-and-slider .welcome-container .welcome p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 100em) {
  section.welcome-and-slider .welcome-container .welcome p {
    font-size: 24px;
  }
}
section.welcome-and-slider .amp {
  display: none;
}
@media screen and (min-width: 64.0625em) {
  section.welcome-and-slider .amp {
    display: block;
    position: relative;
    z-index: 10;
    align-self: flex-end;
    height: 100%;
  }
}
section.welcome-and-slider .amp svg {
  height: auto;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 2%;
}
@media screen and (min-width: 75em) {
  section.welcome-and-slider .amp svg {
    width: 84.5%;
  }
}
@media screen and (min-width: 87.5em) {
  section.welcome-and-slider .amp svg {
    width: 87%;
    left: 2%;
  }
}
section.welcome-and-slider .amp2 {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
section.welcome-and-slider .slider {
  background: #E32118;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  transition: background-color 1s;
}
section.welcome-and-slider .slider .slides {
  margin-left: 50vw;
  height: 80%;
  position: absolute;
  top: 50%;
}
section.welcome-and-slider .slider .slides .slide_wrapper {
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
section.welcome-and-slider .slider .slides .slide {
  width: 300px;
  margin-right: 50px;
  position: relative;
}
section.welcome-and-slider .slider .slides .slide:last-child {
  margin-right: 50vw;
}
section.welcome-and-slider .slider .slides .slide:after {
  content: "";
  padding-top: 112.5%;
  display: block;
}
@media screen and (min-width: 36em) {
  section.welcome-and-slider .slider .slides .slide {
    width: 390px;
    margin-right: 100px;
  }
}
@media screen and (min-width: 48em) {
  section.welcome-and-slider .slider .slides .slide {
    width: 490px;
    margin-right: 100px;
  }
}
@media screen and (min-width: 100em) {
  section.welcome-and-slider .slider .slides .slide {
    width: 30vw;
    margin-right: 120px;
  }
}
section.welcome-and-slider .slider .slides .slide h2 {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.1em;
  text-align: center;
  text-transform: none;
  opacity: 0;
  transition: opacity 0.4s;
  font-size: 80px;
}
@media screen and (min-width: 48em) {
  section.welcome-and-slider .slider .slides .slide h2 {
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 100em) {
  section.welcome-and-slider .slider .slides .slide h2 {
    font-size: 120px;
  }
}
section.welcome-and-slider .slider .slides .slide.active h2 {
  opacity: 1;
}
section.welcome-and-slider .slider .slides .slide a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
section.welcome-and-slider .slider .slides .slide .image {
  width: calc(100% - 100px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.welcome-and-slider .slider .slides .slide .image img, section.welcome-and-slider .slider .slides .slide .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .row section.dymanicNews.slick-news-list {
  background: #E2E0E0;
  padding: 100px 0;
}
body .row section.dymanicNews.slick-news-list:before, body .row section.dymanicNews.slick-news-list:after {
  display: none;
}
section.dymanicNews.slick-news-list {
  position: relative;
}
section.dymanicNews.slick-news-list .ampersand {
  background-image: url("data:image/svg+xml,%3Csvg width='842' height='745' viewBox='0 0 842 745' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M412.581 264.569L426.96 283.388C447.976 267.89 464.568 257.927 491.115 257.927C595.09 257.927 644.865 355.342 644.865 449.435C644.865 508.105 622.743 570.097 577.392 609.948C460.144 532.459 169.236 228.039 169.236 136.159C169.236 69.74 219.011 46.4933 268.786 46.4933C300.863 46.4933 363.912 59.7771 363.912 100.736C363.912 106.27 365.018 110.698 371.655 110.698C381.043 110.698 383.545 98.884 386.583 84.5401C386.766 83.6742 386.951 82.7991 387.14 81.9168L399.307 25.4606C372.761 4.42793 334.047 0 300.863 0C214.586 0 120.566 63.0981 120.566 154.978C120.566 199.257 149.325 247.964 174.766 283.388C71.8975 308.848 0 389.658 0 497.036C0 674.153 158.174 745 313.03 745C395.989 745 480.054 728.395 548.633 678.581C579.604 699.614 650.395 745 688.003 745C714.55 745 791.978 688.544 814.1 671.939L798.615 652.013C777.599 670.832 749.946 681.902 722.293 681.902C681.367 681.902 633.804 653.12 602.833 628.767C658.138 574.524 693.534 499.25 693.534 420.654C693.534 371.946 678.048 326.56 645.971 291.137L648.183 288.923C691.322 299.993 720.081 304.42 743.309 304.42C824.055 304.42 841.753 266.783 841.753 245.75V188.187C841.753 176.01 839.541 168.262 831.798 168.262C823.865 168.262 821.094 175.474 817.282 185.401C808.868 207.307 795.378 242.429 710.126 242.429C684.111 242.429 661.495 238.347 636.949 233.917C630.185 232.696 623.274 231.448 616.106 230.253C608.455 228.976 601.098 227.641 593.94 226.343C570.053 222.008 548.384 218.076 525.404 218.076C481.16 218.076 441.34 228.039 412.581 264.569ZM522.468 658.58C469.391 692.786 415.21 708.234 351.076 708.234C149.829 708.234 65.7922 578.03 65.7922 462.171C65.7922 397.069 104.494 315.415 179.685 315.415H195.165L522.468 658.58Z' fill='white'/%3E%3C/svg%3E%0A");
  display: block;
  width: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
  position: relative;
  z-index: 1;
}
section.dymanicNews.slick-news-list .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 2vw;
}
section.dymanicNews.slick-news-list .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  transition: top 0.8s;
}
section.dymanicNews.slick-news-list .title h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  opacity: 1;
  font-size: 20px;
}
@media screen and (min-width: 48em) {
  section.dymanicNews.slick-news-list .title h2 {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 100em) {
  section.dymanicNews.slick-news-list .title h2 {
    font-size: 30px;
  }
}
section.dymanicNews.slick-news-list .gsap-container {
  position: relative;
}
section.dymanicNews.slick-news-list .slider-container {
  z-index: 5;
  position: relative;
  display: flex;
}
section.dymanicNews.slick-news-list .news_item {
  min-width: 90vw;
  transition: transform 0.8s;
}
section.dymanicNews.slick-news-list .news_item h2 {
  line-height: 1.1667em;
  font-size: 20px;
}
@media screen and (min-width: 48em) {
  section.dymanicNews.slick-news-list .news_item h2 {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 100em) {
  section.dymanicNews.slick-news-list .news_item h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 64.0625em) {
  section.dymanicNews.slick-news-list .news_item {
    min-width: 50vw;
  }
  section.dymanicNews.slick-news-list .news_item:nth-child(1) {
    transform: translateX(-50%);
  }
  section.dymanicNews.slick-news-list .news_item:nth-child(2) {
    transform: translateX(50%);
  }
}
@media screen and (min-width: 87.5em) {
  section.dymanicNews.slick-news-list .news_item {
    min-width: 22.5vw;
  }
  section.dymanicNews.slick-news-list .news_item:nth-child(-n+2) {
    transform: translateX(-50%);
  }
  section.dymanicNews.slick-news-list .news_item:nth-child(n+3) {
    transform: translateX(50%);
  }
}
section.dymanicNews.slick-news-list.active .title {
  top: 100px;
  transform: translate(-50%, -8px);
}
section.dymanicNews.slick-news-list.active .ampersand {
  z-index: 0;
}
section.dymanicNews.slick-news-list.active .news_item:nth-child(-n+2), section.dymanicNews.slick-news-list.active .news_item:nth-child(n+3) {
  transform: translateX(0);
}
section.dymanicNews.slick-news-list .social {
  margin-top: 50px;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
}
section.dymanicNews.slick-news-list .social a .fa {
  color: #585858;
  font-size: 20px;
  border: 1px solid #585858;
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 5px;
  transition: all 0.33s;
}
@media screen and (min-width: 48em) {
  section.dymanicNews.slick-news-list .social a .fa {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 100em) {
  section.dymanicNews.slick-news-list .social a .fa {
    font-size: 30px;
  }
}
section.dymanicNews.slick-news-list .social a:hover .fa {
  border-color: #E32118;
  color: #E32118;
}
section.dymanicNews.slick-news-list .more {
  position: relative;
  z-index: 20;
  color: #E32118;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 40px 0 0;
}
section.dymanicNews.slick-news-list .more:after {
  content: "";
  border-bottom: 1px solid;
  width: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: -5px auto 0;
  transition: all 0.33s;
}
section.dymanicNews.slick-news-list .more:hover:after {
  width: 100%;
}
section.dymanicNews.slick-news-list .navigation {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
section.dymanicNews.slick-news-list .navigation button {
  background-color: white;
  border: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s;
}
section.dymanicNews.slick-news-list .navigation button.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 14L2 7.5L9 1' stroke='%23585858' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 20px;
}
section.dymanicNews.slick-news-list .navigation button.next {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14L8 7.5L1 1' stroke='%23585858' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: auto;
  right: 20px;
}
section.dymanicNews.slick-news-list.mouse_over .navigation button {
  opacity: 1;
}
body section.single-full-image {
  padding: 0;
}
body section.single-full-image img, body section.single-full-image video {
  width: 100%;
  display: block;
}
body section.carousel {
  padding: 0;
}
body section.carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body section.carousel .carousel-item {
  height: 100vh;
}
body section.carousel .carousel-item .image {
  height: 100%;
}
body section.carousel .carousel-item .image img, body section.carousel .carousel-item .image video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body section.carousel .carousel-item .content {
  position: absolute;
  top: 65%;
  left: 4rem;
  transform: translateY(-50%);
  width: 40vw;
  max-width: calc(100% - 8rem);
  z-index: 10;
}
body section.carousel .carousel-item .content h2 {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  font-size: 50px;
  line-height: 1.125em;
  text-transform: none;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 48em) {
  body section.carousel .carousel-item .content h2 {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 100em) {
  body section.carousel .carousel-item .content h2 {
    font-size: 80px;
  }
}
body section.carousel .carousel-item .content h2 span {
  display: block;
}
body section.carousel .carousel-item .content h2 .arrow {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='58' height='16' viewBox='0 0 58 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M57.7071 8.70711C58.0976 8.31658 58.0976 7.68342 57.7071 7.29289L51.3431 0.928932C50.9526 0.538408 50.3195 0.538408 49.9289 0.928932C49.5384 1.31946 49.5384 1.95262 49.9289 2.34315L55.5858 8L49.9289 13.6569C49.5384 14.0474 49.5384 14.6805 49.9289 15.0711C50.3195 15.4616 50.9526 15.4616 51.3431 15.0711L57.7071 8.70711ZM0 9H57V7H0V9Z' fill='%23585858'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 58px;
  position: relative;
  top: -0.3vw;
  transition: all 0.7s;
}
body section.carousel .carousel-item .content p {
  font-size: 16px;
  line-height: 1.1818em;
}
@media screen and (min-width: 48em) {
  body section.carousel .carousel-item .content p {
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 100em) {
  body section.carousel .carousel-item .content p {
    font-size: 22px;
  }
}
body section.carousel .carousel-item .content.light h2, body section.carousel .carousel-item .content.light p {
  color: white;
}
body section.carousel .carousel-item .content.light h2 .arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='58' height='16' viewBox='0 0 58 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M57.7071 8.70711C58.0976 8.31658 58.0976 7.68342 57.7071 7.29289L51.3431 0.928932C50.9526 0.538408 50.3195 0.538408 49.9289 0.928932C49.5384 1.31946 49.5384 1.95262 49.9289 2.34315L55.5858 8L49.9289 13.6569C49.5384 14.0474 49.5384 14.6805 49.9289 15.0711C50.3195 15.4616 50.9526 15.4616 51.3431 15.0711L57.7071 8.70711ZM0 9H57V7H0V9Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
body section.carousel .carousel-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
body section.carousel .carousel-item a:hover + .content h2 .arrow {
  transform: translateX(16px);
}
body section.carousel .slick-dots {
  bottom: 4rem;
  left: 4rem;
  z-index: 100;
  text-align: left;
}
body section.carousel .slick-dots li {
  background: #717171;
  border-radius: 50%;
}
body section.carousel .slick-dots li.slick-active {
  background: #E32118;
}
/*@import "isamsAdmissionsForm";*/
/*Not using


@import "loader";
@import "popup";
@import "mainNav";
@import "mobileNav";
@import "welcome";
@import "promoSlider";
@import "breadcrumbs";
@import "socials";
@import "vacanciesSingle";

@import "youtubeTwitter";
@import "latestNews";
@import "instagram";
@import "upcomingEvents";
@import "eventsYoutubeTwitter";
@import "quoteBlog";
@import "imageLinks";
@import "hero";
@import "whatsHappening";
@import "linkBar";
@import "linkBarHomepage";
@import "socialComponent";
@import "staff";
@import "videoList";
@import "videoPopup";
@import "prospectusForm";
@import "images5";
@import "titleBullets";
@import "whereToNext";
@import "projectBlocks";
@import "figureBlocks";
@import "communitySlider";
@import "twoBlocks";
@import "pa";
@import "search";
*/
.mti_font_element.mti_hide_element {
  visibility: visible !important;
}
main.sixth-form {
  background: #00404A;
  overflow: hidden;
}
main.sixth-form .header-image-wrapper {
  position: relative;
  z-index: -1;
}
main.sixth-form .header-image-wrapper img {
  display: block;
  width: 100%;
}
main.sixth-form .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  background-color: white;
  z-index: -1;
}
main.sixth-form .bg_img .img {
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
main.sixth-form .first_section.has_bg {
  min-height: 100vh;
  z-index: 2;
}
main.sixth-form .first_section.has_bg .bg_img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  padding-bottom: 2rem;
}
main.sixth-form .bg_ampersand {
  position: absolute;
  bottom: 120vh;
  right: 0;
  transform: scale(2);
}
main.sixth-form .svg_bg {
  position: absolute;
  top: 42vw;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
  min-width: 1000px;
}
main.sixth-form .svg_bg svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
main.sixth-form .svg_bg svg path:nth-child(even) {
  transition: all 10s ease-in-out;
}
main.sixth-form .svg_bg svg path:nth-child(odd) {
  transition: all 10s ease-in-out;
}
main.sixth-form h2.section_title {
  color: #fff;
  text-transform: none;
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  font-weight: 300;
  padding-left: 0.5em;
  text-align: left;
  font-size: 70px;
  line-height: 100%;
  margin: 1em 0 1em;
  font-weight: 300;
}
main.sixth-form .row {
  position: relative;
  z-index: 2;
}
main.sixth-form .row > div {
  position: relative;
}
main.sixth-form section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 2em;
  z-index: 2;
}
@media screen and (min-width: 75em) {
  main.sixth-form section {
    padding: 0 4em 4em;
  }
}
main.sixth-form section .section_container {
  margin-bottom: 2em;
}
main.sixth-form .button {
  background: #DE007B;
}
main.sixth-form .button:hover {
  background: #FF209B;
}
main.sixth-form .aside-components {
  margin-bottom: 200px;
  font-family: "Avenir Next W00", sans-serif;
}
@media (max-width: 1023px) {
  main.sixth-form .aside-components {
    display: none;
  }
}
main.sixth-form .aside-components .sf_side_nav {
  z-index: 99;
}
main.sixth-form .aside-components .sf_side_nav .nav_container {
  padding: 2em 0;
}
main.sixth-form .aside-components .sf_side_nav .nav_container .number {
  color: #fff;
  font-size: 90px;
  padding-left: 2rem;
  padding-bottom: 16px;
  font-weight: 500;
  line-height: 77.77%;
}
main.sixth-form .aside-components .sf_side_nav .nav_container ul {
  padding: 0 2em 0 3em;
  border-left: 1px solid #fff;
  margin: 0;
}
@media screen and (min-width: 75em) {
  main.sixth-form .aside-components .sf_side_nav .nav_container ul {
    padding: 0 4em 0 3em;
  }
}
main.sixth-form .aside-components .sf_side_nav .nav_container ul li {
  list-style: none;
  position: relative;
  padding-bottom: 6px;
}
main.sixth-form .aside-components .sf_side_nav .nav_container ul li span {
  position: absolute;
  transform: translateX(-100%);
  margin-left: -0.5em;
}
main.sixth-form .aside-components .sf_side_nav .nav_container ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 75em) {
  main.sixth-form .aside-components .sf_side_nav .nav_container ul li a {
    font-size: 17px;
  }
}
main.sixth-form .aside-components .sf_side_nav .nav_container ul li.current:before {
  content: "";
  border: 6px solid transparent;
  border-left-color: #DE007B;
  border-right-width: 0px;
  position: absolute;
  left: -2.5em;
  top: 3px;
}
main.sixth-form.alumnae_special {
  background: white;
}
main.sixth-form.alumnae_special.support_extra_special {
  background: #F0F0F0;
}
main.sixth-form.alumnae_special.support_extra_special .aside-components a.button {
  background: #E4352D;
  font-family: "Avenir Next W00", sans-serif;
  font-weight: 500;
  display: block;
  margin: 1rem 0 0;
  width: 220px;
}
main.sixth-form.alumnae_special .standard_content_plus .content_box a:not(.button) {
  color: #E4352D;
}
main.sixth-form.alumnae_special .row .image-blocks .image-block-items-container .image-block-item:hover .borderOverlay {
  background: #E4352D;
}
main.sixth-form.alumnae_special .header-image-wrapper {
  z-index: 20;
}
main.sixth-form.alumnae_special .header-image-wrapper .header-image {
  margin-bottom: 0;
}
main.sixth-form.alumnae_special section {
  justify-content: flex-start;
  padding-top: 0;
}
main.sixth-form.alumnae_special section .button {
  background: #E4352D;
}
main.sixth-form.alumnae_special section .button:hover {
  background: #E4352D;
}
main.sixth-form.alumnae_special h2.section_title {
  color: #E4352D;
}
@media (max-width: 767px) {
  main.sixth-form.alumnae_special h2.section_title {
    font-size: 35px;
  }
}
main.sixth-form.alumnae_special h2.section_title:before, main.sixth-form.alumnae_special h2.section_title:after {
  display: none;
}
main.sixth-form.alumnae_special .aside-components .sf_side_nav .nav_container ul {
  padding: 0 2em 0 1em;
  border-left: 1px solid #585858;
}
main.sixth-form.alumnae_special .aside-components .sf_side_nav .nav_container ul li a {
  color: #585858;
}
main.sixth-form.alumnae_special .aside-components .sf_side_nav .nav_container ul li.current a {
  color: #E4352D;
}
main.sixth-form.alumnae_special .aside-components .sf_side_nav .nav_container ul li.current:before {
  display: none;
}
.support_page_popup_container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.75);
}
.support_page_popup_container .close {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 35px;
  line-height: 1;
  color: white;
  cursor: pointer;
  z-index: 99;
  padding: 0 4px;
  background: #CCC;
  margin: 13px 0 0 -13px;
}
.support_page_popup_container .content_container {
  border: 10px solid #E4352D;
  width: calc(100% - 6rem);
  min-height: 300px;
  max-width: 500px;
  max-height: 500px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: black;
}
.support_page_popup_container .content_container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: white;
}
.support_page_popup_container .content_container img {
  width: 100%;
  display: block;
}
.support_extra_special .header-image-wrapper {
  position: relative;
}
@media (max-width: 576px) {
  .support_extra_special .header-image-wrapper .header-image {
    height: 400px;
  }
  .support_extra_special .header-image-wrapper .header-image img {
    max-width: unset;
    height: 400px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.support_extra_special .header-image-wrapper .header_content {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  margin-left: -4rem;
  max-width: 500px;
  width: 100%;
}
.support_extra_special .header-image-wrapper .header_content.center {
  text-align: center;
}
.support_extra_special .header-image-wrapper .header_content.right {
  text-align: right;
}
.support_extra_special .header-image-wrapper .header_content h1 {
  color: white;
  margin-bottom: 1rem;
  font-weight: 700;
}
.support_extra_special .header-image-wrapper .header_content p {
  color: white;
  margin-bottom: 1rem;
}
.support_extra_special .header-image-wrapper .header_content > a {
  color: #E4352D;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1.5rem 0;
}
@media (max-width: 1023px) {
  .support_extra_special .header-image-wrapper .header_content {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .support_extra_special .header-image-wrapper .header_content h1 {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto 2rem;
  }
  .support_extra_special .header-image-wrapper .header_content p {
    color: black;
  }
}
@media (max-width: 576px) {
  .support_extra_special .header-image-wrapper .header_content h1 {
    font-size: 40px;
    line-height: 1;
  }
}
.support_extra_special .header-image-wrapper .button_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support_extra_special .header-image-wrapper .button_container h2 {
  font-size: 18px;
  color: white;
  font-weight: 500;
  text-align: center;
  flex: 1 1 100%;
}
@media (max-width: 1023px) {
  .support_extra_special .header-image-wrapper .button_container h2 {
    color: black;
  }
}
.support_extra_special .header-image-wrapper .button_container .button {
  font-family: "Avenir Next W00", sans-serif;
  font-weight: 700;
  flex: 1 1 calc(50% - 0.5rem);
  display: block;
  box-sizing: border-box;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.support_extra_special .header-image-wrapper .button_container .button.clear {
  background: none;
  border: 1px solid white;
  margin-right: 0.5rem;
}
@media (max-width: 1023px) {
  .support_extra_special .header-image-wrapper .button_container .button.clear {
    border: 1px solid #E4352D;
    color: #E4352D;
  }
}
.support_extra_special .header-image-wrapper .button_container .button.red {
  background: #E4352D;
  border: 1px solid #E4352D;
  margin-left: 0.5rem;
}
main.sixth-form .row .image-blocks {
  padding: 2em 1em;
}
main.sixth-form .row .image-blocks .image-block-items-container .image-block-item:hover .borderOverlay {
  background: #DE007B;
}
main.sixth-form .title_two_columns_and_image {
  background: #fff;
  padding: 2em;
}
@media screen and (min-width: 36em) {
  main.sixth-form .title_two_columns_and_image {
    margin: 0 2em;
  }
}
main.sixth-form .title_two_columns_and_image h2 {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  font-weight: 300;
  color: #363636;
  text-transform: none;
  letter-spacing: 1.5px;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  main.sixth-form .title_two_columns_and_image h2 {
    font-size: 70px;
    line-height: 82px;
    margin-bottom: 1em;
  }
}
main.sixth-form .title_two_columns_and_image h3 {
  color: #DE007B;
  font-family: "Avenir Next W00", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  main.sixth-form .title_two_columns_and_image h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
main.sixth-form .title_two_columns_and_image .column_button {
  position: absolute;
  bottom: 1em;
  min-width: 100px;
}
main.sixth-form .title_two_columns_and_image .col-lg-6 {
  padding-bottom: 4em;
}
@media screen and (min-width: 48em) {
  main.sixth-form .title_two_columns_and_image .col-lg-6:first-child {
    padding-right: 2em;
  }
}
main.sixth-form .title_two_columns_and_image img {
  display: block;
  width: 100%;
}
main.sixth-form .standard_content_plus .content_box {
  box-shadow: 0px 0px 0px 100vw #fff inset;
  position: relative;
  display: block;
  margin: 0;
  padding: 1em;
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus .content_box {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus .content_box {
    margin: 2em;
    padding: 2em;
  }
}
main.sixth-form .standard_content_plus .content_box a:not(.button) {
  color: #DE007B;
  text-decoration: underline;
}
main.sixth-form .standard_content_plus .content_box h2 {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  font-weight: 300;
  color: #363636;
  text-transform: none;
  letter-spacing: 1.5px;
}
main.sixth-form .standard_content_plus .content_box h3 {
  color: #DE007B;
  font-family: "Avenir Next W00", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus .content_box h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
main.sixth-form .standard_content_plus .content_box p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.6px;
}
main.sixth-form .standard_content_plus .content_box p:last-child {
  margin-bottom: 0;
}
main.sixth-form .standard_content_plus .content_box.image_inside .content {
  padding-right: 2em;
}
main.sixth-form .standard_content_plus .content_box.image_inside .content h2 {
  font-family: "Avenir Next W00", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
main.sixth-form .standard_content_plus .content_box.image_inside .img, main.sixth-form .standard_content_plus .content_box.image_inside .content {
  max-width: 50%;
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus .content_box.image_offset .img {
    position: absolute;
    right: -25px;
    bottom: -25px;
    max-width: 30%;
  }
}
main.sixth-form .standard_content_plus .content_box.image_offset .img img {
  display: block;
  width: 160px;
}
@media screen and (min-width: 36em) {
  main.sixth-form .standard_content_plus .content_box.image_offset .img img {
    width: auto;
  }
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus .content_box.image_offset .content {
    padding-right: 30%;
  }
}
main.sixth-form .standard_content_plus .content_box.image_offset .content h2 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 0;
}
@media screen and (min-width: 36em) {
  main.sixth-form .standard_content_plus .content_box.image_offset .content h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
main.sixth-form .standard_content_plus .content_box.image_background {
  overflow: hidden;
  padding-top: 4em;
}
main.sixth-form .standard_content_plus .content_box.image_background .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
main.sixth-form .standard_content_plus .content_box.image_background .content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus .content_box.image_background .content {
    padding-right: 50%;
  }
}
main.sixth-form .standard_content_plus .content_box.image_background .content h2, main.sixth-form .standard_content_plus .content_box.image_background .content h3, main.sixth-form .standard_content_plus .content_box.image_background .content p, main.sixth-form .standard_content_plus .content_box.image_background .content li {
  color: #fff;
}
main.sixth-form .standard_content_plus .content_box.image_background .content h2 {
  font-family: "Avenir Next W00", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
main.sixth-form .standard_content_plus .content_box.white_border {
  border: 10px solid #fff;
  box-sizing: content-box;
  box-shadow: unset;
  margin: 0.5em;
  padding: 1em;
  flex-direction: row;
}
@media screen and (min-width: 36em) {
  main.sixth-form .standard_content_plus .content_box.white_border {
    margin: 0 calc(1.5em + 10px);
    padding: 5em 2em 3em;
  }
}
main.sixth-form .standard_content_plus .content_box.white_border h1, main.sixth-form .standard_content_plus .content_box.white_border h2, main.sixth-form .standard_content_plus .content_box.white_border h3, main.sixth-form .standard_content_plus .content_box.white_border p, main.sixth-form .standard_content_plus .content_box.white_border li {
  color: #fff;
  font-family: "Avenir Next W00", sans-serif;
}
main.sixth-form .standard_content_plus .content_box.white_border h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 100%;
}
main.sixth-form .standard_content_plus .content_box.white_border h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}
main.sixth-form .standard_content_plus .content_box.white_border.image_offset .img {
  bottom: -10px;
  right: -50px;
  max-width: 50%;
}
main.sixth-form .standard_content_plus .content_box.white_border.image_offset .content {
  width: 100%;
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus .content_box.white_border.image_offset .content {
    width: 50%;
    padding: 0;
  }
}
main.sixth-form .standard_content_plus .content_box.red_bg {
  background: #E4352D;
  box-shadow: none;
}
main.sixth-form .standard_content_plus .content_box.red_bg h1, main.sixth-form .standard_content_plus .content_box.red_bg h2, main.sixth-form .standard_content_plus .content_box.red_bg h3, main.sixth-form .standard_content_plus .content_box.red_bg h4, main.sixth-form .standard_content_plus .content_box.red_bg p, main.sixth-form .standard_content_plus .content_box.red_bg li {
  color: white;
}
main.sixth-form .standard_content_plus.display_scrollable {
  margin: 0 0 2em;
}
main.sixth-form .standard_content_plus.display_scrollable .slick-track {
  display: flex;
}
main.sixth-form .standard_content_plus.display_scrollable.has_featured_boxes .slick-next, main.sixth-form .standard_content_plus.display_scrollable.has_featured_boxes .slick-prev {
  bottom: calc(20vw + 2em);
}
main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box {
  margin-bottom: 20vw;
}
main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box .featured_boxes {
  position: absolute;
  top: 100%;
  display: flex;
  left: 0;
  margin-left: -2rem;
}
@media (max-width: 767px) {
  main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box .featured_boxes {
    position: static;
    margin-left: -1rem;
    flex-wrap: wrap;
  }
}
main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box .featured_boxes .box {
  position: relative;
  width: 15vw;
  margin: 2rem;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box .featured_boxes .box {
    width: calc(50% - 1rem);
    margin: 2rem 0 2rem 1rem;
  }
}
main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box .featured_boxes .box a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100;
}
main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box .featured_boxes .box .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 4vw;
  color: white;
}
@media (max-width: 767px) {
  main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box .featured_boxes .box .fa {
    font-size: 40px;
  }
}
main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box .featured_boxes .box span {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  margin-top: -2rem;
  color: white;
  text-transform: uppercase;
  font-size: 1.5vw;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 0 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box .featured_boxes .box span {
    font-size: 14px;
  }
}
main.sixth-form .standard_content_plus.display_scrollable .content_box.has_featured_box .featured_boxes .box:before {
  content: "";
  padding-top: 100%;
  display: block;
}
main.sixth-form .standard_content_plus.display_scrollable .content_box.slick-slide {
  height: inherit;
  padding-bottom: calc(4em + 60px);
}
@media (max-width: 767px) {
  main.sixth-form .standard_content_plus.display_scrollable .content_box.slick-slide {
    padding-bottom: calc(2em + 60px);
    padding-top: 2em;
  }
  main.sixth-form .standard_content_plus.display_scrollable .content_box.slick-slide p {
    font-size: 13px;
    line-height: 18px;
  }
}
main.sixth-form .standard_content_plus.display_scrollable .slick-next, main.sixth-form .standard_content_plus.display_scrollable .slick-prev {
  background: #DE007B;
  font-size: 16px;
  left: 1em;
  bottom: 1em;
  top: unset;
  height: 60px;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus.display_scrollable .slick-next, main.sixth-form .standard_content_plus.display_scrollable .slick-prev {
    left: 4em;
    bottom: 4em;
  }
}
main.sixth-form .standard_content_plus.display_scrollable .slick-next:hover, main.sixth-form .standard_content_plus.display_scrollable .slick-prev:hover {
  background: #FF209B;
}
main.sixth-form .standard_content_plus.display_scrollable .slick-next {
  left: calc(1em + 70px);
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus.display_scrollable .slick-next {
    left: calc(4em + 70px);
  }
}
main.sixth-form .standard_content_plus.display_scrollable .slick-next:before, main.sixth-form .standard_content_plus.display_scrollable .slick-prev:before {
  background-color: transparent;
}
main.sixth-form .standard_content_plus.display_stacked {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus.display_stacked {
    padding: 0 0.5em;
  }
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus.display_stacked .content_box, main.sixth-form .standard_content_plus.display_stacked2 .content_box {
    margin: 0 1.5em;
  }
}
main.sixth-form .standard_content_plus.display_stacked .content_box:not(:first-child), main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child) {
  width: 100%;
  max-width: 480px;
  margin: 1em auto;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus.display_stacked .content_box:not(:first-child), main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child) {
    max-width: 100%;
    margin: 1.5em 0 0 1.5em;
    width: calc(50% - 2.25em);
  }
}
main.sixth-form .standard_content_plus.display_stacked .content_box:not(:first-child).image_inside .content, main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child).image_inside .content {
  padding-right: 0;
}
main.sixth-form .standard_content_plus.display_stacked .content_box:not(:first-child).image_inside .content h2, main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child).image_inside .content h2 {
  text-align: center;
  color: #fff;
  font-family: "Avenir Next W00", sans-serif;
  font-weight: 500;
  position: absolute;
  transform: translateY(-100%);
  margin: -2em 1.5em 0;
  width: calc(100% - 3em);
  left: 0;
}
main.sixth-form .standard_content_plus.display_stacked .content_box:not(:first-child).image_inside .img, main.sixth-form .standard_content_plus.display_stacked .content_box:not(:first-child).image_inside .img img, main.sixth-form .standard_content_plus.display_stacked .content_box:not(:first-child).image_inside .content, main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child).image_inside .img, main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child).image_inside .img img, main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child).image_inside .content {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
main.sixth-form .standard_content_plus.display_stacked .content_box:not(:first-child).image_inside .img, main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child).image_inside .img {
  overflow: hidden;
  position: relative;
}
main.sixth-form .standard_content_plus.display_stacked .content_box:not(:first-child).image_inside .img:before, main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child).image_inside .img:before {
  content: "";
  padding-top: 75%;
  display: block;
}
main.sixth-form .standard_content_plus.display_stacked .content_box:not(:first-child).image_inside .img img, main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child).image_inside .img img {
  height: 110%;
  width: auto;
  max-width: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus.display_stacked .content_box.image_behind .img img, main.sixth-form .standard_content_plus.display_stacked2 .content_box.image_behind .img img {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 80%;
    object-fit: cover;
    min-height: 101%;
  }
}
main.sixth-form .standard_content_plus.display_stacked .content_box.image_behind .content, main.sixth-form .standard_content_plus.display_stacked2 .content_box.image_behind .content {
  background: rgba(255, 255, 255, 0.75);
  position: relative;
  width: 100%;
  padding: 2em 1.5em;
  box-sizing: border-box;
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus.display_stacked .content_box.image_behind .content, main.sixth-form .standard_content_plus.display_stacked2 .content_box.image_behind .content {
    min-width: 483px;
    margin-left: 4em;
    padding: 4em 2em;
    width: 31.35%;
  }
}
@media screen and (min-width: 36em) {
  main.sixth-form .standard_content_plus.display_stacked .content_box.image_behind .content:after, main.sixth-form .standard_content_plus.display_stacked2 .content_box.image_behind .content:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    display: block;
    background: linear-gradient(200deg, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0) 75%);
  }
}
main.sixth-form .standard_content_plus.display_stacked .content_box.image_behind .content h2, main.sixth-form .standard_content_plus.display_stacked2 .content_box.image_behind .content h2 {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  font-weight: 300;
  text-transform: none;
  color: #363636;
  font-size: 40px;
  line-height: 100%;
  margin: 0;
}
@media screen and (min-width: 36em) {
  main.sixth-form .standard_content_plus.display_stacked .content_box.image_behind .content h2, main.sixth-form .standard_content_plus.display_stacked2 .content_box.image_behind .content h2 {
    font-size: 70px;
  }
}
main.sixth-form .standard_content_plus.display_stacked .content_box.image_behind_center, main.sixth-form .standard_content_plus.display_stacked2 .content_box.image_behind_center {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: unset;
}
main.sixth-form .standard_content_plus.display_stacked .content_box.image_behind_center .content, main.sixth-form .standard_content_plus.display_stacked2 .content_box.image_behind_center .content {
  max-width: 600px;
  margin: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
main.sixth-form .standard_content_plus.display_stacked .content_box.image_behind_center .content *, main.sixth-form .standard_content_plus.display_stacked2 .content_box.image_behind_center .content * {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}
main.sixth-form .standard_content_plus.display_stacked2, main.sixth-form .standard_content_plus.display_stacked22 {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  main.sixth-form .standard_content_plus.display_stacked2, main.sixth-form .standard_content_plus.display_stacked22 {
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  main.sixth-form .standard_content_plus.display_stacked2, main.sixth-form .standard_content_plus.display_stacked22 {
    margin-left: -4em;
  }
}
main.sixth-form .standard_content_plus.display_stacked2 .content_box.black_bg .content, main.sixth-form .standard_content_plus.display_stacked22 .content_box.black_bg .content {
  background: rgba(0, 0, 0, 0.6);
}
main.sixth-form .standard_content_plus.display_stacked2 .content_box.black_bg .content h1, main.sixth-form .standard_content_plus.display_stacked2 .content_box.black_bg .content h2, main.sixth-form .standard_content_plus.display_stacked2 .content_box.black_bg .content h3, main.sixth-form .standard_content_plus.display_stacked2 .content_box.black_bg .content p, main.sixth-form .standard_content_plus.display_stacked2 .content_box.black_bg .content li, main.sixth-form .standard_content_plus.display_stacked22 .content_box.black_bg .content h1, main.sixth-form .standard_content_plus.display_stacked22 .content_box.black_bg .content h2, main.sixth-form .standard_content_plus.display_stacked22 .content_box.black_bg .content h3, main.sixth-form .standard_content_plus.display_stacked22 .content_box.black_bg .content p, main.sixth-form .standard_content_plus.display_stacked22 .content_box.black_bg .content li {
  color: white;
}
main.sixth-form .standard_content_plus.display_stacked2 .content_box:first-child, main.sixth-form .standard_content_plus.display_stacked22 .content_box:first-child {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 0;
}
@media screen and (min-width: 64.0625em) {
  main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child), main.sixth-form .standard_content_plus.display_stacked22 .content_box:not(:first-child) {
    width: calc(37% - 2.25em);
  }
}
@media screen and (min-width: 75em) {
  main.sixth-form .standard_content_plus.display_stacked2 .content_box:not(:first-child), main.sixth-form .standard_content_plus.display_stacked22 .content_box:not(:first-child) {
    width: calc(37.5% - 6.75em);
  }
}
@media screen and (min-width: 75em) {
  main.sixth-form .standard_content_plus.display_stacked2 .content_box:nth-child(even), main.sixth-form .standard_content_plus.display_stacked22 .content_box:nth-child(even) {
    margin-left: 6em;
  }
}
main.sixth-form.support_extra_special .standard_content_plus.display_scrollable .slick-next, main.sixth-form.support_extra_special .standard_content_plus.display_scrollable .slick-prev {
  background: white;
}
main.sixth-form.support_extra_special .standard_content_plus.display_scrollable .slick-next:before {
  background-image: url(../assets/src/img/slick_right_red.png);
}
main.sixth-form.support_extra_special .standard_content_plus.display_scrollable .slick-prev:before {
  background-image: url(../assets/src/img/slick_left_red.png);
}
main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.image_inside .img:before {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.image_inside .content {
  position: relative;
  z-index: 10;
}
main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial {
  width: calc(50% - 6.75em);
}
@media (max-width: 1400px) {
  main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial .img:before {
    padding-top: 100%;
  }
}
@media (max-width: 1400px) {
  main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial {
    width: calc(70% - 6.75em);
  }
}
@media (max-width: 768px) {
  main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial {
    width: 100%;
  }
}
@media (max-width: 576px) {
  main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial .img:before {
    padding-top: 150%;
  }
}
main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 6rem;
  box-sizing: border-box;
  z-index: 10;
  max-width: 550px;
}
@media (max-width: 576px) {
  main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial .content {
    padding: 0 2rem;
  }
}
main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial .content p {
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  color: white;
  font-weight: 700;
}
main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial .content p.msomce_berkeley {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 576px) {
  main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial .content p {
    font-size: 20px;
    line-height: 25px;
  }
}
main.sixth-form.support_extra_special .standard_content_plus.display_stacked2 .content_box.testimonial h2 {
  color: rgba(0, 0, 0, 0) !important;
  background-image: url(../assets/src/img/big_quote.png);
  font-size: 0px;
  height: 40px;
  width: 100% !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  position: static;
}
main.sixth-form.support_extra_special .standard_content_plus.dark {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 4rem rgba(0, 0, 0, 0.5);
  margin-top: 2rem;
  margin-bottom: 4rem;
}
main.sixth-form.support_extra_special .standard_content_plus.dark .content_box {
  box-shadow: unset;
}
main.sixth-form.support_extra_special .standard_content_plus.dark .content_box.white_bg {
  background: white;
}
main.sixth-form.support_extra_special .standard_content_plus.dark .content_box.red_bg {
  background: #E4352D;
}
main.sixth-form.support_extra_special .standard_content_plus.dark .content_box:not(:first-child).black_bg {
  background: black;
}
main.sixth-form.support_extra_special .standard_content_plus.dark .content_box:first-child.black_bg .content {
  margin-left: 0;
  padding: 4em 2em 4em 6em;
}
@media (max-width: 767px) {
  main.sixth-form.support_extra_special .standard_content_plus.dark .content_box:first-child.black_bg .content {
    padding: 2em;
  }
}
main.sixth-form .video-embed {
  border: 3px solid #fff;
  width: 100%;
}
@media screen and (min-width: 36em) {
  main.sixth-form .video-embed {
    width: calc(100% - 4em);
    margin: 0 2em 2em;
  }
}
main.sixth-form .plyr .plyr__control {
  background: transparent;
}
main.sixth-form .plyr .plyr__control--overlaid {
  border: transparent;
}
main.sixth-form .plyr .plyr__control--overlaid:before, main.sixth-form .plyr .plyr__control--overlaid:after {
  content: "";
  border: 50px solid transparent;
  border-top-width: 25px;
  border-bottom-width: 25px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
main.sixth-form .plyr .plyr__control--overlaid:before {
  border-left-color: #fff;
  z-index: 2;
}
main.sixth-form .plyr .plyr__control--overlaid:after {
  border-left-color: rgba(20, 20, 20, 0.33);
  z-index: 1;
  transition: all 0.5s;
  margin-top: -23px;
  margin-left: -23px;
}
main.sixth-form .plyr .plyr__control--overlaid svg {
  display: none;
}
main.sixth-form .plyr .plyr__control:hover, main.sixth-form .plyr .plyr__control.plyr__tab-focus {
  background: transparent;
  box-shadow: unset;
}
main.sixth-form .plyr__volume input[type=range], main.sixth-form .plyr--full-ui input[type=range] {
  color: #E4352D;
}
.title_two_columns_and_image + .popupContent.video {
  margin-top: 2em;
}
.popupContent.video {
  padding: 0 1.5em 3em;
}
.popupContent.video .popupContent-container {
  display: flex;
  flex-wrap: wrap;
}
.popupContent.video .popupContent-container .popupContent-container--item {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: calc(50% - 1em);
  flex: 1 1 auto;
  margin: 0 0.5em 1em;
  position: relative;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .popupContent.video .popupContent-container .popupContent-container--item {
    width: calc(33.333% - 1em);
  }
}
@media screen and (min-width: 64.0625em) {
  .popupContent.video .popupContent-container .popupContent-container--item {
    width: calc(20% - 1em);
  }
}
.popupContent.video .popupContent-container .popupContent-container--item .popupContent-container--title {
  z-index: 1;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  color: #fff;
  opacity: 0;
  font-size: 1.5vw;
}
@media (max-width: 1330px) {
  .popupContent.video .popupContent-container .popupContent-container--item .popupContent-container--title {
    font-size: 17px;
  }
}
.popupContent.video .popupContent-container .popupContent-container--item:after {
  content: "";
  background: #DE007B;
  display: block;
  padding-top: 69.53%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.popupContent.video .popupContent-container .popupContent-container--item:hover:after, .popupContent.video .popupContent-container .popupContent-container--item:hover .popupContent-container--title, .popupContent.video .popupContent-container .popupContent-container--item.active:after, .popupContent.video .popupContent-container .popupContent-container--item.active .popupContent-container--title {
  opacity: 1;
}
.popupContent.video .popupContent-container .popupContent-container--item .popup {
  cursor: default;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
  padding: 0;
  background: #fff;
  text-align: left;
  max-height: 0vh;
  max-width: 800px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: all 0.75s;
}
.popupContent.video .popupContent-container .popupContent-container--item .popup h2 {
  font-size: 40px;
  line-height: 52px;
  text-transform: none;
}
@media screen and (min-width: 48em) {
  .popupContent.video .popupContent-container .popupContent-container--item .popup h2 {
    font-size: 70px;
    line-height: 82px;
  }
}
.popupContent.video .popupContent-container .popupContent-container--item .popup h2 strong {
  display: block;
  font-family: "Avenir Next W00", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (min-width: 48em) {
  .popupContent.video .popupContent-container .popupContent-container--item .popup h2 strong {
    font-size: 34px;
    line-height: 40px;
  }
}
.popupContent.video .popupContent-container .popupContent-container--item .popup p {
  font-size: 16px;
  line-height: 24px;
}
.popupContent.video .popupContent-container .popupContent-container--item .popup img {
  display: block;
}
.popupContent.video .popupContent-container .popupContent-container--item.active {
  z-index: 100;
}
.popupContent.video .popupContent-container .popupContent-container--item.active .popupContent-container--title {
  z-index: 0;
}
.popupContent.video .popupContent-container .popupContent-container--item.active .popup {
  max-height: calc(90vh - 35px);
  width: 90vw;
  margin-top: 35px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 64.0625em) {
  .popupContent.video .popupContent-container .popupContent-container--item.active .popup {
    max-height: 90vh;
    margin-top: 0;
  }
}
.popupContent.video .popupContent-container .popupContent-container--item.active .popup .content {
  padding: 2em;
}
@media screen and (min-width: 36em) {
  .popupContent.video .popupContent-container .popupContent-container--item.active .popup .content {
    padding: 4em;
  }
}
.popupContent.video .popupContent-container .popupContent-container--item.active .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #585858;
  width: 1.625em;
  height: 1.625em;
}
.popupContent.video .popupContent-container .popupContent-container--item.active .close:before, .popupContent.video .popupContent-container .popupContent-container--item.active .close:after {
  content: "";
  position: absolute;
  transform-origin: center;
  border-top: 0.125em solid #fff;
  width: 1.1em;
  top: 50%;
  left: 50%;
}
.popupContent.video .popupContent-container .popupContent-container--item.active .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupContent.video .popupContent-container .popupContent-container--item.active .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupContent.video .popupContent-container .popupContent-container--item.active:before {
  content: "";
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(196, 196, 196, 0.7);
  width: 100vw;
  height: 100vh;
}
section.testimonial_and_stats {
  display: flex;
}
@media (max-width: 576px) {
  section.testimonial_and_stats {
    flex-direction: column-reverse;
  }
}
section.testimonial_and_stats .left_column {
  padding: 0 0 0 2rem;
  box-sizing: border-box;
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section.testimonial_and_stats .left_column {
    flex: 1 1 50%;
    padding: 0 1rem;
  }
}
section.testimonial_and_stats .left_column .testimonial_box {
  background: white;
  text-align: center;
  padding: 2rem 4rem;
  flex: 1 1 auto;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  section.testimonial_and_stats .left_column .testimonial_box {
    padding: 2rem;
  }
}
section.testimonial_and_stats .left_column .testimonial_box div {
  margin: auto;
}
section.testimonial_and_stats .left_column .testimonial_box .quotes {
  width: 90px;
}
section.testimonial_and_stats .left_column .testimonial_box p {
  margin: 0;
}
section.testimonial_and_stats .left_column .testimonial_box p:first-of-type {
  color: #E4352D;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1em;
  margin: 1em 0;
}
section.testimonial_and_stats .left_column .testimonial_box p:last-of-type {
  color: #585858;
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  text-transform: uppercase;
  line-height: 120%;
}
section.testimonial_and_stats .left_column .social_box {
  margin-top: auto;
  color: #fff;
  background-color: #E4352D;
  text-align: center;
  padding: 2rem;
}
@media (max-width: 767px) {
  section.testimonial_and_stats .left_column .social_box {
    margin-top: 1rem;
  }
}
section.testimonial_and_stats .left_column .social_box h2 {
  color: inherit;
  font-size: 1.5rem;
}
section.testimonial_and_stats .left_column .social_box .icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
section.testimonial_and_stats .left_column .social_box a {
  color: #fff;
}
section.testimonial_and_stats .left_column .social_box a .fa {
  font-size: 2rem;
  padding: 0 5px;
}
section.testimonial_and_stats .right_column {
  flex: 1 1 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 0 1rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  section.testimonial_and_stats .right_column {
    flex: 1 1 50%;
    display: block;
    padding: 0;
  }
}
section.testimonial_and_stats .right_column .stat {
  text-align: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
section.testimonial_and_stats .right_column .stat p {
  color: white;
  font-size: 1.25vw;
  line-height: 120%;
}
@media (max-width: 1023px) {
  section.testimonial_and_stats .right_column .stat p {
    font-size: 1.75vw;
  }
}
@media (max-width: 767px) {
  section.testimonial_and_stats .right_column .stat p {
    font-size: 14px;
  }
}
section.testimonial_and_stats .right_column .stat p span {
  font-size: 550%;
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
  display: block;
  line-height: 120%;
  margin-bottom: -0.2em;
  letter-spacing: -1px;
}
section.testimonial_and_stats .right_column .stat_1 {
  background: #6caeb1;
  flex: 0 0 auto;
  margin-right: 1rem;
  margin-top: auto;
  margin-bottom: 1rem;
  width: calc(45% - 1rem);
}
@media (max-width: 767px) {
  section.testimonial_and_stats .right_column .stat_1 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.testimonial_and_stats .right_column .stat_1 {
    margin: 0 1rem 1rem;
    width: calc(100% - 2rem);
  }
}
section.testimonial_and_stats .right_column .stat_2 {
  background: #e02721;
  flex: 0 0 auto;
  margin-bottom: 1rem;
  width: 55%;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  section.testimonial_and_stats .right_column .stat_2 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.testimonial_and_stats .right_column .stat_2 {
    margin: 0 1rem 1rem;
    width: calc(100% - 2rem);
  }
}
section.testimonial_and_stats .right_column .stat_3 {
  background: #1588cb;
  flex: 0 0 auto;
  width: 60%;
  margin-left: -5rem;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  section.testimonial_and_stats .right_column .stat_3 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  section.testimonial_and_stats .right_column .stat_3 {
    margin: 0 1rem 1rem;
    width: calc(100% - 2rem);
  }
}
section.testimonial_and_stats .left_column {
  padding: 0;
}
section.testimonial_and_stats .left_column .testimonial_box {
  margin-bottom: 0;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.testimonial_and_stats.support_template .left_column .testimonial_box {
  padding: 2rem;
  text-align: left;
}
section.testimonial_and_stats.support_template .left_column .testimonial_box p:not(:last-child) {
  margin-bottom: 2rem;
}
section.testimonial_and_stats.support_template .stat {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 0px 100vw rgba(0, 0, 0, 0.5) inset;
}
section.testimonial_and_stats.support_template .stat_1 {
  background-color: #e02721;
  flex: 0 0 auto;
  margin-right: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  width: calc(55% - 1rem);
}
@media (max-width: 767px) {
  section.testimonial_and_stats.support_template .stat_1 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.testimonial_and_stats.support_template .stat_1 {
    margin: 0 1rem 1rem;
    width: calc(100% - 2rem);
  }
}
section.testimonial_and_stats.support_template .stat_2 {
  background-color: #e02721;
  flex: 0 0 auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 45%;
  padding: 1rem 2rem;
}
section.testimonial_and_stats.support_template .stat_2 p span {
  font-size: 450%;
}
@media (max-width: 767px) {
  section.testimonial_and_stats.support_template .stat_2 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.testimonial_and_stats.support_template .stat_2 {
    margin: 0 1rem 1rem;
    width: calc(100% - 2rem);
  }
}
section.testimonial_and_stats.support_template .stat_3 {
  background-color: #e02721;
  flex: 0 0 auto;
  width: calc(45% - 1rem);
  margin-left: 0;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}
section.testimonial_and_stats.support_template .stat_3 p span {
  font-size: 400%;
}
@media (max-width: 767px) {
  section.testimonial_and_stats.support_template .stat_3 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  section.testimonial_and_stats.support_template .stat_3 {
    margin: 0 1rem 1rem;
    width: calc(100% - 2rem);
  }
}
section.testimonial_and_stats.support_template .stat_4 {
  background-color: #e02721;
  flex: 0 0 auto;
  width: calc(55% - 2rem);
  margin-left: 1rem;
  margin-right: 2rem;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  section.testimonial_and_stats.support_template .stat_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  section.testimonial_and_stats.support_template .stat_4 {
    margin: 0 1rem 1rem;
    width: calc(100% - 2rem);
  }
}
.spotlight_scroller {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.spotlight_scroller:before {
  content: "";
  padding-top: 56.5%;
  display: block;
}
.spotlight_scroller .slide {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: calc(30% - 1rem);
  height: calc(50% - 0.5rem);
  top: calc(50% + 0.5rem);
  right: -100%;
  transition: all 1s, opacity 1s ease 1s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .spotlight_scroller .slide {
    width: 100%;
  }
}
.spotlight_scroller .slide .content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease 0s;
  padding: 3rem 2rem 0;
  color: white;
  width: 50%;
  max-height: 80%;
  overflow: auto;
}
.spotlight_scroller .slide .content a.button {
  margin: 1rem 0 0;
}
@media (max-width: 480px) {
  .spotlight_scroller .slide .content {
    width: 100%;
    box-sizing: border-box;
  }
}
.spotlight_scroller .slide .content h1, .spotlight_scroller .slide .content h2, .spotlight_scroller .slide .content h3, .spotlight_scroller .slide .content h4, .spotlight_scroller .slide .content p, .spotlight_scroller .slide .content li {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: inherit;
}
.spotlight_scroller .slide .content p, .spotlight_scroller .slide .content li {
  font-size: 16px;
  line-height: 140%;
}
.spotlight_scroller .slide[data-state="-1"] {
  right: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 1s, opacity 1s ease 1s;
}
.spotlight_scroller .slide[data-state="0"] {
  height: 100%;
  right: 30%;
  width: 70%;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 1s;
  z-index: 3;
  box-shadow: 0px 0px 0px 100vw rgba(0, 0, 0, 0.2) inset;
}
@media (max-width: 767px) {
  .spotlight_scroller .slide[data-state="0"] {
    width: 100%;
    right: 0%;
  }
}
.spotlight_scroller .slide[data-state="0"] .content {
  visibility: visible;
  opacity: 1;
  transition: all 1s ease 1s;
}
@media screen and (min-width: 48em) {
  .spotlight_scroller .slide[data-state="1"] {
    top: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transition: all 1s;
  }
}
@media screen and (min-width: 48em) {
  .spotlight_scroller .slide[data-state="2"] {
    right: 2rem;
    width: calc(30% - 3rem);
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: all 1s;
  }
}
.spotlight_scroller .slick-arrow {
  top: auto;
  bottom: 2rem;
  left: 2rem;
  transform: unset;
}
.spotlight_scroller .slick-next {
  right: auto;
  transform: translateX(100%);
}
.msomce_red {
  color: #E4352D;
}
.msomce_rams {
  font-family: "Rams W01", sans-serif;
}
.msomce_avenir {
  font-family: "Avenir Next W00", sans-serif;
}
.msomce_berkeley {
  font-family: "BerkeleyStd", "ITC Berkeley Old Style W01", "Times New Roman", Times, serif;
}
.msomce_fw100 {
  font-weight: 100;
  -webkit-font-smoothing: subpixel-antialiased;
}
.msomce_fw200 {
  font-weight: 200;
}
.msomce_fw300 {
  font-weight: 400;
}
.msomce_fw400 {
  font-weight: 400;
}
.msomce_fw500 {
  font-weight: 500;
}
.msomce_fw600 {
  font-weight: 600;
}
.msomce_fw700 {
  font-weight: 700;
}
.msomce_fw800 {
  font-weight: 800;
}
.msomce_fw900 {
  font-weight: 900;
}
h1 strong {
  display: block;
  font-family: "Avenir Next W00", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}
