@charset "UTF-8";
/*!
Theme Name: GBI
Theme URI: http://underscores.me/
Author: Colin Zervas
Author URI: http://madebythomas.com
Description: A theme created for GBI
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: gbi
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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
--------------------------------------------- */
/* 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: flex;
	width: 100%;
	justify-content: flex-end;
	margin-right: 30px;
}

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

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

.main-navigation a {
	text-transform: none;
	font-size: 1rem !important;
}

.main-navigation .menu > li {
	position: relative;
}

.main-navigation .menu > li > a {
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	width: 100%;
	border-bottom: 3px solid transparent;
	transition: border-bottom .2s;
}

.main-navigation .menu > li > ul {
	box-shadow: 0 3px 3px rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 101%;
	left: 50%;
	transform: translate(-50%);
	z-index: 99999;
	opacity: 0;
	display: none;
	background-color: white;
	padding: 12px;
	width: 220px;
	transition-delay: 0.3s;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.main-navigation .menu > li:hover > a {
	border-bottom: 3px solid #00966C;
}

.main-navigation .menu > li:hover > ul {
	opacity: 1;
	display: block;
	transition-delay: 0s;
}

.main-navigation .menu .sub-menu li {
	margin-bottom: 5px;
	padding: 5px 0;
	width: 100%;
	border-bottom: 3px solid transparent;
	transition: border-bottom .2s;
	position: relative;
}

.main-navigation .menu .sub-menu li:hover {
	border-bottom: 3px solid #00966C;
}

.main-navigation .menu .sub-menu li a {
	width: 100%;
}

.main-navigation .menu .sub-menu li ul {
	box-shadow: 0 3px 3px rgba(255, 255, 255, 0.2);
	position: absolute;
	top: -12px;
	left: 100%;
	z-index: 99999;
	opacity: 0;
	display: none;
	background-color: white;
	padding: 12px;
	width: 180px;
	transition-delay: 0.3s;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.main-navigation .menu .sub-menu li:hover ul {
	opacity: 1;
	display: block;
	transition-delay: 0.3s;
}

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

#mobile-nav-links {
	display: none;
	position: absolute;
	width: 100%;
	top: 105px;
	right: 0px;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}

.hamburger-toggle {
	display: none;
	cursor: pointer;
}

span.line {
	display: block;
	height: 4px;
	width: 28px;
	margin: 6px 0;
	transition: all 0.3s;
	background-color: #333;
}

.hamburger-toggle.open span:nth-child(1) {
	transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-toggle.open span:nth-child(2) {
	opacity: 0;
}

.hamburger-toggle.open span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 1275px) {
	.menu-menu-1-container {
		display: none;
	}
	.hamburger-toggle {
		display: block;
	}
	/* #mobile-nav-links{
	  display: block;
	} */
}

.menu-mobile-menu-container {
	max-width: 400px;
	margin: 0 auto;
}

#mobile-menu {
	all: unset;
	max-width: 500px;
}

#mobile-menu ul {
	all: unset;
	transition: all 0s;
	display: none;
	margin-left: 10px;
	transition: all 2s;
}

#mobile-menu ul ul {
	all: unset;
	display: none;
	margin-left: 20px;
	transition: all .2s;
}

#mobile-menu li:hover ul {
	display: block;
}

#mobile-menu li:hover ul ul {
	display: none;
}

#mobile-menu li:hover ul li:hover ul {
	display: block;
}

.header-icons {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 6px 16px 0;
}

#mobile-menu li.has-children > a:after {
	color: gray;
	display: inline-block;
	content: ' ►';
	transition: all .2s;
}

#mobile-menu li.has-children:hover a:after {
	transform: rotate(90deg);
}

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

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

body {
	font-family: "Roboto", sans-serif;
}

a {
	color: #00966C;
}

a:hover {
	text-decoration: none;
}

#primary-menu a {
	font-family: "Oswald", sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: "Oswald", sans-serif;
}

h1 {
	font-size: 4rem;
	font-weight: 300;
}

h2 {
	font-size: 2.5rem;
	font-weight: 300;
}

@media (max-width: 800px) {
	h2 {
		font-size: 2rem;
	}
}

h3 {
	font-size: 2rem;
	font-weight: 300;
}

@media (max-width: 800px) {
	h3 {
		font-size: 1.6rem;
	}
}

h4 {
	font-size: 1.5rem;
	font-weight: 300;
}

