/*!
Theme Name: tlcrec_theme
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: tlcrec_theme
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.

tlcrec_theme 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 {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #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;
}

/* accordions areas */

.dropdowns {
	height: auto;
}

.dropdowns .transition,
.dropdowns p,
.dropdowns ul li i:before,
.dropdowns ul li i:after {
	transition: all 0.25s ease-in-out;
}

.dropdowns .flipIn,
.dropdowns ul li {
	animation: flipdown 0.5s ease both;
}

.dropdowns .no-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dropdowns ul {
	width: 100%;
}

.dropdowns ul li h3 {
	color: var(--darkpurple);
	font-family: var(--nunito);
	padding: 15px 0px 15px 0px;
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0;
	text-align: left;
	position: relative;
	transition: all 0.3s ease;
}

.dropdowns ul li:hover h3 {
	color: var(--blue);
	transition: all 0.3s ease;
}

.dropdowns ul li h3:before {
	content: " ";
	position: absolute;
	width: 2px;
	height: 16px;
	background-color: var(--darkpurple);
	right: 22px;
	top: 17px;
	transform: rotate(90deg);
	transition: all 0.3s ease;
}

.dropdowns ul li h3:after {
	content: " ";
	position: absolute;
	width: 16px;
	height: 2px;
	right: 16px;
	top: 24px;
	background-color: var(--darkpurple);
	transition: all 0.3s ease;
}

.dropdowns ul li label {
	position: absolute;
	color: transparent;
}

.dropdowns div.hide {
	position: relative;
	overflow: hidden;
	opacity: 1;
	font-size: 1em;
	transform: translate(0, 0);
	z-index: 2;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 20px;
	transition: all 0.5s ease;
}

.dropdowns div.hide p {
	color: var(--black);
	font-size: 1em;
}

.dropdowns ul {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 0;
	display: flex;
    flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}

.dropdowns ul li {
	position: relative;
	margin: 0;
	width: 100%;
	margin: 0;
	background: #fff;
	list-style-type: none;
	transition: all 0.3s ease;
}

.dropdowns ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	left: 0;
}

.dropdowns ul li input[type=checkbox]:checked~div.hide {
	margin: 0;
	max-height: 0;
	opacity: 0;
	padding: 0 20px;
	transform: translate(0%, 0%);
	transition: all 0.3s ease;
}

.dropdowns ul li input[type=checkbox]:checked~h3 {
	color: var(--darkgreen);
	padding: 15px 45px 15px 0px;
	margin: 0;
	position: relative;
	transition: all 0.3s ease;
}

.dropdowns ul li:hover input[type=checkbox]:checked~h3 {
	color: var(--blue);
	transition: all 0.3s ease;
}

.dropdowns ul li input[type=checkbox]:checked~h3:before {
	content: " ";
	position: absolute;
	width: 2px;
	height: 16px;
	background-color: var(--darkpurple);
	right: 23px;
	top: 18px;
	transform: rotate(0deg);
	transition: all 0.3s ease;
}

.dropdowns ul li input[type=checkbox]:checked~h3:after {
	content: " ";
	position: absolute;
	width: 16px;
	height: 2px;
	right: 16px;
	top: 24px;
	background-color: var(--darkpurple);
	transition: all 0.3s ease;
}

.dropdowns ul li:hover input[type=checkbox]:checked~h3:before,
.dropdowns ul li:hover input[type=checkbox]:checked~h3:after {
	background-color: var(--blue);
	transition: all 0.3s ease;
}

/* End Accordion */

/* general slider styles */

ul.glide__slides,
ul.glide__slides li{
    margin:0;
    padding:0;
    list-style-type:none;
}

.glide__arrow {
    color: transparent;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: var(--blue) 3px solid;
    transition:all 0.3s ease;
}


.glide__arrow:hover,
.glide__arrow:focus {
    border: var(--black) 3px solid;
    transition:all 0.3s ease;
}

.glide__arrow--right {
    right: -25px;
    border-left: 0!important;
    border-bottom: 0!important;
}

.glide__arrow--left {
    left: -25px;
    border-right: 0!important;
    border-top: 0!important;
}

/* end of slider */


/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

:root {
    --montserrat: "Montserrat", serif;
    --blue: #0075F2;
	--lightpurple: #FBF8FF;
    --purple: #CA95F7;
	--darkpurple: #521487;
    --white: #FFFFFF;
    --lightgrey: #F8F8F8;
	--black: #010117;

}


*{
    margin: 0;
    padding:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: var(--montserrat);
    background-color: #f4f4f4;
    color: var(--black);
    overflow: auto;
    overflow-x: hidden;
}

.post, .page {
    margin: 0;
}

#page{
    max-width:1800px;
    margin:auto;
    background-color:var(--white);
}

p {
    font-family: var(--montserrat);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--black);
    margin-bottom:15px;
    text-rendering: geometricPrecision;
    text-decoration: none;
    color: #43434a;
}

h1, h2, h3, h4, h5 {
    font-family: var(--montserrat);
    color: var(--black);
}

h1 {
    line-height: 1.15em;
    margin: 0 0 5px 0;
    font-size: 2.8rem;
    font-weight: 700;
}


h2 {
    color: var(--darkpurple);
    font-size: 2rem;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}


h3 {
    font-size: 1.3rem;
    font-weight: 650;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}


h4 {
    font-size: 1.2rem;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

h5 {
    color: var(--purple);
    font-size: 1.2rem;
    font-weight: 500;
}

h6 {
    text-transform: uppercase;
    color: var(--darkpurple);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.4px;
}

p strong, p b, strong, b{
    font-family: var(--montserrat);
    text-rendering: geometricPrecision;
}


a { 
    text-decoration: none;
    cursor: pointer;
    transition:all 0.3s ease;
}

header#masthead a{  
    text-decoration:none;
}


li { 
    list-style-type: none;
}


section div ul,
section div ol{ 
    margin:0 0 15px 15px;
}

section div ul li { 
    color: var(--black);
    font-size: 0.9em;
    list-style-type: disc;
    text-rendering: geometricPrecision;
}

section div ol li { 
    color: var(--black);
    font-size: 0.9em;
    list-style-type: numbers;
    text-rendering: geometricPrecision;
}



header#masthead .main-navigation {
    width:auto;
}





/* ******************************************************
    Buttons
*********************************************************/
a.blue-cta{
    text-decoration: none;
}
a button {
    border-radius: 30px;
    border: 0;
    padding: 12px 25px;
    cursor:pointer;
    transition:all 0.5s ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: background-position 0.4s ease;
    background-position: 100% 0;
    background-size: 200% 100%;
}

a button span{
    text-rendering: geometricPrecision;
    font-family: var(--montserrat);
    font-weight: 600;
    color: var(--white);
    font-size: 0.9em;
    text-transform:capitalize;
    transition:all 0.5s ease;
    text-wrap: nowrap;
}

a button svg{
    fill: var(--white);
    stroke: var(--white);
    width: 15px;
}

a.blue-cta button {
background-image: linear-gradient(to right, var(--darkpurple) 50%, var(--blue) 50%);
}

a button:hover {
background-position: 0 0;
}

