/*!
Theme Name: Jardine Norton
Theme URI: https://hoppstudio.com/
Author: Underscores.me
Author URI: https://hoppstudio.com/
Description: Jardine Norton is the theme built for the Jardine Norton site.
Version: 1.0.3
Tested up to: 6.0.1
Requires PHP: 7.0
License: GNU General Public License v3
License URI: LICENSE
Text Domain: jardine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Jardine Norton is the theme built for the Jardine Norton site.

Normalising 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:
----------------------------------------------------------------
Normalise (N)
Fonts (F)
Global (GL)
	GL - Multi-Selector Styling
		GL_MU - Multiple Categories
			GL_MU_M - Responsive
	GL - Typography
		GL_T - Responsive
	GL - Blocks
	GL - Elements
	GL - Links
		GL_L - Block Style
	GL - Forms
		GL_F - CF7
	GL - Accessibility
	GL - Comments
	GL - Pagination
	GL - Modal
		GL_MO - Typography
		GL_MO - Blocks
			GL_MO_B - Alternative Scroll
		GL_MO - Links (incl. Buttons)
		GL_MO - Mobile Nav
	GL - Animations
Header (HE)
	HE - Navigation
	HE - Log In / Log Out
Footer (FO)
	FO - Responsive
Posts and Pages (P)
	P - Share Link
	P - Archive
404 Page (404)
	404 - Responsive
Modules (MO)
	MO - Core
		MO_C - Image
		MO_C - Buttons
			MO_C_B - Block Styles
		MO_C - Cover
		MO_C - Group
			MO_C_G - Block Styles
		MO_C - Paragraph
			MO_C_P - Block Styles
				MO_C_P_BS - Responsive
		MO_C - Social Media Icons
	MO - Hopp
		MO_H - Image (REM)
			MO_H_I - Block Styles
		MO_H - Partners Map
		MO_H - Accordion
			MO_H_A - Typography
			MO_H_A - Blocks
			MO_H_A - Links (incl. Buttons)
			MO_H_A - Rounded Style
			MO_H_A - Alternative Style (Used in Footer and Resources Facets)
			MO_H_A - Merged From Child Theme (Needs Refactoring)
	MO - Plugins
		MO_P - Semantic Wrapper
			MO_P_S - Block Styles
		MO_P - Responsive Spacer
		MO_P - Columns Block
Plugins (PL)
	PL - Jetpack
Utilities (U)
	U - Accessibility
Bootstrap (B)
	B - Responsive Container Max Widths
	B - Text Alignment
	B - Width

--------------------------------------------------------------*/
/*--------------------------------------------------------------
Normalise (N)
--------------------------------------------------------------*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
Fonts (F)
--------------------------------------------------------------*/
/* Helvetica Neue - Medium */
@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 600;
	src: url('assets/fonts/helvetica-neue/helveticaneue-medium.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('assets/fonts/helvetica-neue/helveticaneue-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('assets/fonts/helvetica-neue/helveticaneue-medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('assets/fonts/helvetica-neue/helveticaneue-medium.woff') format('woff'), /* Modern Browsers */
		url('assets/fonts/helvetica-neue/helveticaneue-medium.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* Helvetica Neue - Regular */
@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/helvetica-neue/HelveticaNeue-Regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('assets/fonts/helvetica-neue/HelveticaNeue-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('assets/fonts/helvetica-neue/HelveticaNeue-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('assets/fonts/helvetica-neue/HelveticaNeue-Regular.woff') format('woff'), /* Modern Browsers */
		url('assets/fonts/helvetica-neue/HelveticaNeue-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
/*--------------------------------------------------------------
Global (GL)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL - Multi-Selector Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL_MU - Multiple Categories
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #00002e;
	font-size: 2rem;
	line-height: 1.3;
	font-family: "pt-serif", serif;
	font-weight: 400;
	font-style: normal;
}

.wp-block-button .wp-block-button__link {
	color: #fff;
	background-color: #00002e;
	padding: 1rem;
	background-image: none;
	font-size: inherit;
	border: solid 0.2rem #00002e;
	font-weight: 700;
	border-radius: 0.2rem;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus {
	background-color: #6ebba6;
	border-color: #6ebba6;
}

/*--------------------------------------------------------------
GL_MU_M - Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
GL - Typography
--------------------------------------------------------------*/
/* :not(div) needed to trick edit screen styles as 62.5% in Gutenberg is reeking havoc. */
html:not(div) {
	font-size: 62.5%; /* 62.5% of 16px is 10px. Which makes 1rem = 10px. */
}

h1,
.is-style-h1,
h2,
.is-style-h2,
h3,
.is-style-h3,
h4,
.is-style-h4,
h5,
.is-style-h5,
h6,
.is-style-h6,
.main-navigation {
	clear: both;
	margin: 0 0 1.5rem;
	font-family: "pt-serif", serif;
	font-weight: 700;
	font-style: normal;
}

h1,
.is-style-h1 {
	font-size: 5.5rem;
}

h2,
.is-style-h2 {
	font-size: 4rem;
}

h3,
.is-style-h3 {
	font-size: 3.5rem;
}

p {
	margin: 0 0 1.5rem;
}

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

blockquote {
	margin: 0 1.5rem;
}

address {
	margin: 0 0 1.5rem;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
GL_T - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	h1,
	.is-style-h1 {
		font-size: 10rem;
	}

	h2,
	.is-style-h2 {
		font-size: 5rem;
	}
}

/**
 *
 * XXL Screen Sizes
 *
 */

 @media screen and (min-width: 1921px) {
	html:not(div) {
		font-size: .52vw;
	}
}

@media screen and (min-width: 2500px) {
	html:not(div) {
		font-size: 80%;
	}

	.container {
		max-width: 2100px !important;
	}
}

/**
 *
 * XXL Screen Sizes - END
 *
 */

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

html {
	box-sizing: border-box;
}

body {
	background: #fff;
	position: relative;
}

/* body #page {
	transition: transform .3s;
}

body.jardine-popup-modal #page {
	transform: translate3d(-100vw,100vh,0);
	transition: transform .3s;
} */

/*--------------------------------------------------------------
GL - Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: .1rem;
	margin-bottom: 1.5rem;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

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

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

figure {
	margin: 1rem 0;
}

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

/*--------------------------------------------------------------
GL - Links (L)
--------------------------------------------------------------*/
a {
	color: #00002e;
	text-decoration: none;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
	color: #00002e;
}

p a:hover,
p a:focus,
p a:active,
li a:hover,
li a:focus,
li a:active {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #6ebba6), color-stop(75%, #6ebba6));
    background-image: -o-linear-gradient(top, #6ebba6 75%, #6ebba6 75%);
    background-image: linear-gradient(to bottom, #6ebba6 75%, #6ebba6 75%);
	background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 100%;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	fill: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a:hover svg,
.wp-block-social-links.is-style-logos-only .wp-social-link a:active svg,
.wp-block-social-links.is-style-logos-only .wp-social-link a:focus svg {
	fill: #00002e;
}

.wp-social-link a {
	background-image: none;
}

a:focus {
	outline: thin dotted;
}

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

.wp-block-social-links .wp-block-social-link:hover {
	transform: none;
}

.cats-and-tags__cats a:hover,
.cats-and-tags__cats a:active,
.cats-and-tags__cats a:focus {
	color: #00002e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #00002e), color-stop(75%, #00002e));
    background-image: -o-linear-gradient(top, #00002e 75%, #00002e 75%);
    background-image: linear-gradient(to bottom, #00002e 75%, #00002e 75%);
}

/*--------------------------------------------------------------
GL_L - Block Style
--------------------------------------------------------------*/
p.is-style-alt-link a {
	color: #53B848;
}

p.is-style-alt-link a:hover,
p.is-style-alt-link a:active,
p.is-style-alt-link a:focus {
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #fff), color-stop(75%, #fff));
    background-image: -o-linear-gradient(top, #fff 75%, #fff 75%);
    background-image: linear-gradient(to bottom, #fff 75%, #fff 75%);
	background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 100%;
}

/*--------------------------------------------------------------
GL - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: .1rem solid;
	border-color: #ccc #ccc #bbb;
	border-radius: .3rem;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: .6rem .1rem .4rem;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 0;
	padding: 1rem 1.5rem;
	width: 100%;
	box-shadow: .2rem .3rem .9rem #00000029;
	border-radius: 3rem;
	-webkit-appearance: none;
}

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

select {
	border: .1rem solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
GL_F - CF7
--------------------------------------------------------------*/
#primary .wpcf7-form-control-wrap input,
#primary .wpcf7-form-control-wrap textarea {
	margin-top: 1rem;
	padding: 1.5rem 2rem;
	border-radius: 0.2rem;
	box-shadow: none;
	border: none;
}

#primary .wpcf7-form-control-wrap input.wpcf7-not-valid,
#primary .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
	border: 0.2rem solid #D92E22;
}

#primary .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	padding: 0.5rem 0;
	position: relative;
	font-size: 1.4rem;
}

#primary .wpcf7 form.invalid .wpcf7-response-output,
#primary .wpcf7 .wpcf7-response-output {
	border: none;
	margin: 2rem 0;
	color: #D92E22;
	position: relative;
}

#primary .wpcf7 .wpcf7-response-output {
	color: inherit;
	padding: 0;
}

#primary .wpcf7 .wpcf7-spinner{
	position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2rem;
}

form.submitting .wpcf7-submit {
	transition: none;
}

.wpcf7 #file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
	visibility: hidden;
}

.faw-file-input-row p {
	margin-bottom: 0;
}

#primary .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
    position: relative;
    padding-left: 3.5rem;
}

#primary .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"],
#primary .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] + span::before {
	bottom: 0;
	margin: auto;
}

#primary .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] + span::after {
	bottom: 0.3rem;
	margin: auto;
	top: 0;
}

#primary .wpcf7-radio .wpcf7-list-item {
	display: block;
}

#primary .wpcf7 .wp-block-button {
	position: relative;
	display: inline-block;
}

