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

htfskillstheme 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;
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# 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: var(--darkgreen);
}

a:visited {
    color: var(--darkgreen);
}

a:hover,
a:focus,
a:active {
    color: var(--darkgrey);
}

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

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

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

body {
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: "Lato", sans-serif;
    background-color: #f4f4f4;
    color: #161616;
    overflow: auto;
    overflow-x: hidden;
}

.post,
.page {
    margin: 0;
}

#page {
    max-width: 1800px;
    margin: auto;
    background-color: #fff;
}

p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var(--black);
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 8px;
}

p.heading {
    max-width: 500px;
    margin-bottom: 25px;
}

h1 {
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 10px;
	margin-top:0;
}


h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75em;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: var(--black);
}


h3 {
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.35em;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: var(--black);
}


h4 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--darkgreen);
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

h5 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

div.max-width-text{
    max-width: 520px;
}



p strong,
p b,
strong,
b {
    font-family: "Lato", sans-serif;
    text-rendering: geometricPrecision;
    font-weight: 600;
}

a.underline-animation{
    text-decoration: none;
    color: var(--darkgreen);
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 1em;
    position: relative;
    width: fit-content;
}
    a.underline-animation::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: var(--darkgreen);
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease;
}

a.underline-animation:hover::before {
    transform: scaleX(1);
}

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 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var(--black);
    font-size: 0.95em;
    line-height: 1.4em;
    margin-bottom: 8px;
    list-style-type: disc;
}

section div ol li {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var(--black);
    font-size: 0.95em;
    line-height: 1.4em;
    margin-bottom: 8px;
    list-style-type: numbers;
}



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





/* ******************************************************
    Buttons
*********************************************************/

a button.green {
    border-radius: 4px;
    border: none;
    background-color: var(--darkgreen);
    transition:0.1s ease;
    padding: 14px 60px 16px 30px;
    cursor: pointer;
    max-height: 52px;
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    transition: all 0.2s ease;
}

a button.green span {
    text-rendering: geometricPrecision;
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    color: var(--white);
    font-size: 0.8em;
    text-transform: capitalize;
    transition: all 0.2s ease;
}

  a:hover button.green {
    background-color:#9d9d9d;
    transition: all 0.2s ease;
  }



a button.white {
    border-radius: 4px;
    border: 0;
    max-height: 52px;
    background-color: #f0f0f0;
    transition:0.1s ease;
    padding: 14px 30px 16px 50px;
    cursor: pointer;
    clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.2s ease;
}

a button.white span {
    text-rendering: geometricPrecision;
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    color: var(--darkgreen);
    font-size: 0.8em;
    text-transform: capitalize;
    transition:0.2s ease;
}

a:hover button.white{
    background-color:#9d9d9d;
    transition: all 0.2s ease;
  }

a:hover button.white span{
    color:var(--white);
    transition: all 0.2s ease;
  }







/* ******************************************************
    Colours
*********************************************************/

:root {
    --darkgreen: #0E8739;
    --white: #ffffff;
    --darkgrey: #696969;
    --black: #0F0E17;
}




/* ******************************************************
    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;
    width: 100%;
    height: 80px;
	top:0;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    max-width: 1800px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

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: 24px 0;
    transition: all 0.3s ease;
}

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 {
    border-bottom: 1px solid;
}


header#masthead .main-navigation ul li a {
    color: var(--black);
    font-size: 0.75em;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-style: normal; 
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

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

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

header#masthead .main-navigation ul li.menu-item-has-children:after {
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid #0E8739;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    right: 0px;
    top: calc(50% - 6px);
}


header#masthead .main-navigation ul li ul li {
    padding: 5px 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: #383838;
    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: #188739;
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul ul {
    background: white;
    display: block;
    margin-left: -15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0 0 10px;
}

header#masthead .main-navigation ul ul:before {
    content: " ";
    width: calc(100% + 10px);
    height: 12px;
    margin-left: -5px;
    background: #fff;
    position: absolute;
    margin-top: -12px;
}



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 {
    display: block;
    width: 135px;
    height: auto;
}

header#masthead .nav-buttons {
    padding-right: 0;
    display: flex;
    flex-direction: row;
}

header#masthead .nav-buttons .green{
    margin: 0 -8px 0 0;
}

header#masthead .nav-buttons .white{
    margin: 0 12px 0 -8px;
    background-color: #F0F0F0;
}

header#masthead .nav-buttons .white:hover{
    background-color: #9d9d9d;
}


/* ******************************************************
    Content
*********************************************************/

section.home-hero {
    text-align: center;
    position: relative;
    background-size: cover;
    padding: 250px 0 500px;
    position: relative;
}


section.home-hero .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #03260f99;
}

section.home-hero .text-container {
    padding: 300px 8% 0px;
    max-width: 900px;
    margin: auto;
}

section.home-hero .text-container  p.p1 {
    color: white;
    font-size: 0.8em;
    max-width: 500px;
}

section.home-hero .text-container a{
    color: var(--white);
    cursor: pointer;
    font-size: 0.9em;
    text-decoration: none;
}

section.home-hero .text-container svg{
    fill: var(--white);
    width: 20px;
}

section.home-hero h1 {
    color: var(--white);
    font-size: 3em;
    text-wrap: balance;
    margin-bottom: 5px;
}

section.home-hero h5 {
    z-index: 3;
    color: var(--white);
    margin-bottom: 15px;
}

section.home-hero .buttons .green{
    margin: 10px -8px 0 0;
}

section.home-hero .buttons .white{
    margin: 10px 0 0 -8px;
}

