/*!
Theme Name: dorrington
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dorrington
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,200&display=swap");
html {
  line-height: 1.15; /* 1 */
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
.bg-black {
  background: #3e3e3e;
}

.bg-light-gray {
  background: #f5f5f5;
}

.bg-light-blue {
  background: #0d8ec7;
}

.bg-dark-blue, header.sticky .container-wide {
  background: #322883;
}

.bg-yellow {
  background: #fed765;
}

.bg-green {
  background: #4eaf5b;
}

.bg-red {
  background: #e98484;
}

.bg-pale-blue {
  background: #ecf5fb;
}

.bg-light-yellow {
  background: #fef9eb;
}

.bg-light-green, .pull-out-list {
  background: #eefbf3;
}

.bg-light-red {
  background: #ffefef;
}

.no-wrap {
  flex-wrap: nowrap;
}

.no-bg {
  background: transparent;
}

.display-none-desktop {
  display: none !important;
}
@media (max-width: 991.99px) {
  .display-none-desktop {
    display: flex !important;
  }
}

@media (max-width: 991.99px) {
  .display-none-mb {
    display: none !important;
  }
}

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

/*--------------------------------------------------------------
# Base 
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
p,
li {
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.wp-block-pullquote p,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  color: #322883;
  margin: 10px 0px;
  font-weight: bold;
  text-transform: uppercase;
}

h1,
.h1,
h1 a {
  font-size: 48.75px;
  font-weight: 900;
  letter-spacing: -1.77px;
  line-height: 51.95px;
}
@media (min-width: 992px) {
  h1,
  .h1,
  h1 a {
    font-size: 75px;
    font-weight: 900;
    letter-spacing: -2.72px;
    line-height: 113px;
  }
}

h2,
.h2,
h2 a {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (min-width: 992px) {
  h2,
  .h2,
  h2 a {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

h3,
.h3,
.wp-block-pullquote p,
h3 a {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5;
}

h4,
.h4,
h4 a {
  color: #0d8ec7;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: inherit;
}

h5,
.h5,
h5 a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: #3e3e3e;
  text-transform: inherit;
}

p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}
.has-medium-font-size, .announcement-block .summary > *, .announcement-block .summary, .eight-column-centered-block p, .eight-column-centered-block :not(h2) {
  line-height: 27px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .has-medium-font-size, .announcement-block .summary > *, .announcement-block .summary, .eight-column-centered-block p, .eight-column-centered-block :not(h2) {
    font-size: 20px;
    line-height: 30px;
  }
}

.font-guthen-bloots {
  font-family: "Guthen Bloots", sans-serif;
  color: #0d8ec7;
  font-size: 47px;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: inherit;
  margin: 30px 0px;
  font-weight: inherit;
}
@media (min-width: 991.99px) {
  .font-guthen-bloots {
    font-size: 70px;
    margin: 40px 0px;
  }
}

#content h3,
#content .h3,
#content .wp-block-pullquote p,
.wp-block-pullquote #content p {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#content h3:after,
#content .h3:after,
#content .wp-block-pullquote p:after,
.wp-block-pullquote #content p:after {
  position: absolute;
  content: "";
  height: 20px;
  width: calc(100% + 20px);
  background: #ecf5fb;
  bottom: -4px;
  left: 0px;
  z-index: -1;
}
@media (min-width: 992px) {
  #content h3:after,
  #content .h3:after,
  #content .wp-block-pullquote p:after,
  .wp-block-pullquote #content p:after {
    left: -10px;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #3e3e3e;
  border-radius: 0px;
  width: 100%;
  background: transparent;
  outline: none;
  background: transparent;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #3e3e3e;
  background: #ecf5fb;
  border: 1px solid #0d8ec7;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  border-radius: 3px;
  border: 1px solid #322883;
  padding: 9px 10px;
  transition: border-color 0.2s;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: rgba(77, 77, 77, 0.5843137255);
}
input[type=text]:active::placeholder, input[type=text]:focus::placeholder,
input[type=email]:active::placeholder,
input[type=email]:focus::placeholder,
input[type=url]:active::placeholder,
input[type=url]:focus::placeholder,
input[type=password]:active::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:active::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:active::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:active::placeholder,
input[type=tel]:focus::placeholder,
textarea:active::placeholder,
textarea:focus::placeholder {
  color: #3e3e3e;
}

textarea {
  width: 100%;
}

.custom-select-input {
  width: 100%;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
.custom-select-input:after {
  position: absolute;
  font-family: FontAwesome;
  content: url("../../assets/icons/dropdown-blue.svg");
  transform: rotate(0deg);
  color: #0d8ec7;
  top: 14px;
  right: 16px;
  pointer-events: none;
}

.custom-select-input select {
  border: 1px solid #322883;
  padding: 9px 10px;
  color: #3e3e3e;
  background: white;
  width: 100%;
  margin: 0px;
  background-image: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.custom-select-input select:focus {
  color: #3e3e3e;
  border-color: #3e3e3e;
  outline: none;
  background: rgba(7, 161, 224, 0.05);
}
.custom-select-input select:focus:after {
  color: #3e3e3e;
}
.custom-select-input select option {
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 15px 0;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
}

@media (min-width: 992px) {
  form {
    max-width: 50%;
  }
}
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=password],
form input[type=search],
form input[type=number],
form input[type=tel],
form input[type=range],
form input[type=date],
form input[type=month],
form input[type=week],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=color],
form textarea {
  margin: 5px 0px 15px;
}
button,
.button,
.btn,
.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #322883;
  color: #ffffff;
  font-size: 14px;
  min-width: 151px;
  padding: 9px 24px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  transition: all 0.25s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: all 0.25s ease-in-out;
  line-height: 22px;
}
button:hover, button:active,
.button:hover,
.button:active,
.btn:hover,
.btn:active,
.wp-block-button__link:hover,
.wp-block-button__link:active,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:active {
  background-color: #ffffff;
  color: #322883 !important;
  border: 1px solid #322883;
}
button:visited,
.button:visited,
.btn:visited,
.wp-block-button__link:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #ffffff;
}
button:before,
.button:before,
.btn:before,
.wp-block-button__link:before,
input[type=button]:before,
input[type=reset]:before,
input[type=submit]:before {
  display: none;
}

@media (min-width: 992px) {
  .wp-block-button {
    margin-bottom: 0px !important;
  }
}

.is-hover, .page-styleguide .styleguide-buttons .wp-block-columns > .wp-block-column .wp-block-column:nth-child(2) .wp-block-button__link, .page-styleguide .styleguide-buttons .wp-block-columns > .wp-block-column .wp-block-column:last-child .wp-block-button__link {
  background-color: #ffffff !important;
  color: #322883 !important;
  border: 1px solid #322883 !important;
}

.wp-block-table {
  margin-left: 0px;
  margin-right: 0px;
}

table {
  border-collapse: collapse;
}

thead th {
  background: #322883;
  color: #ffffff;
  word-break: keep-all;
}

table,
th,
td {
  border: 1px solid #ffffff;
  background: #f1f1f1;
  padding: 9px 20px;
}
@media (min-width: 992px) {
  table,
  th,
  td {
    padding: 9px 10px 9px 20px;
  }
}

table,
td {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 992px) {
  table,
  td {
    font-size: 14px;
    line-height: 22px;
  }
}

th {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: none;
  border-bottom: 2px solid #cfe7f3;
  color: #322883;
}
a:visited {
  color: inherit;
}
a:focus, a:hover, a:active {
  outline: 0;
  color: #0d8ec7;
  border-bottom: 2px solid #0d8ec7;
}

#content a:not(.wp-block-button__link) {
  transition: all 0.2s;
}
#content a:not(.wp-block-button__link):focus:before, #content a:not(.wp-block-button__link):hover:before, #content a:not(.wp-block-button__link):active:before {
  opacity: 1;
}
#content a:not(.wp-block-button__link):active {
  color: #0d8ec7;
}

ul li,
ol li {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}

ul {
  padding-left: 30px;
}

ol {
  list-style-type: none;
  padding-left: 0px;
}
ol li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 35px;
}
ol li:before {
  color: #4eaf5b;
  content: counter(step-counter) ". ";
  margin-right: 20px;
  position: absolute;
  left: 0;
  padding-right: 20px;
}
@media (min-width: 992px) {
  ol li:before {
    padding-right: 30px;
  }
}

#content ol li,
#content ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
}
#content ul li {
  list-style: none;
  position: relative;
}
#content ul li::before {
  content: "";
  border-color: transparent #4eaf5b;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  position: relative;
  left: -30px;
  top: 17px;
}
@media (min-width: 992px) {
  #content ul li::before {
    left: -30px;
    top: 17px;
  }
}

.no-list-style:before, .pull-out-list ul li:before {
  content: inherit !important;
}

img {
  width: 100%;
  height: auto;
}

.wp-block-image {
  margin: 0;
}
.wp-block-image a:before {
  display: none;
}

.wp-block-gallery li:before {
  display: none !important;
}

#envirabox-wrap #envirabox-title {
  display: none !important;
}

.page-gallery .wp-block-column figure {
  margin-top: 30px;
}
.page-gallery .wp-block-column figure a {
  border: none;
}

html {
  box-sizing: border-box;
}

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

hr {
  height: 2px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-top: 1px dashed #979797;
  opacity: 0.43;
}

address {
  font-style: normal;
  margin-bottom: 30px;
  line-height: 22px;
}

.hide {
  display: none;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.grid-container, .container-small, .accrediations-wrapper .inner-wrapper,
.container-base,
.wp-block-media-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 10px;
}
@media (min-width: 992px) {
  .grid-container, .container-small, .accrediations-wrapper .inner-wrapper,
  .container-base,
  .wp-block-media-text {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 20px;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
header.toggled {
  height: 100%;
}
@media (max-width: 991.98px) {
  header.toggled .header-right {
    display: flex;
    justify-content: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 150px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  header.toggled input[type=search].toggled {
    bottom: unset !important;
    top: 156px !important;
  }
}
header .search-form-container {
  margin-right: 20px;
}
@media (min-width: 992px) {
  header .search-form-container {
    margin-right: 30px;
  }
}
header .search-form-container input[type=search] {
  border: 1px solid #322883;
  border-radius: 3px;
  background-color: #ffffff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  header .search-form-container input[type=search] {
    width: 80%;
  }
}
@media (min-width: 992px) {
  header .search-form-container input[type=search] {
    border: 1px solid #322883;
    width: 60%;
  }
}
header .search-form-container input[type=search].toggled {
  position: absolute;
  bottom: -80px;
  left: 0px;
}
@media (min-width: 992px) {
  header .search-form-container input[type=search].toggled {
    bottom: -60px;
  }
}
header .container-wide {
  max-width: 100%;
  margin: 0px;
}
@media (min-width: 1200px) and (max-width: 1250px) {
  header .container-wide {
    padding: 0 !important;
  }
}
header .inner-container {
  display: flex;
}
header nav {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #322883;
}
header nav ul#primary-menu {
  position: relative;
  width: 95%;
  margin-left: auto;
  padding-left: 0;
}
@media (min-width: 992px) {
  header nav ul#primary-menu {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  header nav ul#primary-menu.mt {
    margin-top: 75px;
  }
}
header nav ul#primary-menu li.toggled > a {
  position: relative;
}
header nav ul#primary-menu li.toggled > a:after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #0d8ec7;
  margin: 0 auto;
  transform: scaleX(1);
  transition: transform 0.25s ease-in-out;
  transition-delay: 150ms;
}
header nav ul#primary-menu li {
  color: #ffffff;
  list-style: none;
}
header nav ul#primary-menu li.toggled {
  z-index: 10;
}
header nav ul#primary-menu li a {
  color: #ffffff;
  position: relative;
  text-decoration: none;
  border: none;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 38px;
  text-transform: uppercase;
}
header nav ul#primary-menu li a:hover {
  color: #0d8ec7;
}
@media (min-width: 992px) {
  header nav ul#primary-menu li a {
    font-size: 30px;
    line-height: 42px;
  }
}
header nav ul#primary-menu li ul.sub-menu {
  padding-left: 0;
  display: none;
}
@media (min-width: 992px) {
  header nav ul#primary-menu li ul.sub-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 280px;
    padding-left: 220px;
    z-index: 9999;
  }
}
header nav ul#primary-menu li ul.sub-menu li ul.sub-menu {
  display: none;
}
header nav ul#primary-menu li ul.sub-menu li a {
  color: #b2e0ff;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  text-transform: inherit;
}
@media (min-width: 992px) {
  header nav ul#primary-menu li ul.sub-menu li a {
    font-size: 20px;
    line-height: 40px;
  }
}
header nav ul#primary-menu li ul.sub-menu li a:after {
  bottom: -1px;
}
header nav ul#primary-menu li ul.sub-menu li a:hover {
  color: #ffffff;
}
header nav ul#primary-menu li ul.sub-menu.toggled {
  display: flex;
  flex-direction: column;
}
header nav.toggled {
  display: flex;
}
header nav.toggled .menu-primary-menu-container {
  width: 100%;
  margin-top: 210px;
}
@media (min-width: 992px) {
  header nav.toggled .menu-primary-menu-container {
    margin-left: 5%;
    margin-top: 20%;
  }
}
@media (min-width: 1600px) {
  header nav.toggled .menu-primary-menu-container {
    margin-top: 13%;
  }
}
header .site-branding {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  header .site-branding {
    margin-left: -105px;
  }
}
@media (min-width: 992px) {
  header .site-branding {
    flex: 0 1 50%;
    margin-top: 17px;
  }
}
header .site-branding a {
  border: none;
  transition: all 0.2s ease-in-out;
}
header .site-branding img {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  header .site-branding img {
    max-height: 90px;
    max-width: 117px;
  }
}
header .header-left {
  z-index: 30;
}
@media (min-width: 992px) {
  header .header-left {
    flex: 0 0 25%;
    height: 100%;
  }
}
header .header-right {
  display: flex;
  z-index: 10;
}
@media (min-width: 992px) {
  header .header-right {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(25% - 40px);
    margin-right: 40px;
    margin-top: 13px;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  header .header-right {
    display: none;
  }
}
header .header-right .search-form-container {
  display: flex;
  align-items: center;
}
header .header-right .search-form-container span {
  color: #ffffff;
  margin-left: 15px;
  font-size: 14px;
}
header .header-right .search-form-container input[type=submit] {
  display: none;
}
header .header-right .search-form-container button {
  background: none;
  border-width: 2px;
  min-width: inherit;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: relative;
  outline: none;
  cursor: pointer;
}
header .header-right .search-form-container button:hover {
  color: #322883;
  background-color: #ffffff;
}
header .header-right .search-form-container button svg {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  text-align: center;
  font-size: 20px;
}
header .header-right .search-form-container input[type=search] {
  display: none;
  outline: none;
}
header .header-right .search-form-container input[type=search].toggled {
  display: block;
}
header .header-right .contact-us {
  display: flex;
  align-items: center;
  border: none;
}
header .header-right .contact-us img {
  height: 50px;
  width: 50px;
}
header .header-right .contact-us span {
  color: #ffffff;
  margin-left: 15px;
}
header .logo-container.with-sticky {
  display: none;
}
header.sticky {
  transition: all 0.2s ease-in-out;
}
header.sticky .logo-container.desktop {
  display: none;
}
header.sticky .logo-container.with-sticky {
  display: block;
}

body:not(.home) header nav {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #322883;
}
body:not(.home) header nav ul#primary-menu {
  position: relative;
  width: 90%;
  margin-left: auto;
}
body:not(.home) header nav ul#primary-menu li {
  color: #ffffff;
}
body:not(.home) header nav ul#primary-menu li a {
  color: #ffffff !important;
}

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
}
body.sticky {
  position: sticky;
  overflow: hidden;
}

.content-area .with-sidebar {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  position: relative;
}
.content-area .with-sidebar .entry-content > .eight-column-centered-block.position-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .content-area .with-sidebar {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1199.98px) {
  .content-area .with-sidebar {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .content-area .with-sidebar article {
    flex-basis: calc(70% - 30px);
    margin-right: 30px;
    flex-grow: 0;
    flex-shrink: 1;
  }
}
.content-area .with-sidebar .sidebar {
  max-width: 400px;
  display: none;
}
@media (min-width: 1200px) {
  .content-area .with-sidebar .sidebar {
    display: block;
    flex: 0 0 30%;
    padding-top: 15px;
  }
}
.content-area .with-sidebar .sidebar .social-feed-element .content {
  padding-top: 0px !important;
  padding-left: 0px;
  min-height: 125px;
  position: relative;
}
@media (min-width: 599px) {
  .content-area .with-sidebar .sidebar .social-feed-element .content {
    padding-bottom: 0px !important;
  }
}
.content-area .with-sidebar .sidebar .pull-out-list {
  height: inherit;
}
.content-area .with-sidebar .sidebar .generic-cta-section {
  margin-bottom: 30px;
}
.content-area .with-sidebar .sidebar .generic-cta-section:not(.downloadable) .inner-wrapper {
  padding: 0px 10px;
}
.content-area .with-sidebar .sidebar .generic-cta-section:not(.downloadable) .inner-wrapper .img-wrapper {
  flex: 0 0 60%;
}
.content-area .with-sidebar .sidebar .generic-cta-section:not(.downloadable) .inner-wrapper .img-wrapper img {
  right: 25px;
  bottom: -15px;
}
.content-area .with-sidebar .sidebar .generic-cta-section.downloadable .inner-wrapper {
  padding: 0px 10px 0px 9px;
}
.content-area .with-sidebar .sidebar .generic-cta-section.downloadable .inner-wrapper .img-wrapper:after {
  right: -20px;
  bottom: 45px;
}
.content-area .with-sidebar .announcement-block {
  max-width: 100%;
}

footer {
  background: center/cover url("../../assets/images/footer-img@2x.png");
  padding: 20px 0px 0px 0px;
}
@media (min-width: 520px) {
  footer {
    padding: 40px 0px 0px 0px;
  }
}
footer .container-base, footer .wp-block-media-text {
  margin-bottom: 0px;
}
footer .container-base ul, footer .wp-block-media-text ul {
  list-style: none;
}
footer .container-base .footer-top, footer .wp-block-media-text .footer-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 800px) {
  footer .container-base .footer-top, footer .wp-block-media-text .footer-top {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  footer .container-base .footer-top, footer .wp-block-media-text .footer-top {
    max-width: 80%;
  }
}
@media (min-width: 520px) {
  footer .container-base .footer-top, footer .wp-block-media-text .footer-top {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
footer .container-base .footer-top address, footer .wp-block-media-text .footer-top address,
footer .container-base .footer-top a,
footer .wp-block-media-text .footer-top a {
  color: #ffffff;
  font-size: 14px;
}
footer .container-base .footer-top address, footer .wp-block-media-text .footer-top address {
  font-style: normal;
  margin-bottom: 25px;
  line-height: 22px;
}
footer .container-base .footer-top h5, footer .wp-block-media-text .footer-top h5 {
  color: #0d8ec7;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 520px) {
  footer .container-base .footer-top h5, footer .wp-block-media-text .footer-top h5 {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  footer .container-base .footer-top .footer-col-1, footer .wp-block-media-text .footer-top .footer-col-1 {
    flex: 0 0 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  footer .container-base .footer-top .footer-col-1 .footer-logo img, footer .wp-block-media-text .footer-top .footer-col-1 .footer-logo img {
    width: auto;
  }
}
@media (max-width: 520px) {
  footer .container-base .footer-top .footer-col-1, footer .wp-block-media-text .footer-top .footer-col-1 {
    width: 100%;
  }
  footer .container-base .footer-top .footer-col-1 .footer-logo img, footer .wp-block-media-text .footer-top .footer-col-1 .footer-logo img {
    width: auto;
  }
}
footer .container-base .footer-top .footer-col-2 a, footer .wp-block-media-text .footer-top .footer-col-2 a {
  border: none;
}
footer .container-base .footer-top .footer-col-3, footer .wp-block-media-text .footer-top .footer-col-3 {
  max-width: 324px;
}
footer .container-base .footer-top .footer-col-3 ul, footer .wp-block-media-text .footer-top .footer-col-3 ul {
  padding-left: 0px;
}
footer .container-base .footer-top .footer-col-3 ul li, footer .wp-block-media-text .footer-top .footer-col-3 ul li {
  margin-bottom: 25px;
}
footer .container-base .footer-top .footer-col-3 ul li:last-child, footer .wp-block-media-text .footer-top .footer-col-3 ul li:last-child {
  margin-bottom: 0px;
}
footer .container-base .footer-top .footer-col-3 p, footer .wp-block-media-text .footer-top .footer-col-3 p {
  color: #ffffff;
  font-size: 12px;
  line-height: 19px;
  margin-top: 3px;
  font-weight: 100;
}
footer .container-base .footer-top .footer-col-3 a, footer .wp-block-media-text .footer-top .footer-col-3 a {
  position: relative;
  border-bottom: 2px solid rgba(45, 172, 230, 0.137254902);
}
footer .container-base .footer-top .footer-col-3 a:focus, footer .wp-block-media-text .footer-top .footer-col-3 a:focus, footer .container-base .footer-top .footer-col-3 a:hover, footer .wp-block-media-text .footer-top .footer-col-3 a:hover, footer .container-base .footer-top .footer-col-3 a:active, footer .wp-block-media-text .footer-top .footer-col-3 a:active {
  border-bottom: 2px solid rgba(45, 172, 230, 0.5019607843);
}
footer .footer-bottom {
  background-color: rgba(40, 29, 116, 0.3294117647);
}
@media (min-width: 520px) {
  footer .footer-bottom {
    margin-top: 107px;
  }
}
footer .footer-bottom .container-base, footer .footer-bottom .wp-block-media-text {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 10px 0px;
}
@media (max-width: 520px) {
  footer .footer-bottom .container-base, footer .footer-bottom .wp-block-media-text {
    flex-direction: column;
    padding-top: 0px;
  }
}
footer .footer-bottom .container-base p, footer .footer-bottom .wp-block-media-text p,
footer .footer-bottom .container-base a,
footer .footer-bottom .wp-block-media-text a {
  color: #ffffff;
  font-size: 12px;
  border: none;
}
footer .footer-bottom .container-base .menu, footer .footer-bottom .wp-block-media-text .menu {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}
@media (max-width: 520px) {
  footer .footer-bottom .container-base .menu, footer .footer-bottom .wp-block-media-text .menu {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 520px) {
  footer .footer-bottom .container-base .menu, footer .footer-bottom .wp-block-media-text .menu {
    flex-direction: row;
  }
}
footer .footer-bottom .container-base .menu li, footer .footer-bottom .wp-block-media-text .menu li {
  margin-right: 15px;
}

.site-content {
  position: relative;
}

.container-small, .accrediations-wrapper .inner-wrapper,
.container-base,
.wp-block-media-text {
  max-width: 95%;
  margin: 30px auto;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .container-small, .accrediations-wrapper .inner-wrapper,
  .container-base,
  .wp-block-media-text {
    padding: 0 40px !important;
  }
}
@media (min-width: 1200px) {
  .container-small, .accrediations-wrapper .inner-wrapper,
  .container-base,
  .wp-block-media-text {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0px;
  }
}
.container-small .container-base, .accrediations-wrapper .inner-wrapper .container-base, .container-small .wp-block-media-text, .accrediations-wrapper .inner-wrapper .wp-block-media-text,
.container-base .container-base,
.wp-block-media-text .container-base,
.container-base .wp-block-media-text,
.wp-block-media-text .wp-block-media-text {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
}

.container-small > *, .accrediations-wrapper .inner-wrapper > * {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .container-small > *, .accrediations-wrapper .inner-wrapper > * {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .container-small > *, .accrediations-wrapper .inner-wrapper > * {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/12;
    max-width: 100%;
  }
}
.container-small .wp-block-group__inner-container, .accrediations-wrapper .inner-wrapper .wp-block-group__inner-container {
  max-width: 100%;
}

.container-base > *, .wp-block-media-text > * {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
}
@media (min-width: 992px) {
  .container-base > *, .wp-block-media-text > * {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1/13;
  }
}
.container-base .wp-block-group__inner-container, .wp-block-media-text .wp-block-group__inner-container {
  max-width: 100%;
}

.container-wide {
  max-width: 90%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .container-wide {
    padding: 0 40px !important;
  }
}
@media (min-width: 1600px) {
  .container-wide {
    max-width: 1594px;
    padding: 0px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .container-wide {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1/13;
  }
}
.container-wide .wp-block-group__inner-container {
  max-width: 100%;
}

.container-full {
  max-width: 100%;
  margin: 15px auto;
}
@media (min-width: 1200px) {
  .container-full {
    margin: 30px auto;
  }
}

.content-container.container-small, .accrediations-wrapper .content-container.inner-wrapper {
  margin-bottom: 0px;
}

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.navigation-controls {
  display: flex;
  align-items: center;
  flex: 0 0 25%;
  max-width: 105px;
  padding: 12px 19px 12px 10px;
  background: #ffffff;
  cursor: pointer;
}
@media (min-width: 992px) {
  .navigation-controls {
    max-width: 175px;
    padding: 24px 17px 26px;
    height: 100%;
  }
}
.navigation-controls .toggle-text {
  color: #322883;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 992px) {
  .navigation-controls .toggle-text {
    font-size: 18px;
  }
}

.menu-toggle {
  display: block;
  margin-left: 0px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: none;
  outline: none;
}
@media (min-width: 992px) {
  .menu-toggle {
    margin-right: 25px;
  }
}
.menu-toggle span {
  display: block;
  outline: none;
  background: #322883;
  height: 3px;
  width: 25px;
  margin: 5px 3px;
  transition: all 0.25s;
  position: relative;
}
@media (min-width: 992px) {
  .menu-toggle span {
    width: 29px;
  }
}
.menu-toggle.toggled span {
  background: #322883;
}
.menu-toggle.toggled .first {
  transform: rotate(45deg);
  top: 7px;
  left: 0px;
}
.menu-toggle.toggled .second {
  visibility: hidden;
  opacity: 0;
}
.menu-toggle.toggled .third {
  transform: rotate(135deg);
  top: -9px;
  right: 0px;
}

.landing-container {
  display: flex;
  align-items: center;
  max-height: 400px;
  background-color: rgba(50, 40, 131, 0.7);
  padding-top: 184px;
}
@media (min-width: 992px) {
  .landing-container {
    max-height: 100%;
    padding-top: 220px;
  }
}
.landing-container .container-base, .landing-container .wp-block-media-text,
.landing-container .container-wide {
  margin-top: 0px;
  margin-bottom: 95px;
}
@media (min-width: 992px) {
  .landing-container .container-base, .landing-container .wp-block-media-text,
  .landing-container .container-wide {
    margin-bottom: 45px;
  }
}
.landing-container .inner-container {
  text-align: center;
}
.landing-container .inner-container .sub-heading,
.landing-container .inner-container .entry-title {
  color: #ffffff;
  background: #fed765;
  display: inline;
  box-shadow: 20px 0 0 #fed765, -20px 0 0 #fed765;
}
@media (min-width: 992px) {
  .landing-container .inner-container .sub-heading,
  .landing-container .inner-container .entry-title {
    box-shadow: 30px 0 0 #fed765, -30px 0 0 #fed765;
    line-height: 100px;
  }
}

.landing-video {
  position: relative;
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.landing-video:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(50, 40, 131, 0.4392156863);
  z-index: -1;
}
@media (min-width: 992px) {
  .landing-video {
    height: 820px;
  }
}
@media (min-width: 1600px) {
  .landing-video {
    height: 68vh;
  }
}
.landing-video video {
  position: absolute;
  right: 0;
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
  z-index: -2;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 1460px) {
  .landing-video video {
    width: auto;
  }
}
.landing-video .video-controls {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .landing-video .video-controls {
    margin-top: 50px;
  }
}
.landing-video .video-controls a {
  position: relative;
  border: none;
  background: none;
  padding-left: 60px;
  outline: none !important;
  cursor: pointer;
  color: #ffffff;
}
@media (min-width: 992px) {
  .landing-video .video-controls a {
    padding-left: 80px;
  }
}
.landing-video .video-controls a:hover {
  color: #ffffff !important;
}
.landing-video .video-controls a:before {
  display: block !important;
  position: absolute;
  content: url("../../assets/icons/play-btn.svg");
  left: 0px;
  top: -16px;
}
@media (min-width: 992px) {
  .landing-video .video-controls a:before {
    content: url("../../assets/icons/play-btn-lg.svg");
    left: -4px;
    top: -26px;
  }
}
.landing-video .container-base, .landing-video .wp-block-media-text {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .landing-video .container-base, .landing-video .wp-block-media-text {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.landing-video .inner-container {
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .landing-video .inner-container {
    margin-top: 40px;
  }
}
.landing-video .inner-container .headline {
  color: #ffffff;
}
@media (min-width: 992px) {
  .landing-video .inner-container .headline {
    font-size: 95px;
    font-weight: 900;
    letter-spacing: -3.44px;
    line-height: 63px;
    text-align: center;
    margin-bottom: 50px;
  }
}
.landing-video .inner-container .sub-headline {
  color: #fed765;
  font-family: "Guthen Bloots", sans-serif;
  font-size: 51.3px;
  letter-spacing: 0.95px;
  line-height: 40.95px;
  text-align: center;
  font-weight: 100;
  text-transform: none;
}
@media (min-width: 992px) {
  .landing-video .inner-container .sub-headline {
    font-size: 102px;
    letter-spacing: 1.82px;
    line-height: 63px;
  }
}
.landing-video .inner-container .brush-icon {
  width: auto;
  position: absolute;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .landing-video .inner-container .brush-icon {
    max-width: 20%;
  }
}
.landing-video .inner-container .brush-icon.pink {
  top: -90px;
  left: -10px;
}
@media (min-width: 1600px) {
  .landing-video .inner-container .brush-icon.pink {
    top: 18px;
    left: -43px;
  }
}
.landing-video .inner-container .brush-icon.blue {
  bottom: -80px;
  left: 30px;
}
@media (min-width: 1600px) {
  .landing-video .inner-container .brush-icon.blue {
    bottom: -104px;
    left: 333px;
  }
}
.landing-video .inner-container .brush-icon.yellow {
  top: -62px;
  right: 0px;
}
@media (max-width: 991.98px) {
  .landing-video .inner-container .brush-icon.yellow {
    max-width: 17%;
  }
}
@media (min-width: 1600px) {
  .landing-video .inner-container .brush-icon.yellow {
    top: 48px;
    right: -63px;
  }
}
.landing-video .inner-container .brush-icon.green {
  bottom: -20px;
  right: 10px;
}
@media (max-width: 991.98px) {
  .landing-video .inner-container .brush-icon.green {
    max-width: 13%;
  }
}
@media (min-width: 1600px) {
  .landing-video .inner-container .brush-icon.green {
    bottom: -12px;
    right: -175px;
  }
}

.mfp-content button.mfp-close {
  color: #0d8ec7;
  border: none !important;
  background: none !important;
  cursor: pointer;
}
@media (min-width: 992px) {
  .mfp-content button.mfp-close {
    font-size: 55px;
  }
}

.breadcrumbs-container {
  margin-top: 0px;
}
.breadcrumbs-container .breadcrumbs {
  margin-top: 0px;
}

.navigation.pagination {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  text-align: center;
}
.navigation.pagination .screen-reader-text {
  display: none !important;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: space-between;
  width: 80%;
  border: 1px solid #ced1d2;
  border-radius: 3px;
}
.navigation.pagination .nav-links a:before {
  display: none;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  font-weight: 100 !important;
  text-decoration: none;
  padding: 10px 0;
  border-right: 1px solid #ced1d2;
  width: 56px;
  height: 44px;
  color: #322883;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span:hover {
  background: #f2fafe;
  color: #322883;
}
.navigation.pagination .nav-links a:first-child, .navigation.pagination .nav-links a:last-child {
  position: relative;
}
.navigation.pagination .nav-links a:first-child:after, .navigation.pagination .nav-links a:last-child:after {
  position: absolute;
  content: url("../../assets/icons/dropdown-blue.svg");
  left: 0;
  right: 0;
  text-align: center;
}
.navigation.pagination .nav-links a:first-child:after {
  transform: rotate(90deg);
}
.navigation.pagination .nav-links a:last-child {
  border-right: none;
}
.navigation.pagination .nav-links a:last-child:after {
  transform: rotate(270deg);
}
.navigation.pagination .nav-links span {
  background: #322883;
  color: white;
}
.navigation.pagination .nav-links span:hover {
  background: #322883;
  color: #ffffff;
}
.navigation.pagination .nav-links span:last-child {
  border-right: none;
}
.navigation.pagination .nav-links span.dots {
  background: #ffffff;
  color: #322883;
}
.navigation.pagination .nav-links span.dots:hover {
  background: #ffffff;
  color: #322883;
}

#page-controls {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  position: fixed;
  right: 0%;
  bottom: 5%;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 15px, 0) rotate(0);
  transition: transform 400ms cubic-bezier(0.39, 0.575, 0.565, 1), opacity 400ms cubic-bezier(0.39, 0.575, 0.565, 1), visibility 400ms linear;
}
.go-to-top {
  color: white;
}
.go-to-top svg {
  font-weight: 100;
}

.go-to-top {
  font-size: 30px;
  text-transform: uppercase;
  cursor: pointer;
  color: #0d8ec7 !important;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  border: none !important;
  background: white;
  position: relative;
  right: 20px;
  top: -25px;
}
.go-to-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.notification {
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.page-styleguide .styleguide-colours .wp-block-columns .wp-block-column {
  height: 186px;
  width: 264px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-styleguide .style-guide-links .wp-block-column:nth-child(2) a:before, .page-styleguide .style-guide-links .wp-block-column:last-child a:before {
  opacity: 1 !important;
}
.page-styleguide .style-guide-links .wp-block-column:last-child a {
  color: #0d8ec7 !important;
}
.page-styleguide .styleguide-buttons .wp-block-columns > .wp-block-column {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 782px) {
  .page-styleguide .styleguide-buttons .wp-block-columns > .wp-block-column .bg-black {
    padding-left: 15px;
  }
}

body.home .entry-content .our-motto h2.font-guthen-bloots {
  position: relative;
  line-height: 47px;
  font-size: 42px;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  body.home .entry-content .our-motto h2.font-guthen-bloots {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 70px;
  }
}
body.home .entry-content .our-motto h2.font-guthen-bloots:after {
  position: absolute;
  content: url("../../assets/icons/yellow-stroke-sm.svg");
  bottom: -20px;
  right: 0;
  left: 243px;
  z-index: -1;
}
@media (min-width: 992px) {
  body.home .entry-content .our-motto h2.font-guthen-bloots:after {
    content: url("../../assets/icons/yellow-stroke.svg");
    bottom: -32px;
    right: 0;
    left: 400px;
  }
}
@media (max-width: 351px) {
  body.home .entry-content .our-motto h2.font-guthen-bloots:after {
    left: 0px;
  }
}
body.home .entry-content .our-motto h4 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0px;
}
@media (min-width: 992px) {
  body.home .entry-content .our-motto h4 {
    font-size: 23px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  body.home .entry-content .our-motto p {
    margin-top: 35px;
  }
}
body.home .entry-content .news-highlights {
  margin-top: 0px;
}
@media (max-width: 599.99px) {
  body.home .entry-content .news-highlights {
    margin-top: 60px;
  }
}
body.home .entry-content .swiper-section {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  body.home .entry-content .swiper-section {
    margin-top: 50px;
  }
}
body.home .entry-content .swiper-section .wp-block-columns {
  margin-bottom: 0px;
}
body.home .entry-content hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  body.home .entry-content hr {
    margin-top: 54px;
    margin-bottom: 0px;
  }
}
body.home .entry-content .pull-out-list {
  margin-top: 0px;
}
@media (max-width: 599.99px) {
  body.home .entry-content .pull-out-list {
    margin-top: 50px;
  }
}
body.home .entry-content .pull-out-list:before {
  top: -20px !important;
}
@media (min-width: 600px) and (max-width: 1020px) {
  body.home .entry-content .generic-cta-section.downloadable .img-wrapper:after {
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 600px) {
  body.home .entry-content .home-homework-section .wp-block-columns .wp-block-column ul:last-child {
    margin-top: 0px;
  }
  body.home .entry-content .home-homework-section .wp-block-columns .wp-block-column ul:first-child {
    margin-bottom: 0px;
  }
}

.three-column-posts .container-base, .three-column-posts .wp-block-media-text {
  margin-bottom: 0px;
}
.three-column-posts .wp-block-columns {
  flex-wrap: wrap;
}
@media (max-width: 543.98px) {
  .three-column-posts .wp-block-columns {
    justify-content: center;
  }
}
@media (min-width: 780px) {
  .three-column-posts .wp-block-columns {
    justify-content: space-between;
  }
}
.three-column-posts .wp-block-columns .wp-block-column.post {
  flex: 0 0 33.33%;
  max-width: 360px;
  margin-bottom: 30px;
}
@media (min-width: 782px) {
  .three-column-posts .wp-block-columns .wp-block-column.post {
    flex: 0 0 calc(33.33% - 30px);
    margin: 0 0px 30px 0px;
  }
}
@media (min-width: 782px) {
  .three-column-posts .wp-block-columns .wp-block-column.post:not(:first-child) {
    margin-left: 0px;
  }
}
.three-column-posts .wp-block-columns .wp-block-column.post:hover {
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.15);
  transition: 0.25s ease;
}
.three-column-posts .wp-block-columns .wp-block-column.post .post-card {
  background-color: #fbfbfb;
  height: 100%;
}
.three-column-posts .wp-block-columns .wp-block-column.post .post-card .image-wrapper {
  overflow: hidden;
  height: 260px;
}
.three-column-posts .wp-block-columns .wp-block-column.post .post-card .image-wrapper .img-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.three-column-posts .wp-block-columns .wp-block-column.post .post-card .image-wrapper .img-wrap img {
  align-self: center;
  max-width: 50%;
  margin: 0 auto;
}
.three-column-posts .wp-block-columns .wp-block-column.post .post-card .image-wrapper .img-wrap.placeholder {
  background-size: initial !important;
  background-repeat: no-repeat;
  background-color: #322883;
}
.three-column-posts .wp-block-columns .wp-block-column.post .post-card .summary-container {
  text-align: center;
  padding: 20px 40px;
}
.three-column-posts .wp-block-columns .wp-block-column.post .post-card .summary-container .summary-header a,
.three-column-posts .wp-block-columns .wp-block-column.post .post-card .summary-container .summary-header span {
  color: #323e48;
  font-size: 12px;
  font-weight: 300;
}
.three-column-posts .wp-block-columns .wp-block-column.post .post-card .summary-container .summary-header span.separator {
  color: #0d8ec7;
}
.three-column-posts .wp-block-columns .wp-block-column.post .post-card .summary-container .post-title h4 {
  height: 96px;
  margin-bottom: 20px;
  color: #322883;
  font-weight: bold;
}
.three-column-posts .wp-block-columns .wp-block-column.post a:not(.button) {
  text-decoration: none;
  line-height: 0px;
}

.sub-pages .container-base, .sub-pages .wp-block-media-text {
  margin-bottom: 0px;
}
.sub-pages h2 {
  color: #322883;
}
.sub-pages .pages-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .sub-pages .pages-list {
    justify-content: flex-start;
  }
}
.sub-pages .pages-list li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  margin-bottom: 20px !important;
}
@media (min-width: 544px) {
  .sub-pages .pages-list li {
    flex-basis: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .sub-pages .pages-list li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.33% - 30px);
    margin-bottom: 30px !important;
    margin-right: 45px;
  }
}
@media (min-width: 992px) {
  .sub-pages .pages-list li:nth-child(3n+3) {
    margin-right: 0px;
  }
}
.sub-pages .pages-list li:before {
  display: none !important;
}
.sub-pages .pages-list li a {
  border: none;
}
.sub-pages .pages-list li .image-wrapper {
  overflow: hidden;
  height: 260px;
  margin-bottom: 15px;
}
.sub-pages .pages-list li .image-wrapper .img-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.sub-pages .pages-list li .image-wrapper .img-wrap img {
  align-self: center;
  max-width: 50%;
  margin: 0 auto;
}
.sub-pages .pages-list li .image-wrapper .img-wrap.placeholder {
  background-size: initial !important;
  background-repeat: no-repeat;
  background-color: #322883;
}
.sub-pages .pages-list li .summary-header > * {
  font-weight: 600;
  font-size: 14px;
  pointer-events: none;
}
.sub-pages .pages-list li h4 {
  margin-top: 0px;
}

@media (min-width: 992px) {
  body.blog .newsletter-title,
  body.blog .events-title,
  body.blog .news-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
body.blog .newsletter-title,
body.blog .events-title {
  margin-top: 50px;
}
body.blog .notice-blocks .container-base, body.blog .notice-blocks .wp-block-media-text {
  margin-top: 0px;
}

#WidgetLauncher {
  display: none !important;
}

.sub-pages ul {
  margin-top: 0px;
}

body.page-kids-zone .content-area .container-base, body.page-kids-zone .content-area .wp-block-media-text {
  margin-top: 0px;
}
body.page-kids-zone .wp-block-cover {
  width: inherit;
  min-height: 60vh;
}
body.page-kids-zone .wp-block-cover p {
  line-height: 42px;
}

@media (min-width: 600px) {
  body.page-contact-us .pull-out-list {
    height: calc(100% - 130px);
  }
}

@media (min-width: 992px) {
  .wpcf7-form {
    max-width: 585px;
  }
}

.wp_block-crowdsignal-forms-poll__vote-branding,
.crowdsignal-forms__footer-branding {
  display: none !important;
}

/*--------------------------------------------------------------
# blocks
--------------------------------------------------------------*/
.wp-block-media-text {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0px;
}
.wp-block-media-text .wp-block-media-text__content p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}
.wp-block-media-text .wp-block-media-text__content h4 {
  text-transform: inherit;
}
@media (min-width: 782px) {
  .wp-block-media-text figure {
    margin-left: 15px !important;
  }
}
.wp-block-media-text figure img {
  height: 100%;
}

