@media only screen and (max-width: 768px) {
  .section.section--single .container {
    grid-template-columns: 2% 1fr 2%;
    -ms-grid-columns: 2% 1fr 2%; } }

.header--single:before, .header--single:after {
  position: absolute;
  z-index: -1;
  content: ' ';
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
  background-color: #0d3b6b; }

.header--single:before {
  top: 50%;
  right: 0;
  bottom: -2vw;
  left: 0; }

.header--single:after {
  top: 50%;
  right: 51%;
  bottom: -4vw;
  left: 0;
  outline: 1vw solid rgba(13, 59, 107, 0.5);
  background-color: rgba(13, 59, 107, 0.8); }

.header--single.hasaside.hasnavigation {
  grid-template-areas: 'aside aside' 'logo navigation';
  -ms-grid-columns: 280px 1fr;
  -ms-grid-rows: 30px 100px; }
  @media only screen and (max-width: 768px) {
    .header--single.hasaside.hasnavigation {
      grid-template-areas: 'aside' 'logo' !important; } }

.header--single .header__logo {
  height: 70px;
  padding: 20px 0 0 30px;
  -ms-grid-row: 2;
  -ms-grid-column: 1; }
  @media only screen and (max-width: 768px) {
    .header--single .header__logo {
      height: 110px; } }
  .header--single .header__logo a {
    position: absolute; }

.header--single .header__aside {
  position: relative;
  z-index: 50;
  width: 100%;
  padding: 5px 20px;
  background-color: #122848;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2; }
  @media only screen and (max-width: 768px) {
    .header--single .header__aside {
      padding: 10px; } }
  .header--single .header__aside .social__item--1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 20px; }
  @media only screen and (max-width: 768px) {
    .header--single .header__aside .social__item {
      position: relative;
      display: inline-block;
      margin: 0 3px; } }
  @media only screen and (max-width: 768px) {
    .header--single .header__aside .social__item--text {
      padding: 5px !important; } }
  @media only screen and (max-width: 768px) {
    .header--single .header__aside .social__item--search {
      padding: 2px !important; } }
  .header--single .header__aside .search-form__button {
    padding: 0 6px; }

.header--single .header__navigation {
  padding: 30px 15px 10px;
  -ms-grid-row: 2;
  -ms-grid-column: 2; }
  .header--single .header__navigation .expandable:after {
    font-weight: 400; }

hr {
  height: 4px;
  border: none;
  background-color: #4ba1d3; }

main .section:first-child .column .content {
  padding-top: 8vw; }

.feature--quote {
  z-index: 10;
  margin-bottom: -6vw; }
  .feature--quote + .section--single {
    padding-top: 6vw; }
  .feature--quote .container {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    -webkit-transform: skewY(-2deg);
            transform: skewY(-2deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
    .feature--quote .container:before, .feature--quote .container:after {
      position: absolute;
      content: ' ';
      outline: 1vw solid rgba(13, 59, 107, 0.5);
      background-color: rgba(13, 59, 107, 0.8); }
    .feature--quote .container:before {
      top: 1vw;
      right: 0;
      bottom: 50%;
      left: 51%; }
    .feature--quote .container:after {
      top: 50%;
      right: 51%;
      bottom: 1vw;
      left: 0; }
    .feature--quote .container .content {
      padding: 6vw 16%; }

.column__navigation a {
  text-decoration: none;
  color: #0d3b6b; }

.column__navigation .depth-0 > li > a {
  margin-bottom: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700; }

.column__navigation .depth-1 a {
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  font-size: 1.4rem; }

.column__navigation .depth-1 .selected > a {
  display: inline-block;
  color: #4ba1d3;
  border-bottom: 2px solid #4ba1d3; }

.column__content .content a {
  text-decoration: none;
  color: #4ba1d3;
  border-bottom: 2px solid #4ba1d3; }

.slider--advanced:before, .slider--advanced:after {
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg); }

.slider--advanced:before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 51%;
  height: 4vw;
  content: ' ';
  outline: 1vw solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.8); }

.slider--advanced:after {
  position: absolute;
  right: 0;
  bottom: -2vw;
  left: 0;
  height: 4vw;
  content: ' ';
  background-color: #ffffff;
  font-size: 5rem; }

.grid--default .grid__items {
  margin-bottom: -2vw; }

.grid--default .grid__link {
  z-index: 1; }

.grid--default .grid__item {
  overflow: hidden;
  margin-bottom: 2vw;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .grid--default .grid__item img {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  .grid--default .grid__item:hover img {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .grid--default .grid__item:hover .grid__details:after {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 1; }
  .grid--default .grid__item--dummy {
    margin: 0; }

.grid--default .grid__details {
  position: absolute;
  bottom: 0;
  padding-right: 10%;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(18, 40, 72, 0.9)), to(rgba(18, 40, 72, 0.3)));
  background: linear-gradient(to right, rgba(18, 40, 72, 0.9) 80%, rgba(18, 40, 72, 0.3)); }
  .grid--default .grid__details:after {
    position: absolute;
    right: 6%;
    content: '\f0a9';
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0.5;
    color: #ffffff;
    font-family: 'Font Awesome 5 Pro', 'FontAwesome';
    font-weight: 700; }

.grid--default .grid__title {
  z-index: 1;
  margin: 0;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3; }

.grid--default .grid__date {
  z-index: 1;
  text-align: left;
  letter-spacing: 1px;
  color: #4ba1d3;
  font-size: 1rem;
  font-weight: 600; }

.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  list-style-type: none; }
  .horizontal-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: calc(100% / 6);
    padding: 3%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .horizontal-list li {
        -ms-flex-preferred-size: 0;
            flex-basis: 0; } }

.scrolldown {
  bottom: 15%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4ba1d3; }
  .scrolldown .fa {
    padding-top: 9px;
    font-size: 33px; }

.fc .cal0 .fc-event-dot,
.fc .fc-event.cal0 {
  color: #ffffff !important;
  border-color: #4ba1d3;
  background-color: #4ba1d3; }

.fc .fc-cal0-button {
  color: #ffffff !important;
  background-color: #4ba1d3; }

.calendar-event__title--cal0 {
  color: #4ba1d3 !important; }

.fc .fc-day-header {
  color: #ffffff;
  background-color: #122848; }

.fc h2 {
  font-weight: 300 !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .expand20 {
    height: 250px !important; } }