#primary .wpcf7 .wp-block-button p {
	margin: 0;
}

#primary .wpcf7-submit.wp-block-button__link {
	padding-right: 3.5rem;
}

#primary .wpcf7 .wp-block-button::before {
	content: "";
	position: absolute;
	top: calc(50% - 0.75rem);
	bottom: 0;
	right: 1.7rem;
	width: 1.5rem;
	height: 1.5rem;
	border-top: solid 0.3rem #fff;
	border-right: solid 0.3rem #fff;
	transform: rotate(45deg);
	z-index: 1;
	pointer-events: none;
}

/*--------------------------------------------------------------
GL - Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(.1rem, .1rem, .1rem, .1rem);
	clip-path: inset(50%);
	height: .1rem;
	margin: -.1rem;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: .1rem;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: .3rem;
	box-shadow: 0 0 .2rem .2rem rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: .5rem;
	line-height: normal;
	padding: 1.5rem 2.3rem 1.4rem;
	text-decoration: none;
	top: .5rem;
	width: auto;
	z-index: 100000;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
GL - Pagination
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5rem;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.nav-links a.wp-block-button__link {
	color: #53B848;
}

.nav-links a.wp-block-button__link:hover,
.nav-links a.wp-block-button__link:active,
.nav-links a.wp-block-button__link:focus {
	color: #6ebba6;
}
/*--------------------------------------------------------------
GL - Modal
--------------------------------------------------------------*/
body.no-scroll .site-header {
	background: rgba(255, 255, 255, 0);
}
/*--------------------------------------------------------------
GL_MO - Typography
--------------------------------------------------------------*/
/* title visibly hidden */
.jardine-popup-modal-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*--------------------------------------------------------------
GL_MO - Blocks
--------------------------------------------------------------*/
/* used for modal - needed for old browsers */
dialog {
	display: block;
}

/* used for modal - removes scroll when modal is opened */
.no-scroll {
	overflow: hidden;
}

.js-modal-hidden {
	display: none;
}

#js-modal-content {
	padding-top: 16rem;
	height: 100%;
}

#js-modal-content .container,
#js-modal-content .row {
	height: 100%;
}

/* modal - overlay covers everything */
.jardine-popup-modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(255 255 255 / 70%);
	z-index: 1;
	overflow: hidden;
	animation: jardine-fade-in .2s ease-out 0s;
	animation-fill-mode: forwards;
	text-indent: -99999px;
}

.jardine-popup-modal--reverse + .jardine-popup-modal-overlay {
	animation-name: jardine-fade-out;
}

/* modal */
#js-modal {
	position: fixed;
	left: 0;
	right: 0;
	background: none;
	border: 0;
	z-index: 9999999;
	margin: auto;
	padding: 0;
	max-height: 80%;
	height: 100%;
	animation-duration: .2s;
}

#js-modal .jardine-popup-modal__wrapper {
	position: relative;
	height: 100%;
	animation: .5s forwards jardine-modal-enter;
}

#js-modal.jardine-popup-modal--reverse .jardine-popup-modal__wrapper {
	animation-name: jardine-modal-exit;
}

.jardine-popup-modal__content {
	height: 100%;
}

.jardine-popup-modal__content.scroll-content {
	overflow-x: hidden !important;
	box-sizing: border-box !important;
}

.jardine-modal-wrap > * {
	position: relative;
}

/* Combined with dashicon classes this offers a really nice way to have a background icon effect */
.jardine-modal-icon {
	top: 13rem;
	right: 0;
	color: #eee;
	font-size: 35rem;
	width: 26.5rem;
	height: 16.2rem;
	line-height: 1rem;
	position: absolute;
}

