fu/*!
Theme Name: The Message
Theme URI: https://www.message.org.uk/
Author: Liz Delves
Author URI: http://lizdelves.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: themessage
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* 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: 800;
	letter-spacing: 0.5px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'Majesti Banner';
  src: url( 'fonts/subset-MajestiBanner-Bold.eot' );
  src: url( 'fonts/subset-MajestiBanner-Bold.eot?#iefix' ) format('embedded-opentype'),
       url( 'fonts/subset-MajestiBanner-Bold.woff2' ) format('woff2'),
       url( 'fonts/subset-MajestiBanner-Bold.woff' ) format('woff'),
       url( 'fonts/subset-MajestiBanner-Bold.ttf' ) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Code Pro';
    src: url('fonts/Code-Pro-Bold.eot');
    src: url('fonts/Code-Pro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Code-Pro-Bold.woff2') format('woff2'),
        url('fonts/Code-Pro-Bold.woff') format('woff'),
        url('fonts/Code-Pro-Bold.ttf') format('truetype'),
        url('fonts/Code-Pro-Bold.svg#Code-Pro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'VeneerThree';
  src: url( 'fonts/VeneerThree-Italic.woff2' ) format('woff2'),
       url( 'fonts/VeneerThree-Italic.woff' ) format('woff'),
       url( '/fonts/VeneerThree-Italic.ttf') format('truetype'),
    	 url( '/fonts/VeneerThree-Italic.svg#VeneerThree-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #1D0008;
	font-family: 'Gotham A', 'Gotham B', sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 26px;
	font-size: 1.625rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

p {
	margin-bottom: 24px;
	line-height: 35px; /* was 30 */
}

p ,
.entry-content ul,
.entry-content ol,
.thin-content-container,
.wp-block-izettle-store,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.wp-block-audio,
.wp-block-file,
.not-found h1,
.connect-form-home,
.wp-block-button,
.wp-block-buttons,
.entry-content .link-in-bio,
#mc_embed_signup {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding-left: 20px;
	padding-right: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
}

.entry-content h2 b,
.entry-content h3 b,
.entry-content h4 b,
.entry-content h5 b,
.entry-content h6 b,
.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content h5 strong,
.entry-content h6 strong {
	font-weight: bold;
}

.entry-content .section-heading h2,
.entry-content .section-heading h3,
.entry-content .section-heading h4,
.entry-content .section-heading h5,
.entry-content .section-heading h6 {
	margin-top: 0;
}

.entry-content p a {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.entry-content li {
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 35px;
}

.entry-content-container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding-left: 20px;
	padding-right: 20px;
}

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

blockquote {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

.entry-content h4 + ul {
  margin-top: 20px;
}

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

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

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

hr {
	background-color: #C79C56;
	border: 0;
	height: 3px;
	margin-bottom: 15px;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container,
.thin-container,
.wp-block-embed,
.index-blog-posts .posts-navigation,
.eo-events-nav,
.wp-block-table,
#sb_instagram,
.wp-block-gallery {
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.container,
.wp-block-embed,
.index-blog-posts .posts-navigation,
.eo-events-nav,
.wp-block-table,
#sb_instagram,
.wp-block-gallery {
	max-width: 1280px;
}

.container.no-padding,
figure.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.thin-container {
	max-width: 940px;
}

.flex_and_center{
	display: flex;
  justify-content: center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	padding-top: 20px;
	position: relative;
	overflow: initial;
}

.site-header .logo {
  width: 150px;
  height: 47px;
  margin-bottom: 16px;
  float: left;
}

/* Cookie disclaimer */
.moove-gdpr-button-holder .mgbutton{
	border-radius: 8px !important;
	color: #fff !important;
	cursor: pointer !important;
	padding: 10px 20px  !important;
	font-weight: bold !important;
	margin-left: 0 !important;
	height: auto !important;
	text-transform: uppercase !important;
	clear: left !important;
	background: #28526c !important;
	float: left  !important;
}

.moove-gdpr-cookie-notice p{
	font-weight: normal !important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: #353535;
	color: #fff;
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 15px;
	font-size: 0.9375rem;
}

.footer-half {
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 45px;
}

.site-footer hr {
	background: #6A6A6A;
	height: 1px;
}

.site-footer h6 {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	text-transform: uppercase;
}

.social {
	margin-bottom: 40px;
	text-align: center;
}

.social img {
	height: 25px;
	width: auto;
	display: inline-block;
}

.social a {
	display: inline-block;
	margin: 10px 3px 0 4px;
}

.search-form {
	width: 315px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 27px;
}

.search-box {
	margin-bottom: 60px;
}

.search-form .search-field {
	background: #353535;
	border: 2px solid #fff;
	border-radius: 0;
	height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	color: #fff;
	width: 259px;
}

.search-form .search-field:focus {
	color: #fff;
}

.search-form .search-field ::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
}
.search-form .search-field :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.search-form .search-field ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
}
.search-form .search-field :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
}

.search-form .search-submit {
	background-color: #353535;
	border: 2px solid #fff;
	background-image: url( 'img/search-2x.png' );
	background-repeat: no-repeat;
	background-size: 25px 25px;
	height: 38px;
	width: 40px;
	border-radius: 0;
	text-indent: -9999px;
	padding: 0;
	background-position: 6px 4px;
	position: relative;
	left: -7px;
	cursor: pointer;
}

.search-form .search-submit:hover {
	border-color: #fff;
	background-color: #444;
}

.footer-menu {
	margin-top: 60px;
	font-weight: bold;
	text-align: center;
}