section.home-hero .circle{
    background-color: var(--white);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top:100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.home-hero .circle img{
    width: 30px;
    padding-top: 20px;
}

section.central-white-box {
    padding: 0 8% 80px;
    margin: auto;
    text-align: center;
}

section.central-white-box .box {
    width: 100%;
    text-align: center;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 80px 5% 20px;
    max-width: 950px;
    border-radius: 4px;
}

section.central-white-box .box svg{
    fill: var(--darkgreen);
    height: 20px;
    width: 20px;
    vertical-align: middle;
    padding-left: 5px;
}

section.central-white-box .box .max-width-text{
    margin: auto;
}

section.central-white-box .box .icon-container {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
	flex-wrap:wrap;
}

section.central-white-box .box .icon-container .icon {
    max-width: 150px;
}

section.central-white-box .box a{
    text-decoration: none;
    color: var(--darkgreen);
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 1em;
    position: relative;
}

section.courses {
    background-color: #F9F9F9;
    width: 100%;
    padding: 80px 15%;

}

section.courses .course-cards {
    padding: 0 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

section.courses .course-cards .card {
    background-color: var(--white);
    padding: 50px 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
    width: 49%;
    border-bottom: 6px solid #0E8739;
    transition: 0.2s ease;
    margin-bottom: 20px;
	text-decoration:none;
	color:#161616;
}

body:not(.page-template-tpl_singlecourse) section.courses .course-cards .card:hover{
    box-shadow: rgb(149 157 165 / 88%) 0px 8px 24px;
    cursor: pointer;
    transform:scale(1.01);
}

section.courses .course-cards .card h4 {
    color: var(--darkgreen);
    padding-top: 20px;
}

section.courses .course-cards .card .buttons {
    display: flex;
    flex-direction: row;
    padding-top: 25px;
}

section.courses .course-cards .card .buttons .price-container p{
    font-size: 0.6em;
    margin-bottom: -3px;
    padding-bottom: 0px;
    color: var(--darkgreen);
    text-align: start;
}

section.courses .course-cards .card .buttons .price-container span{
    padding-top: 2px;
    font-size: 1.1em;
}

section.courses .course-cards .card .buttons .price-container{
    border-radius: 4px;
    border: 0;
    margin-right: -10px;
    max-height: 47px;
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    background-color: #f0f0f0;
    padding: 7px 50px 7px 30px;
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
}

section.courses .course-cards .card .buttons .no-clippath{
    padding: 12px 25px 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    margin: 0;
    max-height: 100%;
}

section.courses .course-cards .card .buttons .green span{
    display: block;
    padding-top: 5px;
}

section.courses .course-cards .card .green{
	color: var(--darkgreen);
}

section.courses .course-cards .card .buttons button.white{
    background-color: var(--darkgreen);
}

section.courses .course-cards .card .buttons button.white span{
    color: var(--white);
}

section.picture-cards {
    background-color: #F0F0F0;
    width: 100%;
    padding: 80px 15%;
}

section.picture-cards .max-width-text{
	margin-bottom:25px;
}

section.picture-cards .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

section.picture-cards a svg{
    fill: var(--darkgreen);
    height: 20px;
    width: 20px;
    vertical-align: middle;
    padding-left: 5px;
}

section.picture-cards .cards .card {
    width: calc(33.3% - 1em);
    box-sizing: border-box;
    margin: .5rem .5em;
    background-color: var(--white);
    border-radius: 4px;
    border-bottom: 4px solid #0E8739;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


section.picture-cards .cards .card:nth-child(2){
    border-bottom: 4px solid #0c2b17;
}

section.picture-cards .cards .card:nth-child(2) h2{
	color:#0c2b17;
}


section.picture-cards .cards .card:nth-child(3){
    border-bottom: 4px solid #161616;
}

section.picture-cards .cards .card:nth-child(3) h2{
	color:#161616;
}



section.picture-cards .cards .card .text {
    padding: 35px 7%;
}

section.picture-cards .cards .card img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

section.picture-cards .cards .card h3 {
    font-size: 1.3em;
}

section.picture-cards .cards .card h2 {
    font-size: 1.9em;
    color: #0E8739;
}

section.picture-cards .cards .card .text p{
    font-size: 0.9em;
	margin-bottom:20px;
}

section.picture-cards a {
    text-decoration: none;
    color: var(--darkgreen);
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 1em;
    display: block;
}

section.column-cards {
    padding: 80px 20% 50px;
    position: relative;
}

section.column-cards .flex-image{
    display: flex;
    flex-direction:row-reverse;
    justify-content: start;
}

section.column-cards img{
    width: 150px;
    height: 70px;
}

section.column-cards .text{
    text-align: start;
    width: calc(100% - 200px);
}



section.column-cards .text p{
    text-align: start;
    max-width: 540px;
}

section.column-cards .colour-side p {
    color: var(--white);
    margin-bottom: 0;
    max-width: 450px;
}

section.column-cards .cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
}

section.column-cards .cards .card {
    display: flex;
    flex-direction: row;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 40px;
    border-radius: 4px;
    border-bottom: 4px solid #0E8739;
}

section.column-cards .cards .card .colour-side {
    width: 50%;
    color: var(--white);
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

section.column-cards .cards .card .colour-side .overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 10px 5%;
    background-color: #0e8739cc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


section.column-cards .cards .card:nth-child(2)  .colour-side .overlay{
    background-color: #0c2b17d9;
}

section.column-cards .cards .card:nth-child(2) {
    border-bottom: 4px solid #0c2b17;
}



section.column-cards .cards .card:nth-child(3) .colour-side .overlay {
    background-color: #000000cc;
}

section.column-cards .cards .card:nth-child(3) {
    border-bottom: 4px solid #161616;
}



section.column-cards .cards .card .white-side {
    width: 50%;
    color: var(--black);
    padding: 30px 5%;
}

section.column-cards .cards .card h3 {
    color: var(--white);
}


section.testimonials{
	display:none!important /* hide until we got reviews */
}

section.testimonials {
    padding: 80px 15%;
    background: #F0F0F0;
}

section.testimonials .cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 15px;
}

section.testimonials .cards .card {
    width: 31%;
    padding: 30px 2%;
    background-color: var(--white);
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

section.testimonials .cards .card .stars {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
}

section.testimonials .cards .card .stars img {
    width: 25px;
    padding-right: 8px;
}

section.testimonials .cards .card strong p{
    font-weight: 900;
    margin-bottom: 0;
    padding-top: 10px;
}

section.carousel {
    display: none;
}

section.news {
    background-color: #F8F8F8;
}

section.news .cards .card a {
    color: var(--darkgreen);
    font-family: "Unbounded", sans-serif;
    text-decoration: none;
    padding-top: 30px;
}
section.news .cards .card{
    transition:0.1s ease;
}

section.news .cards span svg{
        fill: var(--darkgreen);
    height: 20px;
    width: 20px;
    vertical-align: middle;
    padding-left: 5px;
}

section.news .cards .card:hover{
    box-shadow: rgb(149 157 165 / 88%) 0px 8px 24px;
    cursor: pointer;
}




section.contact-form {
    padding: 80px 8%;
}

section.contact-form .text {
    text-align: center;
    max-width: 500px;
    margin: auto;
    padding-bottom: 30px;
}

section.contact-form .gform_wrapper {
    max-width: 700px;
    margin: auto;
}

.gform_wrapper .field_description_above .gfield_description{
	padding-bottom:0!important;
}

.gform_wrapper .gfield_description a{
    font-family: "Lato", sans-serif!important;

}

section.contact-form .gform_required_legend,
section.contact-form .charleft.gfield_description {
    display: none;
}

section.contact-form .gform_wrapper .gfield_label {
    font-family:"Lato", sans-serif;
    font-weight: 600;
    font-size: 0.95em;
	color:var(--darkgreen);
}

section.contact-form .gform_wrapper .gfield input,
section.contact-form .gform_wrapper .gfield select,
section.contact-form .gform_wrapper .gfield textarea {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    color: #2f2f2f;
    background-color: #F2F2F2;
    border: none;
    border-radius: 5px;
}

section.contact-form .gform_wrapper .ginput_container_date input {
    border: none;
}



section.contact-form input#gform_submit_button_1 {
    background-color: var(--darkgreen);
    font-family: "Unbounded", sans-serif;
    color: var(--white);
    font-size: 0.8em;
    padding: 13px 25px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

section.contact-form input#gform_submit_button_1:hover{
    background-color: #2f2f2f;
}


section.contact-form .gform_footer input.button{
    display: block;
    margin: 0 auto;
}

.gform_page_footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}



.page-template-posts section.single-course-hero,
.page-template-tpl_basic section.single-course-hero {
    padding: 250px 0 250px;
}


.post-template-default.single-post section.single-course-hero {
    padding: 0px;
	position:static;
}

.post-template-default.single-post section.single-course-hero .overlay{
	position:static;
	
}

.post-template-default.single-post section.single-course-hero .text-container {
    padding: 200px 8% 100px;
}





section.error-404.single-course-hero{
    padding: 250px 0;
}



/* Single Course ----------------------------------------*/

section.single-course-hero {
    text-align: start;
    padding: 250px 0 400px;
}

section.home-hero.single-course-hero h1 {
    font-size: 2.5em;
}

section.single-course-hero .text-container h3{
    color: var(--white);
    font-size: 1.5em;
}

section.single-course-hero .text-container{
    padding: 230px 40px 0 12%;
    max-width: 1000px;
    margin: 0;
}

section.single-course-hero .text-container p{
    max-width: 640px;
}

section.single-course-hero .overlay {
    background-color: #0a0a0a7d;
}


section.container .content {
    width: 50%;
    padding: 80px 0 80px 12%;
    display: inline-block;
}

section.container .content h3{
    padding-top: 60px;
	margin-bottom:10px;
	font-size: 1.3em;
}


section.container .content h2{
	font-size: 1.3em;
	font-weight: 600;
}

section.container .content .desc{
    padding-bottom: 20px;
}

section.container .content strong{
    font-size: 1em;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0;
}

section.container .content p{
    font-size: 1em;
}

section.container .content .bulletpoints h4{
	margin-bottom:5px;
	margin-top:25px;
	font-size: 1.1em;
	font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-style: normal;
}
	

section.container .content ul{
	list-style-type: none;
}
section.container .aside .gfield--input-type-consent.gfield--width-full.gfield_contains_required{
	display:none!important;
}
section.container .aside {
    position: sticky;
    top: 100px;
    width: 40%;
	margin-left:2.5%;
    margin-bottom: 50px;
    max-width: 600px;
    padding: 30px 25px 20px;
    z-index: 10;
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    display: inline-block;
	vertical-align: top;
	margin-top: 50px;
}

section.container .aside .gform_wrapper .gform_footer, 
section.container .aside .gform_wrapper .gform_page_footer {
    text-align: center;
}

section.container .subcontainer{
    width: 100%;
}


section.container .subcontainer  .parallax {
    height: 300px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

section.container .subcontainer  .parallax .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0a0a7d;
    z-index: 1;
}
section.container .subcontainer .column-courses {
    padding: 70px 52% 40px 12%;
}

section.container .subcontainer .column-courses .course-cards{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.container .subcontainer .column-courses .course-cards .card{
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
}

section.container .subcontainer .column-courses button.white{
    background-color: #F0F0F0;
    margin-left: -24px;
}


section.container .subcontainer .locations {
    width: 100%;
    padding: 50px 55% 50px 12%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
section.container .subcontainer .locations .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0a0a7d;
    z-index: -10;
}

section.container .subcontainer .locations .location-card {
    padding: 50px 8% 30px;
    max-width: 600px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

section.container .subcontainer .locations .location-card ul li{
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    padding: 13px 0;
    display:block;
    text-decoration: none;
    color: var(--darkgreen);
}

section.container .subcontainer .locations .location-card ul li a:hover{
    color: var(--darkgrey);
}

section.container .subcontainer .locations .location-card ul li::before{
    content: '';
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: middle;
    background-image: url('https://htfacademy.co.uk/wp-content/uploads/2023/09/icons8-location-100.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}

section.container .subcontainer .locations .location-card ul li{
    list-style: none;
    text-indent: -5px;
}

section.container .subcontainer .locations .location-card ul li svg{
    margin-right: 10px;
    margin-top: 5px;
}

section.container .subcontainer .locations .location-card .max-width-text {
    max-width: 520px;
    padding-bottom: 12px;
}


.book-button{
    display: none;
}






/* About Us ----------------------------------------*/


.page-template-tpl_about section.single-course-hero {
    padding: 250px 0 250px;
}

.page-template-tpl_about section.centered-paragraph * {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}



section.centered-paragraph {
    padding: 80px 12%;
}

section.centered-paragraph .images {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
    max-width: 100%;
}

section.centered-paragraph h3{
	padding-top: 30px;
}

section.centered-paragraph p {
    line-height: 1.6em;
}

section.centered-paragraph .images img {
    width: 50%;
    margin: 0;
    border-radius: 0px;
    height: 350px;
    object-fit: cover;
}


section.our-story {
    padding: 0 12%;
}

section.our-story .timeline {
    position: relative;
    max-width: 1200px;
    margin: 50px auto 0;
	padding-bottom:100px;
}

/* The actual timeline (the vertical ruler) */
section.our-story .timeline::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #979797;
    top: 17px;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
section.our-story .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
section.our-story .container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: white;
    border: 2px solid #979797;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
section.our-story .container:nth-child(odd) {
    left: 0;
	padding: 10px 40px 10px 10px;
}

/* Place the container to the right */
section.our-story .container:nth-child(even){
    left: 50%;
	padding: 10px 10px 10px 40px;
}

/* Add arrows to the left container (pointing right) */
section.our-story .container:nth-child(odd)::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #f2f2f2;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f2f2f2;
}

/* Add arrows to the right container (pointing left) */
section.our-story .container:nth-child(even)::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #f2f2f2;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f2f2f2 transparent transparent;
}

/* Fix the circle for containers on the right side */
section.our-story .container:nth-child(even)::after {
    left: -14px;
}

/* The actual content */
section.our-story .content {
    padding: 30px 30px;
    background-color: #f2f2f2;
    position: relative;
    border-radius: 6px;
}

section.our-story .content p{
	font-size:0.9em;
}

section.diagonal-split {
    padding: 0;
    background: #fff;
    text-align: left;
    position: relative;
}

section.diagonal-split .text {
    padding: 100px 5% 100px 8%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.diagonal-split .text ul{
    padding-top: 20px;
}

section.diagonal-split .text img {
    width: 30px;
}


section.diagonal-split .text p {
    padding-right: 8%;
    line-height: 1.6em;
}

section.diagonal-split .image {
    background-position: right !important;
}

section.diagonal-split .image {
    height: 100%;
    width: 50%;
    max-width: 900px;
    display: block;
    -webkit-clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 0px;
}

section.diagonal-split .colour {
    background: var(--darkgreen);
    height: 100%;
    max-width: 920px;
    width: calc(50% + 20px);
    -webkit-clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    z-index: 0;
    left: calc(50% - 20px);
    top: 0px;
}

section.course-config {
    background: linear-gradient( to bottom, #FFFFFF 0%, #FFFFFF 10%, #F0F0F0 10%, #F0F0F0 100%);
}

section.course-config .box {
    text-align: start;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 60px 10% 40px;
    max-width: 950px;
    background-color: var(--white);
}

section.course-config .gform_wrapper .percentbar_blue {
    background-color: var(--darkgreen) !important;
    color: #fff;
}

section.course-config .gform_wrapper .gfield_label {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: var(--black);
    font-size: 0.85em;
}

section.course-config .ginput_container input[type="text"] {
    background-color: #F0F0F0;
    border: none;
}

section.course-config .gform_wrapper .gform_page_footer input[type="button"] {
    background-color: var(--darkgreen);
    color: var(--white);
    padding: 10px 30px 10px 30px;
    font-family: "Unbounded", sans-serif;
    color: var(--white);
    font-size: 0.8em;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
}

section.course-config .gform_wrapper .gform_page_footer input[type="button"]:hover {
    background-color: #161616;
}



section.faqs{
    padding: 80px 10% 60px;
    background-color: #F0F0F0;
    width: 100%;
}

section.faqs .text{
	text-align: center;
}

section.faqs .text .max-width-text{
	margin: 0 auto 35px;
}

section.faqs .heading{
    margin-bottom: 0;
}




/* 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: #188739;
	font-family:"Lato", sans-serif;
    padding: 20px 40px 20px 20px;
	margin:0;
	font-weight:400;
	font-size:1.2em;
	text-align: left;
	position:relative;
	transition: all 0.3s ease;
}

.dropdowns ul li:hover h3{
    color: #188739;
	transition: all 0.3s ease;
}

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

.dropdowns ul li h3:after{
	content:" ";
	position:absolute;
	width:16px;
	height:4px;
	right:16px;
	top:29px;
	background-color:#188739;
	transition: all 0.3s ease;
}




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

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

.dropdowns div.hide p{
    color: #161616;
	font-size:0.95em;
}




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

.dropdowns ul li {
    position: relative;
    margin: 0;
    width: calc(50% - 15px);
	margin:0 15px 15px 0;
	border:1px solid #f2f2f2;
	background:#fff;
    border-radius: 5px;
	list-style-type:none;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	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: #161616;
	padding:20px 45px 20px 20px;
	margin:0;
	position:relative;
	transition: all 0.3s ease;
}

.dropdowns ul li:hover input[type=checkbox]:checked ~ h3 {
    color: #188739;
	transition: all 0.3s ease;
}

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

.dropdowns ul li input[type=checkbox]:checked ~ h3:after {
	content:" ";
	position:absolute;
	width:16px;
	height:4px;
	right:16px;
	top:29px;
	background-color:#188739;
	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:#188739;
	transition: all 0.3s ease;
}


/* End Accordion */




/* Contact -------------------------------------*/

section.diagonal-split-header{
    margin-top:80px;
}

section.diagonal-split-header .image {
    height: 100%;
    left: 0;
    -webkit-clip-path: polygon(0% 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0%, 75% 100%, 0% 100%);
}


section.diagonal-split-header .image iframe{
	width:100%;
}

section.diagonal-split-header .colour {
    height: 100%;
    -webkit-clip-path: polygon(0% 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0%, 75% 100%, 0% 100%);
    left: 0px;
}

section.diagonal-split-header .text {
    margin-left: 50%;    
	padding: 150px 5%;
}








section.contact-form-page{
    background-color: #F0F0F0;
}

section.contact-form-page .text{
    text-align: start;
    margin: 0;
}

section.contact-form-page  .gform_wrapper .gfield input,
section.contact-form-page  .gform_wrapper .gfield select,
section.contact-form-page  .gform_wrapper .gfield textarea {
    background-color: #FFFFFF;
}

section.contact-form-page {
    padding: 80px 14%;
}

section.contact-form-page .form-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section.contact-form-page ul:before{
    content:attr(aria-label);
    font-size:0.9em;
    font-weight:600;
    color: var(--darkgreen);
    font-family: "Unbounded", sans-serif;
}

section.contact-form-page .form-container .contact-details{
        margin: 25px 0 0 50px;
}


section.contact-form-page .form-container .contact-details a{
    text-decoration: none;
    color: var(--black);
}

section.contact-form-page .form-container .contact-details .socials img{
    width: 30px;
}

section.contact-form-page .gform_wrapper {
    width: 70%;
    margin: 0; 
}

section.contact-form-page .gform_wrapper .gform_fields {
    grid-column-gap: 4%;
}


/* Single Post -------------------------------------*/

section.single-course-hero p{
	color:#fff;
}

section.home-hero .text-container a.link:hover{
	text-decoration:underline;
}

section.home-hero .text-container a.link:before{
	content: "< ";
}

section.resource-post{
    padding: 80px 12%;
}

section.resource-post * {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

section.resource-post img{
    margin: 30px auto;
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: flex;
}

section.resource-post h3 {
    font-weight: 700;
    font-size: 1.5em;
}

section.resource-post .subtitle{
    padding-top: 30px;
    font-weight: 600;
    font-size: 1.1em; 
}
aside#secondary{
    display: none;
}

div#comments{
    display: none;
}

.posts-navigation .nav-next, .post-navigation .nav-next a {
    color: var(--darkgreen);
    padding: 0 8%;
  }


.single-post section.course-config .gform_page_footer {
    display: flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}


nav.navigation.post-navigation {
    display: none;
}



/* Single Location -------------------------------*/

.container .content .map{
    width: 100%;
    margin-top: 50px;
}


/* Resources -------------------------------------*/

section.resources{
    padding: 80px 8%;
    background-color: #F0F0F0;
}

section.resources .posts{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 30px;
}

section.resources .posts .post{
width: calc(33.3% - 20px);
box-sizing: border-box;
margin: 0 10px 20px;
background-color: var(--white);
border-radius: 4px;
border-bottom: 6px solid #0E8739;
text-decoration: none;
}


section.resources .posts .post img {
height: 200px;
width: 100%;
object-fit: cover;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

section.resources .posts .post .text {
padding: 20px 25px;
}




section.resources .posts .post span {
    font-family: "Unbounded", sans-serif;
    color: var(--darkgreen);
    font-size: 0.8em;
    transition:all 0.5s ease;
}

section.resources .posts .post span svg{
    fill: var(--darkgreen);
    height: 20px;
    width: 20px;
    vertical-align: middle;
    padding-left: 5px;
}

section.resources .posts a.post:hover span,
section.resources .posts a.post:focus span{
    color: #161616;
    transition:all 0.3s ease;
}

/* Book --------------------------------------*/


section.booking-form .text{
    text-align: center;
    margin: auto;
}

section.booking-form .form-container{
    width: 100%;
}

section.booking-form .gform_wrapper{
    max-width: 620px;
    margin: auto;
    width: 100%;
}




/* ******************************************************
    Form Styling
*********************************************************/


.gform_wrapper .field_description_above .gfield_description{
	padding-top:0!important;    
	font-size: 0.8em!important;
    margin-bottom: 10px;
}

.gform_wrapper .gfield_label {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: var(--black);
    font-size: 1em;
}



.gform_wrapper .image-choices-choice-image-wrap, 
.gform_wrapper .image-choices-choice-image-wrap:after {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}


.gform_wrapper .image-choices-field.ic-image--contain .image-choices-choice-image-wrap {
    background-size: contain;
    background-color: #C9C9C9;
    padding: 15px;
    height: 55px;
    width: 55px;
    background-origin: content-box;
	border-radius:200px;
	transition: all 0.3s ease;
}

.gform_wrapper .image-choices-field.ic-image--contain .image-choices-choice-image-wrap:hover{
    background-color: #6f6f6e;
	transition: all 0.3s ease;
}

.gform_wrapper .gsection {
    border-bottom: 0;
}

.gform_wrapper .gfield.gfield--width-full {
    padding-bottom: 0px;
}

.gform_wrapper .gform_wrapper .gf_progressbar {
    margin-bottom: 30px;
}

.gform_wrapper .image-choices-field[class*=ic-theme--] .image-choices-choice-text {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 0.8em!important;
    line-height: 1.25em!important;
}


.gform_wrapper .gform_validation_errors{
	display:none!important;
}

.gform_wrapper .gfield_consent_description {
    border: 0!important;
    margin: 0 0 8px!important;
    padding: 0!important;
}


.gform_wrapper .gform_footer, 
.gform_wrapper .gform_page_footer {
    padding: 5px 0 0!important;
}

.gform_wrapper .image-choices-choice-selected .image-choices-choice-image-wrap{
    background-color: var(--darkgreen)!important;
	transition: all 0.3s ease;
}

.gform_wrapper .image-choices-choice-selected .image-choices-choice-image-wrap:after{
    display:none;
}


.gform_wrapper .image-choices-field[class*=ic-theme--] .image-choices-choice-selected .image-choices-choice-text {
    color: var(--darkgreen)!important;
	font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 0.9em;
	transition: all 0.3s ease;
}



.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .ginput_container textarea{
    background-color: #f4f4f4;
	border-radius:4px;
    border: none;
}

.gform_wrapper .gform_page_footer input[type="button"],
.gform_wrapper .gform_page_footer .gform_button,
.gform_wrapper .gform_footer input[type="button"],
.gform_wrapper .gform_footer .gform_button{
    background-color: var(--darkgreen);
    color: var(--white)!important;
    padding: 14px 30px!important;
    font-family: "Unbounded", sans-serif;
    color: var(--white);
    font-size: 0.8em!important;
    font-weight: 600!important;
    border: none;
    cursor: pointer;
    transform: none!important;
	transition: all 0.3s ease;
}

.gform_wrapper input.gform_previous_button {
    background-color: #9d9d9d!important;
	transition: all 0.3s ease;
}

.gform_wrapper input.gform_previous_button:hover {
    background-color: #161616!important;
	transition: all 0.3s ease;
}

.gform_wrapper .gform_page_footer .gform_button:hover,
.gform_wrapper .gform_page_footer input[type="button"]:hover,
.gform_wrapper .gform_footer input[type="button"]:hover,
.gform_wrapper .gform_footer .gform_button:hover{
    background-color: #2f2f2f;
	transition: all 0.3s ease;
}


.gform_wrapper p.gform_required_legend{
	display:none!important;
}



.modal {
	display: none;
}




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

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

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

footer#colophon .site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 45px 7.5%;
    flex-wrap: wrap;
    background: #2f2f2f;
    width: 100%;
}

footer#colophon .site-info .widget {
    margin: 0 0 40px;
    padding: 0 20px 0 0;
    width: 33.333%;
}


footer#colophon .site-info .widget_media_image img{
	width:250px;
}



footer#colophon .site-info .widget-title {
    color: #ffffff;
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 0.9em;
}

footer#colophon .site-info a,
footer#colophon .site-info p,
footer#colophon .site-info li {
    color: #ffffff;
    font-size: 1em;
    transition: all 0.3s ease;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

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

footer#colophon .site-info a:hover {
    color: #188739;
    transition: all 0.3s ease;
}