.jardine-modal__bg {
	box-shadow: 0px 3px 10px #0000001A;
	border-radius: 2.5rem;
	padding: 3rem;
}

.jardine-popup-modal__content .site-footer {
	background: none;
}

.jardine-popup-modal__content .site-footer .container {
	border-color: #00002e;
}

.jardine-popup-modal__content .site-footer li *,
.jardine-popup-modal__content .site-footer li *:hover,
.jardine-popup-modal__content .site-footer li *:focus,
.jardine-popup-modal__content .site-footer li *:active {
	color: #00002e;
}

@media ( min-width: 768px ) {

	.jardine-popup-modal__content .site-footer li * {
		color: #fff;
	}

	.jardine-popup-modal__content .site-footer .container {
		border-color: #fff;
	}

}
/*--------------------------------------------------------------
GL_MO_B - Alternative Scroll
--------------------------------------------------------------*/
#js-modal {
	position: fixed;
	margin: auto;
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	transform: none;
	top: 0;
}

#js-modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#js-modal .jardine-popup-modal__wrapper {
	vertical-align: middle;
	height: auto;
	width: 100%;
	padding: 40px 0;
}

/*--------------------------------------------------------------
GL_MO - Links (incl. Buttons)
--------------------------------------------------------------*/
#js-modal-close,
#js-modal-close-hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -500px;
	text-align: left;
	background: none;
	border: none;
	/* z-index: 1; */
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
}

.jardine-modal-close {
	position: sticky;
	top: 0;
	background: none;
	border: 0;
	padding: 0;
	border-radius: 999px;
	width: 4.5rem;
	height: 4.5rem;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
	z-index: 99;
	opacity: .5;
	margin: -1.5rem 0 0 -1rem;
}

.jardine-modal-close:hover,
.jardine-modal-close:active,
.jardine-modal-close:focus {
	opacity: 1;
}

.jardine-modal-close:before,
.jardine-modal-close:after {
	content: '';
	position: absolute;
	left: 2rem;
	top: .7rem;
	height: 3rem;
	width: .2rem;
	background-color: #00002e;
}

.jardine-modal-close:before {
	transform: rotate(45deg);
}

.jardine-modal-close:after {
	transform: rotate(-45deg);
}

/*--------------------------------------------------------------
GL_MO - Mobile Nav
--------------------------------------------------------------*/
#js-modal.jardine-popup--header:before {
	content: none;
}

#js-modal.jardine-popup--header .jardine-popup-modal__wrapper {
	height: 100%;
	padding: 0;
}

#js-modal.jardine-popup--header.jardine-popup-modal--reverse .jardine-popup-modal__wrapper {
	animation-name: jardine-modal-exit;
	position: relative;
}

#js-modal-overlay {
	animation: .5s forwards jardine-modal-enter;
	background: #fff;
}

.jardine-popup-modal--reverse + #js-modal-overlay {
	animation-name: jardine-modal-exit;
}

#mob-nav-bg {
	position: absolute;
	top: 0;
	height: 0;
	z-index: 999;
	overflow-y: hidden;
	max-height: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	width: 100%;
	background:#fff;
	-webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
			transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.jardine-popup--header #mob-nav-bg {
	height: 100% !important;
	background: #02204B;
}

/*If mobile nav has the class d-none then add this css for overlaying header on content*/
#mob-nav-bg.d-none ~ #page #masthead { 
	position: absolute;
	width:100%;
}

/*Changes colour of social icons in the footer if simple toggle is on*/
#mob-nav-bg.d-none ~ #page .wp-block-social-links .wp-block-social-link-anchor { 
	background: #02204B;
	border-radius: inherit;
}

.mob-menu {
	width: 3rem;
	height: 2rem;
	position: relative;
	border: 0;
	background: none;
	padding: 0;
	display: block;
	float: right;
	top: 3rem;
}

.mob-menu__inner,
.mob-menu__inner:before,
.mob-menu__inner:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: .3rem;
	top: 0;
	transition-timing-function: ease;
	transition-duration: .45s;
	transition-property: transform, background-color;
	/* border-radius: .4rem; */
	background-color: #fff;
}

.scrolled .mob-menu__inner,
.scrolled .mob-menu__inner:before,
.scrolled .mob-menu__inner:after {
	background-color: #00002e;
}

body.modal-open .mob-menu__inner,
body.modal-open .mob-menu__inner:before,
body.modal-open .mob-menu__inner:after {
	background-color: #6ebba6;
}

.mob-menu__inner:before {
	top: .9rem;
	transition-timing-function: ease;
	transition-duration: .45s;
	transition-property: transform, opacity, background-color;
}

.mob-menu__inner:after {
	top: 1.8rem;
}

body.modal-open .mob-menu__inner {
	transform: translate3d(0,1rem,0) rotate(45deg);
}

body.modal-open .mob-menu__inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
	opacity: 0;
}

body.modal-open .mob-menu__inner:after {
	transform: translate3d(0,-1.8rem,0) rotate(-90deg);
}

#primary-menu-mob,
#supplementary-menu-mob {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
}

#supplementary-menu-mob {
	position: relative;
	padding-bottom: 2.5rem;
	padding-top: 1rem;
}

#primary-menu-mob li,
#supplementary-menu-mob li {
	padding: 1rem 0 1rem 0;
}

#supplementary-menu-mob:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 0.2rem;
	background-color: #ffffff;
	bottom: 0;
	left: 0;
}

#primary-menu-mob {
	padding-top: 1rem;
}

#primary-menu-mob a,
#supplementary-menu-mob a {
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
}

#primary-menu-mob a:hover,
#primary-menu-mob a:active,
#primary-menu-mob a:focus,
#supplementary-menu-mob a:hover,
#supplementary-menu-mob a:active,
#supplementary-menu-mob a:focus {
	color: #17b54b;
}

