/*!
Theme Name: jegiclarity
Author: We Launch
Description: A theme for JEGI Clarity
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jegiclarity
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#search-form {
	float: right;
}
.search-results .item a {
	text-decoration: none !important;
	color: inherit;
}
.search-results .item h4 {
	margin-bottom: 0;
}
.search-results .item a:hover h4 {
	color: #E84424;
}

@media (max-width: 767.98px) {
	#search-form {
		float: none;
	}
	#search-field {
		margin-bottom: 20px;
	}
	.search-results .order-lg-first {
		padding-top: 100px;
	}
}


/* 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
--------------------------------------------- */
/* @import url('//fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;600;700&family=Bitter&display=swap'); */

body,
button,
input,
select,
optgroup,
textarea {
	color: #262626;
	font-family: "Bitter", Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size: 1rem;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
}
h2 {
	color: #104732;
	font-size: 2.875rem;
	line-height: 1.1em;
	margin-bottom: 2px;
}
.intro h2 {
	font-size: 62px;
	margin-bottom: 20px;
}
@media (max-width: 767.98px) {
	h2, .intro h2 {
		font-size: 2.25rem;
	}
}
.section .header h2 {
	padding: 0 270px;
	margin-bottom: 50px;
}
h3 {
	text-transform: uppercase;
	color: #64B445;
	font-size: 1.5625rem;
}
.page-template-page-hygiene h3 {
	text-transform: none;
	font-size: 1.625rem;
	color: #000;
	margin: 30px 0 1rem;
}
h4 {
	color: #104732;
}
.page-template-page-hygiene h4 {
	color: #000;
	font-size: 1.25rem;
}
.page-template-page-about h4 {
	color: #3F4E55;
	font-size: 2.25rem;
}
h6 {
	text-transform: uppercase;
	color: #64B445;
	margin-bottom: 2px;
	font-size: 1rem;
}

p {
	font-size: 1.125rem;
	line-height: 2;
	margin-bottom: 1em;
}
.intro p {
	font-size: 1.25rem;
	padding-right: 350px;
}
@media (max-width: 992px) {
	.section .header h2 {
		margin-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	.intro p {
		font-size: 1.25rem;
		padding-right: 0;
	}
}

.categories {
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700;
	color: #64B445;
	font-size: 1.25rem;
	text-transform: uppercase;
}

.category-tags {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-tags li, #primary .category-tags li {
	display: inline-block;
	margin: 5px 8px 5px 0;
	background: #64B445;
	color: #fff;
	font-size: .9em;
	padding: 5px 20px;
}
#primary .category-tags li::before {
	content: "";
	margin-right: 0;
}

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

/* Icons
--------------------------------------------- */
.search-icon {
	width: 16px;
	vertical-align: text-top;
}
.angle-down {
	width: 12px;
    vertical-align: middle;
	margin-right: 10px;
    margin-top: 8px;
}
.chevron-down {
	width: 20px;
    vertical-align: middle;
    margin: 0 15px;
}
.icon-linkedin, .icon-email {
	width: 27px;
    vertical-align: text-top;
}


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

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

ul,
ol {
	margin: 0 0 1.5em 0;
	padding: 0;
}
#primary ul li {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 0.875em;
	padding-left: 0.875em;
	position: relative;
}
#primary ol li {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-left: 1.3em;
}
#primary .select-options ul li {
	font-size: 1rem;
	padding-left: 0;
}

ul {
	list-style: none;
}

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


/* Footer
--------------------------------------------- */
.site-info {
	background-color: #303E45;
	color: #fff;
	text-align: center;
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.6em;
	padding: 24px 0 10px;
}
.site-info .copyright {
	font-weight: 700;
	margin-bottom: 0.5em;
}
.site-info .legal p {
	padding: 0 154px;
	font-size: 0.75rem;
}
@media (max-width: 767.98px) {
	.site-info .legal p {
		padding: 0;
	}
}
footer h5, footer h6 {
	text-transform: uppercase;
}
footer #links {
	position: relative;
	background: #3F4E55 url(images/footer-bg@2x.png) no-repeat top right;
	background-size: 300px;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 40px;
	min-height: 424px;
}
footer #links ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
footer #links li {
	margin: 4px 0 12px;
	font-size: 14px;
}
footer p {
	margin: 4px 0 12px;
	font-size: 14px;
	line-height: 1.3;
}
footer #social {
	font-size: 1.4375rem;
}
footer #social a:hover path, footer #social a:hover rect {
	fill: rgb(232,68,36) !important;
}
footer #social a:hover circle {
	stroke: rgb(232,68,36) !important;
}
footer .logo {
	width: 150px;
	position: absolute;
	right: 100px;
	top: 100px;
}
footer .logo img {
	margin-block-end: 20px;
}
@media (max-width: 992px) {
	footer #links {
		background-size: 100px;
	}
	footer .logo {
		width: 152px;
		right: 40px;
		top: 65px;
	}
}
@media (max-width: 767.98px) {
	footer .logo {
		
		position: relative;
		right: unset;
		left: 15px;
		top: 0;
	}
	footer #links {
		padding-top: 34px;
		
	}
	footer h5 {
		margin-top: 30px;
	}
	.footer-nav {
		margin-top:30px;
	}
}

