/*
Theme Name: Divi - weCreate Child Theme
Description: A child theme to house custom coding which modifies the
Divi parent theme by Elegant Themes. Includes default line
numbers where the code was taken from in the parent theme.
Author: weCreate Website Design & Marketing
Author URI: https://www.wecreate.com/
Template: Divi
Version: 1.1.0

Use "Find/Search" feature to skip ahead to the section you need to ammend or edit
-------------------------------------------------------------------------------------
Contents
________
- General
- Scrollbars
- Navigation
- Global Buttons
- Forms
- Testimonials
- Homepage Elements
- Internal Pages
- Post Archives
- Single Post Page
- Search/Career Archives
- Single Career Post Page
- Miscellaneous
- Footer Area
- Media Queries

-------------------------------------------------------------------------------------

Fonts
_____
- Assistant
font-family: Assistant, sans-serif;

-------------------------------------------------------------------------------------

Colors
______
*/
:root {
    --clr-primary: #303030;
    --clr-secondary: #e83b36;
    --clr-alt: #c73d39;
    --clr-border: #D6D6D6;
    --clr-gray: #4c4c4c;
    --clr-offwhite: #e5e5e5;
}

/************************************************************************************
*
*			General
*
***********************************************************************************/
html body {
	color: var(--clr-primary);
	font-family: "Poppins", sans-serif !important;
	font-weight: 400;
	font-size: 0.875rem;
	letter-spacing: 0.4px;
	line-height: 1.75;
}

.large-text, .large-text p {
	font-size: 1.125rem;
}

body > svg {
	display: none;
	left: -99999px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

p:empty {
	display: none;
}

p > a:not(.btn) {
	color: var(--clr-primary);
	font-weight: bold;
}

a, a::before, a::after, .transition, .transition *, button, input, textarea, select {
	transition: all .2s ease 0s;
}

a {
    color: #e83b36;
}

a:is(:hover, :focus) {
    color: #ffffff;
}

h1, h2, h3, h4, h5 {
	color: var(--clr-primary);
	font-family: "Poppins", sans-serif !important;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1;
	padding-bottom: 0;
	text-transform: uppercase;
}

:is(h1, h2, h3, h4, h5) em {
	color: var(--clr-secondary);
	font-style: normal;
}

h1, .et_pb_column .large-heading :is(h2, h3, h4), .et_pb_column .large-heading:is(h2, h3, h4, span) {
	font-size: 1.75rem;
	line-height: 1;
}

h2, .et_pb_column h2, #resource-archive-header h1 {
	font-size: 1.5rem;
}

h3, .et_pb_column h3 {
	font-size: 1.25rem;
}

h4, .et_pb_column h4, .testimonial-row .testimonial-content :is(h3, p) {
	font-size: 1.125rem;
}

h5, .et_pb_column h5, .pre-header, .sub-header, .subheader, :is(.pre-header, .sub-header, .subheader) :is(p, a, em) {
	color: var(--clr-alt);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.91px;
	line-height: 18px;
	text-transform: uppercase;
}

.et_pb_bg_layout_dark:is(.pre-header, .sub-header, .subheader),
.et_pb_bg_layout_dark:is(.pre-header, .sub-header, .subheader) :is(p, em, a),
.et_pb_bg_layout_dark :is(.pre-header, .sub-header, .subheader) :is(p, em, a) {
	color: #ffffff;
}

:is(h1, h2, h3, h4):last-child {
	padding-bottom: 0;
}

:is(h1, h2, h3, h4) strong {
	font-weight: inherit;
}

strong {
	color: var(--clr-primary);
}

.et_pb_bg_layout_dark strong {
	color: inherit;
}

:is(p, ul, ol) + :is(h2, h3, h4), p:last-of-type + :is(ul, ol) {
	padding-top: 25px;
}

:is(table, p:last-of-type, .btn-container) + :is(p, h2, h3, h4) {
	padding-top: 40px;
}

.red {
	color: var(--clr-red);
}

:is(.et_pb_text, .et_pb_toggle, #single-post-content) :is(ul, ol) {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0 0 1em 1em;
}

:is(.et_pb_text, .et_pb_toggle, #single-post-content) ol {
	list-style-type: decimal;
}

:is(.et_pb_text, .et_pb_toggle, #single-post-content) :is(ul, ol):last-child {
	padding-bottom: 0;
}

:is(.et_pb_text.et_pb_text_align_center, .et_pb_text.mobile-centered) :is(ul, ol) {
	list-style-position: inside;
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li {
	line-height: 1.5em;
	margin-bottom: 15px;
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li:last-of-type {
	margin-bottom: 0;
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li::marker {
	color: var(--clr-secondary);
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li ul {
	list-style-type: circle;
	padding-bottom: 0;
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li ol {
	list-style-type: lower-alpha;
	padding-bottom: 0;
}

:where(.et_pb_text, .et_pb_toggle, #single-post-content) li :is(ul, ol) li {
	font-size: inherit;
}

.et_pb_text p + ul {
    padding-top: 1em!important;
}

::selection {
	background: #2b87da;
	/* WebKit/Blink Browsers */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

::-moz-selection {
	background: #2b87da;
	/* Gecko Browsers */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

.layouts-content img {
	margin-bottom: 0;
}

#et-main-area.layouts-content {
	margin-top: 0;
}

.divider-line {
	background-color: #333333;
	height: 2px;
	margin: 15px auto 25px;
	width: 75px;
}

.hidden-label, #category-selection {
	position: relative;
}

.hidden-label label, #category-selection > label, #search-field label, #search-field-wrapper label {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.circle {
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.circle::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.circle *, #et-boc .et-l .circle.et_pb_image .et_pb_image_wrap, .et-db #et-boc .et-l .circle.et_pb_image .et_pb_image_wrap img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.et_pb_bg_layout_dark, .et_pb_bg_layout_dark :is(li, h1, h2, h3, h4, h5), .et_pb_bg_layout_dark :is(li, h1, h2, h3, h4, h5) a {
	color: #ffffff;
}

.et_pb_bg_layout_dark .divider-line {
	background-color: #ffffff;
}

.mobile-centered, .et_pb_module.et_pb_text_align_left.mobile-centered, .et_pb_module.et_pb_text_align_right.mobile-centered, .et_pb_text_align_center {
	text-align: center;
}

#lightbox {
	z-index: 100000;
}

#lightboxOverlay {
	z-index: 99999;
}

.equal-hgt-img {
	position: relative;
}

.equal-hgt-img::after {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}

.equal-hgt-img img, .equal-hgt-img.et_pb_image .et_pb_image_wrap {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.clear {
	clear: both;
}

/************************************************************************************
*
*			Scrollbars
*
***********************************************************************************/
/* ---- Webkit Scrollbar ---- */
::-webkit-scrollbar {
	width: auto;
}

::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #d5d4d4;
}

::-webkit-scrollbar-corner {
	background-color: #222222;
}

::-webkit-scrollbar-button:single-button {
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-size: 10px;
	display: block;
}

/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='50,00 0,50 100,50'/></svg>");
	background-position: center 7px;
	background-size: 7px auto;
}

/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,0 100,0 50,50'/></svg>");
	background-position: center 6px;
	background-size: 7px auto;
}

/* Left */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,50 50,100 50,0'/></svg>");
	background-position: 7px center;
	background-size: 7px auto;
}

/* Right */
::-webkit-scrollbar-button:single-button:horizontal:increment {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(80, 80, 80)'><polygon points='0,0 0,100 50,50'/></svg>");
	background-position: 6px center;
	background-size: 7px auto;
}

/* ---- Firefox Scrollbar ---- */
* {
	scrollbar-width: auto;
	scrollbar-color: #c1c1c1 #f1f1f1;
}

/************************************************************************************
*
*			Navigation
*
***********************************************************************************/
#et-main-area {
	--main-header-height: 82px;
	padding-top: var(--main-header-height);
}

/* Header Layout */
.header-wrapper, #page-container #main-header #nav-menu-wrapper #menu-top-header-menu {
	display: flex;
}

.header-wrapper {
	justify-content: space-between;
}

.header-wrapper, .header-wrapper #page-container #main-header #nav-menu-wrapper, #page-container #main-header #nav-menu .menu {
	align-self: center;
}

body:not(.logged-in) .hide-if-logged-out, body.logged-in .hide-if-logged-in {
	display: none !important;
}

.header-item .display-mobile {
	display: inline-block!important;
}

.header-item:not(.header-menu) {
	display: flex;
	align-items: center;
}

/* Main Header */
body.logged-in.admin-bar #main-header {
	top: 46px;
}

#main-header {
	width: 100%;
	top: 0px;
	bottom: auto;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	position: fixed !important;
	z-index: 500;
}

#main-header:before {
	top: 0;
}

#main-header:after {
	bottom: 0;
}

#main-header, #main-header .et_pb_row {
	padding: 0 !important;
}

/*** Nav Items ***/
/* Nav Logo */
#page-container .header-logo a {
	display: flex;
	line-height: 0;
	padding: 0!important;
	width: 100%;
}

.header-logo a:is(:hover, :focus) {
	opacity: 0.7;
}

.header-logo img {
	height: 100%;
    object-fit: contain;
    object-position: center;
    max-height: 70px;
    max-width: 230px;
    width: auto;
}

/* Nav Phone */
.header-phone {
	padding-left: 24px;
}

#page-container .header-phone.header-item a {
	color: var(--clr-secondary);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.91px;
}