/*--------------------------------------------------------------
GL - Animations
--------------------------------------------------------------*/
/* Animation for the modal enter */
@keyframes jardine-modal-enter {
	0% {
		transform: translate3d(5vw, -5vh, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

/* Animation for the modal exit */
@keyframes jardine-modal-exit {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	100% {
		transform: translate3d(5vw, -5vh, 0);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
Header (HE)
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	z-index: 999;
	width: 100%;
}

.site-header .header__bg {
	background: rgba(255, 255, 255, 0);
	transition: all .2s ease;
	position: relative;
	z-index: 999;
}

.site-header.scrolled .header__bg {
	background: rgba(255, 255, 255, 1);
	z-index: 1000;
}

.custom-logo-link {
	position: absolute;
	z-index: 999;
	width: 12.8rem;
	height: 4.2rem;
	left: 3rem;
	opacity: 0;
	background-image: none;
}

.initial-logo-link {
	position: absolute;
	z-index: 1000;
	width: 18.3rem;
	height: 6rem;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 3rem;
	opacity: 1;
}

.site-header.scrolled-back-to-top .initial-logo-link {
	z-index: 999;
	animation-name: fadeIn;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-direction: normal;
}

.site-header.scrolled .initial-logo-link {
	z-index: 999;
	animation-name: fadeOut;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-direction: normal;
}

.custom-logo-link img,
.initial-logo-link img {
	max-height: 100%;
}

.site-header.scrolled .custom-logo-link {
	animation-name: fadeIn;
	animation-duration: .2s;
	animation-fill-mode: forwards;
	animation-direction: normal;
}

.site-header .container {
	position: relative;
}

.modal-open .initial-logo-link {
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}

.modal-open .initial-logo-link img{
	opacity: 0;
}

.modal-open .custom-logo-link {
	visibility: visible;
	opacity: 1;
}

.site-header .container.initial-logo__container {
	min-height: 8rem;
	position: absolute;
	margin: auto;
    left: 0;
    right: 0;
}

@keyframes fadeIn {

	0% {
		visibility: visible;
	  	opacity: 0;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

@keyframes fadeOut {
	
	0% {
		visibility: visible;
		opacity: 1;
	}

	100% {
		visibility: hidden;
		opacity: 0;
	}
}

@media (min-width: 768px) {
	.initial-logo-link {
		left: 0;
	}

	.site-header .container.initial-logo__container {
		min-height: 9rem;
	}
}

@media (min-width: 868px) {

	.custom-logo-link {
		left: 1.5rem;
		width: 17.9rem;
		height: 5.9rem;
	}

	.initial-logo-link {
		top: 4.5rem;
		left: 1.5rem;
		width: 30.5rem;
		height: 10rem;
	}

}

/*--------------------------------------------------------------
HE - Navigation
--------------------------------------------------------------*/
.site-header .main-navigation .menu {
	display: none;
}

.main-navigation {
	width: fit-content;
	padding: 3rem 0;
	margin: 0;
}

.no-menu .main-navigation,
.no-menu .js-modal {
	visibility: hidden;
}

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

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

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

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

.main-navigation ul ul a {
	width: 20rem;
}

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

.main-navigation li {
	margin-right: 3rem;
	margin-bottom: 5rem;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

.main-navigation li a {
	font-size: 2.2rem;
	color: #00002e;
	transition: color .2s ease;
	display: inline-block;
	background-image: none;
}

.site-header.scrolled .main-navigation li a {
	color: #00002e;
}

.site-header.scrolled .main-navigation li a:hover,
.site-header.scrolled .main-navigation li a:active,
.site-header.scrolled .main-navigation li a:focus,
.main-navigation li a:hover,
.main-navigation li a:active,
.main-navigation li a:focus,
body:not(.scrolling) .main-navigation li a.active,
body:not(.scrolling) .site-header.scrolled .main-navigation li a.active,
.main-navigation li a.scrolling,
.site-header.scrolled .main-navigation li a.scrolling,
.site-header.scrolled .main-navigation li.current-menu-item a:not([href*='#']) {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #6ebba6), color-stop(75%, #6ebba6));
    background-image: -o-linear-gradient(top, #6ebba6 75%, #6ebba6 75%);
    background-image: linear-gradient(to bottom, #6ebba6 75%, #6ebba6 75%);
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 100%;
}

@media (max-width: 576px) {
	.main-navigation li.current-menu-item a:not([href*='#']) {
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #6ebba6), color-stop(75%, #6ebba6));
		background-image: -o-linear-gradient(top, #6ebba6 75%, #6ebba6 75%);
		background-image: linear-gradient(to bottom, #6ebba6 75%, #6ebba6 75%);
		background-repeat: repeat-x;
		background-size: 1px 1px;
		background-position: 0 100%;
	}
}

@media screen and (min-width: 768px) {
	.main-navigation ul {
		display: flex;
		list-style: none;
	}

	.site-header .main-navigation .menu {
		display: flex;
	}

	.site-header .main-navigation {
		margin-left: auto;
	}

	.main-navigation li {
		margin-right: 7.5rem;
		margin-bottom: 0;
	}

	.main-navigation li a {
		color: #fff;
	}

	#desktop-menu {
		position: relative;
	}

}

/*--------------------------------------------------------------
HE - Log In / Log Out
--------------------------------------------------------------*/
#masthead .js-accordion {
	display: none;
}

#masthead .js-accordion.hopp-acc {
	display: block;
}

.acc-btns {
	animation: hopp-fade-in .5s .5s both;
}

.hopp-popup--header .acc-btns {
	animation: hopp-fade-out .5s both;
}

.acc-btns__btn {
	position: relative;
}

.acc-btns__btn__icon {
	width: 3rem;
	height: 3rem;
	display: block;
}

#masthead .acc-btns__btn--sm .acc-btns__btn__icon {
	width: 2rem;
	height: 2rem;
	display: block;
}

#masthead button.hopp-acc__acc-btn {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: 0;
	padding: .2rem 0;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 3rem;
}

.hopp-acc__acc-btn strong {
	font-weight: normal;
}

#masthead .acc-btns__btn__icon > strong {
	display: none;
}

#masthead .js-accordion__panel.hopp-acc__acc-btn {
	position: absolute;
	overflow: hidden;
	background: #fff;
	padding: 1.5rem;
	width: 19rem;
	right: -3rem;
	border-bottom: 0;
	padding: 1.5rem;
	border-radius: 1.5rem;
	box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
}

#pseudo-acc-btn + button {
	display: none;
}

#pseudo-acc-btn[aria-expanded=true] + button + .hopp-acc__panel {
	display: block;
}

@media screen and (min-width: 576px) {
	#masthead button.hopp-acc__acc-btn {
		max-width: 15rem;
	}

	#masthead .js-accordion__panel.hopp-acc__acc-btn {
		right: 0;
	}
}

/*--------------------------------------------------------------
Footer (FO)
--------------------------------------------------------------*/
.site-footer {
	background-color: #00002e;
}

.site-footer .container {
	border-top: #00002e 0.1rem solid;
}

.site-footer ul {
	margin: 0;
	list-style-type: none;
	padding: 0 0 1.5rem;
}

.site-footer .footer-menu ul {
	padding: 3rem 0;
}

.site-footer link {
	margin-right: 5rem;
}

.site-footer li {
	margin-bottom: 1.5rem;
}

.site-footer li:last-child {
	margin: 0;
}

.site-footer li * {
	color: #fff;
	margin: 0;
}

.site-footer a {
	background-image: none;
}

.site-footer li a {
	text-decoration: none;
}