@media (max-width: 800px) {
	h4 {
		font-size: 1.2rem;
	}
}

h5 {
	font-size: 1.1rem;
	font-weight: 300;
}

@media (max-width: 800px) {
	h5 {
		font-size: 1rem;
	}
}

.blue {
	color: #005F86;
}

.green {
	color: #00966C;
}

.light-green {
	color: #71CC98;
}

.white {
	color: white;
}

.blue-bg {
	background-color: #005F86;
}

.orange-bg {
	background-color: #E35205;
}

.brown-bg {
	background-color: #5D4534;
}

.bold {
	font-weight: bold;
}

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

.center {
	margin: auto;
	display: block;
}

a.center {
	margin: auto;
	display: block;
}

.block {
	display: block;
}

#gform_submit_button_1 {
	background: #E35205;
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px 12px;
	border-radius: 0 10px 0 0;
	font-family: "Oswald", sans-serif;
	max-width: fit-content;
	border: 1px solid #E35205;
	font-size: 1.3rem;
	cursor: pointer;
}

#gform_submit_button_1:hover {
	background-color: white;
	color: #E35205;
}

a.orange-button {
	background: #E35205;
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px 12px;
	border-radius: 0 10px 0 0;
	font-family: "Oswald", sans-serif;
	max-width: fit-content;
	border: 1px solid #E35205;
	font-size: 1.3rem;
	cursor: pointer;
}

a.orange-button:hover {
	background-color: white;
	color: #E35205;
}

a.yellow-button {
	background: #F1C400;
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px 12px;
	border-radius: 0 10px 0 0;
	font-family: "Oswald", sans-serif;
	max-width: fit-content;
	border: 1px solid #F1C400;
	font-size: 1.3rem;
	cursor: pointer;
}

a.yellow-button:hover {
	background-color: white;
	color: #F1C400;
}

.cert-logos {
	text-align: center;
}

.info-img-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 30px;
}

.info-img-block .img {
	overflow: hidden;
}

.info-img-block .img img {
	transition: all 1s;
	transform: scale(1.2);
}

@media (max-width: 1000px) {
	.info-img-block {
		grid-template-columns: 1fr;
		justify-content: center;
	}
	.info-img-block .img {
		text-align: center;
	}
}

.info-img-block.text-right .img {
	grid-column: 1/2;
	grid-row: 1/2;
}

.info-img-block.text-right .white-text-box {
	grid-column: 2/3;
	grid-row: 1/2;
}

.full-width-bg-wrapper {
	max-width: 100vw;
}

@media (max-width: 1200px) {
	.full-width-bg-wrapper {
		margin: 12% auto;
	}
}

.full-width-bg {
	width: 100%;
	background-position: center center;
	position: relative;
	min-height: 600px;
	background-size: cover;
	transition: all 1s;
}

.white-text-box {
	background-color: white;
	padding: 0px;
	max-width: 600px;
	min-height: 200px;
	position: relative;
}

.white-text-box.on-left {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-20%, -50%);
	z-index: 2;
}

.white-text-box.on-right {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(-10%, -50%);
	z-index: 2;
}

.justify-end {
	justify-self: flex-end;
}

.active .scroll-zoom-in {
	transform: scale(1) !important;
}

.scroll-bg-img {
	position: relative;
	overflow: hidden;
	transform: scale(1.2);
}

.scroll-bg-img::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	background-size: cover;
	transform-origin: center;
	transform: scale(1.2);
	transition: transform 1s ease-in-out;
}

.scroll-bg-img.active::after {
	transform: scale(1);
}

.home-fet-desktop {
	display: none;
}

.mobile-fet-project {
	display: block;
	margin: 10% auto;
	padding: 20px;
}

.mobile-fet-project .fet-project-text {
	margin: 5% 10%;
}

@media (min-width: 550px) {
	.home-fet-desktop {
		display: block;
	}
	.mobile-fet-project {
		display: none;
	}
}

.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

@media (max-width: 800px) {
	.two-col {
		grid-template-columns: 1fr;
	}
}

.flex-column {
	display: flex;
	align-items: center;
	gap: 30px;
}

.flex-column .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 30px;
}

.headshot-text-cols {
	display: grid;
	grid-template-columns: .3fr 1fr;
	gap: 30px;
	row-gap: 60px;
}

@media (max-width: 950px) {
	.headshot-text-cols {
		grid-template-columns: .7fr 1fr;
	}
}