footer#colophon .terms-banner {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 10px 8%;
	flex-wrap: wrap;
	row-gap: 5px;
}

footer#colophon .terms-banner a {
    font-size: 1em;
    transition: all 0.3s ease;
}

footer#colophon .terms-banner p {
    padding-right: 20px;
    color: #161616;
    font-size: 0.75em;
	margin-bottom:0;
    transition: all 0.3s ease;
}


footer#colophon .terms-banner a:hover p,
footer#colophon .terms-banner a:focus p{
    color: #188739;
    transition: all 0.3s ease;
}


footer#colophon input#gform_submit_button_2 {
    background-color: var(--darkgreen);
    font-family: "Unbounded", sans-serif;
    color: var(--white);
    font-size: 0.8em;
    padding: 14px 25px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

footer#colophon input#gform_submit_button_2:hover{
    background-color: var(--white);
    font-weight: 700;
    color: var(--darkgreen);
}

footer#colophon .gform_wrapper.gravity-theme .gfield input.large {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

footer#colophon .site-info aside#text-2{
    column-count: 2;
}

footer#colophon .site-info aside#text-2 img{
    margin-right: 16px;
    vertical-align: middle;
    width: 45px;
}

footer#colophon .site-info aside#gform_widget-5{
    color: var(--white);
    font-size: 1em;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    width:50%;
}

