.aside__sidebar {
  padding: 4vw;
  background-color: #dddddd;
}
.aside__sidebar h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #041e42;
}
.aside__sidebar ul {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style-type: none;
}
.aside__sidebar li {
  position: relative;
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  background-color: #acbace;
}
.aside__sidebar li:hover {
  background-color: #ccd5e1;
}
.aside__sidebar li::after {
  position: absolute;
  top: 4px;
  right: 8px;
  content: "\f101";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", "FontAwesome";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
}
.aside__sidebar li a {
  display: block;
  padding: 10px 32px 10px 12px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.2;
}
.aside__sidebar li a:hover {
  color: #ffffff;
}
.aside__sidebar li::before {
  display: none;
}
.aside__sidebar .adverts li {
  position: relative;
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  background-color: #b24122;
}
.aside__sidebar .adverts li:hover {
  background-color: #d75430;
}
.aside__sidebar .adverts li::after {
  position: absolute;
  top: 4px;
  right: 8px;
  content: "\f101";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", "FontAwesome";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
}
.aside__sidebar .adverts li a {
  display: block;
  padding: 10px 32px 10px 12px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.2;
}
.aside__sidebar .adverts li a:hover {
  color: #ffffff;
}

.header--single {
  grid-template-areas: "navigation navigation" "logo aside" !important;
}
.header--single::before {
  position: absolute;
  z-index: -1;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: all 0.5s ease;
  transform: skewY(-1.5deg);
  transform-origin: right bottom;
  background-color: #6c9bc6;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
}
.header--single .logo {
  transition: all 1s ease;
}
.scroll--200 .header--single .logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.scroll--200 .header--scroll::before {
  transform: skewY(0);
}

.header__navigation {
  justify-content: flex-start;
  padding-left: 3vw;
  border-bottom: 3px solid #041e42;
}

.navigation__primary--single li li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navigation__primary--single li.d1.expand > a::after {
  content: "\f0d7";
  font-weight: 600;
}
.navigation__primary--single li.expand > a::after {
  content: "\f0da";
  font-weight: 600;
}

.header__aside {
  align-self: center !important;
  justify-content: flex-start;
  width: 400px;
  justify-self: right;
}
.show-mobile-nav .header__aside {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .header__aside {
    width: auto;
  }
}

