/*!
Theme Name: nofu4nu
Theme URI: http://underscores.me/
Author: ETU
Author URI: http://underscores.me/
Description: Theme for the No Future 4 Nuclear Campaign
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nofu4nu
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.

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
	overflow-x: clip;
	background-attachment: fixed; 
}

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

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

/* Grouping content
========================================================================== */

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

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

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
	color: var(--wp--preset--color--primary);
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	font-optical-sizing: auto;
	font-family: "Andada Pro", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.3;
}

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

p {
	margin-bottom: 1.1em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: url('/wp-content/uploads/2024/06/main-background-01.svg');
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
	background-attachment: fixed;
}

body.page-id-457 {
	background: white;
}

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

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

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

}

a:focus {
	outline: none;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.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%;
}

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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







/* No Future 4 Nuclear Styles
--------------------------------------------- */

/* General
--------------------------------------------- */
body .dashicons {
	width: 1em;
	height: 1em;
	font-size: inherit;
}

.first-no-margin> :first-child {
	margin-top: 0px;
}

.mt0 {
	margin-top: 0;
}

.mb0 {
	margin-bottom: 0;
}

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

/* Colours
--------------------------------------------- */
.pc-color {
	color: var(--wp--preset--color--primary);
}

.sc-color {
	color: var(--wp--preset--color--secondary);
}

.tc-color {
	color: var(--wp--preset--color--tertiary);
}

.white-color {
	color: var(--wp--preset--color--white);
}

.black-color {
	color: var(--wp--preset--color--black);
}


.pc-bg {
	background-color: var(--wp--preset--color--primary);
}

.sc-bg {
	background-color: var(--wp--preset--color--secondary);
}

.tc-bg {
	background-color: var(--wp--preset--color--tertiary);
}

.white-bg {
	background-color: var(--wp--preset--color--white);
}

.black-bg {
	background-color: var(--wp--preset--color--black);
}


.pc-fill {
	fill: var(--wp--preset--color--primary);
}

.sc-fill {
	fill: var(--wp--preset--color--secondary);
}

.tc-fill {
	fill: var(--wp--preset--color--tertiary);
}

.white-fill {
	fill: var(--wp--preset--color--white);
}

.black-fill {
	fill: var(--wp--preset--color--black);
}


/* Full BG's
--------------------------------------------- */
.full-bg-pc,
.full-bg-sc,
.full-bg-tc,
.full-bg-black,
.full-bg-white {
	position: relative;
}

.full-bg-pc:before,
.full-bg-sc:before,
.full-bg-tc:before,
.full-bg-black:before,
.full-bg-white:before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(100% / 2);
	transform: translateX(-50%);
	z-index: -1;
}

.full-bg-pc:before {
	background-color: var(--wp--preset--color--primary);
}

.full-bg-sc:before {
	background-color: var(--wp--preset--color--secondary);
}

.full-bg-tc:before {
	background-color: var(--wp--preset--color--tertiary);
}

.full-bg-black:before {
	background-color: black;
}

.full-bg-white:before {
	background-color: white;
}

/*
Body text 
font-family: "new-science-mono", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "new-science-mono", sans-serif;
font-weight: 700;
font-style: normal;

Headlines
font-family: "deuterium-variable", sans-serif;
font-variation-settings: "wght" 500;

*/


/* Fonts
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "deuterium-variable", sans-serif;
	font-variation-settings: "wght" 500;
	margin-top: 2rem;
	margin-bottom: 1rem;
	clear: both;
	color: var(--wp--preset--color--primary);
	line-height: 1em;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.875em;
}

h4 {
	font-size: 1.647em;
}

h5 {
	font-size: 1.222em;
}

h6 {
	font-size: 1.111em;
}

p.page-subheading {
	font-family: "new-science-mono", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: black;
}


/* Content Areas
--------------------------------------------- */
.main-content {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.main-content .main-content-inner {
	padding: 0 4%;
}

.site-main-default .main-content .default-content-inner {
	background: #f2f4f4;
	/* 	box-shadow: 2px 2px 5px 0px #00000052; */
	padding: 3%;
	margin: 0 4% 2em 4%;
	position: relative;
}

.page-id-457 .site-main-default .main-content .default-content-inner {
	background: white;
	/* 	box-shadow: 2px 2px 5px 0px #00000052; */
	padding: 3%;
	margin: 0 4% 2em 4%;
	position: relative;
}

.page-id-457 .site-main-default .main-content .default-content-inner img {
	box-shadow: 2px 2px 5px 0px #00000052; 
}

.privacy-policy .site-main-default .main-content .default-content-inner {
	padding: 10% 3%;
}

.main-content-bread {
	padding-top: 10em;
}


/* General
--------------------------------------------- */

.wp-element-button, .wp-block-button__link {
	background-color: var(--wp--preset--color--primary);
	border-width: 0;
	color: var(--wp--preset--color--secondary);
	font-family: 'new-science-mono';
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
	font-weight: 600;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.wp-element-button:hover, .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary);
}