footer#colophon .site-info aside#gform_widget-5{
	margin-bottom:20px;
}

footer#colophon .site-info aside#custom_html-2{
	margin-bottom:0;
}




footer#colophon .site-info .gform_wrapper .gfield_label {
    display: none;
}

footer#colophon .site-info aside#gform_widget-5 .gsection_title{
    color: var(--white);
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    font-size: 0.9em;
}

footer#colophon .site-info aside#gform_widget-5 .gform_wrapper .gsection {
    border-bottom: none;
    padding: 0;
    margin-bottom: -15px;
}

footer#colophon .site-info aside#gform_widget-5 .gform_wrapper input#input_2_1 {
    color: white;
}





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


@media screen and (max-width:1530px) {
	
    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: 85px;
        position: fixed;
        right: 5%;
        height: 80px;
        flex-direction: column;
        justify-content: center;
        z-index: 9999;
    }


    header#masthead .main-navigation ul#mobile-menu {
        background: #f8f8f8;
        height: 100vh;
        top: 0;
        left: -500px;
        position: fixed;
        width: calc(100% - 85px);
        max-width: 400px;
        min-width: 150px;
        padding: 75px 20px 35px 5% !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    }

    header#masthead .nav-buttons {
        padding-right: 11%;
    }


    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: 75px 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 {
        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 {
        margin: 0 0 15px;
        padding-bottom: 3px;
    }


    header#masthead .main-navigation ul li {
        height: auto;
    }

    header#masthead .main-navigation ul li:hover {
        margin: 0;
        font-size: 1.25em;
    }

    header#masthead .main-navigation ul ul {
        box-shadow: none;
    }



    header#masthead button div:first-child {
        margin: 0px auto 5px;
    }

    header#masthead button div {
        height: 3px;
        width: 34px;
        background: #494758;
        margin: 5px auto;
        transition: all 0.3s ease;
    }

    header#masthead button:hover div {
        background: #0E8739;
        transition: all 0.3s ease;
    }

    header#masthead button div:last-child {
        margin: 5px auto 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: #494758;
        border: 0;
        border-radius: 0;
        font-size: 0.65em;
        cursor: pointer;
        padding: 0 !important;
    }

    header#masthead .menu-toggle:hover {
        color: #0E8739;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    header#masthead .menu-toggle:focus {
        outline: 0;
    }
	
	header#masthead .main-navigation ul li{
    	padding: 0 0 24px;	
	}

    header.active .menu-toggle {
        color: #494758 !important;
        transition: all 0.3s ease;
    }

    header.active button div {
        background-color: #494758 !important;
        transition: all 0.3s ease;
    }

    header.active .menu-toggle:hover {
        color: #0E8739 !important;
        transition: all 0.3s ease;
    }

    header.active button:hover div {
        background-color: #0E8739 !important;
        transition: all 0.3s ease;
    }
}
@media screen and (max-width:1280px) {
	
    section.container .content {
        padding: 80px 2.5% 80px 5%;
		width:45%;
    }
	
	section.container .aside {
    	width: 50%;
		margin-left: 0%;
	}
	
    section.container .subcontainer .column-courses {
        padding: 70px 57.5% 40px 5%;
    }
    section.container .subcontainer .locations {
        padding: 50px 57.5% 50px 5%;
    }
	
    section.picture-cards {
        padding: 80px 8%;
    }
    section.courses {
        padding: 80px 8%;
    }

    section.testimonials {
        padding: 80px 8%;
    }
    section.column-cards {
        padding: 80px 8% 50px;
    }

	
	.gform_wrapper .image-choices-field.ic-image--contain .image-choices-choice-image-wrap {
    	height: 50px;
    	width: 50px;
	}
	
	
	
	section.home-hero .text-container {
		padding: 250px 8% 0px;
	}
	
	section.home-hero {
		padding: 200px 0 400px;
	}
	
	
	
}