footer h6 {
	border-top: 1px solid #A6A6A6;
	/* padding: 10px 20px; */
	margin: 0 80px 0 0;
	outline: none;
}
footer h6:last-child {
	border-bottom: 1px solid #A6A6A6;
}
footer h6:hover {
	/* border-left: 4px solid #fff; */
}
footer h6 .city {
	border-left: 4px solid transparent;
	padding: 8px 18px;
	display: block;
	cursor: pointer;
}
footer h6 .city:hover, footer #locations .ui-accordion-header-active .city {
	border-left: 4px solid #fff;
}
footer .address {
	font-size: 0.875rem;
	margin: 0 0 10px 22px;
	line-height: 1.5em;
}

footer .subscribe {
	font: normal normal bold 18px/22px 'Barlow Semi Condensed';
	border-bottom: 2px solid #fff;
	margin: 50px 20px 0 0;
	display: block;
    padding: 8px;
	background: url(images/chevron.svg) right 10px center no-repeat;
    background-size: 15px;
}




/* Links
--------------------------------------------- */
a {
	color: unset;
}
#primary a {
	text-decoration: underline;
}
a.btn, .tile a, #sectors a {
	text-decoration: none !important;
}

a:visited {
	/* color: #800080; */
}
a:hover {
	color: #E84424;
	text-decoration: none;
}
.tile a:hover .text h4 {
	color: #E84424;
}
.tile a:hover .post-date {
	color: #262626;
}

a:focus,
a:active {
	/* color: #64B445; */
	text-decoration: none;
}

a:focus {
	outline: 0;
}

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

#post-links {
	margin-top: 40px;
}
.external-link {
	display: inline-block;
	padding: 8px 30px 8px 0;
	background: url(images/external-link.svg) no-repeat right center;
}
.addtoany_share, #social-button {
	display: inline-block;
	padding: 8px 34px 8px 0 !important;
	background: url(images/share.svg) no-repeat right center;
	background-size: 26px;
	line-height: 1.3;
	cursor: pointer;
}
#social-menu {
	display: none;
	position: absolute;
	top: 40px;
	right: 15px;
	padding: 6px 26px;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
}
.shared-counts-wrap {
	margin-bottom: 0 !important;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
	width: 42px !important;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
	width: 22px !important;
	height: 22px !important;
}

.wp-block-button__link, .btn {
	background-color: #E84424;
	color: #fff;
	border-radius: 0;
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700;
	padding: .5rem 2.5rem;
}
.wp-block-button__link:hover, .btn:hover {
	color: #cbc6ba;
}
.section .btn {
	margin-top: 40px;
}

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

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 select, .wpcf7 textarea, .wpcf7 input[type=tel] {
	border: 1px solid #84A0AF;
	border-radius: 10px;
	width: 50%;
	padding: 15px;
}
.wpcf7 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* .wpcf7-form-control-wrap.region:after {
	content: '\f078';
    font: normal normal normal 20px/1 FontAwesome;
    color: #84A0AF;
    right: 15px;
    top: 4px;
    height: 34px;
    padding: 0;
    position: absolute;
    pointer-events: none;
} */
.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 select:focus {
	outline: none;
	border-color: #3F4E55;
}
.wpcf7-list-item {
	margin: 10px 0 0;
}
.wpcf7-list-item-label {
	font: normal normal normal 16px/19px 'Bitter';
	position: relative;
}
.wpcf7-list-item-label:before {
	/* margin-left: 36px; */
}
.wpcf7-list-item-label .labeltext {
	margin-left: 36px;
	margin-top: 2px;
    display: block;
}
.wpcf7 label {
	font: normal normal bold 18px/22px 'Barlow Semi Condensed';
	color: #3F4E55;
}

/* The container must be positioned relative: */
.region {
	position: relative;
	display: block;
	width: 50%;
  }
  
  .region select {
	display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
	/* background-color: DodgerBlue; */
	border: 1px solid #84A0AF;
	border-radius: 10px;
  }
  .select-selected.select-arrow-active {
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	  border-color: #3F4E55;
	  border-bottom-color: #84A0AF;
  }
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
	content: '\f078';
    font: normal normal normal 20px/1 FontAwesome;
    color: #84A0AF;
    right: 15px;
    top: 18px;
    height: 34px;
    padding: 0;
    position: absolute;
    pointer-events: none;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	/* top: 7px; */
  }
  
  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
	color: #666;
	font-size: 1rem;
	padding: 10px 15px;
	/* border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
	cursor: pointer;
  }
  
  /* Style items (options): */
  .select-items {
	position: absolute;
	background-color: #fff;
	border: 1px solid #3F4E55;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: none;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
	display: none;
  }
  
  .select-items div:hover, .same-as-selected {
	background-color: #84A0AF1A;
  }


