/*!
Theme Name: Habitual Base
Theme URI: https://habitual.li/
Author: Nick McLean
Author URI: https://habitual.li/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: habitual_base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: a quick test of lets see if this works 
----------------------------------------------------------------
DFDFDF
# Normalize 
# Typography   
   


# Elements     
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments 
# Clearings
# Widgets  
# Content 
	## Posts and pages  
	## Comments  
# Infinite scroll
# Media
	## Captions 
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/*--------------------------------------------------------------
# Normalize 
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

textarea:focus, input:focus {
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, .wpcf7-form .wpcf7-submit, .contact-form input[type=submit],
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, .wpcf7-form .wpcf7-submit, .contact-form input[type=submit],
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .wpcf7-form .wpcf7-submit::-moz-focus-inner, .contact-form input[type=submit]::-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, .wpcf7-form .wpcf7-submit:-moz-focusring, .contact-form input:-moz-focusring[type=submit],
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography  
--------------------------------------------------------------*/
body {
  font: 62.5%;
  font-family: "Karla", sans-serif;
  color: #212121;
}

button, .wpcf7-form .wpcf7-submit, .contact-form input[type=submit],
input,
select,
optgroup,
textarea,
li,
p,
.hb0011_course-details .objectives ul li,
a {
  line-height: 1.5;
}