a.white-cta button {
    background-image: linear-gradient(to right, var(--blue) 50%, var(--white) 50%);
    }

    a.white-cta button span{
color: var(--blue);
        }
        a.white-cta button:hover span{
            color: var(--white);
            }
    a.white-cta button svg{
        fill: var(--blue);
        stroke: var(--blue);
        width: 15px;
    }
    a.white-cta button:hover svg{
        fill: var(--white);
        stroke: var(--white);
    }






/* ******************************************************
    Header, Nav, Menus...
*********************************************************/

header#masthead div.menu-primary-menu-container {
    display:block;
}
    
header#masthead div.menu-mobile-menu-container {
    display:none;
}

header#masthead{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 90px;
    background: #fff;
    padding-left: 5%;
    padding-right: 5%;
	padding-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    max-width:1800px;
    margin:auto;
}

header#masthead .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

header#masthead .main-navigation ul li {
    margin: 0 15px 0 15px;
    padding: 15px 0;
    transition: all 0.3s ease;
	position: relative;
}

header#masthead .main-navigation ul li a{
    color: var(--black);
    font-size: 0.9em;
	font-weight: 450;
    font-family: var(--montserrat);
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li.current-menu-item a{
	    color: var(--blue);
}

header#masthead .main-navigation ul li:hover a,
header#masthead .main-navigation ul li:focus a{
    color: var(--blue);
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li.menu-item-has-children{
    padding-right: 15px;
	position: relative;
}


header#masthead .main-navigation ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: var(--blue);
    transition: width 0.2s ease-in-out;
}

.menu-item-has-children > a::after {
    content: '▾'; 
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

header#masthead .main-navigation ul li:hover::after {
    width: 100%;
}

header#masthead .main-navigation ul li ul li {
    padding: 8px 0;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li a,
header#masthead .main-navigation ul li:hover ul li a,
header#masthead .main-navigation ul li:focus ul li a{
    color: var(--black);
    font-size: 0.9em;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li:hover a,
header#masthead .main-navigation ul li ul li:focus a{
    color: var(--blue);
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul ul {
    background: white;
    display:block;
    margin-left: -15px;
	padding: 12px 0 10px;
	box-shadow: none;
}

header#masthead .main-navigation ul ul li::after{
    display: none!important;
}

header#masthead a.custom-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header#masthead a.custom-logo-link img.custom-logo {
    width: 140px;
    height: auto;
    display: block;
    margin-bottom: 25px;
}

header.site-header .contact-nav {
	background-color: var(--lightpurple);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
	position: absolute;
	top: 0px;
	right: 5%;
	padding: 2px 40px 5px;
	border-radius: 0 0 15px 15px;
	transition: all .5s ease;
}

header.site-header .contact-nav a {
	font-size: 0.8em;
	font-weight: 500;
	color: var(--darkpurple);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	transition: 0.3s ease all;
}

header.site-header .contact-nav svg {
	height: 20px;
	fill: var(--darkpurple);
	transition: 0.3s ease all;
}

header.site-header .contact-nav a:hover{
	color: var(--blue);
	transition: 0.3s ease all;
}
header.site-header .contact-nav a:hover svg{
	fill: var(--blue);
	transition: 0.3s ease all;
}

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

/* ******************************************************
    GSAP
*********************************************************/
section.home-hero .images-wrapper img,
section.employment-types .wrapper a,
section.role-types .wrapper a{
    opacity: 0;
}


/* ******************************************************
    Content
*********************************************************/
section.home-hero {
    padding-top: 80px;
}

section.home-hero .wrapper{
    background-image: url(https://tlc-rec.unbranded.digital/wp-content/uploads/2025/02/purple.png);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 100px 8%;
    margin: 20px 20px 10px;
    border-radius: 15px;
}

section.home-hero h1 {
    text-align: center;
    max-width: 800px;
    margin-bottom: 15px;
}

section.home-hero p{
    margin-bottom: 5px;
}

section.home-hero h1 span{
    color: var(--darkpurple);
}

section.home-hero p{
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    max-width: 700px;
    margin-bottom: 20px;
}

section.home-hero .images-wrapper{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin: 0 20px 70px;
}

section.home-hero .images-wrapper img{
   object-fit: cover;
   border-radius: 10px;
   height: 300px;
   width: calc((100% / 3) - 7px);
}

section.employment-types{
    padding: 70px 8%;
}

.centered-heading{
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.title-pill{
    padding: 5px 16px;
    border-radius: 15px;
    background-color: var(--white);
    width: fit-content;
    margin: 0 auto 6px;
}

.title-pill h6{
    font-size: 0.7em;
    font-weight: 600;
}

section.employment-types .wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
}

section.employment-types .wrapper .type{
    width: calc((100% / 3) - 10px);
    background-color: var(--lightpurple);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-decoration: none;
}
section.employment-types .wrapper .type .text{
    padding: 40px 35px 25px;
}

section.employment-types .wrapper .type .text h3{
	color: var(--darkpurple);
}

section.employment-types .wrapper .type .text p{
    font-size: 0.85em;
}

section.employment-types .wrapper a .button {
    width: 100%;
    background: var(--darkpurple);
    padding: 15px 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, var(--blue) 50%, var(--darkpurple) 50%);
    transition: background-position 0.4s ease;
    background-position: 100% 0;
}

section.find-jobs .wrapper a .button {
    width: 100%;
    background: var(--blue);
    padding: 15px 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, var(--darkpurple) 50%, var(--blue) 50%);
    transition: background-position 0.4s ease;
    background-position: 100% 0;
}

section.employment-types .wrapper a:hover .button,
section.find-jobs .wrapper a:hover .button{
    background-position: 0 0;
}

section.employment-types .wrapper a .button svg{
    stroke: var(--white);
    width: 15px;
}

section.employment-types .wrapper a span{
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
	font-size: 0.75rem;
    letter-spacing: 0.4px;
}

section.usps{
    padding: 70px 8%;
}

section.usps .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

section.usps .wrapper.reversed{
    flex-direction: row-reverse;
}

section.usps .wrapper .dropdowns,
section.usps .wrapper .content{
    width: 45%;
}

section.usps .wrapper .content h4{
	color: var(--purple);
    font-size: 1.2em;
    font-weight: 500;
}

section.usps .wrapper .dropdowns ul {
    margin-bottom: 20px;
}

section.usps .wrapper .title-pill{
    background-color: #F2F1FF;
    margin: 0 0 10px;
}


section.usps .wrapper .content .text span{
    color: var(--purple);
    font-size: 1.2em;
    font-weight: 500;
}

section.usps .wrapper .content .text p strong{
    color: var(--darkpurple);
}
section.usps .wrapper .content .text p {
    margin-bottom: 10px;
}

section.usps .wrapper .image{
    width: calc(55% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
}

section.usps .wrapper .main-img{
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    max-height: 450px;
    min-height: 350px;
    object-fit: cover;
    padding: 35px 0;
}

section.banner {
    margin: 70px 8%;
    background-color: var(--darkpurple);
    background-image: url('https://tlc-rec.unbranded.digital/wp-content/uploads/2025/02/Group-37.png');
    background-size: cover;  
    background-position: center; 
    padding: 35px 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
}

section.banner h3 p{
    color: var(--white);
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0;
}

section.banner h3 p span {
    color: var(--purple);
}
section.banner a.white-cta button{
    width: 170px;
}

section.role-types{
    padding: 70px 8%;
    margin: 20px;
    border-radius: 15px;
    background-image: url(https://tlc-rec.unbranded.digital/wp-content/uploads/2025/02/purple.png);
}

section.role-types .wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-top: 30px;
}

section.role-types .wrapper a {
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
    position: relative;
}

section.role-types .wrapper a img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    height: 300px;
    transition: opacity 0.3s ease; 
}

