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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	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: #434c4d;
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 800;
}

h1 {
	font-size: 48px;
	font-weight: 800;
	line-height: 60px;
}

@media screen and (max-width: 1200px) {

	h1 {
		font-size: 34px;
		line-height: 42px;
	}
}

@media screen and (max-width: 768px) {

	h1 {
		font-size: 28px;
		line-height: 35px;
	}
}

h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
}

@media screen and (max-width: 1200px) {

	h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media screen and (max-width: 768px) {

	h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 800;
}

@media screen and (max-width: 1200px) {

	h3 {
		font-size: 28px;
		line-height: 36px;
	}
}

@media screen and (max-width: 768px) {

	h3 {
		font-size: 22px;
		line-height: 28px;
	}
}

h4 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
}

@media screen and (max-width: 1200px) {

	h4 {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width: 768px) {

	h4 {
		font-size: 20px;
		line-height: 26px;
	}
}

h5 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}

@media screen and (max-width: 1200px) {

	h5 {
		font-size: 18px;
		line-height: 25px;
	}
}

h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05rem;
}

h4 a,
h5 a,
h6 a {
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
	font-size: 16px;
}

.copy-lg p {
	font-size: 18px;
}

@media screen and (max-width: 1024px) {

	.copy-lg p {
		font-size: 16px;
	}
}

p.has-certn-smaller-font-size {
	font-size: 16px;
}

@media screen and (max-width: 1024px) {

	p.has-certn-smaller-font-size {
		font-size: 15px;
	}
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

.content-wrapper {
	max-width: 1360px;
	margin: auto;
	width: 100%;
	padding: 0 40px;
}

@media screen and (max-width: 768px) {

	.content-wrapper {
		padding: 0 25px;
	}
}

.certn-padding {
	padding: 30px 0;
}

@media screen and (min-width: 768px) {

	.certn-padding {
		padding: 40px 0;
	}
}

@media screen and (min-width: 1024px) {

	.certn-padding {
		padding: 50px 0;
	}
}

.no-padding-top {
	padding-top: 0;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.no-padding {
	padding: 0;
}

.background--brand_light {
	background-color: rgba(220, 238, 208, 0.25);
}

@media screen and (max-width: 1024px) {

	.stacked-image-text.logo-grid .content-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.stacked-image-text.logo-grid .content-wrapper .image-text-block {
		flex: 0 0 50%;
		margin-bottom: 10px;
	}

	.stacked-image-text.logo-grid .content-wrapper .image-text-block__content figure {
		height: 15vw;
	}
}

@media screen and (max-width: 575px) {

	.stacked-image-text.logo-grid .content-wrapper .image-text-block__content figure {
		height: 20vw;
	}
}

.stacked-image-text.contact-ctas .content-wrapper {
	justify-content: space-evenly;
	flex-wrap: nowrap;
}

.stacked-image-text.contact-ctas .content-wrapper .image-text-block {
	border-radius: 10px;
	background-color: #fff;
	margin: 20px auto;
	padding: 24px;
	flex: 1 1 30%;
	max-width: 250px;
	box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.14);
}

@media screen and (min-width: 575px) {

	.stacked-image-text.contact-ctas .content-wrapper .image-text-block {
		flex: 0 0 1;
		margin: 10px;
	}
}

.stacked-image-text.contact-ctas .content-wrapper .image-text-block figure {
	width: 80px;
	height: auto;
	margin: auto;
	margin-bottom: 14px;
}

.larger-image {
	overflow: hidden;
}

@media screen and (min-width: 768px) {

	.larger-image .hero__image img,
	.larger-image .two-tile__image img,
	.larger-image .call-to-action__image img {
		max-width: 115%;
		width: 115%;
		margin-left: -5%;
	}
}

@media screen and (min-width: 1200px) {

	.larger-image .hero__image img,
	.larger-image .two-tile__image img,
	.larger-image .call-to-action__image img {
		max-width: 120%;
		width: 120%;
		margin-left: -10%;
	}
}

.align-content-top .two-tile__content,
.align-content-top .two-tile__image {
	justify-content: flex-start;
}

@media screen and (max-width: 768px) {

	.hide-on-mobile {
		display: none;
	}
}

@media screen and (min-width: 768px) {

	.hide-on-desktop {
		display: none;
	}
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #134247;
	font-weight: 600;
	transition: all 0.25s ease-in-out;
}

a:visited {
	color: #134247;
}

a:hover,
a:focus,
a:active {
	color: #8dc867;
}

a:focus {
	outline: 1px dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #524040 #bbb;
}

.certn-btn,
.wp-block-button__link {
	background-color: #8dc867;
	border: 2px solid #8dc867;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1rem;
	color: #134247;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}

.certn-btn:hover,
.wp-block-button__link:hover {
	background-color: #134247;
	border-color: #134247;
	color: #fff;
}

.certn-btn--secondary,
.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: #fff;
	border-color: #8dc867;
	color: #134247;
}

.certn-btn--secondary:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: #134247;
	color: #fff;
	border-color: #134247;
}

.wp-block-buttons {
	margin-bottom: 1.5rem;
}

.wp-block-buttons .wp-block-button {
	margin: 0;
}

.wp-block-buttons .wp-block-button + .wp-block-button {
	margin-left: 15px;
}

@media screen and (max-width: 575px) {

	.wp-block-buttons {
		flex-direction: column;
	}

	.wp-block-buttons .wp-block-button__link {
		display: block;
	}

	.wp-block-buttons .wp-block-button + .wp-block-button {
		margin-top: 15px;
		margin-left: 0;
	}
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
.site-header {
	padding: 20px 0;

	/* Icon 1 */

	/* Icon 3 */
}

@media screen and (max-width: 1024px) {

	.site-header {
		padding: 16px 0;
	}
}

.site-header .content-wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.site-header .content-wrapper .site-branding .custom-logo-link {
	display: flex;
	max-width: 108px;
	align-items: center;
	margin-right: 25px;
}

.site-header .content-wrapper .site-branding img {
	display: block;
}

.site-header #menu-toggle {
	padding: 0;
	border: 0;
	background-color: transparent;
	position: absolute;
	top: 23px;
	right: 40px;
	z-index: 2;
}

@media screen and (max-width: 768px) {

	.site-header #menu-toggle {
		right: 25px;
	}
}

.site-header #menu-toggle-icon {
	width: 24px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.site-header #menu-toggle-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #134247;
	border-radius: 1.5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.site-header #menu-toggle-icon span:nth-child(1) {
	top: 0;
}

.site-header #menu-toggle-icon span:nth-child(2),
.site-header #menu-toggle-icon span:nth-child(3) {
	top: 8px;
}

.site-header #menu-toggle-icon span:nth-child(4) {
	top: 16px;
}

.site-header #menu-toggle-icon.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.site-header #menu-toggle-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.site-header #menu-toggle-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.site-header #menu-toggle-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.header-alert {
	background-color: #134247;
	color: #fff;
	height: auto;
	max-height: 200px;
	transition: all 0.2s ease-in-out;
}

.header-alert__content {
	padding: 10px 0;
}

.header-alert__content p {
	font-size: 13px;
	margin: 0;
}

@media screen and (max-width: 768px) {

	.header-alert__content p {
		font-size: 11px;
	}
}

@media screen and (max-width: 575px) {

	.header-alert__content p {
		font-size: 1px;
	}
}

.header-alert__content a {
	color: #fff;
}

.header-alert__content a:hover {
	color: #98afb1;
}

#masthead {
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 99;
}

.logged-in #masthead {
	margin-top: 32px;
}

