/*!
Theme Name: Career Services Theme
Theme URI: http://underscores.me/
Author: Adam Hetherington
Author URI: https://www.linkedin.com/in/adam-hetherington-48155a51/
Description: A custom theme by Binate Digital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: binate
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 with others.

Binate is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/**
 * 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;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button-strong {
	border-radius: 8px;
	background-image: linear-gradient(to right, #f2a45d, #fbc954);
	color: #fff;
	border: 0;
	padding: .6em 3em;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	font-size: 1em;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

.button-strong.shadow {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.button-strong.shadow:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.button-strong.border {
	border: solid 1px #fff;
}

.button-strong.lrg {
	padding: .85em 3em;
}

.button-strong.wide {
	width: 100%;
	display: block;
	text-align: center;
}

.button-strong:active {
	transform: translateY(2px);
}

.button-sml {
	border-radius: 8px !important;
	color: #fff !important;
	background: none !important;
	border: solid 1px #fff !important;
	padding: .5em 3em !important;
	cursor: pointer !important;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	font-size: 1em !important;
	font-weight: 500 !important;
	position: relative !important;
	overflow: hidden !important;
}

.button-sml.shadow {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.button-sml.shadow:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.button-sml.lrg {
	padding: .75em 3em !important;
}

.button-sml.wide {
	width: 100% !important;
	display: block !important;
	text-align: center !important;
}

.button-sml:active {
	transform: translateY(2px) !important;
}

.wdm-btn {
	background-color: unset !important;
	background-image: linear-gradient(to right, #f2a45d, #fbc954) !important;
	padding: .6em 3em !important;
	font-size: 1em !important;
	border-radius: 8px;
}

@media screen and (max-width: 1400px) {
	.button-strong {
		padding: .5em 2em;
		font-size: 0.875em;
	}
	.button {
		padding: .5em 2em;
		font-size: 0.875em;
	}
}

@media screen and (max-width: 600px) {
	.button, .button-strong {
		width: 100%;
		font-size: .875em;
	}
}

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

.login-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	min-height: 100vh;
}

.login-container .col {
	padding-top: 5em;
}

.login-container .col.col-1 {
	width: 35%;
}

.login-container .col.col-1 h1 {
	color: #2e98d7;
	margin-bottom: 1.5em;
}

.login-container .col.col-1 h1:after {
	content: '';
	display: block;
	height: 2px;
	background: #2e98d7;
	width: 50px;
}

.login-container .col.col-1 .form-container {
	max-width: 60%;
	margin: 0 auto;
}

.login-container .col.col-1 .form-container #login-page #loginform p input {
	width: 100%;
}

.login-container .col.col-1 .form-container #login-page #loginform p.login-remember {
	margin: 0;
	line-height: 1em;
}

.login-container .col.col-1 .form-container #login-page #loginform p.login-remember label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.login-container .col.col-1 .form-container #login-page #loginform p.login-remember label input {
	width: auto;
	margin-right: .5em;
}

.login-container .col.col-1 .form-container #login-page #loginform p.login-submit {
	margin-top: 4em;
	margin-bottom: 1.5em;
}

.login-container .col.col-1 .form-container #login-page #loginform p.login-submit #wp-submit {
	font-family: "Montserrat", sans-serif;
	border-radius: 8px;
	background-image: linear-gradient(to right, #f2a45d, #fbc954);
	color: #fff;
	border: 0;
	padding: .6em 3em;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	font-size: 1em;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	width: 100%;
	display: block;
	text-align: center;
}

.login-container .col.col-1 .form-container #login-page #loginform p.login-submit #wp-submit:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-container .col.col-1 .form-container #login-page .lost-password a {
	color: #2e98d7;
}

.login-container .col.col-2 {
	width: 65%;
	background-size: cover;
	background-position: center;
	padding-left: 6em;
}

@media screen and (max-width: 600px) {
	.login-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.login-container .col.col-1 {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
	}
	.login-container .col.col-1 .form-container {
		max-width: 90%;
	}
	.login-container .col.col-2 {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
	}
}

/*--------------------------------------------------------------
# Includes
--------------------------------------------------------------*/
.top-banner-slider {
	position: relative;
	z-index: 1;
}