/* Footer
--------------------------------------------- */

.auth-container {
	background: white;
	padding: 1em 0;
}

.auth-container .main-content-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.menu-footer-container #menu-footer {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.menu-footer-container #menu-footer .menu-item{
	padding-left: 1em;
}

.menu-footer-container #menu-footer .menu-item:first-child{
	border-right: 1px solid #666666;
	padding-right: 1em;
}

.menu-footer-container #menu-footer .menu-item a{
	text-decoration: none;
	color: #666666;
}

.authorisation {
	text-align: left;
	font-size: 12px;
	color: #666666;
	width: 50%;
	font-family: 'new-science-mono';
}

.authorisation {
	margin: 0;
}

/* Signup form
--------------------------------------------- */

.signup-form {
	padding: 0 4%;
	max-width: 1200px;
	margin: 0 auto;
}

.signup-form .wp-block-group {
	text-align: center;
}

.signup-form .wp-block-group .wp-block-group {
	display: inline-block;
	padding: 1em;
	width: 100%;
}

.signup-form .wp-block-group h2 {
	font-size: 2.6em;
}

.signup-form .wp-block-group h3 {
	margin: 0;
	margin-bottom: 0.5em;
}

.signup-form .wp-block-group h2,  home .wp-block-group h3{
	font-variation-settings: "wght" 600;
}

#gform_wrapper_1 {
	max-width: 500px;
	margin: 0 auto;
}

#gform_fields_1 {
	align-items: end;
}

#gform_fields_1 #gform_submit_button_1 {
	font-family: 'new-science-mono';
	font-weight: 600;
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--secondary);
	border: 1px solid var(--wp--preset--color--primary);
	transition: all 0.3s ease;
}

#gform_fields_1 #gform_submit_button_1:hover {
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary);
}

#gform_submit_button_2 {
	font-family: 'new-science-mono';
	font-weight: 600;
}

#gform_submit_button_2:hover {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--secondary);
}

#gform_submit_button_4 {
	font-family: 'new-science-mono';
	font-weight: 600;
}

/* Get in touch form
--------------------------------------------- */

#gform_wrapper_2 .gform_required_legend {
	display: none;
}

#gform_wrapper_2.gform-theme--foundation .gform_footer, #gform_wrapper_2.gform-theme--foundation .gform_page_footer {
	justify-content: right;
}

#gform_wrapper_2 #gform_fields_2 input, #gform_wrapper_2 #gform_fields_2 textarea {
	font-family: 'new-science-mono';
}

/* Header
--------------------------------------------- */
.site-header {
	position: fixed;
	width: 100%;
	z-index: 5;
	transition: background-color 0.25s ease;
	top: 8em;
}

.site-header-scrolled {
	background-color: var(--wp--preset--color--white);
}

.site-header .main-content .main-content-inner {
	padding: 0 4%;
	position: relative;
}

/* Header - Logo and Menu container
--------------------------------------------- */
.site-header .header-top {
	text-align: right;
	display: block;
	margin-bottom: 1em;
	position: absolute;
	top: 0;
	right: 4%;
	transition: transform 0.25s ease;
}

.site-header.not-front-page .menu-main-container .menu .menu-item a{
	/*color: var(--wp--preset--color--primary);*/
}

.site-header.not-front-page .menu-main-container .menu .menu-item a:hover{
	color: var(--wp--preset--color--primary);
}

/*#masthead.not-front-page .menu-main-container .menu .menu-item:hover>a {
color: var(--wp--preset--color--primary);
background: var(--wp--preset--color--secondary);
}*/

.site-header.not-front-page .menu-main-container .menu .menu-item:not(:first-child) {
	border-left: 1px solid var(--wp--preset--color--primary);
}

.menu-main-container .menu .sub-menu .menu-item:not(:first-child) {
	border-left: none;
}

.site-header.not-front-page .menu-main-container .menu .sub-menu .menu-item:not(:first-child) {
	border-left: none;
}

.site-header-scrolled.site-header .header-top {
	transform: translateY(-101%);
}

.site-header .header-top .header-top-inner {
	background-color: var(--wp--preset--color--tertiary);
	padding: 0.2em 0.75em;
	display: flex;
	width: max-content;
	margin-left: auto;
	align-items: center;
}