/* Nav CTA */
.header-cta .btn {
	align-content: center;
	display: flex;
	font-weight: 700;
	letter-spacing: 1px;
	height: 100%;
	padding: 10px 15px;
}

/* Nav Form */
.header-form {
	position: relative;
}

.header-form label {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.header-form input[type="search"] {
	background-color: transparent;
	border: 1px solid var(--clr-border);
	font-family: "Poppins", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0px;
	line-height: 16px;
	padding: 10px 10px 10px 40px;
	width: 100%;
}

.header-form input[type="search"]:is(:hover, :focus) {
	border-color: var(--clr-primary);
}

.header-form input[type="submit"] {
	background: none;
	border: 0;
	color: #000000;
	font-family: ETmodules!important;
	font-size: 1em;
	font-weight: 700;
	left: 10px;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: scaleX(-1) translateY(-50%);
}

.header-form input[type="submit"]:is(:hover, :focus) {
	background-color: transparent;
	color: #000000;
}

.header-form input[type="search"]:is(:hover, :focus) + input[type="submit"] {
	color: var(--clr-secondary);
}

/* Header Menus */
#page-container #main-header .header-menu .menu {
	list-style: none;
	line-height: 1;
	justify-content: center;
	padding: 0;
}

#page-container #main-header .header-menu .et_pb_widget {
	margin: 0 !important;
	width: 100% !important;
}

#page-container #main-header .header-menu li a {
	color: #000000;
	font-family: "Poppins", sans-serif !important;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.78px;
	line-height: 1;
	text-transform: uppercase;
}

#page-container #main-header .header-menu li a, #page-container #main-header .header-menu li.menu-item-has-children {
	display: block;
	position: relative;
}

#page-container #main-header .header-menu li:is(.current-menu-item, .current-menu-ancestor)>a {
	color: var(--clr-secondary);
}

#page-container #main-header .header-menu li>a:is(:hover, :focus) {
	color: var(--clr-alt);
}

#page-container #main-header .header-menu li.current-menu-item>a {
	font-weight: 700;
}

#page-container #main-header .header-menu li.menu-item-has-children>a:first-child:after, #main-header.et-fixed-header #page-container #main-header .header-menu li.menu-item-has-children>a:first-child:after {
	content: "3";
	font-size: 1.25rem;
	font-family: 'ETmodules';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

/* Mobile Menu Toggle */
#mobile-nav-icon {
	align-self: center;
	cursor: pointer;
	display: block;
	height: 22px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 30px;
}

#mobile-nav-icon span:not(.hidden-item) {
	background-color: var(--clr-primary);
	border-radius: 9px;
	display: block;
	height: 3px;
	left: 0;
	opacity: 1;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 100%;
}

#mobile-nav-icon span:nth-child(1) {
	top: 0px;
}

#mobile-nav-icon span:nth-child(2), #mobile-nav-icon span:nth-child(3) {
	background-color: var(--clr-primary);
	top: 10px;
}

#mobile-nav-icon span:nth-child(4) {
	top: 20px;
}

#mobile-nav-icon.open span:nth-child(1) {
	left: 50%;
	top: 15px;
	width: 0%;
}

#mobile-nav-icon.open span:nth-child(2), #mobile-nav-icon.open span:nth-child(3) {
	background-color: var(--clr-secondary);
}

#mobile-nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile-nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobile-nav-icon.open span:nth-child(4) {
	left: 50%;
	top: 15px;
	width: 0%;
}

/************************************************************************************
*
*			Global Buttons
*
***********************************************************************************/
.btn-container {
	margin-top: 15px;
}

:is(h1, h2, h3, h4) + .btn-container {
	margin-top: 0;
}

.btn.full {
	display: block;
	width: 100%;
}

.btn.long {
    min-width: 275px;
}

.btn, input[type="submit"], button, .gform_wrapper .gform_footer input.gform_button, a.more-link, .pagination a, .form-submit .et_pb_button, .wpv-filter-next-link, .wpv-filter-previous-link {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	font-family: "Poppins", sans-serif !important;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.91px;
	line-height: 1;
	padding: 20px 35px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	transition: padding 0s, border 250s, color 250ms, background 250ms;
}

.dark.btn, button, .gform_wrapper .gform_footer input.gform_button, a.more-link, .pagination a, .form-submit .et_pb_button {
	background-color: var(--clr-primary);
	background-image: linear-gradient(to right,var(--clr-primary) 0%,var(--clr-gray) 50%,var(--clr-primary) 100%);
	background-position: left center;
	background-size: 200% auto;
	color: #ffffff;
}

.dark.btn:is(:hover, :focus), button:is(:hover, :focus), .gform_wrapper .gform_footer input.gform_button:is(:hover, :focus), a.more-link:is(:hover, :focus) .pagination a:is(:hover, :focus), .form-submit .et_pb_button:is(:hover, :focus) {
	background-color: var(--clr-gray);
	background-position: right center;
	color: #ffffff;
}

.light.btn, .wpv-filter-next-link, .wpv-filter-previous-link, input[type="submit"] {
	background-color: var(--clr-secondary);
	color: #ffffff;
}

.light.btn:is(:hover, :focus), .wpv-filter-next-link:is(:hover, :focus), .wpv-filter-previous-link:is(:hover, :focus), input[type="submit"]:is(:hover, :focus) {
	background-color: var(--clr-alt);
	color: #ffffff;
}

.left.btn {
	margin: 0 0 10px 0;
}

/************************************************************************************
*
*			Forms
*
***********************************************************************************/
::placeholder {
	color: var(--clr-gray);
	opacity: 1;
}

::-ms-input-placeholder {
	color: var(--clr-gray);
}

::-webkit-input-placeholder {
	color: var(--clr-gray);
}

/* Gravity Form Error Message Styles */
body .gform_wrapper.gravity-theme>.gform_validation_errors {
	margin-top: 20px;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
	border: solid 1px #c02b0a;
	border-radius: 10px;
	box-shadow: none;
	margin: 0 0 25px;
	text-align: left;
}

body .gform_wrapper.gravity-theme :is(.gform_validation_errors, .gfield_validation_message, .validation_message) {
	background-color: #fff9f9;
	border: solid 1px #c02b0a;
	color: #c02b0a;
}

body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	color: #c02b0a;
	font-weight: bold;
	font-size: 1rem;
	padding: 0;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: none;
	border-bottom: solid 1px #e1e1e1;
}

body .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}

/* Gravity Form Required Field Styles */
.gform_required_legend, body .gform_wrapper span.gfield_required {
	display: none !important
}

body .gform_wrapper .gfield_contains_required label.gfield_label:after, body .gform_wrapper.gravity-theme .gfield_contains_required :is(.gfield_label, .ginput_complex label, .ginput_complex legend):after {
	color: #c02b0a;
	content: '*';
	font-size: 1rem;
	line-height: 0;
	padding-left: 5px;
}

body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], body .gform_wrapper li.hidden_label input, body .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), body .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), body .gform_wrapper.gravity-theme .ginput_container_address {
	margin: 0;
}

/* Gravity Form Label and Description Styles */
body .gform_wrapper label.gfield_label, body .gform_wrapper.gravity-theme :is(.gfield_label, .gfield_header_item, .description, .gfield_description, .gsection_description, .instruction, .gform_fileupload_rules .ginput_complex span:last-of-type, .gfield_list_header), body .gform_wrapper.gravity-theme .ginput_complex :is(label, legend), body .gform_wrapper.gravity-theme :is(.description, .gfield_description, .gsection_description, .instruction) p, body .gform_wrapper .ginput_container_address span:last-of-type input[type="text"] {
	color: var(--clr-primary);
	display: block;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.78px;
	line-height: 1;
	text-transform: uppercase;
}

body .gform_wrapper.gravity-theme :is(.description, .gfield_description, .gsection_description, .field_description_above .gfield_description, .instruction) {
	background-color: rgba(255, 255, 255, 0.33);
	border: solid 1px rgba(255, 255, 255, 0.5);
	padding: 10px 15px;
	margin-top: 12px !important;
}

body .gform_wrapper.gravity-theme fieldset.gfield_error .validation_message {
	margin-bottom: -13px;
}

body .gform_wrapper.gravity-theme :is(.description, .gfield_description, .gsection_description, .instruction) p {
	padding-bottom: 10px;
}

body .gform_wrapper.gravity-theme .gfield :is(h2, h3, h4, h5), body .gform_wrapper.gravity-theme :is(.description, .gfield_description, .gsection_description, .instruction) p:last-of-type {
	padding-bottom: 0;
}

body .gform_wrapper.gravity-theme legend.gfield_label+.gfield_description {
	margin-top: 0 !important;
}

body .gform_wrapper.gravity-theme :is(.gfield_checkbox, .gfield_radio) label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

.gfield_checkbox .gchoice label {
	cursor: pointer;
	margin-left: 0;
	pointer-events: none;
	z-index: 2;
}

body .gform_wrapper .gform_footer.top_label {
	display: block;
	margin: 25px 0 0;
	padding: 0;
}

body .gform_wrapper.gravity-theme legend.gfield_label {
	color: #000000;
	font-size: 1.125rem;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"], body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"], body .gform_wrapper .top_label div.ginput_container, .ui-datepicker, body .gform_wrapper ul li.field_description_below div.ginput_container_radio, body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul.gfield_radio, body .gform_wrapper ul.gfield_checkbox {
	margin-top: 0;
}