@media (max-width: 550px) {
	.headshot-text-cols {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.headshot-text-cols img {
	display: block;
	object-fit: cover;
	min-height: 300px;
	width: 100%;
	object-position: top center;
}

.headshot-text-cols h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.headshot-text-cols h5 {
	margin: 0;
}

.headshot-text-cols .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 30px;
	align-items: center;
}

.two-col-button {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.team-links {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.team-links a {
	text-decoration: none;
}

.span-2 {
	grid-column: span 2;
	align-self: center;
}

.three-col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

@media (max-width: 800px) {
	.three-col {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	.three-col {
		grid-template-columns: 1fr;
	}
}

.four-col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

.two-col-text-img {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 20px;
}

.two-col-text-img h3 {
	margin-top: 0;
}

.icon-text-cols .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 30px;
	align-items: center;
}

@media (max-width: 500px) {
	.icon-text-cols .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}
}

.two-col-filter-content {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 30px;
}

@media (max-width: 500px) {
	.two-col-filter-content {
		margin: auto 5vw !important;
	}
	.two-col-filter-content .project-filters {
		max-width: 120px;
	}
}

.three-button-col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	justify-content: center;
	margin-top: 20px;
}

@media (max-width: 800px) {
	.three-button-col {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 500px) {
	.three-button-col {
		grid-template-columns: 1fr;
	}
}

.three-button-col a {
	max-width: 300px;
	font-size: 1rem;
	margin: 0 auto;
}

.standard-side-margin {
	margin: auto 12vw;
}

.standard-top-margin {
	margin-top: 5%;
}

.standard-bot-margin {
	margin-bottom: 5%;
}

.standard-left-margin {
	margin-left: 12vw;
}

.standard-padding {
	padding: 30px;
}

.no-margin {
	margin: 0;
}

h2 {
	font-weight: 300;
}

.home-header .header-top {
	display: flex;
	justify-content: flex-end;
}

.home-header .header-top a.tip-top-nav-item {
	display: flex;
	gap: 6px;
	align-items: center;
	padding: 10px 12px;
	background-color: #00966C;
	color: white;
	text-decoration: none;
	border: 1px solid #00966C;
}

.home-header .header-top a.tip-top-nav-item svg {
	height: 20px;
	width: auto;
}

.home-header .header-top a.tip-top-nav-item:hover {
	text-decoration: underline;
}

.home-header .header-bot {
	display: flex;
	gap: 50px;
	justify-content: space-between;
	align-items: center;
}

.home-header .site-branding {
	max-width: 200px;
	height: auto;
}

.home-header .site-branding img {
	display: block;
}

.site-header {
	margin: 0 10vw 10px;
}

#primary-menu {
	gap: 5%;
	justify-content: flex-end;
}

#primary-menu a {
	color: #51534A;
	font-size: 1.1rem;
}

#primary-menu:active {
	color: #00966C;
}

@media (max-width: 538px) {
	.home-header .header-top {
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 10px;
	}
	.header-icons {
		justify-content: flex-end;
	}
}

.menu-menu-1-container {
	width: 100%;
}

.scrolling-ticker {
	background-color: #51534a;
	padding: 10px 0;
	color: white;
}