.social__item {
  margin: 0 0.5rem !important;
  padding: 0.5rem 0 !important;
}
.social__item i {
  color: #ffffff;
  font-size: 2.4rem;
}
.social__item--facebook {
  order: 1;
}
.social__item--instagram {
  order: 1;
}
.social__item--vimeo {
  order: 1;
}
.social__item--search {
  order: 2;
}
.social__item--text {
  order: 3;
  letter-spacing: 0 !important;
  color: #ffffff;
  font-size: 1.5rem !important;
  font-weight: normal !important;
}
.social__item--text span {
  text-decoration: underline !important;
  color: #ffffff;
}
.social__item--html {
  order: 4;
}
.social__item--html li {
  padding: 2px 8px !important;
  color: #041e42 !important;
  border-radius: 3px;
  background-color: #ffffff !important;
  font-size: 1.2rem;
}
.social__item--html li:hover {
  border-radius: 3px 3px 0 0;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.social__item--html li ul {
  background-color: #ffffff !important;
}
.social__item--html li li {
  padding: 5px 8px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.social__item--html li a {
  color: #041e42 !important;
}

.search-form__field {
  padding: 12px 6px !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
}
.search-form__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.search-form__field::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.search-form__button::before {
  color: #ffffff !important;
}

.grid__filters[data-filter-group-name=publishyear] {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.grid__filters[data-filter-group-name=publishyear] .grid__filterlabel {
  display: none;
}

.grid--default .grid__control {
  background-color: #6c9bc6;
}
.grid--default .grid__item {
  border: none;
}
.grid--default .grid__date {
  letter-spacing: 1px;
  color: #6c9bc6;
  font-weight: 600;
}
.grid--default .grid__details {
  padding-bottom: 12%;
}
.grid--default .grid__link::after {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -0.8rem;
  content: "\f061";
  color: rgba(108, 155, 198, 0.5);
  font-family: "Font Awesome 5 Pro", "FontAwesome";
  font-size: 1.6rem;
  font-weight: 900;
}

.section__footer {
  background-color: rgb(45, 78, 123);
}
.section__footer p {
  color: #ffffff;
  font-size: 1.1rem;
}
.section__footer a {
  color: #acceff !important;
}
.section__footer a:hover {
  color: #91afd9;
}
.section__footer .column1 .content {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .section__footer .column1 .content {
    flex-direction: column;
  }
}
.show-mobile-nav .section__footer .column1 .content {
  flex-direction: column;
}

.footer__logo {
  flex: 1 0 auto;
}
.footer__logo img {
  width: 160px !important;
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    position: relative;
    width: 50%;
    margin-bottom: 2em;
  }
}
.footer__details {
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  width: 80%;
}
.footer__byline {
  flex: 1 0 auto;
  width: 100%;
  margin: 0 0 1rem 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.7;
}
.footer__pane {
  flex: 1 1 auto;
  width: 20%;
  min-width: 200px;
  padding-right: 3rem;
}
.footer__pane h4 {
  margin: 0.5rem 0;
  color: #f89c85 !important;
  font-size: 1.2rem;
}

.fc .cal0 .fc-event-dot,
.fc .fc-event.cal0 {
  color: #ffffff !important;
  border-color: #759ac2;
  background-color: #759ac2;
}
.fc .fc-cal0-button {
  color: #ffffff !important;
  background-color: #759ac2;
}

.calendar-event__title--cal0 {
  color: #759ac2 !important;
}

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

@media only screen and (min-width: 767px) {
  .main--single {
    display: grid;
    grid-template-columns: 1fr 25vw;
  }
  .section--single {
    overflow: initial;
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .aside__sidebar {
    grid-column-start: 2;
    grid-row-start: -1;
  }
  .section__footer {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
  }
  .id__home--folder .main--single {
    grid-template-columns: 1fr 25vw;
    grid-template-rows: auto auto min-content;
  }
  .id__home--folder section:nth-child(1) {
    z-index: 2;
    overflow: initial;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
  }
  .id__home--folder section:nth-child(2) {
    overflow: initial;
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .id__home--folder .section__footer {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
  }
  .id__home--folder .aside__sidebar {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .id__20190828105130--folder .main--single {
    grid-template-columns: 1fr 25vw;
    grid-template-rows: auto auto auto min-content;
  }
  .id__20190828105130--folder section:nth-child(1) {
    z-index: 2;
    overflow: initial;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
  }
  .id__20190828105130--folder section:nth-child(2) {
    overflow: initial;
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .id__20190828105130--folder section:nth-child(3) {
    overflow: initial;
    grid-column-start: 1;
    grid-row-start: 3;
  }
  .id__20190828105130--folder .section__footer {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 4;
  }
  .id__20190828105130--folder .aside__sidebar {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: -1;
  }
}
.slider--advanced {
  overflow: hidden;
  transform: skewY(1deg) scale(1.03);
  transform-origin: right;
}
.slider--advanced .rsOverflow {
  transform: skewY(-1deg) translateY(15px);
}

.slanted .content::before {
  position: absolute;
  z-index: -1;
  top: -3vw;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transform: skewY(-1deg);
  transform-origin: right;
}
.slanted .content::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: -3vw;
  left: 0;
  content: "";
  transform: skewY(1deg);
  transform-origin: right;
  background-color: #91afd9;
}

.feature {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.feature > * {
  width: 18%;
  padding: 1% 4%;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    padding: 4vw !important;
  }
  .header__logo img {
    max-width: 100% !important;
  }
  .header__aside {
    padding: 4vw !important;
  }
}
.section--single .advert__skoolbag {
  position: relative;
  display: flex;
  margin: 2rem 0 4rem 0;
  background: rgb(185, 186, 191);
  background: linear-gradient(rgb(224, 227, 229), rgb(180, 181, 186));
}
@media only screen and (max-width: 767px) {
  .section--single .advert__skoolbag {
    flex-direction: column;
  }
}
.section--single .advert__image {
  display: flex;
  background-color: rgb(224, 227, 229);
}
.section--single .advert__image img {
  align-self: flex-end;
  width: 100%;
}
.section--single .advert__text {
  align-self: center;
  padding: 1rem 4rem;
  font-size: 1.8rem;
}
.section--single .advert__text a {
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .section--single .advert__text {
    padding: 1.2rem;
    font-size: 1.3rem;
  }
}
.section--single p.feature {
  color: #2e4462;
  font-weight: bold;
}

.content hr:not(.spacer) {
  height: 1px;
  margin: 30px 0;
  border: 0;
  background: rgba(108, 155, 198, 0.7);
}

.grid__content {
  height: 100%;
}

.grid__item .grid__content {
  flex-direction: column-reverse;
  width: 100%;
  justify-content: stretch;
}
.grid__item .grid__thumbnail {
  display: flex;
  flex-direction: column;
  min-height: auto;
}
.grid__item .grid__details {
  padding: 8%;
  height: 100%;
  background: #041e42;
  background-repeat: no-repeat;
}
.grid__item .grid__details .grid__title {
  color: white;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  font-weight: 600;
  height: 100%;
  position: relative;
  padding-right: 1.8em;
  margin-bottom: 0;
}
.grid__item .grid__details .grid__title::after {
  content: "\f0a9";
  position: absolute;
  right: 0;
  top: 8%;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", "FontAwesome";
  color: #6c9bc6;
}
.grid__item .grid__link::after {
  content: none;
}

.grid[data-columns="1"] .grid__content {
  flex-direction: column-reverse;
}

.grid[data-columns="1"] .grid__items--default .grid__thumbnail {
  max-width: 100%;
}

.grid__items--default .grid__details .grid__date {
  text-align: left;
  margin-top: 0.5rem;
}

