/*!
Theme Name: Socium Ventures
Theme URI: https://ideabaragency.com/
Author: Ideabar / Openbox Studios
Author URI: https://ideabaragency.com/
Description: Custom theme for Socium Ventures.
Version: 1.9.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: socium
Tags: custom-blocks, 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.

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

/*
Load Styles in the css folder.
*/
/* Importing the fonts.css file */
@import url('/css/fonts.css');  /* Import the font face definitions */
@import url('css/global.css'); /* Import the global styles */

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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: var(--font-family-secondary);
	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: var(--font-family-secondary);
	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: #13211E;
	font-family: var(--font-family-secondary);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-primary);
	font-weight: 600;
	font-style: normal;
	line-height: 1.1em;
	clear: both;
	margin: 0.5em 0;
}

h1.font-light,
h2.font-light,
h3.font-light,
h4.font-light,
h5.font-light,
h6.font-light {
	font-weight: 300;
}

h1.font-bold,
h2.font-bold,
h3.font-bold,
h4.font-bold,
h5.font-bold,
h6.font-bold {
	font-weight: 700;
}

h1 {
	font-size: 3rem;
	color: #396D73;
}

h2 {
	font-size: 2.35rem;
	color: #396D73;
}

h3 {
	font-size: 2rem;
	color: #396D73;
}

.socium-section.color-bg-teal h1, .socium-section.color-bg-teal h2, .socium-section.color-bg-teal h3, .socium-callouts.callouts-type-solid h1, .socium-callouts.callouts-type-solid h2, .socium-callouts.callouts-type-solid h3, .socium-section.color-bg-accent-green h1, .socium-section.color-bg-accent-green h2, .socium-section.color-bg-accent-green h3 {
	color: #13211E;
}

.socium-section.color-bg-primary-green h1, .socium-section.color-bg-primary-green h2, .socium-section.color-bg-primary-green h3 {
	color: #DEEE7A;
}

.socium-section.color-bg-dark-green h1, .socium-section.color-bg-dark-green h2, .socium-section.color-bg-dark-green h3 {
	color: #E5F1EF;
}

.socium-section.color-bg-dark-green .socium-recent-posts h3 {
	color: #DEEE7A;
}

.socium-info.color-bg-white h1, .socium-info.color-bg-white h2, .socium-info.color-bg-white h3 {
	color: #396D73;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Montserrat', "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: 'Montserrat', 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%;
}

.socium-info.color-bg-white p {
	color: #13211E;
}

.color-bg-primary-green p, .site-footer-container p {
	color: #FFF;
}

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

::selection {
	background: #E5F1EF;
	/* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #E5F1EF;
	/* Gecko Browsers */
}

hr.wp-block-separator {
	background-color: #13211E;
	border: 0;
	height: 2px;
	margin: 0;
	width: 50px;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.entry-content ul {
	list-style: none;
}

.entry-content ul li {
	position: relative;
	margin-bottom: 1em;
}

.entry-content ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 8px;
	left: -25px;
	background-color: #396D73;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #396D73;
}

a:visited {
	color: #396D73;
}

a:hover, a:focus, a:active {
	color: #396d73;
}

a:focus {
	outline: thin dotted;
}

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

.color-bg-primary-green a:focus {
	color: #FFF;
}

.color-bg-dark-green p a {
	color: #DEEE7A;
	transition: color 0.3s ease-in;
}

.color-bg-dark-green p a:hover {
	color: #FFF;
}

.site-footer-container p a {
	color: #DEEE7A;
	text-decoration: none;
	transition: color 0.3s ease-in;
}

.site-footer-container p a:hover {
	color: #FFF;
}

/* Forms
--------------------------------------------- */
.site button,
.site input[type="button"],
.site input[type="reset"],
.site input[type="submit"] {
	border: 0;
	background: none;
	color: #396D73;
	font-family: var(--font-family-primary);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: color 0.3s ease-in;
}

.site button:hover,
.site input[type="button"]:hover,
.site input[type="reset"]:hover,
.site input[type="submit"]:hover {
	color: #13211E;
	cursor: pointer;
}

.site button:active, .site button:focus,
.site input[type="button"]:active,
.site input[type="button"]:focus,
.site input[type="reset"]:active,
.site input[type="reset"]:focus,
.site input[type="submit"]:active,
.site input[type="submit"]:focus {
	border: 0;
}

.editor-styles-wrapper .wp-block-button.is-style-sv-light .wp-block-button__link, .wp-block-button.is-style-sv-light .wp-block-button__link {
	color: #DEEE7A;
}

.editor-styles-wrapper .wp-block-button.is-style-sv-light .wp-block-button__link:before, .wp-block-button.is-style-sv-light .wp-block-button__link:before {
	background-color: #DEEE7A;
}

.editor-styles-wrapper .wp-block-button.is-style-sv-light .wp-block-button__link:after, .wp-block-button.is-style-sv-light .wp-block-button__link:after {
	border: solid #DEEE7A;
	border-width: 0 2px 2px 0;
}

.editor-styles-wrapper .wp-block-button.is-style-sv-light .wp-block-button__link:hover, .wp-block-button.is-style-sv-light .wp-block-button__link:hover {
	color: #FFF;
}

