/*!
Theme Name: SWIRL
Theme URI: https://swirlaiconnect.com/
Author: SWIRL
Author URI: https://swirlaiconnect.com/
Description: Custom WordPress theme for SWIRL
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: swirl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #374151;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #111827;
	font-weight: 600;
	line-height: 1.35;
}

.header-xl {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.1;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	text-wrap: balance;
}

.header-large {
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	text-wrap: balance;
}

.header-medium {
	font-size: 2.5rem;
	line-height: 1.2;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	text-wrap: balance;
}

.header-blue,
.text-blue {
	color: #00597E;
}

.eyebrow {
	color: #4b5563;
	font-weight: 300;
	margin-bottom: 0;
}

p {
	margin-bottom: 1.5em;
}

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

.remove-top-margin {
	margin-top: 0;
}

.body-small {
	font-size: 0.875rem;
}

.body-large {
	font-size: 1.125rem;
}

.body-xl {
	font-size: 1.25rem;
}

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

blockquote {
	border-left: 4px solid #93c5fd;
	font-size: 1.25rem;
	margin: 0;
	padding: 0.25rem 1.5rem;
}

blockquote p {
	font-style: italic;
	margin: 0.25rem 0 0.75rem 0;
	text-wrap: auto !important;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote strong {
	color: #00597e;
	font-weight: 400;
	font-style: normal;
}

.text-white blockquote strong {
	color: #00b5fe;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

@media screen and (max-width: 1200px) {
	.header-xl {
		font-size: 3.5rem;
	}

	.header-large {
		font-size: 2.75rem;
	}

	.header-medium {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1024px) {
	.header-xl {
		font-size: 3rem;
	}

	.header-large {
		font-size: 2.25rem;
	}

	.header-medium {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 640px) {
	.header-xl {
		font-size: 2.5rem;
	}

	.header-large {
		font-size: 2rem;
	}

	.header-medium {
		font-size: 1.5rem;
	}

	.body-xl {
		font-size: 1.125rem;
	}
}

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

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

ul,
ol {
	margin: 0 0 1.5rem 1.5rem;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #374151;
}

a:visited {
	color: #374151;
}

a:hover,
a:focus,
a:active {
	color: #00597E;
}

a:focus {
	outline: 1px dotted #00597E;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #00597E;
	border-radius: 9999px;
	background: #00597E;
	color: #ffffff;
	font-weight: 600;
	line-height: 1;
	padding: 12px 30px;
	text-align: center;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #FFC107;
	color: #00597E;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #FFC107;
	color: #00597E;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #6b7280;
	border: 1px solid #6b7280;
	border-radius: 0.5rem;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	border: 1px solid #2563eb;
	outline: 1px solid #111827;
}

select {
	color: #6b7280;
	border: 1px solid #6b7280;
	border-radius: 0.25rem;
	padding: 3px;
}

textarea {
	width: 100%;
}

@media screen and (max-width: 640px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		padding: 6px 12px;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header and Branding
--------------------------------------------- */
.site-header {
	background: #f3f3f3;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
	position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1000;
}

.site-main {
	margin-top: 67px;
}

#wpadminbar + #page .site-header {
	top: 32px;
}

.site-branding img {
	vertical-align: middle;
	width: 128px;
}

.site-header .inner-wide {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

/* Navigation
--------------------------------------------- */
.main-navigation ul,
.language-switcher-nav ul {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul {
	background: #f3f3f3;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
		box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	display: block;
	float: left;
	padding: 5px 0;
	position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
}

.main-navigation ul ul a {
	font-weight: 400;
	padding: 10px 10px;
	width: 200px;
}

.main-navigation ul ul a:hover {
	background: #ffffff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li,
.language-switcher-nav li {
	position: relative;
}

.main-navigation a,
.language-switcher-nav a {
	display: block;
	font-weight: 500;
	padding: 5px 10px;
	text-decoration: none;
}

.menu-item-has-children > a {
	padding: 5px 0 5px 10px;
}

.menu-item-has-children > a:after {
	content: "\f078";
	display: inline-block;
	font-family: "Font Awesome 6 Free"; 
	font-size: 0.75rem;
	font-weight: 900;
	margin-top: -3px;
	margin-left: 5px;
	vertical-align: middle;
}

.icon-external-link > a:after {
	content: "\f08e";
	display: inline-block;
	font-family: "Font Awesome 6 Free"; 
	font-size: 0.75rem;
	font-weight: 900;
	margin-top: -1px;
	padding-left: 5px;
	vertical-align: middle;
}

.menu-button a {
	background: #00597E;
	border: 1px solid #00597E;
	border-radius: 9999px;
	color: #ffffff;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
}

.menu-button a:focus {
	outline: 2px solid #FFC107;
}

.menu-button a:hover {
	background: #FFC107;
	color: #00597E;
}

.menu-button-outline a {
	border: 1px solid #00597E;
	border-radius: 9999px;
	padding: 8px 16px;
}

.menu-button-outline a:hover {
	background: #00597E;
	border-radius: 9999px;
	color: #ffffff;
}

/* Mobile Navigation
--------------------------------------------- */
.menu-toggle {
	display: none;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background: transparent;
}

@media screen and (max-width: 1100px) {
	.main-navigation ul {
		gap: 10px;
	}

	.menu-button a {
		padding: 8px 16px;
	}
}

@media screen and (max-width: 1000px) {
	.main-navigation ul {
		display: none;
	}

	.main-navigation ul li {
		display: block;
	}

	.menu-toggle,
	.main-navigation.toggled #primary-menu {
		display: block;
	}

	.toggled .menu-main-menu-container {
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
		box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
		padding: 0 20px 20px 20px;
		background: #f3f3f3;
		height: calc(100vh - 67px);
		overflow-y: auto;
		position: absolute;
			top: 67px;
			left: 0;
			right: 0;
	}

	.mobile-menu-open.site-header {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.main-navigation a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}

	.main-navigation ul li.menu-button,
	.main-navigation ul li.menu-button-outline {
		margin-top: 10px;
	}

	.main-navigation ul li.menu-button a,
	.main-navigation ul li.menu-button-outline a {
		display: inline-block;
	}

	.main-navigation ul ul {
		background: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 1rem;
		padding: 0 0 0 1rem;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: -999em;
	}

	.main-navigation ul li.mobile-submenu > ul {
		left: auto;
		float: none;
		position: relative;
	}

	.main-navigation ul ul a:hover {
		background: transparent;
	}
}

/* Page nav stuff
--------------------------------------------- */
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
					flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
					flex: 1 0 50%;
}

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

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

.page-links {
	clear: both;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
					clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
	.alignleft {
		float: none;
		margin-right: 0;
	}
	.alignright {
		float: none;
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	color: #4b5563;
	margin-top: 1.5rem;
}

.site-footer a,
.site-footer a:visited {
	color: #4b5563;
	text-decoration: none;
}

.site-footer a:active,
.site-footer a:focus,
.site-footer a:hover {
	color: #6b7280;
	text-decoration: underline;
}

/* footer row 1 */
.footer-row-1-flex {
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	gap: 3rem;
}

.footer-col {
	-ms-flex-preferred-size: 15%;
	    flex-basis: 15%;
}

.footer-social {
	-ms-flex-preferred-size: 20%;
			flex-basis: 20%;
}

.footer-col-1 {
	-ms-flex-preferred-size: 25%;
			flex-basis: 25%;
}

.footer-col-1 p {
	margin-bottom: 0.25rem;
}

.footer-col:not(.footer-col-1) p {
	color: #1f2937;
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}

.footer-row-1 ul {
	font-size: 0.875rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-row-1 li {
	margin-bottom: 0.25rem;
}

.footer-col:last-child ul {
	margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
	.footer-row-1-flex {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-pack: start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}

	.footer-col {
		-ms-flex-preferred-size: calc(33.3% - 2rem);
				flex-basis: calc(33.3% - 2rem);
		margin: 1rem 0;
	}

	.footer-col-1 {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
	}
}

@media screen and (max-width: 640px) {
	.footer-row-1-flex {
		gap: 0;
	}

	.footer-col {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
		margin: 0.5rem 0;
	}
}

/* footer row 2 */
.footer-row-2-flex {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	margin-top: 3rem;
}

.footer-copyright p {
	color: #4b5563;
	font-size: 0.875rem;
	margin: 0;
}

.footer-social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	gap: 1.25rem;
	margin: 0;
	padding: 0;
}

.footer-social a,
.footer-social a:visited {
	color: #0D002E;
}

.footer-social a:hover {
	border-bottom: 2px solid #00597E;
	color: #00597E;
}

.footer-social i {
	font-size: 2.1rem;
}

@media screen and (max-width: 800px) {
	.footer-row-2-flex {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		margin-top: 2rem;
	}

	.footer-copyright,
	.footer-social {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
	}

	.footer-social {
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
	}

	.footer-copyright {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
	}
}

/* Gravity form in footer for email sign up */
#gform_1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
}

#gform_1 .gform_footer {
	margin: 0;
	padding: 0 0 0 0.5rem;
}