/* Hide the browser's default checkbox */
.wpcf7-acceptance label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .wpcf7-acceptance label:hover input ~ .wpcf7-list-item-label .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .wpcf7-acceptance label input:checked ~ .wpcf7-list-item-label .checkmark {
	background-color: #3F4E55;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .wpcf7-acceptance label input:checked ~ .wpcf7-list-item-label .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .wpcf7-acceptance label .checkmark:after {
	left: 9px;
	top: 4px;
    width: 7px;
    height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

.wpcf7-submit {
	margin-top: 20px !important;
	font-size: 22px;
}
.wpcf7-not-valid {
	background: url(images/exclamation-circle.svg) right 15px center no-repeat;
	background-size: 25px;
}
.wpcf7-not-valid-tip {
	font: normal normal bold 16px/19px 'Barlow Semi Condensed';
	color: #E84424;
	margin: 10px 15px 0;
}


@media (max-width: 992px) {
	.select {
		max-width: 80% !important;
	}
	.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 select, .region {
		width: 100%;
	}
}

textarea {
	width: 100%;
}

/* Gated content */
.dae-shortcode-download-wrapper h2 {
	display: none;
}
.dae-shortcode-download-wrapper {
	justify-content: center;
}
.dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper {
	text-align: center;
}
.dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper .dae-shortcode-download-button, .dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper input[type=submit] {
	color: #fff !important;
	background-color: #E84424 !important;
	font-size: 16px !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 10px 20px !important;
}
.dae-shortcode-register-field-wrap {
	justify-content: center;
}
.dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper .dae-shortcode-register-label {
	margin-inline: auto !important;
}
.dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper .dae-shortcode-register-icon {
	display: none !important;
}
.dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper .dae-shortcode-register-field {
	border: 1px solid #84A0AF !important;
    border-radius: 10px !important;
    padding: 15px !important;
}
.dae-shortcode-download-wrapper .dae-shortcode-register-input-wrap {
	max-width: 100% !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.col-md-2-0 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
	.col-md-2-0 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

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

/* Header
--------------------------------------------- */
.site-branding {	
	margin-top: 60px;
	display: flex;
	gap: 14px;
}
.site-branding .custom-logo {
	width: 222px;
}
.site-branding .second-logo {
	width: 252px;
}
@media (max-width: 767.98px) {
	.site-branding {
		margin-top: 20px;
		gap: 10px;
	}
	.site-branding .custom-logo {
		width: 40%;
	}
	.site-branding .second-logo {
		width: 138px;
	}
}

.announcement {
	color: #fff;
	background-color: #3F4E55;
	z-index: 10;
    position: relative;
    padding: 10px 12em 10px 1em;
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-size: 0.75rem;
}
.announcement a {
	color: #B7DBC5;
	font-weight: bold;
}
@media (max-width: 767.98px) {
	.announcement {
		font-size: 0.675em;
		padding-inline: 1em 8.5em;
	}
}



/* Navigation
--------------------------------------------- */
.main-navigation {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	display: block;
	width: 144px;
	height: 233px;
	background: url(images/nav-arrow.svg) no-repeat top -54px right;
	background-size: 144px 287px;
	/* visibility: hidden; */
}
.main-navigation.show {
	visibility: visible;
}
.main-navigation.open {
	height: 110px;
	background: none;
}
#navbg {
	width: 1100px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%) translateY(-20%);
	transition: transform 0.5s;
}
.overlay-hugeinc.open #navbg {
	transform: translateX(350px) translateY(-20%);
}
#navbg-box {
	width: 1000px;
    height: 150vh;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%) translateY(-20%) rotate(13deg);
	transition: transform 0.5s;
	background: blue;
}
.overlay-hugeinc.open #navbg-box {
	transform: translateX(460px) translateY(0) rotate(13deg);
}
.overlay .search {
	float: right;
	margin-top: 40px;
}
@media (max-width: 992px) {
	.overlay .search {
		float: none;
		margin: 40px 26% 0;
	}
	.overlay .search #search-field {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.main-navigation {
		background-position: top -93px right -50px;
		width: 107px;
		height: 155px;
	}
	.hamburger {
		right: 0px;
		top: 2px;
	}
	.overlay .search {
		margin: 40px 10% 0;
	}
}

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

#primary-menu {
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700;
}

#sidebar-nav {
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
}
#sidebar-nav li > ul {
	font-family: "Bitter", Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	font-size: 1rem;
	margin-top: 20px;
}
#sidebar-nav li > ul li {
	margin: 10px 0;
}
#sidebar-nav > li {
	border-bottom: 1px solid #84A0AF;
	padding: 0 0 20px !important;
	margin-bottom: 20px;
}
#sidebar-nav > li::before {
	content: "" !important;
}
#sidebar-nav a {
	text-decoration: none !important;	
}
#sidebar-nav .sub-menu {
	display: none;
}
#sidebar-nav .current-menu-item .sub-menu {
	display: block;
}


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

/* Grid
--------------------------------------------- */
@media (max-width: 991.98px) {
	.order-first {
		padding: 0;;
	}
}
.logo-container {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
}

@media (max-width: 767.98px) {
	.overflow {
		overflow-x: scroll;
	}
	.overflow .row {
		width: 312%;
	}
	.listing .overflow .row {
		width: 260%;
	}
	#sectors .overflow .row {
		width: 100%;
	}
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.page-template-default .contrast {
	margin-top: 4em;
}