.editor-styles-wrapper .wp-block-button.is-style-sv-light .wp-block-button__link:hover:before, .wp-block-button.is-style-sv-light .wp-block-button__link:hover:before {
	background-color: #FFF;
}

.editor-styles-wrapper .wp-block-button.is-style-sv-light .wp-block-button__link:hover:after, .wp-block-button.is-style-sv-light .wp-block-button__link:hover:after {
	border-color: #FFF;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link, .wp-block-button .wp-block-button__link {
	background-color: transparent;
	text-transform: uppercase;
	position: relative;
	color: #396D73;
	font-family: var(--font-family-primary);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: left;
	transition: all 0.3s ease-in;
	padding-right: 60px;
	padding-left: 0px;
	border-radius: 0;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link.back-button, .wp-block-button .wp-block-button__link.back-button {
	transform: scale(-1, 1);
	-webkit-backface-visibility: hidden;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link.back-button span, .wp-block-button .wp-block-button__link.back-button span {
	transform: scale(-1, 1);
	display: block;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link:before, .wp-block-button .wp-block-button__link:before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: calc(100% - 50px);
	width: 30px;
	height: 2px;
	background-color: #396D73;
	transition: all 0.2s ease-in;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link:after, .wp-block-button .wp-block-button__link:after {
	content: '';
	position: absolute;
	border: solid #396D73;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	top: calc(50% - 4px);
	left: calc(100% - 50px + 23px);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.2s ease-in;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:hover {
	color: #13211E;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover:before, .wp-block-button .wp-block-button__link:hover:before {
	width: 50px;
	background-color: #13211E;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover:after, .wp-block-button .wp-block-button__link:hover:after {
	left: calc(100% - 50px + 42px);
	border-color: #13211E;
}

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: #396D73;
	border: 0;
	border-bottom: 2px solid #396D73;
	padding: 15px;
	font-size: 1.2em !important;
	font-weight: 300;
	transition: all 0.3s ease-in;
}

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 {
	border-bottom: 2px solid #B2F0EB;
	outline: 0;
}

select {
	border: 0;
	border-bottom: 2px solid #396D73;
	padding: 15px;
	width: 100%;
	color: #396D73;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background: url("data:image/svg+xml,<svg height='15px' width='30px' viewBox='0 0 33 15' fill='%23D4E374' xmlns='http://www.w3.org/2000/svg'><path d='M32.8483 0.166991L16.647 14.334L0.445594 0.166994L32.8483 0.166991Z' /></svg>") no-repeat;
	background-position: calc(100% - 0.75rem) center !important;
	font-size: 1.2em !important;
	font-weight: 300;
	transition: all 0.3s ease-in;
}

select:focus {
	border-bottom: 2px solid #B2F0EB;
	outline: 0;
}

::placeholder {
	color: #396D73;
	opacity: 1;
	/* Firefox */
}

::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #396D73;
}

label {
	font-size: 1.2em !important;
	font-weight: 300 !important;
	color: #396D73;
}

.sv-select {
	display: flex;
}

.sv-select .clear-sv-select {
	background: none;
	border: 0;
	color: #396D73;
	width: 30px;
	height: auto;
	position: relative;
	margin-left: 10px;
	opacity: 1;
	transition: opacity 0.3s ease-in;
	display: none;
}

.sv-select .clear-sv-select:hover {
	cursor: pointer;
	opacity: 0.5;
}

.sv-select .clear-sv-select:before, .sv-select .clear-sv-select:after {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	height: 2px;
	background-color: #396D73;
}

.sv-select .clear-sv-select:before {
	transform: rotate(45deg);
}

.sv-select .clear-sv-select:after {
	transform: rotate(-45deg);
}

textarea {
	width: 100%;
}

input[type=file]::file-selector-button {
	border: 0;
	padding: .2em .4em;
	font-size: 1.2em;
	color: #396D73;
	text-transform: uppercase;
	background-color: #FFF;
	transition: 1s;
}

.gform_wrapper.contact-form_wrapper .gform_validation_errors {
	border-radius: 0px !important;
	border: 0 !important;
	box-shadow: none !important;
}

.contact-form .gfield:not(.gfield_html):not(.file-upload) {
	margin-bottom: 30px !important;
}

.contact-form .ginput_complex {
	flex-flow: column !important;
	grid-row-gap: 46px;
}

.contact-form .name_first {
	padding-right: 0 !important;
}

.contact-form .name_last {
	padding-left: 0 !important;
}

.contact-form .gfield_validation_message, .contact-form .validation_message {
	background: none !important;
	border: 0 !important;
}

.contact-form .gfield_required {
	display: none !important;
}

.contact-form .gform_body {
	padding: 50px;
	padding-bottom: 0px;
}

.contact-form .gform_footer {
	background-color: #13211E;
	margin-top: 30px !important;
	padding: 30px 50px !important;
}

.contact-form .gform_footer:hover {
	cursor: pointer;
}

.contact-form .gform_button_select_files, .contact-form button[type=submit] {
	margin-top: 30px;
	background-color: transparent;
	text-transform: uppercase;
	position: relative;
	color: #396D73;
	font-family: var(--font-family-primary);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: left;
	transition: all 0.3s ease-in;
	padding-right: 60px;
	padding-left: 0px;
	border-radius: 0;
}

.contact-form .gform_button_select_files:before, .contact-form button[type=submit]:before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: calc(100% - 50px);
	width: 30px;
	height: 2px;
	background-color: #396D73;
	transition: all 0.2s ease-in;
}

.contact-form .gform_button_select_files:after, .contact-form button[type=submit]:after {
	content: '';
	position: absolute;
	border: solid #396D73;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	top: calc(50% - 4px);
	left: calc(100% - 50px + 23px);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.2s ease-in;
}

.contact-form .gform_button_select_files:hover, .contact-form button[type=submit]:hover {
	color: #13211E;
	cursor: pointer;
}

.contact-form .gform_button_select_files:hover:before, .contact-form button[type=submit]:hover:before {
	width: 50px;
	background-color: #13211E;
}

.contact-form .gform_button_select_files:hover:after, .contact-form button[type=submit]:hover:after {
	left: calc(100% - 50px + 42px);
	border-color: #13211E;
}

.contact-form button[type=submit] {
	margin-top: 0;
	margin-bottom: 0 !important;
	color: #DEEE7A;
}

.contact-form button[type=submit]:before {
	background-color: #DEEE7A;
}

.contact-form button[type=submit]:after {
	border: solid #DEEE7A;
	border-width: 0 2px 2px 0;
}

.contact-form button[type=submit]:hover {
	color: #FFF;
}

.contact-form button[type=submit]:hover:before {
	background-color: #FFF;
}

.contact-form button[type=submit]:hover:after {
	border-color: #FFF;
}

.contact-form .gform_drop_area {
	background-color: transparent;
	border: 2px dotted #E5F1EF;
}

.contact-form .gform_drop_area .gform_drop_instructions {
	position: relative;
	line-height: 0;
	text-indent: -9999px;
}

.contact-form .gform_drop_area .gform_drop_instructions:after {
	content: 'Drop your file here or';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #396D73;
	display: block;
	text-indent: 0;
	line-height: initial;
}

.contact-form .gform_fileupload_rules, .contact-form .gform_heading {
	display: none !important;
}

.gform_required_legend {
	display: none !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	width: 100%;
}

.site-main {
	overflow: hidden;
	/* Resolves issue with <pre> elements forcing full width. */
}

.primary-logo {
	display: flex;
	width: 200px;
	height: auto;
}

.condensed-logo {
	display: flex;
	width: 250px;
	height: auto;
}

.primary-logo, .condensed-logo img, .footer-logo {
	opacity: 1;
	transition: opacity 0.3s ease-in;
}

.primary-logo:hover, .condensed-logo img:hover, .footer-logo:hover {
	opacity: 0.75 !important;
}

.site-branding {
	align-items: center;
	display: flex;
	flex: 1;
}

.site-header {
	width: 100%;
	top: 0;
	z-index: 9999;
	position: sticky;
	transition: background-color 0.3s ease-out;
	background-color: #396D73;
}

.site-header .site-header-container {
	max-width: 1400px;
	display: flex;
	position: relative;
	width: 100%;
	padding: 30px 50px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease-in;
}

.site-header .condensed-logo {
	display: none;
	animation: fadeInSlide 0.3s ease-in-out forwards;
}

@keyframes fadeInSlide {
	from {
		position: relative;
		top: -200px;
		opacity: 0;
	}
	to {
		position: relative;
		top: 0;
		opacity: 1;
	}
}

.site-header.sticky-header {
	background-color: #396D73;
}

.site-header.sticky-header .primary-logo {
	display: none;
}

.site-header.sticky-header .condensed-logo {
	display: block;
	opacity: 100;
}

.site-header.sticky-header .site-header-container {
	padding: 15px 50px;
}

.home .site-header {
	background-color: transparent;
}

.home .site-header.sticky-header {
	background-color: #396D73;
}

.home-intro-container {
	max-width: 1400px;
	display: flex;
	position: relative;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 50px;
	overflow-x: clip;
}

#home-animation {
	height: 450px;
	width: 450px;
	position: absolute;
	top: 60px;
	right: -150px;
	transition: right 0.1s linear;
}

