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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {

}

a:visited {

}

a:hover,
a:focus,
a:active {

}

a:focus {

}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

body,
body p,
body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Poppins', sans-serif;
	color: #333;
}

.site-branding,
.wp-block-group__inner-container,
.admin-actions,
.site-info {
	max-width: 1280px;
	width:100%;
	margin:0 auto;
}

.wp-block-group__inner-container .wp-block-group__inner-container {
	max-width: initial;
	margin:0 auto;
}

#masthead {
	padding:24px 0;
}

.site-branding a {
	display:inline-block;
	height:64px;
}

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

#hero {
	background: #ffde17;
}

#hero .wp-block-group__inner-container {
	width:100%;
	max-width: initial;
}

figure {
	margin:0;
}

figure img {
	display:block;
	width:100%;
	height:auto;
}

#hero figure {
	float:right;
	width:90%;
	max-width: 600px;
}


#hero h1 {
	font-size: 133px;
	letter-spacing: -7px;
	color: #051047;
	font-weight: 600;
	font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1;
	margin-bottom:24px;
	margin-top:0;
}

#hero h1 strong {
	font-weight: 600;
	color: #2ebbe7;
}


#hero p {
	text-align: right;
	line-height: 1.2;
	font-size:22px;
}

#hero .hero-group {
	display:inline-block;
	text-align: left;
}

#hero .left {
	text-align: right;
}

#about-courses .wp-block-column {
	width:50%;
}


#about-courses {
	margin-top:-50px;
}

#about-courses .left figure {
	text-align: center;
}

#about-courses img {
	width:400px;
	height:auto;
	display:block;
	margin:0 auto;
}

#about-courses .right .text {
	max-width: 520px;
}

#about-courses .right h2 {
	font-size:40px;
	font-weight: 600;
	color: #051047;
	line-height: 1.15;
	margin-top:30px;
}

#about-courses .right p {
	font-size:20px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom:20px;
}

#about-courses .right p.incentive {
	margin-top:40px;
	margin-bottom:40px;
	padding:30px 0;
	border-top:solid 1px #d7d7d7;
	border-bottom:solid 1px #d7d7d7;
	font-size:24px;
}

.btn-primary a {
	background:#051047;
	color:#ffde17;
	border-radius:6px;
	padding: 20px;
	display:inline-block;
	cursor:pointer;
}
.btn-secondary a {
	padding:20px;
	border:solid 2px #051047;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
}

#about-courses .right a {
	display:inline-block;
	font-weight: 400;
	cursor:pointer;
	font-size:18px;
}

#about-courses .wp-block-button {
	display:inline-block;
	margin:10px 0;
}

#about-courses .btn-primary {

}

#why-relo {
	padding:100px 0;
	background-color: #2ebbe7;
}

#why-relo h2 {
	color:#fff;
	font-size:40px;
	margin-bottom:100px;
}

#why-relo figure {
	width:200px;
	height: 200px;
	margin:0 auto;
	border-radius: 100px;
	background:#ffde17;
	text-align: center;
	position: relative;
}

#why-relo figure::before {
	content: "";
	display: block;
	position: absolute;
	border: solid 4px #fff;
	width: 100%;
	height: 100%;
	padding: 8px;
	box-sizing: unset;
	top: -12px;
	left: -12px;
	border-radius: 120px;
}

#why-relo figure img {
	height:100px;
	padding:50px 0;
	width:auto;
	display:inline-block;
	box-sizing: unset;
}

#why-relo .wp-block-columns {
	justify-content: center;
	align-items: initial;
}

#why-relo .wp-block-column {
	flex: 1;
}

#why-relo p {
	font-size:20px;
	color:#fff;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom:0;
	text-align:center;
}

#why-relo h2 {
	margin-top:0;
}

#testimonial {
	background:#ffde17;
	padding:100px 0;
}

#testimonial h2 {
	margin-bottom:100px;
	margin-top:0;
}

#testimonial .wp-block-pullquote {
	max-width: 900px;
	margin:0 auto;
	border:solid 6px #2fbae6;
	padding:60px;
	border-radius:40px;
	background:#fff;
	position: relative;
}

#testimonial .wp-block-pullquote blockquote {
	font-size:24px;
	font-weight: 300;
	position: relative;
}

#testimonial .wp-block-pullquote blockquote p {
	margin-top:40px;
}