body .gform_wrapper ul li.gfield {
	margin-top: 15px;
}

body .gform_wrapper ul.gform_fields>li.gfield:not(.gf_left_half) {
	padding-right: 0;
}

body .gform_wrapper .ginput_container span:not(.ginput_price).name_first, body .gform_wrapper.gravity-theme .field_description_above .gfield_description, body .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), body .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type), body .gform_wrapper.gravity-theme legend.gfield_label, .form-group.field-pair>div:first-of-type,
.gform_wrapper.gravity-theme .ginput_complex > span:not(:last-of-type) {
	margin-bottom: 25px;
}

body .gform_wrapper.gravity-theme .ginput_complex {
	justify-content: space-between;
}

body .gform_wrapper ul.gform_fields li.gfield.gsection {
	margin: 25px 0;
	padding: 15px 0 5px;
}

body .gform_wrapper.gravity-theme .ginput_complex span {
	flex: none;
}

body .gform_wrapper.gravity-theme .ginput_complex .gf_clear {
	position: absolute;
}

body .gform_wrapper.gravity-theme .ginput_complex:is(.gf_name_has_2, .gf_name_has_3)>span, body .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email>span, body .gform_wrapper.gravity-theme .ginput_complex.ginput_container_address :is(.ginput_left, .ginput_right), .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container:is(.gf_name_has_1, .gf_name_has_2, .gf_name_has_3) body .gform_wrapper .gfield_visibility_visible, body .gform_wrapper.gravity-theme .name-full-width .ginput_complex:is(.gf_name_has_2, .gf_name_has_3)>span {
	width: 100%;
}

body .gform_wrapper.gravity-theme .name-full-width .ginput_complex>span:not(:last-of-type) {
	margin-bottom: 25px;
}

body .gform_wrapper.gravity-theme .name-full-width .ginput_complex>span:last-of-type {
	margin-bottom: 0;
}

div.gfield, div.ginput_complex>span, body .gform_wrapper div.ginput_container.ginput_container_list {
	background-color: transparent;
	background-position: center right;
	background-size: 200% auto;
	border: solid 1px var(--clr-border);
	border-radius: 0;
	line-height: 1;
	padding: 10px 16px !important;
	transition: all 0.2s ease 0s;
}

div.gfield:is(:hover, :focus-within), div.ginput_complex>span:is(:hover, :focus-within), body .gform_wrapper div.ginput_container.ginput_container_list:is(:hover, :focus-within) {
	background-position: center left;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.layouts-active body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper .ginput_container_multiselect .chosen-container-multi, body.layouts-active body .gform_wrapper textarea, body .gform_wrapper textarea, body .gform_wrapper.gf_browser_gecko select, body .gform_wrapper.gf_browser_chrome select, body .gform_wrapper select {
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px var(--clr-border);
	box-shadow: none;
	color: var(--clr-primary);
	font-size: 1.125rem;
	font-weight: 400;
	height: auto;
	line-height: 1.25;
	padding: 0;
	text-transform: none;
}

body .gform_wrapper.gravity-theme .ginput_container_select {
	position: relative;
}

body .gform_wrapper .ginput_container_select:after {
	border-color: #000000 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

body .gform_wrapper.gravity-theme:is(.gf_browser_chrome, .gf_browser_gecko) :is(select, option), body .gform_wrapper :is(select, option) {
	color: var(--clr-primary);
	cursor: pointer;
}

body .gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input[type="text"], body .gform_wrapper.gravity-theme .ginput_container_textarea {
	height: auto !important;
	line-height: 0;
}

body .gform_wrapper.gravity-theme textarea, body.layouts-active body .gform_wrapper textarea {
	font-size: 1.125rem;
	line-height: 1.125;
	padding: 0;
	text-transform: none;
}

body .gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input[type="text"] {
	font-size: 1rem;
	padding: 30px 20px 25px;
	width: 100% !important;
}

body .gform_wrapper .ginput_container_multiselect .search-choice {
	font-size: .75rem;
}

body #page-container .gform_wrapper:not(.sidebar-form_wrapper) :is(.ginput_complex>span, div.gfield):focus-within, body .gform_wrapper div.ginput_container.ginput_container_list:focus-within :is(input, textarea, select), div.ginput_complex>span:focus-within, body .gform_wrapper div.ginput_container.ginput_container_list:focus-within, div.gfield:focus-within :is(input, textarea, select) div.ginput_complex>span:focus-within :is(input, textarea, select), #post-search:focus-within, #post-search:focus-within input[type='search'] {
	border-color: var(--clr-primary) !important;
}

body .gform_wrapper ul:is(.gfield_radio, .gfield_checkbox) li :is(input[type="radio"], input[type="checkbox"]) {
	left: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.gfield_checkbox .gchoice {
	align-items: center;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 1.6px;
	line-height: 1;
	margin: 0 25px 25px 0;
	max-width: 100%;
	padding: 15px 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.gfield_checkbox .gchoice input {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}

body .gform_wrapper .gchoice:not(:last-of-type) {
	margin-bottom: 10px;
}

.gfield_checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -25px -25px 0;
}

.gfield_checkbox .gchoice:is(:hover, :focus-within) input {
	background-color: #000000 !important;
}

.gfield_checkbox .gchoice:is(:hover, :focus) label {
	color: #ffffff !important;
}

.gfield_checkbox .gchoice input[type="checkbox"]:checked {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

.gfield_checkbox .gchoice input[type="checkbox"]:checked+label {
	color: #ffffff;
}

body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	background-color: #ffffff;
	border-color: var(--clr-border);
	color: #04066d;
	margin-bottom: 0;
}

body .gform_wrapper .keyboard-outline {
	outline: none !important;
}

.gform_wrapper input:-webkit-autofill, .gform_wrapper input:-webkit-autofill:is(:hover, :focus) {
	-webkit-text-fill-color: #ffffff;
	-webkit-background-clip: text !important;
}

body .gform_wrapper.gravity-theme .gform_save_link.button {
	margin: 25px 0 0;
	width: 100%;
}

body .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

body .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
	padding-right: 0;
}

body .gform_wrapper.gravity-theme .gform_footer :is(button, input), body .gform_wrapper.gravity-theme .gform_page_footer :is(button, input) {
	line-height: 1!important;
	margin-bottom: 0;
	display: block;
	width: 100%;
}

body .gform_wrapper.gravity-theme .gform_footer {
	margin-top: 0;
	padding: 25px 0 0;
}

/************************************************************************************
*
*			Homepage Elements
*
***********************************************************************************/

#home-atf-recent-post .post-card {
	border-color: var(--clr-border)
}

#home-atf-recent-post .post-card h4 {
	color: var(--clr-secondary);
}

#home-atf-recent-post .post-card:is(:hover, :focus) :is(h4, span) {
	border-color: var(--clr-secondary);
}

#home-atf-recent-post .responsive-image:after {
	padding-bottom: 56.25%;
}

/************************************************************************************
*
*			Internal Pages
*
***********************************************************************************/
/******** Container Styles ********/
/* Service Blurbs */
.service-blurb .et_pb_blurb_content, .search-loop-item .post-feat-img {
	background: #FFFFFF;
	border: 1px solid var(--clr-border);
	padding: 20px;
}

.service-blurb .et_pb_blurb_container h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.91px;
	line-height: 18px;
	padding: 15px;
}

.service-blurb .et_pb_blurb_container {
	background-color: var(--clr-primary);
    background-image: linear-gradient(to right, var(--clr-primary) 0%, var(--clr-gray) 50%, var(--clr-primary) 100%);
    background-position: left center;
    background-size: 200% auto;
	left: 0;
	padding-left: 20px;
	position: absolute;
	top: 19px;
	transform: translateX(-2px);
	transition: all 0.3s ease 0s;
	width: calc(100% - 18px);
}

.service-blurb:is(:hover, :focus) .et_pb_blurb_container {
	background-position: right center;
}

.service-blurb .et_pb_image_wrap {
	position: relative;
}

.service-blurb .et_pb_main_blurb_image {
	display: block;
	margin: 0;
}

.service-blurb .et_pb_image_wrap:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.service-blurb .et_pb_image_wrap img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* Imagery Containers */
.framed-img img, img.framed-img {
	background-color: #FFFFFF;
	border: 1px solid var(--clr-border);
	padding: 15px;
}

.shadowed-img img {
	background: #FFFFFF;
	box-shadow: none;
}

/* Value Added */
.value-added-col {
	border: solid 1px var(--clr-border);
	padding: 15px;
}

.value-added-col i {
	color: var(--clr-secondary);
	font-size: 75px;
	text-align: center;
	width: 100%;
}

.value-col-icon {
    margin: 0 auto;
}

.value-col-icon img {
    height: 100%;
    max-height: 75px;
    width: auto;
}

.value-added-col .sub-header {
	color: var(--clr-primary);
	text-align: center;
}

.value-added-col h3 {
	font-size: 1.25rem;
}

.value-added-col :is(h3,h4) + p {
	padding-top: 25px;
}

/* Testimonials */
#testimonial-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: 50px;
}

#testimonial-wrapper:before {
	background-color: var(--clr-primary);
	border: 1px solid #000000;;
	bottom: -50px;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	width: calc(100% - 25px);
}

#testimonial-wrapper .flex-viewport {
	background-color: #FFFFFF;
	border: 1px solid var(--clr-border);
	margin-left: 25px;
	width: 100%;
}