#home-animation svg path {
	fill: #DEEE7A;
}

#menu-animation {
	visibility: hidden;
	height: 500px;
	width: 500px;
	position: fixed;
	z-index: -1;
	bottom: 5%;
	right: -200px;
	pointer-events: none;
}

#menu-animation svg path {
	fill: #DEEE7A;
}

.socium-section {
	width: 100%;
	padding: 50px 0px;
	padding-top: calc(50px + 1.75em);
}

.socium-section .socium-section-container {
	max-width: 1400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 50px;
	position: relative;
	z-index: 1;
}

.socium-section.section-lines .section-animation {
	height: 450px;
	width: 450px;
	position: absolute;
	top: -140px;
	left: -175px;
	transform: rotate(180deg);
}

.socium-section.section-lines .section-animation.right {
	left: auto;
	right: 0px;
	top: auto;
	bottom: -250px;
}

.socium-section.section-waves {
	padding: 150px 0 calc(85px + 1.75em) 0px;
}

.socium-section.section-waves .section-animation {
	height: auto;
	width: 600px;
	position: absolute;
	top: calc(50% - 300px);
	left: -170px;
	z-index: -1;
}

.home-video-bg {
	position: absolute;
	height: auto;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

.socium-featured-partners-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 2em;
	grid-row-gap: 2em;
	margin-bottom: 20px;
}