#testimonial .wp-block-pullquote::before {
	content: '\f122';
	font-size: 68px;
	font-weight: 700;
	line-height: 68px;
	width: 68px;
	padding: 30px;
	background: #2fbae6;
	border: solid 6px #fff;
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -70px;
	border-radius: 200px;
	font-family: "Dashicons";
	box-sizing: initial;
	color:#fff;
}

#testimonial .wp-block-pullquote cite {
	font-weight: 700;
}

#partners {
	padding:100px 0;
	background:#051147;
}

#partners h2,
#partners p {
	color:#fff;
}

#partners h2 {
	margin-top:0;
}

#partners .wp-block-group {
	max-width: 520px;
	margin:0 auto;
}

#partners figure {
	text-align: center;
}

#partners figure img {
	width:initial;
	display: inline-block;
	height:200px;
}

#partners .right {
	border-left:solid 1px #FFF;
}


#courses .course-card {
	width:100%;
	padding:30px;
	border: 2px solid #051047;
	border-radius: 45px;
	overflow:hidden;
	text-align: center;
	height: 100%;
}

#courses .course-card h2 {
	margin-top:-30px;
	margin-left:-30px;
	margin-right:-30px;
	background:#ffde17;
	padding:30px;
	font-size:24px;
	font-weight: 700;
	text-align:center;
	border-bottom:solid 2px #051047;
	color:#051047;
}


#courses .course-card .wp-block-buttons {
	display:block !important;
}


#courses .course-card .wp-block-button {
	display: block;
	margin-bottom:60px;
	text-align: center;
}

#courses .course-card .wp-block-button a {
	display:inline-block;
}

#courses .first {
	gap:4em;
}

#courses .second {
	display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
	margin-top:2em;
}

#courses .wp-block-column {
	align-items: stretch;
}

#courses {
	padding:100px 0;
}

#courses .course-card .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

#courses .course-card .content-wrap {
	flex-grow: 1;
}

#courses .course-card .wp-block-button {
	margin:30px 0;
}

#courses .number-wrap {
	width:96px;
	height:96px;
	background:#daf2fa;
	border:solid 3px #051047;
	border-radius:50%;
}

#courses .number-wrap p {
	display:inline-block;
	width:54px;
	height: 54px;
	line-height: 50px;
	font-size:26px;
	font-weight: 700;
	color:#051047;
	border:solid 3px #051047;
	background:#ffde17;
	padding:0;
	margin:0;
	border-radius:50%;
}

#courses .number-wrap .wp-block-group__inner-container {
	display:inline-block;
	height:90px;
	padding:18px;
}

#courses .content-wrap p {
	font-size:16px;
}

#courses .course-card h3 {
	margin:30px 0;
	font-size:24px;
	color:#051047;
	display:block;
	height:72px;
	font-weight: 600;
}

#courses .first .course-card .wp-block-group__inner-container {
	display:block;
}

#courses .first figure {
	margin-left:-7em;
}

#courses {
	padding-top:0;
}

#courses .wp-block-columns {
	display: flex;
  gap: 1em;
  justify-content: center;
  flex-direction: row;
	align-items: stretch;
}

#courses .wp-block-columns .wp-block-column {
	flex:1;
}

#courses .course-card {
	padding:30px 20px;
}

#courses .wp-block-buttons {
	margin-top:40px;
	text-align: center;
	display: block;
}

#courses .wp-block-buttons .wp-block-button {
	display:inline-block;
}

#courses {
	padding:100px 0;
}

#courses h2 {
	text-align:center;
	margin-top:0;
	margin-bottom:40px;
}

#courses .content-wrap p {
	margin-bottom:0;
}

#courses .course-card h3 {
	margin-top:0;
	margin-bottom:0;
	font-size:22px;
}

#courses .course-card:hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

#courses .wp-block-columns .wp-block-column {
	height:auto;
}

#courses .course-card {
	border: 2px solid #2fbae6;
	height:100%;
}


#recosystem {
	padding:100px 0;
	background:#2fbae6;
}

#recosystem h2 {
	color:#fff;
	margin-top:0;
	margin-bottom:20px;
}

#recosystem p {
	color:#fff;
	max-width: 700px;
	margin:0 auto;
	font-size:18px;
	text-align:center;
}

#recosystem .features {
	margin-top:30px;
	text-align: center;
}