.site-header .header-top .header-top-links {
	display: inline-block;
}

.site-header .header-top .header-top-links a {
	font-size: 15px;
	margin-right: 1em;
}

.site-header .main-content-inner .header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4em 0 2em 0;
	transition: padding 0.25s ease;
}

.site-header-scrolled.site-header {
	top: 0;
}

.site-header-scrolled.site-header .main-content-inner .header-main {
	padding: 1em 0 1em 0;
	
}

.site-header .main-content-inner .header-logo {
	flex: 0 1 200px;
	margin-right: 2em;
	transition: flex 0.25s ease;
}

.site-header-scrolled.site-header .main-content-inner .header-logo {
	flex: 0 1 150px;
}

.site-header .main-content-inner .header-logo a {
	display: block;
	width: 100%;
	line-height: 1em;
}


/* Header - Menu
--------------------------------------------- */
.menu-main-container {
	flex: 1 1 auto;
}

.menu-main-container .menu {
	margin: 0px;
	list-style: none;
	padding: 0px;
	display: flex;
	justify-content: right;
}

.menu-main-container .menu .menu-item {
	padding: 0em 0;
}

.menu-main-container .menu .menu-item:not(:first-child) {
	border-left: 1px solid black;
}

.menu-main-container .menu .menu-item a {
	color: black;
	text-transform: capitalize;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease;
	font-size: 1em;
	display: block;
	padding: 0.25em 1.5em;
	font-family: 'new-science-mono';
}

#masthead .menu-main-container .menu .menu-item:hover>a {
	color: var(--wp--preset--color--white);
	background: var(--wp--preset--color--primary);
}

/*.site-header-scrolled .menu-main-container .menu .menu-item a {
color: var(--wp--preset--color--primary);
}

.site-header-scrolled .menu-item-44:before {
color: var(--wp--preset--color--primary);
}*/

#masthead.site-header-scrolled .menu-main-container .menu .menu-item:hover>a {
	color: var(--wp--preset--color--white);
	background: var(--wp--preset--color--primary);
}

.menu-main-container .menu .menu-item.menu-item-has-children:hover::before {
	color: white;
}

.menu-main-container .menu .menu-item.current-menu-item>a,
.menu-main-container .menu .menu-item.menu-item-has-children.current-menu-item::before {
	color: var(--wp--preset--color--primary);
}

#masthead.not-front-page .menu-main-container .menu .menu-item.current-menu-item>a {
	color: var(--wp--preset--color--white);
	background: var(--wp--preset--color--primary);
}


.menu-main-container .menu .menu-item.current-menu-item>a {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}

.site-header-scrolled .menu-main-container .menu .menu-item.current-menu-item>a {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}



/* Header - Sub Menu
--------------------------------------------- */
.menu-main-container .menu .menu-item.menu-item-has-children {
	position: relative;
}

.menu-main-container .menu .menu-item.menu-item-has-children>a {
	padding-right: 1.8em;
}

.menu-main-container .menu .menu-item.menu-item-has-children::before {
	width: 0.5em;
	height: 0.5em;
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	border-left-width: 0.2em;
	border-left-style: solid;
	transform: rotate(225deg);
	position: absolute;
	top: 35%;
	right: 0.6em;
	content: "";
	color: var(--wp--preset--color--tertiary);
	color: black;
	transition: 0.3s ease;
}

.menu-main-container .menu .menu-item.menu-item-has-children.current-menu-item::before {
	color: white;
}

.menu-main-container .menu .menu-item.menu-item-has-children:last-child::before {
	right: -1em;
}

.menu-main-container .menu .menu-item.menu-item-has-children:hover::before {
	transform: rotate(315deg);
	top: 30%;
}

.menu-main-container .menu .menu-item .sub-menu {
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 2;
	list-style: none;
	width: max-content;
	background: white;
	display: block;
}

.site-header-scrolled .menu-main-container .menu .menu-item .sub-menu,
.site-header-bg .menu-main-container .menu .menu-item .sub-menu {
	background-color: white;
}

.menu-main-container .menu .menu-item .sub-menu .menu-item {
	margin-left: 0px;
	padding: 0.25em 1.25em;
	padding-left: 0px;
	border-bottom: 1px solid white;
	font-size: 0.9em;
}

.menu-main-container .menu .menu-item .sub-menu .menu-item a {
	color: var(--wp--preset--color--primary);
	font-weight: 400;
}

.menu-main-container .menu .menu-item.menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	pointer-events: all;
}

.menu-main-container .menu .menu-item .sub-menu .menu-item .sub-menu {
	left: 100%;
	top: 0%;
}


/* Header - Menu Hamburger
--------------------------------------------- */
.menu-center {
	display: none;
}

