/*!
Theme Name: allerease v3
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: allerease
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.

allerease 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
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# Utilities
  - Accessibility

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > p {
	padding: 0 20px;
	max-width: 870px;
}

@media (min-width: 600px) {
	.entry-content > h1,
	.entry-content > h2,
	.entry-content > h3,
	.entry-content > h4,
	.entry-content > h5,
	.entry-content > h6,
	.entry-content > p {
		padding: 0 7vw;
		max-width: calc(14vw + 860px);
	}
}

.entry-content > h1.has-text-align-center,
.entry-content > h2.has-text-align-center,
.entry-content > h3.has-text-align-center,
.entry-content > h4.has-text-align-center,
.entry-content > h5.has-text-align-center,
.entry-content > h6.has-text-align-center,
.entry-content > p.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}

.entry-content > h1,
.entry-content > h2 {
	margin-bottom: 18px;
}

@media (min-width: 600px) {
	.entry-content > h1,
	.entry-content > h2 {
		padding: 0 7vw;
		max-width: calc(14vw + 945px);
	}
}

.entry-content > h1 + .comparison-charts,
.entry-content > h2 + .comparison-charts {
	margin-top: 40px;
}

.entry-content > p strong,
.entry-content > p b {
	font-weight: 600;
}

.entry-content > p + h1,
.entry-content > p + h2,
.entry-content > p + h3,
.entry-content > p + h4,
.entry-content > p + h5,
.entry-content > p + h6 {
	margin-top: 45px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
}

h1 {
	font-size: 43px;
	font-weight: 600;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	h1 {
		font-size: 54px;
		line-height: 1.19;
		margin-bottom: 22px;
	}
}

h1 span[style*='text-decoration: underline'],
h1 em {
	white-space: nowrap;
	position: relative;
	text-decoration: none !important;
}

h1 span[style*='text-decoration: underline']::after,
h1 em::after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #5444c5;
	position: absolute;
	bottom: 1px;
	left: 0;
}

h2 {
	font-size: 29px;
	font-weight: 700;
	line-height: 1.2;
}

@media (min-width: 768px) {
	h2 {
		font-size: 38px;
	}
}

p {
	margin: 16px 0;
	font-size: 16px;
	line-height: 1.44;
}

@media (min-width: 600px) {
	p {
		font-size: 17px;
	}
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f4f8fb;
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.2;
	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 #9db1ce;
	cursor: help;
}

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

big {
	font-size: 125%;
}

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

.site hr,
.acf-block-preview hr {
	background-color: #9db1ce;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.site ul,
.site ol,
.acf-block-preview ul,
.acf-block-preview ol {
	margin: 0 0 1.5em 3em;
}

.site ul,
.acf-block-preview ul {
	list-style: disc;
}

.site ol,
.acf-block-preview ol {
	list-style: decimal;
}

.site li > ul,
.site li > ol,
.acf-block-preview li > ul,
.acf-block-preview li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.site dt,
.acf-block-preview dt {
	font-weight: 700;
}

.site dd,
.acf-block-preview dd {
	margin: 0 1.5em 1.5em;
}

.site,
.acf-block-preview {
	/* Make sure embeds and iframes fit their containers. */
}

.site embed,
.site iframe,
.site object,
.acf-block-preview embed,
.acf-block-preview iframe,
.acf-block-preview object {
	max-width: 100%;
}

.site img,
.acf-block-preview img {
	height: auto;
	max-width: 100%;
}

.site figure,
.acf-block-preview figure {
	margin: 1em 0;
}

.site table,
.acf-block-preview table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
.site a,
.acf-block-preview a {
	color: #5444c5;
	transition: opacity 0.2s ease-out;
}

.site a:hover, .site a:focus, .site a:active,
.acf-block-preview a:hover,
.acf-block-preview a:focus,
.acf-block-preview a:active {
	opacity: 0.65;
}

.site a:hover, .site a:active,
.acf-block-preview a:hover,
.acf-block-preview a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.site button,
.site input[type='button'],
.site input[type='reset'],
.site input[type='submit'],
.site .button,
.acf-block-preview button,
.acf-block-preview input[type='button'],
.acf-block-preview input[type='reset'],
.acf-block-preview input[type='submit'],
.acf-block-preview .button {
	appearance: none;
	border: 0;
	border-radius: 26px;
	background: #5444c5;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.38;
	padding: 7px 11px 8px;
	min-width: 140px;
}

@media (min-width: 48em) {
	.site button,
	.site input[type='button'],
	.site input[type='reset'],
	.site input[type='submit'],
	.site .button,
	.acf-block-preview button,
	.acf-block-preview input[type='button'],
	.acf-block-preview input[type='reset'],
	.acf-block-preview input[type='submit'],
	.acf-block-preview .button {
		font-size: 21px;
		padding: 11px 40px;
		min-width: 204px;
	}
}

.site button + .button--secondary,
.site input[type='button'] + .button--secondary,
.site input[type='reset'] + .button--secondary,
.site input[type='submit'] + .button--secondary,
.site .button + .button--secondary,
.acf-block-preview button + .button--secondary,
.acf-block-preview input[type='button'] + .button--secondary,
.acf-block-preview input[type='reset'] + .button--secondary,
.acf-block-preview input[type='submit'] + .button--secondary,
.acf-block-preview .button + .button--secondary {
	margin-left: 27px;
}

.site .button,
.acf-block-preview .button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.site .button--small,
.acf-block-preview .button--small {
	padding: 7px 16px 8px;
}

@media (min-width: 48em) {
	.site .button--small,
	.acf-block-preview .button--small {
		font-size: 15px;
		min-width: 140px;
	}
}

.site .button--secondary,
.acf-block-preview .button--secondary {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-bottom: 4px solid #5444c5;
	padding: 1px 0px;
	font-size: 15px;
	font-weight: 600;
}

@media (min-width: 31.25em) {
	.site .button--secondary,
	.acf-block-preview .button--secondary {
		font-size: 21px;
	}
}

.site input[type='text'],
.site input[type='email'],
.site input[type='url'],
.site input[type='password'],
.site input[type='search'],
.site input[type='number'],
.site input[type='tel'],
.site input[type='range'],
.site input[type='date'],
.site input[type='month'],
.site input[type='week'],
.site input[type='time'],
.site input[type='datetime'],
.site input[type='datetime-local'],
.site input[type='color'],
.site textarea,
.acf-block-preview input[type='text'],
.acf-block-preview input[type='email'],
.acf-block-preview input[type='url'],
.acf-block-preview input[type='password'],
.acf-block-preview input[type='search'],
.acf-block-preview input[type='number'],
.acf-block-preview input[type='tel'],
.acf-block-preview input[type='range'],
.acf-block-preview input[type='date'],
.acf-block-preview input[type='month'],
.acf-block-preview input[type='week'],
.acf-block-preview input[type='time'],
.acf-block-preview input[type='datetime'],
.acf-block-preview input[type='datetime-local'],
.acf-block-preview input[type='color'],
.acf-block-preview textarea {
	color: #01355f;
	border: 1px solid #457ac9;
	border-radius: 3px;
	padding: 3px;
}

.site input[type='text']::placeholder,
.site input[type='email']::placeholder,
.site input[type='url']::placeholder,
.site input[type='password']::placeholder,
.site input[type='search']::placeholder,
.site input[type='number']::placeholder,
.site input[type='tel']::placeholder,
.site input[type='range']::placeholder,
.site input[type='date']::placeholder,
.site input[type='month']::placeholder,
.site input[type='week']::placeholder,
.site input[type='time']::placeholder,
.site input[type='datetime']::placeholder,
.site input[type='datetime-local']::placeholder,
.site input[type='color']::placeholder,
.site textarea::placeholder,
.acf-block-preview input[type='text']::placeholder,
.acf-block-preview input[type='email']::placeholder,
.acf-block-preview input[type='url']::placeholder,
.acf-block-preview input[type='password']::placeholder,
.acf-block-preview input[type='search']::placeholder,
.acf-block-preview input[type='number']::placeholder,
.acf-block-preview input[type='tel']::placeholder,
.acf-block-preview input[type='range']::placeholder,
.acf-block-preview input[type='date']::placeholder,
.acf-block-preview input[type='month']::placeholder,
.acf-block-preview input[type='week']::placeholder,
.acf-block-preview input[type='time']::placeholder,
.acf-block-preview input[type='datetime']::placeholder,
.acf-block-preview input[type='datetime-local']::placeholder,
.acf-block-preview input[type='color']::placeholder,
.acf-block-preview textarea::placeholder {
	color: #01355f;
	opacity: 0.75;
}

.site label,
.acf-block-preview label {
	display: inline-block;
	margin-bottom: 17px;
}

.site select,
.acf-block-preview select {
	display: block;
	-webkit-appearance: none;
	background-color: #fff;
	padding: 0 15px;
	border: 2px solid #457ac9;
	border-radius: 52px;
	width: 100%;
	height: 52px;
	max-width: 376px;
	color: #01355f;
	font-size: 18px;
	background-image: url("./images/icon-down-arrow-purple.svg");
	background-repeat: no-repeat;
	background-position: 98% 5px;
	cursor: pointer;
}

.site textarea,
.acf-block-preview textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	min-height: 80px;
	background-image: linear-gradient(132deg, #457ac9 0%, #3f31a1 100%);
	display: flex;
	flex-wrap: wrap;
	padding: 0 22px 0 24px;
	position: sticky;
	top: 0;
	z-index: 20;
	transition: transform 0.3s ease-out;
}

@media (min-width: 1024px) {
	.site-header {
		align-items: center;
		flex-wrap: nowrap;
		min-height: 90px;
		padding: 0 24px;
	}
}

@media (min-width: 1220px) {
	.site-header {
		padding: 0 38px;
		min-height: 116px;
	}
}

.site-header.hide {
	transform: translateY(-100%);
}

@media (max-width: 1023px) {
	.site-header.hide.static {
		transform: translateY(0);
	}
}

.site-header .menu-toggle {
	background: none;
	display: block;
	width: 54px;
	height: 54px;
	flex: 0 0 auto;
	min-width: 0;
	padding: 0;
	margin-top: 13px;
	border-radius: 0;
	margin-left: auto;
	text-indent: -9999px;
	position: relative;
	cursor: pointer;
	transition: opacity 0.2s ease-out;
}

@media (min-width: 1024px) {
	.site-header .menu-toggle {
		display: none;
	}
}

.site-header .menu-toggle:hover, .site-header .menu-toggle:focus {
	opacity: 0.65;
}

.site-header .menu-toggle span {
	width: 26px;
	height: 2px;
	background-color: #f4f8fb;
	border-radius: 2px;
	position: absolute;
	top: 26px;
	left: 14px;
	transition: background-color 0s 0.2s;
}

.site-header .menu-toggle span::before, .site-header .menu-toggle span::after {
	content: '';
	width: 26px;
	height: 2px;
	background-color: #f4f8fb;
	border-radius: 2px;
	position: absolute;
	left: 0;
	transition: transform 0.2s ease-out, top 0.2s 0.2s ease-out;
}

.site-header .menu-toggle span::before {
	top: -8px;
}

.site-header .menu-toggle span::after {
	top: 8px;
}

.site-header .menu-toggle.toggled span {
	background-color: transparent;
}

.site-header .menu-toggle.toggled span::before, .site-header .menu-toggle.toggled span::after {
	background-color: #f4f8fb;
	transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
	top: 0;
}

.site-header .menu-toggle.toggled span::before {
	transform: rotate(45deg);
}

.site-header .menu-toggle.toggled span::after {
	transform: rotate(-45deg);
}

.site-branding {
	margin-top: 13px;
}

@media (min-width: 1024px) {
	.site-branding {
		margin-top: 10px;
	}
}

.site-branding .custom-logo-link {
	display: block;
	width: 190px;
	margin-left: -11px;
}

@media (min-width: 1220px) {
	.site-branding .custom-logo-link {
		width: 249px;
	}
}

