.less-padding {
  padding: 2vw;
}

.less-padding-top {
  padding-top: 2vw;
}

.less-padding-right {
  padding-right: 2vw;
}

.less-padding-bottom {
  padding-bottom: 2vw;
}

.less-padding-left {
  padding-left: 2vw;
}

.more-padding {
  padding: 6vw;
}

.more-padding-top {
  padding-top: 6vw;
}

.more-padding-right {
  padding-right: 6vw;
}

.more-padding-bottom {
  padding-bottom: 6vw;
}

.more-padding-left {
  padding-left: 6vw;
}

.inset-content .content {
  padding: 10vw 15%;
}

@media only screen and (max-width: 768px) {
  .content {
    padding: 8vw 8vw 8vw 8vw !important;
  }
}
@media only screen and (max-width: 400px) {
  .content {
    padding: 4vw 6vw 4vw 6vw !important;
  }
}
.content > * {
  margin-bottom: 2.2rem;
}

.navigation__primary--single li *:nth-child(even) > a {
  background-color: rgba(92, 17, 40, 0.05);
}
.navigation__primary--single li.d1 {
  background-image: url(//cache.cms.io/2017.scotch.wa.edu.au/upload/assets/preferences/mask-001.svg);
  background-position: center;
}
.navigation__primary--single li.d1:hover > a {
  cursor: pointer;
  color: #5c1128;
}
.navigation__primary--single li.d1.expand:hover {
  background-color: rgb(228, 220, 211);
}
.navigation__primary--single li.d2.selected > a {
  color: #ffffff !important;
  background-color: rgba(92, 17, 40, 0.9);
}
.navigation__primary--single li.d2 a {
  padding: 1em 1.5em;
  font-size: 1.4rem;
}
.navigation__primary--single li.d2 a:hover {
  color: #ffffff !important;
  background-color: #5c1128;
}
.navigation__primary--single ul {
  width: 250px;
}
.navigation__column--single a {
  text-decoration: none;
  color: #333333;
}
.navigation__column--single li {
  margin: 0;
}
.navigation__column--single li.d1 > a {
  margin-bottom: 1em;
  text-decoration: none;
  pointer-events: none;
  font-family: "Swiss 721 W01", serif;
  font-size: 2rem;
}
.navigation__column--single li.d2 {
  border-bottom: 1px solid #ffffff;
}
.navigation__column--single li.d2 a {
  padding: 0.7rem 1rem 0.2rem 1rem;
  font-size: 1.4rem;
}
.navigation__column--single li.d2 a:hover {
  color: #ffffff;
  background-color: #5c1128;
}
.navigation__column--single li.d2 > ul {
  border-top: 1px solid #ffffff;
}
.navigation__column--single li.d3 a {
  font-style: normal;
  padding-top: 0.2em;
}
.navigation__column--single li.d3 a::before {
  padding-right: 5px;
}
.navigation__column--single .depth-1 {
  background-color: #e6e1de;
  background-color: rgba(92, 17, 40, 0.08);
}
.navigation__column--single .depth-1 li.selected > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #5c1128;
}
.navigation__column--single .depth-2 {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: #dad3cd;
}

* + .navigation__column--single {
  padding-top: 2rem;
  border-top: 1px solid #dad3cd;
}