.show-on-mobile-menu {
	display: none;
}


/* Header - Home Icon
--------------------------------------------- */

.menu-item-44 {
	position: relative;
}

.menu-item-44 > a {
	width: 0;
	opacity: 0;
}

.menu-item-44:after {

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	background: url("/wp-content/uploads/2024/06/home-icon.svg");
	font-family: dashicons;
	display: inline-block;
	color: inherit;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: never;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
	pointer-events: none;
}


/* Front Page Banner
--------------------------------------------- */
.front-page-banner {
	position: relative;
	padding: 9em 0 3em 0;
	overflow: hidden;
}

.front-page-banner .front-page-banner-inner {
	position: relative;
	z-index: 3;
	text-align: left;
}

.front-page-banner .front-page-banner-full {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.front-page-banner .front-page-banner-inner h2 {
	font-variation-settings: "wght" 600;
	margin: 0;
	font-size: 6em;
	line-height: 1em;
}

.front-page-banner .front-page-banner-inner h3 {
	font-variation-settings: "wght" 600;
	margin: 0;
	font-size: 2.2em;
	line-height: 1em;
}

.front-page-banner .front-page-banner-inner p {
	font-weight: 600;
	margin: 1em 0 0 0;
	font-size: 1em;
	font-family: 'new-science-mono';
	color: black;
}

.front-page-banner .front-page-banner-inner h1 .banner-heading {
	color: #9a3559;
}

.banner-heading {
	color: #9a3559;
}

.front-page-banner .front-page-banner-colour-overlay {
	z-index: 1;
}

.front-page-banner .front-page-banner-image {
	object-fit: cover;
}

.front-page-banner .front-page-banner-video {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100% !important;
}

.front-page-banner video {
	object-fit: cover;
	object-position: center;
}

.front-page-banner .front-page-banner-video .vjs-poster img {
	object-fit: cover;
}


/* Header Banner
--------------------------------------------- */
.header-banner {

}

.header-banner .header-banner-title {
	position: relative;
	max-width: 60%;
}

.page-id-406 .header-banner .header-banner-title {
	max-width: 100%;
}

.header-banner .header-banner-inner-image {
	display: flex;
	justify-content: space-between;
}

.header-banner .header-banner-inner-image .header-banner-title {
	flex: 0 0 55%;
	position: relative;
	padding-right: 10%;
}

.header-banner .header-banner-title-decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 620px;
	transform: translate(-51.6%, -83%);
}

.header-banner .header-banner-title h1 {
	color: var(--wp--preset--color--primary);
	margin: 0;
	font-variation-settings: "wght" 600;
	font-size: 4em;
	line-height: 1em;
}

.privacy-policy .header-banner .header-banner-title h1 {
	color: black;
}

.header-banner .header-banner-title h2 {
	font-variation-settings: "wght" 600;
	margin: 0;
	font-size: 2.2em;
	color: var(--wp--preset--color--tertiary);
	line-height: 1em;
}

.header-banner .header-banner-title p{
	color: var(--wp--preset--color--primary);
	margin: 0;
	margin-top:0.5em;
	font-weight: 400;
	font-family: 'new-science-mono';
	width: 50%;
}

.header-banner .header-banner-inner-image .header-banner-image {
	flex: 0 0 40%;
	overflow: visible;
	margin-top: -5em;
	margin-bottom: -7em;
}

.header-banner .header-banner-inner-image .header-banner-image.header-banner-image-with-content {
	overflow-y: clip;
	overflow-x: visible;
	flex: 0 0 45%;
	margin-bottom: 0em;
}

.header-banner .header-banner-inner-image .header-banner-image.header-banner-image-with-content svg {
	height: 100%;
	width: auto;
}

.header-banner .header-banner-inner-image .header-banner-image svg {
	width: 130%;
	margin-bottom: -18%;
}

.wp-block-image.stretch-out {
	margin-right: -7%;
	padding-left: 4%;
}

.wp-block-image img {
	width: 100%;
}

.redirect-header {
	background:var(--wp--preset--color--primary);
	padding: 0.75em;
	text-align: center;
	    font-family: "deuterium-variable", sans-serif;
    font-variation-settings: "wght" 500;
	p {
		color: white;
		font-size: 1.25em;
		
		a {
			text-decoration: underline;
			color: white;
		}
	}
}

/* Carousel Banner
--------------------------------------------- */

.carousel-slides {
	display: flex;
	position: relative;
}

.carousel-slides .carousel-slide {
	flex: 1 0 100%;
	transition: background 1s ease;
	background: none;
	/* 	padding-bottom: 50%; */
	opacity: 0;
}