.site-footer li a:hover,
.site-footer li a:active,
.site-footer li a:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #6ebba6), color-stop(75%, #6ebba6));
    background-image: -o-linear-gradient(top, #6ebba6 75%, #6ebba6 75%);
    background-image: linear-gradient(to bottom, #6ebba6 75%, #6ebba6 75%);
	background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 100%;
}

.site-footer h3 {
	color: #6ebba6;
}

.site-footer p {
	color: #fff;
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
}

.site-footer p strong {
	font-size: 2rem;
}

.site-footer .footer__sub {
	border-top: #fff 0.1rem solid;
}

.site-footer a {
	color: #fff;
}

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

/*--------------------------------------------------------------
FO - Responsive
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.site-footer li {
		display: inline;
		margin-right: 3rem;
	}

	.site-footer .footer-menu ul,
	.site-footer ul {
		padding: 1.5rem 0;
	}
}

/*--------------------------------------------------------------
Posts and Pages (P)
--------------------------------------------------------------*/
.updated:not(.published) {
	display: none;
}

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

.page .entry-header {
	display: none;
}

/*--------------------------------------------------------------
P - Share Link
--------------------------------------------------------------*/
.hopp-modal-close {
	position: sticky;
	top: 0;
	background: #fff;
	padding: 0;
	border-radius: 999rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	text-indent: -999rem;
	overflow: hidden;
	z-index: 99;
	opacity: 1;
	margin: 3rem 0 1rem 0;
}

.hopp-modal-close svg {				
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 1.4rem;
}

.hopp-share .hopp-share__btn {
	padding: 0;
	border-radius: 999rem;
	position: relative;
}

.hopp-share__icon {
	line-height: 0;
	width: 3rem;
	height: 3rem;
}

.hopp-share__svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -.15rem;
	margin: auto;
	width: 1.3rem;
}

.hopp-share .js-accordion__panel {
	display: none;
}

.hopp-share div.hopp-acc__panel { /* div needed to override panel styles in 'MO_H_A - Links (incl. Buttons)' */
	position: absolute;
	z-index: 999;
	position: absolute;
	z-index: 999;
	background: #fff;
	padding: 2rem 5rem 2rem 2rem;
	border-radius: 0.3rem;
	box-shadow: 0px 0px .5rem rgb(0 0 0 / 16%);
	border: 0;
	margin-top: .7rem;
}

.hopp-share .hopp-acc__panel:before {
	content: '';
	position: absolute;
	transform: rotate(45deg);
	width: 1.5rem;
	height: 1.5rem;
	top: -0.5rem;
	left: 1rem;
	z-index: -1;
	background: #fff;
	box-shadow: 0px 0px 0.5rem rgb(0 0 0 / 16%);
}

.hopp-share .hopp-acc__panel:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: .3rem;
}

.hopp-modal-close--pseudo {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	margin: 0;
}

#hopp-share-close {
	border-radius: 999rem;
	width: 3rem;
	height: 3rem;
    padding: 0.5rem;
}

#hopp-share-close:before,
#hopp-share-close:after {
	left: 1.4rem;
    top: 0.5rem;
    height: 2rem;
}

#hopp-share-copy-link {
	position: relative;
	z-index: 2;
}

.hopp-share-success {
	display: none;
}

.is-copied + .hopp-share-success {
	display: block;
	position: absolute;
	z-index: 99;
	background: #fff;
	padding: 1.5rem;
	box-shadow: 0px 0px 0.5rem rgb(0 0 0 / 16%);
	border-radius: 0.3rem;
	font-size: 1.2rem;
	max-width: 11rem;
	margin-top: -1rem;
	right: -2rem;
	-webkit-animation: hopp-scale-fade-in 2.5s linear;
	   -moz-animation: hopp-scale-fade-in 2.5s linear;
			animation: hopp-scale-fade-in 2.5s linear;
}

.is-copied + .hopp-share-success svg {
	width: 2rem;
	height: 2rem;
}

@-webkit-keyframes hopp-scale-fade-in {
	0% {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: scale(0,0);
		-moz-transform: scale(0,0);
		-ms-transform: scale(0,0);
		transform: scale(0,0);
		opacity: 0
	}

	5% {
		-webkit-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		transform: scale(1.1,1.1)
	}

	9% {
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1
	}

	10% {
		-webkit-backface-visibility: visible;
		-moz-backface-visibility: visible;
		-ms-backface-visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes hopp-scale-fade-in {
	0% {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: scale(0,0);
		-moz-transform: scale(0,0);
		-ms-transform: scale(0,0);
		transform: scale(0,0);
		opacity: 0
	}

	5% {
		-webkit-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		transform: scale(1.1,1.1)
	}

	9% {
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1
	}

	10% {
		-webkit-backface-visibility: visible;
		-moz-backface-visibility: visible;
		-ms-backface-visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}

	100% {
		opacity: 1
	}
}

@keyframes hopp-scale-fade-in {
	0% {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: scale(0,0);
		-moz-transform: scale(0,0);
		-ms-transform: scale(0,0);
		transform: scale(0,0);
		opacity: 0
	}

	5% {
		-webkit-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		transform: scale(1.1,1.1)
	}

	9% {
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1
	}

	10% {
		-webkit-backface-visibility: visible;
		-moz-backface-visibility: visible;
		-ms-backface-visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}

	100% {
		opacity: 1
	}
}

/*--------------------------------------------------------------
P - Archive
--------------------------------------------------------------*/
.in-page-menu .flickity-viewport, 
.in-page-menu .hopp-sub-menu ul,
.in-page-menu > .container > .row:first-child {
	overflow: visible;
}

.in-page-menu {
	position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 998;
}

#archive-loadmore {
	padding-left: 5rem;
	margin: auto;
	position: relative;
}

#archive-loadmore span {
	transition: opacity 0.2s ease-in-out
}

#archive-loadmore:before {
	content: '';
    position: absolute;
    border-style: solid;
    border-color: currentColor;
    border-width: 0 0.2rem 0.2rem 0;
    top: 1.4rem;
    bottom: auto;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    transform: rotate(45deg);
    background: none;
    right: auto;
    left: 2.5rem;
    z-index: 0;
	transition: opacity 0.2s ease-in-out
}

#archive-loadmore:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 2rem;
	height: 2rem;
	background: none;
	border: solid 0.2rem transparent;
	border-top-color: currentColor;
	border-left-color: currentColor;
	border-radius: 999rem;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	animation: posts-loading 400ms linear infinite;
}

#archive-loadmore.loading span,
#archive-loadmore.loading:before {
	opacity: 0;
}

#archive-loadmore.loading:after {
	opacity: 1;
}

@keyframes posts-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 576px) {
	.in-page-menu .flickity-viewport,
	.in-page-menu .hopp-sub-menu ul {
		overflow: hidden;
	}
}