#recosystem .features ul {
	border-radius: 20px;
	border: 2px solid #051047;
	padding: 20px 15px;
	background-color: #d5f1fa;
	line-height: 1.625;
	font-weight: 500;
	color: #051047;
	display:inline-block;
	text-align:left;
	margin:0;
	padding:50px;
	list-style: none;
}

#recosystem .features ul li {
	margin-top:25px;
	font-size:18px;
	font-weight: 500;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}

#recosystem .features ul li::before {
	width: 46px;
	height: 46px;
	content: "\f00c";
	font-family: 'FontAwesome' !important;
	border: 3px solid #051047;
	background: #ffde17;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 20px 0 0;
}

#recosystem .features ul li:first-child {
	margin-top:0;
}

#recosystem .wp-block-buttons {
	text-align:center;
	margin-top:50px;
	display:block;
}


#recosystem .wp-block-button {
	display:inline-block;
}


#our-mission {
	background:#ffde17;
}

#our-mission h2 {
	margin-top:0;
}

#our-story .wp-block-column,
#our-mission .wp-block-column {
	width:50%;
}

#our-story figure,
#our-mission figure {
	display:block;
	text-align:center;
	margin:0;
	margin-top:-80px;
}

#our-story figure {
	margin-top:-40px;
}

#our-story figure img,
#our-mission figure img {
	max-width: 380px;
	display:block;
	margin:0 auto;
}

#our-story figure img {
	max-width: 350px;
}


#cta {
	padding:100px 0;
	background:#30b9e5;
	color:#fff;
}

#cta h2 {
	margin-top:0;
	color:#051047;
	font-size:64px;
	max-width: 900px;
	margin:0 auto;
	margin-bottom:30px;
	font-weight: 700;
}

#cta h3 {
	max-width: 800px;
	margin:0 auto;
	color:#051047;
	font-size:24px;
}

.admin-actions {
	padding:50px 0;
	text-align:center;
	background:#000;
	max-width: initial;
	margin:0;
}

.admin-actions a {
	color:#fff;
	font-size:24px;
	text-decoration:none;
}

form input[type='text'],
form input[type='tel'],
form input[type='email'],
form input[type='search'],
form input[type='password'],
form input[type='url'],
form input[type='submit'],
form select,
form textarea {
  -webkit-appearance: none;
  padding: 15px;
  font-size: 18px;
  font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 6px;
  color: #051047;
}

#cta form {
	max-width: 700px;
	margin:60px auto 0 auto;
}

#cta form .row-wrapper {
	display:flex;
}

#cta form .row-wrapper .input-wrapper {
	width:50%;
	margin-bottom:30px;
}

#cta form .row-wrapper .input-wrapper.left {
	margin-right:10px;
}

#cta form .row-wrapper .input-wrapper.right {
	margin-left:10px;
}

#cta form input,
#cta form select {
	width:100%;
	outline:0;
}

#cta form input:focus,
#cta form input:active,
#cta form select:focus,
#cta form select:active {
	border-color:#051047;
}

#cta form .submit-wrapper {
	margin-top:40px;
}

#cta form .submit-wrapper input {
	background: #ffde17;
	color: #051047;
	line-height:1.5;
	border:0;
	cursor:pointer;
	border:solid 3px #ffde17;
}

#cta form label {
	color:#051047;
	margin-bottom:5px;
	text-transform: uppercase;
}


.entry-content {
	margin-top:0;
}


h2 {
	font-size:40px;
}

p {
	font-size:18px;
	line-height: 30px;
	font-weight: 300;
}

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

.has-text-align-left {
	text-align: left;
}

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

.is-vertically-aligned-top {
	vertical-align: top;
}

a {
	cursor:pointer;
	text-decoration: none;
}

footer a {
	text-decoration:none;
}

#about-courses #dynamic-text {
	font-weight: 600;
}

@keyframes blink {
    0% {opacity: 1;}
    40% {opacity: 1;}
    60% {opacity: 0;}
    100% {opacity: 0;}
  }

#about-courses #cursor {
  animation: blink .6s linear infinite alternate;
	display: inline-block;
  width: 2px;
  height: 32px;
  background-color: #000;
  margin-left: 3px;
	vertical-align: middle;
}

#about-courses .incentive span {
	vertical-align: middle;
}