#testimonial-wrapper .flex-viewport .slides {
	display: flex;
	line-height: inherit;
	padding: 0;
}

#testimonial-wrapper .flex-viewport .testimonial-loop-item {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	padding: 25px 25px;
}

.flexslider .slides, .flexslider .flex-direction-nav {
	list-style-type: none;
	list-style-position: unset;
	padding-left: 0;
}

.testimonial-loop-item.flex-active-slide {
	border: 1px solid #D6D6D6;
	padding: 75px;
}

#testimonial-wrapper .testimonial-loop-item p, #testimonial-archive-wrapper .testimonial-loop-item p {
	color: var(--clr-primary);
	font-size: 1.125rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 1.17px;
	line-height: 1.5;
	padding-bottom: 25px;
}

#testimonial-archive-wrapper {
	display: block;
	padding-top: 40px;
	position: relative;
}

#testimonial-archive-wrapper .testimonial-loop-item {
	border: 1px solid #D6D6D6;
	display: block;
	margin-bottom: 40px;
	padding: 20px;
	position: relative;
}

#testimonial-wrapper .testimonial-loop-item h4 {
	padding-top: 0;
}

#testimonial-wrapper .testimonial-loop-item .subheader {
	padding: 5px 0 0;
}

/* testimonial arrow controls */
#testimonial-wrapper ul.flex-direction-nav {
	bottom: -50px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 0;
	position: absolute;
	right: 0;
}

#testimonial-wrapper .flex-direction-nav li a, #testimonial-wrapper .flex-direction-nav li a.flex-prev, #testimonial-wrapper .flex-direction-nav li a.flex-next {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: unset;
	margin: 0;
	position: relative;
	bottom: unset;
	top: unset;
	left: unset;
	right: unset;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: transparent;
	text-shadow: none;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	z-index: 1;
}

#testimonial-wrapper .flex-direction-nav li a.flex-prev {
	background-color: var(--clr-alt);
}

#testimonial-wrapper .flex-direction-nav li a.flex-next {
	background-color: var(--clr-secondary);
}

#testimonial-wrapper .flex-direction-nav li a.flex-prev:hover, #testimonial-wrapper .flex-direction-nav li a.flex-next:hover {
	background-color: #FFFFFF;
}

#testimonial-wrapper .flex-direction-nav li a.flex-prev:hover:before {
	color: #14213D;
}

#testimonial-wrapper .flex-direction-nav li a.flex-next:hover:before {
	color: var(--clr-primary);
}

#testimonial-wrapper .flex-direction-nav li a:before {
	color: #FFFFFF;
	content: "<";
	display: flex;
	flex-direction: column;
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	font-weight: 400;
	height: 100%;
	justify-content: center;
	text-align: center;
	text-shadow: none;
	width: 100%;
}

#testimonial-wrapper .flex-direction-nav li a.flex-next:before {
	content: '>';
}

#testimonial-wrapper .flex-control-paging {
	display: none;
}

.needs-loaded {
	display: none;
}

/************************************************************************************
*
*			Employee / Our Team View
*
***********************************************************************************/
.flex-wrapper, .et_pb_gallery_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -25px -25px 0;
}

body .et_pb_gallery_items {
	justify-content: flex-start;
}

:is(ul, ol).flex-wrapper {
	line-height: 1;
	list-style: none !important;
	padding: 0 !important;
}

:is(ul, ol).flex-wrapper.category-buttons {
	padding: 0 0 30px !important;
}

.flex-wrapper.between {
	justify-content: space-between;
}

.flex-wrapper.justify-start {
	justify-content: flex-start;
}

.flex-wrapper.center-aligned,
.center-aligned {
	align-items: center;
}

.flex-wrapper .form-check {
	padding: 0;
}

.flex-wrapper .form-check input {
	appearance: none;
	-webkit-appearance: none;
}

:is(.flex-wrapper[data-columns="2"], .flex-wrapper[data-columns="3"], .flex-wrapper[data-columns="4"], .flex-wrapper[data-columns="5"], .flex-wrapper[data-columns="6"], .flex-wrapper[data-columns="8"]) :is(.post-item, .form-check, .page-link), .et_pb_gallery .et_pb_gallery_items > .et_pb_gallery_item {
	margin: 0 25px 25px 0;
	width: calc(100% - 25px);
	position: relative;
}

.et_pb_row.flex-wrapper {
	display: flex;
	justify-content: flex-start;
	margin: 0;
}

.et_pb_row.flex-wrapper > .et_pb_column {
	margin: 0 0 25px 0; 
	width: 100%;
}

.et_pb_row.flex-wrapper > .et_pb_column:last-of-type {
	margin-bottom: 0;
}

/************************************************************************************
*
*			Employee / Our Team View
*
***********************************************************************************/
.emp-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.emp-list .emp-single {
	aspect-ratio: 1;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	display: flex;
	margin-bottom: 1%;
	padding: 20px;
	position: relative;
	width: 100%;
}

.emp-list .emp-single img.emp-img {
	object-fit: cover;
	width: 100%;
}

.emp-list .emp-single .emp-info {
	background-color: var(--clr-secondary);
	display: flex;
	color: #FFFFFF;
	flex-direction: column;
	font-family: "Poppins", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	justify-content: center;
	height: calc(100% - 40px);
	left: 20px;
	letter-spacing: 0.35px;
	line-height: 26px;
	opacity: 0;
	overflow-y: auto;
	padding: 20px;
	position: absolute;
	text-align: center;
	text-transform: none;
	top: 20px;
	transition: all 500ms;
	width: calc(100% - 40px);
}

.emp-list .emp-single:hover .emp-info {
	display: flex;
	opacity: 1;
}

.emp-list .emp-single .emp-info .emp-name {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 32px;
	text-transform: uppercase;
}

.emp-list .emp-single .emp-info .emp-position {
	color: #FFFFFF;
}

/* Breadcrumbs */
#breadcrumb-section .et_pb_row, #breadcrumb-section .et_pb_column, #breadcrumb-section .et_pb_module, #breadcrumb-section .et_pb_code_inner {
	position: unset;
}

#breadcrumb-section h5 {
	color: var(--clr-alt);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.91px;
	line-height: 18px;
	padding: 0;
	text-transform: uppercase;
}

#breadcrumb-section h5 a {
	color: var(--clr-primary);
}

#breadcrumb-section h5 a:is(:hover, :focus) {
	color: var(--clr-secondary);
}

#breadcrumb-section h5 .breadcrumb_last {
	color: var(--clr-alt);
}

#breadcrumb-section .btn {
	display: none;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-left: 50px;
	padding-right: 50px;
	position: absolute;
	right: 0;
	top: 0;
}

/* Page Headers */
#page-header, #call-to-action {
	background-position: center;
	background-size: cover;
}

/* --------------- Contact --------------- */
#contact-atf .title {
	display: none;
}

#contact .fwidget {
	margin: 0;
	max-width: none;
	width: 100%;
}

#contact .fwidget .title {
	display: none;
}

#contact .fwidget.et_pb_widget ul li {
	font-size: 1.5em;
	margin-bottom: 5px;
}

#contact .fwidget.et_pb_widget ul li:last-of-type {
	margin-bottom: 0;
}

#contact .gform_wrapper {
	padding-bottom: 34px;
}

#contact .wpv-addon-maps-render::after {
	content: "";
	display: block;
	padding-bottom: 40%;
}

#contact .gm-style .gm-style-iw-d {
	color: #000000;
}

/************************************************************************************
*
*			Post Archives
*
***********************************************************************************/
/* --- Divi Resets --- */
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container, #main-content .container #left-area {
	max-width: none;
	padding: 0;
	width: 100%;
}

#main-content .container::before, #main-content .container #left-area::after {
	content: none;
}

#main-content #sidebar, #left-area > :is(h1.page-title, .pagination, .woocommerce-breadcrumb, .woocommerce-notices-wrapper, .woocommerce-result-count, .woocommerce-ordering) {
	display: none;
}

/* --- Archive Layout --- */
#archive-page {
	background-color: var(--clr-primary);
	border-bottom: solid 2px var(--clr-secondary);
}

.layout-section {
	padding: 50px 0;
}

.layout-section .layout-row, .layout-row {
	margin: 0 auto;
	max-width: 1280px;
	width: 80%;
}

/* --- Header --- */
#archive-page #page-header {
	padding-bottom: 50px;
}

/* --- Filters --- */
#archive-filters, #archive-filters #search-field-wrapper {
	padding-bottom: 25px;
}

#category-selection > div label {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	min-height: 0;
	padding: 20px;
}

#category-selection > div label.active {
	background-color: var(--clr-primary);
	color: #ffffff;
}

#category-selection > div input[type="radio"] {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

#category-selection > div input[type="radio"]:checked + label {
	background-color: #000000;
	border-color: transparent;
	color: #ffffff;
}

#post-pagination {
	padding-top: 25px;
}

#post-pagination .page-link {
	z-index: 1!important;
}

/* --- Post Loop Item --- */
.post-card, .post-card-meta {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.post-card {
	border: solid 1px var(--clr-border);
	color: inherit;
	height: 100%;
}

.post-card :is(span, h4) {
	transition: all 0.2s ease 0s;
}

.post-card:is(:hover, :focus) :is(span, h4) {
	color: var(--clr-alt);
}

.post-card-meta > div {
	padding-bottom: 15px;
}

.post-card-meta {
	background-color: #ffffff;
	padding: 15px 25px;
}

.post-card-meta span {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.78px;
	line-height: 1;
	text-transform: uppercase;
}

.read-more {
	align-items: center;
	display: flex;
	padding-bottom: 0 !important;
}

.read-more:after {
	content: '»';
	height: 3px;
	line-height: 3px;
	padding-left: 5px;
	vertical-align: inherit;
}

/************************************************************************************
*
*			Single Post Page
*
***********************************************************************************/
#main-content .et_post_meta_wrapper {
	display: none
}