/*--------------------------------------------------------------
404 Page (404)
--------------------------------------------------------------*/
.page-404 {
	color: #fff;
}

.page-404 .wp-block-button__link {
	width: 100%;
	background: none;
	text-transform: uppercase;
	border: #fff 0.1rem solid;
	border-radius: 0;
	font-size: 2rem;
}

.page-404 .wp-block-cover,
.page-404 .wp-block-cover-image {
	min-height: 100vh;
}

/*--------------------------------------------------------------
404 - Responsive
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.page-404 .wp-block-button__link {
		text-decoration: underline;
		text-transform: none;
		border: none;
		width: auto;
	}
}

/*--------------------------------------------------------------
MO - Core
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C - Image
--------------------------------------------------------------*/
.wp-block-image img {
	width: 100%;
}

/*--------------------------------------------------------------
MO_C - Buttons
--------------------------------------------------------------*/

/* Multi-Selector, Search: '.wp-block-button .wp-block-button__link' */

/* Multi-Selector, Search: '.wp-block-button__link' */

/* Multi-Selector, Search: '.wp-block-button__link:hover' */
/* Multi-Selector, Search: '.wp-block-button__link:active' */
/* Multi-Selector, Search: '.wp-block-button__link:focus' */

/*--------------------------------------------------------------
MO_C_B - Block Styles
--------------------------------------------------------------*/
.is-style-hopp-btn-arrow .wp-block-button__link svg {
	position: relative;
	height: 1.5rem;
	width: 1.5rem;
	top: 0;
}

body div.wp-block-button.is-style-hopp-btn-arrow .wp-block-button__link {
	position: relative;
	border: 0 !important;
	padding: 0;
	border-radius: 0;
	background-color: transparent !important;
	box-shadow: none !important;
	transition: none;
}

body div.wp-block-button.is-style-hopp-btn-arrow .wp-block-button__link:hover,
body div.wp-block-button.is-style-hopp-btn-arrow .wp-block-button__link:active
body div.wp-block-button.is-style-hopp-btn-arrow .wp-block-button__link:focus {
    background-image: -o-linear-gradient(top, currentColor 75%, currentColor 75%) !important;
    background-image: linear-gradient(to bottom, currentColor 75%, currentColor 75%) !important;
    background-repeat: repeat-x !important;
    background-size: 1px 1px !important;
    background-position: 0 99% !important;
}

.nav-previous.is-style-hopp-btn-arrow .wp-block-button__link:after {
	left: 0;
	right: auto;
	transform: rotate(-135deg);
}

/*--------------------------------------------------------------
MO_C - Cover
--------------------------------------------------------------*/
.wp-block-cover,
.wp-block-cover-image {
	padding: 0;
}

.wp-block-cover .is-style-client-logo {
	transition: opacity .5s ease-in-out;
}

.site-header.scrolled + * .wp-block-cover .is-style-client-logo {
	opacity: 0;
}

/*--------------------------------------------------------------
MO_C - Group
--------------------------------------------------------------*/
.wp-block-group {
	min-height: 100vh;
}

#services .wp-block-group__inner-container::before {
	content: '';
	display: block;
	height: 8rem;
	margin-top: -8rem;
	visibility: hidden;
  }

/*--------------------------------------------------------------
MO_C_G - Block Styles
--------------------------------------------------------------*/
.is-style-align-content-center {
	display: flex;
	align-items: center;
}

.is-style-align-content-center > * {
	width: 100%;
}

/*--------------------------------------------------------------
MO_C - Paragraph
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C_P - Block Styles
--------------------------------------------------------------*/
.is-style-quote {
	font-size: 3rem;
	font-family: "pt-serif-caption", serif;
	font-weight: 400;
	font-style: italic;
}

/*--------------------------------------------------------------
MO_C_P_BS - Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
MO_C - Social Media Icons
--------------------------------------------------------------*/
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 2.4rem;
	height: 2.4rem;
}

/*--------------------------------------------------------------
MO - Hopp
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_H - Image (REM)
--------------------------------------------------------------*/
.hopp-img-rem__img {
	display: block;
	margin: auto;
}

.is-style-client-logo {
	max-width: 200rem;
}

.trade-logo .hopp-img-rem__img {
	width: 25rem;
}

@media screen and (min-width:567px) {
	.trade-logo .hopp-img-rem__img {
		width: 35rem;
	}
}

@media screen and (min-width:1200px) {
	.trade-logo .hopp-img-rem__img {
		width: 43rem;
	}
}

/*--------------------------------------------------------------
MO_H_I - Block Styles
--------------------------------------------------------------*/
@media only screen and (min-width: 300px) and (max-width: 400px)  {
	.is-style-client-logo .hopp-img-rem__img {
		max-width: 23rem;
	}
}

@media only screen and (min-width: 401px) and (max-width: 575px)  {
	.is-style-client-logo .hopp-img-rem__img {
		max-width: 31rem;
	}
}

/*--------------------------------------------------------------
MO_H - Partners Map
--------------------------------------------------------------*/
.gb-partners-map {
	overflow: hidden;
}

.acf-map {
	width: 100%;
	height: 50rem;
}

.gb-partners-map > .map-container > .wrap {
	max-width: 100%;
	margin: 0;
}

.gm-style .gm-style-iw-c {
	width: 18rem !important;
}

.gm-ui-hover-effect {
	top: 0 !important;
	right: 0 !important;
}

.acf-map h2 {
	padding-right: 12px;
	font-size: 1rem;
	line-height: 1.3rem !important;
	margin: 0 !important;
}

#content .acf-map p {
	margin: 3px 0 0 0;
	font-size: 1.4rem;
}

#content .acf-map p.email {
	margin-top: 1rem;
}

.acf-map img {
	max-width: inherit !important;
}

/*--------------------------------------------------------------
MO_H - Accordion
--------------------------------------------------------------*/
.hopp-acc__wrapper .container {
	padding: 0;
}

/*--------------------------------------------------------------
MO_H_A - Typography
--------------------------------------------------------------*/
/* Multi-Selector, Search : '.hopp-acc__wrapper:not(.hopp-acc--rounded) .hopp-acc--rounded__excerpt' */

/*--------------------------------------------------------------
MO_H_A - Blocks
--------------------------------------------------------------*/
.hopp-acc {
	border-top: .1rem solid #ccc;
}

.hopp-acc__wrapper .hopp-acc {
	border-top: 0;
}

.hopp-acc__panel[aria-hidden=true] {
	display: none;
}

.hopp-acc__panel {
	padding: 1.5rem 0 2rem;
	border-bottom: .1rem solid #ccc;
}

.hopp-acc__wrapper .hopp-acc__panel {
	padding-top: 0;
}