h2 {
	font-weight: 600;
}

#hero .left {
	/* flex-basis: 50%;
  position: absolute;
  width: 620px;
  left: 50%;
  margin-left: -650px; */
}

#hero .wp-block-columns {
	justify-content: flex-end;
}

#hero h1 {
	margin-bottom:48px;
	font-size: 124px;
	letter-spacing: -2px;
}

#hero h1 span {
	color:#3cb2e2;
}

#hero .wp-block-group__inner-container {
	max-width: 1280px;
}

#hero .left {
	text-align: left;
}

#hero .wp-block-group__inner-container .wp-block-group__inner-container {
	padding:0;
}

#cta form .submit-wrapper input.btn-primary,
.btn-primary a {
	background: #051047;
  color: #ffde17;
	background: linear-gradient(to right, #ffde17 50%, #051047 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all 0.5s ease-in-out;
}

#cta form .submit-wrapper input.btn-primary {
	border:none;
}


#cta form .submit-wrapper input.btn-primary:hover,
.btn-primary a:hover {
	background-position:left bottom;
	color: #051047;
}

#hero .btn-primary a {
	background: #051047;
  color: #ffde17;
	background: linear-gradient(to right, #3cb2e1 50%, #051047 50%);
	background-size: 200% 100%;
	background-position:right bottom;
}

#hero .btn-primary a:hover {
	color: #fff;
	background-position:left bottom;
}

.btn-primary a {
	margin-left:0;
	margin-right:0;
}

#hero h1 {
	font-size:111px;
	letter-spacing: 0;
}

.page-id-72 #thank-you {
	background:#ffde17;
	padding:100px 0;
}

.page-id-72 #courses figure {
	border-radius:10px;
	overflow: hidden;
}

.page-id-72 #courses .wp-block-column h2 {
	font-size:24px;
	line-height: 32px;
	margin:24px 0;
}

.page-id-72 #courses .wp-block-columns {
	gap:24px;
}

.page-id-72 #recosystem .wp-block-columns .wp-block-group__inner-container {
	padding:40px 30px;
	border:solid 2px #051147;
	background:#fff;
	border-radius: 40px;
	text-align: center;
}

.page-id-72 #recosystem h2 {
	color:#051147;
	text-align: center;
	margin:0 0 48px 0;
}

.page-id-72 #recosystem figure {
	text-align:center;
	display:inline-block;
	width:180px;
	height:180px;
	background:red;
	border-radius:100%;
	padding:40px 0;
	background:#daf2fa;
}

.page-id-72 #recosystem figure img {
	height:100px;
	width:auto;
	display:inline-block;
}

.page-id-72 #recosystem p {
	color:#333;
	text-align:center;
	display:inline-block;
}

.page-id-72 #recosystem h3 {
	font-size:24px;
	line-height: 32px;
	color:#051147;
}

.page-id-72 #recosystem a {
	color:#2ebbe7;
	transition: all 0.5s ease-in-out;
	font-size:18px;
}

.page-id-72 #recosystem a:hover {
	color:#051147;
}

.page-id-72 #courses .wp-block-columns,
.page-id-72 #recosystem .wp-block-columns {
	display: flex;
  gap:48px;
  align-items: stretch;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
}

.page-id-72 #recosystem .wp-block-columns .wp-block-group {
	height:100%;
}

.page-id-72 #recosystem .wp-block-columns .wp-block-group p {
	height:90px;
}

.page-id-72 #courses .wp-block-column,
.page-id-72 #recosystem .wp-block-column {
	flex-basis:100%;
}

.page-id-72 #thank-you h1 {
	font-size:72px;
	color:#051147;
	margin:0;
}

.page-id-72 #thank-you h1 span {
	//color:#2eb9e5;
}

.page-id-72 #thank-you p {
	font-size:24px;
	line-height: 36px;
	margin:24px 0 0 0;
}

.page-id-72 #thank-you .title {
	color:#2eb9e5;
	font-size:124px;
	margin:0;
	font-weight: 700;
}


.page-id-72 #courses h2 {
	font-size: 40px;
  font-weight: 600;
  color: #051047;
  line-height: 1.15;
  margin: 0 0 100px 0;
}

.page-id-72 #courses .wp-block-column h2 {
	color:#333;
}

.page-id-3 .page {
	max-width: 1280px;
	margin:0 auto;
}