.header.header--single .header__logo {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.header.header--single .header__navigation {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.header.header--single .header__content {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.header.header--single .header__aside {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media only screen and (max-width: 768px) {
  .header.header--single .header__aside {
    justify-content: flex-start;
  }
  .header.header--single .header__aside .social__item {
    margin: 0;
  }
}

.header.header--single.hasaside.hasnavigation {
  align-items: center;
  height: auto;
  grid-template-areas: "aside aside aside" "logo navigation content";
  -ms-grid-columns: 280px 1fr 140px;
  -ms-grid-rows: 30px 100px;
}
@media only screen and (max-width: 768px) {
  .header.header--single.hasaside.hasnavigation {
    grid-template-areas: "aside aside aside" "logo navigation content" !important;
  }
}
@media only screen and (min-width: 420px) {
  .header__content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 374px) {
  .header__content {
    display: none;
  }
}
.header__content * {
  height: 100%;
}
.header__content img {
  margin: 0 5px;
  vertical-align: middle;
}
.header__content > p {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.header__aside {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: #6b1a2d;
  padding: 0 !important;
  flex-wrap: nowrap;
}
.header .social__item {
  padding: 8px 10px;
  height: 100%;
  flex: 0 1 auto;
}
@media only screen and (min-width: 871px) {
  .header .social__item {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }
}
.header .social__item--text:hover {
  background-color: rgb(23, 48, 75);
}
.header .social__item.social__item--html {
  padding: 0;
}
.header .social__item.social__item--html li {
  padding: 8px 10px;
}
.header .social__item.social__item--html li li:hover {
  color: #ffffff;
  background-color: #6b1a2d;
}
.header .social__item.social__item--html li li:hover > a {
  color: #ffffff;
}
.header .social__item--1 {
  padding-right: 20px;
  padding-left: 30px;
  background-color: #002855;
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .header .social__item--1 {
    position: relative;
    margin: 0;
  }
}
.header .social__item--1 a {
  color: #ffffff;
}

.header .social__item--search {
  padding: 0;
}
.social__item--search .search-form__field {
  display: none;
}
.social__item--search .search-form__field:focus {
  display: inline;
}
.header .social__item--search:hover {
  background-color: transparent;
}
.social__item--search:hover .search-form__field {
  display: inline;
}
.social__item--search .search-form__button::before {
  color: #ffffff;
}

@media only screen and (max-width: 870px) {
  .canvas--single {
    padding-top: 0 !important;
  }
  .header__logo {
    display: none;
  }
  .header__content {
    height: 6rem;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__content > p {
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
  }
  .header__content > p a img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header__aside {
    display: none;
  }
  .header__navigation {
    display: none;
  }
  .header.header--single.hasaside.hascontent.hassocial {
    position: relative !important;
    grid-template-areas: "aside" "content" !important;
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 870px) {
  body.slicknavMargin {
    margin-top: 100px;
  }
}
.slicknav_menu {
  position: fixed;
  max-height: 100vh;
  overflow-y: scroll;
  background-color: #7e1737;
  padding: 0;
}
@media only screen and (max-width: 870px) {
  .slicknav_menu {
    display: grid !important;
    grid-template-columns: 10rem auto 10rem;
    grid-template-rows: 10rem auto;
    grid-column-gap: 1px;
    grid-row-gap: 0;
  }
}
.show-mobile-nav .slicknav_menu {
  display: grid !important;
  grid-template-columns: 10rem auto 10rem;
  grid-template-rows: 10rem auto;
  grid-column-gap: 1px;
  grid-row-gap: 0;
}

.slicknav_menu > * {
  background-color: #5c1128;
}
.slicknav_menu .nav__logo {
  grid-area: 1/1/2/2;
  background-image: url(//cache.cms.io/2017.scotch.wa.edu.au/upload/assets/preferences/crest-stacked_logo_scotch-college_rev_rgb_09012022.svg);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: center center;
}
.slicknav_menu .nav__1 {
  position: relative;
  grid-area: 1/2/2/3;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 380px) {
  .slicknav_menu .nav__1 span {
    visibility: hidden;
  }
  .slicknav_menu .nav__1::before {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
    margin-top: -1.8rem;
    margin-left: -0.9rem;
    content: "\f095";
    font-family: "Font Awesome 5 Pro", "FontAwesome", "Font Awesome 5 Brands", "Swiss 721 W01", serif;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 300;
  }
  .slicknav_menu .nav__1::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 0.9rem;
    font-size: 18px;
    line-height: 18px;
    content: "CALL";
  }
}
.slicknav_menu .slicknav_btn {
  position: relative;
  grid-area: 1/3/2/4;
  background-color: #5c1128;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.slicknav_menu .slicknav_btn .slicknav_menutxt {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 0.9rem !important;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  text-shadow: 0 0 #5c1128, -1px 0 #5c1128, 0 -1px #5c1128, -1px -1px #5c1128, -1px 1px #5c1128, 1px -1px #5c1128, 1px 1px #5c1128, 0 1px #5c1128, 1px 0 #5c1128 !important;
}
.slicknav_menu .slicknav_btn .slicknav_icon {
  display: none;
}
.slicknav_menu .slicknav_btn::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1.8rem;
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro", "FontAwesome", "Font Awesome 5 Brands", "Swiss 721 W01", serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: white;
  letter-spacing: 0;
  text-shadow: 0 0 #5c1128, -1px 0 #5c1128, 0 -1px #5c1128, -1px -1px #5c1128, -1px 1px #5c1128, 1px -1px #5c1128, 1px 1px #5c1128, 0 1px #5c1128, 1px 0 #5c1128 !important;
  text-align: center;
}
.slicknav_menu .slicknav_btn.slicknav_open {
  background: repeating-linear-gradient(-45deg, #7e1737, #7e1737 1.5px, #5c1128 1.5px, #5c1128 6px);
}
.slicknav_menu .slicknav_nav {
  grid-area: 2/1/3/4;
  padding-top: 0 !important;
}
.slicknav_menu .slicknav_nav a {
  line-height: 1.6rem;
  font-size: 1.6rem;
}
.slicknav_menu .slicknav_nav a:hover {
  border-radius: 0;
  background-color: transparent;
  color: white;
}
.slicknav_menu .slicknav_nav li > a, .slicknav_menu .slicknav_nav > a {
  padding: 10px 20px;
  margin: 0;
}
.slicknav_menu .slicknav_nav li > a:last-child, .slicknav_menu .slicknav_nav > a:last-child {
  margin-bottom: 0.5rem;
}
.slicknav_menu .slicknav_nav li {
  transition: background-color 0.2s ease-in-out;
}
.slicknav_menu .slicknav_nav li > ul li a {
  color: #4a4a4a;
}
.slicknav_menu .slicknav_nav li > ul li a:hover {
  color: #4a4a4a;
}
.slicknav_menu .slicknav_nav li.slicknav_open {
  background-color: #e4dcd3;
}
.slicknav_menu .slicknav_nav li.slicknav_open > a, .slicknav_menu .slicknav_nav li.slicknav_open > a span, .slicknav_menu .slicknav_nav li.slicknav_open > a a {
  color: #5c1128;
}
.slicknav_menu .nav__search {
  display: inline-block;
  width: 100%;
}
.slicknav_menu .nav__search .search-form__field {
  display: inline;
  flex: 1 1 50%;
  height: 4rem;
  padding-left: 15px;
  border: 1px solid #7e1737;
  border-left: none;
  padding-left: 20px;
  font-family: "Swiss 721 W01", "Helvetica Nueu", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}
.slicknav_menu .nav__search .search-form__button {
  flex: 0 0 10rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #7e1737;
  border-top: 1px solid #7e1737;
  background: transparent;
}
.slicknav_menu .nav__search .search-form__button span.label {
  text-shadow: none;
  color: white;
  font-family: "Swiss 721 W01", "Helvetica Nueu", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
}
.slicknav_menu .nav__search .search > p {
  display: flex;
}

#section-footer .content,
#section-base .content {
  padding: 40px;
}

#section-footer {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
#section-footer p,
#section-footer li {
  padding-bottom: 0.8rem;
  color: #fefefe;
  line-height: 1.5;
  font-size: 1.4rem;
}
#section-footer hr {
  height: 2px;
  border: none;
  background: #5c1128;
  background: repeating-linear-gradient(90deg, #5c1128, #5c1128 6px, transparent 6px, transparent 12px);
  width: 100%;
}

#section-base {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
#section-base img {
  margin-right: 0.3rem;
  vertical-align: middle;
}
#section-base a {
  color: #ffffff;
  text-decoration: none;
}
#section-base a:hover {
  color: #fefefe;
}
#section-base a.button {
  border-width: 1px;
  border-color: white;
  color: white;
  background-color: transparent;
  margin: 1rem 0;
  font-weight: 400;
}
#section-base a.button::after {
  content: none;
}
#section-base a.button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#section-base p,
#section-base li {
  padding-bottom: 1rem;
  color: #fefefe;
  line-height: 1.5;
  font-size: 1.4rem;
}
#section-base strong {
  font-weight: 600;
}
#section-base .column1__content .content {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  #section-base .column1__content .content {
    flex-direction: column;
    row-gap: 20px;
  }
}
#section-base .column1__content .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#section-base .column1__content .content ul:first-child {
  padding-left: 0;
  border: none;
}

