.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: #98a6ba; }
    .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: #9e2d0e; }
    .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;
    -webkit-transform: skewY(-1.5deg);
            transform: skewY(-1.5deg);
    -webkit-transform-origin: right bottom;
            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 {
  -webkit-transform: skewY(0);
          transform: skewY(0); }

.header__navigation {
  -ms-flex-pack: start;
      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 {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 400px;
  -ms-grid-column-align: right;
      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 {
    -ms-flex-order: 1;
        order: 1; }
  .social__item--instagram {
    -ms-flex-order: 1;
        order: 1; }
  .social__item--vimeo {
    -ms-flex-order: 1;
        order: 1; }
  .social__item--search {
    -ms-flex-order: 2;
        order: 2; }
  .social__item--text {
    -ms-flex-order: 3;
        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 {
    -ms-flex-order: 4;
        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::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .search-form__field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .search-form__field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .search-form__field::-ms-input-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'] {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      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: #2d4e7b; }
  .section__footer p {
    color: #ffffff;
    font-size: 1.1rem; }
  .section__footer a {
    color: #acceff !important; }
    .section__footer a:hover {
      color: #86a1c7; }
  .section__footer .column1 .content {
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .section__footer .column1 .content {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .show-mobile-nav .section__footer .column1 .content {
      -ms-flex-direction: column;
          flex-direction: column; }

.footer__logo {
  -ms-flex: 1 0 auto;
      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: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%; }

.footer__byline {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
  margin: 0 0 1rem 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.7; }

.footer__pane {
  -ms-flex: 1 1 auto;
      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: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25vw;
    grid-template-columns: 1fr 25vw; }
  .section--single {
    overflow: initial;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1; }
  .aside__sidebar {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: -1;
        grid-row-start: -1; }
  .section__footer {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: -2;
    grid-column-end: -1;
    -ms-grid-row: 2;
        grid-row-start: 2; }
  .id__home--folder .main--single {
    -ms-grid-columns: 1fr 25vw;
    grid-template-columns: 1fr 25vw;
    -ms-grid-rows: auto auto -webkit-min-content;
    -ms-grid-rows: auto auto min-content;
    grid-template-rows: auto auto -webkit-min-content;
    grid-template-rows: auto auto min-content; }
  .id__home--folder section:nth-child(1) {
    z-index: 2;
    overflow: initial;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: -2;
    grid-column-end: -1;
    -ms-grid-row: 1;
        grid-row-start: 1; }
  .id__home--folder section:nth-child(2) {
    overflow: initial;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2; }
  .id__home--folder .section__footer {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: -2;
    grid-column-end: -1;
    -ms-grid-row: 3;
        grid-row-start: 3; }
  .id__home--folder .aside__sidebar {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2; }
  .id__20190828105130--folder .main--single {
    -ms-grid-columns: 1fr 25vw;
    grid-template-columns: 1fr 25vw;
    -ms-grid-rows: auto auto auto -webkit-min-content;
    -ms-grid-rows: auto auto auto min-content;
    grid-template-rows: auto auto auto -webkit-min-content;
    grid-template-rows: auto auto auto min-content; }
  .id__20190828105130--folder section:nth-child(1) {
    z-index: 2;
    overflow: initial;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: -2;
    grid-column-end: -1;
    -ms-grid-row: 1;
        grid-row-start: 1; }
  .id__20190828105130--folder section:nth-child(2) {
    overflow: initial;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2; }
  .id__20190828105130--folder section:nth-child(3) {
    overflow: initial;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 3;
        grid-row-start: 3; }
  .id__20190828105130--folder .section__footer {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: -2;
    grid-column-end: -1;
    -ms-grid-row: 4;
        grid-row-start: 4; }
  .id__20190828105130--folder .aside__sidebar {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: -3;
    grid-row-end: -1; } }

.slider--advanced {
  overflow: hidden;
  -webkit-transform: skewY(1deg) scale(1.03);
          transform: skewY(1deg) scale(1.03);
  -webkit-transform-origin: right;
          transform-origin: right; }
  .slider--advanced .rsOverflow {
    -webkit-transform: skewY(-1deg) translateY(15px);
            transform: skewY(-1deg) translateY(15px); }

.slanted .content::before {
  position: absolute;
  z-index: -1;
  top: -3vw;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transform: skewY(-1deg);
          transform: skewY(-1deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  background-color: #85a0c6; }

.slanted .content::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: -3vw;
  left: 0;
  content: '';
  -webkit-transform: skewY(1deg);
          transform: skewY(1deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  background-color: #85a0c6; }

.feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      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: -ms-flexbox;
  display: flex;
  margin: 2rem 0 4rem 0;
  background: #b9babf;
  background: linear-gradient(#e0e3e5, #b4b5ba); }
  @media only screen and (max-width: 767px) {
    .section--single .advert__skoolbag {
      -ms-flex-direction: column;
          flex-direction: column; } }

.section--single .advert__image {
  display: -ms-flexbox;
  display: flex;
  background-color: #e0e3e5; }
  .section--single .advert__image img {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%; }

.section--single .advert__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      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 {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  width: 100%;
  -ms-flex-pack: stretch;
      justify-content: stretch; }

.grid__item .grid__thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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; }