/*--------------------------------------------------------------
MO_H_A - Links (incl. Buttons)
--------------------------------------------------------------*/
/* Multi-Selector, Search: '.hopp-acc__header' */

.hopp-acc__header {
	background: none;
	padding: 0;
	color: inherit;
	width: 100%;
	text-align: left;
	position: relative;
	border: 0;
	border-bottom: .1rem solid #ccc;
}

.hopp-acc__wrapper .hopp-acc__header span strong {
	overflow: hidden;
	text-overflow: ellipsis;
}

.hopp-acc__header[aria-expanded=true] {
	border-bottom: .1rem dashed #eeeeee;
}

.hopp-acc__wrapper .hopp-acc__header[aria-expanded=true] {
	border-bottom: none;
}

/* .hopp-acc__header:hover,
.hopp-acc__header:active,
.hopp-acc__header:focus {
	background: none;
	color: #005020;;
	z-index: 99;
} */

/* .hopp-acc__wrapper .hopp-acc__header:hover,
.hopp-acc__wrapper .hopp-acc__header:active,
.hopp-acc__wrapper .hopp-acc__header:focus {
	color: #F4241D;
} */

.hopp-acc__header > span {
	display: block;
	padding: 3rem 0 1.3rem;
}

.hopp-acc__header[aria-expanded="true"] > span {
	padding-bottom: 0;
}

/* Comments below to try and inherit background colour from wordpress colour selection*/
.hopp-acc__header > span.has-background {
	padding: 3rem;
	/* position: relative; */
}

/* .hopp-acc__header > span.has-background::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
} */

.hopp-acc__header > span > strong {
	position: relative;
	padding-right: 3.5rem;
	padding-top: .5rem;
	display: inline-block;
	width: 100%;
	/* z-index: 2; */
}

.hopp-acc__header > span > strong:before,
.hopp-acc__header > span > strong:after {
	content: "";
	position: absolute;
	background: #00953D;
	top: 0;
	right: .9rem;
	bottom: 0;
	margin: auto;
	height: 2.2rem;
	width: .4rem;
}

.hopp-acc__wrapper .hopp-acc__header > span > strong:before,
.hopp-acc__wrapper .hopp-acc__header > span > strong:after {
	background: #F4241D;
}

.hopp-acc__header > span > strong:after {
	right: 0;
	height: .4rem;
	width: 2.2rem;
}

.hopp-acc__header:hover > span > strong:before,
.hopp-acc__header:active > span > strong:before,
.hopp-acc__header:focus > span > strong:before,
.hopp-acc__header:hover > span > strong:after,
.hopp-acc__header:active > span > strong:after,
.hopp-acc__header:focus > span > strong:after {
	background: #005020;
}

.hopp-acc__wrapper .hopp-acc__header:hover > span > strong:before,
.hopp-acc__wrapper .hopp-acc__header:active > span > strong:before,
.hopp-acc__wrapper .hopp-acc__header:focus > span > strong:before,
.hopp-acc__wrapper .hopp-acc__header:hover > span > strong:after,
.hopp-acc__wrapper .hopp-acc__header:active > span > strong:after,
.hopp-acc__wrapper .hopp-acc__header:focus > span > strong:after {
	background: #2c2c2c;
}

.hopp-acc__header[aria-expanded="true"]:hover:before,
.hopp-acc__header[aria-expanded="true"]:active:before,
.hopp-acc__header[aria-expanded="true"]:focus:before {
	background-position: center -191px;
}

.hopp-acc:not(.hopp-acc--rounded) .hopp-acc--rounded__pseudo-btn {
	display: none;
}

/*--------------------------------------------------------------
MO_H_A - Responsive
--------------------------------------------------------------*/
@media (min-width: 576px) {
	.hopp-acc__header > span > strong {
		width: auto;
	}
}

/*--------------------------------------------------------------
MO_H_A - Rounded Style
--------------------------------------------------------------*/
.hopp-acc--rounded.hopp-acc {
	border: 0;
}

.hopp-acc--rounded .hopp-acc__header {
	padding: 3rem;
	min-height: 135px;
	font-family: inherit;
    font-size: inherit;
	border: 1px solid #00953D;
	border-radius: 2.5rem;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	background: #fff;
	color: inherit;
	z-index: auto;
}

.hopp-acc--rounded .hopp-acc__header:hover,
.hopp-acc--rounded .hopp-acc__header:active,
.hopp-acc--rounded .hopp-acc__header:focus {
	border-color: #005020;
}

.hopp-acc--rounded .hopp-acc__header[aria-expanded=true] {
	border-radius: 2.5rem 2.5rem 0 0;
}

.hopp-acc--rounded .hopp-acc__header > span:first-child {
	margin: -.3rem 1rem 1rem 0;
}

/* Multi-Selector, Search: '.hopp-acc--rounded .hopp-acc__header > span:first-child' */

.hopp-acc--rounded .hopp-acc__header > span {
	padding: 0;
	display: inline-block;
}

.hopp-acc--rounded .hopp-acc__header > span > strong {
	padding: 0;
}

.hopp-acc--rounded .hopp-acc__header > span > strong:before,
.hopp-acc--rounded .hopp-acc__header > span > strong:after {
	content: none;
}

.hopp-acc--rounded .hopp-acc__panel + .hopp-acc__header {
	margin-top: 3rem;
}

.hopp-acc--rounded__pseudo-btn {
	display: block;
	text-align: center;
	margin-top: 1rem;
	color: #00953D;
}

.hopp-acc--rounded__pseudo-btn {
	display: block;
	text-align: center;
	margin-top: 1rem;
	color: #00953D;
}

.hopp-acc__header:hover .hopp-acc--rounded__pseudo-btn,
.hopp-acc__header:active .hopp-acc--rounded__pseudo-btn,
.hopp-acc__header:focus .hopp-acc--rounded__pseudo-btn {
	color: #005020;
}

.hopp-acc--rounded__pseudo-btn > strong {
	text-transform: uppercase;
	font-size: 1.4rem;
	z-index: 1;
	padding-right: 2.2rem;
	position: relative;
	display: inline-block;
}

.hopp-acc__header[aria-expanded=true] .hopp-acc--rounded__pseudo-btn__closed,
.hopp-acc--rounded__pseudo-btn__open {
	display: none;
}

.hopp-acc__header[aria-expanded=true] .hopp-acc--rounded__pseudo-btn__open {
	display: block;
}

.hopp-acc--rounded__pseudo-btn > strong:before {
	border-color: #00953D;
	right: 0;
}

.hopp-acc__header:hover .hopp-acc--rounded__pseudo-btn > strong:before,
.hopp-acc__header:active .hopp-acc--rounded__pseudo-btn > strong:before,
.hopp-acc__header:focus .hopp-acc--rounded__pseudo-btn > strong:before {
	border-color: #005020;
}

