@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: calibri, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: calibri, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 51px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 20px;
  position: relative;
  width: 51px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  background-color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  transition: 0.5s;
}
.slick-dots li button:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  content: "";
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  opacity: 0.29;
  border: none;
  content: "";
  border-radius: 0;
  width: 51px;
  height: 2px;
  transition: 0.5s;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 500px) {
  .slick-dots li button, .slick-dots li, .slick-dots li button:before {
    width: 20px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container img {
  display: block;
  width: 100%;
}
.mfp-container .mfp-iframe-holder {
  width: -moz-fit-content;
  width: fit-content;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 88vw;
  width: 100%;
  height: auto;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-left: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-portrait .mfp-content {
  max-width: 50vh;
  height: 90vh;
}

.mfp-portrait .mfp-iframe-scaler {
  padding-top: 177.77%;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: "Palatino";
  src: url(../../../../../../../../../themes/oundle-school/assets/fonts/Palatino.eot);
  src: url("../../../../../../../../../themes/oundle-school/assets/fonts/Palatino.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/oundle-school/assets/fonts/Palatino.woff2) format("woff2"), url(../../../../../../../../../themes/oundle-school/assets/fonts/Palatino.woff) format("woff"), url(../../../../../../../../../themes/oundle-school/assets/fonts/Palatino.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KIONA";
  src: url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-SemiBold.eot);
  src: url("../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-SemiBold.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-SemiBold.woff2) format("woff2"), url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-SemiBold.woff) format("woff"), url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIONA";
  src: url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-Regular.eot);
  src: url("../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-Regular.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-Regular.woff2) format("woff2"), url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-Regular.woff) format("woff"), url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIONA";
  src: url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-Bold.eot);
  src: url("../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-Bold.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-Bold.woff2) format("woff2"), url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-Bold.woff) format("woff"), url(../../../../../../../../../themes/oundle-school/assets/fonts/KIONA-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LJSFont";
  src: url(../../../../../../../../../themes/oundle-school/assets/fonts/LJSfontv2.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.laxton-school p, .laxton-school li, .laxton-school table, .laxton-school ol, .laxton-school .category, .laxton-school .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .laxton-school label, .laxton-school .button, .laxton-school .gform_wrapper .button, .gform_wrapper .laxton-school .button, .laxton-school .post-password-form input[type=submit], .post-password-form .laxton-school input[type=submit], .laxton-school .skip-links a, .laxton-school cite, .laxton-school .news-grid__twitter, .laxton-school .intro {
  font-family: museo-sans, sans-serif !important;
  font-weight: 300;
}
.laxton-school .button, .laxton-school .gform_wrapper .button, .gform_wrapper .laxton-school .button, .laxton-school .post-password-form input[type=submit], .post-password-form .laxton-school input[type=submit], .laxton-school .category, .laxton-school .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .laxton-school label, .laxton-school cite {
  font-weight: bold;
}
.laxton-school .skip-links a {
  font-weight: bold;
}

.nav-menu--laxton .menu-bottom-menu-container ul li a, .nav-menu--laxton .menu-footer-menu-container ul li a, .nav-menu--laxton .nav-menu__menu .sub-menu-wrap ul li a {
  font-family: museo-sans, sans-serif;
}

.footer--laxton p, .footer--laxton a, .footer--laxton *, .footer--laxton span {
  font-family: museo-sans, sans-serif;
}
.footer--laxton .footer__lower__link, .footer--laxton .footer__lower__link a, .footer--laxton .footer__lower__link span {
  font-size: 10px;
}

.black-background {
  background-color: #000;
}

.black-color {
  color: #000;
}

.black-shadow {
  box-shadow: inset 0 123px 190px -30px #000;
}

.white-background {
  background-color: #fff;
}

.white-color {
  color: #fff;
}

.white-shadow {
  box-shadow: inset 0 123px 190px -30px #fff;
}

.blue-background {
  background-color: #002E60;
}

.blue-color {
  color: #002E60;
}

.blue-shadow {
  box-shadow: inset 0 123px 190px -30px #002E60;
}

.grey-background, .home .laxton-school .image-text-columns:first-of-type {
  background-color: #EAECF3;
}

.grey-color {
  color: #EAECF3;
}

.grey-shadow {
  box-shadow: inset 0 123px 190px -30px #EAECF3;
}

.dark-grey-background {
  background-color: #919191;
}

.dark-grey-color {
  color: #919191;
}

.dark-grey-shadow {
  box-shadow: inset 0 123px 190px -30px #919191;
}

.green-background {
  background-color: #7FC0AF;
}

.green-color {
  color: #7FC0AF;
}

.green-shadow {
  box-shadow: inset 0 123px 190px -30px #7FC0AF;
}

.laxton-background {
  background-color: #81BFAF;
}

.laxton-color {
  color: #81BFAF;
}

.laxton-shadow {
  box-shadow: inset 0 123px 190px -30px #81BFAF;
}

.red-background {
  background-color: #970830;
}

.red-color {
  color: #970830;
}

.red-shadow {
  box-shadow: inset 0 123px 190px -30px #970830;
}

.lblue-background {
  background-color: #81B2E1;
}

.lblue-color {
  color: #81B2E1;
}

.lblue-shadow {
  box-shadow: inset 0 123px 190px -30px #81B2E1;
}

.glod-background {
  background-color: #b8a05e;
}

.glod-color {
  color: #b8a05e;
}

.glod-shadow {
  box-shadow: inset 0 123px 190px -30px #b8a05e;
}

.oundle-main .laxton-color {
  color: #970830;
}

.mt-100-minus {
  margin-top: -100px;
}

.m-0 {
  margin: 0px !important;
}

.mt-0,
.my-0 {
  margin-top: 0px !important;
}

.mr-0,
.mx-0 {
  margin-right: 0px !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0px !important;
}

.ml-0,
.mx-0 {
  margin-left: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5,
.my-5 {
  margin-top: 5px !important;
}

.mr-5,
.mx-5 {
  margin-right: 5px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}

.ml-5,
.mx-5 {
  margin-left: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px !important;
}

.mr-10,
.mx-10 {
  margin-right: 10px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}

.ml-10,
.mx-10 {
  margin-left: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15,
.my-15 {
  margin-top: 15px !important;
}

.mr-15,
.mx-15 {
  margin-right: 15px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}

.ml-15,
.mx-15 {
  margin-left: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mr-20,
.mx-20 {
  margin-right: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
  margin-left: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25,
.my-25 {
  margin-top: 25px !important;
}

.mr-25,
.mx-25 {
  margin-right: 25px !important;
}

.mb-25,
.my-25 {
  margin-bottom: 25px !important;
}

.ml-25,
.mx-25 {
  margin-left: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mr-30,
.mx-30 {
  margin-right: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.ml-30,
.mx-30 {
  margin-left: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35,
.my-35 {
  margin-top: 35px !important;
}

.mr-35,
.mx-35 {
  margin-right: 35px !important;
}

.mb-35,
.my-35 {
  margin-bottom: 35px !important;
}

.ml-35,
.mx-35 {
  margin-left: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mr-40,
.mx-40 {
  margin-right: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.ml-40,
.mx-40 {
  margin-left: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mr-50,
.mx-50 {
  margin-right: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.ml-50,
.mx-50 {
  margin-left: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60,
.my-60 {
  margin-top: 60px !important;
}

.mr-60,
.mx-60 {
  margin-right: 60px !important;
}

.mb-60,
.my-60 {
  margin-bottom: 60px !important;
}

.ml-60,
.mx-60 {
  margin-left: 60px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100,
.my-100 {
  margin-top: 100px !important;
}

.mr-100,
.mx-100 {
  margin-right: 100px !important;
}

.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}

.ml-100,
.mx-100 {
  margin-left: 100px !important;
}

.m-140 {
  margin: 140px !important;
}

.mt-140,
.my-140 {
  margin-top: 140px !important;
}

.mr-140,
.mx-140 {
  margin-right: 140px !important;
}

.mb-140,
.my-140 {
  margin-bottom: 140px !important;
}

.ml-140,
.mx-140 {
  margin-left: 140px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0,
.py-0 {
  padding-top: 0px !important;
}

.pr-0,
.px-0 {
  padding-right: 0px !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0px !important;
}

.pl-0,
.px-0 {
  padding-left: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5,
.py-5 {
  padding-top: 5px !important;
}

.pr-5,
.px-5 {
  padding-right: 5px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pl-5,
.px-5 {
  padding-left: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px !important;
}

.pr-10,
.px-10 {
  padding-right: 10px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}

.pl-10,
.px-10 {
  padding-left: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15,
.py-15 {
  padding-top: 15px !important;
}

.pr-15,
.px-15 {
  padding-right: 15px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}

.pl-15,
.px-15 {
  padding-left: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pr-20,
.px-20 {
  padding-right: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
  padding-left: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25,
.py-25 {
  padding-top: 25px !important;
}

.pr-25,
.px-25 {
  padding-right: 25px !important;
}

.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}

.pl-25,
.px-25 {
  padding-left: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pr-30,
.px-30 {
  padding-right: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pl-30,
.px-30 {
  padding-left: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35,
.py-35 {
  padding-top: 35px !important;
}

.pr-35,
.px-35 {
  padding-right: 35px !important;
}

.pb-35,
.py-35 {
  padding-bottom: 35px !important;
}

.pl-35,
.px-35 {
  padding-left: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40,
.py-40 {
  padding-top: 40px !important;
}

.pr-40,
.px-40 {
  padding-right: 40px !important;
}

.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}

.pl-40,
.px-40 {
  padding-left: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50,
.py-50 {
  padding-top: 50px !important;
}

.pr-50,
.px-50 {
  padding-right: 50px !important;
}

.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

.pl-50,
.px-50 {
  padding-left: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60,
.py-60 {
  padding-top: 60px !important;
}

.pr-60,
.px-60 {
  padding-right: 60px !important;
}

.pb-60,
.py-60 {
  padding-bottom: 60px !important;
}

.pl-60,
.px-60 {
  padding-left: 60px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pr-100,
.px-100 {
  padding-right: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}

.pl-100,
.px-100 {
  padding-left: 100px !important;
}

.p-140 {
  padding: 140px !important;
}

.pt-140,
.py-140 {
  padding-top: 140px !important;
}

.pr-140,
.px-140 {
  padding-right: 140px !important;
}

.pb-140,
.py-140 {
  padding-bottom: 140px !important;
}

.pl-140,
.px-140 {
  padding-left: 140px !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .m-sm-35 {
    margin: 35px !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 35px !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 35px !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 35px !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 35px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 140px !important;
  }
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 140px !important;
  }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 140px !important;
  }
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 140px !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 35px !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 35px !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 35px !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 35px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 140px !important;
  }
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 140px !important;
  }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 140px !important;
  }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .m-md-35 {
    margin: 35px !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 35px !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 35px !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 35px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important;
  }
  .m-md-140 {
    margin: 140px !important;
  }
  .mt-md-140,
  .my-md-140 {
    margin-top: 140px !important;
  }
  .mr-md-140,
  .mx-md-140 {
    margin-right: 140px !important;
  }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 140px !important;
  }
  .ml-md-140,
  .mx-md-140 {
    margin-left: 140px !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 35px !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 35px !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35px !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 35px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important;
  }
  .p-md-140 {
    padding: 140px !important;
  }
  .pt-md-140,
  .py-md-140 {
    padding-top: 140px !important;
  }
  .pr-md-140,
  .px-md-140 {
    padding-right: 140px !important;
  }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 140px !important;
  }
  .pl-md-140,
  .px-md-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important;
  }
  .m-lg-5 {
    margin: 5px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .m-lg-35 {
    margin: 35px !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 35px !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 35px !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 35px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important;
  }
  .m-lg-140 {
    margin: 140px !important;
  }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 140px !important;
  }
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 140px !important;
  }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 140px !important;
  }
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 140px !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .p-lg-35 {
    padding: 35px !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 35px !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 35px !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 35px !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 35px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important;
  }
  .p-lg-140 {
    padding: 140px !important;
  }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 140px !important;
  }
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 140px !important;
  }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 140px !important;
  }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important;
  }
  .m-xl-5 {
    margin: 5px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .m-xl-35 {
    margin: 35px !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 35px !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 35px !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 35px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important;
  }
  .m-xl-140 {
    margin: 140px !important;
  }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 140px !important;
  }
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 140px !important;
  }
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 140px !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .p-xl-35 {
    padding: 35px !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 35px !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 35px !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 35px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important;
  }
  .p-xl-140 {
    padding: 140px !important;
  }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 140px !important;
  }
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 140px !important;
  }
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 140px !important;
  }
}
.pad-lg-top, .page-id-14505 .oundle-main .two-column-text-block .container .col-md-6:last-of-type, .home .laxton-school .image-text-columns:first-of-type, .map-with-statistics__content, .icon-strip.none-background, .icon-strip.grey-background {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .pad-lg-top, .page-id-14505 .oundle-main .two-column-text-block .container .col-md-6:last-of-type, .home .laxton-school .image-text-columns:first-of-type, .map-with-statistics__content, .icon-strip.none-background, .icon-strip.grey-background {
    padding-bottom: 30px;
  }
}

.pad-lg-btm, .home .laxton-school .image-text-columns:first-of-type, .map-with-statistics__content, .icon-strip.none-background, .icon-strip.grey-background {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pad-lg-btm, .home .laxton-school .image-text-columns:first-of-type, .map-with-statistics__content, .icon-strip.none-background, .icon-strip.grey-background {
    padding-bottom: 50px;
  }
}

.pad-md-lg-top {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .pad-md-lg-top {
    padding-top: 25px;
  }
}

.pad-md-lg-btm {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .pad-md-lg-btm {
    padding-bottom: 25px;
  }
}

.pad-lg-side {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .pad-lg-side {
    padding: 0 25px;
  }
}

.pad-lg {
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .pad-lg {
    padding: 25px;
  }
}

.pad-med-top {
  padding-top: 40px;
}

.pad-med-btm {
  padding-bottom: 40px;
}

.pad-med-side {
  padding: 0 40px;
}

.pad-med {
  padding: 40px;
}

.pad-sm-top {
  padding-top: 25px;
}

.pad-sm-btm {
  padding-bottom: 25px;
}

.pad-sm-side {
  padding: 0 25px;
}

.pad-sm {
  padding: 25px;
}

.pad-mid-top {
  padding-top: 50px;
}

.pad-mid-btm {
  padding-bottom: 50px;
}

.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.border-y {
  border-top: solid 1px #EAECF3;
  border-bottom: solid 1px #EAECF3;
}

html {
  font-size: 16px;
  font-family: "calibri", sans-serif;
  overflow-x: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a.link-backend-edit-page {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  background: #002E60;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
}

.oundle-default-title {
  font-family: "Palatino Linotype", "Palatino", serif !important;
  font-size: 24px !important;
  line-height: 28px !important;
  letter-spacing: 0.5px !important;
  color: #002E60 !important;
  text-transform: uppercase !important;
}
.oundle-default-title--white {
  color: #fff !important;
}

.admission-process-timeline {
  padding-top: 130px;
}
.admission-process-timeline .introduction p {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 17px;
  line-height: 30px;
  margin: 0;
}
.admission-process-timeline h2 {
  font-size: 48px; /* 48px */
  font-size: 3rem; /* 48px */
  line-height: 1; /* 48px */
  letter-spacing: 0.38px;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .admission-process-timeline h2 {
    font-size: 29px; /* 29px */
    font-size: 1.8125rem; /* 29px */
    line-height: 1; /* 29px */
  }
}

a.phone-icon,
a.email-icon {
  display: inline-flex;
  align-items: center;
  color: #13212e;
}
a.phone-icon::before,
a.email-icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
a.phone-icon:hover, a.phone-icon:active, a.phone-icon:focus,
a.email-icon:hover,
a.email-icon:active,
a.email-icon:focus {
  color: #970830;
}

a.phone-icon::before {
  content: "";
  background-image: var(--wpr-bg-c87f1e67-2f39-4381-8ce2-bf2c2580d42d);
}

a.email-icon::before {
  content: "";
  background-image: url(../../../../../../../../../themes/oundle-school/assets/img/icons/icon-email.svg);
}

.fill-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fill-image * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo {
  position: relative;
  z-index: 99999;
}
.logo img {
  width: 180px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 60px;
}

.nav-menu .back-to-home {
  position: absolute;
  z-index: 90;
  top: 30px;
  right: 130px;
  background-color: white;
  color: #002E60;
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 25px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.nav-menu__menu {
  position: absolute;
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #002E60;
  transform: translateX(100%);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Palatino Linotype", "Palatino", serif;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav-menu__menu__crest {
  position: fixed;
  top: -10%;
  right: -10%;
  pointer-events: none;
  width: 525px;
  max-height: 555px;
}
.nav-menu__menu__inside {
  display: flex;
  flex-direction: column;
  padding: 90px 100px 40px 100px;
  border-right: 0.5px solid rgba(255, 255, 255, 0.5);
  width: 45vw;
  min-height: calc(100vh - 200px);
}
.nav-menu__menu__inside .menu-nested-pages-container {
  flex: 1 0 0;
}
.nav-menu__menu .sub-menu-wrap {
  width: 55vw;
}
.nav-menu__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu__menu ul > li {
  padding: 0;
  text-indent: 0;
}
.nav-menu__menu ul li a, .nav-menu__menu ul li .title--small, .nav-menu__menu ul li h4 {
  font-family: "Palatino Linotype", "Palatino", serif;
  display: inline-block;
  font-size: 32px; /* 32px */
  font-size: 2rem; /* 32px */
  line-height: 1; /* 32px */
  letter-spacing: 1.31px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  transition: opacity 0.5s ease-in;
}
@media (max-height: 748px) {
  .nav-menu__menu ul li a, .nav-menu__menu ul li .title--small, .nav-menu__menu ul li h4 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .nav-menu__menu ul li a, .nav-menu__menu ul li .title--small, .nav-menu__menu ul li h4 {
    font-size: 17px; /* 17px */
    font-size: 1.0625rem; /* 17px */
    line-height: 1.1764705882; /* 20px */
  }
}
.nav-menu__menu ul li a.fade-sm, .nav-menu__menu ul li .title--small.fade-sm, .nav-menu__menu ul li h4.fade-sm {
  opacity: 0.5;
}
.nav-menu__menu ul li a.fade-none, .nav-menu__menu ul li .title--small.fade-none, .nav-menu__menu ul li h4.fade-none {
  opacity: 1;
}
.nav-menu__menu .a-submenu-is-open > li a {
  opacity: 0.5;
}
.nav-menu__menu .a-submenu-is-open > li.active a {
  opacity: 1;
}
.nav-menu__menu ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-menu__menu li.has-children::after {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/menu-arrow--white.svg);
  margin-bottom: 20px;
  margin-right: -60px;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.nav-menu__menu li.has-children:hover::after, .nav-menu__menu li.has-children:active::after, .nav-menu__menu li.has-children:focus::after {
  opacity: 1;
}
.nav-menu__menu .sub-menu-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100vh;
  max-height: 0px;
  overflow: auto;
}
.nav-menu__menu .sub-menu-wrap ul {
  padding: 90px 100px;
}
.nav-menu__menu .sub-menu-wrap ul li {
  opacity: 0;
  transform: translateX(-30px);
}
.nav-menu__menu .sub-menu-wrap ul li.active {
  opacity: 0.9;
}
.nav-menu__menu .sub-menu-wrap ul li.current-menu-item {
  opacity: 0.5;
}
.nav-menu__menu .sub-menu-wrap ul li.current-menu-item a {
  text-decoration: underline;
}
.nav-menu__menu .sub-menu-wrap ul li a {
  font-family: "calibri", sans-serif;
  font-size: 20px; /* 20px */
  font-size: 1.25rem; /* 20px */
  line-height: 1; /* 20px */
  font-weight: bold;
  letter-spacing: 1.54px;
  padding-bottom: 16px;
}
.nav-menu__menu .sub-menu-wrap.sub-menu-open {
  transition: 0.5s ease-out;
  max-height: 10000px;
}
.nav-menu__menu .sub-menu-wrap.animate-items li {
  opacity: 1;
  transform: translate(0);
  transition: 0.5s ease-out;
}
.nav-menu__menu .sub-menu-wrap .title--small, .nav-menu__menu .sub-menu-wrap h4 {
  display: none;
}
@media (max-width: 767px) {
  .nav-menu__menu .sub-menu-wrap .title--small, .nav-menu__menu .sub-menu-wrap h4 {
    display: block;
  }
}
.nav-menu__menu.open {
  display: block;
  transform: translateX(0);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-menu__menu.menu-clicked.open .menu-bottom-menu-container li > a {
  transition: 0.5s;
  transition-delay: 0s !important;
  transform: translate(0);
}
.nav-menu__menu .footer {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 45px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.nav-menu__menu .footer .school-links ul li {
  display: inline-block;
  margin-right: 40px;
}
.nav-menu__menu .footer .school-links ul li a {
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
}
.nav-menu__menu .footer .school-links ul li a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.nav-menu__menu .footer .school-links ul li a[target=_blank]::after {
  content: "";
  background-image: var(--wpr-bg-a176f2e3-30c9-490d-9b2c-0eba08f64a33);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 10px 10px;
  position: absolute;
  top: 2px;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.nav-menu__menu .footer .social-links {
  display: flex;
  gap: 15px;
}
.nav-menu__menu .footer .social-links img {
  height: 21px;
  width: auto;
  max-width: 20px;
}
.nav-menu__menu .back-button {
  display: none;
}
@media (max-width: 1199px) {
  .nav-menu__menu__inside {
    padding: 90px 60px 40px 60px;
    width: 50vw;
  }
  .nav-menu__menu .sub-menu-wrap {
    width: 50vw;
  }
  .nav-menu__menu ul li a {
    font-size: 35px; /* 35px */
    font-size: 2.1875rem; /* 35px */
    line-height: 1; /* 35px */
  }
  .nav-menu__menu .sub-menu-wrap ul {
    padding: 110px 60px;
  }
}
@media (max-width: 991px) {
  .nav-menu__menu ul li a {
    font-size: 28px; /* 28px */
    font-size: 1.75rem; /* 28px */
    line-height: 1; /* 28px */
  }
  .nav-menu__menu .sub-menu-wrap ul li a {
    font-size: 18px; /* 18px */
    font-size: 1.125rem; /* 18px */
    line-height: 1; /* 18px */
  }
}
@media (max-width: 767px) {
  .nav-menu__menu .back-button {
    display: block;
    left: 0;
    margin: 0;
    opacity: 0.6;
  }
  .nav-menu__menu .back-button::before {
    border-color: white;
  }
  .nav-menu__menu .back-to-home {
    top: 15px;
    right: auto;
    left: 40px;
  }
  .nav-menu__menu__inside {
    padding: 90px 40px 40px 40px;
    width: 100vw;
  }
  .nav-menu__menu .sub-menu-wrap {
    width: 100vw;
    background-color: #002E60;
  }
  .nav-menu__menu__crest {
    top: -30%;
    right: -60%;
    transform: scale(0.5);
  }
  .nav-menu__menu .footer {
    flex-wrap: wrap;
  }
}
.nav-menu--main .nav-menu__hamburger {
  background-color: transparent;
}
.nav-menu--laxton .nav-menu__hamburger,
.nav-menu--laxton .nav-menu__hamburger .bg,
.nav-menu--laxton .nav-menu__menu {
  background-color: rgb(129, 178, 225);
}
.nav-menu--laxton .nav-menu__submenu_bg {
  background-color: #81B2E1;
  background-image: var(--wpr-bg-502f06cf-61c0-4ff8-8f2e-ae89f1220d24);
  background-size: 400px 309px;
}
.nav-menu--laxton .footer .school-links ul li a[target=_blank]::after {
  background-image: var(--wpr-bg-bc182e05-4a8a-4ec1-8e61-6b2347d21dff);
}
.nav-menu--society .nav-menu__hamburger {
  background: #b8a05e;
}
.nav-menu--society .nav-menu__hamburger .bg, .nav-menu--society .nav-menu__submenu_bg {
  background-color: #b8a05e;
}
.nav-menu--society .nav-menu__menu {
  background: rgb(184, 160, 94);
}
.nav-menu--society .nav-menu__menu hr {
  border-color: #fff;
}
.nav-menu--society .footer .school-links ul li a[target=_blank]::after {
  background-image: var(--wpr-bg-065d9169-f0fb-4591-ae9b-9be6313ffe00);
}
.nav-menu--enterprises .nav-menu__hamburger {
  background: rgb(211, 213, 213);
}
.nav-menu--enterprises .nav-menu__hamburger .bg {
  background: rgba(211, 213, 213, 0.95);
}
.nav-menu--enterprises .hamburger-text {
  color: #002E60;
}
.nav-menu--enterprises .color-changed .hamburger-text {
  color: #002E60;
}
.nav-menu--enterprises .hamburger-inner,
.nav-menu--enterprises .hamburger-inner:before,
.nav-menu--enterprises .hamburger-inner:after,
.nav-menu--enterprises .hamburger.is-active .hamburger-inner,
.nav-menu--enterprises .hamburger.is-active .hamburger-inner:before,
.nav-menu--enterprises .hamburger.is-active .hamburger-inner:after {
  background-color: #002E60;
}
.nav-menu--enterprises .nav-menu__menu {
  background: #d3d5d5;
}
.nav-menu--enterprises .nav-menu__menu a, .nav-menu--enterprises .nav-menu__menu hr {
  color: #002E60;
}
.nav-menu--enterprises .nav-menu__menu hr {
  border-color: #002E60;
}
.nav-menu--enterprises .secondary-menu .title, .nav-menu--enterprises .secondary-menu h4, .nav-menu--enterprises .secondary-menu h3, .nav-menu--enterprises .secondary-menu h2, .nav-menu--enterprises .secondary-menu h1,
.nav-menu--enterprises .secondary-menu .menu-footer-menu-container ul li a,
.nav-menu--enterprises .nav-menu__menu .footer .school-links ul li a {
  color: #002E60;
}
.nav-menu--enterprises .secondary-menu .menu-footer-menu-container ul li::after {
  background: #002E60;
}
.nav-menu--enterprises li.has-children::after {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/menu-arrow--blue.svg);
}
.nav-menu--enterprises .footer .school-links ul li a[target=_blank]::after {
  background-image: var(--wpr-bg-b785a7a0-4c61-49d5-88d8-4fed15e6c02c);
}

@media (min-width: 992px) {
  .nav-menu--main .hamburger {
    padding: 0;
    background: white;
    border-radius: 0 0 0 3px;
  }
  .nav-menu--main .hamburger-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #970830;
  }
  .nav-menu--main .hamburger-text {
    margin: 0 24px;
  }
  .nav-menu--main .hamburger-text a {
    font-family: "Palatino Linotype", "Palatino", serif;
    color: #13212e;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
  }
  .site-header.fixed-header .nav-menu--main .nav-menu__hamburger .hamburger-inner,
  .site-header.fixed-header .nav-menu--main .nav-menu__hamburger .hamburger-inner:before,
  .site-header.fixed-header .nav-menu--main .nav-menu__hamburger .hamburger-inner:after {
    background-color: white;
  }
}
@media (max-width: 991px) {
  .nav-menu--main .hamburger-text {
    display: none;
  }
}
.secondary-menu {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  width: calc(100% + 60px);
  padding: 35px 15px 20px 0;
  margin-top: 30px;
}
.secondary-menu::before {
  content: "";
  width: 9999px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.secondary-menu .title, .secondary-menu h4, .secondary-menu h3, .secondary-menu h2, .secondary-menu h1 {
  font-family: "Palatino Linotype", "Palatino", serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.88px;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
.secondary-menu .menu-bottom-menu-container ul li,
.secondary-menu .menu-footer-menu-container ul li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
}
.secondary-menu .menu-bottom-menu-container ul li::after,
.secondary-menu .menu-footer-menu-container ul li::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -9px;
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
}
.secondary-menu .menu-bottom-menu-container ul li:last-child::after,
.secondary-menu .menu-footer-menu-container ul li:last-child::after {
  display: none;
}
.secondary-menu .menu-bottom-menu-container ul li a,
.secondary-menu .menu-footer-menu-container ul li a {
  font-family: "calibri", sans-serif;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 1.23px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .secondary-menu {
    width: calc(100% + 30px);
  }
}
@media (max-width: 991px) {
  .secondary-menu {
    width: 100%;
  }
}

/* Menu icons */
li.icon-lock {
  position: relative !important;
  padding-right: 18px !important;
}
li.icon-lock::before {
  content: "";
  background-image: var(--wpr-bg-1dc12b92-a1c7-4211-8cd8-378722e61271);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

img.laxton-logo {
  width: 200px;
  height: auto;
}

.nav-menu ul > li:nth-child(1) {
  transition-delay: 0s;
}

.nav-menu ul > li:nth-child(2) {
  transition-delay: 0.1s;
}

.nav-menu ul > li:nth-child(3) {
  transition-delay: 0.2s;
}

.nav-menu ul > li:nth-child(4) {
  transition-delay: 0.3s;
}

.nav-menu ul > li:nth-child(5) {
  transition-delay: 0.4s;
}

.nav-menu ul > li:nth-child(6) {
  transition-delay: 0.5s;
}

.nav-menu ul > li:nth-child(7) {
  transition-delay: 0.6s;
}

.nav-menu ul > li:nth-child(8) {
  transition-delay: 0.7s;
}

.nav-menu ul > li:nth-child(9) {
  transition-delay: 0.8s;
}

.nav-menu ul > li:nth-child(10) {
  transition-delay: 0.9s;
}

.nav-menu ul > li:nth-child(11) {
  transition-delay: 1s;
}

.nav-menu ul > li:nth-child(12) {
  transition-delay: 1.1s;
}

.nav-menu ul > li:nth-child(13) {
  transition-delay: 1.2s;
}

.nav-menu ul > li:nth-child(14) {
  transition-delay: 1.3s;
}

.nav-menu ul > li:nth-child(15) {
  transition-delay: 1.4s;
}

.nav-menu ul > li:nth-child(16) {
  transition-delay: 1.5s;
}

.nav-menu ul > li:nth-child(17) {
  transition-delay: 1.6s;
}

.nav-menu ul > li:nth-child(18) {
  transition-delay: 1.7s;
}

.nav-menu ul > li:nth-child(19) {
  transition-delay: 1.8s;
}

.nav-menu ul > li:nth-child(20) {
  transition-delay: 1.9s;
}

.nav-menu ul > li:nth-child(21) {
  transition-delay: 2s;
}

.nav-menu ul > li:nth-child(22) {
  transition-delay: 2.1s;
}

.nav-menu ul > li:nth-child(23) {
  transition-delay: 2.2s;
}

.nav-menu ul > li:nth-child(24) {
  transition-delay: 2.3s;
}

.nav-menu ul > li:nth-child(25) {
  transition-delay: 2.4s;
}

.nav-menu ul > li:nth-child(26) {
  transition-delay: 2.5s;
}

.nav-menu ul > li:nth-child(27) {
  transition-delay: 2.6s;
}

.nav-menu ul > li:nth-child(28) {
  transition-delay: 2.7s;
}

.nav-menu ul > li:nth-child(29) {
  transition-delay: 2.8s;
}

.nav-menu ul > li:nth-child(30) {
  transition-delay: 2.9s;
}

.nav-menu ul > li:nth-child(31) {
  transition-delay: 3s;
}

.nav-menu ul > li:nth-child(32) {
  transition-delay: 3.1s;
}

.nav-menu ul > li:nth-child(33) {
  transition-delay: 3.2s;
}

.nav-menu ul > li:nth-child(34) {
  transition-delay: 3.3s;
}

.nav-menu ul > li:nth-child(35) {
  transition-delay: 3.4s;
}

.nav-menu ul > li:nth-child(36) {
  transition-delay: 3.5s;
}

.nav-menu ul > li:nth-child(37) {
  transition-delay: 3.6s;
}

.nav-menu ul > li:nth-child(38) {
  transition-delay: 3.7s;
}

.nav-menu ul > li:nth-child(39) {
  transition-delay: 3.8s;
}

.nav-menu ul > li:nth-child(40) {
  transition-delay: 3.9s;
}

.nav-menu ul > li:nth-child(41) {
  transition-delay: 4s;
}

.nav-menu ul > li:nth-child(42) {
  transition-delay: 4.1s;
}

.nav-menu ul > li:nth-child(43) {
  transition-delay: 4.2s;
}

.nav-menu ul > li:nth-child(44) {
  transition-delay: 4.3s;
}

.nav-menu ul > li:nth-child(45) {
  transition-delay: 4.4s;
}

.nav-menu ul > li:nth-child(46) {
  transition-delay: 4.5s;
}

.nav-menu ul > li:nth-child(47) {
  transition-delay: 4.6s;
}

.nav-menu ul > li:nth-child(48) {
  transition-delay: 4.7s;
}

.nav-menu ul > li:nth-child(49) {
  transition-delay: 4.8s;
}

.nav-menu ul > li:nth-child(50) {
  transition-delay: 4.9s;
}

.nav-menu__menu.open .menu > li:nth-child(1) {
  transition-delay: 0s;
}

.nav-menu__menu.open .menu > li:nth-child(2) {
  transition-delay: 0.1s;
}

.nav-menu__menu.open .menu > li:nth-child(3) {
  transition-delay: 0.2s;
}

.nav-menu__menu.open .menu > li:nth-child(4) {
  transition-delay: 0.3s;
}

.nav-menu__menu.open .menu > li:nth-child(5) {
  transition-delay: 0.4s;
}

.nav-menu__menu.open .menu > li:nth-child(6) {
  transition-delay: 0.5s;
}

.nav-menu__menu.open .menu > li:nth-child(7) {
  transition-delay: 0.6s;
}

.nav-menu__menu.open .menu > li:nth-child(8) {
  transition-delay: 0.7s;
}

.nav-menu__menu.open .menu > li:nth-child(9) {
  transition-delay: 0.8s;
}

.nav-menu__menu.open .menu > li:nth-child(10) {
  transition-delay: 0.9s;
}

.nav-menu__menu.open .menu > li:nth-child(11) {
  transition-delay: 1s;
}

.nav-menu__menu.open .menu > li:nth-child(12) {
  transition-delay: 1.1s;
}

.nav-menu__menu.open .menu > li:nth-child(13) {
  transition-delay: 1.2s;
}

.nav-menu__menu.open .menu > li:nth-child(14) {
  transition-delay: 1.3s;
}

.nav-menu__menu.open .menu > li:nth-child(15) {
  transition-delay: 1.4s;
}

.nav-menu__menu.open .menu > li:nth-child(16) {
  transition-delay: 1.5s;
}

.nav-menu__menu.open .menu > li:nth-child(17) {
  transition-delay: 1.6s;
}

.nav-menu__menu.open .menu > li:nth-child(18) {
  transition-delay: 1.7s;
}

.nav-menu__menu.open .menu > li:nth-child(19) {
  transition-delay: 1.8s;
}

.nav-menu__menu.open .menu > li:nth-child(20) {
  transition-delay: 1.9s;
}

.nav-menu__menu.open .menu > li:nth-child(21) {
  transition-delay: 2s;
}

.nav-menu__menu.open .menu > li:nth-child(22) {
  transition-delay: 2.1s;
}

.nav-menu__menu.open .menu > li:nth-child(23) {
  transition-delay: 2.2s;
}

.nav-menu__menu.open .menu > li:nth-child(24) {
  transition-delay: 2.3s;
}

.nav-menu__menu.open .menu > li:nth-child(25) {
  transition-delay: 2.4s;
}

.nav-menu__menu.open .menu > li:nth-child(26) {
  transition-delay: 2.5s;
}

.nav-menu__menu.open .menu > li:nth-child(27) {
  transition-delay: 2.6s;
}

.nav-menu__menu.open .menu > li:nth-child(28) {
  transition-delay: 2.7s;
}

.nav-menu__menu.open .menu > li:nth-child(29) {
  transition-delay: 2.8s;
}

.nav-menu__menu.open .menu > li:nth-child(30) {
  transition-delay: 2.9s;
}

.nav-menu__menu.open .menu > li:nth-child(31) {
  transition-delay: 3s;
}

.nav-menu__menu.open .menu > li:nth-child(32) {
  transition-delay: 3.1s;
}

.nav-menu__menu.open .menu > li:nth-child(33) {
  transition-delay: 3.2s;
}

.nav-menu__menu.open .menu > li:nth-child(34) {
  transition-delay: 3.3s;
}

.nav-menu__menu.open .menu > li:nth-child(35) {
  transition-delay: 3.4s;
}

.nav-menu__menu.open .menu > li:nth-child(36) {
  transition-delay: 3.5s;
}

.nav-menu__menu.open .menu > li:nth-child(37) {
  transition-delay: 3.6s;
}

.nav-menu__menu.open .menu > li:nth-child(38) {
  transition-delay: 3.7s;
}

.nav-menu__menu.open .menu > li:nth-child(39) {
  transition-delay: 3.8s;
}

.nav-menu__menu.open .menu > li:nth-child(40) {
  transition-delay: 3.9s;
}

.nav-menu__menu.open .menu > li:nth-child(41) {
  transition-delay: 4s;
}

.nav-menu__menu.open .menu > li:nth-child(42) {
  transition-delay: 4.1s;
}

.nav-menu__menu.open .menu > li:nth-child(43) {
  transition-delay: 4.2s;
}

.nav-menu__menu.open .menu > li:nth-child(44) {
  transition-delay: 4.3s;
}

.nav-menu__menu.open .menu > li:nth-child(45) {
  transition-delay: 4.4s;
}

.nav-menu__menu.open .menu > li:nth-child(46) {
  transition-delay: 4.5s;
}

.nav-menu__menu.open .menu > li:nth-child(47) {
  transition-delay: 4.6s;
}

.nav-menu__menu.open .menu > li:nth-child(48) {
  transition-delay: 4.7s;
}

.nav-menu__menu.open .menu > li:nth-child(49) {
  transition-delay: 4.8s;
}

.nav-menu__menu.open .menu > li:nth-child(50) {
  transition-delay: 4.9s;
}

.sub-menu-wrap ul > li:nth-child(1) {
  transition-delay: 0s;
}

.sub-menu-wrap ul > li:nth-child(2) {
  transition-delay: 0.1s;
}

.sub-menu-wrap ul > li:nth-child(3) {
  transition-delay: 0.2s;
}

.sub-menu-wrap ul > li:nth-child(4) {
  transition-delay: 0.3s;
}

.sub-menu-wrap ul > li:nth-child(5) {
  transition-delay: 0.4s;
}

.sub-menu-wrap ul > li:nth-child(6) {
  transition-delay: 0.5s;
}

.sub-menu-wrap ul > li:nth-child(7) {
  transition-delay: 0.6s;
}

.sub-menu-wrap ul > li:nth-child(8) {
  transition-delay: 0.7s;
}

.sub-menu-wrap ul > li:nth-child(9) {
  transition-delay: 0.8s;
}

.sub-menu-wrap ul > li:nth-child(10) {
  transition-delay: 0.9s;
}

.sub-menu-wrap ul > li:nth-child(11) {
  transition-delay: 1s;
}

.sub-menu-wrap ul > li:nth-child(12) {
  transition-delay: 1.1s;
}

.sub-menu-wrap ul > li:nth-child(13) {
  transition-delay: 1.2s;
}

.sub-menu-wrap ul > li:nth-child(14) {
  transition-delay: 1.3s;
}

.sub-menu-wrap ul > li:nth-child(15) {
  transition-delay: 1.4s;
}

.sub-menu-wrap ul > li:nth-child(16) {
  transition-delay: 1.5s;
}

.sub-menu-wrap ul > li:nth-child(17) {
  transition-delay: 1.6s;
}

.sub-menu-wrap ul > li:nth-child(18) {
  transition-delay: 1.7s;
}

.sub-menu-wrap ul > li:nth-child(19) {
  transition-delay: 1.8s;
}

.sub-menu-wrap ul > li:nth-child(20) {
  transition-delay: 1.9s;
}

.sub-menu-wrap ul > li:nth-child(21) {
  transition-delay: 2s;
}

.sub-menu-wrap ul > li:nth-child(22) {
  transition-delay: 2.1s;
}

.sub-menu-wrap ul > li:nth-child(23) {
  transition-delay: 2.2s;
}

.sub-menu-wrap ul > li:nth-child(24) {
  transition-delay: 2.3s;
}

.sub-menu-wrap ul > li:nth-child(25) {
  transition-delay: 2.4s;
}

.sub-menu-wrap ul > li:nth-child(26) {
  transition-delay: 2.5s;
}

.sub-menu-wrap ul > li:nth-child(27) {
  transition-delay: 2.6s;
}

.sub-menu-wrap ul > li:nth-child(28) {
  transition-delay: 2.7s;
}

.sub-menu-wrap ul > li:nth-child(29) {
  transition-delay: 2.8s;
}

.sub-menu-wrap ul > li:nth-child(30) {
  transition-delay: 2.9s;
}

.sub-menu-wrap ul > li:nth-child(31) {
  transition-delay: 3s;
}

.sub-menu-wrap ul > li:nth-child(32) {
  transition-delay: 3.1s;
}

.sub-menu-wrap ul > li:nth-child(33) {
  transition-delay: 3.2s;
}

.sub-menu-wrap ul > li:nth-child(34) {
  transition-delay: 3.3s;
}

.sub-menu-wrap ul > li:nth-child(35) {
  transition-delay: 3.4s;
}

.sub-menu-wrap ul > li:nth-child(36) {
  transition-delay: 3.5s;
}

.sub-menu-wrap ul > li:nth-child(37) {
  transition-delay: 3.6s;
}

.sub-menu-wrap ul > li:nth-child(38) {
  transition-delay: 3.7s;
}

.sub-menu-wrap ul > li:nth-child(39) {
  transition-delay: 3.8s;
}

.sub-menu-wrap ul > li:nth-child(40) {
  transition-delay: 3.9s;
}

.sub-menu-wrap ul > li:nth-child(41) {
  transition-delay: 4s;
}

.sub-menu-wrap ul > li:nth-child(42) {
  transition-delay: 4.1s;
}

.sub-menu-wrap ul > li:nth-child(43) {
  transition-delay: 4.2s;
}

.sub-menu-wrap ul > li:nth-child(44) {
  transition-delay: 4.3s;
}

.sub-menu-wrap ul > li:nth-child(45) {
  transition-delay: 4.4s;
}

.sub-menu-wrap ul > li:nth-child(46) {
  transition-delay: 4.5s;
}

.sub-menu-wrap ul > li:nth-child(47) {
  transition-delay: 4.6s;
}

.sub-menu-wrap ul > li:nth-child(48) {
  transition-delay: 4.7s;
}

.sub-menu-wrap ul > li:nth-child(49) {
  transition-delay: 4.8s;
}

.sub-menu-wrap ul > li:nth-child(50) {
  transition-delay: 4.9s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(1) {
  transition-delay: 0s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(2) {
  transition-delay: 0.1s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(3) {
  transition-delay: 0.2s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(4) {
  transition-delay: 0.3s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(5) {
  transition-delay: 0.4s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(6) {
  transition-delay: 0.5s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(7) {
  transition-delay: 0.6s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(8) {
  transition-delay: 0.7s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(9) {
  transition-delay: 0.8s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(10) {
  transition-delay: 0.9s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(11) {
  transition-delay: 1s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(12) {
  transition-delay: 1.1s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(13) {
  transition-delay: 1.2s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(14) {
  transition-delay: 1.3s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(15) {
  transition-delay: 1.4s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(16) {
  transition-delay: 1.5s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(17) {
  transition-delay: 1.6s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(18) {
  transition-delay: 1.7s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(19) {
  transition-delay: 1.8s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(20) {
  transition-delay: 1.9s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(21) {
  transition-delay: 2s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(22) {
  transition-delay: 2.1s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(23) {
  transition-delay: 2.2s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(24) {
  transition-delay: 2.3s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(25) {
  transition-delay: 2.4s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(26) {
  transition-delay: 2.5s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(27) {
  transition-delay: 2.6s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(28) {
  transition-delay: 2.7s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(29) {
  transition-delay: 2.8s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(30) {
  transition-delay: 2.9s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(31) {
  transition-delay: 3s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(32) {
  transition-delay: 3.1s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(33) {
  transition-delay: 3.2s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(34) {
  transition-delay: 3.3s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(35) {
  transition-delay: 3.4s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(36) {
  transition-delay: 3.5s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(37) {
  transition-delay: 3.6s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(38) {
  transition-delay: 3.7s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(39) {
  transition-delay: 3.8s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(40) {
  transition-delay: 3.9s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(41) {
  transition-delay: 4s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(42) {
  transition-delay: 4.1s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(43) {
  transition-delay: 4.2s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(44) {
  transition-delay: 4.3s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(45) {
  transition-delay: 4.4s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(46) {
  transition-delay: 4.5s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(47) {
  transition-delay: 4.6s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(48) {
  transition-delay: 4.7s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(49) {
  transition-delay: 4.8s;
}

.sub-menu-wrap.sub-menu-open ul > li:nth-child(50) {
  transition-delay: 4.9s;
}

.logo .enterprises-logo {
  width: 135px;
  height: auto;
  margin-top: 38px;
}

.logo .society-logo {
  width: 135px;
  height: auto;
  margin-top: 38px;
}

/* .logo--laxton {
    left: 50%;
    transform: translate(-50%, -50%);
} */
.featured-link {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 15px 22px;
  background-color: #002E60;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.featured-link .icon {
  margin-right: 10px;
  width: 15px;
}
.featured-link .icon path {
  fill: #fff;
}
.featured-link__text {
  transition: color 0.4s ease-in;
}
.featured-link:hover .featured-link__text, .featured-link:active .featured-link__text, .featured-link:focus .featured-link__text {
  color: #fff;
  opacity: 0.7;
}
.featured-link.main-site {
  background-color: transparent;
  /* color: $red;

  .icon{	
  	path{
  		fill: $red;
  	}
  }

  &:hover, &:active, &:focus{
  	.featured-link__text{
  		color: $red;
  		opacity: 0.7;
  	}
  } */
}
@media (max-width: 767px) {
  .featured-link .icon svg {
    transform: scale(1.2);
    max-width: 18px;
  }
}

.site-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

.fixed-header-logo {
  display: none;
  opacity: 0;
  margin: 25px auto;
  text-align: center;
}
.fixed-header-logo__img {
  display: inline-block;
  max-height: 70px;
  max-width: 280px;
}

body.home .site-header.fixed-header {
  transition: transform 0.4s ease-in;
}

.site-header.fixed-header {
  position: fixed;
  background-color: white;
  border-bottom: 5px solid #EAECF3;
  transform: translateY(-100%);
}
.site-header.fixed-header nav.nav-menu.nav-menu--main, .site-header.fixed-header .featured-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}
.site-header.fixed-header .featured-link {
  background-color: transparent;
  color: #970830;
}
.site-header.fixed-header .featured-link .icon path {
  fill: #970830;
}
.site-header.fixed-header .featured-link:hover .featured-link__text, .site-header.fixed-header .featured-link:active .featured-link__text, .site-header.fixed-header .featured-link:focus .featured-link__text {
  color: #970830;
  opacity: 0.7;
}
.site-header.fixed-header.site-header--laxton .featured-link .icon path {
  fill: #81B2E1;
}
.site-header.fixed-header.site-header--laxton .featured-link__text {
  color: #81B2E1;
}
.site-header.fixed-header.site-header--society .featured-link .icon path {
  fill: #b8a05e;
}
.site-header.fixed-header.site-header--society .featured-link__text {
  color: #b8a05e;
}
.site-header.fixed-header.site-header--enterprises .featured-link .icon path {
  fill: #919191;
}
.site-header.fixed-header.site-header--enterprises .featured-link__text {
  color: #919191;
}
.site-header.fixed-header .logo img {
  display: none;
}
.site-header.fixed-header .fixed-header-logo {
  display: block;
  opacity: 1;
}
.site-header.fixed-header .fixed-header-logo img {
  position: relative;
  width: 100%;
  height: 100%;
}
.site-header.fixed-header .col-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header.fixed-header .nav-menu__hamburger {
  background-color: transparent;
}
.site-header.fixed-header .nav-menu__hamburger .hamburger-text {
  color: #970830;
}
.site-header.fixed-header .nav-menu__hamburger .hamburger-text a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.site-header.fixed-header .nav-menu__hamburger .hamburger-inner,
.site-header.fixed-header .nav-menu__hamburger .hamburger-inner:before,
.site-header.fixed-header .nav-menu__hamburger .hamburger-inner:after {
  background-color: #970830;
}
.site-header.fixed-header .nav-menu--laxton .nav-menu__hamburger .hamburger-text {
  color: #81B2E1;
}
.site-header.fixed-header .nav-menu--laxton .nav-menu__hamburger .hamburger-inner,
.site-header.fixed-header .nav-menu--laxton .nav-menu__hamburger .hamburger-inner:before,
.site-header.fixed-header .nav-menu--laxton .nav-menu__hamburger .hamburger-inner:after {
  background-color: #81B2E1;
}
.site-header.fixed-header .nav-menu--laxton .back-to-home {
  color: #81B2E1;
}
.site-header.fixed-header .nav-menu--laxton .back-to-home path#Home-icon {
  stroke: #81B2E1;
}
.site-header.fixed-header .nav-menu--society .nav-menu__hamburger .hamburger-text {
  color: #b8a05e;
}
.site-header.fixed-header .nav-menu--society .nav-menu__hamburger .hamburger-inner,
.site-header.fixed-header .nav-menu--society .nav-menu__hamburger .hamburger-inner:before,
.site-header.fixed-header .nav-menu--society .nav-menu__hamburger .hamburger-inner:after {
  background-color: #b8a05e;
}
.site-header.fixed-header .nav-menu--society .back-to-home {
  color: #b8a05e;
}
.site-header.fixed-header .nav-menu--society .back-to-home path#Home-icon {
  stroke: #b8a05e;
}
.site-header.fixed-header .nav-menu--enterprises .nav-menu__hamburger .hamburger-text {
  color: #919191;
}
.site-header.fixed-header .nav-menu--enterprises .nav-menu__hamburger .hamburger-inner,
.site-header.fixed-header .nav-menu--enterprises .nav-menu__hamburger .hamburger-inner:before,
.site-header.fixed-header .nav-menu--enterprises .nav-menu__hamburger .hamburger-inner:after {
  background-color: #919191;
}
.site-header.fixed-header .nav-menu--enterprises .back-to-home {
  color: #919191;
}
.site-header.fixed-header .nav-menu--enterprises .back-to-home path#Home-icon {
  stroke: #919191;
}

@media (max-width: 767px) {
  .col-featured-link {
    width: 60px;
  }
  .col-featured-link span.featured-link__text {
    display: none;
  }
  .fixed-header-logo__img {
    max-width: 100%;
  }
  .col-logo {
    width: calc(100% - 120px);
    margin: 0 auto;
  }
  .col-logo .main-site-logo {
    display: none;
  }
  .col-logo .d-none {
    display: block;
  }
  .col-menu {
    width: 60px;
  }
  .col-menu .nav-menu {
    padding: 0 15px 0 0 !important;
  }
  .col-menu .hamburger-text {
    display: none;
  }
}
.page-template-tpl-map-new-dev-2021-html .featured-link {
  display: none;
}
.page-template-tpl-map-new-dev-2021-html .nav-menu .hamburger {
  background-color: #002E60;
}
.page-template-tpl-map-new-dev-2021-html .nav-menu .hamburger .hamburger-text,
.page-template-tpl-map-new-dev-2021-html .nav-menu .hamburger .hamburger-text a {
  color: #fff;
}

.footer {
  background-color: #002E60;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .title, .footer h4, .footer h3, .footer h2, .footer h1 {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 26px; /* 26px */
  font-size: 1.625rem; /* 26px */
  line-height: 1; /* 26px */
  letter-spacing: 0.33px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer .block-group--search-and-link {
  margin-bottom: 50px;
}
.footer .block-group--search-and-link .block {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .footer .title, .footer h4, .footer h3, .footer h2, .footer h1 {
    font-size: 21px; /* 21px */
    font-size: 1.3125rem; /* 21px */
    line-height: 1; /* 21px */
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0 15px;
  }
}
.footer__top {
  padding: 60px 0 80px;
}
.footer__top p {
  font-size: 20px; /* 20px */
  font-size: 1.25rem; /* 20px */
  line-height: 1.3; /* 26px */
  color: #fff;
  margin-bottom: 0px;
}
.footer__top p a {
  display: block;
}
@media (max-width: 991px) {
  .footer__top p {
    font-size: 18px; /* 18px */
    font-size: 1.125rem; /* 18px */
    line-height: 1.3333333333; /* 24px */
  }
}
@media (max-width: 767px) {
  .footer__top {
    padding: 50px 0 40px;
  }
}
.footer__top .footer-logos__logo {
  margin-bottom: 55px;
}
.footer__top .footer-logos img {
  max-width: 180px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .footer__top .footer-logos img {
    max-width: 150px;
    display: block;
    margin: auto;
  }
}
.footer__top .footer-logos img.laxton-logo {
  width: 200px;
  height: auto;
  max-width: unset;
}
.footer__top .footer-logos__award {
  margin: 30px 0;
  max-width: 200px;
}
.footer__top .footer-logos__award img, .footer__top .footer-logos__award picture {
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: 100%;
}
.footer__top .footer-logos__enviroment {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 55px 0 30px;
  padding: 30px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  justify-content: center;
}
.footer__top .footer-logos__enviroment__award-active {
  flex-direction: column;
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  gap: 15px;
  aspect-ratio: 1/1;
  flex-wrap: nowrap;
  max-width: 200px;
}
.footer__top .footer-logos__enviroment .group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__top .footer-logos__enviroment .group img {
  height: 70px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__top .footer-logos__enviroment p.heading {
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1.25; /* 20px */
}
.footer__top .footer-logos__enviroment a {
  font-family: "calibri", sans-serif;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.3076923077; /* 17px */
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
}
.footer__top .footer-logos__extra {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 30px 0;
}
.footer__top .footer-logos__extra img {
  margin: 0;
}
@media (max-width: 1199px) {
  .footer__top .footer-logos__award {
    max-width: initial;
  }
  .footer__top .footer-logos__enviroment {
    justify-content: center;
    padding: 20px;
    max-width: initial;
  }
  .footer__top .footer-logos__enviroment a {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer__top .footer-logos__enviroment {
    margin-top: 0;
  }
  .footer__top .footer-logos__extra {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer__top .footer-logos__enviroment {
    margin-top: 30px;
    padding: 16px 8px;
  }
}
.footer__top .search #searchform input[type=search] {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid white;
  font-family: "calibri", sans-serif;
  font-size: 17px; /* 17px */
  font-size: 1.0625rem; /* 17px */
  line-height: 1.3529411765; /* 23px */
  letter-spacing: 0;
  color: white;
  color: white;
  padding: 29px 20px;
}
.footer__top .search #searchform input[type=search]::-moz-placeholder {
  font-family: "calibri", sans-serif;
  font-size: 17px; /* 17px */
  font-size: 1.0625rem; /* 17px */
  line-height: 1.3529411765; /* 23px */
  letter-spacing: 0;
  color: white;
}
.footer__top .search #searchform input[type=search]::placeholder {
  font-family: "calibri", sans-serif;
  font-size: 17px; /* 17px */
  font-size: 1.0625rem; /* 17px */
  line-height: 1.3529411765; /* 23px */
  letter-spacing: 0;
  color: white;
}
.footer__top .search #searchform input[type=submit] {
  background-color: transparent;
  background-image: var(--wpr-bg-afec4d5c-7f1f-45a5-a31a-7536352c334c);
  top: 5px;
}
.footer__top .school-switch {
  font-family: "calibri", sans-serif;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1; /* 13px */
  letter-spacing: 1px;
  font-weight: bold;
  color: #002E60;
  text-transform: uppercase;
  background-color: white;
  padding: 15px 15px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 60px;
  width: 100%;
  border-radius: 3px;
}
.footer__top .school-switch svg {
  height: 29px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__top .socials .title, .footer__top .socials h4, .footer__top .socials h3, .footer__top .socials h2, .footer__top .socials h1 {
  font-size: 18px;
  margin: 30px 0 -10px !important;
}
.footer__top .socials .social-feeds {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}
.footer__top .socials .social-feeds a {
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 10px;
}
.footer__top .socials .social-feeds img, .footer__top .socials .social-feeds svg {
  height: 14px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__top .quick-links__link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer__top .quick-links__link a {
  text-transform: uppercase;
}
.footer__top .quick-links__link svg {
  margin-bottom: 10px;
}
.footer__top .quick-links a {
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1.0625; /* 17px */
  letter-spacing: 1.23px;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
  transition: all 0.4s ease-in-out;
}
.footer__top .quick-links a:hover, .footer__top .quick-links a:active, .footer__top .quick-links a:focus {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
@media (max-width: 1199px) {
  .footer__top .quick-links {
    margin-top: 40px;
  }
}
.footer__middle {
  padding: 45px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__middle .logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.footer__middle .logos-container img {
  max-width: 170px;
  height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .footer__middle .logos-container img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .footer__middle {
    padding: 25px 0;
  }
  .footer__middle .logos-container {
    gap: 20px;
  }
}
.footer__lower {
  padding: 45px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__lower__link, .footer__lower a, .footer__lower span {
  text-transform: uppercase;
  font-size: 11px; /* 11px */
  font-size: 0.6875rem; /* 11px */
  line-height: 1.0909090909; /* 12px */
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .footer__lower .pad-top-mob {
    margin-top: 20px;
  }
}
.footer__lower--policies span {
  padding: 0 3px;
}
@media (max-width: 767px) {
  .footer__lower {
    padding: 25px 0;
  }
}
.footer .download-button:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/download-icon-white.svg);
}
.footer .shools-menu ul {
  list-style: none;
  padding: 0;
}
.footer .shools-menu ul li {
  display: inline;
}
.footer .shools-menu ul li a {
  display: inline-block;
  padding: 10px 10px 10px 0;
}
.footer .shools-menu ul li a[target=_blank] {
  position: relative;
  padding-right: 40px;
}
.footer .shools-menu ul li a[target=_blank]::after {
  content: "";
  background-image: var(--wpr-bg-5694a8f8-0b5a-4988-90de-d7a57a2a2e69);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 10px 10px;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.banner-notice {
  background-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 0 0.6em 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000000000000000;
  padding: 10px 30px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-notice__text {
  max-width: 60%;
  display: inline-block;
  margin-right: 30px;
}
.banner-notice__text p {
  color: #002E60;
  padding-right: 30px;
  font-size: 16px;
  margin: 0.5em 0;
}
.banner-notice__text h2 {
  padding-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (max-width: 805px) {
  .banner-notice__text {
    max-width: 100%;
    display: block;
    margin: 0;
  }
  .banner-notice__text p {
    padding: 0;
  }
}
@media (max-width: 805px) {
  .banner-notice {
    flex-direction: column;
  }
  .banner-notice .button, .banner-notice .gform_wrapper .button, .gform_wrapper .banner-notice .button, .banner-notice .post-password-form input[type=submit], .post-password-form .banner-notice input[type=submit] {
    padding: 10px 14px;
  }
}
.banner-notice__close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 15px;
  height: 20px;
  padding: 10p;
  opacity: 0.3;
}
.banner-notice__close:hover {
  opacity: 1;
}
.banner-notice__close:before, .banner-notice__close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
}
.banner-notice__close:before {
  transform: rotate(45deg);
}
.banner-notice__close:after {
  transform: rotate(-45deg);
}
.banner-notice .button, .banner-notice .gform_wrapper .button, .gform_wrapper .banner-notice .button, .banner-notice .post-password-form input[type=submit], .post-password-form .banner-notice input[type=submit] {
  margin-top: 0;
  color: #970830 !important;
  border-color: #970830 !important;
  background-color: transparent !important;
}
.banner-notice .button:hover, .banner-notice .post-password-form input[type=submit]:hover, .post-password-form .banner-notice input[type=submit]:hover {
  color: #fff !important;
  background-color: #970830 !important;
}

.title, h4, h3, h2, h1 {
  font-family: "Palatino Linotype", "Palatino", serif;
  text-transform: uppercase;
}
.title--xs {
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1; /* 16px */
  letter-spacing: 0.2px;
}
.title--xs2 {
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.2222222222; /* 22px */
  letter-spacing: 0.23px;
}
.title--small, h4 {
  font-size: 30px; /* 30px */
  font-size: 1.875rem; /* 30px */
  line-height: 1.2; /* 36px */
  letter-spacing: 0.38px;
}
@media (max-width: 414px) {
  .title--small, h4 {
    font-size: 22px;
  }
}
.title--medium, h3 {
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.1666666667; /* 28px */
  letter-spacing: 0.5px;
}
.title--large {
  font-size: 40px; /* 40px */
  font-size: 2.5rem; /* 40px */
  line-height: 1.1; /* 44px */
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  .title--large {
    font-size: 30px; /* 30px */
    font-size: 1.875rem; /* 30px */
    line-height: 1.2; /* 36px */
    letter-spacing: 0.38px;
  }
}
.title--large2 {
  font-size: 64px; /* 64px */
  font-size: 4rem; /* 64px */
  line-height: 1.09375; /* 70px */
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  .title--large2 {
    font-size: 30px; /* 30px */
    font-size: 1.875rem; /* 30px */
    line-height: 1.2; /* 36px */
    letter-spacing: 0.38px;
  }
}
.title--large3 {
  font-size: 90px; /* 90px */
  font-size: 5.625rem; /* 90px */
  line-height: 1; /* 90px */
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  .title--large3 {
    font-size: 30px; /* 30px */
    font-size: 1.875rem; /* 30px */
    line-height: 1.2; /* 36px */
    letter-spacing: 0.38px;
  }
}
.title--xl {
  font-size: 160px; /* 160px */
  font-size: 10rem; /* 160px */
  line-height: 1; /* 160px */
  letter-spacing: 2.5px;
}
@media (max-width: 1025px) {
  .title--xl {
    font-size: 100px; /* 100px */
    font-size: 6.25rem; /* 100px */
    line-height: 1; /* 100px */
  }
}
@media (max-width: 600px) {
  .title--xl {
    font-size: 40px; /* 40px */
    font-size: 2.5rem; /* 40px */
    line-height: 2; /* 80px */
  }
}
.title--banner, h1 {
  font-size: 54px; /* 54px */
  font-size: 3.375rem; /* 54px */
  line-height: 1.0740740741; /* 58px */
  letter-spacing: 5px;
}
@media (max-width: 600px) {
  .title--banner, h1 {
    font-size: 38px; /* 38px */
    font-size: 2.375rem; /* 38px */
    line-height: 1.1578947368; /* 44px */
  }
}
@media (max-width: 350px) {
  .title--banner, h1 {
    font-size: 30px; /* 30px */
    font-size: 1.875rem; /* 30px */
    line-height: 1.3333333333; /* 40px */
  }
}
.title--blockthrough {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 104px;
  color: #970830;
  background-color: #eaecf4;
  display: inline;
}
@media (max-width: 991px) {
  .title--blockthrough {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .title--blockthrough {
    font-size: 40px;
    line-height: 50px;
  }
}
.title--line-through {
  color: #eaecf3;
  position: relative;
  overflow: hidden;
}
.title--line-through span {
  position: relative;
}
.title--line-through span:before, .title--line-through span:after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1px;
  background: #eaecf3;
  top: 50%;
}
.title--line-through span:before {
  left: -1040px;
}
.title--line-through span:after {
  right: -1040px;
}
.title--color--music {
  color: #3fa534;
}
.title--color--the-stahl-theatre {
  color: #9f1532;
}
.title--color--lecture-programme {
  color: #002e60;
}
.title--color--community-action {
  color: #6c257b;
}
.title--color--oundle-town-culture {
  color: #9f1532;
}
.title--color--the-yarrow-gallery {
  color: #b1006e;
}
.title--smaller {
  font-size: 1.575rem;
}
.title--number {
  line-height: 0.8;
}
@media (min-width: 1680px) {
  .title--number.white-color {
    font-size: 92px;
  }
}

.laxton-school .title--banner, .laxton-school h1 {
  letter-spacing: 0px;
}

.subtitle,
.subtitle p {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 1.3rem;
}
@media (max-width: 600px) {
  .subtitle,
  .subtitle p {
    font-size: 16px;
  }
}

.tag-card {
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 8px 10px;
  margin-right: 10px;
  font-family: "calibri", sans-serif;
  text-transform: uppercase;
  background: #EAECF3;
  color: black;
  font-weight: 600;
}

.heading {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}

.uppercase {
  text-transform: uppercase !important;
}

@media (max-width: 600px) {
  .page-id-397110 .title--banner,
  .page-id-397110 h1 {
    font-size: 28px; /* 28px */
    font-size: 1.75rem; /* 28px */
    line-height: 1.1428571429; /* 32px */
  }
}
@media (max-width: 350px) {
  .page-id-397110 .title--banner,
  .page-id-397110 h1 {
    font-size: 28px; /* 28px */
    font-size: 1.75rem; /* 28px */
    line-height: 1.1428571429; /* 32px */
  }
}

.instagram-feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instagram-feed__box {
  width: calc(25% - 6px);
  margin-bottom: 8px;
  position: relative;
  background-color: lightgrey;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.instagram-feed__box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.instagram-feed__box > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.instagram-feed__box--info {
  background-color: #002E60;
}
.instagram-feed__box--info > div:first-child {
  padding: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  text-align: center;
}
.instagram-feed__box--info > div:first-child p {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  opacity: 1;
  bottom: auto;
  left: auto;
}
.instagram-feed__box .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
}
.instagram-feed__box p {
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 30px;
  opacity: 0;
  transition: 0.5s;
  padding-right: 20px;
  font-size: 1rem;
  line-height: 1.2;
}
.instagram-feed__box:hover p {
  opacity: 1;
  transition: 0.5s;
}
.instagram-feed__box:hover .shadow {
  opacity: 0.7;
  transition: 0.5s;
}
.instagram-feed__box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram-feed__box:before {
  display: none;
}
.instagram-feed__box:after {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/social/instagram_circle.svg);
  position: absolute;
  top: 16px;
  left: 16px;
}
@media (max-width: 1100px) {
  .instagram-feed__box {
    width: calc(33.3333% - 8px);
  }
}
@media (max-width: 878px) {
  .instagram-feed__box {
    width: calc(50% - 4px);
  }
}
@media (max-width: 550px) {
  .instagram-feed__box {
    width: 100%;
  }
}
.instagram-feed__ljs {
  margin: 0 0 0 44px;
  padding: 10px 50px 50px;
  background-color: #E9ECF2;
}
.instagram-feed__ljs .shadow {
  background-color: #002E60 !important;
}
.instagram-feed__ljs .instagram-feed__box {
  width: calc(33.333% - 8px) !important;
  margin-bottom: 20px !important;
}
.instagram-feed__ljs .instagram-feed__box:after {
  display: none !important;
}
.instagram-feed__ljs .instagram-feed__box:first-of-type:after {
  display: none !important;
}
@media (max-width: 991px) {
  .instagram-feed__ljs .instagram-feed__box {
    width: calc(50% - 8px) !important;
    margin-top: 0 !important;
  }
  .instagram-feed__ljs .instagram-feed__box:nth-last-of-type(2), .instagram-feed__ljs .instagram-feed__box:nth-last-of-type(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .instagram-feed__ljs .instagram-feed__box p {
    bottom: 0px;
    /* overflow: scroll; */
    left: 10px;
    opacity: 0;
    transition: 0.5s;
    padding-right: 7px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .instagram-feed__ljs {
    margin: 0px 30px 0;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .instagram-feed__ljs {
    padding: 20px 20px 12px;
    margin: 0px 10px 0;
  }
}

.instagram-scroll {
  background-color: #002E60;
  padding: 41px 48px 45px;
  margin-right: 44px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.instagram-scroll__link {
  font-family: "Palatino Linotype", "Palatino", serif;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
}
.instagram-scroll__link span {
  margin-left: 15px;
}
.instagram-scroll__link svg {
  width: 22px;
  height: 22px;
}
.instagram-scroll__link svg path {
  fill: white;
}
.instagram-scroll__link:hover {
  text-decoration: none;
  color: white;
}
.instagram-scroll__title {
  font-size: 38px;
  letter-spacing: 0;
  line-height: 44px;
  color: white;
  text-transform: unset;
  margin: 30px 0 10px;
  padding: 0;
  font-family: "Palatino Linotype", "Palatino", serif;
}
.instagram-scroll__intro {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: white;
}
.instagram-scroll .green-blob, .instagram-scroll .yellow-blob, .instagram-scroll .blue-blob {
  position: absolute;
}
.instagram-scroll .green-blob {
  bottom: -20px;
  left: 15px;
  right: unset;
  top: unset;
}
.instagram-scroll .yellow-blob {
  right: 16px;
  bottom: -16px;
}
.instagram-scroll .blue-blob {
  right: -105px;
}
.instagram-scroll__box {
  width: 100% !important;
  aspect-ratio: 1/1;
}
.instagram-scroll__box:after {
  display: none !important;
}
.instagram-scroll__box:before {
  display: none !important;
}
@media (max-width: 991px) {
  .instagram-scroll {
    margin: 20px 30px 0;
  }
}
@media (max-width: 767px) {
  .instagram-scroll {
    margin: 20px 10px 0;
  }
}

.page-template-tpl-contact .instagram-feed {
  margin-bottom: -15px;
}
.page-template-tpl-contact .instagram-feed__box:first-of-type:after {
  display: none;
}

@media (min-width: 769px) {
  .image-text-columns {
    display: flex;
  }
  .image-text-columns > div {
    width: 50%;
    overflow: hidden;
  }
}
.image-text-columns.left-align > div:last-child {
  order: 1;
}
.image-text-columns.left-align > div:first-child {
  order: 2;
}
.image-text-columns__image {
  position: relative;
  position: relative;
}
.image-text-columns__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 83.3333333333%;
}
.image-text-columns__image > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-text-columns__image .image-wrap {
  width: 100%;
  height: 100%;
}
.image-text-columns__image .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.image-text-columns__image .image-wrap--ie picture {
  display: none;
}
.image-text-columns__image .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .image-text-columns__image:before {
    padding-top: 58%;
  }
}
.image-text-columns__image p {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  margin: 0;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 3px 0 0px;
}
.image-text-columns__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.image-text-columns__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}
.image-text-columns__text__inner {
  width: 100%;
}
@media (min-width: 769px) {
  .image-text-columns__text__inner {
    max-width: 531px;
  }
}
.image-text-columns__text__inner .title, .image-text-columns__text__inner h1, .image-text-columns__text__inner h2, .image-text-columns__text__inner h3, .image-text-columns__text__inner h4 {
  padding-bottom: 10px;
}
@media (max-width: 1172px) {
  .image-text-columns__text__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 700px) {
  .image-text-columns__text__inner {
    padding: 0px 10px;
  }
}
.image-text-columns__text.grey-background .title, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .title, .image-text-columns__text.grey-background h1, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type h1, .image-text-columns__text.grey-background h2, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type h2, .image-text-columns__text.grey-background h3, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type h3, .image-text-columns__text.grey-background h4, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type h4, .image-text-columns__text.white-background .title, .image-text-columns__text.white-background h1, .image-text-columns__text.white-background h2, .image-text-columns__text.white-background h3, .image-text-columns__text.white-background h4 {
  color: #002E60;
}
.image-text-columns__text.grey-background .button:not(.button--outline), .image-text-columns__text.grey-background .post-password-form input[type=submit]:not(.button--outline), .post-password-form .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:not(.button--outline), .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .button:not(.button--outline), .image-text-columns__text.white-background .post-password-form input[type=submit]:not(.button--outline), .post-password-form .image-text-columns__text.white-background input[type=submit]:not(.button--outline) {
  color: #fff !important;
  background-color: #970830;
  border-color: transparent !important;
}
.image-text-columns__text.grey-background .button:not(.button--outline):hover, .image-text-columns__text.grey-background .post-password-form input[type=submit]:not(.button--outline):hover, .post-password-form .image-text-columns__text.grey-background input[type=submit]:not(.button--outline):hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:not(.button--outline):hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:not(.button--outline):hover, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline):hover, .image-text-columns__text.white-background .button:not(.button--outline):hover, .image-text-columns__text.white-background .post-password-form input[type=submit]:not(.button--outline):hover, .post-password-form .image-text-columns__text.white-background input[type=submit]:not(.button--outline):hover {
  color: #fff !important;
  background-color: #002E60 !important;
}
.image-text-columns__text.grey-background .button--outline, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline, .image-text-columns__text.grey-background .image-with-text-box .button, .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .gform_button.button, .gform_wrapper .image-text-columns__text.grey-background .image-with-text-box .gform_button.button, .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .button, .gform_wrapper .image-text-columns__text.grey-background .image-with-text-box .button, .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .image-text-columns__text.grey-background .image-with-text-box input[type=submit], .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .image-text-columns__text.grey-background .image-with-text-box input[type=submit], .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .image-text-columns__text.grey-background .image-with-text-box input.gform_button[type=submit], .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .image-text-columns__text.grey-background .image-with-text-box input.gform_button[type=submit], .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit], .post-password-form .image-text-columns__text.grey-background .image-with-text-box input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .gform_button.button, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_button.button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .button, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input.gform_button[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input.gform_button[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit], .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit], .image-with-text-box .image-text-columns__text.grey-background .button, .image-with-text-box .image-text-columns__text.grey-background .gform_wrapper .gform_button.button, .gform_wrapper .image-with-text-box .image-text-columns__text.grey-background .gform_button.button, .image-with-text-box .image-text-columns__text.grey-background .gform_wrapper .button, .gform_wrapper .image-with-text-box .image-text-columns__text.grey-background .button, .image-with-text-box .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .image-with-text-box .image-text-columns__text.grey-background input[type=submit], .image-with-text-box .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .image-with-text-box .image-text-columns__text.grey-background input[type=submit], .image-with-text-box .image-text-columns__text.grey-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .image-with-text-box .image-text-columns__text.grey-background input.gform_button[type=submit], .image-with-text-box .image-text-columns__text.grey-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .image-with-text-box .image-text-columns__text.grey-background input.gform_button[type=submit], .image-with-text-box .image-text-columns__text.grey-background .post-password-form input[type=submit], .post-password-form .image-with-text-box .image-text-columns__text.grey-background input[type=submit], .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .button, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .button, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .image-text-columns__text.grey-background .full-width-text-strip .button, .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .gform_button.button, .gform_wrapper .image-text-columns__text.grey-background .full-width-text-strip .gform_button.button, .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .button, .gform_wrapper .image-text-columns__text.grey-background .full-width-text-strip .button, .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .image-text-columns__text.grey-background .full-width-text-strip input[type=submit], .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .image-text-columns__text.grey-background .full-width-text-strip input[type=submit], .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .image-text-columns__text.grey-background .full-width-text-strip input.gform_button[type=submit], .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .image-text-columns__text.grey-background .full-width-text-strip input.gform_button[type=submit], .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit], .post-password-form .image-text-columns__text.grey-background .full-width-text-strip input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .gform_button.button, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_button.button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .button, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input.gform_button[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input.gform_button[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit], .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit], .full-width-text-strip .image-text-columns__text.grey-background .button, .full-width-text-strip .image-text-columns__text.grey-background .gform_wrapper .gform_button.button, .gform_wrapper .full-width-text-strip .image-text-columns__text.grey-background .gform_button.button, .full-width-text-strip .image-text-columns__text.grey-background .gform_wrapper .button, .gform_wrapper .full-width-text-strip .image-text-columns__text.grey-background .button, .full-width-text-strip .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .image-text-columns__text.grey-background input[type=submit], .full-width-text-strip .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .image-text-columns__text.grey-background input[type=submit], .full-width-text-strip .image-text-columns__text.grey-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .image-text-columns__text.grey-background input.gform_button[type=submit], .full-width-text-strip .image-text-columns__text.grey-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .image-text-columns__text.grey-background input.gform_button[type=submit], .full-width-text-strip .image-text-columns__text.grey-background .post-password-form input[type=submit], .post-password-form .full-width-text-strip .image-text-columns__text.grey-background input[type=submit], .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .button, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .button, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .image-text-columns__text.white-background .button--outline, .image-text-columns__text.white-background .image-with-text-box .button, .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .gform_button.button, .gform_wrapper .image-text-columns__text.white-background .image-with-text-box .gform_button.button, .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .button, .gform_wrapper .image-text-columns__text.white-background .image-with-text-box .button, .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .image-text-columns__text.white-background .image-with-text-box input[type=submit], .image-text-columns__text.white-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .image-text-columns__text.white-background .image-with-text-box input[type=submit], .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .image-text-columns__text.white-background .image-with-text-box input.gform_button[type=submit], .image-text-columns__text.white-background .image-with-text-box .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .image-text-columns__text.white-background .image-with-text-box input.gform_button[type=submit], .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit], .post-password-form .image-text-columns__text.white-background .image-with-text-box input[type=submit], .image-with-text-box .image-text-columns__text.white-background .button, .image-with-text-box .image-text-columns__text.white-background .gform_wrapper .gform_button.button, .gform_wrapper .image-with-text-box .image-text-columns__text.white-background .gform_button.button, .image-with-text-box .image-text-columns__text.white-background .gform_wrapper .button, .gform_wrapper .image-with-text-box .image-text-columns__text.white-background .button, .image-with-text-box .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .image-with-text-box .image-text-columns__text.white-background input[type=submit], .image-with-text-box .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .image-with-text-box .image-text-columns__text.white-background input[type=submit], .image-with-text-box .image-text-columns__text.white-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .image-with-text-box .image-text-columns__text.white-background input.gform_button[type=submit], .image-with-text-box .image-text-columns__text.white-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .image-with-text-box .image-text-columns__text.white-background input.gform_button[type=submit], .image-with-text-box .image-text-columns__text.white-background .post-password-form input[type=submit], .post-password-form .image-with-text-box .image-text-columns__text.white-background input[type=submit], .image-text-columns__text.white-background .full-width-text-strip .button, .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .gform_button.button, .gform_wrapper .image-text-columns__text.white-background .full-width-text-strip .gform_button.button, .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .button, .gform_wrapper .image-text-columns__text.white-background .full-width-text-strip .button, .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .image-text-columns__text.white-background .full-width-text-strip input[type=submit], .image-text-columns__text.white-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .image-text-columns__text.white-background .full-width-text-strip input[type=submit], .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .image-text-columns__text.white-background .full-width-text-strip input.gform_button[type=submit], .image-text-columns__text.white-background .full-width-text-strip .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .image-text-columns__text.white-background .full-width-text-strip input.gform_button[type=submit], .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit], .post-password-form .image-text-columns__text.white-background .full-width-text-strip input[type=submit], .full-width-text-strip .image-text-columns__text.white-background .button, .full-width-text-strip .image-text-columns__text.white-background .gform_wrapper .gform_button.button, .gform_wrapper .full-width-text-strip .image-text-columns__text.white-background .gform_button.button, .full-width-text-strip .image-text-columns__text.white-background .gform_wrapper .button, .gform_wrapper .full-width-text-strip .image-text-columns__text.white-background .button, .full-width-text-strip .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .image-text-columns__text.white-background input[type=submit], .full-width-text-strip .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .image-text-columns__text.white-background input[type=submit], .full-width-text-strip .image-text-columns__text.white-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .image-text-columns__text.white-background input.gform_button[type=submit], .full-width-text-strip .image-text-columns__text.white-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .image-text-columns__text.white-background input.gform_button[type=submit], .full-width-text-strip .image-text-columns__text.white-background .post-password-form input[type=submit], .post-password-form .full-width-text-strip .image-text-columns__text.white-background input[type=submit] {
  border-color: #970830 !important;
  background-color: transparent !important;
  color: #970830 !important;
}
.image-text-columns__text.grey-background .button--outline:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline:hover, .image-text-columns__text.grey-background .image-with-text-box .button:hover, .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .button:hover, .gform_wrapper .image-text-columns__text.grey-background .image-with-text-box .button:hover, .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:hover, .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:hover, .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit]:hover, .post-password-form .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .button:hover, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:hover, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:hover, .image-with-text-box .image-text-columns__text.grey-background .button:hover, .image-with-text-box .image-text-columns__text.grey-background .gform_wrapper .button:hover, .gform_wrapper .image-with-text-box .image-text-columns__text.grey-background .button:hover, .image-with-text-box .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .image-with-text-box .image-text-columns__text.grey-background input[type=submit]:hover, .image-with-text-box .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .image-with-text-box .image-text-columns__text.grey-background input[type=submit]:hover, .image-with-text-box .image-text-columns__text.grey-background .post-password-form input[type=submit]:hover, .post-password-form .image-with-text-box .image-text-columns__text.grey-background input[type=submit]:hover, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:hover, .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .button:hover, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:hover, .gform_wrapper .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .button:hover, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .image-text-columns__text.grey-background .full-width-text-strip .button:hover, .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .button:hover, .gform_wrapper .image-text-columns__text.grey-background .full-width-text-strip .button:hover, .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:hover, .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:hover, .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit]:hover, .post-password-form .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .button:hover, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:hover, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:hover, .full-width-text-strip .image-text-columns__text.grey-background .button:hover, .full-width-text-strip .image-text-columns__text.grey-background .gform_wrapper .button:hover, .gform_wrapper .full-width-text-strip .image-text-columns__text.grey-background .button:hover, .full-width-text-strip .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip .image-text-columns__text.grey-background input[type=submit]:hover, .full-width-text-strip .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip .image-text-columns__text.grey-background input[type=submit]:hover, .full-width-text-strip .image-text-columns__text.grey-background .post-password-form input[type=submit]:hover, .post-password-form .full-width-text-strip .image-text-columns__text.grey-background input[type=submit]:hover, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:hover, .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .button:hover, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:hover, .gform_wrapper .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .button:hover, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .image-text-columns__text.grey-background .button--outline:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline:active, .image-text-columns__text.grey-background .image-with-text-box .button:active, .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .button:active, .gform_wrapper .image-text-columns__text.grey-background .image-with-text-box .button:active, .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:active, .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:active, .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit]:active, .post-password-form .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .button:active, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:active, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:active, .image-with-text-box .image-text-columns__text.grey-background .button:active, .image-with-text-box .image-text-columns__text.grey-background .gform_wrapper .button:active, .gform_wrapper .image-with-text-box .image-text-columns__text.grey-background .button:active, .image-with-text-box .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .image-with-text-box .image-text-columns__text.grey-background input[type=submit]:active, .image-with-text-box .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .image-with-text-box .image-text-columns__text.grey-background input[type=submit]:active, .image-with-text-box .image-text-columns__text.grey-background .post-password-form input[type=submit]:active, .post-password-form .image-with-text-box .image-text-columns__text.grey-background input[type=submit]:active, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:active, .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:active, .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .button:active, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:active, .gform_wrapper .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .button:active, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:active, .post-password-form .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .image-text-columns__text.grey-background .full-width-text-strip .button:active, .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .button:active, .gform_wrapper .image-text-columns__text.grey-background .full-width-text-strip .button:active, .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:active, .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:active, .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit]:active, .post-password-form .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .button:active, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:active, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:active, .full-width-text-strip .image-text-columns__text.grey-background .button:active, .full-width-text-strip .image-text-columns__text.grey-background .gform_wrapper .button:active, .gform_wrapper .full-width-text-strip .image-text-columns__text.grey-background .button:active, .full-width-text-strip .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .full-width-text-strip .image-text-columns__text.grey-background input[type=submit]:active, .full-width-text-strip .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .full-width-text-strip .image-text-columns__text.grey-background input[type=submit]:active, .full-width-text-strip .image-text-columns__text.grey-background .post-password-form input[type=submit]:active, .post-password-form .full-width-text-strip .image-text-columns__text.grey-background input[type=submit]:active, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:active, .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:active, .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .button:active, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:active, .gform_wrapper .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .button:active, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:active, .post-password-form .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .image-text-columns__text.grey-background .button--outline:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline:focus, .image-text-columns__text.grey-background .image-with-text-box .button:focus, .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .button:focus, .gform_wrapper .image-text-columns__text.grey-background .image-with-text-box .button:focus, .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:focus, .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:focus, .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit]:focus, .post-password-form .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .button:focus, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:focus, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:focus, .image-with-text-box .image-text-columns__text.grey-background .button:focus, .image-with-text-box .image-text-columns__text.grey-background .gform_wrapper .button:focus, .gform_wrapper .image-with-text-box .image-text-columns__text.grey-background .button:focus, .image-with-text-box .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .image-with-text-box .image-text-columns__text.grey-background input[type=submit]:focus, .image-with-text-box .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .image-with-text-box .image-text-columns__text.grey-background input[type=submit]:focus, .image-with-text-box .image-text-columns__text.grey-background .post-password-form input[type=submit]:focus, .post-password-form .image-with-text-box .image-text-columns__text.grey-background input[type=submit]:focus, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:focus, .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:focus, .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .button:focus, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:focus, .gform_wrapper .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .button:focus, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:focus, .post-password-form .home .laxton-school .image-with-text-box .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .image-text-columns__text.grey-background .full-width-text-strip .button:focus, .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .button:focus, .gform_wrapper .image-text-columns__text.grey-background .full-width-text-strip .button:focus, .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:focus, .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:focus, .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit]:focus, .post-password-form .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .button:focus, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:focus, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:focus, .full-width-text-strip .image-text-columns__text.grey-background .button:focus, .full-width-text-strip .image-text-columns__text.grey-background .gform_wrapper .button:focus, .gform_wrapper .full-width-text-strip .image-text-columns__text.grey-background .button:focus, .full-width-text-strip .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .full-width-text-strip .image-text-columns__text.grey-background input[type=submit]:focus, .full-width-text-strip .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .full-width-text-strip .image-text-columns__text.grey-background input[type=submit]:focus, .full-width-text-strip .image-text-columns__text.grey-background .post-password-form input[type=submit]:focus, .post-password-form .full-width-text-strip .image-text-columns__text.grey-background input[type=submit]:focus, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:focus, .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:focus, .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .button:focus, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:focus, .gform_wrapper .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .button:focus, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:focus, .post-password-form .home .laxton-school .full-width-text-strip .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .image-text-columns__text.white-background .button--outline:hover, .image-text-columns__text.white-background .image-with-text-box .button:hover, .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .button:hover, .gform_wrapper .image-text-columns__text.white-background .image-with-text-box .button:hover, .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .image-text-columns__text.white-background .image-with-text-box input[type=submit]:hover, .image-text-columns__text.white-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .image-text-columns__text.white-background .image-with-text-box input[type=submit]:hover, .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit]:hover, .post-password-form .image-text-columns__text.white-background .image-with-text-box input[type=submit]:hover, .image-with-text-box .image-text-columns__text.white-background .button:hover, .image-with-text-box .image-text-columns__text.white-background .gform_wrapper .button:hover, .gform_wrapper .image-with-text-box .image-text-columns__text.white-background .button:hover, .image-with-text-box .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .image-with-text-box .image-text-columns__text.white-background input[type=submit]:hover, .image-with-text-box .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .image-with-text-box .image-text-columns__text.white-background input[type=submit]:hover, .image-with-text-box .image-text-columns__text.white-background .post-password-form input[type=submit]:hover, .post-password-form .image-with-text-box .image-text-columns__text.white-background input[type=submit]:hover, .image-text-columns__text.white-background .full-width-text-strip .button:hover, .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .button:hover, .gform_wrapper .image-text-columns__text.white-background .full-width-text-strip .button:hover, .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:hover, .image-text-columns__text.white-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:hover, .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit]:hover, .post-password-form .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:hover, .full-width-text-strip .image-text-columns__text.white-background .button:hover, .full-width-text-strip .image-text-columns__text.white-background .gform_wrapper .button:hover, .gform_wrapper .full-width-text-strip .image-text-columns__text.white-background .button:hover, .full-width-text-strip .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip .image-text-columns__text.white-background input[type=submit]:hover, .full-width-text-strip .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip .image-text-columns__text.white-background input[type=submit]:hover, .full-width-text-strip .image-text-columns__text.white-background .post-password-form input[type=submit]:hover, .post-password-form .full-width-text-strip .image-text-columns__text.white-background input[type=submit]:hover, .image-text-columns__text.white-background .button--outline:active, .image-text-columns__text.white-background .image-with-text-box .button:active, .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .button:active, .gform_wrapper .image-text-columns__text.white-background .image-with-text-box .button:active, .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .image-text-columns__text.white-background .image-with-text-box input[type=submit]:active, .image-text-columns__text.white-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .image-text-columns__text.white-background .image-with-text-box input[type=submit]:active, .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit]:active, .post-password-form .image-text-columns__text.white-background .image-with-text-box input[type=submit]:active, .image-with-text-box .image-text-columns__text.white-background .button:active, .image-with-text-box .image-text-columns__text.white-background .gform_wrapper .button:active, .gform_wrapper .image-with-text-box .image-text-columns__text.white-background .button:active, .image-with-text-box .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .image-with-text-box .image-text-columns__text.white-background input[type=submit]:active, .image-with-text-box .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .image-with-text-box .image-text-columns__text.white-background input[type=submit]:active, .image-with-text-box .image-text-columns__text.white-background .post-password-form input[type=submit]:active, .post-password-form .image-with-text-box .image-text-columns__text.white-background input[type=submit]:active, .image-text-columns__text.white-background .full-width-text-strip .button:active, .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .button:active, .gform_wrapper .image-text-columns__text.white-background .full-width-text-strip .button:active, .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:active, .image-text-columns__text.white-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:active, .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit]:active, .post-password-form .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:active, .full-width-text-strip .image-text-columns__text.white-background .button:active, .full-width-text-strip .image-text-columns__text.white-background .gform_wrapper .button:active, .gform_wrapper .full-width-text-strip .image-text-columns__text.white-background .button:active, .full-width-text-strip .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .full-width-text-strip .image-text-columns__text.white-background input[type=submit]:active, .full-width-text-strip .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .full-width-text-strip .image-text-columns__text.white-background input[type=submit]:active, .full-width-text-strip .image-text-columns__text.white-background .post-password-form input[type=submit]:active, .post-password-form .full-width-text-strip .image-text-columns__text.white-background input[type=submit]:active, .image-text-columns__text.white-background .button--outline:focus, .image-text-columns__text.white-background .image-with-text-box .button:focus, .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .button:focus, .gform_wrapper .image-text-columns__text.white-background .image-with-text-box .button:focus, .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .image-text-columns__text.white-background .image-with-text-box input[type=submit]:focus, .image-text-columns__text.white-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .image-text-columns__text.white-background .image-with-text-box input[type=submit]:focus, .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit]:focus, .post-password-form .image-text-columns__text.white-background .image-with-text-box input[type=submit]:focus, .image-with-text-box .image-text-columns__text.white-background .button:focus, .image-with-text-box .image-text-columns__text.white-background .gform_wrapper .button:focus, .gform_wrapper .image-with-text-box .image-text-columns__text.white-background .button:focus, .image-with-text-box .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .image-with-text-box .image-text-columns__text.white-background input[type=submit]:focus, .image-with-text-box .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .image-with-text-box .image-text-columns__text.white-background input[type=submit]:focus, .image-with-text-box .image-text-columns__text.white-background .post-password-form input[type=submit]:focus, .post-password-form .image-with-text-box .image-text-columns__text.white-background input[type=submit]:focus, .image-text-columns__text.white-background .full-width-text-strip .button:focus, .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .button:focus, .gform_wrapper .image-text-columns__text.white-background .full-width-text-strip .button:focus, .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:focus, .image-text-columns__text.white-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:focus, .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit]:focus, .post-password-form .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:focus, .full-width-text-strip .image-text-columns__text.white-background .button:focus, .full-width-text-strip .image-text-columns__text.white-background .gform_wrapper .button:focus, .gform_wrapper .full-width-text-strip .image-text-columns__text.white-background .button:focus, .full-width-text-strip .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .full-width-text-strip .image-text-columns__text.white-background input[type=submit]:focus, .full-width-text-strip .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .full-width-text-strip .image-text-columns__text.white-background input[type=submit]:focus, .full-width-text-strip .image-text-columns__text.white-background .post-password-form input[type=submit]:focus, .post-password-form .full-width-text-strip .image-text-columns__text.white-background input[type=submit]:focus {
  background-color: #970830 !important;
  color: #fff !important;
}
.image-text-columns__text.blue-background {
  color: #fff !important;
}
.image-text-columns__text.blue-background .title, .image-text-columns__text.blue-background h1, .image-text-columns__text.blue-background h2, .image-text-columns__text.blue-background h3, .image-text-columns__text.blue-background h4 {
  color: #fff !important;
}
.image-text-columns .category, .image-text-columns .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .image-text-columns label {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .image-text-columns {
    display: flex;
    flex-direction: column;
  }
  .image-text-columns__image {
    order: 1;
  }
  .image-text-columns__text {
    order: 2;
  }
}

@media (max-width: 769px) {
  .page-id-404766 .image-text-columns#map_image .image-text-columns__image:before {
    padding-top: 90%;
  }
}

.laxton-school .image-text-columns__text.grey-background .button--outline, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .button, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .gform_button.button, .gform_wrapper .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_button.button, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .button, .gform_wrapper .laxton-school .image-text-columns__text.grey-background .image-with-text-box .button, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit], .laxton-school .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit], .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background .image-with-text-box input.gform_button[type=submit], .laxton-school .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background .image-with-text-box input.gform_button[type=submit], .laxton-school .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit], .post-password-form .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .gform_button.button, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_button.button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .button, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input.gform_button[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input.gform_button[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit], .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit], .image-with-text-box .laxton-school .image-text-columns__text.grey-background .button, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_wrapper .gform_button.button, .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_button.button, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_wrapper .button, .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.grey-background .button, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit], .image-with-text-box .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit], .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.grey-background input.gform_button[type=submit], .image-with-text-box .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.grey-background input.gform_button[type=submit], .image-with-text-box .laxton-school .image-text-columns__text.grey-background .post-password-form input[type=submit], .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit], .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .button, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .gform_button.button, .gform_wrapper .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_button.button, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .button, .gform_wrapper .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .button, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit], .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit], .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input.gform_button[type=submit], .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input.gform_button[type=submit], .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit], .post-password-form .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .gform_button.button, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_button.button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .button, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input.gform_button[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input.gform_button[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit], .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit], .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .button, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_wrapper .gform_button.button, .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_button.button, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_wrapper .button, .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .button, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit], .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit], .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input.gform_button[type=submit], .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input.gform_button[type=submit], .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .post-password-form input[type=submit], .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit], .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input.gform_button[type=submit], .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .laxton-school .image-text-columns__text.white-background .button--outline, .laxton-school .image-text-columns__text.white-background .image-with-text-box .button, .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .gform_button.button, .gform_wrapper .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_button.button, .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .button, .gform_wrapper .laxton-school .image-text-columns__text.white-background .image-with-text-box .button, .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit], .laxton-school .image-text-columns__text.white-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit], .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background .image-with-text-box input.gform_button[type=submit], .laxton-school .image-text-columns__text.white-background .image-with-text-box .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background .image-with-text-box input.gform_button[type=submit], .laxton-school .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit], .post-password-form .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit], .image-with-text-box .laxton-school .image-text-columns__text.white-background .button, .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_wrapper .gform_button.button, .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_button.button, .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_wrapper .button, .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.white-background .button, .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit], .image-with-text-box .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit], .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.white-background input.gform_button[type=submit], .image-with-text-box .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.white-background input.gform_button[type=submit], .image-with-text-box .laxton-school .image-text-columns__text.white-background .post-password-form input[type=submit], .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit], .laxton-school .image-text-columns__text.white-background .full-width-text-strip .button, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .gform_button.button, .gform_wrapper .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_button.button, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .button, .gform_wrapper .laxton-school .image-text-columns__text.white-background .full-width-text-strip .button, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit], .laxton-school .image-text-columns__text.white-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit], .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background .full-width-text-strip input.gform_button[type=submit], .laxton-school .image-text-columns__text.white-background .full-width-text-strip .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background .full-width-text-strip input.gform_button[type=submit], .laxton-school .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit], .post-password-form .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit], .full-width-text-strip .laxton-school .image-text-columns__text.white-background .button, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_wrapper .gform_button.button, .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_button.button, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_wrapper .button, .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.white-background .button, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit], .full-width-text-strip .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit], .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.white-background input.gform_button[type=submit], .full-width-text-strip .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.white-background input.gform_button[type=submit], .full-width-text-strip .laxton-school .image-text-columns__text.white-background .post-password-form input[type=submit], .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit] {
  border-color: #81B2E1 !important;
  color: #81B2E1 !important;
}
.laxton-school .image-text-columns__text.grey-background .button--outline:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline:hover, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .button:hover, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .button:hover, .gform_wrapper .laxton-school .image-text-columns__text.grey-background .image-with-text-box .button:hover, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:hover, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:hover, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit]:hover, .post-password-form .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .button:hover, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:hover, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:hover, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .button:hover, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_wrapper .button:hover, .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.grey-background .button:hover, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit]:hover, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit]:hover, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .post-password-form input[type=submit]:hover, .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit]:hover, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:hover, .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:hover, .gform_wrapper .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .button:hover, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .button:hover, .gform_wrapper .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .button:hover, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:hover, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:hover, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit]:hover, .post-password-form .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .button:hover, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:hover, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:hover, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .button:hover, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_wrapper .button:hover, .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .button:hover, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit]:hover, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit]:hover, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .post-password-form input[type=submit]:hover, .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit]:hover, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:hover, .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:hover, .gform_wrapper .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .laxton-school .image-text-columns__text.grey-background .button--outline:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline:active, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .button:active, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .button:active, .gform_wrapper .laxton-school .image-text-columns__text.grey-background .image-with-text-box .button:active, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:active, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:active, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit]:active, .post-password-form .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .button:active, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:active, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:active, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .button:active, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_wrapper .button:active, .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.grey-background .button:active, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit]:active, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit]:active, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .post-password-form input[type=submit]:active, .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit]:active, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:active, .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:active, .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:active, .gform_wrapper .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:active, .post-password-form .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .button:active, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .button:active, .gform_wrapper .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .button:active, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:active, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:active, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit]:active, .post-password-form .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .button:active, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:active, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:active, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:active, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .button:active, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_wrapper .button:active, .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .button:active, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit]:active, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit]:active, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .post-password-form input[type=submit]:active, .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit]:active, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:active, .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:active, .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:active, .gform_wrapper .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:active, .post-password-form .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .laxton-school .image-text-columns__text.grey-background .button--outline:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline:focus, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .button:focus, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .button:focus, .gform_wrapper .laxton-school .image-text-columns__text.grey-background .image-with-text-box .button:focus, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:focus, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:focus, .laxton-school .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit]:focus, .post-password-form .laxton-school .image-text-columns__text.grey-background .image-with-text-box input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .button:focus, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:focus, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box input[type=submit]:focus, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .button:focus, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_wrapper .button:focus, .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.grey-background .button:focus, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit]:focus, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit]:focus, .image-with-text-box .laxton-school .image-text-columns__text.grey-background .post-password-form input[type=submit]:focus, .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.grey-background input[type=submit]:focus, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:focus, .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:focus, .post-password-form .image-with-text-box .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:focus, .gform_wrapper .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:focus, .post-password-form .home .image-with-text-box .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .button:focus, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .button:focus, .gform_wrapper .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .button:focus, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:focus, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:focus, .laxton-school .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit]:focus, .post-password-form .laxton-school .image-text-columns__text.grey-background .full-width-text-strip input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .button:focus, .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:focus, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:focus, .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip input[type=submit]:focus, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .button:focus, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_wrapper .button:focus, .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .button:focus, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit]:focus, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit]:focus, .full-width-text-strip .laxton-school .image-text-columns__text.grey-background .post-password-form input[type=submit]:focus, .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.grey-background input[type=submit]:focus, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:focus, .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:focus, .post-password-form .full-width-text-strip .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:focus, .gform_wrapper .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:focus, .post-password-form .home .full-width-text-strip .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .laxton-school .image-text-columns__text.white-background .button--outline:hover, .laxton-school .image-text-columns__text.white-background .image-with-text-box .button:hover, .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .button:hover, .gform_wrapper .laxton-school .image-text-columns__text.white-background .image-with-text-box .button:hover, .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit]:hover, .laxton-school .image-text-columns__text.white-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit]:hover, .laxton-school .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit]:hover, .post-password-form .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit]:hover, .image-with-text-box .laxton-school .image-text-columns__text.white-background .button:hover, .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_wrapper .button:hover, .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.white-background .button:hover, .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit]:hover, .image-with-text-box .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit]:hover, .image-with-text-box .laxton-school .image-text-columns__text.white-background .post-password-form input[type=submit]:hover, .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit]:hover, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .button:hover, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .button:hover, .gform_wrapper .laxton-school .image-text-columns__text.white-background .full-width-text-strip .button:hover, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:hover, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:hover, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit]:hover, .post-password-form .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:hover, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .button:hover, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_wrapper .button:hover, .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.white-background .button:hover, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit]:hover, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit]:hover, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .post-password-form input[type=submit]:hover, .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit]:hover, .laxton-school .image-text-columns__text.white-background .button--outline:active, .laxton-school .image-text-columns__text.white-background .image-with-text-box .button:active, .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .button:active, .gform_wrapper .laxton-school .image-text-columns__text.white-background .image-with-text-box .button:active, .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit]:active, .laxton-school .image-text-columns__text.white-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit]:active, .laxton-school .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit]:active, .post-password-form .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit]:active, .image-with-text-box .laxton-school .image-text-columns__text.white-background .button:active, .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_wrapper .button:active, .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.white-background .button:active, .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit]:active, .image-with-text-box .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit]:active, .image-with-text-box .laxton-school .image-text-columns__text.white-background .post-password-form input[type=submit]:active, .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit]:active, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .button:active, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .button:active, .gform_wrapper .laxton-school .image-text-columns__text.white-background .full-width-text-strip .button:active, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:active, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:active, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit]:active, .post-password-form .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:active, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .button:active, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_wrapper .button:active, .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.white-background .button:active, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:active, .gform_wrapper .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit]:active, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:active, .post-password-form .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit]:active, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .post-password-form input[type=submit]:active, .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit]:active, .laxton-school .image-text-columns__text.white-background .button--outline:focus, .laxton-school .image-text-columns__text.white-background .image-with-text-box .button:focus, .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .button:focus, .gform_wrapper .laxton-school .image-text-columns__text.white-background .image-with-text-box .button:focus, .laxton-school .image-text-columns__text.white-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit]:focus, .laxton-school .image-text-columns__text.white-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit]:focus, .laxton-school .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit]:focus, .post-password-form .laxton-school .image-text-columns__text.white-background .image-with-text-box input[type=submit]:focus, .image-with-text-box .laxton-school .image-text-columns__text.white-background .button:focus, .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_wrapper .button:focus, .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.white-background .button:focus, .image-with-text-box .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit]:focus, .image-with-text-box .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit]:focus, .image-with-text-box .laxton-school .image-text-columns__text.white-background .post-password-form input[type=submit]:focus, .post-password-form .image-with-text-box .laxton-school .image-text-columns__text.white-background input[type=submit]:focus, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .button:focus, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .button:focus, .gform_wrapper .laxton-school .image-text-columns__text.white-background .full-width-text-strip .button:focus, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:focus, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:focus, .laxton-school .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit]:focus, .post-password-form .laxton-school .image-text-columns__text.white-background .full-width-text-strip input[type=submit]:focus, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .button:focus, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_wrapper .button:focus, .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.white-background .button:focus, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:focus, .gform_wrapper .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit]:focus, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:focus, .post-password-form .gform_wrapper .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit]:focus, .full-width-text-strip .laxton-school .image-text-columns__text.white-background .post-password-form input[type=submit]:focus, .post-password-form .full-width-text-strip .laxton-school .image-text-columns__text.white-background input[type=submit]:focus {
  background-color: #81B2E1 !important;
  color: #fff !important;
}

.home .image-text-columns .title.title--small, .home .image-text-columns h1.title--small, .home .image-text-columns h2.title--small, .home .image-text-columns h3.title--small, .home .image-text-columns h4,
.home .blogspodcast .title.title--small,
.home .blogspodcast h1.title--small,
.home .blogspodcast h2.title--small,
.home .blogspodcast h3.title--small,
.home .blogspodcast h4,
.page-template-tpl-home-updated .image-text-columns .title.title--small,
.page-template-tpl-home-updated .image-text-columns h1.title--small,
.page-template-tpl-home-updated .image-text-columns h2.title--small,
.page-template-tpl-home-updated .image-text-columns h3.title--small,
.page-template-tpl-home-updated .image-text-columns h4,
.page-template-tpl-home-updated .blogspodcast .title.title--small,
.page-template-tpl-home-updated .blogspodcast h1.title--small,
.page-template-tpl-home-updated .blogspodcast h2.title--small,
.page-template-tpl-home-updated .blogspodcast h3.title--small,
.page-template-tpl-home-updated .blogspodcast h4 {
  font-size: 48px; /* 48px */
  font-size: 3rem; /* 48px */
  line-height: 1.0416666667; /* 50px */
  letter-spacing: 1px;
}
@media (min-width: 1680px) {
  .home .image-text-columns .title.title--small, .home .image-text-columns h1.title--small, .home .image-text-columns h2.title--small, .home .image-text-columns h3.title--small, .home .image-text-columns h4,
  .home .blogspodcast .title.title--small,
  .home .blogspodcast h1.title--small,
  .home .blogspodcast h2.title--small,
  .home .blogspodcast h3.title--small,
  .home .blogspodcast h4,
  .page-template-tpl-home-updated .image-text-columns .title.title--small,
  .page-template-tpl-home-updated .image-text-columns h1.title--small,
  .page-template-tpl-home-updated .image-text-columns h2.title--small,
  .page-template-tpl-home-updated .image-text-columns h3.title--small,
  .page-template-tpl-home-updated .image-text-columns h4,
  .page-template-tpl-home-updated .blogspodcast .title.title--small,
  .page-template-tpl-home-updated .blogspodcast h1.title--small,
  .page-template-tpl-home-updated .blogspodcast h2.title--small,
  .page-template-tpl-home-updated .blogspodcast h3.title--small,
  .page-template-tpl-home-updated .blogspodcast h4 {
    font-size: 58px;
  }
}
@media (max-width: 600px) {
  .home .image-text-columns .title.title--small, .home .image-text-columns h1.title--small, .home .image-text-columns h2.title--small, .home .image-text-columns h3.title--small, .home .image-text-columns h4,
  .home .blogspodcast .title.title--small,
  .home .blogspodcast h1.title--small,
  .home .blogspodcast h2.title--small,
  .home .blogspodcast h3.title--small,
  .home .blogspodcast h4,
  .page-template-tpl-home-updated .image-text-columns .title.title--small,
  .page-template-tpl-home-updated .image-text-columns h1.title--small,
  .page-template-tpl-home-updated .image-text-columns h2.title--small,
  .page-template-tpl-home-updated .image-text-columns h3.title--small,
  .page-template-tpl-home-updated .image-text-columns h4,
  .page-template-tpl-home-updated .blogspodcast .title.title--small,
  .page-template-tpl-home-updated .blogspodcast h1.title--small,
  .page-template-tpl-home-updated .blogspodcast h2.title--small,
  .page-template-tpl-home-updated .blogspodcast h3.title--small,
  .page-template-tpl-home-updated .blogspodcast h4 {
    font-size: 38px; /* 38px */
    font-size: 2.375rem; /* 38px */
    line-height: 1.0526315789; /* 40px */
  }
}
@media (min-width: 1680px) {
  .home .image-text-columns p,
  .home .blogspodcast p,
  .page-template-tpl-home-updated .image-text-columns p,
  .page-template-tpl-home-updated .blogspodcast p {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .home .news-grid__intro,
  .page-template-tpl-home-updated .news-grid__intro {
    padding: 0 0px;
  }
}
.home .news-grid__intro .title.title--small, .home .news-grid__intro h1.title--small, .home .news-grid__intro h2.title--small, .home .news-grid__intro h3.title--small, .home .news-grid__intro h4,
.page-template-tpl-home-updated .news-grid__intro .title.title--small,
.page-template-tpl-home-updated .news-grid__intro h1.title--small,
.page-template-tpl-home-updated .news-grid__intro h2.title--small,
.page-template-tpl-home-updated .news-grid__intro h3.title--small,
.page-template-tpl-home-updated .news-grid__intro h4 {
  font-size: 60px; /* 60px */
  font-size: 3.75rem; /* 60px */
  line-height: 1.1666666667; /* 70px */
}
@media (max-width: 1050px) {
  .home .news-grid__intro .title.title--small, .home .news-grid__intro h1.title--small, .home .news-grid__intro h2.title--small, .home .news-grid__intro h3.title--small, .home .news-grid__intro h4,
  .page-template-tpl-home-updated .news-grid__intro .title.title--small,
  .page-template-tpl-home-updated .news-grid__intro h1.title--small,
  .page-template-tpl-home-updated .news-grid__intro h2.title--small,
  .page-template-tpl-home-updated .news-grid__intro h3.title--small,
  .page-template-tpl-home-updated .news-grid__intro h4 {
    font-size: 48px;
    line-height: 54px;
  }
}
.home .news-grid__intro--ljs-buttons .button, .home .news-grid__intro--ljs-buttons .post-password-form input[type=submit], .post-password-form .home .news-grid__intro--ljs-buttons input[type=submit],
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .button,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .post-password-form input[type=submit],
.post-password-form .page-template-tpl-home-updated .news-grid__intro--ljs-buttons input[type=submit] {
  border: 1px solid #80B2E1 !important;
  color: #80B2E1 !important;
  transition: 0.3s ease all;
  margin-left: 20px;
  border-radius: 3px;
}
.home .news-grid__intro--ljs-buttons .button span, .home .news-grid__intro--ljs-buttons .post-password-form input[type=submit] span, .post-password-form .home .news-grid__intro--ljs-buttons input[type=submit] span,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .button span,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .post-password-form input[type=submit] span,
.post-password-form .page-template-tpl-home-updated .news-grid__intro--ljs-buttons input[type=submit] span {
  vertical-align: middle;
}
.home .news-grid__intro--ljs-buttons .button:hover, .home .news-grid__intro--ljs-buttons .post-password-form input[type=submit]:hover, .post-password-form .home .news-grid__intro--ljs-buttons input[type=submit]:hover,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .button:hover,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .post-password-form input[type=submit]:hover,
.post-password-form .page-template-tpl-home-updated .news-grid__intro--ljs-buttons input[type=submit]:hover {
  background-color: #80B2E1;
  color: white;
}
.home .news-grid__intro--ljs-buttons .button:hover svg path, .home .news-grid__intro--ljs-buttons .post-password-form input[type=submit]:hover svg path, .post-password-form .home .news-grid__intro--ljs-buttons input[type=submit]:hover svg path,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .button:hover svg path,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .post-password-form input[type=submit]:hover svg path,
.post-password-form .page-template-tpl-home-updated .news-grid__intro--ljs-buttons input[type=submit]:hover svg path {
  fill: white;
}
.home .news-grid__intro--ljs-buttons .button svg, .home .news-grid__intro--ljs-buttons .post-password-form input[type=submit] svg, .post-password-form .home .news-grid__intro--ljs-buttons input[type=submit] svg,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .button svg,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .post-password-form input[type=submit] svg,
.post-password-form .page-template-tpl-home-updated .news-grid__intro--ljs-buttons input[type=submit] svg {
  margin-right: 15px;
}
.home .news-grid__intro--ljs-buttons .button svg path, .home .news-grid__intro--ljs-buttons .post-password-form input[type=submit] svg path, .post-password-form .home .news-grid__intro--ljs-buttons input[type=submit] svg path,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .button svg path,
.page-template-tpl-home-updated .news-grid__intro--ljs-buttons .post-password-form input[type=submit] svg path,
.post-password-form .page-template-tpl-home-updated .news-grid__intro--ljs-buttons input[type=submit] svg path {
  transition: 0.3s ease all;
  fill: #80B2E1;
}
@media (max-width: 767px) {
  .home .news-grid__intro--ljs-buttons .button, .home .news-grid__intro--ljs-buttons .post-password-form input[type=submit], .post-password-form .home .news-grid__intro--ljs-buttons input[type=submit],
  .page-template-tpl-home-updated .news-grid__intro--ljs-buttons .button,
  .page-template-tpl-home-updated .news-grid__intro--ljs-buttons .post-password-form input[type=submit],
  .post-password-form .page-template-tpl-home-updated .news-grid__intro--ljs-buttons input[type=submit] {
    margin-bottom: 10px;
  }
}

.page-id-21 .image-text-columns .title.title--small, .page-id-21 .image-text-columns h1.title--small, .page-id-21 .image-text-columns h2.title--small, .page-id-21 .image-text-columns h3.title--small, .page-id-21 .image-text-columns h4 {
  font-size: 43px; /* 43px */
  font-size: 2.6875rem; /* 43px */
  line-height: 1.1162790698; /* 48px */
}
@media (min-width: 1680px) {
  .page-id-21 .image-text-columns .title.title--small, .page-id-21 .image-text-columns h1.title--small, .page-id-21 .image-text-columns h2.title--small, .page-id-21 .image-text-columns h3.title--small, .page-id-21 .image-text-columns h4 {
    font-size: 43px; /* 43px */
    font-size: 2.6875rem; /* 43px */
    line-height: 1.1162790698; /* 48px */
  }
}
.page-id-21 .image-text-columns__text {
  padding: 25px 0;
}

.full-width-text-strip {
  position: relative;
}
.full-width-text-strip__content {
  max-width: 970px;
  text-align: left;
  margin: auto;
}
.full-width-text-strip__content .title, .full-width-text-strip__content h1, .full-width-text-strip__content h2, .full-width-text-strip__content h3, .full-width-text-strip__content h4 {
  color: #002E60;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .full-width-text-strip__content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.full-width-text-strip__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: var(--wpr-bg-103e8afa-19a8-4ae4-b90c-056cdc8e2490);
  width: 24%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.full-width-text-strip .button, .full-width-text-strip .gform_wrapper .button, .gform_wrapper .full-width-text-strip .button, .full-width-text-strip .post-password-form input[type=submit], .post-password-form .full-width-text-strip input[type=submit] {
  border: 2px solid #970830;
  color: #970830;
}
.full-width-text-strip__laxton:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: var(--wpr-bg-acc0d0c7-e438-4607-8551-4e6dce7cc760);
  height: 70%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.075;
}
.full-width-text-strip + .icon-strip.none-background {
  padding-top: 0px;
}
.full-width-text-strip.grey-background .button, .full-width-text-strip.grey-background .post-password-form input[type=submit], .post-password-form .full-width-text-strip.grey-background input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .full-width-text-strip.white-background .button, .full-width-text-strip.white-background .post-password-form input[type=submit], .post-password-form .full-width-text-strip.white-background input[type=submit] {
  color: #970830 !important;
}
.full-width-text-strip.grey-background .button:hover, .full-width-text-strip.grey-background .post-password-form input[type=submit]:hover, .post-password-form .full-width-text-strip.grey-background input[type=submit]:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit]:hover, .full-width-text-strip.white-background .button:hover, .full-width-text-strip.white-background .post-password-form input[type=submit]:hover, .post-password-form .full-width-text-strip.white-background input[type=submit]:hover {
  color: #fff !important;
}
.full-width-text-strip .image-wrap img {
  width: 100%;
}
@media (min-width: 767px) {
  .full-width-text-strip .pad-left {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .full-width-text-strip .pad-left {
    padding-top: 40px;
  }
}
@media (max-width: 900px) {
  .full-width-text-strip {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.full-width-text-strip--narrower .full-width-text-strip__content {
  max-width: 630px;
}
.full-width-text-strip--custom-table .full-width-text-strip__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}
.full-width-text-strip--custom-table .full-width-text-strip__content .tablepress thead th {
  text-align: center;
}
.full-width-text-strip--custom-table .full-width-text-strip__content .tablepress tbody td {
  border: 1px solid #dddddd;
  text-align: center;
  vertical-align: middle;
}
.full-width-text-strip--custom-table .full-width-text-strip__content .tablepress > :where(tbody) > .even > *,
.full-width-text-strip--custom-table .full-width-text-strip__content .tablepress > :where(tbody) > .odd > * {
  background-color: white;
}
.full-width-text-strip--custom-table .full-width-text-strip__content .bg-green {
  background-color: #def5ba !important;
}
.full-width-text-strip--custom-table .full-width-text-strip__content .bg-green-two {
  background-color: #b1d892 !important;
}
.full-width-text-strip--custom-table .full-width-text-strip__content .bg-light-blue {
  background-color: #52d6ff !important;
}
.full-width-text-strip--custom-table .full-width-text-strip__content .bg-blue {
  background-color: #81B2E1 !important;
}
.full-width-text-strip--custom-table .full-width-text-strip__content .bg-grey {
  background-color: #dbdbdb !important;
}
.full-width-text-strip--custom-table .full-width-text-strip__content .bg-orange {
  background-color: #ffe3c8 !important;
}
.full-width-text-strip--custom-table .full-width-text-strip__content .bg-yellow {
  background-color: #fff7c8 !important;
}

@media (max-width: 767px) {
  .image-with-text-box + .full-width-text-strip.pad-mid-top,
  .content-media + .full-width-text-strip.pad-mid-top {
    padding-top: 0 !important;
  }
}
.testimonial.laxton-testimonial {
  background-color: #eaecf3;
}
@media (max-width: 824px) {
  .testimonial__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonial__inner.white-background {
  background-color: transparent;
}
@media (max-width: 700px) {
  .testimonial .pl-60,
  .testimonial .px-60 {
    padding: 30px !important;
  }
}
@media (max-width: 700px) {
  .testimonial blockquote {
    margin: 0 auto 50px auto;
  }
}

.image-text-columns + .testimonial .testimonial__inner,
.image-with-text-box + .testimonial .testimonial__inner,
.cta-cards.grey-background + .testimonial .testimonial__inner,
.home .laxton-school .cta-cards.image-text-columns:first-of-type + .testimonial .testimonial__inner {
  padding-top: 10px !important;
}

@media (min-width: 991px) {
  .two-column-text-block .col-md-6 {
    padding: 0 50px;
  }
}
.two-column-text-block + .testimonial .testimonial__inner:not(.grey-background) {
  padding-top: 0px;
  padding-bottom: 0px;
}
.two-column-text-block .title--xl {
  margin-bottom: 50px;
}
.two-column-text-block h3 {
  padding-bottom: 8px;
}
.two-column-text-block .intro {
  max-width: 950px;
  margin: auto;
  margin-top: -16px;
}
@media (max-width: 950px) {
  .two-column-text-block .intro {
    padding: 0 20px;
  }
}
.two-column-text-block.grey-background .button, .two-column-text-block.grey-background .post-password-form input[type=submit], .post-password-form .two-column-text-block.grey-background input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .two-column-text-block.white-background .button, .two-column-text-block.white-background .post-password-form input[type=submit], .post-password-form .two-column-text-block.white-background input[type=submit] {
  color: #fff !important;
  border-color: transparent !important;
}
.two-column-text-block.grey-background .button:hover, .two-column-text-block.grey-background .post-password-form input[type=submit]:hover, .post-password-form .two-column-text-block.grey-background input[type=submit]:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit]:hover, .two-column-text-block.white-background .button:hover, .two-column-text-block.white-background .post-password-form input[type=submit]:hover, .post-password-form .two-column-text-block.white-background input[type=submit]:hover {
  color: #fff !important;
  background-color: #002E60 !important;
}
@media (max-width: 575px) {
  .two-column-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .two-column-text-block .col-md-6 {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .content-media + .two-column-text-block {
    padding-top: 30px;
  }
}
.image-with-text-box {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .image-with-text-box {
    position: relative;
  }
  .image-with-text-box:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 48.632218845%;
  }
  .image-with-text-box > div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.image-with-text-box__image .image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0;
}
.image-with-text-box__image .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.image-with-text-box__image .image-wrap--ie picture {
  display: none;
}
.image-with-text-box__image .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-with-text-box__gallery {
  height: 100%;
  margin-bottom: 0px;
}
.image-with-text-box__gallery .slick-track,
.image-with-text-box__gallery .slick-list {
  height: 100%;
}
.image-with-text-box__gallery .image-wrap picture img {
  width: 100vw;
}
.image-with-text-box .slick-dots li button:before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #970830;
  opacity: 1;
}
.image-with-text-box .slick-dots {
  text-align: center;
  padding-bottom: 8px;
  position: relative;
  bottom: 60px;
}
.image-with-text-box .slick-dots li,
.image-with-text-box .slick-dots button {
  width: 10px;
}
.image-with-text-box .slick-dots .slick-active button:before {
  background-color: #002E60;
}
.image-with-text-box__text {
  background-color: #fff;
  background-color: #fff;
  padding: 60px;
}
@media (min-width: 1100px) {
  .image-with-text-box .container-fluid {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
  }
}
.image-with-text-box .category, .image-with-text-box .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .image-with-text-box label {
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .image-with-text-box .category, .image-with-text-box .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .image-with-text-box label {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .image-with-text-box:before {
    padding-top: 53.63222%;
  }
}
@media (max-width: 1100px) {
  .image-with-text-box {
    overflow: visible;
  }
  .image-with-text-box__gallery {
    height: 500px;
  }
  .image-with-text-box .col-xl-5 {
    max-width: 100%;
    flex: 100%;
    margin-left: 0;
  }
  .image-with-text-box .col-xl-5 .article {
    padding: 50px 0;
    max-width: 900px;
    margin: auto;
  }
  .image-with-text-box .image-wrap {
    position: relative;
  }
}
@media (max-width: 892px) {
  .image-with-text-box .col-xl-5 .article {
    padding: 50px 15px;
  }
}
@media (max-width: 600px) {
  .image-with-text-box__gallery,
  .image-with-text-box .slick-track,
  .image-with-text-box .slick-list {
    height: 300px;
  }
}
.image-with-text-box--container {
  padding: 80px 0;
}
.image-with-text-box--container .image-with-text-box__image {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991px) {
  .image-with-text-box--container .image-with-text-box__image {
    display: none;
  }
}
.image-with-text-box--container:before {
  display: none;
}
.image-with-text-box--container > div:first-child {
  position: relative;
}
.image-with-text-box--container .image-with-text-box__text {
  padding: 30px 60px;
  background: none;
}
.image-with-text-box--container .row .row {
  background: #e9ecf2;
}
@media (max-width: 575px) {
  .image-with-text-box--container .image-with-text-box__text {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .full-width-text-strip + .image-with-text-box,
  .qa-block + .image-with-text-box.image-with-text-box--container {
    padding: 0px 0 80px 0;
  }
  .image-with-text-box.hide-on-mobile {
    display: none;
  }
}
.icon-strip {
  padding: 70px 0 95px 0;
}
.icon-strip img {
  max-height: 100px;
  width: auto;
}
.icon-strip.blue-background .title, .icon-strip.blue-background h1, .icon-strip.blue-background h2, .icon-strip.blue-background h3, .icon-strip.blue-background h4,
.icon-strip.blue-background p {
  color: #fff;
}
.icon-strip.blue-background .icon-strip__icon {
  padding: 0 25px;
}
.icon-strip.blue-background .icon-strip__icon .title--small, .icon-strip.blue-background .icon-strip__icon h4 {
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.0833333333; /* 26px */
  letter-spacing: 0.25px;
  margin: 20px 0 10px;
}
.icon-strip.blue-background .icon-strip__icon .title--large {
  font-size: 80px;
  margin-bottom: 14px;
}
.icon-strip.blue-background p {
  font-size: 16px; /* 16px */
  font-size: 1rem; /* 16px */
  line-height: 1.25; /* 20px */
}
.icon-strip.none-background .row .title, .icon-strip.none-background .row h1, .icon-strip.none-background .row h2, .icon-strip.none-background .row h3, .icon-strip.none-background .row h4, .icon-strip.grey-background .row .title, .home .laxton-school .icon-strip.image-text-columns:first-of-type .row .title, .icon-strip.grey-background .row h1, .home .laxton-school .icon-strip.image-text-columns:first-of-type .row h1, .icon-strip.grey-background .row h2, .home .laxton-school .icon-strip.image-text-columns:first-of-type .row h2, .icon-strip.grey-background .row h3, .home .laxton-school .icon-strip.image-text-columns:first-of-type .row h3, .icon-strip.grey-background .row h4, .home .laxton-school .icon-strip.image-text-columns:first-of-type .row h4 {
  font-size: 80px; /* 80px */
  font-size: 5rem; /* 80px */
  line-height: 1; /* 80px */
  color: #002E60;
  margin: 10px 0;
}
.icon-strip.none-background p, .icon-strip.grey-background p, .home .laxton-school .icon-strip.image-text-columns:first-of-type p {
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.3333333333; /* 24px */
}
.icon-strip.red-background {
  background-color: #970830;
}
.icon-strip.red-background .title, .icon-strip.red-background h1, .icon-strip.red-background h2, .icon-strip.red-background h3, .icon-strip.red-background h4 {
  color: #fff;
}
.icon-strip.red-background p {
  color: #fff;
}
.icon-strip p {
  max-width: 280px;
  margin: auto;
}
.icon-strip--2 {
  flex-wrap: wrap;
}
.icon-strip--2 .col {
  width: 33.3333333333%;
  flex-basis: unset;
  margin: 30px 0;
}
.icon-strip .icon-strip__icon .title, .icon-strip .icon-strip__icon h1, .icon-strip .icon-strip__icon h2, .icon-strip .icon-strip__icon h3, .icon-strip .icon-strip__icon h4 {
  margin-top: 12px;
}
.icon-strip.blue-background img {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .icon-strip .row {
    justify-content: center;
  }
  .icon-strip--2 .col,
  .icon-strip .col {
    flex-basis: unset;
    flex-grow: unset;
    max-width: 50%;
    margin-bottom: 50px;
    width: 50%;
  }
  .icon-strip--2 .col:last-of-type,
  .icon-strip .col:last-of-type {
    margin-bottom: 0px;
  }
  .icon-strip.grey-background, .home .laxton-school .icon-strip.image-text-columns:first-of-type {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .icon-strip--2 .col,
  .icon-strip .col {
    flex-basis: unset;
    flex-grow: unset;
    max-width: 100%;
    width: 100%;
  }
}

.map-with-statistics {
  position: relative;
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.map-with-statistics__content p {
  margin-top: 15px;
}
@media (max-width: 1251px) {
  .map-with-statistics {
    background-image: none !important;
  }
  .map-with-statistics .col-md-6 {
    max-width: 100%;
    flex: none;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .map-with-statistics {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.news-grid {
  max-width: 1440px;
  margin: auto;
}
.news-grid__slider {
  margin-bottom: -6px !important;
}
.news-grid__slider__slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.news-grid__slider__slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 68.5483870968%;
}
.news-grid__slider__slide > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-grid__slider__slide > div:first-child {
  position: absolute;
  top: auto;
  left: 65px !important;
  right: 0;
  bottom: 65px !important;
  z-index: 1;
}
.news-grid__slider__slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, transparent 0%, rgba(218, 253, 255, 0) 100%);
}
.news-grid__slider__slide .category, .news-grid__slider__slide .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .news-grid__slider__slide label {
  color: #fff;
  padding-bottom: 15px;
}
.news-grid__slider__slide .title, .news-grid__slider__slide h1, .news-grid__slider__slide h2, .news-grid__slider__slide h3, .news-grid__slider__slide h4 {
  padding: 0;
  margin: 0;
  max-width: calc(100% - 160px);
}
.news-grid__slider__slide p {
  color: #fff;
  max-width: 550px;
  margin-top: 20px;
}
.news-grid__slider__slide__content__slide-up {
  max-height: 72px;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease-out;
}
@media (max-width: 991px) {
  .news-grid__slider__slide > div:first-child {
    left: 35px;
    right: 0;
    bottom: 35px;
  }
  .news-grid__slider__slide > div:first-child .title, .news-grid__slider__slide > div:first-child h1, .news-grid__slider__slide > div:first-child h2, .news-grid__slider__slide > div:first-child h3, .news-grid__slider__slide > div:first-child h4 {
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  .news-grid__slider__slide > div:first-child {
    left: 25px;
    right: 0;
    bottom: 25px;
  }
}
.news-grid__slider__slide:hover .news-grid__slider__slide__content__slide-up {
  max-height: 200px;
  transition: 0.5s ease-out;
}
.news-grid__slider .slick-dots {
  bottom: 45px;
  right: 45px;
  text-align: right;
}
@media (max-width: 500px) {
  .news-grid__slider .slick-dots {
    bottom: 25px;
    right: 15px;
  }
}
.news-grid__twitter, .news-grid__intro, .news-grid__event {
  padding: 0 40px;
}
.news-grid__twitter {
  padding: 60px;
}
@media (max-width: 768px) {
  .news-grid__twitter {
    padding: 40px;
  }
}
.news-grid__twitter a {
  color: #fff;
}
.news-grid .social-feeds {
  position: relative;
}
.news-grid .social-feeds .title, .news-grid .social-feeds h1, .news-grid .social-feeds h2, .news-grid .social-feeds h3, .news-grid .social-feeds h4 {
  display: block;
  padding: 35px 0 15px;
  font-size: 1.375rem;
}
.news-grid .social-feeds:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  background-color: #fff;
  height: 1px;
  opacity: 0.6;
}
.news-grid .social-feeds a {
  margin-right: 7px;
}
.news-grid__intro {
  margin: 30px 0 44px;
}
.news-grid__intro .category, .news-grid__intro .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .news-grid__intro label {
  margin-bottom: 20px;
}
.news-grid .instagram-feed__box {
  width: calc(33.333% - 8px);
}
@media (max-width: 700px) {
  .news-grid .instagram-feed__box {
    width: 100%;
  }
}
.news-grid .instagram-feed__box:first-of-type:after {
  display: block;
}
.news-grid__event {
  background-color: #eaecf3;
  position: relative;
  overflow: hidden;
}
.news-grid__event:before {
  content: "";
  background: var(--wpr-bg-518c8c93-2526-4986-9477-1380b50fe57b);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 30%;
  top: 5%;
  height: 100%;
}
.news-grid__event .title, .news-grid__event h1, .news-grid__event h2, .news-grid__event h3, .news-grid__event h4 {
  padding: 0;
}
.news-grid__event .category, .news-grid__event .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .news-grid__event label {
  padding-bottom: 15px;
}
.news-grid__event p {
  max-width: 444px;
}

@media (max-width: 991px) {
  .switch-order {
    order: 2;
    margin-top: 30px;
  }
}

.home .laxton-school .instagram-feed__box {
  width: calc(33.333% - 8px);
  aspect-ratio: 1/1;
}

.home .news-grid__twitter {
  padding: 44px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .home .news-grid__twitter {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .home .news-grid__twitter {
    height: auto;
    margin-bottom: 30px;
  }
}
.home .news-grid__twitter .category, .home .news-grid__twitter .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .home .news-grid__twitter label {
  color: #fff;
}
.home .news-grid .col-lg-4 {
  display: flex;
  flex-direction: column;
}
.home .news-grid .instagram-feed__box {
  margin-bottom: 0px;
  margin-top: 40px;
  margin-top: 40px;
}
@media (max-width: 500px) {
  .home .news-grid .instagram-feed__box {
    margin-bottom: 20px;
  }
}
@media (max-width: 1210px) {
  .home .news-grid .news-grid__intro {
    margin: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 1100px) {
  .home .news-grid .news-grid__intro {
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .home .news-grid .news-grid__intro {
    text-align: center;
  }
}
.home .news-grid__slider .slick-list {
  height: 100%;
}
.home .news-grid__slider .slick-list .slick-track {
  height: 100%;
}
.home .news-grid__slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.home .news-grid__slider .slick-list .slick-track .slick-slide > div > a {
  height: 100%;
}

.laxton-school .news-grid__event:before {
  content: "";
  background: var(--wpr-bg-fc43deff-c191-45dd-af4e-4c473717a42e);
}
.laxton-school .news-grid__slider {
  height: unset;
}

.contacts__card {
  border: 1px solid #eaecf3;
  padding: 40px;
  height: 100%;
  background-color: #eaecf3;
}
.contacts .col-lg-4 {
  margin-bottom: 30px;
}
.contacts a {
  color: #002E60;
}
.contacts a h3 {
  transition: 0.2s ease-in-out;
}
.contacts a h3:hover {
  text-decoration: underline;
}
.contacts--further .contacts__border {
  border: 1px solid #eaecf3;
  padding: 40px;
  background-color: #eaecf3;
}
.contacts--further .category, .contacts--further .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .contacts--further label {
  color: #002E60;
  margin-bottom: 5px;
}
.contacts--further p {
  margin-bottom: 0;
}
.contacts__columns {
  display: flex;
  flex-wrap: wrap;
}
.contacts__columns__item {
  margin-bottom: 20px;
  width: 25%;
}
@media (max-width: 1200px) {
  .contacts__columns__item {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .contacts__columns__item {
    width: 50%;
  }
}
@media (max-width: 787px) {
  .contacts__columns__item {
    width: 100%;
  }
}

.house-wrap:nth-of-type(even) {
  background-color: #eaecf3;
}

.gallery-strip__content .title, .gallery-strip__content h1, .gallery-strip__content h2, .gallery-strip__content h3, .gallery-strip__content h4 {
  padding: 0 30px;
}
.gallery-strip__gallery__item {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-strip__gallery__item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 69.4805194805%;
}
.gallery-strip__gallery__item > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-strip__gallery .slick-slide > div {
  padding: 30px;
}
@media (max-width: 575px) {
  .gallery-strip__gallery .slick-slide > div {
    padding: 30px 8px;
  }
}
.gallery-strip__gallery p {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  margin: 0;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 3px 0 0px;
}
.gallery-strip .small-gallery-strip-slider picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.gallery-strip .small-gallery-strip-slider .small-gallery-item {
  height: 400px;
  align-content: center;
  padding: 15px;
  aspect-ratio: 9/16;
}
.gallery-strip .small-gallery-strip-slider .even-item img {
  max-height: 265px;
  aspect-ratio: 1/1;
}
.gallery-strip .small-gallery-strip-slider .odd-item img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.gallery-strip .intro {
  max-width: 950px;
  margin: auto;
}
.gallery-strip.blue-background .slick-dots li button:before {
  background-color: white;
  opacity: 0.4;
}
.gallery-strip.blue-background .slick-dots .slick-active button:before {
  background-color: white;
  opacity: 1;
}
.gallery-strip.lblue-background .slick-dots li button:before {
  background-color: #002E60;
  opacity: 0.4;
}
.gallery-strip.lblue-background .slick-dots .slick-active button:before {
  background-color: #002E60;
  opacity: 1;
}
.gallery-strip .slick-dots li button:before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #970830;
  opacity: 1;
}
.gallery-strip .slick-dots {
  text-align: center;
  padding-bottom: 8px;
}
.gallery-strip .slick-dots li,
.gallery-strip .slick-dots button {
  width: 10px;
}
.gallery-strip .slick-dots .slick-active button:before {
  background-color: #002E60;
}
.gallery-strip .slick-prev {
  left: 10%;
}
.gallery-strip .slick-prev:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/carousel-arrow-left.svg);
  opacity: 1;
}
.gallery-strip .slick-next {
  right: 10%;
}
.gallery-strip .slick-next:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/carousel-arrow-right.svg);
  opacity: 1;
}
.gallery-strip .slick-prev,
.gallery-strip .slick-next {
  z-index: 9;
  opacity: 1;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .gallery-strip .slick-prev {
    left: 5%;
  }
  .gallery-strip .slick-next {
    right: 5%;
  }
}

@media (max-width: 767px) {
  .image-with-text-box + .gallery-strip.pad-lg-top, .page-id-14505 .oundle-main .two-column-text-block .container .image-with-text-box + .gallery-strip.col-md-6:last-of-type, .home .laxton-school .image-with-text-box + .gallery-strip.image-text-columns:first-of-type, .image-with-text-box + .gallery-strip.icon-strip.none-background, .image-with-text-box + .gallery-strip.icon-strip.grey-background, .image-with-text-box + .gallery-strip.map-with-statistics__content {
    padding-top: 0;
  }
}
.laxton-school .gallery-strip .slick-dots li button:before {
  background-color: #81BFAF;
}
.laxton-school .gallery-strip .slick-dots li.slick-active button:before {
  background-color: #002E60;
}

/* .home .laxton-school {
    .title {
        text-transform: none !important;
    }
} */
.downloads-block {
  padding-bottom: 60px;
  padding-top: 80px;
}
.downloads-block__list {
  display: flex;
  flex-wrap: wrap;
}
.downloads-block__list .downloads-block__list__item {
  width: 33.3333333333%;
  padding-top: 4px;
  text-transform: uppercase;
  position: relative;
  padding-left: 36px;
  padding-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}
.downloads-block__list .downloads-block__list__item p {
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #970830;
  vertical-align: middle;
}
.downloads-block__list .downloads-block__list__item:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/download-icon-blue.svg);
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 600px) {
  .downloads-block__list .downloads-block__list__item {
    width: 100%;
  }
}
.downloads-block__list--2-per-row .downloads-block__list__item {
  width: 50%;
}
@media (max-width: 600px) {
  .downloads-block__list--2-per-row .downloads-block__list__item {
    width: 100%;
  }
}
.downloads-block__list--3-per-row .downloads-block__list__item {
  width: 33.3333333333%;
}
@media (max-width: 600px) {
  .downloads-block__list--3-per-row .downloads-block__list__item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .downloads-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.download-button,
.mail-button,
.external-button {
  display: inline-block;
  margin-top: 0px;
  text-transform: uppercase;
  position: relative;
  padding-left: 36px;
  padding-bottom: 8px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 20px;
  letter-spacing: 1px;
  color: #970830;
  vertical-align: middle;
}
.download-button:before,
.mail-button:before,
.external-button:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/download-icon-blue.svg);
  position: absolute;
  top: 6px;
  left: 0;
}

.blue-background .external-button:before {
  content: "";
  background-image: var(--wpr-bg-391971ee-31db-4b74-96d9-296796987b89);
  width: 25px;
  height: 25px;
  background-size: contain;
}

.external-button {
  padding-top: 9px;
}
.external-button:before {
  content: "";
  background-image: url(../../../../../../../../../themes/oundle-school/assets/img/icons/external.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
}
.external-button--twitter:before {
  background-image: var(--wpr-bg-01ff883c-4bb6-4579-bd70-8a84518384d3);
}
.external-button--instagram:before {
  background-image: var(--wpr-bg-1352fc87-a59f-4cc2-a230-b1bd479064e4);
}
.external-button--facebook:before {
  background-image: var(--wpr-bg-e3af383d-6102-454a-ad24-4192229e7044);
}
.external-button--vimeo:before {
  background-image: var(--wpr-bg-f5655256-3142-4e5c-9736-c9b139575d4e);
}

.mail-button {
  padding-top: 9px;
}
.mail-button:before {
  content: "";
  background-image: var(--wpr-bg-72e27a46-d58c-4d14-bfdc-737cd7624024);
  width: 25px;
  height: 25px;
  background-size: contain;
}

.jobs-block__item,
.events-block__item {
  padding: 40px 35px 20px;
  background: #eaecf3;
  margin-bottom: 30px;
}
.jobs-block__item .title, .jobs-block__item h1, .jobs-block__item h2, .jobs-block__item h3, .jobs-block__item h4,
.events-block__item .title,
.events-block__item h1,
.events-block__item h2,
.events-block__item h3,
.events-block__item h4 {
  max-width: 460px;
}

.jobs-block__item {
  min-height: 187px;
}
.jobs-block__item .title, .jobs-block__item h1, .jobs-block__item h2, .jobs-block__item h3, .jobs-block__item h4 {
  color: #970830;
  font-size: 1.5rem;
}

.events-block__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: transparent;
  padding: 0px 25px 0px;
  margin-bottom: 70px;
  height: calc(100% - 70px);
}
.events-block__item__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 370/225;
  overflow: hidden;
}
.events-block__item__image img,
.events-block__item__image .no-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #919191;
}
.events-block__item__data {
  flex: 1 0 0;
}
.events-block__item__date-time {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 20px 0 12px;
}
.events-block__item__date-time p {
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #919191;
  margin-bottom: 0;
}
.events-block__item__date-time p:nth-child(1) {
  margin-right: 3px;
}
.events-block__item .title, .events-block__item h1, .events-block__item h2, .events-block__item h3, .events-block__item h4 {
  font-size: 24px;
  letter-spacing: 0.19px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.events-block__item__venue {
  display: flex;
  align-items: center;
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #919191;
  margin: 10px 0 20px;
}
.events-block__item__venue svg {
  width: 22px;
}
.events-block__item__button {
  position: relative;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  margin-top: 15px;
  cursor: pointer;
  padding: 11px 24px;
  background-color: transparent !important;
  border: 2px solid #970830 !important;
  color: #970830 !important;
}
.events-block__item__button:hover {
  background-color: #970830 !important;
  transition: 0.5s !important;
  color: #fff !important;
}
@media (max-width: 1199px) {
  .events-block__item {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .events-block {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .events-block {
    padding-top: 30px !important;
  }
}
.houses-wrap .house-wrap__grid {
  justify-content: center;
}
.houses-wrap .house-wrap__grid br {
  width: 100%;
  content: "";
}
.houses-wrap__card {
  cursor: pointer;
}
.houses-wrap__card__img {
  position: relative;
}
.houses-wrap__card__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.3333333333%;
}
.houses-wrap__card__img > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.houses-wrap__card__img .image-wrap {
  width: 100%;
  height: 100%;
}
.houses-wrap__card__img .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.houses-wrap__card__img .image-wrap--ie picture {
  display: none;
}
.houses-wrap__card__img .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.houses-wrap__card__content {
  position: relative;
  height: 175px;
  border: 1px solid #eaecf3;
  padding: 30px;
}
.houses-wrap__card__content .title--xs {
  font-size: 1.5rem;
  line-height: 30px;
  text-transform: none;
  margin-bottom: 0px;
}
.houses-wrap__card__content p {
  font-size: 0.9375rem;
  color: #000;
  margin-bottom: 0px;
  max-width: 152px;
}
.houses-wrap .small-caps {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0.5;
  color: #002e60;
  margin-bottom: 0px;
}
.houses-wrap--list-view {
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.houses-wrap--list-view.fade-in {
  opacity: 1;
  transition: 0.5s;
}
@media (max-width: 900px) {
  .houses-wrap--list-view .container {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 900px) {
  .houses-wrap .container {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.houses-wrap--view-all p {
  font-size: 1.0625rem;
}
.houses-wrap--view-all .title--xs {
  text-transform: none;
  color: #002E60;
}
.houses-wrap--view-all .small-caps {
  margin-bottom: 10px;
}
.houses-wrap--view-all h3.title--small {
  text-transform: none;
}
.houses-wrap__slider__slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.houses-wrap__slider__slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60.350877193%;
}
.houses-wrap__slider__slide > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.houses-wrap__slider .slick-track,
.houses-wrap__slider .slick-list {
  height: 100%;
}
.houses-wrap__slider .slick-prev {
  left: 3%;
}
.houses-wrap__slider .slick-prev:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/carousel-arrow-left.svg);
  opacity: 1;
}
.houses-wrap__slider .slick-next {
  right: 8%;
}
.houses-wrap__slider .slick-next:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/carousel-arrow-right.svg);
  opacity: 1;
}
.houses-wrap__slider .slick-prev,
.houses-wrap__slider .slick-next {
  top: calc(50% - 47px);
  z-index: 9;
  opacity: 1;
  transform: scale(0.75);
  height: 66px;
  width: 65px;
}
.houses-wrap__panel {
  display: none;
}
.houses-wrap__panel:first-of-type {
  display: block;
}
.houses-wrap__keywords {
  width: 100%;
  padding: 22px 0;
  color: #fff;
  font-family: "Palatino Linotype", "Palatino", serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.25px;
}
.houses-wrap__keywords .marquee {
  height: 25px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.houses-wrap__keywords .marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee 30s linear infinite;
  display: flex;
}
.houses-wrap__keywords .marquee span {
  padding: 0 30px;
}
@media (max-width: 600px) {
  .houses-wrap__keywords {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
  .houses-wrap__keywords .marquee div {
    animation: marquee 15s linear infinite;
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.houses-wrap .keywords-wrap {
  margin: 30px 15px 0;
  width: 100%;
}
.houses-wrap .grid-selector,
.houses-wrap .list-selector {
  cursor: pointer;
  display: none;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.houses-wrap .grid-selector svg,
.houses-wrap .list-selector svg {
  margin-right: 10px;
  width: 19px;
  height: 19px;
}
.houses-wrap .grid-selector svg rect,
.houses-wrap .grid-selector svg path,
.houses-wrap .list-selector svg rect,
.houses-wrap .list-selector svg path {
  fill: #002E60;
}
@media (max-width: 1200px) {
  .houses-wrap .grid-selector,
  .houses-wrap .list-selector {
    position: relative;
    position: relative;
    transform: none;
    top: auto;
    margin-bottom: 20px;
    order: 2;
    left: auto;
  }
}
.houses-wrap .list-selector {
  display: block;
}

.video-style {
  aspect-ratio: 740/400;
  width: 100%;
  position: relative;
}
.video-style--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
.video-style .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
.video-style .play-button img {
  margin: 0 !important;
}
.video-style--title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 168px 30px 40px;
  color: white;
  z-index: 1;
  font-size: 35px;
}
.video-style--overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.contact-strip {
  display: flex;
  align-items: center;
}
.contact-strip div:not(.contact-strip__image):not(.housemaster-image) {
  width: calc(100% - 70px);
}
.contact-strip__image, .housemaster-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d8d8d8;
  margin-right: 10px;
  background-position: top;
  background-size: cover;
}
.contact-strip .title, .contact-strip h1, .contact-strip h2, .contact-strip h3, .contact-strip h4 {
  margin-bottom: 0px;
}

.housemaster-image {
  position: absolute;
  right: 20px;
  bottom: 30px;
  background-position: top;
}

.housemaster-info {
  position: absolute;
  bottom: 35px;
}

.houses-wrap--icons {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 768px) {
  .houses-wrap--icons {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .houses-wrap--icons {
    height: 100px;
    justify-content: center;
  }
}

.houses-wrap--icon {
  cursor: pointer;
  height: 100px;
  position: relative;
  border: 1px solid rgba(197, 201, 211, 0.4196078431);
  transition: 0.5s;
}
@media (min-width: 769px) {
  .houses-wrap--icon {
    flex: 1;
  }
}
@media (max-width: 769px) {
  .houses-wrap--icon {
    width: 25%;
  }
}
@media (max-width: 556px) {
  .houses-wrap--icon {
    width: 50%;
  }
}
.houses-wrap--icon.active {
  border: 1px solid #c5c9d3;
}
.houses-wrap--icon.active .houses-wrap--icon__background {
  opacity: 1;
  transition: 0.5s;
}
.houses-wrap--icon__hover.category, .news-feed .sf-field-category > ul li label.houses-wrap--icon__hover {
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002E60;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.houses-wrap--icon__background {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  opacity: 0.25;
}
.houses-wrap--icon:hover {
  background-image: none;
  transition: 0.5s;
}
.houses-wrap--icon:hover .houses-wrap--icon__background {
  background-image: none;
  transition: 0.5s;
}
.houses-wrap--icon:hover .houses-wrap--icon__hover {
  opacity: 1;
  transition: 0.5s;
}

.house-container {
  display: none;
}
.house-container.active-house {
  display: block;
}

.map-container {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.map-container svg {
  height: 100vh;
  text-align: right;
  /* width: 100vw; */
  /* object-fit: fill; */
  float: right;
}
.parent-pageid-8 .two-column-text-block .title--xl {
  margin-bottom: -50px;
}

@media (max-width: 767px) {
  .home .laxton-school .image-text-columns:first-of-type {
    padding-top: 0px;
  }
}
.home .laxton-school .video-slider .play-button svg path {
  fill: #81BFAF;
}
.home .laxton-school .video-slider .play-button svg polygon {
  fill: #fff;
}

.page-template-default .laxton-school .image-text-columns {
  max-width: 1220px;
  width: 100%;
  margin: auto;
}
.page-template-default .laxton-school .image-text-columns .image-text-columns__text {
  background-color: #fff !important;
}
@media (min-width: 769px) {
  .page-template-default .laxton-school .image-text-columns {
    padding: 70px 0;
  }
}
.page-template-default .laxton-school .image-text-columns > div:last-of-type {
  overflow: visible;
  position: relative;
}
@media (min-width: 769px) {
  .page-template-default .laxton-school .image-text-columns > div:last-of-type {
    width: 57%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-template-default .laxton-school .image-text-columns > div:last-of-type > div {
    position: absolute;
  }
}
.page-template-default .laxton-school .image-text-columns > div:last-of-type .testimonial {
  background-color: rgba(129, 178, 225, 0.94);
  padding: 40px 50px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-template-default .laxton-school .image-text-columns > div:last-of-type .testimonial > div {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .page-template-default .laxton-school .image-text-columns > div:last-of-type .testimonial {
    position: absolute;
    bottom: -80px;
    left: -36px;
    width: calc(100% - 36px);
  }
}
@media (max-width: 1025px) {
  .page-template-default .laxton-school .image-text-columns > div:last-of-type .testimonial {
    left: 0px;
  }
}
.page-template-default .laxton-school .image-text-columns > div:last-of-type .testimonial blockquote {
  color: #fff;
  font-size: 1.875rem;
  line-height: 38px;
  font-family: "LJSFont", sans-serif;
}
.page-template-default .laxton-school .image-text-columns > div:last-of-type .testimonial cite {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  line-height: 15px;
  color: #002E60;
  margin-top: 15px;
}
.page-template-default .laxton-school .image-text-columns > div:last-of-type .testimonial cite:after {
  display: none;
}
.page-template-default .laxton-school .image-text-columns > div:last-of-type {
  background-color: transparent;
}
@media (min-width: 769px) {
  .page-template-default .laxton-school .image-text-columns > div:last-of-type {
    width: 43%;
  }
}
@media (min-width: 769px) {
  .page-template-default .laxton-school .image-text-columns.left-align .image-text-columns__text__inner {
    padding-left: 80px;
  }
  .page-template-default .laxton-school .image-text-columns.right-align .image-text-columns__text__inner {
    padding-right: 80px;
  }
}
.page-template-default .laxton-school .image-text-columns__image:before {
  padding-top: unset;
}
.page-template-default .laxton-school .image-text-columns__image > div {
  position: relative;
}
.page-template-default .laxton-school .title, .page-template-default .laxton-school h1, .page-template-default .laxton-school h2, .page-template-default .laxton-school h3, .page-template-default .laxton-school h4 {
  text-transform: none;
}
.page-template-default .laxton-school section:not(.horizontal-slider) h2:not(.title--xl) {
  font-size: 40px;
  line-height: 44px;
}

.full-width-text-strip.white-background + .gallery-strip {
  padding-top: 0;
}

.jobs-block + .full-width-text-strip.white-background {
  padding: 0;
}

.laxton-teaser.full-width-text-strip {
  padding: 80px 0;
}
.laxton-teaser.full-width-text-strip.grey-background .button, .laxton-teaser.full-width-text-strip.grey-background .post-password-form input[type=submit], .post-password-form .laxton-teaser.full-width-text-strip.grey-background input[type=submit], .home .laxton-school .laxton-teaser.full-width-text-strip.image-text-columns:first-of-type .button, .home .laxton-school .laxton-teaser.full-width-text-strip.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .laxton-school .laxton-teaser.full-width-text-strip.image-text-columns:first-of-type input[type=submit], .laxton-teaser.full-width-text-strip.white-background .button, .laxton-teaser.full-width-text-strip.white-background .post-password-form input[type=submit], .post-password-form .laxton-teaser.full-width-text-strip.white-background input[type=submit] {
  border-color: #002E60 !important;
  color: #002E60 !important;
}
.laxton-teaser.full-width-text-strip.grey-background .button:hover, .laxton-teaser.full-width-text-strip.grey-background .post-password-form input[type=submit]:hover, .post-password-form .laxton-teaser.full-width-text-strip.grey-background input[type=submit]:hover, .home .laxton-school .laxton-teaser.full-width-text-strip.image-text-columns:first-of-type .button:hover, .home .laxton-school .laxton-teaser.full-width-text-strip.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .home .laxton-school .laxton-teaser.full-width-text-strip.image-text-columns:first-of-type input[type=submit]:hover, .laxton-teaser.full-width-text-strip.white-background .button:hover, .laxton-teaser.full-width-text-strip.white-background .post-password-form input[type=submit]:hover, .post-password-form .laxton-teaser.full-width-text-strip.white-background input[type=submit]:hover {
  background-color: #002E60 !important;
  color: #fff !important;
}
.laxton-teaser.full-width-text-strip.blue-background .button, .laxton-teaser.full-width-text-strip.blue-background .post-password-form input[type=submit], .post-password-form .laxton-teaser.full-width-text-strip.blue-background input[type=submit], .laxton-teaser.full-width-text-strip.red-background .button, .laxton-teaser.full-width-text-strip.red-background .post-password-form input[type=submit], .post-password-form .laxton-teaser.full-width-text-strip.red-background input[type=submit] {
  border-color: #fff !important;
  color: #fff !important;
}
.laxton-teaser.full-width-text-strip.blue-background .button:hover, .laxton-teaser.full-width-text-strip.blue-background .post-password-form input[type=submit]:hover, .post-password-form .laxton-teaser.full-width-text-strip.blue-background input[type=submit]:hover, .laxton-teaser.full-width-text-strip.red-background .button:hover, .laxton-teaser.full-width-text-strip.red-background .post-password-form input[type=submit]:hover, .post-password-form .laxton-teaser.full-width-text-strip.red-background input[type=submit]:hover {
  background-color: #fff !important;
  color: #002E60 !important;
}
.laxton-teaser.full-width-text-strip.blue-background .title, .laxton-teaser.full-width-text-strip.blue-background h1, .laxton-teaser.full-width-text-strip.blue-background h2, .laxton-teaser.full-width-text-strip.blue-background h3, .laxton-teaser.full-width-text-strip.blue-background h4,
.laxton-teaser.full-width-text-strip.blue-background p, .laxton-teaser.full-width-text-strip.red-background .title, .laxton-teaser.full-width-text-strip.red-background h1, .laxton-teaser.full-width-text-strip.red-background h2, .laxton-teaser.full-width-text-strip.red-background h3, .laxton-teaser.full-width-text-strip.red-background h4,
.laxton-teaser.full-width-text-strip.red-background p {
  color: #fff;
}
.laxton-teaser.full-width-text-strip p {
  max-width: 630px;
  margin-bottom: 0;
}

.news-feed h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.news-feed .news-grid__twitter {
  padding: 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.news-feed .news-grid__twitter p {
  padding-top: 18px;
}
.news-feed .news-grid__twitter a {
  color: #002E60;
}
.news-feed .news-grid__twitter a img {
  height: 15px;
}
.news-feed .news-grid__twitter .social-feeds {
  border-top: 1px solid #d2d6e2;
  width: 100%;
  position: relative;
  padding-top: 50px;
  margin-top: 50px;
}
.news-feed .news-grid__twitter .social-feeds a {
  float: right;
  margin-left: 5px;
}
.news-feed .news-grid__twitter .social-feeds span {
  vertical-align: sub;
}
.news-feed .news-grid__twitter > div {
  position: relative;
  width: 100%;
}
.news-feed .news-grid__twitter .category.blue-color, .news-feed .news-grid__twitter .sf-field-category > ul li label.blue-color, .news-feed .sf-field-category > ul li .news-grid__twitter label.blue-color {
  color: #002E60;
}
@media (max-width: 600px) {
  .news-feed .news-grid__twitter {
    padding: 25px;
  }
}
.news-feed #search-filter-form-6632 {
  padding: 22px 0 22px;
}
.news-feed #search-filter-form-6632 > ul {
  padding-left: 0px;
}
.news-feed #search-filter-form-6632 li {
  position: relative;
}
.news-feed #search-filter-form-6632 input {
  width: 100%;
  height: 100%;
}
.news-feed .sf-field-category {
  display: flex;
  align-content: space-between;
  position: relative;
  justify-content: center;
  width: 100%;
}
.news-feed .sf-field-category > ul {
  flex-basis: 100%;
  width: 100%;
  text-align: right;
  padding-left: 0px;
}
.news-feed .sf-field-category > ul li {
  display: inline-block;
  margin-right: 25px;
}
.news-feed .sf-field-category > ul li label {
  color: #002E60 !important;
  padding-bottom: 10px;
}
.news-feed .sf-field-category > ul li.sf-option-active label {
  border-bottom: 2px solid #002E60;
  padding: 0 5px 10px;
}
@media (min-width: 768px) {
  .news-feed .sf-field-category h4 {
    flex-basis: 250px;
  }
}
@media (max-width: 767px) {
  .news-feed .sf-field-category {
    flex-direction: column;
    align-items: center;
  }
  .news-feed .sf-field-category > ul {
    text-align: center;
  }
}
.news-feed .news-item {
  margin-bottom: 64px;
}
.news-feed .news-item .title, .news-feed .news-item h1, .news-feed .news-item h2, .news-feed .news-item h3, .news-feed .news-item h4 {
  font-size: 24px;
  letter-spacing: 0.19px;
  line-height: 30px;
}
.news-feed .news-item__inner__content {
  padding-top: 20px;
}
.news-feed .news-item__image {
  position: relative;
}
.news-feed .news-item__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.news-feed .news-item__image > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-feed .news-item__image .image-wrap {
  width: 100%;
  height: 100%;
}
.news-feed .news-item__image .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.news-feed .news-item__image .image-wrap--ie picture {
  display: none;
}
.news-feed .news-item__image .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .news-feed {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 34px;
  }
}

.publications img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.publications .title--small, .publications h4 {
  font-size: 1.5rem;
  padding-bottom: 5px;
  text-transform: none;
}
@media (max-width: 575px) {
  .publications .image-wrap {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

.publications-strip--single .image-with-text-box__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.entry {
  position: relative;
}
.entry img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.single .banner {
  overflow: visible;
}
.single .banner .category.red-color, .single .banner .news-feed .sf-field-category > ul li label.red-color, .news-feed .sf-field-category > ul li .single .banner label.red-color {
  color: #970830;
}

.governors .modal-anchor {
  cursor: pointer;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.governors a {
  color: black;
}
.governors a:hover, .governors a:active, .governors a:focus {
  color: inherit;
}
.governors .button.load-more-button, .governors .post-password-form input.load-more-button[type=submit], .post-password-form .governors input.load-more-button[type=submit] {
  background-color: transparent;
  color: #970830;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 3px;
  border-color: #970830;
  padding: 16px 30px;
}
.governors .button.load-more-button:hover, .governors .post-password-form input.load-more-button[type=submit]:hover, .post-password-form .governors input.load-more-button[type=submit]:hover, .governors .button.load-more-button:active, .governors .post-password-form input.load-more-button[type=submit]:active, .post-password-form .governors input.load-more-button[type=submit]:active, .governors .button.load-more-button:focus, .governors .post-password-form input.load-more-button[type=submit]:focus, .post-password-form .governors input.load-more-button[type=submit]:focus {
  background-color: #970830;
  color: #fff;
}
.governors .governors-profile {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
}
.governors .governors-profile.active {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.governors .play-button {
  top: auto !important;
  bottom: 10px !important;
  right: 10px !important;
  left: auto !important;
  width: 40px;
  height: 40px;
}
.governors .play-button svg {
  width: 40px;
  height: 40px;
}
.governors .intro {
  margin: auto;
  position: relative;
  display: block;
  text-align: center;
}
.governors__item {
  display: flex;
  margin-bottom: 30px;
}
.governors__item__img {
  width: 256px;
  position: relative;
  position: relative;
  background-size: cover;
  background-position: top;
}
.governors__item__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 123.5294117647%;
}
.governors__item__img > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.governors__item__img .image-wrap {
  width: 100%;
  height: 100%;
}
.governors__item__img .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.governors__item__img .image-wrap--ie picture {
  display: none;
}
.governors__item__img .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.governors__item__content {
  padding: 25px;
  width: 100%;
}
.governors__item__content .title, .governors__item__content h1, .governors__item__content h2, .governors__item__content h3, .governors__item__content h4 {
  padding-bottom: 5px;
  text-transform: none;
}
.governors__item__content .category, .governors__item__content .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .governors__item__content label {
  padding-bottom: 15px;
  color: #970830;
}
.governors__item__content .category:last-of-type, .governors__item__content .news-feed .sf-field-category > ul li label:last-of-type, .news-feed .sf-field-category > ul li .governors__item__content label:last-of-type {
  padding-bottom: 5px;
  color: #002E60;
}
@media (max-width: 600px) {
  .governors__item__content .category:last-of-type, .governors__item__content .news-feed .sf-field-category > ul li label:last-of-type, .news-feed .sf-field-category > ul li .governors__item__content label:last-of-type {
    display: none;
  }
}
.governors__item__content p {
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .governors__item__content p {
    display: none;
  }
}

.laxton-school .governors__item__content .category, .news-feed .sf-field-category > ul li .laxton-school .governors__item__content label,
.laxton-school .governors__item__content .news-feed .sf-field-category > ul li label,
.laxton-school .news-feed .sf-field-category > ul li .governors__item__content label {
  color: #81b2e1;
}
.laxton-school .governors__item__content .category:last-of-type, .news-feed .sf-field-category > ul li .laxton-school .governors__item__content label:last-of-type,
.laxton-school .governors__item__content .news-feed .sf-field-category > ul li label:last-of-type,
.laxton-school .news-feed .sf-field-category > ul li .governors__item__content label:last-of-type {
  color: #002e60;
}

.houses-modals .governors__item {
  flex-wrap: wrap;
}
.houses-modals .governors__item__img {
  width: 100%;
}
.houses-modals .governors__item__img:before {
  padding-top: 55.52941%;
}
.houses-modals .governors__item .title, .houses-modals .governors__item h1, .houses-modals .governors__item h2, .houses-modals .governors__item h3, .houses-modals .governors__item h4 {
  font-size: 1.5625rem;
  margin: 0;
}
.houses-modals .governors__item .modal-item__close {
  right: 20px;
  top: 20px;
}

.home .video-slider {
  width: 100%;
  margin-top: 40px;
}
.home .video-slider:before {
  padding-top: 56%;
}
.home .video-slider .js-video-slider video {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .home .video-slider__content h3 {
    text-align: left;
  }
}
.home .video-slider .slick-dots {
  right: 40px;
  top: 40px;
  bottom: unset;
}
@media screen and (max-width: 575px) {
  .home .video-slider .slick-dots {
    right: 15px;
    top: 15px;
    text-align: right;
  }
}
.home .video-slider .play-button {
  right: 35px;
  bottom: 35px;
  transform: none;
  top: unset;
  left: unset;
  z-index: 10;
  height: 86px;
  width: 86px;
}
.home .video-slider .play-button svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .home .video-slider .play-button {
    width: 56px;
    height: 56px;
    right: 15px;
    bottom: 15px;
  }
}

.video-slider {
  margin: 81px 0 0;
  width: 100vw;
  background-color: #000;
  position: relative;
  overflow: hidden;
  position: relative;
}
.video-slider:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.video-slider > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-slider .js-video-slider video {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}
.video-slider .js-video-slider .slick-slide > div {
  height: 100%;
}
.video-slider .js-video-slider .slick-slide > div > div {
  height: 100%;
}
.video-slider .js-video-slider,
.video-slider .slick-track,
.video-slider .slick-list {
  height: 100%;
}
.video-slider .category, .video-slider .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .video-slider label {
  color: #fff;
}
.video-slider__panel {
  position: relative;
}
.video-slider__panel:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, transparent 0%, rgba(218, 253, 255, 0) 100%);
  z-index: 8;
}
.video-slider__panel a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.video-slider__content {
  position: absolute;
  bottom: 35px;
  z-index: 9;
  margin-left: 81px;
}
@media (max-width: 768px) {
  .video-slider__content {
    bottom: 14px;
    z-index: 9;
    margin-left: 30px;
  }
}
.video-slider .category, .video-slider .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .video-slider label {
  margin-bottom: 15px;
}
.video-slider .title, .video-slider h1, .video-slider h2, .video-slider h3, .video-slider h4 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .video-slider .title, .video-slider h1, .video-slider h2, .video-slider h3, .video-slider h4 {
    font-size: 2.375rem;
  }
}
.video-slider .slick-dots {
  position: absolute;
  bottom: 50px;
  right: 81px;
  text-align: right;
}
@media (max-width: 767px) {
  .video-slider .slick-dots {
    bottom: 20px;
    right: 30px;
  }
}
.video-slider .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .video-slider .play-button svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .video-slider .play-button svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 700px) {
  .video-slider:before {
    padding-top: 70%;
  }
  .video-slider .js-video-slider video {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .video-slider:before {
    padding-top: 80%;
  }
  .video-slider .category, .video-slider .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .video-slider label {
    display: none !important;
  }
  .video-slider .slick-dots {
    display: block !important;
    text-align: center;
    width: 100%;
    right: 0;
  }
  .video-slider .video-slider__content {
    margin: 0 auto;
    width: 100%;
  }
  .video-slider .title, .video-slider h1, .video-slider h2, .video-slider h3, .video-slider h4 {
    font-size: 1.5rem;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 575px) {
  .laxton-teaser div.article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.laxton-school .video-slider {
  margin: 0px;
}

.page-id-14505 .oundle-main .two-column-text-block .container .col-md-6 {
  flex: none;
  max-width: 100%;
}
.page-id-14505 .oundle-main .two-column-text-block .container .col-md-6 p {
  width: 33%;
  display: inline-block;
}
.page-id-14505 .oundle-main .two-column-text-block:nth-of-type(2) {
  padding-bottom: 0px;
}

.video-item .gallery-strip__gallery__item > div:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset !important;
  bottom: unset !important;
  transform: translate(-50%, -50%);
}
.video-item .gallery-strip__gallery__item > div:first-child svg {
  width: 80px;
  height: 80px;
}
@media (max-width: 600px) {
  .video-item .gallery-strip__gallery__item > div:first-child svg {
    width: 60px;
    height: 60px;
  }
}
.video-item .gallery-strip__gallery__item:before {
  padding-top: 55.48052%;
}

.laxton-school .video-item .gallery-strip__gallery__item > div:first-child svg polygon {
  fill: #81BFAF;
}
.laxton-school .video-item p,
.laxton-school .video-item a {
  color: #002E60 !important;
}
.laxton-school .video-item p:hover,
.laxton-school .video-item a:hover {
  color: #002E60;
}

.video-grid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-grid > div {
  max-width: 400px;
  width: 100%;
  margin: 0 20px;
}
.video-grid p {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  margin: 0;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 3px 0 0px;
}
@media (max-width: 758px) {
  .video-grid {
    flex-direction: column;
  }
  .video-grid > div {
    margin-bottom: 30px;
  }
}

.large-image-link {
  text-align: center;
}
.large-image-link img {
  border: solid 25px #e8ecf3;
  max-width: 570px;
  height: auto;
}

.js-gallery-small .slick-slide > div {
  padding: 5px;
}
.js-gallery-small .slick-slide > div p {
  opacity: 0;
  transition: 0.5s;
}
.js-gallery-small .slick-slide > div:hover p {
  opacity: 1;
  transition: 0.5s;
}
.js-gallery-small .gallery-strip__gallery__item:before {
  padding-top: 135.48052%;
}

.full-width-image-strip {
  position: relative;
}
.full-width-image-strip__overlay {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20%;
  opacity: 0.9;
}
.full-width-image-strip.video-dimensions .play-button {
  z-index: 1;
}
.full-width-image-strip.video-dimensions .image-teaser {
  padding-top: 56%;
  height: 0;
  width: 100%;
}
.full-width-image-strip.video-dimensions .image-teaser img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.qa-block {
  padding: 105px 0px;
  overflow: hidden;
}
.qa-block__title {
  font-family: "Palatino Linotype", "Palatino", serif;
  color: white;
  line-height: 28px;
  letter-spacing: 4px;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 45px;
}
.qa-block__title.laxton-qa-block__title {
  font-size: 32px !important;
  font-weight: 400;
}
.qa-block .question {
  position: relative;
  padding: 50px 90px 50px 50px;
  background-color: #CCD5E0;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #002E60;
  margin-left: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
.qa-block .question.laxton-question {
  background-color: #AEC8E7;
}
.qa-block .question.laxton-question::before {
  border-color: transparent #AEC8E7 transparent transparent;
}
.qa-block .question::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #CCD5E0 transparent transparent;
  transition: all 0.4s ease-in;
}
.qa-block .question:hover, .qa-block .question:active, .qa-block .question:focus, .qa-block .question--active {
  background-color: white;
}
.qa-block .question:hover::before, .qa-block .question:active::before, .qa-block .question:focus::before, .qa-block .question--active::before {
  border-color: transparent #ffffff transparent transparent !important;
}
.qa-block .question:hover.laxton-question, .qa-block .question:active.laxton-question, .qa-block .question:focus.laxton-question, .qa-block .question--active.laxton-question {
  background-color: white;
}
.qa-block .answer {
  position: relative;
  padding: 60px;
  background-color: white;
  display: none;
  width: 100%;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.qa-block .answer--active {
  display: block;
}
.qa-block .answer::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ffffff;
}
.qa-block .answer p {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0;
  color: black;
}
.qa-block .author {
  text-align: right;
  padding-left: 30px;
  display: none;
}
.qa-block .author--active {
  display: block;
}
.qa-block .author p:nth-of-type(1) {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.qa-block .author p:nth-of-type(2) {
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  margin-bottom: 0;
}
.qa-block .avatar-wrapper {
  border-radius: 50%;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  margin-left: auto;
  overflow: hidden;
  margin-bottom: 8px;
}
.qa-block .avatar-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.qa-block .laxton-crest {
  right: 30px;
  bottom: 0px;
  padding: 0;
}
@media (max-width: 1199px) {
  .qa-block .question {
    font-size: 20px;
    line-height: 25px;
    padding: 40px 30px 40px 35px;
  }
  .qa-block .answer {
    padding: 45px;
  }
  .qa-block .author {
    padding-left: 10px;
  }
  .qa-block .author p:nth-of-type(1) {
    font-size: 16px;
  }
}
.qa-block--mobile {
  padding: 80px 20px;
}
.qa-block--mobile .qa-block__title {
  margin-bottom: 15px;
}
.qa-block--mobile .author {
  align-items: center;
  gap: 10px;
  text-align: left;
  margin-bottom: 50px;
}
.qa-block--mobile .author--active {
  display: flex;
}
.qa-block--mobile .avatar-wrapper {
  width: 48px;
  margin-left: 0;
}
.qa-block--mobile .accordion {
  margin-top: 20px;
}
.qa-block--mobile .accordion__item {
  border-bottom: 0;
  margin-bottom: 20px;
}
.qa-block--mobile .accordion__plus:before, .qa-block--mobile .accordion__plus:after {
  background-color: #970830;
}
.qa-block--mobile .question {
  padding: 30px 25px 30px 25px;
  margin: 0;
}
.qa-block--mobile .question__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}
.qa-block--mobile .answer {
  max-height: none;
  margin-bottom: 30px;
  padding: 0 30px 35px;
}

.intro-block {
  padding: 130px 85px;
  overflow: hidden;
}
.intro-block > .container {
  position: relative;
}
.intro-block__text p {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 27px;
  line-height: 38px;
  letter-spacing: 0;
  color: #002E60;
}
.intro-block .crest {
  position: absolute;
  top: 0;
  bottom: calc(-20% - 260px);
  right: 0;
  opacity: 0.8;
}
.intro-block .intro-by {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}
.intro-block .intro-by__picture {
  width: 72px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.intro-block .intro-by__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-block .intro-by__line-1 {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #002E60;
  margin-bottom: 5px;
}
.intro-block .intro-by__line-2 {
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #002E60;
  margin-bottom: 0;
}
.intro-block .button, .intro-block .gform_wrapper .button, .gform_wrapper .intro-block .button, .intro-block .post-password-form input[type=submit], .post-password-form .intro-block input[type=submit] {
  background-color: transparent;
  border-color: #970830;
  color: #970830;
}
.intro-block .button:hover, .intro-block .post-password-form input[type=submit]:hover, .post-password-form .intro-block input[type=submit]:hover, .intro-block .button:active, .intro-block .post-password-form input[type=submit]:active, .post-password-form .intro-block input[type=submit]:active, .intro-block .button:focus, .intro-block .post-password-form input[type=submit]:focus, .post-password-form .intro-block input[type=submit]:focus {
  background-color: #970830;
  color: #fff;
}
@media (max-width: 991px) {
  .intro-block {
    padding: 50px 15px;
  }
  .intro-block__text p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .intro-block .crest {
    display: none;
  }
}
@media (max-width: 575px) {
  .intro-block {
    padding: 30px 15px;
  }
  .intro-block__text p {
    font-size: 21px;
    line-height: 30px;
  }
}

.cta-cards {
  padding: 120px 0;
}
.cta-cards .cta-card {
  display: flex !important;
  flex-direction: column;
}
.cta-cards .cta-card__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 570/305;
  position: relative;
}
.cta-cards .cta-card__img img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.cta-cards .cta-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 65px 70px;
  flex: 1 0 0;
}
.cta-cards .cta-card__content__text {
  flex: 1 0 0;
}
.cta-cards .cta-card__content a.link {
  font-family: "calibri", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #970830;
  text-transform: uppercase;
}
.cta-cards .cta-card__content .icon {
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .cta-cards {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .cta-cards {
    padding: 65px 0;
  }
  .cta-cards .cta-card__content {
    padding: 30px 35px;
  }
}

.text-images-links {
  padding: 120px 0;
}
.text-images-links__text {
  margin-top: 70px;
  margin-bottom: 65px;
  padding-left: 70px;
  padding-bottom: 90px;
}
.text-images-links__image {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.text-images-links__image.number-1 {
  aspect-ratio: 400/498;
}
.text-images-links__image.number-2 {
  aspect-ratio: 570/455;
}
.text-images-links__image.number-3 {
  aspect-ratio: 530/425;
}
.text-images-links__image-title {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: white;
}
.text-images-links .wrapper {
  position: relative;
  overflow: hidden;
}
.text-images-links .wrapper.number-1 {
  margin-left: 70px;
}
.text-images-links .wrapper.number-2 {
  margin-top: -90px;
}
.text-images-links .wrapper.number-3 {
  margin-left: 40px;
  margin-top: 70px;
}
.text-images-links .wrapper__overlay {
  z-index: 1;
  opacity: 0.9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, transparent 0%, rgba(218, 253, 255, 0) 100%);
}
.text-images-links .wrapper:hover .text-images-links__image, .text-images-links .wrapper:active .text-images-links__image, .text-images-links .wrapper:focus .text-images-links__image {
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .text-images-links__text {
    padding-left: 0px;
    padding-bottom: 0;
  }
  .text-images-links .wrapper.number-2 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .text-images-links {
    padding: 90px 0;
  }
  .text-images-links__text {
    margin-top: 0;
  }
  .text-images-links .wrapper.number-1 {
    margin-left: 0;
  }
  .text-images-links .wrapper.number-3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .text-images-links {
    padding: 50px 0;
  }
  .text-images-links__text {
    margin-bottom: 30px;
  }
  .text-images-links__image-title {
    bottom: 20px;
    left: 20px;
  }
  .text-images-links .wrapper.number-1,
  .text-images-links .wrapper.number-2,
  .text-images-links .wrapper.number-3 {
    margin: 0px 0 20px;
  }
  .text-images-links__image.number-1 {
    aspect-ratio: 1;
  }
  .text-images-links__image.number-2 {
    aspect-ratio: 1;
  }
  .text-images-links__image.number-3 {
    aspect-ratio: 1;
  }
}

.content-media {
  padding: 120px 0 120px;
}
.content-media .slider {
  position: relative;
}
.content-media .slider .slick-list {
  overflow: visible;
}
.content-media .slider .col-content {
  position: absolute;
  bottom: -40px;
  right: 0;
}
.content-media .slider ul.slick-dots {
  position: static;
  margin-top: 15px;
}
.content-media .slider ul.slick-dots li {
  width: 10px;
}
.content-media .slider ul.slick-dots li button {
  width: 10px;
  height: 10px;
}
.content-media .slider ul.slick-dots li button::before {
  background-color: #B5BAC8;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}
.content-media .slider ul.slick-dots li.slick-active button::before {
  background-color: #970830;
}
.content-media__media-to-right .col-content {
  left: 0;
}
.content-media__media-to-right ul.slick-dots {
  text-align: right;
  padding-right: 20px;
}
.content-media__media-to-right .video-title {
  text-align: right;
}
.content-media .col-media__image, .content-media .col-media__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 670/448;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-media .col-media .video-wrapper {
  position: relative;
  cursor: pointer;
}
.content-media .col-media .video-wrapper .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.content-media .col-media .video-wrapper:hover .play, .content-media .col-media .video-wrapper:active .play, .content-media .col-media .video-wrapper:focus .play {
  transform: translate(-50%, -50%) scale(1.1);
}
.content-media .col-media .video-title {
  position: absolute;
  z-index: 10;
  bottom: 35px;
  left: 50px;
  width: calc(100% - 70px);
  margin: 0;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}
.content-media .col-media .play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: auto;
  opacity: 0.9;
  pointer-events: none;
  transition: transform 0.4s ease-in-out;
}
@media (max-width: 420px) {
  .content-media .col-media__image {
    aspect-ratio: 100/120;
  }
}
.content-media .col-content {
  padding-left: 70px;
}
.content-media .col-content__text {
  padding: 90px 65px;
  text-align: center;
}
.content-media .col-content__text p:nth-child(1) {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0.4px;
  color: #970830;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.content-media .col-content__text p:nth-child(2) {
  font-family: "calibri", sans-serif;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  color: #000;
  margin: 0;
}
.content-media .col-content__quote {
  padding: 90px 40px;
  margin: 0;
  text-align: center;
}
.content-media .col-content__quote blockquote {
  margin-top: 0;
  margin-bottom: 34px;
}
.content-media .col-content__quote blockquote p {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0;
  color: #970830;
}
.content-media .col-content__quote .line {
  width: 75px;
  height: 1px;
  background-color: #CCD5E0;
  margin: 0 auto 35px;
}
.content-media .col-content__quote figcaption {
  position: relative;
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  max-width: 200px;
  margin: 0 auto;
}
.content-media .col-content__quote figcaption img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .content-media .col-content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .content-media {
    padding: 90px 0 70px;
  }
  .content-media .slider .col-content {
    position: static;
  }
  .content-media ul.slick-dots {
    text-align: center !important;
  }
  .content-media .col-media .video-title {
    text-align: left;
  }
  .content-media .col-content__quote, .content-media .col-content__text {
    padding: 60px 80px;
  }
}
@media (max-width: 767px) {
  .content-media {
    padding: 60px 0;
  }
  .content-media .slick-slide > div > .row {
    margin: 0 !important;
  }
  .content-media .slick-slide > div > .row .col-content, .content-media .slick-slide > div > .row .col-media {
    padding-left: 0;
    padding-right: 0;
  }
  .content-media .slick-slide > div > .row .col-media .play {
    width: 50px;
  }
  .content-media .slick-slide > div > .row .col-media .video-title {
    font-size: 18px;
    line-height: 21px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .content-media .slick-slide > div > .row .col-content__quote {
    padding: 40px 25px;
  }
  .content-media .slick-slide > div > .row .col-content__quote blockquote p {
    font-size: 20px;
    line-height: 24px;
  }
  .content-media .slick-slide > div > .row .col-content__text {
    padding: 40px 25px;
  }
  .content-media .slick-slide > div > .row .col-content__text p:nth-child(1) {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .intro-block + .content-media {
    padding: 0px 0 60px 0;
  }
}
.social-media-feed {
  margin: 120px 0;
}
.social-media-feed__instagram {
  background-color: #EAECF3;
  padding: 25px 35px 35px;
  height: 100%;
}
.social-media-feed__instagram header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.social-media-feed__instagram .username {
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
.social-media-feed__instagram .username img {
  margin-right: 10px;
  width: 50px;
  height: auto;
}
.social-media-feed__instagram .feed-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}
.social-media-feed__instagram .feed-content img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.social-media-feed__twitter {
  background-color: #EAECF3;
  padding: 45px 35px 35px;
  height: 100%;
}
.social-media-feed__twitter .title, .social-media-feed__twitter h1, .social-media-feed__twitter h2, .social-media-feed__twitter h3, .social-media-feed__twitter h4 {
  padding-bottom: 0;
}
.social-media-feed__twitter p {
  color: #002E60;
}
@media (max-width: 991px) {
  .social-media-feed {
    margin: 80px 0;
  }
  .social-media-feed__twitter {
    padding: 35px 30px 35px;
  }
  .social-media-feed__twitter .title, .social-media-feed__twitter h1, .social-media-feed__twitter h2, .social-media-feed__twitter h3, .social-media-feed__twitter h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .social-media-feed__twitter .button, .social-media-feed__twitter .gform_wrapper .button, .gform_wrapper .social-media-feed__twitter .button, .social-media-feed__twitter .post-password-form input[type=submit], .post-password-form .social-media-feed__twitter input[type=submit] {
    padding: 14px 16px;
  }
}
@media (max-width: 767px) {
  .social-media-feed__instagram {
    padding: 25px 25px 20px;
  }
  .social-media-feed__instagram header {
    display: block;
  }
  .social-media-feed__instagram .feed-content {
    grid-template-columns: 1fr 1fr;
  }
}

.block.list {
  padding: 100px 0;
}
.block.list .group-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.block.list .group-list .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.block.list .group-list .item svg {
  width: 20px;
  flex-shrink: 0;
}
.block.list .group-list .item svg g {
  stroke: #970830;
}
.block.list .group-list p {
  line-height: 20px;
  color: #000;
}
.block.list .picture-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.block.list .picture-wrapper picture,
.block.list .picture-wrapper img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .block.list {
    padding: 70px 0;
  }
  .block.list .group-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 767px) {
  .block.list {
    padding: 50px 0;
  }
  .block.list .group-list {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}

@media screen and (min-width: 1370px) {
  .container-fluid {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;
    width: 100%;
  }
}
@media (min-width: 1680px) {
  .container--super-wide {
    width: 92%;
    max-width: 1900px;
  }
}
#content-wrap {
  position: relative;
}

html.fixed {
  overflow: hidden;
}

@media (min-width: 1680px) {
  .container-big-screen {
    max-width: 1500px;
  }
}

.intro,
.intro p {
  font-size: 1.3rem;
  font-family: "Palatino Linotype", "Palatino", serif;
  line-height: 1.52632;
}

p,
li {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: calibri, sans-serif;
}

ul.gallery {
  width: 100%;
  padding: 0;
}
ul.gallery li {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding-bottom: 20px;
}
ul.gallery li:nth-child(2n-1) {
  padding-right: 15px;
}
ul.gallery li:nth-child(2n) {
  padding-left: 15px;
}
@media (max-width: 575.98px) {
  ul.gallery li {
    width: 100%;
  }
}
ul.gallery li:before {
  content: none;
}
ul.gallery li div.gallery__image {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
ul.gallery li p {
  display: none;
  margin: 0;
}

.main-content iframe {
  width: 100%;
  height: auto;
}
.main-content .responsive-embed-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  max-width: 100% !important;
}
.main-content .embed-responsive-16by9 {
  padding-bottom: 56.25%;
  aspect-ratio: 16/9;
}
.main-content .responsive-embed-container iframe,
.main-content .responsive-embed-container object,
.main-content .responsive-embed-container embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

::-moz-selection {
  background: #002E60;
  color: #fff;
  padding: 10px;
}

::selection {
  background: #002E60;
  color: #fff;
  padding: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.caption {
  color: #919191;
  font-size: 15px; /* 15px */
  font-size: 0.9375rem; /* 15px */
  line-height: 1.4666666667; /* 22px */
}

.author {
  display: flex;
}
.author__image {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.author__image--large {
  height: 126px;
  width: 126px;
}
.author__info {
  align-self: flex-end;
  margin-left: 20px;
  align-self: center;
}
.author__info .title, .author__info h1, .author__info h2, .author__info h3, .author__info h4 {
  padding-bottom: 6px;
}
.author p {
  font-size: 14px; /* 14px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.3571428571; /* 19px */
  font-weight: bold;
  letter-spacing: 1px;
  color: grey;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.author p:last-child {
  font-size: 11px; /* 11px */
  font-size: 0.6875rem; /* 11px */
  line-height: 1.7272727273; /* 19px */
  color: grey;
}
.author--stacked {
  display: block;
  margin-top: -40px;
}
.author--stacked .author__image {
  height: 86px;
  width: 86px;
  margin-left: -15px;
}
.author--stacked .author__info {
  margin-left: 0;
}

a:hover {
  text-decoration: none !important;
}

#bar_window {
  display: none;
  position: fixed;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #002e60;
}
#bar_window #bar_window__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  text-align: center;
}
#bar_window #bar_window__inner p {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.23077;
  font-weight: bold;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
#bar_window #bar,
#bar_window #empty_bar {
  position: absolute;
  width: 280px;
  max-width: 280px;
  height: 5px;
  border-radius: 5px;
}
@media (max-width: 700px) {
  #bar_window #bar,
  #bar_window #empty_bar {
    width: 200px;
  }
}
#bar_window #empty_bar {
  background-color: #06143a;
}
#bar_window #bar {
  background-color: #fff;
}
#bar_window svg,
#bar_window img {
  margin: auto;
  text-align: center;
  /* width: 60%; */
  margin-bottom: 51px;
}
#bar_window #percent {
  display: none;
}

.news-item img {
  width: 100%;
}
.news-item h2 {
  margin-top: 10px;
  text-transform: none;
}

.page-id-45 .icon-strip__icon p {
  opacity: 0.85;
}

#tablepress-20 {
  table-layout: fixed;
}

.tablepress tbody td:not(:last-of-type) {
  border-right: 1px solid #dddddd;
}
.tablepress tbody td {
  padding: 15px 25px;
  border-top: unset;
}

.tablepress thead tr th {
  padding: 15px 20px;
}
.tablepress tbody tr td {
  padding: 15px 20px;
}

.error404 .full-width-text-strip__content {
  text-align: center;
}

.page-id-72 .oundle-main .full-width-text-strip__content td {
  vertical-align: top;
}
@media (max-width: 760px) {
  .page-id-72 .oundle-main .full-width-text-strip__content td {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .switch-order-tablet > div:last-of-type {
    order: 1;
  }
  .switch-order-tablet > div:first-of-type {
    order: 2;
  }
}
select::-ms-expand {
  display: none;
}

.cookie-notice {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(230, 230, 230, 0.9);
  color: #002E60;
  padding: 10px 50px;
}
.cookie-notice p {
  margin-bottom: 0;
  font-size: 1rem;
  margin-right: 30px;
}
.cookie-notice .accept-button {
  cursor: pointer;
  display: inline-block;
  border: 2px solid #970830;
  color: #970830;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
}
.cookie-notice .accept-button:hover {
  background: #970830;
  color: #fff;
  border: 2px solid #970830;
  transition: 0.5s;
}

.cookie-notice-2 .accept-button {
  border: 2px solid #81BFAF;
  color: #81BFAF;
}
.cookie-notice-2 .accept-button:hover {
  color: #fff;
  background-color: #81BFAF;
  border: 2px solid #81BFAF;
}

.cookie-notice-3 .accept-button {
  border: 2px solid #002E60;
  color: #002E60;
}
.cookie-notice-3 .accept-button:hover {
  color: #002E60;
  background-color: #002E60;
  border: 2px solid #002E60;
}

.cookie-notice-4 .accept-button {
  border: 2px solid #b8a05e;
  color: #b8a05e;
}
.cookie-notice-4 .accept-button:hover {
  color: #fff;
  background-color: #b8a05e;
  border: 2px solid #b8a05e;
}

.event_meta {
  position: relative;
  padding-left: 26px;
  margin-left: 5px;
  margin-right: 5px;
  color: #000;
}
.event_meta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: var(--wpr-bg-83eb059f-a60e-4d69-9915-c35518f2919c);
  background-size: contain;
}
.event_meta__date:before {
  background-image: var(--wpr-bg-3bddc208-38f3-4e9c-9665-c76eee96b517);
}
.event_meta__venue:before {
  background-image: var(--wpr-bg-ae46a4e7-ec74-4872-ad65-55fb970916fc);
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 768px) {
  .grid {
    display: grid;
  }
}
@media (min-width: 1270px) {
  .grid {
    grid-auto-rows: 270px;
  }
}
.grid__item {
  position: relative;
  min-height: 230px;
  background-size: cover;
  background-position: center;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
@media (min-width: 1270px) {
  .grid__item {
    min-width: 370px;
  }
}
.grid__item > div {
  margin: 0 20px;
  position: relative;
}
.grid__item .title, .grid__item h1, .grid__item h2, .grid__item h3, .grid__item h4 {
  font-size: 70px;
  letter-spacing: 0.88px;
  line-height: 100px;
}
.grid__item:first-of-type {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
.grid__item:nth-of-type(6) {
  grid-column: 3/span 1;
  grid-row: 3/span 2;
}
.grid__item:nth-of-type(9) {
  grid-column: 1/span 1;
  grid-row: 5/span 2;
}
.grid__item:nth-of-type(10) {
  grid-column: 2/span 2;
  grid-row: 5/span 2;
}
.grid__item:nth-of-type(11) {
  grid-column: 1/span 2;
  grid-row: 7/span 2;
}
.grid__item:nth-of-type(15) {
  grid-column: 3/span 1;
  grid-row: 8/span 2;
  flex-direction: column;
}
.grid__item:nth-of-type(19) {
  grid-column: 1/span 1;
  grid-row: 11/span 2;
}
.grid__item:nth-of-type(20) {
  grid-column: 2/span 2;
  grid-row: 11/span 2;
}
.grid__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.4;
}

.page-template-tpl-elearning .laxton-school .nav-menu__hamburger,
.page-template-tpl-elearning .laxton-school #breadcrumbs {
  display: none;
}
.page-template-tpl-elearning .laxton-school a.download-button {
  padding: 20px 30px 20px 50px;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  margin-top: 15px;
  border: 2px solid #81BFAF;
  color: #81BFAF !important;
}
.page-template-tpl-elearning .laxton-school a.download-button:before {
  top: 20px;
  left: 16px;
}
.page-template-tpl-elearning .laxton-school .news-grid__twitter a {
  color: #002E60 !important;
}
.page-template-tpl-elearning .laxton-school .two-column-text-block.white-background .intro {
  margin-top: 50px;
}
.page-template-tpl-elearning .laxton-school .two-column-text-block.white-background:not(#CARE) .title--xl {
  margin-top: 70px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.page-template-tpl-elearning .laxton-school .image-text-columns {
  margin: 50px 0;
}
.page-template-tpl-elearning .laxton-school #LOVE_OF_LEARNING .title--xl {
  margin-bottom: 50px;
}
.page-template-tpl-elearning .laxton-school .gallery-strip.pad-lg-top, .page-template-tpl-elearning .laxton-school .gallery-strip.icon-strip.none-background, .page-template-tpl-elearning .laxton-school .gallery-strip.icon-strip.grey-background, .page-template-tpl-elearning .laxton-school .gallery-strip.map-with-statistics__content, .page-template-tpl-elearning .home .laxton-school .gallery-strip.image-text-columns:first-of-type, .home .page-template-tpl-elearning .laxton-school .gallery-strip.image-text-columns:first-of-type, .page-template-tpl-elearning .laxton-school .page-id-14505 .oundle-main .two-column-text-block .container .gallery-strip.col-md-6:last-of-type, .page-id-14505 .oundle-main .two-column-text-block .container .page-template-tpl-elearning .laxton-school .gallery-strip.col-md-6:last-of-type,
.page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.pad-lg-top,
.page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.icon-strip.none-background,
.page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.icon-strip.grey-background,
.page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.map-with-statistics__content,
.page-template-tpl-elearning .home .laxton-school .two-column-text-block.white-background.image-text-columns:first-of-type,
.home .page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.image-text-columns:first-of-type,
.page-template-tpl-elearning .laxton-school .page-id-14505 .oundle-main .two-column-text-block .container .two-column-text-block.white-background.col-md-6:last-of-type,
.page-id-14505 .oundle-main .two-column-text-block .container .page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.col-md-6:last-of-type {
  padding-top: 30px;
}
.page-template-tpl-elearning .laxton-school .gallery-strip.pad-lg-btm, .page-template-tpl-elearning .laxton-school .gallery-strip.icon-strip.none-background, .page-template-tpl-elearning .laxton-school .gallery-strip.icon-strip.grey-background, .page-template-tpl-elearning .laxton-school .gallery-strip.map-with-statistics__content, .page-template-tpl-elearning .home .laxton-school .gallery-strip.image-text-columns:first-of-type, .home .page-template-tpl-elearning .laxton-school .gallery-strip.image-text-columns:first-of-type,
.page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.pad-lg-btm,
.page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.icon-strip.none-background,
.page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.icon-strip.grey-background,
.page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.map-with-statistics__content,
.page-template-tpl-elearning .home .laxton-school .two-column-text-block.white-background.image-text-columns:first-of-type,
.home .page-template-tpl-elearning .laxton-school .two-column-text-block.white-background.image-text-columns:first-of-type {
  padding-bottom: 30px;
}
.page-template-tpl-elearning .laxton-school section#LOVE_OF_LEARNING + .full-width-text-strip {
  padding: 0px;
}
.page-template-tpl-elearning .laxton-school section#CARE + .full-width-text-strip {
  padding-top: 0px;
}
.page-template-tpl-elearning .laxton-school section#CARE + .full-width-text-strip > div {
  max-width: unset;
  padding: 0 30px;
  text-align: center;
}
.page-template-tpl-elearning .laxton-school iframe {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .page-template-tpl-elearning .laxton-school .title--xl {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .page-template-tpl-elearning .laxton-school .title--xl {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .page-template-tpl-elearning .laxton-school .skip-links {
    display: none;
  }
}
@media (max-width: 1290px) {
  .page-template-tpl-elearning .laxton-school iframe {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .page-template-tpl-elearning .laxton-school .news-grid__twitter {
    margin: 10px !important;
  }
  .page-template-tpl-elearning .laxton-school .gallery-strip__gallery .slick-slide > div {
    padding: 10px;
  }
  .page-template-tpl-elearning .laxton-school p,
  .page-template-tpl-elearning .laxton-school li {
    font-size: 1rem;
  }
  .page-template-tpl-elearning .laxton-school .gallery-strip__gallery p {
    position: relative;
  }
  .page-template-tpl-elearning .laxton-school iframe {
    width: 100%;
    height: auto;
  }
}

.page-template-tpl-elearning.page-id-11637 .laxton-school section#CARE + .full-width-text-strip {
  padding-top: 50px;
}
.page-template-tpl-elearning.page-id-11637 .laxton-school .gallery-strip.pad-lg-top, .page-template-tpl-elearning.page-id-11637 .laxton-school .gallery-strip.icon-strip.none-background, .page-template-tpl-elearning.page-id-11637 .laxton-school .gallery-strip.icon-strip.grey-background, .page-template-tpl-elearning.page-id-11637 .laxton-school .gallery-strip.map-with-statistics__content, .page-template-tpl-elearning.page-id-11637 .home .laxton-school .gallery-strip.image-text-columns:first-of-type, .home .page-template-tpl-elearning.page-id-11637 .laxton-school .gallery-strip.image-text-columns:first-of-type, .page-template-tpl-elearning.page-id-11637 .laxton-school .page-id-14505 .oundle-main .two-column-text-block .container .gallery-strip.col-md-6:last-of-type, .page-id-14505 .oundle-main .two-column-text-block .container .page-template-tpl-elearning.page-id-11637 .laxton-school .gallery-strip.col-md-6:last-of-type {
  padding-top: 50px;
}
.page-template-tpl-elearning.page-id-11637 .laxton-school .two-column-text-block.white-background:not(#CARE) .title--xl {
  padding-bottom: 50px !important;
  margin-top: 0px !important;
}
.page-template-tpl-elearning.page-id-11637 .laxton-school .title--xl {
  margin-bottom: 50px;
}
.page-template-tpl-elearning.page-id-11637 .laxton-school .two-column-text-block.white-background .intro {
  margin-top: 0px;
}
.page-template-tpl-elearning.page-id-11637 .laxton-school .two-column-text-block.white-background.pad-lg-top, .page-template-tpl-elearning.page-id-11637 .laxton-school .two-column-text-block.white-background.icon-strip.none-background, .page-template-tpl-elearning.page-id-11637 .laxton-school .two-column-text-block.white-background.icon-strip.grey-background, .page-template-tpl-elearning.page-id-11637 .laxton-school .two-column-text-block.white-background.map-with-statistics__content, .page-template-tpl-elearning.page-id-11637 .home .laxton-school .two-column-text-block.white-background.image-text-columns:first-of-type, .home .page-template-tpl-elearning.page-id-11637 .laxton-school .two-column-text-block.white-background.image-text-columns:first-of-type, .page-template-tpl-elearning.page-id-11637 .laxton-school .page-id-14505 .oundle-main .two-column-text-block .container .two-column-text-block.white-background.col-md-6:last-of-type, .page-id-14505 .oundle-main .two-column-text-block .container .page-template-tpl-elearning.page-id-11637 .laxton-school .two-column-text-block.white-background.col-md-6:last-of-type {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.page-template-tpl-elearning.page-id-11637 .laxton-school .intro {
  max-width: 950px !important;
  margin: auto;
}
.page-template-tpl-elearning.page-id-11637 .laxton-school section#CARE + .full-width-text-strip > div {
  max-width: 900px;
}
.page-template-tpl-elearning.page-id-11637 .laxton-school section:nth-of-type(2) {
  padding-top: 80px !important;
}
.page-template-tpl-elearning.page-id-11637 .laxton-school section:nth-of-type(14) {
  padding-top: 0px !important;
}

.video-item {
  position: relative;
  overflow: hidden;
}
.video-item--houses {
  position: relative;
  padding: 10px 10px 30px;
  text-align: center;
}
.video-item--houses .title, .video-item--houses h1, .video-item--houses h2, .video-item--houses h3, .video-item--houses h4 {
  margin-top: 25px;
  text-transform: uppercase !important;
}
.video-item--houses:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  background-image: var(--wpr-bg-ae2b3062-98cf-4484-95c3-964d9839f1df);
  width: 90px;
  height: 90px;
  background-size: 107%;
  background-repeat: no-repeat;
  background-position: top;
}
.video-item--whitmore {
  background-color: #e74d3d;
}
.video-item--burghley {
  background-color: #2a80b9;
}
.video-item--lilford {
  background-color: #28ae61;
}
.video-item--gloucester {
  background-color: #f1c50d;
}
.video-item--large {
  max-width: 800px !important;
}
.video-item .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.video-item .video-wrapper video {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}

.bleed-x {
  position: relative;
}
.bleed-x:before {
  position: absolute;
  content: "";
  background: #EAECF3;
  width: calc(100% + 140px);
  height: 100%;
  top: 0;
  left: -70px;
  z-index: -1;
}

.post-type-archive-blogspodcasts .show-read-more {
  height: 0;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
}
.post-type-archive-blogspodcasts .show-read-more.show {
  height: 100%;
  opacity: 1;
}
@media (max-width: 700px) {
  .post-type-archive-blogspodcasts .anchor {
    display: none;
  }
  .post-type-archive-blogspodcasts .title--large2 {
    font-size: 40px;
  }
  .post-type-archive-blogspodcasts .title--large3 {
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .post-type-archive-blogspodcasts .mb-100 {
    margin-bottom: 30px !important;
  }
  .post-type-archive-blogspodcasts .mt-50,
  .post-type-archive-blogspodcasts .mt-60 {
    margin-top: 0px !important;
  }
  .post-type-archive-blogspodcasts .mb-50 {
    margin-bottom: 0px !important;
  }
  .post-type-archive-blogspodcasts .mobile-mt-0 {
    margin-top: 0 !important;
  }
  .post-type-archive-blogspodcasts .news-item {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .blogspodcasts-template-default .banner .container {
    max-width: 100%;
    padding: 0;
  }
  .blogspodcasts-template-default .banner .banner--image-bleed .image-wrap img {
    height: 400px;
  }
  .blogspodcasts-template-default .banner .author {
    text-align: center;
  }
  .blogspodcasts-template-default .banner .author__image {
    margin: auto;
  }
  .blogspodcasts-template-default .banner.banner--image-bleed .extra-right-bg {
    text-align: center;
  }
  .blogspodcasts-template-default .banner.banner--image-bleed .extra-right-bg .title, .blogspodcasts-template-default .banner.banner--image-bleed .extra-right-bg h1, .blogspodcasts-template-default .banner.banner--image-bleed .extra-right-bg h2, .blogspodcasts-template-default .banner.banner--image-bleed .extra-right-bg h3, .blogspodcasts-template-default .banner.banner--image-bleed .extra-right-bg h4 {
    max-width: 500px;
    margin: auto;
  }
  .blogspodcasts-template-default .banner.banner--image-bleed .image-wrap {
    width: 100%;
  }
  .blogspodcasts-template-default .banner .banner__inner,
  .blogspodcasts-template-default .banner .banner__buttons {
    position: relative;
    transform: none;
  }
  .blogspodcasts-template-default .bleed-right--small {
    width: 100% !important;
  }
}
.blogspodcasts-template-default .title--xl {
  font-size: 80px;
  margin-bottom: -56px;
  line-height: 86px;
}

@media (max-width: 700px) {
  .single-where-next-strip {
    padding: 20px;
  }
}

.body-grey {
  background-color: #EAECF3;
  transition: all 1s ease-out;
}

.body-white {
  transition: all 1s ease-out;
}

.page-template-tpl-map-new-dev-2021-html .ajax-clouds {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999999999;
}
.page-template-tpl-map-new-dev-2021-html .ajax-clouds.fade-out {
  display: none;
}
.page-template-tpl-map-new-dev-2021-html .clouds-container {
  opacity: 1;
}
.page-template-tpl-map-new-dev-2021-html .page-wrapper {
  opacity: 0;
}

.skip-links {
  padding-top: 23px;
  padding-bottom: 23px;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.skip-links a {
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0px 36px;
  transition: 0.5s;
  opacity: 1;
}
.skip-links a.active {
  opacity: 0.5;
  transition: 0.5s;
}
@media (max-width: 800px) {
  .skip-links a {
    padding: 0px 10px;
  }
}
.skip-links .title, .skip-links h1, .skip-links h2, .skip-links h3, .skip-links h4 {
  font-size: 24px; /* 24px */
  font-size: 1.5rem; /* 24px */
  line-height: 1.0833333333; /* 26px */
  letter-spacing: 0.25px;
}
.skip-links--tabs {
  position: relative;
  padding: 46px 0;
}
.skip-links--tabs a.selected {
  position: relative;
}
.skip-links--tabs a.selected:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -69px;
  left: 50%;
  transform: translate(-50%);
  border-style: solid;
  border-width: 24px 26px 0 26px;
  border-color: #970830 transparent transparent transparent;
}
@media (max-width: 1214px) {
  .skip-links--tabs a {
    padding: 0 18px;
  }
}
@media (max-width: 1000px) {
  .skip-links--tabs a {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .skip-links--tabs a:last-of-type {
    margin-bottom: 0px;
  }
  .skip-links--tabs a:before {
    display: none;
  }
}

.laxton-school .skip-links {
  background-color: #81BFAF;
}

.nav-menu__hamburger {
  position: relative;
  z-index: 999999999;
  background-color: #970830;
  border-radius: 0 0 0 3px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
}

.hamburger-text {
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin-right: 12px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
nav .hamburger {
  padding: 18px 24px 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media (max-width: 600px) {
  nav .hamburger {
    padding: 13px 10px 12px;
  }
}
nav .hamburger:hover:not(.hamburger--individual-effects) {
  opacity: 0.7;
}
nav .hamburger--individual-effects .hamburger-box:hover {
  opacity: 0.7;
}
nav .hamburger.is-active:hover {
  opacity: 0.7;
}
nav .hamburger.is-active .hamburger-inner,
nav .hamburger.is-active .hamburger-inner:before,
nav .hamburger.is-active .hamburger-inner:after {
  background-color: #fff !important;
}
nav .hamburger-box {
  width: 24px;
  height: 14px;
  display: inline-block;
  position: relative;
}
nav .hamburger:focus {
  outline: 0;
}
nav .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
nav .hamburger-inner,
nav .hamburger-inner:before,
nav .hamburger-inner:after {
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
nav .hamburger-inner:before,
nav .hamburger-inner:after {
  content: "";
  display: block;
}
nav .hamburger-inner:before {
  top: -5px;
}
nav .hamburger-inner::after {
  bottom: -5px;
}
nav .hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
nav .hamburger--spin .hamburger-inner:before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
nav .hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
nav .hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav .hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
nav .hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav .hamburger--spin.is-active .hamburger-text {
  display: none;
  color: white !important;
}

.button, .gform_wrapper .gform_button.button, .gform_wrapper .button, .gform_wrapper .post-password-form input[type=submit], .post-password-form .gform_wrapper input[type=submit], .post-password-form input[type=submit] {
  padding: 20px 30px;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  background-color: #970830;
  transition: 0.2s all ease-in;
}
.button:hover, .gform_wrapper .button:hover, .post-password-form input[type=submit]:hover {
  color: #fff;
  background-color: #002247;
  transition: 0.5s;
}
.button--outline, .full-width-text-strip .button, .full-width-text-strip .gform_wrapper .button, .gform_wrapper .full-width-text-strip .button, .full-width-text-strip .post-password-form input[type=submit], .post-password-form .full-width-text-strip input[type=submit], .image-with-text-box .button, .image-with-text-box .gform_wrapper .button, .gform_wrapper .image-with-text-box .button, .image-with-text-box .post-password-form input[type=submit], .post-password-form .image-with-text-box input[type=submit] {
  background-color: transparent;
  border: 2px solid #fff;
}
.button--outline:hover, .full-width-text-strip .button:hover, .full-width-text-strip .post-password-form input[type=submit]:hover, .post-password-form .full-width-text-strip input[type=submit]:hover, .image-with-text-box .button:hover, .image-with-text-box .post-password-form input[type=submit]:hover, .post-password-form .image-with-text-box input[type=submit]:hover {
  background-color: #fff;
  transition: 0.5s;
  color: #002E60;
}
.button--outline--blue, .image-text-columns__text.grey-background .button:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .gform_button.button:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .gform_button.button:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .button:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .button:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .post-password-form input[type=submit]:not(.button--outline), .post-password-form .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .button:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .gform_button.button:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .gform_button.button:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .button:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .button:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .post-password-form input[type=submit]:not(.button--outline), .post-password-form .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .full-width-text-strip .button, .full-width-text-strip .gform_wrapper .gform_button.button, .gform_wrapper .full-width-text-strip .gform_button.button, .full-width-text-strip .gform_wrapper .button, .gform_wrapper .full-width-text-strip .button, .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip input[type=submit], .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip input[type=submit], .full-width-text-strip .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .full-width-text-strip input.gform_button[type=submit], .full-width-text-strip .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .full-width-text-strip input.gform_button[type=submit], .full-width-text-strip .post-password-form input[type=submit], .post-password-form .full-width-text-strip input[type=submit], .full-width-text-strip.grey-background .button, .full-width-text-strip.grey-background .gform_wrapper .gform_button.button, .gform_wrapper .full-width-text-strip.grey-background .gform_button.button, .full-width-text-strip.grey-background .gform_wrapper .button, .gform_wrapper .full-width-text-strip.grey-background .button, .full-width-text-strip.grey-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip.grey-background input[type=submit], .full-width-text-strip.grey-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip.grey-background input[type=submit], .full-width-text-strip.grey-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .full-width-text-strip.grey-background input.gform_button[type=submit], .full-width-text-strip.grey-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .full-width-text-strip.grey-background input.gform_button[type=submit], .full-width-text-strip.white-background .button, .full-width-text-strip.white-background .gform_wrapper .gform_button.button, .gform_wrapper .full-width-text-strip.white-background .gform_button.button, .full-width-text-strip.white-background .gform_wrapper .button, .gform_wrapper .full-width-text-strip.white-background .button, .full-width-text-strip.white-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip.white-background input[type=submit], .full-width-text-strip.white-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip.white-background input[type=submit], .full-width-text-strip.white-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .full-width-text-strip.white-background input.gform_button[type=submit], .full-width-text-strip.white-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .full-width-text-strip.white-background input.gform_button[type=submit], .two-column-text-block.grey-background .button, .two-column-text-block.grey-background .gform_wrapper .gform_button.button, .gform_wrapper .two-column-text-block.grey-background .gform_button.button, .two-column-text-block.grey-background .gform_wrapper .button, .gform_wrapper .two-column-text-block.grey-background .button, .two-column-text-block.grey-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .two-column-text-block.grey-background input[type=submit], .two-column-text-block.grey-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .two-column-text-block.grey-background input[type=submit], .two-column-text-block.grey-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .two-column-text-block.grey-background input.gform_button[type=submit], .two-column-text-block.grey-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .two-column-text-block.grey-background input.gform_button[type=submit], .two-column-text-block.grey-background .post-password-form input[type=submit], .post-password-form .two-column-text-block.grey-background input[type=submit], .two-column-text-block.white-background .button, .two-column-text-block.white-background .gform_wrapper .gform_button.button, .gform_wrapper .two-column-text-block.white-background .gform_button.button, .two-column-text-block.white-background .gform_wrapper .button, .gform_wrapper .two-column-text-block.white-background .button, .two-column-text-block.white-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .two-column-text-block.white-background input[type=submit], .two-column-text-block.white-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .two-column-text-block.white-background input[type=submit], .two-column-text-block.white-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .two-column-text-block.white-background input.gform_button[type=submit], .two-column-text-block.white-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .two-column-text-block.white-background input.gform_button[type=submit], .two-column-text-block.white-background .post-password-form input[type=submit], .post-password-form .two-column-text-block.white-background input[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:not(.button--outline), .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_button.button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_button.button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit] {
  border: 2px solid #970830 !important;
  background-color: transparent !important;
  color: #970830 !important;
}
.button--outline--blue:hover, .image-text-columns__text.grey-background .button:hover:not(.button--outline), .image-text-columns__text.grey-background .post-password-form input[type=submit]:hover:not(.button--outline), .post-password-form .image-text-columns__text.grey-background input[type=submit]:hover:not(.button--outline), .image-text-columns__text.white-background .button:hover:not(.button--outline), .image-text-columns__text.white-background .post-password-form input[type=submit]:hover:not(.button--outline), .post-password-form .image-text-columns__text.white-background input[type=submit]:hover:not(.button--outline), .full-width-text-strip .button:hover, .full-width-text-strip .post-password-form input[type=submit]:hover, .post-password-form .full-width-text-strip input[type=submit]:hover, .two-column-text-block.grey-background .button:hover, .two-column-text-block.grey-background .post-password-form input[type=submit]:hover, .post-password-form .two-column-text-block.grey-background input[type=submit]:hover, .two-column-text-block.white-background .button:hover, .two-column-text-block.white-background .post-password-form input[type=submit]:hover, .post-password-form .two-column-text-block.white-background input[type=submit]:hover, .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover:not(.button--outline), .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover:not(.button--outline), .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit]:hover {
  background-color: #970830 !important;
  transition: 0.5s;
  color: #fff !important;
}
.button--outline--red {
  border: 2px solid #970830;
  background-color: transparent;
  color: #970830;
}
.button--outline--red:hover {
  background-color: #970830;
  transition: 0.5s;
  color: #fff;
}
.button--outline--navy {
  border: 2px solid #002E60;
  color: #002E60;
  background-color: transparent;
}
.button--outline--navy:hover {
  background-color: #002E60;
  transition: 0.5s;
  color: #fff;
}
.button--green {
  background-color: #7FC0AF;
}
.button--green:hover {
  color: #fff;
  background-color: #6eb8a4;
}
.button--full-width {
  display: block;
  text-align: center;
  margin-right: 0;
}
.button--is-active {
  pointer-events: none;
  color: white;
}
.button:hover, .gform_wrapper .button:hover, .post-password-form input[type=submit]:hover, .button:focus, .gform_wrapper .button:focus, .post-password-form input[type=submit]:focus {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .button.sm-full-width, .gform_wrapper .sm-full-width.button, .post-password-form input.sm-full-width[type=submit] {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}

.laxton-school .button--outline--blue, .laxton-school .image-text-columns__text.grey-background .button:not(.button--outline), .laxton-school .image-text-columns__text.grey-background .gform_wrapper .gform_button.button:not(.button--outline), .gform_wrapper .laxton-school .image-text-columns__text.grey-background .gform_button.button:not(.button--outline), .laxton-school .image-text-columns__text.grey-background .gform_wrapper .button:not(.button--outline), .gform_wrapper .laxton-school .image-text-columns__text.grey-background .button:not(.button--outline), .laxton-school .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .laxton-school .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .laxton-school .image-text-columns__text.grey-background .post-password-form input[type=submit]:not(.button--outline), .post-password-form .laxton-school .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .laxton-school .button:not(.button--outline), .image-text-columns__text.grey-background .laxton-school .gform_wrapper .gform_button.button:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .laxton-school .gform_button.button:not(.button--outline), .image-text-columns__text.grey-background .laxton-school .gform_wrapper .button:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .laxton-school .button:not(.button--outline), .image-text-columns__text.grey-background .laxton-school .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.grey-background .laxton-school input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .laxton-school .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.grey-background .laxton-school input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .laxton-school .post-password-form input[type=submit]:not(.button--outline), .post-password-form .image-text-columns__text.grey-background .laxton-school input[type=submit]:not(.button--outline), .laxton-school .image-text-columns__text.white-background .button:not(.button--outline), .laxton-school .image-text-columns__text.white-background .gform_wrapper .gform_button.button:not(.button--outline), .gform_wrapper .laxton-school .image-text-columns__text.white-background .gform_button.button:not(.button--outline), .laxton-school .image-text-columns__text.white-background .gform_wrapper .button:not(.button--outline), .gform_wrapper .laxton-school .image-text-columns__text.white-background .button:not(.button--outline), .laxton-school .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .laxton-school .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .laxton-school .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .laxton-school .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .laxton-school .image-text-columns__text.white-background .post-password-form input[type=submit]:not(.button--outline), .post-password-form .laxton-school .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .laxton-school .button:not(.button--outline), .image-text-columns__text.white-background .laxton-school .gform_wrapper .gform_button.button:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .laxton-school .gform_button.button:not(.button--outline), .image-text-columns__text.white-background .laxton-school .gform_wrapper .button:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .laxton-school .button:not(.button--outline), .image-text-columns__text.white-background .laxton-school .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.white-background .laxton-school input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .laxton-school .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.white-background .laxton-school input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .laxton-school .post-password-form input[type=submit]:not(.button--outline), .post-password-form .image-text-columns__text.white-background .laxton-school input[type=submit]:not(.button--outline), .laxton-school .two-column-text-block.grey-background .button, .laxton-school .two-column-text-block.grey-background .gform_wrapper .gform_button.button, .gform_wrapper .laxton-school .two-column-text-block.grey-background .gform_button.button, .laxton-school .two-column-text-block.grey-background .gform_wrapper .button, .gform_wrapper .laxton-school .two-column-text-block.grey-background .button, .laxton-school .two-column-text-block.grey-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .laxton-school .two-column-text-block.grey-background input[type=submit], .laxton-school .two-column-text-block.grey-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .laxton-school .two-column-text-block.grey-background input[type=submit], .laxton-school .two-column-text-block.grey-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .laxton-school .two-column-text-block.grey-background input.gform_button[type=submit], .laxton-school .two-column-text-block.grey-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .laxton-school .two-column-text-block.grey-background input.gform_button[type=submit], .two-column-text-block.grey-background .laxton-school .button, .two-column-text-block.grey-background .laxton-school .gform_wrapper .gform_button.button, .gform_wrapper .two-column-text-block.grey-background .laxton-school .gform_button.button, .two-column-text-block.grey-background .laxton-school .gform_wrapper .button, .gform_wrapper .two-column-text-block.grey-background .laxton-school .button, .two-column-text-block.grey-background .laxton-school .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .two-column-text-block.grey-background .laxton-school input[type=submit], .two-column-text-block.grey-background .laxton-school .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .two-column-text-block.grey-background .laxton-school input[type=submit], .two-column-text-block.grey-background .laxton-school .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .two-column-text-block.grey-background .laxton-school input.gform_button[type=submit], .two-column-text-block.grey-background .laxton-school .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .two-column-text-block.grey-background .laxton-school input.gform_button[type=submit], .laxton-school .two-column-text-block.white-background .button, .laxton-school .two-column-text-block.white-background .gform_wrapper .gform_button.button, .gform_wrapper .laxton-school .two-column-text-block.white-background .gform_button.button, .laxton-school .two-column-text-block.white-background .gform_wrapper .button, .gform_wrapper .laxton-school .two-column-text-block.white-background .button, .laxton-school .two-column-text-block.white-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .laxton-school .two-column-text-block.white-background input[type=submit], .laxton-school .two-column-text-block.white-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .laxton-school .two-column-text-block.white-background input[type=submit], .laxton-school .two-column-text-block.white-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .laxton-school .two-column-text-block.white-background input.gform_button[type=submit], .laxton-school .two-column-text-block.white-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .laxton-school .two-column-text-block.white-background input.gform_button[type=submit], .two-column-text-block.white-background .laxton-school .button, .two-column-text-block.white-background .laxton-school .gform_wrapper .gform_button.button, .gform_wrapper .two-column-text-block.white-background .laxton-school .gform_button.button, .two-column-text-block.white-background .laxton-school .gform_wrapper .button, .gform_wrapper .two-column-text-block.white-background .laxton-school .button, .two-column-text-block.white-background .laxton-school .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .two-column-text-block.white-background .laxton-school input[type=submit], .two-column-text-block.white-background .laxton-school .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .two-column-text-block.white-background .laxton-school input[type=submit], .two-column-text-block.white-background .laxton-school .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .two-column-text-block.white-background .laxton-school input.gform_button[type=submit], .two-column-text-block.white-background .laxton-school .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .two-column-text-block.white-background .laxton-school input.gform_button[type=submit], .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:not(.button--outline), .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_button.button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_button.button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .button, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input.gform_button[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form input[type=submit], .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .laxton-school .full-width-text-strip.white-background .button, .laxton-school .full-width-text-strip.white-background .gform_wrapper .gform_button.button, .gform_wrapper .laxton-school .full-width-text-strip.white-background .gform_button.button, .laxton-school .full-width-text-strip.white-background .gform_wrapper .button, .gform_wrapper .laxton-school .full-width-text-strip.white-background .button, .laxton-school .full-width-text-strip.white-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .laxton-school .full-width-text-strip.white-background input[type=submit], .laxton-school .full-width-text-strip.white-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .laxton-school .full-width-text-strip.white-background input[type=submit], .laxton-school .full-width-text-strip.white-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .laxton-school .full-width-text-strip.white-background input.gform_button[type=submit], .laxton-school .full-width-text-strip.white-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .laxton-school .full-width-text-strip.white-background input.gform_button[type=submit], .laxton-school .full-width-text-strip.grey-background .button, .laxton-school .full-width-text-strip.grey-background .gform_wrapper .gform_button.button, .gform_wrapper .laxton-school .full-width-text-strip.grey-background .gform_button.button, .laxton-school .full-width-text-strip.grey-background .gform_wrapper .button, .gform_wrapper .laxton-school .full-width-text-strip.grey-background .button, .laxton-school .full-width-text-strip.grey-background .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .laxton-school .full-width-text-strip.grey-background input[type=submit], .laxton-school .full-width-text-strip.grey-background .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .laxton-school .full-width-text-strip.grey-background input[type=submit], .laxton-school .full-width-text-strip.grey-background .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .laxton-school .full-width-text-strip.grey-background input.gform_button[type=submit], .laxton-school .full-width-text-strip.grey-background .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .laxton-school .full-width-text-strip.grey-background input.gform_button[type=submit],
.laxton-school .button,
.laxton-school .gform_wrapper .gform_button.button,
.gform_wrapper .laxton-school .gform_button.button,
.laxton-school .gform_wrapper .button,
.gform_wrapper .laxton-school .button,
.laxton-school .gform_wrapper .post-password-form input[type=submit],
.gform_wrapper .post-password-form .laxton-school input[type=submit],
.laxton-school .post-password-form .gform_wrapper input[type=submit],
.post-password-form .gform_wrapper .laxton-school input[type=submit],
.laxton-school .gform_wrapper .post-password-form input.gform_button[type=submit],
.gform_wrapper .post-password-form .laxton-school input.gform_button[type=submit],
.laxton-school .post-password-form .gform_wrapper input.gform_button[type=submit],
.post-password-form .gform_wrapper .laxton-school input.gform_button[type=submit],
.laxton-school .post-password-form input[type=submit],
.post-password-form .laxton-school input[type=submit], .laxton-school .image-text-columns__text .button--outline--blue {
  color: #81BFAF !important;
  border-color: #81BFAF !important;
}
.laxton-school .button--outline--blue:hover, .laxton-school .image-text-columns__text.grey-background .button:hover:not(.button--outline), .image-text-columns__text.grey-background .laxton-school .button:hover:not(.button--outline), .laxton-school .image-text-columns__text.white-background .button:hover:not(.button--outline), .image-text-columns__text.white-background .laxton-school .button:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover:not(.button--outline), .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button:hover, .laxton-school .full-width-text-strip.white-background .button:hover, .laxton-school .full-width-text-strip.grey-background .button:hover,
.laxton-school .button:hover,
.laxton-school .post-password-form input[type=submit]:hover,
.post-password-form .laxton-school input[type=submit]:hover, .laxton-school .image-text-columns__text .button--outline--blue:hover {
  color: #fff !important;
  background-color: #81BFAF !important;
}
.laxton-school .mail-button, .laxton-school .download-button, .laxton-school .external-button, .laxton-school .downloads-block__list .downloads-block__list__item p {
  color: #81B2E1 !important;
}

a.back-button {
  position: absolute;
  top: 30px;
  left: 40px;
  color: black;
  padding-left: 20px;
}
a.back-button:before {
  content: "";
  border: solid black;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(135deg);
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 4px;
  margin: 0 6px 1px 3px;
}
@media (max-width: 700px) {
  a.back-button {
    left: 20px;
  }
}

.icon--book {
  padding-left: 0px;
  position: relative;
  color: black !important;
}
.icon--book:before {
  position: relative;
  content: "";
  left: 0;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 9px;
  width: 26px;
  height: 20px;
  /* margin-top: 1px; */
  background-image: var(--wpr-bg-06b2b902-fd7a-442a-8e29-cbe4301088d9);
  background-size: contain;
  background-repeat: no-repeat;
}
.icon--podcast {
  padding-left: 0px;
  position: relative;
  color: black !important;
}
.icon--podcast:before {
  position: relative;
  content: "";
  left: 0;
  display: inline-block;
  margin-bottom: -10px;
  margin-right: 9px;
  width: 16px;
  height: 26px;
  /* margin-top: 1px; */
  background-image: var(--wpr-bg-a1f7bb94-c3c2-4ad8-a581-d28bbe57c63b);
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow--down {
  padding-bottom: 20px;
  background-image: var(--wpr-bg-b6bf3506-49dc-43fc-bd1c-4ae01f312df6);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center bottom;
}
.arrow--right {
  background-image: var(--wpr-bg-4c797f03-a1ab-4520-a686-38b7ce26cbbb);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 100% center;
  padding-right: 20px;
  margin-bottom: 1px;
  font-family: "calibri", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #970830;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.arrow--right:hover, .arrow--right:active, .arrow--right:focus {
  color: #970830;
}

.scroll-down {
  writing-mode: vertical-lr;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  color: black;
  padding-bottom: 40px;
  padding-left: 35px;
  text-transform: uppercase;
}
.scroll-down:hover {
  color: #970830;
}
.scroll-down > div {
  background: #970830;
  bottom: 0;
  height: 35px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 2px;
  display: inline-block;
  margin-left: 55px;
}
.scroll-down > div:before {
  animation: scrollDown 1.5s infinite;
  background: white;
  opacity: 0.6;
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
blockquote, blockquote p {
  max-width: 820px;
  margin: auto;
  color: #002E60;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 30px; /* 30px */
  font-size: 1.875rem; /* 30px */
  line-height: 1.3333333333; /* 40px */
  font-size: 1.6rem;
}

blockquote {
  margin: 50px auto;
}

cite {
  display: block;
  position: relative;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  font-weight: bold;
  letter-spacing: 1.08px;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 70px;
}
cite:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/quotemark.svg);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: 50%;
}
cite:after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 2px;
  background-color: #EAECF3;
}
cite.laxtonCite {
  z-index: 1;
}
cite.laxtonCite::after {
  background-color: #81B2E1;
  opacity: 0.4;
}

.grey-background cite:before, .home .laxton-school .image-text-columns:first-of-type cite:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/quotemark-blue.svg);
  z-index: 0;
}
.grey-background cite:after, .home .laxton-school .image-text-columns:first-of-type cite:after {
  background-color: #002E60;
  opacity: 0.1;
}

p + h2, p + h3, p + h4,
li + h2,
li + h3,
li + h4,
ol + h2,
ol + h3,
ol + h4,
table + h2,
table + h3,
table + h4 {
  margin-top: 30px;
}

a {
  color: #970830;
}

h2,
h3,
h4 {
  padding-bottom: 20px;
  color: #002E60;
  font-weight: normal;
}

.category, .news-feed .sf-field-category > ul li label {
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  font-weight: bold;
  letter-spacing: 1.08px;
  color: #919191;
  text-transform: uppercase;
}
.category.red-color, .news-feed .sf-field-category > ul li label.red-color {
  color: #970830;
}

.text-center ul:not(.slick-dots):not(.category-links):not(.page-numbers) {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

table thead, table thead th, .tablepress thead, .tablepress thead th {
  background-color: #002E60 !important;
  color: #fff;
}

.article ul {
  margin: 20px 0;
  padding-left: 0px;
}
.article ul li {
  padding-bottom: 10px;
  list-style: none;
  padding-left: 27px;
  position: relative;
}
.article ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #970830;
}
.article ol {
  margin: 20px 0;
  padding-left: 18px;
}
.article ol li {
  padding-bottom: 10px;
  position: relative;
}

.blue-background .article ul li:before {
  background-color: #fff;
}

.laxton-school .article ul li:before {
  background-color: #81BFAF;
}

.article a:not([class]),
.main-content a:not([class]) {
  position: relative;
  color: #002E60;
  white-space: nowrap;
}
.article a:not([class]):hover:after,
.main-content a:not([class]):hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.article a:not([class]):before,
.main-content a:not([class]):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ababab;
}
.article a:not([class]):after,
.main-content a:not([class]):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #002E60;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.blue-background .article a:not(.button), .red-background .article a:not(.button) {
  color: #fff;
}

.page-template-tpl-socs-table tbody td {
  padding: 10px 20px;
  border: 1px solid #DDD;
}

#tablepress-13 tbody td, #tablepress-12 tbody td {
  padding: 11px 7px;
}

h3 + .accordion {
  margin-top: 15px;
}

.laxton-school#content-wrap {
  background-color: unset;
}
.laxton-school table thead, .laxton-school table thead th, .laxton-school .tablepress thead, .laxton-school .tablepress thead th {
  background-color: #81B2E1 !important;
}
.laxton-school .white-background tr {
  background-color: #f3f3f3;
}
.laxton-school .category, .laxton-school .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .laxton-school label {
  color: #002E60 !important;
}

.table-responsive, .tables-responsive {
  width: 100%;
  overflow: auto;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* opacity: 0.5; */
  display: block;
  z-index: 999999999;
  display: none;
}
.modal-overlay--notice .modal-item {
  max-width: 700px;
  min-height: auto;
}
.modal-overlay--notice a {
  color: #e83e8c;
}

.modal-item {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1100px;
  min-height: 70vh;
  max-height: 95vh;
  overflow-y: auto;
  width: 100%;
  padding: 80px 35px;
  /* .container-fluid {
      max-height: 650px;
      overflow: auto;
  } */
}
.modal-item img {
  margin-bottom: 25px;
}
.modal-item__categories {
  font-size: 14px;
  font-weight: bold;
}
.modal-item__categories div {
  padding-bottom: 5px;
}
.modal-item__categories span {
  letter-spacing: 1px;
  font-size: 1rem;
}
.modal-item__close {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 32px;
  height: 32px;
  opacity: 1;
  z-index: 999;
}
.modal-item__close:hover {
  opacity: 0.5;
}
.modal-item__close:before, .modal-item__close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 4px;
  background-color: #970830;
}
.modal-item__close:before {
  transform: rotate(45deg);
}
.modal-item__close:after {
  transform: rotate(-45deg);
}
.modal-item__content {
  padding-right: 35px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal-item__content::-webkit-scrollbar {
  width: 10px;
}
.modal-item__content::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 5px;
}
.modal-item__content::-webkit-scrollbar-thumb {
  background: #970830;
  border-radius: 5px;
  opacity: 0.5;
}
.modal-item__content::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .modal-item {
    width: 89%;
  }
}
.modal-item--governors, .modal-item--houses {
  max-width: 714px;
  padding: 30px;
  min-height: auto;
}
.modal-item--governors .container-fluid, .modal-item--houses .container-fluid {
  padding: 0;
}
.modal-item--governors .image-container, .modal-item--houses .image-container {
  width: 100%;
  position: relative;
}
.modal-item--governors .image-container:before, .modal-item--houses .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 123.5294117647%;
}
.modal-item--governors .image-container > div:first-child, .modal-item--houses .image-container > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-item--governors .image-container .image-wrap, .modal-item--houses .image-container .image-wrap {
  width: 100%;
  height: 100%;
}
.modal-item--governors .image-container .image-wrap--ie, .modal-item--houses .image-container .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.modal-item--governors .image-container .image-wrap--ie picture, .modal-item--houses .image-container .image-wrap--ie picture {
  display: none;
}
.modal-item--governors .image-container .image-wrap picture img, .modal-item--houses .image-container .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-item--governors .title, .modal-item--governors h1, .modal-item--governors h2, .modal-item--governors h3, .modal-item--governors h4, .modal-item--houses .title, .modal-item--houses h1, .modal-item--houses h2, .modal-item--houses h3, .modal-item--houses h4 {
  padding-bottom: 5px;
  text-transform: none;
}
.modal-item--governors .modal__inner__content .category, .modal-item--governors .modal__inner__content .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .modal-item--governors .modal__inner__content label, .modal-item--houses .modal__inner__content .category, .modal-item--houses .modal__inner__content .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .modal-item--houses .modal__inner__content label {
  padding-bottom: 5px;
  color: #002E60;
}
.modal-item--governors .modal__inner__content .category.cat-first, .modal-item--governors .modal__inner__content .news-feed .sf-field-category > ul li label.cat-first, .news-feed .sf-field-category > ul li .modal-item--governors .modal__inner__content label.cat-first, .modal-item--houses .modal__inner__content .category.cat-first, .modal-item--houses .modal__inner__content .news-feed .sf-field-category > ul li label.cat-first, .news-feed .sf-field-category > ul li .modal-item--houses .modal__inner__content label.cat-first {
  color: #970830;
  padding-bottom: 15px;
  padding-top: 8px;
}
.modal-item--houses {
  max-width: 814px;
}
.modal-item--houses .image-container:before {
  padding-top: 76%;
}
.modal-item--houses .title, .modal-item--houses h1, .modal-item--houses h2, .modal-item--houses h3, .modal-item--houses h4 {
  padding-bottom: 25px;
}
@media (max-width: 1025px) {
  .modal-item--governors {
    height: 500px;
    overflow: scroll;
    /* Handle */
    /* Handle on hover */
  }
  .modal-item--governors::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 5px;
  }
  .modal-item--governors::-webkit-scrollbar-thumb {
    background: #970830;
    border-radius: 5px;
    opacity: 0.5;
  }
  .modal-item--governors::-webkit-scrollbar-thumb:hover {
    opacity: 1;
  }
  .modal-item--governors .image-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .modal-item--governors {
    height: auto;
    min-height: 80vh;
  }
}
.modal-item--admissions .modal-item__close {
  padding: 0;
}
.modal-item--admissions .modal-item__close:active {
  top: 40px;
}
.modal-item--admissions .modal-item__content .button.js-close-admissions-popup, .modal-item--admissions .modal-item__content .post-password-form input.js-close-admissions-popup[type=submit], .post-password-form .modal-item--admissions .modal-item__content input.js-close-admissions-popup[type=submit] {
  margin-left: 20px;
}

.modal-anchor {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.8);
}

@media (max-width: 600px) {
  .modal-item {
    width: 89%;
    min-height: 400px;
    max-height: 90vh;
    overflow: auto;
    padding: 25px;
  }
  .modal-item__content {
    padding-right: 0;
  }
  .modal-item__content .intro {
    font-size: 1.1875rem;
    line-height: 1;
  }
  .modal-item__close {
    right: 10px;
    top: 10px;
  }
}

.laxton-school .modal-item__close:before,
.laxton-school .modal-item__close:after {
  background-color: #93beae;
}
.laxton-school .modal-item--governors .modal__inner__content .category.cat-first, .laxton-school .modal-item--governors .modal__inner__content .news-feed .sf-field-category > ul li label.cat-first, .news-feed .sf-field-category > ul li .laxton-school .modal-item--governors .modal__inner__content label.cat-first {
  color: #93beae;
}

.mfp-popup-modal .modal-item {
  max-width: 1170px;
}
.mfp-popup-modal .modal-item .container-fluid {
  overflow-x: hidden;
  overflow-y: auto;
}
.mfp-popup-modal .modal-item .intro {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0;
  color: #002E60;
}
.mfp-popup-modal .modal-title {
  max-width: 200px;
}
.mfp-popup-modal img.modal-image {
  margin-top: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 370/380;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .mfp-popup-modal .modal-item {
    padding: 25px 10px;
  }
}

.banner {
  position: relative;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 485px;
}
.banner__inner, .banner__buttons {
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  top: 50%;
}
.banner .subtitle {
  padding-left: 15px;
  padding-right: 15px;
}
.banner__buttons {
  top: calc(50% + 95px);
  width: 100%;
  text-align: center;
}
@media (max-width: 437px) {
  .banner__buttons {
    top: calc(50% + 122px);
  }
}
@media (max-width: 350px) {
  .banner__buttons {
    top: calc(50% + 70px);
  }
}
.banner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__footer {
  position: absolute;
  bottom: 88px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-height: 768px) {
  .banner__footer {
    bottom: 60px;
  }
}
.banner #breadcrumbs {
  margin-bottom: 0px;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #919191;
}
.banner #breadcrumbs a {
  color: #919191;
  opacity: 0.6;
}
.banner #breadcrumbs .breadcrumb_last {
  color: #002E60;
  opacity: 1;
}
.banner #breadcrumbs strong,
.banner #breadcrumbs a {
  padding: 0 5px;
}
.banner #breadcrumbs > span > a:first-child {
  padding-left: 0px;
}
.banner:not(.banner--full) #breadcrumbs a {
  color: #970830;
  opacity: 1;
}
@media (min-width: 600px) {
  .banner--page:before {
    content: url(../../../../../../../../../themes/oundle-school/assets/img/crest/crest-blue-faded.svg);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    opacity: 0.75;
  }
}
@media (max-width: 599px) {
  .banner--page {
    min-height: 300px;
    height: auto;
  }
  .banner--page .title--banner, .banner--page h1 {
    margin: 30px 0 10px 0;
  }
}
.banner--page .banner__inner {
  top: 58%;
}
.banner .anchor {
  position: relative;
  color: #fff;
  padding-bottom: 25px;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  letter-spacing: 1px;
  font-weight: bold;
  z-index: 9;
}
.banner .anchor:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/arrow-down-white.svg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .banner .anchor {
    bottom: 50px;
  }
}
.banner .anchor--laxton {
  font-family: "LJSFont", sans-serif;
  text-transform: none;
  font-size: 1.8rem;
  line-height: 32px;
  padding-bottom: 0px;
  font-weight: normal;
}
.banner .anchor--laxton:before {
  bottom: 0;
  right: -35px;
  left: unset;
}
.banner--full {
  height: 100vh;
}
@media (max-width: 600px) {
  .banner--full {
    height: calc(100vh - 70px);
  }
}
.banner--full .image-wrap {
  width: 100%;
  height: 100%;
}
.banner--full .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.banner--full .image-wrap--ie picture {
  display: none;
}
.banner--full .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner--full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  transform: none;
  height: 20%;
  background: linear-gradient(to bottom, rgba(55, 68, 102, 0.65) 0%, rgba(55, 68, 102, 0) 100%);
  pointer-events: none;
}
.banner--full:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  transform: none;
  height: 40%;
  background: linear-gradient(180deg, rgba(55, 68, 102, 0) 0%, rgba(55, 68, 101, 0.02) 8.62%, rgba(54, 67, 100, 0.05) 16.56%, rgba(52, 65, 98, 0.12) 23.93%, rgba(50, 63, 94, 0.2) 30.85%, rgba(48, 60, 91, 0.29) 37.42%, rgba(46, 57, 86, 0.39) 43.77%, rgba(43, 53, 82, 0.5) 50%, rgba(40, 49, 77, 0.61) 56.23%, rgba(36, 46, 71, 0.71) 62.58%, rgba(33, 42, 66, 0.8) 69.15%, rgba(30, 38, 62, 0.88) 76.07%, rgba(28, 35, 58, 0.95) 83.44%, rgba(26, 33, 55, 0.98) 91.38%, #192036 100%);
}
@media (max-width: 600px) {
  .banner--full:after {
    height: 100%;
  }
}
.banner--full .title--banner, .banner--full h1,
.banner--full .subtitle,
.banner--full #breadcrumbs a,
.banner--full #breadcrumbs .breadcrumb_last {
  color: #fff;
}
.banner--full .title, .banner--full h1, .banner--full h2, .banner--full h3, .banner--full h4 {
  max-width: 900px;
  margin: 15px auto 15px;
}
@media (max-width: 600px) {
  .banner--full .title, .banner--full h1, .banner--full h2, .banner--full h3, .banner--full h4 {
    margin: 25px auto 25px;
  }
}
.banner--full .subtitle {
  max-width: 600px;
  margin: auto;
  font-size: 1.3rem;
}
.banner--full.banner--page .banner__inner {
  top: auto;
  bottom: 0px;
  padding-bottom: 90px;
  transform: none;
}
.banner--full.banner--page .banner__inner::after {
  content: "";
  width: 1px;
  height: 60px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner--home {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .banner--home {
    max-height: 768px;
    margin-bottom: 25px;
  }
  .banner--home .banner__inner {
    top: 47%;
  }
}
@media (max-width: 350px) {
  .banner--home .banner__inner {
    top: 40%;
  }
}
@media (max-width: 600px) {
  .banner--home {
    height: calc(100vh - 70px);
  }
}
.banner--home .image-wrap {
  width: 100%;
  height: 100%;
}
.banner--home .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.banner--home .image-wrap--ie picture {
  display: none;
}
.banner--home .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner--home .image-wrap img {
  transform: scale(1.1);
}
.banner--home .subtitle {
  max-width: 600px;
  margin: auto;
  color: #fff;
  margin-top: 35px;
}
.banner--home:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.banner--home .anchor {
  color: white;
}
.banner--home .anchor:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/arrow-down-white.svg);
}
.banner--home .banner__inner {
  text-align: center;
  color: white;
  z-index: 1;
}
.banner--home .banner__inner .title, .banner--home .banner__inner h1, .banner--home .banner__inner h2, .banner--home .banner__inner h3, .banner--home .banner__inner h4 {
  font-size: 6.25rem;
}
@media (max-width: 1025px) {
  .banner--home .banner__inner .title, .banner--home .banner__inner h1, .banner--home .banner__inner h2, .banner--home .banner__inner h3, .banner--home .banner__inner h4 {
    font-size: 5.125rem;
  }
}
@media (max-width: 600px) {
  .banner--home .banner__inner .title, .banner--home .banner__inner h1, .banner--home .banner__inner h2, .banner--home .banner__inner h3, .banner--home .banner__inner h4 {
    font-size: 3.625rem;
  }
}
@media (max-width: 350px) {
  .banner--home .banner__inner .title, .banner--home .banner__inner h1, .banner--home .banner__inner h2, .banner--home .banner__inner h3, .banner--home .banner__inner h4 {
    font-size: 3rem;
    line-height: 1;
  }
}
.banner--home .banner__inner .button, .banner--home .banner__inner .post-password-form input[type=submit], .post-password-form .banner--home .banner__inner input[type=submit] {
  width: 206px;
  padding: 17px 30px;
  margin: 0 10px;
}
.banner--home .banner__buttons {
  z-index: 999;
}
.banner--home .button, .banner--home .gform_wrapper .button, .gform_wrapper .banner--home .button, .banner--home .post-password-form input[type=submit], .post-password-form .banner--home input[type=submit] {
  background-color: rgba(255, 255, 255, 0.6);
  border: 0px;
  width: 206px;
  padding: 17px 30px;
  margin: 0 5px;
}
.banner--home .button:hover, .banner--home .post-password-form input[type=submit]:hover, .post-password-form .banner--home input[type=submit]:hover {
  color: #970830;
  background-color: #fff;
}
@media (max-width: 437px) {
  .banner--home .button, .banner--home .gform_wrapper .button, .gform_wrapper .banner--home .button, .banner--home .post-password-form input[type=submit], .post-password-form .banner--home input[type=submit] {
    margin-bottom: 15px;
  }
}
.banner--laxton .banner__inner .title, .banner--laxton .banner__inner h1, .banner--laxton .banner__inner h2, .banner--laxton .banner__inner h3, .banner--laxton .banner__inner h4 {
  font-size: 75px;
  margin: auto;
  text-transform: none;
}
.banner--laxton .title--banner, .banner--laxton h1,
.banner--laxton .title--banner .title,
.banner--laxton h1 .title,
.banner--laxton .title--banner h2,
.banner--laxton h1 h2,
.banner--laxton .title--banner h3,
.banner--laxton h1 h3,
.banner--laxton .title--banner h4,
.banner--laxton h1 h4 {
  text-transform: none;
}
.banner--laxton .title, .banner--laxton h1, .banner--laxton h2, .banner--laxton h3, .banner--laxton h4,
.banner--laxton .anchor {
  color: #fff;
}
.banner--laxton .subtitle p {
  font-family: "Palatino Linotype", "Palatino", serif !important;
  max-width: 600px;
  margin: auto;
}
.banner--laxton .anchor:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/arrow-down-white.svg);
}
@media (max-width: 991px) {
  .banner--laxton .banner__inner .title, .banner--laxton .banner__inner h1, .banner--laxton .banner__inner h2, .banner--laxton .banner__inner h3, .banner--laxton .banner__inner h4 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .banner--laxton .banner__inner .title, .banner--laxton .banner__inner h1, .banner--laxton .banner__inner h2, .banner--laxton .banner__inner h3, .banner--laxton .banner__inner h4 {
    font-size: 45px;
  }
}
.banner--contact {
  padding: 150px 0;
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner--contact .map-mob {
  display: none;
  width: 100%;
  height: auto;
}
.banner--contact .banner__box {
  padding: 70px;
  bottom: -100px;
  position: absolute;
  right: -15px;
  width: 100%;
  background-color: #002E60;
  color: #fff;
}
.banner--contact .banner__box a:not(.button) {
  color: #fff;
}
.banner--contact .banner__box .button, .banner--contact .banner__box .post-password-form input[type=submit], .post-password-form .banner--contact .banner__box input[type=submit] {
  margin-bottom: 0px;
  margin-top: 16px;
}
.banner--contact .banner__box .social-feeds {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .banner--contact .banner__box {
    padding: 50px;
  }
}
@media (max-width: 787px) {
  .banner--contact .banner__box {
    position: relative;
    right: auto;
    bottom: 0;
  }
  .banner--contact .banner__box .col-md-6 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .banner--contact .banner__box {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .banner--contact .banner__box .col-md-6 {
    width: 100%;
  }
  .banner--contact .banner__box .col-md-6:first-of-type {
    margin-bottom: 20px;
  }
}
.banner--contact .container-fluid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}
@media (max-width: 788px) {
  .banner--contact .container-fluid {
    bottom: 0px;
  }
  .banner--contact .container-fluid .title, .banner--contact .container-fluid h1, .banner--contact .container-fluid h2, .banner--contact .container-fluid h3, .banner--contact .container-fluid h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .banner--contact .container-fluid {
    position: relative;
  }
}
.banner--contact .category, .banner--contact .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .banner--contact label {
  font-family: calibri, sans-serif;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  color: #002E60;
  font-weight: bold;
  letter-spacing: 1px;
}
.banner--contact .button, .banner--contact .gform_wrapper .button, .gform_wrapper .banner--contact .button, .banner--contact .post-password-form input[type=submit], .post-password-form .banner--contact input[type=submit] {
  margin: 40px 0 40px;
}
.banner--contact a:not(.button) {
  color: #002E60;
}
@media (max-width: 768px) {
  .banner--contact {
    background-image: unset !important;
    height: 100%;
    margin-bottom: 0px;
    padding: 200px 0 50px;
    background-position: bottom;
  }
  .banner--contact .title, .banner--contact h1, .banner--contact h2, .banner--contact h3, .banner--contact h4 {
    text-align: center;
  }
  .banner--contact .col-lg-4,
  .banner--contact .col-lg-5 {
    max-width: 100%;
    flex: none;
    margin: 0;
  }
  .banner--contact .map-mob {
    display: block;
  }
}
@media (max-width: 600px) {
  .banner--contact {
    height: 100%;
    padding: 150px 0 0;
  }
}
.banner--laxton:not(.banner--home) {
  height: 75vh;
}
.banner--laxton:not(.banner--home) .image-wrap {
  width: 100%;
  height: 100%;
}
.banner--laxton:not(.banner--home) .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.banner--laxton:not(.banner--home) .image-wrap--ie picture {
  display: none;
}
.banner--laxton:not(.banner--home) .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner--laxton:not(.banner--home) .title, .banner--laxton:not(.banner--home) h1, .banner--laxton:not(.banner--home) h2, .banner--laxton:not(.banner--home) h3, .banner--laxton:not(.banner--home) h4 {
  background-color: rgba(129, 178, 225, 0.9215686275);
  padding: 12px 32px 26px;
  text-transform: none;
  display: inline-block;
  line-height: 1;
}
.banner--laxton:not(.banner--home) .banner__footer {
  bottom: -9px;
}
.banner--laxton:not(.banner--home):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20%;
  opacity: 0.6;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.98) 8.62%, rgba(0, 0, 0, 0.95) 16.56%, rgba(0, 0, 0, 0.88) 23.93%, rgba(0, 0, 0, 0.8) 30.85%, rgba(0, 0, 0, 0.71) 37.42%, rgba(0, 0, 0, 0.61) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.39) 56.23%, rgba(0, 0, 0, 0.29) 62.58%, rgba(0, 0, 0, 0.2) 69.15%, rgba(0, 0, 0, 0.12) 76.07%, rgba(0, 0, 0, 0.05) 83.44%, rgba(0, 0, 0, 0.02) 91.38%, rgba(0, 0, 0, 0) 100%);
}
.banner--laxton:not(.banner--home):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  opacity: 0.9;
  background: linear-gradient(180deg, transparent 0%, #000000 100%);
}
.banner--laxton:not(.banner--home) #breadcrumbs {
  margin-bottom: 30px;
}
.banner--admissions:after {
  opacity: 0.85;
}
.banner--image-bleed {
  height: auto;
  position: relative;
}
@media (min-width: 991px) {
  .banner--image-bleed .image-wrap {
    width: calc(1320px + 50vw - 675px);
  }
  .banner--image-bleed .image-wrap img {
    width: 100%;
    height: 690px;
  }
  .banner--image-bleed .banner__inner {
    bottom: 0;
    transform: none;
    top: auto;
  }
  .banner--image-bleed .extra-right-bg {
    position: relative;
  }
  .banner--image-bleed .extra-right-bg:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1000px;
    right: -98px;
    top: 0;
    background: white;
    z-index: -1;
  }
  .banner--image-bleed + .full-width-text-strip {
    padding-top: 15px;
  }
  .banner--image-bleed .banner__overlay {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: calc(1320px + 50vw - 675px);
    height: 20%;
    opacity: 0.9;
  }
}
@media (max-width: 991px) {
  .banner--image-bleed img {
    width: 100%;
  }
}
.banner--image-bleed .banner__meta {
  height: 100px;
  position: relative;
}
.banner--image-bleed .banner__meta:after {
  position: absolute;
  content: "";
  height: 300px;
  width: 100%;
  left: 0;
  top: 0;
  background: white;
  z-index: -1;
}

.banner-button-wrapper {
  width: 100%;
  text-align: center;
  transform: translateY(-70px);
}

.laxton-school .banner--laxton .banner__inner .title, .laxton-school .banner--laxton .banner__inner h1, .laxton-school .banner--laxton .banner__inner h2, .laxton-school .banner--laxton .banner__inner h3, .laxton-school .banner--laxton .banner__inner h4 {
  font-weight: bold;
  letter-spacing: 5px;
  margin: auto;
}
.laxton-school .banner--laxton .banner__inner .title .title--small, .laxton-school .banner--laxton .banner__inner h1 .title--small, .laxton-school .banner--laxton .banner__inner h2 .title--small, .laxton-school .banner--laxton .banner__inner h3 .title--small, .laxton-school .banner--laxton .banner__inner h4 .title--small, .laxton-school .banner--laxton .banner__inner .title h4, .laxton-school .banner--laxton .banner__inner h1 h4, .laxton-school .banner--laxton .banner__inner h2 h4, .laxton-school .banner--laxton .banner__inner h3 h4, .laxton-school .banner--laxton .banner__inner h4 h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .laxton-school .banner--laxton .banner__inner .title, .laxton-school .banner--laxton .banner__inner h1, .laxton-school .banner--laxton .banner__inner h2, .laxton-school .banner--laxton .banner__inner h3, .laxton-school .banner--laxton .banner__inner h4 {
    font-size: 2.7rem;
    max-width: 90vw;
    margin: auto;
  }
  .laxton-school .banner--laxton .banner__inner .title .title--small, .laxton-school .banner--laxton .banner__inner h1 .title--small, .laxton-school .banner--laxton .banner__inner h2 .title--small, .laxton-school .banner--laxton .banner__inner h3 .title--small, .laxton-school .banner--laxton .banner__inner h4 .title--small, .laxton-school .banner--laxton .banner__inner .title h4, .laxton-school .banner--laxton .banner__inner h1 h4, .laxton-school .banner--laxton .banner__inner h2 h4, .laxton-school .banner--laxton .banner__inner h3 h4, .laxton-school .banner--laxton .banner__inner h4 h4 {
    font-size: 2rem;
  }
}

@keyframes passingClouds {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-80%);
  }
}
@keyframes safariClouds {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
.laxton-school .banner--home {
  margin-bottom: 0px;
}
@media (max-width: 350px) {
  .laxton-school .banner--home .banner__inner {
    top: 51%;
  }
}
.laxton-school .banner:not(.banner--full) #breadcrumbs a {
  color: #81B2E1;
}
.laxton-school .banner #breadcrumbs .breadcrumb_last {
  color: #002E60;
}
.laxton-school .banner--full #breadcrumbs .breadcrumb_last {
  color: #fff;
  opacity: 1;
}
.laxton-school .banner--page:before {
  content: "";
  background-image: var(--wpr-bg-fc3b5436-e186-4b04-aba3-3d519d62be23);
  width: 400px;
  height: 99%;
  opacity: 0.075;
  background-repeat: no-repeat;
}

.single-post .banner {
  height: 400px;
}
.single-post .banner__inner {
  top: 65%;
}

.cloud-base,
.cloud,
.cloud-top,
.clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--wpr-bg-1cfb4141-e2cd-4214-99ff-9db8ab2f83e1);
  background-size: contain;
}

.clouds-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.cloud-base {
  opacity: 0.5;
}

.cloud-top {
  z-index: 2;
}

.cloud-base, .cloud-base-1, .cloud-base-2 {
  background-image: var(--wpr-bg-60c8fad2-1ef9-4c31-b548-b0685a10291a);
}

.cloud, .cloud-1, .cloud-base-2 {
  background-image: var(--wpr-bg-3fd3cc6a-55da-420a-94ea-664ecc165286);
}

.cloud-top, .cloud-top-1, .cloud-top-2 {
  background-image: var(--wpr-bg-1c8df246-4c26-4e41-993a-e00640bc6e7a);
}

.clouds--grp-1 {
  animation: passingClouds 18s linear infinite;
}

.clouds--grp-2 {
  animation: passingClouds 12s linear infinite;
}

.clouds--grp-3 {
  animation: passingClouds 10s linear infinite;
}

.clouds--grp-4 {
  animation: passingClouds 13s linear infinite;
}

.banner {
  overflow: hidden;
}

.clouds,
.cloud-base,
.cloud,
.cloud-top {
  background-size: cover;
  height: 100vh;
  width: auto;
  aspect-ratio: 5440/768;
}

.cloud-top {
  aspect-ratio: 4119 / 763;
  height: 100vh;
}

.cloud-base {
  background: var(--wpr-bg-1917153b-2730-44ef-bbea-64f75a1123a1);
  background-size: contain;
  animation: passingClouds 25s linear infinite;
}

.cloud {
  background: var(--wpr-bg-ac1ac8da-f19f-4d62-a37a-76ced725dcea);
  background-size: contain;
  animation: passingClouds 100s linear infinite;
}

.cloud-top {
  background: url(../../../../../../../../../themes/oundle-school/assets/img/clouds-top.png);
  background-size: contain;
  animation: passingClouds 60s linear infinite;
  z-index: 2;
}

.clouds-container {
  opacity: 0;
  overflow: hidden;
}

@supports not (aspect-ratio: 1/1) {
  .clouds,
  .cloud-base,
  .cloud,
  .cloud-top {
    width: 100vw;
    height: 100vh;
  }
  .clouds--grp-1 {
    animation: safariClouds 18s linear infinite;
  }
  .clouds--grp-2 {
    animation: safariClouds 12s linear infinite;
  }
  .clouds--grp-3 {
    animation: safariClouds 10s linear infinite;
  }
  .clouds--grp-4 {
    animation: safariClouds 13s linear infinite;
  }
  .cloud-base {
    background-image: url(../../../../../../../../../themes/oundle-school/assets/img/cloud.png);
    background-size: cover;
    animation: safariClouds 25s linear infinite;
  }
  .cloud {
    background-image: var(--wpr-bg-8236b498-4656-4e4f-9801-48267c798b5c);
    background-size: cover;
    animation: safariClouds 100s linear infinite;
  }
  .cloud-top {
    background-image: url(../../../../../../../../../themes/oundle-school/assets/img/clouds-top.png);
    background-size: cover;
    animation: safariClouds 60s linear infinite;
    z-index: 2;
  }
}
.page-id-408474 .banner.banner--full {
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 50px;
  max-height: 100vh;
}
@media screen and (max-width: 767px) {
  .page-id-408474 .banner.banner--full {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .page-id-408474 .banner--page {
    min-height: 100px;
  }
}

/*
	FORM
*/
input.full-width {
  width: 100%;
  margin-bottom: 15px;
}

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0px;
}

input {
  border: none;
  padding: 20px 25px;
  color: white;
  font-size: 1.125rem !important;
}
input:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  color: white;
}
input:-moz-placeholder { /* Firefox 18- */
  color: white;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
input:-ms-input-placeholder {
  color: white;
}

.post-password-form input[type=submit] {
  font-size: 0.75rem !important;
  font-weight: 500;
  padding: 18px !important;
  vertical-align: top;
  text-transform: uppercase;
  border: 0px;
  margin: 0;
}
.post-password-form input {
  border: 1px solid grey;
  padding: 12px !important;
  color: black;
  font-size: 1.125rem !important;
}
.post-password-form input:focus {
  outline: none;
}
.post-password-form input::-webkit-input-placeholder {
  color: white;
}
.post-password-form input:-moz-placeholder { /* Firefox 18- */
  color: white;
}
.post-password-form input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.post-password-form input:-ms-input-placeholder {
  color: white;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: black;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #919295;
  background-color: #fff;
  padding-right: 0;
  border-radius: 0;
  max-width: 100%;
  height: 53px;
}
select:focus {
  outline: none;
}

.searchandfilter input[type=checkbox],
.searchandfilter input[type=radio] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 18px;
  height: 18px;
  top: 8px;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.searchandfilter input[type=checkbox] + label,
.searchandfilter input[type=radio] + label {
  cursor: pointer;
}
.searchandfilter input[type=checkbox]:checked + li:before,
.searchandfilter input[type=radio]:checked + li:before {
  opacity: 1;
  top: 3px;
}

.gform_wrapper li.gfield {
  padding: 0;
  margin-top: 35px !important;
}
.gform_wrapper li.gfield:before {
  display: none !important;
}
.gform_wrapper li.gfield input, .gform_wrapper li.gfield textarea, .gform_wrapper li.gfield select {
  border: 1px solid #C5C5C5;
  padding: 12px !important;
  color: black;
  transition: 0.6s;
}
.gform_wrapper li.gfield .gfield_label {
  color: #002E60 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
}
.gform_wrapper li.gfield .gfield_required {
  color: #002E60 !important;
}
.gform_wrapper .gform_button.button, .gform_wrapper .button, .gform_wrapper .button, .gform_wrapper .post-password-form input[type=submit], .post-password-form .gform_wrapper input[type=submit] {
  font-size: 0.75rem !important;
  font-weight: bold !important;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio,
.gform_wrapper .ginput_container_consent {
  padding-top: 18px !important;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li,
.gform_wrapper .ginput_container_consent li {
  position: relative !important;
  padding-left: 40px !important;
  line-height: 1.5 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label,
.gform_wrapper .ginput_container_consent label {
  margin-left: 32px !important;
  vertical-align: top !important;
}
.gform_wrapper .gfield_checkbox label:after,
.gform_wrapper .gfield_radio label:after,
.gform_wrapper .ginput_container_consent label:after {
  content: "";
  background: #fff;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  z-index: 0;
}
.gform_wrapper .gfield_checkbox label:before,
.gform_wrapper .gfield_radio label:before,
.gform_wrapper .ginput_container_consent label:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 15px;
  border: solid #848484;
  border-width: 0 3px 3px 0;
  left: 9px;
  top: 4px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
.gform_wrapper .gfield_checkbox input[type=checkbox],
.gform_wrapper .gfield_checkbox input[type=radio],
.gform_wrapper .gfield_radio input[type=checkbox],
.gform_wrapper .gfield_radio input[type=radio],
.gform_wrapper .ginput_container_consent input[type=checkbox],
.gform_wrapper .ginput_container_consent input[type=radio] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.gform_wrapper .gfield_checkbox input[type=checkbox] + label,
.gform_wrapper .gfield_checkbox input[type=radio] + label,
.gform_wrapper .gfield_radio input[type=checkbox] + label,
.gform_wrapper .gfield_radio input[type=radio] + label,
.gform_wrapper .ginput_container_consent input[type=checkbox] + label,
.gform_wrapper .ginput_container_consent input[type=radio] + label {
  cursor: pointer;
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label:before,
.gform_wrapper .gfield_checkbox input[type=radio]:checked + label:before,
.gform_wrapper .gfield_radio input[type=checkbox]:checked + label:before,
.gform_wrapper .gfield_radio input[type=radio]:checked + label:before,
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before,
.gform_wrapper .ginput_container_consent input[type=radio]:checked + label:before {
  opacity: 1;
  top: 3px;
}
.gform_wrapper .ginput_container_consent {
  position: relative !important;
  padding-left: 3px !important;
  line-height: 1.5 !important;
  padding-top: 0px !important;
  margin-top: 0 !important;
}
.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 0px !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: normal !important;
  font-size: 1.7em !important;
  padding: 50px 0 20px !important;
  line-height: 2.7;
}
.gform_wrapper .ginput_container_select, .gform_wrapper .name_prefix_select, .gform_wrapper .address_country {
  position: relative;
}
.gform_wrapper .ginput_container_select select, .gform_wrapper .name_prefix_select select, .gform_wrapper .address_country select {
  width: 100% !important;
  background-color: #fff;
}
.gform_wrapper .ginput_container_select:before, .gform_wrapper .name_prefix_select:before, .gform_wrapper .address_country:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 20px;
  border: solid #002E60;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
}
.gform_wrapper .name_prefix_select:before {
  top: 50%;
  right: 34px;
}
.gform_wrapper .address_country:before {
  top: 55%;
}

.select-filter {
  width: 40%;
  position: relative;
  display: inline-block;
}
.select-filter select {
  width: 100% !important;
  padding: 10px 20px;
}
.select-filter:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 20px;
  border: solid #002E60;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
}
@media (max-width: 600px) {
  .select-filter {
    width: 100%;
  }
}

.percentbar_blue {
  background-color: #002E60 !important;
}

.gf_progressbar_percentage {
  font-family: "Palatino Linotype", "Palatino", serif !important;
  text-shadow: none !important;
  background: #002E60 !important;
}

.gf_progressbar {
  padding: 6px !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 3px 1px !important;
  letter-spacing: unset !important;
}

@media (max-width: 450px) {
  .page-template-tpl-admissions-process .banner {
    height: 100%;
  }
  .page-template-tpl-admissions-process .banner .banner__inner {
    position: relative;
    z-index: auto;
    transform: none;
    top: unset;
    z-index: 1;
    padding: 150px 0 50px;
  }
  .page-template-tpl-admissions-process .banner .image-wrap {
    position: absolute;
  }
}

@media (max-width: 390px) {
  .banner--full.banner--page {
    height: 100%;
  }
  .banner--full.banner--page .banner__inner {
    position: relative;
    z-index: auto;
    transform: none;
    top: unset;
    z-index: 1;
    padding: 210px 0 40px;
  }
  .banner--full.banner--page .image-wrap {
    position: absolute;
  }
  .banner--full.banner--page .anchor {
    display: none;
  }
}

.form--admissions {
  margin-top: 125px;
}
.form--admissions .form__fields {
  margin-bottom: 125px;
}
.form--admissions .form__fields p {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 36px; /* 36px */
  font-size: 2.25rem; /* 36px */
  line-height: 1.1111111111; /* 40px */
  color: #FFF;
  opacity: 0.5;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .form--admissions .form__fields p {
    font-size: 1.5625rem;
  }
}
@media (min-width: 575px) {
  .form--admissions .form__fields .form__field-group {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .form--admissions .form__fields .form__field-group:first-of-type .custom-select:first-of-type {
    margin-bottom: 20px;
  }
}
.form--admissions .form__fields .form__field-group:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .form--admissions .form__fields .form__field-group:first-of-type .custom-select:first-of-type {
    margin-right: 10px;
  }
  .form--admissions .form__fields .form__field-group:first-of-type .custom-select:last-of-type {
    margin-left: 10px;
  }
}
.form--admissions .form__fields .form__field-group:last-of-type {
  display: none;
}
.form--admissions .form__fields .form__field-group .custom-select {
  position: relative;
  width: auto;
  min-width: 200px;
  height: auto;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 36px; /* 36px */
  font-size: 2.25rem; /* 36px */
  line-height: 1.1111111111; /* 40px */
  text-transform: none;
  color: #FFF;
  background-color: transparent;
  padding: 10px 15px;
  padding-bottom: 15px;
  border: 1px solid #FFF;
  cursor: pointer;
}
@media (max-width: 575px) {
  .form--admissions .form__fields .form__field-group .custom-select {
    font-size: 1.5625rem;
  }
}
.form--admissions .form__fields .form__field-group .custom-select.open ul {
  opacity: 1;
  pointer-events: auto;
}
.form--admissions .form__fields .form__field-group .custom-select__current {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 36px; /* 36px */
  font-size: 2.25rem; /* 36px */
  line-height: 1.1111111111; /* 40px */
  color: #FFF;
  pointer-events: none;
}
@media (max-width: 575px) {
  .form--admissions .form__fields .form__field-group .custom-select__current {
    font-size: 1.5625rem;
  }
}
.form--admissions .form__fields .form__field-group .custom-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  max-height: 40vh;
  background-color: #FFF;
  padding: 15px 25px;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  z-index: 1;
}
.form--admissions .form__fields .form__field-group .custom-select ul > li {
  padding: 0;
  text-indent: 0;
}
.form--admissions .form__fields .form__field-group .custom-select ul li {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 18px;
  line-height: 1.5;
  color: #919191;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
.form--admissions .form__fields .form__field-group .custom-select ul li:hover {
  color: #002E60;
}
.form--admissions .form__fields .form__field-group .custom-select ul li.active {
  color: #002E60;
}
@media (min-width: 450px) {
  .form--admissions .form__fields .form__field-group .custom-select[data-name=type] {
    min-width: 420px;
  }
}
.form--admissions .form__fields .form__sentence {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 36px; /* 36px */
  font-size: 2.25rem; /* 36px */
  line-height: 1.1111111111; /* 40px */
  color: #FFF;
}
.form--admissions .form__fields .form__sentence:first-of-type {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .form--admissions {
    margin-top: 50px;
  }
  .form--admissions .form__fields {
    margin-bottom: 50px;
  }
}
.form--admissions .form__submit .button.button--submit, .form--admissions .form__submit .post-password-form input.button--submit[type=submit], .post-password-form .form--admissions .form__submit input.button--submit[type=submit] {
  color: #FFF;
  background-color: transparent;
  border: 2px solid #FFF;
  margin: 0;
}
.form--admissions .form__submit .button.button--submit:hover, .form--admissions .form__submit .post-password-form input.button--submit[type=submit]:hover, .post-password-form .form--admissions .form__submit input.button--submit[type=submit]:hover {
  background-color: #FFF;
  color: #002E60;
}
.form--admissions .form__submit .button.button--submit:hover svg g, .form--admissions .form__submit .post-password-form input.button--submit[type=submit]:hover svg g, .post-password-form .form--admissions .form__submit input.button--submit[type=submit]:hover svg g {
  stroke: #002E60;
}
.form--admissions .form__submit .button.button--submit.anchor:before, .form--admissions .form__submit .post-password-form input.button--submit.anchor[type=submit]:before, .post-password-form .form--admissions .form__submit input.button--submit.anchor[type=submit]:before {
  content: "";
}
.form--admissions .form__submit .button.button--submit.anchor svg, .form--admissions .form__submit .post-password-form input.button--submit.anchor[type=submit] svg, .post-password-form .form--admissions .form__submit input.button--submit.anchor[type=submit] svg {
  margin-left: 10px;
}
.form--admissions .form__submit .button.button--submit.anchor svg g, .form--admissions .form__submit .post-password-form input.button--submit.anchor[type=submit] svg g, .post-password-form .form--admissions .form__submit input.button--submit.anchor[type=submit] svg g {
  transition: stroke 0.2s ease-in-out;
}

.oundle-main .gform_wrapper li.gfield input:focus, .oundle-main .gform_wrapper li.gfield textarea:focus, .oundle-main .gform_wrapper li.gfield select:focus {
  border: 1px solid #970830;
  transition: 0.6s;
}
.oundle-main .gform_wrapper li.gfield .gfield_label, .oundle-main .gform_wrapper li.gfield .gfield_required {
  color: #970830 !important;
}
.oundle-main .gform_wrapper .name_prefix_select:before {
  top: 50px;
  right: 34px;
}
@media (max-width: 643px) {
  .oundle-main .gform_wrapper .name_prefix_select:before {
    top: 40px;
    right: 20px;
  }
}

.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
  border: 0px !important;
}

.ginput_container_date {
  margin-top: 4px !important;
}

.events-filters {
  cursor: pointer;
}

.sf-field-taxonomy-publication-type {
  width: 300px;
  margin: auto;
  position: relative;
  display: inline-block;
}
.sf-field-taxonomy-publication-type ul {
  padding-left: 0px !important;
}
.sf-field-taxonomy-publication-type select {
  width: 100% !important;
  border: 1px solid #C5C5C5;
  padding: 12px 20px !important;
  color: #002E60;
  transition: 0.6s;
  padding: 20px;
  background-color: transparent;
  font-weight: bold;
}
.sf-field-taxonomy-publication-type:before {
  content: "";
  position: absolute;
  top: 37%;
  right: 20px;
  border: solid #970830;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  z-index: -1;
}
.sf-field-taxonomy-publication-type label {
  width: 100%;
}

@media (max-width: 600px) {
  .select-wrapper {
    width: 100%;
  }
}

.select-contain ul {
  padding-left: 0px !important;
}

.admissionsEnquiry .panel-group .panel-heading {
  background-color: #023260 !important;
  border-radius: 0;
  padding: 0 !important;
  width: 100%;
  color: #fff !important;
}
.admissionsEnquiry .panel-group .panel-heading a, .admissionsEnquiry .panel-group .panel-heading h4 {
  color: #fff !important;
}
.admissionsEnquiry .panel-group .panel-heading h4 {
  padding-top: 20px;
}

.panel-body {
  border: 1px solid #ddd !important;
  margin: 0 !important;
}

.admissionsEnquiry .ng-binding {
  margin: 0 !important;
}

.admissionsEnquiry .panel-group .formfield .panel-heading .panel-title span::before {
  background: #fff !important;
}

.admissionsEnquiry h1 {
  display: none !important;
}

.admissionsEnquiry input, .admissionsEnquiry select {
  font-size: 15px !important;
  color: #000 !important;
  letter-spacing: normal !important;
}

.page .admissionsEnquiry .btn, .page .admissionsEnquiry .btn-primary, .page button#grp_yourDetails_InstanceID_1_contact_postcode_button_0 {
  background-color: #970830;
  border: 1px solid #970830;
  border-color: #970830;
  color: #fff;
  border-radius: 0;
  font-family: "calibri", sans-serif;
  border-radius: 3px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page .admissionsEnquiry .col-md-12 {
  margin-bottom: 10px;
}

.admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_], .admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_contactFormLink_InstanceID_], .admissionsEnquiry .formGroup.formTypeId-4 button[id^=grp_paymentFormLink_InstanceID_], .admissionsEnquiry .formGroup.formTypeId-4 input.isams_submit_button, .admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_], .admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_contactFormLink_InstanceID_], .admissionsEnquiry .formGroup.formTypeId-4 button[id^=grp_paymentFormLink_InstanceID_], .admissionsEnquiry .formGroup.formTypeId-4 input.isams_submit_button {
  background-color: #970830 !important;
  border: 1px solid #970830 !important;
  border-color: #970830 !important;
  color: #fff !important;
}

.admissionsEnquiry .formGroup.formTypeId-3 button[id^=grp_applicantFormLink_InstanceID_] {
  float: none !important;
  background-color: #970830 !important;
  border: 1px solid #970830 !important;
  border-color: #970830 !important;
  color: #fff !important;
}

#wpmem_login .buttons:not(.acf-button) {
  margin-right: 0 !important;
}

.gform_wrapper input {
  background-color: #EAECF3;
  color: #13212e;
}
.gform_wrapper select {
  background-color: #EAECF3 !important;
  height: 43px;
}
.gform_wrapper .gchoice {
  position: relative;
  margin-bottom: 5px;
}
.gform_wrapper .gfield_radio label:after {
  border-radius: 100%;
}

/* By ID */
div#gform_confirmation_message_6 {
  font-size: 20px;
  padding: 10px;
  text-align: center;
  background: #eee;
}

.single-dot-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.single-dot-slider.slick-dotted.slick-slider .slick-dots {
  position: absolute;
  bottom: 50%;
  right: 0;
  text-align: right;
  transform: translateY(50%);
  right: 30px;
}

.home .blogpodcast-slider {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .home .blogpodcast-slider .news-item__inner__content {
    margin-top: 60px;
  }
  .home .blogpodcast-slider .news-item__inner__content h2 {
    font-size: 30px !important;
  }
}

.blogpodcast-slider {
  margin-top: -20px;
}
.blogpodcast-slider .title, .blogpodcast-slider h1, .blogpodcast-slider h2, .blogpodcast-slider h3, .blogpodcast-slider h4 {
  color: #363636;
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 0.38px;
  line-height: 48px;
}
.blogpodcast-slider .slick-list {
  overflow: visible;
}
.blogpodcast-slider .news-item__inner {
  position: relative;
}
@media (min-width: 700px) {
  .blogpodcast-slider .slick-slide {
    margin: 0 70px;
  }
  .blogpodcast-slider .slick-list {
    margin: 0 -70px;
  }
}
.blogpodcast-slider .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 2px #970830;
}
.blogpodcast-slider .slick-arrow:before {
  color: transparent;
  border-left: solid 2px #970830;
  border-bottom: solid 2px #970830;
  border-radius: 2px;
  height: 10px;
  width: 10px;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 18px;
}
.blogpodcast-slider .slick-next {
  right: -95px;
  transform: rotate(-135deg);
}
@media (max-width: 700px) {
  .blogpodcast-slider .slick-next {
    right: -37px;
  }
}
.blogpodcast-slider .slick-prev {
  left: -95px;
  transform: rotate(45deg);
  z-index: 9;
}
@media (max-width: 700px) {
  .blogpodcast-slider .slick-prev {
    left: -37px;
  }
}
.blogpodcast-slider .news-item__inner__content {
  opacity: 0;
  transition: 0.3s linear;
  transition-delay: 0.5s;
}
.blogpodcast-slider .news-item {
  opacity: 0.4;
  transition: 0.3s linear;
  transition-delay: 0.5s;
}
.blogpodcast-slider .slick-active .news-item__inner__content,
.blogpodcast-slider .slick-active .news-item {
  opacity: 1;
  transition-delay: 0.5s;
}
@media (max-width: 700px) {
  .blogpodcast-slider {
    margin-top: 0;
  }
  .blogpodcast-slider .news-item.px-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .blogpodcast-slider .title, .blogpodcast-slider h1, .blogpodcast-slider h2, .blogpodcast-slider h3, .blogpodcast-slider h4 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
  .blogpodcast-slider .slick-next,
  .blogpodcast-slider .slick-prev {
    top: 12%;
  }
}

.slider-overflow .slick-track {
  display: flex !important;
}
.slider-overflow .slick-slide {
  height: inherit !important;
}
.slider-overflow .slick-list {
  overflow: visible !important;
}
.slider-overflow .slick-slide {
  margin: 0 15px;
}
.slider-overflow .slick-list {
  margin: 0 -15px;
}
.slider-overflow .slick-slide > div, .slider-overflow .slide {
  height: 100%;
}
.slider-overflow .slide {
  background-color: white;
}
.slider-overflow .slick-prev,
.slider-overflow .slick-next {
  z-index: 10;
  height: 64px;
  width: 64px;
}
.slider-overflow .slick-prev:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/cta-cards-arrow-left.svg);
}
.slider-overflow .slick-next:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/cta-cards-arrow-right.svg);
}
@media (max-width: 767px) {
  .slider-overflow .slick-prev,
  .slider-overflow .slick-next {
    transform: scale(0.6);
  }
}

img.alignleft {
  float: left;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-left: 30px;
}

img.logo-divider {
  max-width: 90%;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.responsive {
  width: 100%;
  height: auto;
}

.img-background--cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.img-background--contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.object-fit--cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.object-fit--contain img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.image-wrap.w-100 img {
  width: 100%;
}
.image-wrap.h-100 img {
  height: 100%;
}

.bleed-right--small {
  width: 120% !important;
}

@media screen and (max-width: 600px) {
  .single-blogspodcasts #content-wrap {
    overflow: hidden;
  }
}
.single-blogspodcasts .image-wrap.portrait {
  padding-top: 140%;
  height: 0;
  position: relative;
}
.single-blogspodcasts .image-wrap.portrait img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teasers__item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.teasers__item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60.0600600601%;
}
.teasers__item > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teasers__item.hero {
  position: relative;
}
.teasers__item.hero:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.0882352941%;
}
.teasers__item.hero > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teasers__item .image-wrap {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.3s ease-out;
}
.teasers__item .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.teasers__item .image-wrap--ie picture {
  display: none;
}
.teasers__item .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teasers__item__overlay {
  z-index: 1;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teasers__item:not(.hero) .teasers__item__overlay {
  top: auto;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, transparent 0%, rgba(218, 253, 255, 0) 100%);
}
.teasers__item__text {
  position: absolute;
  left: 45px;
  bottom: 35px;
  z-index: 2;
  padding-right: 60px;
}
.teasers__item__text .title, .teasers__item__text h1, .teasers__item__text h2, .teasers__item__text h3, .teasers__item__text h4 {
  padding-bottom: 0;
  text-transform: none;
}
@media (max-width: 768px) {
  .teasers__item__text {
    left: 30px;
    bottom: 30px;
  }
}
.teasers__item__header {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  letter-spacing: 1.08px;
  font-weight: 600;
}
.teasers__item__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.teasers__item__content .title, .teasers__item__content h1, .teasers__item__content h2, .teasers__item__content h3, .teasers__item__content h4 {
  margin-bottom: 0px;
  color: #fff;
}
.teasers__item:hover .image-wrap {
  transform: scale(1.05);
  transition: 0.3s ease-out;
}
.teasers .row {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .teasers .col-md-6 {
    margin-bottom: 25px;
  }
}
.teasers--grid .row {
  padding-top: 0;
}
.teasers--grid header.d-flex.flex-wrap {
  row-gap: 20px;
}
.teasers--grid .news-item {
  background-color: #fff;
}
.teasers--grid .news-item__img {
  position: relative;
  overflow: hidden;
}
.teasers--grid .news-item__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.teasers--grid .news-item__img > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teasers--grid .news-item__img .image-wrap {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
}
.teasers--grid .news-item__img .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.teasers--grid .news-item__img .image-wrap--ie picture {
  display: none;
}
.teasers--grid .news-item__img .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teasers--grid .news-item:hover .news-item__img .image-wrap, .teasers--grid .news-item:active .news-item__img .image-wrap, .teasers--grid .news-item:focus .news-item__img .image-wrap {
  transform: scale(1.1);
}
.teasers--grid .title--small, .teasers--grid h4 {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 4px;
  padding: 0;
  margin: 0;
}
.teasers--grid .title--medium, .teasers--grid h3,
.teasers--grid .title--large {
  padding: 0;
}
@media (max-width: 991px) {
  .teasers--grid .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .teasers--grid {
    padding-top: 30px !important;
  }
}
.teasers--grid select {
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #970830;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #970830;
  border-radius: 3px;
  padding: 10px 60px 10px 20px;
  cursor: pointer;
  background-image: var(--wpr-bg-938de70a-0be4-4233-b8ae-db95c0962a32);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 30px) center;
}
.teasers--grid select option {
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #970830;
  transition: all 0.3s ease-in;
}

.laxton-school .teasers--grid select {
  border-color: #7FC0AF;
  color: #7FC0AF;
}
.laxton-school .teasers--grid select option {
  color: #7FC0AF;
}

.teasers:not(.teasers--grid) {
  padding-bottom: 30px;
}

.more-section {
  position: relative;
  padding: 65px 0;
  overflow: hidden;
}
.more-section__menu ul {
  -moz-column-count: 2;
       column-count: 2;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  list-style: none;
  margin: 0;
  padding: 0;
}
.more-section__menu ul > li {
  padding: 0;
  text-indent: 0;
}
.more-section__menu ul a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.85rem;
  line-height: 1.3;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.6s;
}
.more-section__menu ul a:hover {
  opacity: 0.5;
  transition: 0.6s;
}
.more-section__menu ul li {
  display: block;
  margin-bottom: 15px;
}
.more-section__menu ul li.current_page_item a {
  opacity: 0.6;
}
.more-section__menu .children {
  display: none;
}
.more-section .container:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/crest/crest-menu.svg);
  position: absolute;
  left: 17%;
  top: 25%;
  width: 150%;
}
@media (max-width: 769px) {
  .more-section .title, .more-section h1, .more-section h2, .more-section h3, .more-section h4 {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .more-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 415px) {
  .more-section ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.laxton-school .more-section {
  background-color: #81BFAF !important;
}
.laxton-school .more-section .container:before {
  background-image: var(--wpr-bg-a1c01929-9a28-44d1-832a-0f845f4a375c);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 19% 188%;
  background-size: auto 94%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.5;
}
@media (max-width: 767px) {
  .laxton-school .more-section .container:before {
    background-position: bottom;
    background-size: auto 54%;
  }
}

.grid--teaser {
  margin-left: -15px;
  margin-right: -15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.grid--teaser > div {
  margin: 15px;
}
.grid--teaser > div:first-of-type {
  grid-area: 1/1/4/2;
}
.grid--teaser > div:nth-of-type(2) {
  grid-area: 1/2/3/3;
}
.grid--teaser > div:nth-of-type(3) {
  grid-area: 1/3/3/4;
}
.grid--teaser > div:nth-of-type(4) {
  grid-area: 3/2/4/4;
}
.grid--teaser .news-item p.category {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  background-color: #EAECF3;
  border-radius: 3px;
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 13px;
}
.grid--teaser .teasers__item__text {
  position: absolute;
  left: 35px;
  bottom: 30px;
}
.grid--teaser .teasers__item__text > .title, .grid--teaser .teasers__item__text > h1, .grid--teaser .teasers__item__text > h2, .grid--teaser .teasers__item__text > h3, .grid--teaser .teasers__item__text > h4 {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0;
}
.grid--teaser .news-grid__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 60px;
}
.grid--teaser .news-grid__cta .uppertitle {
  font-family: "calibri", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 1.08px;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.grid--teaser .news-grid__cta .title, .grid--teaser .news-grid__cta h1, .grid--teaser .news-grid__cta h2, .grid--teaser .news-grid__cta h3, .grid--teaser .news-grid__cta h4 {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 28px;
  color: #002E60;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .grid--teaser {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  .grid--teaser > div:nth-of-type(1) {
    grid-area: 1/1/5/2;
  }
  .grid--teaser > div:nth-of-type(2) {
    grid-area: 1/2/3/3;
  }
  .grid--teaser > div:nth-of-type(3) {
    grid-area: 3/2/5/3;
  }
  .grid--teaser > div:nth-of-type(4) {
    grid-area: 5/1/6/3;
  }
}
@media (max-width: 991px) {
  .grid--teaser {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .grid--teaser > div:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
  .grid--teaser > div:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
  .grid--teaser > div:nth-of-type(3) {
    grid-area: 2/2/3/3;
  }
  .grid--teaser > div:nth-of-type(4) {
    grid-area: 1/2/2/3;
  }
  .grid--teaser .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .grid--teaser .news-grid__cta {
    padding: 30px;
  }
  .grid--teaser .news-grid__cta .title, .grid--teaser .news-grid__cta h1, .grid--teaser .news-grid__cta h2, .grid--teaser .news-grid__cta h3, .grid--teaser .news-grid__cta h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .grid--teaser .news-grid__cta .mr-50 {
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .grid--teaser {
    display: flex;
    flex-wrap: wrap;
  }
  .grid--teaser > div {
    width: 100%;
  }
}

.news-item__image {
  position: relative;
}
.news-item__img {
  height: 50%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-item__content {
  height: 50%;
  width: 100%;
  padding: 32px 0;
}
.news-item__content .title--xs {
  font-family: "Palatino Linotype", "Palatino", serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.3px;
  text-transform: none;
}
.news-item__content .excerpt {
  font-family: "calibri", sans-serif;
  font-size: 19px;
  line-height: 25px;
}
.news-item__categories {
  position: absolute;
  bottom: 20px;
  left: 15px;
  z-index: 3;
}
.news-item p {
  color: black;
}

/* 
.oundle-main {
    .news-item {
        .title--xs {
            text-transform: uppercase;
        }
    }
} */
.image-teaser {
  position: relative;
}
.image-teaser--overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 10.09%, rgba(0, 0, 0, 0.31) 16.46%, #000000 100%);
}
.image-teaser .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-teaser__content {
  position: absolute;
  color: white;
  bottom: 0;
  left: 0;
  padding: 40px;
  max-width: 600px;
}
.image-teaser--inline {
  background: #EAECF3;
  width: 330px;
  height: 230px;
}
.image-teaser--inline .image-teaser__content {
  padding: 20px;
}
.image-teaser--inline.image-teaser--right {
  float: right;
  margin-left: 20px;
}
.image-teaser--inline.image-teaser--left {
  float: left;
  margin-right: 20px;
}
@media (max-width: 700px) {
  .image-teaser--inline {
    margin: 30px 0;
  }
}
.image-teaser--inline .play-button {
  bottom: 20px;
  right: 20px;
  top: auto;
  left: auto;
  transform: none;
}
.image-teaser--inline .play-button svg {
  width: 60px;
  height: 60px;
}
.image-teaser--inline a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.image-teaser--inline .title, .image-teaser--inline h1, .image-teaser--inline h2, .image-teaser--inline h3, .image-teaser--inline h4 {
  padding-bottom: 0;
}
.image-teaser--inline .category, .image-teaser--inline .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .image-teaser--inline label {
  color: white;
}
.image-teaser .title, .image-teaser h1, .image-teaser h2, .image-teaser h3, .image-teaser h4,
.image-teaser a {
  color: white;
}

.blogspodcasts-teaser h2 {
  color: #363636;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 44px;
}
.blogspodcasts-teaser .news-item__image {
  height: 0;
  padding-bottom: 66%;
}
.blogspodcasts-teaser .category.icon--book, .blogspodcasts-teaser .news-feed .sf-field-category > ul li label.icon--book, .news-feed .sf-field-category > ul li .blogspodcasts-teaser label.icon--book {
  white-space: nowrap;
}
.blogspodcasts-teaser .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blogspodcasts-teaser .image-wrap img {
  width: 100%;
  height: 100%;
}
.blogspodcasts-teaser .news-item__inner__content p {
  color: #000E22;
  font-family: Calibri;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 26px;
}
@media (max-width: 700px) {
  .blogspodcasts-teaser h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.blogspodcasts-teaser--full-width .news-item__inner__content {
  background: white;
  position: absolute;
  padding: 50px 50px 0 50px;
  max-width: 540px;
  bottom: 0;
  right: 0;
  text-align: left;
}
@media (max-width: 700px) {
  .blogspodcasts-teaser--full-width .news-item__inner__content {
    position: relative;
    padding: 20px;
    text-align: center;
  }
}
.blogspodcasts-teaser--full-width .news-item__image {
  height: 560px !important;
  padding-bottom: 0;
}
@media (max-width: 700px) {
  .blogspodcasts-teaser--full-width .news-item__image {
    height: 260px !important;
  }
}

.bp-teaser--small h2 {
  font-size: 30px !important;
}

.overflow-hidden {
  overflow: hidden;
}

.category-skip-teaser {
  background: #EAECF3;
}
.category-skip-teaser .category, .category-skip-teaser .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .category-skip-teaser label {
  color: #000 !important;
}
.category-skip-teaser__image {
  height: 0;
  padding-bottom: 66%;
  position: relative;
}
.category-skip-teaser__image .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.category-skip-teaser__image .image-wrap img {
  width: 100%;
  height: 100%;
}
.category-skip-teaser__content {
  padding: 35px 0;
  color: #363636;
}

.nav-links, .page-numbers {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
}
.nav-links a, .nav-links span, .page-numbers a, .page-numbers span {
  width: 52px !important;
  background-color: transparent;
  border: 2px solid #002E60;
  color: #002E60;
  padding: 10px;
  margin: 0 2px;
  height: 50px;
  border-radius: 3px;
  position: relative;
}
.nav-links a:before, .nav-links span:before, .page-numbers a:before, .page-numbers span:before {
  display: none;
}
.nav-links a.current, .nav-links a:hover, .nav-links span.current, .nav-links span:hover, .page-numbers a.current, .page-numbers a:hover, .page-numbers span.current, .page-numbers span:hover {
  background-color: #002E60;
  color: #fff;
}
.nav-links li, .page-numbers li {
  padding-left: 0 !important;
  text-align: center;
}
.nav-links li:before, .page-numbers li:before {
  display: none;
  padding-left: 0px;
}

.pagination h2 {
  display: none;
}

.accordion {
  text-align: left;
  margin: 50px 0px 0px 0px;
}
.accordion__item {
  border-bottom: 1px solid #dbdbda;
  clear: both;
}
.accordion__trigger {
  padding: 12px 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion__trigger h4 {
  margin: 0;
  width: 80%;
  padding: 0;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
}
.accordion__title {
  display: flex;
  align-items: center;
}
.accordion__sub-title {
  text-transform: initial;
  opacity: 0.7;
  font-size: 14px;
  padding-left: 5px;
}
.accordion__content {
  display: none;
}
@media (min-width: 700px) {
  .accordion__content {
    padding: 20px 15px;
  }
}
.accordion__plus {
  display: inline-block;
  float: right;
  position: relative;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
  /* Vertical line */
  /* horizontal line */
}
.accordion__plus.active:before {
  transform: rotate(-90deg);
}
.accordion__plus.active:after {
  transform: rotate(-180deg);
}
.accordion__plus:before, .accordion__plus:after {
  content: "";
  position: absolute;
  background-color: #002E60;
  transition: transform 0.25s ease-out;
}
.accordion__plus:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
}
.accordion__plus:after {
  top: 9px;
  left: 1px;
  width: 100%;
  height: 2px;
  transform-origin: center;
}

.search-result {
  margin: 40px 0;
}
.search-result a {
  color: #05E5C8;
}
.search-result .image-contain {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 30px;
  background-size: cover;
  background-position: center;
}

.search-type {
  text-transform: uppercase;
}

#searchform div {
  position: relative;
}
#searchform input {
  border: 0px;
  padding: 15px 30px;
  border-radius: 4px;
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  color: #000;
}
#searchform input[type=submit] {
  position: absolute;
  right: 0;
  width: auto;
  top: 0;
  background-color: white;
  background-image: var(--wpr-bg-a1db8d43-a053-49ae-afac-29a56482c6e8);
  background-repeat: no-repeat;
  background-position: center;
}

.search .search-result {
  padding: 30px;
  margin: 0;
  margin-bottom: 30px;
}
.search .search-result .title, .search .search-result h1, .search .search-result h2, .search .search-result h3, .search .search-result h4 {
  margin-top: 0;
}
.search .search-result a {
  color: #000;
}
.search .search-result .search-term {
  position: relative;
}
.search .search-result .search-term:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #970830;
}
.search .search-result .news-item__inner__content {
  padding-top: 0;
}

.laxton-school .search-result .search-term:before {
  background-color: #81B2E1;
}

.enterprises .more-section {
  background-color: #d3d5d5;
}
.enterprises .more-section a, .enterprises .more-section .title, .enterprises .more-section h1, .enterprises .more-section h2, .enterprises .more-section h3, .enterprises .more-section h4 {
  color: #002E60;
}
.enterprises .more-section .container:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/crest/crest-blue-faded.svg);
}
.enterprises .button--outline--blue, .enterprises .image-text-columns__text.grey-background .button:not(.button--outline), .image-text-columns__text.grey-background .enterprises .button:not(.button--outline), .enterprises .image-text-columns__text.white-background .button:not(.button--outline), .image-text-columns__text.white-background .enterprises .button:not(.button--outline), .enterprises .full-width-text-strip .button, .full-width-text-strip .enterprises .button, .enterprises .full-width-text-strip.grey-background .button, .full-width-text-strip.grey-background .enterprises .button, .enterprises .full-width-text-strip.white-background .button, .full-width-text-strip.white-background .enterprises .button, .enterprises .two-column-text-block.grey-background .button, .two-column-text-block.grey-background .enterprises .button, .enterprises .two-column-text-block.white-background .button, .two-column-text-block.white-background .enterprises .button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises .button:not(.button--outline), .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises .button, .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises .button, .enterprises .image-text-columns__text.grey-background .post-password-form input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .post-password-form .enterprises input[type=submit]:not(.button--outline), .enterprises .post-password-form .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .post-password-form .image-text-columns__text.grey-background .enterprises input[type=submit]:not(.button--outline), .enterprises .image-text-columns__text.white-background .post-password-form input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .post-password-form .enterprises input[type=submit]:not(.button--outline), .enterprises .post-password-form .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .post-password-form .image-text-columns__text.white-background .enterprises input[type=submit]:not(.button--outline), .enterprises .full-width-text-strip .post-password-form input[type=submit], .full-width-text-strip .post-password-form .enterprises input[type=submit], .enterprises .post-password-form .full-width-text-strip input[type=submit], .post-password-form .full-width-text-strip .enterprises input[type=submit], .enterprises .full-width-text-strip.grey-background .post-password-form input[type=submit], .full-width-text-strip.grey-background .post-password-form .enterprises input[type=submit], .enterprises .post-password-form .full-width-text-strip.grey-background input[type=submit], .post-password-form .full-width-text-strip.grey-background .enterprises input[type=submit], .enterprises .full-width-text-strip.white-background .post-password-form input[type=submit], .full-width-text-strip.white-background .post-password-form .enterprises input[type=submit], .enterprises .post-password-form .full-width-text-strip.white-background input[type=submit], .post-password-form .full-width-text-strip.white-background .enterprises input[type=submit], .enterprises .two-column-text-block.grey-background .post-password-form input[type=submit], .two-column-text-block.grey-background .post-password-form .enterprises input[type=submit], .enterprises .post-password-form .two-column-text-block.grey-background input[type=submit], .post-password-form .two-column-text-block.grey-background .enterprises input[type=submit], .enterprises .two-column-text-block.white-background .post-password-form input[type=submit], .two-column-text-block.white-background .post-password-form .enterprises input[type=submit], .enterprises .post-password-form .two-column-text-block.white-background input[type=submit], .post-password-form .two-column-text-block.white-background .enterprises input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .enterprises input[type=submit]:not(.button--outline), .enterprises .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises input[type=submit]:not(.button--outline), .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .enterprises input[type=submit], .enterprises .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises input[type=submit], .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .enterprises input[type=submit], .enterprises .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises input[type=submit], .enterprises .image-text-columns__text.grey-background .gform_wrapper .gform_button.button:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .enterprises .gform_button.button:not(.button--outline), .enterprises .gform_wrapper .image-text-columns__text.grey-background .gform_button.button:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .enterprises .gform_button.button:not(.button--outline), .enterprises .image-text-columns__text.grey-background .gform_wrapper .button:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .enterprises .button:not(.button--outline), .enterprises .gform_wrapper .image-text-columns__text.grey-background .button:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .enterprises .button:not(.button--outline), .enterprises .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .post-password-form .enterprises input[type=submit]:not(.button--outline), .enterprises .gform_wrapper .post-password-form .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.grey-background .enterprises input[type=submit]:not(.button--outline), .enterprises .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .post-password-form .gform_wrapper .enterprises input[type=submit]:not(.button--outline), .enterprises .post-password-form .gform_wrapper .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.grey-background .enterprises input[type=submit]:not(.button--outline), .enterprises .image-text-columns__text.white-background .gform_wrapper .gform_button.button:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .enterprises .gform_button.button:not(.button--outline), .enterprises .gform_wrapper .image-text-columns__text.white-background .gform_button.button:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .enterprises .gform_button.button:not(.button--outline), .enterprises .image-text-columns__text.white-background .gform_wrapper .button:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .enterprises .button:not(.button--outline), .enterprises .gform_wrapper .image-text-columns__text.white-background .button:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .enterprises .button:not(.button--outline), .enterprises .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .post-password-form .enterprises input[type=submit]:not(.button--outline), .enterprises .gform_wrapper .post-password-form .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.white-background .enterprises input[type=submit]:not(.button--outline), .enterprises .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .post-password-form .gform_wrapper .enterprises input[type=submit]:not(.button--outline), .enterprises .post-password-form .gform_wrapper .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.white-background .enterprises input[type=submit]:not(.button--outline), .enterprises .full-width-text-strip .gform_wrapper .gform_button.button, .full-width-text-strip .gform_wrapper .enterprises .gform_button.button, .enterprises .gform_wrapper .full-width-text-strip .gform_button.button, .gform_wrapper .full-width-text-strip .enterprises .gform_button.button, .enterprises .full-width-text-strip .gform_wrapper .button, .full-width-text-strip .gform_wrapper .enterprises .button, .enterprises .gform_wrapper .full-width-text-strip .button, .gform_wrapper .full-width-text-strip .enterprises .button, .enterprises .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .full-width-text-strip .gform_wrapper .post-password-form .enterprises input[type=submit], .enterprises .gform_wrapper .post-password-form .full-width-text-strip input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .enterprises input[type=submit], .enterprises .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .full-width-text-strip .post-password-form .gform_wrapper .enterprises input[type=submit], .enterprises .post-password-form .gform_wrapper .full-width-text-strip input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .enterprises input[type=submit], .enterprises .full-width-text-strip.grey-background .gform_wrapper .gform_button.button, .full-width-text-strip.grey-background .gform_wrapper .enterprises .gform_button.button, .enterprises .gform_wrapper .full-width-text-strip.grey-background .gform_button.button, .gform_wrapper .full-width-text-strip.grey-background .enterprises .gform_button.button, .enterprises .full-width-text-strip.grey-background .gform_wrapper .button, .full-width-text-strip.grey-background .gform_wrapper .enterprises .button, .enterprises .gform_wrapper .full-width-text-strip.grey-background .button, .gform_wrapper .full-width-text-strip.grey-background .enterprises .button, .enterprises .full-width-text-strip.grey-background .gform_wrapper .post-password-form input[type=submit], .full-width-text-strip.grey-background .gform_wrapper .post-password-form .enterprises input[type=submit], .enterprises .gform_wrapper .post-password-form .full-width-text-strip.grey-background input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip.grey-background .enterprises input[type=submit], .enterprises .full-width-text-strip.grey-background .post-password-form .gform_wrapper input[type=submit], .full-width-text-strip.grey-background .post-password-form .gform_wrapper .enterprises input[type=submit], .enterprises .post-password-form .gform_wrapper .full-width-text-strip.grey-background input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip.grey-background .enterprises input[type=submit], .enterprises .full-width-text-strip.white-background .gform_wrapper .gform_button.button, .full-width-text-strip.white-background .gform_wrapper .enterprises .gform_button.button, .enterprises .gform_wrapper .full-width-text-strip.white-background .gform_button.button, .gform_wrapper .full-width-text-strip.white-background .enterprises .gform_button.button, .enterprises .full-width-text-strip.white-background .gform_wrapper .button, .full-width-text-strip.white-background .gform_wrapper .enterprises .button, .enterprises .gform_wrapper .full-width-text-strip.white-background .button, .gform_wrapper .full-width-text-strip.white-background .enterprises .button, .enterprises .full-width-text-strip.white-background .gform_wrapper .post-password-form input[type=submit], .full-width-text-strip.white-background .gform_wrapper .post-password-form .enterprises input[type=submit], .enterprises .gform_wrapper .post-password-form .full-width-text-strip.white-background input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip.white-background .enterprises input[type=submit], .enterprises .full-width-text-strip.white-background .post-password-form .gform_wrapper input[type=submit], .full-width-text-strip.white-background .post-password-form .gform_wrapper .enterprises input[type=submit], .enterprises .post-password-form .gform_wrapper .full-width-text-strip.white-background input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip.white-background .enterprises input[type=submit], .enterprises .two-column-text-block.grey-background .gform_wrapper .gform_button.button, .two-column-text-block.grey-background .gform_wrapper .enterprises .gform_button.button, .enterprises .gform_wrapper .two-column-text-block.grey-background .gform_button.button, .gform_wrapper .two-column-text-block.grey-background .enterprises .gform_button.button, .enterprises .two-column-text-block.grey-background .gform_wrapper .button, .two-column-text-block.grey-background .gform_wrapper .enterprises .button, .enterprises .gform_wrapper .two-column-text-block.grey-background .button, .gform_wrapper .two-column-text-block.grey-background .enterprises .button, .enterprises .two-column-text-block.grey-background .gform_wrapper .post-password-form input[type=submit], .two-column-text-block.grey-background .gform_wrapper .post-password-form .enterprises input[type=submit], .enterprises .gform_wrapper .post-password-form .two-column-text-block.grey-background input[type=submit], .gform_wrapper .post-password-form .two-column-text-block.grey-background .enterprises input[type=submit], .enterprises .two-column-text-block.grey-background .post-password-form .gform_wrapper input[type=submit], .two-column-text-block.grey-background .post-password-form .gform_wrapper .enterprises input[type=submit], .enterprises .post-password-form .gform_wrapper .two-column-text-block.grey-background input[type=submit], .post-password-form .gform_wrapper .two-column-text-block.grey-background .enterprises input[type=submit], .enterprises .two-column-text-block.white-background .gform_wrapper .gform_button.button, .two-column-text-block.white-background .gform_wrapper .enterprises .gform_button.button, .enterprises .gform_wrapper .two-column-text-block.white-background .gform_button.button, .gform_wrapper .two-column-text-block.white-background .enterprises .gform_button.button, .enterprises .two-column-text-block.white-background .gform_wrapper .button, .two-column-text-block.white-background .gform_wrapper .enterprises .button, .enterprises .gform_wrapper .two-column-text-block.white-background .button, .gform_wrapper .two-column-text-block.white-background .enterprises .button, .enterprises .two-column-text-block.white-background .gform_wrapper .post-password-form input[type=submit], .two-column-text-block.white-background .gform_wrapper .post-password-form .enterprises input[type=submit], .enterprises .gform_wrapper .post-password-form .two-column-text-block.white-background input[type=submit], .gform_wrapper .post-password-form .two-column-text-block.white-background .enterprises input[type=submit], .enterprises .two-column-text-block.white-background .post-password-form .gform_wrapper input[type=submit], .two-column-text-block.white-background .post-password-form .gform_wrapper .enterprises input[type=submit], .enterprises .post-password-form .gform_wrapper .two-column-text-block.white-background input[type=submit], .post-password-form .gform_wrapper .two-column-text-block.white-background .enterprises input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .enterprises .gform_button.button:not(.button--outline), .enterprises .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises .gform_button.button:not(.button--outline), .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .enterprises .button:not(.button--outline), .enterprises .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises .button:not(.button--outline), .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form .enterprises input[type=submit]:not(.button--outline), .enterprises .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises input[type=submit]:not(.button--outline), .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper .enterprises input[type=submit]:not(.button--outline), .enterprises .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises input[type=submit]:not(.button--outline), .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .enterprises .gform_button.button, .enterprises .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_button.button, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises .gform_button.button, .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .enterprises .button, .enterprises .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises .button, .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form .enterprises input[type=submit], .enterprises .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises input[type=submit], .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper .enterprises input[type=submit], .enterprises .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises input[type=submit], .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .enterprises .gform_button.button, .enterprises .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_button.button, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises .gform_button.button, .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .enterprises .button, .enterprises .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises .button, .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form .enterprises input[type=submit], .enterprises .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises input[type=submit], .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper .enterprises input[type=submit], .enterprises .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises input[type=submit], .enterprises .button, .enterprises .post-password-form input[type=submit], .post-password-form .enterprises input[type=submit], .enterprises .gform_wrapper .gform_button.button, .gform_wrapper .enterprises .gform_button.button, .enterprises .gform_wrapper .button, .gform_wrapper .enterprises .button, .enterprises .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .enterprises input[type=submit], .enterprises .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .enterprises input[type=submit], .enterprises .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .enterprises input.gform_button[type=submit], .enterprises .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .enterprises input.gform_button[type=submit] {
  background-color: #d3d5d5 !important;
  border-color: #d3d5d5 !important;
  color: #002E60 !important;
}
.enterprises .button--outline--blue:hover, .enterprises .image-text-columns__text.grey-background .button:hover:not(.button--outline), .image-text-columns__text.grey-background .enterprises .button:hover:not(.button--outline), .enterprises .image-text-columns__text.white-background .button:hover:not(.button--outline), .image-text-columns__text.white-background .enterprises .button:hover:not(.button--outline), .enterprises .full-width-text-strip .button:hover, .full-width-text-strip .enterprises .button:hover, .enterprises .full-width-text-strip.grey-background .button:hover, .full-width-text-strip.grey-background .enterprises .button:hover, .enterprises .full-width-text-strip.white-background .button:hover, .full-width-text-strip.white-background .enterprises .button:hover, .enterprises .two-column-text-block.grey-background .button:hover, .two-column-text-block.grey-background .enterprises .button:hover, .enterprises .two-column-text-block.white-background .button:hover, .two-column-text-block.white-background .enterprises .button:hover, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises .button:hover:not(.button--outline), .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises .button:hover, .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises .button:hover, .enterprises .image-text-columns__text.grey-background .post-password-form input[type=submit]:hover:not(.button--outline), .image-text-columns__text.grey-background .post-password-form .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .post-password-form .image-text-columns__text.grey-background input[type=submit]:hover:not(.button--outline), .post-password-form .image-text-columns__text.grey-background .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .image-text-columns__text.white-background .post-password-form input[type=submit]:hover:not(.button--outline), .image-text-columns__text.white-background .post-password-form .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .post-password-form .image-text-columns__text.white-background input[type=submit]:hover:not(.button--outline), .post-password-form .image-text-columns__text.white-background .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .full-width-text-strip .post-password-form input[type=submit]:hover, .full-width-text-strip .post-password-form .enterprises input[type=submit]:hover, .enterprises .post-password-form .full-width-text-strip input[type=submit]:hover, .post-password-form .full-width-text-strip .enterprises input[type=submit]:hover, .enterprises .full-width-text-strip.grey-background .post-password-form input[type=submit]:hover, .full-width-text-strip.grey-background .post-password-form .enterprises input[type=submit]:hover, .enterprises .post-password-form .full-width-text-strip.grey-background input[type=submit]:hover, .post-password-form .full-width-text-strip.grey-background .enterprises input[type=submit]:hover, .enterprises .full-width-text-strip.white-background .post-password-form input[type=submit]:hover, .full-width-text-strip.white-background .post-password-form .enterprises input[type=submit]:hover, .enterprises .post-password-form .full-width-text-strip.white-background input[type=submit]:hover, .post-password-form .full-width-text-strip.white-background .enterprises input[type=submit]:hover, .enterprises .two-column-text-block.grey-background .post-password-form input[type=submit]:hover, .two-column-text-block.grey-background .post-password-form .enterprises input[type=submit]:hover, .enterprises .post-password-form .two-column-text-block.grey-background input[type=submit]:hover, .post-password-form .two-column-text-block.grey-background .enterprises input[type=submit]:hover, .enterprises .two-column-text-block.white-background .post-password-form input[type=submit]:hover, .two-column-text-block.white-background .post-password-form .enterprises input[type=submit]:hover, .enterprises .post-password-form .two-column-text-block.white-background input[type=submit]:hover, .post-password-form .two-column-text-block.white-background .enterprises input[type=submit]:hover, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover:not(.button--outline), .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .enterprises input[type=submit]:hover, .enterprises .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit]:hover, .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises input[type=submit]:hover, .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .enterprises input[type=submit]:hover, .enterprises .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit]:hover, .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises input[type=submit]:hover, .enterprises .image-text-columns__text.grey-background .gform_wrapper .gform_button.button:hover:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .enterprises .gform_button.button:hover:not(.button--outline), .enterprises .gform_wrapper .image-text-columns__text.grey-background .gform_button.button:hover:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .enterprises .gform_button.button:hover:not(.button--outline), .enterprises .image-text-columns__text.grey-background .gform_wrapper .button:hover:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .enterprises .button:hover:not(.button--outline), .enterprises .gform_wrapper .image-text-columns__text.grey-background .button:hover:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .enterprises .button:hover:not(.button--outline), .enterprises .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:hover:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .post-password-form .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .gform_wrapper .post-password-form .image-text-columns__text.grey-background input[type=submit]:hover:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.grey-background .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:hover:not(.button--outline), .image-text-columns__text.grey-background .post-password-form .gform_wrapper .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .post-password-form .gform_wrapper .image-text-columns__text.grey-background input[type=submit]:hover:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.grey-background .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .image-text-columns__text.white-background .gform_wrapper .gform_button.button:hover:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .enterprises .gform_button.button:hover:not(.button--outline), .enterprises .gform_wrapper .image-text-columns__text.white-background .gform_button.button:hover:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .enterprises .gform_button.button:hover:not(.button--outline), .enterprises .image-text-columns__text.white-background .gform_wrapper .button:hover:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .enterprises .button:hover:not(.button--outline), .enterprises .gform_wrapper .image-text-columns__text.white-background .button:hover:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .enterprises .button:hover:not(.button--outline), .enterprises .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:hover:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .post-password-form .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .gform_wrapper .post-password-form .image-text-columns__text.white-background input[type=submit]:hover:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.white-background .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:hover:not(.button--outline), .image-text-columns__text.white-background .post-password-form .gform_wrapper .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .post-password-form .gform_wrapper .image-text-columns__text.white-background input[type=submit]:hover:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.white-background .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .full-width-text-strip .gform_wrapper .gform_button.button:hover, .full-width-text-strip .gform_wrapper .enterprises .gform_button.button:hover, .enterprises .gform_wrapper .full-width-text-strip .gform_button.button:hover, .gform_wrapper .full-width-text-strip .enterprises .gform_button.button:hover, .enterprises .full-width-text-strip .gform_wrapper .button:hover, .full-width-text-strip .gform_wrapper .enterprises .button:hover, .enterprises .gform_wrapper .full-width-text-strip .button:hover, .gform_wrapper .full-width-text-strip .enterprises .button:hover, .enterprises .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:hover, .full-width-text-strip .gform_wrapper .post-password-form .enterprises input[type=submit]:hover, .enterprises .gform_wrapper .post-password-form .full-width-text-strip input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip .enterprises input[type=submit]:hover, .enterprises .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:hover, .full-width-text-strip .post-password-form .gform_wrapper .enterprises input[type=submit]:hover, .enterprises .post-password-form .gform_wrapper .full-width-text-strip input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip .enterprises input[type=submit]:hover, .enterprises .full-width-text-strip.grey-background .gform_wrapper .gform_button.button:hover, .full-width-text-strip.grey-background .gform_wrapper .enterprises .gform_button.button:hover, .enterprises .gform_wrapper .full-width-text-strip.grey-background .gform_button.button:hover, .gform_wrapper .full-width-text-strip.grey-background .enterprises .gform_button.button:hover, .enterprises .full-width-text-strip.grey-background .gform_wrapper .button:hover, .full-width-text-strip.grey-background .gform_wrapper .enterprises .button:hover, .enterprises .gform_wrapper .full-width-text-strip.grey-background .button:hover, .gform_wrapper .full-width-text-strip.grey-background .enterprises .button:hover, .enterprises .full-width-text-strip.grey-background .gform_wrapper .post-password-form input[type=submit]:hover, .full-width-text-strip.grey-background .gform_wrapper .post-password-form .enterprises input[type=submit]:hover, .enterprises .gform_wrapper .post-password-form .full-width-text-strip.grey-background input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip.grey-background .enterprises input[type=submit]:hover, .enterprises .full-width-text-strip.grey-background .post-password-form .gform_wrapper input[type=submit]:hover, .full-width-text-strip.grey-background .post-password-form .gform_wrapper .enterprises input[type=submit]:hover, .enterprises .post-password-form .gform_wrapper .full-width-text-strip.grey-background input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip.grey-background .enterprises input[type=submit]:hover, .enterprises .full-width-text-strip.white-background .gform_wrapper .gform_button.button:hover, .full-width-text-strip.white-background .gform_wrapper .enterprises .gform_button.button:hover, .enterprises .gform_wrapper .full-width-text-strip.white-background .gform_button.button:hover, .gform_wrapper .full-width-text-strip.white-background .enterprises .gform_button.button:hover, .enterprises .full-width-text-strip.white-background .gform_wrapper .button:hover, .full-width-text-strip.white-background .gform_wrapper .enterprises .button:hover, .enterprises .gform_wrapper .full-width-text-strip.white-background .button:hover, .gform_wrapper .full-width-text-strip.white-background .enterprises .button:hover, .enterprises .full-width-text-strip.white-background .gform_wrapper .post-password-form input[type=submit]:hover, .full-width-text-strip.white-background .gform_wrapper .post-password-form .enterprises input[type=submit]:hover, .enterprises .gform_wrapper .post-password-form .full-width-text-strip.white-background input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip.white-background .enterprises input[type=submit]:hover, .enterprises .full-width-text-strip.white-background .post-password-form .gform_wrapper input[type=submit]:hover, .full-width-text-strip.white-background .post-password-form .gform_wrapper .enterprises input[type=submit]:hover, .enterprises .post-password-form .gform_wrapper .full-width-text-strip.white-background input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip.white-background .enterprises input[type=submit]:hover, .enterprises .two-column-text-block.grey-background .gform_wrapper .gform_button.button:hover, .two-column-text-block.grey-background .gform_wrapper .enterprises .gform_button.button:hover, .enterprises .gform_wrapper .two-column-text-block.grey-background .gform_button.button:hover, .gform_wrapper .two-column-text-block.grey-background .enterprises .gform_button.button:hover, .enterprises .two-column-text-block.grey-background .gform_wrapper .button:hover, .two-column-text-block.grey-background .gform_wrapper .enterprises .button:hover, .enterprises .gform_wrapper .two-column-text-block.grey-background .button:hover, .gform_wrapper .two-column-text-block.grey-background .enterprises .button:hover, .enterprises .two-column-text-block.grey-background .gform_wrapper .post-password-form input[type=submit]:hover, .two-column-text-block.grey-background .gform_wrapper .post-password-form .enterprises input[type=submit]:hover, .enterprises .gform_wrapper .post-password-form .two-column-text-block.grey-background input[type=submit]:hover, .gform_wrapper .post-password-form .two-column-text-block.grey-background .enterprises input[type=submit]:hover, .enterprises .two-column-text-block.grey-background .post-password-form .gform_wrapper input[type=submit]:hover, .two-column-text-block.grey-background .post-password-form .gform_wrapper .enterprises input[type=submit]:hover, .enterprises .post-password-form .gform_wrapper .two-column-text-block.grey-background input[type=submit]:hover, .post-password-form .gform_wrapper .two-column-text-block.grey-background .enterprises input[type=submit]:hover, .enterprises .two-column-text-block.white-background .gform_wrapper .gform_button.button:hover, .two-column-text-block.white-background .gform_wrapper .enterprises .gform_button.button:hover, .enterprises .gform_wrapper .two-column-text-block.white-background .gform_button.button:hover, .gform_wrapper .two-column-text-block.white-background .enterprises .gform_button.button:hover, .enterprises .two-column-text-block.white-background .gform_wrapper .button:hover, .two-column-text-block.white-background .gform_wrapper .enterprises .button:hover, .enterprises .gform_wrapper .two-column-text-block.white-background .button:hover, .gform_wrapper .two-column-text-block.white-background .enterprises .button:hover, .enterprises .two-column-text-block.white-background .gform_wrapper .post-password-form input[type=submit]:hover, .two-column-text-block.white-background .gform_wrapper .post-password-form .enterprises input[type=submit]:hover, .enterprises .gform_wrapper .post-password-form .two-column-text-block.white-background input[type=submit]:hover, .gform_wrapper .post-password-form .two-column-text-block.white-background .enterprises input[type=submit]:hover, .enterprises .two-column-text-block.white-background .post-password-form .gform_wrapper input[type=submit]:hover, .two-column-text-block.white-background .post-password-form .gform_wrapper .enterprises input[type=submit]:hover, .enterprises .post-password-form .gform_wrapper .two-column-text-block.white-background input[type=submit]:hover, .post-password-form .gform_wrapper .two-column-text-block.white-background .enterprises input[type=submit]:hover, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .enterprises .gform_button.button:hover:not(.button--outline), .enterprises .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button:hover:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises .gform_button.button:hover:not(.button--outline), .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .enterprises .button:hover:not(.button--outline), .enterprises .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises .button:hover:not(.button--outline), .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover:not(.button--outline), .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover:not(.button--outline), .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .enterprises input[type=submit]:hover:not(.button--outline), .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .gform_button.button:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .enterprises .gform_button.button:hover, .enterprises .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_button.button:hover, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises .gform_button.button:hover, .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .button:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .enterprises .button:hover, .enterprises .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button:hover, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises .button:hover, .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form .enterprises input[type=submit]:hover, .enterprises .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit]:hover, .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises input[type=submit]:hover, .enterprises .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper .enterprises input[type=submit]:hover, .enterprises .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit]:hover, .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .enterprises input[type=submit]:hover, .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .gform_button.button:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .enterprises .gform_button.button:hover, .enterprises .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_button.button:hover, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises .gform_button.button:hover, .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .button:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .enterprises .button:hover, .enterprises .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button:hover, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises .button:hover, .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form .enterprises input[type=submit]:hover, .enterprises .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit]:hover, .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises input[type=submit]:hover, .enterprises .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper .enterprises input[type=submit]:hover, .enterprises .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit]:hover, .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .enterprises input[type=submit]:hover, .enterprises .button:hover, .enterprises .post-password-form input[type=submit]:hover, .post-password-form .enterprises input[type=submit]:hover, .enterprises .gform_wrapper .button:hover, .gform_wrapper .enterprises .button:hover {
  color: #002E60 !important;
}
.enterprises .image-with-text-box .dots-container {
  position: relative;
}
.enterprises .image-with-text-box .dots-container .slick-dots li button:before {
  background-color: #d3d5d5;
}
.enterprises .image-text-columns__text.white-background .button--outline, .enterprises .image-text-columns__text.white-background .full-width-text-strip .button, .full-width-text-strip .enterprises .image-text-columns__text.white-background .button, .enterprises .image-text-columns__text.white-background .image-with-text-box .button, .image-with-text-box .enterprises .image-text-columns__text.white-background .button, .enterprises .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit], .full-width-text-strip .post-password-form .enterprises .image-text-columns__text.white-background input[type=submit], .enterprises .image-text-columns__text.white-background .post-password-form .full-width-text-strip input[type=submit], .post-password-form .full-width-text-strip .enterprises .image-text-columns__text.white-background input[type=submit], .enterprises .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit], .image-with-text-box .post-password-form .enterprises .image-text-columns__text.white-background input[type=submit], .enterprises .image-text-columns__text.white-background .post-password-form .image-with-text-box input[type=submit], .post-password-form .image-with-text-box .enterprises .image-text-columns__text.white-background input[type=submit] {
  border-color: #EAECF3 !important;
  background-color: #EAECF3 !important;
  color: #002E60 !important;
}
.enterprises .image-text-columns__text.white-background .button--outline:hover, .enterprises .image-text-columns__text.white-background .full-width-text-strip .button:hover, .full-width-text-strip .enterprises .image-text-columns__text.white-background .button:hover, .enterprises .image-text-columns__text.white-background .image-with-text-box .button:hover, .image-with-text-box .enterprises .image-text-columns__text.white-background .button:hover, .enterprises .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit]:hover, .full-width-text-strip .post-password-form .enterprises .image-text-columns__text.white-background input[type=submit]:hover, .enterprises .image-text-columns__text.white-background .post-password-form .full-width-text-strip input[type=submit]:hover, .post-password-form .full-width-text-strip .enterprises .image-text-columns__text.white-background input[type=submit]:hover, .enterprises .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit]:hover, .image-with-text-box .post-password-form .enterprises .image-text-columns__text.white-background input[type=submit]:hover, .enterprises .image-text-columns__text.white-background .post-password-form .image-with-text-box input[type=submit]:hover, .post-password-form .image-with-text-box .enterprises .image-text-columns__text.white-background input[type=submit]:hover, .enterprises .image-text-columns__text.white-background .button--outline:active, .enterprises .image-text-columns__text.white-background .full-width-text-strip .button:active, .full-width-text-strip .enterprises .image-text-columns__text.white-background .button:active, .enterprises .image-text-columns__text.white-background .image-with-text-box .button:active, .image-with-text-box .enterprises .image-text-columns__text.white-background .button:active, .enterprises .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit]:active, .full-width-text-strip .post-password-form .enterprises .image-text-columns__text.white-background input[type=submit]:active, .enterprises .image-text-columns__text.white-background .post-password-form .full-width-text-strip input[type=submit]:active, .post-password-form .full-width-text-strip .enterprises .image-text-columns__text.white-background input[type=submit]:active, .enterprises .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit]:active, .image-with-text-box .post-password-form .enterprises .image-text-columns__text.white-background input[type=submit]:active, .enterprises .image-text-columns__text.white-background .post-password-form .image-with-text-box input[type=submit]:active, .post-password-form .image-with-text-box .enterprises .image-text-columns__text.white-background input[type=submit]:active, .enterprises .image-text-columns__text.white-background .button--outline:focus, .enterprises .image-text-columns__text.white-background .full-width-text-strip .button:focus, .full-width-text-strip .enterprises .image-text-columns__text.white-background .button:focus, .enterprises .image-text-columns__text.white-background .image-with-text-box .button:focus, .image-with-text-box .enterprises .image-text-columns__text.white-background .button:focus, .enterprises .image-text-columns__text.white-background .full-width-text-strip .post-password-form input[type=submit]:focus, .full-width-text-strip .post-password-form .enterprises .image-text-columns__text.white-background input[type=submit]:focus, .enterprises .image-text-columns__text.white-background .post-password-form .full-width-text-strip input[type=submit]:focus, .post-password-form .full-width-text-strip .enterprises .image-text-columns__text.white-background input[type=submit]:focus, .enterprises .image-text-columns__text.white-background .image-with-text-box .post-password-form input[type=submit]:focus, .image-with-text-box .post-password-form .enterprises .image-text-columns__text.white-background input[type=submit]:focus, .enterprises .image-text-columns__text.white-background .post-password-form .image-with-text-box input[type=submit]:focus, .post-password-form .image-with-text-box .enterprises .image-text-columns__text.white-background input[type=submit]:focus {
  background-color: #EAECF3 !important;
}
.enterprises .image-text-columns__text.grey-background .button--outline, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button--outline, .enterprises .image-text-columns__text.grey-background .full-width-text-strip .button, .full-width-text-strip .enterprises .image-text-columns__text.grey-background .button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button, .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button, .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button, .enterprises .image-text-columns__text.grey-background .image-with-text-box .button, .image-with-text-box .enterprises .image-text-columns__text.grey-background .button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button, .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button, .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button, .enterprises .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit], .full-width-text-strip .post-password-form .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit], .full-width-text-strip .post-password-form .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit], .full-width-text-strip .post-password-form .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .post-password-form .full-width-text-strip input[type=submit], .post-password-form .full-width-text-strip .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .full-width-text-strip input[type=submit], .post-password-form .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .post-password-form .full-width-text-strip input[type=submit], .post-password-form .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit], .image-with-text-box .post-password-form .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit], .image-with-text-box .post-password-form .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit], .image-with-text-box .post-password-form .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .post-password-form .image-with-text-box input[type=submit], .post-password-form .image-with-text-box .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .image-with-text-box input[type=submit], .post-password-form .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .post-password-form .image-with-text-box input[type=submit], .post-password-form .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .gform_button.button, .full-width-text-strip .gform_wrapper .enterprises .image-text-columns__text.grey-background .gform_button.button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .gform_button.button, .full-width-text-strip .gform_wrapper .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .gform_button.button, .full-width-text-strip .gform_wrapper .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .enterprises .image-text-columns__text.grey-background .gform_wrapper .full-width-text-strip .gform_button.button, .gform_wrapper .full-width-text-strip .enterprises .image-text-columns__text.grey-background .gform_button.button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .full-width-text-strip .gform_button.button, .gform_wrapper .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .full-width-text-strip .gform_button.button, .gform_wrapper .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .enterprises .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .button, .full-width-text-strip .gform_wrapper .enterprises .image-text-columns__text.grey-background .button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .button, .full-width-text-strip .gform_wrapper .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .button, .full-width-text-strip .gform_wrapper .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button, .enterprises .image-text-columns__text.grey-background .gform_wrapper .full-width-text-strip .button, .gform_wrapper .full-width-text-strip .enterprises .image-text-columns__text.grey-background .button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .full-width-text-strip .button, .gform_wrapper .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .full-width-text-strip .button, .gform_wrapper .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button, .enterprises .image-text-columns__text.grey-background .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .full-width-text-strip .gform_wrapper .post-password-form .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .full-width-text-strip .gform_wrapper .post-password-form .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .full-width-text-strip .gform_wrapper .post-password-form .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .gform_wrapper .post-password-form .full-width-text-strip input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form .full-width-text-strip input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form .full-width-text-strip input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .full-width-text-strip .post-password-form .gform_wrapper .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .full-width-text-strip .post-password-form .gform_wrapper .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .full-width-text-strip .post-password-form .gform_wrapper .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .post-password-form .gform_wrapper .full-width-text-strip input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper .full-width-text-strip input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper .full-width-text-strip input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .gform_button.button, .image-with-text-box .gform_wrapper .enterprises .image-text-columns__text.grey-background .gform_button.button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .gform_button.button, .image-with-text-box .gform_wrapper .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .gform_button.button, .image-with-text-box .gform_wrapper .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .enterprises .image-text-columns__text.grey-background .gform_wrapper .image-with-text-box .gform_button.button, .gform_wrapper .image-with-text-box .enterprises .image-text-columns__text.grey-background .gform_button.button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .image-with-text-box .gform_button.button, .gform_wrapper .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .image-with-text-box .gform_button.button, .gform_wrapper .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .gform_button.button, .enterprises .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .button, .image-with-text-box .gform_wrapper .enterprises .image-text-columns__text.grey-background .button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .button, .image-with-text-box .gform_wrapper .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .button, .image-with-text-box .gform_wrapper .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button, .enterprises .image-text-columns__text.grey-background .gform_wrapper .image-with-text-box .button, .gform_wrapper .image-with-text-box .enterprises .image-text-columns__text.grey-background .button, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .image-with-text-box .button, .gform_wrapper .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .image-with-text-box .button, .gform_wrapper .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button, .enterprises .image-text-columns__text.grey-background .image-with-text-box .gform_wrapper .post-password-form input[type=submit], .image-with-text-box .gform_wrapper .post-password-form .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input[type=submit], .image-with-text-box .gform_wrapper .post-password-form .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .gform_wrapper .post-password-form input[type=submit], .image-with-text-box .gform_wrapper .post-password-form .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .gform_wrapper .post-password-form .image-with-text-box input[type=submit], .gform_wrapper .post-password-form .image-with-text-box .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form .image-with-text-box input[type=submit], .gform_wrapper .post-password-form .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form .image-with-text-box input[type=submit], .gform_wrapper .post-password-form .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .image-with-text-box .post-password-form .gform_wrapper input[type=submit], .image-with-text-box .post-password-form .gform_wrapper .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input[type=submit], .image-with-text-box .post-password-form .gform_wrapper .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form .gform_wrapper input[type=submit], .image-with-text-box .post-password-form .gform_wrapper .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .enterprises .image-text-columns__text.grey-background .post-password-form .gform_wrapper .image-with-text-box input[type=submit], .post-password-form .gform_wrapper .image-with-text-box .enterprises .image-text-columns__text.grey-background input[type=submit], .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper .image-with-text-box input[type=submit], .post-password-form .gform_wrapper .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit], .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper .image-with-text-box input[type=submit], .post-password-form .gform_wrapper .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit] {
  border-color: #d3d5d5 !important;
  background-color: #d3d5d5 !important;
  color: #002E60 !important;
}
.enterprises .image-text-columns__text.grey-background .button--outline:hover, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline:hover, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button--outline:hover, .enterprises .image-text-columns__text.grey-background .full-width-text-strip .button:hover, .full-width-text-strip .enterprises .image-text-columns__text.grey-background .button:hover, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:hover, .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:hover, .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button:hover, .enterprises .image-text-columns__text.grey-background .image-with-text-box .button:hover, .image-with-text-box .enterprises .image-text-columns__text.grey-background .button:hover, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:hover, .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:hover, .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button:hover, .enterprises .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit]:hover, .full-width-text-strip .post-password-form .enterprises .image-text-columns__text.grey-background input[type=submit]:hover, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:hover, .full-width-text-strip .post-password-form .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:hover, .full-width-text-strip .post-password-form .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .enterprises .image-text-columns__text.grey-background .post-password-form .full-width-text-strip input[type=submit]:hover, .post-password-form .full-width-text-strip .enterprises .image-text-columns__text.grey-background input[type=submit]:hover, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .full-width-text-strip input[type=submit]:hover, .post-password-form .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .post-password-form .full-width-text-strip input[type=submit]:hover, .post-password-form .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .enterprises .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit]:hover, .image-with-text-box .post-password-form .enterprises .image-text-columns__text.grey-background input[type=submit]:hover, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:hover, .image-with-text-box .post-password-form .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:hover, .image-with-text-box .post-password-form .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .enterprises .image-text-columns__text.grey-background .post-password-form .image-with-text-box input[type=submit]:hover, .post-password-form .image-with-text-box .enterprises .image-text-columns__text.grey-background input[type=submit]:hover, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .image-with-text-box input[type=submit]:hover, .post-password-form .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .post-password-form .image-with-text-box input[type=submit]:hover, .post-password-form .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover, .enterprises .image-text-columns__text.grey-background .button--outline:active, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline:active, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button--outline:active, .enterprises .image-text-columns__text.grey-background .full-width-text-strip .button:active, .full-width-text-strip .enterprises .image-text-columns__text.grey-background .button:active, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:active, .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:active, .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button:active, .enterprises .image-text-columns__text.grey-background .image-with-text-box .button:active, .image-with-text-box .enterprises .image-text-columns__text.grey-background .button:active, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:active, .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:active, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:active, .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button:active, .enterprises .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit]:active, .full-width-text-strip .post-password-form .enterprises .image-text-columns__text.grey-background input[type=submit]:active, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:active, .full-width-text-strip .post-password-form .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:active, .full-width-text-strip .post-password-form .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .enterprises .image-text-columns__text.grey-background .post-password-form .full-width-text-strip input[type=submit]:active, .post-password-form .full-width-text-strip .enterprises .image-text-columns__text.grey-background input[type=submit]:active, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .full-width-text-strip input[type=submit]:active, .post-password-form .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .post-password-form .full-width-text-strip input[type=submit]:active, .post-password-form .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .enterprises .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit]:active, .image-with-text-box .post-password-form .enterprises .image-text-columns__text.grey-background input[type=submit]:active, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:active, .image-with-text-box .post-password-form .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:active, .image-with-text-box .post-password-form .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .enterprises .image-text-columns__text.grey-background .post-password-form .image-with-text-box input[type=submit]:active, .post-password-form .image-with-text-box .enterprises .image-text-columns__text.grey-background input[type=submit]:active, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .image-with-text-box input[type=submit]:active, .post-password-form .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .post-password-form .image-with-text-box input[type=submit]:active, .post-password-form .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:active, .enterprises .image-text-columns__text.grey-background .button--outline:focus, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button--outline:focus, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button--outline:focus, .enterprises .image-text-columns__text.grey-background .full-width-text-strip .button:focus, .full-width-text-strip .enterprises .image-text-columns__text.grey-background .button:focus, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:focus, .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .button:focus, .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button:focus, .enterprises .image-text-columns__text.grey-background .image-with-text-box .button:focus, .image-with-text-box .enterprises .image-text-columns__text.grey-background .button:focus, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:focus, .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:focus, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .button:focus, .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .button:focus, .enterprises .image-text-columns__text.grey-background .full-width-text-strip .post-password-form input[type=submit]:focus, .full-width-text-strip .post-password-form .enterprises .image-text-columns__text.grey-background input[type=submit]:focus, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:focus, .full-width-text-strip .post-password-form .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .full-width-text-strip .post-password-form input[type=submit]:focus, .full-width-text-strip .post-password-form .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .enterprises .image-text-columns__text.grey-background .post-password-form .full-width-text-strip input[type=submit]:focus, .post-password-form .full-width-text-strip .enterprises .image-text-columns__text.grey-background input[type=submit]:focus, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .full-width-text-strip input[type=submit]:focus, .post-password-form .full-width-text-strip .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .post-password-form .full-width-text-strip input[type=submit]:focus, .post-password-form .full-width-text-strip .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .enterprises .image-text-columns__text.grey-background .image-with-text-box .post-password-form input[type=submit]:focus, .image-with-text-box .post-password-form .enterprises .image-text-columns__text.grey-background input[type=submit]:focus, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:focus, .image-with-text-box .post-password-form .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .image-with-text-box .post-password-form input[type=submit]:focus, .image-with-text-box .post-password-form .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .enterprises .image-text-columns__text.grey-background .post-password-form .image-with-text-box input[type=submit]:focus, .post-password-form .image-with-text-box .enterprises .image-text-columns__text.grey-background input[type=submit]:focus, .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .image-with-text-box input[type=submit]:focus, .post-password-form .image-with-text-box .enterprises .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus, .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type .post-password-form .image-with-text-box input[type=submit]:focus, .post-password-form .image-with-text-box .home .laxton-school .enterprises .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:focus {
  background-color: #d3d5d5 !important;
}
.enterprises .article ul li:before {
  background-color: #002E60;
}

.society-oo .more-section, .society-oo .news-grid__twitter {
  background-color: #b8a05e;
}
.society-oo .more-section a, .society-oo .more-section .title, .society-oo .more-section h1, .society-oo .more-section h2, .society-oo .more-section h3, .society-oo .more-section h4, .society-oo .news-grid__twitter a, .society-oo .news-grid__twitter .title, .society-oo .news-grid__twitter h1, .society-oo .news-grid__twitter h2, .society-oo .news-grid__twitter h3, .society-oo .news-grid__twitter h4 {
  color: #fff;
}
.society-oo .button--outline--blue, .society-oo .image-text-columns__text.grey-background .button:not(.button--outline), .image-text-columns__text.grey-background .society-oo .button:not(.button--outline), .society-oo .image-text-columns__text.white-background .button:not(.button--outline), .image-text-columns__text.white-background .society-oo .button:not(.button--outline), .society-oo .full-width-text-strip .button, .full-width-text-strip .society-oo .button, .society-oo .full-width-text-strip.grey-background .button, .full-width-text-strip.grey-background .society-oo .button, .society-oo .full-width-text-strip.white-background .button, .full-width-text-strip.white-background .society-oo .button, .society-oo .two-column-text-block.grey-background .button, .two-column-text-block.grey-background .society-oo .button, .society-oo .two-column-text-block.white-background .button, .two-column-text-block.white-background .society-oo .button, .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo .button:not(.button--outline), .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo .button, .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo .button, .society-oo .image-text-columns__text.grey-background .post-password-form input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .post-password-form .society-oo input[type=submit]:not(.button--outline), .society-oo .post-password-form .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .post-password-form .image-text-columns__text.grey-background .society-oo input[type=submit]:not(.button--outline), .society-oo .image-text-columns__text.white-background .post-password-form input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .post-password-form .society-oo input[type=submit]:not(.button--outline), .society-oo .post-password-form .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .post-password-form .image-text-columns__text.white-background .society-oo input[type=submit]:not(.button--outline), .society-oo .full-width-text-strip .post-password-form input[type=submit], .full-width-text-strip .post-password-form .society-oo input[type=submit], .society-oo .post-password-form .full-width-text-strip input[type=submit], .post-password-form .full-width-text-strip .society-oo input[type=submit], .society-oo .full-width-text-strip.grey-background .post-password-form input[type=submit], .full-width-text-strip.grey-background .post-password-form .society-oo input[type=submit], .society-oo .post-password-form .full-width-text-strip.grey-background input[type=submit], .post-password-form .full-width-text-strip.grey-background .society-oo input[type=submit], .society-oo .full-width-text-strip.white-background .post-password-form input[type=submit], .full-width-text-strip.white-background .post-password-form .society-oo input[type=submit], .society-oo .post-password-form .full-width-text-strip.white-background input[type=submit], .post-password-form .full-width-text-strip.white-background .society-oo input[type=submit], .society-oo .two-column-text-block.grey-background .post-password-form input[type=submit], .two-column-text-block.grey-background .post-password-form .society-oo input[type=submit], .society-oo .post-password-form .two-column-text-block.grey-background input[type=submit], .post-password-form .two-column-text-block.grey-background .society-oo input[type=submit], .society-oo .two-column-text-block.white-background .post-password-form input[type=submit], .two-column-text-block.white-background .post-password-form .society-oo input[type=submit], .society-oo .post-password-form .two-column-text-block.white-background input[type=submit], .post-password-form .two-column-text-block.white-background .society-oo input[type=submit], .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .society-oo input[type=submit]:not(.button--outline), .society-oo .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo input[type=submit]:not(.button--outline), .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .society-oo input[type=submit], .society-oo .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo input[type=submit], .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .society-oo input[type=submit], .society-oo .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo input[type=submit], .society-oo .image-text-columns__text.grey-background .gform_wrapper .gform_button.button:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .society-oo .gform_button.button:not(.button--outline), .society-oo .gform_wrapper .image-text-columns__text.grey-background .gform_button.button:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .society-oo .gform_button.button:not(.button--outline), .society-oo .image-text-columns__text.grey-background .gform_wrapper .button:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .society-oo .button:not(.button--outline), .society-oo .gform_wrapper .image-text-columns__text.grey-background .button:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .society-oo .button:not(.button--outline), .society-oo .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .post-password-form .society-oo input[type=submit]:not(.button--outline), .society-oo .gform_wrapper .post-password-form .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.grey-background .society-oo input[type=submit]:not(.button--outline), .society-oo .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .image-text-columns__text.grey-background .post-password-form .gform_wrapper .society-oo input[type=submit]:not(.button--outline), .society-oo .post-password-form .gform_wrapper .image-text-columns__text.grey-background input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.grey-background .society-oo input[type=submit]:not(.button--outline), .society-oo .image-text-columns__text.white-background .gform_wrapper .gform_button.button:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .society-oo .gform_button.button:not(.button--outline), .society-oo .gform_wrapper .image-text-columns__text.white-background .gform_button.button:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .society-oo .gform_button.button:not(.button--outline), .society-oo .image-text-columns__text.white-background .gform_wrapper .button:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .society-oo .button:not(.button--outline), .society-oo .gform_wrapper .image-text-columns__text.white-background .button:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .society-oo .button:not(.button--outline), .society-oo .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .post-password-form .society-oo input[type=submit]:not(.button--outline), .society-oo .gform_wrapper .post-password-form .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.white-background .society-oo input[type=submit]:not(.button--outline), .society-oo .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .image-text-columns__text.white-background .post-password-form .gform_wrapper .society-oo input[type=submit]:not(.button--outline), .society-oo .post-password-form .gform_wrapper .image-text-columns__text.white-background input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.white-background .society-oo input[type=submit]:not(.button--outline), .society-oo .full-width-text-strip .gform_wrapper .gform_button.button, .full-width-text-strip .gform_wrapper .society-oo .gform_button.button, .society-oo .gform_wrapper .full-width-text-strip .gform_button.button, .gform_wrapper .full-width-text-strip .society-oo .gform_button.button, .society-oo .full-width-text-strip .gform_wrapper .button, .full-width-text-strip .gform_wrapper .society-oo .button, .society-oo .gform_wrapper .full-width-text-strip .button, .gform_wrapper .full-width-text-strip .society-oo .button, .society-oo .full-width-text-strip .gform_wrapper .post-password-form input[type=submit], .full-width-text-strip .gform_wrapper .post-password-form .society-oo input[type=submit], .society-oo .gform_wrapper .post-password-form .full-width-text-strip input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip .society-oo input[type=submit], .society-oo .full-width-text-strip .post-password-form .gform_wrapper input[type=submit], .full-width-text-strip .post-password-form .gform_wrapper .society-oo input[type=submit], .society-oo .post-password-form .gform_wrapper .full-width-text-strip input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip .society-oo input[type=submit], .society-oo .full-width-text-strip.grey-background .gform_wrapper .gform_button.button, .full-width-text-strip.grey-background .gform_wrapper .society-oo .gform_button.button, .society-oo .gform_wrapper .full-width-text-strip.grey-background .gform_button.button, .gform_wrapper .full-width-text-strip.grey-background .society-oo .gform_button.button, .society-oo .full-width-text-strip.grey-background .gform_wrapper .button, .full-width-text-strip.grey-background .gform_wrapper .society-oo .button, .society-oo .gform_wrapper .full-width-text-strip.grey-background .button, .gform_wrapper .full-width-text-strip.grey-background .society-oo .button, .society-oo .full-width-text-strip.grey-background .gform_wrapper .post-password-form input[type=submit], .full-width-text-strip.grey-background .gform_wrapper .post-password-form .society-oo input[type=submit], .society-oo .gform_wrapper .post-password-form .full-width-text-strip.grey-background input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip.grey-background .society-oo input[type=submit], .society-oo .full-width-text-strip.grey-background .post-password-form .gform_wrapper input[type=submit], .full-width-text-strip.grey-background .post-password-form .gform_wrapper .society-oo input[type=submit], .society-oo .post-password-form .gform_wrapper .full-width-text-strip.grey-background input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip.grey-background .society-oo input[type=submit], .society-oo .full-width-text-strip.white-background .gform_wrapper .gform_button.button, .full-width-text-strip.white-background .gform_wrapper .society-oo .gform_button.button, .society-oo .gform_wrapper .full-width-text-strip.white-background .gform_button.button, .gform_wrapper .full-width-text-strip.white-background .society-oo .gform_button.button, .society-oo .full-width-text-strip.white-background .gform_wrapper .button, .full-width-text-strip.white-background .gform_wrapper .society-oo .button, .society-oo .gform_wrapper .full-width-text-strip.white-background .button, .gform_wrapper .full-width-text-strip.white-background .society-oo .button, .society-oo .full-width-text-strip.white-background .gform_wrapper .post-password-form input[type=submit], .full-width-text-strip.white-background .gform_wrapper .post-password-form .society-oo input[type=submit], .society-oo .gform_wrapper .post-password-form .full-width-text-strip.white-background input[type=submit], .gform_wrapper .post-password-form .full-width-text-strip.white-background .society-oo input[type=submit], .society-oo .full-width-text-strip.white-background .post-password-form .gform_wrapper input[type=submit], .full-width-text-strip.white-background .post-password-form .gform_wrapper .society-oo input[type=submit], .society-oo .post-password-form .gform_wrapper .full-width-text-strip.white-background input[type=submit], .post-password-form .gform_wrapper .full-width-text-strip.white-background .society-oo input[type=submit], .society-oo .two-column-text-block.grey-background .gform_wrapper .gform_button.button, .two-column-text-block.grey-background .gform_wrapper .society-oo .gform_button.button, .society-oo .gform_wrapper .two-column-text-block.grey-background .gform_button.button, .gform_wrapper .two-column-text-block.grey-background .society-oo .gform_button.button, .society-oo .two-column-text-block.grey-background .gform_wrapper .button, .two-column-text-block.grey-background .gform_wrapper .society-oo .button, .society-oo .gform_wrapper .two-column-text-block.grey-background .button, .gform_wrapper .two-column-text-block.grey-background .society-oo .button, .society-oo .two-column-text-block.grey-background .gform_wrapper .post-password-form input[type=submit], .two-column-text-block.grey-background .gform_wrapper .post-password-form .society-oo input[type=submit], .society-oo .gform_wrapper .post-password-form .two-column-text-block.grey-background input[type=submit], .gform_wrapper .post-password-form .two-column-text-block.grey-background .society-oo input[type=submit], .society-oo .two-column-text-block.grey-background .post-password-form .gform_wrapper input[type=submit], .two-column-text-block.grey-background .post-password-form .gform_wrapper .society-oo input[type=submit], .society-oo .post-password-form .gform_wrapper .two-column-text-block.grey-background input[type=submit], .post-password-form .gform_wrapper .two-column-text-block.grey-background .society-oo input[type=submit], .society-oo .two-column-text-block.white-background .gform_wrapper .gform_button.button, .two-column-text-block.white-background .gform_wrapper .society-oo .gform_button.button, .society-oo .gform_wrapper .two-column-text-block.white-background .gform_button.button, .gform_wrapper .two-column-text-block.white-background .society-oo .gform_button.button, .society-oo .two-column-text-block.white-background .gform_wrapper .button, .two-column-text-block.white-background .gform_wrapper .society-oo .button, .society-oo .gform_wrapper .two-column-text-block.white-background .button, .gform_wrapper .two-column-text-block.white-background .society-oo .button, .society-oo .two-column-text-block.white-background .gform_wrapper .post-password-form input[type=submit], .two-column-text-block.white-background .gform_wrapper .post-password-form .society-oo input[type=submit], .society-oo .gform_wrapper .post-password-form .two-column-text-block.white-background input[type=submit], .gform_wrapper .post-password-form .two-column-text-block.white-background .society-oo input[type=submit], .society-oo .two-column-text-block.white-background .post-password-form .gform_wrapper input[type=submit], .two-column-text-block.white-background .post-password-form .gform_wrapper .society-oo input[type=submit], .society-oo .post-password-form .gform_wrapper .two-column-text-block.white-background input[type=submit], .post-password-form .gform_wrapper .two-column-text-block.white-background .society-oo input[type=submit], .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .society-oo .gform_button.button:not(.button--outline), .society-oo .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo .gform_button.button:not(.button--outline), .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .society-oo .button:not(.button--outline), .society-oo .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo .button:not(.button--outline), .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form .society-oo input[type=submit]:not(.button--outline), .society-oo .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo input[type=submit]:not(.button--outline), .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper .society-oo input[type=submit]:not(.button--outline), .society-oo .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:not(.button--outline), .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo input[type=submit]:not(.button--outline), .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .society-oo .gform_button.button, .society-oo .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_button.button, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo .gform_button.button, .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .button, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .society-oo .button, .society-oo .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo .button, .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form .society-oo input[type=submit], .society-oo .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo input[type=submit], .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper .society-oo input[type=submit], .society-oo .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo input[type=submit], .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .gform_button.button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .society-oo .gform_button.button, .society-oo .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_button.button, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo .gform_button.button, .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .button, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .society-oo .button, .society-oo .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo .button, .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form .society-oo input[type=submit], .society-oo .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo input[type=submit], .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit], .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper .society-oo input[type=submit], .society-oo .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit], .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo input[type=submit], .society-oo .button, .society-oo .post-password-form input[type=submit], .post-password-form .society-oo input[type=submit], .society-oo .gform_wrapper .gform_button.button, .gform_wrapper .society-oo .gform_button.button, .society-oo .gform_wrapper .button, .gform_wrapper .society-oo .button, .society-oo .gform_wrapper .post-password-form input[type=submit], .gform_wrapper .post-password-form .society-oo input[type=submit], .society-oo .post-password-form .gform_wrapper input[type=submit], .post-password-form .gform_wrapper .society-oo input[type=submit], .society-oo .gform_wrapper .post-password-form input.gform_button[type=submit], .gform_wrapper .post-password-form .society-oo input.gform_button[type=submit], .society-oo .post-password-form .gform_wrapper input.gform_button[type=submit], .post-password-form .gform_wrapper .society-oo input.gform_button[type=submit] {
  background-color: #b8a05e !important;
  border-color: #b8a05e !important;
  color: #fff !important;
}
.society-oo .button--outline--blue:hover, .society-oo .image-text-columns__text.grey-background .button:hover:not(.button--outline), .image-text-columns__text.grey-background .society-oo .button:hover:not(.button--outline), .society-oo .image-text-columns__text.white-background .button:hover:not(.button--outline), .image-text-columns__text.white-background .society-oo .button:hover:not(.button--outline), .society-oo .full-width-text-strip .button:hover, .full-width-text-strip .society-oo .button:hover, .society-oo .full-width-text-strip.grey-background .button:hover, .full-width-text-strip.grey-background .society-oo .button:hover, .society-oo .full-width-text-strip.white-background .button:hover, .full-width-text-strip.white-background .society-oo .button:hover, .society-oo .two-column-text-block.grey-background .button:hover, .two-column-text-block.grey-background .society-oo .button:hover, .society-oo .two-column-text-block.white-background .button:hover, .two-column-text-block.white-background .society-oo .button:hover, .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo .button:hover:not(.button--outline), .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo .button:hover, .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo .button:hover, .society-oo .image-text-columns__text.grey-background .post-password-form input[type=submit]:hover:not(.button--outline), .image-text-columns__text.grey-background .post-password-form .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .post-password-form .image-text-columns__text.grey-background input[type=submit]:hover:not(.button--outline), .post-password-form .image-text-columns__text.grey-background .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .image-text-columns__text.white-background .post-password-form input[type=submit]:hover:not(.button--outline), .image-text-columns__text.white-background .post-password-form .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .post-password-form .image-text-columns__text.white-background input[type=submit]:hover:not(.button--outline), .post-password-form .image-text-columns__text.white-background .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .full-width-text-strip .post-password-form input[type=submit]:hover, .full-width-text-strip .post-password-form .society-oo input[type=submit]:hover, .society-oo .post-password-form .full-width-text-strip input[type=submit]:hover, .post-password-form .full-width-text-strip .society-oo input[type=submit]:hover, .society-oo .full-width-text-strip.grey-background .post-password-form input[type=submit]:hover, .full-width-text-strip.grey-background .post-password-form .society-oo input[type=submit]:hover, .society-oo .post-password-form .full-width-text-strip.grey-background input[type=submit]:hover, .post-password-form .full-width-text-strip.grey-background .society-oo input[type=submit]:hover, .society-oo .full-width-text-strip.white-background .post-password-form input[type=submit]:hover, .full-width-text-strip.white-background .post-password-form .society-oo input[type=submit]:hover, .society-oo .post-password-form .full-width-text-strip.white-background input[type=submit]:hover, .post-password-form .full-width-text-strip.white-background .society-oo input[type=submit]:hover, .society-oo .two-column-text-block.grey-background .post-password-form input[type=submit]:hover, .two-column-text-block.grey-background .post-password-form .society-oo input[type=submit]:hover, .society-oo .post-password-form .two-column-text-block.grey-background input[type=submit]:hover, .post-password-form .two-column-text-block.grey-background .society-oo input[type=submit]:hover, .society-oo .two-column-text-block.white-background .post-password-form input[type=submit]:hover, .two-column-text-block.white-background .post-password-form .society-oo input[type=submit]:hover, .society-oo .post-password-form .two-column-text-block.white-background input[type=submit]:hover, .post-password-form .two-column-text-block.white-background .society-oo input[type=submit]:hover, .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form input[type=submit]:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover:not(.button--outline), .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .society-oo input[type=submit]:hover, .society-oo .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit]:hover, .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo input[type=submit]:hover, .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form input[type=submit]:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .society-oo input[type=submit]:hover, .society-oo .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit]:hover, .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo input[type=submit]:hover, .society-oo .image-text-columns__text.grey-background .gform_wrapper .gform_button.button:hover:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .society-oo .gform_button.button:hover:not(.button--outline), .society-oo .gform_wrapper .image-text-columns__text.grey-background .gform_button.button:hover:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .society-oo .gform_button.button:hover:not(.button--outline), .society-oo .image-text-columns__text.grey-background .gform_wrapper .button:hover:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .society-oo .button:hover:not(.button--outline), .society-oo .gform_wrapper .image-text-columns__text.grey-background .button:hover:not(.button--outline), .gform_wrapper .image-text-columns__text.grey-background .society-oo .button:hover:not(.button--outline), .society-oo .image-text-columns__text.grey-background .gform_wrapper .post-password-form input[type=submit]:hover:not(.button--outline), .image-text-columns__text.grey-background .gform_wrapper .post-password-form .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .gform_wrapper .post-password-form .image-text-columns__text.grey-background input[type=submit]:hover:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.grey-background .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .image-text-columns__text.grey-background .post-password-form .gform_wrapper input[type=submit]:hover:not(.button--outline), .image-text-columns__text.grey-background .post-password-form .gform_wrapper .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .post-password-form .gform_wrapper .image-text-columns__text.grey-background input[type=submit]:hover:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.grey-background .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .image-text-columns__text.white-background .gform_wrapper .gform_button.button:hover:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .society-oo .gform_button.button:hover:not(.button--outline), .society-oo .gform_wrapper .image-text-columns__text.white-background .gform_button.button:hover:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .society-oo .gform_button.button:hover:not(.button--outline), .society-oo .image-text-columns__text.white-background .gform_wrapper .button:hover:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .society-oo .button:hover:not(.button--outline), .society-oo .gform_wrapper .image-text-columns__text.white-background .button:hover:not(.button--outline), .gform_wrapper .image-text-columns__text.white-background .society-oo .button:hover:not(.button--outline), .society-oo .image-text-columns__text.white-background .gform_wrapper .post-password-form input[type=submit]:hover:not(.button--outline), .image-text-columns__text.white-background .gform_wrapper .post-password-form .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .gform_wrapper .post-password-form .image-text-columns__text.white-background input[type=submit]:hover:not(.button--outline), .gform_wrapper .post-password-form .image-text-columns__text.white-background .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .image-text-columns__text.white-background .post-password-form .gform_wrapper input[type=submit]:hover:not(.button--outline), .image-text-columns__text.white-background .post-password-form .gform_wrapper .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .post-password-form .gform_wrapper .image-text-columns__text.white-background input[type=submit]:hover:not(.button--outline), .post-password-form .gform_wrapper .image-text-columns__text.white-background .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .full-width-text-strip .gform_wrapper .gform_button.button:hover, .full-width-text-strip .gform_wrapper .society-oo .gform_button.button:hover, .society-oo .gform_wrapper .full-width-text-strip .gform_button.button:hover, .gform_wrapper .full-width-text-strip .society-oo .gform_button.button:hover, .society-oo .full-width-text-strip .gform_wrapper .button:hover, .full-width-text-strip .gform_wrapper .society-oo .button:hover, .society-oo .gform_wrapper .full-width-text-strip .button:hover, .gform_wrapper .full-width-text-strip .society-oo .button:hover, .society-oo .full-width-text-strip .gform_wrapper .post-password-form input[type=submit]:hover, .full-width-text-strip .gform_wrapper .post-password-form .society-oo input[type=submit]:hover, .society-oo .gform_wrapper .post-password-form .full-width-text-strip input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip .society-oo input[type=submit]:hover, .society-oo .full-width-text-strip .post-password-form .gform_wrapper input[type=submit]:hover, .full-width-text-strip .post-password-form .gform_wrapper .society-oo input[type=submit]:hover, .society-oo .post-password-form .gform_wrapper .full-width-text-strip input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip .society-oo input[type=submit]:hover, .society-oo .full-width-text-strip.grey-background .gform_wrapper .gform_button.button:hover, .full-width-text-strip.grey-background .gform_wrapper .society-oo .gform_button.button:hover, .society-oo .gform_wrapper .full-width-text-strip.grey-background .gform_button.button:hover, .gform_wrapper .full-width-text-strip.grey-background .society-oo .gform_button.button:hover, .society-oo .full-width-text-strip.grey-background .gform_wrapper .button:hover, .full-width-text-strip.grey-background .gform_wrapper .society-oo .button:hover, .society-oo .gform_wrapper .full-width-text-strip.grey-background .button:hover, .gform_wrapper .full-width-text-strip.grey-background .society-oo .button:hover, .society-oo .full-width-text-strip.grey-background .gform_wrapper .post-password-form input[type=submit]:hover, .full-width-text-strip.grey-background .gform_wrapper .post-password-form .society-oo input[type=submit]:hover, .society-oo .gform_wrapper .post-password-form .full-width-text-strip.grey-background input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip.grey-background .society-oo input[type=submit]:hover, .society-oo .full-width-text-strip.grey-background .post-password-form .gform_wrapper input[type=submit]:hover, .full-width-text-strip.grey-background .post-password-form .gform_wrapper .society-oo input[type=submit]:hover, .society-oo .post-password-form .gform_wrapper .full-width-text-strip.grey-background input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip.grey-background .society-oo input[type=submit]:hover, .society-oo .full-width-text-strip.white-background .gform_wrapper .gform_button.button:hover, .full-width-text-strip.white-background .gform_wrapper .society-oo .gform_button.button:hover, .society-oo .gform_wrapper .full-width-text-strip.white-background .gform_button.button:hover, .gform_wrapper .full-width-text-strip.white-background .society-oo .gform_button.button:hover, .society-oo .full-width-text-strip.white-background .gform_wrapper .button:hover, .full-width-text-strip.white-background .gform_wrapper .society-oo .button:hover, .society-oo .gform_wrapper .full-width-text-strip.white-background .button:hover, .gform_wrapper .full-width-text-strip.white-background .society-oo .button:hover, .society-oo .full-width-text-strip.white-background .gform_wrapper .post-password-form input[type=submit]:hover, .full-width-text-strip.white-background .gform_wrapper .post-password-form .society-oo input[type=submit]:hover, .society-oo .gform_wrapper .post-password-form .full-width-text-strip.white-background input[type=submit]:hover, .gform_wrapper .post-password-form .full-width-text-strip.white-background .society-oo input[type=submit]:hover, .society-oo .full-width-text-strip.white-background .post-password-form .gform_wrapper input[type=submit]:hover, .full-width-text-strip.white-background .post-password-form .gform_wrapper .society-oo input[type=submit]:hover, .society-oo .post-password-form .gform_wrapper .full-width-text-strip.white-background input[type=submit]:hover, .post-password-form .gform_wrapper .full-width-text-strip.white-background .society-oo input[type=submit]:hover, .society-oo .two-column-text-block.grey-background .gform_wrapper .gform_button.button:hover, .two-column-text-block.grey-background .gform_wrapper .society-oo .gform_button.button:hover, .society-oo .gform_wrapper .two-column-text-block.grey-background .gform_button.button:hover, .gform_wrapper .two-column-text-block.grey-background .society-oo .gform_button.button:hover, .society-oo .two-column-text-block.grey-background .gform_wrapper .button:hover, .two-column-text-block.grey-background .gform_wrapper .society-oo .button:hover, .society-oo .gform_wrapper .two-column-text-block.grey-background .button:hover, .gform_wrapper .two-column-text-block.grey-background .society-oo .button:hover, .society-oo .two-column-text-block.grey-background .gform_wrapper .post-password-form input[type=submit]:hover, .two-column-text-block.grey-background .gform_wrapper .post-password-form .society-oo input[type=submit]:hover, .society-oo .gform_wrapper .post-password-form .two-column-text-block.grey-background input[type=submit]:hover, .gform_wrapper .post-password-form .two-column-text-block.grey-background .society-oo input[type=submit]:hover, .society-oo .two-column-text-block.grey-background .post-password-form .gform_wrapper input[type=submit]:hover, .two-column-text-block.grey-background .post-password-form .gform_wrapper .society-oo input[type=submit]:hover, .society-oo .post-password-form .gform_wrapper .two-column-text-block.grey-background input[type=submit]:hover, .post-password-form .gform_wrapper .two-column-text-block.grey-background .society-oo input[type=submit]:hover, .society-oo .two-column-text-block.white-background .gform_wrapper .gform_button.button:hover, .two-column-text-block.white-background .gform_wrapper .society-oo .gform_button.button:hover, .society-oo .gform_wrapper .two-column-text-block.white-background .gform_button.button:hover, .gform_wrapper .two-column-text-block.white-background .society-oo .gform_button.button:hover, .society-oo .two-column-text-block.white-background .gform_wrapper .button:hover, .two-column-text-block.white-background .gform_wrapper .society-oo .button:hover, .society-oo .gform_wrapper .two-column-text-block.white-background .button:hover, .gform_wrapper .two-column-text-block.white-background .society-oo .button:hover, .society-oo .two-column-text-block.white-background .gform_wrapper .post-password-form input[type=submit]:hover, .two-column-text-block.white-background .gform_wrapper .post-password-form .society-oo input[type=submit]:hover, .society-oo .gform_wrapper .post-password-form .two-column-text-block.white-background input[type=submit]:hover, .gform_wrapper .post-password-form .two-column-text-block.white-background .society-oo input[type=submit]:hover, .society-oo .two-column-text-block.white-background .post-password-form .gform_wrapper input[type=submit]:hover, .two-column-text-block.white-background .post-password-form .gform_wrapper .society-oo input[type=submit]:hover, .society-oo .post-password-form .gform_wrapper .two-column-text-block.white-background input[type=submit]:hover, .post-password-form .gform_wrapper .two-column-text-block.white-background .society-oo input[type=submit]:hover, .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .gform_button.button:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .society-oo .gform_button.button:hover:not(.button--outline), .society-oo .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_button.button:hover:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo .gform_button.button:hover:not(.button--outline), .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .button:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .society-oo .button:hover:not(.button--outline), .society-oo .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .button:hover:not(.button--outline), .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo .button:hover:not(.button--outline), .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .gform_wrapper .post-password-form .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover:not(.button--outline), .gform_wrapper .post-password-form .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover:not(.button--outline), .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .post-password-form .gform_wrapper .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type input[type=submit]:hover:not(.button--outline), .post-password-form .gform_wrapper .home .laxton-school .image-text-columns__text.image-text-columns:first-of-type .society-oo input[type=submit]:hover:not(.button--outline), .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .gform_button.button:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .society-oo .gform_button.button:hover, .society-oo .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_button.button:hover, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo .gform_button.button:hover, .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .button:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .society-oo .button:hover, .society-oo .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .button:hover, .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo .button:hover, .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .gform_wrapper .post-password-form .society-oo input[type=submit]:hover, .society-oo .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit]:hover, .gform_wrapper .post-password-form .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo input[type=submit]:hover, .society-oo .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .post-password-form .gform_wrapper .society-oo input[type=submit]:hover, .society-oo .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type input[type=submit]:hover, .post-password-form .gform_wrapper .home .laxton-school .full-width-text-strip.image-text-columns:first-of-type .society-oo input[type=submit]:hover, .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .gform_button.button:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .society-oo .gform_button.button:hover, .society-oo .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_button.button:hover, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo .gform_button.button:hover, .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .button:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .society-oo .button:hover, .society-oo .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .button:hover, .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo .button:hover, .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form input[type=submit]:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .gform_wrapper .post-password-form .society-oo input[type=submit]:hover, .society-oo .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit]:hover, .gform_wrapper .post-password-form .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo input[type=submit]:hover, .society-oo .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper input[type=submit]:hover, .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .post-password-form .gform_wrapper .society-oo input[type=submit]:hover, .society-oo .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type input[type=submit]:hover, .post-password-form .gform_wrapper .home .laxton-school .two-column-text-block.image-text-columns:first-of-type .society-oo input[type=submit]:hover, .society-oo .button:hover, .society-oo .post-password-form input[type=submit]:hover, .post-password-form .society-oo input[type=submit]:hover, .society-oo .gform_wrapper .button:hover, .gform_wrapper .society-oo .button:hover {
  background-color: #947f47 !important;
  border-color: #947f47 !important;
  color: #fff !important;
}
.society-oo .image-with-text-box .dots-container {
  position: relative;
}
.society-oo .image-with-text-box .dots-container .slick-dots li button:before {
  background-color: #b8a05e;
}
.society-oo .downloads-block__list a p, .society-oo a {
  color: #002E60;
}
.society-oo .article ul li:before {
  background-color: #b8a05e;
}
.society-oo .news-grid__twitter {
  display: block;
  height: auto;
}
.society-oo .banner--home {
  margin-bottom: 0px;
}
.society-oo .image-with-text-box__text {
  padding: 60px 60px 100px;
}

/*------------------------------------*\
    #CALENDAR
\*------------------------------------*/
.widgettitle {
  display: none;
}

.allfilters {
  width: 100%;
  display: inline-block;
}

.calendar {
  margin-top: 60px;
}

#calendar a {
  font-family: calibri, sans-serif;
}
#calendar span {
  font-family: calibri, sans-serif;
}
#calendar .calendar-events {
  table-layout: inherit;
  min-width: 100%;
}
#calendar .calendar-events tbody {
  display: table;
  width: 100%;
}
#calendar .calendar-events tr {
  width: 100%;
  /*display: table;*/
}
#calendar tr td {
  padding: 10px 20px;
  border: 1px solid #DDD;
}
#calendar tr.date {
  font-family: "Palatino Linotype", "Palatino", serif;
  text-transform: uppercase;
  line-height: 24px;
  color: white;
  background-color: #8397b0 !important;
}
#calendar tr.date td {
  padding: 18px;
}

.tribe-mini-calendar-wrapper {
  margin-bottom: 40px;
}

.tribe-mini-calendar-list-wrapper {
  display: none;
}

#calendar tr td:first-child,
#calendar tr td:last-child {
  padding-left: 20px;
  padding-right: 20px;
}

#calendar tr:nth-child(even) {
  background-color: white;
}

#calendar tr:nth-child(odd) {
  background-color: white;
}

#calendar tr td.event a {
  color: #000;
}

#calendar tr td.ta_c {
  width: 150px;
  color: #000;
}

#calendar tr td.location {
  width: 160px;
}

.tribe-mini-calendar td.tribe-events-has-events a:hover {
  /*background-color: $accentColor !important;*/
  background-color: #808998 !important;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  background-color: white;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  width: 5px;
  height: 5px;
}

#calendar .calendar-nav {
  line-height: 23px;
  color: #000;
  font-size: 16px;
}

#calendar .calendar-nav a {
  margin: 0 5px;
  font-weight: bold;
}
.tribe-mini-calendar .tribe-mini-calendar-dayofweek {
  color: #000;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  background-color: transparent !important;
}

.tribe-mini-calendar-nav tbody td span {
  font-weight: normal !important;
}

.tribe-mini-calendar-nav div {
  display: flex;
}

.tribe-mini-calendar .tribe-mini-calendar-nav td,
.tribe-mini-calendar thead {
  background-color: white !important;
  background: white !important;
  border: none;
}

.tribe-mini-calendar td.tribe-events-future.tribe-mini-calendar-today,
.tribe-mini-calendar td.tribe-events-past.tribe-mini-calendar-today {
  background-color: #fff !important;
}

.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: #fff !important;
}

.tribe-mini-calendar .tribe-mini-calendar-nav span {
  color: #000;
  font-family: "Palatino Linotype", "Palatino", serif;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.tribe-mini-calendar-grid-wrapper {
  border: 1px solid #DDD !important;
  padding: 10px !important;
  margin-top: 40px;
}

.tribe-mini-calendar tbody td {
  border-bottom: 1px solid #DDD !important;
  border-top: 1px solid #DDD !important;
  border-left: 1px solid #DDD !important;
  border-right: 1px solid #DDD !important;
}

.tribe-mini-calendar .tribe-mini-calendar-dayofweek {
  border: none;
}

.tribe-mini-calendar td.tribe-events-past {
  background-color: white !important;
  opacity: 0.5;
}

.tribe-mini-calendar td.tribe-events-past.tribe-events-has-events {
  background-color: #fff !important;
  color: #002E60;
}

.tribe-mini-calendar td.tribe-events-present, .tribe-mini-calendar td.tribe-events-present.tribe-events-has-events {
  background-color: #fff !important;
}
.tribe-mini-calendar td.tribe-events-present a, .tribe-mini-calendar td.tribe-events-present span, .tribe-mini-calendar td.tribe-events-present.tribe-events-has-events a, .tribe-mini-calendar td.tribe-events-present.tribe-events-has-events span {
  color: #002E60 !important;
}

.tribe-mini-calendar td.tribe-events-future {
  background-color: #fff !important;
}

.tribe-mini-calendar td.tribe-events-future.tribe-events-has-events {
  background-color: #fff !important;
  opacity: 1;
}

.tribe-mini-calendar .tribe-mini-calendar-no-event,
.tribe-mini-calendar .tribe-events-has-events a {
  color: #002d64 !important;
  padding: 20px 0px 20px !important;
}

.tribe-mini-calendar .tribe-mini-calendar-no-event,
.tribe-mini-calendar .tribe-events-has-events a {
  color: black !important;
}
.tribe-mini-calendar .tribe-mini-calendar-no-event:before,
.tribe-mini-calendar .tribe-events-has-events a:before {
  display: none !important;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
  background: white !important;
  bottom: 8px !important;
  display: block;
  width: 5px !important;
  height: 5px !important;
  margin: 5px auto 0 -3px !important;
}

.tribe-mini-calendar-nav .prev-month {
  float: left;
}

.tribe-mini-calendar-nav .next-month {
  float: right;
}

.tribe-mini-calendar .tribe-mini-calendar-nav .next-month span,
.tribe-mini-calendar .tribe-mini-calendar-nav .prev-month span {
  width: 35px;
  height: 19px;
  display: inline-block;
}

.calendar-nav {
  display: inline-block;
}

.calendar-filter {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.calendar-filter h4 {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

.calendar-filter h4:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 500px;
  right: -500px;
  top: 16px;
  background-color: #f7d117;
}

.tribe-mini-calendar .tribe-mini-calendar-no-event, .tribe-mini-calendar .tribe-events-has-events a {
  font-weight: normal;
}

#month-selector,
#subcat-calendar-filter,
#calendar-filter {
  width: 100%;
}

#calendar-filter {
  position: relative;
}
#calendar-filter:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 20px;
  border: solid #002E60;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
}

.tribe-mini-calendar td.tribe-events-has-events:not(.tribe-events-future) {
  background: #002E60 !important;
}
.tribe-mini-calendar td.tribe-events-has-events:not(.tribe-events-future) a {
  color: white !important;
}

#month-selector select,
#subcat-calendar-filter select,
#calendar-filter select {
  background-color: #e8e8e8;
  border-radius: 0px;
  color: #002d64;
  line-height: 20px;
  padding: 11px 40px 9px 20px !important;
  background-position: 90% 50%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-repeat: no-repeat;
  width: 100%;
}
#month-selector select:before,
#subcat-calendar-filter select:before,
#calendar-filter select:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 20px;
  border: solid #002E60;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
}

#calendar-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  z-index: 10000;
}

.calendar-lightbox__content {
  max-width: 500px;
  width: 500px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
}

.calendar-lightbox__content h3 {
  margin-top: 0;
  font-size: 35px;
  line-height: 120%;
  font-family: "Palatino Linotype", "Palatino", serif;
}

#content-area .time-event,
.calendar-lightbox__content .time-event {
  font-size: 18px;
  width: 100%;
  display: inline-block;
}

#content-area .tribe-events-cal-links,
.calendar-lightbox__content .tribe-events-cal-links {
  margin-top: 30px;
}

#content-area .tribe-events-cal-links a,
.content #tribe-events .cal-content .tribe-events-cal-links a,
.calendar-lightbox__content .tribe-events-cal-links a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #13212e;
  background-color: transparent;
  padding: 15px 20px;
  border: 2px solid #13212e;
  border-radius: 0;
  margin-right: 20px;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#content-area .tribe-events-cal-links a:hover,
.content #tribe-events .cal-content .tribe-events-cal-links a:hover,
.calendar-lightbox__content .tribe-events-cal-links a:hover {
  background-color: #13212e;
  color: #FFF;
}

#content-area {
  width: 100%;
}

#content-area h3 {
  padding-top: 0;
}

#content-area .loadergif,
.calendar-lightbox__content .loadergif {
  text-align: center;
  width: 150px;
  height: auto;
  margin: 0 auto;
  display: inherit;
  border-bottom: 20px solid white;
}

.subcat-filter-wrapper.ignorethis {
  display: none;
}

.export-month {
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
}

.tribe-mini-calendar-nav .prev-month, .tribe-mini-calendar-nav .next-month {
  margin: unset !important;
  margin-top: -5px !important;
}
.tribe-mini-calendar-nav .prev-month span, .tribe-mini-calendar-nav .next-month span {
  color: #002E60 !important;
}

/*------------------------------------*\
#CUSTOM LIGHTBOX
\*------------------------------------*/
.custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.custom-lightbox__background {
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.custom-lightbox__container {
  padding-top: 30px;
  width: 600px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  max-height: 95%;
  max-width: 95%;
  /*@include transform(translateY(-50%) translateX(-50%));*/
  transform: translateY(-50%) translateX(-50%);
}

.custom-lighbox__content {
  background-color: white;
  padding: 30px;
  overflow-y: auto;
  width: 100%;
}

.custom-lighbox__content.is_calendar {
  position: relative;
}

.cal-content p {
  color: #77777A !important;
  font-size: 1.3125em !important;
  line-height: 2.9rem !important;
  font-family: IntervalProLight, monospace !important;
  margin-bottom: 20px !important;
}

.cal-content > h3 {
  font-size: 24px;
  color: #05E5C8;
}

.cal-content .tribe-events-meta-group {
  border-top: 1px solid #ECECEC;
  padding-top: 20px;
}

.cal-content .tribe-events-meta-group h3 {
  font-size: 19px;
  color: #112b53;
}

.cal-content .tribe-venue {
  margin: 0;
}

.time-event {
  color: #000;
}

.ajax-events.caltpl img {
  width: 300px !important;
}

.laxton-school #calendar a {
  color: #81B2E1;
}
.laxton-school .tribe-mini-calendar td.tribe-events-has-events:not(.tribe-events-future) {
  background-color: #fff !important;
}
.laxton-school .tribe-mini-calendar td.tribe-events-has-events:not(.tribe-events-future) a {
  color: #000 !important;
}

.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:after {
  content: "";
  background: #002E60 !important;
  bottom: 8px !important;
  display: block;
  width: 5px !important;
  height: 5px !important;
  margin: 5px auto 0 -3px !important;
  border-radius: 5px;
  position: absolute;
  left: 20px;
}

.tribe-mini-calendar thead {
  border: 0px !important;
}

.horizontal-slider__panel {
  height: 64vh;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.horizontal-slider__panel .row {
  width: 100%;
}
@media (min-width: 1025px) {
  .horizontal-slider__panel .row {
    padding: 0 0px 0 80px;
    margin-right: -30px;
    width: calc(100% + 45px);
  }
}
.horizontal-slider__panel__img {
  position: relative;
}
.horizontal-slider__panel__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 72.0430107527%;
}
.horizontal-slider__panel__img > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
  .horizontal-slider__panel__img {
    margin-left: 30px;
    margin-right: -15px;
  }
}
.horizontal-slider__panel__img .image-wrap {
  width: 100%;
  height: 100%;
}
.horizontal-slider__panel__img .image-wrap--ie {
  background-size: cover;
  background-position: center;
}
.horizontal-slider__panel__img .image-wrap--ie picture {
  display: none;
}
.horizontal-slider__panel__img .image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal-slider__panel .button, .horizontal-slider__panel .post-password-form input[type=submit], .post-password-form .horizontal-slider__panel input[type=submit], .horizontal-slider__panel .gform_wrapper .button, .gform_wrapper .horizontal-slider__panel .button {
  border-color: #970830;
  color: #970830;
}
@media (max-width: 1024px) {
  .horizontal-slider__panel {
    height: auto;
    padding: 80px 0;
  }
  .horizontal-slider__panel .col-lg-6:first-of-type {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .horizontal-slider__panel {
    padding: 50px 0;
    padding: 50px 0;
  }
}
.horizontal-slider__menu {
  background-color: #EAECF3;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: -15px;
}
.horizontal-slider__menu__sticky {
  position: sticky;
  padding-top: 100px;
  top: 50px;
  bottom: 100px;
  margin-left: 50px;
  padding-bottom: 100px;
  font-family: "Palatino Linotype", "Palatino", serif;
}
.horizontal-slider__menu__sticky .number {
  display: inline-block;
  font-size: 4rem;
  letter-spacing: 1px;
  line-height: 0.6;
  color: #002E60;
  margin-bottom: 10px;
}
.horizontal-slider__menu__sticky .caption {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 22px;
  display: inline-block;
  max-width: 134px;
  margin-left: 17px;
  vertical-align: top;
}
.horizontal-slider__menu__sticky .category, .horizontal-slider__menu__sticky .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .horizontal-slider__menu__sticky label {
  font-family: calibri, sans-serif;
  color: #970830;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .horizontal-slider__menu {
    display: none;
  }
}
.horizontal-slider__tab {
  margin-bottom: 46px;
  opacity: 0.3;
  transition: 0.5s;
  cursor: pointer;
}
.horizontal-slider__tab.active {
  border-right: 2px solid #970830;
  opacity: 1;
  transition: 0.5s;
}
.laxton-school .horizontal-slider__tab.active {
  border-right: 2px solid #81BFAF;
}
.laxton-school .horizontal-slider__menu__sticky .category, .laxton-school .horizontal-slider__menu__sticky .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .laxton-school .horizontal-slider__menu__sticky label {
  color: #81BFAF;
}

.map {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #dce7aa;
}
.map__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.map__container svg {
  height: 100%;
}
.map__zoom {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: scale(1.4);
}
.map__pan {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.map__marker-container {
  position: absolute;
  top: 0;
  width: 3457px;
  height: 100%;
}
.map__marker {
  position: absolute;
}
.map__ui {
  display: none;
  position: absolute;
}

.video-container {
  cursor: pointer;
  position: relative;
  width: 640px;
  height: 360px;
  margin: auto;
  background-size: cover;
  background-position: center;
}
.video-container.active {
  background-image: none;
}
.video-container.active:before {
  display: none;
}
.video-container__img {
  background-color: #efefef;
  background-size: cover;
  background-position: center;
  width: 70px;
  height: 40px;
  margin-right: 10px;
}
@media (max-width: 740px) {
  .video-container__img {
    display: none;
  }
}
.video-container--prev, .video-container--next {
  cursor: pointer;
  margin-top: 20px;
  display: flex;
  text-align: left;
}
.video-container--prev p, .video-container--prev small, .video-container--next p, .video-container--next small {
  font-family: "Palatino Linotype", "Palatino", serif !important;
  color: #13212e;
  padding: 0px !important;
  margin: 0 !important;
}
.video-container--prev p, .video-container--next p {
  font-size: 14px !important;
  line-height: 14px !important;
}
.video-container--prev small, .video-container--next small {
  font-size: 12px;
  line-height: 12px;
}
.video-container--next {
  justify-content: flex-end;
  text-align: right;
}
.video-container--next .video-container__img {
  margin-right: 0px;
  margin-left: 10px;
}
@media (max-width: 740px) {
  .video-container {
    width: 100%;
    height: 200px;
  }
  .video-container iframe {
    width: 100%;
    height: 200px;
  }
}

.modal-overlay--map .modal-item {
  max-width: 700px;
  min-height: unset;
  border-radius: 5px;
  padding: 50px 16px;
}
.modal-overlay--map .modal-item .container-fluid {
  padding: 0 15px;
}
.modal-overlay--map .modal-item .title, .modal-overlay--map .modal-item h1, .modal-overlay--map .modal-item h2, .modal-overlay--map .modal-item h3, .modal-overlay--map .modal-item h4 {
  padding-bottom: 0;
}
.modal-overlay--map .modal-item p {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
}
.modal-overlay--map .modal-item__content {
  padding-right: 0;
}
.modal-overlay--map .modal-item__close:before, .modal-overlay--map .modal-item__close:after {
  background-color: #81BFAF !important;
}

g#labels > g#laxton-location-label {
  display: none;
}
@media (min-width: 740px) {
  g#labels > g {
    transform: scale(0.5) translate(98%, 72%);
  }
  g#labels > g:hover > path:first-of-type {
    stroke-width: 3px;
    stroke: #81BFAF;
  }
  g#labels > g#laxton-location-label {
    transform: scale(0.5) translate(121%, 51%);
    display: none;
  }
  g#labels > g:not(#meet-head) {
    transform: scale(0.5) translate(126%, 60%);
  }
}
@media (max-width: 739px) {
  g#labels > g {
    transform: scale(1.2) translate(-21%, -11%);
  }
  g#labels > g#meet-head {
    transform: scale(1.2) translate(-13%, -4%);
  }
  g#labels > g#outdoor-learning {
    transform: scale(1.2) translate(-41%, -41%);
  }
}

@media (max-width: 700px) {
  .map-container {
    overflow: scroll;
  }
}
@media (max-width: 700px) {
  .map-container__scroller {
    width: 200%;
    height: auto;
    position: relative;
  }
}
.map-container__info-sheet {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.map-container__info-sheet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #848484;
  z-index: 1;
  opacity: 0.5;
}
@media (max-width: 700px) {
  .map-container__info-sheet {
    display: block;
  }
}
.map-container__info-sheet .inner {
  z-index: 2;
  position: absolute;
  background-color: #002e60;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "museo-sans";
  font-weight: 600;
  font-size: 11px;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 38px 23px 30px;
}
.map-container__info-sheet .inner:after, .map-container__info-sheet .inner:before {
  content: "";
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  position: absolute;
  opacity: 1;
}
.map-container__info-sheet .inner:before {
  left: 12px;
}
.map-container__info-sheet .inner:after {
  transform: rotate(-45deg);
  right: 12px;
}
.map-container--ljs {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.map-container--ljs img {
  width: 100%;
}
.map-container--ljs .map-pin {
  display: block;
  position: absolute;
  display: block;
  position: absolute;
  background: white;
  padding: 5px 15px;
  border-radius: 17px;
  padding-left: 37px;
  font-family: "Palatino Linotype", "Palatino", serif;
  color: #002E60;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -15px;
  margin-left: -15px;
}
@media (max-width: 700px) {
  .map-container--ljs .map-pin {
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 17px;
    padding-left: 29px;
    margin-top: -12.5px;
    margin-left: -12.5px;
  }
}
.map-container--ljs .map-pin:before {
  width: 30px;
  height: 31px;
  background: #002E60;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
@media (max-width: 700px) {
  .map-container--ljs .map-pin:before {
    width: 25px;
    height: 25px;
  }
}
.map-container--ljs .map-pin:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid white;
  position: absolute;
  left: 12px;
  top: 10px;
}
@media (max-width: 700px) {
  .map-container--ljs .map-pin:after {
    left: 9px;
    top: 8px;
  }
}
.map-container__background {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.map-container__background:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56%;
}
.map-container__background > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-overlay--map .slider-videos {
  padding: 0 20px;
}
.modal-overlay--map .slider-videos .video-container {
  width: 100%;
  height: auto;
}
.modal-overlay--map .slider-videos .video-container iframe {
  width: 100%;
}
.modal-overlay--map .slick-prev, .modal-overlay--map .slick-next {
  display: block;
  background: #002E60;
  border-radius: 50%;
  padding: 16px;
}
.modal-overlay--map .slick-prev:before, .modal-overlay--map .slick-next:before {
  content: "";
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  position: absolute;
  top: 11px;
  left: 10px;
  opacity: 1;
}
.modal-overlay--map .slick-prev {
  left: -21px;
  top: calc(50% + 32px);
}
.modal-overlay--map .slick-next {
  right: -21px;
  top: calc(50% + 32px);
}
.modal-overlay--map .slick-next:before {
  transform: rotate(-45deg);
}

.timeline-wrapper {
  position: relative;
  margin: 35px auto 100px;
  max-width: 1200px;
}

.timeline {
  margin: 40px 0 100px 0;
}
.timeline--admissions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.timeline--admissions.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.timeline__header {
  margin-bottom: 40px;
}
.timeline__header p {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 17px;
  line-height: 30px;
  margin: 0;
}
.timeline__body {
  position: relative;
}
.timeline__step:nth-of-type(even) .timeline__content {
  padding: 60px 100px 60px 50px;
}
@media (max-width: 707px) {
  .timeline__step:nth-of-type(even) .timeline__content {
    padding: 40px;
  }
}
.timeline__year {
  display: flex;
  position: relative;
  top: 50%;
}
.timeline__year p {
  display: inline-block;
  width: 100%;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.1538461538; /* 15px */
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
  margin-left: -61px;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .timeline__year p {
    margin-left: -37px;
  }
}
.timeline__year__marker {
  display: inline-block;
  position: absolute;
  right: calc(50% - 8px);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #970830;
  border-radius: 50%;
}
.timeline__content {
  padding: 40px 100px 40px 50px;
}
@media (max-width: 707px) {
  .timeline__content {
    padding: 40px;
  }
}
.timeline__content h3 {
  text-transform: none;
  padding: 0;
  margin-bottom: 20px;
}
.timeline__content p {
  font-family: "Palatino Linotype", "Palatino", serif;
  margin: 0;
}
.timeline__content__bottom {
  display: flex;
}
@media (max-width: 707px) {
  .timeline__content__bottom {
    display: block;
  }
  .timeline__content__bottom div:first-of-type {
    padding: 0 0 20px 0;
    padding-right: 0px;
    flex: none;
  }
}
.timeline__content__bottom div:first-of-type {
  flex: 0 0 60%;
  padding-right: 110px;
}
.timeline__content__bottom div:first-of-type p {
  font-size: 19px;
  line-height: 30px;
}
@media (max-width: 1001px) {
  .timeline__content__bottom div:first-of-type {
    flex: 0 0 85%;
  }
}
@media (max-width: 707px) {
  .timeline__content__bottom div:first-of-type {
    padding-right: 0;
  }
}
.timeline__content__bottom div:last-of-type p {
  font-family: "calibri";
  font-size: 17px;
  line-height: 26px;
}
.timeline__content__bottom h4 {
  font-family: "calibri";
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 5px;
}
.timeline .row-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.timeline .row-layer .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-color: #B5BAC8;
  opacity: 0.5;
  width: 1px;
}
.timeline .hide-mobile {
  display: block;
}
@media (max-width: 400px) {
  .timeline .col-1 {
    display: none;
  }
  .timeline .col-10 {
    max-width: 100%;
    flex: none;
  }
}

.tabs--admissions {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EAECF3;
  margin: 0;
  margin-top: 60px;
  overflow: hidden;
}
.tabs--admissions > li {
  padding: 0;
  text-indent: 0;
}
.tabs--admissions li {
  position: relative;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 17px;
  line-height: 30px;
  padding: 0 50px;
  padding-bottom: 17px;
  cursor: pointer;
}
.tabs--admissions li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #970830;
  transition: transform 0.2s ease-in-out;
  transform: translateY(100%);
}
.tabs--admissions li.active {
  font-weight: 600;
}
.tabs--admissions li.active:after {
  transform: translateY(0%);
}
@media (max-width: 440px) {
  .tabs--admissions li {
    padding: 10px 15px;
    text-align: center;
  }
}

.page-template-tpl-social-media .banner--page::before,
.page-template-tpl-social-media .more-section {
  display: none;
}
.page-template-tpl-social-media .social-media-section h2 {
  font-size: 70px; /* 70px */
  font-size: 4.375rem; /* 70px */
  line-height: 0.9428571429; /* 66px */
  letter-spacing: 1px;
  opacity: 0.1;
  color: #002E60;
}
.page-template-tpl-social-media .instagram-feed__box {
  width: 100%;
  margin-bottom: 20px;
}
.page-template-tpl-social-media .instagram-feed__box::after {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/social/instagram_circle.svg);
  position: absolute;
  top: 16px;
  left: 16px;
  display: block !important;
}
.page-template-tpl-social-media .instagram-feed__box .username {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 15px 18px;
  font-family: "calibri", sans-serif;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #002E60;
}
.page-template-tpl-social-media .instagram-feed__box p {
  bottom: 50px;
}
.page-template-tpl-social-media .twitter-feed {
  position: relative;
  height: 300px;
  padding: 30px;
}
.page-template-tpl-social-media .twitter-feed a {
  color: white;
}
.page-template-tpl-social-media .twitter-feed p {
  padding: 0 23px;
}
.page-template-tpl-social-media .twitter-feed .twitter-handle,
.page-template-tpl-social-media .twitter-feed .twitter-date {
  font-family: "calibri", sans-serif;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-template-tpl-social-media .twitter-feed .twitter-handle img {
  width: 32px;
  margin-right: 8px;
}
.page-template-tpl-social-media .twitter-feed .twitter-date {
  position: absolute;
  top: 30px;
  right: 30px;
}
.page-template-tpl-social-media .js-dropdown {
  position: relative;
  width: 100%;
}
.page-template-tpl-social-media .js-dropdown__title {
  position: relative;
  display: block;
  width: 100%;
  padding: 35px 75px;
  background-color: white;
  font-family: "calibri", sans-serif;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #002E60;
  cursor: pointer;
  z-index: 2;
}
.page-template-tpl-social-media .js-dropdown__title::before, .page-template-tpl-social-media .js-dropdown__title::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-tpl-social-media .js-dropdown__title::before {
  top: 28px;
  left: 30px;
}
.page-template-tpl-social-media .js-dropdown__title::after {
  top: 37px;
  right: 30px;
  width: 18px;
  height: 11px;
  background-image: var(--wpr-bg-58d2eb65-6854-4f81-94b2-9e9904758f78);
  transition: all 0.3s ease-in-out;
}
.page-template-tpl-social-media .js-dropdown__content {
  position: absolute;
  top: 5px;
  width: 100%;
  background-color: white;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.44);
  padding: 80px 55px 40px 55px;
  list-style: none;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out; /* IE 9 */ /* Safari */
  transform: translateY(30px); /* Safari */
}
.page-template-tpl-social-media .js-dropdown__content li {
  font-family: "calibri", sans-serif;
  font-size: 18px; /* 18px */
  font-size: 1.125rem; /* 18px */
  line-height: 1.5; /* 27px */
  color: #363636;
  padding: 13px 0;
  border-bottom: 1px solid black;
}
.page-template-tpl-social-media .js-dropdown__content li:last-child {
  border-bottom: none;
}
.page-template-tpl-social-media .js-dropdown__content li a {
  float: right;
  margin-top: 6px;
  font-family: "calibri", sans-serif;
  font-size: 13px; /* 13px */
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2307692308; /* 16px */
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #970830;
}
.page-template-tpl-social-media .twitter-dropdown {
  margin-bottom: 20px;
}
.page-template-tpl-social-media .twitter-dropdown .js-dropdown__title::before {
  background-image: var(--wpr-bg-7ba00dca-59c2-416b-b8f7-0733515f8b2a);
}
.page-template-tpl-social-media .instagram-dropdown .js-dropdown__title {
  z-index: 4;
}
.page-template-tpl-social-media .instagram-dropdown .js-dropdown__content {
  z-index: 3;
}
.page-template-tpl-social-media .instagram-dropdown .js-dropdown__title::before {
  background-image: var(--wpr-bg-3488d3c5-484b-4ba9-9c29-6aee7007d9e5);
}
.page-template-tpl-social-media .js-dropdown.is-active .js-dropdown__title::after { /* IE 9 */ /* Safari */
  transform: rotate(180deg); /* Safari */
}
.page-template-tpl-social-media .js-dropdown.is-active .js-dropdown__content.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; /* IE 9 */ /* Safari */
  transform: translateY(0px); /* Safari */
}
.page-template-tpl-social-media .social-media-section--houses .white-background {
  padding: 30px 60px;
}
.page-template-tpl-social-media .social-media-section--houses .white-background p {
  margin-bottom: 0;
}

@media screen and (min-width: 1450px) {
  .page-template-tpl-social-media .social-media-section h2 {
    margin-left: -60px;
  }
}
@media screen and (min-width: 1065px) and (max-width: 1199px) {
  .page-template-tpl-social-media .social-media-section h2 {
    margin-left: -60px;
  }
}
@media screen and (min-width: 830px) and (max-width: 991px) {
  .page-template-tpl-social-media .social-media-section h2 {
    margin-left: -60px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-tpl-social-media .twitter-feed {
    height: 210px !important;
    padding: 27px 30px;
  }
  .page-template-tpl-social-media .twitter-feed p {
    padding: 0;
    margin-top: -12px;
    font-size: 16px; /* 16px */
    font-size: 1rem; /* 16px */
    line-height: 1.4; /* 22.4px */
  }
  .page-template-tpl-social-media .instagram-feed__box p {
    bottom: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-height: 19px; /* fallback */
    max-height: 95px; /* fallback */
  }
}
@media screen and (max-width: 991px) {
  .page-template-tpl-social-media .twitter-feed {
    height: auto !important;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .page-template-tpl-social-media .instagram-dropdown {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-tpl-social-media .pad-med-btm {
    padding-bottom: 0;
  }
  .page-template-tpl-social-media .social-media-section--houses.pad-med-btm {
    padding-bottom: 60px;
  }
  .page-template-tpl-social-media .social-media-section h2 {
    font-size: 50px; /* 50px */
    font-size: 3.125rem; /* 50px */
    line-height: 0.94; /* 47px */
    margin-left: -40px;
  }
}
@media screen and (max-width: 450px) {
  .page-template-tpl-social-media .social-media-section .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-tpl-social-media .social-media-section .col-12 .row .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-tpl-social-media .social-media-section h2 {
    margin-left: 0;
  }
  .page-template-tpl-social-media .twitter-feed {
    padding: 30px 25px;
  }
  .page-template-tpl-social-media .twitter-feed .twitter-handle img {
    margin-right: 3px;
  }
  .page-template-tpl-social-media .twitter-feed .twitter-date {
    top: 35px;
    right: 25px;
  }
  .page-template-tpl-social-media .twitter-feed p {
    padding: 0;
  }
  .page-template-tpl-social-media .js-dropdown__title {
    padding: 35px 60px;
  }
  .page-template-tpl-social-media .js-dropdown__title::before {
    left: 20px;
  }
  .page-template-tpl-social-media .js-dropdown__title::after {
    right: 20px;
  }
  .page-template-tpl-social-media .js-dropdown__content {
    padding: 70px 35px 30px 35px;
  }
  .page-template-tpl-social-media .js-dropdown__content li {
    font-size: 17px; /* 17px */
    font-size: 1.0625rem; /* 17px */
    line-height: 1.5; /* 25.5px */
  }
}
.whats-on-listing-item {
  margin-bottom: 50px;
}
.whats-on-listing-item__cat {
  background-color: #970830;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  color: white;
  padding: 10px;
  right: auto !important;
  bottom: auto !important;
  text-transform: uppercase;
}
.whats-on-listing-item .category, .whats-on-listing-item .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .whats-on-listing-item label {
  color: #002E60;
}
.whats-on-listing-item__img {
  position: relative;
  background-color: #002E60;
  background-position: center;
  background-size: cover;
}
.whats-on-listing-item__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61%;
}
.whats-on-listing-item__img > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.whats-on-listing-item__img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 0.86%, rgba(0, 0, 0, 0.05) 3.34%, rgba(0, 0, 0, 0.12) 7.26%, rgba(0, 0, 0, 0.2) 12.48%, rgba(0, 0, 0, 0.29) 18.82%, rgba(0, 0, 0, 0.39) 26.13%, rgba(0, 0, 0, 0.5) 34.25%, rgba(0, 0, 0, 0.61) 43.01%, rgba(0, 0, 0, 0.71) 52.25%, rgba(0, 0, 0, 0.8) 61.81%, rgba(0, 0, 0, 0.88) 71.52%, rgba(0, 0, 0, 0.95) 81.24%, rgba(0, 0, 0, 0.98) 90.78%, #000000 100%);
  opacity: 0.6;
}
.whats-on-listing-item__img .category, .whats-on-listing-item__img .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .whats-on-listing-item__img label {
  z-index: 2;
  top: auto !important;
  right: auto !important;
  position: absolute;
  bottom: 15px !important;
  left: 20px !important;
  color: #fff;
}
.whats-on-listing-item__img .category .pink-color, .whats-on-listing-item__img .news-feed .sf-field-category > ul li label .pink-color, .news-feed .sf-field-category > ul li .whats-on-listing-item__img label .pink-color {
  color: #970830 !important;
}
.whats-on-listing-item .button, .whats-on-listing-item .post-password-form input[type=submit], .post-password-form .whats-on-listing-item input[type=submit], .whats-on-listing-item .gform_wrapper .button, .gform_wrapper .whats-on-listing-item .button {
  padding: 15px 10px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
}
.whats-on-listing-item .button--outline, .whats-on-listing-item .full-width-text-strip .button, .full-width-text-strip .whats-on-listing-item .button, .whats-on-listing-item .image-with-text-box .button, .image-with-text-box .whats-on-listing-item .button, .whats-on-listing-item .full-width-text-strip .post-password-form input[type=submit], .full-width-text-strip .post-password-form .whats-on-listing-item input[type=submit], .whats-on-listing-item .post-password-form .full-width-text-strip input[type=submit], .post-password-form .full-width-text-strip .whats-on-listing-item input[type=submit], .whats-on-listing-item .image-with-text-box .post-password-form input[type=submit], .image-with-text-box .post-password-form .whats-on-listing-item input[type=submit], .whats-on-listing-item .post-password-form .image-with-text-box input[type=submit], .post-password-form .image-with-text-box .whats-on-listing-item input[type=submit] {
  padding: 14px 12px;
}
.whats-on-listing-item .title, .whats-on-listing-item h1, .whats-on-listing-item h2, .whats-on-listing-item h3, .whats-on-listing-item h4 {
  margin-top: 20px;
  padding-bottom: 0px;
  font-weight: 600 !important;
}

.banner--whats-on {
  background-color: #002E60;
  height: 100%;
  max-height: 700px;
}
.banner--whats-on .banner__text {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}
.banner--whats-on .banner__text .title, .banner--whats-on .banner__text h1, .banner--whats-on .banner__text h2, .banner--whats-on .banner__text h3, .banner--whats-on .banner__text h4 {
  padding: 0px;
  font-size: 80px;
}
.banner--whats-on img {
  width: 100%;
}
@media (max-width: 700px) {
  .banner--whats-on .title, .banner--whats-on h1, .banner--whats-on h2, .banner--whats-on h3, .banner--whats-on h4 {
    display: none;
  }
}
.banner__side-bg {
  position: absolute;
  top: 0;
  bottom: 10%;
  width: 40%;
  z-index: -1;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .banner__side-bg {
    top: 0;
    height: 452px;
    min-height: unset;
    bottom: auto;
    width: 100%;
  }
}
.banner--whats-on-listing {
  height: auto;
  min-height: 100vh;
  align-items: center;
}
.banner--whats-on-listing .container {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .banner--whats-on-listing {
    height: 100%;
    display: block;
  }
  .banner--whats-on-listing .container {
    padding-top: 50%;
  }
  .banner--whats-on-listing .col-lg-4 {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .banner--whats-on-listing .container {
    padding-top: 80%;
  }
}
@media (max-width: 480px) {
  .banner--whats-on-listing .container {
    padding-top: 100%;
  }
}
@media (max-width: 650px) {
  .banner--whats-on-listing .banner__mobile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 12%;
    width: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 9%, rgba(255, 255, 255, 0) 100%);
  }
}
.banner .js-admissions-popup-trigger {
  color: #970830;
}
.banner--overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 46, 96, 0.4);
}

@media (max-width: 700px) {
  .banner-title-mob {
    display: block !important;
    margin: 50px 30px;
    margin-bottom: -27px;
  }
}
.whats-on-sidebar {
  padding: 50px;
  background-color: #EAECF3;
}
@media (min-width: 700px) {
  .whats-on-sidebar {
    margin-left: -30px;
    margin-top: -40px;
  }
}
.whats-on-sidebar .category, .whats-on-sidebar .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .whats-on-sidebar label {
  color: #002E60;
}
@media (max-width: 700px) {
  .whats-on-sidebar {
    margin-bottom: 20px;
  }
}

.post-type-archive-whats-on-listing .title, .post-type-archive-whats-on-listing h1, .post-type-archive-whats-on-listing h2, .post-type-archive-whats-on-listing h3, .post-type-archive-whats-on-listing h4, .post-type-archive-whats-on-listing .button, .post-type-archive-whats-on-listing .post-password-form input[type=submit], .post-password-form .post-type-archive-whats-on-listing input[type=submit], .post-type-archive-whats-on-listing .gform_wrapper .button, .gform_wrapper .post-type-archive-whats-on-listing .button, .single-whats-on-listing .title, .single-whats-on-listing h1, .single-whats-on-listing h2, .single-whats-on-listing h3, .single-whats-on-listing h4, .single-whats-on-listing .button, .single-whats-on-listing .post-password-form input[type=submit], .post-password-form .single-whats-on-listing input[type=submit], .single-whats-on-listing .gform_wrapper .button, .gform_wrapper .single-whats-on-listing .button, .post-type-archive-past-event .title, .post-type-archive-past-event h1, .post-type-archive-past-event h2, .post-type-archive-past-event h3, .post-type-archive-past-event h4, .post-type-archive-past-event .button, .post-type-archive-past-event .post-password-form input[type=submit], .post-password-form .post-type-archive-past-event input[type=submit], .post-type-archive-past-event .gform_wrapper .button, .gform_wrapper .post-type-archive-past-event .button, .single-past-event .title, .single-past-event h1, .single-past-event h2, .single-past-event h3, .single-past-event h4, .single-past-event .button, .single-past-event .post-password-form input[type=submit], .post-password-form .single-past-event input[type=submit], .single-past-event .gform_wrapper .button, .gform_wrapper .single-past-event .button {
  font-family: "KIONA" !important;
  font-weight: bold;
}
.post-type-archive-whats-on-listing .intro, .single-whats-on-listing .intro, .post-type-archive-past-event .intro, .single-past-event .intro {
  font-family: calibri, sans-serif !important;
}
.post-type-archive-whats-on-listing .slides, .single-whats-on-listing .slides, .post-type-archive-past-event .slides, .single-past-event .slides {
  margin-top: 20px;
}
.post-type-archive-whats-on-listing .slides__inner, .single-whats-on-listing .slides__inner, .post-type-archive-past-event .slides__inner, .single-past-event .slides__inner {
  display: none;
}
.post-type-archive-whats-on-listing .slides__inner:first-of-type, .single-whats-on-listing .slides__inner:first-of-type, .post-type-archive-past-event .slides__inner:first-of-type, .single-past-event .slides__inner:first-of-type {
  display: block;
}
.post-type-archive-whats-on-listing .slides iframe, .single-whats-on-listing .slides iframe, .post-type-archive-past-event .slides iframe, .single-past-event .slides iframe {
  width: 100%;
  min-height: 450px;
}
@media (max-width: 768px) {
  .post-type-archive-whats-on-listing .pad-med-top, .post-type-archive-whats-on-listing .pad-med-btm, .single-whats-on-listing .pad-med-top, .single-whats-on-listing .pad-med-btm, .post-type-archive-past-event .pad-med-top, .post-type-archive-past-event .pad-med-btm, .single-past-event .pad-med-top, .single-past-event .pad-med-btm {
    padding-bottom: 0px;
    padding-top: 10px;
  }
}
.post-type-archive-whats-on-listing .pad-med-top .whats-on-listing-item, .post-type-archive-whats-on-listing .pad-med-btm .whats-on-listing-item, .single-whats-on-listing .pad-med-top .whats-on-listing-item, .single-whats-on-listing .pad-med-btm .whats-on-listing-item, .post-type-archive-past-event .pad-med-top .whats-on-listing-item, .post-type-archive-past-event .pad-med-btm .whats-on-listing-item, .single-past-event .pad-med-top .whats-on-listing-item, .single-past-event .pad-med-btm .whats-on-listing-item {
  margin-bottom: 0;
}

.searchandfilter ul {
  padding-left: 0px;
}
.searchandfilter ul select {
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  color: #002E60;
  min-width: 200px !important;
}
.searchandfilter ul label {
  width: 100%;
}
.searchandfilter ul .sf-field-taxonomy-whats-on-category, .searchandfilter ul .sf-field-taxonomy-whats-on-month {
  position: relative;
  font-family: "KIONA" !important;
  font-weight: 600;
}
.searchandfilter ul .sf-field-taxonomy-whats-on-category:before, .searchandfilter ul .sf-field-taxonomy-whats-on-month:before {
  content: "";
  position: absolute;
  top: 55%;
  right: 20px;
  border: solid #002E60;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  z-index: 1;
}

.tabs {
  text-align: center;
  display: flex;
  justify-content: space-around;
  z-index: 2;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.23077;
  font-weight: bold;
  letter-spacing: 1.08px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
}
.tabs__inner {
  padding: 24px;
  cursor: pointer;
  border-bottom: 2px solid white;
  transition: 0.5s;
}
@media (min-width: 700px) {
  .tabs__inner {
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media (max-width: 700px) {
  .tabs__inner {
    width: 50%;
  }
}
.tabs__inner.active {
  border-bottom: 2px solid #970830;
  transition: 0.5s;
}
@media (max-width: 700px) {
  .tabs {
    flex-wrap: wrap;
  }
}

.testimonials-slider blockquote {
  font-family: Kiona, sans-serif;
  max-width: 600px;
  margin: auto;
  font-weight: bold;
  font-size: 32px;
}
.testimonials-slider .slick-dots li button:before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #970830;
  opacity: 1;
}
.testimonials-slider .slick-dots {
  text-align: center;
  padding-bottom: 8px;
  position: relative;
  bottom: -25px;
}
.testimonials-slider .slick-dots li, .testimonials-slider .slick-dots button {
  width: 10px;
}
.testimonials-slider .slick-dots .slick-active button:before {
  background-color: #002E60;
}
@media (max-width: 700px) {
  .testimonials-slider {
    text-align: center;
    padding: 30px !important;
  }
  .testimonials-slider .title--large2 {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .testimonials-slider .slick-dots {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
  }
}

.image-gallery {
  margin-left: -10px;
  margin-right: -10px;
}
.image-gallery a {
  display: inline-block;
  width: 32.6666666667%;
  padding: 10px;
  cursor: zoom-in;
}
@media (max-width: 768px) {
  .image-gallery a {
    width: 48%;
  }
}
@media (max-width: 700px) {
  .image-gallery a {
    width: 100%;
  }
}
.image-gallery div {
  background-size: cover;
  background-position: center;
  position: relative;
}
.image-gallery div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.2857142857%;
}
.image-gallery div > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-items {
  margin-left: -10px;
  margin-right: -10px;
}
.news-items > a {
  display: inline-block;
  width: 49.5%;
  padding: 10px;
}
.news-items > a div > div:first-child {
  left: 35px;
  right: 35px;
  bottom: 35px;
}
.news-items > a div > div:first-child .title, .news-items > a div > div:first-child h1, .news-items > a div > div:first-child h2, .news-items > a div > div:first-child h3, .news-items > a div > div:first-child h4 {
  max-width: unset;
}
@media (max-width: 780px) {
  .news-items > a {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}

.venue-content > div {
  display: inline-block;
  width: 49.5%;
  padding: 10px;
  vertical-align: top;
}
.venue-content > div img {
  width: 80%;
  float: right;
  margin-right: 10%;
  margin-top: 0;
}
.venue-content > div h3 {
  margin-bottom: 0px;
}
@media (max-width: 700px) {
  .venue-content > div {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.whats-on__venue {
  max-width: 100%;
  margin: 0 auto;
}

.whats-on-fixed-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #EAECF4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}
.whats-on-fixed-menu__icons {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #000;
  width: 50%;
}
.whats-on-fixed-menu__icons .category, .whats-on-fixed-menu__icons .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .whats-on-fixed-menu__icons label {
  color: #000;
  max-width: 25%;
}
.whats-on-fixed-menu__icons img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
@media (max-width: 650px) {
  .whats-on-fixed-menu__icons .category-left {
    padding-left: 20px;
  }
}
@media (max-width: 650px) {
  .whats-on-fixed-menu__icons .category-right {
    padding-right: 20px;
  }
}
.whats-on-fixed-menu__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  color: #002E60;
  z-index: 99999;
  font-family: kiona;
}
.whats-on-fixed-menu .button, .whats-on-fixed-menu .post-password-form input[type=submit], .post-password-form .whats-on-fixed-menu input[type=submit], .whats-on-fixed-menu .gform_wrapper .button, .gform_wrapper .whats-on-fixed-menu .button {
  margin-top: 0px;
  border: 0px;
  padding: 15px 17px;
}
@media (max-width: 768px) {
  .whats-on-fixed-menu {
    padding: 40px 60px;
    margin: 50px 0;
    text-align: center;
    position: relative;
    display: block;
    z-index: 1;
  }
  .whats-on-fixed-menu__icons {
    width: 100%;
    margin: 30px 0;
  }
}
@media (max-width: 650px) {
  .whats-on-fixed-menu {
    padding: 40px 30px;
  }
  .whats-on-fixed-menu__icons {
    flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .whats-on-fixed-menu .category, .whats-on-fixed-menu .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .whats-on-fixed-menu label {
    width: 50%;
    margin-bottom: 31px;
  }
}

.more-events {
  position: relative;
}
@media (max-width: 991px) {
  .more-events .whats-on-listing-item {
    margin-bottom: 50px;
  }
}
.more-events .title.title--large, .more-events h1.title--large, .more-events h2.title--large, .more-events h3.title--large, .more-events h4.title--large {
  font-size: 48px;
}

.whats-on__logo--white {
  display: none;
}
@media (max-width: 650px) {
  .whats-on__logo--white {
    display: block;
  }
}
@media (max-width: 650px) {
  .whats-on__logo--blue {
    display: none;
  }
}

.buttons--bottom {
  bottom: 20px;
}
@media (max-width: 991px) {
  .buttons--bottom {
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
  }
}

.image-gallery-slide .slick-next, .image-gallery-slide .slick-prev {
  display: block;
  z-index: 9;
  opacity: 1;
  height: auto;
  width: auto;
}
.image-gallery-slide .slick-next {
  right: 1%;
}
.image-gallery-slide .slick-next:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/carousel-arrow-right.svg);
}
.image-gallery-slide .slick-prev {
  left: 1%;
}
.image-gallery-slide .slick-prev:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/carousel-arrow-left.svg);
}
.image-gallery-slide .gallery-strip__gallery__item {
  cursor: pointer;
}

@media (max-width: 991px) {
  .tabs__mobile--pad-btm {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .tabs__mobile--none {
    display: none;
  }
}

.category-links {
  padding: 0;
}
.category-links a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.23077;
  font-weight: bold;
  letter-spacing: 1.08px;
  color: #002E60;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 25px;
  padding: 5px 10px;
}
.category-links a.active {
  border-bottom: 2px solid #002E60;
}
@media (max-width: 450px) {
  .category-links a {
    margin: 15px 0;
  }
}

.tax-customposttype .banner {
  height: auto;
  margin: 225px 0 50px;
}
.tax-customposttype .banner__inner {
  position: relative;
  transform: none;
}
@media (min-width: 768px) {
  .tax-customposttype .post-wrapper > div:nth-of-type(4) {
    margin-top: -8%;
  }
  .tax-customposttype .post-wrapper > div:nth-of-type(6) {
    margin-top: -16%;
  }
  .tax-customposttype .post-wrapper > div:nth-of-type(8) {
    margin-top: -24%;
  }
}
@media (max-width: 768px) {
  .tax-customposttype .post-wrapper > div {
    margin-bottom: 50px;
  }
}
.tax-customposttype .post-error {
  margin-bottom: 20px;
  background: #EAECF3;
  padding: 30px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .tax-customposttype .container {
    max-width: 820px;
  }
}
@media screen and (min-width: 1200px) {
  .tax-customposttype .container {
    max-width: 1320px;
    width: 100%;
  }
}

.single-building {
  /* .school-switch, */
  /* Blocks order */
}
.single-building .logo {
  visibility: hidden;
}
.single-building #content-wrap {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-building .building-modal {
  background-color: rgba(234, 236, 243, 0.9);
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 80px;
}
.single-building .building-modal .off-screen--fade.off-screen--hide {
  opacity: 1;
}
.single-building .building-modal .full-width-text-strip {
  max-width: 700px;
  margin: auto;
  margin-top: 100px;
}
.single-building .building-modal .gallery-strip__gallery .slick-slide > div {
  padding: 0 8px 30px 8px;
}
.single-building .building-modal .gallery-strip {
  margin: 0 60px;
  padding-bottom: 0;
  margin-top: 100px;
}
.single-building .building-modal .gallery-strip .slick-next,
.single-building .building-modal .gallery-strip .slick-prev {
  width: 50px;
  height: 50px;
}
.single-building .building-modal .gallery-strip .slick-next {
  right: -20px;
}
.single-building .building-modal .gallery-strip .slick-prev {
  left: -20px;
}
.single-building .building-modal .gallery-strip .video-item svg {
  height: 57.68px;
  width: 58.41px;
}
.single-building .building-modal blockquote {
  margin-top: 0;
}
.single-building .building-modal .gallery-strip .slick-next:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: var(--wpr-bg-abd15709-ebaf-4cd4-93ff-066972faf86b);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.single-building .building-modal .gallery-strip .slick-prev:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: var(--wpr-bg-6515f292-c5ca-4607-9fb0-5a79a06a2afa);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.single-building .video-slider {
  width: 818px;
  margin: auto;
}
.single-building .video-slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-building .video-slider:before {
  padding-top: 70%;
}
.single-building .video-slider__content {
  max-width: 39%;
}
@media (max-width: 991px) {
  .single-building .video-slider__content {
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .single-building .video-slider__content {
    max-width: 100%;
  }
}
.single-building .houses-wrap__keywords {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-building .small-caps {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0.5;
  color: #002E60;
  margin-top: 50px;
}
.single-building .testimonial:not(.testimonial--longer) {
  width: 648px;
  margin: auto;
}
.single-building .testimonial:not(.testimonial--longer) img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 34px;
}
.single-building .testimonial--longer {
  padding-top: 100px;
}
.single-building .testimonial--longer audio {
  width: 100%;
  margin-bottom: 50px;
}
.single-building .testimonial--longer audio::-webkit-media-controls-play-button,
.single-building .testimonial--longer audio::-webkit-media-controls-panel {
  background-color: #EAECF3;
  color: #9F1532;
}
.single-building .testimonial--longer > div {
  position: relative;
  text-align: left !important;
  background: #fff;
  width: 719px;
  margin: auto;
  padding: 50px 60px;
}
.single-building .testimonial--longer > div .title, .single-building .testimonial--longer > div h1, .single-building .testimonial--longer > div h2, .single-building .testimonial--longer > div h3, .single-building .testimonial--longer > div h4 {
  margin-top: -73px;
}
.single-building .testimonial--longer img {
  position: absolute;
  right: -90px;
  bottom: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 148px;
  width: 148px;
}
.single-building .testimonial--longer cite:before, .single-building .testimonial--longer cite:after {
  left: 0;
  transform: none;
}
.single-building .testimonial--longer cite:before {
  top: -12px;
}
.single-building .banner--building {
  height: unset;
  margin-bottom: 100px;
}
.single-building .banner--building .title, .single-building .banner--building h1, .single-building .banner--building h2, .single-building .banner--building h3, .single-building .banner--building h4 {
  font-size: 64px;
  letter-spacing: 1.75px;
  line-height: 70px;
}
.single-building .banner--building .slick-dots li button:before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.6;
}
.single-building .banner--building .slick-dots {
  text-align: left;
  padding-bottom: 8px;
  position: absolute;
  bottom: 30px;
  left: 60px;
  z-index: 8;
}
.single-building .banner--building .slick-dots li,
.single-building .banner--building .slick-dots button {
  width: 10px;
}
.single-building .banner--building .slick-dots .slick-active button:before {
  background-color: #fff;
  opacity: 1;
}
.single-building .building-banner-slider {
  width: 80%;
  margin-bottom: 0 !important;
}
.single-building .building-banner-slider__image {
  padding-top: 62%;
  position: relative;
}
.single-building .building-banner-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-building .building-banner-content {
  position: relative;
  background: white;
  padding: 35px 65px 35px;
  width: 88%;
  margin-left: 12%;
  margin-top: calc(-8% + 35px);
  z-index: 2;
}
.single-building .building-banner-content .intro p {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 34px;
  font-family: "Palatino Linotype", "Palatino", serif;
}
.single-building .building-banner-content.subject-bar {
  padding: 35px 65px 70px;
}
.single-building .building-banner__subtitle {
  font-size: 30px !important;
  line-height: 36px !important;
  letter-spacing: 0.38px !important;
}
.single-building .news-grid--building {
  max-width: 818px;
  padding-top: 40px;
  margin: auto;
}
.single-building .tick-list {
  max-width: 900px;
  margin: 60px auto;
  padding: 55px;
  background: #002E60;
  text-align: center;
}
.single-building .tick-list .title, .single-building .tick-list h1, .single-building .tick-list h2, .single-building .tick-list h3, .single-building .tick-list h4,
.single-building .tick-list p {
  color: #fff;
}
.single-building .tick-list img {
  width: 33.5px;
  margin-bottom: 15px;
}
.single-building .tick-list__list {
  display: flex;
  flex-wrap: wrap;
}
.single-building .tick-list__list > div {
  padding: 20px 20px;
  width: 33.3333333333%;
}
.single-building .tick-list__list > div p {
  margin: 0;
  max-width: 211px;
  margin: auto;
}
.single-building .tick-list .columns--2 > div {
  width: 50%;
}
.single-building .tick-list .columns--3 > div {
  width: 33.3333333333%;
}
.single-building .tick-list .columns--4 > div {
  width: 25%;
}
.single-building cite {
  z-index: 1;
}
.single-building cite:before {
  content: url(../../../../../../../../../themes/oundle-school/assets/img/icons/quotemark-grey.svg);
  z-index: 0;
  opacity: 0.4;
}
.single-building cite:after {
  background-color: #BFBFBF;
  height: 1px;
}
.single-building .full-width-text-strip {
  padding-top: 0;
  margin-top: 100px;
  text-align: left;
}
.single-building .full-width-text-strip cite:before, .single-building .full-width-text-strip cite:after {
  left: 0;
  transform: none;
}
.single-building .full-width-text-strip cite:before {
  top: -12px;
}
.single-building .news-grid__twitter {
  width: 610px;
  margin: auto;
  margin-bottom: 60px;
}
.single-building .pad-lg-top, .single-building .icon-strip.none-background, .single-building .icon-strip.grey-background, .single-building .map-with-statistics__content, .single-building .home .laxton-school .image-text-columns:first-of-type, .home .laxton-school .single-building .image-text-columns:first-of-type, .single-building .page-id-14505 .oundle-main .two-column-text-block .container .col-md-6:last-of-type, .page-id-14505 .oundle-main .two-column-text-block .container .single-building .col-md-6:last-of-type {
  padding-top: 0px;
}
.single-building .video-slider {
  margin-bottom: 100px;
}
.single-building .instagram-feed {
  justify-content: center;
}
.single-building .instagram-feed__box {
  margin: 0 20px;
}
@media (max-width: 1100px) {
  .single-building .instagram-feed__box {
    max-width: calc(33.3333% - 8px);
    width: calc(25% - 6px);
  }
}
.single-building .image-with-text {
  max-width: 700px;
  margin: 80px auto 80px;
}
.single-building .image-with-text__img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 12/8;
}
.single-building .image-with-text__img h2 {
  z-index: 15;
}
.single-building .image-with-text__img picture, .single-building .image-with-text__img source, .single-building .image-with-text__img img {
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-building .image-with-text__img.image-shadow:before {
  z-index: 12;
  opacity: 0.4;
}
.single-building .image-with-text__col-2 {
  margin-top: -50px;
}
.single-building .image-with-text__card {
  z-index: 20;
}
.single-building section.full-width-text-strip + section.full-width-text-strip {
  margin-top: 0 !important;
}

.postid-124384 .testimonial--simple {
  margin-top: 50px !important;
}

.postid-90305 .testimonial__inner {
  margin-top: 100px;
}

.postid-124439 .testimonial--longer {
  margin-top: 50px;
}

.postid-377613 .building-modal .gallery-strip {
  margin-top: 50px;
}

.postid-124416 .image-with-text__col-2 {
  margin-bottom: 190px;
}

.image-with-text {
  margin: 50px;
}
.image-with-text__col-1 {
  width: 80%;
}
.image-with-text__col-2 {
  display: flex;
  margin-top: -17%;
  justify-content: flex-end;
}
.image-with-text__card {
  background: #fff;
  max-width: 400px;
  position: relative;
  padding: 45px 60px 30px 60px;
}
.image-with-text__card .single-dot-slider.slick-dotted.slick-slider .slick-dots {
  position: relative;
  bottom: unset;
  right: unset;
  text-align: center;
  transform: none;
  right: auto;
}
.image-with-text__card .slick-slide {
  text-align: center;
}
.image-with-text__card .slick-slide .title, .image-with-text__card .slick-slide h1, .image-with-text__card .slick-slide h2, .image-with-text__card .slick-slide h3, .image-with-text__card .slick-slide h4 {
  margin-bottom: 20px;
}
.image-with-text__img {
  position: relative;
}
.image-with-text__img.image-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.image-with-text__img h2 {
  position: absolute;
  bottom: 30px;
  left: 60px;
  right: 60px;
}
.image-with-text .video-item {
  position: relative;
}
.image-with-text .video-item:after {
  content: "";
  background-color: rgba(0, 46, 96, 0.8);
  position: absolute;
  inset: 0;
}
.image-with-text .video-item .play-button {
  z-index: 2;
}
.image-with-text .video-item .title, .image-with-text .video-item h1, .image-with-text .video-item h2, .image-with-text .video-item h3, .image-with-text .video-item h4 {
  max-width: 60%;
  position: absolute;
  bottom: 45px;
  left: 45px;
  color: #fff;
  z-index: 2;
}
.image-with-text .video-item svg path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1px;
}
.image-with-text .video-item svg polygon {
  fill: #fff;
}
.image-with-text.orientation--right {
  position: relative;
}
.image-with-text.orientation--right .image-with-text__col-1 {
  margin-left: 20%;
  padding-top: 17%;
}
.image-with-text.orientation--right .image-with-text__col-2 {
  justify-content: flex-start;
  position: absolute;
  top: 0;
  margin-top: 0;
}

.building-template-default .site-header,
.building-template-default .footer {
  display: none;
}

.building-buttons .button, .building-buttons .post-password-form input[type=submit], .post-password-form .building-buttons input[type=submit], .building-buttons .gform_wrapper .button, .gform_wrapper .building-buttons .button {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
}

.tour-navigation-panel {
  position: fixed;
  z-index: 90;
  bottom: 0;
  width: 100%;
  background: #002E60;
  color: white;
  padding: 25px 30px;
}

.tour-navigation-panel .count {
  font-family: "calibri";
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tour-navigation-panel .close img {
  width: 14px;
  height: auto;
}

.tour-navigation-panel .page-title {
  font-family: "Palatino";
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: white;
  margin-top: 25px;
  max-width: 180px;
}

.tour-navigation-panel .button, .tour-navigation-panel .post-password-form input[type=submit], .post-password-form .tour-navigation-panel input[type=submit], .tour-navigation-panel .gform_wrapper .button, .gform_wrapper .tour-navigation-panel .button {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  padding: 15px 15px;
}

.tour-navigation-panel .button img, .tour-navigation-panel .post-password-form input[type=submit] img, .post-password-form .tour-navigation-panel input[type=submit] img, .tour-navigation-panel .gform_wrapper .button img, .gform_wrapper .tour-navigation-panel .button img {
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .single-building .building-banner-slider {
    width: 100%;
  }
  .single-building .building-banner-slider__image {
    padding-top: 72%;
  }
  .single-building .building-banner-content {
    padding: 40px 30px !important;
    width: 90%;
    margin-left: 5%;
    margin-top: -24%;
  }
  .single-building .building-banner-content .intro p {
    font-size: 20px;
    line-height: 28px;
  }
  .single-building .banner--building {
    margin-bottom: 30px;
  }
  .single-building .banner--building .title, .single-building .banner--building h1, .single-building .banner--building h2, .single-building .banner--building h3, .single-building .banner--building h4 {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 1.15px;
    padding-bottom: 0;
  }
  .houses-wrap__keywords {
    margin-left: 0;
    padding: 15px 10px;
  }
  .marquee > div {
    animation: marquee 15s linear infinite !important;
  }
  .single-building .building-modal .full-width-text-strip {
    max-width: 100%;
    margin: 30px 0;
  }
  .single-building .tick-list {
    padding: 45px 15px;
  }
  .single-building .image-with-text {
    margin: 50px 15px;
  }
  .single-building .image-with-text__col-1 {
    width: 100%;
  }
  .single-building .video-item .gallery-strip__gallery__item:before {
    padding-top: 80%;
  }
  .single-building .image-with-text .video-item .title, .single-building .image-with-text .video-item h1, .single-building .image-with-text .video-item h2, .single-building .image-with-text .video-item h3, .single-building .image-with-text .video-item h4 {
    max-width: 90%;
    position: absolute;
    bottom: 10px;
    left: 15px;
  }
  .single-building .image-with-text__col-2 {
    margin-top: 0;
  }
  .single-building .image-with-text__card {
    width: 100%;
    max-width: none;
    padding: 30px 30px 30px 30px;
  }
  .single-building .image-with-text__card .slick-track {
    width: 100%;
  }
  .single-building .testimonial:not(.testimonial--longer) {
    width: 100%;
  }
  .single-building .testimonial:not(.testimonial--longer) blockquote p {
    font-size: 21px;
  }
  .single-building .testimonial--longer > div {
    width: 90%;
    padding: 50px 40px;
  }
  .single-building .building-modal .gallery-strip {
    margin: 0 15px 50px;
    margin-top: 50px;
  }
  .single-building .gallery-strip__gallery__item:before {
    padding-top: 100%;
  }
  .single-building .gallery-strip__gallery p {
    line-height: 1;
    padding: 10px 10px;
  }
  .single-building .news-grid__twitter {
    width: 100%;
  }
  .single-building .video-slider {
    width: 100%;
    margin-bottom: 50px;
  }
  .single-building a.button, .single-building .gform_wrapper a.button, .gform_wrapper .single-building a.button {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .tour-navigation-panel .page-title {
    font-size: 15px;
    line-height: 22px;
    max-width: 50%;
  }
  .single-building .tick-list .columns--3 > div,
  .single-building .tick-list .columns--4 > div {
    width: 50%;
  }
  .single-building .image-with-text.orientation--right .image-with-text__col-1 {
    margin-left: 0;
    padding-top: 0;
  }
  .single-building .image-with-text.orientation--right .image-with-text__col-2 {
    position: static;
  }
}
@media (max-width: 500px) {
  .single-building .news-grid__slider__slide > div:first-child {
    left: 25px !important;
    right: 0;
    bottom: 25px !important;
  }
  .single-building .news-grid__slider__slide:after {
    height: 100%;
  }
  .single-building .banner--building .slick-dots {
    display: none !important;
  }
}
.background-teaser.d-flex, .background-teaser.d-block {
  display: flex;
  background-color: #EAECF3;
  padding: 40px 40px;
}
.background-teaser.d-flex .title:not(.category), .background-teaser.d-flex h1:not(.category), .background-teaser.d-flex h2:not(.category), .background-teaser.d-flex h3:not(.category), .background-teaser.d-flex h4:not(.category), .background-teaser.d-block .title:not(.category), .background-teaser.d-block h1:not(.category), .background-teaser.d-block h2:not(.category), .background-teaser.d-block h3:not(.category), .background-teaser.d-block h4:not(.category) {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: none;
}
@media (min-width: 1680px) {
  .background-teaser.d-flex, .background-teaser.d-block {
    padding: 60px 50px;
  }
  .background-teaser.d-flex .title:not(.category), .background-teaser.d-flex h1:not(.category), .background-teaser.d-flex h2:not(.category), .background-teaser.d-flex h3:not(.category), .background-teaser.d-flex h4:not(.category), .background-teaser.d-block .title:not(.category), .background-teaser.d-block h1:not(.category), .background-teaser.d-block h2:not(.category), .background-teaser.d-block h3:not(.category), .background-teaser.d-block h4:not(.category) {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .background-teaser.d-flex, .background-teaser.d-block {
    display: block !important;
  }
}
.background-teaser.d-flex {
  justify-content: space-between;
  align-items: center;
}
.background-teaser.d-flex .title, .background-teaser.d-flex h1, .background-teaser.d-flex h2, .background-teaser.d-flex h3, .background-teaser.d-flex h4 {
  text-transform: none;
  margin: 0;
}
@media (min-width: 991px) {
  .background-teaser.d-flex .button, .background-teaser.d-flex .post-password-form input[type=submit], .post-password-form .background-teaser.d-flex input[type=submit] {
    margin-left: 30px;
  }
  .background-teaser.d-flex .background-teaser__text {
    width: 61%;
  }
}
@media (min-width: 1680px) {
  .background-teaser.d-flex .background-teaser__text {
    width: 70%;
  }
}
.background-teaser h3.category {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.08px;
  line-height: 16px;
  padding: 0;
  font-family: "calibri", sans-serif;
  text-transform: uppercase !important;
  margin-bottom: 10px;
}
@media (min-width: 1680px) {
  .background-teaser h3.category {
    font-size: 16px;
  }
}
.background-teaser--image {
  position: relative;
  padding-top: 68%;
}
.background-teaser--image img.background, .background-teaser--image .background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background-teaser--image > a.d-block {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  justify-content: center;
  display: flex !important;
  align-items: center;
}
.background-teaser--image .background-teaser__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  padding: 0 30px 20px;
}
.background-teaser--image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.background-teaser--image p.category {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.08px;
  line-height: 16px;
  color: #fff;
}
.background-teaser--instagram {
  padding-top: calc(65% - 40px);
  margin-right: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .background-teaser--instagram {
    margin-right: 0;
    min-height: 450px;
  }
  .background-teaser--instagram .slick-dots {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}
.background-teaser--instagram:after {
  content: "OUR LATEST CONTENT";
  color: #919191;
  opacity: 0.75;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 29px;
  letter-spacing: 0.36px;
  line-height: 34px;
  position: absolute;
  right: -40px;
  text-transform: uppercase;
  top: 0;
  text-orientation: sideways;
  /* transform-origin: center; */
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .background-teaser--instagram:after {
    display: none;
  }
}
.background-teaser--instagram:before {
  display: none;
}
.background-teaser--instagram .slide__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 100px 50px 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  color: white;
}
.background-teaser--instagram .slide__content .small-play-button {
  width: 60px;
  height: 60px;
}
.background-teaser--instagram .slide__content .small-play-button img {
  width: 60px;
  height: 60px;
}
.background-teaser--instagram .slick-dots {
  bottom: auto !important;
  left: auto;
  width: auto;
}
.background-teaser--instagram .slick-dots li.slick-active button:before {
  background-color: #970830 !important;
}
.background-teaser--instagram .slick-dots li button:before {
  opacity: 1 !important;
}
.background-teaser--instagram .video-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.background-teaser--instagram .video-wrapper video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background-teaser--square {
  padding-top: 100%;
  width: 100%;
}
.background-teaser.background-blue {
  background-color: #002E60;
}
.background-teaser.background-blue .title, .background-teaser.background-blue h1, .background-teaser.background-blue h2, .background-teaser.background-blue h3, .background-teaser.background-blue h4,
.background-teaser.background-blue .category,
.background-teaser.background-blue .news-feed .sf-field-category > ul li label,
.news-feed .sf-field-category > ul li .background-teaser.background-blue label {
  color: #fff;
}
.background-teaser.background-white {
  background-color: #fff;
}
.background-teaser.background-white .category, .background-teaser.background-white .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .background-teaser.background-white label {
  color: #970830;
}

.quote-teaser {
  position: relative;
  margin-right: 8%;
}
.quote-teaser blockquote {
  margin: 0;
}
@media (min-width: 1680px) {
  .quote-teaser blockquote {
    font-size: 28px;
  }
}
.quote-teaser__image {
  height: 148px;
  width: 148px;
  position: absolute;
  bottom: 0;
  right: -8%;
  bottom: -20px;
}
.quote-teaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .quote-teaser__image {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 991px) {
  .quote-teaser__bottom {
    display: block !important;
  }
  .quote-teaser__bottom cite {
    margin-bottom: 30px;
  }
}
@media (min-width: 1680px) {
  .quote-teaser .button, .quote-teaser .post-password-form input[type=submit], .post-password-form .quote-teaser input[type=submit], .quote-teaser .gform_wrapper .button, .gform_wrapper .quote-teaser .button {
    margin-top: 35px;
  }
}
@media (min-width: 1680px) {
  .quote-teaser {
    height: 100%;
    padding: 100px !important;
  }
}
@media (max-width: 991px) {
  .quote-teaser {
    padding: 30px !important;
  }
}

.home-strip {
  margin: 100px 0;
}
.home-strip .title--large {
  font-size: 48px; /* 48px */
  font-size: 3rem; /* 48px */
  line-height: 1.125; /* 54px */
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .home-strip .title--large {
    font-size: 40px;
  }
}
@media (min-width: 1680px) and (max-width: 1780px) {
  .home-strip .title--large {
    font-size: 48px; /* 48px */
    font-size: 3rem; /* 48px */
    line-height: 1.125; /* 54px */
  }
}
@media (min-width: 1781px) {
  .home-strip .title--large {
    font-size: 58px;
  }
}
@media (max-width: 600px) {
  .home-strip .title--large {
    font-size: 30px; /* 30px */
    font-size: 1.875rem; /* 30px */
    line-height: 1.2; /* 36px */
    letter-spacing: 0.38px;
  }
}
.home-strip .video-item {
  max-width: 622px;
}
.home-strip .video-item__bottom {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
@media (max-width: 767px) {
  .home-strip .video-item__bottom {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
}
.home-strip .video-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.home-strip .video-item svg {
  width: 73px;
  height: 73px;
}
.home-strip .video-item .title, .home-strip .video-item h1, .home-strip .video-item h2, .home-strip .video-item h3, .home-strip .video-item h4 {
  color: #fff;
  padding: 0;
  margin: 0;
}
.home-strip .video-item .gallery-strip__gallery__item:before {
  padding-top: 72.829582%;
}
@media (min-width: 1679px) {
  .home-strip .video-item {
    max-width: 658px;
  }
}
@media (min-width: 1780px) {
  .home-strip .video-item {
    max-width: 800px;
  }
}
.home-strip .order-2 {
  order: 2;
}
.home-strip--2 .video-item, .home-strip--3 .video-item {
  margin-left: 12%;
}
@media (min-width: 1680px) {
  .home-strip--2 .video-item, .home-strip--3 .video-item {
    margin-left: 8%;
  }
}
@media (min-width: 1680px) {
  .home-strip--2 .order-2 .video-item, .home-strip--3 .order-2 .video-item {
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .home-strip .pr-80 {
    padding-right: 80px;
  }
}
@media (min-width: 1680px) {
  .home-strip .pr-xl-80 {
    padding-right: 80px;
  }
}
@media (min-width: 1440px) and (max-width: 1680px) {
  .home-strip .pl-80 {
    padding-left: 120px;
  }
}
@media (min-width: 1680px) {
  .home-strip .pl-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1680px) {
  .home-strip .pl-160 {
    padding-left: 120px;
  }
}
@media (min-width: 1680px) {
  .home-strip .pl-160 {
    padding-left: 160px;
  }
}
@media (min-width: 1680px) {
  .home-strip .pr-160 {
    padding-right: 160px;
  }
}
@media (min-width: 1440px) and (max-width: 1680px) {
  .home-strip .pr-160 {
    padding-right: 80px;
  }
}
.home-strip--2 .row:nth-of-type(2), .home-strip--3 .row:nth-of-type(2) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-strip--2 .row:nth-of-type(2), .home-strip--3 .row:nth-of-type(2) {
    margin-top: 30px;
  }
}
.home-strip--1 .row:nth-of-type(3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-strip--1 .row:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .home-strip--1 .col-lg-3 {
    align-self: flex-end !important;
  }
}
@media (max-width: 768px) {
  .home-strip--1 .slick-dots {
    bottom: -11px !important;
    left: 50% !important;
    right: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .home-strip--1 .background-teaser.d-flex {
    display: block !important;
  }
}
.home-strip--1 .play-button {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-strip--1 .play-button img {
  height: 80px;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .home-strip--2 .background-teaser.d-flex {
    display: block !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .home-strip--2 .background-teaser--image {
    padding-top: 100%;
    height: 40%;
  }
  .home-strip--2 .background-teaser--image .title--small, .home-strip--2 .background-teaser--image h4 {
    font-size: 25px;
  }
  .home-strip--2 .blogspodcasts-teaser {
    margin-top: 40px;
    width: 150%;
  }
}
@media (max-width: 991px) {
  .home-strip--2 .video-teaser {
    margin: 0;
  }
  .home-strip--2 .col-md-7 {
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .home-strip--2 .col-md-7 {
    order: 2;
  }
  .home-strip--2 .video-item {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .home-strip--3 .intro {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 50px;
  }
  .home-strip--3 .col-lg-7 {
    order: 2;
  }
  .home-strip--3 .video-item {
    margin: 0;
    max-width: unset;
  }
  .home-strip--3 .background-teaser.d-flex {
    display: block !important;
  }
  .home-strip--3 .background-teaser.d-flex__text {
    width: 100%;
  }
  .home-strip--3 .background-teaser.d-flex .button, .home-strip--3 .background-teaser.d-flex .post-password-form input[type=submit], .post-password-form .home-strip--3 .background-teaser.d-flex input[type=submit] {
    margin-left: 0;
  }
}
.home-strip .blogspodcasts-teaser {
  margin-bottom: 0;
}
.home-strip .blogspodcasts-teaser p {
  display: none;
}
@media (max-width: 991px) {
  .home-strip .blogspodcasts-teaser .buttons--bottom {
    margin-bottom: 0px;
  }
}
.home-strip .blogspodcasts-teaser .title--smaller {
  font-size: 33px;
}
.home-strip .news-grid__twitter {
  padding: 28px 40px;
}
.home-strip .news-grid__twitter a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125rem;
  letter-spacing: 1.08px;
}
@media (min-width: 1680px) {
  .home-strip .news-grid__twitter {
    padding: 66px 64px;
  }
  .home-strip .news-grid__twitter p {
    font-size: 21px;
  }
  .home-strip .news-grid__twitter a {
    font-size: 16px;
  }
}
.home-strip .instagram-feed__box {
  width: calc(33.3333% - 6px);
  margin-bottom: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .home-strip .instagram-feed__box {
    width: calc(50% - 6px);
    margin: 0;
  }
  .home-strip .instagram-feed__box:last-of-type {
    display: none;
  }
}
.home-strip .instagram-feed__box:after {
  content: "";
  background-image: var(--wpr-bg-fb39022a-1a65-4bb5-9669-a91ede3daa59);
  background-size: contain;
  width: 30px;
  height: 30px;
}
.home-strip .connect-block {
  padding: 30px 40px;
  justify-content: space-between;
  align-items: center;
}
.home-strip .connect-block .title, .home-strip .connect-block h1, .home-strip .connect-block h2, .home-strip .connect-block h3, .home-strip .connect-block h4 {
  font-size: 34px;
  letter-spacing: 0.35px;
  line-height: 52px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1900px) {
  .home-strip .connect-block .title, .home-strip .connect-block h1, .home-strip .connect-block h2, .home-strip .connect-block h3, .home-strip .connect-block h4 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 1025px) {
  .home-strip .connect-block {
    padding: 40px !important;
    display: block !important;
    text-align: center;
  }
  .home-strip .connect-block .title, .home-strip .connect-block h1, .home-strip .connect-block h2, .home-strip .connect-block h3, .home-strip .connect-block h4 {
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.home-strip .connect-block .social-feeds {
  flex-shrink: 0;
}
.home-strip .connect-block .social-feeds img {
  width: 40px;
}
.home-strip .connect-block .social-feeds .button, .home-strip .connect-block .social-feeds .post-password-form input[type=submit], .post-password-form .home-strip .connect-block .social-feeds input[type=submit] {
  margin-top: 0;
}
@media (min-width: 1900px) {
  .home-strip .connect-block {
    padding: 42px 65px;
  }
}
.home-strip .blogpodcasts-teaser,
.home-strip .whats-on-listing-item,
.home-strip .news-item {
  margin-right: 40px;
  position: relative;
}
.home-strip .blogpodcasts-teaser:after,
.home-strip .whats-on-listing-item:after,
.home-strip .news-item:after {
  content: "Featured News";
  color: #919191;
  opacity: 0.75;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 33px;
  letter-spacing: 0.36px;
  line-height: 34px;
  position: absolute;
  right: -40px;
  text-transform: uppercase;
  top: 0;
  text-orientation: sideways;
  /* transform-origin: center; */
  writing-mode: vertical-rl;
}
.home-strip .video-small {
  margin-right: 40px;
  position: relative;
  overflow: visible;
}
.home-strip .video-small:before {
  content: "Our videos";
  color: #919191;
  opacity: 0.75;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 33px;
  letter-spacing: 0.36px;
  line-height: 34px;
  position: absolute;
  right: -40px;
  text-transform: uppercase;
  top: 0;
  text-orientation: sideways;
  /* transform-origin: center; */
  writing-mode: vertical-rl;
}
.home-strip .video-small > img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.home-strip .video-small .title, .home-strip .video-small h1, .home-strip .video-small h2, .home-strip .video-small h3, .home-strip .video-small h4 {
  font-size: 24px;
  letter-spacing: 0.3px;
  line-height: 28px;
}
@media (min-width: 1680px) {
  .home-strip .video-small .title, .home-strip .video-small h1, .home-strip .video-small h2, .home-strip .video-small h3, .home-strip .video-small h4 {
    font-size: 32px;
    line-height: 38px;
  }
}
.home-strip .video-small .video-item__bottom {
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
}
.home-strip .news-item.blogspodcasts-teaser:after {
  content: "From the blog";
}
.home-strip .whats-on-listing-item {
  margin-bottom: 0;
}
.home-strip .whats-on-listing-item h2.title, .home-strip .whats-on-listing-item h2 {
  color: #363636;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 44px;
  font-weight: 400 !important;
}
.home-strip .whats-on-listing-item:after {
  content: "What's on";
}
.home-strip .news-grid__slider .slick-dots li button:before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.6;
}
.home-strip .news-grid__slider .slick-dots {
  padding-bottom: 0;
}
.home-strip .news-grid__slider .slick-dots li,
.home-strip .news-grid__slider .slick-dots button {
  width: 10px;
}
.home-strip .news-grid__slider .slick-dots .slick-active button:before {
  background-color: #fff;
}
.home-strip .news-grid__slider__slide > div {
  bottom: 40px;
  left: 40px;
}
.home-strip .intro {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  font-family: "calibri", sans-serif;
  max-width: 355px;
}
@media (min-width: 1680px) {
  .home-strip .intro {
    font-size: 21px;
    max-width: 455px;
  }
}
.home-strip .stat-slider-strip {
  height: 100%;
}
.home-strip .single-dot-slider {
  height: 100%;
}
@media (min-width: 1680px) {
  .home-strip .single-dot-slider {
    padding: 80px 50px !important;
  }
  .home-strip .single-dot-slider p {
    font-size: 21px;
  }
}
.home-strip .single-dot-slider.slick-dotted.slick-slider .slick-dots {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.home-strip .single-dot-slider.slick-dotted.slick-slider .slick-dots li button:before {
  background-color: #fff;
  opacity: 0.6;
}
.home-strip .single-dot-slider.slick-dotted.slick-slider .slick-dots .slick-active button:before {
  background-color: #fff;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .home-strip .single-dot-slider.slick-dotted.slick-slider .slick-dots {
    bottom: 20px;
  }
}

.animate-in {
  opacity: 0;
  transition: all 1s ease-out;
}

.fade-in-section .animate-in {
  opacity: 1;
  transition: all 1s ease-out;
}
.fade-in-section .animate-in--delay-1 {
  transition-delay: 0.3s;
}
.fade-in-section .animate-in--delay-2 {
  transition-delay: 0.6s;
}
.fade-in-section .animate-in--delay-3 {
  transition-delay: 0.9s;
}
.fade-in-section .animate-in--delay-4 {
  transition-delay: 1.2s;
}
.fade-in-section .animate-in--delay-5 {
  transition-delay: 1.5s;
}
.fade-in-section .animate-in--delay-6 {
  transition-delay: 1.8s;
}
.fade-in-section .animate-in--delay-7 {
  transition-delay: 2.1s;
}
.fade-in-section .animate-in--delay-8 {
  transition-delay: 2.4s;
}

.page-template-tpl-home-updated .banner--home .button, .post-password-form .page-template-tpl-home-updated .banner--home input[type=submit],
.page-template-tpl-home-updated .banner--home .post-password-form input[type=submit],
.page-template-tpl-home-updated .post-password-form .banner--home input[type=submit] {
  width: auto;
}

@media (max-width: 991.98px) {
  .mobile-margin {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1680px) {
  .page-id-345116 .image-with-text-box__text,
  .page-id-378298 .image-with-text-box__text {
    padding: 86px 90px;
  }
  .page-id-345116 .image-with-text-box__text h2,
  .page-id-378298 .image-with-text-box__text h2 {
    font-size: 42px !important;
  }
}
@media (min-width: 1680px) {
  .page-id-345116 .button, .page-id-345116 .post-password-form input[type=submit], .post-password-form .page-id-345116 input[type=submit], .page-id-345116 .gform_wrapper .button, .gform_wrapper .page-id-345116 .button,
  .page-id-378298 .button,
  .page-id-378298 .post-password-form input[type=submit],
  .post-password-form .page-id-378298 input[type=submit],
  .page-id-378298 .gform_wrapper .button,
  .gform_wrapper .page-id-378298 .button {
    line-height: 16px;
    font-size: 16px;
    padding: 26px 40px !important;
  }
}
.page-id-345116 .home-strip .video-item::after,
.page-id-378298 .home-strip .video-item::after {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .page-id-345116 #content-wrap,
  .page-id-378298 #content-wrap {
    overflow: hidden;
  }
}
.page-id-345116 .background-teaser__button a,
.page-id-378298 .background-teaser__button a {
  padding: 20px 23px;
}
@media (min-width: 1200px) {
  .page-id-345116 .background-teaser__button a,
  .page-id-378298 .background-teaser__button a {
    white-space: nowrap;
  }
}
.page-id-345116 .background-teaser--image:before,
.page-id-378298 .background-teaser--image:before {
  opacity: 0.9;
}
@media (min-width: 1680px) {
  .page-id-345116 .background-teaser--image,
  .page-id-378298 .background-teaser--image {
    padding-top: 72%;
  }
}
.page-id-345116 .background-teaser.background-white .background-teaser__text h3.category, .page-id-345116 .background-teaser.background-grey .background-teaser__text h3.category,
.page-id-378298 .background-teaser.background-white .background-teaser__text h3.category,
.page-id-378298 .background-teaser.background-grey .background-teaser__text h3.category {
  color: #970830;
}
.page-id-345116 .background-teaser.background-blue .background-teaser__text h3.category,
.page-id-378298 .background-teaser.background-blue .background-teaser__text h3.category {
  opacity: 0.7;
}
.page-id-345116 .background-teaser.background-teaser--instagram ~ p.title,
.page-id-378298 .background-teaser.background-teaser--instagram ~ p.title {
  font-size: 1.75rem;
}
.page-id-345116 .background-teaser.background-teaser--instagram img.insta-icon,
.page-id-378298 .background-teaser.background-teaser--instagram img.insta-icon {
  margin-right: 10px;
}
.page-id-345116 .news-item__inner__content h2.title, .page-id-345116 .news-item__inner__content h2,
.page-id-378298 .news-item__inner__content h2.title,
.page-id-378298 .news-item__inner__content h2 {
  font-size: 1.75rem;
  line-height: 36px;
}
.page-id-345116 .news-item__inner__content .category, .page-id-345116 .news-item__inner__content .news-feed .sf-field-category > ul li label, .news-feed .sf-field-category > ul li .page-id-345116 .news-item__inner__content label,
.page-id-378298 .news-item__inner__content .category,
.page-id-378298 .news-item__inner__content .news-feed .sf-field-category > ul li label,
.news-feed .sf-field-category > ul li .page-id-378298 .news-item__inner__content label {
  display: block;
}
.page-id-345116 .whats-on-listing-item h2.title, .page-id-345116 .whats-on-listing-item h2,
.page-id-378298 .whats-on-listing-item h2.title,
.page-id-378298 .whats-on-listing-item h2 {
  font-size: 1.75rem;
  color: #363636;
  letter-spacing: 0.5px;
  line-height: 38px;
}
.page-id-345116 .home-strip--news-grid h2.title.grey-color, .page-id-345116 .home-strip--news-grid h2.grey-color,
.page-id-378298 .home-strip--news-grid h2.title.grey-color,
.page-id-378298 .home-strip--news-grid h2.grey-color {
  color: #919191;
  opacity: 0.55 !important;
}
@media (min-width: 1680px) {
  .page-id-345116 .home-strip--news-grid h2.title.grey-color, .page-id-345116 .home-strip--news-grid h2.grey-color,
  .page-id-378298 .home-strip--news-grid h2.title.grey-color,
  .page-id-378298 .home-strip--news-grid h2.grey-color {
    font-size: 104px;
  }
}
.page-id-345116 .home-strip--news-grid .news-item .icon--book,
.page-id-378298 .home-strip--news-grid .news-item .icon--book {
  margin-left: 40px;
}
@media (min-width: 1680px) {
  .page-id-345116 .home-strip--news-grid .video-item .gallery-strip__gallery__item:before,
  .page-id-378298 .home-strip--news-grid .video-item .gallery-strip__gallery__item:before {
    padding-top: 72.564%;
  }
}
.page-id-345116 .video-item__bottom,
.page-id-378298 .video-item__bottom {
  bottom: 40px;
}
.page-id-345116 .video-item__bottom .play-button,
.page-id-378298 .video-item__bottom .play-button {
  transition: transform 0.3s ease;
}
.page-id-345116 .video-item__bottom .play-button svg,
.page-id-378298 .video-item__bottom .play-button svg {
  width: 60px;
  height: 60px;
}
@media (min-width: 1680px) {
  .page-id-345116 .video-item__bottom .play-button svg,
  .page-id-378298 .video-item__bottom .play-button svg {
    width: 98px;
    height: 98px;
  }
}
@media (min-width: 1680px) {
  .page-id-345116 .video-item__bottom,
  .page-id-378298 .video-item__bottom {
    max-width: 80%;
  }
}
.page-id-345116 .video-item > a:hover .play-button,
.page-id-378298 .video-item > a:hover .play-button {
  transform: scale(1.2);
}
@media (min-width: 1680px) {
  .page-id-345116 .quote-teaser blockquote,
  .page-id-378298 .quote-teaser blockquote {
    font-size: 28px;
  }
}
.page-id-345116 .quote-teaser__bottom cite:before,
.page-id-378298 .quote-teaser__bottom cite:before {
  left: 0%;
  transform: translate(0%, -50%);
}
.page-id-345116 .quote-teaser__bottom cite:after,
.page-id-378298 .quote-teaser__bottom cite:after {
  left: 0;
  transform: translateX(0%);
}
@media (min-width: 1680px) {
  .page-id-345116 .quote-teaser__bottom cite,
  .page-id-378298 .quote-teaser__bottom cite {
    font-size: 16px;
  }
}
.page-id-345116 .news-grid__slider .slick-dots,
.page-id-378298 .news-grid__slider .slick-dots {
  bottom: 51px;
}
.page-id-345116 .news-grid__slider .slick-dots .slick-active button:before,
.page-id-378298 .news-grid__slider .slick-dots .slick-active button:before {
  opacity: 1;
}
.page-id-345116 .whats-on-listing-item,
.page-id-378298 .whats-on-listing-item {
  margin-top: 30px !important;
}
.page-id-345116 .image-text-columns__text,
.page-id-378298 .image-text-columns__text {
  width: 62%;
}
@media (min-width: 1680px) {
  .page-id-345116 .image-text-columns__text,
  .page-id-378298 .image-text-columns__text {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .page-id-345116 .image-text-columns__text,
  .page-id-378298 .image-text-columns__text {
    width: 100%;
  }
}
.page-id-345116 .image-text-columns__image,
.page-id-378298 .image-text-columns__image {
  width: 38%;
  position: relative;
}
.page-id-345116 .image-text-columns__image img,
.page-id-378298 .image-text-columns__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
@media (min-width: 1680px) {
  .page-id-345116 .image-text-columns__image,
  .page-id-378298 .image-text-columns__image {
    width: 45%;
  }
}
@media screen and (max-width: 786px) {
  .page-id-345116 .image-text-columns__image,
  .page-id-378298 .image-text-columns__image {
    width: 100%;
  }
}
.page-id-345116 .home-strip--2 div h2.title--large,
.page-id-345116 .home-strip--3 div h2.title--large,
.page-id-378298 .home-strip--2 div h2.title--large,
.page-id-378298 .home-strip--3 div h2.title--large {
  max-width: 355px;
}
@media (min-width: 769px) {
  .page-id-345116 .home-strip--2 div h2.title--large,
  .page-id-345116 .home-strip--3 div h2.title--large,
  .page-id-378298 .home-strip--2 div h2.title--large,
  .page-id-378298 .home-strip--3 div h2.title--large {
    margin: auto;
  }
}
@media (min-width: 1680px) {
  .page-id-345116 .home-strip--2 div h2.title--large,
  .page-id-345116 .home-strip--3 div h2.title--large,
  .page-id-378298 .home-strip--2 div h2.title--large,
  .page-id-378298 .home-strip--3 div h2.title--large {
    margin-left: 0;
  }
}
.page-id-345116 .home-strip--2 div .intro,
.page-id-345116 .home-strip--3 div .intro,
.page-id-378298 .home-strip--2 div .intro,
.page-id-378298 .home-strip--3 div .intro {
  margin: auto;
}
@media (min-width: 1680px) {
  .page-id-345116 .home-strip--2 div .intro,
  .page-id-345116 .home-strip--3 div .intro,
  .page-id-378298 .home-strip--2 div .intro,
  .page-id-378298 .home-strip--3 div .intro {
    margin-left: 0;
  }
}
.page-id-345116 .buttons--bottom .button, .page-id-345116 .buttons--bottom .post-password-form input[type=submit], .post-password-form .page-id-345116 .buttons--bottom input[type=submit],
.page-id-378298 .buttons--bottom .button,
.page-id-378298 .buttons--bottom .post-password-form input[type=submit],
.post-password-form .page-id-378298 .buttons--bottom input[type=submit] {
  padding: 15px;
}

.ajax-panel-wrapper,
.ajax-panel {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ajax-panel {
  display: block;
  opacity: 0;
  background-color: #ededed;
}

.ajax-panel-wrapper {
  z-index: 9;
}

.svg-pan-zoom_viewport {
  will-change: transform;
}

.content-slider {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
}
.content-slider .slick-list,
.content-slider .slick-track,
.content-slider .slick-slide {
  height: 100%;
}
.content-slider .slick-dots {
  bottom: auto;
  top: 30px;
}

.block-results {
  padding: 70px 0;
}
.block-results .tabs {
  display: block;
  border: 0;
  font-weight: normal;
}
.block-results .tabs .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 85px;
       column-gap: 85px;
  row-gap: 30px;
  margin-bottom: 40px;
}
.block-results .tabs .buttons button {
  border: 0;
  background-color: transparent;
  text-shadow: none;
  cursor: pointer;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 4px;
  color: #002E60;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.3;
}
.block-results .tabs .buttons button[aria-selected=true] {
  opacity: 1;
}
.block-results .tabs .buttons button:focus {
  outline: 0;
}
.block-results .tabs .results {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 300px;
       column-gap: 300px;
  row-gap: 50px;
  justify-content: center;
  align-items: center;
}
.block-results .tabs .result {
  position: relative;
}
.block-results .tabs .result .divider {
  position: absolute;
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
}
.block-results .tabs .result .title, .block-results .tabs .result h1, .block-results .tabs .result h2, .block-results .tabs .result h3, .block-results .tabs .result h4 {
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 64px;
  letter-spacing: 0.2px;
  line-height: 1;
  color: #970830;
  text-align: center;
}
.block-results .tabs .result .title span, .block-results .tabs .result h1 span, .block-results .tabs .result h2 span, .block-results .tabs .result h3 span, .block-results .tabs .result h4 span {
  font-size: 32px;
}
.block-results .tabs .result .text {
  font-family: "calibri", sans-serif;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  text-transform: none;
}
@media (max-width: 1199px) {
  .block-results .tabs .results {
    -moz-column-gap: 180px;
         column-gap: 180px;
  }
  .block-results .tabs .result .divider {
    right: -90px;
  }
}
@media (max-width: 991px) {
  .block-results .tabs .buttons button {
    font-size: 18px;
  }
  .block-results .tabs .results {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .block-results .tabs .result .title, .block-results .tabs .result h1, .block-results .tabs .result h2, .block-results .tabs .result h3, .block-results .tabs .result h4 {
    font-size: 60px;
  }
  .block-results .tabs .result .divider {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .block-results .tabs .buttons {
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .block-results .tabs .buttons .button, .block-results .tabs .buttons .post-password-form input[type=submit], .post-password-form .block-results .tabs .buttons input[type=submit] {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .block-results {
    padding: 40px 0;
  }
  .block-results .tabs .buttons {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .block-results .tabs .buttons .button, .block-results .tabs .buttons .post-password-form input[type=submit], .post-password-form .block-results .tabs .buttons input[type=submit] {
    width: 100%;
    font-size: 16px;
  }
  .block-results .tabs .results {
    row-gap: 25px;
  }
  .block-results .tabs .result {
    width: 100%;
  }
}

.portrait-video-strip {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1116px) {
  .portrait-video-strip {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .portrait-video-strip .container {
    max-width: 1116px;
  }
}
@media screen and (min-width: 767px) {
  .portrait-video-strip .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.portrait-video-strip__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .portrait-video-strip__content {
    flex-direction: column;
  }
}

.portrait-video-strip__video {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 300px;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .portrait-video-strip__video {
    max-width: 280px;
  }
}
.portrait-video-strip__video a {
  display: block;
  aspect-ratio: 9/16;
  position: relative;
}
.portrait-video-strip__video-cover, .portrait-video-strip__video-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.portrait-video-strip__video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
}
.portrait-video-strip__video-title span {
  position: relative;
  z-index: 1;
}
.portrait-video-strip__video-title::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, transparent);
  z-index: 0;
}
.portrait-video-strip__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.portrait-video-strip__video .play-button {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portrait-video-strip__video .play-button svg {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .portrait-video-strip__video .play-button svg {
    width: 80px;
    height: 80px;
  }
}

.portrait-video-strip__text {
  background-color: #EAECF3;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .portrait-video-strip__text {
    z-index: -10;
    transform: translateY(-20px);
  }
}
.portrait-video-strip__text .crest {
  width: 20em;
  height: 20em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(20%);
  opacity: 0.1;
}
@media screen and (min-width: 1440px) {
  .portrait-video-strip__text .crest {
    width: 25em;
    height: 25em;
  }
}
@media screen and (max-width: 767px) {
  .portrait-video-strip__text .crest {
    display: none;
  }
}
.portrait-video-strip__text-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1280px) {
  .portrait-video-strip__text-content {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mfp-content {
  max-height: 90vh;
}

.off-screen {
  opacity: 1;
}
.off-screen.off-screen--from-left, .off-screen.off-screen--from-right {
  transition: all 0.4s ease-out;
}

.off-screen--fade-up { /* IE 9 */ /* Safari */
  transform: translateY(0); /* Safari */
  opacity: 1;
  transition: all 1s ease-out;
}
.off-screen--fade-up.off-screen--hide, .off-screen--fade-up.off-screen--static { /* IE 9 */ /* Safari */
  transform: translateY(30px); /* Safari */
  opacity: 0;
}

.off-screen--fade {
  opacity: 1;
  transition: all 1s ease-out;
}
.off-screen--fade.off-screen--hide {
  opacity: 0.1;
}

.off-screen--from-left { /* IE 9 */ /* Safari */
  transform: translateX(0); /* Safari */
  opacity: 1;
  transition: all 0.4s ease-out;
}
.off-screen--from-left.off-screen--hide { /* IE 9 */ /* Safari */
  transform: translateX(70px); /* Safari */
  opacity: 0;
}

.off-screen--hide.off-screen--from-left { /* IE 9 */ /* Safari */
  transform: translateX(-150px); /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--from-right { /* IE 9 */ /* Safari */
  transform: translateX(150px); /* Safari */
  opacity: 0;
}
.off-screen--hide.off-screen--from-bottom { /* IE 9 */ /* Safari */
  transform: translateY(150px); /* Safari */
  opacity: 0;
}

.off-screen--alternate > div > div { /* IE 9 */ /* Safari */
  transform: translate(0, 0); /* Safari */
  opacity: 1;
  transition: all 0.4s ease-out;
}
.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(1) { /* IE 9 */ /* Safari */
  transform: translateX(150px); /* Safari */
  opacity: 0;
}
.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(2) { /* IE 9 */ /* Safari */
  transform: translateX(-150px); /* Safari */
  opacity: 0;
}
.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(1) { /* IE 9 */ /* Safari */
  transform: translateX(-150px); /* Safari */
  opacity: 0;
}
.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(2) { /* IE 9 */ /* Safari */
  transform: translateX(150px); /* Safari */
  opacity: 0;
}

.off-screen--sequential > * {
  opacity: 1;
  transition: all 1s ease-out;
}
.off-screen--sequential.off-screen--hide > * {
  opacity: 0.1;
  transition: all 1s ease-out;
}
.off-screen--sequential--up > * {
  transform: translateY(0px);
  transition: all 1s ease-out;
}
.off-screen--sequential--up.off-screen--hide > * {
  transform: translateY(30px);
  transition: all 1s ease-out;
}

.off-screen--sequential > *:nth-child(1) {
  transition-delay: 0s;
}

.off-screen--sequential > *:nth-child(2) {
  transition-delay: 0.2s;
}

.off-screen--sequential > *:nth-child(3) {
  transition-delay: 0.4s;
}

.off-screen--sequential > *:nth-child(4) {
  transition-delay: 0.6s;
}

.off-screen--sequential > *:nth-child(5) {
  transition-delay: 0.8s;
}

.off-screen--sequential > *:nth-child(6) {
  transition-delay: 1s;
}

.off-screen--sequential > *:nth-child(7) {
  transition-delay: 1.2s;
}

.off-screen--sequential > *:nth-child(8) {
  transition-delay: 1.4s;
}

.off-screen--sequential > *:nth-child(9) {
  transition-delay: 1.6s;
}

.off-screen--sequential > *:nth-child(10) {
  transition-delay: 1.8s;
}

.off-screen--sequential > *:nth-child(11) {
  transition-delay: 2s;
}

.off-screen--sequential > *:nth-child(12) {
  transition-delay: 2.2s;
}

.off-screen--sequential > *:nth-child(13) {
  transition-delay: 2.4s;
}

.off-screen--sequential > *:nth-child(14) {
  transition-delay: 2.6s;
}

.off-screen--sequential > *:nth-child(15) {
  transition-delay: 2.8s;
}

.hide-panel {
  transform: translateY(-100vh);
  transition: 0.5s ease-out;
  transition-delay: 0.5s;
}

.gap-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}/*# sourceMappingURL=screen.css.map */