/*! normalize.css v6.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("img/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("img/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("img/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("img/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

h1, h2, h3, h5 {
  color: #5094b7;
  font-family: "Aptifer Slab W01";
  font-weight: 200;
  margin: 2rem 0 1rem;
}

h1 {
  font-size: 3.4rem;
  line-height: 3.9rem;
  color: #2f5a7b;
}

h2 {
  font-size: 3.1rem;
  line-height: 3.6rem;
}

h3 {
  font-size: 1.9rem;
  line-height: 2.4rem;
}

h4 {
  font-family: "lato";
  color: #5094b7;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  text-transform: uppercase;
}

html {
  font-size: 82%;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "lato";
  font-weight: 300;
  color: #333333;
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo {
  width: 55%;
  max-width: 250px;
  height: 90px;
  display: block;
  margin: 5px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/logo.png");
  background-size: 100% !important;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .logo {
    background-image: url("img/logo2x.png");
    background-size: 250px 90px;
  }
}
@media only screen and (min-width: 481px) {
  .logo {
    width: 250px;
    height: 90px;
    background-image: url("img/logo.png");
  }
}
@media only screen and (min-width: 481px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 481px) and (min-resolution: 1.3dppx) {
  .logo {
    background-image: url("img/logo2x.png");
    background-size: 250px 90px;
  }
}

@media only screen and (min-width: 768px) {
  .logo {
    margin: 20px 0;
  }
}
.logo:focus, .logo:hover, .logo:active {
  opacity: 0.75;
}

.button, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button {
  display: inline-block;
  background-color: transparent;
  padding: 1rem 2rem;
  border-radius: 2rem;
  border: 3px solid #2f5a7b;
  color: #2f5a7b;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.7rem;
  cursor: pointer;
  position: relative;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:before, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:before, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #2f5a7b;
  margin: -3px;
  border-radius: 2rem;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.button .text, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button .text, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button .text {
  float: left;
}
.button:after, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:after, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:after {
  content: '';
  display: inline-block;
  float: right;
  width: 16px;
  height: 11px;
  margin: 0.45rem 0 0 0.8rem;
  background-image: url("img/arrow-blue.svg");
}
@media only screen and (min-width: 768px) {
  .button:after, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:after, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:after {
    width: 20px;
    height: 14px;
  }
}
.button:hover:before, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:hover:before, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 5px;
  margin: -5px;
  border-radius: 2rem;
}
.button.yellow, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .yellow.submit-button, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .yellow.submit-button {
  color: #333333;
  border-color: #bd9933;
}
.button.yellow:before, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .yellow.submit-button:before, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .yellow.submit-button:before {
  border-color: #bd9933;
}
.button.yellow:after, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .yellow.submit-button:after, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .yellow.submit-button:after {
  background-image: url("img/arrow-grey.svg");
}
.button.white, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .white.submit-button, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button {
  color: white;
  border-color: white;
}
.button.white:before, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .white.submit-button:before, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:before {
  border-color: white;
}
.button.white:after, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .white.submit-button:after, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:after {
  background-image: url("img/arrow-white.svg");
}

.link {
  display: flex;
  font-family: "Aptifer Slab W01";
  color: #2f5a7b;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 500;
  margin: 1rem 0 0;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 11px;
  margin: 0.3rem 0 0 0.8rem;
  background-image: url("img/arrow-blue.svg");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .link:after {
    margin: 0.4rem 0 0 0.8rem;
  }
}
.link:hover {
  color: #5094b7;
  text-decoration: none;
}

.computer-icon, .courses-online-icon:after, .unit-additional div:before {
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  background-image: url("img/computer.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.moon-icon, .unit-additional div.nightclass:before {
  width: 14px;
  height: 16px;
  display: block;
  background-image: url("img/moon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.sun-icon, .unit-additional div.dayclass:before {
  width: 15px;
  height: 16px;
  display: block;
  background-image: url("img/sun.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.loading {
  width: 40px;
  height: 40px;
  background-color: #2f5a7b;
  margin: 1rem auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sharethis-inline-share-buttons {
  border-top: 3px solid #edf4f8;
  padding: 1.5rem 0 1.8rem !important;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sharethis-inline-share-buttons:before {
  content: 'Share';
  color: #5094b7;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 1.2rem 0.5rem 0;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .sharethis-inline-share-buttons:before {
    margin: 0.7rem 0.5rem 0;
  }
}
.sharethis-inline-share-buttons .st-btn {
  width: 40px !important;
  height: 40px !important;
  background: transparent !important;
}
@media only screen and (min-width: 768px) {
  .sharethis-inline-share-buttons .st-btn {
    width: 50px !important;
  }
}
.sharethis-inline-share-buttons .st-btn svg {
  width: 30px !important;
  height: 30px !important;
  fill: #5094b7 !important;
  margin-left: 0 !important;
}
.sharethis-inline-share-buttons .st-btn:hover {
  opacity: 1 !important;
  top: 0 !important;
}
.sharethis-inline-share-buttons .st-btn:hover svg {
  fill: #2f5a7b !important;
  top: 8px !important;
}
.sharethis-inline-share-buttons .st-btn .st-label {
  display: none !important;
}
.sharethis-inline-share-buttons .st-toggle {
  display: none !important;
}

.header {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 910px) {
  .header {
    flex-direction: row;
  }
}
.header-cont {
  width: 100%;
  background-color: #2f5a7b;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 910px) {
  .header-cont {
    border-bottom: 3px solid white;
  }
  .header-cont.fixed {
    position: fixed;
    top: 0;
  }
  .header-cont.fixed .header-secondarynav {
    opacity: 0;
    visibility: hidden;
  }
  .header-cont.fixed .logo {
    width: 150px;
    height: 54px;
    margin: 15px 0;
  }
  .header-cont.fixed .header-nav .submenu-cover {
    top: 69px;
  }
  .header-cont.fixed .submenu {
    top: 0;
  }
}
@media only screen and (min-width: 910px) and (min-width: 910px) {
  .header-cont.fixed .submenu {
    top: 74px;
  }
}
@media only screen and (min-width: 910px) {
  .header-cont.fixed .header-nav-item:focus > .submenu, .header-cont.fixed .header-nav-item:hover > .submenu, .header-cont.fixed .header-nav-item:active > .submenu {
    top: 0;
  }
}
@media only screen and (min-width: 910px) and (min-width: 910px) {
  .header-cont.fixed .header-nav-item:focus > .submenu, .header-cont.fixed .header-nav-item:hover > .submenu, .header-cont.fixed .header-nav-item:active > .submenu {
    top: 84px;
  }
}

.home .header-cont {
  position: relative;
}
@media only screen and (min-width: 910px) {
  .home .header-cont {
    position: absolute;
    top: 0;
  }
  .home .header-cont.fixed {
    position: fixed;
    top: 0;
  }
}

.push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.pushright {
  left: -75%;
  cursor: pointer;
}
@media only screen and (min-width: 481px) {
  .pushright {
    left: -50%;
  }
}
@media only screen and (min-width: 680px) {
  .pushright {
    left: -40%;
  }
}
@media only screen and (min-width: 910px) {
  .pushright {
    left: 0;
  }
}
.pushright .push-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: white;
  opacity: 0;
}
@media only screen and (min-width: 910px) {
  .pushright .push-overlay {
    display: none;
  }
}

.header-nav {
  align-self: flex-end;
  width: 75%;
  right: -75%;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  border-left: 3px solid white;
  box-sizing: border-box;
  background-color: #edf4f7;
  height: 100vh;
  overflow-y: scroll;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 481px) {
  .header-nav {
    width: 50%;
    right: -50%;
  }
}
@media only screen and (min-width: 680px) {
  .header-nav {
    width: 40%;
    right: -40%;
  }
}
@media only screen and (min-width: 910px) {
  .header-nav {
    width: auto;
    right: -50%;
    background-color: transparent;
    position: initial;
    flex-direction: row;
    border-left: 0;
    height: auto;
    overflow-y: inherit;
  }
}
.header-nav.show {
  right: 0;
}
.header-nav-cont {
  list-style: none;
  margin: 0;
  padding: 0 0 10rem;
  text-align: left;
}
@media only screen and (min-width: 910px) {
  .header-nav-cont {
    text-align: right;
    padding: 0;
  }
}
.header-nav-cont.hide {
  opacity: 0;
  visibility: hidden;
}
.header-nav-item {
  display: block;
  position: relative;
}
.header-nav-item.has-children span {
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  background-image: url("img/plus.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  border: 3px solid white;
  box-sizing: border-box;
}
@media only screen and (min-width: 910px) {
  .header-nav-item.has-children span {
    top: 10px;
    display: none;
  }
}
.header-nav-item.has-children.open span {
  background-image: url("img/minus.svg");
}
@media only screen and (min-width: 910px) {
  .header-nav-item {
    display: inline-block;
    position: inherit;
  }
}
.header-nav-item:last-child a {
  padding-right: 0;
  margin-right: 0;
}
.header-nav-item.current_page_item a {
  border-bottom: 3px solid #5094b7;
}
.header-nav-item:focus > .submenu, .header-nav-item:hover > .submenu, .header-nav-item:active > .submenu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 910px) {
  .header-nav-item:focus > .submenu, .header-nav-item:hover > .submenu, .header-nav-item:active > .submenu {
    top: 130px;
  }
}
.header-nav a {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0.3rem 1rem;
  font-family: "Aptifer Slab W01";
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  box-sizing: border-box;
  border-top: 3px solid white;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 910px) {
  .header-nav a {
    width: auto;
    padding: 1.5rem 0 0.2rem;
    margin: 0 0.3rem 1.3rem;
    border-bottom: 3px solid transparent;
    border-top: 0;
    font-size: 1rem;
    line-height: 1.2rem;
    color: white;
  }
}
@media only screen and (min-width: 910px) {
  .header-nav a {
    padding: 1.5rem 0 0.2rem;
  }
}
@media only screen and (min-width: 1030px) {
  .header-nav a {
    margin: 0 0.4rem 1.3rem;
  }
}
@media only screen and (min-width: 1120px) {
  .header-nav a {
    margin: 0 0.8rem 1.3rem;
  }
}
@media only screen and (min-width: 910px) {
  .header-nav a:focus, .header-nav a:hover, .header-nav a:active {
    border-bottom: 3px solid #bd9933;
  }
}
.header-nav a.is-active {
  border-bottom: 0;
}
@media only screen and (min-width: 910px) {
  .header-nav a.is-active {
    border-bottom: 3px solid #bd9933;
  }
}
.header-nav .submenu {
  width: 100%;
  text-align: left;
  display: none;
  background-color: #edf4f7;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-height: 180px;
    background: white;
    background: rgba(255, 255, 255, 0.95);
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media only screen and (min-width: 910px) and (min-width: 910px) {
  .header-nav .submenu {
    top: 120px;
  }
}

.header-nav .submenu-heading {
  width: 25%;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  display: none;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu-heading {
    display: block;
  }
}
.header-nav .submenu-heading a {
  padding: 0;
  margin: 0;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: #2f5a7b;
}
.header-nav .submenu-heading a:focus, .header-nav .submenu-heading a:hover, .header-nav .submenu-heading a:active {
  text-decoration: none;
}
.header-nav .submenu-links {
  width: 100%;
  margin: 0.5rem 1rem 1rem;
  padding: 0;
  box-sizing: border-box;
  border-left: 3px solid #bd9933;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu-links {
    margin: 0;
    padding: 2.5rem 1rem;
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-gap: 0;
    border-left: 0;
  }
}
.header-nav .submenu.study .submenu-link {
  border-left: 0;
  padding: 0.5rem 0 0;
}
.header-nav .submenu.study .submenu-link a {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin: 0;
  padding: 0 0 1rem;
  border-bottom: 0;
  font-family: "lato";
  font-weight: 700;
  text-transform: uppercase;
}
.header-nav .submenu.study .submenu-links {
  border-left: 0;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu.study .submenu-links {
    padding: 1.5rem 2rem 2.5rem;
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
  }
}
.header-nav .submenu.study .submenu-links .submenu-sublinks {
  border-left: 3px solid #bd9933;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu.study .submenu-links .submenu-sublinks {
    border-left: 0;
  }
}
.header-nav .submenu.study .submenu-links .submenu-sublink {
  border-left: 0;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu.study .submenu-links .submenu-sublink {
    border-left: 3px solid #bd9933;
  }
}
.header-nav .submenu.study .submenu-links a:before {
  display: none;
}
.header-nav .submenu-link {
  display: block;
  border-left: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu-link {
    border-left: 3px solid #bd9933;
    padding: 0 0 0.5rem;
  }
}
.header-nav .submenu-link a {
  padding: 0.3rem 0;
  margin: 0 1rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #333333;
  border-top: 0;
  border-bottom: 0;
  display: block;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu-link a {
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0 0 0.2rem;
    border-bottom: 3px solid transparent;
  }
  .header-nav .submenu-link a:focus, .header-nav .submenu-link a:hover, .header-nav .submenu-link a:active {
    border-bottom: 3px solid #bd9933;
  }
}
.header-nav .submenu-sublinks {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu-sublinks {
    margin: 0 0 5rem;
  }
}
.header-nav .submenu-sublink {
  display: table;
  border-left: 3px solid transparent;
  box-sizing: border-box;
  padding: 0;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu-sublink {
    padding: 0 0 0.5rem;
  }
}
.header-nav .submenu-sublink a {
  display: block;
  padding: 0.3rem 0;
  margin: 0 1rem;
  color: #333333;
  border-top: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 910px) {
  .header-nav .submenu-sublink a {
    padding: 0 0 0.2rem;
    border-bottom: 3px solid transparent;
  }
  .header-nav .submenu-sublink a:focus, .header-nav .submenu-sublink a:hover, .header-nav .submenu-sublink a:active {
    border-bottom: 3px solid #bd9933;
  }
}
.header-nav .submenu-sublink a:before {
  content: "- ";
}
.header-nav .submenu-break {
  break-before: always;
  -webkit-column-break-before: always;
  -moz-column-break-before: always;
}
.header-nav .search {
  margin: 0;
  padding: 0 0 0 26px;
  position: relative;
  display: none;
}
@media only screen and (min-width: 910px) {
  .header-nav .search {
    display: block;
  }
}
.header-nav .search a {
  width: 16px;
  height: 38px;
  margin: 15px 0 0;
  padding: 0;
  border: 0;
  border-bottom: 3px solid #2f5a7b;
  background-image: url("img/magnify.svg");
  background-size: 16px;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 910px) {
  .header-nav .search a:hover:after {
    background-color: #bd9933;
  }
}
.header-nav .search a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2f5a7b;
  position: absolute;
  bottom: 2px;
  left: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-nav .search-cont {
  width: 500px;
  background-color: #2f5a7b;
  position: absolute;
  top: 6px;
  right: -540px;
  z-index: 1;
  padding: 0 0 0 40px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 1030px) {
  .header-nav .search-cont {
    width: 520px;
    right: -560px;
  }
}
@media only screen and (min-width: 1120px) {
  .header-nav .search-cont {
    width: 590px;
    right: -630px;
  }
}
.header-nav .search.open .search-cont {
  right: 30px;
}
.header-nav .search.open a {
  background-image: url("img/x.svg");
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-nav .search.open a:hover {
  opacity: 0.5;
  border-bottom: 3px solid transparent;
}
.header-nav .search.open a:hover:after {
  display: none;
}

.menu-button {
  height: 100%;
  background-color: #5094b7;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 910px) {
  .menu-button {
    display: none;
  }
}
.menu-button:before {
  content: 'MENU';
  margin-bottom: 18px;
  margin-top: -18px;
  color: white;
}
.menu-button span {
  width: 35px;
  height: 3px;
  display: block;
  background-color: white;
  position: relative;
  margin: 0 20px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-button span:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -10px;
  background-color: white;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-button span:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -10px;
  background-color: white;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-button.open span {
  background-color: transparent;
}
.menu-button.open span:before {
  top: 0;
  transform: rotate(40deg);
}
.menu-button.open span:after {
  bottom: 0;
  transform: rotate(-40deg);
}

.footer nav {
  padding: 2rem 0;
}
.footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer nav ul li {
  width: 50%;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 680px) {
  .footer nav ul li {
    width: 25%;
  }
}
@media only screen and (min-width: 1030px) {
  .footer nav ul li {
    text-align: left;
  }
}
.footer nav a {
  display: inline-block;
  text-decoration: none;
  padding: 0.3rem 0;
}
.footer nav a:focus, .footer nav a:hover, .footer nav a:active {
  text-decoration: underline;
}

.header-secondarynav {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav {
    display: flex;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.header-secondarynav-cont {
  display: flex;
  overflow: hidden;
}
.header-secondarynav ul {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav ul {
    display: flex;
  }
}
.header-secondarynav li:first-child a {
  border-left: 0;
}
.header-secondarynav li.login:focus .header-secondarynav-logins, .header-secondarynav li.login:hover .header-secondarynav-logins, .header-secondarynav li.login:active .header-secondarynav-logins {
  opacity: 1;
  visibility: visible;
  padding: 0;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav li.login:focus .header-secondarynav-logins, .header-secondarynav li.login:hover .header-secondarynav-logins, .header-secondarynav li.login:active .header-secondarynav-logins {
    padding: 1rem;
  }
}
.header-secondarynav a {
  display: block;
  margin: 0;
  padding: 0.3rem 1rem;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  border: 0;
  font-family: "lato";
  border-bottom: 3px solid white;
  background-color: #5094b7;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav a {
    display: flex;
    align-items: center;
    padding: 0.6rem 1.5rem;
    border-left: 3px solid #2f5a7b;
    border-bottom: 0;
    font-size: 0.8rem;
  }
  .header-secondarynav a:focus, .header-secondarynav a:hover, .header-secondarynav a:active {
    color: white;
    border-bottom: 0;
    background-color: #bd9933;
  }
}
.header-secondarynav-logins {
  padding: 0;
  background-color: #5094b7;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav-logins {
    padding: 0 1rem 1rem 1rem;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    background-color: #eaeef2;
    border-top: 3px solid #2f5a7b;
  }
}
.header-secondarynav-logins-cont {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-family: "Aptifer Slab W01";
}
@media only screen and (min-width: 910px) {
  .header-secondarynav-logins-cont {
    display: flex;
    justify-content: space-between;
  }
}
.header-secondarynav-logins-cont div {
  padding: 0;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav-logins-cont div {
    padding: 0 0.4rem 0 0;
  }
  .header-secondarynav-logins-cont div:last-child {
    padding: 0 0 0 0.2rem;
  }
}
.header-secondarynav-logins-cont span {
  display: none;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav-logins-cont span {
    display: block;
  }
}
.header-secondarynav-logins-cont a {
  display: block;
  box-sizing: border-box;
  border: 0;
  border-bottom: 3px solid white;
  border-radius: 0;
  margin: 0;
  padding: 0.3rem 1rem;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav-logins-cont a {
    width: 130px;
    background-color: white;
    margin: 0.5rem 0;
    padding: 0.2rem 1rem;
    color: #333333;
    border-bottom: 0;
    border-radius: 2rem;
  }
}
.header-secondarynav-logins-cont a:focus, .header-secondarynav-logins-cont a:hover, .header-secondarynav-logins-cont a:active {
  color: white;
  background-color: #5094b7;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav-logins-cont a:focus, .header-secondarynav-logins-cont a:hover, .header-secondarynav-logins-cont a:active {
    background-color: #bd9933;
    color: #333333;
  }
}
.header-secondarynav-logins-cont a:before {
  content: 'Staff ';
}
@media only screen and (min-width: 910px) {
  .header-secondarynav-logins-cont a:before {
    display: none;
  }
}
.header-secondarynav-logins-cont a:after {
  content: '';
  display: none;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav-logins-cont a:after {
    display: inline-block;
    float: right;
    width: 16px;
    height: 11px;
    margin: 0.25rem 0 0 0.8rem;
    background-image: url("img/arrow-grey.svg");
  }
}
.header-secondarynav-logins > a {
  display: inline;
  color: #333333;
  text-transform: inherit;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.header-secondarynav-logins > a:before {
  display: none;
}
.header-secondarynav-logins > a:focus, .header-secondarynav-logins > a:hover, .header-secondarynav-logins > a:active {
  color: #333333;
  text-decoration: underline;
}
.header-secondarynav-logins > a.council {
  display: block;
  background-color: transparent;
  border: 0;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0;
  padding: 0.3rem 1rem;
}
.header-secondarynav-logins > a.council:focus, .header-secondarynav-logins > a.council:hover, .header-secondarynav-logins > a.council:active {
  text-decoration: none;
}
@media only screen and (min-width: 910px) {
  .header-secondarynav-logins > a.council {
    display: inline;
    padding: 0 0 0 0.4rem;
    color: #333333;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: inherit;
  }
  .header-secondarynav-logins > a.council:focus, .header-secondarynav-logins > a.council:hover, .header-secondarynav-logins > a.council:active {
    text-decoration: underline;
  }
}

.footer {
  width: 100%;
  background-color: #2f5a7b;
  color: white;
  position: relative;
  padding: 0;
}
.footer-backtotop {
  position: absolute;
  top: 13.5rem;
  right: -3.2rem;
  transform: rotate(90deg);
  cursor: pointer;
  color: #02d3e3;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 1540px) {
  .footer-backtotop {
    display: block;
  }
}
.footer-backtotop:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 23px;
  float: left;
  margin: 0 1rem 0 0;
  transform: rotate(180deg);
  background-image: url("img/arrow-brightblue.svg");
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-backtotop:focus, .footer-backtotop:hover, .footer-backtotop:active {
  color: white;
}
.footer-backtotop:focus:before, .footer-backtotop:hover:before, .footer-backtotop:active:before {
  background-image: url("img/arrow-white.svg");
}
.footer-cont {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.footer-cont a {
  color: #02d3e3;
  text-decoration: none;
}
.footer-cont a:focus, .footer-cont a:hover, .footer-cont a:active {
  text-decoration: underline;
}
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0 2rem;
  border-bottom: 3px solid #36688d;
  flex-direction: column;
}
@media only screen and (min-width: 1030px) {
  .footer-links {
    flex-direction: row;
  }
}
.footer-logos {
  display: flex;
  margin: 0 0 2rem;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 680px) {
  .footer-logos {
    flex-direction: row;
    text-align: left;
  }
}
@media only screen and (min-width: 1030px) {
  .footer-logos {
    margin: 0;
  }
}
.footer-logos-whitley {
  width: 228px;
  height: 80px;
  display: block;
  background-image: url("img/footer-whitley-logo.png");
  background-repeat: no-repeat;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid white;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .footer-logos-whitley {
    background-image: url("img/footer-whitley-logo2x.png");
    background-size: 228px 80px;
  }
}
@media only screen and (min-width: 680px) {
  .footer-logos-whitley {
    border-bottom: 0;
    border-right: 1px solid white;
    padding: 0 1.5rem 0 0;
  }
}
.footer-logos-divinity {
  width: 257px;
  height: 80px;
  display: block;
  background-image: url("img/footer-divinity-logo.png");
  background-repeat: no-repeat;
  margin: 1.5rem 0 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .footer-logos-divinity {
    background-image: url("img/footer-divinity-logo2x.png");
    background-size: 257px 80px;
  }
}
@media only screen and (min-width: 680px) {
  .footer-logos-divinity {
    margin: 0 0 0 1.5rem;
  }
}
.footer-text {
  text-align: center;
}
@media only screen and (min-width: 1030px) {
  .footer-text {
    text-align: right;
  }
}
.footer-text a {
  white-space: nowrap;
}
.footer-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 2.5rem 0 1.5rem;
  border-top: 3px solid #36688d;
}
@media only screen and (min-width: 1030px) {
  .footer-details {
    flex-direction: row;
  }
}
.footer-disc {
  text-align: center;
}
@media only screen and (min-width: 680px) {
  .footer-disc {
    width: 70%;
  }
}
@media only screen and (min-width: 1030px) {
  .footer-disc {
    text-align: left;
  }
}
.footer-disc span {
  padding: 0 0.5rem;
  display: block;
  opacity: 0;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
}
@media only screen and (min-width: 680px) {
  .footer-disc span {
    display: inline-block;
    opacity: 1;
    font-size: inherit;
    height: inherit;
    line-height: inherit;
  }
}
.footer-social {
  padding: 1.6rem 0 0;
  text-align: center;
}
@media only screen and (min-width: 1030px) {
  .footer-social {
    padding: 0;
    text-align: left;
  }
}
.footer-social h4 {
  color: white;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1030px) {
  .footer-social h4 {
    margin: 0 0 1rem 0.5rem;
  }
}
.footer-social div {
  display: flex;
}
.footer-social a {
  display: block;
  padding: 0 0.7rem;
}
.footer-social a:last-child {
  padding-right: 0;
}
.footer-social a:focus svg, .footer-social a:hover svg, .footer-social a:active svg {
  fill: white;
}
.footer-social svg {
  width: 24px;
  fill: #02d3e3;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-signup {
  width: 100%;
  padding: 4rem 0;
  background-color: #538fbd;
  text-align: center;
}
.footer-signup-cont {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}
.footer-signup .button, .footer-signup html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .footer-signup .submit-button, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button {
  padding: 1rem 4rem;
}
.footer-signup .button:after, .footer-signup html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:after, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .footer-signup .submit-button:after, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:after {
  display: none;
}
.footer-signup-form {
  display: none;
}

.content {
  width: 100%;
  max-width: 910px;
  margin: -5rem auto 6rem;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.content.nohero {
  margin: 2rem auto 6rem;
}
.page-template-default .content a, .post-template-default .content a {
  color: #5094b7;
  text-decoration: none;
}
.page-template-default .content a:hover, .post-template-default .content a:hover {
  text-decoration: underline;
}
.content-hero {
  position: relative;
}
.content-hero-caption {
  width: auto;
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: white;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  background: #2f5a7b;
  background: rgba(47, 90, 123, 0.9);
}
.content-hero img {
  display: block;
}
.content table {
  width: 100%;
  background-color: white;
  margin: 2rem 0;
  border: 1px solid #5094b7;
  border-collapse: collapse;
}
.content table tr {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content table tr:hover {
  background-color: #e6f0f4;
}
.content table td, .content table th {
  padding: 0.5rem;
  border: 1px solid #5094b7;
}
@media only screen and (min-width: 481px) {
  .content table td, .content table th {
    padding: 0.5rem 1rem;
  }
}
.content table th {
  background-color: #2f5a7b;
  color: white;
  text-align: left;
  text-transform: uppercase;
}
.content table td.download {
  padding: 0.5rem;
  background-color: #d1e3ea;
}
@media only screen and (min-width: 481px) {
  .content table td.download {
    padding: 1rem;
  }
}
.content table td.download a {
  color: #2f5a7b;
  font-size: 1.1rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-family: "Aptifer Slab W01";
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content table td.download a:before {
  content: '';
  display: block;
  width: 24px;
  height: 22px;
  margin: 0 1rem 0 0;
  background-image: url("img/download.svg");
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.content table td.download a:focus, .content table td.download a:hover, .content table td.download a:active {
  color: #5094b7;
  text-decoration: none;
}
.content-cont {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 2rem 30px 0;
  box-sizing: border-box;
}
.single .content-cont {
  padding: 0;
}
.content-cont table {
  width: auto;
  margin: 1rem -2rem;
}
@media only screen and (min-width: 1120px) {
  .content-cont table {
    margin: 1rem -6rem;
  }
}
.nohero .content-cont table {
  margin: 1rem 0rem;
}
@media only screen and (min-width: 1120px) {
  .nohero .content-cont table {
    margin: 1rem -6rem;
  }
}
.content-cont a {
  color: #5094b7;
  text-decoration: none;
}
.content-cont a:focus, .content-cont a:hover, .content-cont a:active {
  text-decoration: underline;
}
.content img, .content div.wp-caption {
  width: auto;
  height: auto;
  max-width: 100%;
  position: relative;
  display: block;
}
.content img.alignright, .content div.wp-caption.alignright {
  float: right;
  margin: 1rem 0 2rem 2rem;
  width: 100% !important;
}
@media only screen and (min-width: 680px) {
  .content img.alignright, .content div.wp-caption.alignright {
    width: auto !important;
  }
}
.content img.alignleft, .content div.wp-caption.alignleft {
  float: left;
  margin: 1rem 2rem 1rem 0;
  width: 100% !important;
}
@media only screen and (min-width: 680px) {
  .content img.alignleft, .content div.wp-caption.alignleft {
    width: auto !important;
  }
}
.content img.alignnone, .content div.wp-caption.alignnone {
  float: left;
  margin: 1rem 2rem 1rem 0;
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .content img.alignnone, .content div.wp-caption.alignnone {
    width: auto;
  }
}
.content img.aligncenter, .content div.wp-caption.aligncenter {
  display: block;
  margin: 2rem auto;
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .content img.aligncenter, .content div.wp-caption.aligncenter {
    width: auto;
  }
}
.content img.size-medium, .content div.wp-caption.size-medium {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 481px) {
  .content img.size-medium, .content div.wp-caption.size-medium {
    width: 50%;
  }
}
@media only screen and (min-width: 680px) {
  .content img.size-medium, .content div.wp-caption.size-medium {
    width: auto;
  }
}
.content img.size-thumbnail, .content div.wp-caption.size-thumbnail {
  width: 40%;
  height: auto;
  margin: 0 auto 2rem;
  float: none;
  clear: both;
  display: block;
}
@media only screen and (min-width: 481px) {
  .content img.size-thumbnail, .content div.wp-caption.size-thumbnail {
    width: 20%;
    float: left;
    clear: none;
    display: inline;
    margin: 1rem 2rem 1rem 0;
  }
}
@media only screen and (min-width: 680px) {
  .content img.size-thumbnail, .content div.wp-caption.size-thumbnail {
    width: auto;
  }
}
@media only screen and (min-width: 481px) {
  .content img.size-thumbnail.alignright, .content div.wp-caption.size-thumbnail.alignright {
    float: right;
    margin: 1rem 0 1rem 2rem;
  }
}
.content img .wp-caption-text, .content div.wp-caption .wp-caption-text {
  width: auto;
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: white;
  padding: 0.5rem 1rem;
  margin: 0;
  box-sizing: border-box;
  background: #2f5a7b;
  background: rgba(47, 90, 123, 0.9);
}
.content div.wp-caption {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .content div.wp-caption {
    width: auto;
  }
}
.content div.wp-caption img {
  width: 100%;
}
.content-intro {
  width: 100%;
  position: relative;
  background-image: url("img/content.png");
  background-color: #5094b7;
  background-position: center;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: 2rem 0 4rem;
  font-family: "Aptifer Slab W01";
}
.content-intro.nohero {
  padding: 2rem 0;
}
.content-intro.fixed {
  padding: 2rem 0 4rem;
}
@media only screen and (min-width: 910px) {
  .content-intro.fixed {
    padding: 10rem 0 4rem;
  }
  .content-intro.fixed.nohero {
    padding: 10rem 0 2rem;
  }
}
.content-intro-cont {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.content-intro h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 680px) {
  .content-intro h1 {
    flex-direction: row;
    justify-content: space-between;
  }
}
.content-intro h1 span {
  align-self: self-start;
}
.content-intro h1 .button, .content-intro h1 html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .content-intro h1 .submit-button, .content-intro h1 html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .content-intro h1 .submit-button {
  align-self: self-start;
  flex-shrink: 0;
  margin: 1rem 0 0;
}
@media only screen and (min-width: 680px) {
  .content-intro h1 .button, .content-intro h1 html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .content-intro h1 .submit-button, .content-intro h1 html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .content-intro h1 .submit-button {
    margin: 0 0 0 1rem;
  }
}
.content-intro h4 {
  color: #2f5a7b;
  font-size: 1rem;
  line-height: 1.5rem;
}
.content-intro-text {
  color: white;
  margin: 2rem 0 4rem;
}
.nohero .content-intro-text {
  margin: 2rem 0 0;
}
.content-intro h3 {
  color: white;
  margin: 2rem 0;
}
.content-intro-postbar {
  display: flex;
  align-items: center;
  padding: 0.5rem 0 0;
}
.content-intro-postbar-date {
  min-width: 100px;
  color: #2f5a7b;
  font-family: "lato";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 2rem 0 0;
}
.content-intro-postbar-tags {
  display: flex;
  flex-wrap: wrap;
}
.content-intro-postbar-tags span {
  display: block;
  background: white;
  font-family: "Aptifer Slab W01";
  border-radius: 2rem;
  color: #333333;
  font-size: 0.8rem;
  line-height: 1.3rem;
  display: flex;
  align-items: center;
  align-self: center;
  padding: 0.2rem 1.2rem;
  margin: 0.5rem;
  text-transform: uppercase;
}
.content-bread {
  margin: 1rem 0 2.5rem;
  color: #2f5a7b;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.content-bread a {
  color: white;
  text-decoration: none;
}
.content-bread a:focus, .content-bread a:hover, .content-bread a:active {
  text-decoration: underline;
}
.content-bread .arrow {
  display: inline-block;
  width: 12px;
  height: 8px;
  margin: 0 0.8rem;
  background-image: url("img/arrow-blue.svg");
}
@media only screen and (min-width: 768px) {
  .content-bread .arrow {
    width: 16px;
    height: 11px;
  }
}
.content-list, .homepage-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-list li, .homepage-features li {
  width: 100%;
  display: block;
  margin: 0 0 2rem;
  border-top: 5px solid #bd9933;
}
@media only screen and (min-width: 481px) {
  .content-list li, .homepage-features li {
    width: 49%;
  }
}
.content-list li img, .homepage-features li img {
  width: 100%;
  height: auto;
  display: block;
}
.content-list-text, .homepage-features-text {
  width: 75%;
  background-color: white;
  margin-top: -4rem;
  padding: 1.5rem 1rem 1rem;
  position: relative;
  box-sizing: border-box;
}
.content-list-heading, .homepage-features-heading {
  font-family: "Aptifer Slab W01";
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 481px) {
  .content-list-heading, .homepage-features-heading {
    min-height: 50px;
    margin-bottom: 0;
  }
}
.content-list-heading a, .homepage-features-heading a {
  color: #333333;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-list-heading a:focus, .homepage-features-heading a:focus, .content-list-heading a:hover, .homepage-features-heading a:hover, .content-list-heading a:active, .homepage-features-heading a:active {
  text-decoration: none;
  color: #2f5a7b;
}
.content-list-excerpt p {
  margin: 0 0 1rem;
}
.content-list-excerpt .link {
  margin: 0 0 0.2rem;
}
.content-search {
  list-style: none;
  margin: -4.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-search li {
  width: 100%;
  display: block;
  margin: 0;
}
.content-search-text {
  width: 100%;
  background-color: white;
  padding: 1.5rem 2rem 0;
  position: relative;
  box-sizing: border-box;
}
.content-search-text p {
  margin: 1rem 0 0;
}
.content-search-heading {
  font-family: "Aptifer Slab W01";
  font-size: 2.5rem;
  line-height: 3rem;
}
.content-search-heading a {
  color: #2f5a7b;
  text-decoration: none;
}
.content-search-heading a:hover {
  color: #5094b7;
  text-decoration: none;
}
.content-linked {
  color: #333333;
}
@media only screen and (min-width: 481px) {
  .content-linked {
    display: flex;
  }
}
.content-linked-link {
  padding: 2rem 0;
  border-top: 3px solid #edf4f8;
  border-bottom: 0;
}
@media only screen and (min-width: 481px) {
  .content-linked-link {
    width: 50%;
    text-align: right;
    border-right: 1px solid #edf4f8;
    border-bottom: 0;
  }
}
.content-linked-link:last-child {
  border-right: 0;
  border-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 481px) {
  .content-linked-link:last-child {
    border-left: 2px solid #edf4f8;
  }
}
.content-linked-link img {
  width: 100%;
  height: auto;
  display: block;
  border: 3px solid #edf4f8;
  box-sizing: border-box;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-linked-link-heading {
  width: 100%;
  line-height: 40px;
  display: block;
  text-decoration: none;
  color: #333333;
  position: relative;
  padding: 0 3.5rem 0 0.5rem;
  font-family: "Aptifer Slab W01";
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  box-sizing: border-box;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-linked-link-heading:after {
  content: '';
  display: block;
  width: 46px;
  height: 40px;
  background-color: #edf4f8;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("img/arrow-blue.svg");
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-linked-cont {
  width: 100%;
  max-width: 410px;
  display: inline-block;
  padding: 0 2rem;
  box-sizing: border-box;
  text-align: left;
}
.content-linked-cont:focus img, .content-linked-cont:hover img, .content-linked-cont:active img {
  border: 3px solid #5094b7;
}
.content-linked-cont:focus .content-linked-link-heading, .content-linked-cont:hover .content-linked-link-heading, .content-linked-cont:active .content-linked-link-heading {
  color: #2f5a7b;
}
.content-linked-cont:focus .content-linked-link-heading:after, .content-linked-cont:hover .content-linked-link-heading:after, .content-linked-cont:active .content-linked-link-heading:after {
  background-color: #5094b7;
  background-image: url("img/arrow-white.svg");
}
.content-contact {
  margin: -2rem auto 6rem;
}
.content-contact .content-cont {
  padding: 2rem 0 0;
}
.content-contact h3 {
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin: 0.5rem 0 0;
}
.content-cattitle {
  margin: 0 0 6rem;
}
.content-downloads {
  background-color: white;
}
@media only screen and (min-width: 1120px) {
  .content-downloads {
    margin: -6rem 0 0;
  }
}
.content-downloads h3 {
  color: #2f5a7b;
  padding: 1.5rem;
}
.content-downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (min-width: 1120px) {
  .content-downloads ul {
    margin: 0 -6rem;
  }
}
.content-downloads li {
  width: 100%;
  display: block;
  margin: 0 0 1rem;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  background-color: #edf4f7;
  overflow: hidden;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 481px) {
  .content-downloads li {
    width: 48%;
    margin: 0 1% 1rem;
  }
}
.content-downloads li:focus, .content-downloads li:hover, .content-downloads li:active {
  background-color: #74c6d6;
}
.content-downloads li img {
  width: 100%;
  height: auto;
  display: block;
}
.content-downloads-heading {
  font-family: "Aptifer Slab W01";
  font-size: 1.4rem;
  line-height: 1.9rem;
  display: flex;
  align-items: center;
}
.content-downloads-heading:before {
  content: '';
  display: block;
  width: 24px;
  height: 22px;
  margin: 0 1rem 0 0;
  background-image: url("img/download.svg");
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.content-downloads a {
  color: #2f5a7b;
  text-decoration: none;
}
.content-downloads a:focus, .content-downloads a:hover, .content-downloads a:active {
  text-decoration: none;
}
.content .bx-wrapper:first-child {
  margin: -2rem auto 0;
}
.content .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.content .bx-wrapper .gallery img {
  width: 100%;
  border: 0 !important;
}
.content .bx-wrapper .gallery-item {
  position: relative;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-top: 0 !important;
}
.content .bx-wrapper .gallery-item[aria-hidden='true'] {
  opacity: 0.5;
}
.content .bx-wrapper .gallery-caption {
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: white;
  margin: 0;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  background: #2f5a7b;
  background: rgba(47, 90, 123, 0.9);
  text-align: left;
}
.content .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
.content .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 42px;
  margin-top: -21px;
  background: none;
  background-color: #5094b7;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content .bx-wrapper .bx-controls-direction a:before {
  content: '';
  display: block;
  width: 26px;
  height: 18px;
  margin: 12px 0 0 7px;
  background-image: url("img/arrow-white.svg");
  background-repeat: no-repeat;
}
.content .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.content .bx-wrapper .bx-controls-direction a.bx-prev:before {
  transform: rotate(180deg);
}
.content .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.content .bx-wrapper .bx-controls-direction a:focus, .content .bx-wrapper .bx-controls-direction a:hover, .content .bx-wrapper .bx-controls-direction a:active {
  background-color: #2f5a7b;
}

#contact_map {
  width: 100%;
  height: 30rem;
  margin: -6rem 0 2rem;
}

html .content .formcraft-css .fc-form .form-element .checkbox-cover > div label {
  font-size: 1rem;
}

html .content .formcraft-css.align-left .fc-form, html .formcraft-css.align-left .fc-pagination-cover .fc-pagination, html .formcraft-css.align-left .prev-next {
  margin: 2rem 0 0;
}

html .formcraft-css input[type=checkbox]:checked,
html .formcraft-css input[type=radio]:checked {
  border-color: #5094b7;
  background: #5094b7;
  box-shadow: 0 0 0 0.5px #5094b7;
}

html .content .formcraft-css .fc-form .form-page-content .form-element-type-heading .heading-cover,
html .footer-signup .formcraft-css .fc-form .form-page-content .form-element-type-heading .heading-cover {
  padding-top: 0;
  padding-bottom: 0;
  color: #5094b7;
  font-weight: 500;
  font-family: "Aptifer Slab W01";
}

html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button {
  padding: 1rem 4rem;
  font-weight: 300;
  text-shadow: none;
  box-shadow: none;
}
html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button .text {
  display: inline-block;
  text-shadow: none;
}

html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button {
  padding: 1rem 4rem;
  font-weight: 300;
  text-shadow: none;
  box-shadow: none;
}
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button .text {
  display: inline-block;
  text-shadow: none;
}

html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=email],
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=password],
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=tel],
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=text],
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html select,
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html textarea,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=email],
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=password],
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=tel],
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=text],
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html select,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html textarea {
  border-bottom-width: 3px;
  font-weight: 300;
  border-color: #edf4f7;
  background-image: none;
}
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=email]:focus,
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=password]:focus,
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=tel]:focus,
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=text]:focus,
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html select:focus,
html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html textarea:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=email]:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=password]:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=tel]:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=text]:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html select:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html textarea:focus {
  border-color: #5094b7;
}

html .content .formcraft-css .fc-form.label-floating .form-element .form-element-html textarea {
  width: 100%;
}

html .content .formcraft-css .fc-form.fc-form-2 .form-element .star-cover label,
html .content .formcraft-css .fc-form.label-floating .form-element .field-cover.has-focus > span,
html .content .formcraft-css .fc-form.fc-form-2 .form-element .customText-cover a,
html .content .formcraft-css .prev-next > div span:hover {
  color: #5094b7;
}

html .content .formcraft-css .fc-form.label-floating .field-cover > span,
html .footer-signup .formcraft-css .fc-form.label-floating .field-cover > span {
  font-weight: 300;
}

.dropdown-cover {
  position: relative;
}
.dropdown-cover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #2f5a7b transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 6px;
  margin: -4px 0 0;
}
.dropdown-cover .sub-label-true {
  display: none;
}

.header-mobilesearch {
  width: 100%;
  background-color: #5094b7;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  display: flex;
}
@media only screen and (min-width: 910px) {
  .header-mobilesearch {
    display: none;
  }
}
.header-mobilesearch form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobilesearch input {
  width: 80%;
  border: 0;
  background-color: transparent;
  color: #2f5a7b;
  text-transform: uppercase;
  padding: 1rem 20px;
  box-sizing: border-box;
  outline: 0;
  font-family: "lato";
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.header-mobilesearch input::-webkit-input-placeholder {
  color: white;
}
.header-mobilesearch input:-moz-placeholder {
  color: white;
}
.header-mobilesearch input::-moz-placeholder {
  color: white;
}
.header-mobilesearch input:-ms-input-placeholder {
  color: white;
}
.header-mobilesearch input[type='submit'] {
  padding: 1.2rem 2rem;
  background-color: #5094b7;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url("img/magnify.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.header-nav .search-cont form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav .search-cont input[type='text'] {
  width: 60%;
  border: 0;
  background-color: transparent;
  color: white;
  padding: 1.1rem 0.9rem 0.4rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  outline: 0;
  border-bottom: 3px solid #5094b7;
  flex-grow: 1;
  font-family: "lato";
  font-weight: 300;
}
.header-nav .search-cont input[type='text']::-webkit-input-placeholder {
  color: #5094b7;
}
.header-nav .search-cont input[type='text']:-moz-placeholder {
  color: #5094b7;
}
.header-nav .search-cont input[type='text']::-moz-placeholder {
  color: #5094b7;
}
.header-nav .search-cont input[type='text']:-ms-input-placeholder {
  color: #5094b7;
}
.header-nav .search-cont input[type='submit'] {
  padding: 1.2rem 1.5rem;
  background-color: #2f5a7b;
  border: 3px solid #5094b7;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  width: 50px;
  height: 51px;
  background-image: url("img/magnify.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-nav .search-cont input[type='submit']:hover {
  border: 3px solid white;
}

html .formcraft-css .fc-form.frame-hidden .form-page-content {
  margin-right: 0 !important;
}

html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html {
  padding: 0.3rem 1.5em;
}

html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button {
  margin-top: 1rem;
  padding: 0.8rem 2rem;
}

html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=email],
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=password],
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=tel],
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=text],
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html select,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html textarea {
  border-bottom-width: 3px;
  font-weight: 300;
  border-color: white;
  color: white;
  background-image: none;
}
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=email]:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=password]:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=tel]:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html input[type=text]:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html select:focus,
html .footer-signup .formcraft-css .fc-form.label-floating .form-element .form-element-html textarea:focus {
  border-color: #2f5a7b;
}

html .footer-signup .formcraft-css .fc-form.fc-form-2.label-floating .form-element .field-cover > span {
  color: white;
}

html .footer-signup .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html .field-cover > span {
  color: #b32929;
}

html .footer-signup .formcraft-css .fc-form.label-floating .form-element.error-field .form-element-html input[type=text] {
  color: #b32929;
  border-color: #b32929;
}

html .footer-signup .formcraft-css .fc-form .form-element .error {
  color: #b32929;
}

.form-element-type-heading {
  position: relative;
  padding-top: 3rem;
  margin-top: 3rem;
}
.form-element-type-heading:before {
  content: '';
  width: 10000px;
  height: 3px;
  background-color: #edf4f7;
  position: absolute;
  top: 0;
  left: -5000px;
  margin-left: 481px;
}
.form-element-type-heading:first-child:before {
  display: none;
}

.form-element-field16 .sub-label-false {
  display: none !important;
}
.form-element-field16 .form-element-html {
  width: 100% !important;
  display: flex;
  border: 3px solid #edf4f7;
  box-sizing: border-box;
  padding: 0 !important;
}
.form-element-field16 .form-element-html:before {
  width: 50%;
  content: 'Donation Amount ($)';
  background-color: #edf4f7;
  padding: 1rem;
  box-sizing: border-box;
  color: #2f5a7b;
  text-transform: uppercase;
  font-weight: 500;
}
.form-element-field16 .form-element-html > div {
  width: 50%;
}
.form-element-field16 .form-element-html input {
  margin: 0 !important;
  padding: 1rem !important;
  border: 0 !important;
}

.stripe-cover {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.stripe-cover:before {
  content: '';
  width: 10000px;
  height: 3px;
  background-color: #edf4f7;
  position: absolute;
  bottom: 0;
  left: -5000px;
  margin-left: 481px;
}

html .formcraft-css .fc-form .stripe-cover.field-cover {
  padding-top: 0 !important;
}
html .formcraft-css .fc-form .stripe-cover.field-cover div.stripe-amount-show {
  top: inherit !important;
  right: inherit !important;
  left: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 0 !important;
  background-color: transparent;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 300;
  bottom: -127px !important;
}
@media only screen and (min-width: 768px) {
  html .formcraft-css .fc-form .stripe-cover.field-cover div.stripe-amount-show {
    bottom: -162px !important;
  }
}
html .formcraft-css .fc-form .stripe-cover.field-cover div.stripe-amount-show:before {
  content: 'Donation Amount - ';
  width: inherit !important;
  height: inherit !important;
  border-top-width: 0 !important;
  border-top-style: inherit !important;
  position: relative !important;
  bottom: 0 !important;
  z-index: inherit !important;
  color: #2f5a7b;
  font-family: "Aptifer Slab W01";
  font-size: 1.5rem;
  font-weight: 500;
  display: none;
}
@media only screen and (min-width: 768px) {
  html .formcraft-css .fc-form .stripe-cover.field-cover div.stripe-amount-show:before {
    display: inline-block;
  }
}
html .formcraft-css .fc-form .stripe-cover.field-cover div.stripe-amount-show:after {
  display: none !important;
}

.form-element-field17 {
  margin: 0 0 1rem;
}
.form-element-field17 .sub-label-false {
  display: none !important;
}
.form-element-field17 .form-element-html {
  width: 100% !important;
  border: 3px solid #edf4f7;
  box-sizing: border-box;
  padding: 0 !important;
}
.form-element-field17 .checkbox-cover div {
  display: flex !important;
  padding: 0 !important;
}
.form-element-field17 .checkbox-cover div label {
  width: 50%;
  padding: 1rem !important;
}
.form-element-field17 .checkbox-cover div label:last-child {
  border-left: 3px solid #edf4f7;
}
.form-element-field17 .checkbox-cover > div {
  border: 0 !important;
}
.form-element-field17 .checkbox-cover > div label input {
  margin-right: 1em !important;
}

.form-element-field18 {
  margin: 0 0 1rem;
}
.form-element-field18 .sub-label-false {
  display: none !important;
}
.form-element-field18 .error {
  top: 5px !important;
}
.form-element-field18 .form-element-html {
  width: 100% !important;
  border: 3px solid #edf4f7;
  box-sizing: border-box;
  padding: 0 !important;
}
.form-element-field18 .checkbox-cover div {
  display: flex !important;
  padding: 0 !important;
  flex-wrap: wrap;
}
.form-element-field18 .checkbox-cover div label {
  width: 50%;
  box-sizing: border-box;
  padding: 1rem !important;
}
.form-element-field18 .checkbox-cover > div {
  border: 0 !important;
}
.form-element-field18 .checkbox-cover > div label input {
  margin-right: 1em !important;
}

.form-element-field19 {
  margin: 2rem 0 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px !important;
}
@media only screen and (min-width: 768px) {
  .form-element-field19 {
    margin: 1.5rem 0 0;
  }
}
.form-element-field19 span {
  color: #2f5a7b;
  font-family: "Aptifer Slab W01";
  font-size: 1.5rem;
  font-weight: 500;
  display: none;
}
@media only screen and (min-width: 768px) {
  .form-element-field19 span {
    display: inline-block;
  }
}
.form-element-field19:before {
  display: none;
}

.homepage {
  width: 100%;
  margin-bottom: 0;
}
.homepage .bx-wrapper {
  max-width: 1100px;
  text-align: left;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
.homepage .bx-wrapper .bx-controls {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.homepage .bx-wrapper .bx-pager {
  width: auto;
  bottom: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .homepage .bx-wrapper .bx-pager {
    bottom: 70px;
  }
}
.homepage .bx-wrapper .bx-pager a {
  width: 80px;
  background: white;
  opacity: 0.5;
  margin: 0 10px 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homepage .bx-wrapper .bx-pager a.active {
  background: white;
  opacity: 1;
}
.homepage .bx-wrapper .bx-pager a:focus, .homepage .bx-wrapper .bx-pager a:hover, .homepage .bx-wrapper .bx-pager a:active {
  background: white;
  opacity: 1;
}
.homepage .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 42px;
  margin-top: -21px;
  background: none;
  background-color: white;
}
@media only screen and (min-width: 1120px) {
  .homepage .bx-wrapper .bx-controls-direction a {
    width: 78px;
    height: 62px;
    margin-top: -31px;
  }
}
.homepage .bx-wrapper .bx-controls-direction a:before {
  content: '';
  display: block;
  width: 30px;
  height: 22px;
  margin: 10px 0 0 5px;
  background-image: url("img/arrow-grey.svg");
  background-repeat: no-repeat;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 1120px) {
  .homepage .bx-wrapper .bx-controls-direction a:before {
    width: 44px;
    height: 32px;
    margin: 15px 0 0 17px;
  }
}
.homepage .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.homepage .bx-wrapper .bx-controls-direction a.bx-prev:before {
  transform: rotate(180deg);
}
.homepage .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.homepage .bx-wrapper .bx-controls-direction a:focus:before, .homepage .bx-wrapper .bx-controls-direction a:hover:before, .homepage .bx-wrapper .bx-controls-direction a:active:before {
  background-image: url("img/arrow-lightblue.svg");
}
.homepage-intro {
  width: 100%;
  max-width: 1030px;
  margin: 2rem auto;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  display: flex;
  font-family: "Aptifer Slab W01";
}
.homepage-hero {
  width: 100%;
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .homepage-hero {
    height: 100vh;
  }
}
.homepage-hero:before {
  content: '';
  display: none;
  width: 100%;
  height: 30rem;
  position: absolute;
  top: 0;
  background-color: white;
  background-image: -moz-linear-gradient(white, transparent);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(transparent));
  background-image: -webkit-linear-gradient(white, transparent);
  background-image: -o-linear-gradient(white, transparent);
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .homepage-hero:before {
    display: block;
  }
}
.homepage-hero:after {
  content: '';
  display: none;
  width: 100%;
  height: 40rem;
  position: absolute;
  bottom: 0;
  background-color: orange;
  background-color: transparent;
  background-image: -moz-linear-gradient(transparent, #5094b7);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#5094b7));
  background-image: -webkit-linear-gradient(transparent, #5094b7);
  background-image: -o-linear-gradient(transparent, #5094b7);
}
@media only screen and (min-width: 768px) {
  .homepage-hero:after {
    display: block;
  }
}
.homepage-hero-cont {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  align-self: flex-end;
  align-items: flex-start;
  color: white;
  box-sizing: border-box;
  background-color: #5094b7;
}
@media only screen and (min-width: 768px) {
  .homepage-hero-cont {
    padding: 0 10px;
    background-color: transparent;
  }
}
.homepage-hero img {
  display: block;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .homepage-hero img {
    display: none;
    margin: 0;
  }
}
.homepage-hero h1 {
  margin: 0;
  color: white;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .homepage-hero h1 {
    padding: 0;
  }
}
.homepage-hero h4 {
  margin: 2rem 0 2rem;
  color: white;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .homepage-hero h4 {
    padding: 0;
  }
}
.homepage-hero .button, .homepage-hero html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .homepage-hero .submit-button, .homepage-hero html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .homepage-hero .submit-button {
  margin: 0 0 6rem 2rem;
  background-color: #5094b7;
}
@media only screen and (min-width: 768px) {
  .homepage-hero .button, .homepage-hero html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .homepage-hero .submit-button, .homepage-hero html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .homepage-hero .submit-button {
    margin: 0 0 8rem;
  }
}
.homepage-hero .button:before, .homepage-hero html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:before, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .homepage-hero .submit-button:before, .homepage-hero html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:before, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .homepage-hero .submit-button:before {
  display: none;
}
.homepage-hero .button:hover, .homepage-hero html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:hover, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .homepage-hero .submit-button:hover, .homepage-hero html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button:hover, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .homepage-hero .submit-button:hover {
  background-color: #2f5a7b;
}
.homepage-hero-slideshow-cont {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .homepage-hero-slideshow-cont {
    height: 100vh;
  }
}
.homepage-buttons {
  width: 100%;
  background-color: #bd9933;
}
@media only screen and (min-width: 768px) {
  .homepage-buttons {
    position: absolute;
    bottom: 0;
  }
}
.homepage-buttons ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .homepage-buttons ul {
    display: flex;
    padding: 0 10px;
  }
}
.homepage-buttons li {
  width: 100%;
  box-sizing: border-box;
  border-top: 2px solid white;
  border-bottom: 1px solid white;
}
.homepage-buttons li:first-child {
  border-top: 3px solid white;
}
.homepage-buttons li:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .homepage-buttons li {
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid white;
    border-right: 2px solid white;
  }
  .homepage-buttons li:first-child {
    border-top: 0;
    border-left: 3px solid white;
  }
  .homepage-buttons li:last-child {
    border-right: 3px solid white;
  }
}
.homepage-buttons a {
  width: 100%;
  display: inline-block;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  font-family: "Aptifer Slab W01";
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: white;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  .homepage-buttons a {
    padding: 2rem;
  }
}
.homepage-buttons a:focus, .homepage-buttons a:hover, .homepage-buttons a:active {
  background-color: #2f5a7b;
}
.homepage-buttons a:after {
  content: '';
  display: inline-block;
  float: right;
  width: 24px;
  height: 17px;
  margin: 0.25rem 0 0 0.8rem;
  background-image: url("img/arrow-white.svg");
}
@media only screen and (min-width: 768px) {
  .homepage-buttons a:after {
    margin: 0.4rem 0 0 0.8rem;
  }
}
.homepage-features {
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 3rem auto;
  box-sizing: border-box;
}
.homepage-features li {
  width: 100%;
  display: block;
  margin: 0 0 2rem;
}
@media only screen and (min-width: 481px) {
  .homepage-features li {
    width: 32.5%;
  }
}
.homepage-features-heading {
  font-size: 2rem;
  line-height: 2.5rem;
}
.homepage-features-heading a {
  color: #333333;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-features-excerpt {
  margin: 0;
  padding: 1rem;
}
@media only screen and (min-width: 481px) {
  .homepage-features-excerpt {
    padding: 0 1rem 1rem;
  }
}
.homepage-features-excerpt p {
  margin: 0;
  padding: 0;
}
.homepage-divinity {
  background-color: #f8f5ea;
  padding: 4rem 0 4rem;
}
.homepage-divinity-outside {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 4rem 0 0;
}
.homepage-divinity-cont {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.homepage-divinity img {
  width: 327px;
  display: block;
  margin: 0 auto;
}
.homepage-divinity h3 {
  color: #333333;
}
.homepage-divinity p {
  margin: 2rem 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .homepage-divinity p {
    margin: 2rem 0;
  }
}
.homepage-news {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 2rem auto;
  box-sizing: border-box;
}
.homepage-news-cont {
  width: 100%;
  background-color: #edf4f7;
  padding: 2rem 0;
}
.homepage-news-eventscont {
  width: 100%;
  background-color: transparent;
  padding: 2rem 0;
}
.homepage-news-coursescont {
  width: 100%;
  background-color: transparent;
  padding: 2rem 0;
}
.homepage-news-heading {
  width: 100%;
  padding: 0 0 1.5rem;
  border-bottom: 3px solid white;
}
.homepage-news-eventscont .homepage-news-heading, .homepage-news-coursescont .homepage-news-heading {
  border-bottom: 3px solid #edf4f7;
}
@media only screen and (min-width: 481px) {
  .homepage-news-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.homepage-news-heading span {
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-family: "Aptifer Slab W01";
  display: block;
}
.homepage-news ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0 0;
}
@media only screen and (min-width: 481px) {
  .homepage-news ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
.homepage-news-specialistcont .homepage-news ul {
  flex-wrap: wrap;
  justify-content: start;
}
.homepage-news li {
  width: 100%;
  display: flex;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 481px) {
  .homepage-news li {
    width: 32%;
    margin: 0;
  }
}
.homepage-news li img {
  width: 100%;
  height: auto;
}
.homepage-news-testimonialscont .homepage-news li, .homepage-news-coursescont .homepage-news li {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .homepage-news-testimonialscont .homepage-news li, .homepage-news-coursescont .homepage-news li {
    width: 24%;
  }
}
.homepage-news-testimonialscont .homepage-news li a, .homepage-news-coursescont .homepage-news li a {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-news-coursescont .homepage-news li a {
  width: 100%;
  height: 8rem;
  background-color: #2f5a7b;
  display: flex;
  border-bottom: 3px solid #5094b7;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Aptifer Slab W01";
  font-weight: 200;
  margin: 0;
  font-size: 1.9rem;
  line-height: 2.4rem;
  text-decoration: none;
}
.homepage-news-coursescont .homepage-news li a:focus, .homepage-news-coursescont .homepage-news li a:hover, .homepage-news-coursescont .homepage-news li a:active {
  background-color: #5094b7;
}
.homepage-news-specialistcont .homepage-news li {
  width: 100%;
  margin: 0 0 2rem;
}
@media only screen and (min-width: 481px) {
  .homepage-news-specialistcont .homepage-news li {
    width: 32%;
    margin: 0 2% 2rem 0;
  }
  .homepage-news-specialistcont .homepage-news li:nth-child(3n) {
    margin: 0 0 2rem;
  }
}
.homepage-news-main {
  width: 100%;
  display: block;
  display: flex;
  flex-direction: column;
}
.homepage-news-sub {
  font-weight: 700;
  margin: 1rem 0;
  color: #2f5a7b;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 1.65rem;
}
.homepage-news h3 {
  margin: 1rem 0;
  color: #2f5a7b;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-news-image {
  width: 100%;
  display: block;
  align-self: flex-start;
  box-sizing: border-box;
}
.homepage-news p {
  margin: 0;
  color: #333333;
}
.homepage-units {
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 2rem auto;
  box-sizing: border-box;
  text-align: left;
}
.homepage-units-cont {
  width: 100%;
  background-color: white;
  padding: 2rem 0 4rem;
  text-align: center;
}
.homepage-units-heading {
  width: 100%;
  padding: 0 10px 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.homepage-units-heading span {
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-family: "Aptifer Slab W01";
  display: block;
}
.homepage-units-heading p {
  max-width: 768px;
  text-align: center;
}
.homepage-units ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0 0;
}
@media only screen and (min-width: 481px) {
  .homepage-units ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
.homepage-news-specialistcont .homepage-units ul {
  flex-wrap: wrap;
  justify-content: start;
}
.homepage-units li {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 1rem;
  background-color: #edf4f7;
}
@media only screen and (min-width: 481px) {
  .homepage-units li {
    width: 32.8%;
    margin: 0;
  }
}
.homepage-units li img {
  width: 100%;
  height: auto;
  display: block;
}
.homepage-units-image {
  position: relative;
  border: 3px solid #edf4f7;
  border-bottom: 0;
  box-sizing: border-box;
}
.homepage-units-name {
  width: 50%;
  padding: 1rem 1rem 0 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #edf4f7;
  font-size: 1.15rem;
  line-height: 1.65rem;
  color: #2f5a7b;
  box-sizing: border-box;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 481px) {
  .homepage-units-name {
    width: 90%;
  }
}
@media only screen and (min-width: 910px) {
  .homepage-units-name {
    width: 50%;
  }
}
.homepage-units-text {
  padding: 0 1.4rem 1.4rem;
  box-sizing: border-box;
}
.homepage-units-text .link {
  margin: 0 0 0.5rem;
}
@media only screen and (min-width: 910px) {
  .homepage-units-text .link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.homepage-units-subs {
  color: #2f5a7b;
  font-weight: bold;
}
.homepage-units-subs a {
  color: #2f5a7b;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-units-subs a:hover {
  color: #5094b7;
}
.homepage-apply {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 40px;
  box-sizing: border-box;
}
.homepage-apply img {
  width: 68px;
  display: block;
  margin: 0 auto 2rem;
}
.homepage-apply-heading {
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-family: "Aptifer Slab W01";
  margin: 0 0 0.5rem;
}
.homepage-apply p {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.homepage-apply .button, .homepage-apply html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .homepage-apply .submit-button, .homepage-apply html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .homepage-apply .submit-button {
  margin-top: 1rem;
}

.blog .content-intro, .content-intro-events {
  padding: 2rem 0;
}

.news {
  width: 100%;
  max-width: 1100px;
  margin: 3rem auto 5rem;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
}
.news-cats {
  width: 100%;
  max-width: 910px;
  list-style: none;
  margin: -4.5rem auto 2rem;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.news-cats li {
  height: 4.6rem;
  display: block;
  margin: 0 3px 0 0;
}
@media only screen and (min-width: 768px) {
  .news-cats li {
    margin: 0 3px 1.1rem 0;
  }
}
.news-cats li.current-cat a {
  background-color: #bd9933;
}
.news-cats li a {
  background-color: #2f5a7b;
  color: white;
  text-decoration: none;
  padding: 1rem 0 1rem 1rem;
  font-family: "Aptifer Slab W01";
  font-size: 1.5rem;
  line-height: 2rem;
  border-bottom: 3px solid #bd9933;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  .news-cats li a {
    font-size: 1.7rem;
    line-height: 2.2rem;
    padding: 1.5rem 0 1.5rem 2rem;
    border-bottom: 6px solid #bd9933;
  }
}
.news-cats li a:focus, .news-cats li a:hover, .news-cats li a:active {
  background-color: #bd9933;
}
.news-cats li a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 13px;
  margin: 0.25rem 1rem 0 0.8rem;
  background-image: url("img/arrow-white.svg");
}
@media only screen and (min-width: 768px) {
  .news-cats li a:after {
    width: 24px;
    height: 17px;
    margin: 0.35rem 2rem 0 0.8rem;
  }
}
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.news-list > li {
  width: 100%;
  max-width: 345px;
  margin: 0 auto 2rem;
  padding: 0.5rem 0;
  position: relative;
}
@media only screen and (min-width: 680px) {
  .news-list > li {
    width: 32%;
    margin: 0 2% 4rem 0;
  }
  .news-list > li:nth-child(3n) {
    margin: 0;
  }
}
.news-list > li a {
  text-decoration: none;
}
.news-list > li a:focus h3, .news-list > li a:hover h3, .news-list > li a:active h3 {
  color: #5094b7;
}
.news-list > li h3 {
  color: #2f5a7b;
  margin: 1rem 0 0;
  padding: 0.5rem 1rem 0;
  box-sizing: border-box;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news img {
  width: 100%;
  height: auto;
  display: block;
}
.news-date {
  padding: 0;
  background-color: #edf4f7;
  padding: 0.5rem 1rem;
  color: #2f5a7b;
  font-weight: 700;
  line-height: 2.4rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-date .share {
  position: relative;
}
.news-date .share-icon {
  width: 38px;
  height: 38px;
  display: block;
  background-image: url("img/share.svg");
  cursor: pointer;
}
.news-date .share ul {
  display: none;
  width: 150px;
  position: absolute;
  left: -110px;
  bottom: 100%;
  z-index: 10;
  float: left;
  margin: 10px 0;
  clear: both;
  background-color: #fff;
  padding: 15px 10px 10px;
  border: 1px solid #cbdadd;
  border-radius: 5px;
  box-sizing: border-box;
  flex-wrap: wrap;
  list-style: none;
}
.news-date .share ul.visible {
  display: flex;
}
.news-date .share ul li {
  margin: 0;
  padding: 0;
}
.news-date .share ul a {
  width: 34px;
  height: 34px;
  margin: 0.2rem;
  align-items: center;
  border-radius: 6px;
  background-color: #5094b7;
  display: flex;
  text-align: center;
  justify-content: center;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news-date .share ul a:focus, .news-date .share ul a:hover, .news-date .share ul a:active {
  background-color: #2f5a7b;
}
.news-date .share ul svg {
  width: 24px;
  fill: white;
}
.news-date .share ul:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 10px solid rgba(255, 255, 255, 0);
  border-top-color: #fff;
  margin-left: -5px;
}
.news-date span {
  display: block;
  background: white;
  font-family: "Aptifer Slab W01";
  border-radius: 2rem;
  color: #333333;
  font-size: 0.8rem;
  line-height: 1.3rem;
  display: flex;
  align-items: center;
  align-self: center;
  padding: 0.2rem 1.2rem;
}
.news-text {
  width: 100%;
  box-sizing: border-box;
  color: #333333;
}
.news-text a {
  display: block;
  font-family: "Aptifer Slab W01";
  color: #2f5a7b;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news-text a:focus, .news-text a:hover, .news-text a:active {
  color: #5094b7;
}
.news-excerpt {
  padding: 0.5rem 1rem 1rem;
  box-sizing: border-box;
}
.news-excerpt p {
  margin: 0;
}
.news-load, .events-load {
  padding: 1rem 4rem;
}
.news-load:after, .events-load:after {
  width: 15px;
  height: 15px;
  background-image: url("img/load.svg");
  margin: 0.25rem 0 0 0.8rem;
}
@media only screen and (min-width: 768px) {
  .news-load:after, .events-load:after {
    margin: 0.45rem 0 0 0.8rem;
  }
}

.staff {
  width: 100%;
  max-width: 910px;
  margin: -5rem auto 6rem;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.staff-cont {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 2rem 30px 0;
  box-sizing: border-box;
}
.staff.staff-sub {
  background-color: transparent;
}
.staff h3 {
  margin: 0 0 1rem;
}
.staff .staff-list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1030px) {
  .staff .staff-list {
    margin: 1rem -3rem;
  }
}
@media only screen and (min-width: 1120px) {
  .staff .staff-list {
    margin: 1rem -5rem;
  }
}
.staff .staff-list-item {
  width: 100%;
  display: block;
  margin: 0 0 1rem;
  background-color: #edf4f7;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 481px) {
  .staff .staff-list-item {
    width: 48%;
    margin: 0 4% 2rem 0;
  }
  .staff .staff-list-item:nth-child(2n) {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 910px) {
  .staff .staff-list-item {
    width: 23.5%;
    margin: 0 2% 1rem 0;
  }
  .staff .staff-list-item:nth-child(2n) {
    margin: 0 2% 1rem 0;
  }
  .staff .staff-list-item:nth-child(4n) {
    margin: 0 0 1rem;
  }
}
.staff .staff-list-item img {
  width: 100%;
  height: auto;
  display: block;
}
.staff .staff-list-item-width2 {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .staff .staff-list-item-width2 {
    width: 520px;
  }
}
.staff .staff-list-item:focus, .staff .staff-list-item:hover, .staff .staff-list-item:active {
  background-color: #dbe9ef;
}
.staff .staff-list-text {
  width: 100%;
  padding: 1rem;
  position: relative;
  box-sizing: border-box;
}
.staff .staff-list-name {
  font-weight: 500;
  font-family: "Aptifer Slab W01";
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.staff .staff-list-position {
  color: #5094b7;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.staff .staff-list a {
  color: #2f5a7b;
  text-decoration: none;
}

.content-intro-timeline {
  padding: 2rem 0 2rem;
}

.content-timeline {
  margin: -3rem auto 6rem;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  counter-reset: section;
}
@media only screen and (min-width: 1120px) {
  .timeline {
    margin: 0 -6rem 0;
  }
}
.timeline-cont {
  padding: 0;
}
.timeline-cont h2 {
  margin-top: 0;
}
.timeline > li {
  width: 100%;
  background-color: white;
  margin: 0 0 2rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
.timeline > li:before {
  counter-increment: section;
  content: "Step " counter(section);
  display: block;
  background-color: #edf4f7;
  padding: 1rem;
  flex-shrink: 0;
  align-self: flex-start;
  color: #2f5a7b;
  font-weight: 700;
  line-height: 2.4rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 680px) {
  .timeline > li:before {
    padding: 1rem 4rem 1rem 1.5rem;
  }
}
.timeline-heading {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Aptifer Slab W01";
  color: #2f5a7b;
  margin: 0 0 1rem;
}
.timeline-text {
  width: 100%;
  padding: 1.2rem 1rem 1.5rem;
  position: relative;
  border: 3px solid #edf4f7;
  box-sizing: border-box;
}
@media only screen and (min-width: 1120px) {
  .timeline-text {
    padding: 1.2rem 2rem 1.5rem;
  }
}

.pathways {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1120px) {
  .pathways {
    margin: 0 -6rem;
  }
}
.pathways-cont {
  text-align: center;
  padding: 2rem 0 0;
}
@media only screen and (min-width: 1120px) {
  .pathways-cont {
    padding: 2rem 30px 0;
  }
}
.pathways-cont h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.pathways-cont h3:first-of-type {
  margin-top: 0;
}
.pathways-connectors {
  height: 5rem;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
@media only screen and (min-width: 1120px) {
  .pathways-connectors {
    margin: 0 -6rem;
  }
}
.pathways-connectors span {
  width: 2px;
  height: 50%;
  margin-top: 2.5rem;
  display: block;
  background-color: #538fbd;
}
.pathways-connectors span:nth-child(2) {
  height: 100%;
  margin-top: 0;
}
.pathways-connectors:before {
  width: 50%;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 2.5rem;
  background-color: #538fbd;
}
.pathways-connectors2 {
  height: 5rem;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
@media only screen and (min-width: 1120px) {
  .pathways-connectors2 {
    margin: 0 -6rem;
  }
}
.pathways-connectors2 span {
  width: 2px;
  height: 50%;
  display: block;
  background-color: #538fbd;
}
.pathways-connectors2 span:nth-child(2) {
  margin-top: 2.5rem;
}
.pathways-connectors2:before {
  width: 50%;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 2.5rem;
  background-color: #538fbd;
}
.pathways-connectors3 {
  height: 5rem;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
@media only screen and (min-width: 1120px) {
  .pathways-connectors3 {
    margin: 0 -6rem;
  }
}
.pathways-connectors3 span {
  width: 2px;
  height: 50%;
  display: block;
  background-color: #538fbd;
}
.pathways-connectors3 span:nth-child(2) {
  opacity: 0;
}
.pathways-connectors3 span:nth-child(3) {
  margin-top: 2.5rem;
}
.pathways-connectors3 span:nth-child(4) {
  height: 100%;
}
.pathways-connectors3:before {
  width: 40%;
  margin-right: 10%;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 20%;
  background-color: #538fbd;
}

.pathway {
  width: 100%;
  border: 2px solid #5094b7;
  background-color: #edf4f7;
  margin: 0 1%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pathway-text {
  padding: 1rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pathway-text {
    padding: 1.5rem;
  }
}
.pathway a {
  width: 100%;
  box-sizing: border-box;
  background-color: #538fbd;
  border-top: 2px solid #5094b7;
  color: white;
  padding: 0.5rem 1rem;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  .pathway a {
    padding: 1rem 2rem;
  }
}
.pathway a span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pathway a span {
    display: inline;
  }
}
.pathway a:after {
  content: '';
  display: inline-block;
  float: none;
  width: 14px;
  height: 10px;
  margin: 0.4rem 0 0 0.8rem;
  background-image: url("img/arrow-white.svg");
}
@media only screen and (min-width: 768px) {
  .pathway a:after {
    width: 16px;
    height: 11px;
  }
}
.pathway a:hover {
  background-color: #2f5a7b;
  text-decoration: none;
}

.testimonial {
  padding: 0 20px 4rem;
  box-sizing: border-box;
}
.testimonial img {
  width: 264px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  align-self: flex-start;
}
.testimonial p {
  margin: 1rem 0;
}
.testimonial-course {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  display: flex;
}

.testimonials-outside {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 8rem 0 0;
}
.testimonials-text {
  padding: 0;
}
.testimonials-text-cont {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (min-width: 1120px) {
  .testimonials-text-cont {
    padding: 0 0 0 20px;
  }
}
.testimonials-text h3 {
  color: #2f5a7b;
  margin: 0 0 1rem;
}
.testimonials-sub {
  color: #2f5a7b;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.content-courses {
  max-width: 1100px;
}

.courses {
  list-style: none;
  margin: 0;
  padding: 0;
}
.courses li {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.courses li .go {
  background-color: #74c6d6;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.courses li .go:after {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  margin: 0;
  background-image: url("img/arrow-white.svg");
}
.courses li a {
  width: 100%;
  background-color: #edf4f7;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.courses li a:focus, .courses li a:hover, .courses li a:active {
  text-decoration: none;
}
.courses li a:focus .go, .courses li a:hover .go, .courses li a:active .go {
  background-color: #2f5a7b;
}
.courses-text {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 481px) {
  .courses-text {
    padding: 2rem 0;
  }
}
.courses-text .icon {
  display: inline-block;
}
.courses-heading {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: "Aptifer Slab W01";
  margin: 0 0 1rem;
  padding: 0 20px;
  box-sizing: border-box;
  color: #5094b7;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 481px) {
  .courses-heading {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 680px) {
  .courses-heading {
    padding: 0 15rem 0 2rem;
  }
}
.courses-details {
  padding: 0 20px;
  box-sizing: border-box;
  color: #2f5a7b;
}
@media only screen and (min-width: 481px) {
  .courses-details {
    padding: 0 2rem;
  }
}
.courses-details p {
  margin: 0;
}
.courses-online {
  width: 152px;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: white;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 1rem;
  color: #333333;
  font-family: "lato";
  margin: 1rem 0 0;
}
@media only screen and (min-width: 680px) {
  .courses-online {
    width: auto;
    position: absolute;
    top: 0.2rem;
    right: 2rem;
    margin: 0;
  }
}
.courses-online-icon {
  width: 24px;
  float: left;
  display: flex;
  align-items: center;
  margin: 0 0.5rem 0 0;
}

.course {
  background-color: white;
}
.course a {
  color: #5094b7;
  text-decoration: none;
}
.course a:focus, .course a:hover, .course a:active {
  text-decoration: underline;
}
.course-details {
  width: 100%;
  margin: 0 0 2rem;
  padding: 0;
  border: 1px solid #2f5a7b;
  box-sizing: border-box;
  display: table;
  border-collapse: collapse;
}
.course-detail {
  display: table-row;
}
.course-detail-heading {
  width: 30%;
  display: table-cell;
  padding: 0.5rem 1rem;
  border: 1px solid #2f5a7b;
  background-color: #edf4f7;
  color: #2f5a7b;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 481px) {
  .course-detail-heading {
    padding: 0.5rem 2rem;
  }
}
.course-detail-text {
  display: table-cell;
  padding: 0.5rem 1rem;
  border: 1px solid #2f5a7b;
}
@media only screen and (min-width: 481px) {
  .course-detail-text {
    padding: 0.5rem 2rem;
  }
}
.course-structure {
  padding: 0 0 4rem;
  border-top: 3px solid #e6eff6;
}
.course-structure h3 {
  margin: 1rem 0;
}
.course-structure-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 481px) {
  .course-structure-cont {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.course-structure #canvas-holder {
  width: 60%;
  text-align: center;
  position: relative;
  margin: 1rem auto;
  order: -1;
}
@media only screen and (min-width: 481px) {
  .course-structure #canvas-holder {
    width: 30%;
    margin: 0 auto;
    order: inherit;
  }
}
@media only screen and (min-width: 680px) {
  .course-structure #canvas-holder {
    width: 40%;
  }
}
.course-structure #chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.course-structure .chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.course-structure #course-structure-chart {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.course-structure-legend {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .course-structure-legend {
    width: 32%;
  }
}
@media only screen and (min-width: 680px) {
  .course-structure-legend {
    width: 25%;
  }
}
.course-structure-legend-label {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  padding: 0.2rem 0;
  font-size: 1rem;
  line-height: 1.3rem;
}
@media only screen and (min-width: 481px) {
  .course-structure-legend-label {
    width: auto;
    text-align: left;
    flex-direction: row;
  }
}
.course-structure-legend-label span.text {
  width: 90%;
  display: block;
}
.course-structure-legend-label span.text span {
  display: block;
  text-transform: uppercase;
}
.course-structure-legend-label .square {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-color: #2f5a7b;
  margin: 0 0.6rem 0 0;
}
.course-structure-legend:last-child .course-structure-legend-label {
  text-align: left;
  flex-direction: row;
}
@media only screen and (min-width: 481px) {
  .course-structure-legend:last-child .course-structure-legend-label {
    text-align: right;
    flex-direction: row-reverse;
  }
}
.course-structure-legend:last-child .course-structure-legend-label .square {
  margin: 0 0.6rem 0 0;
}
@media only screen and (min-width: 481px) {
  .course-structure-legend:last-child .course-structure-legend-label .square {
    margin: 0 0 0 0.6rem;
  }
}
.course-sections {
  list-style: none;
  padding: 0;
}
.course-sections > li {
  border-top: 3px solid #e6eff6;
  position: relative;
}
.course-sections > li:before {
  content: '+';
  display: block;
  width: 20px;
  position: absolute;
  top: -3px;
  right: 0;
  padding: 0 0.5rem;
  border: 3px solid #e6eff6;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-align: center;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.course-sections > li:hover:before {
  color: #5094b7;
}
.course-sections > li.open:before {
  content: '-';
}
.course-sections h3 {
  margin: 0;
  padding: 1rem 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.course-sections-text {
  display: none;
  padding: 0 0 1rem;
}
.course-links {
  text-align: center;
  margin: 0;
  padding: 4rem 10px;
  box-sizing: border-box;
  border-top: 3px solid #edf4f8;
}
.course-links h3 {
  color: #2f5a7b;
  margin: 0 0 1rem;
}
.course-links .button, .course-links html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .content .formcraft-css .fc-form.label-floating .form-element .submit-cover .course-links .submit-button, .course-links html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button, html .footer-signup .formcraft-css .fc-form.label-floating .form-element .submit-cover .course-links .submit-button {
  margin: 0.5rem;
}

.units {
  background-color: white;
  padding: 1rem 2rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.units h2 {
  margin: 1rem 0;
  font-size: 2.4rem;
  line-height: 2.9rem;
}
.units-table {
  list-style: none;
  margin: 0;
  padding: 0;
}
.units-table > li {
  border-top: 3px solid #e6eff6;
  position: relative;
}
.units-table > li:before {
  content: '+';
  display: block;
  width: 20px;
  position: absolute;
  top: -3px;
  right: 0;
  padding: 0 0.5rem;
  border: 3px solid #e6eff6;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-align: center;
}
.units-table > li.open:before {
  content: '-';
}
.units-table > li h3 {
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin: 0;
  padding: 1rem 4rem 1rem 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #2f5a7b;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.units-table > li h3:hover {
  color: #5094b7;
}
.units-table-line {
  align-items: center;
  font-family: "Aptifer Slab W01";
  color: #2f5a7b;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 910px) {
  .units-table-line {
    display: flex;
    justify-content: space-between;
  }
}
.units-table-line:nth-child(odd) {
  background-color: #e6eff6;
}
.units-table-line a {
  display: flex;
  color: #2f5a7b;
  text-decoration: none;
  margin: 0;
  padding: 0.7rem 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.units-table-line a:hover {
  color: #5094b7;
}
.units-table-line a.online:after {
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  margin: 0.3rem 0 0 0.8rem;
  background-image: url("img/computer.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.units-table-line > div {
  display: flex;
  padding: 0.7rem 0;
}
.units-table-line > div.online:after {
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  margin: 0.3rem 0 0 0.8rem;
  background-image: url("img/computer.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.units-table-line ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.units-table-line ul a {
  display: block;
  text-transform: uppercase;
  font-size: 0.8rem;
  background-color: white;
  padding: 0 1rem;
  border-radius: 1rem;
  margin: 0.5rem 0.5rem 0 0;
  border: 2px solid #5094b7;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 910px) {
  .units-table-line ul a {
    margin: 0 0 0 0.5rem;
  }
}
.units-table-line ul a:hover {
  background-color: #5094b7;
  color: white;
}
.units-list {
  display: none;
  margin: 0 0 2rem;
}
.units-list a.online span {
  width: 17px;
  height: 13px;
  display: block;
  margin: 0.3rem 0 0 0.8rem;
  background-image: url("img/cloud-black.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.unit .courses-details {
  border-bottom: 0;
}
.unit-video {
  margin: 3rem 0;
}
.unit-additional {
  display: flex;
  flex-wrap: wrap;
}
.unit-additional div {
  background: white;
  font-family: "lato";
  border-radius: 2rem;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  align-self: center;
  padding: 0.2rem 1.2rem;
  margin: 0.3rem;
}
.unit-additional div:before {
  margin: 0 0.5rem 0 0;
}
.unit-additional div.semester:before {
  content: '1';
  width: 18px;
  height: 18px;
  background-color: #2f5a7b;
  border-radius: 50%;
  background-image: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Aptifer Slab W01";
  font-size: 0.8rem;
}
.unit-additional div.semester2:before {
  content: '2';
}

/*# sourceMappingURL=style.css.map */
