/*!
Theme Name: Dept of School
Author: Digital Noir
Author URI: https://www.digital-noir.com
Version: 1.1
*/
h1, .h1 {
  font-size: 3em;
  line-height: 1.05em;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
}
@media print {
  h1, .h1 {
    font-size: 36pt;
    line-height: 1.25em;
  }
}

h2, .h2 {
  font-size: 2.25em;
  line-height: 1.125em;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 2em;
    line-height: 1.125em;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
}
@media print {
  h2, .h2 {
    font-size: 24pt;
    line-height: 1.25em;
  }
}

h3, .h3 {
  font-size: 1.75em;
  line-height: 1.2em;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
}
@media print {
  h3, .h3 {
    font-size: 18pt;
    line-height: 1.25em;
  }
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 1.125em;
  line-height: 1.22222222em;
}
@media (max-width: 991px) {
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    line-height: 1.11111111em;
  }
}
@media print {
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: 14pt;
    line-height: 1.25em;
  }
}

.bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #f5f5f5;
}

.dn-button {
  background-color: #0c2062;
  border: 1px solid #0c2062;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1.4;
  font-weight: 600;
  padding: 13px 20px;
  transition-property: background-color, color, border-color;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}
.dn-button.button-outline {
  color: #0c2062;
  border-color: #0c2062;
  background-color: transparent;
}
.dn-button.button-square {
  text-align: center;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 20px;
  background-color: #0c2062;
}
.dn-button:hover, .dn-button:active {
  background-color: #0c2062;
  border-color: #0c2062;
  color: #fff;
}

/*
Digital Noir Starter Pack is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 16px;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.entry-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.entry-header h1 {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.2em 0em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: transparent;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  border: 1px solid #ccc;
}

/* 
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
} */
select {
  border: 1px solid #000;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: currentColor;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 270px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
@media screen and (min-width: 1201px) {
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
audio,
video {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

a.post-edit-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 0.5em 1em;
  background: #0c2062;
  opacity: 0.5;
  text-decoration: none;
  color: #fff !important;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
@media (max-width: 991px) {
  .sl-wrapper .sl-close {
    top: 28%;
    right: 10%;
  }
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* Basic form */
fieldset {
  padding: 0;
  border: none;
}

label {
  font-weight: bolder;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
select,
textarea {
  color: #000;
  font-size: 16px;
  appearance: none;
  width: 100%;
  outline: none;
  border: 1px solid #000;
  padding: 10px 15px;
  box-shadow: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.5;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.5;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=url]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.5;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E);
  box-shadow: none;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 5px top 55%;
}
select[multiple=multiple] {
  background: none;
}

textarea {
  resize: none;
  height: 100px;
}

input[type=submit],
button[type=button],
button[type=submit] {
  background-color: #0c2062;
  border: 1px solid #0c2062;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1.4;
  font-weight: 600;
  padding: 13px 20px;
  transition-property: background-color, color, border-color;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:active,
button[type=button]:hover,
button[type=button]:active,
button[type=submit]:hover,
button[type=submit]:active {
  background-color: #0c2062;
  border-color: #0c2062;
  color: #fff;
}

button.burger-trigger {
  width: 34px;
  height: 28px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit !important;
  text-transform: none;
  background-color: transparent !important;
  border: 0 !important;
  margin: 0;
  overflow: visible;
  outline: none;
  position: relative;
  box-shadow: none !important;
  border-radius: 0;
}
button.burger-trigger span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
button.burger-trigger span:before, button.burger-trigger span:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: #000;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  display: block;
  left: 0;
  border-radius: 0.5px;
}
@media (max-width: 1199px) {
  button.burger-trigger span:before, button.burger-trigger span:after {
    transition: all 300ms ease-in-out;
  }
}
button.burger-trigger > span:before {
  top: 0px;
}
button.burger-trigger > span > span:before {
  top: 9px;
}
button.burger-trigger > span > span:after {
  top: 18px;
}
button.burger-trigger.active span:before, button.burger-trigger.active span:after {
  background-color: #000;
}
button.burger-trigger.active > span:before {
  opacity: 0;
  transform: translateX(-100%);
}
button.burger-trigger.active > span:after {
  opacity: 0;
  transform: translateX(100%);
}
button.burger-trigger.active > span > span:before {
  top: 5px;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
button.burger-trigger.active > span > span:after {
  top: -6px;
  transform: translate3d(0, 20px, 0) rotate(-45deg);
}

#masthead {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1438px;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 10;
  background-color: #fff;
  transform: translateX(-50%);
  border-bottom: 1px solid #707070;
}
#masthead .top-bar {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 45px;
  color: #fff;
  background-color: #000;
  padding: 0 50px;
}
@media (max-width: 1200px) {
  #masthead .top-bar {
    display: none;
  }
}
#masthead .top-bar li {
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
}
#masthead .top-bar li:first-child {
  margin-left: 0;
}
#masthead .top-bar li.edi-link {
  margin-left: 100px;
  text-decoration: underline;
  color: #fff;
}
#masthead .top-bar li.email {
  text-decoration: underline;
  color: #fff;
}
#masthead .top-bar li a {
  text-decoration: none;
}
#masthead ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#masthead .logo-menu-bar {
  display: flex;
  height: 145px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 30px 0 30px;
}
@media (max-width: 1200px) {
  #masthead .logo-menu-bar {
    position: relative;
    height: 190px;
  }
}
#masthead .logo-menu-bar .header-background {
  background-color: #fff;
  width: 100vw;
  margin-left: -30px;
  height: 190px;
  z-index: -1;
  display: none;
}
@media (max-width: 1200px) {
  #masthead .logo-menu-bar .header-background {
    display: block;
    z-index: 2;
  }
}
#masthead .logo-menu-bar .menu-burger {
  position: absolute;
  top: 25px;
  left: 100px;
  z-index: 3;
}
@media (max-width: 991px) {
  #masthead .logo-menu-bar .menu-burger {
    top: 15px;
    left: 25px;
  }
}
#masthead .logo-menu-bar .logo {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #masthead .logo-menu-bar .logo {
    position: absolute;
    top: 30px;
    right: 100px;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  #masthead .logo-menu-bar .logo {
    right: 25px;
    top: 15px;
  }
}
#masthead .logo-menu-bar .logo img {
  max-height: 100px;
  max-width: 160px;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  #masthead .logo-menu-bar .logo img {
    max-width: 100px;
    max-height: 60px;
    width: auto;
    height: auto;
  }
}
#masthead .logo-menu-bar .sa-logo {
  margin-bottom: 11px;
}
@media (max-width: 1200px) {
  #masthead .logo-menu-bar .sa-logo {
    display: none;
  }
}
#masthead .logo-menu-bar .sa-logo svg {
  width: 130px;
  height: auto;
}
#masthead .logo-menu-bar .title--search-desktop {
  z-index: 3;
  display: none;
}
@media (max-width: 1200px) {
  #masthead .logo-menu-bar .title--search-desktop {
    display: flex;
  }
}
#masthead .logo-menu-bar .title--search-desktop .mobile-school-title {
  display: none;
}
@media (max-width: 1200px) {
  #masthead .logo-menu-bar .title--search-desktop .mobile-school-title {
    position: absolute;
    top: 65px;
    left: 100px;
    display: block;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #masthead .logo-menu-bar .title--search-desktop .mobile-school-title {
    left: 20px;
    width: 50%;
  }
}
#masthead .logo-menu-bar .title--search-desktop .form-container {
  display: none;
}
@media (max-width: 1200px) {
  #masthead .logo-menu-bar .title--search-desktop .form-container {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 100px;
    top: 100px;
  }
}
@media (max-width: 991px) {
  #masthead .logo-menu-bar .title--search-desktop .form-container {
    top: 125px;
    right: 25px;
  }
}
#masthead .logo-menu-bar .title--search-desktop .form-container form {
  display: flex;
}
#masthead .logo-menu-bar .title--search-desktop .form-container form button[type=submit] {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#masthead .logo-menu-bar .main-menu {
  z-index: 2;
}
@media (max-width: 1200px) {
  #masthead .logo-menu-bar .main-menu {
    margin-left: -51px;
    z-index: 1;
  }
}
#masthead .logo-menu-bar .main-menu .search {
  margin-bottom: 10px;
}
#masthead .logo-menu-bar .main-menu .form-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  #masthead .logo-menu-bar .main-menu .form-container {
    position: absolute;
    left: 100px;
    top: 100px;
  }
}
@media (max-width: 991px) {
  #masthead .logo-menu-bar .main-menu .form-container {
    left: 25px;
  }
}
#masthead .logo-menu-bar .main-menu .form-container form {
  display: flex;
}
#masthead .logo-menu-bar .main-menu .form-container form button[type=submit] {
  background-color: var(--secondary-color);
  border-color: #000;
  color: #fff;
}