/* Multi-Selector, Search: '.hopp-acc--rounded__pseudo-btn > strong:before' */
/* Multi-Selector, Search: '.hopp-acc__header[aria-expanded=true] .hopp-acc--rounded__pseudo-btn > strong:before' */

.hopp-acc--rounded__excerpt {
	display: block;
	margin: .7rem 0 0;
	z-index: 1;
	position: relative;
}

.hopp-acc--rounded__excerpt strong {
	font-weight: normal;
}

.hopp-acc--rounded .hopp-acc__panel {
	border-radius: 0 0 2.5rem 2.5rem;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	background: #fff;
	position: relative;
	padding: 1rem 3rem 3rem;
	border: 1px solid #00953D;
	border-top: 0;
}

.hopp-acc--rounded .hopp-acc__header:hover + .hopp-acc__panel,
.hopp-acc--rounded .hopp-acc__header:active + .hopp-acc__panel,
.hopp-acc--rounded .hopp-acc__header:focus + .hopp-acc__panel {
	border-color: #005020;
}

.hopp-acc--rounded .hopp-acc__panel:before {
	content: '';
	position: absolute;
	top: -4rem;
	left: 0;
	width: 100%;
	height: 5rem;
	background: #fff;
}

.hopp-acc--rounded .hopp-acc__panel .container {
	padding: 0;
}

/*--------------------------------------------------------------
MO_H_A - Alternative Style (Used in Footer and Resources Facets)
--------------------------------------------------------------*/
/* Multi-Selector, Search: '.js-accordion--alt .hopp-acc__header' */

.js-accordion--alt .hopp-acc__header span {
	padding: 1.5rem 0;
	display: block;
}

.js-accordion--alt .hopp-acc__header strong {
	display: block;
}

.js-accordion--alt.hopp-acc,
.js-accordion--alt .hopp-acc__header {
	border-color: #00953D;
}

/*--------------------------------------------------------------
MO_H_A - Merged From Child Theme (Needs Refactoring)
--------------------------------------------------------------*/
/* Multi-Selector, Search: '.match-h-acc' */

.hopp-acc__header > span > strong:before {
	border-style: solid;
	border-width: 0 .3rem .3rem 0;
	display: inline-block;
	top: -1rem;
	width: 1.5rem;
	height: 1.5rem;
	background: none !important; /* Override css added via colour options */
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.hopp-acc__header > span > strong:after {
	content: none;
}

.hopp-acc__header[aria-expanded="true"] > span > strong:before {
	content: '';
	top: .55rem;
	-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
}

/*--------------------------------------------------------------
MO - Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_P - Semantic Wrapper
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_P_S - Block Styles
--------------------------------------------------------------*/
.is-style-hopp-sticky,
.is-style-hopp-sticky-box-s {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	z-index: 998;
}

.is-style-hopp-sticky-box-s {
	box-shadow: 0 1rem 1rem rgb(0 0 0 / 19%);
}

/*--------------------------------------------------------------
MO_P - Responsive Spacer
--------------------------------------------------------------*/
.pb-6 {
	padding-bottom: 4rem !important;
}

.pb-7 {
	padding-bottom: 5rem !important;
}

.pb-8 {
	padding-bottom: 6rem !important;
}

.pb-9 {
	padding-bottom: 7rem !important;
}

.pb-10 {
	padding-bottom: 8rem !important;
}

.pb-11 {
	padding-bottom: 9rem !important;
}

.pb-12 {
	padding-bottom: 10rem !important;
}

.pb-13 {
	padding-bottom: 11rem !important;
}

.pb-14 {
	padding-bottom: 12rem !important;
}

.pb-15 {
	padding-bottom: 13rem !important;
}

.pb-16 {
	padding-bottom: 14rem !important;
}

.pb-17 {
	padding-bottom: 15rem !important;
}

.pb-18 {
	padding-bottom: 16rem !important;
}

.pb-19 {
	padding-bottom: 17rem !important;
}

.pb-20 {
	padding-bottom: 18rem !important;
}

@media (min-width: 576px) {
	.pb-sm-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-sm-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-sm-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-sm-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-sm-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-sm-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-sm-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-sm-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-sm-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-sm-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-sm-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-sm-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-sm-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-sm-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-sm-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 768px) {
	.pb-md-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-md-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-md-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-md-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-md-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-md-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-md-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-md-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-md-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-md-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-md-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-md-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-md-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-md-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-md-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-lg-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-lg-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-lg-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-lg-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-lg-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-lg-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-lg-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-lg-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-lg-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-lg-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-lg-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-lg-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-lg-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-lg-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-xl-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-xl-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-xl-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-xl-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-xl-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-xl-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-xl-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-xl-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-xl-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-xl-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-xl-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-xl-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-xl-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-xl-20 {
		padding-bottom: 18rem !important;
	}
}

/*--------------------------------------------------------------
MO_P - Columns Block
--------------------------------------------------------------*/
.wp-block-gbold-grid-column {
	position: relative;
	width: 100%;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

/*--------------------------------------------------------------
Plugins (PL)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PL - Jetpack
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
Utilities (U)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
U - Accessibility
--------------------------------------------------------------*/
.sr-only {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal!important;
	word-wrap: normal!important;
	padding: 0;
	position: absolute!important;
	width: 1px;
}

/*--------------------------------------------------------------
Bootstrap (B)
--------------------------------------------------------------*/
.row {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

@media (max-width) {
	.row {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}
/*--------------------------------------------------------------
B - Responsive Container Max Widths
--------------------------------------------------------------*/
@media (max-width: 867px) {
	.container,
	.container-sm,
	.container-md {
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container,
	.container-sm,
	.container-md {
		max-width: 738px;
	}
}

@media (min-width: 868px) {
	.container,
	.container-sm,
	.container-md {
		max-width: 838px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 992px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 962px;
	}
}

@media (min-width: 1000px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 970px;
	}
}

@media (min-width: 1100px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 1080px;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px;
	}
}

/*--------------------------------------------------------------
B - Text Alignment
--------------------------------------------------------------*/
.text-left {
	text-align: left !important;
}
  
.text-right {
	text-align: right !important;
}
  
.text-center {
	text-align: center !important;
}
  
@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

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

/*--------------------------------------------------------------
B - Width
--------------------------------------------------------------*/
.w-auto {
	width: auto !important;
}

/**
 *
 * XXL Screen Sizes
 *
 */
 @media screen and (min-width: 1200px) {
	.container {
		max-width: 90% !important;
	}

	/* There shouldn't be nested containers, but just incase... */
	.container .container {
		max-width: 100% !important;
	}
}

@media screen and (min-width: 1921px) {
	html:not(div) {
		font-size: .51vw;
	}
}

/**
 *
 * XXL Screen Sizes - END
 *
 */