.scrolling-ticker {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.scrolling-ticker .marquee {
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;	
	animation: marquee 100s linear infinite;
}

.scrolling-ticker .marquee p {
	display: inline-block;
	margin: 0;
	color: white;
	margin-right: 50px;
}

@keyframes marquee {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

.scrolling-ticker .marquee-overlay-left {
	position: absolute;
	height: 100%;
	width: 40%;
	top: 0;
	left: 0;
	background: linear-gradient(to left, rgba(81, 83, 74, 0), #51534a, #51534a);
}

.scrolling-ticker .marquee-overlay-right {
	position: absolute;
	height: 100%;
	width: 40%;
	top: 0;
	right: 0;
	background: linear-gradient(to left, #51534a, #51534a, rgba(81, 83, 74, 0));
}

.events-banner-wrapper {
	background-color: #00966C;
	padding: 10px;
	display: grid;
}

.events-banner-wrapper h2 {
	color: white;
	text-align: center;
	font-size: 1.2rem;
	margin: 0;
}

.events-banner-wrapper .event-slide {
	grid-column: 1/2;
	grid-row: 1/2;
	opacity: 0;
	transition: opacity 0.8s;
}

.events-banner-wrapper .active-slide {
	opacity: 1;
	z-index: 3;
}

.header-icons {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 6px 16px 0;
}

.header-icons svg {
	width: 24px;
	height: auto;
	fill: #00966C;
	color: #00966C;
}

.footer-icons {
	background-color: #00966C;
	margin: 0;
	display: block;
}

.footer-icons svg {
	fill: white;
}

.site-footer {
	background-color: #00966C;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	color: white;
	padding: 80px 10vw;
}

@media (max-width: 800px) {
	.site-footer {
		grid-template-columns: 1fr 1fr;
		justify-items: center;
	}
}

@media (max-width: 500px) {
	.site-footer {
		grid-template-columns: 1fr;
		justify-items: center;
		align-items: center;
	}
}

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

.site-footer p {
	margin: 0;
}

.site-footer h3 {
	margin-top: 0;
	font-weight: 300;
}

#footer-primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-primary-menu .sub-menu {
	display: none;
}

.footer-links-top-margin {
	margin-top: 20px;
}

.home-video-wrapper {
	background-color: #51534A;
	position: relative;
}

.home-video-wrapper video {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 400px;
}

.home-video-wrapper h2 {
	position: absolute;
	color: white;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 4rem;
	margin: 0;
	line-height: 1;
	width: 100%;
	font-weight: 400;
}

.home-video-wrapper .video-overlay {
	background-color: rgba(57, 58, 56, 0.5);
	mix-blend-mode: overlay;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.homepage-events {
	background-color: #005F86;
	padding: 30px;
}

.homepage-events .homepage-events-text {
	max-width: 300px;
}

.interior-header {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5%;
}

.interior-header h1 {
	color: white;
	text-align: center;
	font-size: 3rem;
}

@media (max-width: 400px) {
	.interior-header h1 {
		font-size: 2rem;
	}
}

.no-margin-bottom {
	margin-bottom: 0;
}

.even-text-img-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	align-items: center;
}

@media (max-width: 800px) {
	.even-text-img-row {
		grid-template-columns: 1fr;
	}
}

.even-text-img-row .text {
	padding: 30px;
}

.even-text-img-row .img {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.even-text-img-row .img img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	transform: scale(1.2);
	transition: all 1s;
}

@media (max-width: 800px) {
	.even-text-img-row.text-right .img {
		grid-row: 2/3;
		grid-column: 1/2;
	}
	.even-text-img-row.text-right .text {
		grid-row: 1/2;
		grid-column: 1/2;
	}
}

.green-background {
	background-color: #00966C;
	padding: 30px;
}

.green-background a {
	margin: auto;
}

.getting-started {
	text-align: center;
	padding: 30px 15vw;
}

.getting-started p {
	color: white;
}

.getting-started a.orange-button {
	margin: auto;
}

.text-quote-right .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
	align-items: center;
}

@media (max-width: 800px) {
	.text-quote-right .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}
}

.text-quote-right .text-left .wp-block-group__inner-container {
	display: block;
}

.text-quote-right .image-quote img {
	display: block;
	width: 100%;
	height: auto;
	
}

.text-quote-right .image-quote .blue-bg, .text-quote-right .image-quote .orange-bg, .text-quote-right .image-quote .brown-bg {
	padding: 20px;
}

.text-quote-right .image-quote .blue-bg p, .text-quote-right .image-quote .orange-bg p, .text-quote-right .image-quote .brown-bg p {
	margin-top: 0;
}

.dropdown-accordion-wrapper {
	position: relative;
	margin: 10px;
}

.dropdown-accordion-wrapper .accordion-label {
	position: relative;
	cursor: pointer;
	color: #005F86;
}

.dropdown-accordion-wrapper .accordion-content {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: 0.5s ease-in;
}

.dropdown-accordion-wrapper hr {
	width: 100%;
	border: 1px solid grey;
}

.dropdown-accordion-wrapper.active .accordion-content {
	margin-top: 20px;
	height: 100%;
}

.get-involved {
	padding: 50px 15vw;
	text-align: center;
}

.get-involved p {
	color: white;
}

.get-involved .get-involved-button-wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.get-involved a.blue-square-button {
	background-image: linear-gradient(to bottom, #015F86 0%, rgba(106, 162, 185, 0.46) 100%);
	display: block;
	display: flex;
	align-items: center;
	width: 200px;
	height: 120px;
	padding: 20px;
	color: white;
	text-decoration: none;
	border: 1px solid #6AA2B9;
	font-size: .9rem;
	line-height: 1;
}

.contact-footer .get-started {
	padding-left: 15vw;
}

.contact-footer .thirty-day-trial {
	padding-right: 15vw;
}

.indv-assessor {
	align-items: flex-start;
}

.indv-assessor h3 {
	margin: 0;
}

.indv-assessor .img-wrapper {
	width: 100%;
	max-width: 200px;
}

.indv-assessor .img-wrapper img {
	display: block;
}

.logo-downloads {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.logo-downloads img {
	max-width: 300px;
	max-height: 200px;
}

.two-col-thin {
	display: grid;
	grid-template-columns: 1fr .4fr;
	gap: 50px;
}

@media (max-width: 650px) {
	.two-col-thin {
		grid-template-columns: 1fr;
	}
}

.two-col-thin .left {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	gap: 30px;
}

.two-col-thin .dropdown-accordion-wrapper {
	border: 1px solid #d0d0ce;
	padding: 20px;
	background-color: white;
}

.blue-sheild {
	background-color: #6AA2B9;
	padding: 20px;
	margin-top: 30%;
}

.blue-sheild .text {
	margin-top: -30%;
}

.blue-sheild .text img {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.border-bg-color {
	background-color: rgba(208, 208, 206, 0.2);
	padding: 50px 80px 30px;
	margin-left: 8vw;
}

.background-grey {
	background-color: rgba(208, 208, 206, 0.2);
	padding: 5% 12vw;
}

.dropdown-accordion-wrapper {
	border: 1px solid #d0d0ce;
	padding: 10px;
	background-color: white;
}

.dropdown-accordion-wrapper .accordion-label {
	margin: 0;
}

.indv-project-post {
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: max-content;
}

.indv-project-post .project-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 150px;
}

.indv-project-post a {
	margin: 0 auto;
}

.indv-project-post h4 {
	margin: 16px 20px;
}

.indv-project-post p {
	margin: 0 20px 16px;
}

.indv-filter .bold {
	margin-bottom: 12px;
}

.indv-filter a {
	color: #E35205;
	text-decoration: none;
	margin-bottom: 8px;
	display: block;
	line-height: 1.2;
}

.indv-filter a:hover {
	text-decoration: underline;
}

.project-of-the-year-winner {
	background-color: #00966C;
	padding: 4% 0;
}

.winner h2 {
	margin-top: 0;
}

.winner h3 {
	margin: 0;
}

.winner a {
	margin-top: 30px;
}

.winner-content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}

.winner-content-wrapper .img {
	background-position: center center;
	background-size: cover;
	min-height: 300px;
	height: 100%;
	width: 100%;
}

.winner-content-wrapper ul {
	margin: 0;
}

.honorable-mentions {
	margin-top: 5%;
}

.watch-online {
	padding: 3% 12vw;
}

.winner-bottom-page .right a {
	color: #E35205;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
}

.winner-bottom-page .right a:hover {
	text-decoration: underline;
}

.main-cert-logos img {
	width: 170px;
	height: auto;
}

.sub-cert-logos img {
	width: 150px;
	height: auto;
}

.featured-press {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 30px;
}

@media (max-width: 450px) {
	.featured-press {
		grid-template-columns: 1fr;
	}
}

.featured-press .press-feat-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}

.featured-press .press-feat-img img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.featured-press .overlay {
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
	position: absolute;
	height: 100%;
	width: 100%;
}

.featured-press h3, .featured-press a {
	z-index: 3;
	margin: 30px;
}

.featured-press-long {
	grid-column: span 2;
}

.indv-long-post {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	height: 100%;
	width: 100%;
}

.featured-press-square-wrapper {
	grid-column: span 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

@media (max-width: 450px) {
	.featured-press-square-wrapper {
		grid-template-columns: 1fr;
	}
}

.featured-press-square-wrapper .indv-square-post {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.rest-press-post-wrapper {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 80px;
}

@media (max-width: 450px) {
	.rest-press-post-wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

.press-categories a {
	display: block;
	margin-bottom: 10px;
}

.indv-press-post {
	margin-bottom: 60px;
}

.press-post-navigation {
	margin: 30px auto;
}

.press-post-navigation .nav-links {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #3C8DC5;
}

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