.container {
	max-width: 1340px;
}
.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;
}

.home .banner {
	background-size: cover !important;
	background-position: center !important;
	display: none;
	position: relative;
	top: 0;
	width: 100%;
	margin-top: -190px;
	padding-top: 160px;
	height: 95vh;
}
.home #masthead {
	/* padding-bottom: 75vh; */
}
.home .site-branding {
	z-index: 1;
	position: relative;
}
.video_contain {
	position: relative;
	top: 0;
    width: 100%;
	height: 95vh;
	overflow: hidden;
	display: block;
	margin-top: -202px;
}

video {
    object-fit: cover;
	width: 100%;
	height: 100%;
}

.intro {
	padding-top: 60px;
	padding-bottom: 160px;
}

@media (max-width: 992px) {
	.home .banner {
		/* display: block;
		background-size: 1000px !important;
		background-position: right top !important;
		margin-top: -190px;
		padding-top: 560px;
		height: unset; */
	}
	.intro {
		padding-top: 60px;
		padding-bottom: 0;
		text-align: center;
	}
	.intro p {
		padding-right: 0;
	}
	.video_contain {
		/* display: none; */
		height: 600px;
	}
}
@media (max-width: 767.98px) {
	.home .banner {
		background-size: 800px !important;
		background-position: right top !important;
		padding-top: 460px;
		/* margin-top: -93px; */
	}
	.intro {
		/* padding-top: 350px; */
	}
	.video_contain {
		
	}
}
@media (max-width: 576px) {
	.video_contain {
		height: 300px;
		margin-top: -90px;
	}
}

.modules .divider {
	border-bottom: 4px solid #104732;
}
.section {
	padding-top: 82px;
	padding-bottom: 82px;
}
@media (max-width: 992px) {
	.section {
		padding-top: 40px;
		padding-bottom: 50px;
	}
}
@media (max-width: 767.98px) {
	.section {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
.section .header {
	text-align: center;
}

.listing .text {
	padding: 34px;
	/* min-height: 50%; */
	position: relative;
}
.listing .tile {
	border: 4px solid #E5E1D6;
	position: relative;
	flex: 1;
	padding-bottom: 20px;
}
.listing .tile .post-date {
	font-weight: 700;
	position: absolute;
	bottom: 20px;
	left: 34px;
}
.listing .col-lg-4, .listing .col-4 {
	display: flex;
}
.page-template-page-team .listing .text {
	height: unset;
}
.page-template-page-advisoryboard .listing .featured .text {
	padding-bottom: 0;
}
.page-template-page-advisoryboard .listing .featured .text img {
	width: 30%;
    float: left;
    margin-inline-end: 30px;
}
.listing .text h4 {
	margin-top: 10px;
}
.page-template-page-advisoryboard .listing h4 {
	margin-bottom: 10px;
}
.page-template-page-advisoryboard .listing .featured h4 {
	clear: none;
}
@media (max-width: 767.98px) {
	.listing .text {
		height: inherit;
	}
	.listing .excerpt {
		display: none;
	}
	.page-template-page-advisoryboard .listing .featured .text img {
		width: 100%;
		float: none;
	}
	.page-template-page-advisoryboard .listing .featured .text p {
		font-size: 1rem;
	}
}
.listing .tile .arrow-corner {
	position: absolute;
	bottom: -4px;
	left: -4px;
	width: 24px;
}
.listing .tile .arrow-corner-topright {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 24px;
	transform: rotate(180deg);
}

#team {
	z-index: 1;
	position: relative;
	max-width: 1310px;
}
#team .row {
	background-color: #EAF0F3;
}
#team .text {
	padding: 100px 50px 100px 0;
}
#team .text h2 {
	margin-bottom: 30px;
}
#team-container {
	position: relative;
	max-width: 1402px;
	margin: 20px auto;
	padding: 46px 0;
}
/* #team-container::before {
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	content: "";
	border-top: 220px solid #B3CDD7;
	border-left: 220px solid transparent;
}
#team-container::after {
	bottom: 0;
	left: 0;
	display: block;
	position: absolute;
	content: "";
	border-bottom: 220px solid #B3CDD7;
	border-right: 220px solid transparent;
} */
@media (max-width: 992px) {
	#team .text {
		padding-right: 0;
	}
}
@media (max-width: 767.98px) {
	#team {
		text-align: center;
	}
	#team .text {
		padding: 40px 0 100px 0;
	}
	#team .bg-img-col {
		height: 350px;
	}
}

#sectors-container {
	position: relative;
	max-width: 1432px;
	margin: 10vh auto 0;
	padding: 46px;
}
#sectors-container::before {
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	content: "";
	border-top: 220px solid #84A0AF;
	border-right: 220px solid transparent;
}
#sectors-container::after {
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
	content: "";
	border-bottom: 220px solid #84A0AF;
	border-left: 220px solid transparent;
}