section.role-types .wrapper a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(82, 20, 135, 0.3); 
    opacity: 0; 
    transition: opacity 0.3s ease; 
    border-radius: 10px;
    z-index: 1; 
}

section.role-types .wrapper a:hover::after {
    opacity: 1; 
}

section.role-types .wrapper a:hover img {
    opacity: 0.7; 
}

section.role-types .wrapper a .text {
    background-color: var(--white);
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}

section.role-types .wrapper a .text h3 {
    color: var(--darkpurple);
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
}

section.role-types .wrapper a .text button {
    background-image: linear-gradient(to right, var(--darkpurple) 50%, var(--blue) 50%);
}

section.role-types .wrapper a:hover .text button {
    background-position: 0 0;
}

div#svg-container svg,
div#svg-container2 svg,
div#svg-container1a svg,
div#svg-container2a svg,
div#svg-container1b svg,
div#svg-container2b svg{
	width: 200px;
	height: 100px;
}

section.getting-started div#svg-container,
section.next-steps div#svg-container,
section.usps.interview-tips div#svg-container,
section.next-steps.candidates-steps div#svg-container,
section.usps.interview-tips div#svg-container1a,
section.usps.interview-tips div#svg-container1b{
    position: absolute;
    top: -100px;
	height: 100px;
    left: 0;
}

section.getting-started  div#svg-container2,
section.next-steps div#svg-container2,
section.usps.interview-tips div#svg-container2,
section.next-steps.candidates-steps div#svg-container2,
section.usps.interview-tips div#svg-container2a,
section.usps.interview-tips div#svg-container2b{
    position: absolute;
	height: 125px;
    bottom: -100px;
	transform: scale(-1, -1);
    right: 0;
}

section.getting-started {
    background: var(--lightpurple);
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    position: relative;
}

section.getting-started .wrapper{
	padding: 70px 8% 70px;
}

section.getting-started .step-nav {
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: end;
    justify-content: flex-start;
    margin-left: 50%;
    position: relative;
    top: 120px;
}

section.getting-started .step-nav::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--darkpurple);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

section.getting-started .step-nav button {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
    background-color: white;
    border: 1px solid var(--purple);
    border-radius: 50%;
    width: 30px;
    padding: 2px 2px 1px;
    height: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
}

section.getting-started .step-nav button.active,
section.getting-started .step-nav button:hover {
    background-color: var(--darkpurple);
    border: 1px solid var(--darkpurple);
    color: #fff;
}

section.getting-started .wrapper {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

section.getting-started .wrapper.active {
    display: flex; 
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 50px;
    opacity: 1;
    transform: translateY(0);
}


section.getting-started .wrapper img {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width: calc(50% - 50px);
    object-fit: cover;
}

section.getting-started .wrapper .content {
    width: 50%;
    padding-top: 80px;
}

section.getting-started .wrapper .content .title-pill {
    margin: 0 0 10px;
}


section.expandable-slider {
    padding: 70px 8%;
    position: relative;
}

section.expandable-slider .title-pill{
    background-color: #F2F1FF;
    margin: 0 0 10px;
}

section.expandable-slider .expandable-wrapper-container{
    overflow:hidden;
}

section.expandable-slider .expandable-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
	position: relative;
    max-width: 100%;
    transition: transform 0.5s ease-in-out;
    margin-top: 15px;
}

section.expandable-slider .expandable-wrapper .expandable-card {
    height: auto;
    flex: 0 0 calc((100% / 3) - 1em);
    margin: 0.5em;
    box-sizing: border-box;
    padding: 20px 30px;
    border-radius: 15px;
    background-color: var(--lightpurple);
    align-items: start;	
    display: flex;
	flex-direction:column;
    justify-content: center;
}

section.expandable-slider .expandable-wrapper .expandable-card .expandable-slider-text {
    font-size: 14px;
    font-weight: 300;
}

section.expandable-slider .expandable-wrapper .expandable-card .expandable-slider-text .read-more{
	text-decoration: underline;
    color: #af92c7;
}

section.expandable-slider .expandable-card p{
    text-wrap: balance;
    font-size: 14px;
}

section.expandable-slider .expandable-card .logo-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 12px;
}

section.expandable-slider .expandable-card .author{
    position: relative;
}

section.expandable-slider .expandable-card .author::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #af92c7;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

section.expandable-slider .expandable-card .author h5{
    color: var(--darkpurple);
    font-weight: 650;
    font-size: 0.9em;
    margin-bottom: 3px;
}

section.expandable-slider .expandable-card .author h5.company{
    color: var(--blue);
    font-weight: 400;
}

section.expandable-slider .slider-buttons-wrapper{
    width: 94%;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: 58%;
    left: 3%;
}
section.expandable-slider button{
    border: none;
    background: none;
}

section.expandable-slider .prev-btn svg,
section.expandable-slider .next-btn svg {
    stroke: var(--darkpurple);
    width: 25px;
    cursor: pointer;
}
section.expandable-slider .prev-btn svg{
    transform: scaleX(-1);
}

section.expandable-slider .prev-btn svg:hover,
section.expandable-slider .next-btn svg:hover{
    stroke: var(--blue);
}



/* ******************************************************
    Single Resource
*********************************************************/
section.resource-hero{
    padding-top: 80px;
}

section.resource-hero .wrapper{
    background-image: url('https://tlc-rec.unbranded.digital/wp-content/uploads/2025/02/Group-4.png');
    background-size: cover;  
    background-position: center; 
    padding: 100px 8%;
    margin: 20px;
    border-radius: 15px;
}

section.resource-hero h1 {
    font-size: 2.4em;
    font-weight: 600;
}
section.resource-hero h6{
    color: var(--purple);
    font-size: 1.2em;
}

section.resource-hero h1{
    color: var(--white)
}

section.resource-hero .post-tags{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin: 10px 0 0;
}

section.resource-hero .post-tags li{
    list-style: none;
    color: var(--purple);
    text-transform: uppercase;
    background-color: #CA95F754;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 0.8em;
    font-weight: 600;
}

section.resource-content{
    padding: 50px 8% 0px;
}

section.resource-content .paragraph{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

section.resource-content .paragraph .img-side {
    width: 50%;
}

section.resource-content .paragraph .img-side img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 370px;
    border-radius: 15px;
}

section.resource-content .text{
    width: 50%;
}

/* ******************************************************
    Resources
*********************************************************/
section.resources{
    padding: 40px 8% 70px;
	display: none;
}

section.resources .resources-heading{
    max-width: 400px;
    padding-bottom: 20px;
}

section.resources .resources-heading .title-pill {
    background-color: #F2F1FF;
    margin: 0 0 10px;
}

section.resources .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

section.resources .wrapper .post{
    width: calc((100% / 3) - 20px);
}

section.resources .wrapper .post .image-container{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 260px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

section.resources .wrapper .post .image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(82, 20, 135, 0.3); 
    opacity: 0; 
    transition: opacity 0.3s ease; 
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 1; 
}