.footer-menu ul {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.footer-menu li {
	float: left;
	list-style: none;
	margin-right: 9px;
	font-size: 15px;
	font-size: 0.9375rem;
}

.footer-menu li:after {
	content: '|';
	padding-left: 9px;
}

.footer-menu li:last-child:after {
	content: none;
}

.footer-menu a {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.site-info p {
	color: #BFBFBF;
	font-weight: normal;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 20px;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	width: initial;
}

.site-info a {
	color: #BFBFBF;
	font-weight: normal;
}

.site-info a:hover,
.site-info a:focus {
	color: #fff;
}

.fund-reg {
	width: 213px;
	float: left;
	margin-right: 40px;
	margin-bottom: 60px;
}

.efc {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

.footer-contact a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus {
	text-decoration: underline;
}

.thirty-years {
	width: 220px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-file .wp-block-file__button,
.wp-block-button__link,
.nav-next a,
.nav-previous a,
.entry-content .woocommerce a.button,
.entry-content .wc-block-grid .wp-block-button__link.add_to_cart_button,
ul.press-cats a {
	border: none;
	border-radius: 5px;
	background: #C79C56;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1;
	padding: 10px 28px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
  transition: all 0.4s;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.nav-next a,
.nav-previous a {
	background: #28526C;
}

a.button.pdf,
.wp-block-file .wp-block-file__button {
  padding-left: 60px;
}

a.button.pdf:before,
a.pdf:before,
a.docx:before,
a.doc:before,
.wp-block-file .wp-block-file__button:before {
  content: '';
  background-size: 24px 14px;
  display: block;
  width: 24px;
  height: 14px;
  float: left;
  margin-right: 10px;
  position: absolute;
	left: 20px;
}

.wp-block-file .wp-block-file__button:before,
a.button.pdf:before {
  background-image: url( 'img/pdf.png' );
  margin-top: 2px;
  background-repeat: no-repeat;
}

a.pdf,
a.docx,
a.doc {
	margin-bottom: 20px;
	display: block;
	letter-spacing: 0.5px;
}

a.button.pdf {
	display: inline-block;
}

a.pdf:before { /* used on single jobs */
  background-image: url( 'img/pdf-black.png' );
  margin-top: 6px;
  position: relative;
  left: 0;
}

a.docx:before,
a.doc:before { /* used on single jobs */
  background-image: url( 'img/doc-black.png' );
  margin-top: 6px;
  position: relative;
  left: 0;
}

a.button:hover,
.nav-next a:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover {
	padding-right: 38px;
}

.nav-previous a:hover {
	padding-left: 38px;
}

a.button:after,
.nav-next a:after,
.wp-block-button__link:after,
.wp-block-file .wp-block-file__button:after {
 content: '\00bb';
 position: absolute;
 opacity: 0;
 top: 8px;
 right: -10px;
 transition: 0.5s;
}

.nav-previous a:after {
 content: '\00ab';
 position: absolute;
 opacity: 0;
 top: 8px;
 left: -10px;
 transition: 0.5s;
}

a.button:hover:after,
.nav-next a:hover:after,
.wp-block-button__link:hover:after,
.wp-block-file .wp-block-file__button:hover:after {
	opacity: 1;
 	right: 18px;
}

.nav-previous a:hover:after {
	opacity: 1;
 	left: 18px;
}

.page-id-2652 .wp-block-button__link {
	padding: 30px 48px;
	font-size: 21px;
	font-size: 1.3125rem;
}

.page-id-2652 .wp-block-button__link::after {
  top: 28px;
}

button:hover:after,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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 {
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #C79C56;
	font-weight: bold;
}

a:visited {
}

a:hover, a:focus, a:active {
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 9px;
	position: absolute;
	left: 228px;
	top: 0;
	right: 0;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
	margin-top: 20px;
	margin-right: 33px;
	font-size: 16px;
	font-size: 1rem;
}

.main-navigation > div > ul > li:first-child { /* Home link */
	display: none;
}

.main-navigation > div > ul > li:last-child { /* Support button */
	background: #28526C;
	float: right;
	border-radius: 7px;
	margin-top: 10px;
	margin-right: 40px;
  transition: all 0.4s;
  position: relative;
}

.main-navigation > div > ul > li:last-child a { /* Support button */
	color: #fff;
	font-weight: bold;
	padding: 10px 45px;
  transition: all 0.4s;
}

.main-navigation > div > ul > li:last-child a:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 8px;
	right: 10px;
	transition: 0.5s;
}

.main-navigation > div > ul > li:last-child:hover a {
	padding-right: 55px;
}

.main-navigation > div > ul > li:last-child:hover a:after {
	opacity: 1;
 	right: 32px;
}

.main-navigation a {
	display: block;
	color: #000;
	text-decoration: none;
  transition: all 0.3s;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #28526C;
}

.main-navigation ul.sub-menu {
  background: rgba( 255,255,255,0.9);
  border-bottom: 5px solid #28526c;
}

.main-navigation ul.sub-menu li {
  font-size: 15px;
  font-size: 0.9375rem;
	margin-right: 0;
	margin-top: 0;
  transition: all 0.4s;
}

.main-navigation ul.sub-menu li a {
  padding: 15px 15px;
}

.main-navigation ul.sub-menu li:first-child {
	margin-top: 7px;
}

.main-navigation ul.sub-menu li:hover {
  background: #E6E6E6;
}

.main-navigation ul.sub-menu li:hover a {
  color: #1D0008;
  background: #c79c56;
}

.menu-toggle {
	display: none;
	cursor: pointer;
	float: right;
	margin: 14px 20px;
	background-image: url( 'img/menu.png' );
	background-repeat: no-repeat;
	background-size: 20px 15px;
	background-position: 26px 11px;
	padding: 10px 28px 10px 55px;
}

.close-menu {
	display: none;
	background: none;
	padding: 0;
	position: fixed;
	left: 0;
	z-index: 200;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	top: 10px;
}

.close-menu img {
	width: 20px;
	height: 18px;
}

.close-menu img:hover {
	opacity: 0.9;
}

.site-main .comment-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

.nav-links {
	padding-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll .eo-events-nav,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.home-blog-posts {
	margin-top: 80px;
	padding-left: 0;
	padding-right: 0;
}

.index-blog-posts {
	overflow: hidden;
}

.index-blog-posts .blog-post {
	margin-top: 100px;
}

.index-blog-posts .blog-post:nth-child(odd) {
	clear: left;
}

.blog-post {
	width: 50%;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
}

.blog-post img{
	width: 100%;
}

.blog-post h3,
.search-results h2 {
	font-size: 36px;
	font-size: 2.25rem;
  font-family: 'Majesti Banner', Georgia, serif;
  line-height: 40px;
	margin-top: 7px;
}

.blog-post h3 {
	text-transform: initial;
}

.blog-post h3,
.blog-post h3 a,
.search-results h2 a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 0;
}

.blog-post p {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	line-height: 30px;
}

.blog-header-caption {
  width: auto;
	position: absolute;
	bottom: 0;
	padding: 0 120px;
	left: 0;
	right: 0;
	text-align: center;
}

.header-image-block .blog-header-caption h1 {
	width: initial;
	display: inline-block;
	padding-left: 0;
	margin-bottom: 20px;
	border-bottom: 6px solid #C79C56;
	padding-bottom: 12px;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.60);
}

ul.post-tax {
	margin-left: 0;
	padding-left: 0;
}

ul.post-tax li {
	list-style: none;
  display: inline-block;
  margin: 0 6px 10px 6px;
}

ul.post-tax a {
	background: rgba( 255, 255, 255, 0.8 );
	border: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 3px 12px;
}

.date-box {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	width: 70px;
	height: 80px;
	text-align: center;
	padding: 1px 3px 3px 3px;
	margin-right: 20px;
}

.blog-post .entry-header {
	position: relative;
}

.blog-post .date-box {
	top: 0;
}

.date-box span {
	display: block;
	width: 100%;
}

.date-box .date-number {
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
}

.date-box .date-month {
	font-weight: bold;
	font-size: 15px;
	font-size: 0.9375rem;
	text-transform: uppercase;
	margin-top: -6px;
  margin-bottom: -3px;
}

.date-box .date-year {
	font-size: 14px;
	font-size: 0.875rem;
}

.left-link,
.right-link {
	width: 47%;
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.left-link {
	float: left;
	text-align: left;
}

.right-link {
	float: right;
	text-align: right;
	flex-direction: row-reverse;
}

.left-link img,
.right-link img {
	width: 45%;
	min-width: 150px;
}

.left-link img {
	float: left;
	margin-right: 20px;
}

.right-link img {
	float: right;
	margin-left: 20px;
}

.left-link span,
.right-link span {
	display: inline-block;
	width: 100%;
}

.left-link span span,
.right-link span span {
	font-weight: normal;
	color: #000;
	margin-top: normal;
	display: inline;
	position: relative;
}

.left-link span span {
	padding-left: 0;
}

.right-link span span {
	padding-right: 0;
}

.post-nav-links {
	padding-top: 20px;
	border-top: 2px dotted #C6CED0;
	margin-top: 60px;
}

/*--------------------------------------------------------------
## Blog Nav
--------------------------------------------------------------*/
.index-blog-posts .posts-navigation,.eo-events-nav {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

.index-blog-posts .nav-links {
  border-top: 1px solid #C6CED0;
  overflow: hidden;
  margin-top: 20px;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.home-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 100px;
	background: url( 'img/monotone-blue-small.png') repeat;
	overflow: hidden;
	flex-wrap: wrap;
}

.home-links .half {
  width: 100%;
}

.picture-links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.picture-link {
	flex: 1;
  flex-basis: 25%;
  position: relative;
}

.picture-links-5 .picture-link {
	flex-basis: 20%;
}

.picture-link img {
	width: 100%;
	display: block;
}

.picture-link a {
	text-decoration: none;
}

.picture-link h4 {
	font-size: 24px;
	font-size: 1.5rem;
	position: absolute;
	width: 100%;
	line-height: 28px;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding-left: 20px;
	padding-right: 20px;
	max-width: 295px;
}

.picture-link h4,
.find-hub h4{
	font-weight: 800;
	letter-spacing: 1.2px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.picture-links-itnl {
	background: none;
}

.picture-links-itnl .picture-link h4 {
	max-width: 340px;
}

.picture-links-itnl .half {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.find-hub {
	text-align: center;
	padding: 40px 20px;
}

.find-hub h4 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 32px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.find-hub p {
	color: #fff;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 22px;
}

.find-hub h6 {
  font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 10px;
}

.find-hub a {
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
}

.find-hub select {
	height: 44px;
	width: 326px;
	padding-left: 13px;
	max-width: 100%;
}

.find-hub img {
	height: 40px;
	width: auto;
	border: 1px solid #fff;
	margin-bottom: 6px;
}

.near-me-block .find-hub h4 {
  margin-top: 0;
}

/* Connect Settings */
.connect-form-home{
	margin-top: 83px;
}

.connect-form-home h4{
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 60px;
}

.connect-form-home p {
  font-weight: bold;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
## Single Job/Volunteer
--------------------------------------------------------------*/
.individual-job {
	margin-top: 77px;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-404 {
	margin-bottom: -60px;
}

.error-404 .search-form {
  float: left;
  margin-top: 0;
}

.error-404 .search-form .search-field {
  background: #fff;
	border: 2px solid #353535;
	color: #000;
}

.error-404 .search-form .search-submit {
  border: 2px solid #353535;
  background-color: #fff;
  background-image: url( 'img/search-2x-dark.png' );
  background-repeat: no-repeat;
}

.not-found h1 {
	margin-top: 92px;
}

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/
.search-results article {
  border-bottom: 1px solid #C6CED0;
}

.search-results .thin-container p {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.search-results .wp-post-image {
	width: 200px;
	float: right;
	padding-left: 20px;
	margin-top: 0;
}

.search-results h2 {
	margin-top: 30px;
}

.search-results a.button {
	margin-bottom: 40px;
}

.search-results .entry-meta a {
	font-weight: normal;
}

.search-results .entry-meta {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #28526c;
}

.search-results header + a {
	margin-bottom: 20px;
	display: block;
}

/*--------------------------------------------------------------
## Gutenberg Image/Media Text
--------------------------------------------------------------*/
.wp-block-image {
  width: 1160px;
  padding: 0 20px;
  max-width: 100%;
  margin: 50px auto;
}

.wp-block-media-text {
  max-width: 1280px;
  padding-left: 40px;
	padding-right: 40px;
  width: 100%;
  margin: 50px auto;
}

.wp-block-media-text + .wp-block-media-text {
	margin-top: 93px;
}

.wp-block-image img {
	display: block;
	margin: 0 auto;
}

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #000;
  text-align: center;
  font-size: 15px;
  max-width: 1024px;
  margin-left: auto;
	margin-right: auto;
}

.wp-block-media-text .wp-block-media-text__content {
	padding-left: 40px;
	padding-right: 0;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
	padding-right: 40px;
}

.wp-block-media-text__content p {
	width: initial;
	max-width: initial;
	padding-left: 0;
	padding-right: 0;
}

/*--------------------------------------------------------------
## Gutenberg Audio/File
--------------------------------------------------------------*/
.wp-block-file .wp-block-file__button:after {
  top: 11px;
}

.wp-block-file a:first-child {
	margin-right: 20px;
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none;
  display: inline-block;
  margin-left: 0;
}

/*--------------------------------------------------------------
## Gutenberg Blockquote
--------------------------------------------------------------*/
.wp-block-quote {
	border-top: 1px solid #C6CED0;
	border-bottom: 1px solid #C6CED0;
	margin: 80px auto;
	max-width: 90%;
	text-align: center;
	width: 1000px;
	padding-bottom: 20px;
}

.wp-block-quote p {
	font-weight: 700;
	letter-spacing: 1.2px;
	color: #28526C;
	font-size: 26px;
	font-size: 1.625rem;
	margin: 30px auto;
	width: 1000px;
}

.wp-block-quote cite {
	position: relative;
	top: -10px;
	font-style: normal;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
}

/*--------------------------------------------------------------
## Gutenberg button
--------------------------------------------------------------*/
.wp-block-button a,
ul.press-cats a {
	color: #fff;
	background-color: #C79C56;
	text-transform: uppercase;
	font-size: 17px;
	font-size: 1.0625rem;
	border-radius: 7px;
}

.wp-block-buttons .wp-block-button {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.wp-block-buttons.alignleft {
  display: block;
  float: none;
  margin-right: auto;
}

.wp-block-button.aligncenter,
.wp-block-buttons.is-content-justification-center .wp-block-button {
	display: flex;
	justify-content: center;
}

.wp-block-buttons + .wp-block-buttons {
	margin-top: 20px;
}

.wp-block-button.has-large-font-size a {
  font-size: 24px !important;
  letter-spacing: 0.5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wp-block-button.has-large-font-size a:after {
	top: 13px;
}

/*--------------------------------------------------------------
## Gutenberg embeds
--------------------------------------------------------------*/
.wp-block-embed {
	margin-top: 100px;
}

.wp-block-embed + p,
.wp-block-embed + h2,
.wp-block-embed + h3,
.wp-block-embed + h4,
.wp-block-embed + h5,
.wp-block-embed + h6 {
	margin-top: 100px;
}

/*--------------------------------------------------------------
## Press Category Taxonomy
--------------------------------------------------------------*/
ul.press-cats {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 1280px;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

ul.press-cats li {
	list-style: none;
  margin: 0 10px 10px 10px;
}

/*--------------------------------------------------------------
## Event Archive
--------------------------------------------------------------*/
.eo-events-nav {
	width: 1280px;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	padding-top: 5px;
	margin-right: 0;
	margin-left: 0;
}

hr.above-events-nav {
	margin-top: 40px;
	height: 1px;
	background: #C6CED0;
	margin-left: 40px;
  margin-right: 40px;
}

.eo-events-nav .nav-previous {
	padding-left: 40px;
}

.eo-events-nav .nav-next {
	padding-right: 40px;
}

/*--------------------------------------------------------------
## Single Event
--------------------------------------------------------------*/
.eventorganiser-event-meta {
	margin-top: 100px;
}

.eventorganiser-event-meta hr:first-child {
	margin-bottom: 0;
}

.eventorganiser-event-meta h4 {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #c79c56;
	color: #fff;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}

.single-event .entry-content .eo-event-venue-map {
  width: 100%;
  float: none;
  padding: 10px 10px 1px 10px;
}

.single-event .entry-content .eo-event-meta {
	margin-bottom: 20px;
	width: 100%;
}

.single-event .entry-content .eo-event-meta li {
	list-style: none;
	margin-left: 0;
}

.event-meta-inner {
	border-left: 3px solid #C79C56;
	border-right: 3px solid #C79C56;
}

/*--------------------------------------------------------------
## Donate Form
--------------------------------------------------------------*/
#bbox-root {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#bbox-root .BBFormContainer {
	padding: 0;
}

#bbox-root .BBFormFieldContainer {
	margin-left: 0;
	margin-right: 0;
}

#bbox-root fieldset {
	min-width: initial;
}

#bbox-root .BBFormSection,
#bbox-root #bboxdonation_billing_divBillingSection input,
#bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer input:nth-child(3),
#bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer select:nth-child(5) {
	max-width: 100%;
}

#bbox-root .BBFormSectionHeading,
#bbox-root .BBFormTitle .BBFormEventName {
	font-size: 28px;
	font-size: 1.75rem;
	border-bottom: 3px solid #C79C56;
	padding: 0 0 5px 0;
  font-family: 'Majesti Banner', Georgia, serif;
  text-transform: capitalize;
  margin-top: 46px;
  width: 100%;
  font-weight: normal;
}

#bbox-root .BBFormSubTitle .BBFormEventDate {
	margin-top: 10px;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: normal;
}

#bbox-root .BBFormSectionHeading label {
	font-weight: normal;
}

#bbox-root .BBFormRadioLabelGivingLevel {
  border: 2px solid #28526C;
  padding: 12px 30px;
  font-weight: bold;
  color: #28526C;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

#bbox-root .BBFormRadioLabelGivingLevel:hover {
	background-color: rgba(23, 55, 75, 0.1);
}

#bbox-root .BBFormRadioLabelGivingLevelSelected {
	background-color: #28526C;
  color: #fff;
}

#bbox-root #bboxdonation_gift_fldUKGiftAid {
	margin-top: 20px;
	line-height: 30px;
}

#bbox-root #bboxdonation_payment_lblUKBankInstructions em,
#bbox-root #bboxdonation_gift_lblUKGiftAidTerms,
#bbox-root #bboxdonation_payment_lblUKConfirmation em,
p.allocated-funds { /* little text for ts and cs */
	font-size: 15px;
	font-size: 0.9375rem;
	color: #535353;
	font-style: normal;
	line-height: 24px;
}

#bbox-root #bboxdonation_comment_txtComments,
#bbox-root .BBRecurrenceFieldContainer select,
#bbox-root #bboxdonation_billing_divBillingSection select,
#bbox-root #bboxdonation_billing_divBillingSection input,
#bbox-root #bboxdonation_billing_divBillingSection textarea,
#bbox-root #bboxdonation_payment_BBFormDDDetails input {
	background: #E6E6E6;
	border-color: #E6E6E6;
	padding-left: 10px;
	padding-right: 10px;
}

#bbox-root .BBRecurrenceFieldContainer select {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1rem;
	margin-bottom: 10px;
}

#bbox-root #bboxdonation_comment_txtComments {
	max-width: initial;
	margin-left: 0;
	margin-right: 0;
	min-height: 35px;
	font-size: 16px;
	font-size: 1rem;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bbox-root .BBFormFieldRecurrenceInfo {
	padding-left: 0;
}

#bbox-root .BBRecurrenceFieldContainer span {
	font-weight: bold;
}

#bbox-root #lblRecurrenceNextGiftDate {
	font-style: normal;
	font-size: 17px;
	font-size: 1.0625rem;
}

#bbox-root #bboxdonation_comment_lblComments {
	margin: 30px 0 10px 0;
	font-weight: bold;
}

#bboxdonation_billing_divBillingSection label, /* bold the labels */
#bbox-root #fldIndivInfo span,
#bboxdonation_payment_BBFormDDDetails label {
	text-align: left;
	font-weight: bold;
}

#bbox-root #bboxdonation_billing_divEmail input,
#bbox-root #bboxdonation_billing_divPhone input,
#bbox-root .BBFormAddress > .BBFormFieldContainer:nth-child(1) select, /* country */
#bbox-root .BBFormAddress > .BBFormFieldContainer:nth-child(2) textarea /* address */ {
	width: 100%;
	max-width: 100%;
}

#bbox-root #fldIndivInfo span,
#bbox-root .BBFieldBillingStateZip .BBFormFieldContainer label {
	width: 100%;
}

#bbox-root #bboxdonation_payment_BBFormDDUKDonorInstructions em {
	font-size: 17px;
	font-size: 1.0625rem;
	font-style: normal;
	line-height: 30px;
}

#bbox-root #bboxdonation_payment_BBFormDDUKBankInstructions p {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	float: left;
}

#bbox-root #bboxdonation_payment_BBFormDDDetails > .BBFormFieldContainer:nth-child(2) label /* bank name */ {
  text-align: left;
}

#bbox-root #bboxdonation_btnSubmit { /* donate button */
	display: block;
	clear: left;
	background: #28526c;
	float: left;
	margin-bottom: 40px;
	font-size: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