.team-member-grid .section-heading {
  margin-bottom: 30px;
}
.team-member-grid .inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .team-member-grid .inner-container {
    justify-content: flex-start;
  }
}
.team-member-grid .inner-container .team-member {
  max-width: 264px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(33.33% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .team-member-grid .inner-container .team-member {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 15px);
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .team-member-grid .inner-container .team-member:nth-child(2n) {
    margin-right: 0px;
  }
}
.team-member-grid .inner-container .team-member a {
  text-decoration: none;
}
.team-member-grid .inner-container .team-member .img-container {
  max-width: 264px;
  max-height: 225px;
  overflow: hidden;
}
.team-member-grid .inner-container .team-member .img-container .placeholder {
  min-height: 225px;
}
.team-member-grid .inner-container .team-member .member-details h4 {
  font-size: 14px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .team-member-grid .inner-container .team-member .member-details h4 {
    font-size: 20px;
  }
}
.team-member-grid .inner-container .team-member .member-details .department-details ul {
  padding-left: 0px;
}
.team-member-grid .inner-container .team-member .member-details .department-details ul.teams li:first-child {
  color: #322883;
  font-size: 18px !important;
  margin-bottom: 5px !important;
}
.team-member-grid .inner-container .team-member .member-details .department-details li {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}
.team-member-grid .inner-container .team-member .member-details .department-details li:before {
  display: none !important;
}

.pull-out-list {
  height: 100%;
  padding: 10px;
  border-radius: 3px;
  position: relative;
}
@media (min-width: 992px) {
  .pull-out-list {
    padding: 10px 0px;
  }
}
.pull-out-list:before {
  position: absolute;
  content: url("../../assets/icons/paperclip-icon.svg");
  top: -25px !important;
  right: 35px;
}
.pull-out-list .container-base, .pull-out-list .wp-block-media-text {
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .pull-out-list .container-base .inner-container, .pull-out-list .wp-block-media-text .inner-container {
    padding-left: 25px;
  }
}
.pull-out-list h3 {
  color: #4eaf5b;
  margin: 0px;
}
.pull-out-list h3:after {
  background: #ddf3e3 !important;
}
.pull-out-list ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 30px;
}
.pull-out-list ul a {
  color: #0d8ec7 !important;
  font-weight: 600;
}
.pull-out-list ul p {
  margin-top: 0px;
  margin-bottom: 20px;
}