section.resources .wrapper .post:hover .image-container::after {
    opacity: 1; 
}

section.resources .wrapper .post .image-container img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

section.resources .wrapper .post .text-content {
    padding: 0 10px;
}

section.resources .wrapper .post h3{
    font-size: 1.1em;
    font-weight: 550;
    line-height: 1.3em;
}

section.resources .wrapper .post p{
    font-size: 0.8em;
}

section.resources .wrapper .post .read-more{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

section.resources .wrapper .post .read-more h6{
    color: var(--blue);
    transition: 0.3s ease all;
}

section.resources .wrapper .post .read-more svg{
    stroke: var(--blue);
    width: 15px;
    transition: 0.3s ease all;
}

section.resources .wrapper .post:hover .read-more h6{
    color: var(--darkpurple);
    transition: 0.3s ease all;
}

section.resources .wrapper .post:hover .read-more svg{
    stroke: var(--darkpurple);
    transition: 0.3s ease all;
}


.single-resource-hero{
    padding-top: 80px;
}

.single-resource-hero .wrapper {
    background-image: url(https://tlc-rec.unbranded.digital/wp-content/uploads/2025/02/purple.png);    background-size: cover;
    background-position: center;
    padding: 70px 8%;
    margin: 40px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
    width: calc(100% - 200px);
}

.single-resource-hero .wrapper img{
    width: 400px;
    height: calc(100% + 40px);
    object-fit: cover;
    border-radius: 15px;
    position: absolute;
    right: -60px;
    top: -20px;
}

.page-template-work-with-us-tpl section.banner {
    margin: 0px 8%;
}

.single-resource-hero .wrapper img.spiral{
    width: 650px;
    height: calc(100% + 40px);
    position: absolute;
    right: -180px;
    top: -20px;
}

.single-resource-hero .wrapper .content{
    width: calc(100% - 440px);
    max-width: 500px;
}

.single-resource-hero .wrapper .content .title-pill {
    background-color: #F2F1FF;
    margin: 0 0 6px;
}
section.basic-content {
    padding: 70px 5%;
    margin: 0 auto;
    max-width: 1000px;
}



/* ******************************************************
     Contact
*********************************************************/
section.contact{
    padding-top: 80px;
}

section.contact .wrapper {
    background-image: url(https://tlc-rec.unbranded.digital/wp-content/uploads/2025/02/purple.png);
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-direction: row;
    padding: 70px 5%;
    margin: 20px 20px 10px;
    border-radius: 15px;
}

section.contact .wrapper .lhs{
    background-color: var(--white);
    padding: 60px 50px;
    border-radius: 15px;
    width: 60%;
}

section.contact .wrapper .lhs h1 {
    color: var(--darkpurple);
}

section.contact .wrapper .rhs{
    width: 40%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

section.contact .wrapper .rhs iframe {
    border-radius: 15px;
    width: 100%;
}

section.contact .wrapper .rhs .container{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
}

section.contact .wrapper .rhs .container .box{
    background-color: var(--white);
    border-radius: 15px;
    padding: 30px;
}

section.contact .wrapper .rhs .container .box h6 {
    color: #b07eda;
    font-size: 0.8em;
    font-weight: 550;
}

section.contact .wrapper .rhs .container .box a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    color: var(--darkpurple);
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1em;
    padding: 6px 0;
}

section.contact .wrapper .rhs .container .box a:hover{
    color: var(--blue);
    transition: 0.3s all ease;
}

section.contact .wrapper .rhs .container .box a:hover svg{
    fill: var(--blue);
    transition: 0.3s all ease;
}

section.contact .wrapper .rhs .container .box p{
    margin-bottom: 0;
}

section.contact .wrapper .rhs .container .box a svg{
    height: 25px;
    fill: var(--darkpurple);
}

.gform_wrapper.gravity-theme .gfield_label{
    font-size: 0.9em!important;
    color: var(--darkpurple);
    font-weight: 500!important;
    margin-bottom: 5px;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: var(--purple)!important;
}

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme .gfield textarea{
    background-color: #F8F8F8;
    border: none;
    border-radius: 5px;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    max-height: 200px;
}

.gform_wrapper.gravity-theme .gform_footer{
    margin: 30px 0 0;
}

.gform_wrapper.gravity-theme .gform_footer input{
    border-radius: 30px;
    border: 0;
    padding: 12px 25px;
    cursor:pointer;
    transition:all 0.5s ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: background-position 0.4s ease;
    background-position: 100% 0;
    background-size: 200% 100%;
    text-rendering: geometricPrecision;
    font-family: var(--montserrat);
    font-weight: 600;
    color: var(--white);
    font-size: 0.9em;
    text-transform:capitalize;
    text-wrap: nowrap;
    background-image: linear-gradient(to right, var(--darkpurple) 50%, var(--blue) 50%);

}

.gform_wrapper.gravity-theme .gform_footer input:hover {
    background-position: 0 0;
}

.page-template-contact-tpl p.gform_required_legend {
    display: none;
}

/* ******************************************************
    About Us
*********************************************************/
section.about-hero{
    padding-top: 80px;
    position: relative;
}

section.about-hero .image-wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 20px 20px 50px;
}

section.about-hero .image-wrapper .image-container {
    position: relative;
    width: calc((100% / 3) - 10px);
    height: 500px;
}

section.about-hero .image-wrapper .image-container img {
    border-radius: 15px;
    height: 500px;
    object-fit: cover;
    width: 100%;
}

section.about-hero .image-wrapper .image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(82, 20, 135, 0.3);
    border-radius: 15px;
    z-index: 1;
}

section.about-hero .text-content {
    max-width: 700px;
    min-width: 600px;
    text-align: center;
    padding: 50px;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: calc(50% + 50px); 
    transform: translate(-50%, -50%); 
    background: var(--white);
    z-index: 3;
}

section.about-hero .text-content .title-pill {
    background-color: #F2F1FF;
}

section.usps .wrapper .main-img.no-crop {
    padding: 0;
}

section.history {
    padding: 70px 10%;
    position: relative;
}

section.history .slider-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

section.history .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

section.history .line {
    background-color: var(--darkpurple);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 208px;
}

section.history .slider-item {
    flex: 0 0 calc((100% / 3.1) - 1em);
    margin: 0.5em 1em;
    box-sizing: border-box;
}

section.history .slider-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

section.history .slider-item .text-wrapper {
    padding: 30px 20px 0px 0px;
}

section.history .slider-item .text-wrapper h3{
    color: var(--darkpurple);
    margin-bottom: 5px;
    font-size: 1.3em;
}

section.history .slider-item .text-wrapper p {
    margin-bottom: 0;
}

section.history .slider-buttons-wrapper{
    width: 98%;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: 50%;
    left: 1%;
}

section.history .prev-btn,
section.history .next-btn {
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    background-color: transparent;
}

section.history .prev-btn svg,
section.history .next-btn svg {
    width: 30px;
    stroke: var(--darkpurple);
}

section.history .prev-btn svg{
    transform: scaleX(-1);
}

section.history .prev-btn:hover svg,
section.history .next-btn:hover svg {
    stroke: var(--blue);
}

section.values{
    padding: 0px 8% 70px;
    background-color: var(--lightpurple);
}

section.values .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px;
    padding-top: 35px;
}