#main-content .et_pb_post .entry-content {
	padding: 0
}

#main-content #left-area>article, #single-post-content body .gform_wrapper, #single-post-content body .gform_wrapper :is(.gform_heading, .gform_body ul, .ginput_complex) {
	margin: 0;
	padding: 0
}

#post-content-wrapper {
	padding: 25px 0
}

#post-grid {
	position: relative
}

#post-content {
	padding: 5%
}

#main-content #left-area>article {
	background-color: var(--clr-gray);
}

.post-container, .post-sidebar-item {
	background: #ffffff;
}

#post-content, #post-sidebar {
	margin-bottom: 25px
}

#post-content :is(#post-header, #post-featured-image) {
	padding-bottom: 50px;
}

#post-header {
	padding: 0 25px;
}

#post-featured-image {
	line-height: 0;
	text-align: center;
}

#post-content #post-header h1 {
	padding: 20px 0 15px;
}

#sidebar-cta {
	background-color: var(--clr-secondary);
	padding: 25px;
}

#sidebar-cta h3 {
	padding-bottom: 25px
}

#sidebar-cta a:is(:hover, :focus) {
	background-color: var(--clr-alt);
}

#post-content .post-meta-info .author {
	border-right: solid 1px var(--clr-alt);
	margin-right: 5px;
	padding-right: 10px;
	font-size: 1rem;
}

#post-content .post-meta-info .author:after {
	font-size: 1rem;
	margin: 0 5px 0 10px;
	position: relative;
	top: -2px;
}

#single-post-content :is(h1, h2, h3, h4, h5) {
	padding-bottom: 1.5rem;
}

#single-post-content h2 {
	font-size: 1.75rem;
}

#single-post-content h3 {
	font-size: 1.275rem
}

#single-post-content h4 {
	font-size: 1.125rem
}

#single-post-content h5 {
	font-size: .875rem
}

#single-post-content :is(p, ol, ul) {
	font-size: 1rem;
}

#single-post-content p:not(:last-of-type) {
	padding-bottom: 1rem
}

#single-post-content :is(p, h2, h3, .btn-container, ul, ol)+ :is(h2, h3), #single-post-content .btn-container+p {
	padding-top: 50px
}

#single-post-content a:not(.btn) {
	font-weight: 700
}

#single-post-content p+ :is(ul, ol) {
	padding: 0 0 1rem 1rem;
}

#single-post-content ol {
	list-style-type: decimal;
}

#single-post-content .fluid-width-video-wrapper {
	margin-bottom: 1.5rem;
}

#single-post-content body .gform_wrapper :is(input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), textarea, select) {
	box-shadow: none
}

/************************************************************************************
*
*			Single Post Page Sidebar --- UPDATED ---
*
***********************************************************************************/
#post-content #single-post-content, body #page-container .gform_wrapper.sidebar-form_wrapper .gform_footer.top_label input {
	margin-bottom: 0
}

.post-sidebar-item {
	overflow: hidden;
	padding: 25px
}

.post-sidebar-item:not(:last-of-type) {
	margin-bottom: 25px;
}

body #page-container .gform_wrapper.sidebar-form_wrapper .gform_fields {
	border-radius: 8px;
	grid-column-gap: 10px;
	grid-row-gap: 0;
	margin: 25px 0;
	overflow: hidden;
}

.post-sidebar-item br {
	display: none;
}

/************************************************************************************
*
*			Single Post Page Sidebar Related Articles
*
***********************************************************************************/
#sidebar-related-articles h5 {
	padding-bottom: 15px;
}

.sidebar-post-item a {
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 600;
	display: block;
	margin: 0 -10px;
	padding: 10px;
	border-bottom: solid 1px rgb(255 255 255 / 25%);
}

.sidebar-post-item .post-meta-info {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}

.sidebar-post-item .post-meta-info .subheader {
	font-size: 0.675rem;
	letter-spacing: 0.65px;
	padding: 0;
}

.sidebar-post-item .post-meta-info .subheader strong {
	color: rgb(255 255 255 / 75%);
}

.sidebar-post-item:last-of-type a {
	border-bottom: 0;
}

.sidebar-post-item a, .sidebar-post-item a * {
	transition: all 0.2s ease 0s;
}

.sidebar-post-item a:is(:hover, :focus), .sidebar-post-item a:is(:hover, :focus) * {
	border-color: #ffffff;
	color: #FDD10A !important;
}

#post-share-wrapper {
	overflow: visible;
}

#post-share-wrapper .heateor_sss_sharing_ul {
	display: flex;
	flex-direction: row;
	justify-content: center
}

#post-share-wrapper .heateor_sss_sharing_container {
	height: 100%;
	position: relative
}

#post-share-wrapper .heateor_sss_sharing_ul a {
	margin: 0 10px 10px 0;
	width: 40px;
}

#post-share-wrapper .heateor_sss_sharing_ul a:last-of-type {
	margin-right: 10px;
}

#post-share-wrapper .heateor_sss_sharing_ul a span {
	border: none;
	height: 40px !important;
	width: 40px !important;
	transition: box-shadow 0.2s ease 0s
}

#post-share-wrapper .heateor_sss_sharing_ul .heateor_sss_facebook span {
	background-color: #3578EA !important
}

#post-share-wrapper .heateor_sss_sharing_ul .heateor_sss_button_twitter span {
	background-color: #4699E9 !important
}

#post-share-wrapper .heateor_sss_sharing_ul .heateor_sss_button_linkedin span {
	background-color: #4699E9 !important
}

#post-share-wrapper .heateor_sss_button_facebook_messenger span {
	background-color: #695AF6 !important
}

#post-share-wrapper .heateor_sss_sharing_ul .heateor_sss_button_pinterest span {
	background-color: #D32F30 !important
}

#post-share-wrapper .heateor_sss_sharing_ul .heateor_sss_button_discord span {
	background-color: #4699E9 !important
}

#post-share-wrapper .heateor_sss_sharing_ul .heateor_sss_email span {
	background-color: #EEB940 !important
}

#post-share-wrapper .heateor_sss_sharing_ul .heateor_sss_button_copy_link span {
	background-color: #5FC552 !important
}

#post-share-wrapper .heateor_sss_sharing_ul a path {
	fill: #fff
}

#post-share-wrapper .heateor_sss_sharing_ul a:hover span {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .5) !important
}

/************************************************************************************
*
*			Career Page Layout
*
***********************************************************************************/

#post-content-wrapper.career-wrapper #post-grid {
	display: block;
}

#post-content-wrapper.career-wrapper #post-grid #post-content {
	padding: 50px 5%;
}

#post-content-wrapper.career-wrapper #post-grid #post-content #post-header {
	padding-left: 0;
}

#post-content-wrapper.career-wrapper .btn-wrapper {
	margin-top: 50px;
}

/************************************************************************************
*
*			Search/Career Archives
*
***********************************************************************************/

#page-container #main-content .reset-list {
	list-style: none;
	line-height: 1;
	padding: 0;
}

#search-field {
	position: relative;
	z-index: 1;
}

#search-field input:is([type="search"], [type="text"]) {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: var(--clr-border);
	border-radius: 0;
	color: var(--clr-primary);
	height: 52px;
	line-height: 1.125em;
	margin-bottom: 10px;
	padding: 15px 25px;
	width: 100%;
}

#search-field input:is([type="search"], [type="text"])::placeholder {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#search-field input[type="submit"] {
	background-color: var(--clr-secondary);
	padding: 15px 55px;
	width: 100%;
}

#search-field input[type="submit"]:hover {
	background-color: var(--clr-alt);
	color: #ffffff;
}

#search-archives {
	padding-top: 0;
}

/* --- Career Archives --- */
body.post-type-archive-career .post-info h3 {
	padding-bottom: 7px;
}

body.post-type-archive-career .post-info .post-meta {
	margin: 0;
}

.career-info strong {
	color: #000000;
}

/************************************************************************************
*
*			Single Career Post Page
*
***********************************************************************************/
#single-post-content .post-meta {
	font-size: 1em;
	padding-bottom: 25px;
}

h3#application-header {
	padding-bottom: 0;
}

body.single-career .heateor_sss_sharing_container {
	padding-bottom: 75px;
}

.career-info span {
	display: block;
}

/************************************************************************************
*
*			Miscellaneous Elements
*
***********************************************************************************/
#service-overview .vert-center .et_pb_text_inner {
    position: sticky;
    top: 50%;
}

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

.equipment .et_pb_main_blurb_image {
    border: solid 1px var(--clr-border);
    margin-bottom: 25px;
    padding: 15px;
}

.equipment h4 {
    font-size: 1.125rem;
    padding: 0 25px;
    text-align: center;
}

.et_pb_gallery_grid .et_pb_gallery_image {
    border: solid 1px var(--clr-border);
    padding: 15px;
}

.et_pb_gallery_grid .et_pb_gallery_image > a {
    display: block;
    position: relative;
}