#bbox-root #bboxdonation_payment_lblSortCode,
#bbox-root #bboxdonation_payment_lblAccount,
#bbox-root #bboxdonation_payment_lblAccountHolder,
#bbox-root #bboxdonation_payment_spanAccountNumber,
#bbox-root #bboxdonation_payment_txtAccountNumber,
#bbox-root #bboxdonation_payment_txtBankName,
#bbox-root #bboxdonation_payment_txtAccountHolder {
	width: 100%;
	display: block;
	max-width: 100%;
}

#bbox-root #bboxdonation_payment_lblUKDDDateLabel,
#bbox-root #bboxdonation_payment_lblUKDDDate,
#bbox-root #bboxdonation_payment_lblUKDDServiceUserIDNumberLabel,
#bbox-root #bboxdonation_payment_lblUKDDServiceUserIDNumber {
	display: inline;
	float: none;
}

#bbox-root #bboxdonation_payment_lblUKBankInstructions {
	margin-top: 29px;
	float: left;
}

#bbox-root #bboxdonation_payment_BBFormDDUKBankInstructions a {
	position: relative;
	top: -10px;
	margin-left: 15px;
}

#bbox-root input:focus,
#bbox-root textarea:focus {
	border-color: #cecbcb !important;
	box-shadow: 0 0 0 #CCC;
}

#bbox-root #bboxdonation_recurrence_ddFrequency:focus,
#bbox-root #bboxdonation_recurrence_ddFrequencyDate:focus,
#bbox-root #bboxdonation_comment_txtComments:focus,
#bbox-root #bboxdonation_billing_ddTitle:focus,
#bbox-root #bboxdonation_billing_txtFirstName:focus,
#bbox-root #bboxdonation_billing_txtLastName:focus,
#bbox-root #bboxdonation_billing_txtEmail:focus,
#bbox-root #bboxdonation_billing_txtPhone:focus,
#bbox-root #bboxdonation_billing_billingAddress_ddCountry:focus,
#bbox-root #bboxdonation_billing_billingAddress_txtAddress:focus,
#bbox-root #bboxdonation_billing_billingAddress_txtUKCity:focus,
#bbox-root #bboxdonation_billing_billingAddress_ddUKCounty:focus,
#bbox-root #bboxdonation_billing_billingAddress_txtUKPostCode:focus,
#bbox-root #bboxdonation_payment_txtBankName:focus,
#bbox-root #bboxdonation_payment_txtSortCode1:focus,
#bbox-root #bboxdonation_payment_txtSortCode2:focus,
#bbox-root #bboxdonation_payment_txtSortCode3:focus,
#bbox-root #bboxdonation_payment_txtAccountNumber:focus,
#bbox-root #bboxdonation_payment_txtAccountHolder:focus {
	background: #fff;
}

#bbox-root #bboxdonation_billing_divBillingSection fieldset,
#bbox-root .BBDFormSectionPaymentInfo fieldset {
	min-width: 100%;
}

#bbox-root .BBFormTable {
	max-width: 100%;
}

#bbox-root .BBFormSummaryTotal {
	float: none;
}


/*--------------------------------------------------------------
## Event Forms
--------------------------------------------------------------*/
#bbox-root .BBFormTable .BBFormTableHeaderCell,
.BBFormTableFooterLabel {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
}

.BBFormTableFooterLabel {
	padding-top: 3px;
}

#bbox-root .BBFormTextbox,
#bbox-root .BBFormTextArea,
#bbox-root .BBFormSelectList {
	background: #E6E6E6;
	border-color: #E6E6E6;
	padding-left: 10px;
	padding-right: 10px;
}

#bbox-root .BBFormSelectList.BBFormSelectQuantity {
	background: #fff;
	border-color: 1px solid #ccc;
}

#bbox-root label {
	text-align: left;
	font-weight: bold;
}

#bbox-root #bboxevent_billing_divEmail {
	float: left;
	width: 100%;
}

#bbox-root #bboxevent_billing_txtEmail,
#bbox-root #bboxevent_payment_txtCardholder,
#bbox-root #bboxevent_payment_txtCardNumber,
#bbox-root #DCCreditType .BBFormFieldContainer,
#bbox-root #bboxevent_payment_lblExpiryLbl,
#bbox-root #bboxevent_payment_lblSecCode,
#bbox-root #bboxdonation_payment_lblExpiryLbl,
#bbox-root #bboxdonation_payment_lblSecCode,
#bbox-root #bboxdonation_billing_txtEmail {
  float: left;
  width: 100%;
  max-width: 100%;
  clear: left;
}

#bbox-root #bboxevent_billing_txtFirstName,
#bbox-root #bboxevent_billing_txtLastName,
#bbox-root #bboxevent_payment_divProcessedByBlackbaud + .BBFormFieldContainer /* cardholders name */,
#bbox-root #bboxdonation_payment_divProcessedByBlackbaud + .BBFormFieldContainer /* cardholders name */,
#bbox-root #DCCreditNumber,
#bbox-root #DC_ValidOther,
#bbox-root #DCCreditSecurityCode,
#bbox-root #bboxevent_registrant_templateRegistrant_IsPayer + .BBFormIndivFields .BBFormFieldContainer input:nth-child(3) /* registrant first name */,
#bbox-root #bboxevent_registrant_templateRegistrant_IsPayer + .BBFormIndivFields .BBFormFieldContainer input:nth-child(5) /* registrant last name */,
#bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail,
#bbox-root #bboxevent_registrant_templateRegistrant_divPhone,
#bbox-root #DCCreditNumber,
#bbox-root .BBTwoFields #bboxdonation_billing_txtFirstName,
#bbox-root .BBTwoFields #bboxdonation_billing_txtLastName {
  width: 47.67%;
  float: left;
}

#bbox-root #bboxevent_billing_txtFirstName,
#bbox-root #bboxevent_payment_divProcessedByBlackbaud + .BBFormFieldContainer /* cardholders name */,
#bbox-root #DC_ValidOther,
#bbox-root #bboxevent_registrant_templateRegistrant_IsPayer + .BBFormIndivFields .BBFormFieldContainer input:nth-child(3) /* registrant first name */,
#bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail,
#bbox-root #bboxdonation_payment_divProcessedByBlackbaud + .BBFormFieldContainer,
#bbox-root .BBTwoFields #bboxdonation_billing_txtFirstName {
	margin-left: 0;
  margin-right: 2.33%;
  clear: left;
}

#bbox-root #bboxevent_billing_txtLastName,
#bbox-root #DCCreditNumber,
#bbox-root #DCCreditSecurityCode,
#bbox-root #bboxevent_registrant_templateRegistrant_IsPayer + .BBFormIndivFields .BBFormFieldContainer input:nth-child(5) /* registrant last name */,
#bbox-root #bboxevent_registrant_templateRegistrant_divPhone,
#bbox-root .BBTwoFields #bboxdonation_billing_txtLastName {
  margin-left: 2.33%;
  margin-right: 0;
  clear: none;
}

#bbox-root #bboxevent_billing_txtFirstName,
#bbox-root #bboxevent_billing_txtLastName,
#bbox-root #bboxevent_billing_billingAddress_txtUKCity,
#bbox-root #bboxevent_billing_billingAddress_ddUKCounty,
#bbox-root #bboxevent_registrant_templateRegistrant_IsPayer + .BBFormIndivFields .BBFormFieldContainer input:nth-child(3) /* registrant first name */,
#bbox-root #bboxevent_registrant_templateRegistrant_IsPayer + .BBFormIndivFields .BBFormFieldContainer input:nth-child(5) /* registrant last name */,
#bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail input,
#bbox-root #bboxevent_registrant_templateRegistrant_divPhone input,
#bbox-root #bboxevent_registrant_templateRegistrant_divPhone + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer input:nth-child(3) /* registrant city */,
#bbox-root #bboxevent_registrant_templateRegistrant_divPhone + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer select:nth-child(5) /* registrant county */,
#bbox-root #bboxdonation_payment_txtCardholder,
#bbox-root #bboxdonation_payment_txtCardNumber {
	max-width: 100%;
}

#bbox-root #bboxevent_billing_billingAddress_txtUKCity,
#bbox-root #bboxevent_registrant_templateRegistrant_divPhone + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer input:nth-child(3) /* registrant city */,
#bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer input:nth-child(3) /* registrant city */ {
  width: 46.41%;
  margin-left: 0;
  margin-right: 3.58%;
  float: left;
}

#bbox-root #bboxevent_billing_billingAddress_ddUKCounty,
#bbox-root #bboxevent_registrant_templateRegistrant_divPhone + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer select:nth-child(5), /* registrant county */
#bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer select:nth-child(5) /* registrant county */ {
  width: 46.41%;
  margin-left: 3.58%;
  margin-right: 0;
  float: left;
}

#bbox-root .BBFieldBillingStateZip + .BBFormFieldContainer /* postcode */ {
  float: left;
  width: 34.89%;
  clear: none;
}

#bbox-root .BBFieldBillingStateZip + .BBFormFieldContainer .BBFormTextbox /* postcode */,
#bbox-root #bboxevent_billing_billingAddress_lblUKPostCode,
#bbox-root #bboxevent_registrant_templateRegistrant_RegistrantAddress_lblUKPostCode {
	width: 85.21%;
	margin-left: 14.79%;
}

#bbox-root #bboxsecure,
#bbox-root #bboxevent_payment_lblSecCode,
#bbox-root #bboxevent_payment_lblExpiryLbl,
#bbox-root #bboxdonation_payment_lblExpiryLbl,
#bbox-root #bboxdonation_payment_lblSecCode {
	margin-left: 0;
}

#bbox-root #bboxevent_payment_lblCardHoldersName,
#bbox-root #bboxdonation_payment_lblCardHoldersName {
	width: 100%;
}

#bbox-root .BBCardImageContainer {
	float: right;
}

#bbox-root #bboxevent_payment_lblCCType {
	height: 0;
}

#bbox-root #bboxevent_btnSubmit {
	display: block;
	clear: left;
	background: #28526c;
	float: left;
	margin-bottom: 40px;
	font-size: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

#bbox-root #DC_ValidOther {
	min-width: initial;
}

/*--------------------------------------------------------------
## Gift Aid Form
--------------------------------------------------------------*/
#post-748 #bboxdonation_gift_rdlstGivingLevels {
	display: none;
}

/*--------------------------------------------------------------
## Donate Form - Field Sizes
--------------------------------------------------------------*/
#bbox-root #bboxdonation_billing_divEmail,
#bbox-root #bboxdonation_billing_divPhone,
#bbox-root .BBFormAddress > .BBFormFieldContainer:nth-child(1) /* country */,
#bbox-root .BBFormAddress > .BBFormFieldContainer:nth-child(2) /* address */,
#bbox-root #bboxdonation_payment_BBFormDDDetails div:nth-child(4) /* account number container */,
#bbox-root #bboxdonation_payment_divUKDDDate /* payment date */,
#bbox-root #bboxdonation_payment_BBFormDDDetails > .BBFormFieldContainer:nth-child(2) /* bank name */,
#bbox-root #BBFormDDRoutingData /* sort code */ ,
#bbox-root #bboxdonation_payment_BBFormDDDetails div:nth-child(5) /* account holder container */,
#bbox-root #bboxdonation_payment_divUKDDServiceUserNumber /* service user id */ {
	width: 47.67%; /* 408/856 */
	float: left;
}

#bbox-root #bboxdonation_billing_divEmail,
#bbox-root .BBFormAddress > .BBFormFieldContainer:nth-child(1) /* country */,
#bbox-root #bboxdonation_payment_BBFormDDDetails > .BBFormFieldContainer:nth-child(2) /* bank name */,
#bbox-root #bboxdonation_payment_BBFormDDDetails div:nth-child(4) /* account number container */,
#bbox-root #bboxdonation_payment_divUKDDDate /* payment date */ {
	margin-right: 2.33%; /* 20/856 */
	clear: left;
}

#bbox-root #bboxdonation_billing_divPhone,
#bbox-root .BBFormAddress > .BBFormFieldContainer:nth-child(2) /* address */,
#bbox-root #BBFormDDRoutingData /* sort code */,
#bbox-root #bboxdonation_payment_BBFormDDDetails div:nth-child(5)/* account holder container */ ,
#bbox-root #bboxdonation_payment_divUKDDServiceUserNumber /* service user id */ {
	margin-left: 2.33%; /* 20/856 */
	clear: none;
}

#bbox-root #bboxdonation_billing_ddTitle,
#bbox-root #bboxdonation_billing_txtFirstName,
#bbox-root #bboxdonation_billing_txtLastName {
	width: 30.21%; /* 258.66/856 */
	max-width: initial;
	clear: none;
	margin: 0;
	float: left;
}

#bbox-root .BBThreeFields #bboxdonation_billing_ddTitle {
	margin-right: 2.34%; /* 20/856 */
}

#bbox-root .BBThreeFields #bboxdonation_billing_txtFirstName {
	margin-left: 2.34%; /* 20/856 */
	margin-right: 2.34%; /* 20/856 */
}

#bbox-root .BBThreeFields #bboxdonation_billing_txtLastName {
	margin-left: 2.34%; /* 20/856 */
}

#bbox-root #bboxdonation_comment_txtComments,
#bbox-root .BBFieldBillingStateZip .BBFormFieldContainer { /* city and country container */
	float: left;
	width: 65.11%; /* 557.32/856 */
}