section.values .wrapper .value{
   display: flex;
   flex-direction: column;
   gap: 5px;
   text-align: center;
   align-items: center;
   width: calc((100% / 4) - 21px);
}

section.values .wrapper .value h3{
    color: var(--darkpurple);
    font-weight: 600;
}

section.values .wrapper .value img{
    width: 50px;
    margin-bottom: 8px;
}

.triangle {
    fill: var(--lightpurple);
    width: 100%;
    height: 100px;
    display: block;
}

section.getting-started.reversed .wrapper {
    flex-direction: row-reverse;
}

section.getting-started.reversed .step-nav {
    margin-left: 8%;
}

/* ******************************************************
    For Employers / Candidates
*********************************************************/

section.employers-hero .text-content {
    text-align: start;
    padding: 30px 30px 30px 8%;
    left: 0;
    top: unset;
    bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
    transform: unset;
}
section.employers-hero .text-content .title-pill {
    margin: 0 0 10px;
}

section.staff-checks {
    padding: 70px calc(8% - 50px) 70px 8%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section.staff-checks .lhs {
    background-color: var(--darkpurple);
    padding: 50px 40px;
    border-radius: 10px;
    color: var(--white);
    width: 50%;
    min-width: 600px;
    height: 100%;
    position: relative;
    z-index: 1;
}

section.staff-checks .lhs .title-pill {
    background-color: #F2F1FF;
    margin: 0 0 10px;
}

section.staff-checks .lhs h2,
section.staff-checks .lhs p {
    color: var(--white);
}

section.staff-checks .lhs .wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}

section.staff-checks .lhs .wrapper .bullet{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

section.staff-checks .lhs .wrapper .bullet img{
    width: 20px;
}

section.staff-checks .lhs .wrapper .bullet .bullet-text{
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 500;
}

section.staff-checks .rhs {
    width: 50%;
    position: relative;
}

section.staff-checks .rhs img {
    border-radius: 10px;
    height: calc(100% + 50px);
    top: -25px;
    object-fit: cover;
    position: absolute;
    right: 50px;
    width: calc(100% + 50px);
    z-index: 0;
}

section.next-steps{
	position: relative;
    padding: 100px 8%;
	border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    background-color: var(--lightpurple);
    display: flex;
    flex-direction: row;
	align-items: center;
    gap: 40px;
}

section.next-steps .image{
    width: calc(55% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
}

section.next-steps .image img{
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    max-height: 450px;
    min-height: 350px;
    object-fit: cover;
}

section.next-steps .content{
    width: 45%;
    display: flex;
    flex-direction: column;
}

section.next-steps .content h2 span{
    color: var(--blue);
}

section.next-steps .content h2 p{
    font-weight: 750;
	font-size: unset;
    color: var(--darkpurple);
}

section.next-steps .content .step {
    display: flex;
    align-items: center;
    gap: 20px;
}

section.next-steps .content .step h3{
	color: var(--darkpurple);
	font-weight: 550;
	margin-bottom: 0;
}

section.next-steps .content .number {
    background-color: var(--darkpurple);
    color: var(--white);
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

section.next-steps .content .step-text{
    padding-left: 50px;
}

section.next-steps .content a.blue-cta{
    margin-left: 50px;
}


/* ******************************************************
    For Candidates
*********************************************************/
section.key-benefits{
    padding: 70px 8%;
}

section.key-benefits .wrapper{
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

section.key-benefits .wrapper .container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 70%
}

section.key-benefits .wrapper .container .box{
    border: 1px solid var(--purple);
    width: calc(50% - 20px);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

section.key-benefits .wrapper .container .box h3{
    padding: 20px 30px;
    margin-bottom: 0;
    border-top-right-radius: 30px;
    background-color: var(--lightpurple);
    color: var(--darkpurple);
}

section.key-benefits .wrapper .container .box p{
    padding: 20px 30px;
    margin-bottom: 0;
}

section.key-benefits .wrapper .image{
    width: 30%;
}

section.key-benefits .wrapper .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

section.find-jobs {
    background-color: var(--lightpurple);
}

section.find-jobs .wrapper a {
    background-color: var(--white);
}

section.next-steps.candidates-steps{
    background-color: var(--white);
    flex-direction: row-reverse;
	position: relative;
}

/* ******************************************************
    Career Advice
*********************************************************/
section.sub-pages-hero{
    padding-top: 80px;
    display: flex;
    flex-direction: row;
}

section.sub-pages-hero .text-content{
    background-image: url(https://tlc-rec.unbranded.digital/wp-content/uploads/2025/02/purple.png);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 80px 8%;
    margin: 20px 10px 0 20px;
    border-radius: 15px;
    width: calc(100% - 520px);
}

section.sub-pages-hero .text-content .wrapper{
    background-color: var(--white);
    padding: 50px;
    border-radius: 15px;
    max-width: 780px;
}

section.sub-pages-hero .text-content .wrapper p{
    margin-bottom: 0;
}

section.sub-pages-hero .text-content .title-pill {
    background-color: #F2F1FF;
    margin: 0 0 10px;
}

section.sub-pages-hero .image-wrapper{
    width: 500px;
    margin: 20px 20px 0 10px;
}

section.sub-pages-hero .image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

section.usps.interview-tips{
	position: relative;
	border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    background-color: var(--lightpurple);
}

section.usps.interview-tips .wrapper {
    flex-direction: row-reverse;
    gap: 60px;
}

section.usps.interview-tips .wrapper .image {
    width: calc(45% - 60px);
}
section.usps.interview-tips .dropdowns{
    width: 55%;
}
section.usps.interview-tips .dropdowns h2{
    padding-bottom: 15px;
}
section.usps.interview-tips .wrapper .main-img {
    border-radius: 15px;
    padding: 0;
    width: 100%;
}

section.usps.interview-tips .dropdowns ul li input[type=checkbox]:checked~h3{
    padding: 20px 30px;

}

section.usps.interview-tips .dropdowns ul li h3{
    padding: 20px 30px;
    color: var(--darkpurple);
}

section.usps.interview-tips .dropdowns ul li h3:hover{
    color: var(--purple);
}

section.usps.interview-tips .dropdowns div.hide {
    padding: 20px 30px;
    background-color: #F6F2FA;
    border-left: 4px solid var(--purple);
}

section.usps.interview-tips .dropdowns div.hide ul li{
    background-color: #F6F2FA;
}

section.usps.interview-tips .dropdowns ul li:hover input[type=checkbox]:checked~h3 {
	color: var(--purple);
}

section.usps.interview-tips .dropdowns ul li:hover input[type=checkbox]:checked~h3:before,
section.usps.interview-tips .dropdowns ul li:hover input[type=checkbox]:checked~h3:after {
	background-color: var(--purple);
}

section.next-steps.candidate-steps.reversed{
    flex-direction: row;
}

/* ******************************************************
    Professional Roles
*********************************************************/
section.roles{
    padding: 70px 8%;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

section.roles .lhs{
    max-width: 680px;
    display: flex;
    flex-direction: column;
}

section.roles .lhs h2 {
    margin: 0 0 10px 0;
}

section.roles .lhs h3 {
	font-size: 1.1em;
		font-weight: 500;
}

section.roles .lhs .post{
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease all;
}

section.roles .lhs .post h3{
    font-size: 1.4em;
    color: var(--darkpurple);
    transition: 0.3s ease all;
}

section.roles .lhs .post .requirements-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

section.roles .lhs .post .requirements-wrapper h6.white{
    color: var(--darkpurple);
    padding-right: 10px;
}

section.roles .lhs .post .requirements-wrapper h6 {
    color: var(--purple);
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 500;
}

section.roles .lhs .post .read-more {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

section.roles .lhs .post .read-more h6{
    color: var(--blue);
    font-weight: 600;
}

section.roles .lhs .post .read-more svg{
    stroke: var(--blue);
    transition: 0.3sease all;
    width: 15px;
}

section.roles .lhs .post:hover{
    background-color: var(--darkpurple);
    transition: 0.3s ease all;
}
section.roles .lhs .post:hover h3,
section.roles .lhs .post:hover p,
section.roles .lhs .post:hover .requirements-wrapper h6.white{
    color: var(--white);
    transition: 0.3s ease all;
}

section.roles .lhs .post:hover .read-more h6{
    color: var(--purple);
}

section.roles .lhs .post:hover .read-more svg{
    stroke: var(--purple);
}

.post-type-archive-roles section.next-steps.candidates-steps{
    background-color: var(--lightpurple);
}

/* ******************************************************
    Single Professional Role
*********************************************************/
section.resource-hero .wrapper .requirements-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

section.resource-hero .wrapper .requirements-wrapper h6.white{
    color: var(--white);
    padding-right: 10px;
}

section.resource-hero .wrapper .requirements-wrapper h6 {
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 450;
}

section.role-content{
    padding: 0 8% 70px;
    max-width: 1300px;
    margin: auto;
}

section.role-content h2{
    margin: 40px 0 10px;
}

section.role-content li {
    list-style-type: disc;
    font-weight: 300;
    font-size: 0.9em;
}

section.role-banner h3{
    color: var(--white);
}

section.role-banner h3 span{
    color: var(--purple);
}

.single-roles section.candidates-steps{
    background-color: var(--lightpurple);
}

/* ******************************************************
    Vacancies
*********************************************************/
section.home-hero.vacancies-hero .wrapper{
    align-items: start;
    background-image: url('https://tlc-rec.unbranded.digital/wp-content/uploads/2025/02/Group-4.png');
    background-size: cover;
    background-position: center;
}

section.home-hero.vacancies-hero .wrapper h1{
    color: var(--white);
	font-weight: 700;
}

section.home-hero.vacancies-hero .wrapper .hero-text p{
    color: var(--white);
    font-weight: 600;
    text-align: start;
    max-width: 500px;
    line-height: 1.3em;
}

section.home-hero.vacancies-hero .wrapper .hero-text p span{
    color: var(--purple);
}


/* ******************************************************
    Contract Types
*********************************************************/
section.usps.interview-tips.purple-background{
    background-color: var(--darkpurple);
}

section.usps.interview-tips.purple-background .dropdowns h2 {
    color: var(--white);
}

section.usps.interview-tips.purple-background .dropdowns ul li {
    background: #703A9E;
}

section.usps.interview-tips.purple-background .dropdowns ul li h3{
    color: var(--white);
}


/* ******************************************************
    Footer
*********************************************************/

footer#colophon ul li{
    list-style-type:none;
    margin-bottom: 2px;
}

footer#colophon a{
    text-decoration:none;
}

footer#colophon .site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 70px 8% 50px;
    flex-wrap: wrap;
    background: #22033D;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

footer#colophon .site-info .footer-intro{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-bottom: 60px;
    position: relative;
}

footer#colophon .site-info .footer-intro::after{
    position: absolute;
    content: "";
    height: 0.5px;
    width: 100%;
    background-color: #7d7d7d;
    right: 0;
    bottom: 40px;
}

footer#colophon .site-info .footer-intro h2 {
    color: var(--white);
    font-size: 1.7em;
    font-weight: 600;
}

footer#colophon .site-info .footer-intro .content{
    width: calc(100% - 380px);
}

footer#colophon .site-info .footer-intro .buttons{
    width: 340px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

footer#colophon .site-info .custom-widget{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	row-gap: 8px;
}