.et_pb_gallery_grid .et_pb_gallery_image > a > img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.et_pb_gallery_grid .et_pb_gallery_image {
    border: solid 1px var(--clr-border);
    padding: 15px;
}

.et_pb_gallery_grid .et_pb_gallery_image > a {
    display: block;
    position: relative;
}

.et_pb_gallery_grid .et_pb_gallery_image > a > img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.et_pb_gallery_items {
    margin: 0!important;
}

.et_pb_gallery .et_pb_gallery_pagination,
.et_pb_gallery .et_pb_gallery_pagination ul {
	display: flex;
}

.et_pb_gallery .et_pb_gallery_pagination {
    border-top: none;
    justify-content: flex-end;
}

.et_pb_gallery .et_pb_gallery_pagination ul {
    align-items: center;
}

.et_pb_gallery .et_pb_gallery_pagination ul li {
    padding: 0;
}

.et_pb_gallery .et_pb_gallery_pagination ul li:not(:last-of-type) {
    margin-right: 10px;
}

.et_pb_gallery .et_pb_gallery_pagination ul li > a {
    background-color: var(--clr-primary);
    border: 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Poppins", sans-serif !important;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.91px;
    line-height: 1;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    transition: all 0.2s ease 0s;
}

.et_pb_gallery .et_pb_gallery_pagination ul li:is(.prev, .next) > a {
    padding: 12px 25px;
}

.et_pb_gallery .et_pb_gallery_pagination ul li > a:is(:hover, :focus) {
    background-color: var(--clr-alt);
}

.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
	color: var(--clr-secondary);
}

.et_pb_gallery .et_pb_gallery_pagination ul li a.active:is(:hover, :focus) {
	color: #ffffff;;
}

.btn-list {
    list-style: none!important;
    padding: 0!important;
}

.btn-list > li:not(:last-of-type) {
    margin-bottom: 25px;
}

/* Divi Widget Area Resets */
.et_pb_module.et_pb_widget_area {
	border: none;
	padding: 0;
}

.et_pb_column .et_pb_module.et_pb_widget_area .et_pb_widget {
	margin: 0;
	width: 100%;
}

/* Split Background Sections */
.split-background:after {
	content: '';
	display: none;
	height: 50%;
	position: absolute;
	width: max(5%,(100% - 1440px)/2)!important;
}

.split-background.split-left:after {
	left: 0;
}

.split-background.split-right:after {
	right: 0;
}

.split-background.split-bottom:after {
	bottom: 0;
}

.split-background.split-top:after {
	top: 0;
}

.split-primary:after {
	background-color: var(--clr-primary);
}

.split-secondary:after {
	background-color: var(--clr-secondary);
}

.split-alt:after {
	background-color: var(--clr-alt);
}

.split-gray:after {
	background-color: var(--clr-gray);
}

.split-offwhite:after {
	background-color: var(--clr-offwhite);
}

/* Responsive Image */
.responsive-image {
	background-color: var(--clr-gray); 
	line-height: 0;
	position: relative;
}

.responsive-image:after {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}

.responsive-image img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.responsive-image .no-post-image {
	object-fit: contain;
	padding: 25px;
}

/* Equipment List */

#equipment-list .post-item {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid var(--clr-border);
	color: var(--clr-primary);
	display: flex;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.78px;
	line-height: 1;
	flex-direction: column;
	justify-content: center;
	padding: 25px 5%;
	text-transform: uppercase;
}

#equipment-list .post-item span {
	color: var(--clr-secondary);
	display: block;
	font-size: 1.75rem;
	font-weight: bold;
	padding-bottom: 30px;
	position: relative;
}

#equipment-list .post-item span:after {
	content: '';
	background-color: var(--clr-alt);
	height: 2px;
	width: 40px;
	position: absolute;
	bottom: 17px;
	left: 55%;
	transform: translateX(-50%);
}

/************************************************************************************
*
*			Footer Area
*
***********************************************************************************/
#footer-widget-areas {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footer-widget-areas .fwidget, #et-boc #footer-widget-areas .fwidget {
	margin-bottom: 0;
	text-transform: uppercase;
	width: 100%;
}

#footer-widget-areas .fwidget h4 {
	border-bottom: 2px solid;
	letter-spacing: 2px;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

#footer-widget-areas .fwidget li {
	line-height: 1.125em;
}

#footer-widget-areas .fwidget.widget_media_image .image {
	display: block;
	margin: 0 auto;
	max-width: 215px!important;
	width: 50%;
}

body .socials {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	list-style-type: none;
	padding: 0 0 20px;
}

body #page-container #footer-area .socials li {
	margin: 0 15px 0 0;
}

body #page-container #footer-area .socials li:last-of-type {
	margin-right: 0;
}

.socials li:before {
	display: none
}

.socials i {
	font-style: normal;
}

#page-container .socials a {
	background-color: var(--clr-secondary);
	border: solid 2px var(--clr-secondary);
	border-radius: 50%;
	color: #ffff;
	font-size: 1.125rem;
	height: 38px;
	width: 38px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	display: flex;
}

#page-container .socials a:is(:hover, :focus),
#page-container .socials+a:is(:hover, :focus) {
    background-color: #000;
    border-color: #000;
}

#page-container .socials+a {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 500;
}

#footer-widget-areas .fwidget li:has(.socials) {
    margin-bottom: 0;
}

/* --- Footer Bar --- */
#footer-branding > div {
	text-align: center;
}

.wc-footer-branding {
	display: block;
	line-height: 0;
	margin: 0 auto 10px;
	max-width: 200px;
	width: 50%;
}

.wc-footer-content {
	color: #ffffff;
	font-size: .85em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.wc-footer-content > span {
	display: block;
}

#main-footer .wc-footer-content a, #et-boc #main-footer .wc-footer-content a {
	color: #fff;
}

#main-footer .wc-footer-content a, #et-boc #main-footer .wc-footer-content a:is(:hover, :focus) {
	color: var(--clr-alt);
}

#main-footer .wc-footer-content a:is(:hover, :focus) {
	opacity: .75;
}

/* --- Social Icons --- */
#main-footer ul.wecreate-social-icons {
	margin-top: 9px;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}

.wecreate-social-icons.et_pb_social_media_follow li a.icon:hover, #et-boc .et-l .wecreate-social-icons.et_pb_social_media_follow li a.icon:hover {
	background-color: #ffffff !important;
}

/************************************************************************************
*
*			Media Queries
*
***********************************************************************************/
@media screen and (min-width: 450px) {
	/* ------------------------------ Button Styles ------------------------------ */ .btn, input[type="submit"], button, .gform_wrapper .gform_footer input.gform_button, a.more-link, .pagination a, .form-submit .et_pb_button {
		display: inline-block;
	}

	.left.btn {
		margin: 0 10px 0 0;
	}

	body.error404 .no-items-found {
		padding: 50px;
	}
}

@media screen and (min-width: 480px) and (max-width: 980px) {

	.et_pb_row.flex-wrapper > .et_pb_column {
		margin: 0 25px 25px 0; 
		width: calc(50% - 12.5px);
	}

	.et_pb_row.flex-wrapper > .et_pb_column:nth-of-type(even) {
		margin-right: 0;
	}

	.et_pb_row.flex-wrapper > .et_pb_column:last-of-type,
	.et_pb_row.flex-wrapper > .et_pb_column:nth-last-of-type(2) {
		margin-bottom: 0;
	}

}