:not(.wp-block-column) > .pull-out-list {
  margin: 30px 0px;
  max-width: 556px;
}
.wp-block-pullquote {
  background: #ffefef !important;
  padding-top: 10px;
  margin: 0px;
  text-align: left;
  position: relative;
  border-radius: 3px;
}
.wp-block-pullquote:before {
  position: absolute;
  content: url("../../assets/icons/quote-icon.svg");
  top: -10px !important;
  right: 40px;
}
@media (min-width: 992px) {
  .wp-block-pullquote {
    height: 100%;
  }
}
.wp-block-pullquote figure {
  padding: 0px;
}
.wp-block-pullquote blockquote {
  text-align: left;
  margin-bottom: 0;
}
.wp-block-pullquote p {
  display: block !important;
  color: #e98484;
  margin: 0px;
  margin-bottom: 30px;
  width: fit-content;
}
.wp-block-pullquote p:after {
  background: #fde7e8 !important;
}
.wp-block-pullquote cite {
  color: #322883;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  font-style: normal;
  text-align: left;
}

:not(.wp-block-column) > .wp-block-pullquote {
  margin: 30px 0px;
  max-width: 556px;
}
.announcement-block {
  background: #ecf5fb !important;
  padding: 10px 24px;
  margin: 0px;
  text-align: left;
  position: relative;
  border-radius: 3px;
}
.announcement-block:before {
  position: absolute;
  content: url("../../assets/icons/mega-phone.svg");
  top: -16px !important;
  right: 40px;
}
@media (max-width: 600px) {
  .announcement-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.announcement-block .container-base, .announcement-block .wp-block-media-text {
  margin-top: 20px;
}
.announcement-block h3 {
  color: #0d8ec7;
  margin: 0px;
  margin-bottom: 15px;
}
.announcement-block h3:after {
  background: #d8eef9 !important;
}
.announcement-block .summary {
  color: #322883;
  text-align: left;
  margin: 15px 0 30px 0px;
}
.announcement-block .summary > * {
  color: #322883;
  text-align: left;
}

:not(.wp-block-column) > .announcement-block {
  margin: 30px 0px;
  max-width: 556px;
}
.date-calendar-block {
  background-color: #fef9eb;
  padding: 10px 24px 24px;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
.date-calendar-block:before {
  position: absolute;
  content: url("../../assets/icons/calendar-icon.svg");
  top: -10px !important;
  right: 40px;
}
.date-calendar-block .container-base, .date-calendar-block .wp-block-media-text {
  margin-top: 10px;
}
.date-calendar-block h3 {
  color: #fed765;
  margin-top: 0px;
  margin-bottom: 45px;
}
.date-calendar-block h3:after {
  background: #fef3db !important;
}
.date-calendar-block .event-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .date-calendar-block .event-container {
    flex-direction: column;
  }
}
.date-calendar-block .event-container .event {
  text-align: center;
  flex: 33%;
  margin-bottom: 15px;
  border-right: 3px solid #fed765;
  padding: 40px;
}
@media (max-width: 999px) {
  .date-calendar-block .event-container .event {
    border-right: none;
    border-bottom: 3px solid #fed765;
  }
}
.date-calendar-block .event-container .event:last-child {
  margin-bottom: 0px;
  border: none;
}
.date-calendar-block .event-container .event .event-date {
  margin: 0px;
  font-weight: 600;
}
.date-calendar-block .event-container .event .event-title {
  color: #0d8ec7 !important;
  font-weight: 600;
}
.date-calendar-block .event-container .event .event-summary {
  margin: 0px;
}

.accrediations-wrapper {
  background: rgba(216, 216, 216, 0.0745098039);
  padding: 15px 0;
}
.accrediations-wrapper .inner-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .accrediations-wrapper .inner-wrapper {
    max-width: 984px;
    padding: 0px;
  }
}
@media (max-width: 991.98px) {
  .accrediations-wrapper .inner-wrapper {
    flex-wrap: wrap;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 543.98px) {
  .accrediations-wrapper .inner-wrapper {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.accrediations-wrapper .inner-wrapper .accreditation {
  text-align: center;
}
@media (max-width: 991.98px) {
  .accrediations-wrapper .inner-wrapper .accreditation {
    margin: 0;
  }
  .accrediations-wrapper .inner-wrapper .accreditation:nth-last-child(-n+4) {
    flex: 0 0 45%;
    object-fit: contain;
  }
}
@media (max-width: 991.98px) {
  .accrediations-wrapper .inner-wrapper .accreditation:nth-child(-n+4) {
    flex: 0 0 25%;
  }
}
@media (max-width: 991.98px) {
  .accrediations-wrapper .inner-wrapper .accreditation:nth-child(-n+4) img {
    max-width: 72px;
  }
}
@media (max-width: 991.98px) {
  .accrediations-wrapper .inner-wrapper .accreditation img {
    width: 100%;
    height: 100%;
  }
}

.notice-blocks {
  margin-top: -40px;
  z-index: 5;
}
@media (min-width: 992px) {
  .notice-blocks {
    margin-top: -153px;
  }
}
.notice-blocks.not-home {
  margin-top: 0px;
}
.notice-blocks .notice {
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .notice-blocks .notice {
    margin-bottom: 0px;
  }
}
.notice-blocks .notice .inner-wrapper {
  border: 1px dotted #ffffff;
  border-radius: 3px;
  height: 100%;
  padding: 10px 20px;
}
.notice-blocks .notice.ofsted-notice {
  background: #322883;
}
.notice-blocks .notice.ofsted-notice .link-container {
  height: 100%;
  border: none !important;
  display: block;
  cursor: pointer;
}
.notice-blocks .notice.ofsted-notice .img-wrapper {
  height: 153px;
  width: 142px;
}
@media (min-width: 992px) {
  .notice-blocks .notice.ofsted-notice .img-wrapper img {
    margin-top: 13px;
  }
}
.notice-blocks .notice.ofsted-notice .summary-wrapper p {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
.notice-blocks .notice.newsletter-notice {
  background: #fed765;
}
.notice-blocks .notice.newsletter-notice .summary-wrapper {
  margin-bottom: 5px;
  min-height: 146px;
}
.notice-blocks .notice.newsletter-notice .summary-wrapper h4 {
  margin-top: 0px;
  color: #322883;
}
.notice-blocks .notice.newsletter-notice .summary-wrapper h4 a {
  border: none;
  color: #322883 !important;
}
.notice-blocks .notice.newsletter-notice .summary-wrapper a {
  border-color: rgba(45, 172, 230, 0.137254902);
}
.notice-blocks .notice.newsletter-notice .summary-wrapper a:focus, .notice-blocks .notice.newsletter-notice .summary-wrapper a:hover, .notice-blocks .notice.newsletter-notice .summary-wrapper a:active {
  border-color: #0d8ec7;
}
.notice-blocks .notice.newsletter-notice .summary-wrapper p.all-newsletters {
  margin: 22px 0 0 0;
}
.notice-blocks .notice.newsletter-notice .summary-wrapper p.all-newsletters a {
  color: #0d8ec7;
}
.notice-blocks .notice.twitter-feed {
  background: #f5f5f5;
}
.notice-blocks .notice.twitter-feed .inner-wrapper {
  border: 1px dotted #c3c3c3;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] {
  width: 100% !important;
  height: 100% !important;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .grid-item {
  height: 100% !important;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] a {
  text-decoration: none;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] a:before {
  display: none;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element {
  box-shadow: none !important;
  background: #f5f5f5 !important;
  height: 100% !important;
  margin-bottom: 0 !important;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .content {
  padding-top: 0px !important;
  padding-left: 0px;
  min-height: 125px;
  position: relative;
}
@media (min-width: 599px) {
  .notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .content {
    padding-bottom: 120px;
    min-height: 80px;
  }
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .pull-left {
  border-radius: 50% !important;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .pull-left img {
  border-radius: 50% !important;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .media-body > p {
  display: flex !important;
  flex-direction: column-reverse !important;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .media-body .muted.pull-right {
  font-size: 12px;
  margin-top: 3px;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .media-body .author-title {
  font-weight: 600;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .media-body .text-wrapper {
  position: absolute;
  top: 55px;
  left: 0px;
  background: #f5f5f5;
  border-radius: 0 !important;
}
@media (max-width: 999px) {
  .notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .media-body .text-wrapper {
    margin-top: 10px;
  }
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .media-body .text-wrapper a {
  display: none !important;
  position: absolute;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element .media-body .text-wrapper p {
  color: #3e3e3e !important;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element :nth-child(2) {
  max-width: 100% !important;
  max-height: 209px !important;
  overflow: hidden;
  border-radius: 3px;
}
.notice-blocks .notice.twitter-feed div[id^=social-feed-container-] .social-feed-element :nth-child(2) img {
  border-radius: 3px !important;
}
@media (min-width: 782px) {
  .notice-blocks .notice.twitter-feed.second-tweet {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .notice-blocks .notice.twitter-feed.second-tweet {
    display: none !important;
  }
}
.notice-blocks .notice.twitter-feed.second-tweet .grid-item:first-child {
  display: none !important;
}

.ctf-tweet-meta,
.ctf-screename-sep {
  display: none !important;
}

.ctf-item {
  min-height: 400px;
}

.ctf-tweet-content,
.ctf-tweet-actions {
  margin-left: 0 !important;
}

#ctf.ctf-narrow .ctf-author-box {
  height: 46px;
}

.swiper-container.image-swiper {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.swiper-container.image-swiper .swiper-slide {
  background: #aae4ff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-container.image-swiper .swiper-slide > a {
  border: none;
}
.swiper-container.image-swiper .swiper-slide .img-wrapper {
  height: 125.32px;
  width: 183.75px;
  padding: 60px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .swiper-container.image-swiper .swiper-slide .img-wrapper {
    height: 231px;
    width: 338px;
  }
}
.swiper-container.image-swiper .swiper-button-next,
.swiper-container.image-swiper .swiper-button-prev {
  color: white;
}
.swiper-container.image-swiper .swiper-button-next:after,
.swiper-container.image-swiper .swiper-button-prev:after {
  font-size: 25px;
  position: absolute;
}
.swiper-container.image-swiper .swiper-button-next:before,
.swiper-container.image-swiper .swiper-button-prev:before {
  position: absolute;
  content: "";
  height: 68px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.0352941176);
  transition: all 0.3s;
}
.swiper-container.image-swiper .swiper-button-next:hover:before,
.swiper-container.image-swiper .swiper-button-prev:hover:before {
  background-color: rgba(0, 0, 0, 0.2862745098);
}
.swiper-container.image-swiper .swiper-button-prev:before {
  top: -13px;
  bottom: 0;
  left: -10px;
  right: 0px;
}
.swiper-container.image-swiper .swiper-button-prev:after {
  left: 4px;
}
.swiper-container.image-swiper .swiper-button-next:before {
  top: -13px;
  bottom: 0;
  left: -3px;
}
.swiper-container.image-swiper .swiper-button-next:after {
  right: 3px;
}

.generic-cta-section {
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.generic-cta-section .inner-wrapper {
  border: 1px dotted #ffffff;
  border-radius: 3px;
  height: 100%;
  padding: 10px 15px;
  display: flex;
}
.generic-cta-section .inner-wrapper .cta-details {
  flex: 0 0 50%;
  z-index: 2;
}
.generic-cta-section .inner-wrapper .img-wrapper {
  display: flex;
  align-items: flex-end;
  flex: 0 0 50%;
}
.generic-cta-section .inner-wrapper .summary {
  font-size: 12px;
}
.generic-cta-section .inner-wrapper .button-wrapper {
  margin: 20px 0px 10px 0px;
}
.generic-cta-section .inner-wrapper .button-wrapper .button {
  min-width: 150px;
  border-color: transparent;
  display: inline-block;
  text-align: center;
}
.generic-cta-section .inner-wrapper .button-wrapper .button:hover {
  border-color: #322883;
}
.generic-cta-section:not(.downloadable) .cta-details .summary {
  background: #fdc651;
}
.generic-cta-section:not(.downloadable) .img-wrapper {
  position: relative;
  flex: 0 0 100%;
}
.generic-cta-section:not(.downloadable) .img-wrapper img {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 110px;
  object-fit: contain;
}
.generic-cta-section.downloadable .inner-wrapper {
  padding: 10px 35px 10px 20px;
}
@media (min-width: 600px) and (max-width: 1020px) {
  .generic-cta-section.downloadable .inner-wrapper {
    padding: 10px 10px;
  }
}
.generic-cta-section.downloadable .inner-wrapper .cta-details {
  flex: 0 0 70%;
}
@media (min-width: 992px) {
  .generic-cta-section.downloadable .inner-wrapper .cta-details {
    flex: 0 0 60%;
  }
}
.generic-cta-section.downloadable .inner-wrapper .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  flex: 0 0 30%;
}
@media (min-width: 992px) {
  .generic-cta-section.downloadable .inner-wrapper .img-wrapper {
    flex: 0 0 40%;
  }
}
.generic-cta-section.downloadable .inner-wrapper .img-wrapper {
  position: relative;
  max-width: 115px;
}
.generic-cta-section.downloadable .inner-wrapper .img-wrapper img {
  width: 100%;
  margin-left: auto;
}
.generic-cta-section.downloadable .inner-wrapper .img-wrapper:after {
  position: absolute;
  content: url("../../assets/icons/dl-icon.svg");
  right: -30px;
  bottom: 45px;
}

.custom-download-links .container-base, .custom-download-links .wp-block-media-text {
  margin: 0px;
}
.custom-download-links .wp-block-columns {
  display: flex;
  flex-wrap: wrap !important;
  gap: 10px;
}
@media (min-width: 544px) {
  .custom-download-links .wp-block-columns {
    justify-content: space-between;
  }
}
.custom-download-links .wp-block-columns .wp-block-column {
  margin-left: 0 !important;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
@media (min-width: 544px) {
  .custom-download-links .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 15px);
    flex-shrink: 0px;
    flex-grow: 0px;
  }
}
.custom-download-links .wp-block-columns .wp-block-column:nth-child(1n) {
  background-color: #4eaf5b;
}
.custom-download-links .wp-block-columns .wp-block-column:nth-child(2n) {
  background-color: #e98484;
}
.custom-download-links .wp-block-columns .wp-block-column:nth-child(3n) {
  background-color: #322883;
}
.custom-download-links .wp-block-columns .wp-block-column:nth-child(3n) .button {
  background: #ffffff;
  color: #322883 !important;
}
.custom-download-links .wp-block-columns .wp-block-column:nth-child(3n) .button:hover {
  background: transparent;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.custom-download-links .wp-block-columns .wp-block-column:nth-child(4n) {
  background-color: #fed765;
}
.custom-download-links .wp-block-columns .wp-block-column:nth-child(4n) h5 {
  color: #322883 !important;
}
.custom-download-links .wp-block-columns .wp-block-column:nth-child(5n) {
  background-color: #0d8ec7;
}
.custom-download-links .wp-block-columns .wp-block-column:nth-child(6n) {
  background-color: #3e3e3e;
}
.custom-download-links .wp-block-columns .wp-block-column .inner-wrapper {
  padding: 10px 35px 10px 20px;
  border: 1px dotted #ffffff;
  border-radius: 3px;
  height: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  width: 100%;
}
.custom-download-links .wp-block-columns .wp-block-column .inner-wrapper .link-details {
  flex: 0 0 82%;
}
.custom-download-links .wp-block-columns .wp-block-column .inner-wrapper .link-details h5 {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 0px;
}
.custom-download-links .wp-block-columns .wp-block-column .inner-wrapper .link-details .button-wrapper {
  margin-bottom: 10px;
}
.custom-download-links .wp-block-columns .wp-block-column .inner-wrapper .link-details .button-wrapper a {
  border: none;
  color: #ffffff;
}
/*--------------------------------------------------------------
# ie11
--------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .landing-video .container-base, .landing-video .wp-block-media-text {
    margin: 0px;
  }
  .main-navigation.toggled {
    left: 0px;
  }
  ul.sub-pages {
    margin-top: 50px;
  }
}
/*--------------------------------------------------------------
// # Fonts
// --------------------------------------------------------------*/
@font-face {
  font-family: "Guthen Bloots";
  src: url("../../assets/fonts/Guthen-Bloots-Font/WOFF/Guthen Bloots.woff2") format("woff2"), url("../../assets/fonts/Guthen-Bloots-Font/WOFF/Guthen Bloots.woff") format("woff");
}
@font-face {
  font-family: "Guthen Bloots Alt1";
  src: url("../../assets/fonts/Guthen-Bloots-Font/OTF/Guthen Bloots Alt1.otf") format("opentype"), url("../../assets/fonts/Guthen-Bloots-Font/TTF/Guthen Bloots Alt1.ttf") format("truetype");
}
@font-face {
  font-family: "Guthen Bloots Alt2";
  src: url("../../assets/fonts/Guthen-Bloots-Font/OTF/Guthen Bloots Alt2.otf") format("opentype"), url("../../assets/fonts/Guthen-Bloots-Font/TTF/Guthen Bloots Alt2.ttf") format("truetype");
}

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