@media screen and (max-width:1080px) {
	
	footer#colophon .site-info aside#text-2 {
     	column-count: 1; 
	}
	
}



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

    .aside div#gform_wrapper_3 {
        display: block!important;
    }
	
    section.container .content {
        width: 100%;
        padding: 80px 12% 80px 8%;
    }

    section.container .subcontainer .column-courses {
        width: 100%;
        padding: 80px 12% 80px 8%;
    }

    section.container .subcontainer .locations {
        padding: 50px 0;
    }

	section.container .subcontainer .locations .location-card {
    	margin: auto;
	}

	.book-button{
    	display: block;
    	position: fixed;
    	right: 0;
    	top: 30%;
    	z-index: 999;
	}

	.book-button a button {
    border-radius: 4px;
    border: 0;
    background: var(--darkgreen);
    padding: 10px 26px;
    cursor: pointer;
    transform-origin: bottom right;
    transform: rotate(270deg);
	}

	.book-button a button span {
    text-rendering: geometricPrecision;
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    color: var(--white);
    font-size: 0.8em;
    text-transform: capitalize;
	}

	.book-button a:hover button {
    background: var(--white);
    cursor: pointer;
	}

	.book-button a:hover button span{
    color: var(--darkgreen);
	}

	.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
	}

	.modal .aside .gform_wrapper .percentbar_blue {
    background-color: var(--darkgreen) !important;
    color: #fff;
	}

	.modal .aside .gform_wrapper .gfield_label {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: var(--black);
    font-size: 0.85em;
	}

	.modal .aside .ginput_container input[type="text"] {
    background-color: #F0F0F0;
    border: none;
	}

	.modal .aside .gform_wrapper .gform_page_footer input[type="button"] {
    background-color: var(--darkgreen);
    color: var(--white);
    padding: 10px 30px 10px 30px;
    font-family: "Unbounded", sans-serif;
    color: var(--white);
    font-size: 0.8em;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
    display: inline-block;
	}

	.modal .aside .gform_wrapper .gform_page_footer input[type="button"]:hover {
    transform: translateX(8px);
	}

	section.container .aside  .ic-theme--simple .image-choices-choice .gform-field-label {
    flex-direction: row;
    column-gap:20px;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px 15px 20px;
    box-shadow: inset 0 0 0 2px #dbdbdb;
    border-radius: 8px;
    background:white;
	}

	.aside {
    background-color: #fff;
    margin: 95px auto;
    padding: 50px 5%;
    border: none;
    width: 90%;
    position: relative;
    z-index: 1;
    outline: none;
    border-radius: 10px;
    max-height:calc(100vh - 150px);
    overflow: scroll;
    
	}

	section.container .aside{
    display: none;
	}

	.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
	}

	.modal .aside .close img{
    width: 30px;
    margin: 10px;
	}
	
	section.contact-form-page .gform_wrapper {
    width: 100%;
	}
	
	section.contact-form-page .form-container{
    flex-direction: column;
	}

	section.contact-form-page .form-container .contact-details {
    margin: 50px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	}

	section.centered-paragraph {
    padding: 80px 8%;
	}

	section.our-story .heading-text p {
    max-width: 100%;
	}

	section.our-story {
    	padding: 0 8%;
	}
	
	
	section.faqs {
		padding: 80px 5% 60px;
	}
	
	section.courses .course-cards .card {
    	width: 100%;
	}

}