#sectors {
	background-color: #FAF9F7;
	/* margin-top: 140px; */
	z-index: 1;
	position: relative;
}
@media (max-width: 767.98px) {
	#sectors-container {
		padding-left: 0;
		padding-right: 0;
	}
	#sectors-container::before, #sectors-container::after, #team-container::before, #team-container::after {
		display: none;
	}
	#sectors-container {
		margin-top: 40px;
	}
	.home #sectors {
		padding-top: 82px;
	}
}
.image-text .img-col {
	background-position-x: center !important;
}
.page-template-page-sectors .intro, .page-template-page-about .intro {
	padding-top: 250px;
	padding-bottom: 90px;
}
.page-template-page-sectors .intro h2, .page-template-page-about .intro h2 {
	font-size: 2.875rem;
	padding: 0.5em 1em;
}
.page-template-page-sectors .intro p, .page-template-page-about .intro p {
	padding-right: 18%;
	padding-left: 18%;
}
.page-template-page-sectors .opening-text, .page-template-page-sectors .closing-text {
	background-color: #FAFBFC;
	font-size: 1.125rem;
	padding: 60px 15% 40px;
}
.page-template-page-sectors #sectors {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}
.page-template-page-sectors .sector-list {
	margin: 80px 0;
}
.sector-list .sector {
	margin-top: 30px;
	margin-bottom: 30px;
}
.sector-list .sector:first-child {
	/* margin-left: 12.5%; */
}
#sectors .icon img, #sectors .icon svg {
	width: 157px;
	transition: all .2s ease-in-out;
}
.page-template-page-sectors #sectors .icon img, .page-template-page-sectors #sectors .icon svg {
	/* width: 200px; */
	max-width: 100%;
}
#sectors .icon:hover svg {
	transform: scale(1.1);
}
#sectors a:hover #arrows path {
	fill: rgb(232,68,36) !important;
}
.sector a:hover {
	color: rgb(232,68,36);
	text-decoration: none;
}
#sectors .title {
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	margin: 20px 20px 0;
	font-weight: 600;
	font-size: 1.0625rem;
}
#sectors h2 {
	padding: 0 240px;
	margin-bottom: 20px;
}
@media (max-width: 992px) {
	#sectors h2 {
		padding: 0;
	}
}
@media (max-width: 767.98px) {
	
	.home #sectors .icon img, .home #sectors .icon svg {
		width: 190px;
	}
	.page-template-page-sectors .opening-text, .page-template-page-sectors .closing-text {
		padding: 60px 0 40px;
	}
	.full-width .intro {
		padding-top: 150px;
	}
	.full-width .intro h2, .full-width .intro p {
		padding-right: 0;
		padding-left: 0;
	}
	.sector-list .sector:first-child {
		margin-left: 0;
	}
}
.corner-top-left {
	display: none;
	width: 88px;
	position: absolute;
	top: 0;
	left: 0;
}
.corner-top-right {
	display: none;
	width: 88px;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(90deg);
}
.corner-bottom-right {
	display: none;
	width: 88px;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}
.corner-bottom-left {
	display: none;
	width: 88px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(270deg);
}
@media (max-width: 767.98px) {
	.corner-top-left, .corner-bottom-right, .corner-top-right, .corner-bottom-left {
		display: block;
		z-index: 10;
	}
}

.image-text .text {
	padding: 230px 18%;
}
@media (max-width: 992px) {
	.image-text .text {
		padding: 130px 8%;
	}
}
@media (max-width: 767.98px) {
	.image-text .text {
		padding: 40px 0;
	}
	.image-text .img-col {
		height: 350px;
		background-position: center !important;
	}
}


.main-content {
	background-color: #F5F3EF;
	padding: 70px 114px;
}

.page-template-page-hygiene #primary, .page-template-page-locations #primary {
	margin: 100px 0;
}

#primary .header {
	/* margin-top: 100px; */
	margin-bottom: 40px;
}
#primary .header h2 {
	padding: 0 270px;
}
#primary ul li:before {
	content: "\2023";
	color: #64B445;
	margin-right: 6px;
	position: absolute;
	left: 0;
}
@media (max-width: 992px) {
	#primary .header h2 {
		padding: 0 40px;
	}
}
@media (max-width: 767.98px) {
	#primary .header h2 {
		padding: 0;
		margin-bottom: 20px;
	}
	.main-content {
		padding: 5px 15px;
		margin: 0 -15px;
	}
}

.custom-quote {
	position: relative;
	padding: 30px;
	margin: 40px 0;
}

.title {
	margin: 0 0 6px;
	font-weight: 700;
}
header .location, .tile .location {
	background: none;
	margin-bottom: 20px;
	font-weight: 500;
}

.contact-links {
	font-size: 1.9rem;
}
.contact-links a {
	margin-right: 10px;
	color: #E84424;
}


.rollover-text {
	position: absolute;
	top: 0;
	width: 200%;
	z-index: 10;
	background: #104732;
	height: 100%;
	padding: 30px 40px;
	color: #fff;
	overflow-y: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.2s;
	transition: opacity 0.5s, visibility 0s 0.2s;
}
.left .rollover-text {
	left: 100%;
	margin-left: -15px;
}
.right .rollover-text {
	right: 100%;
	margin-right: -15px;
}
.rollover-text h2 {
	color: #fff;
	font-size: 1.625rem;
	padding: 0 !important;
}
.rollover-text p {
	line-height: 1.4;
}