.site-footer {
	background-image: linear-gradient(132deg, #457ac9 0%, #3f31a1 100%);
	padding: 6px 24px 12px;
	overflow: hidden;
	border-top: 7px solid #f4f8fb;
}

@media (min-width: 960px) {
	.site-footer {
		padding: 13px 52px 12px 24px;
	}
}

@media (min-width: 1220px) {
	.site-footer {
		padding: 13px 52px 8px 38px;
	}
}

.site-footer__top {
	position: relative;
}

@media (min-width: 960px) {
	.site-footer__top {
		display: grid;
		grid-template-columns: 1fr 137px 338px;
	}
}

.site-footer__top .site-branding {
	margin-bottom: 2px;
}

.site-footer__top .american-textile {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.33;
	text-decoration: none;
	border-bottom: 1.5px solid #9db1ce;
	padding-bottom: 2px;
}

@media (min-width: 600px) {
	.site-footer__top .american-textile {
		font-size: 18px;
	}
}

.site-footer__top .american-made {
	position: absolute;
	top: -8px;
	right: -17px;
	width: 30%;
}

@media (min-width: 420px) {
	.site-footer__top .american-made {
		top: -4px;
		right: 0;
		width: 110px;
	}
}

@media (min-width: 960px) {
	.site-footer__top .american-made {
		position: static;
		margin-top: 18px;
		width: auto;
		margin-left: 0;
	}
}

.site-footer__social {
	width: 100%;
	flex: 0 0 auto;
	margin-top: 35px;
}

@media (min-width: 450px) {
	.site-footer__social {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 960px) {
	.site-footer__social {
		width: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: start;
		margin-top: 21px;
	}
}

.site-footer__social .button {
	background-color: #fff;
	color: #01355f;
	min-width: 153px;
	font-size: 18px;
	padding: 6px 28px;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.site-footer__social .button {
		min-width: 130px;
	}
}

.site-footer .social-icons {
	display: block;
}

.site-footer .social-icons ul {
	display: flex;
	margin-left: 0;
}

@media (min-width: 960px) {
	.site-footer .social-icons ul {
		justify-content: flex-end;
	}
}

.site-footer .social-icons ul li {
	background: none !important;
}

.site-footer .social-icons ul li:hover {
	transform: none;
}

.site-footer .social-icons ul a {
	background-color: #fff;
	border-radius: 50%;
	transition: opacity 0.2s ease-out;
}

.site-footer .social-icons ul a:hover, .site-footer .social-icons ul a:focus {
	background-color: #fff;
	opacity: 0.65;
}

.site-footer .social-icons ul svg * {
	fill: #33307c;
}

.site-footer__links {
	margin-top: 4px;
	margin-bottom: 23px;
}

@media (min-width: 768px) {
	.site-footer__links {
		margin-top: 42px;
		display: flex;
		flex-wrap: wrap;
	}
}

@media (min-width: 1440px) {
	.site-footer__links {
		margin-bottom: 0;
	}
}

.site-footer__links p,
.site-footer__links a {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.site-footer__links p {
	margin: 0 48px 16px 0;
}

@media (min-width: 768px) {
	.site-footer__links .menu-footer-menu-container {
		position: relative;
		top: 2px;
	}
	.site-footer__links .menu-footer-menu-container:before {
		content: '';
		display: block;
		height: 17px;
		width: 1px;
		background-color: #fff;
		position: absolute;
		left: -24px;
		top: 1px;
	}
}

.site-footer__links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.site-footer__links ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}

.site-footer__links li {
	margin-right: 48px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.site-footer__links li {
		margin-bottom: 16px;
	}
}

.site-footer__links li:last-child {
	margin-right: 0;
}

.site-footer__links a {
	text-decoration: none;
}

@media (min-width: 960px) {
	.site-footer__info {
		display: flex;
	}
}

.site-footer__info p {
	color: rgba(244, 248, 251, 0.38);
	font-size: 13px;
	line-height: 1.16;
	margin-top: 0;
	margin-bottom: 15px;
}

@media (min-width: 960px) {
	.site-footer__info p {
		margin-bottom: 18px;
		font-size: 12px;
	}
}

.site-footer__info p:first-child {
	margin-right: 11px;
}

.site-footer__info a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease-out;
}

.site-footer__info a:hover, .site-footer__info a:focus {
	color: #f4f8fb;
	opacity: 1;
}

.main-navigation {
	width: 100%;
	display: none;
	padding-bottom: 54px;
}

@media (min-width: 1024px) {
	.main-navigation {
		display: flex !important;
		justify-content: flex-end;
		align-items: center;
		padding-bottom: 0;
	}
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 34px 0 45px;
	padding-left: 0;
	border-top: 2px solid #457ac9;
}

@media (min-width: 1024px) {
	.main-navigation ul {
		align-items: center;
		border-top: 0;
		margin: 0;
	}
}

.main-navigation ul ul {
	display: none;
	border-top: 0;
	margin: 0;
	padding-top: 11px;
}

@media (min-width: 1024px) {
	.main-navigation ul ul {
		display: block !important;
		background-color: #457ac9;
		width: 335px;
		padding-top: 0;
		border-radius: 0 0 10px 10px;
		overflow: hidden;
		transition: opacity 0.2s ease-out, left 0s 0.2s;
		position: absolute;
		top: 100%;
		left: -99999px;
		opacity: 0;
	}
}

.main-navigation ul ul ul {
	display: none;
}

.main-navigation ul ul li {
	display: block;
	min-height: 0;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

.main-navigation ul ul a {
	display: block;
	font-size: 23px;
	padding: 11px 25px;
	font-weight: 400;
}

@media (min-width: 1024px) {
	.main-navigation ul ul a {
		font-size: 16px;
		background-color: #457ac9;
		transition: background-color 0.2s ease-out;
		font-weight: 700;
	}
}

@media (min-width: 1140px) {
	.main-navigation ul ul a {
		font-size: 18px;
	}
}

.main-navigation ul ul a::after {
	display: none;
}

@media (min-width: 1024px) {
	.main-navigation ul ul a:hover, .main-navigation ul ul a:focus {
		background-color: #01355f;
		opacity: 1;
	}
}

@media (min-width: 1024px) {
	.main-navigation > div > ul {
		display: flex !important;
	}
}

.main-navigation li {
	position: relative;
	border-bottom: 2px solid #457ac9;
	padding: 21px 50px 21px 0;
	display: block;
}

@media (min-width: 1024px) {
	.main-navigation li {
		margin-left: 24px;
		border-bottom: 0;
		padding: 0;
		min-height: 90px;
		display: inline-flex;
		align-items: center;
	}
}

@media (min-width: 1220px) {
	.main-navigation li {
		min-height: 116px;
	}
}

@media (min-width: 1140px) {
	.main-navigation li {
		margin-left: 36px;
	}
}

@media (min-width: 1440px) {
	.main-navigation li {
		margin-left: 52px;
	}
}

@media (min-width: 1024px) {
	.main-navigation li:hover > a::after, .main-navigation li:focus > a::after, .main-navigation li:focus-within > a::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #457ac9;
	}
}

.main-navigation li:hover ul, .main-navigation li:focus ul, .main-navigation li:focus-within ul {
	left: 0;
	opacity: 1;
	transition: left 0s, opacity 0.2s ease-out;
}

.main-navigation li .children-toggle {
	width: 40px;
	height: 40px;
	background: none;
	padding: 0;
	min-width: 0;
	text-indent: -9999px;
	border-radius: 0;
	position: absolute;
	top: 18px;
	right: 0;
	transform: rotate(180deg);
	transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.main-navigation li .children-toggle::before {
	content: '';
	background: url("./images/arrow.svg") center no-repeat;
	background-size: contain;
	width: 18px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 9px);
	text-indent: 0;
}

.main-navigation li .children-toggle:hover, .main-navigation li .children-toggle:focus {
	opacity: 0.65;
}

.main-navigation li .children-toggle.open {
	transform: rotate(0deg);
}

@media (min-width: 1024px) {
	.main-navigation li .children-toggle {
		display: none;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
	position: relative;
}

@media (min-width: 1024px) {
	.main-navigation a {
		font-size: 16px;
		font-weight: 600;
		padding: 4px 0;
	}
}

@media (min-width: 1140px) {
	.main-navigation a {
		font-size: 18px;
	}
}

@media (min-width: 1440px) {
	.main-navigation a {
		font-size: 22px;
	}
}

@media (min-width: 1024px) {
	.main-navigation a:hover, .main-navigation a:focus {
		opacity: 1;
	}
	.main-navigation a:hover::after, .main-navigation a:focus::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #457ac9;
	}
}

@media (min-width: 1024px) {
	.main-navigation .current_page_item > a::after,
	.main-navigation .current-menu-item > a::after,
	.main-navigation .current_page_ancestor > a::after,
	.main-navigation .current-menu-ancestor > a::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #457ac9;
	}
}

.main-navigation .button {
	display: inline-block;
	background: none;
	border: 3px solid #f4f8fb;
	font-size: 21px;
	padding: 6px 28px;
	min-width: 194px;
	transition: opacity 0.2s ease-out;
}

.main-navigation .button::after {
	display: none;
}

.main-navigation .button:hover, .main-navigation .button:focus {
	opacity: 0.65;
}

@media (min-width: 1024px) {
	.main-navigation .button {
		margin-left: 24px;
		font-size: 18px;
		min-width: 138px;
	}
}

@media (min-width: 1140px) {
	.main-navigation .button {
		margin-left: 36px;
	}
}

@media (min-width: 1440px) {
	.main-navigation .button {
		min-width: 151px;
		margin-left: 52px;
		font-size: 22px;
	}
}