footer#colophon .site-info .custom-widget a {
    font-size: 0.9em;
    font-weight: 500;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.3s ease all;
}

footer#colophon .site-info .custom-widget a:hover{
	color: var(--blue);
	transition: 0.3s ease all;
}

footer#colophon .site-info .custom-widget a  svg {
    height: 20px;
    fill: var(--white);
    transition: 0.3s ease all;
}

footer#colophon .site-info .custom-widget a:hover svg{
	fill: var(--blue);
    transition: 0.3s ease all;
}

footer#colophon .site-info .custom-widget .socials{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

footer#colophon .site-info .custom-widget .socials .wrapper{
    background-color: var(--white);
    border-radius: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease all;
}

footer#colophon .site-info .custom-widget .socials .wrapper:hover{
    background-color: var(--blue);
    transition: 0.3s ease all;
}

footer#colophon .site-info .custom-widget .socials .wrapper img{
    width: 20px;
}

footer#colophon .site-info .widgets{
	display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    row-gap: 35px;
    padding-bottom: 35px;
}

footer#colophon .site-info .widget {
    margin: 0;
    padding: 0 60px 0 0;
    max-width: 33.333%;
    min-width: 130px;
}

footer#colophon .site-info .widget-title {
    color: var(--white);
    font-size: 1.1em;
    font-weight: 650;
}

footer#colophon .site-info a,
footer#colophon .site-info p,
footer#colophon .site-info li{
    color:var(--white);
    font-size: 0.9em;
    transition: all 0.3s ease;
}

footer#colophon .site-info ul{
    margin:0;
    column-count:1;
    column-gap:40px;
}

footer#colophon .site-info a:hover,
footer#colophon .site-info a:focus{
    color:var(--blue);
    transition:all 0.3s ease;
}

footer#colophon .terms-banner {
    background-color: #120121;
    padding: 8px 8%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 3px;
}

footer#colophon .terms-banner .copyright{
    color: var(--white);
    margin-bottom: 0;
    font-size: 0.8em;
}

footer#colophon .terms-banner a {
    color: var(--white);
    font-weight: 200;
    font-size: 0.8em;
    margin-left: 30px;
    margin-bottom: 0;
    transition:all 0.3s ease;
}

footer#colophon .terms-banner a:hover {
    color: var(--blue);
    transition:all 0.3s ease;
}



/* ******************************************************
    Media Queries
*********************************************************/


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

