/*
Theme Name: Steel Cap Commercial 2025
Description: Steel Cap Commercial basic 
Theme URI: https://localwebhub.com
Version: 2.0.11
Author: Dmitriy Agadzhanov
Author URI: https://localwebhub.com
Requires at least: WordPress 6.0.0
Tested up to: WordPress 6.6.2
Requires PHP: 8.0
*/

/*
Lato Medium font-family: lato, sans-serif;font-weight: 700;font-style: normal, italic;
Lato Medium font-family: lato, sans-serif;font-weight: 500;font-style: normal;
Lato Regular font-family: lato, sans-serif;font-weight: 400;font-style: normal, italic;
Lato Regular font-family: lato, sans-serif;font-weight: 300;font-style: normal, italic;
*/

/*
BACKGROUNDS
white-bg-mod : White
blue-dark-bg-mod : Dark Blue
blue-light-bg-mod : Light Blue
orange-bg-mod : Orange
staircase-blue-bg-mod : Staircase Blue
staircase-gray-bg-mod : Staircase Light Gray
floating-triangles-orange-bg-mod : Floating Triangles Orange
floating-triangles-multi-bg-mod : Floating Triangles Multicolor
pattern-triangles-orange-bg-mod : Pattern Triangles Orange
pattern-triangles-blue-bg-mod : Pattern Triangles Blue
mini-triangles-blue-bg-mod : Mini Triangles Blue
flat-triangles-multi-blue-bg-mod : Flat Triangles Multicolor BluBG
flat-triangles-multi-gray-bg-mod : Flat Triangles Multicolor GrayBG
*/

body {
	--theme-blue: #004f6d;
	--theme-blue-gradient: linear-gradient(270deg, var(--theme-blue) 0%, rgba(0, 0, 0, 0) 100%);
	--theme-light-blue: #069ecf;
	--theme-light-grey: #ededed;
	--theme-light-grey-gradient: linear-gradient(270deg, var(--theme-light-grey) 0%, rgba(0, 0, 0, 0) 100%);
	--theme-orange: #e87511;
	--theme-lime: #cee007;
	--theme-orange-grad: rgb(232, 117, 17);
	--theme-blue-grad: linear-gradient(90deg, #069ECF 40%, #8CCFE7 100%);
	--theme-abstract-bg: url(../images/abstract-bg-2.jpg);
	--theme-abstract-bg-block: url(../../images/abstract-bg-2.jpg);
	--theme-red: #e14925;
	--theme-general-border-radius: 10px;
	--theme-black: #595a5d;
	letter-spacing: 0.05em;
	color: var(--theme-black);
}

.object-fit-cover>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-size: cover;
}

.object-fit-contain>img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	background-size: contain;
}

.article a:not(.theme-button):not(.wp-block-button__link) {
	color: var(--theme-orange);
	transition: color .3s;
}

.capitalized-link:hover,
.capitalized-link:focus,
.article a:not(.theme-button):focus,
.article a:not(.theme-button):hover {
	color: #005677;
}

.capitalized-link {
	text-transform: uppercase;
	font-size: 1.125rem;
	letter-spacing: .075em;
	font-weight: 900;
	color: var(--theme-blue);
	transition: color .3s;
}

p:empty {
	display: none;
}

.article ul>li {
	margin-bottom: .3em;
}

.article ul>li>ul {
	margin-top: .3em;
}


.ul-check-mod {
	list-style-type: none;
	padding-left: 1.5em;
}

.ul-check-mod li {
	position: relative;
}

.ul-check-mod li:before {
	content: "\2714";
	position: absolute;
	left: -1.2em;
	color: var(--theme-orange);
}

.ul-check-blue-mod li:before {
	color: var(--theme-blue)
}

.ul-check-light-blue-mod li:before {
	color: var(--theme-light-blue)
}

.single-post--content-width>ul:not([class]),
.ul-dot-mod {
	list-style-type: none;
	padding-left: 1.5em;
}

.single-post--content-width>ul:not([class])>li,
.ul-dot-mod li {
	position: relative;
}

.single-post--content-width>ul:not([class])>li:before,
.ul-dot-mod li:before {
	content: "\2022";
	position: absolute;
	left: -1.2em;
	color: var(--theme-orange);
}

.ul-dot-blue-mod li:before {
	color: var(--theme-blue);
}

.ul-dot-light-blue-mod li:before {
	color: var(--theme-light-blue);
}

.ul-separator {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 0;
}

.ul-separator li {
	border-bottom: 1px solid #eee;
	padding-top: .1em;
	padding-bottom: .5em;
}

.single-post--content-width>ol:not([class]),
.ol-num-mod {
	counter-reset: items;
	padding-left: .7em;
}

.single-post--content-width>ol:not([class])>li,
.ol-num-mod li {
	display: block;
	counter-increment: items;
	position: relative;
	padding-left: 2.3em;
	margin-bottom: 1em;
}

.single-post--content-width>ol:not([class])>li:before,
.ol-num-mod li:before {
	content: "";
	position: absolute;
	height: 1.75em;
	width: 1.75em;
	background: var(--theme-orange);
	border-radius: 50%;
	left: 0;
	top: 0;
}

.ol-num-blue-mod li:before {
	background: var(--theme-blue);
}

.ol-num-light-blue-mod li:before {
	background: var(--theme-light-blue);
}

.single-post--content-width>ol:not([class])>li:after,
.ol-num-mod li:after {
	content: "0" counter(items)" ";
	display: inline-block;
	width: 2em;
	text-align: center;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 0.875em;
	line-height: 2em;
}

.single-post--content-width>ol:not([class])>li:nth-child(n+10):after,
.ol-num-mod li:nth-child(n+10):after {
	content: "" counter(items)" ";
}


.article blockquote {
	border-left: 4px solid var(--theme-blue);
	padding-left: 15px;
	font-size: 1.1em;
	margin-bottom: 30px;
}

.article blockquote cite {
	font-style: italic;
	font-size: .8em;
}

.narrow-container {
	max-width: 1100px;
}