.top-banner-slider ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-banner-slider ul li {
	min-height: 90vh;
	border-bottom-left-radius: 100% 350px;
	border-bottom-right-radius: 100% 350px;
	width: 110%;
	margin-left: -5%;
	background-position: center;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.top-banner-slider ul li.single-page {
	min-height: 30vh;
}

.top-banner-slider ul li.single-page p {
	display: none;
}

.top-banner-slider ul li.no-bg {
	background-image: linear-gradient(to right, #59c9d2, #2e98d7);
}

.top-banner-slider ul li .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.top-banner-slider ul li .container .banner-content {
	color: #fff;
}

.top-banner-slider ul li .container .banner-content h1, .top-banner-slider ul li .container .banner-content h2, .top-banner-slider ul li .container .banner-content h3, .top-banner-slider ul li .container .banner-content h4, .top-banner-slider ul li .container .banner-content h5, .top-banner-slider ul li .container .banner-content h6 {
	font-size: 42px;
	font-weight: 800;
	line-height: 1.1em;
}

.top-banner-slider ul li .container .banner-content p {
	font-size: 1em;
}

.top-banner-slider ul li .container .banner-content .banner-buttons {
	padding: 2.5em 0;
	display: -ms-flexbox;
	display: flex;
}

.top-banner-slider ul li .container .banner-content .banner-buttons p {
	margin-right: 1.5em;
	white-space: nowrap;
}

.top-banner-slider ul li .container .banner-illustration {
	width: 65%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.top-banner-slider ul li .container .banner-illustration .animation svg g:first-child g path {
	stroke: none !important;
}

.top-banner-slider ul li .container .banner-illustration .animation svg g path {
	fill: none !important;
	stroke: white !important;
}

.top-banner-slider ul li .container .banner-cta {
	width: 65%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.top-banner-slider ul li .container .banner-cta .cta-container {
	background: #fff;
	width: 100%;
	max-width: 350px;
	border-radius: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-title {
	color: #2e98d7;
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-title p {
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	padding: .25em 1em;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	white-space: nowrap;
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-title p:before, .top-banner-slider ul li .container .banner-cta .cta-container .cta-title p:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 25px;
	background: #fff;
	border-radius: 50%;
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-title p:before {
	left: 0;
	transform: translateX(-50%);
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-title p:after {
	right: 0;
	transform: translateX(50%);
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-desc {
	background: #2e98d7;
	border-radius: 8px 8px 0 0;
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-desc p {
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin: 0;
	padding: 2.25em 0 1.25em 0;
	line-height: 1.25em;
	font-size: 1em;
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-price {
	color: #272727;
	padding: .75em 1em 1em 1em;
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-price p {
	margin: 0;
	text-align: center;
	line-height: .9em;
	font-weight: 800;
	letter-spacing: 2px;
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-price p.price {
	padding: .5em 0 1.25em 0;
	font-size: 2em;
}

.top-banner-slider ul li .container .banner-cta .cta-container .cta-price p span {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
}

@media screen and (max-width: 1400px) {
	.top-banner-slider ul li .container .banner-content p {
		white-space: nowrap;
	}
}

@media screen and (max-width: 1220px) {
	.top-banner-slider ul li {
		min-height: 80vh;
	}
	.top-banner-slider ul li .container .banner-content {
		padding: 0 4em;
	}
	.top-banner-slider ul li .container .banner-content p {
		white-space: initial;
	}
	.top-banner-slider ul li .container .banner-illustration {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.top-banner-slider ul li {
		min-height: 70vh;
		border-bottom-left-radius: 100% 150px;
		border-bottom-right-radius: 100% 150px;
	}
	.top-banner-slider ul li.single-page {
		min-height: 15vh;
	}
	.top-banner-slider ul li.single-page p {
		display: none;
	}
	.top-banner-slider ul li .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.top-banner-slider ul li .container .banner-content {
		width: 100%;
		padding: 3.5em 2em 0 2em;
	}
	.top-banner-slider ul li .container .banner-content h1, .top-banner-slider ul li .container .banner-content h2, .top-banner-slider ul li .container .banner-content h3, .top-banner-slider ul li .container .banner-content h4, .top-banner-slider ul li .container .banner-content h5, .top-banner-slider ul li .container .banner-content h6 {
		font-size: 1.25em;
	}
	.top-banner-slider ul li .container .banner-content p {
		font-size: 0.875em;
	}
	.top-banner-slider ul li .container .banner-content p br {
		display: none;
	}
	.top-banner-slider ul li .container .banner-content .banner-buttons {
		padding: 1em 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.top-banner-slider ul li .container .banner-content .banner-buttons p {
		width: 100%;
		text-align: center;
	}
	.top-banner-slider ul li .container .banner-content .banner-buttons p a {
		width: 100%;
		display: inline-block;
	}
	.top-banner-slider ul li .container .banner-content .banner-buttons p.primary-button {
		-ms-flex-order: 2;
		    order: 2;
	}
	.top-banner-slider ul li .container .banner-illustration {
		display: none;
	}
	.top-banner-slider ul li .container .banner-cta {
		display: none;
	}
}

.top-banner-slider-single {
	position: relative;
	z-index: 1;
}

.top-banner-slider-single ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-banner-slider-single ul li {
	min-height: 90vh;
	border-bottom-left-radius: 100% 350px;
	border-bottom-right-radius: 100% 350px;
	width: 110%;
	margin-left: -5%;
	background-position: center;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.top-banner-slider-single ul li.no-bg {
	background-image: linear-gradient(to right, #59c9d2, #2e98d7);
}

.top-banner-slider-single ul li .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.top-banner-slider-single ul li .container .banner-content {
	width: 35%;
	color: #fff;
}

.top-banner-slider-single ul li .container .banner-content .banner-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 2em;
}

.top-banner-slider-single ul li .container .banner-content .banner-title .module-number {
	border: solid 1px #fff;
	border-radius: 8px;
	padding: .25em 1em;
	white-space: nowrap;
	margin: 0 1.5em 0 0;
}

.top-banner-slider-single ul li .container .banner-content h1, .top-banner-slider-single ul li .container .banner-content h2, .top-banner-slider-single ul li .container .banner-content h3, .top-banner-slider-single ul li .container .banner-content h4, .top-banner-slider-single ul li .container .banner-content h5, .top-banner-slider-single ul li .container .banner-content h6 {
	font-size: 2em;
	font-weight: 800;
	line-height: 1.1em;
	white-space: nowrap;
	margin: 0;
}

.top-banner-slider-single ul li .container .banner-content p {
	font-size: 1em;
}

.top-banner-slider-single ul li .container .banner-content .banner-buttons {
	padding: 2.5em 0;
	display: -ms-flexbox;
	display: flex;
}

.top-banner-slider-single ul li .container .banner-content .banner-buttons p {
	margin-right: 1.5em;
	white-space: nowrap;
}

.top-banner-slider-single ul li .container .banner-illustration {
	width: 65%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	transform: scaleX(-1);
}

.top-banner-slider-single ul li .container .banner-illustration .animation svg g:first-child g path {
	stroke: none !important;
}

.top-banner-slider-single ul li .container .banner-illustration .animation svg g path {
	stroke: white !important;
	fill: none !important;
}

@media screen and (max-width: 1220px) {
	.top-banner-slider-single ul li {
		min-height: 80vh;
	}
	.top-banner-slider-single ul li .container .banner-content {
		width: 50%;
		padding: 0 4em;
	}
	.top-banner-slider-single ul li .container .banner-illustration {
		width: 40%;
		padding: 2em;
		margin-top: 2em;
		margin-right: 2em;
	}
}

@media screen and (max-width: 600px) {
	.top-banner-slider-single ul li {
		min-height: 75vh;
		border-bottom-left-radius: 100% 150px;
		border-bottom-right-radius: 100% 150px;
	}
	.top-banner-slider-single ul li .container .banner-content {
		padding: 0 2em;
		width: 100%;
	}
	.top-banner-slider-single ul li .container .banner-content .banner-title {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.top-banner-slider-single ul li .container .banner-content h1, .top-banner-slider-single ul li .container .banner-content h2, .top-banner-slider-single ul li .container .banner-content h3, .top-banner-slider-single ul li .container .banner-content h4, .top-banner-slider-single ul li .container .banner-content h5, .top-banner-slider-single ul li .container .banner-content h6 {
		font-size: 1.25em;
		margin-top: 1.5em;
		width: 100%;
	}
	.top-banner-slider-single ul li .container .banner-content p {
		font-size: 0.875em;
	}
	.top-banner-slider-single ul li .container .banner-content p br {
		display: none;
	}
	.top-banner-slider-single ul li .container .banner-content .banner-buttons {
		padding: 1em 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.top-banner-slider-single ul li .container .banner-content .banner-buttons p {
		width: 100%;
		text-align: center;
	}
	.top-banner-slider-single ul li .container .banner-content .banner-buttons p a {
		width: 100%;
		display: inline-block;
	}
	.top-banner-slider-single ul li .container .banner-illustration {
		display: none;
	}
}

#stats {
	position: relative;
	margin-top: 1em;
}

#stats h4 {
	color: #272727;
	text-align: center;
	margin-bottom: 2em;
}

#stats .cs-stats {
	margin: 0;
	padding: 0 4em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

#stats .cs-stats li .cs-stats-item p {
	font-size: 0.875em;
	line-height: 2em;
	text-align: center;
	color: #0e2342;
	font-weight: 500;
}

#stats .cs-stats li .cs-stats-item p span {
	font-size: 5em;
	font-weight: 800;
	color: #59c9d2;
}

#stats .cs-stats li .cs-stats-item p span.light {
	font-weight: 300;
}

@media screen and (max-width: 1220px) {
	#stats h4 {
		margin: 0;
	}
	#stats .cs-stats {
		padding: 3em 1em 0 1em;
	}
	#stats .cs-stats li .cs-stats-item {
		padding: 1em 0;
	}
}

@media screen and (max-width: 600px) {
	#stats h4 {
		font-size: 1.25em;
	}
	#stats .cs-stats {
		padding: 1em 1em 0 1em;
	}
	#stats .cs-stats li .cs-stats-item {
		padding: 1em 0;
	}
	#stats .cs-stats li .cs-stats-item p {
		font-size: 0.875em;
		margin: 0;
	}
	#stats .cs-stats li .cs-stats-item p span {
		font-size: 3em;
	}
}

.modules-section .introduction {
	margin: 1em 0;
	padding: 4em 0;
	text-align: center;
	background: #0e2342;
	color: #fff;
	text-transform: uppercase;
}

.modules-section .container .modules .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: 1em 0 2em 0;
}

.modules-section .container .modules .row:last-child {
	padding-bottom: 0;
}

.modules-section .container .modules .row .col {
	width: 50%;
}

.modules-section .container .modules .row .col.col-2 {
	padding: 2em;
}

.modules-section .container .modules .row .col h1, .modules-section .container .modules .row .col h2, .modules-section .container .modules .row .col h3, .modules-section .container .modules .row .col h4, .modules-section .container .modules .row .col h5, .modules-section .container .modules .row .col h6 {
	color: #0e2342;
}

.modules-section .container .modules .row .col p.current-module {
	margin: 0;
	margin-bottom: .5em;
	color: #fff;
	background: #2e98d7;
	font-size: 0.875em;
	font-weight: 300;
	padding: .25em 1em;
	position: relative;
	display: inline-block;
}

.modules-section .container .modules .row .col p.current-module:before, .modules-section .container .modules .row .col p.current-module:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 25px;
	background: #2e98d7;
	border-radius: 50%;
}

.modules-section .container .modules .row .col p.current-module:before {
	left: 0;
	transform: translateX(-50%);
}

.modules-section .container .modules .row .col p.current-module:after {
	right: 0;
	transform: translateX(50%);
}

.modules-section .container .modules .row .cta {
	padding-top: 2em;
}

.modules-section .container .modules .row:nth-child(even) .col.col-1 {
	-ms-flex-order: 2;
	    order: 2;
	transform: scaleX(-1);
}

.modules-section .container .modules .row:nth-child(even) .col.col-2 {
	-ms-flex-order: 1;
	    order: 1;
}

@media screen and (max-width: 1220px) {
	.modules-section .introduction {
		text-align: left;
		margin: 0;
	}
	.modules-section .introduction p br {
		display: none;
	}
	.modules-section .container .modules .row {
		-ms-flex-align: center;
		    align-items: center;
	}
	.modules-section .container .modules .row .col {
		padding: 0;
	}
	.modules-section .container .modules .row .col.col-1 {
		width: 40%;
	}
}

@media screen and (max-width: 600px) {
	.modules-section .introduction {
		padding: 1.5em 1em;
		text-align: left;
	}
	.modules-section .introduction h4 {
		font-size: 1.25em;
	}
	.modules-section .introduction p {
		font-size: 0.875em;
	}
	.modules-section .container .modules .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0;
	}
	.modules-section .container .modules .row .col {
		width: 100%;
		padding: 1em;
	}
	.modules-section .container .modules .row .col.col-1 {
		width: 100%;
	}
	.modules-section .container .modules .row .col.col-2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-align: center;
		    align-items: center;
		padding: 1em;
		padding-bottom: 0;
	}
	.modules-section .container .modules .row .col.col-2 .current-module {
		font-size: 11px;
		margin-right: 2em;
		margin-left: 1em;
	}
	.modules-section .container .modules .row .col h1, .modules-section .container .modules .row .col h2, .modules-section .container .modules .row .col h3, .modules-section .container .modules .row .col h4, .modules-section .container .modules .row .col h5, .modules-section .container .modules .row .col h6 {
		font-size: 0.875em;
		padding-bottom: .5em;
		margin: 0;
	}
	.modules-section .container .modules .row .col p {
		font-size: 0.875em;
	}
	.modules-section .container .modules .row .content {
		margin-top: .75em;
	}
	.modules-section .container .modules .row .cta {
		width: 100%;
		padding: 1em 0;
	}
	.modules-section .container .modules .row .cta p {
		margin: 0;
		text-align: center;
	}
	.modules-section .container .modules .row .cta p a {
		display: inline-block;
	}
	.modules-section .container .modules .row:nth-child(even) .col.col-1 {
		-ms-flex-order: 1;
		    order: 1;
	}
	.modules-section .container .modules .row:nth-child(even) .col.col-2 {
		-ms-flex-order: 2;
		    order: 2;
	}
}

.ready-section {
	padding: 0;
}

.ready-section .course-description {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	background: #EFF7FC;
}

.ready-section .course-description .container.course-description-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 4em 0 4em 0;
}

.ready-section .course-description .container.course-description-container h6 {
	width: 100%;
	text-align: center;
}

.ready-section .course-description .container.course-description-container .col {
	width: 50%;
	padding: 2em;
}

.ready-section .course-description .container.course-description-container .col.illus-col {
	padding: 0;
}