.main-navigation .button.active {
	background-color: #fff;
	color: #01355f;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

nav.pagination {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-bottom: 4rem;
}

nav.pagination span,
nav.pagination a {
	color: #01355f;
	text-decoration: none;
	background: transparent;
	transition: background 0.2s ease;
	height: 46px;
	width: 46px;
	border-radius: 46px;
	line-height: 44px;
	font-size: 24px;
	text-align: center;
	transform: scale(1);
	transition: transform 0.1s ease;
	display: inline-block;
}

nav.pagination span.current,
nav.pagination a.current {
	border: 1px solid #9db1ce;
}

nav.pagination a:hover, nav.pagination a:focus {
	opacity: 1;
	color: #01355f;
	background-color: #fff;
	transform: scale(1.05);
}

nav.pagination a.next, nav.pagination a.prev {
	background-image: url("./images/icon-right-arrow-purple.svg");
	background-repeat: no-repeat;
	background-position: center;
}

nav.pagination a.next:hover, nav.pagination a.next:focus, nav.pagination a.prev:hover, nav.pagination a.prev:focus {
	transform: scale(1.125);
	background-color: transparent;
}

nav.pagination a.prev {
	transform: rotate(180deg);
}

nav.pagination a.prev:hover, nav.pagination a.prev:focus {
	transform: scale(1.125) rotate(180deg);
}

/* Posts and pages
--------------------------------------------- */
.error-message {
	padding: 100px 1.2rem;
	text-align: center;
}

@media (min-width: 600px) {
	.error-message {
		padding: 200px 1.2rem;
	}
}

@media (min-width: 960px) {
	.error-message {
		padding: 300px 1.2rem;
	}
}

@media (min-width: 1200px) {
	.error-message {
		padding: 400px 1.2rem;
	}
}

.error-message h1 {
	font-size: 79px;
	font-weight: 600;
}

.blog-filter {
	background-color: #f4f8fb;
}

.blog-filter form {
	max-width: 77.1875rem;
	margin: 0 auto;
	padding: 2rem 1.2rem;
}

.blog-filter + .blog-results {
	padding-top: 0;
}

.blog-results {
	background-color: #f4f8fb;
	padding-top: 2rem;
}

.blog-results__container {
	max-width: 77.1875rem;
	margin: 0 auto;
	padding: 2rem 1.2rem 4rem;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 27px;
}

@media (min-width: 48em) {
	.blog-results__container {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 60em) {
	.blog-results__container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.page-template-blog-template .page-hero__copy * {
	font-size: 24px;
}

@media (min-width: 768px) {
	.page-template-blog-template .page-hero__copy * {
		font-size: 28px;
	}
}

.site .blog-card {
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	text-decoration: none;
	transform: scale(1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0px 1px 9px -2px rgba(0, 0, 0, 0);
}

@media (min-width: 48em) {
	.site .blog-card {
		max-width: 376px;
	}
}

.site .blog-card:hover, .site .blog-card:focus {
	opacity: 1;
	transform: scale(1.005);
	box-shadow: 0px 5px 28px -6px rgba(0, 0, 0, 0.1);
}

.site .blog-card__image {
	overflow: hidden;
	height: 210px;
	background-color: #01355f;
	text-align: center;
	color: #fff;
}

.site .blog-card__image img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.site .blog-card__content {
	padding: 27px 21px 29px;
	text-align: left;
}

.site .blog-card__categories {
	font-size: 18px;
	color: #01355f;
	margin-bottom: 23px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site .blog-card__title {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 12px;
	color: #01355f;
}

.site .blog-card__excerpt {
	color: #01355f;
}

.blog-post > *:not([class]),
.blog-post *[class^='wp-block'] {
	max-width: 54.9375rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.2rem;
}

.blog-post::after {
	content: '';
	display: block;
	clear: both;
}

.blog-post__header {
	overflow: hidden;
	position: relative;
	margin-bottom: 2rem;
	background-color: #01355f;
}

@media (min-width: 48em) {
	.blog-post__header {
		margin-bottom: 4rem;
	}
}

.blog-post__header img {
	position: absolute;
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	z-index: 1;
	filter: saturate(0.8);
	opacity: 0.44;
}

.blog-post__header__content {
	position: relative;
	z-index: 3;
	max-width: 77.1875rem;
	margin: 0 auto;
	padding: 6rem 1.2rem 4rem;
	color: #fff;
}

@media (min-width: 48em) {
	.blog-post__header__content {
		padding: 100px 1.2rem 123px;
	}
}

.blog-post__header__categories {
	margin-bottom: 2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

@media (min-width: 48em) {
	.blog-post__header__categories {
		margin-bottom: 60px;
	}
}

.blog-post__header__title {
	max-width: 805px;
}

.blog-post__header__excerpt {
	max-width: 580px;
}

.blog-post > img,
.blog-post > figure img,
.blog-post > .wp-block-image img {
	border-radius: 8px;
}

.blog-post > * + * {
	margin-top: 1.2em;
}

.blog-post > * + img,
.blog-post > * + figure:not([class^='alignleft']),
.blog-post > * + .wp-block-image {
	margin-top: 4em;
	margin-bottom: 4em;
}

.blog-post figure figcaption {
	font-size: 12px;
	line-height: 16px;
}

.blog-post ul li,
.blog-post ol li {
	margin-left: 1rem;
}

.blog-post ul li + li,
.blog-post ol li + li {
	margin-top: 1em;
}

.blog-post .wp-block-quote {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (min-width: 48em) {
	.blog-post .wp-block-quote {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.blog-post .wp-block-quote * {
	font-size: 21px;
}

@media (min-width: 48em) {
	.blog-post .wp-block-quote * {
		font-size: 28px;
	}
}

.blog-post .wp-block-quote::before {
	content: '';
	background-color: #457ac9;
	width: 3px;
	height: 100%;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
}

@media (min-width: 48em) {
	.blog-post .wp-block-quote::before {
		top: 5px;
		width: 6px;
		left: 40px;
	}
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

.page .site-main > *:not([class]),
.page .site-main > *[class^="wp-block"] {
	max-width: 77.1875rem;
	margin: 0 auto;
	padding: 0 1.2rem;
}

.page .site-main > *:not([class]) + *,
.page .site-main > *[class^="wp-block"] + * {
	margin-top: 1em;
}

.page .site-main::after {
	content: "";
	display: block;
	clear: both;
}

.entry-content > h3,
.entry-content > p,
.entry-content > ul {
	max-width: 54.9375rem;
}

.entry-content > .wp-block-heading,
.entry-content > p {
	width: calc(100% - 7vw - 1.2rem);
	margin-left: 7vw;
	padding-left: 0;
}

.entry-content > ul {
	margin-left: calc(7vw + 1.2rem);
	padding-left: 0;
}

.home .entry-content p.has-text-align-center {
	max-width: calc(14vw + 960px);
}

.home .entry-content p + .card-section {
	margin-top: 40px;
}

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

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

cookie-banner:not(:defined) {
	visibility: hidden;
}

/* container styling, e.g. the content container */
cookie-banner::part(dialog) {
	right: 1rem;
	z-index: 1000;
	background-color: #fff;
	border: none;
	border-radius: 8px;
	box-shadow: 0 8px 30px -5px rgba(0, 0, 0, 0.5);
	color: #333;
	font-size: 1.5rem;
	max-width: 30rem;
	width: calc(100% - 2rem);
}

/* text content styling, e.g. the <slot> content */
cookie-banner::part(content) {
	color: #333;
	font-size: 1rem;
}

/* nested elements can be styled directly */
cookie-banner h2 {
	font-size: 1.2rem;
}

/* button container */
cookie-banner::part(buttons) {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}

/* <button> elements */
cookie-banner::part(button) {
	cursor: pointer;
	appearance: none;
	border: 0;
	border-radius: 26px;
	background: #5444c5;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.38;
	padding: 7px 11px 8px;
	min-width: 140px;
	transition: opacity 0.2s ease;
}

cookie-banner::part(button):hover, cookie-banner::part(button):focus {
	opacity: 0.65;
}

/* individual buttons; fyi: privacy laws generally require accept/deny to look identical */
cookie-banner::part(button reject) {
	color: #5444c5;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	padding: 1px 0px;
	text-decoration: underline;
	text-underline-offset: 0.4rem;
	text-decoration-thickness: 4px;
}

/* 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 .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Blocks
--------------------------------------------- */
.site .accordions {
	margin-bottom: 40px;
}

.site .accordions .accordion {
	max-width: 54.9375rem;
	margin: 48px auto 2px;
	padding: 0 1.2rem;
}

.site .accordions .accordion:last-child {
	margin-bottom: 64px;
}

.site .accordions .accordion__heading {
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	border-bottom: 2px solid #9db1ce;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.site .accordions .accordion__heading:hover .tab, .site .accordions .accordion__heading:focus .tab {
	background-color: #5444c5;
}

.site .accordions .accordion__heading .tab {
	transition: background 0.2s ease;
	display: inline-block;
	background: #457ac9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0.8rem 1.2rem;
	font-size: 18px;
	max-width: calc(100% - 55px);
}

@media (min-width: 48em) {
	.site .accordions .accordion__heading .tab {
		max-width: calc(100% - 75px);
		padding: 1rem 1.4rem;
		font-size: 24px;
	}
}

.site .accordions .accordion__heading .arrow {
	height: 35px;
	width: 35px;
	position: relative;
	transform: rotate(0deg);
	transition: transform 0.2s ease;
}

@media (min-width: 48em) {
	.site .accordions .accordion__heading .arrow {
		height: 65px;
		width: 65px;
	}
}

.site .accordions .accordion__heading .arrow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.site .accordions .accordion__content {
	padding: 0;
	background-color: #f4f8fb;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
	opacity: 0;
}

.site .accordions .accordion__content > * {
	padding: 0 20px;
}

.site .accordions .accordion__content > *:first-child {
	margin-top: 0;
	padding-top: 20px;
}

.site .accordions .accordion__content > *:last-child {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.site .accordions .accordion.show .arrow {
	transform: rotate(180deg);
}

.site .accordions .accordion.show .accordion__content {
	height: auto;
	max-height: 2000px;
	opacity: 1;
}

.blog-section {
	background-color: #f4f8fb;
	text-align: center;
	margin-top: 40px;
}

.blog-section__container {
	max-width: 77.1875rem;
	margin: 0 auto;
	padding: 40px 0;
}

@media (min-width: 60em) {
	.blog-section__container {
		padding: 40px 1.2rem;
		display: grid;
		grid-template-columns: 300px 2fr;
		gap: 54px;
	}
}

@media (min-width: 90em) {
	.blog-section__container {
		grid-template-columns: 374px 2fr;
		gap: 54px;
	}
}

.blog-section__content {
	text-align: center;
	margin-bottom: 40px;
	padding: 0 1.2rem;
}

@media (min-width: 48em) {
	.blog-section__content {
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 60em) {
	.blog-section__content {
		text-align: left;
		align-items: flex-start;
	}
}

.blog-section__content > .button {
	display: none;
}

@media (min-width: 60em) {
	.blog-section__content > .button {
		display: inline-block;
	}
}

.blog-section__headline {
	font-size: 29px;
	margin-bottom: 20px;
}

@media (min-width: 60em) {
	.blog-section__headline {
		font-size: 38px;
		margin-bottom: 30px;
	}
}

.blog-section__copy {
	font-size: 21px;
}

@media (min-width: 31.25em) {
	.blog-section__posts .swiper-wrapper {
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-items: center;
		gap: 1.2rem;
		padding: 0 1.2rem;
	}
	.blog-section__posts .swiper-wrapper .swiper-slide {
		width: 100%;
		max-width: 376px;
	}
}

.blog-section__posts + .button {
	margin-top: 30px;
}

@media (min-width: 60em) {
	.blog-section__posts + .button {
		display: none;
	}
}

.blog-section + .blog-section {
	margin-top: 0;
}

.blog-section .blog-card {
	height: 100%;
}

.media-section + .blog-section {
	margin-top: 40px;
}

@media (min-width: 31.25em) {
	.media-section + .blog-section {
		margin-top: 80px;
	}
}

.hero-image-background {
	background: #f9f8ff;
	position: relative;
}

.hero-image-background > img {
	position: absolute;
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.hero-image-background__content {
	max-width: 77.1875rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 1.8125rem 1.25rem 15.625rem;
}

@media (min-width: 31.25em) {
	.hero-image-background__content {
		padding: 8rem 33.333% 8rem 1.25rem;
	}
}

@media (min-width: 48em) {
	.hero-image-background__content {
		padding: 11.5rem 1.25rem 16.375rem 1.25rem;
	}
}

.hero-image-background__content h1 {
	max-width: 41.75rem;
}

.hero-image-background__copy {
	max-width: 400px;
}

.hero-image-background__copy + .button {
	margin-top: 2rem;
}

.icon-section {
	background-color: #f4f8fb;
	padding: 2rem 1.25rem 3.5rem;
}

.icon-section__container {
	max-width: 77.1875rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 1.2rem;
}

.icon-section__container > * {
	margin-top: 2rem;
	width: calc(50% - 1.2rem);
}

.icon-section__item {
	text-align: center;
	max-width: 15.25rem;
}

.icon-section__item__image {
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 31.25em) {
	.icon-section__item__image {
		margin-bottom: 2.0625rem;
	}
}

.icon-section__item__image img {
	max-height: 6rem;
	width: auto;
	max-width: 6.0625rem;
	display: inline-block;
}

.icon-section__item__text,
.icon-section__item a {
	text-decoration: none;
	font-size: 15px;
	color: #01355f;
}

@media (min-width: 48em) {
	.icon-section__item__text,
	.icon-section__item a {
		font-size: 21px;
	}
}

.image-cards {
	max-width: 77.1875rem;
	margin: 40px auto;
	padding: 0 1.2rem;
}

.image-cards__container {
	padding: 1.2rem 1.2rem 1.7rem;
	background-color: #5444c5;
	border-radius: 10px;
}

@media (min-width: 48em) {
	.image-cards__container {
		padding: 2.4rem 1.2rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.2rem;
	}
}

@media (min-width: 60em) {
	.image-cards__container {
		padding: 2.4rem;
		gap: 2.4rem;
	}
}

@media (min-width: 77.1875rem) {
	.image-cards__container {
		padding: 45px 81px 70px 81px;
		gap: 60px;
	}
}

.image-cards__item__headline {
	color: #fff;
	font-size: 23px;
	font-weight: 700;
}

.image-cards__item__content {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.image-cards__item img {
	position: relative;
	z-index: 1;
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

@media (min-width: 48em) {
	.image-cards__item img {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.2rem;
		min-height: 405px;
	}
}

.image-cards__item__copy {
	width: 100%;
	position: relative;
	padding: 1.2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

@media (min-width: 48em) {
	.image-cards__item__copy {
		padding: 1.2rem;
	}
}

.image-cards__item__copy > * {
	position: relative;
	z-index: 2;
}

.image-cards__item__copy > *:first-child {
	margin-top: 0;
}

.image-cards__item__copy > *:last-child {
	margin-bottom: 0;
}

.image-cards__item__copy::before {
	content: '';
	width: 100%;
	background: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0.75) 65%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: -4rem;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.image-cards__item + * {
	margin-top: 40px;
}

@media (min-width: 48em) {
	.image-cards__item + * {
		margin-top: 0;
	}
}

.featured-blog-post {
	max-width: 77.1875rem;
	padding: 55px 1.2rem 65px;
	margin: 0 auto;
}

@media (min-width: 600px) {
	.featured-blog-post {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.2rem;
		padding: 80px 1.2rem 80px;
	}
}

@media (min-width: 48em) {
	.featured-blog-post {
		gap: 1.5rem;
	}
}

@media (min-width: 60em) {
	.featured-blog-post {
		gap: 4.0625rem;
	}
}

@media (min-width: 90em) {
	.featured-blog-post {
		grid-template-columns: 679px 1fr;
	}
}

.featured-blog-post__image {
	overflow: hidden;
	background-color: #01355f;
	border-radius: 10px;
	position: relative;
	min-height: 223px;
	width: 100%;
}

@media (min-width: 600px) {
	.featured-blog-post__image {
		min-height: 300px;
	}
}

@media (min-width: 60em) {
	.featured-blog-post__image {
		height: 384px;
	}
}

.featured-blog-post__image img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

@media (min-width: 600px) {
	.featured-blog-post__content {
		display: flex;
		flex-direction: column;
		align-content: start;
		align-items: flex-start;
		justify-content: center;
	}
}

.featured-blog-post__category {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	font-weight: 600;
	margin: 30px 0 17px;
}

@media (min-width: 600px) {
	.featured-blog-post__category {
		margin: 0 0 17px;
	}
}

.featured-blog-post__title {
	font-size: 29px;
	margin-bottom: 23px;
}

.page-hero + .featured-blog-post {
	padding-top: 0;
}

:root {
	--marqueeItemHeight: 78px;
	--marqueeItemWidth: 230px;
	--marqueeWidth: 2250px;
	--antiMarqueeWidth: -2250px;
	--marqueeBp: 1080px;
	--marqueeTiming: 60s;
}

.logo-marquee {
	margin: 40px 0;
	padding-bottom: 27px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
}

@media (min-width: 48em) {
	.logo-marquee {
		margin: 80px 0;
	}
}

.logo-marquee__headline {
	order: 1;
	display: block;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	padding: 0 1.2rem;
	margin-bottom: 28px;
	text-align: center;
	font-size: 29px;
}

@media (min-width: 48em) {
	.logo-marquee__headline {
		font-size: 38px;
	}
}

.logo-marquee__track-container {
	min-height: 120px;
	height: var(--marqueeItemHeight);
	width: 100%;
	display: block;
	order: 2;
}

.logo-marquee__track {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	min-width: var(--marqueeWidth);
	position: absolute;
	gap: 10px;
	padding: 0 10px;
}

@media (min-width: 31.25em) {
	.logo-marquee__track {
		gap: 60px;
	}
}

.logo-marquee__track--one {
	animation: marqueeOne var(--marqueeTiming) linear forwards;
	left: 0%;
	-webkit-animation-duration: var(--marqueeTiming);
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
}

@media (min-width: 1080px) {
	.logo-marquee__track--one {
		animation: marqueeOne calc(var(--marqueeTiming) / 2) linear forwards;
	}
}

.logo-marquee__track--two {
	animation: marqueeSmall calc(var(--marqueeTiming) * 2) linear infinite;
	left: 100%;
	-webkit-animation-duration: calc(var(--marqueeTiming) * 2);
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: infinite;
}

@media (min-width: 1080px) {
	.logo-marquee__track--two {
		animation: marquee var(--marqueeTiming) linear infinite;
		-webkit-animation-duration: var(--marqueeTiming);
	}
}

.logo-marquee__track--three {
	animation: marqueeSmall calc(var(--marqueeTiming) * 2) linear var(--marqueeTiming) infinite;
	left: 100%;
	-webkit-animation-duration: calc(var(--marqueeTiming) * 2);
	-webkit-animation-delay: var(--marqueeTiming);
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: infinite;
}

@media (min-width: 1080px) {
	.logo-marquee__track--three {
		animation: marquee var(--marqueeTiming) linear calc(var(--marqueeTiming) / 2) infinite;
		-webkit-animation-duration: var(--marqueeTiming);
		-webkit-animation-delay: calc(var(--marqueeTiming) / 2);
	}
}

.logo-marquee__track .marquee-item {
	position: relative;
	width: 200px;
	text-align: center;
}

.logo-marquee__track .marquee-item:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #9db1ce;
	mix-blend-mode: hard-light;
}

.logo-marquee__track .marquee-item img {
	display: block;
	width: 100%;
	max-width: var(--marqueeItemWidth);
}

@supports (mix-blend-mode: screen) {
	.logo-marquee__track .marquee-item::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #9db1ce;
		mix-blend-mode: screen;
	}
}

.logo-marquee__toggle {
	position: absolute;
	left: calc(50% - 15px);
	bottom: 0;
	order: 3;
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-top: 16px;
}

.logo-marquee__toggle + input {
	border: none;
	-webkit-appearance: none;
	height: 30px;
	width: 30px;
	position: absolute;
	left: calc(50% - 15px);
	bottom: 0;
	background-image: url("./images/pause.svg");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transform: scale(1.00001);
	transition: transform 0.2s ease;
}

.logo-marquee__toggle + input:hover, .logo-marquee__toggle + input:focus {
	transform: scale(1.1);
}

.logo-marquee__toggle + input:checked {
	background-image: url("./images/play.svg");
}

.logo-marquee__toggle + input:checked + .logo-marquee__track-container .logo-marquee__track {
	animation-play-state: paused;
}

@keyframes marqueeOne {
	0% {
		left: 0;
	}
	100% {
		left: var(--antiMarqueeWidth);
	}
}

@keyframes marquee {
	0% {
		left: var(--marqueeWidth);
	}
	100% {
		left: var(--antiMarqueeWidth);
	}
}

@keyframes marqueeSmall {
	0% {
		left: var(--marqueeWidth);
	}
	100% {
		left: var(--antiMarqueeWidth);
	}
}

.site label.logo-marquee__toggle {
	margin: 0;
}

.page-hero-slides {
	position: relative;
}

.page-hero {
	overflow: hidden;
	background-color: #f4f8fb;
	position: relative;
	margin-bottom: 50px;
	min-height: 37.5rem;
}

@media (min-width: 60em) {
	.page-hero {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		margin-bottom: 82px;
		align-items: center;
		height: 40rem;
	}
}

.page-hero__image {
	position: relative;
}

@media (min-width: 60em) {
	.page-hero__image {
		width: calc(50% + 100px);
		flex: 0 0 auto;
		margin-left: auto;
		align-self: stretch;
	}
	.page-hero__image::after {
		content: '';
		width: 120px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		background: #f4f8fb;
		background: linear-gradient(90deg, #f4f8fb 0%, rgba(244, 248, 251, 0.9) 25%, rgba(244, 248, 251, 0) 100%);
	}
}

.page-hero__image::before {
	content: '';
	display: block;
	padding-top: 68%;
}

.page-hero__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-hero__image--variant {
	overflow: hidden;
}

.page-hero__image--variant img {
	border-radius: 1rem;
}

@media (min-width: 60em) {
	.page-hero__image--variant {
		align-self: center;
		margin: 40px 7vw 62px auto;
		max-height: 32rem;
		max-width: calc(100% - 30rem);
	}
}

.page-hero__image--variant::after {
	display: none;
}

.page-hero__image--variant img {
	top: 22px;
	left: 22px;
	width: calc(100% - 44px);
	height: calc(100% - 22px);
}

@media (min-width: 60em) {
	.page-hero__image--variant img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.page-hero__image--video.page-hero__image--variant {
	border-radius: 1rem;
}

.page-hero__image--video.page-hero__image--variant::before {
	display: none;
}

.page-hero__image--video.page-hero__image--variant video {
	margin: 1.5rem 1.5rem 0 1.5rem;
	position: static;
	width: calc(100% - 3rem);
	border-radius: 1rem;
}

@media (min-width: 60em) {
	.page-hero__image--video.page-hero__image--variant video {
		margin: 0;
		width: 100%;
	}
}

.page-hero__content {
	padding: 22px 22px 40px;
}

@media (min-width: 600px) {
	.page-hero__content {
		padding: 36px 7vw 40px;
	}
}

@media (min-width: 60em) {
	.page-hero__content {
		padding-top: 78px;
		padding-right: 100px;
		margin-right: -50px;
	}
}

.page-hero__content .button {
	margin-top: 15px;
}

@media (min-width: 600px) {
	.page-hero__content .button {
		margin-top: 50px;
	}
}

@media (min-width: 600px) {
	.page-hero__copy {
		display: flex;
		align-items: center;
	}
}

.page-hero__copy img {
	width: 125px;
	position: absolute;
	bottom: -19px;
	right: 22px;
}

@media (min-width: 400px) {
	.page-hero__copy img {
		right: 46px;
	}
}

@media (min-width: 600px) {
	.page-hero__copy img {
		position: static;
		width: 121px;
		margin-left: -22px;
		margin-right: 24px;
	}
}

.page-hero__copy p {
	font-size: 15px;
	line-height: 1.4;
	margin-right: 36px;
}

@media (min-width: 600px) {
	.page-hero__copy p {
		font-size: 18px;
		margin-right: 0;
	}
}

.page-hero__copy ul,
.page-hero__copy ol {
	margin: 0;
	padding: 0 0 0 16px;
}

.page-hero__copy ul li,
.page-hero__copy ol li {
	margin: 0;
	padding: 0;
}

@media (min-width: 600px) {
	.page-hero__copy ul li,
	.page-hero__copy ol li {
		font-size: 17px;
	}
}

.page-hero__copy ul li + li,
.page-hero__copy ol li + li {
	margin-top: 1em;
}

.page-hero--video {
	padding: 22px 22px 40px;
	box-sizing: border-box;
}

.page-hero--video::before, .page-hero--video::after {
	display: none;
}

@media (min-width: 60em) {
	.page-hero--video {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page-hero--video .page-hero__content {
	padding: 2rem 0;
}

@media (min-width: 60em) {
	.page-hero--video .page-hero__content {
		padding: 22px 100px 40px 7vw;
	}
}

.page-hero--hasBackground {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-template-areas: 'top' 'bottom';
}

@media (min-width: 60em) {
	.page-hero--hasBackground {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 'left right';
	}
}

.page-hero--hasBackground .page-hero__content {
	position: relative;
	z-index: 2;
	grid-area: bottom;
}

@media (min-width: 60em) {
	.page-hero--hasBackground .page-hero__content {
		grid-area: left;
	}
}

.page-hero--hasBackground .page-hero__image {
	position: relative;
	z-index: 1;
	grid-row-start: 1;
	grid-row-end: span 2;
	display: contents;
}

@media (min-width: 60em) {
	.page-hero--hasBackground .page-hero__image {
		grid-column-start: 1;
		max-height: 43rem;
	}
}

.page-hero--hasBackground .page-hero__image img {
	object-position: center;
}

.page-hero--hasBackground .page-hero__image:after {
	display: none;
}

.page-hero--hasWhiteText .page-hero__content {
	color: #fff;
}

.page-hero--hasWhiteText .page-hero__content .button {
	background-color: #fff;
	color: #5444c5;
}

.page-hero--fullVideo {
	display: block;
}

.page-hero--fullVideo .page-hero__image {
	border-radius: 0;
	width: 100%;
	margin: 0;
	overflow: hidden;
	max-height: 40rem;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.page-hero--fullVideo .page-hero__image:before, .page-hero--fullVideo .page-hero__image::after {
	display: none;
}

.page-hero--fullVideo .page-hero__image video {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.page-hero .vid-control {
	width: 40px;
	height: 40px;
	padding: 0;
	min-width: 0;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 3;
	display: none;
	filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.3));
}

.page-hero .vid-control.show {
	display: block;
}

.page-hero .vid-control img {
	position: absolute;
	top: 51%;
	left: 51%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.page-hero .vid-control.play img {
	left: 52%;
}

.page-hero.page-hero--images {
	display: block;
	height: unset;
	min-height: unset;
	background-color: transparent;
}

.page-hero.page-hero--images:hover, .page-hero.page-hero--images:focus {
	opacity: 1;
}

.page-hero.page-hero--images .page-hero__image {
	width: 100%;
	margin-left: unset;
}

.page-hero.page-hero--images .page-hero__image:before, .page-hero.page-hero--images .page-hero__image:after {
	display: none;
}

.page-hero.page-hero--images .page-hero__image img {
	position: static;
}

.page-hero-prev, .page-hero-next {
	display: flex;
	height: 2rem;
	width: 2rem;
	top: 36vw;
}

@media (min-width: 60em) {
	.page-hero-prev, .page-hero-next {
		top: calc(50% - 1.33rem);
	}
}

.page-hero-prev::before, .page-hero-prev::after, .page-hero-next::before, .page-hero-next::after {
	content: '';
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-hero-prev::before, .page-hero-next::before {
	background-color: #fff;
	height: 1.888rem;
	width: 1.888rem;
}

.page-hero-prev {
	left: 0.666rem;
}

.page-hero-prev::after {
	background: url("/wp-content/themes/allerease/images/arrow-prev.svg") center no-repeat;
	background-size: 103%;
}

.page-hero-next {
	right: 0.666rem;
}

.page-hero-next::after {
	background: url("/wp-content/themes/allerease/images/arrow-next.svg") center no-repeat;
	background-size: 103%;
}

.recent-posts {
	background-color: #f4f8fb;
	margin-top: 2rem;
}

.recent-posts__headline {
	text-align: center;
	padding: 40px 1.2rem 20px;
	font-size: 24px;
	margin-bottom: 0;
}

@media (min-width: 48em) {
	.recent-posts__headline {
		font-size: 40px;
	}
}

.recent-posts__container {
	max-width: 77.1875rem;
	margin: 0 auto;
	padding: 20px 1.2rem 0;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

@media (min-width: 48em) {
	.recent-posts__container {
		padding: 20px 1.2rem 0;
		justify-content: center;
		flex-direction: row;
	}
}

@media (min-width: 90em) {
	.recent-posts__container {
		gap: 52px;
	}
}

.recent-posts__button {
	padding: 60px 0;
	text-align: center;
}

@media (min-width: 48em) {
	.recent-posts__button {
		padding: 70px 0;
	}
}

.store-locator h1 {
	background-color: #f4f8fb;
	padding: 41px 22px 35px;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.18;
	margin-bottom: 19px;
}

@media (min-width: 600px) {
	.store-locator h1 {
		padding: 41px 7vw 35px;
	}
}

@media (min-width: 768px) {
	.store-locator h1 {
		margin-bottom: 0;
	}
}

@media (min-width: 960px) {
	.store-locator h1 {
		padding: 45px 7vw 50px;
	}
}

.store-locator__tabs {
	height: 60px;
	background-color: #01355f;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.store-locator__tabs {
		display: none;
	}
}

.store-locator__tabs button {
	height: 100%;
	padding: 0 30px;
	background: none;
	border-radius: 0;
	min-width: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.31;
	color: #fff;
}

@media (min-width: 450px) {
	.store-locator__tabs button {
		padding: 0 40px;
	}
}

.store-locator__tabs button.active {
	height: calc(100% + 2px);
	background-color: #f4f8fb;
	color: #01355f;
	margin-top: -2px;
}

@media (min-width: 768px) {
	.store-locator__options {
		display: flex;
	}
}

.store-locator__online, .store-locator__map {
	display: none;
	padding: 23px 22px 44px;
}

.store-locator__online.active, .store-locator__map.active {
	display: block;
}

@media (min-width: 600px) {
	.store-locator__online, .store-locator__map {
		padding: 23px 7vw 44px;
	}
}

@media (min-width: 768px) {
	.store-locator__online, .store-locator__map {
		display: block;
	}
}

.store-locator__online h2, .store-locator__map h2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	display: none;
}

@media (min-width: 768px) {
	.store-locator__online h2, .store-locator__map h2 {
		display: block;
	}
}

@media (min-width: 768px) {
	.store-locator__online {
		width: 34%;
		flex: 0 0 auto;
		padding: 23px 32px 44px 7vw;
	}
}

@media (min-width: 960px) {
	.store-locator__online {
		padding: 45px 58px 44px 7vw;
	}
}

.store-locator__online ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.store-locator__online ul {
		border-top: 1px solid #9db1ce;
		margin-top: 30px;
	}
}

.store-locator__online li {
	border-bottom: 1px solid #9db1ce;
	padding: 24px 0;
	display: flex;
	justify-content: center;
}

@media (min-width: 960px) {
	.store-locator__online li {
		padding: 36px 0;
	}
}

.store-locator__online li img,
.store-locator__online li svg {
	max-height: 66px;
}

@media (min-width: 960px) {
	.store-locator__online li img,
	.store-locator__online li svg {
		max-height: 80px;
	}
}

@media (min-width: 768px) {
	.store-locator__map {
		background-color: #01355f;
		flex: 1 1 auto;
		padding: 23px 7vw 44px 32px;
	}
}

@media (min-width: 960px) {
	.store-locator__map {
		padding: 45px 7vw 44px 58px;
	}
}

@media (min-width: 768px) {
	.store-locator__map h2 {
		color: #fff;
	}
}

.store-locator__map #map-search {
	margin-top: 30px;
	margin-bottom: 9px;
}

@media (min-width: 768px) {
	.store-locator__map #map-search {
		border-top: 1px solid #9db1ce;
		padding-top: 22px;
	}
}

@media (min-width: 960px) {
	.store-locator__map #map-search {
		display: flex;
		flex-wrap: wrap;
		border-top: 0;
		padding-top: 0;
		margin-bottom: 15px;
	}
}

.store-locator__map label {
	display: flex;
	width: 246px;
	position: relative;
}

.store-locator__map label:first-child {
	width: 258px;
	margin-right: 38px;
}

.store-locator__map label span {
	position: absolute;
	left: -99999px;
}

.store-locator__map label input[type='text'],
.store-locator__map label select {
	appearance: none;
	width: 246px;
	height: 52px;
	border: 2px solid #457ac9;
	color: #01355f;
	border-radius: 33px;
	padding: 0 24px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 28px;
}

.store-locator__map label input[type='text'] {
	width: 202px;
	border-radius: 33px 0 0 33px;
	border-right: 0;
}

.store-locator__map label input[type='text']::placeholder {
	color: #01355f;
}

.store-locator__map label select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.store-locator__map label button {
	background-color: #457ac9;
	min-width: 0;
	width: 56px;
	height: 52px;
	flex: 0 0 auto;
	padding: 0;
	color: transparent;
	border-radius: 0 33px 33px 0;
	position: relative;
	cursor: pointer;
	transition: opacity 0.2s ease-out;
}

.store-locator__map label button:hover, .store-locator__map label button:focus {
	opacity: 0.65;
}

.store-locator__map label button::before {
	content: url("/wp-content/themes/allerease/images/search.svg");
	position: absolute;
	top: 50%;
	left: calc(50% - 3px);
	transform: translate(-50%, -50%);
	line-height: 0.8;
}

.store-locator__map label .get-location {
	width: auto;
	height: auto;
	min-width: 0;
	border-radius: 0;
	padding: 0;
	background: none;
	transition: opacity 0.2s ease-out;
	cursor: pointer;
	position: absolute;
	top: 62px;
	left: 0;
	color: #457ac9;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
}

@media (min-width: 768px) {
	.store-locator__map label .get-location {
		color: #9db1ce;
	}
}

.store-locator__map label .get-location:hover, .store-locator__map label .get-location:focus {
	opacity: 0.65;
}

.store-locator__map label .get-location::before {
	display: none;
}

.store-locator__map label .get-location span {
	width: 20px;
	height: 20px;
	position: relative;
	left: 0;
	line-height: 0;
	margin-right: 7px;
}

.store-locator__map label .get-location span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/allerease/images/crosshairs-gps-blue.svg") center no-repeat;
	background-size: contain;
}

@media (min-width: 768px) {
	.store-locator__map label .get-location span::before {
		background-image: url("/wp-content/themes/allerease/images/crosshairs-gps.svg");
	}
}

.store-locator__map label .get-location.loading {
	pointer-events: none;
}

.store-locator__map label .get-location.loading span {
	display: block;
	pointer-events: none;
}

.store-locator__map label .get-location.loading span::before {
	width: 16px;
	height: 16px;
	margin: 2px;
	background: none;
	border-radius: 50%;
	border: 2px solid #457ac9;
	border-color: #457ac9 transparent #457ac9 transparent;
	animation: loader 1.2s linear infinite;
}

@media (min-width: 768px) {
	.store-locator__map label .get-location.loading span::before {
		border-color: #9db1ce transparent #9db1ce transparent;
	}
}

.store-locator__map #map {
	position: relative;
}

.store-locator__map #map::before {
	content: '';
	display: block;
	padding-top: 61%;
}

.store-locator__map #map button {
	min-width: 0;
	border-radius: 0;
	font-weight: 400;
}

.store-locator__map-container {
	position: relative;
}

.store-locator__map-container p {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
	z-index: 1;
	padding: 20px 7vw;
	font-size: 18px;
	font-weight: 600;
	transition: opacity 0.2s ease-out;
}

.store-locator__map-container p.hide {
	pointer-events: none;
	opacity: 0;
}

.store-locator__results ul {
	margin: 42px 14px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #9db1ce;
}

@media (min-width: 768px) {
	.store-locator__results ul {
		border-color: #457ac9;
	}
}

.store-locator__results li {
	border-bottom: 1px solid #9db1ce;
	color: #01355f;
	padding: 19px 14px 20px 46px;
	position: relative;
}

@media (min-width: 768px) {
	.store-locator__results li {
		border-color: #457ac9;
		color: #fff;
		padding: 21px 24px 18px 80px;
	}
}

.store-locator__results li::before {
	content: '';
	width: 28px;
	height: 34px;
	background: url("/wp-content/themes/allerease/images/marker_outline.svg") center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20px;
	left: 0;
}

@media (min-width: 768px) {
	.store-locator__results li::before {
		top: 18px;
		left: 32px;
	}
}

.store-locator__results li h4 {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 600;
}

.store-locator__results li p {
	margin: 0;
	font-size: 17px;
	line-height: 1.35;
}

.store-locator__results li a {
	color: #01355f;
	text-decoration: none;
}

@media (min-width: 768px) {
	.store-locator__results li a {
		color: #fff;
	}
}

.store-locator .disclaimer {
	font-size: 14px;
	color: #457ac9;
}

@media (min-width: 768px) {
	.store-locator .disclaimer {
		color: #9db1ce;
	}
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.two-column-content {
	margin: 55px 0;
}

.two-column-content__container {
	max-width: 77.1875rem;
	width: calc(100% - 2.4rem);
	padding: 0 0 2rem;
	margin: 0 auto;
	background: #f9f8ff;
	border-radius: 5px;
	border-top-right-radius: 32px;
}

@media (min-width: 60em) {
	.two-column-content__container {
		background-color: transparent;
		width: 100%;
		padding: 0 1.2rem 2rem;
		display: grid;
		grid-template-columns: 466px 1fr;
		grid-template-areas: 'col1 col2';
		align-items: end;
		position: relative;
	}
}

@media (min-width: 60em) {
	.two-column-content__container--imgleft {
		grid-template-areas: 'col2 col1';
		grid-template-columns: 1fr 466px;
	}
	.two-column-content__container--imgleft .two-column-content__content {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 10px;
	}
	.two-column-content__container--imgleft .two-column-content__image {
		margin-left: 0;
		margin-right: -40px;
		border-bottom-left-radius: 0;
	}
}

.two-column-content__container--offset .two-column-content__image {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	max-height: unset;
}

@media (min-width: 60em) {
	.two-column-content__container--offset .two-column-content__content {
		margin-bottom: 78px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

@media (min-width: 60em) {
	.two-column-content__image {
		position: absolute;
		top: 68px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		margin-left: -40px;
		grid-area: col2;
		overflow: hidden;
		border-radius: 8px;
		border-bottom-right-radius: 0;
	}
	.two-column-content__image img {
		object-fit: cover;
		object-position: center center;
		height: 100%;
		width: 100%;
		border-radius: 5px;
		display: block;
	}
}

@media (min-width: 60em) {
	.two-column-content__content {
		position: relative;
		z-index: 2;
		grid-area: col1;
		background: #f9f8ff;
		border-radius: 10px;
		border-top-right-radius: 48px;
		border-bottom-right-radius: 0px;
		padding-bottom: 2rem;
		max-width: 466px;
	}
}

.two-column-content__heading {
	font-size: 29px;
	padding: 20px;
	margin-bottom: 0;
	grid-area: col1;
}

@media (min-width: 60em) {
	.two-column-content__heading {
		padding: 40px 40px 0;
	}
}

@media (min-width: 60em) {
	.two-column-content__heading--small {
		display: none;
	}
}

.two-column-content__heading--large {
	display: none;
}

@media (min-width: 60em) {
	.two-column-content__heading--large {
		display: block;
	}
}

.two-column-content__copy {
	padding: 18px 20px 32px;
	grid-area: col1;
}

.two-column-content__copy ul,
.two-column-content__copy ol {
	margin: 0;
	padding: 0 0 0 16px;
}

.two-column-content__copy ul li,
.two-column-content__copy ol li {
	margin: 0;
	padding: 0;
}

@media (min-width: 600px) {
	.two-column-content__copy ul li,
	.two-column-content__copy ol li {
		font-size: 17px;
	}
}

.two-column-content__copy ul li + li,
.two-column-content__copy ol li + li {
	margin-top: 1em;
}

@media (min-width: 60em) {
	.two-column-content__copy {
		padding: 18px 10% 60px 40px;
	}
}

.two-column-content__buttons {
	margin-left: 20px;
	grid-area: col1;
}

@media (min-width: 60em) {
	.two-column-content__buttons {
		margin-left: 40px;
	}
}

.two-column-content:not(.two-column-content--offset) + .image-cards {
	margin-top: -55px;
}

@media (min-width: 60em) {
	.two-column-content:not(.two-column-content--offset) + .image-cards {
		margin-top: -87px;
	}
}

.two-column-content:not(.two-column-content--offset) + .image-cards .image-cards__container {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.comparison-charts {
	padding: 0 22px 52px;
}

@media (min-width: 768px) {
	.comparison-charts {
		padding-left: 7vw;
		padding-right: 7vw;
	}
}

.comparison-charts__tabs {
	display: flex;
	justify-content: center;
}

.comparison-charts__tabs button {
	background: none;
	min-width: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	border: 2px solid #9db1ce;
	color: #01355f;
	padding: 4px 22px;
	margin-bottom: 32px;
	cursor: pointer;
	transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}

@media (min-width: 600px) {
	.comparison-charts__tabs button {
		font-size: 18px;
		padding: 8px 32px;
		margin-bottom: 48px;
	}
}

.comparison-charts__tabs button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

.comparison-charts__tabs button:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}

.comparison-charts__tabs button:hover, .comparison-charts__tabs button:focus, .comparison-charts__tabs button.active {
	border-color: #01355f;
	background-color: #01355f;
	color: #fff;
}

.comparison-chart {
	overflow: auto;
	position: relative;
	scrollbar-color: #457ac9 #fff;
	/* thumb and track color */
}

.comparison-chart::-webkit-scrollbar {
	width: 16px;
}

.comparison-chart::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.comparison-chart::-webkit-scrollbar-thumb {
	background-color: #457ac9;
	border-radius: 8px;
}

.comparison-chart__outer {
	display: none;
	position: relative;
	margin-bottom: 24px;
}

.comparison-chart__outer.active {
	display: block;
}

.comparison-chart__outer .shadow {
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

@media (min-width: 768px) {
	.comparison-chart__outer .shadow {
		width: 100px;
	}
}

.comparison-chart__outer .shadow--left {
	left: 112px;
	background: linear-gradient(90deg, rgba(1, 53, 95, 0.2) 0%, rgba(1, 53, 95, 0) 100%);
}

@media (min-width: 768px) {
	.comparison-chart__outer .shadow--left {
		left: 282px;
	}
}

.comparison-chart__outer .shadow--right {
	right: 0;
	background: linear-gradient(90deg, rgba(1, 53, 95, 0) 0%, rgba(1, 53, 95, 0.2) 100%);
}

.comparison-chart__outer .shadow.show {
	opacity: 1;
}

.comparison-chart .product-title {
	display: block;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.comparison-chart .product-title {
		font-size: 18px;
	}
}

.comparison-chart__table {
	border: 0;
	border-collapse: collapse;
	margin: 0 !important;
}

.comparison-chart__table th:nth-child(even),
.comparison-chart__table td:nth-child(even) {
	background-color: #f4f8fb;
}

@media (min-width: 768px) {
	.comparison-chart thead tr {
		border-bottom: 1px solid #9db1ce;
	}
}

.comparison-chart th {
	text-align: center;
	padding: 0 10px;
}

@media (min-width: 768px) {
	.comparison-chart th {
		padding: 0 16px 5px;
	}
}

.comparison-chart th:first-child {
	background-color: #fff;
	position: sticky;
	left: 0;
}

.comparison-chart th a {
	color: #457ac9;
}

.comparison-chart th img {
	max-width: 100px;
	max-height: 80px;
	object-fit: contain;
	margin: 15px 16px 5px;
}

@media (min-width: 768px) {
	.comparison-chart th img {
		max-width: 160px;
		max-height: 120px;
		margin: 28px 16px 5px;
	}
}

.comparison-chart td {
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	padding: 4px 12px;
}

@media (min-width: 600px) {
	.comparison-chart td {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	.comparison-chart td {
		padding: 12px 16px 8px;
	}
}

.comparison-chart td h5 {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.38;
	margin: 0;
}

@media (min-width: 768px) {
	.comparison-chart td h5 {
		font-size: 17px;
	}
}

.comparison-chart td h6 {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}

@media (min-width: 768px) {
	.comparison-chart td h6 {
		font-size: 18px;
	}
}

.comparison-chart td p {
	display: none;
}

@media (min-width: 768px) {
	.comparison-chart td p {
		display: block;
		font-size: 15px;
		margin: -2px 0 0;
	}
}

.comparison-chart tbody tr {
	border-bottom: 1px solid #9db1ce;
}

.comparison-chart tbody tr:last-child {
	border: 0;
}

.comparison-chart tbody tr:first-child td:first-child h6 {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.comparison-chart tbody tr:first-child td:first-child h6 {
		margin-top: 5px;
		margin-left: -51px;
	}
}

.comparison-chart tbody tr:nth-child(2) td:first-child h6 {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.comparison-chart tbody tr:nth-child(2) td:first-child h6 {
		margin-bottom: 26px;
		margin-left: -51px;
	}
}

.comparison-chart tbody tr td:first-child {
	background-color: #fff;
	min-width: 112px;
	text-align: left;
	padding: 5px 12px 5px 0;
	position: sticky;
	left: 0;
	z-index: 1;
}

@media (min-width: 768px) {
	.comparison-chart tbody tr td:first-child {
		min-width: 282px;
		padding: 5px 12px 5px 68px;
	}
}

.comparison-chart tbody tr td:first-child .benefit {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 768px) {
	.comparison-chart tbody tr td:first-child .benefit {
		min-height: 38px;
		margin-top: 5px;
		margin-bottom: 4px;
	}
}

.comparison-chart tbody tr td:first-child .benefit img {
	display: none;
}

@media (min-width: 768px) {
	.comparison-chart tbody tr td:first-child .benefit img {
		position: absolute;
		top: 50%;
		left: -48px;
		transform: translateY(-50%);
		width: 38px;
		height: 38px;
		display: block;
		object-fit: contain;
	}
}

.comparison-chart tbody tr:nth-child(n + 2) td:nth-child(n + 2) {
	vertical-align: bottom;
}

.comparison-chart tbody tr:nth-child(n + 2) td:nth-child(n + 2) img {
	width: 21px;
	height: auto;
	margin: 5px 0;
}

@media (min-width: 768px) {
	.comparison-chart tbody tr:nth-child(n + 2) td:nth-child(n + 2) img {
		width: 29px;
	}
}

.comparison-chart tbody tr:nth-child(n + 2) td:nth-child(n + 2) span {
	display: inline-block;
	width: 0;
	position: relative;
	top: -7px;
	font-size: 13px;
}

@media (min-width: 768px) {
	.comparison-chart tbody tr:nth-child(n + 2) td:nth-child(n + 2) span {
		font-size: 30px;
		left: 3px;
		top: -5px;
	}
}

@media (min-width: 768px) {
	.comparison-chart__fine-print {
		margin-top: 6px;
		padding-left: 68px;
	}
}

.comparison-chart__fine-print p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
}

.reviews {
	padding-top: 32px;
}

@media (min-width: 768px) {
	.reviews {
		padding-top: 94px;
	}
}

.reviews h2,
.reviews > p {
	text-align: center;
	max-width: 276px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 400px) {
	.reviews h2,
	.reviews > p {
		max-width: 342px;
	}
}

@media (min-width: 600px) {
	.reviews h2,
	.reviews > p {
		max-width: 885px;
	}
}

.reviews h2 {
	font-size: 29px;
	line-height: 1.2;
	margin-bottom: 21px;
}

@media (min-width: 600px) {
	.reviews h2 {
		font-size: 38px;
		margin-bottom: 40px;
	}
}

.reviews h2 + p {
	margin-top: -11px;
}

@media (min-width: 600px) {
	.reviews h2 + p {
		margin-top: -27px;
	}
}

.reviews > p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 21px;
}

@media (min-width: 600px) {
	.reviews > p {
		font-size: 21px;
		margin-bottom: 40px;
	}
}

.reviews__tabs {
	background-color: #01355f;
	display: flex;
	justify-content: flex-start;
	padding: 0 22px;
	overflow: auto;
}

@media (min-width: 600px) {
	.reviews__tabs {
		padding: 0 7vw;
		justify-content: center;
	}
}

.reviews__tabs button {
	background-color: #01355f;
	display: block;
	width: 111px;
	flex: 0 0 auto;
	color: #f4f8fb;
	padding: 9px;
	border-radius: 0;
	min-width: 0;
	font-size: 11px;
	font-weight: 600;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
	cursor: pointer;
}

@media (min-width: 768px) {
	.reviews__tabs button {
		width: 132px;
		font-size: 13px;
	}
}

@media (min-width: 960px) {
	.reviews__tabs button {
		width: 165px;
		font-size: 15px;
		padding: 28px 12px 21px;
	}
}

@media (min-width: 1440px) {
	.reviews__tabs button {
		width: 248px;
		font-size: 21px;
		padding: 34px 16px 27px;
	}
}

.reviews__tabs button img {
	display: block;
	width: 45px;
	height: 45px;
	object-fit: contain;
	object-position: bottom;
	margin: 0 auto 2px;
	filter: brightness(0) saturate(100%) invert(99%) sepia(44%) saturate(328%) hue-rotate(171deg) brightness(99%) contrast(98%);
	transition: filter 0.2s ease-out;
}

@media (min-width: 768px) {
	.reviews__tabs button img {
		width: 52px;
		height: 52px;
	}
}

@media (min-width: 960px) {
	.reviews__tabs button img {
		width: 78px;
		height: 78px;
	}
}

@media (min-width: 1440px) {
	.reviews__tabs button img {
		width: 96px;
		height: 96px;
		margin: 0 auto 5px;
	}
}

.reviews__tabs button:hover, .reviews__tabs button:focus, .reviews__tabs button.active {
	background-color: #f4f8fb;
	color: #01355f;
}

.reviews__tabs button:hover img, .reviews__tabs button:focus img, .reviews__tabs button.active img {
	filter: none;
}

.reviews__lists {
	background-color: #f4f8fb;
}

.reviews__list {
	display: none;
	padding: 32px 0 30px;
}

@media (min-width: 768px) {
	.reviews__list {
		padding: 44px 0 27px;
	}
}

.reviews__list.active {
	display: block;
}

.reviews__list .swiper {
	padding: 0 22px 57px;
	position: relative;
}

@media (min-width: 768px) {
	.reviews__list .swiper {
		padding: 0 7vw 90px;
	}
}

.reviews__list .swiper-slide {
	width: 276px;
}

@media (min-width: 400px) {
	.reviews__list .swiper-slide {
		width: 321px;
	}
}

@media (min-width: 768px) {
	.reviews__list .swiper-slide {
		width: 581px;
	}
}

@media (min-width: 1200px) {
	.reviews__list .swiper-slide {
		width: 40vw;
	}
}

.reviews__list .swiper-button-prev,
.reviews__list .swiper-button-next {
	width: 40px;
	height: 40px;
	right: auto;
	margin-top: 0;
	top: calc(100% - 40px);
}

@media (min-width: 768px) {
	.reviews__list .swiper-button-prev,
	.reviews__list .swiper-button-next {
		width: 62px;
		height: 62px;
		top: calc(100% - 62px);
	}
}

.reviews__list .swiper-button-prev::after,
.reviews__list .swiper-button-next::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
}

@media (min-width: 768px) {
	.reviews__list .swiper-button-prev::after,
	.reviews__list .swiper-button-next::after {
		width: 46px;
		height: 46px;
	}
}

.reviews__list .swiper-button-prev {
	left: calc(50% - 40px);
}

@media (min-width: 768px) {
	.reviews__list .swiper-button-prev {
		left: calc(50% - 68px);
	}
}

.reviews__list .swiper-button-prev::after {
	background: url("/wp-content/themes/allerease/images/arrow-prev.svg") center no-repeat;
	background-size: contain;
}

.reviews__list .swiper-button-next {
	left: 50%;
}

@media (min-width: 768px) {
	.reviews__list .swiper-button-next {
		left: calc(50% + 6px);
	}
}

.reviews__list .swiper-button-next::after {
	background: url("/wp-content/themes/allerease/images/arrow-next.svg") center no-repeat;
	background-size: contain;
}

.review {
	background-color: #fff;
	position: relative;
	padding: 21px 26px 1px;
	border-radius: 5px;
}

@media (min-width: 768px) {
	.review {
		border-radius: 10px;
		padding: 36px 32px 28px;
	}
}

.review__rating {
	display: flex;
	margin-bottom: 9px;
}

@media (min-width: 768px) {
	.review__rating {
		margin-bottom: 14px;
	}
}

.review__rating span {
	width: 28px;
	height: 28px;
	display: block;
	position: relative;
	margin-right: 6px;
}

@media (min-width: 768px) {
	.review__rating span {
		width: 42px;
		height: 42px;
		margin-right: 8px;
	}
}

.review__rating span svg {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.review__rating span svg:last-child {
	display: none;
}

.review__rating span.filled svg:first-child * {
	fill: #5444c5;
}

.review__rating span.half svg:last-child {
	display: block;
}

.review__icon {
	background-color: #f4f8fb;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 19px;
	right: 22px;
}

@media (min-width: 768px) {
	.review__icon {
		width: 54px;
		height: 54px;
		top: 34px;
		right: 37px;
	}
}

.review__icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

@media (min-width: 768px) {
	.review__icon img {
		width: 48px;
		height: 48px;
	}
}

.review h3 {
	max-width: 163px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 23px;
}

@media (min-width: 768px) {
	.review h3 {
		max-width: 445px;
		font-size: 17px;
		margin-bottom: 33px;
	}
}

.review h4 {
	font-size: 23px;
	font-weight: 400;
	border-bottom: 1px solid #9db1ce;
	padding-bottom: 10px;
	margin-bottom: 11px;
}

@media (min-width: 768px) {
	.review h4 {
		font-size: 28px;
		padding-bottom: 8px;
		border-bottom-width: 2px;
		margin-bottom: 12px;
	}
}

.review p {
	margin-top: 0;
}

.reviews--slider > p {
	font-size: 10px;
	font-weight: 400;
}

@media (min-width: 600px) {
	.reviews--slider > p {
		font-size: 12px;
	}
}

.reviews--slider .reviews__list {
	padding: 0 22px 30px;
}

@media (min-width: 768px) {
	.reviews--slider .reviews__list {
		padding: 0 7vw 27px;
	}
}

.reviews--slider .reviews__list .swiper {
	padding: 0 0 55px;
}

@media (min-width: 768px) {
	.reviews--slider .reviews__list .swiper {
		padding-bottom: 86px;
	}
}

.reviews--slider .reviews__list .swiper-slide {
	width: 100%;
}

.reviews--slider .reviews__list .swiper-button-prev {
	left: calc(50% - 43px);
}

@media (min-width: 768px) {
	.reviews--slider .reviews__list .swiper-button-prev {
		left: calc(50% - 68px);
	}
}

.reviews--slider .reviews__list .swiper-button-next {
	left: calc(50% + 5px);
}

@media (min-width: 768px) {
	.reviews--slider .reviews__list .swiper-button-next {
		left: calc(50% + 6px);
	}
}

.reviews--slider .review {
	background-color: #f9f8ff;
}

.reviews--slider .review__icon {
	position: static;
	width: 55px;
	height: 55px;
	background-color: #fff;
	margin-right: 16px;
}

.reviews--slider .review__icon img {
	width: 48px;
	height: 48px;
}

.reviews--slider .review__category {
	display: flex;
	align-items: center;
	margin: 38px 0 22px;
}

@media (min-width: 960px) {
	.reviews--slider .review__category {
		margin: 0;
		position: absolute;
		top: 36px;
		right: 38px;
	}
}

.reviews--slider .review__category h4 {
	font-size: 21px;
	font-weight: 600;
	padding: 0;
	border: 0;
	margin: 0;
}

.reviews--slider .review h3 {
	max-width: none;
	margin-bottom: 45px;
}

@media (min-width: 768px) {
	.reviews--slider .review h3 {
		max-width: 445px;
	}
}

.reviews--slider .review p {
	font-size: 23px;
	line-height: 1.26;
}

@media (min-width: 960px) {
	.reviews--slider .review p {
		font-size: 34px;
		font-weight: 600;
	}
}

.reviews--slider + * {
	margin-top: 60px;
}

.icon-list {
	margin-top: 20px;
	margin-bottom: 34px;
	position: relative;
}

@media (min-width: 1200px) {
	.icon-list {
		margin-top: 60px;
	}
}

@media (min-width: 1440px) {
	.icon-list {
		margin-top: 80px;
	}
}

@media (min-width: 1200px) {
	.icon-list__main {
		width: 175px;
		position: absolute;
		top: -44px;
		left: 7vw;
	}
}

@media (min-width: 1440px) {
	.icon-list__main {
		width: 287px;
		top: -61px;
	}
}

.icon-list__main img {
	width: 137px;
	display: block;
	margin: 0 14px -30px;
}

@media (min-width: 500px) {
	.icon-list__main img {
		width: 160px;
	}
}

@media (min-width: 1200px) {
	.icon-list__main img {
		width: auto;
		margin: 0;
		margin-left: auto;
	}
}

@media (min-width: 1440px) {
	.icon-list__main img {
		width: 203px;
	}
}

.icon-list__icons {
	background-color: #5444c5;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 26px 4px;
	padding: 43px 12px 44px;
}

@media (min-width: 400px) {
	.icon-list__icons {
		padding: 43px 22px 44px;
		grid-gap: 26px 12px;
	}
}

@media (min-width: 600px) {
	.icon-list__icons {
		grid-gap: 32px 12px;
	}
}

@media (min-width: 960px) {
	.icon-list__icons {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media (min-width: 1200px) {
	.icon-list__icons {
		padding-left: calc(7vw + 172px);
		padding-right: 7vw;
		margin-right: 7vw;
		border-radius: 0 10px 10px 0;
	}
}

@media (min-width: 1440px) {
	.icon-list__icons {
		padding-left: calc(7vw + 287px);
	}
}

.icon-list figure.icon-list__icon {
	text-align: center;
	margin: 0;
}

.icon-list figure.icon-list__icon img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	display: block;
	margin: 0 auto 6px;
}

@media (min-width: 600px) {
	.icon-list figure.icon-list__icon img {
		width: 67px;
		height: 67px;
		margin: 0 auto 11px;
	}
}

.icon-list figure.icon-list__icon figcaption {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

@media (min-width: 600px) {
	.icon-list figure.icon-list__icon figcaption {
		font-size: 18px;
	}
}

.media-section__heading {
	background-color: #5444c5;
	padding: 25px 22px 22px;
	text-align: center;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.media-section__heading {
		background: none;
		padding: 31px 14vw 40px;
	}
	.media-section__heading::before {
		content: '';
		background-color: #5444c5;
		width: 93vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: 7vw;
		border-radius: 10px 0 0 10px;
	}
}

.media-section__heading h2 {
	margin: 0;
	color: #fff;
	font-size: 29px;
	line-height: 1.2;
	position: relative;
}

@media (min-width: 600px) {
	.media-section__heading h2 {
		font-size: 38px;
	}
}

.media-section__media {
	background-color: #f9f8ff;
	padding: 24px 23px;
}

@media (min-width: 768px) {
	.media-section__media {
		background: none;
		margin-top: -19px;
		padding: 45px 14vw;
		position: relative;
	}
	.media-section__media::before {
		content: '';
		background-color: #f9f8ff;
		width: 93vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border-bottom-right-radius: 10px;
	}
}

.media-section__media ul {
	margin: 0 auto 24px;
	padding: 0;
	list-style: none;
	max-width: 802px;
}

@media (min-width: 600px) {
	.media-section__media ul {
		margin-bottom: 30px;
	}
}

.media-section__media li {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 28px;
	margin-bottom: 3px;
}

@media (min-width: 600px) {
	.media-section__media li {
		padding-left: 35px;
		font-size: 21px;
	}
}

.media-section__media li::before {
	content: '';
	width: 22px;
	height: 22px;
	background: url("/wp-content/themes/allerease/images/checkmark.svg") center no-repeat;
	background-size: contain;
	position: absolute;
	top: 1px;
	left: 0;
}

@media (min-width: 600px) {
	.media-section__media li::before {
		width: 27px;
		height: 22px;
	}
}

.media-section__video, .media-section__image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	max-width: 802px;
	margin: 0 auto;
}

.media-section__video::before, .media-section__image::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.media-section__video img,
.media-section__video iframe,
.media-section__video .media-section__cover,
.media-section__video .media-section__cover::after, .media-section__image img,
.media-section__image iframe,
.media-section__image .media-section__cover,
.media-section__image .media-section__cover::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.media-section__video img, .media-section__image img {
	object-fit: cover;
}

.media-section__cover {
	transition: opacity 0.2s ease-out;
}

.media-section__cover.hide {
	opacity: 0;
	pointer-events: none;
}

.media-section__cover::after {
	content: '';
	background-color: rgba(1, 53, 95, 0.55);
}

.media-section__video button {
	height: 42px;
	width: 34px;
	position: absolute;
	top: calc(50% - 21px);
	left: calc(50% - 17px);
	min-width: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	z-index: 2;
	cursor: pointer;
	transition: opacity 0.2s ease-out;
}

.media-section__video button:hover, .media-section__video button:focus {
	opacity: 0.65;
}

.media-section__video button img {
	object-fit: contain;
}

.card-section {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.card-section {
		padding: 0 7vw;
		margin-top: 42px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 42px;
	}
}

@media (min-width: 960px) {
	.card-section {
		grid-gap: 83px 42px;
		margin-top: 83px;
		margin-bottom: 100px;
	}
}

@media (min-width: 1200px) {
	.card-section {
		grid-gap: 83px;
	}
}

@media (min-width: 960px) {
	.card-section + .comparison {
		margin-top: -48px;
	}
}

.card-section--darkText .image-card {
	background-color: #fff;
}

.card-section--darkText .image-card h3.image-card__title-onerow {
	color: #5444c5;
}

.card-section--row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	padding: 0 1.5rem;
	max-width: 77.1875rem;
	margin: 4rem auto;
}

.card-section--row + .card-section {
	margin-top: 2rem;
}

@media (min-width: 31.25em) {
	.card-section--row {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 48em) {
	.card-section--row {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 60em) {
	.card-section--row {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}

.card-section--row .image-card {
	background-color: #5444c5;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	height: 20rem;
	transform: scale(1);
	transition: transform 0.1s ease-in, filter 0.1s ease-in-out;
}

@media (min-width: 31.25em) {
	.card-section--row .image-card {
		height: 16rem;
	}
}

.card-section--row .image-card:hover, .card-section--row .image-card:focus-visible {
	opacity: 1;
	transform: scale(1.05);
	filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
}

.card-section--row .image-card__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: 0;
}

.card-section--row .image-card__image::before {
	display: none;
}

.card-section--row .image-card__image img {
	object-fit: cover;
	object-position: top;
	height: 100%;
	width: 100%;
}

.card-section--row .image-card .image-card__title-onerow {
	position: relative;
	z-index: 2;
	font-size: 1.333rem;
	line-height: 1.1;
	padding: 1.333rem 1rem 1rem;
	font-weight: bolder;
	border-radius: 0;
	background-color: transparent;
	text-decoration: none;
	color: #fff;
	filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.1));
}

.card-section--row .image-card .image-card__title-onerow + * {
	margin-top: 0.666em;
}

.card-section--row .image-card p {
	font-size: 1rem;
}

.card-section--row .image-card .button {
	margin-top: 1.333rem;
}

.image-card {
	padding: 0 22px;
	margin-bottom: 36px;
}

@media (min-width: 768px) {
	.image-card {
		padding: 0;
	}
}

@media (min-width: 960px) {
	.image-card {
		margin-bottom: 0;
	}
}

.image-card h3 {
	display: inline-block;
	background-color: #f4f8fb;
	margin: 0;
	border-radius: 5px 27px 0 0;
	padding: 12px 34px 10px 15px;
	font-size: 19px;
	line-height: 1.6;
	font-weight: 400;
	max-width: 320px;
}

@media (min-width: 600px) {
	.image-card h3 {
		max-width: 500px;
	}
}

@media (min-width: 768px) {
	.image-card h3 {
		max-width: 85%;
		font-size: 15px;
	}
}

@media (min-width: 960px) {
	.image-card h3 {
		font-size: 19px;
		padding: 17px 54px 16px 30px;
		max-width: 494px;
	}
}

@media (min-width: 1440px) {
	.image-card h3 {
		font-size: 28px;
	}
}

.image-card__image {
	border-radius: 0 5px 5px 5px;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
}

@media (min-width: 960px) {
	.image-card__image {
		margin-bottom: 28px;
	}
}

.image-card__image::before {
	content: '';
	display: block;
	padding-top: 63%;
}

@media (min-width: 960px) {
	.image-card__image::before {
		padding-top: 71%;
	}
}

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

.image-card p {
	margin-top: 0;
	font-size: 16px;
}

@media (min-width: 960px) {
	.image-card p {
		font-size: 17px;
	}
}

.image-card p:last-of-type {
	margin-bottom: 0;
}

.image-card .button {
	margin-top: 10px;
}

@media (min-width: 960px) {
	.image-card .button {
		margin-top: 31px;
	}
}

.page .site-main *[class^='wp-block'].wp-block-jetpack-image-compare + .card-section--row {
	margin-top: 2rem;
	margin-bottom: 8rem;
}

.background-cards {
	text-align: center;
	padding: 35px 22px 52px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

@media (min-width: 600px) {
	.background-cards {
		padding: 35px 7vw 52px;
	}
}

@media (min-width: 960px) {
	.background-cards {
		padding: 83px 7vw 260px;
		background-position: center top;
		background-size: 1370px;
	}
}

@media (min-width: 1296px) {
	.background-cards {
		background-position: center -1vw;
		background-size: 105%;
	}
}

@media (min-width: 1440px) {
	.background-cards {
		background-position: center -4vw;
	}
}

@media (min-width: 1600px) {
	.background-cards {
		background-position: center -10vw;
		padding-bottom: 16vw;
	}
}

@media (min-width: 2000px) {
	.background-cards {
		background-position: center -14vw;
	}
}

@media (min-width: 2200px) {
	.background-cards {
		background-position: center -18vw;
	}
}

.background-cards h2 {
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.background-cards h2 {
		margin-bottom: 18px;
	}
}

.background-cards > p {
	margin: 0;
}

@media (min-width: 768px) {
	.background-cards > p {
		font-size: 21px;
	}
}

.background-cards > p:last-of-type {
	margin-bottom: 30px;
}

@media (min-width: 960px) {
	.background-cards * + .background-cards__list {
		margin-top: 60px;
	}
}

.background-cards__list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 21px 0;
}

@media (min-width: 600px) {
	.background-cards__list {
		grid-gap: 36px 0;
	}
}

@media (min-width: 960px) {
	.background-cards__list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 21px;
	}
}

@media (min-width: 1200px) {
	.background-cards__list {
		grid-gap: 60px;
	}
}

.background-cards__fine-print {
	text-align: right;
	padding: 0 22px;
}

@media (min-width: 600px) {
	.background-cards__fine-print {
		padding: 0 26px;
	}
}

.background-cards__fine-print p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 10px;
}

.background-cards__fine-print p:first-child {
	padding-top: 7px;
}

.background-cards__fine-print p:last-child {
	margin-bottom: 5px;
}

.text-card {
	background-color: #fff;
	border-radius: 5px;
	max-width: 282px;
	margin: 0 auto;
	padding: 24px 16px 8px;
}

@media (min-width: 600px) {
	.text-card {
		max-width: 372px;
	}
}

@media (min-width: 960px) {
	.text-card {
		border-radius: 10px 10px 0 0;
		padding: 28px 16px 20px;
		width: 100%;
		max-width: none;
		background: linear-gradient(180deg, white 0%, white 50%, rgba(255, 255, 255, 0.50046) 75%, rgba(255, 255, 255, 0) 100%);
	}
}

@media (min-width: 1440px) {
	.text-card {
		padding: 28px 16px 60px;
	}
}

.text-card h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.22;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

@media (min-width: 960px) {
	.text-card h3 {
		font-size: 24px;
		padding-bottom: 14px;
	}
}

.text-card h3::after {
	content: '';
	width: 80px;
	height: 2px;
	background-color: #5444c5;
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
}

@media (min-width: 960px) {
	.text-card h3::after {
		height: 3px;
		border-radius: 2px;
	}
}

.text-card p {
	font-size: 17px;
	line-height: 1.35;
	margin-top: 0;
}

@media (min-width: 960px) {
	.text-card p {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
}

.text-card p strong,
.text-card p b {
	font-weight: 700;
	color: #457ac9;
}

.comparison {
	padding-top: 48px;
}

@media (min-width: 960px) {
	.comparison {
		padding-left: 7vw;
	}
}

.comparison__copy {
	padding: 40px 22px 1px;
	background-color: #f4f8fb;
}

@media (min-width: 600px) {
	.comparison__copy {
		padding: 40px 7vw 1px;
	}
}

@media (min-width: 960px) {
	.comparison__copy {
		padding: 44px 14vw 0 7vw;
		border-top-left-radius: 10px;
	}
}

.comparison__copy h2,
.comparison__copy p {
	text-align: center;
	max-width: 885px;
	margin: 0 auto;
}

.comparison__copy p {
	max-width: 860px;
}

.comparison__copy h2 {
	margin-bottom: 21px;
}

@media (min-width: 600px) {
	.comparison__copy h2 {
		font-size: 38px;
		margin-bottom: 40px;
	}
	.comparison__copy h2 + p {
		margin-top: -11px;
	}
}

@media (min-width: 600px) and (min-width: 600px) {
	.comparison__copy h2 + p {
		margin-top: -27px;
	}
}

.comparison__copy p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 21px;
}

@media (min-width: 600px) {
	.comparison__copy p {
		font-size: 21px;
		margin-bottom: 40px;
	}
}

@media (min-width: 960px) {
	.comparison__copy p:last-child {
		margin-bottom: 0;
	}
}

.comparison__media {
	background-color: #f4f8fb;
	padding: 21px 22px 38px;
}

@media (min-width: 600px) {
	.comparison__media {
		padding: 21px 7vw 38px;
	}
}

@media (min-width: 768px) {
	.comparison__media {
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 960px) {
	.comparison__media {
		padding: 45px 14vw 96px 7vw;
	}
}

@media (min-width: 1200px) {
	.comparison__media {
		padding-bottom: 216px;
	}
}

.comparison + .icon-list {
	margin-top: 0;
}

@media (min-width: 960px) {
	.comparison + .icon-list {
		margin-top: -120px;
	}
}

.comparison + .icon-list .icon-list__main {
	background-color: #f4f8fb;
}

@media (min-width: 960px) {
	.comparison + .icon-list .icon-list__main {
		background: none;
	}
}

.comparison-card {
	background-color: #fff;
	border-radius: 10px;
	max-width: 434px;
	margin: 0 auto 38px;
}

@media (min-width: 768px) {
	.comparison-card {
		margin: 0 38px 0 0;
	}
}

.comparison-card:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.comparison-card:last-child {
		margin-right: 0;
	}
}

.comparison-card h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	padding: 13px 18px 11px;
}

@media (min-width: 960px) {
	.comparison-card h3 {
		font-size: 24px;
		padding: 13px 22px 11px;
	}
}

.comparison-card__media video,
.comparison-card__media img {
	width: 100%;
}

.comparison-card__description {
	padding: 4px 60px 20px 18px;
	position: relative;
}

@media (min-width: 960px) {
	.comparison-card__description {
		padding: 10px 60px 15px 22px;
	}
}

.comparison-card__description::before {
	content: '';
	width: 100%;
	height: 32px;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
	pointer-events: none;
}

.comparison-card__description p {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}

@media (min-width: 960px) {
	.comparison-card__description p {
		font-size: 18px;
	}
}

.comparison-card__description .vid-control {
	width: 40px;
	height: 40px;
	padding: 0;
	min-width: 0;
	background: none;
	border-radius: 0;
	position: absolute;
	top: -4px;
	right: 14px;
	display: none;
}

@media (min-width: 960px) {
	.comparison-card__description .vid-control {
		top: 3px;
	}
}

.comparison-card__description .vid-control.show {
	display: block;
}

.comparison-card__description .vid-control svg {
	width: 100%;
	height: 100%;
}

.call-to-action {
	padding: 28px 22px;
	background-color: #f4f8fb;
}

@media (min-width: 600px) {
	.call-to-action {
		padding: 28px 7vw;
	}
}

@media (min-width: 768px) {
	.call-to-action {
		display: flex;
		align-items: center;
		padding: 0 0 0 7vw;
	}
}

.call-to-action__copy {
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.call-to-action__copy {
		padding: 52px 7vw 52px 0;
	}
}

.call-to-action__copy h2 {
	margin-bottom: 18px;
}

.call-to-action__copy p {
	font-size: 16px;
	font-weight: 400;
	margin-top: 0;
}

@media (min-width: 768px) {
	.call-to-action__copy p {
		font-size: 17px;
	}
}

.call-to-action__copy .button {
	margin-top: 16px;
}

@media (min-width: 768px) {
	.call-to-action__copy .button {
		margin-top: 28px;
	}
}

@media (min-width: 768px) {
	.call-to-action__image {
		width: 54%;
		flex: 0 0 auto;
		align-self: stretch;
	}
}

.call-to-action__image img {
	border-radius: 5px;
}

@media (min-width: 768px) {
	.call-to-action__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 0;
	}
}

+ h3.wp-block-heading {
	margin-top: 2rem !important;
}

.page .site-main *[class^='wp-block'].wp-block-jetpack-image-compare {
	max-width: 960px;
	box-sizing: border-box;
	padding: 0;
	border-radius: 1rem;
	overflow: hidden;
	margin: 4rem auto;
	width: calc(100% - 4rem);
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 960px) {
	.page .site-main *[class^='wp-block'].wp-block-jetpack-image-compare {
		border-radius: 2rem;
	}
}

.page .site-main *[class^='wp-block'].wp-block-jetpack-image-compare figcaption {
	background-color: #5444c5;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 3;
}

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

.screen-reader-text:focus {
	background-color: #f4f8fb;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #01355f;
	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;
}

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