.carousel-slides .carousel-slide .carousel-img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 1s ease;
	opacity: 0;
	border-radius: 0px;
	/* 	padding: 0 2em; */
}

.carousel-slides .carousel-slide .carousel-slide-content {
	position: absolute;
	background: #f9f8d4;
	padding: 2em;
	box-shadow: 4px 6px 8px #000000bd;
}

.carousel-slides .carousel-slide .carousel-slide-content-new {
	padding: 2em;
}

.carousel-slides .carousel-slide .carousel-slide-content-new .carousel-inner-content-new {
	display: flex;
	position: relative;
}

.carousel-slides .carousel-slide .carousel-slide-content-new .carousel-inner-content-new .carousel-text-new {
	width: 65%;
}

.carousel-slides .carousel-slide .carousel-slide-content-new .carousel-image-content-new {
	position: relative;
	width: 100%;
}

.carousel-slides .carousel-slide .carousel-slide-content-new .carousel-inner-content-new img {
	position: absolute;
	right: 0;
	top: 50%;
	width: 34%;
	transform: translateY(-50%);
}

.carousel-slides .carousel-slide .carousel-slide-content h3 {
	margin: 0;
	line-height: 1em;
}

.carousel-slides .carousel-slide .carousel-slide-content h2 {
	line-height: 1em;
}

.carousel-slides .carousel-slide .carousel-slide-content p {
	margin-top: 1em;
	font-family: "new-science-mono";
}

.carousel-slides .carousel-slide .carousel-slide-content a {
	font-size: 1rem;
	background-color: var(--wp--preset--color--primary);
	border-width: 0;
	color: var(--wp--preset--color--secondary);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
	font-weight: 600;
	border-radius: 3px;
	transition: all 0.3s ease;
	margin-top: 0.1em;
	display: inline-block;
}

.carousel-slides .carousel-slide.carousel-slide-0 .carousel-slide-content {
	position: absolute;
	top: 2em;
	left: 0;
	width: 50%;
}

.carousel-slides .carousel-slide.carousel-slide-1 .carousel-slide-content {
	position: absolute;
	top: 2em;
	left: 0;
	width: 50%;
}

.carousel-slides .carousel-slide.carousel-slide-2 .carousel-slide-content {
	position: absolute;
	bottom: 2em;
	right: 0;
	width: 50%;
}

.carousel-slides .carousel-slide.carousel-slide-3 .carousel-slide-content {
	position: absolute;
	top: 2em;
	left: 0;
	width: 35%;
}

.carousel-slides .carousel-slide.carousel-slide-4 .carousel-slide-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 50%;
}

.carousel-slides .carousel-slide.carousel-slide-active .carousel-img {
	opacity: 1;
}

.carousel-slides .carousel-slide.carousel-slide-active {
	z-index: 1;
	opacity: 1;
}


#carousel {
	position: relative;
}

.carousel-navs {
	z-index: 1;
	width: 110%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
}

.carousel-navs .carousel-nav {
	width: 1em;
	height: 1.66em;
	display: inline-block;
	position: relative;
	color: var(--wp--preset--color--primary);
	font-size: 2em;
	pointer-events: all;
	z-index: 3;
	cursor: pointer;
	transition: background 0.4s ease;
}

.carousel-navs .carousel-nav.carousel-nav-left {
	margin-right: 0.7em;
}

.carousel-navs .carousel-nav.carousel-nav-right {
	margin-left: 0.7em;
}

.carousel-navs .carousel-nav:hover {
	background: var(--wp--preset--color--secondary);
}

.carousel-navs .carousel-nav span {
	width: 1em;
	height: 1em;
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	border-left-width: 0.2em;
	border-left-style: solid;
	transform: rotate(45deg);
	transition: 0.4s ease;
	position: absolute;
	top: 20%;
	left: 28%;
}

.carousel-navs .carousel-nav-right span {
	transform: rotate(225deg);
	right: 28%;
	left: unset;
}


/* FOOTER */

.footer-share {
	background: #f9f8d4;
	padding: 0.5em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	color: var(--wp--preset--color--primary);
	flex-wrap: wrap;

}

.footer-share:before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(100% / 2);
	transform: translateX(-50%);
	z-index: -1;
	background: inherit;
}

.footer-share h2 {
	font-variation-settings: "wght" 600;
	margin: 0.2em 0;
}

.footer-pack-download {
	display: flex;
	gap: 2em;
	align-items: center;
}

.footer-share .footer-pack-download-container {
	text-decoration: none;
}

.footer-free-pack-icon {
	width: 5em;
	display: flex;
	align-items: center;
}