.socium-featured-partners-container .socium-featured-partner {
	background-color: #396D73;
	background-size: cover;
	position: relative;
	height: 350px;
	overflow: hidden;
	animation: fadeIn 0.5s ease-in forwards;
}

.socium-featured-partners-container .socium-featured-partner a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.socium-featured-partners-container .socium-featured-partner a p.partner-name {
	font-size: calc(clamp(2rem, -0.875rem + 10.333vw, 4rem));
	text-align: center;
	padding: 20px;
}

.socium-featured-partners-container .socium-featured-partner a img {
	max-width: 70%;
	max-height: 150px;
}

.socium-featured-partners-container .socium-featured-partner a img[src*='.svg'] {
	filter: brightness(0%) invert(94%) sepia(93%) saturate(1%) hue-rotate(249deg) brightness(105%) contrast(100%);
}

.socium-featured-partners-container .socium-featured-partner a:hover .socium-featured-partner-overlay, .socium-featured-partners-container .socium-featured-partner a:focus .socium-featured-partner-overlay {
	top: 0;
	opacity: 100;
}

.socium-featured-partners-container .socium-featured-partner .socium-featured-partner-overlay {
	position: absolute;
	background-color: #DEEE7A;
	width: 100%;
	height: 100%;
	padding: 50px;
	top: 500px;
	left: 0;
	opacity: 0;
	transition: all 0.4s ease-out;
}

.socium-featured-partners-container .socium-featured-partner .socium-featured-partner-overlay h3, .socium-featured-partners-container .socium-featured-partner .socium-featured-partner-overlay p {
	color: #13211E;
}

.socium-quotes .socium-quote {
	padding: 0px 100px;
}

.socium-quotes .socium-quote .wp-block-image {
	max-width: 500px;
	max-height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.socium-quotes .socium-quote .wp-block-image:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("assets/quote-bg.svg") 100% 40%/contain no-repeat;
	filter: invert(94%) sepia(93%) saturate(1%) hue-rotate(249deg) brightness(105%) contrast(100%);
}

.socium-quotes .socium-quote .quote-img-wrapper {
	position: relative;
	transform: scale(0.85);
}

.socium-quotes .socium-quote .quote-img-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: -6%;
	left: auto;
	border: 3px solid #396D73;
	transform: rotate(45deg) scale(-0.71);
}

.socium-quotes .socium-quote .quote-img-wrapper .quote-img {
	position: relative;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	border: 0;
	padding: 0;
}

.socium-quotes .socium-quote span.dashicons {
	color: #396D73;
	font-size: 60px;
	width: 60px;
	height: 60px;
}

.socium-quotes .socium-quote p:not(.quote-title) {
	font-size: 2.2em;
	font-family: var(--font-family-primary);
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
}

.socium-quotes .socium-quote p.quote-title {
	text-transform: uppercase;
	color: #396D73;
	letter-spacing: 1px;
}

.socium-quotes .socium-quote p.quote-title span.quote-name {
	font-weight: 600;
}

.color-bg-dark-green .socium-quotes .socium-quote .wp-block-image:before {
	filter: invert(36%) sepia(64%) saturate(303%) hue-rotate(138deg) brightness(92%) contrast(89%);
}

.color-bg-dark-green .socium-quotes .socium-quote .quote-img-wrapper:before {
	border: 2px solid #396D73;
}

.color-bg-dark-green .socium-quotes .socium-quote span.dashicons {
	color: #DEEE7A;
}

.color-bg-dark-green .socium-quotes .socium-quote p:not(.quote-title) {
	color: #FFF;
}

.color-bg-dark-green .socium-quotes .socium-quote p.quote-title {
	color: #DEEE7A;
}

.socium-callouts {
	padding: 50px;
	height: 100%;
}

.socium-callouts.callouts-type-solid {
	background-color: #B2F0EB;
}

.socium-callouts.callouts-type-outline {
	background-color: #FFF;
	border: 2px solid #B2F0EB;
}

.socium-recent-posts .wp-block-column {
	flex-basis: 50% !important;
	flex-grow: 0 !important;
}

.socium-recent-posts .wp-block-column.no-image {
	flex-basis: 75% !important;
}

.socium-recent-posts .socium-recent-post {
	height: 100%;
	padding: 30px 50px;
	border: 2px solid #396D73;
	animation: fadeIn 0.5s ease-in forwards;
}

.socium-recent-posts .socium-recent-post a {
	text-decoration: none;
}

.socium-recent-posts .socium-recent-post a h3 {
	transition: color 0.3s ease-in;
	margin-bottom: 0.1em;
}