@media screen and (min-width: 641px) {
	/* General */ 
	
	html body {
		font-size: 1rem;	
	}
	
	h1, .et_pb_column .large-heading :is(h2, h3, h4), .et_pb_column .large-heading:is(h2, h3, h4, span) {
		font-size: 3rem;
	}

	#resource-archive-header h1 {
		font-size: 2.75rem;
	}

	h2, .et_pb_column h2 {
		font-size: 2.5rem;
	}

	h3, .et_pb_column h3 {
		font-size: 2rem;
	}

	h4, .et_pb_column h4, .testimonial-row .testimonial-content :is(h3, p) {
		font-size: 1.25rem;
	}

	.large-text, .large-text p {
		font-size: 1.25rem;
	}
	
	.value-added-col, .framed-img img, img.framed-img {
		padding: 25px;
	}

	/* Employees */
	.emp-list .emp-single {
		width: 49.5%;
	}

	.layout-section {
		padding: 75px 0;
	}

	/* Search Bar Section */
	#search-field-wrapper {
		position: relative;
	}

	#search-field input:is([type="search"], [type="text"]) {
		margin-bottom: 0;
		padding: 15px 232px 15px 25px;
	}

	#search-field input[type="submit"] {
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}

	/* Forms */
	body .gform_wrapper.gravity-theme .ginput_complex:is(.gf_name_has_2, .gf_name_has_3)>span {
		margin-bottom: 0;
		width: calc(50% - 12.5px);
	}

	/* ----------------------------- Post Wrapper Layout and Column Styles ----------------------------- */
	.flex-wrapper:not(.et_pb_row):not([data-columns="2"]) {
		margin: 0 -25px -25px 0;
	}

	:is(.flex-wrapper[data-columns="2"], .flex-wrapper[data-columns="3"], .flex-wrapper[data-columns="4"], .flex-wrapper[data-columns="5"], .flex-wrapper[data-columns="6"], .flex-wrapper[data-columns="8"]) :is(.post-item, .form-check), .form-group .flex-wrapper[data-columns="2"] :is(.post-item, .form-check), .et_pb_gallery .et_pb_gallery_items > .et_pb_gallery_item {
		margin: 0 25px 25px 0;
		width: calc(50% - 25px);
	}

	/* --- Post/Career Archives --- */
	#blog-search {
		margin-bottom: 2.5%;
	}

	.career-info span {
		display: inline;
		padding-right: 25px;
	}

	/* --- Footer Area --- */
	.fwidget {
		width: 48%;
	}

	.fwidget:nth-last-of-type(2) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	#breadcrumb-row .btn, #breadcrumb-section .btn {
		display: flex;
	}

	/* ---- Testimonials ---- */
	#testimonials.mobile-flush, #testimonials.mobile-flush .et_pb_row {
		padding-top: inherit;
	}

	#testimonial-wrapper .flex-viewport .testimonial-loop-item {
		padding: 35px 35px;
	}

	#testimonial-wrapper:before {
		bottom: -50px;
		width: calc(100% - 50px);
	}

	#testimonial-wrapper .flex-viewport {
		margin-left: 50px;
	}

	#testimonial-wrapper .testimonial-loop-item p, #testimonial-archive-wrapper .testimonial-loop-item p {
		font-size: 1.25rem;
		letter-spacing: 2.34px;
	}

	#testimonial-wrapper ul.flex-direction-nav {
		bottom: -50px;
		right: 50px;
	}

	#testimonial-wrapper .flex-direction-nav li a, #testimonial-wrapper .flex-direction-nav li a.flex-prev, #testimonial-wrapper .flex-direction-nav li a.flex-next {
		width: 50px;
		height: 50px;
	}

	#testimonial-wrapper .flex-direction-nav li a:before {
		font-size: 25px;
	}
	
	.floating-btn {
		bottom: -75px;
		position: absolute;
		right: 0;
		transform: translateY(50%);
	}

	/* ----------------------------- Post Wrapper Layout and Column Styles ----------------------------- */
	:is(ul, ol).flex-wrapper.category-buttons {
		padding: 0 0 50px !important;
	}

	:is(.flex-wrapper[data-columns="5"], .flex-wrapper[data-columns="6"]) :is(.post-item, .form-check) {
		width: calc(100%/3 - 25px);
	}

	/* ---- Search/Career Archives ---- */
	.search-loop-item {
		margin-bottom: 75px;
	}
}

@media screen and (min-width: 783px) {
	body.logged-in #page-container header {
		top: 32px !important;
	}
}

@media screen and (max-width: 980px) {
	.header-item.display-desktop {
		display: none!important;
	}

	.header-logo {
		margin-right: 30px;
		width: 90%;
	}

	#page-container #main-header #nav-menu {
		background-color: #ffffff;
		border-bottom: 5px solid var(--clr-border);
		border-top: 5px solid var(--clr-border);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		left: 100%;
		opacity: 0;
		overflow: scroll;
		padding: 0;
		position: absolute;
		top: calc(100% + 19px);
		transition: all 0.3s ease 0s;
		visibility: hidden;
		width: calc(100% + 48px);
		z-index: 90000000;
	}

	#page-container #main-header #nav-menu.open, #page-container #main-header #nav-menu li.menu-item-has-children.et-show-dropdown>.sub-menu {
		opacity: 1;
		visibility: visible;
	}

	#page-container #main-header #nav-menu.open {
		left: -24px;
	}

	#page-container #main-header #nav-menu>div {
		border-bottom: solid 1px var(--clr-border);
		padding: 12px 24px;
	}

	#page-container #main-header #nav-menu>div:last-of-type {
		border-bottom: none;
	}

	#page-container #main-header #nav-menu li.menu-item-has-children.et-show-dropdown>.sub-menu {
		border-top: solid 1px var(--clr-border);
		max-height: 500px;
	}

	#page-container #main-header #nav-menu li {
		border-bottom: solid 1px var(--clr-border);
		display: block;
		margin: 0;
		padding: 0;
	}

	#page-container #main-header #nav-menu li:last-of-type {
		border-bottom: 0;
	}

	#page-container #main-header #nav-menu li a {
		padding: 12px;
	}

	#page-container #main-header #nav-menu .sub-menu {
		border-top: solid 1px transparent;
		max-height: 0;
		opacity: 0;
		padding: 0;
		transition: all 0.3s ease 0s;
		visibility: hidden;
	}

	#page-container #main-header #nav-menu li.menu-item-has-children.et-show-dropdown>.sub-menu {
		background-color: #F7F7F7;
	}

	#page-container #main-header #nav-menu .sub-menu li {
		padding: 0;
	}

	#page-container #main-header #nav-menu .sub-menu li a {
		padding: 15px 10px;
		width: auto;
	}

	#page-container #main-header #nav-menu .sub-menu li:nth-of-type(2) a {
		margin-top: 0;
	}

	#page-container #main-header #nav-menu .sub-menu li:last-of-type a {
		margin-bottom: 0;
	}

	#page-container #main-header #nav-menu li.close-submenu {
		background: var(--clr-secondary);
		border-bottom: none;
		border-top: none;
		height: 38px;
		letter-spacing: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0px;
		z-index: 10;
	}

	#page-container #main-header #nav-menu li.close-submenu a {
		color: transparent !important;
		height: 38px;
		margin: 0 !important;
		padding: 0;
		text-align: center;
		width: 38px;
	}

	#page-container #main-header #nav-menu li li.close-submenu a:after {
		color: #ffffff !important;
		content: '\4d';
		font-family: 'ETmodules';
		font-size: 2rem;
		letter-spacing: 0;
		line-height: 38px;
		position: absolute;
		right: 50%;
		top: 50%;
		transform: translate(50%, -50%);
		height: 100%;
		width: 100%;
	}

	.reverse-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.reverse-row>.et_pb_column:first-of-type {
		margin-bottom: 0 !important;
	}

	.reverse-row>.et_pb_column:last-of-type {
		margin-bottom: 30px !important;
	}
	
	.remove-mobile-margins {
		margin-bottom: 0!important;
	}
}