@media screen and (max-width:820px) {
    
    footer#colophon .site-info {
    flex-direction: column;
    padding: 45px 5%;
    }
    
    section.courses .course-cards {
        padding: 30px 0;
        flex-direction: column
    }

    section.courses .course-cards .card {
        width: 100%;
        margin-bottom: 30px;
    }

    section.picture-cards .cards .card {
        width: calc(50% - 1em);
    }

    section.resources .posts .post{
        width: calc(50% - 1em);
    }

    section.testimonials {
        display: none;
    }

    section.carousel {
        display: block;
        position: relative;
        background-color: #F0F0F0;
        padding: 80px 8%;
    }

    section.carousel .slider-container {
        max-width: 80%;
        overflow: hidden;
        margin: auto;
        padding-top: 30px;
    }

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

    section.carousel .slide-card {
        flex: 0 0 calc(100%);
        /* Show only 1 card at once */
        margin-right: 20px;
        padding: 20px 30px;
        background-color: #FFFFFF;
        border-radius: 10px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    section.carousel .slide-card .stars {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 150px;
        padding-bottom: 15px;
    }
    
    section.carousel .slide-card .stars img {
        width: 20px;
    }

    section.carousel .slide-card .bold {
        font-weight: 600;
    }

    section.carousel .prev-btn,
    section.carousel .next-btn {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        padding: 10px 20px;
        color: #fff;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    section.carousel .prev-btn {
        left: 0px;
    }

    section.carousel .next-btn {
        right: 0px;
    }

    section.carousel .prev-btn:hover {
        color: var(--darkgreen);
    }
    section.contact-form-page {
        padding: 80px 8%;
    }
    section.column-cards .text {
    	width: 100%;
    }
	
    section.column-cards .flex-image {
    	flex-direction: column;
		align-items:flex-end;
    }
	
  
    
    section.column-cards .cards .card {
    flex-direction: column;
    }
	
    section.column-cards .cards .card .colour-side {
    	width: 100%;
    }
	
	section.column-cards .cards .card .colour-side .overlay{
    	padding: 30px 5%;
    }
	
    section.column-cards .cards .card .white-side {
    width: 100%;
    }
	
		
	footer#colophon .site-info .widget {
    	width: 100%;
	}
	
	
}






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

    header#masthead .nav-buttons {
        display: none;
    }
    
    section.home-hero h1 {
        font-size: 2em;
    }

    section.central-white-box {
        padding: 0 5% 50px;
    }

    section.courses {
        padding: 50px 5%;
    }

    section.picture-cards {
        padding: 80px 5%;
    }

    section.column-cards {
        padding: 80px 5% 50px;
    }

    section.contact-form {
        padding: 80px 7.5%;
    }

    section.resource-post {
        padding: 60px 5%;
    }

    section.resource-post img{
        width: 100%;
    }

    section.diagonal-split-header .text {
        padding: 140px 5% 70px!important;
    }

    section.diagonal-split .text {
        padding: 70px 5%;
        width: auto;
        height: auto;
        display: block;
    }

    section.diagonal-split .text p{
        max-width: 100%;
    }

    section.resources {
        padding: 80px 5%;
    }

    section.centered-paragraph {
        padding: 80px 5%;
    }

    section.our-story {
        padding: 0 5%;
    }

    section.carousel {
        padding: 80px 5%;
    }
	
	
	section.faqs {
    	padding: 80px 5% 60px;
	}
	
	
	.page-template-tpl_singlecourse section.faqs{
    	padding: 80px 7.5% 60px 5%;
	}
	
	.dropdowns ul li{
		width:100%;
		margin:0 0 20px;
	}

	
	
	
    section.diagonal-split .image {
        height: 350px;
        width: 100%;
        display: block;
        -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
        position: static;
        border-bottom: 10px solid var(--darkgreen);
    }


    section.diagonal-split .colour {
        display: none;
    }

    section.contact-form-page .form-container .contact-details {
        flex-direction: column;
    }

    section.container .content {
        padding: 80px 12% 80px 5%;
    }
    section.container .subcontainer .column-courses {
        padding: 70px 7.5% 40px 5%;
    }

    section.faqs .acc-container {
        flex-direction: column;
        padding-top: 30px;
        height: 1100px;
        width: 100%;
        margin:auto;
    }

	section.faqs .acc-container .individual-container {
	    width: 100%;
	}

	
	section.centered-paragraph .images {
		display: block;
	}
	
	section.centered-paragraph .images img{
		width:100%;
	}

	section.course-config .box {
		padding: 60px 5% 20px;
	}
	
	section.diagonal-split-header .text {
    	margin-left: 0;
		padding: 70px 5% 70px!important;
	}


}