.socium-recent-posts .socium-recent-post a:hover h3 {
	color: #FFF;
}

.color-bg-white .socium-recent-post {
	border-color: #B2F0EB;
}

.color-bg-white .socium-recent-post p {
	color: #13211E;
}

.color-bg-white .socium-recent-post a h3 {
	color: #396D73;
}

.color-bg-white .socium-recent-post a:hover h3 {
	color: #13211E;
}

.socium-counter {
	display: flex;
	justify-content: center;
}

.socium-counter h2 {
	font-size: 4.2em;
	font-weight: 300;
}

.socium-counter h2 span {
	color: #DEEE7A;
}

.socium-counter h2 span.counted {
	color: #13211E;
}

.socium-info {
	padding: 50px 75px;
	max-width: 950px;
	margin: 100px auto;
	margin-top: 50px;
	position: relative;
}

.socium-info.info-design-bottom .section-animation {
	height: auto;
	width: 450px;
	position: absolute;
	bottom: -107px;
	left: -122px;
	z-index: -1;
}

.socium-info.info-design-top .section-animation {
	height: auto;
	width: 450px;
	position: absolute;
	top: -110px;
	right: -97px;
	z-index: -1;
}

.socium-team .socium-team-wrapper {
	display: flex;
	flex-direction: column;
}

.socium-team .socium-team-wrapper figure {
	margin: 0;
}

.socium-team .socium-team-wrapper .bio-img-wrapper {
	position: relative;
}

.socium-team .socium-team-wrapper .bio-img-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: -6%;
	left: auto;
	border: 3px solid #396D73;
	transform: rotate(45deg) scale(-0.71);
}

.socium-team .socium-team-wrapper .bio-img-wrapper img {
	position: relative;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	border: 0;
	padding: 0;
}

.socium-team h3 {
	margin-bottom: 0;
}

.socium-verticals {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 2em;
	grid-row-gap: 2em;
}

.socium-verticals a {
	text-decoration: none;
}

.socium-verticals a:hover .socium-vertical, .socium-verticals a:focus .socium-vertical {
	background-position: bottom center;
}

.socium-verticals a:hover .socium-vertical:before, .socium-verticals a:focus .socium-vertical:before {
	opacity: 0.5;
}

.socium-verticals .socium-vertical {
	padding: 20px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: end;
	position: relative;
	transition: background-position 0.3s ease-in-out;
}

.socium-verticals .socium-vertical p {
	margin-bottom: 0;
	z-index: 1;
}

.socium-verticals .socium-vertical:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #13211E;
	opacity: 0;
	transition: opacity 0.3s ease-in;
}

.bio-header {
	width: 100%;
	height: 300px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 250px;
}