#formsubmit {
  background-color: #6a1a2d;
  border-radius: 0;
  border: 2px solid currentColor;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 1;
  transition: opacity 0.5s;
}
#formsubmit:hover {
  opacity: 0.6;
}

.springform h2 {
  margin-bottom: 1rem;
  font-family: "Swiss 721 W01", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.4em;
  color: #5c1128;
}
.springform h2:not([style*="text-align: center"]) .text {
  padding-right: 1em;
  border-bottom: 2px solid #5c1128;
  display: inline-block;
}
.springform h3 {
  margin-bottom: 2rem;
}
.springform .requiredflag {
  padding-left: 0;
}

#springform input {
  color: initial;
}

.grid--business-directory {
  display: grid;
  grid-template-areas: "pagination pagination" "filters cards" "filters cards";
  grid-template-columns: 1fr 4fr;
  grid-template-rows: auto min-content 1fr;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 128rem;
}
@media only screen and (max-width: 768px) {
  .grid--business-directory {
    grid-template-areas: "filters" "pagination" "cards";
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content auto;
  }
}
.grid--business-directory .grid__filters {
  flex-direction: column;
  max-width: 25rem;
}
.grid--business-directory .grid__filters .grid__filter {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .grid--business-directory .grid__filters {
    max-width: 100%;
    margin-left: 1rem;
  }
}
.grid--business-directory .grid__pagination {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: pagination;
  margin-left: auto;
  margin-right: 1rem;
}
.grid--business-directory .grid__items {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: cards;
  position: relative;
  overflow: hidden;
  padding: 1rem;
  max-width: 100rem;
}
@media only screen and (max-width: 768px) {
  .grid--business-directory .grid__pagination {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid--business-directory .grid__items {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
.grid--business-directory .grid__item {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-areas: "image image" "logo info";
  grid-template-rows: 40rem 1fr;
  grid-template-columns: 0.5fr 2fr;
  overflow: hidden;
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1333333333);
  transition: box-shadow 0.4s ease;
}
.grid--business-directory .grid__item.noimage {
  grid-template-areas: "logo info";
  grid-template-rows: 1fr;
}
.grid--business-directory .grid__item.noimage .image {
  display: none;
}
.grid--business-directory .grid__item.nologo {
  grid-template-areas: "image" "info";
  grid-template-columns: 1fr;
}
.grid--business-directory .grid__item.nologo .logo {
  display: none;
}
.grid--business-directory .grid__item.nologo.noimage {
  grid-template-areas: "info";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.grid--business-directory .grid__item.nologo.noimage .logo,
.grid--business-directory .grid__item.nologo.noimage .image {
  display: none;
}
.grid--business-directory .grid__item.nologo.noimage .info {
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  .grid--business-directory .grid__item:not(.nologo) {
    grid-template-areas: "logo" "info";
    grid-template-rows: 30vw;
    grid-template-columns: 1fr;
  }
  .grid--business-directory .grid__item .image {
    display: none;
  }
  .grid--business-directory .grid__item .info {
    padding: 2rem !important;
  }
}
.grid--business-directory .grid__item:hover {
  box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.1333333333);
}
.grid--business-directory .grid__item:hover.offer::after {
  box-shadow: 0 0 7px 2px goldenrod inset;
}
.grid--business-directory .grid__item.offer::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  content: "";
  border: 0 solid gold;
  padding: 1rem;
  box-shadow: 0 0 5px 1px goldenrod inset;
  text-align: right;
  pointer-events: none;
  transition: box-shadow 0.2s ease, border 0.2s ease;
}
.grid--business-directory .grid__item .image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  position: relative;
  grid-area: image;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -99999px;
}
.grid--business-directory .grid__item .image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3333333333), 1rem, rgba(0, 0, 0, 0) 5rem);
  z-index: 1;
}
.grid--business-directory .grid__item .logo {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  margin: 3rem;
  grid-area: logo;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-indent: -99999px;
}
.grid--business-directory .grid__item .info {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: info;
  margin-top: 0.5rem;
  padding: 3rem 3rem 3rem 0;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .grid--business-directory .grid__item .logo {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid--business-directory .grid__item:not(.nologo) > .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid--business-directory .grid__item:not(.nologo) > .info {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.grid--business-directory .grid__item .info .title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2666666667);
  padding-bottom: 2rem;
  padding-right: 8.5rem;
  width: 100%;
}
.grid--business-directory .grid__item .info .title > * {
  margin: 0;
  line-height: 1em;
  font-family: "Swiss 721 W01", serif;
  flex: 1 0 60%;
}
.grid--business-directory .grid__item .info .title .student {
  padding-top: 0.8rem;
  color: #999999;
  font-size: 1.6rem;
}
.grid--business-directory .grid__item .info .title.oscstudent::before {
  content: "";
  pointer-events: none;
  opacity: 0.6;
  position: absolute;
  top: -1.5rem;
  right: 0;
  height: 8rem;
  width: 8rem;
  background-image: url(//cache.cms.io/2017.scotch.wa.edu.au/upload/pages/sbd-directory/old-scotch-collegians-wa-inc-logo_rgb.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
}
.grid--business-directory .grid__item .info .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid--business-directory .grid__item .info .text .description {
  flex: 1 1 70%;
  line-height: 1.8em;
  padding: 2rem;
  padding-left: 0;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2666666667);
}
.grid--business-directory .grid__item .info .text .connections {
  flex: 1 1 30%;
  list-style: none;
  padding: 2rem;
  padding-right: 0;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2666666667);
}
.grid--business-directory .grid__item .info .text .connections a {
  color: black;
}
.grid--business-directory .grid__item .info .text .connections .connection {
  position: relative;
  font-size: 1.4rem;
  padding-left: 0.5em;
  margin-top: 0.6em;
  line-height: 1em;
}
.grid--business-directory .grid__item .info .text .connections .connection a {
  text-decoration: none;
}
.grid--business-directory .grid__item .info .text .connections .connection::before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 1em;
  font-family: "Font Awesome 5 Pro", "FontAwesome", "Font Awesome 5 Brands", "Swiss 721 W01", serif;
  content: "\f0c1";
  text-align: center;
}
.grid--business-directory .grid__item .info .text .connections .connection.website::before {
  content: "\f0ac";
}
.grid--business-directory .grid__item .info .text .connections .connection.phone::before {
  content: "\f095";
}
.grid--business-directory .grid__item .info .text .connections .connection.email::before {
  content: "\f0e0";
}
.grid--business-directory .grid__item .info .extra {
  padding-top: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.grid--business-directory .grid__item .info .extra .offerinfo {
  flex: 1 1 auto;
  margin-left: 1rem;
}
.grid--business-directory .grid__item .info .extra .offerinfo summary {
  display: list-item;
}
.grid--business-directory .grid__item .info .extra .socials {
  flex: 1 1 auto;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.grid--business-directory .grid__item .info .extra .socials .social {
  position: relative;
  text-indent: -99999px;
  font-size: 3rem;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin-left: 0.2rem;
  padding: 0;
}
.grid--business-directory .grid__item .info .extra .socials .social a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  font-family: "Font Awesome 5 Pro", "FontAwesome", "Font Awesome 5 Brands", "Swiss 721 W01", serif;
  content: "\f0c1";
  color: rgba(119, 119, 119, 0.5333333333);
  transition: color 0.2s ease;
}
.grid--business-directory .grid__item .info .extra .socials .social a:hover::before {
  color: rgba(119, 119, 119, 0.8666666667);
}
.grid--business-directory .grid__item .info .extra .socials .social.facebook a::before {
  content: "\f082";
}
.grid--business-directory .grid__item .info .extra .socials .social.instagram a::before {
  content: "\e055";
}
.grid--business-directory .grid__item .info .extra .socials .social.linkedin a::before {
  content: "\f08c";
}
.grid--business-directory .grid__item .info .extra .socials .social.twitter a::before {
  content: "\f081";
}
.grid--business-directory .grid__item .info .extra .socials .social.youtube a::before {
  content: "\f431";
}
.grid--business-directory .grid__item .info .extra .socials .social.vimeo a::before {
  content: "\f194";
}
.grid--business-directory .grid__item .info .extra .socials .social.pintrest a::before {
  content: "\f0d3";
}
.grid--business-directory .grid__item .info .extra .socials .social.tumblr a::before {
  content: "\f174";
}
.grid--business-directory .grid__item .info .extra .socials .social.soundcloud a::before {
  content: "\f1be";
}
.grid--business-directory .grid__item .info .extra .socials .social.spotify a::before {
  content: "\f1bc";
}
.grid--business-directory .grid__item .info .extra .socials .social.yelp a::before {
  content: "\f1e9";
}

.richslides.flickity {
  height: 46vw !important;
}
@media only screen and (max-width: 768px) {
  .richslides.flickity {
    height: 46vw !important;
    min-height: 46vw !important;
  }
}
.richslides .richslide {
  display: block;
  height: 46vw !important;
  min-height: 46vw !important;
}
@media only screen and (max-width: 768px) {
  .richslides .richslide {
    height: 46vw !important;
    min-height: 46vw !important;
  }
}
.richslides .richslide .content > * {
  margin-bottom: 0;
}
.richslides .richslide h1 {
  font-weight: 400;
  line-height: 1.3;
  font-size: 2.4vw;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .richslides .richslide h1 {
    font-size: 2.4rem;
  }
}
.richslides .richslide h1 .text {
  border: none;
  padding: initial;
}
.richslides .richslide h2 {
  font-size: 1.8vw;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .richslides .richslide h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.richslides .richslide h3 {
  font-size: 1.4vw;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .richslides .richslide h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .richslides .richslide p {
    margin-bottom: 0;
  }
}
.richslides .richslide .container {
  z-index: 3;
}

.canvas--single .flickity-button {
  display: none;
}
.canvas--single .flickity-page-dots {
  text-align: right;
  line-height: 6px;
  padding-right: 10px;
}
.canvas--single .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  opacity: 0.5;
  border: none;
  background: #888888;
  background-color: rgb(136, 136, 136);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: none;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
}

.expand .slider.slider--advanced[data-slider-autoscaleslider=false] {
  height: auto;
}

.slider.slider--advanced .slide .slide__panel {
  top: 0;
  right: 52vw;
  bottom: 0;
  left: 0;
  display: grid;
  align-content: center;
}
.slider.slider--advanced .slide.title-right .slide__panel {
  right: 2vw;
  left: 52vw;
  padding: 0;
}
.slider.slider--advanced .slide.title-left .slide__panel {
  right: 52vw;
  left: 2vw;
  padding: 0;
}
.slider.slider--advanced .slide.title-center .slide__panel {
  right: 26vw;
  left: 26vw;
  padding: 0;
}
.slider.slider--advanced .slide__title {
  font-family: "Swiss 721 W01", serif;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .slider.slider--advanced .slide__title {
    font-size: 4vw;
  }
}
.slider.slider--advanced .slide.title-right .slide__title, .slider.slider--advanced .slide.title-left .slide__title, .slider.slider--advanced .slide.title-center .slide__title {
  text-align: center;
  font-family: "Swiss 721 W01", serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .slider.slider--advanced .slide.title-right .slide__title, .slider.slider--advanced .slide.title-left .slide__title, .slider.slider--advanced .slide.title-center .slide__title {
    font-size: 4vw;
  }
}
.slider.slider--advanced .slide.reduce .slide__title {
  font-size: 1.8vw;
}
@media only screen and (max-width: 768px) {
  .slider.slider--advanced .slide.reduce .slide__title {
    font-size: 3.2vw;
  }
}
.slider.slider--advanced .slide__description {
  display: inline;
  margin-top: 1vw;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8vw;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .slider.slider--advanced .slide__description {
    font-size: 2.5vw !important;
  }
}
.slider.slider--advanced .slide__description span {
  display: inline-block;
  padding: 0.4em 1.2em;
  letter-spacing: 1px;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
}

.enrolmentcalculator {
  margin-bottom: 4rem;
}
.enrolmentcalculator__select {
  height: auto;
  margin-right: 1rem;
  padding: 0.8rem 2.4rem 0.8rem 1.2rem;
  border: 1px solid #cccccc;
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.enrolmentcalculator__results {
  flex-wrap: wrap;
  margin-top: 3em;
}
.section--single .enrolmentcalculator__title {
  margin: 0.8rem 0;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 900;
}
.enrolmentcalculator__result {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin: 0 3% 3% 0;
  padding: 1.6rem 0 2.2rem 0;
  background-color: rgba(92, 17, 40, 0.1);
}
.enrolmentcalculator__result.prekindergarten, .enrolmentcalculator__result.kindergarten, .enrolmentcalculator__result.preprimary, .enrolmentcalculator__result.year4, .enrolmentcalculator__result.year6, .enrolmentcalculator__result.year7 {
  background-color: rgba(92, 17, 40, 0.2);
}
.enrolmentcalculator__result.prekindergarten::after, .enrolmentcalculator__result.kindergarten::after, .enrolmentcalculator__result.preprimary::after, .enrolmentcalculator__result.year4::after, .enrolmentcalculator__result.year6::after, .enrolmentcalculator__result.year7::after {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 0.3rem 0.8rem;
  content: "entry year";
  color: #ffffff;
  background-color: #5c1128;
  font-size: 1rem;
  line-height: 1;
}
.enrolmentcalculator__label {
  padding: 0 1rem 0 1rem;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  justify-self: flex-end;
}
.enrolmentcalculator__year {
  padding: 0 1rem 0 1rem;
  color: #5c1128;
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 1.3;
}

@media only screen and (min-width: 1460px) {
  .container {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
  }
  .richslides .column.featureimage {
    margin-left: calc((50vw - (1460px / 2)) * -1);
    margin-right: calc((50vw - (1460px / 2)) * -1);
  }
}
.header--single {
  max-width: none;
}
.header--single > .social.header__aside {
  padding-left: calc(50vw - (1460px / 2)) !important;
  padding-right: calc(50vw - (1460px / 2)) !important;
  background: linear-gradient(to right, #002855 calc(50vw - (1460px / 2)), #5c1128 calc(50vw - (1460px / 2)));
}
@media only screen and (min-width: 1460px) {
  .header--single .header__logo {
    margin-left: calc(50vw - (1460px / 2));
  }
  .header--single .header__content,
  .header--single .header__navigation {
    margin-right: calc(50vw - (1460px / 2));
  }
}

a {
  color: #5c1128;
}

ul {
  list-style-position: initial;
}

p.introduction {
  font-weight: 700;
}

.section--single h1.highlight1 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 768px) {
  .section--single h1.highlight1 {
    font-size: 4.2rem;
  }
}

.section--single h1 {
  margin-bottom: 0.8em;
}

.section--single h2 {
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 768px) {
  .section--single h2 {
    font-size: 2rem;
  }
}

.section--single h3 {
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 768px) {
  .section--single h3 {
    font-size: 1.6rem;
  }
}

h3 + p .button,
h2 + p .button {
  margin-top: 0.8rem;
}

.section--single p.onlyimages + .gallery {
  margin-top: 2vw;
}

.section--single *.accordion__header {
  margin-top: 0;
  margin-bottom: 0;
}

.text-shadow .content {
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7);
}
.text-shadow .content .button {
  text-shadow: none;
}

.section--single blockquote {
  background-color: transparent;
  font-family: "Swiss 721 W01", serif;
  font-style: oblique;
  padding: 0 3rem;
}
.section--single blockquote p,
.section--single blockquote cite {
  display: inline-block;
  color: #5c1128;
}
.section--single blockquote cite {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 700;
}
.section--single blockquote::after {
  content: none;
}
.section--single blockquote::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #f1a900;
  border-radius: 1rem;
}