@media (max-width: 1340px) {
	.rollover-text {
		padding: 20px 30px;
		font-size: 0.8em;
	}
	.rollover-text h2 {
		font-size: 1.5em;
	}
	.rollover-text p {
		font-size: 1.125em;
	}
}


/* Transactions */
#terms .col-6 {
	padding-top: 1.5rem;
}
.transaction .target a:hover + .rollover-text {
	/* display: block !important; */
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
@media (max-width: 992px) {
	.transaction .target .rollover-text {
		visibility: hidden !important;
		display: none !important;
		opacity: 0 !important;
	}
}

/* About */
.page-template-page-about #primary a {
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700;
	font-size: 1.375rem;
	color: #E84424;
	text-decoration: none;
}

.text-block {
	position: relative;
	max-width: 1340px;
	margin: 0 auto;
	padding: 80px 0;
}
.text-block.warm-grey::before {
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	content: "";
	border-top: 344px solid #DAE3E7;
	border-left: 344px solid transparent;
}
.text-block.warm-grey::after {
	bottom: 0;
	left: 0;
	display: block;
	position: absolute;
	content: "";
	border-bottom: 344px solid #DAE3E7;
	border-right: 344px solid transparent;
}

.text-block.blue::before {
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	content: "";
	border-top: 344px solid #F7F6F3;
	border-right: 344px solid transparent;
}
.text-block.blue::after {
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
	content: "";
	border-bottom: 344px solid #F7F6F3;
	border-left: 344px solid transparent;
}

.text-block .row {
	z-index: 1;
	position: relative;
	margin: 0 80px;
	/* border: 30px solid #fff; */
	padding: 14%;
}
.warm-grey .row {
	background-color: #F7F6F3;
}
.blue .row {
	background-color: #EAF0F3;
}

@media (max-width: 767.98px) {
	.text-block::before, .text-block::after {
		display: none !important;
	}
	.text-block .row {
		margin: 0;
		border: none;
		padding: 60px 0;
	}
}

/* Locations */
.location {
	background-color: #F7F6F3;
	margin-bottom: 50px;
}
.location .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}
.location .text {
	padding: 34px 50px;
}
.location .detail {
	font-size: 1.125rem;
	margin: 20px 0;
}
.location .detail.email a {
	text-decoration: none !important;
}
.location .detail.email a:hover span {
	color: #104732;
}
.location .detail.address {
	margin-bottom: 4px;
}
.location .detail span {
	display: block;
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700;
	font-size: 1.625rem;
	color: #64B445;
}
.location .text hr {
	background-color: transparent;
	border-top: 2px solid #E5E1D6;
	width: 50%;
	margin-left: 0;
}
.map {
	background-color: #EFEDE6;
	padding-top: 14px;
}
.map .show-more {
	cursor: pointer;
	outline: none;
	color: #104732;
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700;
	font-size: 1.375rem;
	padding-bottom: 14px;
}
.map .show-more .fas {
	margin: 0 15px;
}
.ui-accordion-header-active .fa-chevron-down, .ui-accordion-header-active .chevron-down {
	transform: rotate(180deg);
}
.map-content {
	padding: 0 50px 50px;
}
@media (max-width: 767.98px) {
	.map-content {
		padding: 0 0 50px;
	}
	.location {
		margin-bottom: 30px;
	}
	.row.location {
		margin-left: 0;
		margin-right: 0;
	}
	.location .text {
		padding: 34px 20px;
	}
}


/* Events */
.em.pixelbones {
	font-family: "Bitter", Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}
