/*!
Theme Name: Cruden Foundation
Theme URI: http://underscores.me/
Author: Orbit Communications
Author URI: https://www.orbit.scot/
Description: The Bespoke WordPress theme for Cruden Foundation site
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foundation1
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

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

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.cc-message, .cc-btn {
  color: #4b5869 !important;
}

.cc-btn.cc-allow {
  color: #ffffff !important;
}
.cc-btn.cc-allow:hover, .cc-btn.cc-allow:focus {
  background-color: #203370 !important;
}

.cc-message {
  font-family: "Caecilia LT Std", serif;
  font-size: 16px;
  line-height: 1.2;
}

.cc-btn {
  font-family: "Caecilia LT Std", serif;
  font-size: 16px;
}

.cc-deny {
  background-color: pink;
}

.cc-revoke {
  font-family: "Caecilia LT Std", serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* Custom Fonts */
/*
@font-face{
	font-family: "crudenIcon";
	src:url("fonts/crudenIcon/cruden.eot");
	src:url("fonts/crudenIcon/cruden.eot?") format("embedded-opentype"),
	url("fonts/crudenIcon/cruden.woff") format("woff"),
	url("fonts/crudenIcon/cruden.ttf") format("truetype"),
	url("fonts/crudenIcon/cruden.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face{
	font-family: "crudenCore";
	src:url("fonts/crudenCore/light.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face{
	font-family: "crudenCore";
	src:url("fonts/crudenCore/heavy.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: block;
}

@font-face{
	font-family: "crudenCoreReg";
	src:url("fonts/crudenCore/regular.woff2") format("woff2");
	font-weight: normal; 
	font-style: normal;
	font-display: block;
}
*/
@font-face {
  font-family: "Caecilia LT Std";
  src: url("fonts/core/CaeciliaLTStd-BoldItalic.woff2") format("woff2"), url("fonts/core/CaeciliaLTStd-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Caecilia LT Std";
  src: url("fonts/core/CaeciliaLTStd-HeavyItalic.woff2") format("woff2"), url("fonts/core/CaeciliaLTStd-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Caecilia LT Std";
  src: url("fonts/core/CaeciliaLTStd-Heavy.woff2") format("woff2"), url("fonts/core/CaeciliaLTStd-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Caecilia LT Std";
  src: url("fonts/core/CaeciliaLTStd-Italic.woff2") format("woff2"), url("fonts/core/CaeciliaLTStd-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Caecilia LT Std";
  src: url("fonts/core/CaeciliaLTStd-Light.woff2") format("woff2"), url("fonts/core/CaeciliaLTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Caecilia LT Std";
  src: url("fonts/core/CaeciliaLTStd-LightItalic.woff2") format("woff2"), url("fonts/core/CaeciliaLTStd-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
/* Custom Fonts - END*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Caecilia LT Std", serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

.primary-text-styles *:first-child {
  margin-top: 0;
}
.primary-text-styles *:last-child {
  margin-bottom: 0;
}
.primary-text-styles p strong, .primary-text-styles ul strong, .primary-text-styles ol strong {
  font-family: "Caecilia LT Std", serif;
}
@media only screen and (min-width: 768px) {
  .primary-text-styles p {
    font-size: 22px;
    line-height: 1.2727272727;
    margin-bottom: 1.2727272727em;
  }
  .primary-text-styles li {
    font-size: 22px;
    line-height: 1.1818181818;
    margin-bottom: 0.4545454545em;
  }
  .primary-text-styles p + ul, .primary-text-styles p + ol {
    position: relative;
    top: -18px;
  }
}
@media only screen and (min-width: 1280px) {
  .primary-text-styles p {
    font-size: 24px;
    line-height: 1.1666666667;
    margin-bottom: 1.25em;
  }
  .primary-text-styles li {
    font-size: 24px;
    line-height: 1.1666666667;
    margin-bottom: 0.4166666667em;
  }
  .primary-text-styles p + ul, .primary-text-styles p + ol {
    position: relative;
    top: -20px;
  }
}
.primary-text-styles--hero p {
  margin-bottom: 1em;
  font-size: 22px;
}
@media only screen and (min-width: 1024px) {
  .primary-text-styles--hero p {
    margin-bottom: 1em;
    font-size: 26px;
  }
}
.primary-text-style-el {
  font-size: 18px;
}
.primary-text-style-el strong {
  font-family: "Caecilia LT Std", serif;
}
@media only screen and (min-width: 768px) {
  .primary-text-style-el {
    font-size: 22px;
    line-height: 1.1818181818;
    margin-bottom: 1.2727272727em;
  }
}
@media only screen and (min-width: 1280px) {
  .primary-text-style-el {
    font-size: 24px;
    line-height: 1.1666666667;
    margin-bottom: 1.25em;
  }
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #712f86;
}
a:visited {
  color: #712f86;
}
a:hover, a:focus, a:active {
  color: #712f86;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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: #000000;
  border: 1px solid #000000;
  padding: 3px;
  outline: none;
}
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: #28408d;
}

select {
  border: 1px solid #000000;
}

textarea {
  width: 100%;
}

form .formSuccessContent {
  display: none;
}
form.formSent > * {
  display: none;
}
form.formSent .formSuccessContent {
  display: block;
}

.formElement label {
  font-weight: bold;
  font-size: 18px;
}
.formElement input, .formElement textarea, .formElement select {
  font-size: 18px;
  width: 100%;
  padding: 6px 10px;
}
.formElement textarea {
  height: 100px;
}
.formElement span.inputNote {
  display: inline-block;
}

.formElement--file {
  max-width: 450px;
}

.appeal_form .formElement label {
  font-weight: normal;
}

.formElement--textarea label,
.formElement--text label,
.formElement--email label {
  display: block;
  margin-bottom: 10px;
}
.formElement--select label {
  display: block;
  margin-bottom: 10px;
}
.formElement--button {
  text-align: center;
}

* + .formElement--button {
  margin-top: 30px;
}

* + .formElement--checkbox {
  margin-top: 30px;
}

.formElement--checkbox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* When the checkbox is checked, add the tick */
}
.formElement--checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formElement--checkbox label {
  padding-left: 40px;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.formElement--checkbox label:before {
  /* Create a custom checkbox */
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000;
}
.formElement--checkbox span.formElement__tick {
  position: absolute;
  top: -2px;
  left: 11px;
  width: 10px;
  height: 20px;
  border: solid #712f86;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: none;
}
.formElement--checkbox input:checked ~ span.formElement__tick {
  display: block;
}

.formElement--radio {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formElement--radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formElement--radio label {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 10px 45px;
  border: 1px solid #000000;
  border-radius: 6px;
  background-color: #ffffff;
}
.formElement--radio label:before, .formElement--radio label:after {
  content: "";
  position: absolute;
  display: none;
}
.formElement--radio label:before {
  background-color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 15px;
  top: 10px;
}
.formElement--radio label:after {
  position: absolute;
  top: 16px;
  right: 26px;
  width: 7px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.formElement--radio input:checked ~ label {
  color: #ffffff;
  background-color: #712f86;
  border-color: #712f86;
}
.formElement--radio input:checked ~ label:before, .formElement--radio input:checked ~ label:after {
  display: block;
}

.formElement--select select {
  display: block;
}

.formElement--button button {
  background-color: #712f86;
  color: #fff;
  border: 2px solid #712f86;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 80px;
  border-radius: 23px;
}

body.user-is-tabbing .formElement--button button:focus {
  border-color: #000;
}

.formElement.error label:before,
.formElement.error select,
.formElement.error textarea,
.formElement.error input {
  border-color: #f00;
}
.formElement p.error {
  margin-top: 0;
  margin-bottom: 5px;
  color: #712f86;
  font-weight: bold;
  font-size: 14px;
}

button.processing {
  visibility: hidden;
  position: relative;
}
button.processing:after {
  content: "Please wait...";
  visibility: visible;
  display: block;
  position: absolute;
  background-color: #712f86;
  color: #fff;
  top: 0;
  padding: 8px 10px;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single {
  border-color: #000;
  border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
}

.formElement.error .select2-container--default .select2-selection--single {
  border-color: #f00;
}

.select2-container {
  font-size: 18px;
}

.select2-container .select2-selection--single {
  height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 39px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.container--noMargin {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 360px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .container--noMargin {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 411px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container--noMargin {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container--noMargin {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container--noMargin {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container--noMargin {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 1380px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container--noMargin {
    padding-left: 0;
    padding-right: 0;
  }

  .container--full {
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container--noMargin {
    padding-left: 0;
    padding-right: 0;
  }

  .container--full {
    width: 100%;
  }
}
.cols--3-2-1 {
  display: flex;
  flex-direction: column;
}
.cols--3-2-1 .col + .col {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .cols--3-2-1 {
    flex-direction: row;
    justify-content: space-between;
  }
  .cols--3-2-1 .col + .col {
    margin-top: 0;
  }
  .cols--3-2-1 .col {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(66% - 15px);
  }
  .cols--3-2-1 .col + .col {
    width: calc(34% - 15px);
  }
}

.cols--ticksCross {
  display: flex;
  flex-direction: column;
}
.cols--ticksCross .col:first-of-type {
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  .cols--ticksCross {
    flex-direction: row;
  }
  .cols--ticksCross .col {
    flex-grow: 1;
    flex-shrink: 1;
    width: 50%;
  }
  .cols--ticksCross .col + .col {
    margin-left: 30px;
  }
  .cols--ticksCross .col:first-of-type {
    margin-bottom: 0px;
  }
}

.cols--process {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .cols--process {
    flex-direction: row;
    justify-content: flex-start;
  }
  .cols--process .col {
    flex-grow: 0;
    flex-shrink: 1;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .cols--process {
    flex-direction: row;
    justify-content: flex-start;
  }
  .cols--process .col {
    flex-grow: 0;
    flex-shrink: 1;
    width: 33.333%;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.mb-hamburger button {
  background: transparent;
  border: none;
  position: relative;
  width: 40px;
  height: 30px;
  padding: 0;
  margin: 0;
}
.mb-hamburger button:before, .mb-hamburger button:after {
  content: "";
  display: block;
  border-color: #28408d;
  width: 100%;
}
.mb-hamburger button:before {
  top: 0;
  height: 60%;
  border-top: 6px solid #28408d;
  border-bottom: 6px solid #28408d;
}
.mb-hamburger button:after {
  bottom: 0;
  height: 40%;
  border-bottom: 6px solid #28408d;
}

html, body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

body.lock {
  overflow: hidden;
  height: 100vh;
}

.page-blocker.active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.mob-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mob-menu__header h2 {
  color: #fff;
  font-size: 28px;
  margin: 30px 0;
  line-height: 0;
}

.mob-menu hr {
  margin: 0;
  padding: 0;
  height: 2px;
  background-color: #fff;
  margin-top: 8px;
}

.mob-menu__menu-container ul {
  list-style-type: none;
}
.mob-menu__menu-container ul, .mob-menu__menu-container ul li {
  margin: 0;
  padding: 0;
}
.mob-menu__menu-container ul li {
  font-size: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ffffff;
}
.mob-menu__menu-container ul li a {
  color: #fff;
  text-decoration: none;
}
.mob-menu__menu-container ul li > ul {
  display: none;
}
.mob-menu__menu-container ul li > ul.show {
  display: block;
}
.mob-menu__menu-container ul li > ul li {
  border-bottom: none;
}
.mob-menu__menu-container ul li > ul li:before {
  content: "> ";
}
.mob-menu__menu-container ul li > ul li + li {
  padding-top: 0;
}
.mob-menu__menu-container ul li > ul li:last-of-type {
  padding-bottom: 0;
}

.mob-menu__header__close {
  width: 34px;
  height: 34px;
  position: relative;
  cursor: pointer;
}
.mob-menu__header__close:after, .mob-menu__header__close:before {
  content: "";
  display: block;
  background-color: #fff;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 50%;
}
.mob-menu__header__close:after {
  transform: rotate(45deg);
}
.mob-menu__header__close:before {
  transform: rotate(-45deg);
}

.mob-menu {
  background-color: #4b5869;
  width: 100%;
  max-width: 334px;
  padding: 16px 25px 25px 25px;
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 5;
}

.mob-menu__menu-container {
  width: 100%;
}

.mob-menu {
  transition: right 0.5s;
  right: -334px;
  visibility: hidden;
}
.mob-menu.active {
  right: 0;
  visibility: visible;
}

@media only screen and (min-width: 768px) {
  .mob-menu {
    padding-top: 36px;
  }
  .mob-menu hr {
    margin-top: 27px;
  }
}
.dt-menu {
  text-align: right;
}
.dt-menu ul {
  list-style-type: none;
}
.dt-menu ul, .dt-menu ul li {
  margin: 0;
  padding: 0;
}
.dt-menu ul li {
  display: inline-block;
}
.dt-menu ul li + li {
  margin-left: 30px;
}
.dt-menu ul li a {
  display: block;
  padding-bottom: 8px;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.dt-menu ul li a:after {
  transition: height 0.2s;
  content: "";
  display: block;
  height: 0px;
  width: 100%;
  background-color: #28408d;
  position: absolute;
  bottom: 0;
}
.dt-menu ul li a:hover {
  text-decoration: none;
}
.dt-menu ul li a:hover:after {
  height: 4px;
}
.dt-menu ul li a:focus {
  outline: none;
}
.dt-menu ul li.current-menu-item a:after {
  height: 4px;
}

body.user-is-tabbing .dt-menu ul li a:focus {
  text-decoration: underline;
}
body.user-is-tabbing .dt-menu ul li a:focus:after {
  height: 4px;
}

.dt-menu li {
  font-size: 16px;
}

a.cta {
  font-size: 18px;
  line-height: 1;
  padding: 10px 30px;
  margin: 0;
  text-align: center;
  display: block;
  border: 1px solid #712f86;
  border-radius: 20px;
  text-decoration: none;
}
a.cta:hover {
  text-decoration: underline;
}
a.cta:focus {
  outline: none;
}

body.user-is-tabbing .cta:focus {
  text-decoration: underline;
}

a.cta {
  color: #ffffff;
  background-color: #712f86;
}
a.cta:hover {
  color: #ffffff;
}

a.cta--inverse {
  color: #712f86;
  background-color: #ffffff;
}
a.cta--inverse:hover {
  color: #712f86;
}

a.cta--accountDownload {
  border-color: #ffffff;
  position: relative;
  padding-right: 52px;
}
a.cta--accountDownload:hover {
  color: #ffffff;
}
a.cta--accountDownload:after {
  content: "";
  display: block;
  background-image: url("img/downloadIcon-22-21.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 22px;
  width: 22px;
  height: 21px;
  position: absolute;
  right: 31px;
  top: 7px;
}

a.cta--accountDownload {
  color: #ffffff;
}

p.ctaContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
p.ctaContainer .cta {
  margin: 15px;
}
@media only screen and (min-width: 500px) {
  p.ctaContainer {
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
  }
  p.ctaContainer .cta {
    margin: 5px;
  }
}
p.ctaContainer .cta {
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 230px;
}

p.threeColCTAContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
p.threeColCTAContainer .cta {
  flex-shrink: 0;
  flex-grow: 0;
  margin: 20px;
  width: 310px;
}

/* Posts and pages
--------------------------------------------- */
/*

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* header
--------------------------------------------- */
.site-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.site-header {
  position: relative;
  z-index: 2;
}

.site-main {
  position: relative;
  z-index: 1;
}

.site-header .container {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 47.5%;
}
.header__logo a {
  display: block;
}
.header__logo a img {
  display: block;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .header__logo a {
    margin-bottom: 5px;
  }
}

.site-header .mb-hamburger {
  display: block;
}
.site-header .dt-pre-menu,
.site-header .dt-menu {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    flex-basis: 265px;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header .mb-hamburger {
    display: none;
  }
  .site-header .dt-pre-menu,
.site-header .dt-menu {
    display: block;
  }

  .site-header .container {
    align-items: stretch;
    padding-bottom: 0;
  }

  .header__logo {
    flex-basis: 265px;
    padding-bottom: 10px;
  }

  .header__navigation {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
/* footer
--------------------------------------------- */
body {
  min-height: 100vh;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-main {
  flex-grow: 1;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer ul li {
  margin: 0;
  padding: 0;
}
.site-footer ul li a,
.site-footer a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer ul li a:hover,
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer ul li a:focus,
.site-footer a:focus {
  outline: none;
}
.site-footer * {
  text-align: center;
  color: #ffffff;
}
.site-footer p {
  margin: 0;
}

body.user-is-tabbing .site-footer ul li a:focus,
body.user-is-tabbing .site-footer a:focus {
  text-decoration: underline;
}

.footer__email p {
  font-weight: bold;
}
.footer__email p a {
  position: relative;
  /*
  &:before{
  	display: block;
  	content: '';
  	background-image: url('img/footerAtSymbol-white-22-22.svg');
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
  	position: absolute;
  	background-size: 16px;
  	width: 16px;
  	height: 16px;
  	top: 1px;
  	left: -24px;

  }
  */
}
@media only screen and (min-width: 768px) {
  .footer__email p {
    font-size: 26px;
    /*
    a:before{
    	background-size: 22px;
    	width: 22px;
    	height: 22px;
    	top: 4px;
    	left: -30px;
    }
    */
  }
}

.site-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .site-footer {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.footer__menu ul li {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer__menu ul {
    display: flex;
    justify-content: center;
  }
  .footer__menu ul li {
    margin-bottom: 0;
    margin-left: 14px;
    margin-right: 14px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__menu ul li {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.footer__email {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .footer__email {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer__terms__menu ul li {
  margin-bottom: 4px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .footer__terms__menu ul {
    display: flex;
    justify-content: center;
  }
  .footer__terms__menu ul li {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
  }
  .footer__terms__menu ul li + li:before {
    content: "|";
    position: relative;
    left: -5px;
  }
}

.footer__terms__office {
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer__terms__office p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .footer__terms__office {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__terms__office {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer__terms__copyright p {
  font-size: 16px;
}

.entry-footer {
  background-color: pink;
  text-align: center;
}

/* blocks
--------------------------------------------- */
.home_hero_block__img {
  height: 300px;
  width: 100%;
  position: relative;
}
.home_hero_block__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_hero_block__copy p {
  margin-top: 0;
}
.home_hero_block__copy p:first-of-type {
  margin-top: 1.5em;
}

.home_hero_block__copy {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .home_hero_block {
    display: flex;
    align-items: stretch;
  }
  .home_hero_block__img {
    flex-basis: 59.2972181552%;
    height: auto;
  }
  .home_hero_block__copy {
    flex-basis: 40.7027818448%;
  }

  .home_hero_block__copy {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .home_hero_block__copy {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
  }
}
.building_a_brighter_tomorrow h1, .building_a_brighter_tomorrow p {
  text-align: center;
}
.building_a_brighter_tomorrow h1 {
  margin: 0;
}

.building_a_brighter_tomorrow__stats__stat p {
  font-size: 22px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.building_a_brighter_tomorrow__stats__stat p:first-of-type {
  font-size: 76px;
  font-weight: bold;
  margin-bottom: 8px;
}

.building_a_brighter_tomorrow {
  margin-top: 50px;
  margin-bottom: 50px;
}
.building_a_brighter_tomorrow h1 {
  margin-bottom: 60px;
}

.building_a_brighter_tomorrow__stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.building_a_brighter_tomorrow__stats__stat {
  width: 240px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}

.standout_quote_with_image__copy {
  background-color: #28408d;
}
.standout_quote_with_image__copy > * {
  color: #ffffff;
}

.standout_quote_with_image__img {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: -15px;
}
.standout_quote_with_image__img img {
  display: block;
}

.standout_quote_with_image__copy {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
}

.standout_quote_with_image + .standout_quote_with_image {
  margin-top: 50px;
}
.standout_quote_with_image + .standout_quote_with_image .standout_quote_with_image__img img {
  margin-left: auto;
}

.standout_quote_with_image:last-of-type {
  margin-bottom: 50px;
}

@media only screen and (min-width: 360px) {
  .standout_quote_with_image__img {
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: -19px;
  }

  .standout_quote_with_image__copy {
    padding-top: 49px;
    padding-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (min-width: 411px) {
  .standout_quote_with_image__img {
    padding-left: 23px;
    padding-right: 23px;
    margin-bottom: -23px;
  }

  .standout_quote_with_image__copy {
    padding-top: 53px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .standout_quote_with_image__img {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: -25px;
  }

  .standout_quote_with_image__copy {
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .standout_quote_with_image__img {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: -35px;
  }

  .standout_quote_with_image__copy {
    padding-top: 65px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .standout_quote_with_image {
    overflow: visible;
    display: flex;
    align-items: stretch;
    margin-left: 80px;
    max-width: 1286px;
  }

  .standout_quote_with_image__img {
    flex-shrink: 0;
    flex-grow: 0;
    width: 396px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
    margin-right: -198px;
  }

  .standout_quote_with_image__copy {
    width: 9999px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 238px;
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .standout_quote_with_image__copy > * {
    max-width: 600px;
  }

  .standout_quote_with_image + .standout_quote_with_image {
    flex-direction: row-reverse;
    margin-top: 100px;
  }
  .standout_quote_with_image + .standout_quote_with_image .standout_quote_with_image__img {
    margin-right: 0;
    margin-left: -198px;
  }
  .standout_quote_with_image + .standout_quote_with_image .standout_quote_with_image__img img {
    margin-left: auto;
  }
  .standout_quote_with_image + .standout_quote_with_image .standout_quote_with_image__copy {
    padding-right: 238px;
    padding-left: 40px;
  }
  .standout_quote_with_image + .standout_quote_with_image .standout_quote_with_image__copy > * {
    margin-left: auto;
  }

  .standout_quote_with_image:last-of-type {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1366px) {
  .standout_quote_with_image {
    max-width: 1206px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero_image {
  position: relative;
}
.hero_image img {
  display: block;
  width: 100%;
  height: auto;
}

.two_column_text_with_image {
  margin-bottom: 50px;
}

.two_column_text_with_image__img img {
  width: 100%;
  display: block;
}
.two_column_text_with_image__img > div {
  max-width: 438px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.statutory_accounts {
  background-color: #712f86;
}
.statutory_accounts h6, .statutory_accounts p {
  color: #ffffff;
}
.statutory_accounts h6 {
  text-align: center;
  margin: 0;
  font-size: 24px;
  line-height: 1.1666666667;
}

p.statutory_accounts__note {
  text-align: center;
  margin: 0;
}

.statutory_accounts {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dual_ctas {
  margin: 45px 0;
}
.dual_ctas p {
  margin: 0;
}
@media only screen and (min-width: 1280px) {
  .dual_ctas {
    margin-top: 85px;
    margin-bottom: 80;
  }
}

.subContainer {
  max-width: 1146px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .question_answer_area__main {
    display: flex;
    flex-wrap: wrap;
  }
  .question_answer_area__main > * {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.question_answer_area__element {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}

p.question_answer_area__element__q,
p.question_answer_area__element__a {
  margin: 0;
}

p.question_answer_area__element__q {
  color: #4b5869;
  margin-bottom: 0.3em;
}

p.question_answer_area__element__a {
  color: #28408d;
}

.text_area__content {
  max-width: 851px;
  margin-right: auto;
}

.tick_cross_bullet_points {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tick_cross_bullet_points__ticks p,
.tick_cross_bullet_points__crosses p {
  padding-left: 38px;
  position: relative;
}
.tick_cross_bullet_points__ticks p:before,
.tick_cross_bullet_points__crosses p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 24px;
}

.tick_cross_bullet_points__ticks p:before {
  background-image: url("img/tick-30-24.svg");
  background-size: 30px;
}

.tick_cross_bullet_points__crosses p:before {
  background-image: url("img/cross-30-24.svg");
  background-size: 30px;
}

.submission_process__el {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.submission_process__el__icon {
  height: 184px;
  position: relative;
}
.submission_process__el__icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .submission_process__el__icon img {
    left: 0;
    transform: translate(0, -50%);
  }
}

.submission_process__el__text {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
.submission_process__el__text strong {
  font-family: "Caecilia LT Std", serif;
}

.get_in_touch_form_and_information {
  margin-bottom: 50px;
}

.contactDetails p {
  position: relative;
  font-weight: bold;
}
.contactDetails p:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.contactDetails p a {
  color: #000000;
  text-decoration: none;
}
.contactDetails p a:hover {
  text-decoration: underline;
}
.contactDetails p a:focus {
  outline: 0;
}

body.user-is-tabbing .contactDetails p a:focus {
  text-decoration: underline;
}

.contactDetails__email:before {
  background-image: url("img/atSymbol-40-40.svg");
}

.contactDetails__tel:before {
  background-image: url("img/phoneSymbol-44-44.svg");
}

.contactDetails__post:before {
  background-image: url("img/houseSymbol-36-42.svg");
}

.contactDetails p {
  padding-left: 30px;
}
.contactDetails p:before {
  top: 2px;
}
@media only screen and (min-width: 411px) {
  .contactDetails p:before {
    top: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .contactDetails p:before {
    top: 4px;
  }
}
@media only screen and (min-width: 1366px) {
  .contactDetails p:before {
    top: 0;
  }
}
@media only screen and (min-width: 411px) {
  .contactDetails p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .contactDetails p {
    padding-left: 40px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1366px) {
  .contactDetails p {
    padding-left: 60px;
    font-size: 24px;
    padding-top: 4px;
  }
}

.contactDetails__email:before {
  width: 20px;
  height: 20px;
  background-size: 20px;
}
@media only screen and (min-width: 768px) {
  .contactDetails__email:before {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
}
@media only screen and (min-width: 1366px) {
  .contactDetails__email:before {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}

.contactDetails__tel:before {
  width: 22px;
  height: 22px;
  background-size: 22px;
}
@media only screen and (min-width: 768px) {
  .contactDetails__tel:before {
    width: 27.5px;
    height: 27.5px;
    background-size: 27.5px;
  }
}
@media only screen and (min-width: 1366px) {
  .contactDetails__tel:before {
    width: 44px;
    height: 44px;
    background-size: 44px;
  }
}

.contactDetails__post:before {
  width: 18px;
  height: 21px;
  background-size: 18px;
}
@media only screen and (min-width: 768px) {
  .contactDetails__post:before {
    width: 22.5px;
    height: 26.25px;
    background-size: 22.5px;
  }
}
@media only screen and (min-width: 1366px) {
  .contactDetails__post:before {
    width: 36px;
    height: 42px;
    background-size: 36px;
  }
}

.contactFormColsMain > * {
  margin-bottom: 10px;
}

.contactFormColsSub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactFormColsSub > * {
  flex-basis: calc(100% - 128px);
}
.contactFormColsSub > * + * {
  flex-basis: 108px;
}

@media only screen and (min-width: 768px) {
  .contactFormColsMain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contactFormColsMain > * {
    flex-basis: calc(50% - 10px);
  }
}
.appeal_form {
  margin-bottom: 40px;
}

.appeal_form h2 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}
.appeal_form p {
  font-size: 18px;
}

.appeal_form .formElement--file label {
  font-weight: bold;
}

.appealFormColsOne > *,
.appealFormColsTwo > *,
.appealFormColsThree > * {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .appealFormColsTwo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
  .appealFormColsTwo > * {
    flex-basis: calc(50% - 10px);
  }

  .appealFormColsThree {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
  }
  .appealFormColsThree > * {
    flex-basis: calc(33.333% - 10px);
  }
}
.ai-s {
  align-items: start !important;
}

p.imgCornerText {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #28408d;
  line-height: 1;
  font-size: 16px;
  margin: 0;
  padding: 5px;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* colorStyles
--------------------------------------------- */
.bgc--white {
  background-color: #ffffff;
}
.bgc--offWhite {
  background-color: #ededed;
}
.bgc--black {
  background-color: #000000;
}
.bgc--purple {
  background-color: #712f86;
}
.bgc--blue {
  background-color: #28408d;
}
.bgc--greyBlue {
  background-color: #4b5869;
}

.c--white {
  color: #ffffff;
}
.c--offWhite {
  color: #ededed;
}
.c--black {
  color: #000000;
}
.c--purple {
  color: #712f86;
}
.c--blue {
  color: #28408d;
}
.c--greyBlue {
  color: #4b5869;
}

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