a.button.button {
  border: 2px solid transparent;
  color: #5c1128;
  background-color: #f1a900;
  padding: 0.6rem 3rem;
  border-radius: 2rem;
  font-style: oblique;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  font-family: "Swiss 721 W01", serif;
  transition: all 0.2s ease-in-out;
}
a.button.button::after {
  content: none;
}
a.button.button:hover {
  opacity: 1;
  background-color: #f1a900;
  border-color: #5c1128;
}

[class].mobile-only {
  font-size: 1em;
  font-weight: 600;
  display: none;
  padding: 0.3em 1.3em;
  letter-spacing: 1px;
  border: 2px solid currentColor;
  position: relative;
  transition: all 0.5s;
  text-decoration: none;
  text-transform: uppercase;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  [class].mobile-only {
    display: block;
  }
}

@media (hover: none) {
  .fixed .background {
    background-attachment: scroll !important;
  }
}
@media only screen and (max-width: 768px) {
  .slider.slider--advanced {
    height: 50vw !important;
  }
  table td[data-column-label]::before {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  table#employment td,
  table#employment th,
  table#employment p {
    padding: 2px;
    font-size: 1.3rem;
  }
}
.unmute-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  color: white;
  display: flex;
  justify-content: right;
  text-indent: 0;
  text-transform: uppercase;
  margin: 2rem;
  font-size: 2.5rem;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  cursor: pointer;
}
.unmute-button::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro", "FontAwesome", "Font Awesome 5 Brands", "Swiss 721 W01", serif;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-weight: bold;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.1em 0 black;
  transition: opacity 0.6s ease;
}
.unmute-button.muted::after {
  content: "\f2e2";
}
.unmute-button.unmuted::after {
  content: "\f028";
  opacity: 0.5;
}