#bbox-root .BBFieldBillingStateZip #bboxdonation_billing_billingAddress_txtUKCity {
	width: 46.41%; /* 258.66/557.32 */
  margin-right: 3.58% ;	/* 20/557.32 */
}

#bbox-root .BBFieldBillingStateZip #bboxdonation_billing_billingAddress_ddUKCounty {
	width: 46.41%; /* 258.66/557.32 */
  margin-left: 3.58% ;	/* 20/557.32 */
}

#bbox-root #bboxdonation_billing_billingAddress_txtUKCity,
#bbox-root #bboxdonation_billing_billingAddress_ddUKCounty {
	max-width: initial;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

#bbox-root #bboxdonation_billing_billingAddress_txtUKPostCode {
	width: 85.21%; /* 230.38/270.38 */
  margin-left: 14.79% ;	/* 40/270.38 */
}

#bbox-root .BBFormAddress .BBFormFieldContainer:nth-child(6) { /* postcode container */
  float: left;
	width: 34.89%; /* 298.68/856 */
  clear: none;
}

#bboxdonation_billing_billingAddress_lblUKPostCode {
  margin-left: 14.79% ;	/* 40/270.38 */
}

.e1hm5r1k1{
	max-width: 450px !important;
	margin: 0 auto !important;
}

/*--------------------------------------------------------------
## Formidable Forms
--------------------------------------------------------------*/
.frm_style_dark-message.with_frm_style .frm_form_fields > fieldset {
	background-color: #fff;
}

ul.frm_rootline{
	width: 100%;
	max-width: 100%;
}

.frm_forms {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 95px;
}

.connect-form-home .frm_forms {
	padding-left: 0;
	padding-right: 0;
}

p + .frm_forms {
	margin-top: 60px;
}

.section-heading + .frm_forms {
	margin-top: 30px;
}

.frm_forms .frm_form_fields input[type="text"] {
	width: 485px;
	margin-left: 0;
	margin-right: 0;
}

.frm_sixth{
  margin-left: 0 !important;
}

.frm10{
	margin-left:2% !important;
}

.frm_submit input {
	text-transform: uppercase;
}

#address_box_container,.select-address-dropdown{
  height: 0;
  overflow: hidden;
}

#searchContainer{
	position: relative;
  display: flex;
  align-items: center;
}

#searchContainer > p:first-of-type{
	display: none;
}

#searchLabel {
  white-space: pre;
  margin-right: 2%;
}

#searchInput {
  height: 42px;
  margin-bottom: 5px;
}

#getaddress {
  right: 15px;
  top: 10px;
  margin-left: 2%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#manual-address{
  cursor: pointer;
}