.em.pixelbones p, .em-item-desc {
	line-height: 2em !important;
}
#em-wrapper .em-view-container {
	background-color: #F5F3EF;
	padding: 80px 80px;
}
.em.em-list .em-item {
	grid-template-columns: minmax(0,2fr) 1fr;
	border-bottom: 3px solid #204633;
	padding-bottom: 46px;
}
.em.em-list .em-item .em-item-info {
	border: none;
}
.em.em-list .em-item .em-item-info h3.em-item-title, .em.em-list .em-item .em-item-info h3.em-item-title a {
	color: #104732 !important;
    font-size: 24px !important;
	text-decoration: none !important;
	text-transform: none;
	font-weight: 700 !important;
}
.em .em-icon {
	width: 24px;
    height: 24px;
}
.em .em-icon.em-icon-clock {
	background-image: url(images/time.svg);
}
.em .em-icon.em-icon-calendar {
	background-image: url(images/date.svg);
	background-size: 24px;
}
.em .em-icon.em-icon-location {
	background-image: url(images/location.svg);
	background-size: 16px;
}
.em.pixelbones button.em-event-add-to-calendar {
	background-color: #D85134 !important;
	background-image: none !important;
    padding-right: 20px !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: none !important;
}
.em-event-add-to-calendar .em-icon-calendar {
	display: none;
}
.em-booking-form .em-tickets {
	display: none;
}
.em.pixelbones h3.em-booking-section-title-custom {
	text-align: center;
	/* font-weight: 700 !important; */
}
.em.pixelbones h3, .em.pixelbones h2 {
	font-weight: 700 !important;
}
.em.pixelbones h2 {
	margin-top: 50px !important;
}
#form-header {
	margin: 10px 30px 20px;
	text-align: center;
}
#form-header p {
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700 !important;
	font-size: 20px !important;
	color: #204633 !important;
}
.em-event-bookings {
	max-width: 660px;
	margin: 0 auto !important;
}
.em-event-bookings-meta, .em-booking-form-details .em-login-trigger {
	display: none !important;
}
.em-login-trigger {
	text-align: center;
}
.em-login.size-large, .em-event-content {
	margin: 10px auto 20px !important;
	max-width: 600px;
	text-align: center;
}
.em-login-form label {
	text-align: left;
}
.em.pixelbones.input label, .em-login-form label {
	font-family: 'Barlow Semi Condensed';
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 22px;
	color: #3F4E55;
	text-align: left;
}
.em.pixelbones .input button {
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700 !important;
	text-transform: none !important;
    font-size: 15px !important;
}
.em.pixelbones .input input[type=submit], .em.pixelbones .em-item-actions .button {
	border: none !important;
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 700 !important;
	font-size: 25px !important;
	color: #D85134 !important;
	text-transform: none !important;
	padding: 0 !important;
}
.single-event .em.pixelbones .input input[type=submit] {
	color: #fff !important;
    text-transform: none !important;
    padding: 0 !important;
    background-color: #D85134 !important;
    width: unset !important;
    padding: 10px 30px !important;
    line-height: 1em !important;
    height: unset !important;
}

.em.pixelbones .input input[type=text], .em.pixelbones .input input[type=password] {
	border-radius: 0 !important;
	border-color: #000 !important;
}
.em.pixelbones.input .em-login-form button.button-primary {
	background-color: #D85134 !important;
	border-color: #D85134 !important;
}
.em-login-links {
	display: none;
}
.em.em-event-booking-form .em-booking-message.em-booking-message-error {
	border-color: #D85134 !important;
	border-width: 2px !important;
	background-color: transparent !important;
	color: #000000 !important;
	text-align: center;
}
.em.em-event-booking-form .em-booking-message.em-booking-message-success {
	border-color: #64B445 !important;
	border-width: 2px !important;
	background-color: transparent !important;
	color: #000000 !important;
	text-align: center;
}
.em-event-bookings .em.pixelbones.em-event-booking-form.input {
	text-align: center;
}
.em-event-bookings .em.pixelbones.em-event-booking-form.input a {
	margin-left: 10px;
}
.em-event-single .attachment-post-thumbnail {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.css-my-bookings {
	padding: 40px;
    background-color: #F5F3EF;
}


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




/* Transcendit changes */
/* Team's blocks */
.page-city > .container > .row.header > .col-12 > h3{
	display:none;
}

.page-city .wp-block-columns{
	margin-bottom: 0;
}
.page-city .wp-block-columns:focus {
	outline:0 !important;
}

.block{
	height: calc(100% - 15px);
    margin-top: 15px;
}
.block.team{
	border: 4px solid transparent;
	color:#000000CC;
}
#primary .block.team a,
#primary .block.team a h4,
#primary .block.team a .title,
#primary .block.team a .city{
	color:#000000CC;
	text-decoration:none;
}
#primary .block.team a:hover h4 {
	color: #E84424;
}

.block.team a .text{
	padding: 40px;
	text-decoration:none;
	text-align:left;
}
/*.block.location1,
.block.location5,*/
.block.dark-grey{
	border-color: #3F4E55;
	color: #3F4E55;
}
/*.block.location2,
.block.location4*/
.block.light-blue{
	border-color: #84A0AF;
	color: #84A0AF;
}
/*.block.location3*/
.block.cream{
	border-color: #E5E1D6;
	color: #E5E1D6;
}