button, .wpcf7-form .wpcf7-submit, .contact-form input[type=submit],
input,
select,
optgroup,
textarea,
li,
p,
.hb0011_course-details .objectives ul li,
a {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  button, .wpcf7-form .wpcf7-submit, .contact-form input[type=submit],
  input,
  select,
  optgroup,
  textarea,
  li,
  p,
  .hb0011_course-details .objectives ul li,
  a {
    font-size: calc(16px + 12 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  button, .wpcf7-form .wpcf7-submit, .contact-form input[type=submit],
  input,
  select,
  optgroup,
  textarea,
  li,
  p,
  .hb0011_course-details .objectives ul li,
  a {
    font-size: 28px;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Karla", sans-serif;
}

h1 {
  margin: 2% 0;
  color: #065281;
}

h1 {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(18px + 27 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  color: #212121;
  font-weight: 900;
}

h2 {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(14px + 26 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 40px;
  }
}

h3, h4 {
  color: #212121;
  font-weight: 900;
}

h3, h4 {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  h3, h4 {
    font-size: calc(14px + 16 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h3, h4 {
    font-size: 30px;
  }
}


p,
.hb0011_course-details .objectives ul li {
  line-height: 1.8em;
  color: #212121;
}


p,
.hb0011_course-details .objectives ul li {
  font-size: 10px;
}

@media screen and (min-width: 320px) {
  
  p,
  .hb0011_course-details .objectives ul li {
    font-size: calc(10px + 10 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  
  p,
  .hb0011_course-details .objectives ul li {
    font-size: 20px;
  }
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

.accent-heavy {
  font-weight: bold;
}

.accent-leaf-above::before {
  content: url(../img/accent_dark.svg);
  margin: 0 auto 18px;
  display: block;
  width: 75%;
}

.accent-leaf-below::after {
  content: url(../img/accent_light.svg);
  margin: 18px auto 18px;
  display: block;
  width: 75%;
}

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

.button {
  position: relative;
  padding: 2px 30px;
  display: inline-block;
  background-color: #065281;
  color: #fff;
  text-decoration: #FFFFFF;
  margin: 0 auto;
  box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease 0s;
}

.button {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .button {
    font-size: calc(12px + 4 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .button {
    font-size: 16px;
  }
}

.button:hover {
  box-shadow: 0px 4px 6px rgba(6, 82, 129, 0.4);
  background-color: #065281;
  color: #FFFFFF;
}

.button:visited {
  color: #FFFFFF;
}

.s0007-hero-jumbotron {
  height: auto;
  flex-direction: column;
  padding-top: 0;
  position: relative;
}

.s0007-hero-jumbotron .hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 60%;
  right: 0;
}

.s0007-hero-jumbotron .hero-content h1 {
  color: #fff;
  font-weight: 600;
  line-height: 90%;
  margin: 0 0 4%;
}

.s0007-hero-jumbotron .hero-content h1 {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .s0007-hero-jumbotron .hero-content h1 {
    font-size: calc(18px + 62 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .s0007-hero-jumbotron .hero-content h1 {
    font-size: 80px;
  }
}

.s0007-hero-jumbotron .hero-content .links {
  display: flex;
  flex-direction: row;
}

.s0007-hero-jumbotron .image-bg {
  display: block;
  width: 100%;
  position: relative;
  min-height: auto;
}

.s0007-hero-jumbotron .image-bg .base, .s0007-hero-jumbotron .image-bg .iso {
  transform: none;
  background-position: bottom left;
  width: 100%;
  bottom: 0%;
  background-size: 92%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s0007-hero-jumbotron .image-bg .base img {
  min-width: 100%;
}

.hb0003_info-banner {
  background-color: rgba(0, 171, 230, 0.1);
  padding: 40px 0;
}

.hb0011_featured-tiles .main-feature {
  background-repeat: no-repeat;
  background-size: cover;
}

.hb0011_featured-tiles .main-feature .book-cover img {
  max-height: 400px;
  width: auto;
  transform: rotate(-10deg);
  margin: 0 auto;
}

.hb0011_featured-tiles .main-feature h4 .price {
  float: right;
}

.s0020_info-banner-expanded .info {
  padding: 0 20px 20px;
  text-align: right;
  max-width: 900px;
  margin: 0 auto;
}

.s0020_info-banner-expanded .info h2 {
  margin-top: 0;
  padding-top: 20px;
}

.s0020_info-banner-expanded .info p, .s0020_info-banner-expanded .info .hb0011_course-details .objectives ul li, .hb0011_course-details .objectives ul .s0020_info-banner-expanded .info li {
  max-width: 680px;
  margin: 20px auto;
}

.s0021_copy-banner {
  background-color: #E3D69E;
  text-align: center;
}

.s0021_copy-banner.cursive h2 {
  font-family: "Karla", sans-serif;
}

.s0021_copy-banner.purple {
  background-color: #EEE9EE;
}

.s0022_info-banner {
  background-color: #ccd2ff;
}

.s0022_info-banner .info h2, .s0022_info-banner .info p, .s0022_info-banner .info .hb0011_course-details .objectives ul li, .hb0011_course-details .objectives ul .s0022_info-banner .info li {
  color: #065281;
}

.s0022_info-banner .info h2 {
  line-height: 100%;
  font-weight: 200;
}

.s0022_info-banner .info h2 {
  font-size: 26px;
}

@media screen and (min-width: 320px) {
  .s0022_info-banner .info h2 {
    font-size: calc(26px + 54 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  .s0022_info-banner .info h2 {
    font-size: 80px;
  }
}

.s0022_info-banner .image .img-wrapper {
  border-color: #065281;
}

@media only screen and (min-width: 768px) {
  .s0022_info-banner .two-col .info {
    text-align: left;
  }
}

@media only screen and (max-width: 992px) {
  .s0022_info-banner .row {
    flex-direction: column-reverse;
  }
  .s0022_info-banner .row .image {
    padding: 0 15px;
  }
  .s0022_info-banner .row .image .img-wrapper {
    text-align: center;
    border-left: none;
    border-bottom: 4px solid #065281;
    padding: 0 0 40px;
  }
  .s0022_info-banner .row .image .img-wrapper svg {
    max-width: 50%;
    height: auto;
  }
  .s0022_info-banner .row .info {
    text-align: left;
    max-width: none;
  }
}

.hb0011_home-info .container {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 2%;
  background-image: url(../img/background-accent-line-verticle.svg);
}

.hb0011_home-info .keyword {
  font-size: 30px;
}

@media screen and (min-width: 320px) {
  .hb0011_home-info .keyword {
    font-size: calc(30px + 70 * ((100vw - 320px) / 1480));
  }
}

@media screen and (min-width: 1800px) {
  .hb0011_home-info .keyword {
    font-size: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .hb0011_home-info .container {
    background: none;
  }
  .hb0011_home-info .container .info {
    padding-left: 15px;
  }
  .hb0011_home-info .container .keyword {
    margin-right: 15px;
  }
  .hb0011_home-info .container .keyword span {
    max-width: 50%;
  }
}

.hb0012_home-services {
  background-color: #ccd2ff;
}

.hb0012_home-services h2, .hb0012_home-services h3, .hb0012_home-services p, .hb0012_home-services .hb0011_course-details .objectives ul li, .hb0011_course-details .objectives ul .hb0012_home-services li, .hb0012_home-services li {
  color: #065281;
}

.hb0012_home-services h2 {
  font-size: 60px;
}

@media screen and (min-width: 320px) {
  .hb0012_home-services h2 {
    font-size: calc(60px + 20 * ((100vw - 320px) / 1480));
  }
}

@media screen and (min-width: 1800px) {
  .hb0012_home-services h2 {
    font-size: 80px;
  }
}

.hb0012_home-services h3 {
  clear: none;
}

.hb0012_home-services h3 {
  font-size: 32px;
}

@media screen and (min-width: 320px) {
  .hb0012_home-services h3 {
    font-size: calc(32px + 24 * ((100vw - 320px) / 1480));
  }
}

@media screen and (min-width: 1800px) {
  .hb0012_home-services h3 {
    font-size: 56px;
  }
}

.hb0012_home-services p, .hb0012_home-services .hb0011_course-details .objectives ul li, .hb0011_course-details .objectives ul .hb0012_home-services li {
  margin-bottom: 3em;
  max-width: 1200px;
}

.hb0012_home-services .service {
  margin: 50px 0;
}

.hb0012_home-services .service .service-icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  display: inline-block;
  width: 85%;
  height: 100%;
  float: left;
  margin-right: 5%;
}

.hb0012_home-services .service.primary .service-icon {
  background-image: url(../img/icon-collaboration.svg);
}

.hb0012_home-services .service.secondary .service-icon {
  background-image: url(../img/icon-discussion.svg);
}

.hb0012_home-services .service.additional .service-icon {
  background-image: url(../img/icon-knowledge.svg);
}

.hb0012_home-services .service ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.hb0013_guidance {
  padding: 100px 0;
}

.hb0013_guidance h2 {
  font-size: 42px;
}

@media screen and (min-width: 320px) {
  .hb0013_guidance h2 {
    font-size: calc(42px + 38 * ((100vw - 320px) / 1480));
  }
}

@media screen and (min-width: 1800px) {
  .hb0013_guidance h2 {
    font-size: 80px;
  }
}

.hb0013_guidance h3 {
  font-size: 32px;
}

@media screen and (min-width: 320px) {
  .hb0013_guidance h3 {
    font-size: calc(32px + 24 * ((100vw - 320px) / 1480));
  }
}

@media screen and (min-width: 1800px) {
  .hb0013_guidance h3 {
    font-size: 56px;
  }
}

.hb0013_guidance .guidance-intro .image {
  margin: 0 auto;
}

.hb0013_guidance .guidance-intro .intro {
  justify-content: end;
  display: flex;
  flex-direction: column;
}

.hb0013_guidance .guidance-intro .intro .intro-wrapper {
  border-left: 4px solid #212121;
  padding-left: 8%;
}

.hb0013_guidance .articles {
  max-width: 966px;
  margin: 0 auto;
  padding-top: 60px;
}

@media only screen and (max-width: 992px) {
  .hb0013_guidance .guidance-intro .image {
    margin: 0 auto;
    margin: 0 auto;
    max-height: 400px;
    overflow: hidden;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
  }
  .hb0013_guidance .guidance-intro .intro {
    padding-top: 50px;
  }
  .hb0013_guidance .guidance-intro .intro .intro-wrapper {
    border-left: none;
    border-top: 4px solid #212121;
    padding-left: 0;
    padding-top: 50px;
  }
}

.hb0014_contact-widget {
  padding: 100px 0;
}

.hb0014_contact-widget .wrapper {
  max-width: 820px;
  margin-left: auto;
}

.hb0014_contact-widget .keyword {
  color: #FD836D;
  font-weight: 900;
  opacity: 10%;
  text-align: right;
}

.hb0014_contact-widget .keyword {
  font-size: 30px;
}

@media screen and (min-width: 320px) {
  .hb0014_contact-widget .keyword {
    font-size: calc(30px + 70 * ((100vw - 320px) / 1480));
  }
}

@media screen and (min-width: 1800px) {
  .hb0014_contact-widget .keyword {
    font-size: 100px;
  }
}

.hb0015_contact .container {
  max-width: 1256px;
}

.hb0015_contact .container input[type="submit"] {
  border: none;
  background: none;
  font-family: "Karla", sans-serif;
  padding: 0;
  cursor: pointer;
}

.hb0015_contact .container input[type="submit"] {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .hb0015_contact .container input[type="submit"] {
    font-size: calc(16px + 20 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  .hb0015_contact .container input[type="submit"] {
    font-size: 36px;
  }
}

.hb0016_contact_header h1 {
  font-size: 30px;
}

@media screen and (min-width: 320px) {
  .hb0016_contact_header h1 {
    font-size: calc(30px + 70 * ((100vw - 320px) / 1480));
  }
}

@media screen and (min-width: 1800px) {
  .hb0016_contact_header h1 {
    font-size: 100px;
  }
}

.hb0016_contact_header img {
  max-width: 70%;
  margin: 0 auto;
  margin-top: -20%;
}

@media only screen and (max-width: 1600px) {
  .hb0016_contact_header img {
    margin-top: -8%;
  }
}

.hb0017_guidance_header .copy, .hb0030_article_header .copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.hb0017_guidance_header .copy h1, .hb0030_article_header .copy h1 {
  color: #212121;
  font-weight: 200;
  line-height: 80%;
  margin: 0 0 4%;
}

.hb0017_guidance_header .copy h1, .hb0030_article_header .copy h1 {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .hb0017_guidance_header .copy h1, .hb0030_article_header .copy h1 {
    font-size: calc(18px + 88 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .hb0017_guidance_header .copy h1, .hb0030_article_header .copy h1 {
    font-size: 106px;
  }
}

.hb0017_guidance_header .image, .hb0030_article_header .image {
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.hb0017_guidance_header .image .guidance-pride, .hb0030_article_header .image .guidance-pride {
  display: none;
}

@media only screen and (max-width: 992px) {
  .hb0017_guidance_header .guidance-pride, .hb0030_article_header .guidance-pride {
    display: none;
  }
  .hb0017_guidance_header .image .guidance-pride, .hb0030_article_header .image .guidance-pride {
    display: block;
  }
}

.guidance-pride {
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pride.svg);
}

.hb0018_article-listing .articles .article {
  padding: 4% 2%;
  margin: 50px 0;
}

.hb0018_article-listing .articles .article .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hb0018_article-listing .articles .article .image img {
  max-height: 540px;
}

.hb0018_article-listing .articles .article .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hb0018_article-listing .articles .article .copy h3 {
  margin: 0;
}

.hb0018_article-listing .articles .article .copy h3 {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .hb0018_article-listing .articles .article .copy h3 {
    font-size: calc(18px + 62 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .hb0018_article-listing .articles .article .copy h3 {
    font-size: 80px;
  }
}

.hb0018_article-listing .articles .article .copy p, .hb0018_article-listing .articles .article .copy .hb0011_course-details .objectives ul li, .hb0011_course-details .objectives ul .hb0018_article-listing .articles .article .copy li {
  margin-top: 0;
}

.hb0018_article-listing .articles .article:nth-child(odd) {
  background: #EAF5E5;
}

.hb0018_article-listing .articles .article:nth-child(even) {
  background: #ccd2ff;
}

.hb0019_service-bar {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pride.svg);
  text-align: center;
}

.hb0023_service_header .title, .hb0023_service_header .copy {
  margin-left: auto;
}

.hb0023_service_header h1 {
  color: #212121;
  font-weight: 200;
  line-height: 80%;
  margin: 0 0 4%;
}

.hb0023_service_header h1 {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .hb0023_service_header h1 {
    font-size: calc(18px + 88 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  .hb0023_service_header h1 {
    font-size: 106px;
  }
}

.hb0024_icon_image_section .icon, .hb0031_article_intro .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 24%;
  max-height: 200px;
  height: 100%;
  margin-left: auto;
}

.hb0024_icon_image_section .icon-collaboration, .hb0031_article_intro .icon-collaboration {
  background-image: url(../img/icon-collaboration.svg);
}

.hb0024_icon_image_section .icon-discussion, .hb0031_article_intro .icon-discussion {
  background-image: url(../img/icon-discussion.svg);
}

.hb0024_icon_image_section .icon-knowledge, .hb0031_article_intro .icon-knowledge {
  background-image: url(../img/icon-knowledge.svg);
}

.hb0024_icon_image_section .image, .hb0031_article_intro .image {
  padding-right: 6%;
  position: relative;
  overflow: hidden;
}

.hb0024_icon_image_section .image::after, .hb0031_article_intro .image::after {
  content: '';
  display: block;
  height: 60%;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translatey(-50%);
  border-right: 3px solid #212121;
}

.hb0030_article_header.image-drop img {
  position: relative;
  bottom: -8%;
}

.article_section .container {
  max-width: 1200px;
}

.hb0033_article_conclusion .authour, .hb0033_article_conclusion .footer-link {
  margin: 50px 0;
}

.post .entry-header {
  display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, .wpcf7-form .wpcf7-submit, .contact-form input[type=submit],
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);
  font-size: 7.5px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

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

button:active, .wpcf7-form .wpcf7-submit:active, .contact-form input:active[type=submit], button:focus, .wpcf7-form .wpcf7-submit:focus, .contact-form input:focus[type=submit],
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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #212121;
  position: relative;
}

a:visited {
  color: inherit;
}

a:hover, a:focus, a:active {
  color: #0061AF;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: none;
  float: left;
  width: 100%;
}

.main-navigation ul#primary-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  text-align: center;
}

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

.main-navigation ul#primary-menu ul.sub-menu {
  left: 0;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .main-navigation ul#primary-menu ul.sub-menu {
    left: -999em;
    padding-left: 0;
    width: auto;
  }
}

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

.main-navigation ul#primary-menu ul li a {
  width: 200px;
  color: #212121;
  font-weight: 400;
}

.main-navigation ul#primary-menu ul li a {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .main-navigation ul#primary-menu ul li a {
    font-size: calc(14px + 10 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .main-navigation ul#primary-menu ul li a {
    font-size: 24px;
  }
}

.main-navigation ul#primary-menu ul li:hover > ul,
.main-navigation ul#primary-menu ul li.focus > ul {
  left: 100%;
}

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

@media only screen and (max-width: 768px) {
  .main-navigation ul#primary-menu li > ul {
    position: relative;
    float: none;
  }
}

.main-navigation li {
  float: left;
  position: relative;
  display: block;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  width: 100%;
  padding: 10px 0;
  margin-left: 20px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  text-decoration: underline;
  position: relative;
}

.main-navigation li:hover > a::before,
.main-navigation li.focus > a::before {
  left: -60%;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #212121;
  font-weight: 400;
}

.main-navigation a {
  font-size: 14px;
}

@media screen and (min-width: 400px) {
  .main-navigation a {
    font-size: calc(14px + 10 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  .main-navigation a {
    font-size: 24px;
  }
}

/* Small menu. */
.menu-toggle {
  width: 40px;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.line {
  fill: none;
  stroke: #065281;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

nav.main-navigation.toggled {
  display: block;
}

.header-wrapper {
  position: relative;
}

.nav-desktop-utility {
  display: none;
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .header-top {
    justify-content: space-between;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    display: block;
    float: none;
    padding: 16px 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .main-navigation ul#primary-menu {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .main-navigation ul#primary-menu li {
    display: inline-block;
    width: auto;
    padding: 10px;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

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

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

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

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

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

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

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

.post,
.page {
  margin: 0;
}

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

.container {
  max-width: 1200px;
}

@media only screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

button, .wpcf7-form .wpcf7-submit, .contact-form input[type=submit], button.wpb-pcf-btn.wpb-pcf-btn-large, .wpcf7-form .wpb-pcf-btn.wpb-pcf-btn-large.wpcf7-submit, .contact-form input.wpb-pcf-btn.wpb-pcf-btn-large[type=submit] {
  color: #fff;
  background-color: #065281;
}

.wpcf7-form input {
  max-width: 100%;
}

.wpcf7-form .wpcf7-submit {
  margin: 0 auto;
  display: block;
}

.wpcf7-form .wpcf7-submit {
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .wpcf7-form .wpcf7-submit {
    font-size: calc(14px + 6 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .wpcf7-form .wpcf7-submit {
    font-size: 20px;
  }
}

header .header-top {
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  header .header-top {
    margin-right: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  header .header-top {
    margin-right: 20%;
  }
}

header .site-branding a {
  display: flex;
  position: relative;
  max-width: fit-content;
  font-weight: 900;
  text-decoration: none;
  line-height: 1em;
  color: #065281;
}

header .site-branding a span {
  font-weight: 400;
  color: #bbb;
}

header .site-branding a div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .site-branding a .logo {
  z-index: 3;
  width: 20%;
}

@media only screen and (max-width: 1200px) {
  header .site-branding a {
    width: 65%;
    max-width: 650px;
  }
}

@media only screen and (max-width: 768px) {
  header .site-branding a {
    width: 80%;
  }
}

header .header-right {
  display: flex;
  flex-direction: row;
  justify-content: right;
  text-align: right;
  height: 100%;
  align-content: center;
  flex-wrap: wrap;
}

header .header-right .register {
  height: 40px;
}

header .header-right .register {
  font-size: 12px;
}

@media screen and (min-width: 400px) {
  header .header-right .register {
    font-size: calc(12px + 6 * ((100vw - 400px) / 1200));
  }
}

@media screen and (min-width: 1600px) {
  header .header-right .register {
    font-size: 18px;
  }
}

header .header-util {
  display: flex;
  width: 100%;
}

header .header-util form {
  color: #555;
  display: flex;
  flex-grow: 1;
  padding: 2px;
  border: 2px solid #065281;
  border-radius: 25px;
}

header .header-util form > div {
  display: flex;
  flex-grow: 1;
}

header .header-util form input[type="text"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
  flex-grow: 1;
}

header .header-util form input[type="text"]::placeholder {
  color: #bbb;
}

header .header-util form input[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url(../img/icon-search.svg) no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}

header .header-util form input[type="submit"]:hover {
  opacity: 1;
}

header .nav-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  header .nav-wrapper {
    flex-direction: column;
    align-items: start;
  }
  header .nav-wrapper .woo-button {
    display: none;
  }
}

header ul.socials {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

header ul.socials li {
  padding: 0;
  margin: 0 10px;
}

header ul.socials li a {
  display: block;
  height: 28px;
  /* your image height */
  text-indent: 99999px;
  width: 28px;
  /* your image width */
  overflow: hidden;
}

header nav.main-navigation.toggled .mobile ul.socials {
  display: flex;
  max-width: 400px;
  margin: 22px auto;
}

header .woo-button {
  width: 130px;
  margin-left: 20px;
  background-color: #065281;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  display: block;
  text-decoration: none;
}

header span.mobile .woo-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}

@media only screen and (max-width: 768px) {
  header span.mobile .woo-button {
    top: 100%;
    z-index: 1;
  }
}

@media only screen and (max-width: 768px) {
  header span.mobile::after {
    content: ' ';
    display: block;
    height: 31px;
    width: 100%;
    background-color: #065281;
    padding: 0px 15px;
    top: 15px;
    position: relative;
    z-index: 0;
  }
}

.contact-form {
  min-height: 200px;
  margin-top: 100px;
}

.contact-form p, .contact-form .hb0011_course-details .objectives ul li, .hb0011_course-details .objectives ul .contact-form li {
  font-size: 10px;
}

@media screen and (min-width: 600px) {
  .contact-form p, .contact-form .hb0011_course-details .objectives ul li, .hb0011_course-details .objectives ul .contact-form li {
    font-size: calc(10px + 6 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .contact-form p, .contact-form .hb0011_course-details .objectives ul li, .hb0011_course-details .objectives ul .contact-form li {
    font-size: 16px;
  }
}

.contact-form label {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.contact-form label {
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .contact-form label {
    font-size: calc(14px + 6 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .contact-form label {
    font-size: 20px;
  }
}

.contact-form label span {
  padding-left: 20px;
}

.contact-form label span input {
  max-width: 200px;
}

.contact-form label span input {
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .contact-form label span input {
    font-size: calc(14px + 6 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .contact-form label span input {
    font-size: 20px;
  }
}

.contact-form input[type=submit] {
  margin-left: 76px;
}

@media only screen and (max-width: 1200px) {
  .contact-form input[type=submit] {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form input[type=submit] {
    margin-left: 60px;
  }
}

.contact-form input[type=submit] {
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .contact-form input[type=submit] {
    font-size: calc(14px + 6 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .contact-form input[type=submit] {
    font-size: 20px;
  }
}

.footer-topper {
  height: 11vw;
  background: url(../img/footer-toper.svg) no-repeat center;
  background-size: cover;
}

.footer-topper::before {
  content: ' ';
  display: block;
  background: url(../img/footer-trees.svg) no-repeat center;
  background-size: contain;
  height: 300px;
  width: 25%;
  margin: 0 0 -185px auto;
  position: relative;
  top: -185px;
}

@media only screen and (max-width: 1200px) {
  .footer-topper::before {
    top: -170px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-topper::before {
    top: -160px;
  }
}

footer {
  background-color: #065281;
  color: #fff;
}

footer .logo {
  max-width: 10%;
  margin: -100px 0;
}

@media only screen and (max-width: 1600px) {
  footer .logo {
    margin: -80px 0;
  }
}

@media only screen and (max-width: 1200px) {
  footer .logo {
    margin: -50px 0;
  }
}

@media only screen and (max-width: 768px) {
  footer .logo {
    margin: -30px 0;
  }
}

footer .site-info {
  padding: 30px 0;
}

footer .site-info h2, footer .site-info h3, footer .site-info a {
  color: #fff;
}

footer .site-info .footer-navigation {
  padding-left: 20px;
}

footer .site-info .footer-navigation #footer-menu {
  display: inline-block;
  text-align: left;
  margin: 0 auto 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 15%;
}

footer .site-info .footer-navigation #footer-menu li {
  margin: 8px 0;
}

footer .site-info .footer-navigation #footer-menu li a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Karla", sans-serif;
}

footer .site-info .footer-navigation #footer-menu li a {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  footer .site-info .footer-navigation #footer-menu li a {
    font-size: calc(12px + 12 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  footer .site-info .footer-navigation #footer-menu li a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  footer .site-info .footer-navigation #footer-menu {
    flex-direction: column;
  }
}

footer .copywrite {
  background-color: #fff;
  text-align: center;
}

#sb_instagram {
  overflow-y: hidden !important;
}

.full-width {
  width: 100%;
}

.entry-header {
  padding-top: 100px;
}

.entry-header h1 {
  color: #fff;
  display: inline-block;
  min-width: 300px;
  padding: 10px 40px;
}

.entry-content {
  margin: 0;
}

.spacing {
  margin: 30px auto;
}

.hero .row {
  position: relative;
}

.hero .img-wrap {
  margin: 0 -15px;
  max-height: 50vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero .img-wrap img {
  width: 100%;
}

.hero .hero-heading {
  background-color: rgba(6, 82, 129, 0.7);
  position: absolute;
  bottom: 0;
}

.hero .hero-heading h1 {
  color: #fff;
  text-align: center;
}

.hero .hero-heading h1 {
  font-size: 24px;
}

@media screen and (min-width: 600px) {
  .hero .hero-heading h1 {
    font-size: calc(24px + 40 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .hero .hero-heading h1 {
    font-size: 64px;
  }
}

.page-template-default:not(.home) .hero {
  display: flex;
  flex-direction: column-reverse;
}

.page-template-default:not(.home) .hero .hero-heading h1 {
  text-align: left;
  max-width: 768px;
  margin: 0 auto;
}

.hb0003_our-commitment .image {
  display: flex;
}

.hb0003_our-commitment .image .img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media only screen and (max-width: 992px) {
  .hb0003_our-commitment .image .img-wrapper img {
    max-width: 50%;
    margin: 0 0 -165px auto;
  }
}

.hb0003_our-commitment .info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 15%;
}

.hb0003_our-commitment .info h2::after {
  content: ' ';
  display: inline-block;
  background: url(../img/icon-street_sign.svg) no-repeat center;
  background-size: contain;
  height: 140px;
  width: 25%;
}

@media only screen and (min-width: 1200px) {
  .hb0003_our-commitment .info {
    margin-left: -8%;
  }
}

.hb0003_our-commitment .tiles {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 0;
  margin-top: -10%;
}

@media only screen and (min-width: 1200px) {
  .hb0003_our-commitment .tiles {
    margin-top: -200px;
  }
}

.hb0003_our-commitment .tiles::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 100%;
  background-color: #065281;
}

.hb0003_our-commitment .tiles .tile {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.hb0003_our-commitment .tiles .tile a {
  width: 100%;
  text-align: center;
  margin-top: auto;
}

.hb0003_our-commitment .tiles .tile a {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .hb0003_our-commitment .tiles .tile a {
    font-size: calc(12px + 6 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .hb0003_our-commitment .tiles .tile a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .hb0003_our-commitment .tiles .tile {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 992px) {
  .hb0003_our-commitment .tiles .tile-wrapper {
    margin: 40px 0;
  }
}

.hb0004_video-msg, .hb0007_testimonials {
  text-align: center;
}

.hb0004_video-msg h2::before, .hb0007_testimonials h2::before {
  content: ' ';
  display: inline-block;
  height: 90px;
  width: 90px;
  background: url(../img/icon-megaphone.svg) no-repeat center;
  background-size: contain;
}

.hb0004_video-msg .quote, .hb0007_testimonials .quote {
  font-style: italic;
  max-width: 500px;
  margin: 46px auto;
}

.hb0004_video-msg .quote, .hb0007_testimonials .quote {
  font-size: 16px;
}

@media screen and (min-width: 600px) {
  .hb0004_video-msg .quote, .hb0007_testimonials .quote {
    font-size: calc(16px + 8 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .hb0004_video-msg .quote, .hb0007_testimonials .quote {
    font-size: 24px;
  }
}

.hb0007_testimonials h2::before {
  display: none;
}

.video-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hb0005_info-section {
  padding: 8%;
  overflow: hidden;
}

.hb0005_info-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.hb0005_info-section.blue {
  background-color: #065281;
}

.hb0005_info-section.blue h2, .hb0005_info-section.blue p, .hb0005_info-section.blue .hb0011_course-details .objectives ul li, .hb0011_course-details .objectives ul .hb0005_info-section.blue li {
  color: #fff;
}

.hb0005_info-section.arrows .image::after, .hb0005_info-section.music .image::after {
  content: ' ';
  display: block;
  height: 150%;
  width: 150%;
  position: absolute;
  top: 0;
  margin: -15% 0 0 -35%;
  background-size: contain;
}

.hb0005_info-section.hourglass .info, .hb0005_info-section.megaphone .info, .hb0005_info-section.pencil .info, .hb0005_info-section.search .info, .hb0005_info-section.stars .info {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.hb0005_info-section.hourglass .info h2::before, .hb0005_info-section.megaphone .info h2::before, .hb0005_info-section.pencil .info h2::before, .hb0005_info-section.search .info h2::before, .hb0005_info-section.stars .info h2::before {
  content: ' ';
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
  top: 0;
  margin: -15% 0;
}

.hb0005_info-section.hourglass .info, .hb0005_info-section.megaphone .info, .hb0005_info-section.pencil .info, .hb0005_info-section.search .info {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.hb0005_info-section.hourglass .info h2::before, .hb0005_info-section.megaphone .info h2::before, .hb0005_info-section.pencil .info h2::before, .hb0005_info-section.search .info h2::before {
  content: ' ';
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  top: 0;
  margin: -5% 0;
}

.hb0005_info-section.arrows .image::after {
  background: url(../img/icon-arrows.svg) no-repeat center;
  background-size: contain;
}

.hb0005_info-section.hourglass .info h2::before {
  background: url(../img/icon-hourglass.svg) no-repeat center;
  background-size: contain;
}

.hb0005_info-section.megaphone .info h2::before {
  background: url(../img/icon-megaphone.svg) no-repeat center;
  background-size: contain;
}

.hb0005_info-section.music .image::after {
  background: url(../img/icon-music.svg) no-repeat center;
  background-size: contain;
}

.hb0005_info-section.pencil .info h2::before {
  background: url(../img/icon-pencil.svg) no-repeat center;
  background-size: contain;
}

.hb0005_info-section.search .info h2::before {
  background: url(../img/icon-search.svg) no-repeat center;
  background-size: contain;
}

.hb0005_info-section.stars .info h2::before {
  background: url(../img/icon-stars.svg) no-repeat center;
  background-size: contain;
}

.hb0008_curriculum .intro {
  max-width: 768px;
  margin: 0 auto;
}

.hb0008_curriculum h2 {
  text-align: center;
}

.hb0011_course-details .objectives ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hb0009_financial-assitance {
  padding-top: 60px;
}

.hb0009_financial-assitance .tile {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.hb0009_financial-assitance .tile a {
  width: 100%;
  text-align: center;
  margin-top: auto;
}

.hb0009_financial-assitance .tile a {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .hb0009_financial-assitance .tile a {
    font-size: calc(12px + 6 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .hb0009_financial-assitance .tile a {
    font-size: 18px;
  }
}

.hb0012_intro-video .intro {
  max-width: 768px;
  margin: 0 auto;
}

.hb0013_profile {
  margin-top: 100px;
}

.hb0013_profile .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hb0013_profile .info h2 {
  font-size: 18px;
}

@media screen and (min-width: 600px) {
  .hb0013_profile .info h2 {
    font-size: calc(18px + 10 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .hb0013_profile .info h2 {
    font-size: 28px;
  }
}

.hb0014_staff h3 {
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .hb0014_staff h3 {
    font-size: calc(14px + 4 * ((100vw - 600px) / 1000));
  }
}

@media screen and (min-width: 1600px) {
  .hb0014_staff h3 {
    font-size: 18px;
  }
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.home .entry-content {
  margin: 0;
}

.home .home-sub-header {
  font-size: 2.4rem;
}

@media only screen and (max-width: 772px) {
  .home .home-sub-header {
    font-size: 1.4rem;
  }
}

.home .icon-chevron-vert {
  font-size: 2rem;
}

.home-features {
  padding-bottom: 80px;
}

.home-features .col {
  padding-top: 80px;
}

.home-features .truss img.logo {
  max-width: 250px;
}

.home-features .newsletter img.logo {
  max-width: 180px;
}

.home-features a {
  color: #fff;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 1.8rem;
}

.home-features .input-grey {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  flex-grow: 1;
  min-height: 3.9rem;
  line-height: 1.6rem;
  max-width: 35rem;
  outline: none;
  padding: 1rem 1.5rem;
  -webkit-appearance: none;
}

@media (max-width: 500px) {
  .home-features .input-grey {
    max-width: 100%;
  }
}

.home-features .input-grey::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.home-features .input-grey--wide {
  max-width: 40rem;
  width: 100%;
}

.home-features .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border: none;
  color: #fff;
  cursor: pointer;
  display: table;
  line-height: 1.2;
  outline: none;
  padding: 1rem 2rem;
  width: auto;
}

.home-features .btn--red {
  background: #ce0e2d;
}

.home-features .d-flex {
  display: flex;
}

@media (max-width: 500px) {
  .home-features .d-flex {
    display: block;
  }
}

/*--------------------------------------------------------------
## Layout Structure
--------------------------------------------------------------*/
.col.center {
  text-align: center;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}
/*# sourceMappingURL=style.css.map */