.error-shake{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.frm_fields_container p,
.frm_fields_container h1,
.frm_fields_container h2,
.frm_fields_container h3,
.frm_fields_container h4,
.frm_fields_container h5,
.frm_fields_container h6 {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#frm_form_41_container {
	margin-top: 0;
}

.frm_fields_container p {
	width: 100%;
}

/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
## Academy Styling
--------------------------------------------------------------*/
.academy-styling hr {
  background: #F7931D;
}

.academy-styling .header-image-block h1,
.academy-styling .header-image-block h2,
.academy-styling .entry-content h2,
.academy-styling .entry-content h3,
.academy-styling .entry-content h4,
.academy-styling .entry-content h5,
.academy-styling .entry-content h6,
.academy-styling .frm_primary_label {
	font-family: 'Code Pro', 'Gotham A', 'Gotham B', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.academy-styling .entry-content h2,
.academy-styling .entry-content h3,
.academy-styling .entry-content h4,
.academy-styling .entry-content h5,
.academy-styling .entry-content h6 {
	color: #F7931D;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 44px;
	margin-bottom: 30px;
}

.academy-styling .entry-content h3,
.academy-styling .entry-content h4,
.academy-styling .entry-content h5,
.academy-styling .entry-content h6 {
	color: #F7931D;
}

.academy-styling a,
.academy-styling .link-to-pages-block h3,
.academy-styling .blog-post h3,
.academy-styling .link-to-pages-block h3 a,
.academy-styling .blog-post h3 a {
	color: #F7931D;
	margin-bottom: 0;
}

.academy-styling .section-heading-block {
	text-align: left;
}

.academy-styling .header-image-block + h2 {
  margin-top: 90px;
}

.academy-styling .link-to-pages-block + .wp-block-buttons {
	margin-top: 40px;
}

.academy-styling .section-heading-block h2 {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.academy-styling .link-to-pages-block h3 {
	font-size: 34px;
	font-size: 2.125rem;
}

.academy-styling .wp-block-quote {
	border: 4px solid #47568D;
	width: 80%;
	max-width: 460px;
	position: relative;
}

.academy-styling .wp-block-quote p {
	font-size: 17px;
	font-size: 1.0625rem;
	color: #000000;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0;
}

.academy-styling .wp-block-quote p:before {
	content: '';
	background: url( img/academy-quote-blue.png ) no-repeat;
	display: block;
	width: 66px;
	height: 56px;
	position: absolute;
	left: -30px;
	top: -30px;
}

.academy-styling .wp-block-quote cite {
	font-weight: normal;
}

.academy-styling .wp-block-quote p,
.academy-styling .wp-block-quote em {
	font-style: normal;
	padding-left: 0;
	padding-right: 0;
}

.academy-styling .wp-block-button {
	text-align: center;
}

.academy-styling .wp-block-button__link,
.academy-styling .button {
	font-size: 32px;
	font-size: 2rem;
	background: #47568D;
	border: 4px solid #47568D;
	border-radius: 0;
	padding: 16px 44px;
	color: #FFF;
	font-family: 'Code Pro', 'Gotham A', 'Gotham B', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.academy-styling .button {
	padding: 11px 39px;
	font-size: 24px;
	font-size: 1.5rem;
}

.academy-styling .blog-post a.button::after,
.academy-styling .more-events-button a.button::after {
	top: 9px;
}

.academy-styling .wp-block-button__link:hover,
.academy-styling a.button:hover {
  padding-right: 55px;
}

.academy-styling .more-events-button a.button {
	background: #47568D;
}

.academy-styling #main .frm_button_submit {
	font-size: 26px !important;;
	font-size: 1.625rem !important;
	background: #F7931D !important;
	border: 4px solid #F7931D !important;
	border-radius: 0 !important;
	padding: 8px 30px !important;
	color: #FFF !important;
	font-family: 'Code Pro', 'Gotham A', 'Gotham B', sans-serif !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

.academy-styling a.button::after, .nav-next a::after,
.academy-styling .wp-block-button__link::after,
.academy-styling .wp-block-file .wp-block-file__button::after {
  top: 14px;
}

.academy-styling .section-heading-block + .link-to-pages-block .blog-post:nth-child(1),
.academy-styling .section-heading-block + .link-to-pages-block .blog-post:nth-child(2) {
  margin-top: 0;
}

.academy-styling .faq-question:hover,
.academy-styling .faq-question:focus,
.academy-styling .faq-question.rotate {
  border-color: #F7931D;
}

.academy-styling .team-member-block {
	width: 900px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 90%;
}

.academy-styling .team-layout-5 .team-member-indiv {
	width: 100%;
	min-width: initial;
	display: flex;
	margin-bottom: 80px;
}

.academy-styling .team-layout-5 .team-member-indiv img {
	flex-basis: 300px;
	width: 300px;
	height: 150px;
	padding-left: 0;
	padding-right: 0;
	min-width: initial;
}

.academy-styling .team-layout-5 .team-member-indiv h6 {
	line-height: 0.8;
	padding-top: 0;
	margin-bottom: 0;
	font-size: 30px;
	font-size: 1.875rem;
	color: #315190;
}

.academy-styling .team-layout-5 .team-member-indiv img {
  margin-left: initial;
  margin-right: initial;
}

.academy-styling .team-layout-5 .headshot-text {
	flex: 1;
	max-width: initial;
	width: initial;
}

.academy-styling .headshot-text p,
.academy-styling .headshot-text h6 {
  width: auto;
}

.academy-styling .headshot-text p {
	line-height: 32px;
}

.academy-styling .with_frm_style .frm-show-form .frm_section_heading h3 {
	font-family: 'Code Pro', 'Gotham A', 'Gotham B', sans-serif;
	font-size: 26px !important;
	font-size: 1.625rem !important;
	font-weight: bold !important;
}

.academy-styling .frm_primary_label {
	font-size: 20px !important;
	font-size: 1.25rem !important;
	font-weight: bold !important;
	color: #315190 !important;
}

.academy-styling .frm_forms input,
.academy-styling .frm_forms select {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}

.academy-styling .blog-post > a:last-child {
	color: #315190;
}

.academy-styling .blog-post > a.button:last-child {
	color: #FFF;
}

.frm_form_fields .sigPad ul.sigNav {
	width: initial;
}

.frm_form_fields .sigPad ul.sigNav i {
	line-height: 19px;
}

.frm_form_fields .sigPad ul.sigNav .frm-active-sig-type i.frm_icon_font {
	color: #fff !important;
}

.academy-styling .frm_form_field .sigNav a.frm-active-sig-type,
.academy-styling .frm_form_field .sigNav a.frm-active-sig-type:focus {
	background: #F7931D;
}

.academy-styling .frm_likert .frm_primary_label {
	font-size: 19px !important;
	font-size: 1.1875rem !important;
}

.academy-styling .with_frm_style .vertical_radio .frm_radio label {
	margin-bottom: 4px;
}

.academy-styling #main h3.frm_section_spacing,
.academy-styling #main h3.frm_trigger {
	background: #F7931D !important;
	color: #FFF !important;
	padding: 10px 20px !important;
	border-top: 0 !important;
}

.academy-styling #main .frm_style_formidable-style.with_frm_style .frm_section_spacing .frm_icon_font,
.academy-styling #main .frm_style_formidable-style.with_frm_style .frm_trigger .frm_icon_font {
  background: #FFF;
  width: 22px;
  height: 22px;
  display: block;
  float: right;
  border-radius: 50%;
  padding: 2px;;
	margin-top: 11px;
	line-height: 18px;
}

.academy-styling .frm_likert .frm_form_field {
	margin-bottom: 0 !important;
}

.academy-styling .frm_likert {
	border-top: 3px solid #e6e6e6;
}

.academy-styling .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
	margin-bottom: 12px !important;
}

.academy-styling .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing.frm_description {
	margin-top: 8px;
}

.academy-styling .entry-content ul.offenders {
  max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.academy-styling .entry-content ul.offenders li {
	list-style: disc;
}

.academy-styling .entry-content > h3 {
  font-size: 34px;
  font-size: 2.125rem;
}

.academy-styling .entry-content > h4 {
  font-size: 30px;
  font-size: 1.875rem;
	color: #315190;
}

.academy-styling .intro {
	color: #F7931D;
	text-transform: uppercase;
	font-size: 30px;
	font-size: 1.875rem;
	font-family: 'Code Pro', 'Gotham A', 'Gotham B', sans-serif;
}

/*--------------------------------------------------------------
## NMK Styling
--------------------------------------------------------------*/
.page-template-page-nmk-styling .header-caption img {
	width: 50%;
	float: right;
}

.page-template-page-nmk-styling .intro,
.page-template-page-nmk-styling .entry-content p a {
	color: #262948;
}

.page-template-page-nmk-styling .wp-block-quote {
  border-top: 4px solid #E1C553;
  border-bottom: 4px solid #E1C553;
}

.page-template-page-nmk-styling .wp-block-quote p,
.page-template-page-nmk-styling .wp-block-quote cite,
.page-template-page-nmk-styling h4,
.page-template-page-nmk-styling .section-heading h2,
.page-template-page-nmk-styling .blog-post h3,
.page-template-page-nmk-styling .faq-question p,
.page-template-page-nmk-styling .resource-desc h2 {
	font-family: 'VeneerThree', 'Gotham A', 'Gotham B', sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

.page-template-page-nmk-styling .wp-block-quote p {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 46px;
}

.page-template-page-nmk-styling .wp-block-quote cite {
	font-size: 24px;
	font-size: 1.5rem;
	color: #262948;
}

.page-template-page-nmk-styling h4,
.page-template-page-nmk-styling .section-heading h2 {
	font-size: 36px;
	font-size: 2.25rem;
}

.page-template-page-nmk-styling a.button,
.page-template-page-nmk-styling .wp-block-button a,
.page-template-page-nmk-styling .more-events-button a.button {
	background-color: #E1C553;
	color: #000;
}

.page-template-page-nmk-styling .section-heading hr,
.page-template-page-nmk-styling .blog-post hr {
	background-color: #E1C553;
}

.page-template-page-nmk-styling .resource-desc hr {
	background-color: #262948;
}

.page-template-page-nmk-styling .faq-question:hover,
.page-template-page-nmk-styling .faq-question:focus,
.page-template-page-nmk-styling .faq-question.rotate {
  border-left-color: #E1C553;
}

.page-template-page-nmk-styling .faq-question p,
.page-template-page-nmk-styling .resource-desc h2 {
	font-size: 25px;
	font-size: 1.5625rem;
}

.page-template-page-nmk-styling .blog-post h3 a {
  color: #000;
	margin-bottom: 12px;
}

.page-template-page-nmk-styling .blog-post a {
	color: #262948;
}

/*--------------------------------------------------------------
## Cookie Policy
--------------------------------------------------------------*/
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: #242424;
	border-top: 2px solid rgba( 255,255,255,0.8);
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 10px 0px;
  width: 100%;
}

body #moove_gdpr_cookie_info_bar p {
  max-width: 100%;
  width: initial;
  padding-left: 0;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
	justify-content: space-between;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Block Images
--------------------------------------------------------------*/
.campaign-image-block,
.header-image-block,
.testimonial-image-block {
	overflow: hidden;
	width: 100%;
	max-height: 750px;
	display: flex;
	align-content: center;
	justify-content: center;
	position: relative;
}

.campaign-image-block img,
.header-image-block img,
.testimonial-image-block img{
	width: 100%;
	flex: none;
	align-self: baseline;
}

.header-image-block.crop-center img {
  align-self: center;
}

.campaign-image-block .container,
.header-image-block .container,
.testimonial-image-block .thin-container {
	position: absolute;
	left: auto;
	right: auto;
	height: 100%;
}


/*--------------------------------------------------------------
# Campaign Image
--------------------------------------------------------------*/
.campaign-image-block {
	max-height: 750px;
}

.campaign-image-block .container {
	padding-left: 40px;
	padding-right: 40px;
}

.campaign-image-block.first-blog-post .container {
  padding-left: 20px;
  padding-right: 20px;
}

.campaign-image-block .campaign-caption {
	width: 386px;
  float: right;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(40,82,108,0.7);
  padding: 10px 20px 20px 20px;
}

.campaign-image-block .campaign-caption a {
	text-decoration: none;
}

.campaign-image-block h1 {
	font-size: 54px;
	font-size: 3.375rem;
	line-height: 54px;
  font-family: 'Majesti Banner';
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.campaign-image-block h2 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 30px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 18px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  text-transform: initial;
  font-weight: normal;
}

.campaign-image-block hr {
	height: 5px;
}

.first-blog-post .campaign-caption {
	background: rgba(40,82,108,0.7);
	padding: 20px 20px 30px 20px;
}

.first-blog-post .campaign-caption h1 {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 60px;
}

/*--------------------------------------------------------------
# Header Image
--------------------------------------------------------------*/
.header-image-block {
	max-height: 560px;
}

.header-image-block .header-caption {
	width: auto;
  float: right;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-image-block h1,
.header-image-block h2 {
	font-size: 64px;
	font-size: 4rem;
	line-height: 67px;
  font-family: 'Majesti Banner';
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 85px;
  line-height: 66px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
}

.header-image-block hr{
	width: 100%;
	height: 6px;
}

/*--------------------------------------------------------------
# Intro Paragraph
--------------------------------------------------------------*/
.intro {
	color: #28526C;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	margin-top: 72px;
	line-height: 38px;
	margin-bottom: 0;
}

.intro strong {
  font-weight: bold;
  letter-spacing: 0.3px;
}

.header-image-block + p {
  margin-top: 92px;
}

/*--------------------------------------------------------------
# Testimonial Image
--------------------------------------------------------------*/
.testimonial-image-block {
	margin-top: 100px;
	margin-bottom: 100px;
}

.testimonial-text {
	width: auto;
  float: right;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
  width: 100%;
}

.testimonial-text blockquote {
	text-align: center;
	color: #fff;
	font-weight: 800;
  letter-spacing: 1.2px;
	line-height: 44px;
	font-size: 32px;
	font-size: 2rem;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

/*--------------------------------------------------------------
# Team Member Block
--------------------------------------------------------------*/
.team-member h6 {
  font-family: 'Majesti Banner';
  font-size: 24px;
  font-size: 1.5rem;
  max-width: 100%;
  padding: 8px 0 7px 0;
  line-height: 30px;
  text-transform: initial;
  font-weight: normal;
  margin-top: 0;
}

.headshot-text p {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  max-width: initial;
  width: initial;
  line-height: 25px;
}

.team-member hr {
  margin-top: 3px;
}

.team-member a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 20px;
  margin-right: 20px;
}

.team-layout-2 {
  width: 100%;
}

.team-layout-2 .team-member-indiv {
  margin-bottom: 100px;
  float: left;
  width: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
}

.team-layout-2 .team-member-indiv img {
  float: left;
  width: 33.333%; /* 200/600 */
  align-self: flex-start;
}

.team-layout-2 .team-member-indiv .headshot-text {
  width: 66.666%; /*200/600 */
  float: left;
  flex: none;
  align-self: center;
}

.team-layout-2 .team-member-indiv .headshot-text h6,
.team-layout-2 .team-member-indiv .headshot-text hr,
.team-layout-2 .team-member-indiv .headshot-text p {
  margin-left: 20px;
}

.team-layout-2 .team-member-indiv:nth-child(odd) {
  padding-right: 20px;
  clear: left;
}

.team-layout-2 .team-member-indiv:nth-child(even) {
  padding-left: 20px;
}

.team-layout-2 .headshot-text p {
  line-height: 32px;
}

.team-layout-5.team-members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.team-layout-5 .team-member-indiv {
  width: 240px;
  min-width: 240px;
  margin-bottom: 40px;
}

.team-layout-5 .team-member-indiv img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  padding-left: 20px;
  padding-right: 20px;
}

.team-layout-5 .headshot-text {
  max-width: 240px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.team-layout-5 .headshot-text h6,
.team-layout-5 .headshot-text hr,
.team-layout-5 .headshot-text p {
  margin-left: 20px;
  margin-right: 20px;
}

.team-layout-5.team-of-6 .team-member-indiv {
  width: 33.33%; /* 400/1200 */
}

.team-layout-5.team-of-7 .team-member-indiv,
.team-layout-5.team-of-8 .team-member-indiv,
.team-layout-5.team-of-11 .team-member-indiv,
.team-layout-5.team-of-12 .team-member-indiv {
  width: 25%;
}

/*--------------------------------------------------------------
# Section Heading
--------------------------------------------------------------*/
.section-heading-block {
  text-align: center;
  margin-top: 80px;
}

.section-heading-block h1,
.section-heading-block h2 {
  font-family: 'Majesti Banner';
  font-size: 36px;
  font-size: 2.25rem;
  background: #FFF;
	z-index: 10;
	position: relative;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 40px;
  width: initial;
  text-transform: initial;
  font-weight: normal;
}

.section-heading-block hr {
	position: relative;
	top: -29px;
}

.section-heading-block + .intro-paragraph .intro {
  margin-top: 40px;
}

.section-heading-block + .wp-block-embed-youtube {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Stories
--------------------------------------------------------------*/
.stories-block {
  padding-left: 0;
  padding-right: 0;
}

.stories p {
	padding-left :0;
	padding-right: 0;
}

.stories-block .blog-post h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
}

.stories-block .blog-post:nth-child(2n-1) {
	clear: left;
}

.stories-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.stories-3 .blog-post {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.events-num-3 .blog-post:nth-child(2n-1),
.stories-3 .blog-post:nth-child(2n-1) {
	clear: none;
}

.stories-3 .blog-post:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
}

.stories-3 .blog-post:nth-child(3) {
	margin-top: 25px;
}

.home-blog-posts.stories-3 .blog-post:nth-child(3) {
  margin-top: 0;
}

.more-stories {
	text-align: center;
	margin-top: 50px;
}

.more-stories a.button {
	display: inline-block;
}

.stories-block .blog-post {
	margin-top: 100px;
}

.stories-block .blog-post:nth-child(1),
.stories-block .blog-post:nth-child(2) {
    margin-top: 25px;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events-num-1 .blog-post {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.stories-block .events-num-3 .blog-post {
  width: 33.33%;
  margin-top: 25px;
}

.events-num-3 .blog-post:nth-child(1) {
  padding-right: 0;
}

.events-num-3 .blog-post:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
}

.events-num-3 .blog-post:nth-child(3) {
  padding-left: 0;
}

.events-num-4 .blog-post:nth-child(1),
.events-num-4 .blog-post:nth-child(2) {
  margin-bottom: 100px;
}

.events-num-4 .blog-post:nth-child(odd) {
  clear: left;
}

.more-events-button {
  margin-top: 40px;
  text-align: center;
}

.more-events-button a.button {
  background: #28526C;
}

/*--------------------------------------------------------------
# Latest Jobs
## Table Block (Gutenberg)
--------------------------------------------------------------*/
.latest-jobs-table,
.wp-block-table table {
  border-top: 1px solid #C6CED0;
  border-bottom: 1px solid #C6CED0;
  border-collapse: collapse;
  margin-top: 24px;
}

.latest-jobs-table th,
.wp-block-table th {
  text-align: left;
  text-transform: uppercase;
}

.latest-jobs-table tr,
.wp-block-table tr {
  border-bottom: 1px solid #C6CED0;
}

.wp-block-table th {
  background: #E4E9EA;
}

.latest-jobs-table tr:nth-child(even),
.wp-block-table tr:nth-child(even) {
  background: #F2F2F2;
}

.latest-jobs-table th,
.latest-jobs-table td,
.wp-block-table th,
.wp-block-table td {
  padding: 10px 15px;
}

/*--------------------------------------------------------------
# Link To Pages
--------------------------------------------------------------*/
.link-to-pages-block + .link-to-pages-block {
	margin-top: 100px;
}

.link-to-pages-block .blog-post {
  margin-top: 100px;
}

.link-to-pages-block .blog-post:nth-child(1),
.link-to-pages-block .blog-post:nth-child(2) {
  margin-top: 40px;
}

.link-to-pages-block .blog-post:nth-child(odd) {
	padding-left: 0;
  clear: left;
}

.link-to-pages-block .blog-post:nth-child(even) {
	padding-right: 0;
}

.link-to-pages-block a.button {
  margin-right: 5px;
}

.link-to-pages-block a.button + a.button {
  margin-top: 5px;
}

/* 3 to a row */
.link-to-pages-block .row-3 .blog-post {
  width: 33.33%;
}

.link-to-pages-block .row-3 .blog-post:nth-child(2n+1) {
  clear: none; /* reset */
}

.link-to-pages-block .row-3 .blog-post:nth-child(3n-2) { /* left */
  clear: left;
  padding-left: 0;
  padding-right: 26.67px;
}

.link-to-pages-block .row-3 .blog-post:nth-child(3n-1) { /* middle */
  padding-left: 13.33px;
  padding-right: 13.33px;

}

.link-to-pages-block .row-3 .blog-post:nth-child(3n) { /* right */
  padding-left: 26.67px;
  padding-right: 0;
}

.link-to-pages-block .row-3 .blog-post:nth-child(1),
.link-to-pages-block .row-3 .blog-post:nth-child(2),
.link-to-pages-block .row-3 .blog-post:nth-child(3) {
  margin-top: 40px;
}


/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action-block {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.call-to-action-block span.arrow {
	display: block;
	float: left;
	margin-right: 10px;
	color: #C79C56;
	top: 20px;
	position: relative;
}

.call-to-action-block p {
	width: 100%;
	padding-left: 0;
}

/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/
.faqs-block p {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-question p {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 25px;
}

.faq,
.faq-question,
.faq-answer {
  float: left;
  width: 100%;
  clear: both;
}

.faq {
  border-bottom: 1px solid #C6CED0;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  display: block;
  border-left: 5px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-question img {
  width: 12px;
  height: 14px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease; /* Safari */
  transition: all 0.3s ease;
}

.faq-question.rotate img {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-question:hover,
.faq-question:focus,
.faq-question.rotate {
  border-left: 5px solid #C79C56;
  background-color: #F2F2F2;
}

.faq-answer {
  display: none;
  padding-bottom: 20px;
}

.faq-answer p {
  padding-left: 63px;
  padding-right: 20px;
}

.faqs-block {
  margin-top: 40px;
  margin-bottom: 100px;
}

.faq:first-child .faq-question {
  border-top: 1px solid #C6CED0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-block h6 {
  font-weight: bold;
  text-transform: uppercase;
}

.contact-addresses {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.num-addresses-2 .contact-address {
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.contact-social a {
  text-decoration: none;
  margin-left: 4px;
  margin-right: 4px;
}

.contact-social img {
  height: 25px;
  margin-top: 5px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Stats
--------------------------------------------------------------*/
.stats-block {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 60px;
}

.stat {
  width: 280px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.stat:first-child {
  padding-left: 0;
}

.stat:last-child {
  padding-right: 0;
}

.numscroller {
  display: block;
  font-weight: bold;
  font-size: 50px;
  font-size: 3.125rem;
  color: #28526c;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.icons-block {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 60px;
}

.icons-block .block-icon {
  width: 280px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.icons-block .block-icon p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
}

.icons-block .block-icon p a {
  color: #C79C56;
  font-weight: bold;
}

.icons-block img {
  width: 100px;
  height: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.block-icon a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

.block-icon span {
  display: block;
}

/*--------------------------------------------------------------
# Text Links
--------------------------------------------------------------*/
.text-links-block .text-links {
  display: flex;
  flex-direction: row;
}

.text-links-block + .text-links-block {
	margin-top: 80px;
}

.text-links-block .container {
  display: flex;
}

.text-link {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-link .text-link-title {
  min-height: 266px;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.text-link .text-link-title a {
  width: 100%;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  display: flex;
}

.text-link .text-link-title span {
  width: 100%;
}

.text-link .text-link-title + span {
  line-height: 30px;
  margin-top: 10px;
  width: 100%;
}

.text-link span + a {
  align-self: flex-start;
  margin-top: 15px;
}

.text-link:nth-child(3n-2) .text-link-title {
  background: url( 'img/monotone-blue.png' );
}

.text-link:nth-child(3n-1) .text-link-title {
  background: url( 'img/monotone-yellow.png' );
}

.text-link:nth-child(3n) .text-link-title {
  background: url( 'img/monotone-green.png' );
}

.text-link:nth-child(3n-2) {
  padding-right: 14px;
}

.text-link:nth-child(3n-1) {
  padding-left: 7px;
  padding-right: 7px;
}

.text-link:nth-child(3n) {
  padding-left: 14px;
}

.links-num-2 .text-link {
  width: 50%;
}

.links-num-2 .text-link:nth-child(1) {
  padding-right: 10px;
}

.links-num-2 .text-link:nth-child(2) {
  padding-left: 10px;
  padding-right: 0;
}

.links-num-1 {
  justify-content: space-around;
}

.links-num-1 .text-link {
  width: 600px;
}

/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/
.support-container{
	text-align: center;
}

#staffsponsor img{
  max-height: 450px;
}

/*--------------------------------------------------------------
# Near Me
--------------------------------------------------------------*/
.near-me-block .find-hub {
  padding-left: 0;
  padding-right: 0;
}

.near-me-block .find-hub-inner {
  align-items: center;
  margin-top: 100px;
  background: url( 'img/monotone-blue.png') repeat;
  padding-top: 100px;
  padding-bottom: 80px;
}

.near-me-block .site-footer {
  margin-top: 0;
}

.near-me-block .bottom-block {
  margin-bottom: -130px;
}

/*--------------------------------------------------------------
# Video Schedule
--------------------------------------------------------------*/
.video-schedule-inner {
  background-color: #F9A33E;
  background-image: url( 'img/schedule-squiggle.png'), url( 'img/schedule-squiggle.png');
  background-repeat: no-repeat;
  background-position: top, bottom;
  padding: 0 50px 85px 50px;
}

.video-schedule-inner h3 {
  color: #fff;
  max-width: 100%;
  padding: 40px 0 15px 0;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
}

.vid-details-container h4 {
  color: #302F63;
  text-transform: initial;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 10px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.vid-loc {
  font-weight: bold;
  color: #302F63;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
}

.vid-loc a {
  color: #302F63;
  text-decoration: none;
}

.vid-desc {
  color: #302F63;
  margin-top: 10px;
}

.video-schedule-inner hr {
  background-color: #fff;
  height: 4px;
  clear: both;
  margin-bottom: 25px;
}

.vid-time-container,
.vid-image-container,
.vid-details-container {
  float: left;
  margin-bottom: 25px;
}

.vid-time-container {
  width: 14.1%;
  clear: left;
  font-size: 18px;
  color: #302F63;
  text-align: right;
  padding-right: 30px;
}

.vid-image-container {
  width: 35.9%;
}

.vid-details-container {
  padding-left: 40px;
  width: 50%;
}

.schedule-slider .slick-next {
  position: absolute;
  right: 0;
}

.schedule-slider .slick-next:after {
  content: '\00bb';
  padding-left: 8px;
  position: relative;
  top: -1px;
}

.schedule-slider .slick-prev:before {
  content: '\00ab';
  padding-right: 8px;
  position: relative;
  top: -1px;
}

.schedule-slider .slick-arrow {
  top: 124px;
  background: #fff;
  color: #F9A33E;
  text-transform: uppercase;
  z-index: 200;
}

.schedule-slider .slick-disabled {
  -webkit-transition: opacity 0.15s ease; /* Safari */
  transition: opacity 0.15s ease;
  opacity: 0;
  cursor: default;
}

.schedule-button {
  background-color: #fff;
  color: #F9A33E;
  padding: 12px 80px 12px 30px;
  text-decoration: none;
  clear: both;
  float: left;
  background-image: url( 'img/youtube-icon-mini.png');
  background-size: 35px 25px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  width: 315px;
  max-width: 100%;
  margin-top: 30px;
}

.schedule-empty {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 20px;
  color: #302F63;
}

/*--------------------------------------------------------------
## Academy Course Block
--------------------------------------------------------------*/
.term-info {
  display: flex;
  margin-bottom: 60px;
}

.term-key-info {
  width: 135px;
  height: 135px;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 135px;
  margin-top: 10px;
}

.term-num {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  width: 70px;
  display: block;
  line-height: 18px;
}

.term-name {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: 'Code Pro', 'Gotham A', 'Gotham B', sans-serif;
  color: #FFF;
  align-self: flex-end;
  line-height: 40px;
}

.term-description {
  padding-left: 20px;
  flex: 1;
}

.term-description p {
  margin-top: 0;
  width: initial;
  margin-left: initial;
  margin-right: initial;
  max-width: 100%;
}

.academy-styling .term-description h4 {
	margin-top: 0;
	max-width: 100%;
	width: 100%;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 38px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Blog Filter
--------------------------------------------------------------*/
.searchandfilter {
	border: 3px solid #C79C56;
}

.filter-button.open {
	border-radius: 5px 5px 0 0;
}

.searchandfilter {
	padding: 40px;
}

.searchandfilter h4 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}

.searchandfilter ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.searchandfilter li {
	width: 100%;
}

.searchandfilter ul li ul li {
	padding-right: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	width: 25%;
}

.searchandfilter > div > ul > li:first-child ul {
	margin-bottom: 30px;
}

.searchandfilter > div > ul > li:nth-child(2) ul {
	margin-bottom: 15px;
}

.searchandfilter > div > ul > li > ul {
	display: flex;
	flex-wrap: wrap;
}

.hide-filter {
	display: none;
}

.filter-button {
	float: right;
}

.filter-button,
.filter-container + .container .blog-post:nth-child(1),
.filter-container + .container .blog-post:nth-child(2) {
	margin-top: 25px;
}

/*--------------------------------------------------------------
## Link In Bio Block
--------------------------------------------------------------*/
.link-in-bio {
	margin-top: 30px;
}

.link-in-bio .button {
	background: #A80A2D;
  padding: 22px 28px;
	width: 100%;
	display: block;
	margin-bottom: 18px;
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
}

.link-in-bio .button:after {
	top: 22px;
}

/*--------------------------------------------------------------
## Germany/SA Shop
--------------------------------------------------------------*/
.entry-content .woocommerce,
.entry-content .wc-block-grid {
  max-width: 1280px;
  padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.entry-content .woocommerce .summary p {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.entry-content p.woocommerce-result-count {
	width: initial;
	max-width: 100%;
	padding-left: 0;
}

.woocommerce ul.products {
	width: initial;
	max-width: 100%;
}

.entry-content table.shop_table {
	table-layout: fixed;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 75%;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review h3,
#order_review p {
	max-width: 100%;
	width: 100%;
	padding-left: 3px;
	padding-right: 0;
}

.woocommerce-billing-fields p {
	max-width: 100%;
	width: 100%;
}

.woocommerce-info {
	max-width: 100%;
}

.woocommerce a.cart-button {
	float: right;
	margin-bottom: 10px;
}

.woocommerce .entry-content h2,
.woocommerce .entry-content p {
	width: 100%;
	max-width: 100%;
}

.woocommerce .entry-content .woocommerce-loop-product__title {
	line-height: 24px;
}

.woocommerce .entry-content ul {
	width: 100%;
	max-width: 100%;
}

.woocommerce .entry-content .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	width: 50%;
	float: left;
}

.woocommerce .woocommerce-ordering select {
	float: right;
}

.woocommerce .related ul.products {
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce .container .cart-button {
	margin-top: 40px;
}

.woocommerce .section-heading + .container .cart-button {
	margin-top: 0;
}

.woocommerce .entry-content .section-heading h2 {
	width: initial;
}

/*--------------------------------------------------------------
Woocommerce blocks
--------------------------------------------------------------*/
.entry-content .wc-block-grid {
	padding-left: 16px;
	padding-right: 16px;
}

.entry-content .wc-block-grid__products {
	padding-left: 0;
	padding-right: 0;
}

.entry-content .wc-block-grid__product {
	margin-left: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 16px solid transparent;
}

.entry-content .wc-block-grid__products .woocommerce-placeholder {
  width: 100%;
}

.wc-block-grid__product-title {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	font-size: 17px;
	font-size: 1.0625rem;
	text-decoration: none;
}

.wc-block-grid__product-link {
	text-decoration: none;
}

.wc-block-grid__product-price {
	text-align: left;
}

.woocommerce-Price-amount {
	font-weight: normal;
	text-align: left;
}

.entry-content .wc-block-grid__product-add-to-cart {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.wp-block-handpicked-products .wc-block-grid__product-image img {
	width: 100%;
}

/*--------------------------------------------------------------
Gallery block
--------------------------------------------------------------*/
.wp-block-gallery {
	justify-content: center;
}

/*--------------------------------------------------------------
# Resources Block
--------------------------------------------------------------*/
.resource-container {
	display: flex;
	align-items: top;
	margin-top: 44px;
}

.resource-container p {
	max-width: 100%;
}

.resource-image {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 400px;
}

.resource-image img {
	display: block;
	margin-top: 13px;
}

.resource-desc {
	padding-left: 40px;
	flex: 1;
}

.resource-desc h2 {
	font-family: 'Majesti Banner', Georgia, serif;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	text-transform: none;
	font-weight: normal;
	width: initial;
	font-size: 30px;
	font-size: 1.875rem;
	max-width: 100%;
}

.resource-desc p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	width: initial;
	max-width: 100%;
}

.resource-desc .button {
	margin-right: 22px;
	margin-top: 22px;
}

.resource-desc .button:first-child {
	margin-right: 0;
}

/*--------------------------------------------------------------
## Gallery Block (Gutenberg)
--------------------------------------------------------------*/
.wp-block-gallery {
	padding-left: 30px;
	padding-right: 30px;
}

.entry-content .wp-block-gallery.columns-3 .wp-block-image {
  margin-bottom: 40px;
}

.wp-block-image {
	padding: 10px;
}

/*--------------------------------------------------------------
## News Articles Block
--------------------------------------------------------------*/
.news-articles {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-article {
	flex-basis: 46.5%;
	margin-bottom: 100px;
}

.news-article img {
	border: 1px solid #DCDCDC;
	width: 100%;
	margin-bottom: 20px;
	display: block;
}

.news-article h2 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 36px;
	text-align: left;
	margin-bottom: 20px;
	width: initial;
	max-width: initial;
	padding-left: 0;
	padding-right: 0;
	margin-top: 20px;
}

.news-article .button {
	margin-top: 30px;
}

.news-articles + hr {
	margin-top: 0;
}

.news-article .source {
	margin-top: 20px;
}

hr + .news-articles {
	margin-top: 70px;
}

/*--------------------------------------------------------------
## Mailchimp
--------------------------------------------------------------*/
.entry-content #mc_embed_signup {
	width: 900px;
}

.entry-content #mc-embedded-subscribe-form {
	margin: 20px 0;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.page-numbers {
  padding: 10px 20px;
  font-weight: normal;
}

.page-numbers.current {
	background: #C79C56;
	color: #FFF;
	font-weight: 600;
}

.post-type-archive-press .nav-links,
.index-blog-posts .nav-links,
.tax-press_category .nav-links,
.search-results .nav-links {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #C6CED0;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media( max-width: 1500px ){
	.picture-links-5 .picture-link h4 {
  	font-size: 20px;
  	font-size: 1.25rem;
  	line-height: 24px;
  	max-width: 255px;
  }
}

@media( max-width: 1400px ){
	.picture-link h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    max-width: 238px;
  }
}

@media( max-width: 1280px ){
  .team-layout-5.team-of-5 .team-member-indiv,
  .team-layout-5.team-of-9 .team-member-indiv {
    width: 33.33%;
  }

	.picture-links-5 .picture-link h4 {
  	font-size: 18px;
		font-size: 1.125rem;
		line-height: 20px;
		max-width: 235px;
  }
}

@media( max-width: 1260px ){
  .campaign-image-block img,
  /*.header-image-block img,*/ /* removes for campaign image - please reinstate */
  .testimonial-image-block img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  }
}

@media( max-width: 1255px ){
	.main-navigation {
    left: 213px;
  }

	.main-navigation > div > ul > li:last-child a {
		padding: 12px 30px 10px 30px;
	}

	.main-navigation li {
    margin-right: 23px;
		font-size: 15px;
		font-size: 0.9374rem;
		margin-top: 22px;
  }

  .searchandfilter ul li ul li {
		width: 33%;
	}
}

@media( max-width: 1120px ){
	.site-header .logo {
    margin-right: 48px;
  }

  .find-hub p {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.find-hub h6 {
		margin-top: 20px;
    margin-bottom: 5px;
	}

	.find-hub select {
    height: 40px;
  }

  /* mobile menu */
	.main-navigation ul {
		display: none;
	}

	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	.main-navigation > div {
	  height: 100%;
	  width: 0; /* 0 width - change this with JavaScript */
	  position: fixed; /* Stay in place */
		z-index: 999;
	  top: 0;
	  left: 0;
	  background-color: #111;
	  overflow-x: hidden; /* Disable horizontal scroll */
	  padding-top: 60px; /* Place content 60px from the top */
	  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	}

	.main-navigation.toggled a {
	  padding: 8px 8px 8px 22px;
	  text-decoration: none;
	  color: #fff;
	  display: block;
	  transition: 0.3s;
		width: 200px;
	}

	.main-navigation.toggled > div {
		width: 200px;
		padding-top: 20px;
	}

	.main-navigation li {
		margin-right: 0;
		width: 100%;
	}

	.main-navigation li:hover {
		background: #C79C56;
	}

	.main-navigation > div > ul > li:first-child {
		display: block;
	}

	.main-navigation > div > ul > li:last-child {
		padding: 5px 0;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
		float: left;
	}

	.main-navigation > div > ul > li:last-child a {
		padding: 10px 22px;
	}

	.main-navigation > div > ul > li:last-child a::after {
    top: 14px;
  }

	.main-navigation.toggled li {
	  transition: all 0.4s;
	}

	.main-navigation.toggled li:hover ul.sub-menu,
	.main-navigation.toggled li.focus ul.sub-menu,
	.main-navigation.toggled li:focus ul.sub-menu {
		position: relative;
		background: rgba( 255,255,255,0.2);
		border-color: #C79C56;
	}

	.main-navigation.toggled ul.sub-menu li {
	  font-size: 14px;
	}

	.main-navigation.toggled .close-menu {
		display: block;
		left: 165px;
	  transition: 0.5s;
	}

	.picture-links-5 .picture-link:nth-child(1),
	.picture-links-5 .picture-link:nth-child(2) {
		flex-basis: 50%;
	}

	.picture-links-5 .picture-link:nth-child(3),
	.picture-links-5 .picture-link:nth-child(4),
	.picture-links-5 .picture-link:nth-child(5) {
		flex-basis: 33.33%;
	}

	.picture-links-5 .picture-link h4 {
	  font-size: 20px;
	  font-size: 1.25rem;
	  line-height: 24px;
	  max-width: 255px;
	}

	/* woocommerce block */
	.entry-content .wc-block-grid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.entry-content .wc-block-grid__product {
	  border-left: 20px solid transparent;
	  border-right: 20px solid transparent;
	}
}

@media( max-width: 1100px ){
	.campaign-image-block h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 54px;
    margin-bottom: 12px;
  }

  .campaign-image-block hr {
    margin-bottom: 12px;
  }

  .campaign-image-block h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 26px;
    line-height: 28px;
  }
}

@media( max-width: 1040px ){
  .team-layout-5.team-of-4 .team-member-indiv {
    width: 50%;
  }

  .page-template-page-nmk-styling .header-caption img {
  	width: 40%;
  }
}

@media( max-width: 940px ){
	.home-links {
    flex-direction: column;
    background: transparent;
  }

	.home-links .half {
    width: 100%;
	}

	.home-links .find-hub {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-bottom: 7px;
		background: url( 'img/monotone-blue-small.png');
	}

	.picture-link h4 {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 278px;
    line-height: 28px;
  }

	.header-image-block h1 {
    font-size: 54px;
    font-size: 3.375rem;
    margin-bottom: 15px;
		padding-left: 65px;
		line-height: 55px;
  }

  .campaign-image-block .campaign-caption {
    width: 100%;
		background: rgba(40,82,108,0.7);
		padding: 10px 20px 30px 20px;
  }

  .first-blog-post .campaign-caption h1 {
    font-size: inherit;
  }

	.campaign-image-block h1,
  .first-blog-post .campaign-caption h1 {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 52px;
		margin-bottom: 10px;
  }

  .campaign-image-block hr {
    margin-bottom: 10px;
  }

  .campaign-image-block h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 24px;
    line-height: 26px;
  }

  .campaign-image-block {
    max-height: none;
    flex-direction: column;
	}

  .campaign-image-block .campaign-caption { /* underneath caption */
    top: initial;
		-ms-transform: initial;
		-webkit-transform: initial;
		transform: initial;
		padding: 20px 30px 35px 30px;
  }

  .campaign-image-block .container {
  	position: relative;
		margin-top: -87px;
		padding-left: 40px;
		padding-right: 40px;
  }

  .home-blog-posts {
    margin-top: 70px;
	}

  .stats-block .stat {
    margin-bottom: 40px;
    width: 50%;
  }

  .stats-block .stat:nth-of-type(1) {
    width: 400px;
    max-width: 100%;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-block .stat:nth-of-type(2) {
    padding-left: 0px;
    padding-right: 30px;
  }

  .stats-block .stat:nth-of-type(3) {
    padding-right: 0px;
    padding-left: 30px;
  }

  .team-layout-2 .team-member-indiv:nth-child(n) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 80px;
  }

  .team-layout-2 .team-member-indiv img {
    max-width: 200px;
  }

  .vid-time-container {
    width: 20%;
  }

  .vid-image-container {
    width: 80%;
    margin-bottom: 10px;
  }

  .vid-image-container img {
    width: 395px;
  }

  .vid-details-container {
    padding-left: 0;
    width: 80%;
    clear: left;
    margin-left: 20%;
  }

  .searchandfilter ul li ul li {
		width: 50%;
	}

	/* woocommerce block */
	.entry-content .wc-block-grid {
		padding-left: 24px;
		padding-right: 24px;
	}

	.entry-content .wc-block-grid__product {
	  border-left: 16px solid transparent;
	  border-right: 16px solid transparent;
	}

  /* resources */
	.resource-container {
		flex-wrap: wrap;
	}

	.resource-image {
		flex-basis: 100%;
		margin-bottom: 44px;
	}

	.resource-container p {
		text-align: left;
	}

	.resource-desc h2,
	.resource-desc {
		text-align:center;
	}

	.resource-image img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.resource-desc {
	  padding-left: 0;;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.resource-desc .button {
		margin-left: 22px;
		margin-right: 22px;
	}

	.resource-desc .button:first-child {
		margin-left: 0;
	}
}

@media( max-width: 810px ){
	.stories-block .events-num-3 .blog-post,
  .stories-3 .blog-post,
  .events-num-3 .blog-post {
    width: 100%;
  }

  .stories-3 .blog-post + .blog-post,
  .events-num-3 .blog-post + .blog-post,
  .home-blog-posts.stories-3 .blog-post:nth-child(3) {
    margin-top: 60px;
  }

  .events-num-3 .blog-post:nth-child(n) {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wp-block-gallery {
		padding-left: 35px;
		padding-right: 35px;
	}

	.wp-block-image {
		padding: 5px;
	}
}

@media( max-width: 800px ){
  .team-layout-5.team-of-6 .team-member-indiv {
    width: 50%; /* 2 a row */
  }
}

@media (min-width:768px) and (max-width:999px) {
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
		justify-content: space-between;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media( max-width: 768px ){
  .menu-toggle {
    margin: 10px 20px;
		padding: 9px 28px 8px 55px;
		background-position: 26px 10px;
  }

	/* one column page-links and blog posts */
	.blog-post {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
  }

  .link-to-pages-block .blog-post {
		padding-left: 0;
		padding-right: 0;
  }

  .blog-post:last-child {
    padding-right: 20px;
	}

  .blog-post + .blog-post {
    margin-top: 100px;
	}

  .home-blog-posts .blog-post,
  .index-blog-posts .blog-post,
	.events-num-1 .blog-post {
    padding-left: 40px;
    padding-right: 40px;
	}

	.home-blog-posts.stories-3 .blog-post {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-half {
    width: 100%;
  }

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

  .search-form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
	}

	.search-box {
		margin-bottom: 55px;
	}

	.social {
		margin-bottom: 0;
	}

	.picture-link h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    max-width: 238px;
  }

  /* donate form */
  #bbox-root #bboxdonation_comment_txtComments,
  #bbox-root .BBFieldBillingStateZip #bboxdonation_billing_billingAddress_txtUKCity,
  #bbox-root .BBFieldBillingStateZip #bboxdonation_billing_billingAddress_ddUKCounty,
  #bboxdonation_billing_billingAddress_lblUKPostCode,
  #bbox-root #bboxdonation_billing_divBillingSection input,
  #bbox-root #bboxevent_billing_billingAddress_txtUKCity,
  #bbox-root #bboxevent_billing_billingAddress_ddUKCounty,
  #bbox-root .BBFieldBillingStateZip + .BBFormFieldContainer .BBFormTextbox,
  #bbox-root #bboxevent_billing_txtFirstName,
  #bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer input:nth-child(3),
   #bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer select:nth-child(5) {
  	width: 100%;
  	margin-left: 0;
  	margin-right: 0;
  }

  #bbox-root #bboxdonation_billing_ddTitle,
  #bbox-root #bboxdonation_billing_txtFirstName,
  #bbox-root #bboxdonation_billing_txtLastName,
  #bbox-root #bboxdonation_billing_divEmail,
  #bbox-root #bboxdonation_billing_divPhone,
  #bbox-root .BBFormAddress > .BBFormFieldContainer:nth-child(1),
  #bbox-root .BBFormAddress > .BBFormFieldContainer:nth-child(2),
  #bbox-root .BBFieldBillingStateZip .BBFormFieldContainer,
  #bbox-root .BBFormAddress .BBFormFieldContainer:nth-child(6),
  #bbox-root #bboxdonation_payment_BBFormDDDetails > .BBFormFieldContainer:nth-child(2),
  #bbox-root #BBFormDDRoutingData,
  #bbox-root #bboxdonation_payment_BBFormDDDetails div:nth-child(4),
  #bbox-root #bboxdonation_payment_BBFormDDDetails div:nth-child(5),
  #bbox-root #bboxdonation_payment_divUKDDDate,
  #bbox-root #bboxdonation_payment_divUKDDServiceUserNumber,
  #bbox-root #bboxdonation_billing_divBillingSection #bboxdonation_billing_txtFirstName,
  #bbox-root #bboxdonation_billing_divBillingSection #bboxdonation_billing_txtLastName,
  #bbox-root #bboxdonation_payment_divProcessedByBlackbaud + .BBFormFieldContainer,
  #bbox-root #DCCreditNumber,
  #bbox-root #DC_ValidOther,
  #bbox-root #DCCreditSecurityCode,
  #bbox-root #bboxevent_billing_txtFirstName,
  #bbox-root #bboxevent_billing_txtLastName,
  #bbox-root #bboxevent_billing_txtEmail,
  #bbox-root #bboxevent_payment_divProcessedByBlackbaud + .BBFormFieldContainer,
  #bbox-root #bboxevent_registrant_templateRegistrant_IsPayer + .BBFormIndivFields .BBFormFieldContainer input:nth-child(3),
  #bbox-root #bboxevent_registrant_templateRegistrant_IsPayer + .BBFormIndivFields .BBFormFieldContainer input:nth-child(5),
  #bbox-root #bboxevent_registrant_templateRegistrant_divPhone input,
  #bbox-root #bboxevent_registrant_templateRegistrant_divPhone + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer input:nth-child(3),
  #bbox-root #bboxevent_registrant_templateRegistrant_divPhone + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer select:nth-child(5),
  #bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail,
  #bbox-root #bboxevent_registrant_templateRegistrant_divPhone {
  	width: 485px;
  	max-width: 75%;
  	margin-left: 0;
  	margin-right: 0;
  	min-width: 298px;
  }

  #bbox-root #bboxevent_billing_billingAddress_lblUKPostCode,
  #bbox-root #DCCreditSecurityCode,
  #bbox-root #bboxevent_registrant_templateRegistrant_RegistrantAddress_lblUKPostCode {
  	margin-left: 0;
  }

  #bbox-root #bboxdonation_billing_ddTitle,
  #bbox-root #bboxdonation_billing_txtFirstName,
  #bbox-root .BBFieldBillingStateZip #bboxdonation_billing_billingAddress_txtUKCity,
  #bbox-root #bboxevent_billing_txtFirstName,
  #bbox-root #bboxevent_billing_billingAddress_txtUKCity,
  #bbox-root #bboxevent_registrant_templateRegistrant_divPhone + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer input:nth-child(3),
  #bbox-root #bboxevent_registrant_templateRegistrant_IsPayer + .BBFormIndivFields .BBFormFieldContainer input:nth-child(3),
  #bbox-root #bboxevent_registrant_templateRegistrant_divFieldEmail + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer input:nth-child(3) {
  	margin-bottom: 15px;
  }

  #bbox-root .BBCardImageContainer {
  	float: left;
  }

  #bbox-root .BBFieldBillingStateZip + .BBFormFieldContainer .BBFormTextbox,
  #bbox-root #bboxevent_registrant_templateRegistrant_divPhone input,
  #bbox-root #bboxevent_registrant_templateRegistrant_divPhone + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer input:nth-child(3),
  #bbox-root #bboxevent_registrant_templateRegistrant_divPhone + .BBFormAddress .BBFieldBillingStateZip .BBFormFieldContainer select:nth-child(5) {
  	max-width: 100%;
  }

  #bbox-root #bboxdonation_btnSubmit {
		padding-left: 30px;
		padding-right: 30px;
	}

  /* vertical spacing */
	.blog-post + .blog-post,
  .home-blog-posts,
  .wp-block-embed,
  .wp-block-embed + p,
  .wp-block-embed + h2,
  .wp-block-embed + h3,
  .wp-block-embed + h4,
  .wp-block-embed + h5,
  .wp-block-embed + h6,
  .eventorganiser-event-meta {
    margin-top: 60px;
	}

	.site-footer {
		margin-top: 90px;
	}

	.left-link,
	.right-link {
		flex-direction: column;
	}

	.left-link img,
	.right-link img {
		min-width: initial;
		margin-bottom: 10px;
		margin-left: 20px;
		margin-right: 20px;
		width: 100%;
	}

	.wp-block-media-text {
    display: block;
  }

  .wp-block-media-text > figure > img {
  	width: 507px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 40px;
		max-width: 100%;
  }

  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
	}

	.wp-block-media-text + .wp-block-spacer {
		height: 0;
	}

  .header-image-block h1 {
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 10px;
    padding-left: 50px;
    line-height: 47px;
  }

  .header-image-block hr {
    margin-top: 0;
    height: 5px;
  }

  /* vertical spacing */
  .link-to-pages-block .blog-post:nth-child(2) {
    margin-top: 100px;
  }

  .intro {
    margin-top: 72px;
    line-height: 36px;
  }

  .near-me-block .bottom-block {
    margin-bottom: -90px;
  }

  .list-jobs,
  .list-jobs thead,
  .list-jobs tbody,
  .list-jobs th,
  .list-jobs td,
  .list-jobs tr {
    display: block;
  }

  .list-jobs tr:first-child {
    display: none;
  }

  .list-jobs tr {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-jobs td:before {
    text-transform: uppercase;
    font-weight: bold;
  }

  .list-jobs td:nth-child(1):before {
    content: "Job title: ";
  }

  .list-jobs td:nth-child(2):before {
    content: "Location: ";
  }

  .latest-jobs-block .list-jobs td:nth-child(3):before {
    content: "Closing date: ";
  }

  .stories-block.stories-2 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-text blockquote {
    line-height: 38px;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .links-num-3 {
    flex-direction: column;
  }

  .links-num-3 .text-link {
    width: 100%;
  }

  .links-num-3 .text-link:nth-child(n) {
    padding-left: 0;
    padding-right: 0;
  }

  .links-num-3 .text-link + .text-link {
    margin-top: 60px;
  }

  .link-to-pages-block .blog-post:nth-child(n) {
    padding-left: 0;
    padding-right: 0;
  }

  .events-num-4 .blog-post:nth-child(n) {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0
  }

  .events-num-4 .blog-post + .blog-post {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .video-schedule-inner {
    padding-left: 30px;
    padding-right: 30px;
    background-position: 0 -30px, bottom;
  }

  .video-schedule-inner h3 {
    padding-top: 20px;
  }

  .schedule-slider .slick-arrow {
    top: 105px;
  }

  .link-to-pages-block .row-3 .blog-post:nth-child(n) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .searchandfilter {
    padding: 30px;
	}

	.picture-links-5 .picture-link:nth-child(n) {
		flex-basis: 100%;
	}

	.picture-links-5 .picture-link h4 {
	  font-size: 24px;
	  font-size: 1.5rem;
	  line-height: 28px;
  	max-width: 295px;
	}

	/* woocommerce */
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}

	.filter-container + .container .blog-post:nth-child(2) {
		margin-top: 60px;
	}

	/* woocommerce block */
	.entry-content .wc-block-grid.has-3-columns .wc-block-grid__product {
	  flex: 1 0 50%;
	  max-width: 50%;
	  padding: 0;
	  padding-right: 0px;
	  margin: 0 0 24px;
	}

	.entry-content .wc-block-grid {
		padding-left: 22px;
		padding-right: 22px;
	}

	.entry-content .wc-block-grid__product {
	  border-left: 14px solid transparent;
	  border-right: 14px solid transparent;
	}
}

@media( max-width: 767px ){
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    width: 100%;
	}

	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    padding-left: 0;
  }

  body #moove_gdpr_cookie_info_bar p {
  	padding-right: 0;
  }
}

@media( max-width: 690px ){
	.fund-reg {
		float: none;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

@media( max-width: 680px ){
  .testimonial-text blockquote {
    line-height: 34px;
    font-size: 26px;
    font-size: 1.625rem;
  }

  .schedule-slider .slick-arrow {
    top: 40px;
  }

  .academy-styling .team-layout-5 .team-member-indiv {
    flex-wrap: wrap;
  }

  .academy-styling .team-layout-5 .headshot-text {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .academy-styling .team-layout-5 .team-member-indiv img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .academy-styling .team-layout-5 .team-member-indiv h6,
  .academy-styling .headshot-text p {
		margin-left: 0;
		margin-right: 0;
  }

  .searchandfilter ul li ul li {
		width: 100%;
	}

	/* woocommerce */
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
	}

	.woocommerce .entry-content .woocommerce-result-count,
	.woocommerce .woocommerce-ordering {
		width: 100%;
	}

	.woocommerce .woocommerce-ordering select {
		float: left;
	}

	/* woocommerce block */
	.entry-content .wc-block-grid.has-3-columns .wc-block-grid__product {
	  flex: 1 0 100%;
	  max-width: 100%;
	  padding: 0;
	  padding-right: 0px;
	  margin: 0 0 24px;
	}

	.entry-content .wc-block-grid {
		padding-left: 40px;
		padding-right: 40px;
	}

	.entry-content .wc-block-grid__product {
	  border-left: 0;
	  border-right: 0;
	}
}

@media( max-width: 586px ){
	body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding-left: 20px;
    padding-right: 20px;
  }

	.date-box {
		top: 0;
	}

	.picture-links {
    display: block;
  }

  .picture-link {
  	margin-bottom: 7px;
  }

	.picture-link h4 {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 278px;
    line-height: 28px;
  }

  .blog-post {
  	padding-left: 0;
  	padding-right: 0;
  }

  .container,
	.thin-container,
	.index-blog-posts .posts-navigation,
	.eo-events-nav,
	.frm_forms,
	.index-blog-posts .blog-post,
	.wp-block-embed-youtube,
	.wp-block-media-text,
	.call-to-action-block p {
		padding-left: 20px;
		padding-right: 20px;
	}

	.call-to-action-block span.arrow {
		left: 28px;
	}

	.home-blog-posts .blog-post {
    padding-left: 0;
    padding-right: 0;
	}

	.footer-half {
    padding-left: 0;
    padding-right: 0;
  }

	.fund-reg {
		float: left;
		clear: both;
	}

	.site-info p {
		clear: both;
		margin-top: 20px;
		display: block;
		float: left;
	}

	.search-results .thin-container p {
    line-height: 32px;
	}

	.search-results .wp-post-image {
		display: none;
	}

	hr.above-events-nav {
    margin-left: 20px;
    margin-right: 20px;
	}

	.eo-events-nav .nav-previous {
    padding-left: 0;
	}

	.eo-events-nav .nav-next {
    padding-right: 0;
	}

	.wp-block-media-text > figure > img {
    width: 586px;
  }

	.wp-block-media-text + .wp-block-media-text {
		margin-top: 93px;
	}

	.wp-block-media-text + .wp-block-media-text {
    margin-top: 53px;
	}

	.academy-styling .link-to-pages-block .blog-post:nth-child(n) + .blog-post {
		margin-top: 60px;
	}

	.academy-styling .entry-content h2,
	.academy-styling .entry-content h3,
	.academy-styling .entry-content h4,
	.academy-styling .entry-content h5,
	.academy-styling .entry-content h6 {
		font-size: 32px;
		font-size: 2rem;
		line-height: 38px;
	}

	.academy-styling .frm_primary_label {
	  font-size: 20px !important;
	  font-size: 1.25rem;
	}

  .campaign-image-block h1,
  .first-blog-post .campaign-caption h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
  }

  .campaign-image-block .container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -79px;
	}

  .blog-header-image,
  .blog-header-image .container {
    max-height: initial;
    overflow: visible;
    position: relative;
  }

  .blog-header-image {
    flex-direction: column;
  }

  .blog-header-image .container {
    margin-bottom: -79px;
  }

  .blog-header-image h1 {
    font-size: 40px;
    font-size: 2.5rem;
    padding-left: 42px;
    line-height: 41px;
  }

  .blog-header-caption {
    position: relative;
    padding: 20px 30px 1px 30px;
    background: rgba(40,82,108,0.7);
    margin: 0 20px;
    bottom: 79px;
  }

  .blog-header-image .blog-header-caption h1 {
    width: 100%;
  }

  /* vertical spacing */
  .link-to-pages-block .blog-post,
  .link-to-pages-block .blog-post:nth-child(2) {
    margin-top: 60px;
  }

  .stats-block .stat:nth-of-type(n) {
    width: 400px;
    max-width: 100%;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-layout-2 .team-member-indiv .headshot-text {
    align-self: flex-start;
  }

  .team-layout-2 .team-member h6 {
    padding-top: 0;
  }

  .num-addresses-2 .contact-address {
    width: 100%;
    margin-bottom: 40px;
  }

  .stories-block .blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stories-block.stories-2 .container {
    padding-left: 0;
    padding-right: 0;
  }

  .stories-block.stories-3 .blog-post,
  .home-blog-posts.stories-3 .blog-post {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text blockquote {
    line-height: 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .links-num-2 {
    flex-direction: column;
  }

  .links-num-2 .text-link:nth-child(n) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .links-num-2 .text-link + .text-link {
    margin-top: 60px;
  }

  .link-to-pages-block a.button {
    float: left;
    clear: left;
  }

  .links-num-1 .text-link:nth-child(n) {
    padding-left: 0;
    padding-right: 0;
  }

  .events-num-4 .blog-post + .blog-post {
    margin-top: 60px;
  }

  .vid-time-container,
  .vid-image-container,
  .vid-details-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vid-time-container {
    text-align: left;;
    margin-bottom: 0px;
  }

  .vid-image-container img {
    width: initial;
  }

  .vid-details-container {
    margin-left: 0;
  }

  .vid-time-container span {
    display: block;
    color: #fff;
    background: #302f63;
    padding: 5px 10px;
    font-weight: bold;
  }

  .term-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .term-key-info {
    margin-bottom: 20px;
  }

  .term-description {
    flex-basis: 100%;
    padding-left: 0;
  }

  .searchandfilter h4 {
  	cursor: pointer;
  }

  .searchandfilter h4:after {
  	content: '\25BC';
		font-size: 15px;
		padding-left: 8px;
		position: relative;
		top: -2px;
  }

  .searchandfilter > div > ul > li {
  	clear: left;
  	float: left;
  }

  .searchandfilter > div > ul > li > h4 + ul {
  	display: none;
  }

  .searchandfilter > div > ul > li > h4 + ul.open {
  	display: block;
  }

  .wp-block-gallery {
	  padding-left: 15px;
	  padding-right: 15px;
	}

	.resource-desc h2 {
		line-height: 34px;
	}

	ul.press-cats {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media( max-width: 480px ){
	/* horizontal spacing */
	p,
	.entry-content ul,
	.entry-content ol,
	.thin-content-container,
	.wp-block-izettle-store,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.wp-block-audio,
	.wp-block-file,
	.not-found h1,
	.connect-form-home,
	.wp-block-button,
	.entry-content .link-in-bio {
    padding-left: 15px;
    padding-right: 15px;
	}

	h2.campaign-sub-heading {
		padding-left: 0;
		padding-right: 0;
	}

	.blog-post h3 {
    padding-left: 0;
    padding-right: 0;
	}

	.events-num-3 .blog-post:nth-child(n) {
    padding-left: 20px;
    padding-right: 20px;
	}

	.call-to-action-block span.arrow {
    left: 18px;
	}

	/* vertical spacing */
	.site-footer {
    margin-top: 50px;
	}

	.header-image-block h1 {
    font-size: 34px;
    font-size: 2.125rem;
		padding-left: 36px;
		line-height: 34px;
		margin-bottom: 5px;
  }

  .header-image-block hr {
    height: 4px;
  }

  .team-layout-2 .team-member-indiv:nth-child(n) {
    display: block;
  }

  .team-layout-2 .team-member-indiv img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 40px;
  }

  .team-layout-2 .team-member-indiv .headshot-text {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-layout-2 .team-member-indiv .headshot-text h6,
  .team-layout-2 .team-member-indiv .headshot-text hr,
  .team-layout-2 .team-member-indiv .headshot-text p {
    margin-left: 0;
  }

  .faq-answer p {
    padding-left: 37px;
  }

  .testimonial-text blockquote {
    line-height: 24px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .intro {
    line-height: 34px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .intro {
    margin-top: 50px;
  }

  .text-link .text-link-title a {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .schedule-slider .slick-arrow {
    top: 40px;
    padding: 7px 14px;
  }

	.academy-styling .team-layout-5 .team-member-indiv h6,
  .academy-styling .team-layout-5 .headshot-text {
    padding-left: 0;
    padding-right: 0;
  }

  .academy-styling .header-image-block h1 {
  	font-size: 25px;
  	font-size: 1.5625rem;
  }

  .academy-styling .team-layout-5 .team-member-indiv img {
  	max-width: 100%;
		height: auto;
  }

  .academy-styling .intro {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 32px;
  }

  .term-name {
	  font-size: 30px;
	  font-size: 1.875rem;
	}

	.term-num-1 .term-description h4 {
	  font-size: 24px;
	  font-size: 1.5rem;
	  line-height: 36px;
	}

  .find-hub h4 {
  	font-size: 24px;
		font-size: 1.5rem;
	}

	/* woocommerce */
	.woocommerce-billing-fields h3 {
		padding-left: 0;
		padding-right: 0;
	}

	ul.press-cats {
		padding-left: 10px;
		padding-right: 10px;
	}

	.page-numbers {
  	padding: 8px 16px;
  }
}

@media( max-width: 380px ){
  .site-header .logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0;
	}

  .menu-toggle {
  	float: none;
		margin-left: auto;
		margin-right: auto;
  }

  .main-navigation {
  	position: relative;
		width: 100%;
		left: initial;
		margin-top: 0;
  }

	.header-image-block h1 {
    font-size: 28px;
    font-size: 1.75rem;
		padding-left: 30px;
		line-height: 26px;
  }

  .academy-styling .header-image-block h1 {
  	font-size: 25px;
  	font-size: 1.5625rem;
  }

  /* stats block */
  .numscroller {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