.footer-free-pack-icon img {
	width: 100%;
}

.footer-add-to-any {
	display: flex;
	align-items: center;
}

.footer-add-to-any h5 {
	margin: 0;
	margin-right: 1em;
}


/* WP Blocks */

.wp-block-group {
	padding: 1em 0;
}

.home .wp-block-group {
	margin: 0 5%;
	text-align: center;
}

.wp-block-group.take-action {
	margin: 0 5%;
	text-align: center;
}

.wp-block-group.take-action .wp-block-group {
	display: inline-block;
	padding: 1em;
}

.wp-block-group.take-action h2 {
	margin: 0;
	margin-bottom: 0.5em;
}

.wp-block-group.take-action h3 {
	margin: 0;
	margin-bottom: 0.5em;
}

.home .wp-block-group .wp-block-group {
	display: inline-block;
	padding: 1em;
}

.home .wp-block-group h2 {
	font-size: 2.6em;
}

.home .wp-block-group h3 {
	margin: 0;
	margin-bottom: 0.5em;
}

.home .wp-block-group h2,  home .wp-block-group h3{
	font-variation-settings: "wght" 600;
}

.has-primary-background-color {
	background-color: var(--wp--preset--color--primary) !important;
	position: relative;
}

.has-primary-background-color:before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(100% / 2);
	transform: translateX(-50%);
	z-index: -1;
	background: inherit;
}

.wp-block-group.has-white-background-color {
	box-shadow: 2px 2px 5px 0px #00000052;
	padding: 2em 2em;
}


.wp-block-group.has-white-background-color > :first-child{
	margin-top: 0;
}

.wp-block-group.has-white-background-color > :last-child{
	margin-bottom: 0;
}


/* Breadcrumbs */

.breadcrumbs p {
	color: black;
	margin-top: 0;
	font-size: 14px;
	font-family: 'new-science-mono';
	font-weight: 600;
}

.breadcrumbs p a{
	color: black;
}

/* WP Blocks */
.wp-block-quote {
	position: relative;
	background: #f7f7f7;
	padding: 1% 2%;
	box-shadow: 4px 6px 8px #0000001a;
	margin-bottom: 2em;
}


/* forms
--------------------------------------------- */

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--primary);
}


#gform_wrapper_1 {
	text-align: left;
	display: flex;
	justify-content: center;
	max-width: 100%;
}

#gform_wrapper_1 .gform_footer.before {
	margin: 0;
}

#gform_wrapper_1 form{
	width: 100%;
}

#gform_wrapper_1 form #gform_submit_button_1 {
	width: 100%;
}

#gform_wrapper_1 form #input_1_1 {
	font-family: "new-science-mono";
	border: 1px solid transparent;
	transition: all 0.3s ease;
}

#gform_wrapper_1 form #input_1_1:focus {
	outline: none;
}

/* .home #gform_wrapper_1 form #input_1_1:hover {
background: transparent;
color: var(--wp--preset--color--primary);
border: 1px solid var(--wp--preset--color--primary);
} */



/*
Banner
*/
@media only screen and (max-width: 1500px) {

	.header-banner .main-content {
		overflow-x: clip;
	}

}

/*
Laptops
*/