@media screen and (max-width: 1024px) {
	#gform_1 input[type='email'] {
		max-width: 100%;
		width: 500px;
	}
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 1280px;
}

.inner-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 1450px;
}

.inner-skinny {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 1000px;
}

.builder-block {
	padding-top: 30px;
	padding-bottom: 30px;
}

.half-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}

.double-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

.triple-padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

.remove-padding {
	padding-top: 1px;
	padding-bottom: 1px;
}

.remove-top-padding {
	padding-top: 1px;
}

.remove-bottom-padding {
	padding-bottom: 1px;
}

.double-top-padding {
	padding-top: 60px;
}

.double-bottom-padding {
	padding-bottom: 60px;
}

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

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

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a,
.text-white a:visited {
	color: #ffffff;
}

.text-white a:active,
.text-white a:focus,
.text-white a:hover {
	color: #FFC107;
}

.section-title {
	font-size: 2.25rem;
	font-weight: 400;
}

.table-container {
	overflow-x: auto;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	border: 1px solid #cccccc;
	padding: 12px;
}

@media screen and (max-width: 1200px) {
	.section-title {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 1024px) {
	.section-title {
		font-size: 2rem;
	}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.button,
a.button-primary {
	background: #00597E;
	border: 1px solid #00597E;
	border-radius: 9999px;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	padding: 12px 40px;
	text-align: center;
	text-decoration: none;
}

a.button:active,
a.button-primary:active,
a.button:focus,
a.button-primary:focus,
a.button:hover,
a.button-primary:hover {
	background: #FFC107;
	color: #022434;
	text-decoration: none;
}

a.button-secondary {
	background: #FFC107;
	border: 1px solid #FFC107;
	border-radius: 9999px;
	color: #00597E;
	display: inline-block;
	font-weight: 600;
	padding: 12px 40px;
	text-align: center;
	text-decoration: none;
}

a.button-secondary:active,
a.button-secondary:focus,
a.button-secondary:hover {
	background: #022434;
	color: #FFC107;
	text-decoration: none;
}

a.button-primary-outline,
a.button-primary-outline:visited {
	background: transparent;
	border: 1px solid #00597E;
	border-radius: 9999px;
	color: #00597E;
	display: inline-block;
	font-weight: 600;
	padding: 12px 40px;
	text-align: center;
	text-decoration: none;
}

a.button-primary-outline:active,
a.button-primary-outline:focus,
a.button-primary-outline:hover {
	background: #00597e;
	color: #ffffff;
}

a.button-secondary-outline,
a.button-secondary-outline:visited {
	background: transparent;
	border: 1px solid #FFC107;
	border-radius: 9999px;
	color: #FFC107;
	display: inline-block;
	font-weight: 600;
	padding: 12px 40px;
	text-align: center;
	text-decoration: none;
}

a.button-white-outline,
a.button-white-outline:visited {
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 9999px;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	padding: 12px 40px;
	text-align: center;
	text-decoration: none;
}

a.button-secondary-outline:active,
a.button-secondary-outline:focus,
a.button-secondary-outline:hover,
a.button-white-outline:active,
a.button-white-outline:focus,
a.button-white-outline:hover {
	background: #FFC107;
	border-color: #FFC107;
	color: #022434;
	text-decoration: none;
}

a.button-small,
a.button-small:visited {
	font-size: 0.875rem;
	padding: 8px 20px;
}

@media screen and (max-width: 900px) {
	a.button,
	a.button-primary,
	a.button-secondary {
		padding: 12px 30px;
	}

	a.button-small,
	a.button-small:visited {
		font-size: 0.875rem;
		padding: 8px 20px;
	}
}

/*--------------------------------------------------------------
# Hero (Home Page)
--------------------------------------------------------------*/
.block-hero-hero {
	background: #fbfbfb;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.home-hero-flex {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

.home-hero-content {
	-ms-flex-preferred-size: calc(60% - 20px);
			flex-basis: calc(60% - 20px);
}

.home-hero-image {
	-ms-flex-preferred-size: calc(40% - 20px);
			flex-basis: calc(40% - 20px);
}

.home-hero-image img {
	vertical-align: middle;
}

.home-hero-content h1 {
	font-size: 2.5rem;
	margin-top: 1.5rem;
	text-wrap: balance;
}

.home-hero-content h1 span {
	color: #00597E;
	font-style: italic;
}

.home-hero-content h2 {
	color: #374151;
	font-weight: 400;
	margin-bottom: 2.5rem;
	max-width: 100%;
	width: 660px;
}

.home-hero-ctas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
}

.home-hero-ctas a {
	font-size: 1.125rem;
}

.home-hero-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}

.hero-stat-title {
	font-size: 2rem;
	font-weight: 600;
	margin: 0;
}

.hero-stat-description {
	color: #4b5563;
	font-size: 0.875rem;
	font-weight: 300;
	margin: 0;
}

@media screen and (max-width: 1200px) {
	.home-hero-content h1 {
		font-size: 2rem;
	}

	.home-hero-content h2 {
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
		width: 450px;
	}

	.home-hero-stats {
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.home-hero-flex {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.home-hero-content {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
	}

	.home-hero-image {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
		margin-top: 35px;
		text-align: center;
	}

	.home-hero-image img {
		width: 375px;
	}

	.home-hero-content h2 {
		width: auto;
	}

	.home-hero-ctas a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 640px) {
	.home-hero-content h1 {
		font-size: 1.75rem;
	}

	.home-hero-content h2 {
		font-size: 1.125rem;
	}

	.hero-stat-title {
		font-size: 1.15rem;
	}

	.home-hero-ctas {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 12px;
	}
}

/*--------------------------------------------------------------
# Connections Slider
--------------------------------------------------------------*/
.block-slider-connections {
	background: #034365 url('/wp-content/themes/swirl/assets/connections-background-min.jpg') no-repeat center center;
	color: #ffffff;
}

.block-slider-connections h2 {
	font-size: 2rem;
	line-height: 1.1;
	margin: 1rem 0 0 0;
	max-width: 100%;
	text-align: left;
	text-wrap: balance;
}

.block-slider-connections h2 span {
	color: #FFC107;
	display: inline-block;
	font-size: 4rem;
	font-weight: 600;
	margin-top: -1rem;
	vertical-align: middle;
}

.connections-slider {
	margin: 3rem auto 1.5rem auto;
	padding-bottom: 1px;
}

.connections-slider:before,
.connections-slider:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 60px;
}

.connections-slider:before {
	background: -o-linear-gradient(left, rgba(3, 67, 101, 1) 0%, rgba(3, 67, 101, 1) 12%, rgba(3, 67, 101, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(3, 67, 101, 1)), color-stop(12%, rgba(3, 67, 101, 1)), to(rgba(3, 67, 101, 0)));
	background: linear-gradient(90deg, rgba(3, 67, 101, 1) 0%, rgba(3, 67, 101, 1) 12%, rgba(3, 67, 101, 0) 100%);
	left: 0;
}

.connections-slider:after {
	background: -o-linear-gradient(left, rgba(3, 67, 101, 0) 0%, rgba(3, 67, 101, 1) 88%, rgba(35, 67, 101, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(3, 67, 101, 0)), color-stop(88%, rgba(3, 67, 101, 1)), to(rgba(35, 67, 101, 1)));
	background: linear-gradient(90deg, rgba(3, 67, 101, 0) 0%, rgba(3, 67, 101, 1) 88%, rgba(35, 67, 101, 1) 100%);
	right: 0;
}

.connections-item {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	aspect-ratio: 1/1;
	background: #ffffff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}

.connections-item img {
	border-radius: 50%;
	width: 80% !important;
}

@media screen and (max-width: 1200px) {
	.block-slider-connections h2 span {
		font-size: 3rem;
	}
}

@media screen and (max-width: 1024px) {
	.block-slider-connections h2 span {
		font-size: 2.5rem;
	}
}

/*--------------------------------------------------------------
# Cards Slider
--------------------------------------------------------------*/
.block-slider-cards {
	background: #F3F3F3;
	padding: 50px 0 20px 0;
	overflow-x: hidden;
}

.slider-cards-flex {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

.slider-cards-intro {
	-ms-flex-preferred-size: calc(20% - 20px);
			flex-basis: calc(20% - 20px);
	text-align: center;
}

.slider-cards-intro h2 {
	color: #00597e;
	font-size: 3.25rem;
	font-weight: 600;
	margin: 0;
}

.slider-cards-intro h3 {
	color: #000000;
	font-size: 1.75rem;
	font-style: italic;
	font-weight: 600;
	margin: 0.25rem 0 0 0;
	text-wrap: balance;
}

.slider-cards-container {
	-ms-flex-preferred-size: calc(80% - 40px);
			flex-basis: calc(80% - 40px);
	position: relative;
	width: calc(80% - 40px);
}

.slider-cards-container:before {
	border-top: 3px dashed #00597E;
	content: "";
	position: absolute;
		top: 50%;
		left: -40px;
		right: -600px;
}

.slider-cards .owl-stage {
	-webkit-box-align: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-card {
	background: #ffffff;
	border-radius: 12px;
	height: 100%;
	padding: 24px;
}

.slider-card img {
	margin: 0.5rem 0 1.5rem 0;
	vertical-align: middle;
	width: 40px !important;
}

.card-title {
	color: #00597e;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
	text-transform: uppercase;
}

.card-subtitle {
	margin: 0;
}

.block-slider-cards .owl-nav {
	margin-top: 1rem;
	text-align: right;
}

.block-slider-cards .owl-next svg,
.block-slider-cards .owl-prev svg {
	-webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	        transform: scale(0.5);
}

@media screen and (max-width: 1024px) {
	.slider-cards-intro h2 {
		font-size: 2.5rem;
	}
	
	.slider-cards-intro h3 {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 800px) {
	.slider-cards-flex {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	
	.slider-cards-intro {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
	}

	.slider-cards-container {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
		margin-top: 2rem;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.slider-cards-container {
		overflow-x: hidden;
	}

	.slider-cards {
		width: 170%;
	}

	.block-slider-cards .owl-nav {
		margin-top: 1rem;
		text-align: left;
	}
}

/*--------------------------------------------------------------
# Two-Column Content
--------------------------------------------------------------*/
.column-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-items-top .column-flex {
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
}

.content-column {
	-ms-flex-preferred-size: calc(50% - 20px);
			flex-basis: calc(50% - 20px);
}

.content-column-image img {
	border: 1px solid #00597E;
	border-radius: 8px;
	vertical-align: middle;
	width: 100%;
}

.content-column h2,
.content-column h3,
.content-column h4,
.content-column h5,
.content-column h6,
.content-column p {
	text-wrap: balance;
}

@media screen and (max-width: 1024px) {
	.column-flex {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.content-column {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
	}

	.mobile-order-natural .content-column:first-child {
		margin-bottom: 30px;
	}

	.mobile-order-reverse .content-column:last-child {
		margin-bottom: 30px;
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
	}

	.mobile-order-reverse .content-column:first-child {
		margin-bottom: 0;
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
	}
}

/* Video */
.video-thumbnail-link {
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
	
.video-thumbnail-link img {
	border-radius: 8px;
	display: block;
	-webkit-transform: scale(1.15);
			-ms-transform: scale(1.15);
					transform: scale(1.15);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	vertical-align: middle;
	width: 100%;
}
	
.video-thumbnail-link:focus img,
.video-thumbnail-link:hover img {
	-webkit-transform: scale(1.25);
			-ms-transform: scale(1.25);
					transform: scale(1.25);
}
	
.video-thumbnail-link::after {
	background: #ffffff;
	border-radius: 50%;
	content: '';
	height: 60px;
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	width: 60px;
	}
	
.video-thumbnail-link::before {
	content: '';
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #00597E;
	height: 0;
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 3;
	-webkit-transform: translate(-40%, -50%);
			-ms-transform: translate(-40%, -50%);
					transform: translate(-40%, -50%);
	width: 0;
}

.video-thumbnail-link:hover::after,
.video-thumbnail-link:focus::after {
	background: #00597E;
}

.video-thumbnail-link:hover::before,
.video-thumbnail-link:focus::before {
	border-left: 18px solid #FFC107;
}

/* Icons */
.icon-list-item {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.icon-list-content {
	padding-left: 1.5rem;
}

.icon-list-image {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* Small icons */
.icon-list-small .icon-list-item {
	margin-bottom: 1.5rem;
}

.icon-list-small .icon-list-image {
	background: rgba(0, 89, 126, 0.1);
	min-width: 40px;
}

.icon-list-small .icon-list-content p {
	margin: 0;
	text-wrap: balance;
}

/* Large icons */
.icon-list-large .icon-list-image {
	width: 5rem;
}

/*--------------------------------------------------------------
# Case Studies Slider
--------------------------------------------------------------*/
.block-slider-case-studies {
	overflow: hidden;
	position: relative;
		z-index: 0;	
}

.case-studies-container {
	background: #F3F3F3;
	padding: 64px 48px;
}

.case-studies-inner {
	margin: 0 auto;
	max-width: 100%;
}

.case-studies-intro {
	max-width: 100%;
	position: relative;
	width: 400px;
}

.case-studies-intro-inner {
	background: #F3F3F3;
	padding: 32px 0 48px 0;
	position: relative;
	z-index: 2;
}

.case-studies-intro:before {
	border-left: 3px dashed #00597E;
	content: "";
	position: absolute;
		top: -200px;
		bottom: -1000px;
		left: 40%;
		z-index: 0;
}

.case-studies-container h2 {
	color: #00597E;
	font-size: 3.5rem;
	margin: 0;
}

.case-studies-container h3 {
	font-size: 1.25rem;
	font-weight: 400;
	margin: 0.5rem 0 0 0;
}

.case-study img.case-study-icon {
	float: right;
	vertical-align: middle;
	width: 60px;
}

.case-studies {
	background: #ffffff;
	border-radius: 12px;
	-webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin: 3rem 0 2rem auto;
	max-width: 100%;
	padding: 40px;
	width: 900px;
}

.case-study h4 {
	color: #00597E;
	display: inline-block;
	font-size: 1.5rem;
	margin: 1rem 0;
}

.case-study p strong {
	font-size: 1.125rem;
	font-weight: 600;
}

.case-studies-container .owl-nav {
	margin: 0 0 0 auto;
	padding-right: 50px;
	text-align: right;
}

.case-studies-container .owl-nav button {
	margin: 0 25px;
}

.case-studies-container .owl-nav button:hover svg path {
	stroke: #00597E;
}

.case-studies-container .owl-nav i {
	color: #00597e;
	font-size: 2rem;
	opacity: 0.8;
}

@media screen and (max-width: 1200px) {
	.case-studies-container h2 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 800px) {
	.block-slider-case-studies {
		background: #F3F3F3;
	}

	.case-studies-container {
		padding: 0;
	}

	.case-studies {
		margin: 2rem auto;
		padding: 20px;
	}

	.case-study img.case-study-icon {
		float: none;
		margin: 0;
	}

	.case-studies-container h2 {
		font-size: 2.5rem;
	}

	.case-studies-container h3 {
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
# Table Block
--------------------------------------------------------------*/
.block-content-table {
	background: transparent url('/wp-content/themes/swirl/assets/comparison-background-v3.png') no-repeat center left;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}

.table-block-flex {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

.table-block-intro {
	-ms-flex-preferred-size: calc(30% - 20px);
			flex-basis: calc(30% - 20px);
	text-align: right;
}

.table-block-intro h2 {
	color: #00597E;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.table-block-intro h2:last-child {
	color: #474747;
}

.table-block-table-container {
	-ms-flex-preferred-size: calc(70% - 20px);
			flex-basis: calc(70% - 20px);
}

.table-block-table {
	background: #ffffff;
	border-collapse: collapse;
}

.table-block-table th {
	border: 0;
	color: #000000;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 36px 12px 6px 12px;
}

.table-block-table td {
	padding: 8px 12px;
}

.table-block-table th {
	vertical-align: bottom;
}

.table-block-table td .body-large {
	font-size: 1.5rem;
}

.table-block-table th {
	text-align: center;
	text-wrap: balance;
	width: 15%;
}

.table-block-table td {
	border: 1px solid #e5e7eb;
	text-align: center;
	text-wrap: balance;
	width: 15%;
}

.table-block-table th:first-child,
.table-block-table td:first-child {
	text-align: left;
	width: 40%;
}

.table-block-table td:first-child {
	padding-left: 32px;
}

.table-block-table th:nth-child(2) {
	position: relative;
}

.table-block-table th:nth-child(2):before {
	background: #003c54;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	content: "";
	position: absolute;
		top: 24px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
}

.table-block-table th:nth-child(2) span {
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.table-block-table td:nth-child(2) {
	background: #003c54;
	color: #ffffff;
}

@media screen and (max-width: 1200px) {
	.table-block-intro h2 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 1024px) {
	.table-block-flex {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.table-block-intro {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
		margin-bottom: 1.5rem;
		text-align: left;
	}

	.table-block-table-container {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
		max-width: 100%;
		overflow-x: auto;
	}

	.table-block-table th:first-child,
	.table-block-table td:first-child {
		min-width: 200px;
	}

	.table-block-table th {
		padding: 24px 6px 6px 6px;
	}

	.table-block-table td {
		line-height: 1.25;
		min-width: 100px;
	}

	.table-block-table td:first-child {
		padding-left: 12px;
	}
}

@media screen and (max-width: 800px) {
	.table-block-intro h2 {
		font-size: 2rem;
	}

	.table-block-table th {
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
# Custom Classes for Use in Special Blocks
--------------------------------------------------------------*/
.background-blue-gradient {
	background: #00597E url('/wp-content/themes/swirl/assets/video_demo_bg-min.jpg') no-repeat center center;
	background-size: cover;
	color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.background-blue-gradient h1,
.background-blue-gradient h2,
.background-blue-gradient h3,
.background-blue-gradient h4,
.background-blue-gradient h5,
.background-blue-gradient h6 {
	color: #00B5FE;
}

.background-blue {
	background: #00597E;
}

.background-off-white {
	background: #fbfbfb;
}

.background-yellow {
	background: #ffc107;
}

.top-border-blue {
	box-shadow: 0px 90px 0px 0px #00597E inset;
	-webkit-box-shadow: 0px 90px 0px 0px #00597E inset;
	-moz-box-shadow: 0px 90px 0px 0px #00597E inset;
}

.narrow .inner,
.narrow .inner-wide {
	width: 1000px;
}

.home-superfooter {
	background: #00597E url('/wp-content/themes/swirl/assets/swirl-homepage-superfooter-background.png') no-repeat center center;
	background-size: cover;
	color: #ffffff;
	padding-top: 70px;
	padding-bottom: 50px;
}

.home-superfooter h2 {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.home-superfooter h3,
.home-superfooter h4,
.home-superfooter h5,
.home-superfooter h6,
.home-superfooter p,
.home-superfooter a,
.home-superfooter a:visited {
	color: #ffffff;
}

.home-superfooter a.button-secondary,
.home-superfooter a.button-secondary:visited {
	color: #022434;
	margin: 0 1rem 1rem 0;
}

.home-superfooter a.button-secondary:active,
.home-superfooter a.button-secondary:focus, 
.home-superfooter a.button-secondary:hover {
	background: #022434;
	color: #FFC107;
}

.superfooter h2 {
	font-weight: 700;
	margin-top: 1.5rem;
}

.superfooter p {
	margin: 2rem auto;
	max-width: 100%;
	width: 800px;
}

.superfooter p:last-child {
	width: 100%;
}

.superfooter a.button-white-outline {
	margin: 0.5rem;
}

.background-dark-blue-graphic {
	background: #00597E url('/wp-content/themes/swirl/assets/swirl-homepage-superfooter-background.png') no-repeat center center;
	background-size: cover;
	color: #ffffff;
}

.column-separator .content-column:first-child {
	-ms-flex-preferred-size: calc(45% - 20px);
	    flex-basis: calc(45% - 20px);
	padding-right: 20px;
}

.column-separator .content-column:last-child {
	border-left: 2px solid rgba(0, 89, 126, 0.1);
	-ms-flex-preferred-size: calc(55% - 20px);
	    flex-basis: calc(55% - 20px);
	padding-left: 40px;
}

.second-col-white .content-column:last-child {
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(4px);
	        backdrop-filter: blur(4px);
	border-radius: 12px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	padding: 18px 36px;
}

.second-col-white .content-column:last-child h1,
.second-col-white .content-column:last-child h2,
.second-col-white .content-column:last-child h3,
.second-col-white .content-column:last-child h4,
.second-col-white .content-column:last-child h5,
.second-col-white .content-column:last-child h6,
.second-col-white .content-column:last-child p,
.second-col-white .content-column:last-child ul,
.second-col-white .content-column:last-child ol,
.second-col-white .content-column:last-child li {
	color: #00597e;
}

.last-column-shrink .content-column:last-child {
	-ms-flex-preferred-size: calc(40% - 20px);
	    flex-basis: calc(40% - 20px);
}

.second-col-white .content-column:last-child .hbspt-form {
	color: #374151;
	padding: 6px 0 18px 0;
}

.second-col-white .content-column:last-child .hbspt-form label {
	color: #374151;
}

.second-col-white .content-column:last-child .hbspt-form .submitted-message {
	text-align: center;
}

.second-col-white .content-column:last-child .hbspt-form .submitted-message p {
	text-align: center !important;
	text-wrap: initial;
}

.hbspt-form .hs-submit {
	margin-top: 18px;
	padding-left: 8px !important;
}

.hbspt-form fieldset {
	margin: 0 0 24px 0 !important;
	max-width: 100% !important;
	padding-left: 8px !important;
}

.hbspt-form .hs-error-msgs {
	font-size: 0.75rem;
	list-style: none;
	margin: 6px 0 0 6px;
}

.hbspt-form .input input,
.hbspt-form .input textarea,
.hbspt-form .input select {
	margin-top: 6px;
	padding: 6px;
	width: 100% !important;
}

.second-col-white .content-column:last-child .hbspt-form .submitted-message a,
.second-col-white .content-column:last-child .hbspt-form .submitted-message a:visited {
	background: #00597E;
	border: 1px solid #00597E;
	border-radius: 9999px;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	padding: 12px 40px;
	text-align: center;
	text-decoration: none;
}

.second-col-white .content-column:last-child .hbspt-form .submitted-message a:active,
.second-col-white .content-column:last-child .hbspt-form .submitted-message a:focus,
.second-col-white .content-column:last-child .hbspt-form .submitted-message a:hover {
	background: #FFC107;
	color: #022434;
	text-decoration: none;
}

.site-footer .hbspt-form label {
	display: none;
}

.site-footer .hbspt-form .hs-error-msgs label {
	display: block;
}

@media screen and (max-width: 1024px) {
	.last-column-shrink .content-column:last-child {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.last-column-shrink .content-column:last-child img {
		margin: 0 auto;
		width: 400px;
	}
}

/* Pricing Cards */
.pricing-cards .button-card {
	padding: 36px 12px 0px 12px !important;
}

.pricing-cards .button-card-bottom {
	padding: 24px 12px;
}

.pricing-cards .button-card h3 {
	color: #00597E;
	font-size: 2rem;
	margin-bottom: 1.5rem;
	text-align: center;
}

.pricing-cards .button-card h3 + p {
	font-size: 1.1rem;
	text-wrap: balance;
}

.pricing-cards .button-card h2 {
	margin: 2.5rem auto;
}

.pricing-cards .button-card h2 em {
	color: #4b5563;
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
}

.pricing-cards .button-card:nth-child(2) {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 242, 254)), to(rgba(0, 181, 254, 0.4)));
	background: -o-linear-gradient(rgb(224, 242, 254), rgba(0, 181, 254, 0.4));
	background: linear-gradient(rgb(224, 242, 254), rgba(0, 181, 254, 0.4));
}

.checklist {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #00597E;
	font-size: 1.15rem;
}

.text-white .checklist {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
}

.checklist li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.75rem;
}

.checklist li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.2rem;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%2322c55e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 1200px) {
	.pricing-cards .cards-three-col .button-card {
		-ms-flex-preferred-size: calc(33.3% - 20px);
		    flex-basis: calc(33.3% - 20px);
		margin: 10px;
		padding: 24px 6px 0px 6px !important;
	}

	.pricing-cards .button-card h3 {
		margin-bottom: 1rem;
	}

	.pricing-cards .button-card h3 + p {
		font-size: 1rem;
	}

	.pricing-cards .button-card h2 {
		font-size: 2rem;
		margin: 1.5rem auto;
	}

	.checklist {
		font-size: 1rem;
	}
}

@media screen and (max-width: 1024px) {
	.column-separator .content-column:first-child {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding-right: 0;
	}

	.column-separator .content-column:last-child {
		border-left: 0;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding-left: 0;
	}

	.pricing-cards .cards-three-col .button-card {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

/*--------------------------------------------------------------
# Product & Interior Hero
--------------------------------------------------------------*/
.block-hero-product {
	background: #ffffff;
	padding-bottom: 0;
	padding-top: 45px;
}

.block-hero-interior {
	padding-top: 45px;
}

.block-hero-interior.double-top-padding,
.block-hero-interior.double-padding {
	padding-top: 60px;
}

.block-hero-interior.triple-padding {
	padding-top: 90px;
}

.block-hero-interior.remove-top-padding {
	padding-top: 1px;
}

.product-hero-intro {
	max-width: 100%;
	width: 850px;
}

.product-hero-intro p {
	font-size: 1.25rem;
	margin-bottom: 2rem;
	max-width: 100%;
	width: 700px;
}

.product-hero-image {
	display: block;
	margin: 1rem auto 0 auto;
	vertical-align: middle;
	width: 1000px;
}

@media screen and (max-width: 1024px) {
	.product-hero-intro p {
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
# Features Slider
--------------------------------------------------------------*/
.block-slider-features {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.block-slider-features:after {
	border-top: 2px dashed #00B5FE;
	content: "";
	position: absolute;
		top: 50%;
		left: 0;
		right: 0;
}

.feature-slider {
	position: relative;
}

.feature-slider:before {
	/* aspect-ratio: 1/1; */
	background-color: #00597e;
	background-image: url("/wp-content/themes/swirl/assets/dot_background.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* border-radius: 50%; */
	content: "";
	margin: 0 auto;
	pointer-events: none;
	position: absolute;
		top: -50px;
		right: 0;
		bottom: -50px;
		left: 0;
		z-index: 0;
	width: 600px;
}

.feature-slider .owl-item {
	text-align: center;
}

.feature-slide {
	/* aspect-ratio: 1/1; */
	background: #00597e;
	border: 1px solid #00B5FE;
	border-radius: 12px;
	/* border-radius: 50%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	max-width: 600px;
	padding: 25px;
	position: relative;
}

.feature-slider .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: absolute;
		top: 50%;
		right: 0;
		left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.feature-slider.owl-carousel .owl-nav button {
	background: #00597e;
	border: 1px solid #00B5FE;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 56px;
	width: 56px;
}

.feature-slider .owl-nav svg {
	height: 40px;
	width: 40px;
}

.feature-slider .owl-nav .owl-prev svg {
	margin-right: 3px;
}

.feature-slider .owl-nav .owl-next svg {
	margin-left: 3px;
}

.feature-slider .owl-nav svg path {
	stroke: #00B5FE;
}

.feature-slider.owl-carousel .owl-nav button:hover {
	background: #00B5FE;
}

.owl-carousel .owl-nav button:hover svg path {
	stroke: #00597e;
}

.feature-icon {
	display: block;
	margin: 0 auto;
	width: 70px;
}

.feature-icon img {
	vertical-align: middle;
	width: 60px !important;
}

.feature-icon svg {
	height: 60px;
	width: 60px;
}

.feature-icon svg path {
	stroke: #FFC107;
}

.feature-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 1rem 0 0 0;
	text-wrap: balance;
}

.feature-description {
	font-size: 0.9375rem;
	margin: 0.5rem 0 0 0;
	text-wrap: balance;
}

.feature-slider .owl-dots {
	text-align: center;
	margin-top: 1rem;
	position: relative;
		bottom: -50px;
	z-index: 1;
}

.feature-slider .owl-dot {
	border: 1px solid #ffffff !important;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border-radius: 50%;
	background: #00B5FE;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.feature-slider .owl-dot.active {
	opacity: 1;
	background: #ffffff;
}

@media screen and (max-width: 600px) {
	.feature-slider:before {
		display: none;
	}
}

/*--------------------------------------------------------------
# Cards with Icons
--------------------------------------------------------------*/
.icon-cards-cols-two .inner {
	width: 1100px;
}

.cards-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -10px;
}

.icon-cards-cols-four .cards-container {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.card {
	background: rgba(243, 243, 243, 1);
	border: 1px solid rgba(125, 211, 252, 0.5);
	border-radius: 0.5rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
	        box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
	-ms-flex-preferred-size: calc(50% - 20px);
	    flex-basis: calc(50% - 20px);
	margin: 10px;
	padding: 1.5rem;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.card:hover,
.button-card.clickable-div:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 20px -3px, rgba(0, 0, 0, 0.2) 0 4px 6px -4px;
	        box-shadow: rgba(0, 0, 0, 0.2) 0 10px 20px -3px, rgba(0, 0, 0, 0.2) 0 4px 6px -4px;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.card.clickable-div,
.button-card.clickable-div {
	cursor: pointer;
}

.cards-three-col .card {
	-ms-flex-preferred-size: calc(33.3% - 20px);
	    flex-basis: calc(33.3% - 20px);
}

.cards-four-col .card {
	-ms-flex-preferred-size: calc(25% - 20px);
	    flex-basis: calc(25% - 20px);
}

.cards-four-col .icon-card-title {
	font-size: 1.125rem;
}

.card-top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.card-icon {
	padding-right: 1rem;
	width: 50px;
}

.card-icon svg {
	margin-top: 0.25rem;
}

.card-icon svg,
.card-icon img {
	height: auto;
	vertical-align: middle;
	width: 32px;
}

.card-icon svg,
.card-icon path {
	stroke: #00597E;
}

.icon-card-title {
	font-weight: 600;
	margin: 0;
}

.icon-card-description {
	margin-bottom: 0;
}

.connector-group {
	margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
	.cards-four-col .card {
		-ms-flex-preferred-size: calc(33.3% - 20px);
		    flex-basis: calc(33.3% - 20px);
	}
}

@media screen and (max-width: 1024px) {
	.cards-four-col .card,
	.cards-three-col .card {
		-ms-flex-preferred-size: calc(50% - 20px);
		    flex-basis: calc(50% - 20px);
	}
}

@media screen and (max-width: 640px) {
	.cards-container {
		margin: 0;
	}

	.cards-four-col .card,
	.cards-three-col .card,
	.card {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 10px 0;
	}
}

/*--------------------------------------------------------------
# Form Block
--------------------------------------------------------------*/
.block-content-form {
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgb(0, 89, 126)), to(rgb(2, 36, 52)));
	background-image: -o-linear-gradient(left top, rgb(0, 89, 126), rgb(2, 36, 52));
	background-image: linear-gradient(to right bottom, rgb(0, 89, 126), rgb(2, 36, 52));
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.block-content-form:after {
	background: transparent url('/wp-content/themes/swirl/assets/gradient_contact.svg') no-repeat bottom right;
	background-size: cover;
	content: "";
	opacity: 0.2;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
}

.block-content-form .inner,
.block-content-form .inner-wide {
	position: relative;
	z-index: 2;
}

/*--------------------------------------------------------------
# Releases
--------------------------------------------------------------*/
.swirl-releases {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
}

.release {
	border-bottom: 1px solid rgba(0, 89, 126, 0.2);
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.release:last-child {
	border-bottom: 0;
}

.release-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.release-title {
	font-size: 1.25rem;
	margin: 0;
}

.release-date {
	font-size: 0.9rem;
	margin: 0.25rem 0;
}

.release-notes {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.release-icon {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	aspect-ratio: 1/1;
	background: rgba(0, 89, 126, 0.1);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 50px;
	width: 50px;
}

.release-icon i {
	color: #374151;
	font-size: 1.125rem;
}

.release-title-container {
	padding-left: 1rem;
}

/*--------------------------------------------------------------
# Team Member Block
--------------------------------------------------------------*/
.team-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.team-intro {
	margin-bottom: 90px;
}

.team-item {
	-ms-flex-preferred-size: calc(33.3% - 15px);
	    flex-basis: calc(33.3% - 15px);
	margin-bottom: 60px;
	text-align: center;
}

.team-headshot {
	border: 4px solid #00597E;
	border-radius: 50%;
	margin-bottom: 1.5rem;
	width: 200px;
	vertical-align: middle;
}

.team-item h3 {
	color: #00597E;
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.text-white h3 {
	color: #ffffff;
}

.team-item p {
	margin: 0.5rem 0 1.5rem 0;
}

.team-social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-social li {
	display: inline-block;
	margin: 6px 12px;
}

.team-social i {
	font-size: 1.75rem;
}

@media screen and (max-width: 1024px) {
	.team-item {
		-ms-flex-preferred-size: calc(50% - 15px);
		    flex-basis: calc(50% - 15px);
	}
}

@media screen and (max-width: 640px) {
	.team-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

/*--------------------------------------------------------------
# FAQ Block
--------------------------------------------------------------*/
.faq-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 -40px;
}

.faq-item {
	-ms-flex-preferred-size: calc(50% - 80px);
	    flex-basis: calc(50% - 80px);
	font-size: 1.125rem;
	margin: 0 40px 32px 40px;
}

.faq-question p {
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0;
}

.faq-answer p {
	margin-bottom: 0.75rem;
}

.faq-answer a {
	font-weight: 600;
}

@media screen and (max-width: 1450px) {
	.faq-container {
		margin: 0 -24px;
	}

	.faq-item {
		-ms-flex-preferred-size: calc(50% - 48px);
		    flex-basis: calc(50% - 48px);
		margin: 0 24px 32px 24px;
	}
}

@media screen and (max-width: 800px) {
	.faq-container {
		margin: 0;
	}

	.faq-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 0 0 32px 0;
	}
}

/*--------------------------------------------------------------
# Button Cards Block
--------------------------------------------------------------*/
.button-cards-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 -10px;
}

.button-card {
	background: #f3f3f3;
	border: 1px solid #d1d5db;
	border-radius: 12px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: calc(25% - 30px);
	    flex-basis: calc(25% - 30px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 15px;
}

.button-card.no-button {
	padding-bottom: 24px;
}

.cards-two-col .button-card {
	-ms-flex-preferred-size: calc(50% - 30px);
	    flex-basis: calc(50% - 30px);
}

.cards-three-col .button-card {
	-ms-flex-preferred-size: calc(33.3% - 30px);
	    flex-basis: calc(33.3% - 30px);
}

.button-card h3 {
	font-size: 1.5rem;
	margin: 0 0 0.5rem 0;
}

.button-card p {
	margin: 0 0 0.5rem 0;
}

.button-card-top {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 0 36px;
}

.button-card-top.no-card-image {
	padding-top: 36px;
}

.button-card-bottom {
	padding: 24px 36px;
}

.button-card-bottom .button {
	display: block;
}

.block-list-news .button,
.block-list-events .button,
.block-list-partners .button {
	display: inline-block;
}

.card-image-icon {
	padding: 36px 36px 6px 36px;
}

.card-image-icon img {
	vertical-align: middle;
	width: 40px;
}

.card-image-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	margin-bottom: 18px;
	height: 180px;
}

.card-image-aspect-ratio {
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	margin-bottom: 24px;
}

.bottom-content {
	margin-top: 30px;
}

.button-card-top h3 {
	font-size: 1.375rem;
}

.button-cards-images-none .button-card {
	padding-top: 36px;
}

.featured-article .content-column.no-featured-image {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.button-card hr {
	background: #00597E;
	height: 2px;
	margin: 1.5rem 0;
	max-width: 100%;
	width: 150px;
}

@media screen and (max-width: 1300px) {
	.button-card-top {
		padding: 0 24px;
	}

	.card-image-icon {
		padding: 24px 24px 6px 24px;
	}

	.button-card-bottom {
		padding: 18px 24px;
	}

	.button-card-top.no-card-image {
		padding-top: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.button-card,
	.cards-three-col .button-card {
		-ms-flex-preferred-size: calc(50% - 20px);
		    flex-basis: calc(50% - 20px);
		margin: 10px;
	}
}

@media screen and (max-width: 640px) {
	.button-cards-container {
		margin: 0;
	}

	.button-card,
	.cards-two-col .button-card,
	.cards-three-col .button-card {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 10px 0;
	}

	.button-card-top {
		padding: 0 18px;
	}

	.button-card-top.no-card-image {
		padding-top: 18px;
	}

	.card-image-icon {
		padding: 18px 18px 6px 18px;
	}

	.button-card-bottom {
		padding: 12px 18px;
	}
}

/* Pagination */
.custom-pagination,
.pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 8px;
		margin: 40px 0;
}

.custom-pagination .page-numbers,
.pagination .page-numbers {
		display: inline-block;
		padding: 10px 14px;
		border-radius: 6px;
		background: #f0f0f0;
		color: #000000;
		text-decoration: none;
		font-size: 0.875rem;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
}

.custom-pagination .page-numbers:hover,
.pagination .page-numbers:hover {
		background: #ddd;
		color: #000;
}

.custom-pagination .page-numbers.current,
.pagination .page-numbers.current {
		background: #00597e;
		color: #fff;
		font-weight: bold;
		cursor: default;
}

.custom-pagination .page-numbers.dots,
.pagination .page-numbers.dots {
		background: none;
		color: #999;
		padding: 10px;
		pointer-events: none;
}

/*--------------------------------------------------------------
# Blog (Single)
--------------------------------------------------------------*/
.entry-thumbnail .inner-skinny {
	width: 1050px;
}

.entry-thumbnail .inner-skinny img {
	width: 100%;
}

.blog-superfooter .inner-skinny {
	width: 800px;
}

.blog-superfooter hr {
	background: -webkit-gradient(linear, left top, right top, from(rgb(0, 181, 254)), color-stop(rgb(0, 89, 126)), to(rgb(0, 89, 126)));
	background: -o-linear-gradient(left, rgb(0, 181, 254), rgb(0, 89, 126), rgb(0, 89, 126));
	background: linear-gradient(to right, rgb(0, 181, 254), rgb(0, 89, 126), rgb(0, 89, 126));
	border-radius: 4px;
	height: 4px;
	margin: 0 auto 1.5rem auto;
	max-width: 100%;
	width: 250px;
}

.blog-superfooter .card:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
	        box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
}

.blog-superfooter .hbspt-form form {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.blog-superfooter .hbspt-form .hs-submit {
	margin-top: 6px;
}

.blog-superfooter .hbspt-form .input input {
	max-width: 100%;
	width: 300px !important;
}

.blog-superfooter .hbspt-form .hs-submit input[type="submit"] {
	padding: 10px 30px 11px 30px;
}

.blog-superfooter .hbspt-form label {
	display: none;
}

.blog-superfooter .hbspt-form .hs-error-msgs label {
	display: block;
}

.blog-superfooter .submitted-message p {
	color: #00597E;
	text-align: center !important;
}

@media screen and (max-width: 640px) {
	.blog-superfooter .hbspt-form form {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}

	.blog-superfooter .hbspt-form .hs-submit input[type="submit"] {
		padding: 6px 12px;
	}

	.blog-superfooter .hbspt-form .hs-submit {
		margin-top: 12px;
	}
}

/*--------------------------------------------------------------
# Solutions (All)
--------------------------------------------------------------*/
/* Solutions hero */
.block-hero-solutions {
	background: #00597E url('/wp-content/themes/swirl/assets/swirl-background-solutions-dark-min.jpg') no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}

.solutions-hero {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3rem 1.75fr 3rem 1fr;
	grid-template-columns: 1fr 1.75fr 1fr;
	gap: 3rem;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}

.solutions-intro {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / 3;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	text-wrap: balance;
}

.solutions-card {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
	background: #ffffff; 
	padding: 2rem 1rem 1rem 1rem;
	border-radius: 32px;
}

.solutions-card-title {
	color: #00597E;
	font-weight: 700;
	font-size: 1.125rem;
	margin-top: 0;
	margin-bottom: 0.25rem;
}

.solutions-card-description {
	margin-bottom: 1rem;
	margin-top: 0;
}

.solutions-card:nth-of-type(2),
.solutions-card:nth-of-type(3) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
}

.solutions-card:nth-of-type(4),
.solutions-card:nth-of-type(5) {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3 / 4;
}

.solutions-card:nth-of-type(2),
.solutions-card:nth-of-type(4) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1 / 2;
}

.solutions-card:nth-of-type(3),
.solutions-card:nth-of-type(5) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2 / 3;
}

@media screen and (max-width: 1200px) {
	.solutions-hero {
		gap: 2rem;
		-ms-grid-columns: 1fr 2rem 1.5fr 2rem 1fr;
		grid-template-columns: 1fr 1.5fr 1fr;
	}
}

@media screen and (max-width: 1024px) {
	.block-hero-solutions { 
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.solutions-hero {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.solutions-intro {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.solutions-intro img {
		width: 200px;
	}

	.solutions-card {
		grid-column: auto;
	}

	.solutions-card:nth-of-type(2),
	.solutions-card:nth-of-type(3),
	.solutions-card:nth-of-type(4),
	.solutions-card:nth-of-type(5) {
		grid-column: auto;
		grid-row: auto;
	}
}

@media screen and (max-width: 768px) {
	.solutions-hero {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.solutions-intro {
		grid-column: auto;
		grid-row: auto;
	}
}

/* Solutions list */
.list-icon-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2rem;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

.list-icon-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	max-width: 200px;
	text-decoration: none; 
	-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
	min-width: 160px;
}

.list-icon {
	background-color: #00597e;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.list-icon img {
	width: 48px;
	height: 48px;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1); 
}

.list-icon svg {
	width: 48px;
	height: 48px;
	fill: none;
	stroke: white;
	stroke-width: 2;
	-webkit-transition: stroke 0.3s ease;
	-o-transition: stroke 0.3s ease;
	transition: stroke 0.3s ease;
}

.list-icon-title {
	background-color: #f0f0f0;
	color: #333;
	font-weight: bold;
	border-radius: 8px;
	margin-top: 1rem;
	padding: 0.5rem;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 100%;
}

.list-icon-title p {
	margin: 0;
}

.list-icon-item:hover .list-icon {
	background-color: #ffc107;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.list-icon-item:hover .list-icon-title {
	background-color: #d8d8d8;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

@media screen and (max-width: 640px) {
	.list-icon-title {
		font-size: 0.875rem;
	}
}

/* White paper callout */
.block-content-callout {
	background: #f0f0f0 url('/wp-content/themes/swirl/assets/swirl-background-solutions-light-min.jpg') no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}

.special-callout {
	-webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-top-left-radius: 27px;
	border-bottom-left-radius: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}

.callout-badge {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	aspect-ratio: 1/1;
	background: #ffc107;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 0.875rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1rem;
	position: absolute;
		right: -50px;
		top: -50px;
	text-align: center;
	width: 200px;
}

.callout-badge strong {
	font-size: 2.5rem;
	font-weight: normal;
}

.special-callout-image {
	background: #7f7f7f;
	border-top-left-radius: 27px;
	border-bottom-left-radius: 27px;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}

.special-callout-image img {
	display: block;
	margin: 3rem auto;
	width: 75%;
}

.special-callout-arrow {
	background: #ffffff;
	-ms-flex-preferred-size: 200px;
	    flex-basis: 200px;
	padding-top: 32px;
	text-align: right;
}

.special-callout-arrow svg {
	height: auto;
	width: 100px;
}

.special-callout-content {
	background: #ffffff;
	padding: 3rem 3rem 3rem 1rem;
}

.special-callout-content h2,
.special-callout-content p {
	max-width: calc(100% - 150px);
}

.special-callout-content a,
.special-callout-content a:visited {
	color: #00597E;
	font-weight: 700;
}

.special-callout-content a:active,
.special-callout-content a:focus,
.special-callout-content a:hover {
	color: #000000;
}

@media (max-width: 1350px) {
	.callout-badge {
		position: absolute;
		right: 0;
		top: auto;
		bottom: -40px;
	}
}

@media screen and (max-width: 1024px) {
	.special-callout {
		border-radius: 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.special-callout-image {
		border-radius: 0;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.special-callout-image img {
		width: 250px;
	}

	.special-callout-arrow {
		display: none;
	}

	.special-callout-content {
		padding: 2rem 2rem 0 2rem;
	}

	.special-callout-content h2,
	.special-callout-content p {
		max-width: 100%;
	}
	
	.callout-badge {
		border-top: 1px solid #ffc107;
		display: block;
		position: relative;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		aspect-ratio: auto;
		background: #ffffff;
		border-radius: 0;
		text-align: left;
		padding: 1rem 2rem 2rem 2rem;
		bottom: auto;
	}

	.callout-badge strong {
		font-size: 0.875rem;
		font-weight: 700;
	}
}

/*--------------------------------------------------------------
# Solutions (Single)
--------------------------------------------------------------*/
.block-hero-solution {
	padding-top: 45px;
}

.block-hero-solution .inner-wide {
	width: 1800px;
}

.solution-hero {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.solution-hero-image {
	aspect-ratio: 1/1;
}

.solution-hero-image img {
	width: 600px;
}

.solution-hero-content {
	max-width: 100%;
	padding-left: 100px;
	width: calc(100% - 600px);
}

.solution-hero-content h2 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.solution-hero-content p {
	text-wrap: balance;
}

@media screen and (max-width: 1800px) {
	.solution-hero-image {
		margin-left: -250px;
	}

	.solution-hero-content {
		width: calc(100% - 400px);
	}
}

@media screen and (max-width: 1450px) {
	.solution-hero-content {
		padding-left: 100px;
	}
}

@media screen and (max-width: 1200px) {
	.solution-hero-image {
		margin-left: -225px;
	}

	.solution-hero-image img {
		width: 500px;
	}

	.solution-hero-content {
		padding-left: 50px;
		width: calc(100% - 275px);
	}
}

@media screen and (max-width: 1024px) {
	.solution-hero-image {
		margin-left: -175px;
	}

	.solution-hero-image img {
		width: 400px;
	}

	.solution-hero-content {
		width: calc(100% - 225px);
	}
}

@media screen and (max-width: 768px) {
	.solution-hero {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.solution-hero-image {
		margin-left: 0;
		margin-bottom: 30px;
	}

	.solution-hero-image img {
		width: 250px;
	}

	.solution-hero-content {
		padding-left: 0;
		width: 100%;
	}
}