@media screen and (max-width:1200px){
    section.resource-content .paragraph {
        flex-direction: column-reverse;
    }
    section.resource-content .paragraph .img-side {
        width: 100%;
    }
    section.resource-content .text {
        width: 100%;
    }
    section.resource-content .paragraph .img-side img {
        max-height: 500px;
    }
    section.resources .wrapper .post {
        width: calc((100% / 2) - 20px);
    }
    .single-resource-hero .wrapper {
        padding: 40px 8%;
    }
.single-resource-hero .wrapper img.spiral {
    display: none;
}
.single-resource-hero .wrapper .content {
    width: calc(100% - 280px);
}
.single-resource-hero .wrapper img {
    right: 0;
    width: 300px;
}
.single-resource-hero .wrapper {
    width: unset;
}
section.contact .wrapper {
    flex-direction: column;
    padding: 70px 8%;
}
section.contact .wrapper .lhs {
    width: 100%;
}
section.contact .wrapper .rhs {
    width: 100%;
}
section.contact .wrapper .rhs iframe {
    height: 500px;
}
section.staff-checks {
    padding: 70px calc(8% - 150px) 70px 8%;
}
section.staff-checks .lhs {
    min-width: 500px;
}
section.key-benefits .wrapper {
    gap: 30px;
    flex-direction: column;
}
section.key-benefits .wrapper .container {
    gap: 30px;
    width: 100%;
}
section.key-benefits .wrapper .container .box {
    width: calc(50% - 15px);
}
section.key-benefits .wrapper .image {
    width: 100%;
}
section.key-benefits .wrapper .image img {
    max-height: 500px;
}
section.sub-pages-hero .text-content {
    background-image: url(https://tlc-rec.unbranded.digital/wp-content/uploads/2025/02/purple.png);
    padding: 0;
    width: calc(100% - 420px);
}
section.sub-pages-hero .text-content .wrapper {
    padding: 50px 8% 50px 50px;
    background-image: url(https://tlc-rec.unbranded.digital/wp-content/uploads/2025/02/purple.png);
}
section.sub-pages-hero .text-content .title-pill {
    background-color: var(--white);
}
section.sub-pages-hero .image-wrapper {
    width: 400px;
}
}

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

    section.home-hero .images-wrapper img {
        height: 200px;
    }

    section.employment-types .wrapper {
        flex-direction: column;
    }

    section.employment-types .wrapper a {
        width: 100%;
        background: linear-gradient(to bottom, var(--lightpurple) calc(100% - 40px), #fff 40px)
    }
    section.employment-types .wrapper a .button {
        float: right;
        max-width: 200px;
    }

    section.usps .wrapper,
    section.usps .wrapper.reversed {
        flex-direction: column-reverse;
    }
    section.usps .wrapper .dropdowns, 
    section.usps .wrapper .content {
        width: 100%;
    }
    section.usps .wrapper .image {
        width: 100%;
    }
    section.usps .wrapper .main-img {
        width: 100%;
        max-height: 400px;
    }
    section.banner {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    section.role-types .wrapper a img {
        height: 250px;
    }
    section.role-types .wrapper a .text {
        flex-direction: column;
        align-items: start;
        gap: 0px;
        padding: 0;
    }
    section.role-types .wrapper a .text h3 {
        padding: 20px 20px;
    }
    section.role-types .wrapper a .text button {
        border-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        width: 100%;
    }
	section.getting-started .wrapper {
        padding: 0px 8% 70px;
    }
    section.getting-started .step-nav {
        margin-left: 8%;
				top: 50px;
    }
    section.getting-started .wrapper.active {
        flex-direction: column-reverse;
    }
    section.getting-started .wrapper .content {
        width: 100%;
    }
    section.getting-started .wrapper img {
        border-top-right-radius: 70px;
        border-bottom-left-radius: 70px;
        width: 100%;
        max-height: 400px;
    }
    section.expandable-slider .expandable-wrapper .expandable-card {
        flex: 0 0 calc((100% / 2) - 1em);
    }
    section.history {
        padding: 70px 8%;
    }
    section.values .wrapper .value {
        width: calc((100% / 2) - 14px);
    }
    section.staff-checks {
        padding: 70px 8%;
        flex-direction: column;
    }
    section.staff-checks .lhs {
        width: 100%;
        min-width: 100%;
    }
    section.staff-checks .rhs {
        width: 100%;
    }
    section.staff-checks .rhs img {
        margin-top: 30px;
        height: 500px;
        top: 0;
        position: unset;
        right: 0;
        width: 100%;
    }
    section.next-steps {
        flex-direction: column-reverse;
    }
    section.next-steps .image {
        width: 100%;
    }
    section.next-steps .image img {
        width: 100%;
        max-height: 400px;
    }
    section.next-steps .content {
        width: 100%;
    }
    section.employment-types .wrapper a {
        width: 100%;
        background: linear-gradient(to bottom, var(--white) calc(100% - 40px), var(--lightpurple) 40px);
    }
    section.next-steps.candidates-steps{
        flex-direction: column-reverse;
    }
    section.usps.interview-tips .wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }
    section.usps.interview-tips .wrapper .image {
        width: 100%;
    }


    
header#masthead div.menu-primary-menu-container{
    display:none;
}
    
header#masthead div.menu-mobile-menu-container  {
    display:flex;
}

header#masthead .main-navigation .menu-toggle {
        display: block;
        margin: auto;
    }
    
    header#masthead .main-navigation {
        display: flex;
        width: 35px;
        position: fixed;
        right: 5%;
        height:80px;
        flex-direction: column;
        justify-content: center;
        z-index: 9999;
    }

	header#masthead a.blue-cta{
		margin-right: 60px;
	}
    
    
    header#masthead .main-navigation ul#mobile-menu {
        background: var(--lightpurple);
        height: 100vh;
        top: 0;
        left: -500px;
        position: fixed;
        width: calc(100% - 85px);
        max-width:400px;
        min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    
    header#masthead .main-navigation.toggled ul#mobile-menu {
        background: #f8f8f8;
        z-index:9999;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        width: calc(100% - 85px);
        max-width:400px;
        min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    header#masthead .main-navigation ul li {
        margin: 0;
        font-size: 1.25em;
    }
    
    header#masthead .main-navigation ul li a,
    header#masthead .main-navigation ul li:hover a,
    header#masthead .main-navigation ul li:focus a{
        margin: 0 0 15px;
        line-height: 1em;
        padding-bottom:3px;
    }
    
    header#masthead .main-navigation ul li.current_page_item a, 
    header#masthead .main-navigation ul li ul li.current_page_item a,
    header#masthead .main-navigation ul li.current_page_item:hover a,
    header#masthead .main-navigation ul li.current_page_item:focus a {
        margin: 0 0 15px;
        padding-bottom:3px;
    }

    
    header#masthead .main-navigation ul li {
        height: auto;
    }
    
    header#masthead .main-navigation ul li:hover,
    header#masthead .main-navigation ul li:focus{
        margin:0;
        font-size: 1.25em;
    }
    
    header#masthead .main-navigation ul ul{
        box-shadow: none;
    }
    
    
    
    header#masthead button div:first-child {
         margin: 0px 0 6px;
    }
    
    header#masthead button div {
        height: 2px;
        width: 34px;
		border-radius: 5px;
        background: var(--black);
         margin: 6px 0;
        transition: all 0.3s ease;
    }
    
    header#masthead button:hover div,
header#masthead button:focus div {
        background: var(--blue)0;
        transition: all 0.3s ease;
    }
    
    header#masthead button div:last-child {
         margin: 6px 0 8px;
        transition: all 0.3s ease;
    }
    
    
    header#masthead nav#site-navigation.toggled button div:first-child {
        transform: rotate(45deg);
        width:34px;
        transform-origin: 6px 5px;
        transition: all 0.3s ease;
    }
    
    header#masthead nav#site-navigation.toggled button div {
        width:0;
        transition: all 0.3s ease;
    }
    
    header#masthead nav#site-navigation.toggled button div:last-child {
        transform: rotate(-45deg);
        width:34px;
        transform-origin: 8px -1px;
        transition: all 0.3s ease;
    }
    
    
    header#masthead .menu-toggle{
        background-color: transparent;
        color:var(--black);
        border:0;
        border-radius:0;
        font-size: 0.65em;
        cursor: pointer;
        padding: 0!important;
    }
    
    header#masthead .menu-toggle:hover,