.grid__fulltextcount .grid__fieldlabel {
  display: none;
}
.grid__fulltextcount .grid__fieldvalue {
  display: inline;
  padding: 2px 4px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #dddddd;
  font-size: 0.9rem;
}

.grid__link {
  z-index: 2;
}

.column1__relatedgrid > .content > h3 {
  position: absolute;
  z-index: 1;
  padding: 2vw;
  color: #ffffff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

.photos .content {
  padding: 2vw;
}

.grid--profiles .grid__details {
  padding: 0.5rem;
  text-align: left;
}
.grid--profiles .grid__html h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.grid--profiles .grid__html h3 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.grid .grid__item {
  background-color: #ffffff;
}
.grid .grid__title {
  font-family: "Swiss 721 W01", serif;
  font-size: 2.4rem;
}
.photos .grid .grid img {
  transition: all 1s ease-in-out;
}
.photos .grid .grid__items {
  margin-bottom: -2vw;
}
.photos .grid .grid__item {
  overflow: hidden;
  margin-bottom: 2vw;
  box-shadow: none;
}
.photos .grid .grid__item:hover img {
  transform: scale(1.1);
}
.photos .grid .grid__item--dummy {
  margin: 0;
}
.photos .grid .grid__details {
  position: absolute;
  bottom: 0;
  padding-top: 60px;
}
.photos .grid .grid__details::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}
.photos .grid .grid__title {
  z-index: 1;
  text-align: left;
  color: #ffffff;
  font-family: "Swiss 721 W01", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}
.photos .grid .grid__date {
  z-index: 1;
  text-align: left;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
}
.photos .grid .grid__description {
  z-index: 1;
  text-align: left;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.gallery__item {
  align-items: flex-start;
  justify-content: space-evenly;
}

.backgroundcolor .accordion__header,
.backgroundcolor .accordion__content {
  background-color: unset;
}

img.float.right,
img[style*="float: right"] {
  max-width: 50%;
}

iframe {
  min-height: 0;
}

table[style*="border-style: none;"] td,
table[style*="border-style: none;"] tr {
  border: none;
}

table p {
  margin: 15px 0;
}

.oneontwowidefirst .column3 {
  background-color: rgba(228, 220, 211, 0.4);
}

.accordion__header::before {
  font-style: normal;
}

.validate-one-required {
  display: none;
}