.page-id-3 .entry-content {
	max-width:900px;
}

.page-id-3 h1 {
	font-size:48px;
}

.page-id-3 h2 {
	font-size:24px;
	font-weight: 500;
}

.page-id-3 #address-wrapper {
	display:inline-block;
	padding:20px;
	background:#fbfbfb;
}

.page-id-3 .pp-date {
	font-size:14px;
}

.page-id-3 #address-wrapper p {
	margin:0;
}

.page-id-72 ul {
	padding:0;
	margin:0;
	display:flex;
	margin-top:48px;
	gap:24px;
}

.page-id-72 ul,
.page-id-72 ul li {
	list-style:none;
}

.page-id-72 ul li a {
	font-size:32px;
	line-height: 48px;
	width:48px;
	padding:12px;
	color:#121f47;
}

.page-id-72 ul li a:hover {
	color:#2fb8e4;
}

.page-id-72 #thank-you .title {
	font-size:96px;
	line-height: 124px;
}

.page-id-72 #thank-you h1 {
	font-size:54px;
	line-height:72px;
	margin:48px 0;
	color:#121f47;
}

.btn-primary a {
	font-size:18px;
	line-height: 24px;
}

@media screen and (max-width: 1280px) {
	.site-branding,
	.wp-block-group__inner-container,
	.admin-actions,
	.site-info {
		padding-left:30px;
		padding-right:30px;
	}

	#hero .wp-block-group__inner-container {
		padding-left:30px;
	}

	#hero h1 {
		font-size:100px;
		letter-spacing: -5px;
	}

	#hero figure {
		margin-right:-30px;
	}

	#about-courses .wp-block-button {
		display:block;
		margin:0;
		margin-top:10px;
		width:100%;
	}

	#about-courses .wp-block-button a {
		width:100%;
		text-align: center;
	}

	#about-courses .left {
		width:45%;
	}

	#about-courses .right {
		width:55%;
	}

	#about-courses .right .text {
		max-width: initial;
	}

	.site-branding a {
		height:54px;
	}

	#courses {
		display:none;
	}

}

@media screen and (max-width: 1080px) {
	p {
		font-size:16px;
		line-height: 26px;
	}

}


@media screen and (max-width: 1000px) {
	#hero h1 {
		font-size:90px;
		letter-spacing: -3px;
	}

	#why-relo .wp-block-column {
		width:50%;
		flex-basis:50%;
	}

	#why-relo .wp-block-column {
		margin-top:50px;
	}

	#why-relo .wp-block-columns {
		gap:0 !important;
		flex-wrap:wrap;
	}

	#why-relo h2 {
		margin-bottom:50px;
	}

	#about-courses .left {
		width:40%;
	}

	#about-courses .right {
		width:60%;
	}

	#about-courses .right p {
		font-size:16px;
	}

	#about-courses .right h2 {
		font-size:32px;
	}

	#about-courses .right p.incentive {
		font-size:18px;
		margin-top:30px;
		margin-bottom:30px;
	}

	#about-courses .wp-block-buttons {
		flex-wrap:nowrap !important;
	}

	#about-courses .wp-block-buttons a {
		padding:15px;
	}

	#our-story .left {
		width:55%;
	}

	#our-story .right {
		width:45%;
	}

	#our-story p {
		margin-top:0;
		margin-bottom:12px;
	}

	#cta {
		margin-top: -10px;
		z-index: 2;
		position: relative;
	}

	#our-story {
		position: relative;
		z-index: 1;
	}



}

@media screen and (max-width: 900px) {
	#hero h1 {
		font-size:80px;
	}

	#hero .left {
		flex-basis: 50% !important;
	}

	#hero .right {
		flex-basis: 50% !important;
	}

	#hero p {
		text-align: left;
	}

	#hero figure {
		width:100%;
	}


}

@media screen and (max-width: 750px) {
	#hero h1 {
		font-size:70px;
	}
	#hero p {
		text-align: left;
		font-size:18px;
	}

	#hero .left {
		flex-basis: 60% !important;
	}

	#hero .right {
		flex-basis: 40% !important;
	}

	#hero .wp-block-group__inner-container .wp-block-group__inner-container {
		padding:0;
	}


}