.block.team a h4{
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.block.team .title{
	font-family: "Bitter", Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
}

/*.block.city.location1,
.block.city.location5{
	background: #3F4E55;
}
.block.city.location2,
.block.city.location4{
	background: #84A0AF;
}
.block.city.location3{
	background: #E5E1D6;
}*/

.block.team .city{
	font-family: "Bitter", Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

.block.city .city-name{
	font-size: 48px;
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	background:#fff;
	position: relative;
	margin: 0 20px 40px 20px;
	top: 20px;
	text-align: left;
	padding: 20px 0 20px 20px;
	line-height: 48px;
	
}
.block.city{
	position:relative;
}
.block.city:after{
	  position: absolute;
	  content: "";
      width: 0;
      height: 0;
      border-top: 70px solid transparent;
      border-right: 70px solid transparent;
	  top: -20px;
	  top: 0px;
	  left: 0;
	  z-index: -1;
}
/*.block.city.location1:after,
.block.city.location5:after{*/
.block.city.dark-grey:after{
	border-top-color: #3F4E55;
}
/*.block.city.location2:after,
.block.city.location4:after{*/
.block.city.light-blue:after{
	border-top-color: #84A0AF;
}
/*.block.city.location3:after{*/
.block.city.cream:after{
	border-top-color: #E5E1D6;
}


.filler{
	display:none;
	padding: 20px;
}

/*.filler.location1,
.filler.location5{*/
.filler.dark-grey{
	background: #3F4E55;
	color:#fff;
}
/*.filler.location2,
.filler.location4{*/
.filler.light-blue{
	background: #84A0AF;
	color: #fff;
}
/*.filler.location3{*/
.filler.cream{
	background: #E5E1D6;
	color:#3F4E55;
}

.filler div{
	width: 80%;
}
.filler1 div:first-of-type{
	margin-bottom: 20px;
	font-size: 16px;
}
.filler1 div:last-of-type{
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 600;
	font-size:18px;
}

.filler2 div{
	width: 80%;
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 600;
	font-size: 22px;
}

/*:target {
  display: block;
  position: relative;
  top: -120px; 
  visibility: hidden;
}*/


#subnav, #mobTrig{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #e5e1d6;
	margin-top: -15px;
	margin-bottom: 30px;
	padding: 0;
}
#subnav.sticky, #mobTrig.sticky{
	position: fixed;
    top: 15px;
    width: 100%;
    z-index: 10;
}
#mobTrig{
	z-index: 5;
	cursor: pointer;
}
#subnav.mobnav{
	display:none;
}
body.sticky{
	padding-top: 115px;
}
#subnav a.cityLink, #mobTrig span{
	font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #3F4E55;
	/*padding: 10px 20px;*/
	padding: 24px 20px;
	text-transform: uppercase;
	text-align: center;
}

#subnav a.cityLink.active,
#subnav a.cityLink:focus{
	color: #E84424;
	position:relative;
}
#subnav a.cityLink:hover {
	color: #84A0AF;
}


#subnav a.cityLink.active:after, #mobTrig span:after{
	content: "";
	position: relative;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
    border-top: 10px solid #E84424;
	top: 18px;
    right: -7px;
}

/*#subnav a.cityLink:not(.show){
	display:none;
}*/

@media screen and (min-width:600px){
	.block{
		height: calc(100% - 2em);
		margin-top: 2em;
	}
}
@media screen and (min-width: 670px){
	#subnav{
		flex-direction: row;
	}
	#subnav a.cityLink:not(.show){
		display:block;
	}
	#subnav a.cityLink{
		padding: 36px 20px;
	}
	#subnav a.cityLink.active:after{
		display: none;
	}
	#mobTrig{
		display:none !important;
	}
	#subnav{
		display:flex !important;
	}
}
@media screen and (min-width: 782px){
	.block.city .city-name{
		font-size: 40px;
		margin: 0 20px 40px 20px;
		top: 20px;
	}
	.block.city.revert .city-name{
		text-align: right;
		padding: 20px 20px 20px 0;
		margin: 20px 20px 40px 0;
		top: 20px;
	}
	.block.city.revert:after{
		border-left: 70px solid transparent;
		border-right: none;
		right: 0;
		left: auto;
	}
	
	.block.filler {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}

@media screen and (min-width:1140px){
	.block.city .city-name{
		font-size: 56px;
		padding: 35px 0 35px 35px;
		margin: 50px 0 50px 50px;
		margin: 0 0 50px 50px;
		top: 50px;
		line-height: 56px;
	}
	.block.city.revert .city-name{
		padding: 35px 35px 35px 0;
		margin: 50px 50px 50px 0;
		margin: 0 50px 50px 0;
		top: 50px;
	}
	.block.city:after{
      border-top: 220px solid transparent;
      border-right: 220px solid transparent;
	  top: -50px;
	  top: 0;
}
	.block.city.revert:after{
		border-left: 220px solid transparent;
		border-right: none;
		right: 0;
		left: auto;
	}
	.filler2 div{
		width: 60%;
		font-family: 'Barlow Semi Condensed', Impact, 'Arial Narrow Bold', sans-serif;
		font-weight: 600;
		font-size: 32px;
	}

}
@media screen and (min-width:1280px){
	.block.city .city-name{
		font-size: 64px;
		line-height: 64px;
	}
	.filler1 div:first-of-type{
		font-size: 22px;
	}
	.filler1 div:last-of-type{
		font-size:24px;
	}
}


@media screen and (max-width:781px){
	.wp-block-columns.revert-row .wp-block-column:nth-child(1){
		order: 2;
		margin-left: 2em;
	}
	.wp-block-columns.revert-row .wp-block-column:nth-child(2){
		order: 3;
		margin-left: 0;
	}
	.wp-block-columns.revert-row .wp-block-column:nth-child(3){
		order: 1;
	}
	
}
@media screen and (max-width:599px){
	.block{
		max-width: 500px;
    	margin: auto;
	}
	.wp-block-columns.revert-row .wp-block-column:nth-child(1){

		margin-left: 0;
	}
	.wp-block-columns.revert-row .wp-block-column:nth-child(2){
		margin-left: 0;
	}
}


@media screen and (min-width:600px) and (max-width:781px){
	.wp-block-columns{
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.wp-block-column{
		margin: auto !important;
	}
	.block{
		width: 500px;
	}
	
}