@media only screen and (max-width: 1200px) {

	/*
	Banner
	*/
	.header-banner .header-banner-inner-image .header-banner-title {
		padding-right: 4%;
	}

	/* Menu - pullout */

	.menu-pullout-mask {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: var(--wp--preset--color--secondary);
		z-index: 2;
		display: block;
	}

	.menu-pullout {
		display: block;
		position: absolute;
		width: 80%;
		left: 0;
		top: 0;
		transform: translateX(-101%);
		transition: transform .5s ease;
		z-index: 1;
		padding: 3em;
		box-shadow: 1px 1px 7px 0 #00000045;
		background: var(--wp--preset--color--primary);
		height: 100vh;
	}

	.menu-pullout-active {
		transform: translateX(0%);
	}


	/* Hamburger */
	.menu-center {
		position: relative;
		width: 2.3em;
		text-align: center;
		margin: 0 auto;
		display: inline-block;
		vertical-align: middle;
		border: 2px solid var(--wp--preset--color--tertiary);
		border-radius: 100%;
		height: 2.3em;
		padding: 0.5em;
	}

	.menu-center:before,
	.menu-center:after,
	.menu-center div {
		background: var(--wp--preset--color--tertiary);
		content: "";
		display: block;
		height: 2px;
		border-radius: 0px;
		margin: 3px 0;
		margin-top: 2px;
		transition: 0.5s;
	}

	.menu-center.menu-center-active:before {
		transform: translateY(5px) rotate(135deg);
	}

	.menu-center.menu-center-active:after {
		transform: translateY(-5px) rotate(-135deg);
	}

	.menu-center.menu-center-active div {
		transform: scale(0);
	}

	.menu-center:hover {
		background: var(--wp--preset--color--tertiary);
	}

	.menu-center:hover::before,
	.menu-center:hover::after,
	.menu-center:hover div {
		background: var(--wp--preset--color--primary);
	}

	.menu-pullout-inner .menu-center:before,
	.menu-pullout-inner .menu-center:after,
	.menu-pullout-inner .menu-center div {
		background: var(--wp--preset--color--tertiary);
	}

	.menu-pullout-inner .menu-center {
		border-color: var(--wp--preset--color--tertiary);
	}

	.site-header-scrolled .menu-center:before,
	.site-header-scrolled .menu-center:after,
	.site-header-scrolled .menu-center div,
	.site-header-bg .menu-center:before,
	.site-header-bg .menu-center:after,
	.site-header-bg .menu-center div {
		background: var(--wp--preset--color--tertiary);
	}

	.site-header-scrolled .menu-center,
	.site-header-bg .menu-center {
		border-color: var(--wp--preset--color--tertiary);
	}


	.menu-pullout .menu-center {
		margin: 0 auto;
		display: block;
		margin-top: 3em;
	}


	.single-campaign .menu-center {
		z-index: 5;
		margin: 0 auto;
		display: block;
	}


	/* menu */
	.menu-main-container .menu {
		flex-wrap: wrap;
		font-size: 16px;
	}

	.menu-main-container .menu .menu-item {
		flex: 1 1 100%;
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 0.75em;
		margin-left: 0;
	}

	.menu-main-container .menu .menu-item a {
		display: inline-block;
	}

	.menu-main-container .menu .menu-item .sub-menu {
		position: relative;
		top: unset;
		left: unset;
		display: none;
		width: 100%;
		font-size: 16px;
	}


	.menu-main-container .menu .menu-item .sub-menu li {
		margin-bottom: 0px;
	}


	.menu-pullout .menu-main-container .menu .menu-item a {
		color: white;
	}

	.menu-pullout .menu-main-container .menu .menu-item.menu-item-has-children::before {
		color: white;
	}

	#masthead .menu-pullout .menu-main-container .menu .menu-item.current-menu-item>a {
		color: var(--wp--preset--color--secondary);
	}

	.menu-main-container .menu .menu-item.menu-item-has-children:hover>.sub-menu {
		display: block;
		border: 0px;
		padding-left: 1.5em;
		border-left: 1px solid #454545;
	}

	.menu-main-container .menu .menu-item .sub-menu .menu-item .sub-menu {
		left: unset;
		top: unset;
	}

	.menu-main-container .menu .menu-item:not(:first-child) {
		border-left: none;
	}

	.site-header.not-front-page .menu-main-container .menu .menu-item:not(:first-child) {
		border-left: none;
	}

	.menu-main-container .menu .menu-item.menu-item-has-children::before,
	.menu-main-container .menu .menu-item.menu-item-has-children:hover::before {
		top: 0.831em;
	}

	.header-banner .header-banner-inner-image .header-banner-image.header-banner-image-with-content svg {
		height: auto;
		width: 120%;
	}

	.header-banner .header-banner-inner-image .header-banner-image {
		margin-top: 0em;
	}

	/* Carousel */
	.carousel-slides .carousel-slide .carousel-slide-content h2 {

	}

	.carousel-slides .carousel-slide {
		width: 100%;
		position: relative;

	}

	.carousel-slides .carousel-slide.carousel-slide-0 .carousel-slide-content, .carousel-slides .carousel-slide.carousel-slide-1 .carousel-slide-content, .carousel-slides .carousel-slide.carousel-slide-2 .carousel-slide-content, .carousel-slides .carousel-slide.carousel-slide-3 .carousel-slide-content, .carousel-slides .carousel-slide.carousel-slide-4 .carousel-slide-content {
		width: 100%;
		bottom: unset;
		top: unset;
		transform: none;
		position: relative;
		height: 100%;
	}

	.carousel-navs {
		width: 105%;
		top: 37vw;
	}


}