.ready-section .course-description .container.course-description-container .col .animation svg g:first-child g path {
	stroke: none !important;
}

.ready-section .course-description .container.course-description-container .col .animation svg g path {
	fill: none !important;
}

.ready-section .course-cta {
	background-color: #EFF7FC;
	display: -ms-flexbox;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-flex-align: center;
	    align-items: center;
}

.ready-section .course-cta .container.course-cta-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: 12em 6em 6em 6em;
}

.ready-section .course-cta .container.course-cta-container .col {
	width: 50%;
	padding: 2em;
	color: #fff;
}

.ready-section .course-cta .container.course-cta-container .col h1, .ready-section .course-cta .container.course-cta-container .col h2, .ready-section .course-cta .container.course-cta-container .col h3, .ready-section .course-cta .container.course-cta-container .col h4, .ready-section .course-cta .container.course-cta-container .col h5, .ready-section .course-cta .container.course-cta-container .col h6 {
	line-height: 1.25em;
}

.ready-section .course-cta .container.course-cta-container .col.cta-col {
	padding: 0 8em;
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container {
	background: #fff;
	width: 100%;
	border-radius: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-title {
	color: #2e98d7;
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-title p {
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	padding: .25em 1em;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	white-space: nowrap;
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-title p:before, .ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-title p:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 25px;
	background: #fff;
	border-radius: 50%;
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-title p:before {
	left: 0;
	transform: translateX(-50%);
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-title p:after {
	right: 0;
	transform: translateX(50%);
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-desc {
	background: #2e98d7;
	border-radius: 8px 8px 0 0;
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-desc p {
	font-weight: 500;
	text-align: center;
	margin: 0;
	padding: 2.25em 0 1.25em 0;
	line-height: 1.25em;
	font-size: 1em;
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-price {
	color: #272727;
	padding: .75em 1em 1em 1em;
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-price p {
	margin: 0;
	text-align: center;
	line-height: .9em;
	font-weight: 800;
	letter-spacing: 2px;
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-price p.price {
	padding: .5em 0 1.25em 0;
	font-size: 2em;
}

.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-price p span {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
}

@media screen and (max-width: 1220px) {
	.ready-section .course-cta .container.course-cta-container {
		padding: 6em 0 2em 0;
	}
	.ready-section .course-cta .container.course-cta-container .col h1 br, .ready-section .course-cta .container.course-cta-container .col h2 br, .ready-section .course-cta .container.course-cta-container .col h3 br, .ready-section .course-cta .container.course-cta-container .col h4 br, .ready-section .course-cta .container.course-cta-container .col h5 br, .ready-section .course-cta .container.course-cta-container .col h6 br {
		display: none;
	}
	.ready-section .course-cta .container.course-cta-container .col.cta-col {
		padding: 0 2em;
	}
}

@media screen and (max-width: 600px) {
	.ready-section .course-description {
		padding: 8em 0 1em 0;
		margin-top: -5em;
	}
	.ready-section .course-description .container.course-description-container {
		padding: 0 1em;
	}
	.ready-section .course-description .container.course-description-container h6 {
		text-align: left;
		font-size: 1.25em;
	}
	.ready-section .course-description .container.course-description-container .col {
		width: 100%;
		padding: 1em 0 0 0;
	}
	.ready-section .course-description .container.course-description-container .col p {
		font-size: 0.875em;
	}
	.ready-section .course-description .container.course-description-container .col p:first-child {
		margin-top: 1em;
	}
	.ready-section .course-cta {
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 1.5em;
	}
	.ready-section .course-cta .container.course-cta-container {
		padding: 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.ready-section .course-cta .container.course-cta-container .col {
		padding: 0 1em;
		width: 100%;
	}
	.ready-section .course-cta .container.course-cta-container .col h1, .ready-section .course-cta .container.course-cta-container .col h2, .ready-section .course-cta .container.course-cta-container .col h3, .ready-section .course-cta .container.course-cta-container .col h4, .ready-section .course-cta .container.course-cta-container .col h5, .ready-section .course-cta .container.course-cta-container .col h6 {
		margin-top: 4.5em;
		font-size: 1.25em;
	}
	.ready-section .course-cta .container.course-cta-container .col h1 br, .ready-section .course-cta .container.course-cta-container .col h2 br, .ready-section .course-cta .container.course-cta-container .col h3 br, .ready-section .course-cta .container.course-cta-container .col h4 br, .ready-section .course-cta .container.course-cta-container .col h5 br, .ready-section .course-cta .container.course-cta-container .col h6 br {
		display: inline;
	}
	.ready-section .course-cta .container.course-cta-container .col p {
		font-size: 0.875em;
	}
	.ready-section .course-cta .container.course-cta-container .col.cta-col {
		padding: 0 1em;
		margin-top: 2em;
	}
	.ready-section .course-cta .container.course-cta-container .col.cta-col .cta-container .cta-price p.price {
		padding: 0 0 .75em 0;
	}
}

.course-choice-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding-top: 8em;
	padding-bottom: 2em;
}

.course-choice-section .container h6 {
	text-align: center;
}

.course-choice-section .container .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: 1em 0 2em 0;
}

.course-choice-section .container .row .col {
	width: 50%;
}

.course-choice-section .container .row .col .animation svg g:first-child g path {
	stroke: none !important;
}

.course-choice-section .container .row .col .animation svg g path {
	fill: none !important;
}

.course-choice-section .container .row .col.col-2 {
	padding: 4em;
}

.course-choice-section .container .row .col h1, .course-choice-section .container .row .col h2, .course-choice-section .container .row .col h3, .course-choice-section .container .row .col h4, .course-choice-section .container .row .col h5, .course-choice-section .container .row .col h6 {
	color: #2e98d7;
	text-align: left;
}

.course-choice-section .container .row:nth-child(odd) .col.col-1 {
	-ms-flex-order: 2;
	    order: 2;
}

.course-choice-section .container .row:nth-child(odd) .col.col-2 {
	-ms-flex-order: 1;
	    order: 1;
}

@media screen and (max-width: 1220px) {
	.course-choice-section {
		padding-top: 10em;
	}
}

@media screen and (max-width: 600px) {
	.course-choice-section {
		padding-top: 0;
	}
	.course-choice-section .container h6 {
		padding-top: 8em;
		font-size: 1.25em;
	}
	.course-choice-section .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0;
	}
	.course-choice-section .container .row .col {
		width: 100%;
	}
	.course-choice-section .container .row .col.col-1 {
		padding-top: 2em;
	}
	.course-choice-section .container .row .col.col-2 {
		padding: 2em 1em 0 1em;
	}
	.course-choice-section .container .row .col h1, .course-choice-section .container .row .col h2, .course-choice-section .container .row .col h3, .course-choice-section .container .row .col h4, .course-choice-section .container .row .col h5, .course-choice-section .container .row .col h6 {
		padding: 0;
	}
	.course-choice-section .container .row .col p {
		font-size: 0.875em;
	}
	.course-choice-section .container .row:nth-child(odd) .col.col-1 {
		-ms-flex-order: 1;
		    order: 1;
	}
	.course-choice-section .container .row:nth-child(odd) .col.col-2 {
		-ms-flex-order: 2;
		    order: 2;
	}
}

.discovery-section {
	padding: 0;
}

.discovery-section .discovery-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.discovery-section .discovery-content .container.single-module-container {
	padding: 8em 0;
}

.discovery-section .discovery-content .container.single-module-container .title {
	color: #fff;
	text-align: center;
	padding-bottom: 4em;
}

.discovery-section .discovery-content .container.single-module-container .title h1, .discovery-section .discovery-content .container.single-module-container .title h2, .discovery-section .discovery-content .container.single-module-container .title h3, .discovery-section .discovery-content .container.single-module-container .title h4, .discovery-section .discovery-content .container.single-module-container .title h5, .discovery-section .discovery-content .container.single-module-container .title h6 {
	margin: 0;
}

.discovery-section .discovery-content .container.single-module-container .other-modules {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -2em;
	width: 100%;
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul.slick-dots {
	position: absolute;
	bottom: -3em;
	left: 50%;
	transform: translateX(-50%);
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul.slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #fafafa;
	text-indent: -9999px;
	outline: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul.slick-dots li {
	width: unset;
	box-shadow: 0;
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul.slick-dots li.slick-active button {
	background-color: #f2a45d;
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul li {
	margin-right: 2em;
	width: 20%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul li .illustration {
	width: 100%;
	background-image: linear-gradient(to right, #59c9d2, #2e98d7);
	border-radius: 8px 8px 0 0;
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul li .illustration .animation svg g:first-child g path {
	stroke: none !important;
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul li .illustration .animation svg g path {
	stroke: white !important;
	fill: none !important;
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul li .content {
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 2em 1em 1em 1em;
	border-radius: 0 0 8px 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul li .content p {
	margin: 0;
	margin-bottom: .5em;
	font-size: 0.875em;
}

.discovery-section .discovery-content .container.single-module-container .other-modules ul li .content h6 {
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 2em;
}

.single-module-choice-section {
	background: #0e2342;
}

@media screen and (max-width: 1220px) {
	.discovery-section .discovery-content .container.single-module-container .other-modules ul li {
		width: 28%;
	}
}

@media screen and (max-width: 600px) {
	.discovery-section .discovery-content .container.single-module-container {
		padding-bottom: 0;
	}
	.discovery-section .discovery-content .container.single-module-container .title {
		text-align: left;
		padding: 0 1em;
		margin-bottom: 3em;
	}
	.discovery-section .discovery-content .container.single-module-container .title h1, .discovery-section .discovery-content .container.single-module-container .title h2, .discovery-section .discovery-content .container.single-module-container .title h3, .discovery-section .discovery-content .container.single-module-container .title h4, .discovery-section .discovery-content .container.single-module-container .title h5, .discovery-section .discovery-content .container.single-module-container .title h6 {
		font-size: 1.25em;
		margin-bottom: 1em;
	}
	.discovery-section .discovery-content .container.single-module-container .title p {
		font-size: 0.875em;
	}
}

.team-section {
	padding: 0;
}

.team-section .team-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.team-section .team-content .container.team-container {
	padding: 8em 0;
}

.team-section .team-content .container.team-container .title {
	color: #fff;
	text-align: center;
	padding-bottom: 4em;
}

.team-section .team-content .container.team-container .title h1, .team-section .team-content .container.team-container .title h2, .team-section .team-content .container.team-container .title h3, .team-section .team-content .container.team-container .title h4, .team-section .team-content .container.team-container .title h5, .team-section .team-content .container.team-container .title h6 {
	margin: 0;
}

.team-section .team-content .container.team-container .team-members {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	padding: 0 2em;
}

.team-section .team-content .container.team-container .team-members ul {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -4em;
	width: 100%;
}

.team-section .team-content .container.team-container .team-members ul li {
	margin-right: 4em;
	width: 15%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.team-section .team-content .container.team-container .team-members ul li .image {
	width: 100%;
	margin-bottom: 1em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.team-section .team-content .container.team-container .team-members ul li .image img {
	display: block;
	width: 100%;
	height: auto;
}

.team-section .team-content .container.team-container .team-members ul li .content p {
	margin: 0;
}

.team-section .team-content .container.team-container .team-members ul li .content p.member-name {
	color: #fff;
	font-weight: 800;
}

.team-section .team-content .container.team-container .team-members ul li .content p.member-position {
	color: #2e98d7;
	font-size: 0.875em;
}

@media screen and (max-width: 1220px) {
	.team-section .team-content {
		background-repeat: no-repeat;
		background-size: cover;
	}
	.team-section .team-content .container.team-container {
		padding-bottom: 2em;
	}
	.team-section .team-content .container.team-container .team-members ul li {
		width: 40%;
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 600px) {
	.team-section .team-content {
		background-repeat: no-repeat;
		background-size: cover;
	}
	.team-section .team-content .container.team-container {
		padding-bottom: 0;
	}
	.team-section .team-content .container.team-container .title {
		padding: 0 1em;
		margin-bottom: 3em;
	}
	.team-section .team-content .container.team-container .title h1, .team-section .team-content .container.team-container .title h2, .team-section .team-content .container.team-container .title h3, .team-section .team-content .container.team-container .title h4, .team-section .team-content .container.team-container .title h5, .team-section .team-content .container.team-container .title h6 {
		font-size: 1.25em;
	}
	.team-section .team-content .container.team-container .team-members {
		padding: 0 1em;
	}
	.team-section .team-content .container.team-container .team-members ul {
		margin-right: 0;
	}
	.team-section .team-content .container.team-container .team-members ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	.team-section .team-content .container.team-container .team-members ul li .image {
		width: 45%;
	}
	.team-section .team-content .container.team-container .team-members ul li .content {
		width: 50%;
	}
}

.testimonials-section {
	padding: 1em 0;
}

.testimonials-section h6 {
	text-align: center;
	margin-bottom: .25em;
}

.testimonials-section h6 span {
	font-weight: 500;
}

.testimonials-section .average {
	text-align: center;
	margin-bottom: 1.5em;
}

.testimonials-section .average span {
	font-weight: 900;
	color: #2e98d7;
}

.testimonials-section .jobjourney-reviews {
	position: relative;
	margin: 0 -27px;
}

.testimonials-section .jobjourney-reviews .slick-track {
	padding-top: 1em;
	padding-bottom: 1em;
}

.testimonials-section .jobjourney-reviews .slick-prev, .testimonials-section .jobjourney-reviews .slick-next {
	border: 0;
	font-size: 0;
	background: transparent;
	outline: none;
}

.testimonials-section .jobjourney-reviews .slick-prev:after, .testimonials-section .jobjourney-reviews .slick-prev:before, .testimonials-section .jobjourney-reviews .slick-next:after, .testimonials-section .jobjourney-reviews .slick-next:before {
	line-height: 2em;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 900;
	padding: .5em;
	border-radius: 50%;
	background: none;
	color: #2e98d7;
	opacity: .5;
	transition: opacity 400ms linear;
}

.testimonials-section .jobjourney-reviews .slick-prev:hover:after, .testimonials-section .jobjourney-reviews .slick-prev:hover:before, .testimonials-section .jobjourney-reviews .slick-next:hover:after, .testimonials-section .jobjourney-reviews .slick-next:hover:before {
	opacity: 1;
}

.testimonials-section .jobjourney-reviews .slick-prev:after {
	content: '\f060';
}

.testimonials-section .jobjourney-reviews .slick-next:before {
	content: '\f061';
}

.testimonials-section .jobjourney-reviews li {
	margin: 0 27px;
}

.testimonials-section .jobjourney-reviews li .testimonial {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	padding: 1.5em 1em 1em 1em;
	border-radius: 8px;
	background: #EFF7FC;
}

.testimonials-section .jobjourney-reviews li .testimonial .person p {
	font-weight: 900;
	margin: 0;
	margin-bottom: 3px;
	color: #0e2342;
}

.testimonials-section .jobjourney-reviews li .testimonial .rating ul {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}

.testimonials-section .jobjourney-reviews li .testimonial .rating ul li {
	box-shadow: unset;
	margin: 0;
	margin-left: .5em;
}

.testimonials-section .jobjourney-reviews li .testimonial .rating ul li:first-child {
	margin-left: 0;
}

.testimonials-section .jobjourney-reviews li .testimonial .rating ul li p {
	color: #f2a45d;
}

@media screen and (max-width: 1220px) {
	.testimonials-section {
		padding: 1em 2em;
	}
	.testimonials-section .jobjourney-reviews li .testimonial {
		padding: 2.5em 2em 2em 2em;
	}
}

@media screen and (max-width: 600px) {
	.testimonials-section {
		padding: 1em;
	}
	.testimonials-section h6 {
		font-size: 1.25em;
		text-align: left;
	}
	.testimonials-section .average {
		text-align: left;
		font-size: 11px;
		margin-bottom: .5em;
	}
	.testimonials-section .jobjourney-reviews .slick-prev, .testimonials-section .jobjourney-reviews .slick-next {
		position: absolute;
	}
	.testimonials-section .jobjourney-reviews .slick-prev {
		left: 5%;
	}
	.testimonials-section .jobjourney-reviews .slick-next {
		left: 15%;
	}
	.testimonials-section .jobjourney-reviews li .testimonial {
		padding: 1.5em 1em 1em 1em;
	}
	.testimonials-section .jobjourney-reviews li .testimonial .review-text {
		font-size: 11px;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Layouts
--------------------------------------------------------------*/
html {
	font-size: 16px;
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 1em;
}

.site {
	overflow-x: hidden;
}

#page {
	opacity: 1;
	transition: all 400ms linear;
	position: relative;
	z-index: 1;
}

#page.page-smooth-loaded {
	left: 100%;
}

#page.page-hide {
	opacity: 0;
}

#page.page-show {
	left: 0;
}

section {
	padding: 1em 0;
	clear: both;
}

ul {
	margin: 0 0 .875em .875em;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
	font-weight: 800;
	margin: 0 0 1em 0;
	line-height: 1.25em;
}

p {
	font-size: 1em;
	margin: 0 0 .875em 0;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}

span {
	font-size: 1em;
}

input {
	outline: none;
}

textarea {
	outline: none;
}

.site-main {
	padding: 0;
}

.site-main.login-main {
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.grecaptcha-badge {
	visibility: hidden;
}

.blur {
	filter: blur(8px);
}

.blink_me {
	animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.opacity {
	opacity: 1 !important;
}

.responsiveTracker {
	width: 0;
	visibility: hidden;
}

@media screen and (max-width: 1400px) {
	.responsiveTracker {
		width: 50%;
	}
}

@media screen and (max-width: 1220px) {
	.responsiveTracker {
		width: 75%;
	}
}

@media screen and (max-width: 600px) {
	.responsiveTracker {
		width: 100%;
	}
}

@media screen and (max-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}

@media screen and (max-width: 600px) {
	.site-content {
		padding: 0;
	}
	.site-main {
		padding: 1em 0 0 0;
	}
	section {
		padding: .5em 0;
	}
}

.woocommerce {
	padding-bottom: 1em;
}

.woocommerce .woocommerce-MyAccount-navigation {
	width: 30%;
	float: left;
}

.woocommerce .woocommerce-MyAccount-content {
	width: 68%;
	float: right;
}

.dash-banners {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.dash-banners .dash-main-banner {
	width: 100%;
	margin-bottom: 18px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dash-banners .dash-main-banner:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.dash-banners .dash-main-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.dash-banners .dash-banner-1 {
	width: 49%;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media screen and (max-width: 1220px) {
	.dash-banners .dash-banner-1 {
		width: 100%;
		margin-bottom: 18px;
	}
}

.dash-banners .dash-banner-1:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.dash-banners .dash-banner-1 img {
	width: 100%;
	height: auto;
	display: block;
}

.dash-banners .dash-banner-2 {
	width: 49%;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media screen and (max-width: 1220px) {
	.dash-banners .dash-banner-2 {
		width: 100%;
	}
}

.dash-banners .dash-banner-2:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.dash-banners .dash-banner-2 img {
	width: 100%;
	height: auto;
	display: block;
}

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

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

.page-links {
	clear: both;
}

#ajax-area {
	width: 100%;
}

#ajax-area .ajax-sample {
	text-align: center;
	margin-bottom: 0;
}

#ajax-area .loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #38F9D7;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
	margin: 0 auto;
	margin-top: 4em;
}

#ajax-area .loader-text {
	text-align: center;
	font-weight: 700;
	margin-top: 1em;
}

#ajax-area .error-text {
	text-align: center;
	margin-top: 4em;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.nav-menu-gradient {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
	display: none;
}

.nav-menu-gradient.display-toggled {
	display: block;
}

.site-header-container {
	position: absolute;
	top: 0;
	width: 100%;
}

.site-header-container .site-header {
	padding: .75em 2em;
	display: block;
	position: relative;
	z-index: 999;
	background: rgba(14, 35, 66, 0.9);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.site-header-container .site-header.site-header-toggled {
	position: fixed;
	width: 100%;
	background: rgba(14, 35, 66, 0.7);
}

.site-header-container .site-header.site-header-toggled.background-toggled {
	background: none;
	box-shadow: none;
}

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

.site-header-container .site-header .container .site-branding {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	opacity: 1;
	transition: opacity 400ms linear;
}

.site-header-container .site-header .container .site-branding.opacity-toggled {
	opacity: 0;
}

.site-header-container .site-header .container .site-branding a img {
	display: block;
	width: 100%;
	height: auto;
}

.site-header-container .site-header .container .site-branding h1 {
	margin-bottom: 0;
}

.site-header-container .site-header .container .site-branding h1 a {
	color: #fff;
}

.site-header-container .site-header .container .main-navigation ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0;
}

.site-header-container .site-header .container .main-navigation ul li {
	padding: 0 1em;
	position: relative;
	display: inline-block;
}

.site-header-container .site-header .container .main-navigation ul li.current-menu-item {
	font-weight: 800;
}

.site-header-container .site-header .container .main-navigation ul li:hover .sub-menu {
	display: block;
}

.site-header-container .site-header .container .main-navigation ul li a {
	color: #fff;
	font-size: 0.875em;
	transition: color 400ms linear;
}

.site-header-container .site-header .container .main-navigation ul li a:hover {
	color: #59c9d2;
}

.site-header-container .site-header .container .main-navigation ul li:last-child {
	padding-right: 0;
}

.site-header-container .site-header .container .main-navigation ul li .sub-menu {
	background: #ccc;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding: .5em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	display: none;
	position: absolute;
	width: 200px;
}

.site-header-container .site-header .container .main-navigation ul li .sub-menu li {
	width: 100%;
	border-bottom: solid 1px #fff;
	margin-bottom: .5em;
	padding: 0;
	padding-bottom: .5em;
	font-size: 1em;
}

.site-header-container .site-header .container .main-navigation ul li .sub-menu li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-header-container .site-header .container .main-navigation .navigation-toggle {
	display: none;
}

.site-header-container .site-header .container .log-in {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding-left: 1em;
}

.site-header-container .site-header .container .log-in p {
	margin: 0;
}

.site-header-container .site-header .container .log-in p:first-child {
	margin-right: .75em;
}

.site-header-container .site-header .container .nav-mobile {
	display: none;
}

.site-header-container .site-header .container .mobile-sticky {
	display: none;
}

@media screen and (max-width: 1400px) {
	.site-header-container .site-header .container .main-navigation ul li a {
		font-size: 12px;
	}
	.site-header-container .site-header .container .log-in p a {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 1220px) {
	.site-header-container .site-header {
		padding: 2em 0 0 0;
	}
	.site-header-container .site-header.nav-toggled {
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}
	.site-header-container .site-header .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-header-container .site-header .container .site-branding {
		padding: 0 0 1em 2em;
		-ms-flex-order: 1;
		    order: 1;
	}
	.site-header-container .site-header .container .site-branding a img {
		max-width: 150px;
	}
	.site-header-container .site-header .container .main-navigation {
		-ms-flex-order: 3;
		    order: 3;
		padding-top: 6em;
		background: #fff;
		position: fixed;
		z-index: 999;
		top: 0;
		right: 0;
		width: 0;
		transition: width 400ms linear;
		height: 100vh;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}
	.site-header-container .site-header .container .main-navigation.main-navigation-toggled {
		width: 50vw;
	}
	.site-header-container .site-header .container .main-navigation ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		opacity: 0;
		transition: opacity 400ms linear;
	}
	.site-header-container .site-header .container .main-navigation ul.opacity-toggled {
		opacity: 1;
	}
	.site-header-container .site-header .container .main-navigation ul li {
		width: 100%;
		margin-bottom: .75em;
		padding-bottom: .75em;
		padding-left: 0;
		border-bottom: solid 1px #fff;
	}
	.site-header-container .site-header .container .main-navigation ul li a {
		padding-left: 1.5em;
		color: #77838e;
		font-size: 14px !important;
	}
	.site-header-container .site-header .container .main-navigation ul li:first-child {
		border-top: solid 1px #fff;
		padding-top: .5em;
	}
	.site-header-container .site-header .container .main-navigation ul li:last-child {
		border-bottom: 0;
		margin-bottom: .25em;
	}
	.site-header-container .site-header .container .main-navigation ul li .sub-menu {
		display: block;
		position: relative;
		box-shadow: unset;
	}
	.site-header-container .site-header .container .main-navigation ul li .sub-menu li {
		border: 0;
		padding-bottom: 0;
	}
	.site-header-container .site-header .container .main-navigation .navigation-toggle {
		background: linear-gradient(to right, #59c9d2, #2e98d7);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 1em 1.5em;
		opacity: 0;
		transition: opacity 400ms linear;
	}
	.site-header-container .site-header .container .main-navigation .navigation-toggle p {
		margin: 0;
		text-align: right;
	}
	.site-header-container .site-header .container .main-navigation .navigation-toggle p i {
		font-size: 1.5em;
		color: #fff;
	}
	.site-header-container .site-header .container .main-navigation .navigation-toggle.nav-toggle-display {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
	.site-header-container .site-header .container .main-navigation .navigation-toggle.nav-toggle-display img {
		max-width: 115px;
	}
	.site-header-container .site-header .container .main-navigation .navigation-toggle.nav-toggle-opacity {
		opacity: 1;
	}
	.site-header-container .site-header .container .log-in {
		display: none;
		opacity: 0;
		transition: opacity 400ms linear;
	}
	.site-header-container .site-header .container .log-in.log-in-opacity {
		opacity: 1;
	}
	.site-header-container .site-header .container .log-in.log-in-toggled {
		display: block;
		position: fixed;
		bottom: 1em;
		right: 0;
		z-index: 9999;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 80vw;
		padding-right: 1em;
	}
	.site-header-container .site-header .container .log-in.log-in-toggled p {
		width: 100%;
		margin-bottom: 1.5em;
	}
	.site-header-container .site-header .container .log-in.log-in-toggled p a {
		width: 100%;
		display: block;
		text-align: center;
	}
	.site-header-container .site-header .container .log-in.log-in-toggled p .button-sml {
		color: #272727 !important;
		border-color: #272727 !important;
	}
	.site-header-container .site-header .container .nav-mobile {
		margin-right: 2em;
		-ms-flex-order: 2;
		    order: 2;
		position: relative;
		width: 35px;
		margin-top: -1em;
		display: block;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle {
		cursor: pointer;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span {
		margin-top: -2.5px;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span,
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:before,
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:after {
		cursor: pointer;
		border-radius: 2px;
		height: 5px;
		width: 35px;
		position: absolute;
		display: block;
		content: '';
		transition: all 300ms ease-in-out;
		background: #fff;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:before {
		top: -10px;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle span:after {
		top: 10px;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span {
		background-color: transparent;
		background: unset;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span:before, .site-header-container .site-header .container .nav-mobile #nav-toggle.active span:after {
		top: 0;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span:before {
		transform: rotate(45deg);
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span:after {
		transform: rotate(-45deg);
	}
}

@media screen and (max-width: 600px) {
	.site-header-container .site-header {
		padding: 1em 0 0 0;
	}
	.site-header-container .site-header .container .site-branding {
		padding: 0 0 1em 1em;
	}
	.site-header-container .site-header .container .main-navigation {
		padding-top: 0;
	}
	.site-header-container .site-header .container .main-navigation.main-navigation-toggled {
		width: 80vw;
	}
	.site-header-container .site-header .container .nav-mobile {
		margin-right: 1em;
	}
	.site-header-container .site-header .container .nav-mobile #nav-toggle.active span:before, .site-header-container .site-header .container .nav-mobile #nav-toggle.active span:after {
		top: 0;
	}
	.site-header-container .site-header .container .mobile-sticky {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 1em;
		opacity: 1;
		transition: all 400ms linear;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}
	.site-header-container .site-header .container .mobile-sticky.display {
		display: none;
	}
	.site-header-container .site-header .container .mobile-sticky.mobile-sticky-opacity {
		opacity: 0;
		transition: all 400ms linear;
	}
	.site-header-container .site-header .container .mobile-sticky p {
		margin: 0;
	}
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.front-page .container h1 {
	color: #38F9D7;
}

/*--------------------------------------------------------------
## Who We Are Page
--------------------------------------------------------------*/
.page-who-we-are .container .title {
	padding-top: 2em;
	text-align: center;
	margin-bottom: 2em;
}

.page-who-we-are .container .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 2em;
}

.page-who-we-are .container .content .col {
	width: 50%;
}

.page-who-we-are .container .content .col.col-1 {
	padding: 4em;
}

.who-we-are-choice-section {
	background: #0e2342;
}

.who-we-are-choice-section .course-choice-section {
	padding-bottom: 3em;
}

@media screen and (max-width: 1400px) {
	.page-who-we-are .container .content {
		-ms-flex-align: start;
		    align-items: flex-start;
	}
}

@media screen and (max-width: 1220px) {
	.page-who-we-are .container .content {
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.page-who-we-are .container .content .col {
		width: 100%;
		padding-top: 1em;
	}
	.page-who-we-are .container .content .col.col-1 {
		padding: 2em 0 0 0;
		-ms-flex-order: 2;
		    order: 2;
	}
	.page-who-we-are .container .content .col.col-2 {
		-ms-flex-order: 1;
		    order: 1;
	}
}

@media screen and (max-width: 600px) {
	.page-who-we-are .container .title {
		margin-top: 1em;
		padding: 0 1em;
		text-align: left;
	}
	.page-who-we-are .container .title h6 {
		font-size: 1.25em;
	}
	.page-who-we-are .container .content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.page-who-we-are .container .content .col {
		width: 100%;
		padding: 0 1em;
	}
	.page-who-we-are .container .content .col p {
		font-size: 0.875em;
	}
	.page-who-we-are .container .content .col.col-1 {
		padding: 0 1em;
		-ms-flex-order: 2;
		    order: 2;
	}
	.page-who-we-are .container .content .col.col-2 {
		-ms-flex-order: 1;
		    order: 1;
		padding-bottom: 2em;
	}
}

/*--------------------------------------------------------------
## Our Course Page
--------------------------------------------------------------*/
.our-course-page .container .title-section {
	padding: 3em 0;
	text-align: center;
}

.our-course-page .container .module-section {
	padding: 2em 8em 6em 8em;
}

.our-course-page .container .module-section ul {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.our-course-page .container .module-section ul li {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	width: 30%;
	border-radius: 8px;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.our-course-page .container .module-section ul li .image {
	background-image: linear-gradient(to right, #2e98d7, #59c9d2);
	padding: .25em 0;
}

.our-course-page .container .module-section ul li .image .animation svg g:first-child g path {
	stroke: none !important;
}

.our-course-page .container .module-section ul li .image .animation svg g path {
	fill: none !important;
	stroke: white !important;
}

.our-course-page .container .module-section ul li .content {
	text-align: center;
	padding: 1em;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.our-course-page .container .module-section ul li .content .current-module {
	font-weight: 300;
	font-size: 0.875em;
	margin: 0;
	padding-top: .5em;
	text-transform: uppercase;
}

.our-course-page .container .module-section ul li .content h6 {
	font-size: 1em;
}

.our-course-page .container .module-section ul li .content .cta {
	padding: .5em 1em 0 1em;
	text-align: center;
}

.our-course-ready-section {
	background: #fafafa;
}

@media screen and (max-width: 1220px) {
	.our-course-page .container .title-section {
		text-align: left;
	}
	.our-course-page .container .title-section p br {
		display: none;
	}
	.our-course-page .container .module-section {
		padding: 1em;
	}
}

@media screen and (max-width: 600px) {
	.our-course-page {
		padding-bottom: 0;
	}
	.our-course-page .container .title-section {
		padding: 2em 1em 0 1em;
		text-align: left;
	}
	.our-course-page .container .title-section h1, .our-course-page .container .title-section h2, .our-course-page .container .title-section h3, .our-course-page .container .title-section h4, .our-course-page .container .title-section h5, .our-course-page .container .title-section h6 {
		font-size: 1.25em;
	}
	.our-course-page .container .title-section p {
		font-size: 0.875em;
	}
	.our-course-page .container .title-section p br {
		display: inline;
	}
	.our-course-page .container .module-section {
		padding: 1em 1em 0 1em;
		position: relative;
	}
	.our-course-page .container .module-section ul {
		margin-right: -1em;
	}
	.our-course-page .container .module-section ul.slick-dots {
		position: absolute;
		bottom: -2em;
		left: 50%;
		transform: translateX(-50%);
	}
	.our-course-page .container .module-section ul.slick-dots button {
		display: block;
		width: 1rem;
		height: 1rem;
		padding: 0;
		border: none;
		border-radius: 100%;
		background-color: #77838e;
		text-indent: -9999px;
		outline: none;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}
	.our-course-page .container .module-section ul.slick-dots li.slick-active button {
		background-color: #f2a45d;
	}
	.our-course-page .container .module-section ul .slick-track {
		padding: 1em 0;
	}
	.our-course-page .container .module-section ul li {
		margin-right: 1em;
	}
}

/*--------------------------------------------------------------
## Free Trial Page
--------------------------------------------------------------*/
.page-free-trial .container .title {
	padding-top: 2em;
	text-align: center;
	margin-bottom: 2em;
}

.page-free-trial .container .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 2em;
}

.page-free-trial .container .content .col {
	width: 50%;
}

.page-free-trial .container .content .col.col-1 {
	padding: 4em;
}

@media screen and (max-width: 1220px) {
	.page-free-trial .container .content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.page-free-trial .container .content .col {
		width: 100%;
	}
	.page-free-trial .container .content .col.col-1 {
		padding: 0;
		-ms-flex-order: 2;
		    order: 2;
	}
	.page-free-trial .container .content .col.col-2 {
		padding-bottom: 2em;
		-ms-flex-order: 1;
		    order: 1;
	}
}

@media screen and (max-width: 600px) {
	.page-free-trial .container .title {
		padding: 0 1em;
		text-align: left;
		margin-bottom: 0;
		margin-top: 1em;
	}
	.page-free-trial .container .title h6 {
		font-size: 1.25em;
	}
	.page-free-trial .container .content {
		padding: 0 1em;
	}
	.page-free-trial .container .content .col p {
		font-size: 0.875em;
	}
	.page-free-trial .container .content .col.col-1 {
		padding: 0;
		-ms-flex-order: 2;
		    order: 2;
	}
	.page-free-trial .container .content .col.col-2 {
		padding-bottom: 2em;
		-ms-flex-order: 1;
		    order: 1;
	}
}

/*--------------------------------------------------------------
## Payment Success Page
--------------------------------------------------------------*/
.payment-success-page {
	min-height: 80vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding-top: 2em;
}

.payment-success-page .container .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.payment-success-page .container .row .col {
	width: 50%;
}

.payment-success-page .container .row .col .button-sml {
	color: #f2a45d !important;
	border-color: #f2a45d !important;
}

.payment-success-page .container .row .col .buttons {
	padding: 2em 0;
}

.payment-success-page .container .row .col .buttons .row {
	width: 100%;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	padding: 0;
	margin: 0;
}

.payment-success-page .container .row .col .buttons .row .col {
	width: unset;
}

.payment-success-page .container .row .col .buttons .row .col:first-child {
	margin-right: 1em;
}

.payment-success-page .container .row .no-access {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.payment-success-page {
		padding: 5em 1em 2em 1em;
	}
	.payment-success-page .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.payment-success-page .container .row .col {
		width: 100%;
	}
	.payment-success-page .container .row .col.col-1 {
		-ms-flex-order: 2;
		    order: 2;
	}
	.payment-success-page .container .row .col.col-2 {
		-ms-flex-order: 1;
		    order: 1;
	}
	.payment-success-page .container .row .col .buttons {
		text-align: center;
	}
	.payment-success-page .container .row .col .buttons .row .col {
		width: 100%;
	}
	.payment-success-page .container .row .col .buttons .row .col:first-child {
		margin: 0 0 2em 0;
	}
}

/*--------------------------------------------------------------
## Courses Page
--------------------------------------------------------------*/
.courses-page .container .title-section {
	padding: 3em 0;
	text-align: center;
}

.courses-page .container .course-section {
	padding: 2em 8em 6em 8em;
}

.courses-page .container .course-section ul {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.courses-page .container .course-section ul li {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	width: 30%;
	border-radius: 8px;
	overflow: hidden;
}

.courses-page .container .course-section ul li .image {
	background-image: linear-gradient(to right, #2e98d7, #59c9d2);
	padding: .25em 0;
}

.courses-page .container .course-section ul li .content {
	text-align: center;
	padding: 1em;
}

.courses-page .container .course-section ul li .content .current-module {
	font-weight: 300;
	font-size: 0.875em;
	margin: 0;
	padding-top: .5em;
	text-transform: uppercase;
}

.courses-page .container .course-section ul li .content h6 {
	font-size: 1em;
}

.courses-page .container .course-section ul li .cta {
	padding: .5em 1em 0 1em;
	text-align: center;
}

.our-course-ready-section {
	background: #fafafa;
}

@media screen and (max-width: 1220px) {
	.courses-page .container .title-section {
		text-align: left;
	}
	.courses-page .container .title-section p br {
		display: none;
	}
	.courses-page .container .course-section {
		padding: 1em;
	}
}

@media screen and (max-width: 600px) {
	.courses-page {
		padding-bottom: 0;
	}
	.courses-page .container .title-section {
		padding: 2em 1em 0 1em;
		text-align: left;
	}
	.courses-page .container .title-section h1, .courses-page .container .title-section h2, .courses-page .container .title-section h3, .courses-page .container .title-section h4, .courses-page .container .title-section h5, .courses-page .container .title-section h6 {
		font-size: 1.25em;
	}
	.courses-page .container .title-section p {
		font-size: 0.875em;
	}
	.courses-page .container .title-section p br {
		display: inline;
	}
	.courses-page .container .course-section {
		padding: 1em 1em 0 1em;
	}
	.courses-page .container .course-section ul {
		margin-right: -1em;
	}
	.courses-page .container .course-section ul .slick-track {
		padding: 1em 0;
	}
	.courses-page .container .course-section ul li {
		margin-right: 1em;
	}
}

/*--------------------------------------------------------------
## Checkout Page
--------------------------------------------------------------*/
.checkout-page {
	padding: 6em 0 2em 0;
}

.checkout-page .container h1, .checkout-page .container h2, .checkout-page .container h3, .checkout-page .container h4, .checkout-page .container h6 {
	font-size: 2em;
	color: #2e98d7;
}

.checkout-page .container h5, .checkout-page .container p {
	font-weight: 300;
	font-size: 1em;
}

.checkout-page .container h5 a, .checkout-page .container p a {
	color: #2e98d7;
}

.checkout-page .container ul {
	margin: 0;
	padding: 0;
}

.checkout-page .container ul li {
	padding-bottom: .75em;
}

.checkout-page .container ul li a {
	color: #2e98d7;
	font-weight: 500;
}

.checkout-page #payment {
	background: #fafafa;
}

.checkout-page #payment .wc_payment_methods.payment_methods.methods {
	border-color: #59c9d2;
}

.checkout-page #payment .wc_payment_methods.payment_methods.methods .payment_box.payment_method_stripe {
	background: none;
}

.checkout-page #payment .button.alt {
	background: #2e98d7;
}

.checkout-page #order_review_heading {
	margin-top: 1em;
}

@media screen and (max-width: 600px) {
	.checkout-page {
		padding: 0 1em;
	}
	.checkout-page .container {
		margin-top: 2em;
	}
	.checkout-page .container h1, .checkout-page .container h2, .checkout-page .container h3, .checkout-page .container h4, .checkout-page .container h5, .checkout-page .container h6 {
		font-size: 1.25em;
		color: #2e98d7;
	}
	.checkout-page .container p {
		font-size: 0.875em;
	}
}

/*--------------------------------------------------------------
## Single Page
--------------------------------------------------------------*/
.single-page {
	padding: 6em 0 12em 0;
}

.single-page .container h1, .single-page .container h2, .single-page .container h3, .single-page .container h4, .single-page .container h6 {
	font-size: 2em;
	color: #2e98d7;
}

.single-page .container h5, .single-page .container p {
	font-weight: 300;
	font-size: 1em;
}

.single-page .container h5 a, .single-page .container p a {
	color: #2e98d7;
}

.single-page .container ul {
	margin: 0;
	padding: 0;
}

.single-page .container ul li {
	padding-bottom: .75em;
}

.single-page .container ul li a {
	color: #2e98d7;
	font-weight: 500;
}

@media screen and (max-width: 600px) {
	.single-page {
		padding: 0 1em;
	}
	.single-page .container {
		margin-top: 2em;
	}
	.single-page .container h1, .single-page .container h2, .single-page .container h3, .single-page .container h4, .single-page .container h5, .single-page .container h6 {
		font-size: 1.25em;
		color: #2e98d7;
	}
	.single-page .container p {
		font-size: 0.875em;
	}
}

/*--------------------------------------------------------------
## Single Module
--------------------------------------------------------------*/
.single-module .container .title {
	text-align: center;
	margin-top: 3em;
}

.single-module .container .descriptions h1, .single-module .container .descriptions h2, .single-module .container .descriptions h3, .single-module .container .descriptions h4, .single-module .container .descriptions h5, .single-module .container .descriptions h6 {
	color: #2e98d7;
}

.single-module .container .descriptions .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.single-module .container .descriptions .row:last-child {
	padding-bottom: 0;
}

.single-module .container .descriptions .row .col {
	width: 50%;
}

.single-module .container .descriptions .row .col.col-1 {
	padding: 4em;
}

.single-module .container .descriptions .row:nth-child(even) .col.col-1 {
	-ms-flex-order: 2;
	    order: 2;
}

.single-module .container .descriptions .row:nth-child(even) .col.col-2 {
	-ms-flex-order: 1;
	    order: 1;
}

.single-module .container .descriptions .additional-full-width-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.single-module .container .descriptions .additional-full-width-content .col {
	width: 50%;
	padding: 0 4em;
}

.single-module .container .descriptions .additional-full-width-content .col .faq .question {
	background: #2e98d7;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	padding: .75em 1em .75em .5em;
	border-radius: 8px;
	cursor: pointer;
}

.single-module .container .descriptions .additional-full-width-content .col .faq .question p {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.single-module .container .descriptions .additional-full-width-content .col .faq .question p:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.single-module .container .descriptions .additional-full-width-content .col .faq .question.question-toggled p:after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.single-module .container .descriptions .additional-full-width-content .col .faq .answer {
	display: none;
	margin-top: 1em;
	padding-left: .5em;
}

.single-module .container .additional-points {
	padding: 4em 0;
}

.single-module .container .additional-points .title {
	text-align: center;
	margin-bottom: 3em;
}

.single-module .container .additional-points .content {
	padding: 0 4em;
}

.single-module .container .additional-points .content ul {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.single-module .container .additional-points .content ul li {
	width: 23%;
	margin-bottom: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.single-module .container .additional-points .content ul li.smaller-items {
	width: 12%;
}

.single-module .container .additional-points .content ul li.smaller-items .title {
	padding: 0;
	width: 100%;
}

.single-module .container .additional-points .content ul li .icon-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 1em;
	max-width: 100px;
}

.single-module .container .additional-points .content ul li .icon-img img {
	width: 100%;
	height: auto;
	display: block;
}

.single-module .container .additional-points .content ul li .icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 1em;
	background: #EFF7FC;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-module .container .additional-points .content ul li .icon i {
	font-size: 3em;
	color: #2e98d7;
}

.single-module .container .additional-points .content ul li .title {
	padding: 0 3em;
	margin: 0;
	width: 100%;
}

.single-module .container .additional-points .content ul li .title p {
	color: #77838e;
}

@media screen and (max-width: 1220px) {
	.single-module .container .descriptions .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-module .container .descriptions .row .col {
		width: 100%;
		margin-top: 2em;
	}
	.single-module .container .descriptions .row .col.col-1 {
		-ms-flex-order: 2;
		    order: 2;
		padding: 0;
	}
	.single-module .container .descriptions .row .col.col-2 {
		-ms-flex-order: 1;
		    order: 1;
	}
	.single-module .container .descriptions .additional-full-width-content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-module .container .descriptions .additional-full-width-content .col {
		margin-top: 2em;
		width: 100%;
		padding: 0;
	}
	.single-module .container .additional-points .title {
		text-align: left;
	}
	.single-module .container .additional-points .content {
		padding: 0;
	}
	.single-module .container .additional-points .content ul li .title {
		padding: 0;
	}
	.single-module .container .additional-points .content ul li .title p {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.single-module .container .title {
		padding: 0 1em;
		margin-top: .5em;
	}
	.single-module .container .title h1 {
		font-size: 1.25em;
		text-align: left;
	}
	.single-module .container .descriptions h1, .single-module .container .descriptions h2, .single-module .container .descriptions h3, .single-module .container .descriptions h4, .single-module .container .descriptions h5, .single-module .container .descriptions h6 {
		font-size: 1.25em;
	}
	.single-module .container .descriptions .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0 1em;
	}
	.single-module .container .descriptions .row .col {
		width: 100%;
	}
	.single-module .container .descriptions .row .col p {
		font-size: 0.875em;
	}
	.single-module .container .descriptions .row .col.col-1 {
		padding: 0;
		-ms-flex-order: 2;
		    order: 2;
	}
	.single-module .container .descriptions .row .col.col-2 {
		padding: 1em 0;
		-ms-flex-order: 1;
		    order: 1;
	}
	.single-module .container .descriptions .additional-full-width-content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 1em;
	}
	.single-module .container .descriptions .additional-full-width-content .col {
		width: 100%;
		padding: 0 1em 1em 1em;
	}
	.single-module .container .descriptions .additional-full-width-content .col p {
		font-size: 0.875em;
	}
	.single-module .container .additional-points {
		padding: 1em 1em 0 1em;
	}
	.single-module .container .additional-points .title {
		padding: 0;
		text-align: left;
	}
	.single-module .container .additional-points .title h5 {
		font-size: 1.25em;
	}
	.single-module .container .additional-points .content {
		padding: 0;
	}
	.single-module .container .additional-points .content ul li {
		width: 50%;
	}
	.single-module .container .additional-points .content ul li.smaller-items {
		width: 50%;
	}
	.single-module .container .additional-points .content ul li.smaller-items:last-child,
	.single-module .container .additional-points .content ul li.smaller-items li:nth-last-child(2):nth-child(odd) {
		width: 100%;
	}
	.single-module .container .additional-points .content ul li .title {
		padding: 0 .5em;
	}
	.single-module .container .additional-points .content ul li .title p {
		font-size: 0.875em;
		text-align: center;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-footer .main-footer {
	padding: 6em 0 3em 0;
	background: #0e2342;
	color: #fff;
	width: 100%;
}

.site-footer .main-footer .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.site-footer .main-footer .container .widget {
	margin-bottom: 0;
}

.site-footer .main-footer .container .widget p {
	font-size: 0.875em;
	font-weight: 300;
}

.site-footer .main-footer .container .widget ul {
	margin: 0;
	padding: 0;
}

.site-footer .main-footer .container .widget ul li {
	margin-bottom: .25em;
}

.site-footer .main-footer .container .widget ul li a {
	color: #fff;
	font-size: 0.875em;
	font-weight: 300;
	transition: color 400ms linear;
}

.site-footer .main-footer .container .widget ul li a:hover {
	color: #59c9d2;
}

.site-footer .main-footer .container .logo-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.site-footer .main-footer .container .logo-block .site-info {
	padding: 1em 0;
	font-size: .8em;
	color: #fff;
	text-align: center;
	width: 100%;
}

.site-footer .main-footer .container .logo-block .site-info p {
	margin-bottom: 0;
	font-weight: 100;
}

.site-footer .main-footer .container .logo-block .site-info p strong {
	font-weight: 900;
}

.site-footer .main-footer .container .logo-block .site-info p a {
	color: #fff;
	display: inline-block;
}

.site-footer .main-footer .container .logo-block .site-info p a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #38F9D7;
	margin: 0 auto;
	transition: width 400ms linear;
}

.site-footer .main-footer .container .logo-block .site-info p a:hover:after {
	width: 90%;
}

.site-footer .main-footer .container .social-blocks {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.site-footer .main-footer .container .social-blocks .social-block ul {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
}

.site-footer .main-footer .container .social-blocks .social-block ul li {
	margin-right: 1em;
}

.site-footer .main-footer .container .social-blocks .social-block ul li a i {
	font-size: 2em;
}

@media screen and (max-width: 1220px) {
	.site-footer .main-footer {
		padding: 4em 2em 2em 2em;
	}
	.site-footer .main-footer .container .logo-block .site-info {
		text-align: left;
	}
}

@media screen and (max-width: 600px) {
	.site-footer .main-footer {
		padding: 10em 0 2.5em 0;
		position: relative;
	}
	.site-footer .main-footer .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-footer .main-footer .container .logo-block {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
	}
	.site-footer .main-footer .container .logo-block .image-block .widget {
		display: -ms-flexbox;
		display: flex;
	}
	.site-footer .main-footer .container .logo-block .image-block .widget a {
		margin: 0 auto;
	}
	.site-footer .main-footer .container .logo-block .site-info {
		position: absolute;
		bottom: 0;
		padding-top: 0;
		text-align: center;
	}
	.site-footer .main-footer .container .logo-block .site-info p {
		color: rgba(255, 255, 255, 0.5);
	}
	.site-footer .main-footer .container .logo-block .site-info p a {
		color: rgba(255, 255, 255, 0.5);
	}
	.site-footer .main-footer .container .sitemap-block {
		-ms-flex-order: 3;
		    order: 3;
		width: 100%;
		font-size: 0.875em;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
	}
	.site-footer .main-footer .container .sitemap-block section {
		width: 100%;
	}
	.site-footer .main-footer .container .sitemap-block ul {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		padding: 0 4em;
		margin-left: 2em;
	}
	.site-footer .main-footer .container .sitemap-block ul li {
		width: 50%;
	}
	.site-footer .main-footer .container .sitemap-block ul li a {
		font-weight: 800;
	}
	.site-footer .main-footer .container .policies-block {
		-ms-flex-order: 4;
		    order: 4;
		width: 100%;
		font-size: 0.875em;
		padding: 2.5em 3em 0 3em;
	}
	.site-footer .main-footer .container .policies-block section {
		padding: 0;
	}
	.site-footer .main-footer .container .policies-block ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		margin-left: -2em;
	}
	.site-footer .main-footer .container .policies-block ul li {
		text-align: center;
		margin-left: 2em;
		margin-bottom: 0;
	}
	.site-footer .main-footer .container .policies-block ul li a {
		color: rgba(255, 255, 255, 0.5);
	}
	.site-footer .main-footer .container .social-blocks {
		-ms-flex-order: 2;
		    order: 2;
		width: 100%;
	}
	.site-footer .main-footer .container .social-blocks .signup-block {
		position: absolute;
		width: 100%;
		top: 2em;
		text-align: center;
		padding: 0 1em;
	}
	.site-footer .main-footer .container .social-blocks .signup-block p:first-child {
		margin-bottom: 2em;
		font-weight: 800;
	}
	.site-footer .main-footer .container .social-blocks .signup-block p a.button {
		background: #2e98d7;
		border: 0;
		padding: 1em 3em;
	}
	.site-footer .main-footer .container .social-blocks .social-block {
		text-align: center;
		padding: .5em 0 1em 0;
	}
	.site-footer .main-footer .container .social-blocks .social-block p {
		margin: 0;
		margin-bottom: .5em;
	}
	.site-footer .main-footer .container .social-blocks .social-block ul {
		margin-right: -1em;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.footer-fixed {
	position: fixed;
	bottom: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Animate
--------------------------------------------------------------*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1);
	}
	30% {
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {
	from,
	to {
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		transform: translateX(0);
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	from {
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
	from {
		transform: translate3d(0, 0, 0);
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {
	from,
	11.1%,
	to {
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}
	88.8% {
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes heartBeat {
	0% {
		transform: scale(1);
	}
	14% {
		transform: scale(1.3);
	}
	28% {
		transform: scale(1);
	}
	42% {
		transform: scale(1.3);
	}
	70% {
		transform: scale(1);
	}
}

.heartBeat {
	animation-name: heartBeat;
	animation-duration: 1.3s;
	animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	animation-duration: 0.75s;
	animation-name: bounceIn;
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		transform: translate3d(0, -10px, 0);
	}
	90% {
		transform: translate3d(0, 5px, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		transform: translate3d(5px, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		transform: translate3d(10px, 0, 0);
	}
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	75% {
		transform: translate3d(0, 10px, 0);
	}
	90% {
		transform: translate3d(0, -5px, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	animation-duration: 0.75s;
	animation-name: bounceOut;
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	from {
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		animation-timing-function: ease-in;
	}
	to {
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@keyframes flipOutX {
	from {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	animation-duration: 0.75s;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@keyframes flipOutY {
	from {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		transform: skewX(-5deg);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		transform-origin: center;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1;
	}
	to {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	animation-duration: 2s;
	animation-name: hinge;
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}
	50% {
		transform: rotate(-10deg);
	}
	70% {
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.jackInTheBox {
	animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.rollIn {
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	animation-name: rollOut;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}

.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	animation-name: zoomOutUp;
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

@keyframes slideOutDown {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

@keyframes slideOutRight {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	animation-name: slideOutRight;
}

@keyframes slideOutUp {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	animation-name: slideOutUp;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.delay-1s {
	animation-delay: 1s;
}

.animated.delay-2s {
	animation-delay: 2s;
}

.animated.delay-3s {
	animation-delay: 3s;
}

.animated.delay-4s {
	animation-delay: 4s;
}

.animated.delay-5s {
	animation-delay: 5s;
}

.animated.fast {
	animation-duration: 800ms;
}

.animated.faster {
	animation-duration: 500ms;
}

.animated.slow {
	animation-duration: 2s;
}

.animated.slower {
	animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
	.animated {
		animation: unset !important;
		transition: none !important;
	}
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce-account .woocommerce-Button.button, .woocommerce-account a.button, .woocommerce-account #place_order {
	background-color: #f2a45d;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.woocommerce-account .woocommerce-Button.button:hover, .woocommerce-account a.button:hover, .woocommerce-account #place_order:hover {
	background-color: #f2a45d;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.woocommerce-account .single-page {
	padding-bottom: 1em;
}

.woocommerce-account .single-page .container {
	padding: 0 1em;
}

.woocommerce-account .woocommerce-Address {
	border: 1px solid #2e98d7;
	padding: 1em;
	border-radius: 8px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

@media screen and (max-width: 1220px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		display: none;
	}
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 75%;
}

@media screen and (max-width: 1220px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
}

.woocommerce-account .woocommerce-MyAccount-content .dash-banners {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-main-banner {
	width: 100%;
	margin-bottom: 18px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-main-banner:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-main-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-banner-1 {
	width: 49%;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media screen and (max-width: 1220px) {
	.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-banner-1 {
		width: 100%;
		margin-bottom: 18px;
	}
}

.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-banner-1:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-banner-1 img {
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-banner-2 {
	width: 49%;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media screen and (max-width: 1220px) {
	.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-banner-2 {
		width: 100%;
	}
}

.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-banner-2:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.woocommerce-account .woocommerce-MyAccount-content .dash-banners .dash-banner-2 img {
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields {
	border: 1px solid #2e98d7;
	padding: 1em;
	border-radius: 8px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields label {
	font-weight: 900;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields fieldset {
	margin: 2em 0;
	border: 1px solid #f2a45d;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
	margin-top: 1em;
	background-color: #f2a45d;
	color: #fff;
}

/**
*  Checkout
**/
.checkout-page #payment {
	border: 1px solid #fafafa;
	border-radius: 8px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.checkout-page .woocommerce-billing-fields__field-wrapper label {
	font-weight: 900;
}

.checkout-page .woocommerce-billing-fields__field-wrapper input {
	padding: 8px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007";
	padding-right: 12px;
	width: 30px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--binate_moodle a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f51c";
	padding-right: 12px;
	width: 30px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3d1";
	padding-right: 12px;
	width: 30px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f59f";
	padding-right: 12px;
	width: 30px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f09d";
	padding-right: 12px;
	width: 30px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2bd";
	padding-right: 12px;
	width: 30px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2f5";
	padding-right: 12px;
	width: 30px;
}

/*# sourceMappingURL=../careerServices_theme/sass/maps/style.css.map */