@media screen and (max-width: 782px) {

	.logged-in #masthead {
		margin-top: 46px;
	}
}

@media screen and (max-width: 600px) {

	.logged-in #masthead {
		margin-top: 0;
	}
}

#site-body {
	padding-top: 78px;
}

@media screen and (max-width: 1024px) {

	#site-body {
		padding-top: 65px;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	flex-grow: 1;
	align-items: center;
	font-size: 14px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	border: 1px solid #dadada;
	border-radius: 6px;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation li:focus {
	outline: 1px dotted;
}

.main-navigation li:hover,
.main-navigation li:active {
	outline: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation a .top-title,
.main-navigation a .subtitle,
.main-navigation a .label {
	display: none;
}

.main-navigation a .top-title {
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(19, 66, 71, 0.5);
	letter-spacing: 0.1em;
}

.main-navigation a .subtitle,
.main-navigation a .label {
	position: relative;
	top: -5px;
	margin-bottom: -5px;
}

.main-navigation a .subtitle {
	font-size: 13px;
	color: rgba(19, 66, 71, 0.5);
	font-weight: 400;
}

.main-navigation a .label {
	font-size: 10px;
	background-color: #f7f7f7;
	padding: 4px 6px;
	margin-left: 10px;
}

.main-navigation .sub-menu li .top-title {
	padding-bottom: 10px;
}

.main-navigation .sub-menu li a .top-title,
.main-navigation .sub-menu li a .title {
	display: block;
}

.main-navigation .sub-menu li a .subtitle,
.main-navigation .sub-menu li a .label {
	display: inline-block;
}

.main-navigation .sub-menu li a[target="_blank"] {
	position: relative;
}

.main-navigation .sub-menu li a[target="_blank"] .title {
	display: inline-block;
}

.main-navigation .sub-menu li a[target="_blank"] svg {
	width: 8px;
	margin-left: 4px;
	position: relative;
	top: -2px;
}

.main-navigation .sub-menu li + li {
	margin-top: 10px;
}

.main-navigation .sub-menu li + li .top-title {
	padding-top: 25px;
}

.main-navigation .certn-menu__mobile .nav-menu {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}

.main-navigation .certn-menu__mobile .nav-menu li a {
	padding: 15px 0;
}

.main-navigation .certn-menu__mobile .nav-menu li a[data-menu-toggle] {
	position: relative;
}

.main-navigation .certn-menu__mobile .nav-menu li a[data-menu-toggle]::after {
	content: url(img/chevron-lg.svg);
	display: block;
	position: absolute;
	top: 17px;
	right: 0;
	margin-left: 6px;
}

.main-navigation .certn-menu__mobile .nav-menu li li a[data-menu-toggle]::after {
	display: none;
}

.main-navigation .certn-menu__mobile .nav-menu li + li {
	border-top: 2px solid rgba(89, 104, 105, 0.3);
}

.main-navigation .certn-menu__mobile .nav-menu li li {
	font-size: 16px;
}

.main-navigation .certn-menu__nav-sub-level {
	display: none;
	position: absolute;
	top: -64px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 0 40px;
}

@media screen and (max-width: 768px) {

	.main-navigation .certn-menu__nav-sub-level {
		padding: 0 25px;
	}
}

.main-navigation .certn-menu__nav-sub-level.toggled {
	display: block;
}

.main-navigation .certn-menu__nav-sub-level .certn-menu__back {
	height: 64px;
	background: #f6f6f6;
	margin: 0 -40px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	font-size: 18px;
}

@media screen and (max-width: 768px) {

	.main-navigation .certn-menu__nav-sub-level .certn-menu__back {
		margin: 0 -25px;
		padding: 0 25px;
	}
}

.main-navigation .certn-menu__nav-sub-level .certn-menu__back .certn-menu__link--back {
	display: flex;
	align-items: center;
}

.main-navigation .certn-menu__nav-sub-level .certn-menu__back .certn-menu__link--back::before {
	content: url(img/chevron-lg.svg);
	display: inline-block;
	margin-right: 6px;
	margin-top: -6px;
	transform: rotate(180deg);
}

.main-navigation .certn-menu__nav-sub-level .certn-menu__title {
	font-size: 18px;
	color: #134247;
	font-weight: 600;
	margin-top: 40px;
	display: block;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

	.main-navigation .certn-menu__nav-sub-level .certn-menu__title {
		margin-top: 25px;
	}
}

.main-navigation .certn-menu__nav-sub-level .sub-menu {
	position: relative;
	box-shadow: none;
	left: 0;
	top: 0;
	float: none;
	font-size: 16px;
	border: 0;
}

.main-navigation .certn-menu__nav-sub-level .sub-menu li a[target="_blank"] span::after {
	top: 10px;
}

.main-navigation .certn-menu__nav-sub-level.visible {
	display: block;
}

.main-navigation .country-selector {
	align-items: center;
	position: relative;
}

.main-navigation .country-selector .flag {
	width: 16px;
}

@media screen and (max-width: 1024px) {

	.main-navigation .country-selector .flag {
		width: 24px;
	}
}

.main-navigation .country-selector__mobile {
	margin-right: 45px;
}

.main-navigation .country-selector__mobile .country-selector__dropdown {
	right: 0;
}

.main-navigation .country-selector__toggle {
	position: relative;
	background-color: transparent;
	padding: 0;
	border: 0;
	display: flex;
	align-items: center;
}

.main-navigation .country-selector__toggle .arrow {
	margin-left: 2px;
}

.main-navigation .country-selector__toggle[aria-expanded="true"] .arrow {
	transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {

	.main-navigation .country-selector__toggle .flag {
		width: 24px;
	}

	.main-navigation .country-selector__toggle .arrow {
		width: 16px;
		margin-left: 5px;
	}
}

.main-navigation .country-selector__toggle:hover .country-selector__dropdown,
.main-navigation .country-selector__toggle:focus .country-selector__dropdown {
	display: block;
}

.main-navigation .country-selector__dropdown {
	position: absolute;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 6px;
	padding: 20px;
	display: none;
	width: 125px;
	top: 100%;
}

.main-navigation .country-selector__dropdown a {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {

	.main-navigation .country-selector__dropdown a span {
		font-size: 18px;
	}
}

.main-navigation .country-selector__dropdown a .flag {
	margin-right: 5px;
}

@media screen and (max-width: 1024px) {

	.site-header {
		position: relative;
	}

	.main-navigation {
		flex-grow: 0;
	}

	.certn-menu__desktop,
	.certn-menu__container,
	.country-selector__desktop {
		display: none;
	}

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

	.country-selector__mobile {
		display: flex;
	}

	.country-selector__dropdown.open {
		display: block;
	}

	.main-navigation.toggled .certn-menu__container {
		position: absolute;
		top: 64px;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: calc(100vh - 64px);
		min-height: 500px;
		background-color: #fff;
		padding: 0 40px;
		opacity: 1;
		z-index: 1;
	}
}

@media screen and (max-width: 1024px) and (max-width: 768px) {

	.main-navigation.toggled .certn-menu__container {
		padding: 0 25px;
	}
}

@media screen and (max-width: 1024px) {

	.main-navigation.toggled .certn-menu__buttons {
		display: flex;
		margin-top: 10px;
	}

	.main-navigation.toggled .certn-menu__buttons .certn-btn {
		flex: 1 0 0;
		text-align: center;
		font-size: 16px;
	}

	.main-navigation.toggled .certn-menu__buttons .certn-btn + .certn-btn {
		margin-left: 15px;
	}

	.main-navigation.toggled .country-selector {
		display: none;
	}
}

@media screen and (max-width: 768px) {

	.main-navigation.toggled .certn-menu__buttons {
		flex-direction: column;
	}

	.main-navigation.toggled .certn-menu__buttons .certn-btn--secondary {
		order: 2;
		margin-top: 15px;
		margin-left: 0;
	}

	.main-navigation.toggled .certn-menu__buttons .certn-btn + .certn-btn {
		margin-left: 0;
	}
}

@media screen and (min-width: 1024px) {

	.menu-toggle,
	.certn-menu__mobile,
	.country-selector__mobile {
		display: none;
	}

	.certn-menu__desktop {
		display: flex;
	}

	.country-selector__desktop {
		display: block;
	}

	.certn-menu__container {
		display: flex;
		justify-content: space-between;
		flex-grow: 1;
		align-items: center;
	}

	.certn-menu__container .menu {
		display: flex;
	}

	.certn-menu__container .menu li a {
		padding: 8px 0;
	}

	.certn-menu__container .menu li li a {
		padding: 0;
	}

	.certn-menu__container .menu li + li {
		margin-left: 25px;
	}

	.certn-menu__container .menu li.menu-item-has-children a {
		display: inline-block;
	}

	.certn-menu__container .menu li.menu-item-has-children::after {
		content: url(img/chevron.svg);
		display: inline-block;
	}

	.certn-menu__container .menu li.menu-item-has-children li::after {
		display: none;
	}

	.certn-menu__container .menu li.menu-item-has-children li + li {
		margin-left: 0;
	}

	.certn-menu__container .menu .sub-menu {
		padding: 20px;
	}

	.certn-menu__buttons {
		display: flex;
		align-items: center;
	}

	.certn-menu__buttons .certn-btn {
		font-size: 14px;
		padding: 6px 14px;
		margin-left: 12px;
	}
}

.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%;
}

body.menu-open {
	overflow: hidden;
}

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

/* .post,
.page {
	margin: 0 0 1.5em;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/
.updated:not(.published) {
	display: none;
}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Custom Blocks
--------------------------------------------- */
.hero__content-inner :last-child {
	margin-bottom: 0;
}

.hero__content-inner h6,
.hero__content-inner h1 {
	margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {

	.hero__content-inner h6,
	.hero__content-inner h1 {
		margin-bottom: 20px;
	}
}

.hero__content-inner h1,
.hero__content-inner h2,
.hero__content-inner h3,
.hero__content-inner h4,
.hero__content-inner h5 {
	font-size: 48px;
	font-weight: 800;
	line-height: 60px;
}

@media screen and (max-width: 1200px) {

	.hero__content-inner h1,
	.hero__content-inner h2,
	.hero__content-inner h3,
	.hero__content-inner h4,
	.hero__content-inner h5 {
		font-size: 34px;
		line-height: 42px;
	}
}

@media screen and (max-width: 768px) {

	.hero__content-inner h1,
	.hero__content-inner h2,
	.hero__content-inner h3,
	.hero__content-inner h4,
	.hero__content-inner h5 {
		font-size: 28px;
		line-height: 35px;
	}
}

.hero__content-inner p {
	font-weight: 600;
}

.hero__content-inner .wp-block-buttons {
	margin-top: 40px;
}

@media screen and (min-width: 1200px) {

	.hero__content-inner .wp-block-buttons {
		margin-top: 50px;
	}
}

.hero__content-inner .wp-block-image {
	max-width: 575px;
	margin-bottom: 0;
	margin-top: 25px;
}

@media screen and (min-width: 1200px) {

	.hero__content-inner .wp-block-image {
		margin-top: 40px;
	}
}

@media screen and (min-width: 575px) {

	.hero__content-inner .wp-block-image.hide-desktop {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

	.hero__content-inner .wp-block-image.hide-desktop {
		display: block;
	}
}

@media screen and (max-width: 575px) {

	.hero__content-inner .wp-block-image.hide-mobile {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

	.hero__content-inner .wp-block-image.hide-mobile {
		display: none;
	}
}

@media screen and (max-width: 768px) {

	.hero__image {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {

	.hero .content-wrapper {
		display: flex;
	}

	.hero__column {
		flex: 0 0 50%;
	}

	.hero__image,
	.hero__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.hero__content-inner {
		padding-right: 25px;
	}
}

@media screen and (min-width: 1200px) {

	.hero__content-inner {
		padding-right: 50px;
	}
}

.hero.homepage-hero {
	overflow: hidden;
}

@media screen and (min-width: 768px) {

	.hero.homepage-hero .hero__image img {
		max-width: 115%;
		width: 115%;
		margin-left: -5%;
	}
}

@media screen and (min-width: 1200px) {

	.hero.homepage-hero .hero__image img {
		max-width: 120%;
		width: 120%;
		margin-left: -10%;
	}
}

@media screen and (min-width: 1200px) {

	.hero.homepage-hero .hero__content-inner {
		padding-right: 80px;
	}
}

@media screen and (min-width: 575px) {

	.container.width-medium .container__content {
		max-width: 75%;
		margin: auto;
	}
}

@media screen and (min-width: 1024px) {

	.container.width-medium .container__content {
		max-width: 66%;
	}
}

.container__content h1,
.container__content h2,
.container__content h3,
.container__content h4,
.container__content h5,
.container__content h6 {
	margin-bottom: 0;
}

.container__content h1 + p,
.container__content h1 + ul,
.container__content h1 + ol,
.container__content h1 + .wp-block-image,
.container__content h2 + p,
.container__content h2 + ul,
.container__content h2 + ol,
.container__content h2 + .wp-block-image,
.container__content h3 + p,
.container__content h3 + ul,
.container__content h3 + ol,
.container__content h3 + .wp-block-image,
.container__content h4 + p,
.container__content h4 + ul,
.container__content h4 + ol,
.container__content h4 + .wp-block-image,
.container__content h5 + p,
.container__content h5 + ul,
.container__content h5 + ol,
.container__content h5 + .wp-block-image,
.container__content h6 + p,
.container__content h6 + ul,
.container__content h6 + ol,
.container__content h6 + .wp-block-image {
	margin-top: 15px;
}

@media screen and (min-width: 1200px) {

	.container__content h1 + p,
	.container__content h1 + ul,
	.container__content h1 + ol,
	.container__content h1 + .wp-block-image,
	.container__content h2 + p,
	.container__content h2 + ul,
	.container__content h2 + ol,
	.container__content h2 + .wp-block-image,
	.container__content h3 + p,
	.container__content h3 + ul,
	.container__content h3 + ol,
	.container__content h3 + .wp-block-image,
	.container__content h4 + p,
	.container__content h4 + ul,
	.container__content h4 + ol,
	.container__content h4 + .wp-block-image,
	.container__content h5 + p,
	.container__content h5 + ul,
	.container__content h5 + ol,
	.container__content h5 + .wp-block-image,
	.container__content h6 + p,
	.container__content h6 + ul,
	.container__content h6 + ol,
	.container__content h6 + .wp-block-image {
		margin-top: 20px;
	}
}

.container__content h1 + h1,
.container__content h1 + h2,
.container__content h1 + h3,
.container__content h1 + h4,
.container__content h1 + h5,
.container__content h1 + h6,
.container__content h2 + h1,
.container__content h2 + h2,
.container__content h2 + h3,
.container__content h2 + h4,
.container__content h2 + h5,
.container__content h2 + h6,
.container__content h3 + h1,
.container__content h3 + h2,
.container__content h3 + h3,
.container__content h3 + h4,
.container__content h3 + h5,
.container__content h3 + h6,
.container__content h4 + h1,
.container__content h4 + h2,
.container__content h4 + h3,
.container__content h4 + h4,
.container__content h4 + h5,
.container__content h4 + h6,
.container__content h5 + h1,
.container__content h5 + h2,
.container__content h5 + h3,
.container__content h5 + h4,
.container__content h5 + h5,
.container__content h5 + h6,
.container__content h6 + h1,
.container__content h6 + h2,
.container__content h6 + h3,
.container__content h6 + h4,
.container__content h6 + h5,
.container__content h6 + h6 {
	margin-top: 15px;
}

@media screen and (min-width: 1200px) {

	.container__content h1 + h1,
	.container__content h1 + h2,
	.container__content h1 + h3,
	.container__content h1 + h4,
	.container__content h1 + h5,
	.container__content h1 + h6,
	.container__content h2 + h1,
	.container__content h2 + h2,
	.container__content h2 + h3,
	.container__content h2 + h4,
	.container__content h2 + h5,
	.container__content h2 + h6,
	.container__content h3 + h1,
	.container__content h3 + h2,
	.container__content h3 + h3,
	.container__content h3 + h4,
	.container__content h3 + h5,
	.container__content h3 + h6,
	.container__content h4 + h1,
	.container__content h4 + h2,
	.container__content h4 + h3,
	.container__content h4 + h4,
	.container__content h4 + h5,
	.container__content h4 + h6,
	.container__content h5 + h1,
	.container__content h5 + h2,
	.container__content h5 + h3,
	.container__content h5 + h4,
	.container__content h5 + h5,
	.container__content h5 + h6,
	.container__content h6 + h1,
	.container__content h6 + h2,
	.container__content h6 + h3,
	.container__content h6 + h4,
	.container__content h6 + h5,
	.container__content h6 + h6 {
		margin-top: 20px;
	}
}

.container__content ul,
.container__content ol {
	padding-left: 25px;
	margin-left: 0;
	font-size: 15px;
}

@media screen and (min-width: 768px) {

	.container__content ul,
	.container__content ol {
		padding-left: 40px;
	}
}

.container__content ul li,
.container__content ol li {
	margin: 10px 0;
}

@media screen and (min-width: 768px) {

	.container__content ul li,
	.container__content ol li {
		margin: 15px 0;
	}
}

.container__content .wp-block-buttons {
	margin-top: 40px;
}

@media screen and (min-width: 1200px) {

	.container__content .wp-block-buttons {
		margin-top: 50px;
	}
}

.container__content :last-child {
	margin-bottom: 0;
}

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

.container.text-center .wp-block-buttons {
	justify-content: center;
}

.two-tile .content-wrapper {
	display: flex;
}

.two-tile__content-inner :last-child {
	margin-bottom: 0;
}

.two-tile h1,
.two-tile h2,
.two-tile h3,
.two-tile h4,
.two-tile h5,
.two-tile h6 {
	margin-bottom: 15px;
	font-size: 32px;
	line-height: 40px;
	font-weight: 800;
}

@media screen and (max-width: 1200px) {

	.two-tile h1,
	.two-tile h2,
	.two-tile h3,
	.two-tile h4,
	.two-tile h5,
	.two-tile h6 {
		font-size: 28px;
		line-height: 36px;
	}
}

@media screen and (max-width: 768px) {

	.two-tile h1,
	.two-tile h2,
	.two-tile h3,
	.two-tile h4,
	.two-tile h5,
	.two-tile h6 {
		font-size: 22px;
		line-height: 28px;
	}
}

@media screen and (min-width: 1200px) {

	.two-tile h1,
	.two-tile h2,
	.two-tile h3,
	.two-tile h4,
	.two-tile h5,
	.two-tile h6 {
		margin-bottom: 20px;
	}
}

.two-tile .wp-block-buttons {
	margin-top: 40px;
}

@media screen and (min-width: 1200px) {

	.two-tile .wp-block-buttons {
		margin-top: 50px;
	}
}

@media screen and (max-width: 768px) {

	.two-tile .content-wrapper {
		flex-direction: column;
	}

	.two-tile__image {
		margin-bottom: 40px;
	}

	.two-tile__content {
		order: 2;
	}
}

@media screen and (min-width: 768px) {

	.two-tile__column {
		flex: 0 0 50%;
	}

	.two-tile__content,
	.two-tile__image {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.two-tile__content-inner {
		padding-right: 25px;
	}

	.two-tile.image-left .two-tile__content {
		order: 2;
	}

	.two-tile.image-left .two-tile__content-inner {
		padding-left: 25px;
		padding-right: 0;
	}

	.two-tile.image-right .two-tile__image {
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}
}

@media screen and (min-width: 1024px) {

	.two-tile__content-inner {
		padding-right: 40px;
	}

	.two-tile.image-left .two-tile__content-inner {
		padding-left: 40px;
		padding-right: 0;
	}
}

@media screen and (min-width: 1200px) {

	.two-tile__content-inner {
		padding-right: 20%;
	}

	.two-tile.image-left .two-tile__content-inner {
		padding-left: 20%;
		padding-right: 0;
	}
}

.two-tile ul,
.two-tile ol,
.stacked-image-text ul,
.stacked-image-text ol,
.package-cards ul,
.package-cards ol {
	padding-left: 1.875rem;
	margin-left: 0;
	font-size: 15px;
	margin-top: 30px;
}

@media screen and (min-width: 768px) {

	.two-tile ul,
	.two-tile ol,
	.stacked-image-text ul,
	.stacked-image-text ol,
	.package-cards ul,
	.package-cards ol {
		margin-top: 40px;
	}
}

.two-tile ul strong,
.two-tile ol strong,
.stacked-image-text ul strong,
.stacked-image-text ol strong,
.package-cards ul strong,
.package-cards ol strong {
	color: #134247;
	font-weight: 700;
	font-size: 16px;
}

.two-tile ul li,
.two-tile ol li,
.stacked-image-text ul li,
.stacked-image-text ol li,
.package-cards ul li,
.package-cards ol li {
	margin: 15px 0;
}

@media screen and (min-width: 768px) {

	.two-tile ul li,
	.two-tile ol li,
	.stacked-image-text ul li,
	.stacked-image-text ol li,
	.package-cards ul li,
	.package-cards ol li {
		margin: 20px 0;
	}
}

.two-tile ul,
.stacked-image-text ul,
.package-cards ul {
	list-style: none;
}

.two-tile ul li,
.stacked-image-text ul li,
.package-cards ul li {
	position: relative;
}

.two-tile ul li::before,
.stacked-image-text ul li::before,
.package-cards ul li::before {
	content: "";
	background-color: #8dc867;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	position: absolute;
	left: -30px;
	top: 7px;
}

.two-tile.list-check ul,
.stacked-image-text.list-check ul,
.package-cards.list-check ul {
	padding-left: 40px;
}

.two-tile.list-check ul li::before,
.stacked-image-text.list-check ul li::before,
.package-cards.list-check ul li::before {
	background-color: transparent;
	background-image: url(img/check-icon.svg);
	background-size: 100% auto;
	width: 24px;
	height: 24px;
	top: 0;
	left: -40px;
}

.two-tile ol,
.stacked-image-text ol,
.package-cards ol {
	padding-left: 40px;
	counter-reset: list-counter;
}

.two-tile ol li,
.stacked-image-text ol li,
.package-cards ol li {
	counter-increment: list-counter;
	list-style: none;
	position: relative;
}

.two-tile ol li::before,
.stacked-image-text ol li::before,
.package-cards ol li::before {
	content: counter(list-counter);
	color: #fff;
	background-color: #8dc867;
	font-size: 14px;
	line-height: 14px;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	position: absolute;
	left: -40px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

@media screen and (max-width: 768px) {

	.two-tile.html-image-override .two-tile__content,
	.stacked-image-text.html-image-override .two-tile__content,
	.package-cards.html-image-override .two-tile__content {
		order: 1;
	}

	.two-tile.html-image-override .two-tile__image,
	.stacked-image-text.html-image-override .two-tile__image,
	.package-cards.html-image-override .two-tile__image {
		order: 2;
		margin-bottom: 0;
		margin-top: 40px;
	}
}

.stacked-image-text {
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 575px) {

	.stacked-image-text .content-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-left: 16px;
		padding-right: 16px;
	}

	.stacked-image-text .content-wrapper .image-text-block {
		flex: 0 0 50%;
	}
}

.stacked-image-text .content-wrapper .image-text-block {
	margin: 10px 0;
	padding: 0 24px;
}

@media screen and (max-width: 768px) {

	.stacked-image-text .content-wrapper .image-text-block {
		margin: 10px 0 30px;
	}
}

@media screen and (max-width: 575px) {

	.stacked-image-text .content-wrapper .image-text-block {
		padding: 0;
	}

	.stacked-image-text .content-wrapper .image-text-block:last-child {
		margin-bottom: 0;
	}
}

.stacked-image-text .content-wrapper .image-text-block__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.stacked-image-text .content-wrapper .image-text-block__content :last-child {
	margin-bottom: 0;
}

.stacked-image-text .content-wrapper .image-text-block__content figure {
	height: 50vw;
	display: flex;
	align-items: center;
	margin: 0;
	margin-bottom: 24px;
}

@media screen and (min-width: 575px) {

	.stacked-image-text .content-wrapper .image-text-block__content figure {
		height: 25vw;
		max-height: 340px;
	}
}

.stacked-image-text .content-wrapper .image-text-block__content figure img {
	max-height: 100%;
	object-fit: contain;
	object-position: center left;
}

.stacked-image-text .content-wrapper .image-text-block__content h1,
.stacked-image-text .content-wrapper .image-text-block__content h2,
.stacked-image-text .content-wrapper .image-text-block__content h3,
.stacked-image-text .content-wrapper .image-text-block__content h4,
.stacked-image-text .content-wrapper .image-text-block__content h5,
.stacked-image-text .content-wrapper .image-text-block__content h6 {
	flex-grow: 0;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}

@media screen and (max-width: 1200px) {

	.stacked-image-text .content-wrapper .image-text-block__content h1,
	.stacked-image-text .content-wrapper .image-text-block__content h2,
	.stacked-image-text .content-wrapper .image-text-block__content h3,
	.stacked-image-text .content-wrapper .image-text-block__content h4,
	.stacked-image-text .content-wrapper .image-text-block__content h5,
	.stacked-image-text .content-wrapper .image-text-block__content h6 {
		font-size: 18px;
		line-height: 25px;
	}
}

.stacked-image-text .content-wrapper .image-text-block__content ul,
.stacked-image-text .content-wrapper .image-text-block__content ol {
	margin: 0;
}

.stacked-image-text .content-wrapper .image-text-block__content p + ul,
.stacked-image-text .content-wrapper .image-text-block__content p + ol {
	margin-top: -20px;
}

.stacked-image-text .content-wrapper .image-text-block__content .wp-block-buttons {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width: 575px) {

	.stacked-image-text .content-wrapper .image-text-block__content .wp-block-buttons {
		flex-direction: row;
	}

	.stacked-image-text .content-wrapper .image-text-block__content .wp-block-buttons .wp-block-button + .wp-block-button {
		margin-top: 0;
		margin-left: 15px;
	}
}

.stacked-image-text .content-wrapper .image-text-block__content .wp-block-buttons .wp-block-button__link {
	padding: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #134247;
	color: #134247;
	border-radius: 0;
}

.stacked-image-text .content-wrapper .image-text-block__content .wp-block-buttons .wp-block-button__link:hover {
	color: #8dc867;
	border-color: #8dc867;
}

.stacked-image-text .content-wrapper .image-text-block__content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
	color: #8dc867;
	border-color: #8dc867;
}

.stacked-image-text .content-wrapper .image-text-block__content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #134247;
	border-color: #134247;
}

.stacked-image-text.image-shape--square .image-text-block figure {
	height: calc(100vw - 50px);
}

@media screen and (min-width: 575px) {

	.stacked-image-text.image-shape--square .image-text-block figure {
		height: 45vw;
		max-height: 616px;
	}
}

.stacked-image-text.image-shape--portrait .image-text-block figure {
	height: calc(120vw - 50px);
}

@media screen and (min-width: 575px) {

	.stacked-image-text.image-shape--portrait .image-text-block figure {
		height: 65vw;
		max-height: 600px;
	}
}

.stacked-image-text.landscape-extra-short .image-text-block figure {
	height: calc(45vw - 50px);
}

@media screen and (min-width: 575px) {

	.stacked-image-text.landscape-extra-short .image-text-block figure {
		height: 15vw;
		max-height: 200px;
	}

	.stacked-image-text.landscape-extra-short .image-text-block figure img {
		width: auto;
	}
}

@media screen and (min-width: 575px) {

	.stacked-image-text.landscape-extra-short.has-3-columns .image-text-block figure,
	.stacked-image-text.landscape-extra-short.has-4-columns .image-text-block figure {
		height: 10vw;
		max-height: 150px;
	}
}

@media screen and (max-width: 575px) {

	.stacked-image-text.image-sizing--original .image-text-block {
		margin: 10px 0 45px;
	}
}

@media screen and (max-width: 575px) {

	.stacked-image-text.image-sizing--original .image-text-block figure {
		height: auto;
	}
}

.stacked-image-text.image-sizing--original .image-text-block figure img {
	object-fit: unset;
}

.stacked-image-text.image-sizing--original.text-center .image-text-block figure img {
	object-position: center center;
}

.stacked-image-text.image-sizing--stretch .image-text-block figure img {
	width: 100%;
}

.stacked-image-text.image-sizing--stretch.text-center .image-text-block figure img {
	object-position: center center;
}

.stacked-image-text.image-sizing--stretch .image-text-block figure img {
	width: 100%;
}

.stacked-image-text.image-sizing--stretch.text-center .image-text-block figure img {
	object-position: center center;
}

@media screen and (min-width: 768px) {

	.stacked-image-text.has-3-columns .image-text-block {
		flex: 0 0 33.33%;
	}

	.stacked-image-text.has-3-columns .image-text-block figure {
		height: 15vw;
		max-height: 200px;
	}

	.stacked-image-text.has-3-columns.image-shape--square .image-text-block figure {
		height: 29vw;
		max-height: 394px;
	}

	.stacked-image-text.has-3-columns.image-shape--portrait .image-text-block figure {
		height: 44vw;
		max-height: 600px;
	}
}

@media screen and (min-width: 1024px) {

	.stacked-image-text.has-4-columns .image-text-block {
		flex: 0 0 25%;
	}

	.stacked-image-text.has-4-columns .image-text-block figure {
		height: 10vw;
		max-height: 150px;
	}

	.stacked-image-text.has-4-columns.image-shape--square .image-text-block figure {
		height: 21vw;
		max-height: 285px;
	}

	.stacked-image-text.has-4-columns.image-shape--portrait .image-text-block figure {
		height: 31vw;
		max-height: 420px;
	}
}

.stacked-image-text.text-center .image-text-block figure {
	justify-content: center;
}

.stacked-image-text.text-center .image-text-block__content {
	text-align: center;
}

.stacked-image-text.text-center .image-text-block__content .wp-block-buttons {
	justify-content: center;
}

.testimonials__slider {
	max-width: 1050px;
	margin: auto;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 27px 80px 0 #0000001a, 0 8px 27px 0 #00000012;
	padding: 40px;
}

.testimonials__slider .slick-next,
.testimonials__slider .slick-prev {
	width: 32px;
	height: 32px;
}

@media screen and (min-width: 768px) {

	.testimonials__slider .slick-next,
	.testimonials__slider .slick-prev {
		width: 40px;
		height: 40px;
	}
}

.testimonials__slider .slick-next .slick-prev-icon,
.testimonials__slider .slick-next .slick-next-icon,
.testimonials__slider .slick-prev .slick-prev-icon,
.testimonials__slider .slick-prev .slick-next-icon {
	width: 32px;
	height: 32px;
	background-color: #8dc867;
	transition: all 0.3s ease-in-out;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

@media screen and (min-width: 768px) {

	.testimonials__slider .slick-next .slick-prev-icon,
	.testimonials__slider .slick-next .slick-next-icon,
	.testimonials__slider .slick-prev .slick-prev-icon,
	.testimonials__slider .slick-prev .slick-next-icon {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}
}

.testimonials__slider .slick-next .slick-prev-icon:hover,
.testimonials__slider .slick-next .slick-prev-icon:focus,
.testimonials__slider .slick-next .slick-next-icon:hover,
.testimonials__slider .slick-next .slick-next-icon:focus,
.testimonials__slider .slick-prev .slick-prev-icon:hover,
.testimonials__slider .slick-prev .slick-prev-icon:focus,
.testimonials__slider .slick-prev .slick-next-icon:hover,
.testimonials__slider .slick-prev .slick-next-icon:focus {
	background-color: #134247;
}

.testimonials__slider .slick-next .slick-prev-icon svg,
.testimonials__slider .slick-next .slick-next-icon svg,
.testimonials__slider .slick-prev .slick-prev-icon svg,
.testimonials__slider .slick-prev .slick-next-icon svg {
	stroke: #fff;
	width: 16px;
	height: 16px;
}

@media screen and (min-width: 768px) {

	.testimonials__slider .slick-next .slick-prev-icon svg,
	.testimonials__slider .slick-next .slick-next-icon svg,
	.testimonials__slider .slick-prev .slick-prev-icon svg,
	.testimonials__slider .slick-prev .slick-next-icon svg {
		width: 20px;
		height: 20px;
	}
}

.testimonials__slider .slick-next:focus,
.testimonials__slider .slick-prev:focus {
	top: calc(50%);
}

.testimonials__slider .slick-next:focus .slick-prev-icon,
.testimonials__slider .slick-next:focus .slick-next-icon,
.testimonials__slider .slick-prev:focus .slick-prev-icon,
.testimonials__slider .slick-prev:focus .slick-next-icon {
	margin-left: 0;
}

.testimonials__slider .slick-next .slick-next-icon::before,
.testimonials__slider .slick-prev .slick-prev-icon::before {
	content: "";
}

.testimonials__slider .slick-prev .slick-prev-icon svg {
	transform: rotate(180deg);
}

.testimonials__slider .slick-prev {
	left: -16px;
}

@media screen and (min-width: 768px) {

	.testimonials__slider .slick-prev {
		left: -20px;
	}
}

.testimonials__slider .slick-next {
	right: -16px;
}

@media screen and (min-width: 768px) {

	.testimonials__slider .slick-next {
		right: -20px;
	}
}

.testimonials__slider .slick-dots {
	left: 0;
	bottom: -40px;
}

.testimonials__slider .slick-dots li button .slick-dot-icon {
	color: #8dc867;
	opacity: 0.5;
	font-size: 14px;
}

.testimonials__slider .slick-dots li.slick-active button .slick-dot-icon {
	opacity: 1;
}

.testimonials__slider .slick-dots li button:focus .slick-dot-icon::before {
	color: #8dc867;
}

.testimonials .testimonial__content {
	font-size: 32px;
	line-height: 48px;
	font-weight: 300;
}

@media screen and (max-width: 768px) {

	.testimonials .testimonial__content {
		font-size: 20px;
		line-height: 30px;
	}
}

.testimonials .testimonial__author {
	font-size: 14px;
	display: flex;
	margin-top: 16px;
}

.testimonials .testimonial__author p {
	margin: 0;
}

.testimonials .testimonial__author span {
	display: block;
}

.testimonials .testimonial__author-image {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	overflow: hidden;
	margin-right: 32px;
	flex: 0 0 48px;
}

@media screen and (max-width: 768px) {

	.testimonials .testimonial__author-image {
		margin-right: 24px;
	}
}

.testimonials .testimonial__author-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.testimonials .testimonial__author-name {
	font-weight: 700;
}

.call-to-action .content-wrapper {
	display: flex;
}

.call-to-action h1,
.call-to-action h2,
.call-to-action h3,
.call-to-action h4,
.call-to-action h5,
.call-to-action h6 {
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
}

@media screen and (max-width: 1200px) {

	.call-to-action h1,
	.call-to-action h2,
	.call-to-action h3,
	.call-to-action h4,
	.call-to-action h5,
	.call-to-action h6 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media screen and (max-width: 768px) {

	.call-to-action h1,
	.call-to-action h2,
	.call-to-action h3,
	.call-to-action h4,
	.call-to-action h5,
	.call-to-action h6 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1200px) {

	.call-to-action h1,
	.call-to-action h2,
	.call-to-action h3,
	.call-to-action h4,
	.call-to-action h5,
	.call-to-action h6 {
		margin-bottom: 20px;
	}
}

.call-to-action p {
	font-weight: 600;
}

.call-to-action .wp-block-buttons {
	margin-top: 40px;
}

@media screen and (min-width: 1200px) {

	.call-to-action .wp-block-buttons {
		margin-top: 50px;
	}
}

@media screen and (max-width: 768px) {

	.call-to-action .content-wrapper {
		flex-direction: column;
	}

	.call-to-action__image {
		margin-bottom: 40px;
	}

	.call-to-action__content {
		order: 2;
	}
}

@media screen and (min-width: 768px) {

	.call-to-action__column {
		flex: 0 0 50%;
	}

	.call-to-action__content,
	.call-to-action__image {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.call-to-action__content-inner {
		padding-right: 25px;
	}
}

@media screen and (min-width: 1024px) {

	.call-to-action__content-inner {
		padding-right: 40px;
	}
}

@media screen and (min-width: 1200px) {

	.call-to-action__content-inner {
		padding-right: 20%;
	}
}

.pricing-table {
	text-align: left;
	color: #134247;
	padding: 20px 0;
}

@media screen and (min-width: 1200px) {

	.pricing-table {
		padding: 30px 0;
	}
}

.pricing-table__headings {
	font-weight: 700;
}

.pricing-table + h1,
.pricing-table + h2,
.pricing-table + h3,
.pricing-table + h4,
.pricing-table + h5,
.pricing-table + h6 {
	margin-top: 30px;
}

.pricing-table .item {
	border-top: 1px solid #e6e8ed;
	padding: 16px 0;
}

@media screen and (max-width: 768px) {

	.pricing-table .item {
		padding: 24px 0;
	}
}

.pricing-table .item__details p {
	margin: 0;
	font-size: 16px;
}

.pricing-table .item__details p + p {
	margin-top: 15px;
}

@media screen and (min-width: 1200px) {

	.pricing-table .item__details p + p {
		margin-top: 20px;
	}
}

.pricing-table .item__details strong {
	font-weight: 600;
}

.pricing-table .item__details ul,
.pricing-table .item__details ol {
	margin-top: 0;
	padding-left: 30px;
	font-size: 16px;
}

.pricing-table .item__details ul li,
.pricing-table .item__details ol li {
	margin: 5px 0;
}

@media screen and (max-width: 768px) {

	.pricing-table__desktop {
		display: none;
	}
}

.pricing-table__desktop .pricing-table__headings {
	padding-bottom: 16px;
}

.pricing-table__desktop .pricing-table__headings,
.pricing-table__desktop .item {
	display: flex;
	flex-wrap: nowrap;
}

.pricing-table__desktop .pricing-table__headings div,
.pricing-table__desktop .item div {
	flex: 0 0 20%;
	padding-right: 16px;
}

.pricing-table__desktop .pricing-table__headings div:last-child,
.pricing-table__desktop .item div:last-child {
	flex: 0 0 40%;
	padding-right: 0;
}

.pricing-table__desktop .item:last-child {
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {

	.pricing-table__mobile {
		display: none;
	}
}

.pricing-table__mobile .item .heading__note,
.pricing-table__mobile .item .heading__details {
	font-weight: 700;
	margin-top: 24px;
}

.pricing-table__mobile .item__title {
	font-size: 18px;
	font-weight: 700;
	color: #134247;
}

.accordion {
	padding: 20px 0;
}

@media screen and (min-width: 1200px) {

	.accordion {
		padding: 30px 0;
	}
}

.accordion .accordion-item {
	border-top: 1px solid #e6e8ed;
	border-bottom: 1px solid #e6e8ed;
	overflow: hidden;
}

.accordion .accordion-item__title {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #134247;
	padding: 24px 36px 24px 16px;
	background-color: transparent;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	border: 0;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	position: relative;
	cursor: default;
}

.accordion .accordion-item__title::before,
.accordion .accordion-item__title::after {
	height: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	position: absolute;
	right: 15px;
	background-color: #8dc867;
	content: "";
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.accordion .accordion-item__title::after {
	transform: rotate(90deg);
}

@media screen and (max-width: 1200px) {

	.accordion .accordion-item__title {
		font-size: 18px;
		line-height: 25px;
	}
}

.accordion .accordion-item__content {
	max-height: 0;
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.accordion .accordion-item__content-inner {
	padding: 24px 16px;
	padding-top: 0;
	padding-right: 97px;
}

@media screen and (max-width: 1200px) {

	.accordion .accordion-item__content-inner {
		padding-right: 80px;
	}
}

.accordion .accordion-item__content-inner p {
	font-size: 16px;
}

.accordion .accordion-item__content-inner p:first-child {
	margin-top: 0;
}

.accordion .accordion-item.active .accordion-item__content {
	max-height: 1000px;
	overflow-y: scroll;
}

.accordion .accordion-item.active .accordion-item__title::after {
	opacity: 0;
}

.accordion .accordion-item + .accordion-item {
	border-top: 0;
}

.text-image-tabs__tab-titles {
	max-width: 840px;
	margin: auto;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tab-titles {
		display: none;
	}
}

.text-image-tabs__tab-titles ul {
	display: flex;
	justify-content: space-evenly;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tab-titles ul {
		flex-direction: column;
		margin: 10px 0;
	}
}

.text-image-tabs__tab-titles ul .tab-title {
	flex: 1 0 0;
	margin: 0 10px;
	list-style: none;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tab-titles ul .tab-title {
		margin: 0;
	}

	.text-image-tabs__tab-titles ul .tab-title + .tab-title {
		margin-top: 10px;
	}
}

.text-image-tabs__tab-titles ul .tab-title a {
	text-align: center;
	font-weight: 700;
	max-width: 185px;
	text-decoration: none;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-bottom: 6px solid transparent;
	margin: auto;
	height: 100%;
	cursor: pointer;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tab-titles ul .tab-title a {
		flex-direction: row;
		max-width: none;
		justify-content: flex-start;
		align-items: center;
		border-bottom: 0;
		border-left: 6px solid transparent;
	}
}

.text-image-tabs__tab-titles ul .tab-title a[aria-selected="true"] {
	border-color: #8dc867;
}

.text-image-tabs__tab-titles ul .tab-title a:not([aria-selected="true"]):hover .tab-title__number {
	background-color: #134247;
}

.text-image-tabs__tab-titles ul .tab-title a:not([aria-selected="true"]):hover .tab-title__text {
	color: #134247;
}

.text-image-tabs__tab-titles ul .tab-title__number {
	color: #fff;
	background-color: #8dc867;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tab-titles ul .tab-title__number {
		display: inline-flex;
		margin-right: 24px;
		margin-left: 10px;
	}
}

.text-image-tabs__tab-titles ul .tab-title__text {
	color: #8dc867;
	flex-grow: 1;
	display: flex;
	align-items: center;
	transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tab-titles ul .tab-title__text {
		text-align: left;
	}
}

.text-image-tabs__tab-titles ul .tab-title__text p {
	margin: 12px 0 16px;
}

.text-image-tabs__tabs .tab {
	background-color: #dceed0;
	border-radius: 8px;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tabs .tab {
		border-radius: 0;
		background-color: transparent;
	}
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tabs .tab + .tab {
		margin-top: 48px;
	}
}

.text-image-tabs__tabs .tab .tab-title--mobile {
	display: none;
	font-weight: 700;
	margin-bottom: 24px;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tabs .tab .tab-title--mobile {
		display: flex;
		flex-direction: column;
	}
}

.text-image-tabs__tabs .tab .tab-title--mobile .tab-title__number {
	color: #fff;
	background-color: #8dc867;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 18px;
}

.text-image-tabs__tabs .tab .tab-title--mobile .tab-title__text {
	color: #8dc867;
	text-align: left;
}

.text-image-tabs__tabs .tab .tab-title--mobile .tab-title__text p {
	margin: 12px 0 0;
}

.text-image-tabs__tabs .tab[role="tabpanel"] {
	display: none;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tabs .tab[role="tabpanel"] {
		display: block;
	}
}

.text-image-tabs__tabs .tab[role="tabpanel"]:not([aria-hidden="true"]) {
	display: block;
}

.text-image-tabs__tabs .tab__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tabs .tab__content {
		padding: 0;
		align-items: flex-start;
		text-align: left;
	}
}

.text-image-tabs__tabs .tab__content p {
	font-size: 14px;
	font-weight: 600;
	max-width: 600px;
	margin: auto;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tabs .tab__content p {
		margin-bottom: 0;
		order: 3;
	}
}

.text-image-tabs__tabs .tab__content img {
	max-width: 840px;
	width: 100%;
	display: block;
}

.text-image-tabs__tabs .tab__image {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	border: 1px solid #c0c0c0;
	overflow: hidden;
}

@media screen and (max-width: 768px) {

	.text-image-tabs__tabs .tab__image {
		margin-bottom: 24px;
	}
}

.logo-grid {
	box-sizing: border-box;
}

.logo-grid .content-wrapper .logos-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: space-around;
	justify-items: center;
	align-items: center;
	place-items: center;
	margin-left: -16px;
	margin-right: -16px;
}

.logo-grid .content-wrapper .logos-wrapper .logo {
	margin: 16px;
	justify-self: center;
}

.logo-grid .content-wrapper .logos-wrapper .logo img {
	margin: auto;
	display: block;
}

@media screen and (min-width: 768px) {

	.logo-grid.has-3-columns .logos-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {

	.logo-grid.has-4-columns .logos-wrapper {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {

	.logo-grid.has-5-columns .logos-wrapper {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media screen and (min-width: 768px) {

	.logo-grid.has-6-columns .logos-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {

	.logo-grid.has-6-columns .logos-wrapper {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.package-cards {
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 575px) {

	.package-cards .content-wrapper {
		padding-top: 45px;
	}
}

@media screen and (min-width: 575px) and (max-width: 768px) {

	.package-cards .content-wrapper {
		margin-bottom: -30px;
	}
}

@media screen and (min-width: 768px) {

	.package-cards .content-wrapper {
		display: flex;
		justify-content: center;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.package-cards .content-wrapper .package-card {
	margin: 10px 20px;
	box-shadow: 0 -1px 8px 0 rgba(185, 185, 185, 0.24);
	border-radius: 12px;
	max-width: 355px;
	overflow: hidden;
	background-color: #fff;
}

@media screen and (min-width: 1024px) {

	.package-cards .content-wrapper .package-card {
		flex: 1 0 0;
	}
}

@media screen and (max-width: 768px) {

	.package-cards .content-wrapper .package-card {
		margin: 10px auto 30px;
	}

	.package-cards .content-wrapper .package-card:last-child {
		margin-bottom: 0;
	}
}

.package-cards .content-wrapper .package-card__content-inner {
	padding: 40px;
}

.package-cards .content-wrapper .package-card__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.package-cards .content-wrapper .package-card__content :last-child {
	margin-bottom: 0;
}

.package-cards .content-wrapper .package-card__content h1,
.package-cards .content-wrapper .package-card__content h2,
.package-cards .content-wrapper .package-card__content h3,
.package-cards .content-wrapper .package-card__content h4,
.package-cards .content-wrapper .package-card__content h5,
.package-cards .content-wrapper .package-card__content h6 {
	flex-grow: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.package-cards .content-wrapper .package-card__content h1 {
	font-weight: 800;
}

.package-cards .content-wrapper .package-card__content h3,
.package-cards .content-wrapper .package-card__content h5 {
	font-weight: 600;
	color: #134247;
}

.package-cards .content-wrapper .package-card__content h3 {
	margin-bottom: 20px;
}

.package-cards .content-wrapper .package-card__content h5 {
	font-size: 16px;
}

.package-cards .content-wrapper .package-card__content ul,
.package-cards .content-wrapper .package-card__content ol {
	margin: 0;
}

.package-cards .content-wrapper .package-card__content ul {
	padding-left: 22px;
}

.package-cards .content-wrapper .package-card__content ul li {
	margin: 8px 0;
}

.package-cards .content-wrapper .package-card__content ul li::before {
	background-image: url(img/check.svg);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	left: -22px;
	top: 5px;
}

.package-cards .content-wrapper .package-card__content ul + h5 {
	margin-top: 20px;
}

.package-cards .content-wrapper .package-card__content .wp-block-buttons {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width: 575px) {

	.package-cards .content-wrapper .package-card__content .wp-block-buttons {
		flex-direction: row;
	}
}

.package-cards .content-wrapper .package-card__content ul + .wp-block-buttons {
	margin-top: 1.5rem;
}

.package-cards .content-wrapper .package-card:not(.featured) .package-card__content .wp-block-buttons .wp-block-button__link {
	background-color: #fff;
	border-color: #8dc867;
	color: #134247;
}

.package-cards .content-wrapper .package-card:not(.featured) .package-card__content .wp-block-buttons .wp-block-button__link:hover {
	background-color: #134247;
	border-color: #134247;
	color: #fff;
}

@media screen and (min-width: 768px) {

	.package-cards .content-wrapper .package-card.featured {
		margin-top: -35px;
	}
}

.package-cards .content-wrapper .package-card.featured .package-card__content {
	height: calc(100% + 45px);
}

.package-cards .content-wrapper .package-card.featured .package-card__content ul li::before {
	background-image: url(img/check-circle.svg);
}

.package-cards .content-wrapper .package-card.featured .package-card__featured {
	background-color: #8dc867;
	text-align: center;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.package-cards .content-wrapper .package-card.featured .package-card__featured p {
	margin: 0 15px;
	font-weight: 700;
	font-size: 18px;
	color: #134247;
}

@media screen and (min-width: 575px) {

	.package-cards.no-featured .content-wrapper {
		padding-top: 0;
	}
}

/* Footer
--------------------------------------------- */
.footer {
	background-color: #134247;
	color: #fff;
}

.footer a {
	color: #8dc867;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
}

.footer__top {
	padding: 32px 0 0;
}

@media screen and (min-width: 575px) {

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

@media screen and (min-width: 1200px) {

	.footer__top {
		padding: 32px 0;
	}
}

.footer__logo {
	margin-bottom: 30px;
}

@media screen and (min-width: 575px) {

	.footer__logo {
		margin-bottom: 0;
	}
}

.footer__menus {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}

@media screen and (min-width: 575px) {

	.footer__menus {
		flex-basis: 82%;
	}
}

@media screen and (min-width: 1024px) {

	.footer__menus {
		flex-basis: 62%;
	}
}

@media screen and (min-width: 1200px) {

	.footer__menus {
		flex-wrap: nowrap;
		flex-basis: 77%;
	}
}

.footer__menus .footer-menu {
	flex: 0 0 50%;
	margin-bottom: 30px;
	padding-right: 10px;
}

@media screen and (min-width: 575px) {

	.footer__menus .footer-menu {
		flex: 0 0 33%;
	}
}

@media screen and (min-width: 1200px) {

	.footer__menus .footer-menu {
		flex: 1 0 0;
		margin-bottom: 0;
	}
}

.footer__menus .footer-menu .footer-menu-title {
	font-size: 13px;
	font-weight: 600;
}

.footer__menus .footer-menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.footer__menus .footer-menu ul li a {
	margin-top: 12px;
	display: block;
}

.footer__menus .footer-menu ul li a[target="_blank"] {
	position: relative;
}

.footer__menus .footer-menu ul li a[target="_blank"] svg {
	width: 10px;
	margin-left: 8px;
}

.footer__bottom {
	border-top: 1px solid #2a5e64;
	color: #98afb1;
	font-size: 11px;
	font-weight: 400;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {

	.footer__bottom {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0 35px;
	}
}

.footer__bottom a,
.footer__bottom p {
	font-size: 11px;
}

.footer__bottom a {
	color: #98afb1;
	font-weight: 400;
}

.footer__bottom p {
	margin: 0;
}

.footer__bottom .site-info {
	display: flex;
}

@media screen and (max-width: 768px) {

	.footer__bottom .site-info {
		order: 2;
		margin-top: 15px;
	}
}

.footer__bottom .menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__bottom .menu li {
	margin-left: 20px;
}

.footer__widgets {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 575px) {

	.footer__widgets {
		flex-direction: column;
		align-items: flex-start;
	}
}

.footer__widgets .translate {
	margin-right: 20px;
}

@media screen and (max-width: 575px) {

	.footer__widgets .translate {
		margin-right: 0;
		margin-top: 15px;
		order: 2;
	}
}

.footer__widgets .translate a.gflag {
	margin-right: 5px;
	width: 24px;
	height: 26px;
	display: inline-block;
}

.footer__widgets .translate select {
	font-size: 13px;
	padding: 2px 3px 2px 1px;
	border-color: #98afb1;
	color: #fff;
	background-color: #134247;
	border-radius: 4px;
}

.footer__widgets .social {
	display: flex;
}

.footer__widgets .social .social-link {
	display: flex;
	align-items: center;
	width: 20px;
	transition: all 0.25s ease-in-out;
}

.footer__widgets .social .social-link:hover {
	opacity: 0.6;
}

.footer__widgets .social .social-link img {
	width: 100%;
}

.footer__widgets .social .social-link + .social-link {
	margin-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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