.bio-header .bio-img-container {
	max-width: 500px;
	max-height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.bio-header .bio-img-container:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: url("assets/quote-bg.svg") 100% 40%/contain no-repeat;
	filter: invert(97%) sepia(8%) saturate(184%) hue-rotate(118deg) brightness(100%) contrast(90%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.bio-header .bio-img-container:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: url("assets/quote-bg.svg") 100% 40%/contain no-repeat;
	filter: invert(94%) sepia(93%) saturate(1%) hue-rotate(249deg) brightness(105%) contrast(100%);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.bio-header .bio-img-container .bio-img-wrapper {
	position: relative;
	transform: scale(0.85);
}

.bio-header .bio-img-container .bio-img-wrapper figure {
	margin: 0;
}

.bio-header .bio-img-container .bio-img-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: -6%;
	left: auto;
	border: 3px solid #396D73;
	transform: rotate(45deg) scale(-0.71);
}

.bio-header .bio-img-container .bio-img-wrapper .bio-img {
	position: relative;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	border: 0;
	padding: 0;
}

.bio-content {
	max-width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 0px 50px;
}

.bio-content h1 {
	margin-bottom: 0;
}

.bio-content h3 {
	margin-top: 0;
	font-weight: 400;
	font-size: 1.5em;
}

.bio-content .connect-icons {
	display: flex;
	align-items: end;
	gap: 1em;
	margin-bottom: 30px;
}

.bio-content a.bio-linkedin-icon, .bio-content a.bio-email-icon {
	text-decoration: none;
}

.bio-content a.bio-linkedin-icon img, .bio-content a.bio-email-icon img {
	width: 30px;
	height: auto;
	filter: invert(87%) sepia(65%) saturate(342%) hue-rotate(8deg) brightness(98%) contrast(90%);
	transition: filter 0.1s ease-in;
}

.bio-content a.bio-linkedin-icon:hover img, .bio-content a.bio-email-icon:hover img {
	filter: invert(36%) sepia(64%) saturate(303%) hue-rotate(138deg) brightness(92%) contrast(89%);
}

.bio-content .favorite-quote {
	display: flex;
	align-items: center;
	gap: 2em;
	padding: 20px;
	width: 80%;
}

.bio-content .favorite-quote .dashicons {
	font-size: 75px;
	width: 75px;
	height: auto;
	color: #DEEE7A;
}

.bio-content .favorite-quote h3 {
	margin-bottom: 0;
	color: #13211E;
	font-weight: 600;
}

.related-investments {
	padding: 50px;
}

.related-investments .related-investments-container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.featured-posts .socium-recent-post {
	border: 0;
	padding-left: 0;
}

.featured-posts .wp-block-columns {
	display: flex !important;
	padding: 0px 50px;
	justify-content: center;
}

.grid-layout {
	display: grid;
	grid-column-gap: 3em;
	grid-row-gap: 3em;
	padding: 50px 0px;
}

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

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

.grid-layout.grid-layout-1fr {
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 1fr;
}

.no-results {
	display: none;
	padding: 30px;
	text-align: center;
	font-style: italic;
	background-color: #E5F1EF;
}

.no-results p {
	margin-bottom: 0px;
}

.loader {
	display: none;
	width: 300px;
	height: 2px;
	position: relative;
	overflow: hidden;
	background-color: #396D73;
	margin: 50px auto;
}

.loader:before {
	content: '';
	position: absolute;
	left: -50%;
	height: 2px;
	width: 40%;
	background-color: #DEEE7A;
	animation: lineAnim 1s ease-in infinite;
}

.post-image-header {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.post .socium-section-content .socium-section {
	padding-top: 20px;
}

.wp-block-columns.is-style-separated-lines .wp-block-column:not(.wp-block-column:last-of-type) {
	border-right: 2px solid #B2F0EB;
	padding: 0px 20px;
}

.site-footer {
	background-color: #396D73;
	padding: 50px 0px;
	position: relative;
}

.site-footer:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 400px;
	height: 260px;
	background-image: url("assets/footer_design.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	pointer-events: none;
	filter: invert(94%) sepia(10%) saturate(915%) hue-rotate(106deg) brightness(103%) contrast(88%);
}

.site-footer-container {
	max-width: 1400px;
	position: relative;
	width: 100%;
	padding: 30px 50px;
	margin-left: auto;
	margin-right: auto;
}

.error-404 {
	min-height: 500px;
}

.error-404-display {
	font-family: var(--font-family-primary);
	font-weight: 300;
	font-size: 13em;
	color: #DEEE7A;
}

.sd-sharing {
	margin-bottom: 0px !important;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	border-radius: 0;
	background-color: #13211E !important;
	transition: background-color 0.3s ease-in;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:hover {
	border-radius: 0;
	background-color: #396D73 !important;
	opacity: 1;
}

.sd-content ul li {
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.sd-content ul li:before {
	display: none;
}

@keyframes lineAnim {
	0% {
		left: -40%;
	}
	50% {
		left: 20%;
		width: 80%;
	}
	100% {
		left: 100%;
		width: 100%;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInSlideMenu {
	from {
		top: -200px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	justify-content: right;
	align-items: center;
}

.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;
	margin: 0px 15px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: var(--font-family-primary);
	font-weight: 700;
	text-transform: uppercase;
	color: #B2F0EB;
	letter-spacing: 1px;
	transition: color 0.3s ease-in;
}

.main-navigation a:hover {
	color: #FFF;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #DEEE7A;
}

.main-navigation .menu-toggle {
	width: 25px;
	height: 24px;
	background-color: transparent;
	background-image: url("assets/bars.svg");
	background-repeat: no-repeat;
	background-size: contain;
	filter: invert(97%) sepia(8%) saturate(184%) hue-rotate(118deg) brightness(100%) contrast(90%);
}

.main-navigation .menu-toggle:hover {
	cursor: pointer;
	filter: invert(87%) sepia(65%) saturate(342%) hue-rotate(8deg) brightness(98%) contrast(90%);
}

.main-navigation.toggled .menu-header-container {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #13211E;
	width: 100%;
	height: 100%;
	z-index: -1;
	padding: 150px 50px 0px 50px;
	overflow-y: scroll;
	animation: fadeInSlideMenu 0.3s ease-in-out forwards;
}

.main-navigation.toggled .menu-toggle {
	background: none;
	position: relative;
	width: 25px;
	height: 24px;
}

.main-navigation.toggled .menu-toggle:before, .main-navigation.toggled .menu-toggle:after {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	height: 2px;
	background-color: #000;
}

.main-navigation.toggled .menu-toggle:before {
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle:after {
	transform: rotate(-45deg);
}

.main-navigation.toggled ul#primary-menu li {
	margin: 20px 0px;
}

.main-navigation.toggled #menu-animation {
	visibility: visible;
}

.sticky-header .main-navigation.toggled .menu-header-container {
	padding: 75px 50px 0px 50px;
}

.widget_nav_menu ul.menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: block;
	width: 100%;
	justify-content: left;
	align-items: center;
}

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

.widget_nav_menu ul.menu ul ul {
	left: -999em;
	top: 0;
}

.widget_nav_menu ul.menu ul li:hover > ul,
.widget_nav_menu ul.menu ul li.focus > ul {
	display: block;
	left: auto;
}

.widget_nav_menu ul.menu ul a {
	width: 200px;
}

.widget_nav_menu ul.menu li:hover > ul,
.widget_nav_menu ul.menu li.focus > ul {
	left: auto;
}

.widget_nav_menu li {
	position: relative;
	margin: 0;
}

.widget_nav_menu a {
	text-decoration: none;
	font-family: var(--font-family-primary);
	font-weight: 700;
	text-transform: uppercase;
	color: #B2F0EB;
	letter-spacing: 1px;
	transition: color 0.3s ease-in;
}

.widget_nav_menu a:hover {
	color: #FFF;
}

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

@media screen and (min-width: 968px) {
	.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;
	justify-content: center;
	gap: 2em;
}

.slick-track {
	display: flex !important;
	align-items: center;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
	transition: all 0.3s ease-in;
}

.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
	opacity: 100;
}

.slick-slider:hover .slick-prev {
	left: 15px;
}

.slick-slider:hover .slick-next {
	right: 15px;
}

.slick-list.draggable {
	cursor: grab;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: calc(50% - 24px);
	z-index: 998;
	opacity: 0;
	display: block;
	padding: 0;
	height: 120px;
	width: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	border: none;
	transition: all 0.3s ease-in;
	transform: translate(0, -50%);
}

.slick-prev:hover .slick-prev-icon, .slick-prev:hover .slick-next-icon, .slick-prev:focus .slick-prev-icon, .slick-prev:focus .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
	opacity: 1;
}

.slick-prev {
	left: 0px;
}

.slick-prev:focus {
	left: 15px;
	opacity: 100;
}

.slick-next {
	right: 0px;
}

.slick-next:focus {
	right: 15px;
	opacity: 100;
}

.slick-prev-icon,
.slick-next-icon {
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 15px;
	opacity: 0.6;
	transition: opacity 0.3s ease-out;
}

.slick-prev-icon {
	transform: rotate(135deg) skew(345deg, 165deg);
	-webkit-transform: rotate(135deg) skew(345deg, 165deg);
}

.slick-next-icon {
	transform: rotate(-45deg) skew(345deg, 165deg);
	-webkit-transform: rotate(-45deg) skew(345deg, 165deg);
}

ul.slick-dots {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	width: 50%;
	min-width: 300px;
	gap: 1em;
	margin-left: auto;
	margin-right: auto;
}

ul.slick-dots li {
	margin: 0;
	padding: 0;
	flex: 1;
}

ul.slick-dots li:before {
	display: none;
}

ul.slick-dots li:hover, ul.slick-dots li:hover button {
	cursor: pointer;
}

ul.slick-dots li button {
	width: 100%;
	background-color: #396D73;
	height: 2px;
}

ul.slick-dots li.slick-active button {
	background-color: #DEEE7A;
}

.color-bg-teal ul.slick-dots li button, .color-bg-light-teal ul.slick-dots li button {
	background-color: #FFF;
}

.color-bg-teal ul.slick-dots li.slick-active button, .color-bg-light-teal ul.slick-dots li.slick-active button {
	background-color: #396D73;
}

.slick-sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.wp-block-image.is-style-sv-outlined img {
	padding: 4px;
	border: 2px solid #396D73;
}

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

/*--------------------------------------------------------------
# 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: #13211E;
	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;
}

/* Helpers
--------------------------------------------- */
.color-white, .has-white-color {
	color: #FFF !important;
}

.color-black {
	color: #000 !important;
}

.color-primary-green, .has-primary-green-color {
	color: #396D73 !important;
}

.color-accent-green, .has-accent-green-color {
	color: #DEEE7A !important;
}

.color-dark-green, .has-dark-green-color {
	color: #13211E !important;
}

.color-light-teal, .has-light-teal-color {
	color: #E5F1EF !important;
}

.color-teal, .has-teal-color {
	color: #B2F0EB !important;
}

.color-bg-white {
	background-color: #FFF;
}

.color-bg-black {
	background-color: #000;
}

.color-bg-primary-green {
	background-color: #396D73;
}

.color-bg-accent-green {
	background-color: #DEEE7A;
}

.color-bg-dark-green {
	background-color: #13211E;
}

.color-bg-light-teal {
	background-color: #E5F1EF;
}

.color-bg-teal {
	background-color: #B2F0EB;
}

.design-color-primary-green.section-lines .section-animation svg path, .design-color-primary-green.section-waves .section-animation svg path, .design-color-primary-green.info-design-bottom .section-animation svg path, .design-color-primary-green.info-design-top .section-animation svg path {
	fill: #396D73;
}

.design-color-accent-green.section-lines .section-animation svg path, .design-color-accent-green.section-waves .section-animation svg path, .design-color-accent-green.info-design-bottom .section-animation svg path, .design-color-accent-green.info-design-top .section-animation svg path {
	fill: #DEEE7A;
}

.design-color-dark-green.section-lines .section-animation svg path, .design-color-dark-green.section-waves .section-animation svg path, .design-color-dark-green.info-design-bottom .section-animation svg path, .design-color-dark-green.info-design-top .section-animation svg path {
	fill: #13211E;
}

.design-color-teal.section-lines .section-animation svg path, .design-color-teal.section-waves .section-animation svg path, .design-color-teal.info-design-bottom .section-animation svg path, .design-color-teal.info-design-top .section-animation svg path {
	fill: #B2F0EB;
}

.design-color-light-teal.section-lines .section-animation svg path, .design-color-light-teal.section-waves .section-animation svg path, .design-color-light-teal.info-design-bottom .section-animation svg path, .design-color-light-teal.info-design-top .section-animation svg path {
	fill: #E5F1EF;
}

.design-color-white.section-lines .section-animation svg path, .design-color-white.section-waves .section-animation svg path, .design-color-white.info-design-bottom .section-animation svg path, .design-color-white.info-design-top .section-animation svg path {
	fill: #FFF;
}

.max-width-600 {
	max-width: 600px;
}

.max-width-900 {
	max-width: 900px;
}

.max-width-1000 {
	max-width: 1000px;
}

.max-width-content {
	max-width: 1400px;
}

.f-b-content {
	flex-basis: content;
}

.auto-align {
	margin-left: auto;
	margin-right: auto;
}

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

.sv-flex-align-end {
	justify-content: flex-end;
}

.t-large {
	font-size: 1.5em;
}

.m-b-half-em {
	margin-bottom: 0.5em !important;
}

.m-b-50 {
	margin-bottom: 50px !important;
}

.m-b-x {
	margin-bottom: 0 !important;
}

.m-t-x {
	margin-top: 0 !important;
}

.p-b-x {
	padding-bottom: 0 !important;
}

.p-t-x {
	padding-top: 0 !important;
}

.p-a-x {
	padding: 0 !important;
}

.overflow-hidden {
	overflow: hidden;
}

.sv-squared {
	display: flex;
	justify-content: center;
}

.sv-squared img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 450px;
}

/* Media Queries
--------------------------------------------- */
@media screen and (min-width: 1400px) {
	.home-intro-container {
		overflow-x: visible;
	}
	#home-animation {
		right: 0;
	}
}