.simple-copy--container {
	max-width: 1100px;
	padding-left: 30px;
	padding-right: 30px;
}

.content-width-narrow .simple-copy--container {
	max-width: 800px;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.alignleft,
.alignright,
.aligncenter {
	display: block;
	margin: 0 auto 30px auto;
}

@media (min-width:768px) {
	.alignleft {
		margin: 0 20px 20px 0;
		float: left;
	}

	.alignright {
		float: right;
		margin: 0 0 20px 20px;
	}
}

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

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

@media (max-width: 575px) {
	.sm-ignore-br br {
		display: none;
	}
}

@media (max-width: 767px) {
	.md-ignore-br br {
		display: none;
	}
}

@media (max-width: 991px) {
	.lg-ignore-br br {
		display: none;
	}
}

.small-title {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.small-subhead,
.h6,
h6 {
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: .05em;
}

.medium-title {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.giant-title,
.large-title {
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.01em;
}

.large-copy {
	font-size: 1.125rem;
	line-height: 1.4;
}

.acf-block-preview * {
	box-sizing: border-box;
}

@media (min-width: 992px) {

	.medium-title {
		font-size: 2.25rem;
	}

	.giant-title,
	.large-title {
		font-size: 3rem;
	}

	.large-copy {
		font-size: 1.25rem;
	}

	.acf-block-preview .large-title,
	.acf-block-preview .giant-title {
		font-size: 2.25rem;
	}

}

.menubar--hamburger {
	display: flex;
	align-self: center;
	padding: 0 0 0 12px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	-webkit-tap-highlight-color: transparent;
	line-height: 0;
}

.menubar--hamburger:focus,
.menubar--hamburger:hover {
	outline: none;
}

.menubar--hamburger-box {
	width: 21px;
	height: 31px;
	display: inline-block;
	position: relative;
}

.menubar--hamburger-box span {
	display: block;
	width: 21px;
	height: 7px;
	background-color: var(--theme-blue);
	border-radius: 0;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	transform-origin: center;
}

body.menu-overlap:not(.after-scroll):not(.menu-active) .menubar--hamburger-box span {
	background-color: #fff;
}

.menubar--hamburger-box span:nth-child(1) {
	top: 0;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menubar--hamburger-box span:nth-child(2) {
	top: 12px;
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menubar--hamburger-box span:nth-child(3) {
	top: 24px;
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-active .menubar--hamburger-box span:nth-child(1) {
	transform: translate3d(0, 7px, 0) rotate(135deg);
	transition-delay: 0.1s;
}

.menu-active .menubar--hamburger-box span:nth-child(2) {
	transform: translate3d(0, -5px, 0) rotate(-135deg);
	transition-delay: 0.1s;
}

.menu-active .menubar--hamburger-box span:nth-child(3) {
	background-color: #005677;
	transform: translate3d(0, 0, 0) rotate(360deg);
	transition-delay: 0.1s;
	opacity: 1;
}

.menubar--section {
	background: #fff;
	position: sticky;
	top: 0;
	/* box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 14%); */
	border-bottom: 1px solid #e2e2e2;
	z-index: 4;
	transition: background-color .3s;
}

body.menu-overlap .menubar--section {
	position: fixed;
	left: 0;
	right: 0;
}

body.menu-overlap:not(.after-scroll):not(.menu-active) .menubar--section {
	background: transparent;
	box-shadow: none;
	border-bottom: 0;
	transition: background-color 0s;
}

body.menu-overlap:not(.after-scroll):not(.menu-active) .menubar--search-wrap,
body.menu-overlap:not(.after-scroll):not(.menu-active) .menubar--menu {
	color: #fff;
}

body.menu-overlap:not(.after-scroll):not(.menu-active) .menubar--menu>li {
	background: transparent;
}

body.menu-overlap:not(.after-scroll):not(.menu-active) .menubar--menu>li:after {
	display: none;
}

.menubar--logo-wrap {
	position: relative;
}

.menubar--logo-wrap .menubar--logo.white-mod {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

body.menu-overlap:not(.after-scroll):not(.menu-active) .menubar--logo-wrap .menubar--logo.white-mod {
	opacity: 1;
}


@media (min-width: 601px) {
	.admin-bar .menubar--section {
		top: 46px;
	}
}

@media (min-width: 783px) {
	.admin-bar .menubar--section {
		top: 32px;
	}
}

.vimeo--video[data-fill="1"] {
	overflow: hidden;
}

.vimeo--video[data-fill="1"] iframe {
	position: absolute;
}

.has-fixed-background {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
	.has-fixed-background {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion: reduce) {
	.has-fixed-background {
		background-attachment: scroll;
	}
}

.slick-slide img.lazyloading {
	opacity: 1;
}

/* .slick-track{
	display: -ms-flexbox;
	display: flex !important;
}

.slick-slide {
	display: -ms-flexbox;
	display: flex !important;
	height: auto;
} */

.grecaptcha-badge {
	visibility: collapse !important;
}

.recaptcha--terms {
	font-size: .6rem;
}

a.menubar--skip {
	display: inline-block;
	padding: 6px;
	position: absolute;
	top: -50px;
	left: 0px;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-bottom-right-radius: 8px;
	background: #BF1722;
	-webkit-transition: top 1s ease-out;
	transition: top 1s ease-out;
	text-decoration: underline;
	z-index: 100;
}

a.menubar--skip:focus {
	left: 0px;
	top: 0px;
	outline-color: transparent;
	-webkit-transition: top .1s ease-in;
	transition: top .1s ease-in;
}

.white-bg-mod {
	background-color: #fff;
	color: var(--theme-black);
}

.blue-bg-mod {
	background: #8fb0be;
	color: #fff;
}

.light-grey-mod {
	background: #f3f3f3;
}

.blue-light-bg-mod {
	background: var(--theme-light-blue);
	color: #fff;
}

.orange-bg-mod {
	background: var(--theme-orange);
	color: #fff;
}

.red-bg-mod {
	background: var(--theme-red);
	color: #fff;
}

.dark-bg-mod,
.blue-dark-bg-mod {
	background: var(--theme-blue);
	color: #fff;
}

.light-blue-geom-mod {
	background-image: var(--theme-abstract-bg);
	background-color: var(--theme-light-blue);
	background-blend-mode: multiply;
	background-size: cover;
	color: #fff;
}

.dark-blue-geom-mod {
	background: var(--theme-blue);
	background-image: var(--theme-abstract-bg);
	background-blend-mode: color-burn;
	background-size: cover;
	color: #fff;
}

.black-geom-mod {
	background-image: var(--theme-abstract-bg);
	background-color: rgb(213 213 213);
	background-blend-mode: difference;
	background-size: cover;
	color: #fff;
}

.blue-arches-bg-mod {
	background: var(--theme-blue);
	background-size: cover;
	background-position: center top;
	color: #fff;
}

.arch-bottom-mod {
	position: relative;
	z-index: 1;
	margin-bottom: -2.5vw;
	clip-path: circle(500vw at 50% calc(100% - 500vw));
}

/* 2023 Backgrounds */
.staircase-gray-bg-mod,
.staircase-blue-bg-mod {
	position: relative;
	color: #fff;
	background-image: url(../images/staircase-pattern-blue.svg);
	background-size: 4000px auto;
	background-color: var(--theme-blue);
}

.staircase-gray-bg-mod {
	color: var(--theme-black);
	background-image: url(../images/staircase-pattern-gray.svg);
	background-color: var(--theme-light-grey);
}

.floating-triangles-orange-bg-mod {
	color: #fff;
	background-color: var(--theme-orange);
	background: url(../images/orange-triangles-bg-mod.svg);
	background-size: 2048px auto;
}

.floating-triangles-multi-bg-mod {
	color: #fff;
	background: url(../images/AIM_BG_FloatingTriangles_MultiColor.svg);
	background-size: 2048px auto;
}

.pattern-triangles-blue-bg-mod,
.pattern-triangles-orange-bg-mod {
	color: #fff;
	background: url(../images/AIM_BG_PatternTriangle-Transparent.svg);
	background-size: 2048px auto;
	background-color: var(--theme-orange);
}

.mini-triangles-blue-bg-mod {
	position: relative;
	color: #fff;
	background-color: var(--theme-blue);
	background-image: url(../images/AIM_BG_MiniTriangles_DarkBlue.svg);
	background-size: 2048px auto;
}

.pattern-triangles-blue-bg-mod {
	background-color: var(--theme-blue);
}

.flat-triangles-multi-blue-bg-mod {
	color: #fff;
	background-color: var(--theme-blue);
	background-image: url(../images/AIM_BG_FlatTriangles_MultiColor.svg);
	background-size: 2048px auto;
	background-position: center;
}

.flat-triangles-multi-gray-bg-mod {
	color: var(--theme-black);
	background-color: var(--theme-blue);
	background-image: url(../images/AIM_BG_FlatTriangles_MultiColor_LightGray.svg);
	background-size: 2048px auto;
	background-position: center;
}

.mini-triangles-blue-bg-mod:before,
.staircase-gray-bg-mod:before,
.staircase-blue-bg-mod:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--theme-blue-gradient);
}

.staircase-gray-bg-mod:before {
	background: var(--theme-light-grey-gradient);
}

.mini-triangles-blue-bg-mod>.container,
.staircase-gray-bg-mod>.container,
.staircase-blue-bg-mod>.container {
	position: relative;
}

/* END 2023 Backgrounds */

.slick-track {
	display: flex;
}

.slick-initialized .slick-slide {
	display: flex;
	flex-direction: column;
	height: auto;
}

.slick-initialized .slick-slide>div {
	flex-grow: 1;
}

.acf-block-preview>section,
.acf-block-preview>div {
	border: 1px solid #ccc;
	min-height: 40px;
}

.acf-block-preview .lwh-spacer {
	margin: 0 !important;
}

.acf-block-preview>div:before,
.acf-block-preview>section:before,
.acf-block-preview>blockquote:before {
	content: attr(data-blockname);
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	font-size: .875rem;
	background: #ccc;
	color: var(--theme-black);
	line-height: 1.5;
	z-index: 1;
}

/* search */

.menubar--search-wrap.desktop-mod {
	display: none;
}

@media (max-width: 1199px) {
	.menubar--search-mobile {
		padding: 0 30px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	.menubar--search-mobile .search-form {
		position: relative;
	}

	.menubar--search-mobile .search-form label {
		display: block;
		margin-bottom: 0;
	}

	.menubar--search-mobile input[type="search"] {
		background: transparent;
		width: 100%;
		display: block;
		border: none;
		font-size: 1em;
		padding: 20px 0 20px 40px;
		color: #fff;
	}

	.menubar--search-mobile input[type="search"]:focus {
		outline: none;
	}

	.menubar--search-mobile input[type="submit"] {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 35px;
		padding: 0;
		margin: 0;
		border: none;
		background: transparent;
		background-image: url(../images/search-icon-white.svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 25px auto;
		overflow: hidden;
		text-indent: -200px;
		cursor: pointer;
	}
}

@media (min-width: 1200px) {
	.menubar--search-wrap.desktop-mod {
		display: block;
		align-self: center;
	}

	.menubar--search-button {
		background: transparent;
		border: none;
		margin: 0;
		padding: 0;
		color: inherit;
		padding: 0 10px;
		cursor: pointer;
	}

	.menubar--search-button:focus {
		outline: none;
		color: var(--theme-orange);
	}

	.menubar--search-button-icon {
		height: 1.5em;
		width: auto;
	}

	.menubar--search {
		background: #fff;
		max-width: 1200px;
		margin: 0 auto;
	}

	.menubar--search-container {
		padding: 15px 30px;
	}

	.menubar--search-form-col {
		padding: 0 60px;
	}

	.menubar--search-close-button {
		align-self: flex-end;
		padding: 0;
		margin: 0;
		background: transparent;
		border: none;
		cursor: pointer;
	}

	.menubar--search-logo {
		width: 94px;
		height: auto;
	}

	.menubar--search-form-col .search-form {
		position: relative;
	}

	.menubar--search-form-col .search-form label {
		display: block;
		margin-bottom: 0;
	}

	.menubar--search-form-col input[type="search"] {
		border-radius: 40px;
		background: #ebebeb;
		width: 100%;
		display: block;
		border: none;
		padding: 10px 30px 10px 60px;
	}

	.menubar--search-form-col input[type="submit"] {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 50px;
		padding: 0;
		margin: 0;
		border: none;
		background: transparent;
		background-image: url(../images/search-icon.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 25px auto;
		overflow: hidden;
		text-indent: -200px;
		cursor: pointer;
	}
}

/* -- */

/* Forms and Inputs */
.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield.gform_hidden {
	padding-right: 0 !important;
}

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

.gform_fields input,
.gform_fields select,
.gform_fields textarea {
	padding: .9em .9em .9em 1.4em !important;
	border: 1px solid #c2c2c2;
	border-radius: 6px;
	background-color: #fff;
}

textarea:focus::placeholder,
input:focus::placeholder {
	color: var(--theme-blue);
}

.gform_fields input:focus,
.gform_fields select:focus,
.gform_fields textarea:focus {
	outline: none;
	border-color: var(--theme-blue);
}

body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text] {
	font-size: 1rem;
	padding: 8px;
}

body .gform_wrapper.gravity-theme input[type=submit] {
	font-size: 1rem;
	padding: 1rem;
}

body .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.03em;
}

body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_page_footer button {
	margin-top: 20px;
}

body .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description,
body .gform_wrapper.gravity-theme .gfield_consent_description {
	overflow: auto;
}

#field_submit button {
	width: 100%;
	min-width: 0;
}

.single-post--content-width>[data-blockname],
.single-post--content-width>.alignfull {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 780px) {

	.single-post--content-width>[data-blockname],
	.single-post--content-width>.alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - ((100vw - var(--scrollbar-width)) / 2));
		margin-right: calc(50% - ((100vw - var(--scrollbar-width)) / 2));
	}
}


.menubar--section {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
}

.menubar--menu a {
	transition: color .3s;
}

.menubar--logo.full-mod {
	display: none;
}

body.menu-overlap:not(.after-scroll):not(.menu-active) .menubar--logo.full-mod {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 87px;
}

body.menu-overlap:not(.after-scroll) .menubar--logo.dark-mod {
	visibility: hidden;
}

body.menu-overlap.menu-active .menubar--logo.dark-mod {
	visibility: visible;
}

@media (max-width: 1199px) {

	.menubar--menu .current-menu-item>a,
	/* .menubar--menu .current-page-ancestor > a, */
	.menubar--menu .current-menu-parent>a,
	.menubar--menu a:focus,
	.menubar--menu a:hover {
		color: var(--theme-orange);
		outline: none;
	}

	.menubar--container {
		padding: 10px 15px;
		display: flex;
		justify-content: space-between;
	}

	.menubar--logo-wrap {
		align-self: center;
		z-index: 5;
	}

	.menubar--logo.full-mod {
		display: none;
	}

	.menubar--logo {
		width: 52px;
		height: auto;
	}

	.menubar--menu-wrap {
		text-align: left;
		position: fixed;
		top: 56px;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
		background: #005677;
		color: #fff;
		z-index: 0;
		padding: 20px 0 30px;
		visibility: hidden;
		transform: translateY(-30px);
		opacity: 0;
		transition: transform .3s, opacity .3s;
	}

	.admin-bar .menubar--menu-wrap {
		top: 100px;
	}

	.menu-active .menubar--menu-wrap {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.menubar--menu,
	.menubar--menu .sub-menu {
		text-align: left;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.menubar--menu .sub-menu {
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: 0.03em;
		padding-left: 20px;
		margin-top: 5px;
	}

	.menubar--menu .sub-menu>li {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.menubar--menu>li {
		border-bottom: 1px solid #ccc;
		padding: 22px 30px;
		position: relative;
	}

	.menubar--menu>li.menu-parent-item:after {
		content: "";
		position: absolute;
		width: 18px;
		height: 1em;
		background-image: url(../images/expand-down-white.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		right: 20px;
		top: 27px;
		transition: transform .3s;
	}

	.menubar--menu>li.sfHover.menu-parent-item:after {
		transform: rotate(180deg);
	}

	.menubar--menu>li:last-child {
		border-bottom: 0;
		background: var(--theme-blue);
		text-align: center;
		margin-top: -1px;
	}

	.menubar--menu>li:last-child a {
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
	}

	.menubar--menu>li>a {
		letter-spacing: .03em;
		font-weight: 500;
	}

	.megamenu--featured,
	.megamenu--teaser {
		display: none !important;
	}

}


@media (min-width: 1200px) {

	.menubar--container {
		padding: 15px 30px;
		display: flex;
		justify-content: space-between;
	}

	.menubar--menu .current-menu-item>a,
	/* .menubar--menu .current-page-ancestor > a, */
	.menubar--menu .current-menu-parent>a,
	.menubar--menu a:focus,
	.menubar--menu a:hover {
		color: #005677;
		outline: none;
	}

	body.menu-overlap:not(.after-scroll) .menubar--menu a:hover {
		color: #fff;
		outline: none;
	}

	.menubar--logo-wrap {
		align-self: center;
		position: relative;
		/* z-index: 4; */
	}

	.menubar--logo {
		width: 87px;
		height: auto;
	}


	.menubar--hamburger {
		display: none;
	}

	.menubar--menu-wrap {
		align-self: center;
	}

	.menubar--menu {
		font-size: .93em;
		position: relative;
		display: flex;
		list-style-type: none;
		padding: 0;
		margin: 0;
		font-weight: 500;
		letter-spacing: 0.03em;
		text-align: center;
	}

	.menubar--menu .sub-menu {
		font-weight: 900;
	}

	.menubar--menu:not(.sf-js-enabled) .sub-menu {
		display: none;
	}

	.menubar--menu>li {
		padding: 0 20px;
		position: relative;
	}

	.menubar--menu>li.menu-parent-item>a {
		padding-right: 1em;
	}

	.menubar--menu>li.menu-parent-item>a:before {
		content: "\2304";
		position: absolute;
		right: 0;
		top: -0.1em;
		font-size: 1em;
	}

	.menubar--menu>li>a {
		position: relative;
		display: inline-block;
	}

	.menubar--menu>li>a:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		height: 1px;
		background: #005677;
		width: 0;
	}

	.menubar--menu .current-menu-item>a:after,
	.menubar--menu .current-page-ancestor>a:after,
	.menubar--menu .current-menu-parent>a:after {
		width: 100%;
	}

	.menubar--container {
		position: relative;
	}

	.menubar--menu,
	.menubar--menu>li {
		position: relative;
	}

	.menubar--menu>li>.sub-menu {
		position: absolute !important;
		background: var(--theme-blue);
		color: #fff;
		list-style-type: none;
		padding: 20px 12px 1px;
		text-align: left;
		top: 42px;
		left: 50%;
		transform: translate3d(-50%, 0%, 0);
		z-index: 2;
		font-weight: 500;
		border-radius: 6px;
	}

	.menubar--menu>li>.sub-menu:before {
		content: "";
		top: -10px;
		left: 50%;
		margin-left: -10px;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent var(--theme-blue) transparent;
	}

	.menubar--menu>li>.sub-menu:after {
		content: "";
		position: absolute;
		top: -18px;
		left: 0;
		right: 0;
		height: 18px;
	}

	.menubar--menu .sub-menu>li {
		margin-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		min-width: 225px;
	}

	.menubar--menu .sub-menu .current-menu-item a,
	.menubar--menu .sub-menu a:not(.theme-button):hover,
	.menubar--menu .sub-menu a:not(.theme-button):focus {
		color: var(--theme-orange);
	}

}

.bloghero--container {
	padding: 30px 30px;
}

.bloghero--title {
	text-align: center;
	margin-bottom: 0;
}

.bloghero--subtitle {
	margin-top: 30px;
	font-weight: 400;
}

.bloghero--latest {
	max-width: 525px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	background: #fff;
}

.bloghero--copy-wrap {
	padding: 50px 30px 30px;
}

.bloghero--featured {
	position: relative;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: .075em;
	color: var(--theme-blue);
}

.bloghero--main-category {
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: .075em;
	margin-bottom: 20px;
}

.bloghero--featured-title {
	font-weight: 700;
	font-size: 1.25rem;
	text-align: left;
}

@media (max-width: 991px) {
	.bloghero--latest-wrap:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {

	.bloghero--latest-wrap {
		padding: 0 30px 30px;
	}

	.bloghero--latest {
		max-width: 1040px;
	}

	.bloghero--featured {
		position: absolute;
		top: 15px;
		right: 15px;
	}
}

.blog-index--container {
	padding: 30px;
}


.blog-card--category {
	font-size: .85rem;
	letter-spacing: .075em;
	margin-bottom: 20px;
	color: var(--theme-black);
}

.blog-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e2e2e2;
	min-height: 100%;
	border-radius: var(--theme-general-border-radius);
}

.blog-card--image {
	position: relative;
}

.blog-card--image:before {
	content: "";
	display: block;
	padding-bottom: 55%;
}

.blog-card--image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.blog-card--copy-wrap {
	padding: 30px;
}

.blog-card--title {
	font-size: 1.5rem;
	font-weight: 700;
}

.blog-card--readmore {
	text-transform: uppercase;
	font-size: 1.025rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.blog-card--title-wrap {
	transition: color .3s;
	color: var(--theme-black);
}

.blog-card--title-wrap:hover {
	color: #858687;
}

.blog-card-noimage {
	display: block;
	background: #fff;
	color: var(--theme-black);
	transition: all .3s;
	padding: 20px 15px 20px 15px;
	position: relative;
	overflow: hidden;
	height: 100%;
	border-radius: 6px;
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
}

.blog-card-noimage:hover {
	background: #ccdce2;
	color: var(--theme-blue);
}

.blog-card-noimage:hover:before {
	border-color: transparent #b9ced7 transparent transparent;
}

.blog-card-noimage--inside {
	position: relative;
	text-align: left;
}

.blog-card-noimage--title {
	letter-spacing: .05em;
	margin-bottom: 15px;
}

.blog-card-noimage--excerpt {
	letter-spacing: .05em;
	font-size: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-card-noimage--excerpt p:last-child {
	margin-bottom: 10px;
}

.no-image-mod .single-post--related-row {
	margin: 0 -7px;
}

.blog-index--col {
	margin-bottom: 30px;
}

.no-image-mod .single-post--related-col {
	padding: 0 7px;
	margin-bottom: 15px;
}

.no-image-mod .single-post--related-cta-wrap {
	margin-top: 30px;
}

.no-image-mod.single-post--related {
	position: relative;
}

.filter--container {
	padding: 0 30px;
}

.filter--label {
	display: block;
}

.filter--dropdown {
	width: 100%;
	max-width: 400px;
	padding: .5em;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 1.063rem;
	color: #595a5d;
	border-radius: 0;
	background: #fff;
}

.filter--dropdown:focus {
	outline-color: var(--theme-light-blue);
	outline-style: dashed;
	outline-width: thin;
}

/* @media (min-width: 992px) {
	
	.no-image-mod .single-post--related-left-treatment,
	.no-image-mod .single-post--related-right-treatment {
		font-size: 1vw;
		position: absolute;
		top: calc(50% - 20em);
		width: 0;
		height: 0;
		border-style: solid;		
	}
	
	.no-image-mod .single-post--related-left-treatment {
		left: 0;
		border-width: 20em 0 20em 50em;
		border-color: transparent transparent transparent #ecf1f3;
	}

	.no-image-mod .single-post--related-right-treatment {
		right: 0;
		border-width: 20em 50em 20em 0;
		border-color: transparent #ecf1f3 transparent transparent;
	}
} */

.pagination--container {
	padding: 30px;
}

.pagination--container>span,
.pagination--container>a {
	font-weight: 700;
	display: inline-block;
	padding: 3px 10px;
	font-size: 1.25rem;
	min-width: 32px;
}

.pagination--container .current {
	color: #1ed975;
}

.pagination--container a.prev span,
.pagination--container a.next span {}

.single-post--container {
	max-width: 1000px;
	padding: 30px 16px;
}

.single-post--content-width {
	max-width: 750px;
	margin: 15px auto 0;
	font-size: 1.125rem;
}

.single-post--title {
	margin-bottom: 15px;
}

.single-post--thumb {
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #e2e2e2;
}

.single-post--thumb img {
	width: calc(100% + 1px);
	max-width: none;
}

.single-post--content-width h2:not([class]) {
	font-size: 1.9rem;
}

.single-post--content-width h3:not([class]) {
	font-size: 1.5rem;
}

.single-post--category.tag-mod {
	font-size: 1.125rem;
	font-weight: 700;
}

.single-post--sharing {
	margin-top: 30px;
	margin-left: -3px;
}

.single-post--meta-top {
	text-align: center;
	font-style: italic;
	margin-bottom: 0;
	font-size: .9rem;
}

.single-post--section-top,
.single-post--section-bottom {
	border-bottom: 1px solid #e2e2e2;
}

.single-post--author-container {
	padding: 15px 30px 1px;
	text-align: center;
	max-width: 641px;
}

.single-post--author {
	color: var(--theme-blue);
	margin-bottom: 10px;
}

.single-post--author-by {
	display: block;
	font-size: 1rem;
	font-style: italic;
	text-transform: none;
	font-weight: 400;
	color: #2f3233;
	margin-bottom: .5em;
}

.single-post--bio {
	background: #fff;
}

.single-post--bio:empty {
	display: none;
}

.single-post--related-container {
	padding: 60px 30px;
}

.ingle-post--related-copy-wrap {
	position: relative;
}

.single-post--related-col {
	margin-bottom: 30px;
}

.single-post--related-copy {
	max-width: 850px;
	margin: 0 auto 30px;
}

.fun-facts--wrap {
	background: #8fb0be;
	padding: 30px;
	max-width: 450px;
	margin: 0 auto 30px;
	border-radius: var(--theme-general-border-radius);
}

@media (min-width: 768px) {
	.fun-facts--wrap {
		margin: 0 0 30px;
	}
}

.fun-facts--slider>.fun-facts--slide:not(:first-child) {
	display: none;
}

.fun-facts--slide {
	margin-bottom: 10px;
}

.fun-facts--q {
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}

.fun-facts--a {
	display: block;
	text-align: center;
}

.fun-facts--slider .slick-dots {
	padding: 0 30px;
	margin-top: 20px;
}

.fun-facts--slider .slick-dots li {
	margin: 0 7px;
}

.fun-facts--slider .slick-dots button:before {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	transition: background-color .3s;
}

.fun-facts--slider .slick-active button:before {
	background: #fff;
}

@media (min-width: 992px) {

	.fun-facts--slider .slick-dots {
		padding: 0 30px;
	}

	.fun-facts--slider .slick-dots button:before {
		width: 16px;
		height: 16px;
	}
}

.single-team--section {
	border-bottom: 1px solid #e2e2e2;
}

.single-team--container {
	padding: 60px 30px;
}

.single-team--image {
	position: relative;
	max-width: 450px;
	overflow: hidden;
	margin: 0 auto 30px;
	border-radius: var(--theme-general-border-radius);
}

@media (min-width: 768px) {
	.single-team--image {
		margin: 0 0 30px;
	}
}

.single-team--image:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.single-team--image img {
	position: absolute;
	top: 0;
	left: 0;

}

.single-team--meta {
	margin-bottom: 25px;
}

.single-team--title {
	letter-spacing: 0;
	margin-bottom: 10px;
}

.single-team--position {
	font-size: 1.025rem;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 7px;
	letter-spacing: 0.03em;
}

.single-team--location {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}

.leader--location a,
.single-team--location a {
	color: #1ed975;
	transition: color .3s;
}

.single-team--location a:hover,
.single-team--location a:focus,
.leader--location a:focus,
.leader--location a:hover {
	color: #8feab4;
}

.single-team--content {
	font-size: 1.125rem;
}

@media (min-width: 1200px) {
	.single-team--content {
		font-size: 1.25rem;
	}
}

.single-team--social a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: var(--theme-blue);
	border: 1px solid var(--theme-blue);
	border-radius: 50%;
	padding: 6px;
	color: #fff;
	transition: color .3s;
}

.single-team--social a:hover,
.single-team--social a:focus {
	outline: none;
	background: #005677;
	border-color: #005677;
}

.lwh-social-icon svg {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.leadership--container {
	padding: 60px 30px;
}

.leadership--title {
	margin-top: 30px;
	margin-bottom: 60px;
}

.leader--col {
	margin-bottom: 40px;
}

.leader--wrap {
	max-width: 266px;
	margin: 0 auto;
	border: 1px solid #eee;
	border-radius: var(--theme-general-border-radius);
	overflow: hidden;
}

.leader--col.large-image-mod .leader--wrap {
	max-width: 446px;
}

.leader--image-wrap:hover .leader--image {
	opacity: .8;
}

.leader--image {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	transition: opacity .3s;
}

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

.leader--image img {
	position: absolute;
	top: 0;
	left: 0;
}

.leader--title-wrap {
	display: block;
	padding: 0 15px;
}

.leader--title {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 7px;
}

.leader--position {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 15px;
	color: var(--theme-blue);
}

.leader--location {
	font-size: 1.125rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.leader--location:empty {
	display: none;
}

.footer--section {
	background-color: var(--theme-light-grey);
}

.dark-footer .footer--section {
	background-color: #595a5d;
	color: #fff;
}

.footer-small-title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 12px;
	color: var(--theme-blue);
}

.dark-footer .footer-small-title {
	color: #fff;
}

.footer--about-text {
	margin-bottom: 30px;
}

.footer--bottom {
	font-size: 0.875rem;
	color: var(--theme-blue);
}

.dark-footer .footer--bottom {
	color: #fff;
}

.footer--bottom a:hover,
.footer--bottom a:focus {
	text-decoration: underline;
}

.footer--bottom-container {
	padding: 15px 30px;
}

.footer--copyright {
	text-align: center;
	margin-bottom: 0;
}

.footer--nav-bottom {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.footer--nav-bottom li a {
	line-height: 2.5em;
}

.footer--nav-top>li>a {
	color: var(--theme-blue);
}

.dark-footer .footer--nav-top>li>a {
	color: #fff;
}

@media (min-width: 992px) {

	.footer--copyright {
		text-align: left;
	}

	.footer--nav-bottom {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin: 0 -15px 0;
	}

	.footer--nav-bottom li {
		margin: 0 15px;
	}
}

.footer--container {
	padding: 60px 30px 0;
}

.footer--logo-col {
	text-align: center;
}

.footer--logo {
	width: 87px;
	height: 58px;
	margin-bottom: 2rem;
}

.footer--nav-row {
	margin-bottom: 0;
}

.footer--nav-top {
	padding: 0;
	margin: 0 0 1rem 0;
	list-style-type: none;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.8rem;
	text-align: center;
}

.footer--nav-top:not(.col-4-mod)>li>a {
	border-bottom: 1px solid var(--theme-black);
	display: block;
}

.dark-footer .footer--nav-top:not(.col-4-mod)>li>a {
	border-bottom: 1px solid #fff;
}

.footer--nav-top:not(.col-4-mod)>li>a {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.col-4-mod>li>a {
	display: block;
	margin-bottom: 10px;
}

.footer--nav-top ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2em;
}

.footer--nav-top ul>li {
	margin-bottom: .4em;
}

.footer--nav-top a {
	transition: all .3s;
}

.footer--nav-top a:hover {
	text-decoration: underline;
}

.footer--bottom-divider {
	border-color: var(--theme-black);
	margin: 0;
}

.dark-footer .footer--bottom-divider {
	border-color: #fff;
}

@media (min-width: 576px) {
	.footer--logo-col {
		text-align: left;
	}

	.footer--nav-top {
		text-align: left;
	}
}

.footer--subscribe-col,
.footer--social-col {
	text-align: center;
}

.footer--subscribe-title,
.footer--social-title {
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.footer--social-wrap {
	margin: 23px -3px 0;
	text-align: center;
	margin-bottom: 30px;
}

.footer--social-wrap a {
	display: inline-block;
	font-size: 26px;
	line-height: 1em;
	width: 1em;
	height: 1em;
	color: var(--theme-blue);
	text-align: center;
	margin: 0 3px;
	transition: color .3s;
	padding: 2px;
}

.dark-footer .footer--social-wrap a {
	color: #fff;
}

.footer--social-wrap a:hover,
.footer--social-wrap a:focus {
	color: var(--theme-blue);
}

.footer--social-wrap svg {
	object-fit: contain;
}

.footer--subscribe-col {
	text-align: center;
	margin-bottom: 30px;
}

@media (min-width: 768px) {

	.footer--subscribe-col,
	.footer--social-col {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.footer--subscribe-spacer-col {
		width: 20%;
	}
}

.footer--section .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield {
	padding-right: 0;
}

.footer--section .gform_wrapper .gf_simple_horizontal {
	width: 100%;
}

.footer--section .gform_wrapper .gf_simple_horizontal {
	width: 100%;
}

.footer--section .gform_wrapper input {
	border: 1px solid #fff;
}

.footer--section .gform_wrapper input,
.footer--section .gform_wrapper button {

	border-radius: 0;
	padding-top: .2em !important;
	padding-bottom: .2em !important;
	font-size: .9em !important;
	line-height: 2 !important;
	min-height: 33px !important;
	min-width: 110px;
}

.footer--section .gform_wrapper button {
	margin-left: 4px;
}

@media (max-width: 767px) {
	.footer--section .gform_wrapper .gf_simple_horizontal {
		width: 260px;
	}
}

@media (min-width: 1200px) {

	.footer--social-wrap {
		text-align: left;
	}

	.footer--section .gform_wrapper .gf_simple_horizontal {
		width: 460px;
	}

	.footer--section .gform_wrapper input,
	.footer--section .gform_wrapper button {
		min-height: 44px !important;
		padding-top: .3em !important;
		padding-bottom: .3em !important;
	}

	.footer--section .gform_wrapper input {
		min-width: 220px;

	}

	.footer--section .gform_wrapper button {
		min-width: 160px;
	}

	.footer--sidebar-col {
		min-width: 240px;
	}

	.footer--nav-col-1,
	.footer--nav-col-3 {
		width: calc((100% - 240px) / 4);
	}

	.footer--nav-col-2 {
		width: calc((100% - 240px) / 2);
	}

	.footer--nav-col-2 .sub-menu {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-moz-column-fill: auto;
		column-fill: auto;
	}

}

.cky-btn-revisit-wrapper {
	background: var(--theme-blue) !important;
}

.blog--nav-content {
	justify-content: center;
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	overflow: auto;
	white-space: nowrap;
	text-align: center;
	font-size: .8rem;
	padding: 10px 0 10px;
}

.blog--nav-content li {
	display: inline-block;
	margin: 1px 10px;
}

.blog--nav-content li a {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.075em;
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
	transition: all .3s;
}

.blog--nav-content li a:hover,
.blog--nav-content li.current-menu-item a {
	color: var(--theme-blue);
}

.blog--nav-content-icon {
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	bottom: -1px;
	width: calc(1em + 2px);
	height: calc(1em + 2px);
	margin-top: calc(-.5em - 1px);
	padding: 2px;
	background: #eee;
	color: #555;
	transition: all .3s;
	line-height: 0;
	border-radius: 2px;
}

.blog--nav-content li a:hover .blog--nav-content-icon,
.blog--nav-content li.current-menu-item .blog--nav-content-icon {
	color: #fff;
	background: var(--theme-blue);
}

.blog--nav-content-icon svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.blog--nav-wrap {
	padding: 0 30px;
	max-width: 1100px;
	margin: 0 auto;
}

.blog--nav {
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	white-space: nowrap;
	text-align: center;
	font-size: 1rem;
	padding: 0 0 5px;
}

.blog--nav li {
	display: inline-block;
	margin: 1px 5px;
}

.blog--nav li a {
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	font-size: .85rem;
	border: 1px solid var(--theme-blue);
	background: #fff;
	border-radius: 16px;
	padding: .4em 1em;
	text-align: center;
	white-space: nowrap;
	transition: background-color .3s;
}

.blog--nav li.current-menu-item a {
	background: var(--theme-blue);
	color: #fff;
}

.blog--nav li a:hover {
	background: var(--theme-blue);
	color: #fff;
}


@media (min-width: 992px) {
	.blog--nav li a {
		border-radius: 20px;
		font-size: 1rem;
		letter-spacing: .075em;
		padding: .6em 1.4em;
		min-width: 160px;
		line-height: 1;
	}
}

@media (min-width: 1200px) {

	.blog--nav {
		display: flex;
		justify-content: space-between;
	}

	.blog--nav li a {
		border-radius: 25px;
		padding: 1em 1.4em;
	}
}

/* Core Blocks */
.wp-block-code {
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 15px;
}

.logos--container>.logos--wrap {
	display: none;
}

.wp-block-separator {
	border-color: #eee;
	max-width: 1140px;
}

.blog--search-container {
	padding: 0 30px 25px;
}

.blog--search-container .search-form {
	position: relative;
}

.blog--search-container .search-form label {
	display: block;
	margin-bottom: 0;
}

.blog--search-container input[type="search"] {
	border-radius: 40px;
	background: #fff;
	width: 100%;
	display: block;
	border: 1px solid var(--theme-black);
	padding: 10px 30px 10px 60px;
}

.blog--search-container input[type="search"]::placeholder {
	color: var(--theme-black);
}

.blog--search-container input[type="search"]:focus {
	outline: none;
}

.blog--search-container input[type="search"]:focus::placeholder {
	color: #ccc;
}

.blog--search-container input[type="submit"] {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	background-image: url(../images/search-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px auto;
	overflow: hidden;
	text-indent: -200px;
	cursor: pointer;
}

.team--expertise {
	background: var(--theme-blue);
	color: #fff;
}

.team--expertise-container {
	padding: 60px 30px 30px;
	position: relative;
	min-height: 220px;
}

.team--expertise-list {
	list-style-type: none;
	font-weight: 700;
	color: var(--theme-light-blue);
	padding-left: 0;
}

.team--expertise-list li {
	padding: 0 0 10px;
}

.team--expertise-list a {
	transition: color .3s;
}

body .team--expertise-list a:hover,
body .team--expertise-list a:focus {
	color: #fff !important;
}

.team--expertise-copy a {
	color: var(--theme-orange);
	;
}

.team--expertise-copy p {
	margin-bottom: 1em;
}

.team--expertise-copy a:hover {
	text-decoration: underline;
}

.team--expertise-copy img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 992px) {
	.team--expertise-listcol-li {
		padding-left: 100px;
	}

	.team--expertise-listcol-li a {
		position: relative;
	}

	.team--expertise-listcol-li a:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -40px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 1em 1em 0;
		border-color: transparent var(--theme-orange) transparent transparent;
		opacity: 0;
		transition: opacity .3s;
	}

	.team--expertise-list a:focus {
		outline: none;
	}

	.team--expertise-listcol-li a:focus:before,
	.team--expertise-listcol-li a:hover:before {
		opacity: 1;
	}
}

.team--expertise.gtnm-mod {
	background: var(--theme-light-blue);
	position: relative;
	overflow: hidden;
}

.gtnm-mod .team--expertise-list {
	color: #6cc3e0;
}

@media (min-width: 992px) {

	.gtnm--deco-1 {
		bottom: -187px;
		right: 0px;
		position: absolute;
		background: #0097ce;
		width: 360px;
		height: 360px;
		transform: rotate(28deg);
	}

	.gtnm--deco-2 {
		position: absolute;
		right: 30px;
		top: 30px;
		width: 180px;
		height: 180px;
		background-image: url(../images/white-outline-triangle.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.gtnm-mod .team--expertise-list {
		columns: 2;
		column-fill: auto;
		column-gap: 30px;
	}

	.gtnm-mod .team--expertise-list li {
		padding-right: 30px
	}
}

body {
	--tec-font-family-sans-serif: lato, sans-serif;
	--tec-color-button-primary: var(--theme-blue);
	--tec-color-accent-primary: var(--theme-light-blue);
	--tec-color-button-primary-hover: var(--theme-light-blue);
	--tec-color-button-primary-active: var(--theme-light-blue);
	--tec-color-link-accent: var(--theme-light-blue);
}

#tribe-events-content,
#tribe-events-pg-template,
tribe-events-pg-template {
	padding-top: 0;
}

.tribe-events-single-event-title,
.tribe-events-back {
	display: none;
}

html body .tribe-events .tribe-events-l-container {
	padding-top: 0;
}

.tribe-common-l-container>li.widget {
	margin-left: calc(50% - ((100vw - var(--scrollbar-width)) / 2));
	margin-right: calc(50% - ((100vw - var(--scrollbar-width)) / 2));
}

.tribe_events>section[data-blockname],
.tribe_events>div[data-blockname] {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 780px) {

	.tribe_events>section[data-blockname],
	.tribe_events>div[data-blockname] {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - ((100vw - var(--scrollbar-width)) / 2));
		margin-right: calc(50% - ((100vw - var(--scrollbar-width)) / 2));
	}
}