@media only screen and (max-width: 768px) {

	h1 {
		font-size: 2.25em;
		line-height: 1.1em;
	}

	h2 {
		font-size: 2em;
		line-height: 1.2em;
	}

	h3 {
		font-size: 1.75em;
		line-height: 1.2em;
	}

	h4 {
		font-size: 1.5em;
		line-height: 1.25em;
	}

	h5 {
		font-size: 1.25em;
	}

	h6 {
		font-size: 1.1em;
	}

	/* Header */
	.site-header .main-content-inner .header-main {
		padding: 2em 0 2em 0;
	}

	.site-header .main-content-inner .header-logo {
		flex: 0 1 150px;
	}

	/* Banner */
	.front-page-banner {
		padding: 5em 0 4em 0;
	}

	.main-content-bread {
		padding-top: 6em;
	}

	.header-banner {

	}

	.header-banner.header-banner-no-image {
		padding-top: 7em;
	}


	.header-banner .header-banner-inner-image {
		flex-wrap: wrap;
		position: relative;
	}

	.header-banner .header-banner-inner-image .header-banner-title {
		flex: 1 0 100%;
		padding: 0;
		order: 1;
	}

	.header-banner .header-banner-inner-image .header-banner-image.header-banner-image-with-content {
		flex: 1 0 100%;
		width: 100%;
		order: 0;
		position: absolute;
		top: 0;
		right: 0;
		transform: translateY(-50%);
		text-align: right;
		padding: 0 4%;
	}

	.header-banner .header-banner-inner-image .header-banner-image.header-banner-image-with-content svg {
		height: 18em;
		width: auto;
		margin: 0;
		max-width: 50%;
	}

	.header-banner .header-banner-title h1 {
		max-width: 62%;
	}


	/* Footer */

	.footer-share {
		justify-content: center;
	}

	.authorisation {
		text-align: center;
		width: 100%;
	}	

	.auth-container .main-content-inner {
		justify-content: center;
	}

	.menu-footer-container #menu-footer {
		margin-top: 1em;
	}


	/* Carousel */

	.carousel-slides {
		align-items: stretch;
	}

	.carousel-slides .carousel-slide {
		width: 100%;
		position: relative;
	}

	.carousel-slides .carousel-slide.carousel-slide-0 .carousel-slide-content, .carousel-slides .carousel-slide.carousel-slide-1 .carousel-slide-content, .carousel-slides .carousel-slide.carousel-slide-2 .carousel-slide-content, .carousel-slides .carousel-slide.carousel-slide-3 .carousel-slide-content, .carousel-slides .carousel-slide.carousel-slide-4 .carousel-slide-content {
		width: 100%;
		bottom: unset;
		top: unset;
		transform: none;
		position: relative;
		height: 100%;
	}


	.carousel-navs {
		width: 105%;
		top: 37vw;
	}


	/* Sign up form */

	#gform_wrapper_1 #field_submit{
		width: 100%;
		text-align: center;
	}

	.front-page-banner .front-page-banner-inner h2 {
		font-size: 3.2em;
	}

	.front-page-banner .front-page-banner-inner h3 {
		font-size: 1.76em;
	}

}




@media only screen and (max-width: 500px) {

	h1 {
		font-size: 2em;
		line-height: 1.05em;
	}

	h2 {
		font-size: 1.8em;
		line-height: 1.05em;
	}

	h3 {
		font-size: 1.6em;
		line-height: 1.05em;
	}

	h4 {
		font-size: 1.4em;
		line-height: 1.1em;
	}

	h5 {
		font-size: 1.1em;
	}

	h6 {
		font-size: 1.1em;
	}

	/* Header */
	.site-header .main-content-inner .header-logo {
		flex: 0 1 150px;
	}

	.site-header .main-content-inner .header-main {
		padding: 1em 0 1em 0;
	}

	.header-banner .header-banner-inner-image .header-banner-image.header-banner-image-with-content svg {
		max-width: 100%;
		height: auto;
		width: 80%;
	}

	.header-banner .header-banner-inner-image .header-banner-image.header-banner-image-with-content {
		transform: translateY(-75%);
		margin-right: -8%;
	}

	.header-banner .header-banner-title h1 {
		max-width: 100%;
		font-size: 3em;
	}

	.front-page-banner {
		padding: 4em 0 4em 0;
	}

	.header-banner {

	}
	.main-content-bread {
		padding-top: 4em;
	}


	/* Carousel */

	.carousel-slides .carousel-slide .carousel-slide-content {
		padding: 2em 1em
	}


	/* Footer */

	.footer-pack-download {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
		padding: 1em 0;
	}

	.carousel-slides .carousel-slide .carousel-slide-content-new .carousel-inner-content-new .carousel-text-new {
		width: 100%;
	}

	.carousel-slides .carousel-slide .carousel-slide-content-new .carousel-inner-content-new {
		flex-wrap: wrap;
	}

	.carousel-slides .carousel-slide .carousel-slide-content-new .carousel-inner-content-new img {
		position: relative;
		transform: translatey(0%);
		width: 100%;
	}

}