#main-menu {
  display: block;
}
@media (max-width: 1200px) {
  #main-menu {
    display: none;
  }
}
#main-menu ul.menu {
  display: flex;
}
#main-menu ul.menu > li {
  position: relative;
  white-space: nowrap;
}
#main-menu ul.menu > li .submenu {
  position: absolute;
  left: -99999em;
  top: 100%;
  min-width: fit-content;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
}
#main-menu ul.menu > li .submenu ul {
  flex: 1;
}
#main-menu ul.menu > li .submenu.two-column {
  display: grid;
  grid-gap: 0;
  list-style: none;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  max-width: none;
  width: auto;
}
#main-menu ul.menu > li .submenu a {
  font-size: 16px;
  line-height: 1.3;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  white-space: wrap;
  width: 200px;
}
#main-menu ul.menu > li .submenu a:hover, #main-menu ul.menu > li .submenu a:active, #main-menu ul.menu > li .submenu a:focus {
  text-decoration: underline;
  background-color: #F3F2F2;
}
#main-menu ul.menu > li.hover .anchor, #main-menu ul.menu > li:hover .anchor, #main-menu ul.menu > li:active .anchor, #main-menu ul.menu > li:focus .anchor {
  background-color: #F3F2F2;
  border-color: var(--secondary-color);
}
#main-menu ul.menu > li.hover .submenu, #main-menu ul.menu > li:hover .submenu, #main-menu ul.menu > li:active .submenu, #main-menu ul.menu > li:focus .submenu {
  left: 0;
}
#main-menu ul.menu svg {
  display: inline-block;
  margin-left: 10px;
}
#main-menu ul.menu .anchor {
  font-size: 20px;
  padding: 15px 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 5px solid;
  border-color: transparent;
}

#mobile-menu:not(.open) {
  transform: translateY(calc(-100% - 190px));
}
@media (max-width: 1200px) {
  #mobile-menu {
    display: block;
    transform: translateY(0%);
    width: 100vw;
    max-height: calc(100dvh - 190px);
    transition: ease-in-out 0.4s;
    color: #fff;
    background-color: #000;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: auto;
  }
}
#mobile-menu ul.menu-mobile {
  display: block;
}
#mobile-menu ul.menu-mobile > li.mobile {
  position: relative;
  width: 100%;
}
#mobile-menu ul.menu-mobile > li.mobile .submenu {
  display: none;
  width: 100%;
  background-color: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #fff;
}
#mobile-menu ul.menu-mobile > li.mobile .submenu a {
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 100px;
  text-decoration: none;
  display: block;
}
@media (max-width: 991px) {
  #mobile-menu ul.menu-mobile > li.mobile .submenu a {
    padding: 8px 35px;
  }
}
#mobile-menu ul.menu-mobile > li.mobile .submenu a:hover, #mobile-menu ul.menu-mobile > li.mobile .submenu a:active, #mobile-menu ul.menu-mobile > li.mobile .submenu a:focus {
  text-decoration: underline;
  background-color: #3E3E3E;
}
#mobile-menu ul.menu-mobile > li.mobile .submenu.expand {
  display: block;
  overflow: scroll;
  max-height: 200px;
}
#mobile-menu ul.menu-mobile > li.mobile .submenu.expand::-webkit-scrollbar {
  display: none;
}
#mobile-menu ul.menu-mobile > li.mobile.hover .anchor, #mobile-menu ul.menu-mobile > li.mobile:hover .anchor, #mobile-menu ul.menu-mobile > li.mobile:active .anchor, #mobile-menu ul.menu-mobile > li.mobile:focus .anchor {
  background-color: #3E3E3E;
}
#mobile-menu ul.menu-mobile svg {
  display: inline-block;
  position: absolute;
  right: 100px;
  top: 15px;
}
@media (max-width: 991px) {
  #mobile-menu ul.menu-mobile svg {
    right: 35px;
  }
}
#mobile-menu ul.menu-mobile .anchor {
  font-size: 16px;
  padding: 10px 100px;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 5px solid;
  border-color: transparent;
}
@media (max-width: 991px) {
  #mobile-menu ul.menu-mobile .anchor {
    padding: 10px 25px;
  }
}

button.burger-trigger {
  width: 34px;
  height: 28px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit !important;
  text-transform: none;
  background-color: transparent !important;
  border: 0 !important;
  margin: 0;
  overflow: visible;
  outline: none;
  position: relative;
  box-shadow: none !important;
  border-radius: 0;
}
button.burger-trigger span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
button.burger-trigger span:before, button.burger-trigger span:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: #000;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  display: block;
  left: 0;
  border-radius: 0.5px;
}
@media (max-width: 1199px) {
  button.burger-trigger span:before, button.burger-trigger span:after {
    transition: all 300ms ease-in-out;
  }
}
button.burger-trigger > span:before {
  top: 0px;
}
button.burger-trigger > span > span:before {
  top: 9px;
}
button.burger-trigger > span > span:after {
  top: 18px;
}
button.burger-trigger.active span:before, button.burger-trigger.active span:after {
  background-color: #000;
}
button.burger-trigger.active > span:before {
  opacity: 0;
  transform: translateX(-100%);
}
button.burger-trigger.active > span:after {
  opacity: 0;
  transform: translateX(100%);
}
button.burger-trigger.active > span > span:before {
  top: 5px;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
button.burger-trigger.active > span > span:after {
  top: -6px;
  transform: translate3d(0, 20px, 0) rotate(-45deg);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.school-zones {
  margin-bottom: 50px;
}

.space-container {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .space-container {
    padding-left: 28px;
    padding-right: 28px;
  }
}

body.home {
  overflow-x: hidden;
}
body.home .icon {
  --primary-color: var(--secondary-color);
}
body.home #masthead .logo-menu-bar .main-menus .form-container {
  display: none;
}
@media (max-width: 1200px) {
  body.home #masthead .logo-menu-bar .main-menus .form-container {
    display: flex;
  }
}
body.home .logo-menu-bar .title--search-desktop {
  display: none;
}
@media (max-width: 1200px) {
  body.home .logo-menu-bar .title--search-desktop {
    display: flex;
  }
}
body.home .logo-menu-bar .main-menu .search {
  display: none;
}
body.home .sq-link:hover svg path.fill-light, body.home .sq-link:hover svg path.fill-dark {
  fill: #fff;
}