@media screen and (min-width: 981px) {
	/* ----------------------------- General ------------------------------ */ 
	html body {
		font-size: 1.125rem
	}

	h1, .et_pb_column .large-heading :is(h2, h3, h4), .et_pb_column .large-heading:is(h2, h3, h4, span) {
		font-size: 3.75rem;
	}

	h2, .et_pb_column h2, #resource-archive-header h1 {
		font-size: 3rem;
	}

	h3, .et_pb_column h3 {
		font-size: 2.25rem;
	}

	h4, .et_pb_column h4, .testimonial-row .testimonial-content :is(h3, p) {
		font-size: 1.5rem;
	}

	.et_pb_text ul, #single-post-content ul {
		list-style-position: outside;
		padding-left: 1em;
	}

	.mobile-centered, .et_pb_module.et_pb_text_align_left.mobile-centered {
		text-align: left;
	}

	.mobile-centered.right-aligned, .et_pb_module.et_pb_text_align_right.mobile-centered {
		text-align: right;
	}

	.et_pb_text.mobile-centered :is(ul, ol) {
		list-style-position: outside;
	}

	.mobile-centered .divider-line {
		margin: 15px auto 25px 0;
		width: 100px;
	}

	.mobile-centered.right-aligned .divider-line {
		margin: 15px 0 25px auto;
	}

	.equal-hgt-col {
		display: flex;
		overflow: hidden;
	}

	.equal-hgt-img {
		height: 100%;
	}

	.vert-center {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}

	.desktop-hide {
		display: none;
	}

	/* Navigation */
	#et-main-area {
		--main-header-height: 102px;
	}

	.header-item .display-mobile {
		display: none!important;
	}

	/* Main Header */
	#page-container .header-item:not(.header-menu) {
		width: 180px;
	}

	#page-container #main-header #topbar .header-item:not(.header-menu) {
		width: 204px;
	}

	/* Nav Logo */
	.header-logo {
		margin-right: 0;
	}

	/* Nav Menu */
	#page-container #main-header .header-menu, #page-container #main-header .header-menu .menu {
		display: flex !important;
		justify-content: center;
		padding: 0;
	}

	#page-container #main-header #nav-menu {
		background: transparent;
		border: 0;
		flex-direction: row;
		height: auto !important;
		opacity: 1 !important;
		overflow: visible;
		position: static;
		top: 0 !important;
		transition: none;
		visibility: visible !important;
	}

	#page-container #main-header .header-menu {
		width: calc(100% - 380px);
	}

	#page-container #main-header #topbar .header-menu {
		width: calc(100% - 428px);
	}

	#page-container #main-header .header-menu .menu {
		align-items: center;
	}

	#page-container #main-header .header-menu>div {
		border-bottom: none !important;
		padding: 0;
	}

	#page-container #main-header .header-menu :is(div, .menu) {
		height: 100%;
	}

	#page-container #main-header #topbar .header-menu li {
		border-right: 1px solid var(--clr-border);
		display: block;
		margin: 0;
		padding: 0 5px;
		text-align: center;
	}

	#page-container #main-header #topbar .header-menu li a {
		font-size: 0.75rem;
		padding: 5px;
	}

	#page-container #main-header #topbar .header-menu li:last-of-type {
		border-right: 0;
		padding-right: 0;
	}

	#page-container #main-header .header-menu li {
		border: 0;
		display: inline-block;
		margin: 0;
		padding: 0 8px 0 0;
		text-align: center;
	}

	#page-container #main-header .header-menu li:last-of-type {
		padding: 0;
	}

	#page-container #main-header #nav-menu li li {
		padding: 0;
		margin: 0;
	}

	#page-container #main-header .header-menu li a {
		font-size: 0.75rem;
		margin: 0;
		padding: 6px;
	}

	#page-container #main-header .header-menu li:last-of-type {
		margin-right: 0;
	}

	#page-container #main-header #nav-menu li.menu-item-has-children>a:first-child:after {
		font-size: 14px;
		line-height: 0;
		position: relative;
		right: 0;
	}

	#page-container #main-header #nav-menu li.menu-item-has-children>a:first-child {
		padding-right: 6px;
	}

	#page-container #main-header #nav-menu .sub-menu {
		background-color: #ffffff;
		border-top: 5px solid #11112C;
		bottom: -10px;
		box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
		display: block;
		left: 0;
		opacity: 0;
		padding: 0;
		position: absolute;
		text-align: left;
		transform: translateY(100%);
		transition: all .2s ease 0s;
		visibility: hidden;
	}

	#page-container #main-header #nav-menu li:is(:hover, :focus-within)>.sub-menu {
		background-color: #ffffff;
		max-height: 500px;
		padding: 0;
		opacity: 1;
		visibility: visible;
	}

	#page-container #main-header #nav-menu .sub-menu:before {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #11112C;
		content: "";
		pointer-events: auto;
		height: 0;
		left: 20%;
		position: absolute;
		top: -4px;
		transform: translateY(-100%);
		transition: all .2s ease 0s;
		width: 0;
	}

	#page-container #main-header #nav-menu .sub-menu li {
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	#page-container #main-header #nav-menu .sub-menu li:not(:last-of-type) {
		border-bottom: solid 1px #11112C;
	}

	#page-container #main-header #nav-menu .sub-menu li a {
		padding: 10px;
		width: 200px;
	}

	#mobile-nav-icon, #page-container #main-header #nav-menu li.close-submenu, .mobile-menu-container {
		display: none !important;
	}

	/* --------------------------- Global Buttons ---------------------------- */

	.overlap-btn-module {
		bottom: 0;
		position: absolute;
		right: 0;
	}

	/* ----------------------- Testimonials ------------------------- */
	.testimonial-arrow {
		display: flex;
	}

	#testimonial-wrapper .flex-viewport .testimonial-loop-item {
		padding: 50px 75px;
	}

	#testimonial-wrapper {
		margin-bottom: 75px;
	}

	#testimonial-wrapper:before {
		bottom: -75px;
		width: calc(100% - 75px);
	}

	#testimonial-wrapper .flex-viewport {
		margin-left: 75px;
	}

	#testimonials .et_pb_code_inner:before, #testimonials .et_pb_code_inner:after {
		color: #ffffff;
		font-family: 'Font Awesome 6 Pro';
		font-weight: 900;
		font-size: 40px;
		position: absolute;
		z-index: 1;
	}

	#testimonials .et_pb_code_inner:before {
		content: "\f10d";
		left: 3px;
		top: 5px;
	}

	#testimonials .et_pb_code_inner:after {
		bottom: -70px;
		content: "\f10e";
		right: 3px;
	}

	#testimonial-wrapper .testimonial-loop-item p, #testimonial-archive-wrapper .testimonial-loop-item p {
		font-size: 2rem;
	}

	#testimonial-wrapper ul.flex-direction-nav {
		bottom: -75px;
		right: 75px;
	}

	#testimonial-wrapper .flex-direction-nav li a, #testimonial-wrapper .flex-direction-nav li a.flex-prev, #testimonial-wrapper .flex-direction-nav li a.flex-next {
		width: 75px;
		height: 75px;
	}

	/* ----------------------- Employees ----------------------- */
	.emp-list .emp-single {
		width: 32.5%;
	}

	/* ----------------------- Homepage Elements ----------------------- */

	/* ----------------------- Internal Pages ----------------------- */
	#error-404 {
		padding: 75px 0;
	}

	/* -------------------------- Post Wrapper Layout and Column Styles -------------------------- */
	.flex-wrapper[data-columns="3"] :is(.post-item, .form-check) {
		width: calc(100%/3 - 25px);
	}

	.flex-wrapper[data-columns="5"] :is(.post-item, .form-check) {
		width: calc(100%/5 - 25px);
	}

	:is(.flex-wrapper[data-columns="4"], .flex-wrapper[data-columns="6"], .flex-wrapper[data-columns="8"]) :is(.post-item, .form-check) {
		width: calc(100%/4 - 25px);
	}

	.et_pb_row.flex-wrapper > .et_pb_column, .et_pb_gallery .et_pb_gallery_items > .et_pb_gallery_item {
		margin-right: 25px;
		width: calc(25% - (25px * (3/4)));
	}

	.et_pb_row.flex-wrapper > .et_pb_column:last-of-type {
		margin-right: 0;
	}

	/* -------------------------- Post Archives ----------------------------- */
	.layout-section {
		padding: 100px 0;
	}

	/* ------------------------ Single Post Page --------------------------- */
	#post-content {
		padding: 50px 25px;
	}

	.post-body {
		padding: 0;
	}

	.post-body>div:first-of-type {
		order: 0;
		padding: 0 0 0 110px;
		width: 25%;
	}

	.post-body>div:last-of-type {
		order: 0;
		padding: 0 110px 0 0;
		width: 70%;
	}

	#post-header .post-body>div {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	#post-featured-wrapper div.heateor_sss_sharing_ul {
		flex-direction: column;
		justify-content: flex-start;
	}

	#post-featured-wrapper .heateorSssSharingRound {
		margin: 0 0 10px !important;
	}

	#post-content-body-wrapper {
		padding: 75px 0;
	}

	#single-post-content {
		padding-bottom: 0;
	}

	#single-post-content h2 {
		font-size: 2.25rem;
	}

	#single-post-content h3 {
		font-size: 1.75rem
	}

	.post-meta-info h4 {
		font-size: 1.25rem;
	}

	/***** Single Post Page --- UPDATED --- *****/
	#post-grid {
		display: grid;
		grid-template-columns: 3fr minmax(300px, 1fr);
		grid-gap: 25px;
	}

	#post-content, #post-sidebar {
		margin-bottom: 0;
	}

	/***** Single Post Page Share Links --- UPDATED --- *****/
	#post-share-wrapper {
		height: calc(100% - 150px);
		position: absolute;
		top: 50px;
		transform: translateX(-50%);
	}

	#post-share-wrapper .heateor_sss_sharing_ul {
		flex-direction: column;
		position: sticky;
		top: 178.5px;
	}

	#post-share-wrapper .heateor_sss_sharing_ul a {
		margin: 0 0 10px;
	}

	#post-share-wrapper .heateor_sss_sharing_ul a:last-of-type {
		margin: 0
	}

	/* ---------------------- Search/Career Archives --------------------- */
	.search-loop-item {
		display: flex;
	}

	.search-loop-item .post-info {
		margin-right: 75px;
		width: 50%;
	}

	.search-loop-item .post-feat-img {
		margin: 0;
		order: 1;
		width: 30%;
	}

	#career-filters > div.form-group {
		margin: 0 50px 0 0;
		width: 30%;
	}

	/* ---------------------- Career Single Post Page --------------------- */
	/* ----------------------- Miscellaneous ----------------------- */
	.shadowed-img img {
		box-shadow: 250px -125px 0px 0px #FCA311;
	}

	.shadowed-img-dark img {
		box-shadow: 250px -125px 0px 0px #FCA311;
	}

	.split-background:after {
		display: block;
	}
	
	.framed-img, .framed-img :is(span, img) {
        height: 100%;
    }
    
    .framed-img img {
		height: 100%;
        left: 0;
        max-height: 500px;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .framed-img span {
		display: block;
        position: relative;
        width: 100%;
    }
	
	.floating-btn {
		bottom: -100px;
	}

	/* --------------------------- Footer Area ---------------------------- */
	#main-footer > div {
		align-items: center;
	}

	#main-footer .et_pb_equal_columns .et_pb_column:first-of-type {
		flex-grow: 1;
		margin-right: 50px;
		width: auto;
	}

	#main-footer .et_pb_equal_columns .et_pb_column:last-of-type {
		width: auto;
	}
	
	body .socials {
		justify-content: flex-start;
	}

	#footer-branding > div {
		align-items: center;
		display: flex;
		text-align: left;
	}

	.wc-footer-branding {
		margin: 0 25px 0 0;
	}

	#main-footer ul.wecreate-social-icons {
		float: right;
		margin: 0;
		text-align: right;
		width: auto;
	}

	#main-footer ul.wecreate-social-icons.et_pb_social_media_follow li {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1281px) {
	/* Fonts */ h1, .et_pb_column .large-heading :is(h2, h3, h4), .et_pb_column .large-heading:is(h2, h3, h4, span) {
		font-size: 4.5rem;
	}

	/* Navigation */
	#page-container .header-item:not(.header-menu) {
		width: 230px;
	}

	#page-container #main-header #topbar .header-item:not(.header-menu) {
		width: 254px;
	}

	#page-container #main-header .header-menu {
		width: calc(100% - 520px);
	}

	#page-container #main-header #topbar .header-menu {
		width: calc(100% - 568px);
	}

	#page-container #main-header .header-menu li {
		padding: 0 15px 0 0;
	}

	#page-container #main-header .header-menu li a {
		font-size: 0.85rem;
		margin: 0;
		padding: 8px;
	}
}