@media screen and (max-width: 968px) {
	#home-animation {
		display: none !important;
	}
	.section-lines .section-animation {
		display: none !important;
	}
	.home-video-bg {
		height: 100%;
	}
	.wp-block-columns {
		flex-direction: column;
	}
	.wp-block-column figure.wp-block-image:not(.footer-logo) {
		text-align: center;
	}
	.wp-block-buttons.is-content-justification-right {
		justify-content: flex-start !important;
	}
	.socium-featured-partners-container {
		grid-template-columns: repeat(1, 1fr);
	}
	.socium-section {
		padding: 20px 0px;
		padding-top: calc(20px + 1.75em);
	}
	.wp-block-columns.is-style-separated-lines .wp-block-column:not(.wp-block-column:last-of-type) {
		border-right: 0;
		border-bottom: 2px solid #B2F0EB;
		padding: 0px 20px;
	}
	.grid-layout.grid-layout-3fr, .socium-verticals {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-layout.grid-layout-2fr {
		grid-template-columns: repeat(1, 1fr);
	}
	.bio-content .favorite-quote {
		width: 100%;
	}
	.wp-block-image.is-style-sv-outlined img {
		max-width: 400px;
		width: 100%;
	}
	.sv-flex-align-end {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 512px) {
	.site-header .site-header-container, .home-intro-container {
		padding: 30px 20px;
	}
	.site-header.sticky-header .site-header-container {
		padding: 15px 20px;
	}
	.socium-section .socium-section-container {
		padding: 0px 20px;
	}
	.main-navigation.toggled .menu-header-container {
		padding: 120px 20px 0px 20px;
	}
	.sticky-header .main-navigation.toggled .menu-header-container {
		padding: 75px 20px 0px 20px;
	}
	.grid-layout.grid-layout-3fr, .socium-verticals {
		grid-template-columns: repeat(1, 1fr);
	}
	.socium-quotes .socium-quote {
		padding: 0px 20px;
	}
	.bio-header {
		height: auto;
		margin-bottom: 0;
	}
	.bio-header .bio-img-container {
		margin: 20px;
	}
	.bio-header .bio-img-container:before {
		filter: invert(94%) sepia(93%) saturate(1%) hue-rotate(249deg) brightness(105%) contrast(100%);
	}
	.bio-content .favorite-quote {
		flex-direction: column;
		width: 100%;
	}
	.bio-content {
		padding: 0px 20px;
	}
	.socium-info {
		padding: 20px 35px;
	}
	.grid-layout.grid-layout-3fr, .socium-verticals {
		grid-template-columns: repeat(1, 1fr);
	}
	.socium-section.section-waves {
		padding: 50px 0px calc(85px + 1.75em) 0px;
	}
	.socium-section.section-waves:before {
		background-position: calc(50% - 385px) 50%;
	}
	.contact-form .gform_body {
		padding: 20px;
	}
	.site-footer:after {
		height: 180px;
	}
	.site-footer-container {
		padding: 30px 20px;
	}
	h1 {
		font-size: 2.9em;
	}
	h2 {
		font-size: 2.3em;
	}
	h3 {
		font-size: 2.0em;
	}
	.featured-posts .wp-block-columns {
		padding: 0px;
		margin-bottom: 0px;
	}
	.featured-posts .socium-recent-post {
		padding: 0;
	}
	.socium-recent-posts .socium-recent-post, .socium-callouts {
		padding: 20px;
	}
}

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