@media screen and (max-width: 550px) {
	#why-relo .wp-block-column {
		width:100%;
		flex-basis:100%;
	}

	#why-relo .wp-block-column figure,
	#why-relo .wp-block-column p {
		display:inline-block;
		vertical-align:middle;
	}

	#why-relo figure img {
		height:40px;
		padding:25px 0;
	}

	#why-relo figure {
		width:100px;
		height:100px;
		margin-left:30px;
	}

	#why-relo .wp-block-column p {
		margin:0;
		margin-left:30px;
		display:inline-block;
		max-width:300px;
		font-size:24px;
		text-align: left;
	}

	#partners .right {
		border:0;
	}

	#recosystem .wp-block-group__inner-container .wp-block-group__inner-container {
		padding:0;
	}

	#hero .wp-block-columns {
		display:block;
	}

	#hero .left,
	#hero .right {
		display:block;
	}

	#hero figure {
		float:none;
	}

	#hero .wp-block-group__inner-container {
		padding:0;
	}

	#hero .hero-group {
		text-align:center;
	}

	#hero .hero-group p {
		margin:0;
	}

	#hero .left {
		background:rgba(255, 222, 23, 0.85);
		position: absolute;
		width:100%;
		padding:20px;
		text-align: center;
		top:50%;
		margin-top:-65px;
	}

	#hero .wp-block-columns {
		position: relative;
	}

	#about-courses .left {
		display:none;
	}

	#about-courses {
		margin:0;
		padding:60px 0;
	}

	#about-courses .right {
		width:100%;
	}

	#our-mission .left {
		display:none;
	}

	#our-mission .wp-block-columns,
	#our-mission .right {
		width:100%;
	}

	#our-mission {
		margin:0;
		padding:60px 0;
	}

	#cta .wp-block-group__inner-container .wp-block-group__inner-container {
		padding:0;
	}

	#cta h2 {
		font-size:36px;
		line-height: 42px;
	}

	#cta h3 {
		font-size:20px;
	}

	#cta form .row-wrapper {
		display:block;
	}

	#cta form .row-wrapper .input-wrapper.left,
	#cta form .row-wrapper .input-wrapper.right,
	#cta form .row-wrapper .input-wrapper {
		width:100%;
		margin:20px 0 0 0;
	}

	#cta form input, #cta form select {
		padding:10px 15px;
	}


}


@media screen and (max-width: 550px) {
	#why-relo .wp-block-column p {
		max-width: 200px;
		margin-left:20px;
		font-size:18px;
	}

	#why-relo .wp-block-column figure {
		margin-left:10px;
		width:90px;
		height:90px;
	}

	#partners .wp-block-columns {
		display:block;
	}

	#partners .wp-block-column {
		width:100%;
		flex-basis: 100% !important;
	}

	#partners .wp-block-column.right {
		margin-top:30px;
	}

	#recosystem,
	#partners {
		padding:50px 0;
	}

	#recosystem .features ul {
		padding:15px;
	}

	#recosystem .wp-block-button,
	#recosystem .wp-block-button a {
		display:block;
	}


	#partners .wp-block-group__inner-container .wp-block-group__inner-container,
	#about-courses .wp-block-group__inner-container .wp-block-group__inner-container {
		padding:0;
	}


	#about-courses .right p.incentive {
		text-align: center;
	}
	#about-courses .right p.incentive span:first-child {
		display:block;
		text-align:center;
		font-size:24px;
		margin-bottom:10px;
	}

	#why-relo {
		padding:50px 0;
	}

	#why-relo h2 {
		margin-bottom:30px;
	}

	.site-branding a {
		height: 32px;
	}

	#about-courses .right h2 {
		margin-top:0;
	}

	#about-courses .right p #dynamic-text {
		font-size:18px;
	}

	#why-relo .wp-block-column p {
		max-width: 190px;
		margin-left:30px;
	}

	#hero h1 {
		font-size:48px;
		margin-bottom:24px;
	}

	#hero .left {
		top:initial;
		bottom:0;
		margin-top:0;
	}

}

@media screen and (max-width: 550px) {
	.page-id-72 #courses .wp-block-columns,
	.page-id-72 #recosystem .wp-block-columns {
		flex-direction: column;
	}

	.page-id-72 #thank-you .title {
		font-size:48px;
		line-height: 64px;
	}

	.page-id-72 #thank-you h1 {
		font-size:24px;
		line-height: 32px;
	}

}