.home.--basic header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home.--basic header .school-hero {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 450px;
  overflow: hidden;
  border-bottom: 50px solid var(--primary-color);
  z-index: 2;
}
@media (max-width: 1200px) {
  .home.--basic header .school-hero {
    border-bottom: none;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .home.--basic header .school-hero {
    height: 250px;
  }
}
.home.--basic header .school-hero .hero-image {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home.--basic header .school-hero .hero-image img {
  height: 100%;
}
@media (max-width: 991px) {
  .home.--basic header .school-hero .hero-image img {
    min-height: 100%;
    max-width: none;
  }
}
.home.--basic header .school-hero .hero-image iframe,
.home.--basic header .school-hero .hero-image video {
  position: relative;
  object-fit: cover;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.home.--basic header .title--search {
  display: flex;
  justify-content: space-between;
  width: 80%;
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .home.--basic header .title--search {
    display: none;
  }
}
.home.--basic header .title--search .home-title {
  font-size: 46px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 25px;
  /* padding: 10px 25px; */
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home.--basic header .title--search .search--home {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 25px;
}
.home.--basic header .title--search .search--home form {
  display: flex !important;
}
.home.--basic .space-container.--home {
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .home.--basic .space-container.--home {
    padding-top: 30px;
  }
}
.home.--basic .space-container.--home .entry-content {
  margin-bottom: 30px;
}
.home.--basic .space-container.--home .entry-content .intro-content .wysiwyg-home {
  margin-bottom: 30px;
}
.home.--basic .space-container.--home .entry-content .intro-content .about-our-school {
  border: 3px solid #000;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 500;
}
.home.--basic .space-container.--home .content-area .enrolment-outer {
  width: 100vw;
  max-width: 1440px;
  margin-left: -100px;
  padding: 50px 60px;
  background-color: var(--primary-color);
}
@media (max-width: 991px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer {
    width: 100dvw;
    min-width: 100%;
    margin-left: -28px;
    padding: 50px 30px;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box {
  display: grid;
  grid-template-columns: 3fr 2fr;
  margin: auto;
  padding: 40px;
  background-color: #fff;
  border-bottom: 10px solid var(--secondary-color);
}
@media (max-width: 991px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box {
    display: block;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side {
  display: block;
  border-right: 3px solid #000;
  padding-bottom: 25px;
}
@media (max-width: 1200px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side {
    border-right: none;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic {
  display: flex;
  justify-content: space-between;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic {
    flex-direction: column;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic {
    margin-right: 0;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic .sq-link {
  width: 200px;
  height: 200px;
  border: 3px solid #000;
  border-radius: 1px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  text-decoration: none;
}
@media (max-width: 1300px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic .sq-link {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1200px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic .sq-link {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic .sq-link .link-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-bottom: 15px;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic .sq-link .link-text {
    margin-bottom: 0;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic .sq-link .icon {
  width: 85px;
  height: 85px;
}
@media (max-width: 1200px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic .sq-link .icon {
    width: 70px;
    height: 70px;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .left-side .links-promo-basic .sq-link .icon svg {
  width: 100%;
  height: 100%;
  fill: var(--secondary-color);
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side {
  display: flex;
  margin-left: 30px;
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side > *:only-child {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side {
    margin-left: 15px;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side {
    margin-left: 0;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .text-promo,
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .image-promo {
  width: 48%;
}
@media (max-width: 1200px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .text-promo,
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .image-promo {
    width: 100%;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .text-promo {
  padding-right: 15px;
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .text-promo .subheading {
  font-size: 22px;
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .text-promo .para {
  font-size: 16px;
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .text-promo .page-link {
  border: 3px solid #000;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  background-color: #fff;
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .text-promo .page-link:hover {
  background-color: #000;
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .image-promo-under {
  display: block;
  max-height: 285px;
  max-width: 230px;
  height: 100%;
  width: 100%;
  margin: auto;
}
@media (max-width: 1200px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .image-promo-under {
    max-width: 300px;
    margin: 25px auto;
  }
}
@media (max-width: 991px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .image-promo-under {
    display: none;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .image-promo-under img {
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .image-promo-head {
  display: none;
  max-width: 400px;
  height: 100%;
  width: 100%;
  margin: auto 0;
}
@media (max-width: 991px) {
  .home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .image-promo-head {
    display: block;
  }
}
.home.--basic .space-container.--home .content-area .enrolment-outer .enrolment-box .right-side .image-promo-head img {
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}
.home.--basic .space-container.--home .content-area .ack-country {
  margin-left: -100px;
  margin-right: -100px;
  padding: 50px 100px;
  padding-bottom: 85px;
  background-color: rgba(227, 227, 227, 0.3);
  position: relative;
}
.home.--basic .space-container.--home .content-area .ack-country:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0;
  left: 0;
  background: url(img/aboriginal-background.jpg) no-repeat center/cover;
}
@media (max-width: 991px) {
  .home.--basic .space-container.--home .content-area .ack-country {
    margin-left: -28px;
    margin-right: -28px;
    padding: 50px 28px;
    padding-bottom: 85px;
  }
}

.home.--full header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home.--full header .school-hero {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 450px;
  overflow: hidden;
  border-bottom: 50px solid var(--primary-color);
  z-index: 2;
}
@media (max-width: 1200px) {
  .home.--full header .school-hero {
    border-bottom: none;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .home.--full header .school-hero {
    height: 250px;
  }
}
.home.--full header .school-hero .hero-image {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home.--full header .school-hero .hero-image img {
  height: 100%;
}
@media (max-width: 991px) {
  .home.--full header .school-hero .hero-image img {
    min-height: 100%;
    max-width: none;
  }
}
.home.--full header .school-hero .hero-image iframe,
.home.--full header .school-hero .hero-image video {
  object-fit: cover;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home.--full header .title--search {
  display: flex;
  justify-content: space-between;
  width: 80%;
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .home.--full header .title--search {
    display: none;
  }
}
.home.--full header .title--search .home-title {
  font-size: 46px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 25px;
  /* padding: 10px 25px; */
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home.--full header .title--search .search--home {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 25px;
}
.home.--full header .title--search .search--home form {
  display: flex !important;
}
.home.--full .space-container.--home .entry-content {
  margin-bottom: 0;
}
.home.--full .space-container.--home .entry-content .intro-content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .home.--full .space-container.--home .entry-content .intro-content {
    display: block;
  }
}
.home.--full .space-container.--home .entry-content .intro-content .wysiwyg-home {
  margin-bottom: 30px;
}
.home.--full .space-container.--home .entry-content .intro-content .about-our-school {
  display: inline-block;
  border: 3px solid #000;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 500;
}
.home.--full .space-container.--home .entry-content .intro-content .left-side {
  padding-top: 50px;
  padding-right: 15px;
  padding-bottom: 30px;
  border-right: 1px solid #C2C0C0;
}
@media (max-width: 1300px) {
  .home.--full .space-container.--home .entry-content .intro-content .left-side {
    padding-top: 30px;
    border-right: none;
    padding-right: 0;
  }
}
.home.--full .space-container.--home .entry-content .intro-content .right-side {
  padding: 50px 15px;
  margin-right: -100px;
  background-color: #F5F5F5;
}
@media (max-width: 1300px) {
  .home.--full .space-container.--home .entry-content .intro-content .right-side {
    margin-left: -100px;
    padding: 50px 100px;
    margin-right: 0;
    width: 100vw;
  }
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .entry-content .intro-content .right-side {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .entry-content .intro-content .right-side {
    margin-left: -28px;
    padding: 30px 28px;
  }
}
.home.--full .space-container.--home .entry-content .intro-content .right-side .top-panel {
  border-bottom: 2px solid #C2C0C0;
  padding-right: 100px;
  padding-bottom: 30px;
}
.home.--full .space-container.--home .entry-content .intro-content .right-side .top-panel .page-link {
  border: 3px solid #000;
  margin-top: 15px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  background-color: #fff;
}
.home.--full .space-container.--home .entry-content .intro-content .right-side .top-panel .page-link:hover {
  background-color: #000;
}
.home.--full .space-container.--home .entry-content .intro-content .right-side .bot-panel {
  padding-top: 30px;
}
.home.--full .space-container.--home .entry-content .intro-content .right-side .bot-panel .page-link {
  border: 3px solid #000;
  padding: 10px 15px;
  margin-top: 15px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  background-color: #fff;
}
.home.--full .space-container.--home .entry-content .intro-content .right-side .bot-panel .page-link:hover {
  background-color: #000;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop {
  width: 100vw;
  max-width: 1440px;
  margin-left: -100px;
  padding: 50px 60px;
  background-color: var(--primary-color);
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop {
    display: none;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo {
  display: grid;
  grid-template-columns: 3fr 2fr;
  column-gap: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo {
    column-gap: 30px;
  }
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo {
    display: block;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side {
  display: block;
  padding-bottom: 25px;
  padding: 40px;
  background-color: #fff;
  border-bottom: 10px solid var(--secondary-color);
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side {
    border-right: none;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo > *:only-child {
  grid-column: span 2;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo {
    display: block;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo .content {
  padding-right: 15px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo .content .subheading {
  font-size: 22px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo .content .image-promo {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo .content .image-promo {
    display: block;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo .content .image-promo img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo .content .para {
  font-size: 14px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo .content .page-link {
  border: 3px solid #000;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo .image-promo {
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  display: block;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo .image-promo {
    display: none;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .promo .image-promo img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic {
  display: flex;
  justify-content: space-between;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic {
    flex-direction: column;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic {
    margin-right: 0;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic .sq-link {
  width: 200px;
  height: 200px;
  border: 3px solid #000;
  border-radius: 1px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  text-decoration: none;
}
@media (max-width: 1300px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic .sq-link {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic .sq-link {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic .sq-link .link-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-bottom: 15px;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic .sq-link .link-text {
    margin-bottom: 0;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic .sq-link .icon {
  width: 85px;
  height: 85px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic .sq-link .icon {
    width: 70px;
    height: 70px;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .left-side .links-promo-basic .sq-link .icon svg {
  width: 100%;
  height: 100%;
  fill: var(--secondary-color);
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side {
  display: flex;
  padding: 40px 15px 40px 40px;
  background-color: #fff;
  border-bottom: 10px solid var(--secondary-color);
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side {
    margin-left: 15px;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side {
    margin-left: 0;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding-right: 15px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo > *:only-child {
  grid-column: span 2;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .content {
  padding-right: 15px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .content .subheading {
  font-size: 22px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .content .image-promo {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .content .image-promo {
    display: block;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .content .image-promo img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .content .para {
  font-size: 14px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .content .page-link {
  border: 3px solid #000;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  background-color: #fff;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .content .page-link:hover {
  background-color: #000;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .image-promo {
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  display: block;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .image-promo {
    display: none;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .top-row-promo .right-side .promo .image-promo img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo {
  background-color: #fff;
  border-bottom: 10px solid var(--secondary-color);
  display: grid;
  grid-template-columns: 3fr 2fr;
  padding: 40px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo {
    display: block;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns {
  border-right: 3px solid #000;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns {
    border-right: none;
    padding-right: 0;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full {
    display: block;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full .sq-link {
  width: 200px;
  height: 200px;
  border: 3px solid #000;
  border-radius: 1px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  text-decoration: none;
}
@media (max-width: 1300px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full .sq-link {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full .sq-link {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full .sq-link .link-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-bottom: 15px;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full .sq-link .link-text {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full .sq-link .link-text {
    font-size: 16px;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full .sq-link .icon {
  width: 85px;
  height: 85px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full .sq-link .icon {
    width: 70px;
    height: 70px;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .our-school-btns .links-promo-full .sq-link .icon svg {
  width: 100%;
  height: 100%;
  fill: var(--secondary-color);
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns {
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns {
    padding-left: 0;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full {
    display: block;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full .sq-link {
  width: 200px;
  height: 200px;
  border: 3px solid #000;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  text-decoration: none;
}
@media (max-width: 1300px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full .sq-link {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full .sq-link {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full .sq-link .link-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-bottom: 15px;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full .sq-link .link-text {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full .sq-link .link-text {
    font-size: 16px;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full .sq-link .icon {
  width: 85px;
  height: 85px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full .sq-link .icon {
    width: 70px;
    height: 70px;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.desktop .bottom-row-promo .parents-btns .links-promo-full .sq-link .icon svg {
  width: 100%;
  height: 100%;
  fill: var(--secondary-color);
}
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile {
  display: none;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile {
    display: block;
    width: 100dvw;
    width: 100vw;
    min-width: 100%;
    margin-left: -28px;
    padding: 50px 30px;
    padding-right: 46px;
    background-color: var(--primary-color);
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner {
  background-color: #fff;
  padding: 40px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .promo {
  margin-bottom: 30px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .promo .content .image-promo {
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 15px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .promo .content .page-link {
  border: 3px solid #000;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
}
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .our-school-btns .links-promo-full,
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .parents-btns .links-promo-full {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .our-school-btns .links-promo-full,
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .parents-btns .links-promo-full {
    display: block;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .our-school-btns .links-promo-full .sq-link,
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .parents-btns .links-promo-full .sq-link {
  width: 200px;
  height: 200px;
  border: 3px solid #000;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  text-decoration: none;
}
@media (max-width: 1300px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .our-school-btns .links-promo-full .sq-link,
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .parents-btns .links-promo-full .sq-link {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .our-school-btns .links-promo-full .sq-link,
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .parents-btns .links-promo-full .sq-link {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .our-school-btns .links-promo-full .sq-link .link-text,
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .parents-btns .links-promo-full .sq-link .link-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #000;
  margin-bottom: 15px;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .our-school-btns .links-promo-full .sq-link .link-text,
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .parents-btns .links-promo-full .sq-link .link-text {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .our-school-btns .links-promo-full .sq-link .icon,
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .parents-btns .links-promo-full .sq-link .icon {
  width: 85px;
  height: 85px;
}
@media (max-width: 1200px) {
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .our-school-btns .links-promo-full .sq-link .icon,
  .home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .parents-btns .links-promo-full .sq-link .icon {
    width: 70px;
    height: 70px;
  }
}
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .our-school-btns .links-promo-full .sq-link .icon svg,
.home.--full .space-container.--home .content-area .content-highlight-outer.mobile .content-highlight-inner .parents-btns .links-promo-full .sq-link .icon svg {
  width: 100%;
  height: 100%;
  fill: var(--secondary-color);
}
.home.--full .space-container.--home .content-area .swiper {
  width: 100%;
  max-width: 1440px;
  margin: 75px 0;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .swiper {
    padding-bottom: 100px;
  }
}
.home.--full .space-container.--home .content-area .swiper .swiper-button-next,
.home.--full .space-container.--home .content-area .swiper .swiper-button-prev {
  color: #7E7E7E;
  background-color: rgba(255, 255, 255, 0.84);
  height: 310px;
  width: 12.5%;
  top: 22px;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .swiper .swiper-button-next,
  .home.--full .space-container.--home .content-area .swiper .swiper-button-prev {
    height: 120px;
    width: 50px;
    top: 45%;
    transform: translateY(-50%);
  }
}
.home.--full .space-container.--home .content-area .swiper .swiper-button-next {
  right: 0;
}
.home.--full .space-container.--home .content-area .swiper .swiper-button-prev {
  left: 0;
}
.home.--full .space-container.--home .content-area .swiper .swiper-pagination {
  position: absolute;
  bottom: 100px;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .swiper .swiper-pagination {
    bottom: 60px;
  }
}
.home.--full .space-container.--home .content-area .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  background: transparent;
  opacity: 1;
}
.home.--full .space-container.--home .content-area .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.home.--full .space-container.--home .content-area .swiper .swiper-wrapper {
  display: flex;
  height: 310px;
  width: 100%;
  overflow: visible;
  align-items: center;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .swiper .swiper-wrapper {
    margin-left: 0;
  }
}
.home.--full .space-container.--home .content-area .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  min-height: 100%;
}
.home.--full .space-container.--home .content-area .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  min-width: 360px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
.home.--full .space-container.--home .content-area .swiper .photo-gallery {
  border: 3px solid #000;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 500;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .swiper .photo-gallery {
    bottom: 0;
    padding: 10px 50px;
    white-space: nowrap;
  }
}
.home.--full .space-container.--home .content-area .swiper .photo-gallery:hover {
  background-color: #000;
  color: #fff;
}
.home.--full .space-container.--home .content-area .ack-country {
  margin-left: -100px;
  margin-right: -100px;
  padding: 50px 100px;
  padding-bottom: 85px;
  background-color: rgba(227, 227, 227, 0.3);
  position: relative;
}
.home.--full .space-container.--home .content-area .ack-country:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0;
  left: 0;
  background: url(img/aboriginal-background.jpg) no-repeat center/cover;
}
@media (max-width: 991px) {
  .home.--full .space-container.--home .content-area .ack-country {
    margin-left: -28px;
    margin-right: -28px;
    padding: 50px 28px;
    padding-bottom: 85px;
  }
}

.search--home .form-container form button[type=submit] {
  background-color: var(--secondary-color);
  border-color: #000;
  color: #fff;
}

/**
    Happy Developing! 
*/
p a {
  color: #100291;
}

.page-content-wrapper {
  font-size: 1.125em;
  line-height: 1.67;
}

.site-footer {
  font-size: 1.125em;
  line-height: 1.5;
}

ul ul, ol ul {
  list-style: circle;
  margin: 0;
}

h1 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 39px;
  }
}

h2 {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
}

h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 14px;
  }
}

.page-link:hover,
.about-our-school:hover,
.sq-link:hover {
  background-color: #000;
  color: #fff;
}

.sq-link:hover {
  border: none !important;
}
.sq-link:hover .link-text {
  color: #fff !important;
}
.sq-link:hover svg {
  --primary-color: #fff ;
}

.search-submit {
  padding: 0px !important;
}
.search-submit span {
  display: inline-flex;
  padding: 5px;
}

.space-container.search {
  padding-top: 50px;
}
.space-container.search .search-heading {
  font-size: 46px;
  line-height: 60px;
  font-weight: 600;
  border-bottom: 2px solid;
  border-color: var(--primary-color);
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .space-container.search .search-heading {
    font-size: 30px;
    line-height: 39px;
  }
}

.search-results-archive {
  min-height: 100vh;
  margin-top: 30px;
  padding-bottom: 50px;
}
.search-results-archive .result {
  border-bottom: 1px solid #707070;
  padding: 30px 0;
}
.search-results-archive .result .page-link {
  border: 3px solid #000;
  margin-top: 15px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}
.search-results-archive .result .subheading a {
  text-decoration: none;
}
.search-results-archive .result .excerpt p {
  margin-bottom: 0;
}

.page-wrapper {
  background-color: #fff;
  min-height: 100vh;
}
@media (min-width: 1440px) {
  .page-wrapper {
    box-shadow: 0 0 0px 1px rgba(112, 112, 112, 0.7);
  }
}

#page-content {
  padding-top: 190px;
  min-height: 100vh;
}

.main-content:not(.has-hero) {
  padding-top: 50px;
}

.page-title {
  border-bottom: 2px solid;
  border-color: var(--primary-color);
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.page-title.no-img {
  padding-top: 50px;
}

.banner-bg {
  width: 100vw;
  margin-left: -100px;
  max-width: 1440px;
  height: 420px;
  overflow: hidden;
  margin-bottom: 35px;
}
.banner-bg.no-margin {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .banner-bg {
    margin-left: -28px;
    width: 100vw;
    max-height: 350px;
  }
  .banner-bg img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.banner-bg iframe,
.banner-bg video {
  position: relative;
  object-fit: cover;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.intro-content, .additional-content {
  margin-bottom: 30px;
}
.intro-content .para a, .additional-content .para a {
  display: inline-block;
}
.intro-content p, .additional-content p {
  margin-bottom: 15px;
}
.intro-content p a, .additional-content p a {
  color: #100291;
}
.intro-content ol li a, .intro-content ul li a, .additional-content ol li a, .additional-content ul li a {
  color: #100291;
}
.intro-content, .additional-content {
  /* ul {

      li {
          font-family: 'Lato', sans-serif;
          font-size: 16px;
      }
  } */
}

.enrolments {
  width: 100vw;
  margin-left: -100px;
  padding: 30px 100px;
  max-width: 1440px;
  background-color: #EFEFEF;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .enrolments {
    margin-left: -28px;
    padding: 30px 28px;
  }
}
.enrolments .para {
  margin-bottom: 0px;
}

.vision, .values, .facilities {
  margin-bottom: 30px;
}

.facilities {
  display: flex;
}
@media (max-width: 991px) {
  .facilities {
    display: block;
  }
}
.facilities .inner-text {
  width: 66%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .facilities .inner-text {
    width: 100%;
  }
}
.facilities .img-facilities {
  width: 34%;
}
@media (max-width: 991px) {
  .facilities .img-facilities {
    width: 100%;
  }
}

/* 
 * Custom style for school facilities page making the images wider
 * May optimise this later as I noticed  .content-part.facilities was used elsewhere in the site
*/
@media (max-width: 991px) {
  .page-id-13 .content-part.facilities {
    margin-bottom: 35px;
  }
}
.page-id-13 .content-part.facilities .related-img {
  padding: 0;
  height: auto;
}
.page-id-13 .content-part.facilities .related-img a {
  display: block;
}
.page-id-13 .content-part.facilities .related-img a img {
  border: 3px solid transparent;
}
.page-id-13 .content-part.facilities .related-img a:hover img, .page-id-13 .content-part.facilities .related-img a:focus img {
  border: 3px solid #1475ad;
}
.page-id-13 .content-part.facilities:nth-of-type(even) .related-img {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .page-id-13 .content-part.facilities:nth-of-type(even) .related-img {
    padding-right: 0;
  }
}
.page-id-13 .content-part.facilities:nth-of-type(odd) .related-img {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .page-id-13 .content-part.facilities:nth-of-type(odd) .related-img {
    padding-left: 0;
  }
}

.testimonial-outer {
  width: 100vw;
  margin-left: -100px;
  padding: 30px 0px;
  max-width: 1440px;
  background-color: var(--primary-color);
}
@media (max-width: 991px) {
  .testimonial-outer {
    margin-left: -28px;
  }
}
.testimonial-outer .testimonial-inner {
  background-color: #FFFFFF;
  margin: auto;
  padding: 25px;
  padding-left: 50px;
  width: 75%;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-outer .testimonial-inner {
    padding: 80px 28px;
  }
}
.testimonial-outer .testimonial-inner .quote {
  position: absolute;
  top: -76px;
  left: -67px;
  width: 120px;
  height: 100px;
  z-index: 4;
}
@media (max-width: 991px) {
  .testimonial-outer .testimonial-inner .quote {
    top: -70px;
    left: 0px;
  }
}
.testimonial-outer .testimonial-inner .quote svg {
  width: 100%;
  height: auto;
}
.testimonial-outer .testimonial-inner .quote-block {
  color: #707070;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 400;
  z-index: 5;
}
.testimonial-outer .testimonial-inner .quote-author, .testimonial-outer .testimonial-inner .quote-role {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
.testimonial-outer .testimonial-inner .quote-author {
  font-weight: 600;
}

.principal-section {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .principal-section {
    display: block;
  }
}
.principal-section .section-left-panel {
  width: 66%;
  flex: 1 auto;
  padding-right: 75px;
}
@media (max-width: 991px) {
  .principal-section .section-left-panel {
    width: 100%;
    padding-right: 0;
  }
}
.principal-section .section-left-panel .section-title {
  font-size: 26px;
  margin-bottom: 15px;
}
.principal-section .section-left-panel .section-subtitle {
  font-size: 20px;
  color: #707070;
  font-weight: 400;
  margin-bottom: 30px;
}
.principal-section .section-right-panel {
  max-width: 33%;
  margin: auto;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .principal-section .section-right-panel {
    width: 100%;
    max-width: 80vw;
    max-height: 400px;
  }
}
.principal-section .section-right-panel img {
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}

.leadership-section {
  width: 100vw;
  margin-left: -100px;
  max-width: 1440px;
}
@media (max-width: 991px) {
  .leadership-section {
    margin-left: -28px;
  }
}
.leadership-section .section-title {
  padding: 0 100px;
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .leadership-section .section-title {
    display: none;
  }
}
.leadership-section .leadership-table {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 100px 20px 100px;
  background-color: #EFEFEF;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .leadership-section .leadership-table {
    display: block;
    padding: 30px 35px;
  }
}
.leadership-section .leadership-table .section-title-mob {
  display: none;
  padding: 0 100px;
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .leadership-section .leadership-table .section-title-mob {
    display: block;
    margin-bottom: 30px;
    padding: 0;
  }
}
.leadership-section .leadership-table .leadership-staff-member {
  display: flex;
  width: 50%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .leadership-section .leadership-table .leadership-staff-member {
    flex-direction: column-reverse;
    margin: 35px 0;
    width: 100%;
  }
}
.leadership-section .leadership-table .leadership-staff-member .team-image {
  width: 50%;
  height: 300px;
  overflow: hidden;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .leadership-section .leadership-table .leadership-staff-member .team-image {
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
}
.leadership-section .leadership-table .leadership-staff-member .team-image img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}
.leadership-section .leadership-table .leadership-staff-member .staff-info {
  width: 50%;
  padding: 0 50px 0 0;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .leadership-section .leadership-table .leadership-staff-member .staff-info {
    display: none;
  }
}
.leadership-section .leadership-table .leadership-staff-member .staff-info .staff-name, .leadership-section .leadership-table .leadership-staff-member .staff-info .staff-position {
  font-size: 20px;
  color: #707070;
  margin-bottom: 0;
  font-weight: 500;
}
.leadership-section .leadership-table .leadership-staff-member .staff-info .staff-name {
  font-weight: 600;
}
.leadership-section .leadership-table .leadership-staff-member .staff-info .staff-about {
  font-size: 16px;
  font-weight: 300;
}
.leadership-section .leadership-table .leadership-staff-member .staff-info-mob {
  display: none;
}
@media (max-width: 991px) {
  .leadership-section .leadership-table .leadership-staff-member .staff-info-mob {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.leadership-section .leadership-table .leadership-staff-member .staff-info-mob .staff {
  font-size: 20px;
  color: #707070;
  margin-bottom: 0;
  font-weight: 600;
}
.leadership-section .leadership-table .leadership-staff-member .staff-info-mob .staff-about {
  font-size: 16px;
  font-weight: 300;
}
.leadership-section .leadership-table .leadership-staff-member:nth-child(1) {
  margin-top: 0;
}
.leadership-section .leadership-table .leadership-staff-member:nth-child(2) {
  margin-top: 0;
}

.staff-section, .support-section {
  margin-bottom: 60px;
}
.staff-section .section-title, .support-section .section-title {
  font-size: 26px;
  margin-bottom: 35px;
}
.staff-section .staff-row, .support-section .staff-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000;
}
.staff-section .staff-row p, .support-section .staff-row p {
  margin: 10px 0;
}
.staff-section .staff-row .staff-position, .support-section .staff-row .staff-position {
  width: 33%;
}
.staff-section .staff-row .staff-name, .support-section .staff-row .staff-name {
  width: 66%;
}

.link-box {
  align-items: center;
  display: flex;
  padding: 15px 15px;
}
@media (max-width: 991px) {
  .link-box {
    margin-top: 35px;
  }
}
.link-box .icon {
  margin-right: 10px;
  height: 100%;
}
.link-box .icon svg {
  min-height: 100%;
}
.link-box .link-text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .link-box .link-text {
    font-size: 18px;
  }
}

.uniform-box:hover, .uniform-box:focus,
.payment-box:hover, .payment-box:focus,
.canteen-box:hover, .canteen-box:focus,
.link-box:hover, .link-box:focus,
.policy-box:hover, .policy-box:focus,
.report-box:hover, .report-box:focus {
  background-color: #000;
}
.uniform-box:hover .icon, .uniform-box:focus .icon,
.payment-box:hover .icon, .payment-box:focus .icon,
.canteen-box:hover .icon, .canteen-box:focus .icon,
.link-box:hover .icon, .link-box:focus .icon,
.policy-box:hover .icon, .policy-box:focus .icon,
.report-box:hover .icon, .report-box:focus .icon {
  color: #fff !important;
}
.uniform-box:hover .link-text, .uniform-box:focus .link-text,
.payment-box:hover .link-text, .payment-box:focus .link-text,
.canteen-box:hover .link-text, .canteen-box:focus .link-text,
.link-box:hover .link-text, .link-box:focus .link-text,
.policy-box:hover .link-text, .policy-box:focus .link-text,
.report-box:hover .link-text, .report-box:focus .link-text {
  color: #fff;
  font-size: 18px;
}
.uniform-box:hover svg, .uniform-box:focus svg,
.payment-box:hover svg, .payment-box:focus svg,
.canteen-box:hover svg, .canteen-box:focus svg,
.link-box:hover svg, .link-box:focus svg,
.policy-box:hover svg, .policy-box:focus svg,
.report-box:hover svg, .report-box:focus svg {
  --primary-color: #fff ;
}

.link-subheading {
  margin-top: 2.25em;
}

.links-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
@media (max-width: 1200px) {
  .links-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .links-container {
    display: block;
  }
}
.links-container .policy-box, .links-container .report-box, .links-container .school-policies {
  padding: 15px 10px;
  min-width: 100%;
  border-bottom: solid 1px #707070;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .links-container .policy-box, .links-container .report-box, .links-container .school-policies {
    margin-bottom: 0;
  }
}
.links-container .policy-box .link-text, .links-container .report-box .link-text, .links-container .school-policies .link-text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 0;
}
.links-container .policy-box .icon, .links-container .report-box .icon, .links-container .school-policies .icon {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .links-container .policy-box .icon svg, .links-container .report-box .icon svg, .links-container .school-policies .icon svg {
    width: 56px;
    height: 64px;
  }
}

.content-part ul, .content-part ol {
  font-size: 18px;
}
@media (max-width: 991px) {
  .content-part h3 {
    font-size: 20px;
  }
}

.content-part.volunteering, .content-part.facilities,
.content-part.basic-content-row {
  display: flex;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .content-part.volunteering, .content-part.facilities,
  .content-part.basic-content-row {
    display: block;
    margin-bottom: 50px;
  }
}
.content-part.volunteering .text-outer, .content-part.facilities .text-outer,
.content-part.basic-content-row .text-outer {
  width: 50%;
  display: block;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .content-part.volunteering .text-outer, .content-part.facilities .text-outer,
  .content-part.basic-content-row .text-outer {
    width: 100%;
  }
}
.content-part.volunteering .related-img, .content-part.volunteering .related-vid, .content-part.facilities .related-img, .content-part.facilities .related-vid,
.content-part.basic-content-row .related-img,
.content-part.basic-content-row .related-vid {
  width: 50%;
  max-width: 475px;
  overflow: hidden;
  height: 300px;
  padding-left: 75px;
}
@media (max-width: 991px) {
  .content-part.volunteering .related-img, .content-part.volunteering .related-vid, .content-part.facilities .related-img, .content-part.facilities .related-vid,
  .content-part.basic-content-row .related-img,
  .content-part.basic-content-row .related-vid {
    width: 100%;
    margin: auto;
    height: 380px;
    padding-left: 0;
  }
}
.content-part.volunteering .related-img img, .content-part.volunteering .related-vid img, .content-part.facilities .related-img img, .content-part.facilities .related-vid img,
.content-part.basic-content-row .related-img img,
.content-part.basic-content-row .related-vid img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

.entry-content ol li a, .entry-content ul li a {
  color: #100291;
}

.content-part.basic-content-row:nth-of-type(even),
.content-part.volunteering:nth-of-type(even),
.content-part.facilities:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .content-part.basic-content-row:nth-of-type(even),
  .content-part.volunteering:nth-of-type(even),
  .content-part.facilities:nth-of-type(even) {
    flex-direction: row;
  }
}
.content-part.basic-content-row:nth-of-type(even) .related-img, .content-part.basic-content-row:nth-of-type(even) .related-vid,
.content-part.volunteering:nth-of-type(even) .related-img,
.content-part.volunteering:nth-of-type(even) .related-vid,
.content-part.facilities:nth-of-type(even) .related-img,
.content-part.facilities:nth-of-type(even) .related-vid {
  padding-right: 75px;
}
@media (max-width: 991px) {
  .content-part.basic-content-row:nth-of-type(even) .related-img, .content-part.basic-content-row:nth-of-type(even) .related-vid,
  .content-part.volunteering:nth-of-type(even) .related-img,
  .content-part.volunteering:nth-of-type(even) .related-vid,
  .content-part.facilities:nth-of-type(even) .related-img,
  .content-part.facilities:nth-of-type(even) .related-vid {
    padding-right: 0;
  }
}

.tour-video {
  min-width: 100%;
  min-height: 100%;
  max-height: 550px;
  z-index: 1;
  object-fit: cover;
}

.links-container.uniform {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
@media (max-width: 1200px) {
  .links-container.uniform {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .links-container.uniform {
    display: block;
  }
}
.links-container.uniform .uniform-box {
  padding: 15px 10px;
  min-width: 100%;
  display: flex;
  border-bottom: solid 1px #707070;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .links-container.uniform .uniform-box {
    margin-bottom: 0;
  }
}
.links-container.uniform .uniform-box .link-text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 0;
}
.links-container.uniform .uniform-box .icon {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .links-container.uniform .uniform-box .icon svg {
    width: 56px;
    height: 64px;
  }
}

.uniform-shop {
  display: block;
}
@media (max-width: 991px) {
  .uniform-shop {
    margin: 30px 0;
  }
}
.uniform-shop .uniform-item {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #707070;
}
@media (max-width: 991px) {
  .uniform-shop .uniform-item {
    display: block;
  }
}
.uniform-shop .uniform-item .uniform-info {
  width: 66%;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .uniform-shop .uniform-item .uniform-info {
    width: 100%;
  }
}
.uniform-shop .uniform-item .uniform-info .subheading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.uniform-shop .uniform-item .uniform-info .description {
  font-size: 16px;
  margin-bottom: 0;
}
.uniform-shop .uniform-item .uniform-info .price {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 600;
}
.uniform-shop .uniform-item .uniform-img {
  width: 34%;
  max-width: 300px;
  height: 220px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .uniform-shop .uniform-item .uniform-img {
    width: 60%;
    height: 280px;
  }
}
.uniform-shop .uniform-item .uniform-img img {
  min-height: 100%;
  width: auto;
  object-fit: cover;
}

.links-container-advice {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
@media (max-width: 1200px) {
  .links-container-advice {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .links-container-advice {
    display: block;
    margin-bottom: 30px;
  }
}
.links-container-advice .link-box {
  padding: 15px 10px;
  min-width: 100%;
  display: flex;
  border-bottom: solid 1px #707070;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .links-container-advice .link-box {
    margin-bottom: 0;
  }
}
.links-container-advice .link-box .link-text {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 0;
}
.links-container-advice .link-box .icon {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .links-container-advice .link-box .icon svg {
    width: 56px;
    height: 64px;
  }
}

.links-container-canteen {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
@media (max-width: 991px) {
  .links-container-canteen {
    display: block;
    margin-bottom: 30px;
  }
}
.links-container-canteen .canteen-box {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #707070;
  margin-bottom: 30px;
  min-width: 100%;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .links-container-canteen .canteen-box {
    margin-bottom: 0;
  }
}
.links-container-canteen .canteen-box .link-text {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 0;
}
.links-container-canteen .canteen-box .icon {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .links-container-canteen .canteen-box .icon svg {
    width: 56px;
    height: 64px;
  }
}

.canteen-menus {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .canteen-menus {
    display: block;
  }
}
.canteen-menus .canteen-list {
  display: block;
  margin-right: 50px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .canteen-menus .canteen-list {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.canteen-menus .canteen-list .subheading {
  font-size: 22px;
  margin-bottom: 15px;
}
.canteen-menus .canteen-list .canteen-item {
  display: flex;
  justify-content: space-between;
  line-height: 21px;
  align-items: center;
}
.canteen-menus .canteen-list .canteen-item p {
  margin-bottom: 0;
  font-size: 16px;
}
.canteen-menus .canteen-list .canteen-item:nth-of-type(even) {
  background-color: #F0EFEF;
}
.canteen-menus .canteen-list:nth-of-type(even) {
  margin-right: 0;
}

.heading-block {
  display: block;
}
@media (max-width: 991px) {
  .heading-block {
    display: none;
  }
}

.entry-content {
  margin-bottom: 100px;
}

.entry-content.about {
  margin-bottom: 0;
}
.entry-content.about .photo-gallery-outer {
  margin-bottom: 30px;
}

.entry-content.fire .mandatory-content {
  margin-bottom: 30px;
}
.entry-content.fire .mandatory-content .para {
  margin-bottom: 15px;
}
.entry-content.fire .links-bushfire {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
@media (max-width: 1200px) {
  .entry-content.fire .links-bushfire {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .entry-content.fire .links-bushfire {
    display: block;
  }
}
.entry-content.fire .links-bushfire .link-box {
  padding: 15px 10px;
  margin: 0;
  min-width: 100%;
  border-bottom: solid 1px #707070;
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .entry-content.fire .links-bushfire .link-box {
    margin-right: 0;
  }
}
.entry-content.fire .links-bushfire .link-box .link-text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 0;
}
.entry-content.fire .links-bushfire .link-box .icon {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .entry-content.fire .links-bushfire .link-box .icon svg {
    width: 56px;
    height: 64px;
  }
}

.entry-content.fees .subheading {
  font-size: 22px;
}
.entry-content.fees .content-part p {
  font-size: 18px;
}
.entry-content.fees .content-part .content-block ol {
  font-size: 18px;
}
.entry-content.fees .content-part .payment-box {
  padding: 15px 10px;
  margin-right: 30px;
  display: flex;
  width: fit-content;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 991px) {
  .entry-content.fees .content-part .payment-box {
    margin-bottom: 0;
  }
}
.entry-content.fees .content-part .payment-box .link-text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 0;
}
.entry-content.fees .content-part .payment-box .icon {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .entry-content.fees .content-part .payment-box .icon svg {
    width: 56px;
    height: 64px;
  }
}

.links-container.oshc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
@media (max-width: 1200px) {
  .links-container.oshc {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .links-container.oshc {
    display: block;
    margin-bottom: 30px;
  }
}
.links-container.oshc .policy-box {
  padding: 15px 10px;
  min-width: 100%;
  display: flex;
  border-bottom: solid 1px #707070;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .links-container.oshc .policy-box {
    margin-bottom: 0;
  }
}
.links-container.oshc .policy-box .link-text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 0;
}
.links-container.oshc .policy-box .icon {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .links-container.oshc .policy-box .icon svg {
    width: 56px;
    height: 64px;
  }
}
.links-container.oshc .policy-box:last-of-type {
  margin-right: 0;
}

.school-details a.email {
  margin-bottom: 1.5em;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
}
.school-details a.email span {
  text-decoration: underline;
}

.contact-info {
  display: block;
}
.contact-info .f-col {
  width: 100%;
}
.contact-info .f-col .subheading-title {
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .contact-info .f-col .subheading-title {
    font-size: 20px;
  }
}
.contact-info .f-col .para {
  margin-bottom: 25px;
}
.contact-info .f-col.half {
  display: flex;
}
@media (max-width: 991px) {
  .contact-info .f-col.half {
    display: block;
  }
}
.contact-info .f-col.half .half-col {
  width: 50%;
}
.contact-info .f-col.half a {
  font-size: 16px;
  color: blue;
}

#contact_form {
  width: 100vw;
  margin-left: -100px;
  max-width: 1440px;
  padding: 30px 100px;
  background-color: #EFEFEF;
}
#contact_form.sending {
  pointer-events: none;
}
#contact_form.sending .inner {
  opacity: 0.5;
}
#contact_form .inner {
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}
@media (max-width: 991px) {
  #contact_form {
    margin-left: -28px;
    padding: 30px 28px;
  }
}
#contact_form fieldset {
  margin-bottom: 30px;
}
#contact_form fieldset label {
  font-size: 16px;
}
#contact_form .toprow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
}
@media (max-width: 991px) {
  #contact_form .toprow {
    display: block;
  }
}
#contact_form .toprow fieldset {
  width: 100%;
}
#contact_form button {
  border: 3px solid #000;
  padding: 10px 40px;
  background-color: #FFF;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  cursor: pointer;
}
#contact_form button:hover {
  background-color: #000;
  color: #fff;
}

.content-part.apps {
  display: flex;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .content-part.apps {
    display: block;
    margin-bottom: 50px;
  }
}
.content-part.apps .text-outer {
  width: 66%;
  display: block;
  padding-right: 75px;
}
@media (max-width: 991px) {
  .content-part.apps .text-outer {
    width: 100%;
    padding-right: 0;
  }
}
.content-part.apps .related-img {
  width: 34%;
  max-height: 400px;
  max-width: 220px;
  margin: auto;
}
@media (max-width: 991px) {
  .content-part.apps .related-img {
    width: 100%;
  }
}
.content-part.apps .related-img img {
  width: 100%;
}

.content-part.apps:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .content-part.apps:nth-of-type(even) {
    flex-direction: row;
  }
}
.content-part.apps:nth-of-type(even) .text-outer {
  padding-right: 0;
  padding-left: 75px;
}
@media (max-width: 991px) {
  .content-part.apps:nth-of-type(even) .text-outer {
    padding-left: 0;
  }
}

.photo-gallery-outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 991px) {
  .photo-gallery-outer {
    grid-template-columns: 1fr 1fr;
  }
}
.photo-gallery-outer .photo-gallery-image {
  height: 290px;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .photo-gallery-outer .photo-gallery-image {
    max-height: 150px;
    width: 100%;
  }
}
.photo-gallery-outer .photo-gallery-image img {
  width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  .photo-gallery-outer .photo-gallery-image img {
    width: 100%;
  }
}
.photo-gallery-outer .photo-gallery-image:hover {
  border: 3px solid rgb(20, 117, 173);
}

.content-row-various {
  margin-top: 75px;
}
@media (max-width: 991px) {
  .content-row-various {
    margin-top: 50px;
  }
}

.content-block-row {
  margin-bottom: 75px;
}
.content-block-row:not(.type-links) {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .content-block-row {
    display: block;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .content-block-row.position-media-left {
    flex-direction: row-reverse;
  }
  .content-block-row.position-media-left .context {
    padding-right: 0;
    padding-left: 75px;
  }
}
.content-block-row .context {
  display: block;
  width: 50%;
  flex-grow: 1;
  padding-right: 75px;
}
@media (max-width: 991px) {
  .content-block-row .context {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-block-row .media {
  width: 50%;
  max-width: 475px;
  overflow: hidden;
  height: 300px;
}
@media (max-width: 991px) {
  .content-block-row .media {
    width: 100%;
    margin: auto;
    height: 380px;
  }
}
.content-block-row .media img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

.site-footer {
  background-color: #000;
  color: #fff;
  border-top: 25px solid var(--primary-color);
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
@media (max-width: 991px) {
  .site-footer {
    padding-bottom: 0;
  }
}

.top-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .top-row {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .top-row .contact-details-school {
    margin-bottom: 50px;
  }
}
.top-row .contact-details-school h3.subheading {
  font-size: 18px;
  margin-bottom: 15px;
}
.top-row .contact-details-school p {
  margin-bottom: 0px;
}
.top-row .contact-details-school .email {
  text-decoration: none;
}
.top-row .contact-details-school .email span {
  text-decoration: underline;
}
.top-row .contact-details-school a {
  color: #fff;
  text-decoration: none;
}
.top-row .contact-details-school .phone {
  color: #fff !important;
}
.top-row .contact-details-school .email:hover span {
  text-decoration: underline;
}
.top-row .complaints-keyinfo {
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: left;
}
@media (max-width: 991px) {
  .top-row .complaints-keyinfo {
    margin-left: 0;
  }
}
.top-row .complaints-keyinfo .socials {
  margin-bottom: 20px;
}
.top-row .complaints-keyinfo .complaint-box {
  text-decoration: none;
  width: fit-content;
}
@media (max-width: 991px) {
  .top-row .complaints-keyinfo .complaint-box {
    text-decoration: underline;
  }
}
.top-row .complaints-keyinfo .complaint-box:hover {
  text-decoration: underline;
}
.top-row .complaints-keyinfo .hidden-mob {
  display: block;
}
@media (max-width: 991px) {
  .top-row .complaints-keyinfo .hidden-mob {
    display: none;
  }
}
.top-row .complaints-keyinfo .hidden-mob svg {
  width: auto;
  height: 70px;
}
.top-row .complaints-keyinfo .vis-mob {
  display: none;
}
@media (max-width: 991px) {
  .top-row .complaints-keyinfo .vis-mob {
    display: block;
  }
}
.top-row .socials h3.subheading {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .top-row .socials h3.subheading {
    display: none;
  }
}
.top-row .socials .social-container .social-item {
  text-decoration: none;
  margin-right: 5px;
}
.top-row .socials .social-container .social-item:hover .social-icon svg .circle {
  fill: #fff;
}
.top-row .socials .social-container .social-item:hover .social-icon svg .inner {
  fill: #000;
}
.top-row {
  /* .additional-links {
      font-size: 16px;
  } */
}

.logo-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 100px;
  margin: 25px auto;
}
@media (max-width: 991px) {
  .logo-row {
    display: none;
  }
}
.logo-row .logo {
  height: 65px;
  margin: auto 0;
}
.logo-row .logo svg {
  margin: auto;
  min-height: 100%;
  width: 100%;
}
.logo-row .logo img {
  max-height: 65px;
}

.bottom-footer {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
@media (max-width: 991px) {
  .bottom-footer {
    background-color: #FAFAFA;
    width: 100vw;
    margin-left: -28px;
  }
}
.bottom-footer .mobile-footer-menu {
  display: none;
}
@media (max-width: 991px) {
  .bottom-footer .mobile-footer-menu {
    padding: 30px 28px 20px 28px;
    display: block;
    color: blue;
  }
  .bottom-footer .mobile-footer-menu a {
    display: block;
  }
}
.bottom-footer .key-page-row {
  display: flex;
  text-align: center;
  margin: 25px auto;
}
@media (max-width: 991px) {
  .bottom-footer .key-page-row {
    display: none;
  }
}
.bottom-footer .key-page-row .page {
  text-decoration: none;
}
.bottom-footer .key-page-row .page:hover {
  text-decoration: underline;
  color: #fff;
}
.bottom-footer .key-page-row .page::after {
  content: "|";
  margin: 0 20px;
}
.bottom-footer .key-page-row .page:last-of-type::after {
  content: "";
}
.bottom-footer .internal-edu-school {
  text-align: center;
}
@media (max-width: 991px) {
  .bottom-footer .internal-edu-school {
    display: block;
    color: blue;
    text-align: left;
    margin-left: 28px;
    margin-bottom: 30px;
    padding-right: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