header#masthead .menu-toggle:focus {
        color: var(--blue);
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    header#masthead .menu-toggle:focus {
        outline: 0;
    }
    
    header.active .menu-toggle{
        color:var(--black)!important;
        transition: all 0.3s ease;
    }
    
    header.active button div{
        background-color:var(--black)!important;
        transition: all 0.3s ease;
    }
    
    header.active .menu-toggle:hover,
header.active .menu-toggle:focus{
        color:var(--blue)!important;
        transition: all 0.3s ease;
    }
    
    header.active button:hover div,
header.active button:focus div{
        background-color:var(--blue)!important;
        transition: all 0.3s ease;
    }
    footer#colophon .site-info .footer-intro {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    footer#colophon .site-info .footer-intro .content {
        width: 100%;
    }

}

@media screen and (max-width:880px){
    section.sub-pages-hero {
        flex-direction: column;
        margin: 20px 20px 0;
        gap: 20px;
    }
    section.sub-pages-hero .text-content {
        margin: 0;
        width: 100%;
    }
    section.sub-pages-hero .text-content .wrapper {
        padding: 50px 8%;
    }
    section.sub-pages-hero .image-wrapper {
        width: 100%;
        margin: 0
    }
    section.sub-pages-hero .image-wrapper img {
        max-height: 340px;
    }
}

@media screen and (max-width:840px){
    .single-resource-hero .wrapper img {
        display: none;
    }
    .single-resource-hero .wrapper .content {
        width: 100%;
        max-width: 100%;
    }
    .single-resource-hero .wrapper {
        padding: 40px 5%;
        margin: 20px;
    }
    section.history .slider-item {
        flex: 0 0 calc((100% / 2.5) - 1em);
        margin: 0.5em;
    }
	section.getting-started,
	section.next-steps,
	section.usps.interview-tips{
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
	}
	section.getting-started div#svg-container,
	section.next-steps div#svg-container,
	section.usps.interview-tips div#svg-container,
	section.next-steps.candidates-steps div#svg-container,
	section.usps.interview-tips div#svg-container1a, 
	section.usps.interview-tips div#svg-container1b{
    top: -75px;
	}

	section.getting-started div#svg-container2,
	section.next-steps div#svg-container2,
	section.usps.interview-tips div#svg-container2,
	section.next-steps.candidates-steps div#svg-container2,
	section.usps.interview-tips div#svg-container2a, 
	section.usps.interview-tips div#svg-container2b{
    bottom: -75px;
	}
	div#svg-container svg,
	div#svg-container2 svg,
	div#svg-container1a svg,
	div#svg-container1b svg,
	div#svg-container2a svg,
	div#svg-container2b svg{
		width: 100px;
	}
}

@media screen and (max-width:768px){
    section.home-hero h1 {
        font-size: 2.5em;
    }
    section.home-hero .wrapper {
        padding: 70px 5%;
    }
    section.home-hero .images-wrapper img {
        height: 150px;
    }
    section.employment-types {
        padding: 70px 5%;
    }
    section.usps {
        padding: 70px 5%;
    }
    section.banner {
        margin: 70px 5%;
        padding: 35px 30px;
    }
	.page-template-work-with-us-tpl     section.banner {
        margin: 0px 5%;
	}
    section.role-types {
        padding: 70px 5%;
    }
	    section.getting-started .step-nav {
        margin-left: 5%;
    }
	section.getting-started .wrapper {
        padding: 0px 5% 70px;
    }
    section.expandable-slider {
        padding: 70px 5%;
    }
    section.expandable-slider .slider-buttons-wrapper {
        width: 100%;
        left: 0%;
    }
    section.resource-content {
        padding: 50px 5% 0px;
    }
    section.resource-hero .wrapper {
        padding: 80px 5%;
    }
    section.resources {
        padding: 40px 5% 70px;
    }
    footer#colophon .site-info {
        padding: 70px 5% 50px;
    }
    footer#colophon .terms-banner {
        padding: 8px 5%;
    }
    section.contact .wrapper {
        padding: 70px 5%;
    }
    section.contact .wrapper .lhs {
        padding: 40px 25px;
    }
    section.about-hero {
        display: flex;
        flex-direction: column-reverse;
    }
    section.about-hero .image-wrapper .image-container {
        height: 180px;
        width: calc((100% / 3) - -2px);
    }
    section.about-hero .image-wrapper .image-container img {
        height: 180px;
    }
    section.about-hero .text-content {
        min-width: unset;
        padding: 30px 5% 0;
        width: 100%;
        position: unset;
        transform: unset;
    }
    section.about-hero .image-wrapper {
        gap: 5px;
    }
    section.history {
        padding: 70px 5%;
    }
    section.values {
        padding: 0px 5% 70px;
    }
    section.staff-checks {
        padding: 70px 5%;
    }
    section.staff-checks .lhs {
        padding: 45px 30px;
    }
    section.staff-checks .rhs img {
        height: 400px;
        border-top-right-radius: 70px;
        border-bottom-left-radius: 70px;
    }
    section.next-steps {
        padding: 70px 5%;
    }
    section.next-steps .content .step {
        gap: 10px;
    }
	section.getting-started.reversed .step-nav {
    margin-left: 5%;
}
    section.next-steps .content .step-text {
        padding-left: 40px;
    }
    section.key-benefits {
        padding: 70px 5%;
    }
    section.key-benefits .wrapper .container .box h3 {
        padding: 25px 20px;
    }
    section.key-benefits .wrapper .container .box p {
        padding: 10px 20px 25px;
    }
    section.sub-pages-hero .text-content .wrapper {
        padding: 50px 5%;
    }
    section.usps.interview-tips {
        padding: 70px 5%;
    }
    section.role-content {
        padding: 0 5% 70px;
    }
}

@media screen and (max-width:640px){
    section.role-types .wrapper,
    section.role-types .wrapper.reversed {
        flex-direction: column;
    }
    section.role-types .wrapper a {
        width: 100%;
    }
    section.role-types .wrapper a .text button {
        justify-content: start;
    }
    section.expandable-slider .expandable-wrapper .expandable-card {
        flex: 0 0 100%;
    }
    section.resources .wrapper .post {
        width: 100%;
    }
}

@media screen and (max-width:480px){
	header#masthead {
		padding-top: 0;
	}
    header.site-header .contact-nav{
		display: none;
	}
	header#masthead a.custom-logo-link img.custom-logo {
		margin-bottom: 7px;
	}
    section.values .wrapper .value {
        width: 100%;
    }
    section.key-benefits .wrapper .container .box {
        width: 100%;
    }
}

@media screen and (max-width:420px){
    h1 {
        font-size: 2.8em;
    }
header#masthead a.blue-cta{
	display: none;
}
section.employment-types .wrapper a .button {
    max-width: 100%;
}
section.usps .wrapper .main-img {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    max-height: 300px;
    padding: 0;
}
footer#colophon .site-info .footer-intro .buttons {
    flex-direction: column;
    align-items: start;
    gap: 15px;
}
}