@media screen and (max-width:640px) {
	
    section.picture-cards .cards .card {
        width: 100%;
    }

    section.resources .posts .post{
        width: 100%;
    }

    section.faqs .container .card {
        width: 100%;
    }
	
	
	section.centered-paragraph .images img {
    	height: 250px;
	}

	
	
    /* Place the timelime to the left */
    section.our-story .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    section.our-story .container {
        width: 100%;
    	padding: 0 0 20px 50px!important;
    }

	
    /* Make sure that all arrows are pointing leftwards */
    section.our-story .container::before {
        display:none;
    }

    /* Make sure all circles are at the same spot */
    section.our-story .container:nth-child(odd)::after {
        left: 15px;
    }
    section.our-story .container:nth-child(even)::after{
        left: 17px;
    }


    /* Make all right containers behave like the left ones */
    section.our-story .container:nth-child(even){
        left: 0%;
    }
    section.contact-form-page {
        padding: 80px 5%;
    }

    section.carousel .prev-btn {
        left: 0px;
    }

    section.carousel .next-btn {
        right: 0px;
    }
	
	
	section.courses .course-cards .card .buttons{
		flex-wrap:wrap;	
	}
	
	section.courses .course-cards .card .buttons .price-container{
    border-radius: 4px;
    border: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    max-height: 100%;
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    background-color: #f0f0f0;
    padding: 8px 30px 2px;
    clip-path: none;
	}

	
	section.courses .course-cards .card .buttons button.white{
		max-height: 100%;
    	padding: 14px 30px;
	    clip-path: none;
    	margin-bottom: 10px;
		width:100%;
	}

	
	footer#colophon .site-info aside#gform_widget-5 {
    	width: 100%;
	}
	
	footer#colophon .terms-banner p {
		padding-right: 10px;
	}
	
	footer#colophon .terms-banner {
    	padding: 10px 5%;
	}
	

}






@media screen and (max-width:480px) {
	
    section.home-hero .text-container {
    	padding: 200px 5% 0px;
    }
	
	.page-template-tpl_singlecourse section.home-hero .text-container{
    	padding: 220px 10% 0px 5%;
	}
	
	
	section.home-hero .buttons .white{	
    	padding: 14px 20px 16px 30px;
	}
	
	section.home-hero .buttons a button.green {
    	padding: 14px 30px 16px 25px;
	}
	
	
	section.courses .course-cards .card{
		padding:35px 25px;
	}
	
	section.courses .course-cards .card .buttons .price-container{
		width:100%;
    text-align: center;
		margin-right:0;
    	padding: 12px 30px 6px;
	}
	
	section.courses .course-cards .card .buttons .price-container p{
		text-align:center;
	}

	section.courses .course-cards .card .buttons a,
	section.courses .course-cards .card .buttons a button.white{
		width:100%;
		margin-bottom:0;
	}
	
	
	footer#colophon .site-info div#field_2_1 {
    	max-width: 270px;
	}
	
}

