@charset "UTF-8";
/*
Theme Name: IDL Group
Author: 21Digital
Author URI: https://21digital.agency
Description: IDL Group website theme
*/
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Let’s get `<table>`s behaving how we expect.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
@font-face {
  font-family: 'AxisBold';
  src: url("fonts/AxisBold.eot");
  src: url("fonts/AxisBold.eot") format("embedded-opentype"), url("fonts/AxisBold.woff2") format("woff2"), url("fonts/AxisBold.woff") format("woff"), url("fonts/AxisBold.ttf") format("truetype"), url("fonts/AxisBold.svg#AxisBold") format("svg"); }
@font-face {
  font-family: 'LatoBold';
  src: url("fonts/LatoBold.eot");
  src: url("fonts/LatoBold.eot") format("embedded-opentype"), url("fonts/LatoBold.woff2") format("woff2"), url("fonts/LatoBold.woff") format("woff"), url("fonts/LatoBold.ttf") format("truetype"), url("fonts/LatoBold.svg#LatoBold") format("svg"); }
@font-face {
  font-family: 'LatoRegular';
  src: url("fonts/LatoRegular.eot");
  src: url("fonts/LatoRegular.eot") format("embedded-opentype"), url("fonts/LatoRegular.woff2") format("woff2"), url("fonts/LatoRegular.woff") format("woff"), url("fonts/LatoRegular.ttf") format("truetype"), url("fonts/LatoRegular.svg#LatoRegular") format("svg"); }
/* Our Site Breakpoints (same as twitter bootstrap) */
.btn, .blue-solid, .enquiry-form-container form input[type="submit"], .contact-container form input[type="submit"], .blue-outline, .yellow-solid, .green-outline, .green-solid, .white-outline, .red-solid, .intro-links a, .product-desc .info-btn, .product-desc .guide-btn, .price-option .quote-btn, .why-choose--intro .info-btn, .poi-links a, .working-at .col-l a, .article-intro a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 20px 20px 25px;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  text-transform: uppercase;
  font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .btn, .blue-solid, .enquiry-form-container form input[type="submit"], .contact-container form input[type="submit"], .blue-outline, .yellow-solid, .green-outline, .green-solid, .white-outline, .red-solid, .intro-links a, .product-desc .info-btn, .product-desc .guide-btn, .price-option .quote-btn, .why-choose--intro .info-btn, .poi-links a, .working-at .col-l a, .article-intro a {
      width: auto;
      font-size: 14px;
      line-height: 14px;
      padding: 20px 60px 20px 25px; } }
  .btn:hover, .blue-solid:hover, .enquiry-form-container form input[type="submit"]:hover, .contact-container form input[type="submit"]:hover, .blue-outline:hover, .yellow-solid:hover, .green-outline:hover, .green-solid:hover, .white-outline:hover, .red-solid:hover, .intro-links a:hover, .product-desc .info-btn:hover, .product-desc .guide-btn:hover, .price-option .quote-btn:hover, .why-choose--intro .info-btn:hover, .poi-links a:hover, .working-at .col-l a:hover, .article-intro a:hover {
    text-decoration: none; }

.blue-solid, .enquiry-form-container form input[type="submit"], .contact-container form input[type="submit"] {
  background-color: #027998;
  border: 1px solid #027998;
  color: #fff;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .blue-solid:hover, .enquiry-form-container form input[type="submit"]:hover, .contact-container form input[type="submit"]:hover {
    background-color: #05566B;
    border-color: #05566B; }

.blue-outline {
  background-color: transparent;
  color: #027998;
  border: 1px solid #027998;
  background-image: url("images/icons/blue-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .blue-outline:hover {
    background-color: #027998;
    background-image: url("images/icons/white-icons/arrow-right-icon.png");
    color: #fff; }

.yellow-solid {
  border: 1px solid #fec343;
  background-color: #fec343;
  color: #000;
  background-image: url("images/icons/arrow-right-black-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .yellow-solid:hover {
    background-color: #F4951A;
    border-color: #F4951A; }

.green-outline {
  background-color: transparent;
  color: #2cb573;
  border: 1px solid #2cb573;
  background-image: url("images/icons/green-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .green-outline:hover {
    background-color: #2cb573;
    background-image: url("images/icons/white-icons/arrow-right-icon.png");
    color: #fff; }

.green-solid {
  background-color: #2cb573;
  color: #fff;
  border: 1px solid #2cb573;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .green-solid:hover {
    background-color: #228c59; }

.white-outline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff; }

.red-solid {
  border: 1px solid #FB5059;
  background-color: #FB5059;
  color: #fff;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .red-solid:hover {
    background-color: #C3424A;
    border-color: #C3424A;
    background-image: url("images/icons/white-icons/arrow-right-icon.png");
    color: #fff; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 60px;
  border: 1px solid;
  padding-left: 15px;
  font-size: 14px;
  line-height: 14px;
  font-family: sans-serif; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder {
    font-size: 14px;
    line-height: 14px;
    color: #3c3c3b;
    font-family: sans-serif; }

textarea {
  width: 100%;
  padding: 25px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0;
  resize: none; }

select {
  width: 100%;
  height: 60px;
  border-radius: 0;
  padding-left: 15px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  color: #3c3c3b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% right 20px; }

.select2-container--default {
  height: 60px; }

.select2-selection--single {
  height: 60px !important;
  border-radius: 0 !important;
  border: 1px solid #027998 !important; }

.select2-selection__rendered {
  line-height: 60px !important;
  padding-left: 20px !important; }

.select2-selection__arrow {
  top: 18px !important;
  right: 13px !important; }

label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  color: #3c3c3b; }

.gform_wrapper.gravity-theme .ginput_container_address span {
  flex: 1 !important; }

/* Lost password */
body.woocommerce-lost-password .entry-title {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  color: #027998; }
body.woocommerce-lost-password .form-row {
  padding: 0 !important; }
body.woocommerce-lost-password .woocommerce-Button {
  margin-top: 20px;
  background-color: #027998;
  border: 1px solid #027998;
  color: #fff;
  border-radius: 0;
  padding: 20px !important;
  transition: all .3s ease; }
  body.woocommerce-lost-password .woocommerce-Button:hover {
    background-color: #003B4B;
    border: 1px solid #003B4B;
    color: #fff !important; }

.gform-field-label--type-sub {
  display: none !important; }

.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 10px 20px !important; }

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 12px !important; }

@media (min-width: 768px) {
  .uptodate .gform_fields input[type="text"] {
    height: 75px; } }
@media (min-width: 768px) {
  .uptodate .gform_fields input[type="email"] {
    height: 75px; } }
.uptodate .gform_footer input[type="submit"] {
  margin-top: 0;
  margin-bottom: 30px;
  background-color: #fff;
  color: #2cb573;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 20px;
  cursor: pointer;
  font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px; }
  @media (min-width: 768px) {
    .uptodate .gform_footer input[type="submit"] {
      margin-top: 30px; } }
  .uptodate .gform_footer input[type="submit"]:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff; }
  @media (min-width: 768px) {
    .uptodate .gform_footer input[type="submit"] {
      margin-top: 0;
      margin-bottom: 0; } }
  .uptodate .gform_footer input[type="submit"] img {
    max-width: 30px; }

p {
  font-size: 16px;
  line-height: 22px;
  font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif; }
  @media (min-width: 1152px) {
    p {
      font-size: 18px;
      line-height: 28px; } }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-size: 28px;
  line-height: 36px;
  font-family: "AxisBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  @media (min-width: 1152px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 32px;
      line-height: 42px; } }

.menu-reveal {
  display: block;
  position: fixed;
  width: 350px;
  height: 100%;
  top: 0;
  right: -400px;
  padding: 20px 0 20px 20px;
  background-color: rgba(255, 255, 255, 0);
  z-index: -100;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .menu-reveal {
      width: 400px; } }
  .menu-reveal.opened {
    background-color: white;
    transition: all .3s ease;
    z-index: 999;
    right: 0;
    height: 100%;
    box-shadow: -6px 1px 5px -5px rgba(0, 0, 0, 0.48);
    overflow-y: scroll;
    overflow-x: hidden; }

.menu-reveal--links {
  display: flex;
  width: 100%; }
  .menu-reveal--links li {
    display: inline-block;
    width: auto; }
    .menu-reveal--links li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 20px 40px;
      text-transform: uppercase;
      text-align: center;
      font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 14px; }
      .menu-reveal--links li a:hover {
        text-decoration: none; }
    .menu-reveal--links li:nth-of-type(1) a {
      background-color: #FB5059;
      color: #fff; }
    .menu-reveal--links li:nth-of-type(1):hover a {
      background-color: #C3424A; }
    .menu-reveal--links li:nth-of-type(2) a {
      background-color: #fec343;
      color: #000;
      padding-left: 45px;
      background-image: url("images/icons/close.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: top 50% left 20px; }
    .menu-reveal--links li:nth-of-type(2):hover a {
      background-color: #F4951A; }

.menu-container {
  padding: 0;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media (min-width: 1152px) {
    .menu-container {
      overflow: unset; } }

.drilldown {
  display: block; }

body.menu-opened {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.drilldown .main-nav {
  position: relative;
  padding: 0;
  padding-right: 20px; }

@media (min-width: 768px) {
  .drilldown .mobile-only {
    display: none; } }
.drilldown li {
  display: block;
  position: relative;
  clear: both;
  list-style: none;
  border-bottom: 1px solid #FB5059;
  padding: 5px 0; }
  .drilldown li:hover .dropdown-link {
    color: #FB5059;
    text-decoration: underline; }
  .drilldown li:not(:last-of-type) {
    margin-bottom: 0; }
  .drilldown li a {
    padding: 15px;
    display: block;
    line-height: 26px;
    color: #3c3c3b;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase; }
.drilldown .contact-details {
  padding: 20px;
  color: #3c3c3b; }
  .drilldown .contact-details p {
    padding: 5px 0;
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 14px; }
  .drilldown .contact-details address {
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal; }

.dropdown-inner {
  position: relative;
  padding: 0;
  z-index: 60; }
  .dropdown-inner a {
    display: inline-block;
    position: relative;
    padding-right: 35px; }

.drilldown .dropdown {
  position: static; }

.drilldown span.expand {
  z-index: 70;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: #000;
  position: absolute;
  display: block;
  top: 0;
  right: 0; }
  .drilldown span.expand:before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    float: right;
    line-height: 55px;
    background-image: url("images/icons/black-arrow.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }
  .drilldown span.expand:hover:before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    float: right;
    line-height: 55px;
    background-image: url("images/icons/red-arrow.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }

.drilldown span.back {
  z-index: 70;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: #000;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  letter-spacing: normal; }
  .drilldown span.back:before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    float: right;
    line-height: 55px;
    background-image: url("images/icons/black-arrow.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }
  .drilldown span.back:hover:before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    float: right;
    line-height: 55px;
    background-image: url("images/icons/red-arrow.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }

.dropdown-menu {
  clear: both;
  padding: 0 20px 0 0;
  float: none;
  border: none;
  visibility: visible;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100% !important;
  min-height: 100vh !important;
  background: #fff !important;
  z-index: 9991;
  opacity: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transition: transform .4s ease;
  -o-transition: transform .4s ease;
  -webkit-transition: transform .4s ease;
  transition: transform .4s ease;
  -ms-transform: 0 0 0 white;
  -o-transform: 0 0 0 white; }

.menu-mobile-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  height: 100%; }

.back-prev-menu {
  font-weight: 400;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  height: 55px;
  line-height: 55px;
  width: 100%;
  background: #FB5059; }
  .back-prev-menu a {
    color: #fff;
    padding: 13px 40px 13px 0;
    text-align: center;
    font-size: 16px;
    position: static;
    height: auto;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 1152px) {
      .back-prev-menu a {
        font-size: 20px;
        line-height: 20px; } }
  .back-prev-menu .back {
    color: #fff !important;
    padding: 0 0 13px 70px !important;
    text-align: center;
    font-size: 16px;
    position: static;
    height: auto;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 1152px) {
      .back-prev-menu .back {
        font-size: 20px;
        line-height: 20px; } }
    .back-prev-menu .back:before {
      position: absolute;
      left: 0;
      top: 0;
      float: left;
      line-height: 20px;
      width: 46px;
      height: 40px;
      content: '';
      background-image: url("images/icons/white-arrow.png") !important;
      transform: rotate(180deg); }

.mega-sub-link a {
  padding: 20px 15px !important; }

.skip-to-content-link {
  background: transparent;
  color: #eee;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s; }

.skip-to-content-link:focus {
  transform: translateY(0%); }

.site-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100px;
  z-index: 101;
  background-color: transparent;
  transition: all .3s ease; }
  body.search-results .site-header, body.page-template-page-invoice .site-header, body.post-type-archive-vacancies .site-header, body.single-vacancies .site-header, body.post-type-archive-case-studies .site-header, body.page-template-page-resources .site-header, body.post-type-archive-help-guides .site-header, body.post-type-archive-videos .site-header, body.post-type-archive-worksheets .site-header, body.page-template-page-faqs .site-header, body.page-template-page-faq .site-header, body.blog .site-header, body.single-post .site-header, body.post-type-archive-events .site-header, body.single-events .site-header, body.page-template-page-accordion .site-header, body.woocommerce-cart .site-header, body.woocommerce-checkout .site-header, body.woocommerce-lost-password .site-header, body.error404 .site-header, body.search-no-results .site-header, body.archive .site-header, body.page-template-page-free-trial .site-header, body.page-template-page-demo .site-header, body.page-template-page-buy .site-header, body.page-template-page-contact .site-header, body.page-template-page-complaints .site-header, body.page-template-page-thankyou .site-header {
    position: sticky;
    background-color: #fff; }
    body.search-results .site-header .basket-count span, body.page-template-page-invoice .site-header .basket-count span, body.post-type-archive-vacancies .site-header .basket-count span, body.single-vacancies .site-header .basket-count span, body.post-type-archive-case-studies .site-header .basket-count span, body.page-template-page-resources .site-header .basket-count span, body.post-type-archive-help-guides .site-header .basket-count span, body.post-type-archive-videos .site-header .basket-count span, body.post-type-archive-worksheets .site-header .basket-count span, body.page-template-page-faqs .site-header .basket-count span, body.page-template-page-faq .site-header .basket-count span, body.blog .site-header .basket-count span, body.single-post .site-header .basket-count span, body.post-type-archive-events .site-header .basket-count span, body.single-events .site-header .basket-count span, body.page-template-page-accordion .site-header .basket-count span, body.woocommerce-cart .site-header .basket-count span, body.woocommerce-checkout .site-header .basket-count span, body.woocommerce-lost-password .site-header .basket-count span, body.error404 .site-header .basket-count span, body.search-no-results .site-header .basket-count span, body.archive .site-header .basket-count span, body.page-template-page-free-trial .site-header .basket-count span, body.page-template-page-demo .site-header .basket-count span, body.page-template-page-buy .site-header .basket-count span, body.page-template-page-contact .site-header .basket-count span, body.page-template-page-complaints .site-header .basket-count span, body.page-template-page-thankyou .site-header .basket-count span {
      border-color: #000; }
    body.search-results .site-header.header-fixed, body.page-template-page-invoice .site-header.header-fixed, body.post-type-archive-vacancies .site-header.header-fixed, body.single-vacancies .site-header.header-fixed, body.post-type-archive-case-studies .site-header.header-fixed, body.page-template-page-resources .site-header.header-fixed, body.post-type-archive-help-guides .site-header.header-fixed, body.post-type-archive-videos .site-header.header-fixed, body.post-type-archive-worksheets .site-header.header-fixed, body.page-template-page-faqs .site-header.header-fixed, body.page-template-page-faq .site-header.header-fixed, body.blog .site-header.header-fixed, body.single-post .site-header.header-fixed, body.post-type-archive-events .site-header.header-fixed, body.single-events .site-header.header-fixed, body.page-template-page-accordion .site-header.header-fixed, body.woocommerce-cart .site-header.header-fixed, body.woocommerce-checkout .site-header.header-fixed, body.woocommerce-lost-password .site-header.header-fixed, body.error404 .site-header.header-fixed, body.search-no-results .site-header.header-fixed, body.archive .site-header.header-fixed, body.page-template-page-free-trial .site-header.header-fixed, body.page-template-page-demo .site-header.header-fixed, body.page-template-page-buy .site-header.header-fixed, body.page-template-page-contact .site-header.header-fixed, body.page-template-page-complaints .site-header.header-fixed, body.page-template-page-thankyou .site-header.header-fixed {
      background-color: #fff;
      position: fixed; }
      body.search-results .site-header.header-fixed .sticky-logo, body.page-template-page-invoice .site-header.header-fixed .sticky-logo, body.post-type-archive-vacancies .site-header.header-fixed .sticky-logo, body.single-vacancies .site-header.header-fixed .sticky-logo, body.post-type-archive-case-studies .site-header.header-fixed .sticky-logo, body.page-template-page-resources .site-header.header-fixed .sticky-logo, body.post-type-archive-help-guides .site-header.header-fixed .sticky-logo, body.post-type-archive-videos .site-header.header-fixed .sticky-logo, body.post-type-archive-worksheets .site-header.header-fixed .sticky-logo, body.page-template-page-faqs .site-header.header-fixed .sticky-logo, body.page-template-page-faq .site-header.header-fixed .sticky-logo, body.blog .site-header.header-fixed .sticky-logo, body.single-post .site-header.header-fixed .sticky-logo, body.post-type-archive-events .site-header.header-fixed .sticky-logo, body.single-events .site-header.header-fixed .sticky-logo, body.page-template-page-accordion .site-header.header-fixed .sticky-logo, body.woocommerce-cart .site-header.header-fixed .sticky-logo, body.woocommerce-checkout .site-header.header-fixed .sticky-logo, body.woocommerce-lost-password .site-header.header-fixed .sticky-logo, body.error404 .site-header.header-fixed .sticky-logo, body.search-no-results .site-header.header-fixed .sticky-logo, body.archive .site-header.header-fixed .sticky-logo, body.page-template-page-free-trial .site-header.header-fixed .sticky-logo, body.page-template-page-demo .site-header.header-fixed .sticky-logo, body.page-template-page-buy .site-header.header-fixed .sticky-logo, body.page-template-page-contact .site-header.header-fixed .sticky-logo, body.page-template-page-complaints .site-header.header-fixed .sticky-logo, body.page-template-page-thankyou .site-header.header-fixed .sticky-logo {
        margin: 0; }
        body.search-results .site-header.header-fixed .sticky-logo img, body.page-template-page-invoice .site-header.header-fixed .sticky-logo img, body.post-type-archive-vacancies .site-header.header-fixed .sticky-logo img, body.single-vacancies .site-header.header-fixed .sticky-logo img, body.post-type-archive-case-studies .site-header.header-fixed .sticky-logo img, body.page-template-page-resources .site-header.header-fixed .sticky-logo img, body.post-type-archive-help-guides .site-header.header-fixed .sticky-logo img, body.post-type-archive-videos .site-header.header-fixed .sticky-logo img, body.post-type-archive-worksheets .site-header.header-fixed .sticky-logo img, body.page-template-page-faqs .site-header.header-fixed .sticky-logo img, body.page-template-page-faq .site-header.header-fixed .sticky-logo img, body.blog .site-header.header-fixed .sticky-logo img, body.single-post .site-header.header-fixed .sticky-logo img, body.post-type-archive-events .site-header.header-fixed .sticky-logo img, body.single-events .site-header.header-fixed .sticky-logo img, body.page-template-page-accordion .site-header.header-fixed .sticky-logo img, body.woocommerce-cart .site-header.header-fixed .sticky-logo img, body.woocommerce-checkout .site-header.header-fixed .sticky-logo img, body.woocommerce-lost-password .site-header.header-fixed .sticky-logo img, body.error404 .site-header.header-fixed .sticky-logo img, body.search-no-results .site-header.header-fixed .sticky-logo img, body.archive .site-header.header-fixed .sticky-logo img, body.page-template-page-free-trial .site-header.header-fixed .sticky-logo img, body.page-template-page-demo .site-header.header-fixed .sticky-logo img, body.page-template-page-buy .site-header.header-fixed .sticky-logo img, body.page-template-page-contact .site-header.header-fixed .sticky-logo img, body.page-template-page-complaints .site-header.header-fixed .sticky-logo img, body.page-template-page-thankyou .site-header.header-fixed .sticky-logo img {
          width: 100px; }
    body.search-results .site-header .header-inner, body.page-template-page-invoice .site-header .header-inner, body.post-type-archive-vacancies .site-header .header-inner, body.single-vacancies .site-header .header-inner, body.post-type-archive-case-studies .site-header .header-inner, body.page-template-page-resources .site-header .header-inner, body.post-type-archive-help-guides .site-header .header-inner, body.post-type-archive-videos .site-header .header-inner, body.post-type-archive-worksheets .site-header .header-inner, body.page-template-page-faqs .site-header .header-inner, body.page-template-page-faq .site-header .header-inner, body.blog .site-header .header-inner, body.single-post .site-header .header-inner, body.post-type-archive-events .site-header .header-inner, body.single-events .site-header .header-inner, body.page-template-page-accordion .site-header .header-inner, body.woocommerce-cart .site-header .header-inner, body.woocommerce-checkout .site-header .header-inner, body.woocommerce-lost-password .site-header .header-inner, body.error404 .site-header .header-inner, body.search-no-results .site-header .header-inner, body.archive .site-header .header-inner, body.page-template-page-free-trial .site-header .header-inner, body.page-template-page-demo .site-header .header-inner, body.page-template-page-buy .site-header .header-inner, body.page-template-page-contact .site-header .header-inner, body.page-template-page-complaints .site-header .header-inner, body.page-template-page-thankyou .site-header .header-inner {
      border-bottom: 1px solid #027998; }
    body.search-results .site-header .site-logo, body.page-template-page-invoice .site-header .site-logo, body.post-type-archive-vacancies .site-header .site-logo, body.single-vacancies .site-header .site-logo, body.post-type-archive-case-studies .site-header .site-logo, body.page-template-page-resources .site-header .site-logo, body.post-type-archive-help-guides .site-header .site-logo, body.post-type-archive-videos .site-header .site-logo, body.post-type-archive-worksheets .site-header .site-logo, body.page-template-page-faqs .site-header .site-logo, body.page-template-page-faq .site-header .site-logo, body.blog .site-header .site-logo, body.single-post .site-header .site-logo, body.post-type-archive-events .site-header .site-logo, body.single-events .site-header .site-logo, body.page-template-page-accordion .site-header .site-logo, body.woocommerce-cart .site-header .site-logo, body.woocommerce-checkout .site-header .site-logo, body.woocommerce-lost-password .site-header .site-logo, body.error404 .site-header .site-logo, body.search-no-results .site-header .site-logo, body.archive .site-header .site-logo, body.page-template-page-free-trial .site-header .site-logo, body.page-template-page-demo .site-header .site-logo, body.page-template-page-buy .site-header .site-logo, body.page-template-page-contact .site-header .site-logo, body.page-template-page-complaints .site-header .site-logo, body.page-template-page-thankyou .site-header .site-logo {
      position: relative;
      top: unset;
      margin-top: 0 !important; }
      body.search-results .site-header .site-logo img, body.page-template-page-invoice .site-header .site-logo img, body.post-type-archive-vacancies .site-header .site-logo img, body.single-vacancies .site-header .site-logo img, body.post-type-archive-case-studies .site-header .site-logo img, body.page-template-page-resources .site-header .site-logo img, body.post-type-archive-help-guides .site-header .site-logo img, body.post-type-archive-videos .site-header .site-logo img, body.post-type-archive-worksheets .site-header .site-logo img, body.page-template-page-faqs .site-header .site-logo img, body.page-template-page-faq .site-header .site-logo img, body.blog .site-header .site-logo img, body.single-post .site-header .site-logo img, body.post-type-archive-events .site-header .site-logo img, body.single-events .site-header .site-logo img, body.page-template-page-accordion .site-header .site-logo img, body.woocommerce-cart .site-header .site-logo img, body.woocommerce-checkout .site-header .site-logo img, body.woocommerce-lost-password .site-header .site-logo img, body.error404 .site-header .site-logo img, body.search-no-results .site-header .site-logo img, body.archive .site-header .site-logo img, body.page-template-page-free-trial .site-header .site-logo img, body.page-template-page-demo .site-header .site-logo img, body.page-template-page-buy .site-header .site-logo img, body.page-template-page-contact .site-header .site-logo img, body.page-template-page-complaints .site-header .site-logo img, body.page-template-page-thankyou .site-header .site-logo img {
        display: none; }
    body.search-results .site-header .sticky-logo, body.page-template-page-invoice .site-header .sticky-logo, body.post-type-archive-vacancies .site-header .sticky-logo, body.single-vacancies .site-header .sticky-logo, body.post-type-archive-case-studies .site-header .sticky-logo, body.page-template-page-resources .site-header .sticky-logo, body.post-type-archive-help-guides .site-header .sticky-logo, body.post-type-archive-videos .site-header .sticky-logo, body.post-type-archive-worksheets .site-header .sticky-logo, body.page-template-page-faqs .site-header .sticky-logo, body.page-template-page-faq .site-header .sticky-logo, body.blog .site-header .sticky-logo, body.single-post .site-header .sticky-logo, body.post-type-archive-events .site-header .sticky-logo, body.single-events .site-header .sticky-logo, body.page-template-page-accordion .site-header .sticky-logo, body.woocommerce-cart .site-header .sticky-logo, body.woocommerce-checkout .site-header .sticky-logo, body.woocommerce-lost-password .site-header .sticky-logo, body.error404 .site-header .sticky-logo, body.search-no-results .site-header .sticky-logo, body.archive .site-header .sticky-logo, body.page-template-page-free-trial .site-header .sticky-logo, body.page-template-page-demo .site-header .sticky-logo, body.page-template-page-buy .site-header .sticky-logo, body.page-template-page-contact .site-header .sticky-logo, body.page-template-page-complaints .site-header .sticky-logo, body.page-template-page-thankyou .site-header .sticky-logo {
      display: block;
      visibility: visible; }
      body.search-results .site-header .sticky-logo img, body.page-template-page-invoice .site-header .sticky-logo img, body.post-type-archive-vacancies .site-header .sticky-logo img, body.single-vacancies .site-header .sticky-logo img, body.post-type-archive-case-studies .site-header .sticky-logo img, body.page-template-page-resources .site-header .sticky-logo img, body.post-type-archive-help-guides .site-header .sticky-logo img, body.post-type-archive-videos .site-header .sticky-logo img, body.post-type-archive-worksheets .site-header .sticky-logo img, body.page-template-page-faqs .site-header .sticky-logo img, body.page-template-page-faq .site-header .sticky-logo img, body.blog .site-header .sticky-logo img, body.single-post .site-header .sticky-logo img, body.post-type-archive-events .site-header .sticky-logo img, body.single-events .site-header .sticky-logo img, body.page-template-page-accordion .site-header .sticky-logo img, body.woocommerce-cart .site-header .sticky-logo img, body.woocommerce-checkout .site-header .sticky-logo img, body.woocommerce-lost-password .site-header .sticky-logo img, body.error404 .site-header .sticky-logo img, body.search-no-results .site-header .sticky-logo img, body.archive .site-header .sticky-logo img, body.page-template-page-free-trial .site-header .sticky-logo img, body.page-template-page-demo .site-header .sticky-logo img, body.page-template-page-buy .site-header .sticky-logo img, body.page-template-page-contact .site-header .sticky-logo img, body.page-template-page-complaints .site-header .sticky-logo img, body.page-template-page-thankyou .site-header .sticky-logo img {
        display: block;
        height: auto;
        width: 100px; }
    body.search-results .site-header .header-links ul a, body.page-template-page-invoice .site-header .header-links ul a, body.post-type-archive-vacancies .site-header .header-links ul a, body.single-vacancies .site-header .header-links ul a, body.post-type-archive-case-studies .site-header .header-links ul a, body.page-template-page-resources .site-header .header-links ul a, body.post-type-archive-help-guides .site-header .header-links ul a, body.post-type-archive-videos .site-header .header-links ul a, body.post-type-archive-worksheets .site-header .header-links ul a, body.page-template-page-faqs .site-header .header-links ul a, body.page-template-page-faq .site-header .header-links ul a, body.blog .site-header .header-links ul a, body.single-post .site-header .header-links ul a, body.post-type-archive-events .site-header .header-links ul a, body.single-events .site-header .header-links ul a, body.page-template-page-accordion .site-header .header-links ul a, body.woocommerce-cart .site-header .header-links ul a, body.woocommerce-checkout .site-header .header-links ul a, body.woocommerce-lost-password .site-header .header-links ul a, body.error404 .site-header .header-links ul a, body.search-no-results .site-header .header-links ul a, body.archive .site-header .header-links ul a, body.page-template-page-free-trial .site-header .header-links ul a, body.page-template-page-demo .site-header .header-links ul a, body.page-template-page-buy .site-header .header-links ul a, body.page-template-page-contact .site-header .header-links ul a, body.page-template-page-complaints .site-header .header-links ul a, body.page-template-page-thankyou .site-header .header-links ul a {
      color: #3c3c3b;
      background-image: url("images/icons/login-icon-grey.png"); }
    body.search-results .site-header .header-links ul .demoBtn:before, body.page-template-page-invoice .site-header .header-links ul .demoBtn:before, body.post-type-archive-vacancies .site-header .header-links ul .demoBtn:before, body.single-vacancies .site-header .header-links ul .demoBtn:before, body.post-type-archive-case-studies .site-header .header-links ul .demoBtn:before, body.page-template-page-resources .site-header .header-links ul .demoBtn:before, body.post-type-archive-help-guides .site-header .header-links ul .demoBtn:before, body.post-type-archive-videos .site-header .header-links ul .demoBtn:before, body.post-type-archive-worksheets .site-header .header-links ul .demoBtn:before, body.page-template-page-faqs .site-header .header-links ul .demoBtn:before, body.page-template-page-faq .site-header .header-links ul .demoBtn:before, body.blog .site-header .header-links ul .demoBtn:before, body.single-post .site-header .header-links ul .demoBtn:before, body.post-type-archive-events .site-header .header-links ul .demoBtn:before, body.single-events .site-header .header-links ul .demoBtn:before, body.page-template-page-accordion .site-header .header-links ul .demoBtn:before, body.woocommerce-cart .site-header .header-links ul .demoBtn:before, body.woocommerce-checkout .site-header .header-links ul .demoBtn:before, body.woocommerce-lost-password .site-header .header-links ul .demoBtn:before, body.error404 .site-header .header-links ul .demoBtn:before, body.search-no-results .site-header .header-links ul .demoBtn:before, body.archive .site-header .header-links ul .demoBtn:before, body.page-template-page-free-trial .site-header .header-links ul .demoBtn:before, body.page-template-page-demo .site-header .header-links ul .demoBtn:before, body.page-template-page-buy .site-header .header-links ul .demoBtn:before, body.page-template-page-contact .site-header .header-links ul .demoBtn:before, body.page-template-page-complaints .site-header .header-links ul .demoBtn:before, body.page-template-page-thankyou .site-header .header-links ul .demoBtn:before {
      background-image: url("images/icons/book-a-demo-icon.png"); }
    body.search-results .site-header .header-links ul .payBtn:before, body.page-template-page-invoice .site-header .header-links ul .payBtn:before, body.post-type-archive-vacancies .site-header .header-links ul .payBtn:before, body.single-vacancies .site-header .header-links ul .payBtn:before, body.post-type-archive-case-studies .site-header .header-links ul .payBtn:before, body.page-template-page-resources .site-header .header-links ul .payBtn:before, body.post-type-archive-help-guides .site-header .header-links ul .payBtn:before, body.post-type-archive-videos .site-header .header-links ul .payBtn:before, body.post-type-archive-worksheets .site-header .header-links ul .payBtn:before, body.page-template-page-faqs .site-header .header-links ul .payBtn:before, body.page-template-page-faq .site-header .header-links ul .payBtn:before, body.blog .site-header .header-links ul .payBtn:before, body.single-post .site-header .header-links ul .payBtn:before, body.post-type-archive-events .site-header .header-links ul .payBtn:before, body.single-events .site-header .header-links ul .payBtn:before, body.page-template-page-accordion .site-header .header-links ul .payBtn:before, body.woocommerce-cart .site-header .header-links ul .payBtn:before, body.woocommerce-checkout .site-header .header-links ul .payBtn:before, body.woocommerce-lost-password .site-header .header-links ul .payBtn:before, body.error404 .site-header .header-links ul .payBtn:before, body.search-no-results .site-header .header-links ul .payBtn:before, body.archive .site-header .header-links ul .payBtn:before, body.page-template-page-free-trial .site-header .header-links ul .payBtn:before, body.page-template-page-demo .site-header .header-links ul .payBtn:before, body.page-template-page-buy .site-header .header-links ul .payBtn:before, body.page-template-page-contact .site-header .header-links ul .payBtn:before, body.page-template-page-complaints .site-header .header-links ul .payBtn:before, body.page-template-page-thankyou .site-header .header-links ul .payBtn:before {
      background-image: url("images/icons/pay-icon.png"); }
    body.search-results .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-invoice .site-header .header-links ul .buyIDLBtn:before, body.post-type-archive-vacancies .site-header .header-links ul .buyIDLBtn:before, body.single-vacancies .site-header .header-links ul .buyIDLBtn:before, body.post-type-archive-case-studies .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-resources .site-header .header-links ul .buyIDLBtn:before, body.post-type-archive-help-guides .site-header .header-links ul .buyIDLBtn:before, body.post-type-archive-videos .site-header .header-links ul .buyIDLBtn:before, body.post-type-archive-worksheets .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-faqs .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-faq .site-header .header-links ul .buyIDLBtn:before, body.blog .site-header .header-links ul .buyIDLBtn:before, body.single-post .site-header .header-links ul .buyIDLBtn:before, body.post-type-archive-events .site-header .header-links ul .buyIDLBtn:before, body.single-events .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-accordion .site-header .header-links ul .buyIDLBtn:before, body.woocommerce-cart .site-header .header-links ul .buyIDLBtn:before, body.woocommerce-checkout .site-header .header-links ul .buyIDLBtn:before, body.woocommerce-lost-password .site-header .header-links ul .buyIDLBtn:before, body.error404 .site-header .header-links ul .buyIDLBtn:before, body.search-no-results .site-header .header-links ul .buyIDLBtn:before, body.archive .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-free-trial .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-demo .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-buy .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-contact .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-complaints .site-header .header-links ul .buyIDLBtn:before, body.page-template-page-thankyou .site-header .header-links ul .buyIDLBtn:before {
      background-image: url("images/icons/buy-icon.png"); }
    body.search-results .site-header .header-links ul .telBtn:before, body.page-template-page-invoice .site-header .header-links ul .telBtn:before, body.post-type-archive-vacancies .site-header .header-links ul .telBtn:before, body.single-vacancies .site-header .header-links ul .telBtn:before, body.post-type-archive-case-studies .site-header .header-links ul .telBtn:before, body.page-template-page-resources .site-header .header-links ul .telBtn:before, body.post-type-archive-help-guides .site-header .header-links ul .telBtn:before, body.post-type-archive-videos .site-header .header-links ul .telBtn:before, body.post-type-archive-worksheets .site-header .header-links ul .telBtn:before, body.page-template-page-faqs .site-header .header-links ul .telBtn:before, body.page-template-page-faq .site-header .header-links ul .telBtn:before, body.blog .site-header .header-links ul .telBtn:before, body.single-post .site-header .header-links ul .telBtn:before, body.post-type-archive-events .site-header .header-links ul .telBtn:before, body.single-events .site-header .header-links ul .telBtn:before, body.page-template-page-accordion .site-header .header-links ul .telBtn:before, body.woocommerce-cart .site-header .header-links ul .telBtn:before, body.woocommerce-checkout .site-header .header-links ul .telBtn:before, body.woocommerce-lost-password .site-header .header-links ul .telBtn:before, body.error404 .site-header .header-links ul .telBtn:before, body.search-no-results .site-header .header-links ul .telBtn:before, body.archive .site-header .header-links ul .telBtn:before, body.page-template-page-free-trial .site-header .header-links ul .telBtn:before, body.page-template-page-demo .site-header .header-links ul .telBtn:before, body.page-template-page-buy .site-header .header-links ul .telBtn:before, body.page-template-page-contact .site-header .header-links ul .telBtn:before, body.page-template-page-complaints .site-header .header-links ul .telBtn:before, body.page-template-page-thankyou .site-header .header-links ul .telBtn:before {
      background-image: url("images/icons/phone-icon.png"); }
    body.search-results .site-header .header-links ul + ul li:first-of-type, body.page-template-page-invoice .site-header .header-links ul + ul li:first-of-type, body.post-type-archive-vacancies .site-header .header-links ul + ul li:first-of-type, body.single-vacancies .site-header .header-links ul + ul li:first-of-type, body.post-type-archive-case-studies .site-header .header-links ul + ul li:first-of-type, body.page-template-page-resources .site-header .header-links ul + ul li:first-of-type, body.post-type-archive-help-guides .site-header .header-links ul + ul li:first-of-type, body.post-type-archive-videos .site-header .header-links ul + ul li:first-of-type, body.post-type-archive-worksheets .site-header .header-links ul + ul li:first-of-type, body.page-template-page-faqs .site-header .header-links ul + ul li:first-of-type, body.page-template-page-faq .site-header .header-links ul + ul li:first-of-type, body.blog .site-header .header-links ul + ul li:first-of-type, body.single-post .site-header .header-links ul + ul li:first-of-type, body.post-type-archive-events .site-header .header-links ul + ul li:first-of-type, body.single-events .site-header .header-links ul + ul li:first-of-type, body.page-template-page-accordion .site-header .header-links ul + ul li:first-of-type, body.woocommerce-cart .site-header .header-links ul + ul li:first-of-type, body.woocommerce-checkout .site-header .header-links ul + ul li:first-of-type, body.woocommerce-lost-password .site-header .header-links ul + ul li:first-of-type, body.error404 .site-header .header-links ul + ul li:first-of-type, body.search-no-results .site-header .header-links ul + ul li:first-of-type, body.archive .site-header .header-links ul + ul li:first-of-type, body.page-template-page-free-trial .site-header .header-links ul + ul li:first-of-type, body.page-template-page-demo .site-header .header-links ul + ul li:first-of-type, body.page-template-page-buy .site-header .header-links ul + ul li:first-of-type, body.page-template-page-contact .site-header .header-links ul + ul li:first-of-type, body.page-template-page-complaints .site-header .header-links ul + ul li:first-of-type, body.page-template-page-thankyou .site-header .header-links ul + ul li:first-of-type {
      margin-right: 0;
      background-image: url("images/icons/facebook-icon.png"); }
    body.search-results .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-invoice .site-header .header-links ul + ul li:nth-of-type(2), body.post-type-archive-vacancies .site-header .header-links ul + ul li:nth-of-type(2), body.single-vacancies .site-header .header-links ul + ul li:nth-of-type(2), body.post-type-archive-case-studies .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-resources .site-header .header-links ul + ul li:nth-of-type(2), body.post-type-archive-help-guides .site-header .header-links ul + ul li:nth-of-type(2), body.post-type-archive-videos .site-header .header-links ul + ul li:nth-of-type(2), body.post-type-archive-worksheets .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-faqs .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-faq .site-header .header-links ul + ul li:nth-of-type(2), body.blog .site-header .header-links ul + ul li:nth-of-type(2), body.single-post .site-header .header-links ul + ul li:nth-of-type(2), body.post-type-archive-events .site-header .header-links ul + ul li:nth-of-type(2), body.single-events .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-accordion .site-header .header-links ul + ul li:nth-of-type(2), body.woocommerce-cart .site-header .header-links ul + ul li:nth-of-type(2), body.woocommerce-checkout .site-header .header-links ul + ul li:nth-of-type(2), body.woocommerce-lost-password .site-header .header-links ul + ul li:nth-of-type(2), body.error404 .site-header .header-links ul + ul li:nth-of-type(2), body.search-no-results .site-header .header-links ul + ul li:nth-of-type(2), body.archive .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-free-trial .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-demo .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-buy .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-contact .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-complaints .site-header .header-links ul + ul li:nth-of-type(2), body.page-template-page-thankyou .site-header .header-links ul + ul li:nth-of-type(2) {
      margin-right: 0;
      background-image: url("images/icons/twitter-icon.png"); }
    body.search-results .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-invoice .site-header .header-links ul + ul li:nth-of-type(3), body.post-type-archive-vacancies .site-header .header-links ul + ul li:nth-of-type(3), body.single-vacancies .site-header .header-links ul + ul li:nth-of-type(3), body.post-type-archive-case-studies .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-resources .site-header .header-links ul + ul li:nth-of-type(3), body.post-type-archive-help-guides .site-header .header-links ul + ul li:nth-of-type(3), body.post-type-archive-videos .site-header .header-links ul + ul li:nth-of-type(3), body.post-type-archive-worksheets .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-faqs .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-faq .site-header .header-links ul + ul li:nth-of-type(3), body.blog .site-header .header-links ul + ul li:nth-of-type(3), body.single-post .site-header .header-links ul + ul li:nth-of-type(3), body.post-type-archive-events .site-header .header-links ul + ul li:nth-of-type(3), body.single-events .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-accordion .site-header .header-links ul + ul li:nth-of-type(3), body.woocommerce-cart .site-header .header-links ul + ul li:nth-of-type(3), body.woocommerce-checkout .site-header .header-links ul + ul li:nth-of-type(3), body.woocommerce-lost-password .site-header .header-links ul + ul li:nth-of-type(3), body.error404 .site-header .header-links ul + ul li:nth-of-type(3), body.search-no-results .site-header .header-links ul + ul li:nth-of-type(3), body.archive .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-free-trial .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-demo .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-buy .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-contact .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-complaints .site-header .header-links ul + ul li:nth-of-type(3), body.page-template-page-thankyou .site-header .header-links ul + ul li:nth-of-type(3) {
      margin-right: 0;
      background-image: url("images/icons/linkedin-icon.png"); }
    body.search-results .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-invoice .site-header .header-links ul + ul li:nth-of-type(4), body.post-type-archive-vacancies .site-header .header-links ul + ul li:nth-of-type(4), body.single-vacancies .site-header .header-links ul + ul li:nth-of-type(4), body.post-type-archive-case-studies .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-resources .site-header .header-links ul + ul li:nth-of-type(4), body.post-type-archive-help-guides .site-header .header-links ul + ul li:nth-of-type(4), body.post-type-archive-videos .site-header .header-links ul + ul li:nth-of-type(4), body.post-type-archive-worksheets .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-faqs .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-faq .site-header .header-links ul + ul li:nth-of-type(4), body.blog .site-header .header-links ul + ul li:nth-of-type(4), body.single-post .site-header .header-links ul + ul li:nth-of-type(4), body.post-type-archive-events .site-header .header-links ul + ul li:nth-of-type(4), body.single-events .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-accordion .site-header .header-links ul + ul li:nth-of-type(4), body.woocommerce-cart .site-header .header-links ul + ul li:nth-of-type(4), body.woocommerce-checkout .site-header .header-links ul + ul li:nth-of-type(4), body.woocommerce-lost-password .site-header .header-links ul + ul li:nth-of-type(4), body.error404 .site-header .header-links ul + ul li:nth-of-type(4), body.search-no-results .site-header .header-links ul + ul li:nth-of-type(4), body.archive .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-free-trial .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-demo .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-buy .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-contact .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-complaints .site-header .header-links ul + ul li:nth-of-type(4), body.page-template-page-thankyou .site-header .header-links ul + ul li:nth-of-type(4) {
      margin-right: 0;
      background-image: url("images/icons/insta-icon.png"); }
    body.search-results .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-invoice .site-header .header-links ul + ul li:nth-of-type(5), body.post-type-archive-vacancies .site-header .header-links ul + ul li:nth-of-type(5), body.single-vacancies .site-header .header-links ul + ul li:nth-of-type(5), body.post-type-archive-case-studies .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-resources .site-header .header-links ul + ul li:nth-of-type(5), body.post-type-archive-help-guides .site-header .header-links ul + ul li:nth-of-type(5), body.post-type-archive-videos .site-header .header-links ul + ul li:nth-of-type(5), body.post-type-archive-worksheets .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-faqs .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-faq .site-header .header-links ul + ul li:nth-of-type(5), body.blog .site-header .header-links ul + ul li:nth-of-type(5), body.single-post .site-header .header-links ul + ul li:nth-of-type(5), body.post-type-archive-events .site-header .header-links ul + ul li:nth-of-type(5), body.single-events .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-accordion .site-header .header-links ul + ul li:nth-of-type(5), body.woocommerce-cart .site-header .header-links ul + ul li:nth-of-type(5), body.woocommerce-checkout .site-header .header-links ul + ul li:nth-of-type(5), body.woocommerce-lost-password .site-header .header-links ul + ul li:nth-of-type(5), body.error404 .site-header .header-links ul + ul li:nth-of-type(5), body.search-no-results .site-header .header-links ul + ul li:nth-of-type(5), body.archive .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-free-trial .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-demo .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-buy .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-contact .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-complaints .site-header .header-links ul + ul li:nth-of-type(5), body.page-template-page-thankyou .site-header .header-links ul + ul li:nth-of-type(5) {
      margin-right: 0;
      background-image: url("images/icons/linkedin-icon.png"); }
    body.search-results .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-invoice .site-header .header-links ul + ul li:nth-of-type(6), body.post-type-archive-vacancies .site-header .header-links ul + ul li:nth-of-type(6), body.single-vacancies .site-header .header-links ul + ul li:nth-of-type(6), body.post-type-archive-case-studies .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-resources .site-header .header-links ul + ul li:nth-of-type(6), body.post-type-archive-help-guides .site-header .header-links ul + ul li:nth-of-type(6), body.post-type-archive-videos .site-header .header-links ul + ul li:nth-of-type(6), body.post-type-archive-worksheets .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-faqs .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-faq .site-header .header-links ul + ul li:nth-of-type(6), body.blog .site-header .header-links ul + ul li:nth-of-type(6), body.single-post .site-header .header-links ul + ul li:nth-of-type(6), body.post-type-archive-events .site-header .header-links ul + ul li:nth-of-type(6), body.single-events .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-accordion .site-header .header-links ul + ul li:nth-of-type(6), body.woocommerce-cart .site-header .header-links ul + ul li:nth-of-type(6), body.woocommerce-checkout .site-header .header-links ul + ul li:nth-of-type(6), body.woocommerce-lost-password .site-header .header-links ul + ul li:nth-of-type(6), body.error404 .site-header .header-links ul + ul li:nth-of-type(6), body.search-no-results .site-header .header-links ul + ul li:nth-of-type(6), body.archive .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-free-trial .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-demo .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-buy .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-contact .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-complaints .site-header .header-links ul + ul li:nth-of-type(6), body.page-template-page-thankyou .site-header .header-links ul + ul li:nth-of-type(6) {
      margin-right: 0;
      background-image: url("images/icons/tiktok-icon.png"); }
  @media (min-width: 768px) {
    body.search-results .site-header .header-inner {
      border-bottom: none; } }
  .site-header.header-fixed {
    background-color: #fff;
    -webkit-box-shadow: 0px 9px 11px -8px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 9px 11px -8px rgba(0, 0, 0, 0.44);
    transform: translateY(-15px); }
    .site-header.header-fixed .header-msg {
      transform: translateY(-60px);
      display: none; }
    .site-header.header-fixed .header-inner {
      border-bottom: 0 !important;
      padding: 15px 15px 0 15px; }
      @media (min-width: 768px) {
        .site-header.header-fixed .header-inner {
          padding: 10px 0 0 0; } }
    .site-header.header-fixed .header-links ul .quoteBtn:before {
      background-image: url("images/icons/book-a-demo-icon.png"); }
    .site-header.header-fixed .header-links ul .demoBtn:before {
      background-image: url("images/icons/book-a-demo-icon.png"); }
    .site-header.header-fixed .header-links ul .payBtn:before {
      background-image: url("images/icons/pay-icon.png"); }
    .site-header.header-fixed .header-links ul .buyIDLBtn:before {
      background-image: url("images/icons/buy-icon.png"); }
    .site-header.header-fixed .header-links ul .telBtn:before {
      background-image: url("images/icons/phone-icon.png"); }
    .site-header.header-fixed .header-links ul a {
      color: #3c3c3b;
      background-image: url("images/icons/login-icon-grey.png"); }
    .site-header.header-fixed .header-links ul + ul li:first-of-type {
      margin-right: 0;
      background-image: url("images/icons/facebook-icon.png"); }
    .site-header.header-fixed .header-links ul + ul li:nth-of-type(2) {
      margin-right: 0;
      background-image: url("images/icons/twitter-icon.png"); }
    .site-header.header-fixed .header-links ul + ul li:nth-of-type(3) {
      margin-right: 0;
      background-image: url("images/icons/linkedin-icon.png"); }
    .site-header.header-fixed .header-links ul + ul li:nth-of-type(4) {
      margin-right: 0;
      background-image: url("images/icons/insta-icon.png"); }
    .site-header.header-fixed .header-links ul + ul li:nth-of-type(5) {
      margin-right: 0;
      background-image: url("images/icons/linkedin-icon.png"); }
    .site-header.header-fixed .header-links ul + ul li:nth-of-type(6) {
      margin-right: 0;
      background-image: url("images/icons/tiktok-icon.png"); }
    .site-header.header-fixed .site-logo img {
      display: none; }
    .site-header.header-fixed .site-logo .sticky-logo {
      display: block;
      visibility: visible;
      margin: 0; }
      .site-header.header-fixed .site-logo .sticky-logo img {
        display: block;
        height: auto;
        width: 100px; }
    .site-header.header-fixed .basket-count span {
      border-color: #000; }

.header-inner {
  display: flex;
  align-items: center;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .header-inner {
      max-width: 95%;
      padding: 0;
      margin-left: auto;
      margin-right: auto; } }

.header-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 10px 0 !important;
  z-index: 2;
  padding: 0;
  text-align: center;
  background-color: #003B4B; }
  @media (min-width: 1152px) {
    .header-msg {
      padding: 15px 0 !important; } }
  @media (min-width: 1600px) {
    .header-msg {
      padding: 20px 0 !important; } }
  .header-msg p {
    color: #fff;
    font-size: 12px; }
    @media (min-width: 1152px) {
      .header-msg p {
        font-size: 14px;
        line-height: 14px; } }
    @media (min-width: 1600px) {
      .header-msg p {
        font-size: 16px;
        line-height: 16px; } }
    .header-msg p a {
      text-decoration: underline; }
      .header-msg p a:hover {
        text-decoration: none; }

.site-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  transition: all .3s ease; }
  .site-logo:not(body.home .site-logo) {
    background-color: transparent; }
  .site-logo img {
    width: 100px; }
  .site-logo .sticky-logo {
    display: none;
    visibility: hidden; }

.header-actions {
  display: inline-flex;
  flex-flow: row wrap;
  width: 100%; }

.header-links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  width: 100%;
  padding: 15px 0 15px 15px; }
  @media (min-width: 768px) {
    .header-links {
      padding: 15px 0 15px 30px; } }
  .header-links ul {
    display: flex;
    width: auto; }
    .header-links ul + ul {
      display: none; }
      @media (min-width: 992px) {
        .header-links ul + ul {
          display: flex;
          margin-left: 10px; }
          .header-links ul + ul li {
            margin-left: 5px;
            justify-content: center;
            text-indent: -9999px;
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: center; }
            .header-links ul + ul li a {
              padding: 8px 15px; }
            .header-links ul + ul li:first-of-type {
              margin-right: 0;
              background-image: url("images/icons/white-icons/facebook-icon.png"); }
            .header-links ul + ul li:nth-of-type(2) {
              margin-right: 0;
              background-image: url("images/icons/white-icons/twitter-icon.png"); }
            .header-links ul + ul li:nth-of-type(3) {
              margin-right: 0;
              background-image: url("images/icons/white-icons/linkedin-icon.png"); }
            .header-links ul + ul li:nth-of-type(4) {
              margin-right: 0;
              background-image: url("images/icons/white-icons/instagram-icon.png"); }
            .header-links ul + ul li:nth-of-type(5) {
              margin-right: 0;
              background-image: url("images/icons/white-icons/linkedin-icon.png"); }
            .header-links ul + ul li:nth-of-type(6) {
              margin-right: 0;
              background-image: url("images/icons/white-icons/tiktok-icon.png"); }
            .header-links ul + ul li:before {
              display: none; } }
    .header-links ul li.demoBtn:before {
      background-image: url("images/icons/white-icons/book-a-demo-icon.png"); }
    .header-links ul li.telBtn:before {
      background-image: url("images/icons/white-icons/phone-icon.png"); }
    .header-links ul li.payBtn:before {
      background-image: url("images/icons/white-icons/pay-icon.png"); }
    .header-links ul li.buyIDLBtn:before {
      background-image: url("images/icons/white-icons/buy-icon.png"); }
    .header-links ul li {
      display: flex;
      align-items: center;
      margin-left: 10px;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 11px; }
      @media (min-width: 992px) {
        .header-links ul li {
          font-size: 14px;
          line-height: 14px; } }
      @media (min-width: 1152px) {
        .header-links ul li {
          font-size: 16px;
          line-height: 16px; } }
      @media (min-width: 1600px) {
        .header-links ul li {
          font-size: 18px;
          line-height: 18px; } }
      .header-links ul li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center; }
        @media (min-width: 992px) {
          .header-links ul li:before {
            width: 30px;
            height: 30px; } }
      .header-links ul li a {
        color: #fff;
        font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
        background-image: url("images/icons/login-icon.png");
        background-size: 18px auto;
        background-repeat: no-repeat;
        background-position: left;
        padding: 5px 0 5px 25px;
        font-size: 14px; }

.customer-links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  width: 100%;
  padding: 0 0 15px 0; }
  @media (min-width: 1152px) {
    .customer-links {
      padding: 0 0 30px 0; } }
  .customer-links a {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    padding: 20px 30px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif; }
    @media (min-width: 992px) {
      .customer-links a {
        font-size: 10px;
        line-height: 10px; } }
    @media (min-width: 1152px) {
      .customer-links a {
        font-size: 14px;
        line-height: 14px; } }
    .customer-links a:first-of-type:not(.products a) {
      background-color: #2cb573;
      color: #fff; }
      @media (min-width: 1900px) {
        .customer-links a:first-of-type:not(.products a) {
          min-width: 210px; } }
      .customer-links a:first-of-type:not(.products a):hover {
        background-color: #007d4d; }
    .customer-links a:nth-of-type(2):not(.products a) {
      background-color: #fec343;
      display: none;
      padding: 20px 30px; }
      @media (min-width: 992px) {
        .customer-links a:nth-of-type(2):not(.products a) {
          display: inline-block; } }
      @media (min-width: 1900px) {
        .customer-links a:nth-of-type(2):not(.products a) {
          min-width: 210px; } }
      .customer-links a:nth-of-type(2):not(.products a):hover {
        background-color: #F4951A; }
    .customer-links a:nth-of-type(3):not(.products a) {
      background-color: #FB5059;
      color: #fff;
      display: none;
      padding: 20px 30px; }
      @media (min-width: 992px) {
        .customer-links a:nth-of-type(3):not(.products a) {
          display: inline-block; } }
      @media (min-width: 1900px) {
        .customer-links a:nth-of-type(3):not(.products a) {
          min-width: 210px; } }
      .customer-links a:nth-of-type(3):not(.products a):hover {
        background-color: #C3424A; }
    .customer-links a:nth-of-type(4):not(.products a) {
      background-color: #2cb573;
      color: #fff;
      display: none;
      padding: 20px 30px; }
      @media (min-width: 992px) {
        .customer-links a:nth-of-type(4):not(.products a) {
          display: inline-block; } }
      @media (min-width: 1900px) {
        .customer-links a:nth-of-type(4):not(.products a) {
          min-width: 210px; } }
      .customer-links a:nth-of-type(4):not(.products a):hover {
        background-color: #007d4d; }
    .customer-links a:nth-of-type(5):not(.products a) {
      background-color: #fec343;
      padding: 20px 25px;
      text-indent: -9999px;
      background-image: url("images/icons/burger-icon.png");
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: top 50% left 15px; }
      .customer-links a:nth-of-type(5):not(.products a):hover {
        background-color: #F4951A; }
      @media (min-width: 992px) {
        .customer-links a:nth-of-type(5):not(.products a) {
          background-position: top 50% left 20px;
          text-indent: unset;
          padding: 20px 30px 20px 50px; } }
      .customer-links a:nth-of-type(5):not(.products a) span {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FB5059;
        color: #fff;
        padding: 20px 25px 20px 40px;
        text-indent: -9999px;
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: top 50% left 15px; }
        @media (max-width: 768px) {
          .customer-links a:nth-of-type(5):not(.products a) span {
            padding: 20px 25px 20px 25px;
            background-position: top 50% left 17px; } }
    .customer-links a:nth-of-type(6):not(.products a) {
      background-color: #f2f2f2;
      background-image: url("images/icons/red-icons/search.png");
      background-size: 20px;
      background-repeat: no-repeat;
      padding: 26px;
      background-position: top 50% left 50%; }
      .customer-links a:nth-of-type(6):not(.products a):hover {
        background-color: #FB5059;
        background-image: url("images/icons/white-icons/search.png"); }
      @media (min-width: 992px) {
        .customer-links a:nth-of-type(6):not(.products a) {
          padding: 25px; } }
      @media (min-width: 1152px) {
        .customer-links a:nth-of-type(6):not(.products a) {
          padding: 27px; } }
      .customer-links a:nth-of-type(6):not(.products a) img {
        width: 100%;
        max-width: 20px; }
    .customer-links a:hover {
      text-decoration: none; }
  .customer-links .products {
    display: none; }
    @media (min-width: 992px) {
      .customer-links .products {
        display: inline-block; } }
    .customer-links .products .menu-item-has-children:hover .sub-menu {
      left: auto; }
    .customer-links .products a:not(.sub-menu a) {
      width: 100%;
      background-color: #027998;
      color: #fff;
      padding: 20px 50px 20px 30px;
      background-image: url("images/icons/white-icons/arrow-down-icon.png");
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: top 50% right 20px; }
      .customer-links .products a:not(.sub-menu a):hover {
        text-decoration: none;
        background-color: #05566B; }
    .customer-links .products .sub-menu {
      left: -9999px;
      position: absolute;
      top: auto;
      background-color: #fff;
      padding: 0 5px; }
      .customer-links .products .sub-menu li {
        text-align: left;
        width: 100%; }
        .customer-links .products .sub-menu li a {
          width: 100%;
          padding-left: 20px;
          padding-right: 80px;
          text-align: left;
          border-bottom: 1px solid #ccc; }
          .customer-links .products .sub-menu li a:hover {
            text-decoration: underline; }
        .customer-links .products .sub-menu li:last-of-type a {
          border-bottom: 0; }

.basket-count {
  display: inline-flex !important;
  align-items: center;
  padding: 0 !important;
  color: #fff;
  text-transform: uppercase; }
  .basket-count span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 10px;
    line-height: 10px;
    border: 1px solid #fff;
    margin-right: 10px; }
  .basket-count:hover {
    text-decoration: none; }

body.menu-active {
  overflow: hidden; }

.site-footer {
  display: block;
  position: relative;
  width: 100%; }

.footer-person {
  display: block;
  position: absolute;
  z-index: 10;
  left: -35px;
  bottom: 25px;
  width: 140px;
  height: auto; }
  @media (min-width: 576px) {
    .footer-person {
      width: 180px; } }
  @media (min-width: 768px) {
    .footer-person {
      width: 150px;
      bottom: unset;
      top: 20px;
      left: 0; } }
  @media (min-width: 992px) {
    .footer-person {
      top: 20px;
      left: 25px; } }
  @media (min-width: 1152px) {
    .footer-person {
      top: 30px;
      left: 60px;
      width: 180px; } }
  @media (min-width: 1900px) {
    .footer-person {
      left: 7%; } }

.uptodate {
  display: block;
  position: relative;
  width: 100%;
  background-color: #2cb573;
  padding: 60px 30px 30px 30px; }
  .uptodate .footer-person {
    display: none; }
    @media (min-width: 576px) {
      .uptodate .footer-person {
        display: block; } }
  @media (min-width: 576px) {
    .uptodate {
      padding: 60px 30px 60px 140px; } }
  @media (min-width: 768px) {
    .uptodate {
      padding: 60px 30px 25px 140px; } }
  @media (min-width: 992px) {
    .uptodate {
      padding: 60px 15% 0 20%; } }
  .uptodate h6 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif; }
  .uptodate form {
    margin: 30px 0 0 0; }
    @media (min-width: 768px) {
      .uptodate form {
        margin: 30px 0 0; } }
  .uptodate p {
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .uptodate p {
        margin-bottom: 0; } }
  .uptodate input[type="text"],
  .uptodate input[type="email"] {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 20px;
    width: 100%;
    color: #fff;
    margin-bottom: 10px; }
    .uptodate input[type="text"]::placeholder,
    .uptodate input[type="email"]::placeholder {
      color: #fff; }
    @media (min-width: 768px) {
      .uptodate input[type="text"],
      .uptodate input[type="email"] {
        display: inline-block;
        width: 25%;
        margin-right: 10px; } }
  .uptodate button[type="submit"] {
    margin-top: 0;
    margin-bottom: 30px;
    background-color: #fff;
    color: #2cb573;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 20px;
    cursor: pointer;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px; }
    @media (min-width: 768px) {
      .uptodate button[type="submit"] {
        margin-top: 30px; } }
    .uptodate button[type="submit"]:hover {
      color: #fff;
      background-color: transparent;
      border: 1px solid #fff; }
    @media (min-width: 768px) {
      .uptodate button[type="submit"] {
        margin-top: 0;
        margin-bottom: 0; } }
    .uptodate button[type="submit"] img {
      max-width: 30px; }

.socials {
  display: block;
  position: relative;
  width: 100%;
  color: #fff; }
  @media (min-width: 768px) {
    .socials {
      display: flex;
      align-items: center;
      margin-top: 20px; } }
  .socials small {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .socials small {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
        margin-right: 15px; } }
  .socials ul {
    display: flex;
    width: 100%; }
    @media (min-width: 768px) {
      .socials ul {
        width: auto; } }
  .socials li:not(:last-of-type) {
    margin-right: 10px; }
  .socials li img {
    max-width: 30px; }
    @media (min-width: 768px) {
      .socials li img {
        max-width: 40px; } }

.book-demo {
  display: block;
  position: relative;
  width: 100%; }
  .book-demo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15%;
    background-color: #2cb573;
    width: 100%;
    height: 80px; }
    @media (min-width: 1600px) {
      .book-demo:before {
        left: 0; } }

.demo-inner {
  display: block;
  position: relative;
  width: 80%;
  margin-left: 20%;
  background-color: #FB5059;
  text-align: right;
  color: #fff;
  padding: 50px 45px 40px 45px;
  border-top-left-radius: 50px; }
  @media (min-width: 576px) {
    .demo-inner {
      width: 65%;
      margin-left: 35%; } }
  @media (min-width: 768px) {
    .demo-inner {
      position: absolute;
      width: 40%;
      margin-left: 60%;
      padding: 50px 60px 40px 70px; } }
  @media (min-width: 992px) {
    .demo-inner {
      width: 25%;
      height: auto;
      margin-left: 75%;
      padding: 50px 30px 40px 30px; } }
  @media (min-width: 1152px) {
    .demo-inner {
      width: 330px;
      margin-left: calc(100% - 330px);
      padding: 50px 60px 40px 60px; } }
  .demo-inner a:not(.contact-details a) {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase; }
    @media (min-width: 1152px) {
      .demo-inner a:not(.contact-details a) {
        font-size: 24px; } }
    @media (min-width: 1600px) {
      .demo-inner a:not(.contact-details a) {
        font-size: 26px; } }
    .demo-inner a:not(.contact-details a):after {
      content: "";
      display: block;
      position: relative;
      margin-top: 8px;
      height: 1px;
      background-color: #fff;
      z-index: 1; }
    .demo-inner a:not(.contact-details a):before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      margin-top: 8px;
      height: 1px;
      width: 0;
      transition: all .3s ease;
      background-color: #f90612;
      z-index: 2; }
    .demo-inner a:not(.contact-details a):hover:before {
      width: 100%; }
  .demo-inner .contact-details {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 45px;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif; }
    .demo-inner .contact-details a {
      display: inline-block;
      position: relative;
      margin-bottom: 20px; }
    .demo-inner .contact-details address {
      font-style: normal; }

.footer-links {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .footer-links {
      width: calc(100% - 40%);
      margin-top: 80px;
      padding: 30px; } }
  @media (min-width: 992px) {
    .footer-links {
      width: calc(100% - 30%);
      padding: 30px 0; } }
  @media (min-width: 1152px) {
    .footer-links {
      width: calc(100% - 300px);
      padding: 40px 0; } }
  .footer-links .footer-logo {
    display: none;
    position: relative;
    width: 49%;
    padding: 0 0 0 20px;
    vertical-align: top; }
    @media (min-width: 768px) {
      .footer-links .footer-logo {
        display: inline-block;
        padding: 0 20px; } }
    @media (min-width: 992px) {
      .footer-links .footer-logo {
        width: 15%;
        text-align: center; } }
    @media (min-width: 1152px) {
      .footer-links .footer-logo {
        width: 24%;
        padding: 0 10px; } }
    .footer-links .footer-logo img {
      max-width: 150px; }
      @media (min-width: 992px) {
        .footer-links .footer-logo img {
          max-width: 100%; } }
      @media (min-width: 1152px) {
        .footer-links .footer-logo img {
          max-width: 160px; } }
  .footer-links ul:not(.menu) {
    display: inline-block;
    position: relative;
    width: 49%;
    vertical-align: top;
    padding: 0 0 0 20px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .footer-links ul:not(.menu) {
        padding: 0 20px; } }
    @media (min-width: 992px) {
      .footer-links ul:not(.menu) {
        width: 20%;
        padding: 0 10px; } }
    @media (min-width: 1152px) {
      .footer-links ul:not(.menu) {
        width: 15%; } }
  .footer-links .our-app {
    display: inline-block;
    position: relative;
    width: 49%;
    vertical-align: top;
    padding: 0 0 0 20px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .footer-links .our-app {
        padding: 0 20px; } }
    @media (min-width: 992px) {
      .footer-links .our-app {
        width: 20%;
        padding: 0 10px; } }
    @media (min-width: 1152px) {
      .footer-links .our-app {
        width: 18%; } }
    .footer-links .our-app p {
      font-size: 12px;
      line-height: 18px;
      font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif;
      color: #6F6F6E; }
      .footer-links .our-app p:hover {
        color: #FB5059; }
      @media (min-width: 1600px) {
        .footer-links .our-app p {
          font-size: 14px;
          line-height: 14px; } }
    .footer-links .our-app a {
      display: block;
      width: 170px;
      margin-top: 20px; }
      @media (min-width: 992px) {
        .footer-links .our-app a {
          width: 100%; } }
      @media (min-width: 1152px) {
        .footer-links .our-app a {
          width: 170px; } }
  .footer-links .col-heading {
    display: inline-flex;
    position: relative;
    width: auto;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px; }
    @media (min-width: 1152px) {
      .footer-links .col-heading {
        font-size: 18px;
        line-height: 18px; } }
    .footer-links .col-heading:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -5px;
      height: 1px;
      width: 100%;
      background-color: #FB5059; }
  .footer-links .menu li {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding-left: 15px; }
    .footer-links .menu li:not(:last-of-type) {
      margin-bottom: 8px; }
    .footer-links .menu li a {
      font-size: 12px;
      line-height: 16px;
      font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif;
      color: #6F6F6E; }
      .footer-links .menu li a:hover {
        color: #FB5059; }
      @media (min-width: 1600px) {
        .footer-links .menu li a {
          font-size: 14px;
          line-height: 14px; } }
    .footer-links .menu li:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      width: 15px;
      height: 15px;
      background-image: url("images/icons/small-arrow-icon.png");
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: left; }

.login-link {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 15px 60px 15px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 30px;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .login-link:hover {
    background-color: #fff;
    color: #FB5059;
    background-image: url("images/icons/red-arrow.png"); }
  .login-link:hover {
    text-decoration: none; }

.footer-copy {
  width: 100%;
  padding: 0;
  display: inline-block; }
  @media (min-width: 992px) {
    .footer-copy {
      width: 80%;
      padding: 0 0 0 15%; } }
  @media (min-width: 1152px) {
    .footer-copy {
      width: 60%;
      padding: 0 0 0 24%; } }
  .footer-copy p {
    font-size: 12px;
    color: #6F6F6E;
    line-height: 16px;
    padding: 5px 10px; }

.copyright {
  display: block;
  position: relative;
  width: 100%;
  background-color: #027998;
  padding: 20px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: center; }
  .copyright p {
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 12px; }
    @media (min-width: 1600px) {
      .copyright p {
        font-size: 14px;
        line-height: 14px; } }
    .copyright p:first-of-type {
      display: block;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .copyright p:first-of-type {
          display: inline-block;
          margin-right: 15px;
          margin-bottom: 0; } }
  .copyright ul {
    display: inline-flex;
    position: relative;
    margin-left: 10px; }
    .copyright ul li {
      font-size: 12px;
      line-height: 12px; }
      @media (min-width: 1600px) {
        .copyright ul li {
          font-size: 14px;
          line-height: 14px; } }
      .copyright ul li:not(:last-of-type):after {
        content: "/";
        display: inline-block;
        position: relative;
        margin: 0 3px; }

html {
  font-size: 14px;
  line-height: 20px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  color: #000;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 1152px) {
    html {
      font-size: 16px;
      line-height: 22px; } }

html {
  /*! autoprefixer: off */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  /*! autoprefixer: off */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

*:focus {
  outline: 1px dotted #000; }

body,
html {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  scroll-behavior: smooth; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto; }

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit; }
  a:hover {
    text-decoration: underline;
    text-underline-offset: 3px; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }

ul,
ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

/* Offset Container */
.offset-container {
  display: block;
  position: relative; }
  @media (min-width: 992px) {
    .offset-container {
      transform: translateY(-50px); } }

.c-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  /*@include breakpoint(xxldesktop) {
    max-width: $sitewidth;
  }*/ }
  @media (min-width: 768px) {
    .c-container {
      max-width: 90%;
      padding-right: 0;
      padding-left: 0; } }

.seperator {
  display: block;
  position: relative;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #027998; }
  @media (min-width: 1900px) {
    .seperator {
      max-width: 1560px; } }

.has-zoom {
  display: block;
  position: relative;
  overflow: hidden; }
  .has-zoom img {
    transition: all .6s ease;
    transform: scale(1); }
  .has-zoom:hover img {
    transform: scale(1.02); }

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: normal !Important; }

.blue-border-top {
  background-image: url(images/backgrounds/blue-border-top.png);
  background-size: cover;
  background-position: left;
  display: block;
  width: 100%;
  height: 50px;
  position: relative; }
  @media (min-width: 768px) {
    .blue-border-top {
      background-position: center; } }
  .blue-border-top.purple-theme {
    background-image: url(images/backgrounds/purple-border-top.png); }
  .blue-border-top.red-theme {
    background-image: url(images/backgrounds/red-border-top.png); }
  .blue-border-top.green-theme {
    background-image: url(images/backgrounds/green-border-top.png); }
  .blue-border-top.orange-theme {
    background-image: url(images/backgrounds/orange-border-top.png); }
  .blue-border-top.yellow-theme {
    background-image: url(images/backgrounds/yellow-border-top.png); }
  .blue-border-top.light-blue-theme {
    background-image: url(images/backgrounds/light—blue-border-top.png); }

.blue-border-bottom {
  background-image: url(images/backgrounds/blue-border-bottom.png);
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 50px;
  position: relative; }
  .blue-border-bottom.purple-theme {
    background-image: url(images/backgrounds/purple-border-bottom.png); }
  .blue-border-bottom.red-theme {
    background-image: url(images/backgrounds/red-border-bottom.png); }
  .blue-border-bottom.green-theme {
    background-image: url(images/backgrounds/green-border-bottom.png); }
  .blue-border-bottom.orange-theme {
    background-image: url(images/backgrounds/orange-border-bottom.png); }
  .blue-border-bottom.yellow-theme {
    background-image: url(images/backgrounds/yellow-border-bottom.png); }
  .blue-border-bottom.light-blue-theme {
    background-image: url(images/backgrounds/light—blue-border-bottom.png); }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #027998;
  background: rgba(0, 126, 167, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

@media (min-width: 768px) {
  .lity-content {
    width: 700px; } }
@media (min-width: 1152px) {
  .post-type-archive-videos .lity-content {
    width: 1000px; } }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: none !important;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.search-reveal {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  transform: translateY(-100%);
  transition: all .3s ease;
  align-items: center; }
  .search-reveal.search-opened {
    opacity: 1;
    transition: all .3s ease;
    z-index: 1000;
    transform: translateY(0);
    background-image: url("images/search-bg.png");
    background-size: cover;
    background-repeat: no-repeat; }
    .search-reveal.search-opened:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(2, 121, 152, 0.9); }
  .search-reveal .c-container {
    position: relative; }
    @media (min-width: 768px) {
      .search-reveal .c-container {
        max-width: 600px;
        padding-top: 100px; } }
    @media (min-width: 1152px) {
      .search-reveal .c-container {
        max-width: 900px; } }
  .search-reveal form {
    display: block;
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) {
      .search-reveal form {
        display: flex; } }
  .search-reveal input[type="text"] {
    background-color: transparent;
    height: auto;
    width: 100%;
    border: 0;
    padding: 20px;
    border: 1px solid #fff;
    color: #015984;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      .search-reveal input[type="text"] {
        width: 80%;
        height: 80px;
        padding: 10px 20px;
        font-size: 26px;
        line-height: 26px; } }
    .search-reveal input[type="text"]::placeholder {
      color: #fff;
      font-size: 20px;
      line-height: 20px;
      font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif; }
      @media (min-width: 768px) {
        .search-reveal input[type="text"]::placeholder {
          font-size: 26px;
          line-height: 26px; } }
    .search-reveal input[type="text"]:focus {
      outline: none; }
      .search-reveal input[type="text"]:focus::placeholder {
        text-indent: -999px; }
  .search-reveal button[type="submit"] {
    cursor: pointer;
    width: auto;
    border: 1px solid #fff;
    background-color: #fff;
    color: #027998;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 16px;
    margin: 10px 0 0 0;
    padding: 10px 20px;
    height: 50px; }
    @media (min-width: 768px) {
      .search-reveal button[type="submit"] {
        width: 20%;
        margin: 0;
        padding: 0;
        height: auto; } }
    .search-reveal button[type="submit"]:hover {
      background-color: #027998;
      color: #fff; }
  .search-reveal img {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 140px;
    height: auto; }
  .search-reveal h3 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 40px 0; }
  .search-reveal p {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 40px 0; }
    .search-reveal p a {
      text-decoration: underline; }
      .search-reveal p a:hover {
        text-decoration: none; }

.close-search {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: 20px;
  text-transform: uppercase;
  font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 0 0 0 50px;
  right: 60px;
  background: url("images/icons/white-icons/cross-icon.png") no-repeat left;
  background-size: 20px; }
  @media (min-width: 768px) {
    .close-search {
      top: 100px; } }

.breadcrumb {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .breadcrumb {
      padding-left: 0;
      padding-right: 0; } }
  .breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    display: none; }
  .breadcrumb li {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px; }
    .breadcrumb li:not(:last-of-type):after {
      content: "-";
      display: inline-block;
      position: relative;
      font-size: 13px;
      margin: 0 5px; }

.hero {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #f9f9f9; }
  @media (min-width: 768px) {
    .hero {
      height: auto; } }
  .hero picture,
  .hero img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.hero-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 123, 154, 0.0998993347) 40%, #007b9a 100%); }

.mobile-hero--links {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  background-color: #eee; }
  @media (min-width: 992px) {
    .mobile-hero--links {
      display: none; } }
  .mobile-hero--links li {
    width: 50%; }
    .mobile-hero--links li a {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      padding: 20px 15px;
      font-size: 13px;
      line-height: 13px;
      text-align: center;
      text-transform: uppercase; }
    .mobile-hero--links li:first-of-type a {
      background-color: #fec343; }
    .mobile-hero--links li:last-of-type a {
      background-color: #027998;
      color: #fff; }

.our-products {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #E6F2F5; }
  @media (min-width: 768px) {
    .our-products {
      padding-top: 50px;
      padding-bottom: 70px; } }
  .our-products .c-container {
    position: relative; }
  .our-products h2 {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    color: #027998;
    text-align: center; }
    .our-products h2 a {
      display: none; }
    @media (min-width: 576px) {
      .our-products h2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 25px 40px 25px; }
        .our-products h2 a {
          display: none;
          margin-left: auto;
          text-transform: uppercase;
          color: #3c3c3b;
          font-size: 16px;
          line-height: 16px;
          font-weight: normal; }
          .our-products h2 a:hover {
            text-decoration: none; }
            .our-products h2 a:hover:after {
              width: 100%; }
          .our-products h2 a:after {
            content: "";
            display: block;
            position: relative;
            width: 30px;
            height: 1px;
            background-color: #3c3c3b;
            margin-top: 5px;
            transition: all .3s ease; } }
  .our-products .carousel-navigation {
    display: flex;
    position: absolute;
    bottom: -35px;
    right: 30px;
    width: 87px; }
    @media (min-width: 768px) {
      .our-products .carousel-navigation {
        width: 15%;
        right: 5px; } }
    @media (min-width: 992px) {
      .our-products .carousel-navigation {
        right: -25px; } }
    @media (min-width: 1152px) {
      .our-products .carousel-navigation {
        right: -50px; } }
    @media (min-width: 1600px) {
      .our-products .carousel-navigation {
        width: 6%;
        right: 46%; } }
    .our-products .carousel-navigation img {
      width: 40px; }
    .our-products .carousel-navigation .prev {
      cursor: pointer;
      background: url("images/icons/prev.png") no-repeat left;
      background-size: 40px auto;
      width: 40px;
      height: 40px;
      transition: all .3s ease; }
      .our-products .carousel-navigation .prev:hover {
        background: url("images/icons/prev-hover.png") no-repeat left;
        background-size: 40px auto; }
    .our-products .carousel-navigation .next {
      cursor: pointer;
      margin-left: 10px;
      background: url("images/icons/next.png") no-repeat left;
      background-size: 40px auto;
      width: 40px;
      height: 40px;
      transition: all .3s ease; }
      .our-products .carousel-navigation .next:hover {
        background: url("images/icons/next-hover.png") no-repeat left;
        background-size: 40px auto; }

.page-template-page-teachers .our-products {
  background-color: #fff;
  padding-top: 60px; }

.products-carousel .slick-list {
  padding: 0 0 30px 0 !important; }
.products-carousel .slick-track {
  display: flex; }
.products-carousel .slick-dots {
  width: 70%;
  left: 0; }
  @media (min-width: 768px) {
    .products-carousel .slick-dots {
      width: 80%; } }
  @media (min-width: 1600px) {
    .products-carousel .slick-dots {
      width: 90%; } }
  .products-carousel .slick-dots li {
    width: calc(100% / 6);
    height: 3px;
    margin: 0; }
    .products-carousel .slick-dots li button {
      width: 100%;
      height: 3px;
      padding: 0;
      background-color: #ccc; }
      .products-carousel .slick-dots li button:before {
        display: none; }
    .products-carousel .slick-dots li.slick-active button {
      background-color: #333; }

.product {
  display: inline-block;
  position: relative;
  padding: 100px 40px 180px 30px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  border-top-right-radius: 80px; }
  @media (min-width: 576px) {
    .product {
      padding: 100px 40px 130px 30px;
      margin: 0 10px; } }
  @media (min-width: 768px) {
    .product {
      margin: 0 25px 30px 25px;
      filter: drop-shadow(5px 15px 8px rgba(0, 0, 0, 0.35)); } }
  @media (min-width: 1152px) {
    .product {
      padding: 100px 100px 160px 30px;
      min-height: 500px; } }
  .product.blue-theme {
    background-color: #027998; }
    .product.blue-theme a:hover {
      color: #027998;
      background-color: #fff;
      background-image: url("images/icons/blue-arrow.png"); }
  .product.purple-theme {
    background-color: #AC5492; }
    .product.purple-theme a:hover {
      color: #AC5492;
      background-color: #fff;
      background-image: url("images/icons/purple-arrow.png"); }
  .product.green-theme {
    background-color: #2cb573; }
    .product.green-theme a:hover {
      color: #2cb573;
      background-color: #fff;
      background-image: url("images/icons/green-arrow.png"); }
  .product.orange-theme {
    background-color: #FC8C2D; }
    .product.orange-theme a:hover {
      color: #FC8C2D;
      background-color: #fff;
      background-image: url("images/icons/orange-arrow.png"); }
  .product.yellow-theme {
    background-color: #fec343; }
    .product.yellow-theme a:hover {
      color: #fec343;
      background-color: #fff;
      background-image: url("images/icons/yellow-arrow.png"); }
  .product.red-theme {
    background-color: #FB5059; }
    .product.red-theme a:hover {
      color: #FB5059;
      background-color: #fff;
      background-image: url("images/icons/red-arrow.png"); }
  .product.light-blue-theme {
    background-color: #72C7E3; }
    .product.light-blue-theme a:hover {
      color: #72C7E3;
      background-color: #fff;
      background-image: url("images/icons/skyblue-arrow.png"); }
  .product.is-literacy {
    background-color: #2cb573; }
    .product.is-literacy a {
      transition: all .3s ease; }
      .product.is-literacy a:hover {
        background-color: #fff;
        color: #2cb573;
        background-image: url("images/icons/green-arrow.png"); }
  .product.is-numeracy {
    background-color: #027998; }
    .product.is-numeracy a {
      transition: all .3s ease; }
      .product.is-numeracy a:hover {
        background-color: #fff;
        color: #027998;
        background-image: url("images/icons/blue-arrow.png"); }
  .product.is-wellbeing {
    background-color: #FB5059; }
    .product.is-wellbeing a {
      transition: all .3s ease; }
      .product.is-wellbeing a:hover {
        background-color: #fff;
        color: #FB5059;
        background-image: url("images/icons/red-arrow.png"); }
  .product h3 {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    max-width: 100%; }
    @media (min-width: 768px) {
      .product h3 {
        max-width: 80%; } }
    @media (min-width: 1600px) {
      .product h3 {
        font-size: 26px;
        line-height: 30px; } }
    .product h3:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("images/homepage/3-ball-icon.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      margin-right: 5px; }
  .product .topright-img {
    display: block;
    position: absolute;
    top: 30px;
    right: 40px;
    width: 60px;
    height: auto; }
    @media (min-width: 576px) {
      .product .topright-img {
        width: 70px; } }
    @media (min-width: 992px) {
      .product .topright-img {
        width: 50px; } }
    @media (min-width: 1600px) {
      .product .topright-img {
        width: 80px; } }
    @media (min-width: 1900px) {
      .product .topright-img {
        width: 90px;
        right: 50px;
        top: 40px; } }
  .product .bottomright-img {
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 115px;
    height: auto; }
    @media (min-width: 768px) {
      .product .bottomright-img {
        bottom: -20px;
        right: -10px;
        width: 140px; } }
    @media (min-width: 1152px) {
      .product .bottomright-img {
        width: 180px; } }
    @media (min-width: 1600px) {
      .product .bottomright-img {
        width: 165px; } }
  .product p {
    color: #fff;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .product p {
        font-size: 18px;
        line-height: 24px; } }
  .product a {
    position: absolute;
    left: 30px;
    bottom: 40px;
    display: inline-block;
    border: 1px solid #fff;
    background-image: url("images/icons/white-icons/arrow-right-icon.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 50% right 20px;
    font-size: 12px;
    line-height: 12px;
    padding: 15px 50px 15px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease; }
    @media (min-width: 1152px) {
      .product a {
        font-size: 16px;
        line-height: 16px;
        background-size: 20px;
        padding: 15px 70px 15px 15px; } }
    @media (min-width: 1600px) {
      .product a {
        font-size: 18px;
        line-height: 18px; } }

.product-listing .c-container {
  border-top: 1px solid #027998;
  padding-top: 60px;
  padding-bottom: 60px; }
.product-listing .product {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 100px 15px 160px 30px;
  vertical-align: top;
  filter: drop-shadow(8px 9px 8px rgba(0, 0, 0, 0.35)); }
  @media (min-width: 768px) {
    .product-listing .product {
      width: 48.7%;
      margin-right: 2%; }
      .product-listing .product:nth-of-type(2n) {
        margin-right: 0; } }
  @media (min-width: 992px) {
    .product-listing .product {
      width: 31.666%;
      margin-right: 2%;
      padding: 100px 70px 200px 30px; }
      .product-listing .product:nth-of-type(2n) {
        margin-right: 2%; }
      .product-listing .product:nth-of-type(3n) {
        margin-right: 0; } }
  @media (min-width: 1152px) {
    .product-listing .product {
      width: 31.7%; } }
  .product-listing .product p {
    padding-right: 30px; }
    @media (min-width: 768px) {
      .product-listing .product p {
        min-height: 100px; } }
    @media (min-width: 1152px) {
      .product-listing .product p {
        padding-right: 60px; } }

.icon-block {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }
  .icon-block h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #027998; }
  .icon-block ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .icon-block ul {
        flex-direction: row;
        margin-left: 0;
        margin-right: unset; } }
  .icon-block li {
    display: flex;
    justify-content: center;
    width: 100%; }
    @media (min-width: 576px) {
      .icon-block li {
        max-width: 75%; } }
    .icon-block li:not(:last-of-type) {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .icon-block li:not(:last-of-type) {
          margin-bottom: 0; } }
    .icon-block li:nth-of-type(1) .txt-col .icon-heading {
      color: #2cb573; }
    .icon-block li:nth-of-type(1) .txt-col a {
      color: #2cb573; }
      .icon-block li:nth-of-type(1) .txt-col a:after {
        background-color: #2cb573; }
    .icon-block li:nth-of-type(2) .txt-col .icon-heading {
      color: #fec343; }
    .icon-block li:nth-of-type(2) .txt-col a {
      color: #fec343; }
      .icon-block li:nth-of-type(2) .txt-col a:after {
        background-color: #fec343; }
    .icon-block li:nth-of-type(3) .txt-col .icon-heading {
      color: #FB5059; }
    .icon-block li:nth-of-type(3) .txt-col a {
      color: #FB5059; }
      .icon-block li:nth-of-type(3) .txt-col a:after {
        background-color: #FB5059; }
  .icon-block .img-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 150px;
    aspect-ratio: 1/1; }
    @media (min-width: 768px) {
      .icon-block .img-col {
        min-height: auto;
        width: 40%; } }
    .icon-block .img-col img {
      max-width: 125px; }
      @media (min-width: 768px) {
        .icon-block .img-col img {
          max-width: 100%; } }
  .icon-block .txt-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 0 20px; }
    @media (min-width: 576px) {
      .icon-block .txt-col {
        width: calc(50% - 75px); } }
    @media (min-width: 768px) {
      .icon-block .txt-col {
        width: 60%; } }
    @media (min-width: 1152px) {
      .icon-block .txt-col {
        padding: 0 0 0 30px; } }
    .icon-block .txt-col a {
      position: relative;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px; }
      @media (min-width: 768px) {
        .icon-block .txt-col a {
          font-size: 10px;
          line-height: 10px; } }
      @media (min-width: 1152px) {
        .icon-block .txt-col a {
          font-size: 14px;
          line-height: 14px; } }
      .icon-block .txt-col a:after {
        content: "";
        display: block;
        position: relative;
        width: 20px;
        height: 1px;
        top: 5px;
        transition: all .3s ease; }
      .icon-block .txt-col a:hover {
        text-decoration: none; }
        .icon-block .txt-col a:hover:after {
          width: 100%; }
  .icon-block .icon-heading {
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .icon-block .icon-heading {
        font-size: 16px;
        line-height: 22px; } }
    @media (min-width: 1152px) {
      .icon-block .icon-heading {
        font-size: 24px;
        line-height: 30px; } }

.logo-block {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    body.home .logo-block {
      margin-top: -100px; } }
  body.search-results .logo-block, body.page-template-page-invoice .logo-block, body.page-template-page-resources .logo-block, body.archive .logo-block, body.page-template-page-faq .logo-block, body.page-template-page-access .logo-block, body.single-vacancies .logo-block, body.page-template-page-customers .logo-block, body.page-template-casestudies .logo-block, body.single-case-studies .logo-block, body.page-template-page-faqs .logo-block, body.single-events .logo-block, body.search-no-results .logo-block {
    padding-top: 60px; }
  body.page-template-product .logo-block {
    padding-top: 0; }
  .logo-block li {
    margin: 0 20px; }
  body.woocommerce-cart .logo-block, body.woocommerce-checkout .logo-block {
    border-top: 1px solid #003B4B; }

.logo-navigation {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  width: 100%; }
  @media (min-width: 1024px) {
    .logo-navigation {
      display: none; } }
  .logo-navigation img {
    width: 40px; }
  .logo-navigation .prev-logo {
    cursor: pointer; }
  .logo-navigation .next-logo {
    cursor: pointer;
    margin-left: 10px; }

.instagram-feed {
  text-align: center;
  border-bottom: 1px solid #027998;
  margin-bottom: 50px;
  padding-bottom: 30px; }
  .instagram-feed h4 {
    color: #027998;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px; }

.text-block {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 0;
  padding-bottom: 60px; }
  .text-block h1 {
    margin-bottom: 30px; }
    .text-block h1:only-child {
      margin-bottom: 0; }
  .text-block p {
    margin-bottom: 20px;
    color: #3c3c3b; }
    @media (min-width: 768px) {
      .text-block p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .text-block p {
        max-width: 90%; } }
    .text-block p:last-of-type {
      margin-bottom: 0; }
    .text-block p a {
      text-decoration: underline;
      text-underline-offset: 3px; }
      .text-block p a:hover {
        text-decoration: none; }

.intro-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 40px; }
  @media (min-width: 576px) {
    .intro-links {
      flex-direction: row; } }
  .intro-links a {
    width: 200px; }
    @media (min-width: 768px) {
      .intro-links a {
        width: auto; } }
    .intro-links a + a {
      margin-top: 20px; }
      @media (min-width: 576px) {
        .intro-links a + a {
          margin-left: 20px;
          margin-top: 0; } }

.demo-video {
  display: block;
  position: relative;
  padding-top: 60px;
  text-align: center; }
  .demo-video .c-container {
    padding-bottom: 60px; }
    body.page-template-page-demo .demo-video .c-container {
      border-bottom: 1px solid #027998; }
  .demo-video h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
    body.page-template-page-demo .demo-video h3 {
      color: #027998; }
  .demo-video p {
    text-align: center; }
    @media (min-width: 768px) {
      .demo-video p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .demo-video iframe {
    display: block;
    position: relative;
    margin-top: 60px;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9; }
    body.page-template-page-product .demo-video iframe {
      margin-bottom: 60px; }
  .demo-video .yellow-solid {
    min-width: 200px; }

.accordion-component {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F2F8FA; }
  .post-type-archive-vacancies .accordion-component, .single-vacancies .accordion-component, .page-template-page-faq .accordion-component, .page-template-misc .accordion-component {
    background-color: #fff; }
    @media (min-width: 1152px) {
      .post-type-archive-vacancies .accordion-component .c-container, .single-vacancies .accordion-component .c-container, .page-template-page-faq .accordion-component .c-container, .page-template-misc .accordion-component .c-container {
        max-width: 1152px; } }
    .post-type-archive-vacancies .accordion-component .accordion-title, .single-vacancies .accordion-component .accordion-title, .page-template-page-faq .accordion-component .accordion-title, .page-template-misc .accordion-component .accordion-title {
      border-top: 1px solid #027998;
      color: #027998; }
      .post-type-archive-vacancies .accordion-component .accordion-title.active-tab, .single-vacancies .accordion-component .accordion-title.active-tab, .page-template-page-faq .accordion-component .accordion-title.active-tab, .page-template-misc .accordion-component .accordion-title.active-tab {
        border-bottom: 1px solid #027998; }
  .more-information .accordion-component {
    scroll-margin: 150px; }
  .single-research-evidence .accordion-component, .single-vacancies .accordion-component, .page-template-page-accordion .accordion-component, .single-success-stories .accordion-component {
    padding-top: 80px;
    padding-bottom: 30px; }
    @media (min-width: 1152px) {
      .single-research-evidence .accordion-component, .single-vacancies .accordion-component, .page-template-page-accordion .accordion-component, .single-success-stories .accordion-component {
        padding-bottom: 120px; } }
    .single-research-evidence .accordion-component .accordion-title, .single-vacancies .accordion-component .accordion-title, .page-template-page-accordion .accordion-component .accordion-title, .single-success-stories .accordion-component .accordion-title {
      border-top: 1px solid #027998;
      color: #027998;
      background-image: url("images/icons/plus-icon-blue.png");
      background-size: 15px;
      background-position: top 50% right 20px;
      background-repeat: no-repeat; }
      .single-research-evidence .accordion-component .accordion-title.active-tab, .single-vacancies .accordion-component .accordion-title.active-tab, .page-template-page-accordion .accordion-component .accordion-title.active-tab, .single-success-stories .accordion-component .accordion-title.active-tab {
        border-bottom: 1px solid #027998;
        background-image: url("images/icons/minus-icon-blue.png"); }
  .page-template-misc .accordion-component {
    padding-bottom: 0;
    padding-top: 0; }
  .accordion-component h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .accordion-component p:not(.accordion-content p) {
    text-align: center;
    padding: 0 0 20px 0;
    color: #3c3c3b; }

.accordion-title {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 40px 20px 20px;
  border-top: 1px solid #666;
  text-transform: uppercase;
  cursor: pointer; }
  .accordion-title.active-tab {
    border-bottom: 1px solid #666; }

.accordion-content {
  padding: 30px 20px; }
  .accordion-content h2, .accordion-content h3, .accordion-content h4, .accordion-content h5, .accordion-content h6 {
    color: #3c3c3b;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px; }
  .accordion-content p {
    color: #3c3c3b;
    padding: 0; }
    .accordion-content p:not(:last-of-type) {
      margin-bottom: 20px; }
  .accordion-content ul {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 18px; }
  .accordion-content li {
    list-style: disc;
    color: #3c3c3b;
    font-size: 16px;
    line-height: 22px;
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif; }
    @media (min-width: 1152px) {
      .accordion-content li {
        font-size: 18px;
        line-height: 28px; } }
    .accordion-content li:not(:last-of-type) {
      margin-bottom: 5px; }
  .accordion-content a {
    text-decoration: underline; }
    .accordion-content a:hover {
      text-decoration: none; }
    .accordion-content a:not(p a) {
      margin-bottom: 3px;
      display: inline-block; }
  .accordion-content table {
    width: 100%;
    margin-bottom: 60px; }
    .accordion-content table tr:nth-of-type(odd) {
      background-color: #fff; }
    .accordion-content table td {
      padding: 10px; }
      .accordion-content table td:not(:first-of-type) {
        border-left: 1px solid #ccc; }
    .accordion-content table:not(:first-of-type) {
      margin-top: 30px; }

.faq-container .accordion-title {
  border-top: 1px solid #027998;
  color: #027998;
  background-image: url("images/icons/plus-icon-blue.png");
  background-size: 15px;
  background-position: top 50% right 20px;
  background-repeat: no-repeat; }
  .faq-container .accordion-title.active-tab {
    border-bottom: 1px solid #027998;
    background-image: url("images/icons/minus-icon-blue.png"); }

.awards-block {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 1152px) {
    .awards-block {
      padding-bottom: 100px;
      padding-top: 100px; } }
  .awards-block h4 {
    color: #027998;
    margin-bottom: 60px;
    width: 100%;
    text-align: center; }
  .awards-block li {
    text-align: center; }
    .awards-block li img {
      width: 160px;
      height: 160px;
      object-fit: contain;
      aspect-ratio: 1/1;
      margin: 0 auto; }

.awards-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px; }
  .awards-controls img {
    width: 40px; }
  .awards-controls .prev-award {
    cursor: pointer;
    background: url("images/icons/prev.png") no-repeat left;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    transition: all .3s ease; }
    .awards-controls .prev-award:hover {
      background: url("images/icons/prev-hover.png") no-repeat left;
      background-size: 40px auto; }
  .awards-controls .next-award {
    cursor: pointer;
    margin-left: 10px;
    background: url("images/icons/next.png") no-repeat left;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    transition: all .3s ease; }
    .awards-controls .next-award:hover {
      background: url("images/icons/next-hover.png") no-repeat left;
      background-size: 40px auto; }

.image-block {
  display: block;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .page-template-about-idl .image-block {
    padding-bottom: 0; }
  .image-block img {
    width: 100%; }

.vacancy-apply {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #E6F2F5;
  padding-top: 80px;
  padding-bottom: 80px; }
  .vacancy-apply h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #027998; }
  .vacancy-apply p:not(form p) {
    width: 100%;
    text-align: center;
    color: #3c3c3b; }
    @media (min-width: 768px) {
      .vacancy-apply p:not(form p) {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .vacancy-apply p:not(form p) {
        max-width: 800px; } }
  .vacancy-apply .gform-body {
    width: 100%; }
  .vacancy-apply .gform_footer {
    width: 100%; }
  .vacancy-apply .gform_validation_errors {
    margin-top: 40px !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .vacancy-apply form {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
    margin-top: 60px; }
    @media (min-width: 768px) {
      .vacancy-apply form {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    .vacancy-apply form p {
      width: 100%;
      margin-right: 3%;
      margin-left: 3%;
      color: #3c3c3b; }
  .vacancy-apply .form-field {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .vacancy-apply .form-field {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%; } }
    .vacancy-apply .form-field.textarea {
      width: 100%; }
    .vacancy-apply .form-field.file {
      margin-top: 20px;
      width: 100%; }
  .vacancy-apply input {
    border-color: #027998; }
  .vacancy-apply input[type="file"] {
    width: 100%;
    padding: 20px;
    border: 1px solid #027998; }
  .vacancy-apply textarea {
    min-height: 200px;
    border: 1px solid #027998; }
  .vacancy-apply input[type="submit"] {
    background-color: #027998;
    border: 1px solid #027998;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    max-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    transition: all .3s ease; }
    .vacancy-apply input[type="submit"]:hover {
      background-color: #028db1; }
  .vacancy-apply .gform_wrapper.gravity-theme .gfield_label {
    font-weight: normal; }
  .vacancy-apply .gform_wrapper.gravity-theme .gfield_description {
    color: #3c3c3b; }

.homepage-intro {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding: 30px;
  background-color: #fff;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .homepage-intro {
      flex-direction: row;
      background-color: transparent;
      padding: 60px 0; } }
  @media (min-width: 992px) {
    .homepage-intro {
      padding-top: 0; } }
  @media (min-width: 1600px) {
    .homepage-intro {
      max-width: 1560px; } }
  @media (min-width: 1900px) {
    .homepage-intro {
      max-width: 96%; } }
  .homepage-intro .homepage-intro--person {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 20;
    width: 100px;
    height: auto; }
    @media (min-width: 768px) {
      .homepage-intro .homepage-intro--person {
        left: 40px;
        width: 110px; } }
    @media (min-width: 992px) {
      .homepage-intro .homepage-intro--person {
        left: 0;
        width: 160px;
        top: -60px; } }
    @media (min-width: 1152px) {
      .homepage-intro .homepage-intro--person {
        width: 180px;
        top: -100px; } }
    @media (min-width: 1900px) {
      .homepage-intro .homepage-intro--person {
        width: 190px;
        top: -110px; } }
  .homepage-intro .stat-col {
    display: block;
    position: relative;
    width: 100%;
    z-index: 10;
    margin-bottom: 30px;
    padding-left: 50px; }
    @media (min-width: 768px) {
      .homepage-intro .stat-col {
        width: 50%;
        padding-left: 100px;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .homepage-intro .stat-col {
        padding-left: 60px;
        top: -20px; } }
    @media (min-width: 1152px) {
      .homepage-intro .stat-col {
        width: 45%; } }
  .homepage-intro .stat-container {
    background-color: #027998;
    color: #fff;
    padding: 30px 30px 30px 40px;
    border-top-right-radius: 60px;
    filter: drop-shadow(8px 9px 8px rgba(0, 0, 0, 0.35)); }
    @media (min-width: 576px) {
      .homepage-intro .stat-container {
        padding: 30px 30px 30px 60px;
        margin-left: 0;
        margin-right: auto;
        width: auto; } }
    @media (min-width: 992px) {
      .homepage-intro .stat-container {
        padding: 50px 30px 50px 100px;
        width: auto; } }
    @media (min-width: 1152px) {
      .homepage-intro .stat-container {
        padding: 50px 50px 50px 120px; } }
    .homepage-intro .stat-container p {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 992px) {
        .homepage-intro .stat-container p {
          font-size: 16px;
          line-height: 22px; } }
      @media (min-width: 1152px) {
        .homepage-intro .stat-container p {
          font-size: 20px;
          line-height: 28px; } }
      @media (min-width: 1600px) {
        .homepage-intro .stat-container p {
          font-size: 30px;
          line-height: 34px; } }
  .homepage-intro .stat {
    font-size: 50px;
    line-height: 60px;
    font-family: "AxisBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    /*@include breakpoint(xldesktop) {
    	font-size: 160px;
    	line-height: 160px;
    }*/ }
    @media (min-width: 768px) {
      .homepage-intro .stat {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .homepage-intro .stat {
        font-size: 85px;
        line-height: 85px; } }
    @media (min-width: 1152px) {
      .homepage-intro .stat {
        font-size: 110px;
        line-height: 110px; } }
  .homepage-intro .text-col {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .homepage-intro .text-col {
        width: 50%;
        position: relative;
        margin-top: 60px;
        padding: 30px 30px 0 30px;
        background-color: #fff; }
        .homepage-intro .text-col:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: -60px;
          width: 60px;
          height: 100%;
          background-color: #fff; } }
    @media (min-width: 768px) {
      .homepage-intro .text-col {
        padding-top: 0; } }
    @media (min-width: 992px) {
      .homepage-intro .text-col {
        width: 60%;
        padding-top: 30px;
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 1900px) {
      .homepage-intro .text-col {
        padding-top: 45px; } }
  .homepage-intro h1 {
    margin-bottom: 20px;
    color: #3c3c3b;
    font-size: 18px;
    line-height: 22px;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif; }
    @media (min-width: 1152px) {
      .homepage-intro h1 {
        font-size: 24px;
        line-height: 30px; } }
    @media (min-width: 1600px) {
      .homepage-intro h1 {
        font-size: 30px;
        line-height: 34px; } }
  .homepage-intro .text-col p {
    color: #3c3c3b;
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 1152px) {
      .homepage-intro .text-col p {
        font-size: 20px; } }
    @media (min-width: 1600px) {
      .homepage-intro .text-col p {
        font-size: 22px;
        line-height: 28px; } }
  .homepage-intro ul {
    display: flex;
    flex-direction: row;
    margin-top: 30px; }
    .homepage-intro ul li {
      width: 100%; }
      @media (min-width: 576px) {
        .homepage-intro ul li {
          width: auto;
          margin-left: 0;
          margin-bottom: 0;
          margin-right: unset; } }
      @media (min-width: 768px) {
        .homepage-intro ul li {
          width: 50%; } }
      @media (min-width: 992px) {
        .homepage-intro ul li {
          width: auto; } }
      .homepage-intro ul li + li {
        margin-left: 10px; }
      .homepage-intro ul li a {
        width: 100%;
        font-size: 12px;
        line-height: 12px;
        padding: 20px 0 20px 20px; }
        @media (min-width: 768px) {
          .homepage-intro ul li a {
            padding: 20px 15px; } }
        @media (min-width: 992px) {
          .homepage-intro ul li a {
            padding: 20px 60px 20px 30px;
            font-size: 14px;
            line-height: 14px; } }
        @media (min-width: 1152px) {
          .homepage-intro ul li a {
            font-size: 16px; } }
        @media (min-width: 1600px) {
          .homepage-intro ul li a {
            font-size: 18px; } }
      .homepage-intro ul li .red-solid {
        width: 250px; }
        @media (min-width: 992px) {
          .homepage-intro ul li .red-solid {
            width: auto; } }

.life-changing--stat {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 100px 0 60px 0; }
  @media (min-width: 768px) {
    .life-changing--stat {
      flex-direction: row;
      padding: 60px 0; } }
  .life-changing--stat .txt-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    position: relative; }
    @media (min-width: 768px) {
      .life-changing--stat .txt-col {
        justify-content: center;
        align-items: flex-start;
        width: calc(100% - 50%);
        margin-bottom: 0;
        padding: 0 5%; } }
    @media (min-width: 992px) {
      .life-changing--stat .txt-col {
        width: calc(100% - 40%);
        padding: 0 10%; } }
    .life-changing--stat .txt-col p {
      color: #3c3c3b; }
  .life-changing--stat h4 {
    margin-bottom: 30px;
    color: #027998; }
    @media (max-width: 767px) {
      .life-changing--stat h4 br {
        display: none; } }
  .life-changing--stat .stat-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 20%;
    width: 90%;
    margin-left: auto;
    min-height: 500px;
    height: auto;
    position: relative;
    border-top-left-radius: 100px;
    background-image: url("images/homepage/opportunities-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (min-width: 576px) {
      .life-changing--stat .stat-col {
        width: 80%;
        padding-left: 60px;
        padding-right: 100px; } }
    @media (min-width: 768px) {
      .life-changing--stat .stat-col {
        width: 50%; } }
    @media (min-width: 992px) {
      .life-changing--stat .stat-col {
        width: 40%; } }
    .life-changing--stat .stat-col:before {
      content: "";
      display: block;
      position: absolute;
      border-top-left-radius: 100px;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #027998;
      opacity: .9; }
    .life-changing--stat .stat-col p {
      position: relative;
      color: #fff;
      font-size: 16px;
      line-height: 20px; }
      @media (min-width: 1152px) {
        .life-changing--stat .stat-col p {
          font-size: 22px;
          line-height: 30px; } }
  .life-changing--stat p:not(:last-of-type) {
    margin-bottom: 20px; }
  .life-changing--stat a {
    margin-top: 30px;
    min-width: 180px; }
  .life-changing--stat .stat {
    position: relative;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-family: "AxisBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px; }
    @media (min-width: 1152px) {
      .life-changing--stat .stat {
        font-size: 85px;
        line-height: 85px; } }

.accelerating-literacy {
  display: block;
  position: relative;
  width: 100%;
  padding: 0; }
  @media (min-width: 768px) {
    .accelerating-literacy:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(44, 181, 115, 0.7); } }
  .accelerating-literacy .container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%; }
    @media (min-width: 768px) {
      .accelerating-literacy .container {
        padding: 80px 0 0 0;
        flex-direction: row;
        background-image: url("images/homepage/quote-image.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; } }
    @media (min-width: 1152px) {
      .accelerating-literacy .container {
        padding: 140px 0 0 0; } }
  .accelerating-literacy .txt-col {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 60px 30px;
    filter: drop-shadow(5px 15px 8px rgba(0, 0, 0, 0.35)); }
    @media (min-width: 768px) {
      .accelerating-literacy .txt-col {
        width: 50%;
        border-top-right-radius: 60px; } }
    @media (min-width: 992px) {
      .accelerating-literacy .txt-col {
        padding: 60px; } }
    @media (min-width: 1152px) {
      .accelerating-literacy .txt-col {
        padding: 100px; } }
    @media (min-width: 1600px) {
      .accelerating-literacy .txt-col {
        padding: 150px; } }
    .accelerating-literacy .txt-col h4 {
      color: #2cb573;
      margin-bottom: 30px; }
    .accelerating-literacy .txt-col a {
      margin-top: 30px; }
    .accelerating-literacy .txt-col p {
      color: #3c3c3b; }
  .accelerating-literacy .quote-col {
    display: block;
    position: relative;
    width: 100%;
    background-color: transparent;
    background-image: url("images/homepage/quote-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 30px; }
    @media (min-width: 768px) {
      .accelerating-literacy .quote-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
        background-image: none; } }
    @media (min-width: 1900px) {
      .accelerating-literacy .quote-col {
        padding-right: 15%;
        padding-left: 60px; } }
    .accelerating-literacy .quote-col:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(44, 181, 115, 0.7); }
      @media (min-width: 768px) {
        .accelerating-literacy .quote-col:before {
          display: none; } }
  .accelerating-literacy blockquote {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding-right: 60px; }
    @media (min-width: 768px) {
      .accelerating-literacy blockquote {
        padding-right: 0; } }
    @media (min-width: 1152px) {
      .accelerating-literacy blockquote {
        padding-right: 100px;
        font-size: 26px;
        line-height: 32px; } }
    .accelerating-literacy blockquote p {
      position: relative;
      padding-left: 15px;
      font-size: 26px;
      line-height: 32px; }
      @media (min-width: 768px) {
        .accelerating-literacy blockquote p {
          font-size: 20px;
          line-height: 26px; } }
      @media (min-width: 1152px) {
        .accelerating-literacy blockquote p {
          font-size: 34px;
          line-height: 38px; } }
      .accelerating-literacy blockquote p:before {
        content: open-quote;
        font-size: 34px;
        line-height: 34px;
        position: absolute;
        top: 0;
        left: 0; }
      .accelerating-literacy blockquote p:after {
        content: close-quote;
        font-size: 34px;
        line-height: 34px;
        display: inline-block;
        position: absolute;
        top: calc(100% - 26px);
        right: auto; }
        @media (min-width: 1152px) {
          .accelerating-literacy blockquote p:after {
            top: calc(100% - 30px); } }
  .accelerating-literacy cite {
    display: block;
    position: relative;
    margin-top: 30px;
    color: #fff;
    font-style: normal;
    padding-right: 60px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .accelerating-literacy cite {
        padding-right: 0; } }

.improving-lives {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 180px;
  background-color: #027998; }
  @media (min-width: 768px) {
    .improving-lives {
      padding-bottom: 80px;
      padding-top: 60px; } }
  .improving-lives h4 {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 15px;
    color: #fff; }
    @media (min-width: 768px) {
      .improving-lives h4 {
        font-size: 32px;
        line-height: 42px;
        padding: 0 160px; } }
    @media (min-width: 992px) {
      .improving-lives h4 {
        padding: 0 230px; } }
    @media (min-width: 1152px) {
      .improving-lives h4 {
        padding: 0 15px; } }
    .improving-lives h4:before {
      content: "";
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      width: 40px;
      height: 40px;
      background-image: url("images/homepage/3-ball-colour-icon.png");
      background-repeat: no-repeat;
      background-size: 40px;
      background-position: center;
      margin-bottom: 30px; }
  .improving-lives .link-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .improving-lives .link-container {
        flex-direction: row; } }
    .improving-lives .link-container span {
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px;
      color: #fff;
      margin: 20px 0; }
      @media (min-width: 768px) {
        .improving-lives .link-container span {
          margin: 0 20px; } }
    .improving-lives .link-container a {
      min-width: 250px;
      text-align: center;
      font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
      padding: 15px 0;
      font-size: 14px;
      line-height: 14px; }
      @media (min-width: 768px) {
        .improving-lives .link-container a {
          min-width: 200px; } }
      @media (min-width: 992px) {
        .improving-lives .link-container a {
          min-width: unset;
          padding: 15px 30px;
          font-size: 16px;
          line-height: 16px; } }
      @media (min-width: 1152px) {
        .improving-lives .link-container a {
          padding: 20px 30px; } }
      .improving-lives .link-container a:first-of-type {
        border: 1px solid #fff;
        color: #fff;
        text-transform: uppercase;
        transition: all .3s ease; }
        .improving-lives .link-container a:first-of-type:hover {
          background-color: #fff;
          color: #027998; }
      .improving-lives .link-container a:last-of-type {
        border: 1px solid #fec343;
        background-color: #fec343;
        color: #000;
        text-transform: uppercase;
        transition: all .3s ease; }
        .improving-lives .link-container a:last-of-type:hover {
          background-color: #F4951A;
          border-color: #F4951A;
          color: #000; }
      .improving-lives .link-container a:hover {
        text-decoration: none; }

.improvinglives--person {
  display: block;
  position: absolute;
  bottom: -50px;
  z-index: 5;
  left: calc(50% - 60px);
  width: 120px;
  height: auto;
  filter: drop-shadow(5px 15px 8px rgba(0, 0, 0, 0.35)); }
  @media (min-width: 768px) {
    .improvinglives--person {
      bottom: -150px; } }
  @media (min-width: 992px) {
    .improvinglives--person {
      bottom: unset;
      left: 30px;
      top: 30px;
      width: 200px; } }
  @media (min-width: 1152px) {
    .improvinglives--person {
      left: 0px;
      top: -25px;
      width: 235px; } }
  @media (min-width: 1600px) {
    .improvinglives--person {
      left: 5%;
      top: -55px;
      width: 260px; } }
  @media (min-width: 1900px) {
    .improvinglives--person {
      left: 10%;
      top: -80px;
      width: 300px; } }

.news-events {
  display: block;
  position: relative;
  width: 100%;
  background-color: #E6F2F5;
  padding-top: 90px;
  padding-bottom: 60px; }
  @media (min-width: 1152px) {
    .news-events .c-container {
      max-width: 1100px; } }
  @media (min-width: 992px) {
    .news-events {
      padding-top: 80px; } }
  .news-events h4 {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    color: #027998; }
  .news-events ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: auto; }
    .news-events ul li {
      flex-direction: row; }
      .news-events ul li:nth-of-type(2n) {
        flex-direction: row-reverse; }
        @media (min-width: 768px) {
          .news-events ul li:nth-of-type(2n) {
            flex-direction: row; } }
    .news-events ul:nth-of-type(even) li {
      flex-direction: row; }
      @media (min-width: 768px) {
        .news-events ul:nth-of-type(even) li {
          flex-direction: row-reverse; } }
      .news-events ul:nth-of-type(even) li:nth-of-type(2n) {
        flex-direction: row-reverse; }
    .news-events ul li {
      display: flex;
      margin: 1% 0; }
      @media (min-width: 768px) {
        .news-events ul li {
          width: 48%;
          margin: 0 1%; } }
      .news-events ul li img {
        width: 50%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        aspect-ratio: 1/1; }
      .news-events ul li .news-event {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        background-color: #fff;
        width: 50%;
        padding: 0 25px 0 15px;
        height: auto; }
        @media (min-width: 768px) {
          .news-events ul li .news-event {
            padding: 0 25px 0 25px; } }
        @media (min-width: 1152px) {
          .news-events ul li .news-event {
            padding: 0 50px 0 25px; } }
        .news-events ul li .news-event a {
          position: relative;
          font-size: 10px;
          line-height: 10px;
          text-decoration: none;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            .news-events ul li .news-event a {
              font-size: 13px;
              line-height: 13px; } }
          .news-events ul li .news-event a:hover {
            text-decoration: none; }
            .news-events ul li .news-event a:hover:after {
              width: 100%; }
          .news-events ul li .news-event a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -7px;
            width: 20px;
            height: 1px;
            transition: all .3s ease; }
      .news-events ul li .cat {
        text-transform: uppercase;
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 10px; }
        @media (min-width: 992px) {
          .news-events ul li .cat {
            font-size: 13px;
            line-height: 13px; } }
      .news-events ul li h5 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 13px; }
        @media (min-width: 768px) {
          .news-events ul li h5 {
            font-size: 13px; } }
        @media (min-width: 992px) {
          .news-events ul li h5 {
            font-size: 16px;
            line-height: 20px; } }
      .news-events ul li p {
        margin-bottom: 13px;
        color: #3c3c3b;
        font-size: 12px;
        line-height: 16px; }
      @media (max-width: 767px) {
        .news-events ul li .green-outline {
          font-size: 10px;
          line-height: 10px;
          background-size: 13px;
          padding: 15px 20px 15px 15px;
          background-position: top 50% right 15px; } }

.basic-principles {
  display: none;
  position: relative;
  width: 100%;
  background-image: url("images/homepage/principle-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .basic-principles {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .basic-principles:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(2, 121, 152, 0.9); }
  .basic-principles .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .basic-principles .c-container {
        flex-direction: row; } }
    @media (min-width: 1152px) {
      .basic-principles .c-container {
        max-width: 1100px; } }
  .basic-principles .col-l {
    width: 100%;
    padding-bottom: 40px;
    position: relative; }
    @media (min-width: 768px) {
      .basic-principles .col-l {
        width: 50%;
        padding-bottom: 0; } }
    @media (min-width: 992px) {
      .basic-principles .col-l {
        padding-right: 5%; } }
    .basic-principles .col-l a {
      padding: 20px 0 20px 20px;
      font-size: 11px;
      line-height: 11px;
      width: 47%; }
      @media (min-width: 1152px) {
        .basic-principles .col-l a {
          width: auto;
          padding: 20px 60px 20px 20px;
          font-size: 16px;
          line-height: 16px; } }
      .basic-principles .col-l a + a {
        margin-left: 10px; }
        @media (min-width: 768px) {
          .basic-principles .col-l a + a {
            margin-left: 15px; } }
  .basic-principles .col-r {
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .basic-principles .col-r {
        width: 50%;
        padding-left: 5%; } }
    .basic-principles .col-r li:not(:last-of-type) {
      margin-bottom: 30px; }
  .basic-principles h5,
  .basic-principles h6,
  .basic-principles p {
    color: #fff; }
  .basic-principles h5 {
    margin-bottom: 30px; }
  .basic-principles p:not(li p) {
    margin-bottom: 30px; }
  .basic-principles h6 {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .basic-principles h6 {
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 1152px) {
      .basic-principles h6 {
        font-size: 20px;
        line-height: 26px; } }
    .basic-principles h6:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      margin-right: 15px;
      background-image: url("images/homepage/3-ball-colour-icon.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center; }

.search-results .search-blog {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("images/search-results/search-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  text-align: center; }
  .search-results .search-blog:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 121, 152, 0.9); }
  .search-results .search-blog h1 {
    position: relative;
    color: #fff;
    font-weight: bold; }
    .search-results .search-blog h1 span {
      text-decoration: underline;
      text-underline-offset: 6px; }
.search-results .post-list {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .search-results .post-list {
      padding-bottom: 120px; } }
  @media (min-width: 1152px) {
    .search-results .post-list {
      max-width: 1366px;
      margin-left: auto;
      margin-right: auto; } }
  .search-results .post-list img {
    width: 100%; }
  .search-results .post-list ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
  .search-results .post-list li {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .search-results .post-list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0; } }
    .search-results .post-list li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .search-results .post-list li {
        width: 31.333%;
        margin-right: 3%; }
        .search-results .post-list li:nth-of-type(2n) {
          margin-right: 3%; }
        .search-results .post-list li:nth-of-type(3n) {
          margin-right: 0; } }
    .search-results .post-list li a:not(.result-details a) {
      position: relative;
      overflow: hidden; }
      .search-results .post-list li a:not(.result-details a) img {
        transform: scale(1);
        transition: all .6s ease; }
      .search-results .post-list li a:not(.result-details a):hover img {
        transform: scale(1.03); }
  .search-results .post-list .is-event .category {
    color: #027998; }
  .search-results .post-list .is-event a:not(h2 a) {
    color: #027998; }
    .search-results .post-list .is-event a:not(h2 a):after {
      background-color: #027998; }
  .search-results .post-list .is-course .category {
    color: #FB5059; }
  .search-results .post-list .is-course a:not(h2 a) {
    color: #FB5059; }
    .search-results .post-list .is-course a:not(h2 a):after {
      background-color: #FB5059; }
  .search-results .post-list .is-news .category {
    color: #2cb573; }
  .search-results .post-list .is-news a:not(h2 a) {
    color: #2cb573; }
    .search-results .post-list .is-news a:not(h2 a):after {
      background-color: #2cb573; }
.search-results .result-details {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px 20px; }
  .search-results .result-details .category {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px; }
    @media (min-width: 1152px) {
      .search-results .result-details .category {
        font-size: 14px;
        line-height: 14px; } }
  .search-results .result-details h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #3c3c3b; }
    @media (min-width: 1152px) {
      .search-results .result-details h2 {
        font-size: 22px;
        line-height: 26px; } }
    .search-results .result-details h2 br {
      display: none; }
      @media (min-width: 768px) {
        .search-results .result-details h2 br {
          display: inline-block; } }
  .search-results .result-details a:not(h2 a) {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px; }
    @media (min-width: 1152px) {
      .search-results .result-details a:not(h2 a) {
        font-size: 14px;
        line-height: 14px; } }
    .search-results .result-details a:not(h2 a):after {
      content: "";
      display: block;
      position: relative;
      width: 30px;
      height: 1px;
      margin-top: 5px;
      transition: all .3s ease; }
    .search-results .result-details a:not(h2 a):hover {
      text-decoration: none; }
      .search-results .result-details a:not(h2 a):hover:after {
        width: 100%; }

body.page-template-page-free-trial .text-block h1 {
  color: #FB5059; }

.page-template-page-free-trial .header-inner {
  border-bottom: none !important; }
.page-template-page-free-trial .text-block.mobile {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #027998; }
  @media (min-width: 768px) {
    .page-template-page-free-trial .text-block.mobile {
      display: none; } }
.page-template-page-free-trial .desktop {
  display: none; }
  @media (min-width: 768px) {
    .page-template-page-free-trial .desktop {
      display: block; } }

.free-trial {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #FFEFEF; }
  .free-trial h1 {
    text-align: center;
    color: #FB5059;
    padding: 0 30px 30px 30px; }
  .free-trial h2 {
    text-align: center;
    color: #FB5059;
    font-size: 26px;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif; }
  .free-trial h3 {
    text-align: center;
    color: #FB5059;
    font-size: 26px;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif; }
  .free-trial .breadcrumb {
    display: none; }
  .free-trial .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .free-trial .c-container {
        flex-direction: row; } }
  .free-trial .gravity-theme {
    width: 100%; }
    @media (min-width: 768px) {
      .free-trial .gravity-theme {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 992px) {
      .free-trial .gravity-theme {
        width: 40%; } }
  .free-trial .gfield:nth-of-type(1) input {
    background-image: url("images/free-trials/contact-icon.png"); }
  .free-trial .gfield:nth-of-type(2) input {
    background-image: url("images/free-trials/email-icon.png"); }
  .free-trial .gfield:nth-of-type(3) input {
    background-image: url("images/free-trials/school-name-icon.png"); }
  .free-trial .gfield:nth-of-type(4) input {
    background-image: url("images/free-trials/postcode-icon.png"); }
  .free-trial .gfield:nth-of-type(5) input {
    background-image: url("images/invoice-payment/icon-3.png"); }
  .free-trial input {
    width: 100%;
    height: 60px;
    border: 1px solid #FB5059;
    border-radius: 0;
    margin-bottom: 10px;
    padding-left: 50px !important;
    color: #3c3c3b;
    font-size: 18px;
    line-height: 18px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: top 50% left 10px; }
    .free-trial input::placeholder {
      color: #3c3c3b;
      font-size: 18px;
      line-height: 18px; }
    .free-trial input:focus::placeholder {
      text-indent: -9999px; }
  .free-trial select {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #FB5059;
    border-radius: 0;
    padding-left: 50px !important;
    color: #3c3c3b;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #3c3c3b;
    background-color: #fff;
    background-image: url(images/free-trials/interested-in-icon.png);
    background-repeat: no-repeat;
    background-position: top 10px left 10px;
    background-size: 30px; }
  .free-trial input[type="submit"] {
    width: auto;
    border-radius: 0;
    height: auto !important;
    border: 1px solid #FB5059;
    background-color: #FB5059;
    padding: 15px 30px !important;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 13px;
    cursor: pointer;
    transition: all .3s ease; }
    .free-trial input[type="submit"]:hover {
      background-color: #C3424A; }
  .free-trial .form-heading {
    color: #FB5059; }
  .free-trial .quote-container {
    position: relative;
    padding-right: 0;
    padding-top: 0; }
    @media (min-width: 768px) {
      .free-trial .quote-container {
        padding-right: 70px; } }
    @media (min-width: 992px) {
      .free-trial .quote-container {
        padding-right: 110px; } }
    @media (min-width: 1152px) {
      .free-trial .quote-container {
        padding-right: 190px; } }
    @media (min-width: 1900px) {
      .free-trial .quote-container {
        padding-right: 200px; } }
    .free-trial .quote-container h1 {
      color: #FB5059; }
    .free-trial .quote-container .quote-text {
      text-align: center; }
    .free-trial .quote-container .quote-box {
      background-color: #027998;
      color: #fff;
      border-top-left-radius: 80px;
      padding: 20px 30px;
      width: 90%;
      margin: 60px auto 0 auto; }
    .free-trial .quote-container blockquote p {
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      color: #fff; }
      @media (min-width: 992px) {
        .free-trial .quote-container blockquote p {
          font-size: 22px; } }
      .free-trial .quote-container blockquote p:before {
        display: none;
        content: "";
        font-size: 20px; }
        @media (min-width: 992px) {
          .free-trial .quote-container blockquote p:before {
            font-size: 26px; } }
        @media (min-width: 1152px) {
          .free-trial .quote-container blockquote p:before {
            font-size: 32px; } }
      .free-trial .quote-container blockquote p:after {
        display: none;
        content: "";
        font-size: 20px; }
        @media (min-width: 992px) {
          .free-trial .quote-container blockquote p:after {
            font-size: 26px; } }
        @media (min-width: 1152px) {
          .free-trial .quote-container blockquote p:after {
            font-size: 32px; } }
    .free-trial .quote-container cite {
      margin-top: 5px;
      margin-bottom: 0;
      text-align: center;
      color: #fff;
      font-style: bold;
      font-size: 13px;
      line-height: 18px; }
      @media (min-width: 1152px) {
        .free-trial .quote-container cite {
          font-size: 14px;
          line-height: 22px; } }
      .free-trial .quote-container cite br {
        display: none; }
        @media (min-width: 768px) {
          .free-trial .quote-container cite br {
            display: inline-block; } }
  .free-trial .ginput_container_checkbox input {
    width: auto !important;
    height: auto;
    margin: 10px 0 !important; }
  .free-trial .gfield_choice_all_toggle {
    border: 1px solid #FB5059;
    background-color: transparent;
    padding: 10px 20px;
    color: #FB5059;
    text-transform: uppercase;
    font-size: 12px; }
    .free-trial .gfield_choice_all_toggle:hover {
      background-color: #FB5059;
      color: #fff; }
  .free-trial .quote-person {
    display: none;
    position: absolute;
    right: -25px;
    bottom: -75px;
    width: 115px;
    height: auto; }
    @media (min-width: 768px) {
      .free-trial .quote-person {
        bottom: 0;
        right: 0;
        display: block; } }
    @media (min-width: 992px) {
      .free-trial .quote-person {
        bottom: 0;
        width: 150px; } }
    @media (min-width: 1152px) {
      .free-trial .quote-person {
        width: 190px;
        bottom: -40px; } }
    @media (min-width: 1900px) {
      .free-trial .quote-person {
        width: 200px; } }

.form-heading {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px; }
  @media (min-width: 1152px) {
    .form-heading {
      font-size: 28px;
      line-height: 36px; } }

.quote-container {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-right: 60px; }
  @media (min-width: 768px) {
    .quote-container {
      padding-right: 70px; } }
  @media (min-width: 992px) {
    .quote-container {
      padding-right: 110px; } }
  @media (min-width: 1152px) {
    .quote-container {
      padding-right: 240px; } }
  @media (min-width: 1900px) {
    .quote-container {
      padding-right: 200px; } }
  @media (min-width: 768px) {
    .quote-container {
      width: 60%;
      padding-top: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-top: 0;
      /* justify-content: center;*/
      padding-left: 10%; } }
  @media (min-width: 1600px) {
    .quote-container {
      padding-left: 60px; } }
  .quote-container h1 {
    color: #FB5059; }
  .quote-container p {
    color: #3c3c3b;
    padding: 5px 0;
    font-size: 16px; }
    .quote-container p img {
      margin: 20px 0; }
    .quote-container p a {
      text-decoration: underline; }
      .quote-container p a:hover {
        text-decoration: none; }
  .quote-container blockquote {
    padding: 0; }
    .quote-container blockquote p {
      position: relative;
      font-size: 24px;
      line-height: 30px; }
      @media (min-width: 768px) {
        .quote-container blockquote p {
          font-size: 20px;
          line-height: 26px; } }
      @media (min-width: 992px) {
        .quote-container blockquote p {
          font-size: 26px;
          line-height: 34px; } }
      .quote-container blockquote p:before {
        content: "\201C";
        font-size: 36px;
        line-height: 44px; }
        @media (min-width: 768px) {
          .quote-container blockquote p:before {
            font-size: 20px;
            line-height: 24px; } }
        @media (min-width: 1152px) {
          .quote-container blockquote p:before {
            font-size: 36px;
            line-height: 44px; } }
      .quote-container blockquote p:after {
        content: "\201D";
        font-size: 36px;
        line-height: 44px; }
        @media (min-width: 768px) {
          .quote-container blockquote p:after {
            font-size: 20px;
            line-height: 24px; } }
        @media (min-width: 1152px) {
          .quote-container blockquote p:after {
            font-size: 36px;
            line-height: 44px; } }
  .quote-container cite {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #3c3c3b;
    font-style: normal;
    font-size: 13px;
    line-height: 18px; }
    @media (min-width: 1152px) {
      .quote-container cite {
        font-size: 16px;
        line-height: 24px; } }
    .quote-container cite br {
      display: none; }
      @media (min-width: 768px) {
        .quote-container cite br {
          display: inline-block; } }
  .quote-container .quote-person {
    display: none;
    position: absolute;
    right: -25px;
    bottom: -75px;
    width: 115px;
    height: auto; }
    @media (min-width: 768px) {
      .quote-container .quote-person {
        bottom: 0;
        right: 0;
        display: block; } }
    @media (min-width: 992px) {
      .quote-container .quote-person {
        width: 120px; } }
    @media (min-width: 1152px) {
      .quote-container .quote-person {
        width: 150px; } }
    @media (min-width: 1900px) {
      .quote-container .quote-person {
        width: 180px; } }

.gform_validation_errors {
  background-color: #FB5059 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 10px !important; }
  .gform_validation_errors h2 {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
    padding: 0 0 0 30px !important; }

body.page-template-request-live-demo .text-block h1 {
  color: #027998; }

body.page-template-page-demo .header-inner {
  border-bottom: none !important; }
body.page-template-page-demo .text-block.mobile {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #027998; }
  @media (min-width: 768px) {
    body.page-template-page-demo .text-block.mobile {
      display: none; } }
body.page-template-page-demo .desktop {
  display: none; }
  @media (min-width: 768px) {
    body.page-template-page-demo .desktop {
      display: block; } }

.request-demo {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #FFF9ED; }
  .request-demo h1 {
    text-align: center;
    color: #fec343;
    padding: 0 30px 30px 30px; }
  .request-demo h2 {
    text-align: center;
    color: #fec343;
    font-size: 26px;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif; }
  .request-demo .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .request-demo .c-container {
        flex-direction: row; } }
  .request-demo .gravity-theme {
    width: 100%; }
    @media (min-width: 768px) {
      .request-demo .gravity-theme {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 992px) {
      .request-demo .gravity-theme {
        width: 40%; } }
  .request-demo .gfield:nth-of-type(1) input {
    background-image: url("images/free-trials/contact-icon.png"); }
  .request-demo .gfield:nth-of-type(2) input {
    background-image: url("images/free-trials/email-icon.png"); }
  .request-demo .gfield:nth-of-type(3) input {
    background-image: url("images/free-trials/school-name-icon.png"); }
  .request-demo .gfield:nth-of-type(4) input {
    background-image: url("images/free-trials/postcode-icon.png"); }
  .request-demo .gfield:nth-of-type(5) input {
    background-image: url("images/invoice-payment/icon-3.png"); }
  .request-demo input {
    width: 100%;
    height: 60px;
    border: 1px solid #fec343;
    border-radius: 0;
    margin-bottom: 10px;
    padding-left: 50px !important;
    color: #3c3c3b;
    font-size: 18px;
    line-height: 18px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: top 50% left 10px; }
    .request-demo input::placeholder {
      color: #3c3c3b;
      font-size: 18px;
      line-height: 18px; }
    .request-demo input:focus::placeholder {
      text-indent: -9999px; }
  .request-demo select {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #fec343;
    border-radius: 0;
    padding-left: 50px !important;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #3c3c3b;
    background-color: #fff;
    background-image: url(images/free-trials/interested-in-icon.png);
    background-repeat: no-repeat;
    background-position: top 10px left 10px;
    background-size: 30px; }
  .request-demo input[type="submit"] {
    width: auto;
    border-radius: 0;
    height: auto !important;
    border: 1px solid #fec343;
    background-color: #fec343;
    padding: 15px 30px !important;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 13px;
    cursor: pointer;
    transition: all .3s ease; }
    .request-demo input[type="submit"]:hover {
      background-color: #F4951A; }
  .request-demo .ginput_container_checkbox input {
    width: auto !important;
    height: auto;
    margin: 10px 0 !important; }
  .request-demo .gfield_choice_all_toggle {
    border: 1px solid #fec343;
    background-color: transparent;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px; }
    .request-demo .gfield_choice_all_toggle:hover {
      background-color: #fec343; }
  .request-demo .form-heading {
    color: #FFF9ED; }
  .request-demo .quote-container {
    position: relative;
    padding-right: 0;
    padding-top: 0; }
    @media (min-width: 768px) {
      .request-demo .quote-container {
        padding-right: 70px; } }
    @media (min-width: 992px) {
      .request-demo .quote-container {
        padding-right: 110px; } }
    @media (min-width: 1152px) {
      .request-demo .quote-container {
        padding-right: 190px; } }
    @media (min-width: 1900px) {
      .request-demo .quote-container {
        padding-right: 200px; } }
    @media (min-width: 768px) {
      .request-demo .quote-container {
        width: 60%;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0;
        /* justify-content: center;*/
        padding-left: 10%; } }
    @media (min-width: 1600px) {
      .request-demo .quote-container {
        padding-left: 60px; } }
    .request-demo .quote-container h1 {
      color: #fec343; }
    .request-demo .quote-container p {
      color: #3c3c3b;
      padding: 5px 0;
      font-size: 16px; }
      .request-demo .quote-container p img {
        margin: 20px 0; }
      .request-demo .quote-container p a {
        text-decoration: underline; }
        .request-demo .quote-container p a:hover {
          text-decoration: none; }
    .request-demo .quote-container .quote-text {
      text-align: center; }
    .request-demo .quote-container .quote-box {
      background-color: #fec343;
      color: #000;
      border-top-left-radius: 80px;
      padding: 20px 30px;
      width: 90%;
      margin: 60px auto 0 auto; }
    .request-demo .quote-container blockquote p {
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      color: #000; }
      @media (min-width: 992px) {
        .request-demo .quote-container blockquote p {
          font-size: 22px; } }
      .request-demo .quote-container blockquote p:before {
        display: none;
        content: "";
        font-size: 20px; }
        @media (min-width: 992px) {
          .request-demo .quote-container blockquote p:before {
            font-size: 26px; } }
        @media (min-width: 1152px) {
          .request-demo .quote-container blockquote p:before {
            font-size: 32px; } }
      .request-demo .quote-container blockquote p:after {
        display: none;
        content: "";
        font-size: 20px; }
        @media (min-width: 992px) {
          .request-demo .quote-container blockquote p:after {
            font-size: 26px; } }
        @media (min-width: 1152px) {
          .request-demo .quote-container blockquote p:after {
            font-size: 32px; } }
    .request-demo .quote-container cite {
      margin-top: 5px;
      margin-bottom: 0;
      text-align: center;
      color: #000;
      font-style: bold;
      font-size: 13px;
      line-height: 18px; }
      @media (min-width: 1152px) {
        .request-demo .quote-container cite {
          font-size: 14px;
          line-height: 22px; } }
      .request-demo .quote-container cite br {
        display: none; }
        @media (min-width: 768px) {
          .request-demo .quote-container cite br {
            display: inline-block; } }
    .request-demo .quote-container .quote-person {
      display: none;
      position: absolute;
      right: -25px;
      bottom: -75px;
      width: 115px;
      height: auto; }
      @media (min-width: 768px) {
        .request-demo .quote-container .quote-person {
          bottom: 0;
          right: 0;
          display: block; } }
      @media (min-width: 992px) {
        .request-demo .quote-container .quote-person {
          width: 120px; } }
      @media (min-width: 1152px) {
        .request-demo .quote-container .quote-person {
          width: 150px; } }
      @media (min-width: 1900px) {
        .request-demo .quote-container .quote-person {
          width: 180px; } }

body.page-template-page-buy .text-block h1 {
  color: #2cb573; }

.buy-component {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ECF7F1; }
  .buy-component .c-container {
    max-width: 900px; }
  .buy-component input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #2cb573;
    border-radius: 0;
    margin-bottom: 10px;
    color: #3c3c3b;
    font-size: 18px;
    line-height: 18px; }
    .buy-component input::placeholder {
      color: #3c3c3b;
      font-size: 18px;
      line-height: 18px; }
    .buy-component input:focus::placeholder {
      text-indent: -9999px; }
  .buy-component select {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 60px;
    border: 1px solid #2cb573;
    border-radius: 0;
    padding: 10px 15px !important;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #3c3c3b;
    background-color: #fff; }
  .buy-component input[type="submit"] {
    width: auto;
    border-radius: 0;
    height: auto !important;
    border: 1px solid #2cb573;
    background-color: #2cb573;
    padding: 15px 30px !important;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 13px;
    cursor: pointer;
    transition: all .3s ease; }
    .buy-component input[type="submit"]:hover {
      background-color: #007d4d; }
  .buy-component .ginput_container_checkbox input {
    width: auto !important;
    height: auto;
    margin: 10px 0 !important; }
  .buy-component .gfield_choice_all_toggle {
    border: 1px solid #2cb573;
    background-color: transparent;
    padding: 10px 20px;
    color: #2cb573;
    text-transform: uppercase;
    font-size: 12px; }
    .buy-component .gfield_choice_all_toggle:hover {
      background-color: #2cb573;
      color: #fff; }
  .buy-component .gform_wrapper.gravity-theme .gfield_label {
    font-weight: normal !important; }

body.page-template-page-invoice .text-block h1 {
  color: #2cb573; }

.request-payment {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #ECF7F1; }
  .request-payment .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .request-payment .c-container {
        flex-direction: row;
        flex-wrap: wrap; } }
  .request-payment .gravity-theme {
    width: 100%; }
  @media (min-width: 768px) {
    .request-payment .gform_fields {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  .request-payment .gfield:nth-of-type(1) input {
    background-image: url("images/free-trials/contact-icon.png"); }
  .request-payment .gfield:nth-of-type(2) input {
    background-image: url("images/free-trials/school-name-icon.png"); }
  .request-payment .gfield:nth-of-type(3) input {
    background-image: url("images/free-trials/postcode-icon.png"); }
  .request-payment .gfield:nth-of-type(4) input {
    background-image: url("images/free-trials/email-icon.png"); }
  .request-payment .gfield:nth-of-type(5) input {
    background-image: url("images/free-trials/icon-7.png"); }
  .request-payment .gfield:nth-of-type(6) input {
    background-image: url("images/free-trials/icon-3.png"); }
  .request-payment .gfield:nth-of-type(7) input {
    background-image: url("images/free-trials/icon-6.png"); }
  .request-payment input {
    width: 100%;
    height: 60px;
    border: 1px solid #2cb573;
    border-radius: 0;
    margin-bottom: 10px;
    padding-left: 50px !important;
    color: #3c3c3b;
    font-size: 18px;
    line-height: 18px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: top 50% left 10px; }
    @media (min-width: 768px) {
      .request-payment input {
        display: inline-block;
        width: calc(40% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px; } }
    .request-payment input::placeholder {
      color: #3c3c3b;
      font-size: 18px;
      line-height: 18px; }
    .request-payment input:focus::placeholder {
      text-indent: -9999px; }
  .request-payment select {
    width: 100%;
    height: 60px;
    border: 1px solid #027998;
    border-radius: 0;
    padding-left: 50px;
    color: #3c3c3b;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("images/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 20px top 50%; }
  .request-payment input[type="submit"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border-radius: 0;
    border: 1px solid #2cb573;
    background-color: #2cb573;
    padding: 15px 30px !important;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 14px;
    line-height: 14px !important;
    cursor: pointer;
    transition: all .3s ease; }
    .request-payment input[type="submit"]:hover {
      background-color: #007d4d; }
  .request-payment .gform_validation_errors {
    margin-bottom: 30px !important; }
  .request-payment .validation_message {
    margin-left: 10px; }
  .request-payment .gform_title {
    color: #2cb573;
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 36px; }
    @media (min-width: 1152px) {
      .request-payment .gform_title {
        font-size: 32px;
        line-height: 42px; } }
  .request-payment #field_3_10 {
    padding-left: 10px; }

.site-id-2 .request-payment .gfield:nth-of-type(7) input, .site-id-6 .request-payment .gfield:nth-of-type(7) input, .site-id-3 .request-payment .gfield:nth-of-type(7) input {
  background-image: url("images/free-trials/dollar.png"); }

.site-id-4 .request-payment .gfield:nth-of-type(7) input {
  background-image: url("images/free-trials/euro.png"); }

.site-id-5 .request-payment .gfield:nth-of-type(7) input {
  background-image: url("images/free-trials/dh.png"); }

.payment-steps {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 120px; }
  .payment-steps h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #2cb573; }
  .payment-steps ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    @media (min-width: 768px) {
      .payment-steps ul {
        flex-direction: row;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .payment-steps ul {
        max-width: 1000px; } }
  .payment-steps li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; }
    @media (min-width: 576px) {
      .payment-steps li {
        max-width: 75%; } }
    .payment-steps li p {
      text-align: center;
      font-size: 18px;
      line-height: 24px; }
    .payment-steps li:not(:last-of-type) {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .payment-steps li:not(:last-of-type) {
          margin-bottom: 0; } }
    .payment-steps li:nth-of-type(1) p {
      color: #2cb573; }
    .payment-steps li:nth-of-type(2) p {
      color: #fec343; }
    .payment-steps li:nth-of-type(3) p {
      color: #FB5059; }
  .payment-steps .img-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 150px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .payment-steps .img-col {
        min-height: auto;
        width: 180px; } }

body.page-template-our-products .our-products {
  background-color: #fff;
  padding-top: 0; }
  body.page-template-our-products .our-products .c-container {
    padding-top: 100px;
    border-top: 1px solid #027998; }

body.page-template-teachers .our-products {
  background-color: #fff; }

.product-overview {
  display: block;
  position: relative;
  width: 100%; }
  .product-overview .c-container {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #027998;
    border-bottom: 1px solid #027998; }
  .product-overview h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #027998; }
  .product-overview ul {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .product-overview ul {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto; } }
  .product-overview li {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .product-overview li {
        flex-direction: row;
        align-items: center; } }
    .product-overview li:not(:last-of-type) {
      margin-bottom: 30px; }
    .product-overview li:nth-of-type(1) h5 {
      color: #2cb573; }
    .product-overview li:nth-of-type(2) h5 {
      color: #fec343; }
    .product-overview li:nth-of-type(3) h5 {
      color: #FB5059; }
  .product-overview h5 {
    margin-bottom: 20px; }
  .product-overview .image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 50%;
    min-height: 150px;
    aspect-ratio: 1/1; }
    @media (min-width: 768px) {
      .product-overview .image {
        min-height: auto;
        margin-bottom: 0;
        margin-right: 60px;
        width: 280px; } }
  @media (min-width: 768px) {
    .product-overview .content-block {
      width: calc(100% - 140px); } }

.product-information {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .product-information {
      padding-bottom: 0; } }
  .product-information .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .product-information .c-container {
        flex-direction: row; } }

.product-desc {
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .product-desc {
      width: 60%;
      padding-right: 30px;
      margin-bottom: 60px; } }
  @media (min-width: 1600px) {
    .product-desc {
      width: 70%;
      padding-right: 90px; } }
  .product-desc .breadcrumb {
    width: 100%; }
    .product-desc .breadcrumb ul {
      display: none;
      flex-direction: row;
      justify-content: flex-start; }
  .product-desc p {
    width: 100%;
    margin: 10px 0;
    color: #3c3c3b; }
    .product-desc p a {
      text-decoration: underline; }
      .product-desc p a:hover {
        text-decoration: none; }
  .product-desc ul {
    padding-left: 15px; }
  .product-desc li {
    margin: 10px 0;
    color: #3c3c3b;
    list-style-type: disc;
    font-size: 16px;
    line-height: 22px;
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif; }
    @media (min-width: 1152px) {
      .product-desc li {
        font-size: 18px;
        line-height: 28px; } }
    .product-desc li a {
      text-decoration: underline; }
      .product-desc li a:hover {
        text-decoration: none; }
  .product-desc .info-btn {
    margin-right: 5px;
    width: 47%;
    margin-top: 30px; }
    @media (max-width: 480px) {
      .product-desc .info-btn {
        width: 80%;
        margin-bottom: 20px; } }
    @media (min-width: 576px) {
      .product-desc .info-btn {
        width: auto; } }
    @media (min-width: 768px) {
      .product-desc .info-btn {
        margin-right: 10px; } }
    @media (min-width: 1152px) {
      .product-desc .info-btn {
        margin-right: 20px; } }
  .product-desc .guide-btn {
    width: 47%;
    margin-top: 30px; }
    @media (max-width: 480px) {
      .product-desc .guide-btn {
        width: 80%;
        margin-top: 0; } }
    @media (min-width: 576px) {
      .product-desc .guide-btn {
        width: auto; } }

.price-container {
  width: 100%; }
  @media (min-width: 768px) {
    .price-container {
      width: 40%;
      height: auto;
      padding-top: 30px; } }
  @media (min-width: 992px) {
    .price-container {
      padding-top: 0;
      transform: translateY(-100px); } }
  @media (min-width: 1152px) {
    .price-container {
      width: 35%; } }
  @media (min-width: 1600px) {
    .price-container {
      width: 30%; } }

.product-title {
  margin-bottom: 30px; }
  .product-title h1 {
    font-size: 26px;
    line-height: 36px; }
    @media (min-width: 768px) {
      .product-title h1 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 1152px) {
      .product-title h1 {
        font-size: 32px;
        line-height: 42px; } }

.price-inner {
  position: relative;
  border-top-left-radius: 60px;
  padding: 50px 30px;
  filter: drop-shadow(8px 9px 8px rgba(0, 0, 0, 0.35)); }
  @media (min-width: 768px) {
    .price-inner {
      padding: 50px 50px 50px 35px; } }
  @media (min-width: 1600px) {
    .price-inner {
      padding: 50px 50px 50px 50px; } }
  .price-inner .price {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .price-inner .price {
        font-size: 52px;
        line-height: 62px; } }
    @media (min-width: 992px) {
      .price-inner .price {
        font-size: 70px;
        line-height: 70px; } }
    .price-inner .price:before {
      content: "Starting From:";
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 10px;
      color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 18px;
      line-height: 26px; }
      @media (min-width: 768px) {
        .price-inner .price:before {
          font-size: 14px;
          line-height: 20px; } }
      @media (min-width: 1152px) {
        .price-inner .price:before {
          font-size: 18px;
          line-height: 26px; } }
    .price-inner .price small {
      display: inline-block;
      position: relative;
      width: auto;
      margin-left: 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 26px;
      line-height: 32px; }
      @media (min-width: 768px) {
        .price-inner .price small {
          font-size: 16px;
          line-height: 22px; } }
      @media (min-width: 1152px) {
        .price-inner .price small {
          font-size: 18px;
          line-height: 26px; } }
  .price-inner a:not(.trial-btn) {
    display: inline-block;
    position: relative;
    width: auto;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .price-inner a:not(.trial-btn) {
        font-size: 13px;
        line-height: 13px; } }
    @media (min-width: 1152px) {
      .price-inner a:not(.trial-btn) {
        font-size: 16px;
        line-height: 16px; } }
  .price-inner a:hover {
    text-decoration: none; }
  .price-inner .trial-btn {
    display: inline-block;
    background-color: #fec343;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    padding: 25px 60px 25px 30px;
    background-image: url("images/icons/arrow-right-black-icon.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 50% right 20px;
    transition: all .3s ease; }
    .price-inner .trial-btn:hover {
      background-color: #F4951A; }
    @media (min-width: 768px) {
      .price-inner .trial-btn {
        padding: 15px 50px 15px 15px;
        font-size: 12px;
        line-height: 12px;
        background-size: 15px; } }
    @media (min-width: 992px) {
      .price-inner .trial-btn {
        padding: 25px 70px 25px 25px; } }
    @media (min-width: 1152px) {
      .price-inner .trial-btn {
        padding: 25px 70px 25px 30px;
        font-size: 16px;
        line-height: 16px;
        background-size: 20px; } }
    .price-inner .trial-btn:hover {
      text-decoration: none; }

.price-person {
  display: block;
  position: absolute;
  bottom: -15px;
  right: -30px;
  width: 115px;
  height: auto; }
  @media (min-width: 576px) {
    .price-person {
      width: 200px; } }
  @media (min-width: 768px) {
    .price-person {
      right: -50px;
      width: 125px; } }
  @media (min-width: 992px) {
    .price-person {
      width: 160px; } }

.product-logos {
  display: flex;
  justify-content: space-evenly;
  padding: 30px 0;
  width: 100%; }
  .product-logos li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%; }
  .product-logos img {
    width: 100px; }
    @media (min-width: 768px) {
      .product-logos img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        aspect-ratio: 1/1; } }

.price-msg p {
  font-size: 18px;
  color: #fff;
  padding: 0 70px 0 0; }

#enquiry {
  scroll-margin: 150px; }

.enquiry-form-container {
  padding-top: 60px;
  padding-bottom: 60px; }
  .enquiry-form-container .gfield:nth-of-type(1) input {
    background-image: url("images/free-trials/contact-icon.png"); }
  .enquiry-form-container .gfield:nth-of-type(2) input {
    background-image: url("images/free-trials/email-icon.png"); }
  .enquiry-form-container .gfield:nth-of-type(3) input {
    background-image: url("images/invoice-payment/icon-3.png"); }
  .enquiry-form-container.blue-theme {
    background-color: #E6F2F5; }
    .enquiry-form-container.blue-theme h5 {
      color: #027998; }
  .enquiry-form-container.purple-theme {
    background-color: #F6EFF5; }
    .enquiry-form-container.purple-theme h5 {
      color: #AC5492; }
    .enquiry-form-container.purple-theme textarea {
      border-color: #AC5492; }
    .enquiry-form-container.purple-theme input {
      border-color: #AC5492; }
    .enquiry-form-container.purple-theme input[type="submit"] {
      background-color: #AC5492;
      border-color: #AC5492; }
  .enquiry-form-container.red-theme {
    background-color: #FFEFEF; }
    .enquiry-form-container.red-theme h5 {
      color: #FB5059; }
    .enquiry-form-container.red-theme textarea {
      border-color: #FB5059; }
    .enquiry-form-container.red-theme input {
      border-color: #FB5059; }
    .enquiry-form-container.red-theme input[type="submit"] {
      background-color: #FB5059;
      border-color: #FB5059; }
  .enquiry-form-container.green-theme {
    background-color: #ECF7F1; }
    .enquiry-form-container.green-theme h5 {
      color: #2cb573; }
    .enquiry-form-container.green-theme textarea {
      border-color: #2cb573; }
    .enquiry-form-container.green-theme input {
      border-color: #2cb573; }
    .enquiry-form-container.green-theme input[type="submit"] {
      background-color: #2cb573;
      border-color: #2cb573; }
  .enquiry-form-container.orange-theme {
    background-color: #FEF4ED; }
    .enquiry-form-container.orange-theme h5 {
      color: #FC8C2D; }
    .enquiry-form-container.orange-theme textarea {
      border-color: #FC8C2D; }
    .enquiry-form-container.orange-theme input {
      border-color: #FC8C2D; }
    .enquiry-form-container.orange-theme input[type="submit"] {
      background-color: #FC8C2D;
      border-color: #FC8C2D; }
  .enquiry-form-container.yellow-theme {
    background-color: #fefaef; }
    .enquiry-form-container.yellow-theme h5 {
      color: #fec343; }
    .enquiry-form-container.yellow-theme textarea {
      border-color: #fec343; }
    .enquiry-form-container.yellow-theme input {
      border-color: #fec343; }
    .enquiry-form-container.yellow-theme input[type="submit"] {
      background-color: #fec343;
      border-color: #fec343; }
  .enquiry-form-container.light-blue-theme {
    background-color: #F3FAFC; }
    .enquiry-form-container.light-blue-theme h5 {
      color: #72C7E3; }
    .enquiry-form-container.light-blue-theme textarea {
      border-color: #72C7E3; }
    .enquiry-form-container.light-blue-theme input {
      border-color: #72C7E3; }
    .enquiry-form-container.light-blue-theme input[type="submit"] {
      background-color: #72C7E3;
      border-color: #72C7E3; }
  .enquiry-form-container h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #003B4B; }
  .enquiry-form-container .gform_wrapper {
    width: 100%; }
    @media (min-width: 768px) {
      .enquiry-form-container .gform_wrapper {
        max-width: 700px;
        margin-right: auto;
        margin-left: auto; } }
  .enquiry-form-container form {
    width: 100%; }
    .enquiry-form-container form input {
      border: 1px solid #027998;
      margin-bottom: 10px;
      padding-left: 50px !important;
      color: #3c3c3b;
      font-size: 18px;
      line-height: 18px;
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: top 50% left 10px; }
      .enquiry-form-container form input::placeholder {
        color: #3c3c3b;
        font-size: 18px;
        line-height: 18px; }
      .enquiry-form-container form input:focus::placeholder {
        text-indent: -9999px; }
    .enquiry-form-container form textarea {
      color: #3c3c3b;
      font-size: 18px;
      border: 1px solid #027998;
      min-height: 200px;
      line-height: 18px;
      margin-bottom: 15px;
      padding: 20px !important;
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: top 50% left 10px; }
      .enquiry-form-container form textarea::placeholder {
        color: #3c3c3b;
        font-size: 18px;
        line-height: 18px; }
      .enquiry-form-container form textarea:focus::placeholder {
        text-indent: -9999px; }
    .enquiry-form-container form input[type="checkbox"] {
      position: relative;
      margin-right: 5px; }
    .enquiry-form-container form input[type="submit"] {
      background-image: none;
      cursor: pointer;
      padding: 20px 60px;
      display: block;
      margin-top: 20px;
      width: auto;
      transition: all .3s ease; }
      .enquiry-form-container form input[type="submit"]:hover {
        background-color: #05566B; }
  .enquiry-form-container .gform_footer {
    justify-content: center; }

.product-information h2 {
  font-size: 30px; }
.product-information h3 {
  font-size: 28px; }
.product-information h4 {
  font-size: 26px; }
.product-information h5 {
  font-size: 22px; }
.product-information h6 {
  font-size: 20px; }
.product-information.green-theme .product-title {
  color: #2cb573; }
.product-information.green-theme h1, .product-information.green-theme h2, .product-information.green-theme h3, .product-information.green-theme h4, .product-information.green-theme h5, .product-information.green-theme h6 {
  color: #2cb573; }
.product-information.green-theme .price-inner {
  background-color: #2cb573; }
.product-information.green-theme .info-btn {
  background-color: #2cb573;
  border: 1px solid #2cb573;
  color: #fff;
  padding: 20px 50px 20px 20px;
  font-size: 12px;
  line-height: 12px;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .product-information.green-theme .info-btn:hover {
    background-color: #228c59;
    border-color: #228c59; }
  @media (min-width: 768px) {
    .product-information.green-theme .info-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.green-theme .info-btn {
      font-size: 14px;
      line-height: 14px; } }
.product-information.green-theme .guide-btn {
  background-color: transparent;
  border: 1px solid #2cb573;
  color: #2cb573;
  padding: 20px 50px 20px 20px;
  background-image: url("images/icons/green-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  font-size: 12px;
  line-height: 12px;
  transition: all .3s ease; }
  .product-information.green-theme .guide-btn:hover {
    background-color: #2cb573;
    color: #fff;
    background-image: url("images/icons/white-icons/arrow-right-icon.png"); }
  @media (min-width: 768px) {
    .product-information.green-theme .guide-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.green-theme .guide-btn {
      font-size: 14px;
      line-height: 14px; } }
.product-information.blue-theme .product-title {
  color: #027998; }
.product-information.blue-theme .price-inner {
  background-color: #027998; }
.product-information.blue-theme h1, .product-information.blue-theme h2, .product-information.blue-theme h3, .product-information.blue-theme h4, .product-information.blue-theme h5, .product-information.blue-theme h6 {
  color: #027998; }
.product-information.blue-theme .info-btn {
  background-color: #027998;
  border: 1px solid #027998;
  color: #fff;
  padding: 20px 60px 20px 20px;
  font-size: 12px;
  line-height: 12px;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .product-information.blue-theme .info-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.blue-theme .info-btn {
      font-size: 14px;
      line-height: 14px; } }
  .product-information.blue-theme .info-btn:hover {
    color: #027998;
    background-color: #fff;
    border: 1px solid #027998;
    background-image: url("images/icons/blue-arrow.png"); }
.product-information.blue-theme .guide-btn {
  background-color: transparent;
  border: 1px solid #027998;
  color: #027998;
  background-image: url("images/icons/blue-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .product-information.blue-theme .guide-btn:hover {
    color: #fff;
    background-color: #027998;
    background-image: url("images/icons/white-icons/arrow-right-icon.png"); }
  @media (min-width: 768px) {
    .product-information.blue-theme .guide-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.blue-theme .guide-btn {
      font-size: 14px;
      line-height: 14px; } }
.product-information.red-theme .product-title {
  color: #FB5059; }
.product-information.red-theme h1, .product-information.red-theme h2, .product-information.red-theme h3, .product-information.red-theme h4, .product-information.red-theme h5, .product-information.red-theme h6 {
  color: #FB5059; }
.product-information.red-theme .price-inner {
  background-color: #FB5059; }
.product-information.red-theme .info-btn {
  background-color: #FB5059;
  border: 1px solid #FB5059;
  color: #fff;
  padding: 20px 60px 20px 20px;
  font-size: 12px;
  line-height: 12px;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .product-information.red-theme .info-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.red-theme .info-btn {
      font-size: 14px;
      line-height: 14px; } }
  .product-information.red-theme .info-btn:hover {
    color: #FB5059;
    background-color: #fff;
    border: 1px solid #FB5059;
    background-image: url("images/icons/red-arrow.png"); }
.product-information.red-theme .guide-btn {
  background-color: transparent;
  border: 1px solid #FB5059;
  color: #FB5059;
  transition: all .3s ease;
  background-image: url("images/icons/red-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px; }
  .product-information.red-theme .guide-btn:hover {
    color: #fff;
    background-color: #FB5059;
    background-image: url("images/icons/white-icons/arrow-right-icon.png"); }
  @media (min-width: 768px) {
    .product-information.red-theme .guide-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.red-theme .guide-btn {
      font-size: 14px;
      line-height: 14px; } }
.product-information.purple-theme .product-title {
  color: #AC5492; }
.product-information.purple-theme h1, .product-information.purple-theme h2, .product-information.purple-theme h3, .product-information.purple-theme h4, .product-information.purple-theme h5, .product-information.purple-theme h6 {
  color: #AC5492; }
.product-information.purple-theme .price-inner {
  background-color: #AC5492; }
.product-information.purple-theme .info-btn {
  background-color: #AC5492;
  border: 1px solid #AC5492;
  color: #fff;
  padding: 20px 60px 20px 20px;
  font-size: 12px;
  line-height: 12px;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .product-information.purple-theme .info-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.purple-theme .info-btn {
      font-size: 14px;
      line-height: 14px; } }
  .product-information.purple-theme .info-btn:hover {
    color: #AC5492;
    background-color: #fff;
    border: 1px solid #AC5492;
    background-image: url("images/icons/purple-arrow.png"); }
.product-information.purple-theme .guide-btn {
  background-color: transparent;
  border: 1px solid #AC5492;
  color: #AC5492;
  transition: all .3s ease;
  background-image: url("images/icons/purple-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px; }
  .product-information.purple-theme .guide-btn:hover {
    color: #fff;
    background-color: #AC5492;
    background-image: url("images/icons/white-icons/arrow-right-icon.png"); }
  @media (min-width: 768px) {
    .product-information.purple-theme .guide-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.purple-theme .guide-btn {
      font-size: 14px;
      line-height: 14px; } }
.product-information.orange-theme .product-title {
  color: #FC8C2D; }
.product-information.orange-theme h1, .product-information.orange-theme h2, .product-information.orange-theme h3, .product-information.orange-theme h4, .product-information.orange-theme h5, .product-information.orange-theme h6 {
  color: #FC8C2D; }
.product-information.orange-theme .price-inner {
  background-color: #FC8C2D; }
.product-information.orange-theme .info-btn {
  background-color: #FC8C2D;
  border: 1px solid #FC8C2D;
  color: #fff;
  padding: 20px 60px 20px 20px;
  font-size: 12px;
  line-height: 12px;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .product-information.orange-theme .info-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.orange-theme .info-btn {
      font-size: 14px;
      line-height: 14px; } }
  .product-information.orange-theme .info-btn:hover {
    color: #FC8C2D;
    background-color: #fff;
    border: 1px solid #FC8C2D;
    background-image: url("images/icons/orange-arrow.png"); }
.product-information.orange-theme .guide-btn {
  background-color: transparent;
  border: 1px solid #FC8C2D;
  color: #FC8C2D;
  transition: all .3s ease;
  background-image: url("images/icons/orange-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px; }
  .product-information.orange-theme .guide-btn:hover {
    color: #fff;
    background-color: #FC8C2D;
    background-image: url("images/icons/white-icons/arrow-right-icon.png"); }
  @media (min-width: 768px) {
    .product-information.orange-theme .guide-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.orange-theme .guide-btn {
      font-size: 14px;
      line-height: 14px; } }
.product-information.yellow-theme .product-title {
  color: #fec343; }
.product-information.yellow-theme h1, .product-information.yellow-theme h2, .product-information.yellow-theme h3, .product-information.yellow-theme h4, .product-information.yellow-theme h5, .product-information.yellow-theme h6 {
  color: #fec343; }
.product-information.yellow-theme .price-inner {
  background-color: #fec343; }
  .product-information.yellow-theme .price-inner p {
    color: #000; }
  .product-information.yellow-theme .price-inner .trial-btn {
    background-color: #fff;
    color: #000;
    background-image: url("images/icons/black-arrow.png"); }
    .product-information.yellow-theme .price-inner .trial-btn:hover {
      background-color: #F4951A;
      color: #000;
      background-image: url("images/icons/black-arrow.png"); }
.product-information.yellow-theme .info-btn {
  background-color: #fec343;
  border: 1px solid #fec343;
  color: #000;
  padding: 20px 60px 20px 20px;
  font-size: 12px;
  line-height: 12px;
  background-image: url("images/icons/black-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .product-information.yellow-theme .info-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.yellow-theme .info-btn {
      font-size: 14px;
      line-height: 14px; } }
  .product-information.yellow-theme .info-btn:hover {
    color: #000;
    background-color: #fec343;
    background-image: url("images/icons/black-arrow.png"); }
.product-information.yellow-theme .guide-btn {
  background-color: transparent;
  border: 1px solid #fec343;
  color: #000;
  transition: all .3s ease;
  background-image: url("images/icons/black-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px; }
  .product-information.yellow-theme .guide-btn:hover {
    color: #000;
    background-color: #fec343;
    background-image: url("images/icons/black-arrow.png"); }
  @media (min-width: 768px) {
    .product-information.yellow-theme .guide-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.yellow-theme .guide-btn {
      font-size: 14px;
      line-height: 14px; } }
.product-information.light-blue-theme .product-title {
  color: #72C7E3; }
.product-information.light-blue-theme .price-inner {
  background-color: #72C7E3; }
.product-information.light-blue-theme .info-btn {
  background-color: #72C7E3;
  border: 1px solid #72C7E3;
  color: #fff;
  padding: 20px 60px 20px 20px;
  font-size: 12px;
  line-height: 12px;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .product-information.light-blue-theme .info-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.light-blue-theme .info-btn {
      font-size: 14px;
      line-height: 14px; } }
  .product-information.light-blue-theme .info-btn:hover {
    color: #72C7E3;
    background-color: #fff;
    border: 1px solid #72C7E3;
    background-image: url("images/icons/skyblue-arrow.png"); }
.product-information.light-blue-theme .guide-btn {
  background-color: transparent;
  border: 1px solid #72C7E3;
  color: #72C7E3;
  transition: all .3s ease;
  background-image: url("images/icons/skyblue-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px; }
  .product-information.light-blue-theme .guide-btn:hover {
    color: #fff;
    background-color: #72C7E3;
    background-image: url("images/icons/white-icons/arrow-right-icon.png"); }
  @media (min-width: 768px) {
    .product-information.light-blue-theme .guide-btn {
      font-size: 11px;
      line-height: 11px;
      background-size: 15px;
      padding-right: 50px;
      padding-left: 20px; } }
  @media (min-width: 1152px) {
    .product-information.light-blue-theme .guide-btn {
      font-size: 14px;
      line-height: 14px; } }

.product-pricing.green-theme {
  background-color: #2cb573; }
  .product-pricing.green-theme .price-option {
    background-color: #31ca80; }
    .product-pricing.green-theme .price-option .quote-btn {
      border: 1px solid #fff;
      color: #fff;
      transition: all .3s ease; }
      .product-pricing.green-theme .price-option .quote-btn:hover {
        background-color: #fff;
        color: #2cb573;
        background-image: url("images/icons/green-arrow.png"); }
    .product-pricing.green-theme .price-option:nth-of-type(2) {
      background-color: #fff; }
      .product-pricing.green-theme .price-option:nth-of-type(2) .woocommerce-Price-currencySymbol {
        color: #2cb573; }
      .product-pricing.green-theme .price-option:nth-of-type(2) .pricing-title {
        color: #2cb573; }
      .product-pricing.green-theme .price-option:nth-of-type(2) .quote-btn {
        border: 1px solid #2cb573;
        background-color: #2cb573;
        color: #fff;
        transition: all .3s ease; }
        .product-pricing.green-theme .price-option:nth-of-type(2) .quote-btn:hover {
          background-color: #fff;
          color: #2cb573;
          background-image: url("images/icons/green-arrow.png"); }
      .product-pricing.green-theme .price-option:nth-of-type(2) .woocommerce-Price-amount {
        color: #2cb573; }
        .product-pricing.green-theme .price-option:nth-of-type(2) .woocommerce-Price-amount:after {
          color: #2cb573; }
      .product-pricing.green-theme .price-option:nth-of-type(2) bdi {
        color: #2cb573; }
      .product-pricing.green-theme .price-option:nth-of-type(2) small {
        color: #2cb573; }
      .product-pricing.green-theme .price-option:nth-of-type(2) p {
        color: #3c3c3b; }
.product-pricing.blue-theme {
  background-color: #027998; }
  .product-pricing.blue-theme .price-option {
    background-color: #028db1; }
    .product-pricing.blue-theme .price-option .quote-btn {
      border: 1px solid #fff;
      color: #fff;
      transition: all .3s ease; }
      .product-pricing.blue-theme .price-option .quote-btn:hover {
        background-color: #fff;
        color: #027998 !important;
        background-image: url("images/icons/blue-arrow.png"); }
    .product-pricing.blue-theme .price-option:nth-of-type(2) {
      background-color: #fff; }
      .product-pricing.blue-theme .price-option:nth-of-type(2) .pricing-title {
        color: #027998; }
      .product-pricing.blue-theme .price-option:nth-of-type(2) .woocommerce-Price-currencySymbol {
        color: #027998; }
      .product-pricing.blue-theme .price-option:nth-of-type(2) .quote-btn {
        border: 1px solid #027998;
        background-color: #027998;
        color: #fff; }
        .product-pricing.blue-theme .price-option:nth-of-type(2) .quote-btn:hover {
          background-color: #fff;
          color: #027998;
          background-image: url("images/icons/blue-arrow.png"); }
      .product-pricing.blue-theme .price-option:nth-of-type(2) .woocommerce-Price-amount {
        color: #027998; }
        .product-pricing.blue-theme .price-option:nth-of-type(2) .woocommerce-Price-amount small {
          color: #027998; }
      .product-pricing.blue-theme .price-option:nth-of-type(2) bdi {
        color: #027998; }
      .product-pricing.blue-theme .price-option:nth-of-type(2) p {
        color: #3c3c3b; }
.product-pricing.red-theme {
  background-color: #FB5059; }
  .product-pricing.red-theme .price-option {
    background-color: #fc6971; }
    .product-pricing.red-theme .price-option .quote-btn {
      border: 1px solid #fff;
      color: #fff; }
      .product-pricing.red-theme .price-option .quote-btn:hover {
        background-color: #fff;
        color: #FB5059;
        background-image: url("images/icons/red-arrow.png"); }
    .product-pricing.red-theme .price-option:nth-of-type(2) {
      background-color: #fff; }
      .product-pricing.red-theme .price-option:nth-of-type(2) .pricing-title {
        color: #FB5059; }
      .product-pricing.red-theme .price-option:nth-of-type(2) .woocommerce-Price-currencySymbol {
        color: #FB5059; }
      .product-pricing.red-theme .price-option:nth-of-type(2) .quote-btn {
        border: 1px solid #FB5059;
        background-color: #FB5059;
        color: #fff;
        transition: all .3s ease; }
        .product-pricing.red-theme .price-option:nth-of-type(2) .quote-btn:hover {
          background-color: #fff;
          color: #FB5059;
          background-image: url("images/icons/red-arrow.png"); }
      .product-pricing.red-theme .price-option:nth-of-type(2) .woocommerce-Price-amount {
        color: #FB5059; }
        .product-pricing.red-theme .price-option:nth-of-type(2) .woocommerce-Price-amount:after {
          color: #FB5059; }
      .product-pricing.red-theme .price-option:nth-of-type(2) bdi {
        color: #FB5059; }
      .product-pricing.red-theme .price-option:nth-of-type(2) small {
        color: #FB5059; }
      .product-pricing.red-theme .price-option:nth-of-type(2) p {
        color: #3c3c3b; }
.product-pricing.purple-theme {
  background-color: #AC5492; }
  .product-pricing.purple-theme .price-option {
    background-color: #b4659d; }
    .product-pricing.purple-theme .price-option .quote-btn {
      border: 1px solid #fff;
      color: #fff; }
      .product-pricing.purple-theme .price-option .quote-btn:hover {
        background-color: #fff;
        color: #AC5492 !important;
        background-image: url("images/icons/purple-arrow.png"); }
    .product-pricing.purple-theme .price-option:nth-of-type(2) {
      background-color: #fff; }
      .product-pricing.purple-theme .price-option:nth-of-type(2) .pricing-title {
        color: #AC5492; }
      .product-pricing.purple-theme .price-option:nth-of-type(2) .woocommerce-Price-currencySymbol {
        color: #AC5492; }
      .product-pricing.purple-theme .price-option:nth-of-type(2) .quote-btn {
        border: 1px solid #AC5492;
        background-color: #AC5492;
        color: #fff;
        transition: all .3s ease; }
        .product-pricing.purple-theme .price-option:nth-of-type(2) .quote-btn:hover {
          background-color: #fff;
          color: #FB5059;
          background-image: url("images/icons/purple-arrow.png"); }
      .product-pricing.purple-theme .price-option:nth-of-type(2) .woocommerce-Price-amount {
        color: #AC5492; }
        .product-pricing.purple-theme .price-option:nth-of-type(2) .woocommerce-Price-amount:after {
          color: #AC5492; }
      .product-pricing.purple-theme .price-option:nth-of-type(2) bdi {
        color: #AC5492; }
      .product-pricing.purple-theme .price-option:nth-of-type(2) small {
        color: #AC5492; }
      .product-pricing.purple-theme .price-option:nth-of-type(2) p {
        color: #3c3c3b; }
.product-pricing.orange-theme {
  background-color: #FC8C2D; }
  .product-pricing.orange-theme .price-option {
    background-color: #fc9a46; }
    .product-pricing.orange-theme .price-option .quote-btn {
      border: 1px solid #fff;
      color: #fff; }
      .product-pricing.orange-theme .price-option .quote-btn:hover {
        background-color: #fff;
        color: #FC8C2D !important;
        background-image: url("images/icons/orange-arrow.png"); }
    .product-pricing.orange-theme .price-option:nth-of-type(2) {
      background-color: #fff; }
      .product-pricing.orange-theme .price-option:nth-of-type(2) .pricing-title {
        color: #FC8C2D; }
      .product-pricing.orange-theme .price-option:nth-of-type(2) .woocommerce-Price-currencySymbol {
        color: #FC8C2D; }
      .product-pricing.orange-theme .price-option:nth-of-type(2) .quote-btn {
        border: 1px solid #FC8C2D;
        background-color: #FC8C2D;
        color: #fff;
        transition: all .3s ease; }
        .product-pricing.orange-theme .price-option:nth-of-type(2) .quote-btn:hover {
          background-color: #fff;
          color: #FB5059;
          background-image: url("images/icons/orange-arrow.png"); }
      .product-pricing.orange-theme .price-option:nth-of-type(2) .woocommerce-Price-amount {
        color: #FC8C2D; }
        .product-pricing.orange-theme .price-option:nth-of-type(2) .woocommerce-Price-amount:after {
          color: #FC8C2D; }
      .product-pricing.orange-theme .price-option:nth-of-type(2) bdi {
        color: #FC8C2D; }
      .product-pricing.orange-theme .price-option:nth-of-type(2) small {
        color: #FC8C2D; }
      .product-pricing.orange-theme .price-option:nth-of-type(2) p {
        color: #3c3c3b; }
.product-pricing.yellow-theme {
  background-color: #fec343; }
  .product-pricing.yellow-theme .price-option {
    background-color: #fecb5c; }
    .product-pricing.yellow-theme .price-option .quote-btn {
      border: 1px solid #fff;
      color: #fff; }
      .product-pricing.yellow-theme .price-option .quote-btn:hover {
        background-color: #fff;
        color: #fec343 !important;
        background-image: url("images/icons/yellow-arrow.png"); }
    .product-pricing.yellow-theme .price-option:nth-of-type(2) {
      background-color: #fff; }
      .product-pricing.yellow-theme .price-option:nth-of-type(2) .pricing-title {
        color: #fec343; }
      .product-pricing.yellow-theme .price-option:nth-of-type(2) .woocommerce-Price-currencySymbol {
        color: #fec343; }
      .product-pricing.yellow-theme .price-option:nth-of-type(2) .quote-btn {
        border: 1px solid #fec343;
        background-color: #fec343;
        color: #fff;
        transition: all .3s ease; }
        .product-pricing.yellow-theme .price-option:nth-of-type(2) .quote-btn:hover {
          background-color: #fff;
          color: #FB5059;
          background-image: url("images/icons/yellow-arrow.png"); }
      .product-pricing.yellow-theme .price-option:nth-of-type(2) .woocommerce-Price-amount {
        color: #fec343; }
        .product-pricing.yellow-theme .price-option:nth-of-type(2) .woocommerce-Price-amount:after {
          color: #fec343; }
      .product-pricing.yellow-theme .price-option:nth-of-type(2) bdi {
        color: #fec343; }
      .product-pricing.yellow-theme .price-option:nth-of-type(2) small {
        color: #fec343; }
      .product-pricing.yellow-theme .price-option:nth-of-type(2) p {
        color: #3c3c3b; }
.product-pricing.light-blue-theme {
  background-color: #72C7E3; }
  .product-pricing.light-blue-theme .price-option {
    background-color: #87cfe7; }
    .product-pricing.light-blue-theme .price-option .quote-btn {
      border: 1px solid #fff;
      color: #fff; }
      .product-pricing.light-blue-theme .price-option .quote-btn:hover {
        background-color: #fff;
        color: #72C7E3 !important;
        background-image: url("images/icons/skyblue-arrow.png"); }
    .product-pricing.light-blue-theme .price-option:nth-of-type(2) {
      background-color: #fff; }
      .product-pricing.light-blue-theme .price-option:nth-of-type(2) .pricing-title {
        color: #72C7E3; }
      .product-pricing.light-blue-theme .price-option:nth-of-type(2) .woocommerce-Price-currencySymbol {
        color: #72C7E3; }
      .product-pricing.light-blue-theme .price-option:nth-of-type(2) .quote-btn {
        border: 1px solid #72C7E3;
        background-color: #72C7E3;
        color: #fff;
        transition: all .3s ease; }
        .product-pricing.light-blue-theme .price-option:nth-of-type(2) .quote-btn:hover {
          background-color: #fff;
          color: #72C7E3;
          background-image: url("images/icons/skyblue-arrow.png"); }
      .product-pricing.light-blue-theme .price-option:nth-of-type(2) .woocommerce-Price-amount {
        color: #72C7E3; }
        .product-pricing.light-blue-theme .price-option:nth-of-type(2) .woocommerce-Price-amount:after {
          color: #72C7E3; }
      .product-pricing.light-blue-theme .price-option:nth-of-type(2) bdi {
        color: #72C7E3; }
      .product-pricing.light-blue-theme .price-option:nth-of-type(2) small {
        color: #72C7E3; }
      .product-pricing.light-blue-theme .price-option:nth-of-type(2) p {
        color: #3c3c3b; }

.demo-video.blue-theme h3 {
  color: #027998; }
.demo-video.green-theme h3 {
  color: #2cb573; }
.demo-video.red-theme h3 {
  color: #FB5059; }
.demo-video.purple-theme h3 {
  color: #AC5492; }
.demo-video.orange-theme h3 {
  color: #FC8C2D; }
.demo-video.yellow-theme h3 {
  color: #fec343; }
.demo-video.light-blue-theme h3 {
  color: #72C7E3; }

.accordion-component .pull-right {
  float: right;
  padding: 0 0 0 30px; }
.accordion-component .section {
  display: inline-flex;
  flex-direction: column;
  margin: 20px 0;
  width: 100%; }
  @media (min-width: 576px) {
    .accordion-component .section {
      flex-direction: row; } }
  .accordion-component .section .large {
    font-size: 55px;
    padding: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .accordion-component .section .large {
        font-size: 70px; } }
  .accordion-component .section small {
    display: block;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px; }
  @media (min-width: 768px) {
    .accordion-component .section {
      width: 49%; } }
  .accordion-component .section .image {
    width: 40%;
    padding: 0 30px 0 0;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .accordion-component .section .image {
        width: 30%;
        margin-bottom: 0; } }
    .accordion-component .section .image img {
      width: 100%; }
      @media (min-width: 768px) {
        .accordion-component .section .image img {
          padding: 0 30px; } }
  .accordion-component .section .text {
    width: 100%; }
    @media (min-width: 576px) {
      .accordion-component .section .text {
        padding-right: 20px;
        width: 70%; } }
.accordion-component .section-img-right {
  display: inline-flex;
  flex-direction: column;
  margin: 20px 0;
  width: 100%; }
  @media (min-width: 768px) {
    .accordion-component .section-img-right {
      flex-direction: row; } }
  .accordion-component .section-img-right .image {
    width: 100%; }
    @media (min-width: 768px) {
      .accordion-component .section-img-right .image {
        flex-direction: row;
        width: 50%; } }
    .accordion-component .section-img-right .image img {
      width: 100%;
      padding: 0 30px 0 0; }
      @media (min-width: 768px) {
        .accordion-component .section-img-right .image img {
          padding: 0 30px; } }
  .accordion-component .section-img-right .text {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .accordion-component .section-img-right .text {
        padding-right: 20px;
        margin-bottom: 0;
        width: 70%; } }
.accordion-component.blue-theme {
  background-color: #E6F2F5; }
  .accordion-component.blue-theme h4 {
    color: #027998; }
  .accordion-component.blue-theme .accordion-content h2 {
    color: #027998;
    font-size: 28px;
    line-height: 34px; }
  .accordion-component.blue-theme .accordion-content h3 {
    color: #027998;
    font-size: 26px;
    line-height: 34px; }
  .accordion-component.blue-theme .accordion-content h4 {
    color: #027998;
    font-size: 24px; }
  .accordion-component.blue-theme .accordion-title {
    border-top: 1px solid #027998;
    color: #fff;
    background-image: url("images/icons/plus-icon-white.png");
    background-size: 15px;
    background-position: top 50% right 20px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    background-color: #027998; }
    .accordion-component.blue-theme .accordion-title.active-tab {
      border-bottom: 1px solid #027998;
      background-image: url("images/icons/minus-icon-white.png"); }
.accordion-component.green-theme {
  background-color: #ECF7F1; }
  .accordion-component.green-theme h4 {
    color: #2cb573; }
  .accordion-component.green-theme .accordion-content small {
    color: #2cb573; }
  .accordion-component.green-theme .accordion-content h2 {
    color: #2cb573;
    font-size: 28px;
    line-height: 34px; }
  .accordion-component.green-theme .accordion-content h3 {
    color: #2cb573;
    font-size: 26px;
    line-height: 34px; }
  .accordion-component.green-theme .accordion-content h4 {
    color: #2cb573;
    font-size: 24px; }
  .accordion-component.green-theme .accordion-title {
    border-top: 1px solid #2cb573;
    color: #fff;
    background-image: url("images/icons/plus-icon-white.png");
    background-size: 15px;
    background-position: top 50% right 20px;
    background-repeat: no-repeat;
    background-color: #2cb573;
    margin-bottom: 5px; }
    .accordion-component.green-theme .accordion-title.active-tab {
      border-bottom: 1px solid #2cb573;
      background-image: url("images/icons/minus-icon-white.png"); }
.accordion-component.red-theme {
  background-color: #FFEFEF; }
  .accordion-component.red-theme h4 {
    color: #FB5059; }
  .accordion-component.red-theme .accordion-title {
    border-top: 1px solid #FB5059;
    color: #fff;
    background-image: url("images/icons/plus-icon-white.png");
    background-size: 15px;
    background-position: top 50% right 20px;
    background-repeat: no-repeat;
    background-color: #FB5059;
    margin-bottom: 5px; }
    .accordion-component.red-theme .accordion-title.active-tab {
      border-bottom: 1px solid #FB5059;
      background-image: url("images/icons/minus-icon-white.png"); }
.accordion-component.purple-theme {
  background-color: #F6EFF5; }
  .accordion-component.purple-theme h4 {
    color: #AC5492; }
  .accordion-component.purple-theme .accordion-title {
    border-top: 1px solid #AC5492;
    color: #fff;
    background-image: url("images/icons/plus-icon-white.png");
    background-size: 15px;
    background-position: top 50% right 20px;
    background-repeat: no-repeat;
    background-color: #AC5492;
    margin-bottom: 5px; }
    .accordion-component.purple-theme .accordion-title.active-tab {
      border-bottom: 1px solid #AC5492;
      background-image: url("images/icons/minus-icon-white.png"); }
.accordion-component.orange-theme {
  background-color: #FEF4ED; }
  .accordion-component.orange-theme h4 {
    color: #FC8C2D; }
  .accordion-component.orange-theme .accordion-title {
    border-top: 1px solid #FC8C2D;
    color: #fff;
    background-image: url("images/icons/plus-icon-white.png");
    background-size: 15px;
    background-position: top 50% right 20px;
    background-repeat: no-repeat;
    background-color: #FC8C2D;
    margin-bottom: 5px; }
    .accordion-component.orange-theme .accordion-title.active-tab {
      border-bottom: 1px solid #FC8C2D;
      background-image: url("images/icons/minus-icon-white.png"); }
.accordion-component.yellow-theme {
  background-color: #fefaef; }
  .accordion-component.yellow-theme h4 {
    color: #fec343; }
  .accordion-component.yellow-theme .accordion-title {
    border-top: 1px solid #fec343;
    color: #000;
    background-image: url("images/icons/plus-icon-black.png");
    background-size: 15px;
    background-position: top 50% right 20px;
    background-repeat: no-repeat;
    background-color: #fec343;
    margin-bottom: 5px; }
    .accordion-component.yellow-theme .accordion-title.active-tab {
      border-bottom: 1px solid #fec343;
      background-image: url("images/icons/minus-icon-black.png"); }
.accordion-component.light-blue-theme {
  background-color: #F3FAFC; }
  .accordion-component.light-blue-theme h4 {
    color: #72C7E3; }
  .accordion-component.light-blue-theme .accordion-title {
    border-top: 1px solid #72C7E3;
    color: #fff;
    background-image: url("images/icons/plus-icon-white.png");
    background-size: 15px;
    background-position: top 50% right 20px;
    background-repeat: no-repeat;
    background-color: #72C7E3;
    margin-bottom: 5px; }
    .accordion-component.light-blue-theme .accordion-title.active-tab {
      border-bottom: 1px solid #72C7E3;
      background-image: url("images/icons/minus-icon-white.png"); }

.product-pricing {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  scroll-margin: 200px; }
  .product-pricing h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px; }
  .product-pricing p {
    color: #fff;
    margin-bottom: 60px;
    text-align: center; }
    @media (min-width: 768px) {
      .product-pricing p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }

.pricing-options {
  display: flex;
  flex-direction: column;
  width: 100%;
  filter: drop-shadow(8px 9px 8px rgba(0, 0, 0, 0.35)); }
  @media (min-width: 768px) {
    .pricing-options {
      flex-direction: row; } }

.price-option {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 100%;
  padding: 50px 30px; }
  @media (min-width: 768px) {
    .price-option {
      padding-bottom: 50px 20px; } }
  @media (min-width: 1152px) {
    .price-option {
      padding-bottom: 50px 30px; } }
  .price-option * {
    color: #fff; }
  .price-option .pricing-title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .price-option .pricing-title {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 1152px) {
      .price-option .pricing-title {
        font-size: 26px;
        line-height: 32px; } }
  .price-option .price {
    margin-bottom: 20px; }
  .price-option .woocommerce-Price-amount {
    margin-bottom: 30px;
    font-family: "LatoBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .price-option .woocommerce-Price-amount {
        font-size: 24px;
        line-height: 24px; } }
    @media (min-width: 1152px) {
      .price-option .woocommerce-Price-amount {
        font-size: 34px;
        line-height: 34px; } }
    .price-option .woocommerce-Price-amount small {
      display: inline-block;
      position: relative;
      width: auto;
      margin-left: 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 28px;
      line-height: 32px; }
      @media (min-width: 768px) {
        .price-option .woocommerce-Price-amount small {
          font-size: 16px;
          line-height: 22px; } }
      @media (min-width: 1152px) {
        .price-option .woocommerce-Price-amount small {
          font-size: 24px;
          line-height: 32px; } }
  .price-option p {
    margin-bottom: 50px; }
  .price-option form.cart {
    margin-top: auto; }
  .price-option .quote-btn {
    width: 100%;
    background-color: transparent;
    background-image: url("images/icons/white-icons/arrow-right-icon.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 50% right 20px; }
    @media (min-width: 1600px) {
      .price-option .quote-btn {
        width: auto; } }
  .price-option a {
    margin-top: auto;
    max-width: 250px; }

body.page-template-page-product .our-products {
  background-color: #fff; }

.why-choose {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60px; }
  .why-choose .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .why-choose .c-container {
        flex-direction: row; } }

.why-choose--intro {
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .why-choose--intro {
      width: 60%;
      padding-right: 60px;
      margin-bottom: 0; } }
  .why-choose--intro .breadcrumb {
    width: 100%; }
    .why-choose--intro .breadcrumb ul {
      display: flex;
      flex-direction: row;
      justify-content: flex-start; }
  .why-choose--intro p {
    width: 100%;
    margin-bottom: 50px;
    color: #3c3c3b; }
  .why-choose--intro .info-btn {
    margin-right: 20px;
    width: 60%;
    border: 1px solid #027998;
    color: #027998;
    background-image: url("images/icons/blue-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 50% right 20px;
    transition: all .3s ease; }
    .why-choose--intro .info-btn:hover {
      background-color: #027998;
      background-image: url("images/icons/white-icons/arrow-right-icon.png");
      color: #fff; }
    @media (min-width: 576px) {
      .why-choose--intro .info-btn {
        width: auto; } }
    @media (min-width: 768px) {
      .why-choose--intro .info-btn {
        margin-right: 10px; } }
    @media (min-width: 1152px) {
      .why-choose--intro .info-btn {
        margin-right: 20px; } }

.our-vision {
  width: 100%;
  position: relative;
  border-top-left-radius: 60px; }
  @media (min-width: 768px) {
    .our-vision {
      width: 45%;
      height: auto;
      padding-top: 30px; } }
  @media (min-width: 992px) {
    .our-vision {
      padding-top: 0;
      transform: translateY(-70px); } }
  @media (min-width: 1900px) {
    .our-vision {
      width: 40%; } }
  .our-vision:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 60px;
    background-color: rgba(44, 181, 115, 0.8); }

.choose-title {
  margin-bottom: 30px; }
  .choose-title h1 {
    color: #027998;
    font-size: 26px;
    line-height: 36px; }
    @media (min-width: 1152px) {
      .choose-title h1 {
        font-size: 32px;
        line-height: 42px; } }

.vision-inner {
  position: relative;
  padding: 200px 20% 50px 30px; }
  @media (min-width: 768px) {
    .vision-inner {
      padding: 180px 80px 50px 30px; } }
  @media (min-width: 1152px) {
    .vision-inner {
      padding: 180px 80px 50px 50px; } }
  @media (min-width: 1900px) {
    .vision-inner {
      padding: 250px 80px 50px 50px; } }
  .vision-inner .title {
    color: #fff;
    font-family: "AxisBold", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .vision-inner .title {
        font-size: 30px;
        line-height: 40px; } }
    @media (min-width: 1152px) {
      .vision-inner .title {
        font-size: 40px;
        line-height: 50px; } }
  .vision-inner p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .vision-inner p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 30px; } }
    @media (min-width: 1152px) {
      .vision-inner p {
        font-size: 18px;
        line-height: 28px; } }
    .vision-inner p br {
      display: none; }
      @media (min-width: 992px) {
        .vision-inner p br {
          display: inline-block; } }

.vision-person {
  display: block;
  position: absolute;
  bottom: -35px;
  right: -20px;
  width: 100px;
  height: auto; }
  @media (min-width: 768px) {
    .vision-person {
      width: 115px;
      right: -40px; } }
  @media (min-width: 992px) {
    .vision-person {
      width: 135px;
      right: -20px;
      bottom: -15px; } }
  @media (min-width: 1152px) {
    .vision-person {
      width: 160px;
      right: -35px; } }
  @media (min-width: 1900px) {
    .vision-person {
      width: 185px; } }

.product-logos {
  display: flex;
  justify-content: space-evenly;
  padding: 30px 0;
  width: 100%; }

.poi-links {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }
  .poi-links ul {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .poi-links ul {
        flex-direction: row; } }
  .poi-links li {
    display: inline-block;
    position: relative;
    width: 100%; }
    .poi-links li:not(:last-of-type) {
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .poi-links li {
        width: 49%; }
        .poi-links li:not(:last-of-type) {
          margin-right: 5%;
          margin-bottom: 0; } }
  .poi-links img {
    width: 100%;
    margin-bottom: 20px; }
  .poi-links h3 {
    color: #027998;
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px; }
    @media (min-width: 768px) {
      .poi-links h3 {
        font-size: 20px;
        line-height: 28px;
        min-height: 60px; } }
    @media (min-width: 1152px) {
      .poi-links h3 {
        font-size: 26px;
        line-height: 36px;
        min-height: unset; } }
  .poi-links p {
    margin-bottom: 30px;
    color: #3c3c3b; }
  .poi-links a {
    width: 60%;
    border: 1px solid #027998;
    color: #027998;
    background-image: url("images/icons/blue-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 50% right 20px;
    transition: all .3s ease; }
    .poi-links a:hover {
      background-color: #027998;
      background-image: url("images/icons/white-icons/arrow-right-icon.png");
      color: #fff; }
    @media (min-width: 576px) {
      .poi-links a {
        width: auto; } }

.working-at {
  display: block;
  position: relative;
  background-color: #027998;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px; }
  .working-at * {
    color: #fff; }
  .working-at .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .working-at .c-container {
        flex-direction: row; } }
  .working-at .col-l {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .working-at .col-l {
        width: 50%;
        padding-right: 5%; } }
    .working-at .col-l h4 {
      display: block;
      margin-bottom: 30px;
      font-size: 32px;
      line-height: 42px; }
      @media (min-width: 1152px) {
        .working-at .col-l h4 {
          font-size: 50px;
          line-height: 60px; } }
    .working-at .col-l p {
      display: block;
      margin-bottom: 30px; }
    .working-at .col-l a {
      border: 1px solid #fff;
      padding-right: 60px;
      background-image: url("images/icons/white-icons/arrow-right-icon.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: top 50% right 20px;
      transition: all .3s ease; }
      .working-at .col-l a:hover {
        background-color: #fff;
        color: #027998;
        background-image: url("images/icons/blue-arrow.png"); }
  .working-at .col-r {
    display: inline-block;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .working-at .col-r {
        width: 50%;
        padding-left: 5%; } }
    .working-at .col-r h4 {
      display: block;
      margin-bottom: 30px; }
    .working-at .col-r ul {
      display: block;
      position: relative;
      width: 100%; }
    .working-at .col-r li {
      display: block;
      position: relative;
      width: 100%;
      text-transform: uppercase;
      padding: 20px 0; }
      .working-at .col-r li:not(:last-of-type) {
        border-bottom: 1px solid #fff; }
      .working-at .col-r li a {
        font-size: 16px;
        line-height: 24px; }
        @media (min-width: 768px) {
          .working-at .col-r li a {
            font-size: 14px;
            line-height: 22px; } }
        @media (min-width: 1152px) {
          .working-at .col-r li a {
            font-size: 18px;
            line-height: 28px; } }
      .working-at .col-r li:last-of-type a {
        display: inline-flex;
        width: auto;
        align-items: center;
        text-decoration: underline; }
        .working-at .col-r li:last-of-type a:hover {
          text-decoration: none; }
        .working-at .col-r li:last-of-type a:before {
          content: "";
          display: inline-block;
          position: relative;
          width: 20px;
          height: 20px;
          background-image: url("images/icons/white-icons/arrow-right-icon.png");
          background-repeat: no-repeat;
          background-size: 20px;
          background-position: center;
          margin-right: 10px; }

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  color: #027998;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
.text-block h2 {
  color: #027998;
  font-size: 26px;
  margin-bottom: 10px; }
.text-block h3 {
  font-size: 24px;
  margin-bottom: 10px; }
.text-block h4 {
  font-size: 22px;
  margin-bottom: 10px; }
.text-block h5 {
  font-size: 20px;
  margin-bottom: 10px; }
.text-block h6 {
  font-size: 20px;
  margin-bottom: 10px; }

.page-template-page-about .intro-links a {
  background-color: #027998;
  border: 1px solid #027998;
  color: #fff;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .page-template-page-about .intro-links a:hover {
    background-color: #05566B;
    border-color: #05566B; }
  .page-template-page-about .intro-links a + a {
    background-color: transparent;
    border: 1px solid #027998;
    background-image: url("images/icons/blue-arrow.png");
    color: #027998;
    transition: all .3s ease;
    margin-top: 20px; }
    @media (min-width: 576px) {
      .page-template-page-about .intro-links a + a {
        margin-left: 20px;
        margin-top: 0; } }
    .page-template-page-about .intro-links a + a:hover {
      background-color: #05566B;
      border-color: #05566B;
      color: #fff;
      background-image: url("images/icons/white-icons/arrow-right-icon.png"); }

.what-to-expect {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  background-image: url("images/homepage/principle-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .what-to-expect:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(2, 121, 152, 0.9); }
  .what-to-expect h2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
    position: relative; }
  .what-to-expect .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .what-to-expect .c-container {
        flex-direction: row; } }
  .what-to-expect ul {
    width: 100%; }
    @media (min-width: 768px) {
      .what-to-expect ul {
        width: 50%;
        padding-right: 5%; }
        .what-to-expect ul + ul {
          padding-right: 0;
          padding-left: 5%; } }
  .what-to-expect li {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px; }
    .what-to-expect li:not(:last-of-type) {
      margin-bottom: 20px; }
    .what-to-expect li:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 5px;
      left: 0;
      width: 20px;
      height: 20px;
      background: url("images/icons/bullet.png") no-repeat left;
      background-size: 15px;
      background-repeat: no-repeat; }
  .what-to-expect p:not(li p) {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    text-transform: uppercase;
    position: relative; }
  .what-to-expect .white-outline {
    background-image: url("images/icons/white-icons/arrow-right-icon.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 50% right 20px;
    transition: all .3s ease;
    width: 200px; }
    @media (min-width: 768px) {
      .what-to-expect .white-outline {
        width: auto; } }
    .what-to-expect .white-outline:hover {
      background-color: #fff;
      border-color: #fff;
      color: #05566B;
      background-image: url("images/icons/blue-arrow.png"); }

.idl-story {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  scroll-margin: 150px; }
  .idl-story .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .idl-story .c-container {
        flex-direction: row; } }
  .idl-story .col-l {
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .idl-story .col-l {
        width: 50%;
        margin-bottom: 0;
        padding-right: 5%; } }
    @media (min-width: 1152px) {
      .idl-story .col-l {
        width: 60%;
        padding-right: 10%; } }
    .idl-story .col-l p:not(:last-of-type) {
      margin-bottom: 20px; }
  .idl-story h4 {
    text-transform: capitalize;
    color: #027998;
    margin-bottom: 30px; }
  .idl-story .col-r {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    min-height: 450px;
    border-top-left-radius: 60px;
    padding: 50px;
    background-size: cover; }
    .idl-story .col-r:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-top-left-radius: 60px;
      background-color: rgba(44, 181, 115, 0.8); }
    .idl-story .col-r * {
      position: relative;
      color: #fff;
      width: 100%; }
    @media (min-width: 768px) {
      .idl-story .col-r {
        width: 50%; } }
    @media (min-width: 1152px) {
      .idl-story .col-r {
        width: 40%; } }
    .idl-story .col-r p {
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 1152px) {
        .idl-story .col-r p {
          font-size: 22px;
          line-height: 32px; } }
      .idl-story .col-r p br {
        display: none; }
        @media (min-width: 992px) {
          .idl-story .col-r p br {
            display: inline-block; } }

.journey-sofar {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9; }
  @media (min-width: 1152px) {
    .journey-sofar {
      padding-bottom: 120px; } }
  .journey-sofar .c-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px; }
  .journey-sofar h3 {
    width: 60%;
    max-width: 100%;
    text-align: left;
    color: #027998;
    font-size: 22px;
    line-height: 32px; }
    @media (min-width: 1152px) {
      .journey-sofar h3 {
        font-size: 28px;
        line-height: 36px; } }

.timeline-navigation {
  display: flex;
  justify-content: flex-end;
  width: 40%; }
  .timeline-navigation img {
    max-width: 40px; }
  .timeline-navigation .timeline-prev,
  .timeline-navigation .timeline-next {
    cursor: pointer;
    transition: all .3s ease; }
  .timeline-navigation .timeline-next {
    margin-left: 10px;
    cursor: pointer;
    background: url(images/icons/next.png) no-repeat left;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    transition: all .3s ease; }
    .timeline-navigation .timeline-next:hover {
      background: url("images/icons/next-hover.png") no-repeat center;
      background-size: 40px; }
  .timeline-navigation .timeline-prev {
    cursor: pointer;
    background: url(images/icons/prev-hover.png) no-repeat left;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    transition: all .3s ease; }
    .timeline-navigation .timeline-prev:hover {
      background: url("images/icons/prev.png") no-repeat center;
      background-size: 40px; }

.timeline {
  display: none;
  width: 100%;
  margin-top: 60px;
  text-align: center; }
  .timeline.slick-initialized {
    display: block; }

.date {
  text-align: center; }
  .date img {
    height: 60px;
    width: auto;
    display: inline-block; }
  .date h5 {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .date h5 {
        font-size: 45px;
        line-height: 50px; } }
    .date h5:before {
      content: "";
      display: block;
      position: absolute;
      bottom: -49px;
      left: calc(50% - 15px);
      z-index: 2;
      width: 30px;
      height: 30px;
      background: url("images/icons/date-point.png") no-repeat left;
      background-size: 25px;
      background-repeat: no-repeat; }
    .date h5:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -35px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #027998; }
  .date p {
    position: relative;
    margin-top: 160px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .date p {
        font-size: 14px;
        line-height: 16px; } }
    @media (min-width: 1152px) {
      .date p {
        padding: 0 80px;
        font-size: 22px;
        line-height: 30px; } }
    .date p:before {
      content: "";
      display: block;
      position: absolute;
      top: -95px;
      left: calc(50% - 2px);
      z-index: 2;
      width: 1px;
      height: 80px;
      background-color: #027998; }
  .date.is-blue h5, .date.is-blue p {
    color: #027998; }
  .date.is-green h5, .date.is-green p {
    color: #2cb573; }
  .date.is-yellow h5, .date.is-yellow p {
    color: #fec343; }
  .date.is-red h5, .date.is-red p {
    color: #FB5059; }

.ascentis {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  .ascentis .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .ascentis .c-container {
        flex-direction: row; } }
  .ascentis .col-l {
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .ascentis .col-l {
        width: 30%;
        margin-bottom: 0;
        padding-right: 5%; } }
  .ascentis .col-r {
    width: 100%; }
    @media (min-width: 768px) {
      .ascentis .col-r {
        width: 70%; } }
  .ascentis .logo {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 150px;
    background-color: #eee; }
    .ascentis .logo:not(:last-of-type) {
      margin-bottom: 30px; }
  .ascentis h4 {
    color: #027998;
    margin-bottom: 20px; }
  .ascentis strong {
    display: block;
    color: #027998;
    margin-bottom: 20px; }
  .ascentis p:not(:last-of-type) {
    margin-bottom: 20px; }

.meet-team {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  scroll-margin: 170px; }
  .meet-team h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #027998; }
  @media (min-width: 768px) {
    .meet-team ul {
      padding-left: 10%;
      padding-right: 10%; } }
  .meet-team li {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center; }
    .meet-team li img {
      margin-bottom: 20px; }
  .meet-team .name {
    color: #027998;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px; }
    @media (min-width: 1152px) {
      .meet-team .name {
        font-size: 26px;
        line-height: 32px; } }
  .meet-team .position {
    color: #027998;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .meet-team .position {
        font-size: 18px;
        line-height: 26px; } }

.team-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px; }
  .team-controls img {
    width: 40px; }
  .team-controls .prev-member {
    cursor: pointer;
    background: url("images/icons/prev.png") no-repeat left;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    transition: all .3s ease; }
    .team-controls .prev-member:hover {
      background: url("images/icons/prev-hover.png") no-repeat left;
      background-size: 40px auto; }
  .team-controls .next-member {
    cursor: pointer;
    margin-left: 10px;
    background: url("images/icons/next.png") no-repeat left;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    transition: all .3s ease; }
    .team-controls .next-member:hover {
      background: url("images/icons/next-hover.png") no-repeat left;
      background-size: 40px auto; }

.page-template-page-teachers .intro-links a {
  background-color: #027998;
  border: 1px solid #027998;
  color: #fff;
  background-image: url("images/icons/white-icons/arrow-right-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  transition: all .3s ease; }
  .page-template-page-teachers .intro-links a:hover {
    background-color: #05566B;
    border-color: #05566B; }
  .page-template-page-teachers .intro-links a + a {
    background-color: transparent;
    border: 1px solid #027998;
    background-image: url("images/icons/blue-arrow.png");
    color: #027998;
    margin-top: 20px;
    transition: all .3s ease; }
    @media (min-width: 576px) {
      .page-template-page-teachers .intro-links a + a {
        margin-left: 20px;
        margin-top: 0; } }
    .page-template-page-teachers .intro-links a + a:hover {
      background-color: #05566B;
      border-color: #05566B;
      color: #fff;
      background-image: url("images/icons/white-icons/arrow-right-icon.png"); }

.unique-features {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff; }
  .unique-features:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 121, 152, 0.9); }
  .unique-features .c-container {
    display: flex;
    position: relative;
    flex-direction: column; }
    @media (min-width: 768px) {
      .unique-features .c-container {
        flex-direction: row; } }
  .unique-features .col-l {
    width: 100%;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .unique-features .col-l {
        width: 50%;
        margin-bottom: 0; } }
  .unique-features .col-r {
    width: 100%; }
    @media (min-width: 768px) {
      .unique-features .col-r {
        width: 50%; } }
  .unique-features h2 {
    margin-bottom: 30px; }
  .unique-features p {
    margin-bottom: 40px; }
  .unique-features li {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    font-size: 16px; }
    .unique-features li:not(:last-of-type) {
      margin-bottom: 20px; }
    .unique-features li:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 5px;
      left: 0;
      width: 20px;
      height: 20px;
      background: url("images/icons/bullet.png") no-repeat left;
      background-size: 15px;
      background-repeat: no-repeat; }

.using-idl {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  .using-idl .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .using-idl .c-container {
        max-width: 95%;
        flex-direction: row;
        margin-right: 0;
        margin-left: 5%; } }
    @media (min-width: 1900px) {
      .using-idl .c-container {
        max-width: 1560px;
        margin-left: auto;
        margin-right: auto; } }
  .using-idl .col-l {
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .using-idl .col-l {
        width: 50%;
        margin-bottom: 0;
        padding-right: 5%; } }
    @media (min-width: 1152px) {
      .using-idl .col-l {
        width: 60%;
        padding-right: 10%; } }
    .using-idl .col-l p:not(:last-of-type) {
      margin-bottom: 20px; }
  .using-idl h4 {
    text-transform: capitalize;
    color: #027998;
    margin-bottom: 30px; }
  .using-idl .col-r {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    border-top-left-radius: 60px;
    width: 100%;
    min-height: 500px;
    padding: 50px 30px; }
    .using-idl .col-r:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-top-left-radius: 60px;
      background-color: rgba(44, 181, 115, 0.9); }
    .using-idl .col-r * {
      color: #fff;
      width: 100%; }
    @media (min-width: 768px) {
      .using-idl .col-r {
        width: 50%; } }
    @media (min-width: 1152px) {
      .using-idl .col-r {
        width: 40%;
        padding: 50px; } }
  .using-idl blockquote {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding-right: 0; }
    @media (min-width: 1152px) {
      .using-idl blockquote {
        padding-right: 50px;
        font-size: 26px;
        line-height: 32px; } }
    .using-idl blockquote p {
      position: relative;
      padding-left: 15px;
      font-size: 20px;
      line-height: 26px; }
      @media (min-width: 1152px) {
        .using-idl blockquote p {
          font-size: 30px;
          line-height: 36px; } }
      .using-idl blockquote p:before {
        content: open-quote;
        font-size: 34px;
        line-height: 34px;
        position: absolute;
        top: 0;
        left: 0; }
      .using-idl blockquote p:after {
        content: close-quote;
        font-size: 34px;
        line-height: 34px;
        display: inline-block;
        position: absolute;
        top: calc(100% - 26px);
        right: auto; }
        @media (min-width: 1152px) {
          .using-idl blockquote p:after {
            top: calc(100% - 30px); } }
  .using-idl cite {
    display: block;
    position: relative;
    margin-top: 30px;
    color: #fff;
    font-style: normal;
    padding-right: 60px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .using-idl cite {
        padding-right: 0; } }
  .using-idl ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px; }
  .using-idl li {
    list-style: disc;
    font-size: 16px;
    line-height: 22px;
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif; }
    @media (min-width: 1152px) {
      .using-idl li {
        font-size: 18px;
        line-height: 28px; } }
    .using-idl li:not(:last-of-type) {
      margin-bottom: 5px; }

.join-team {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #027998;
  color: #fff; }
  .join-team .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .join-team .c-container {
        flex-direction: row; } }
  .join-team .col-l {
    width: 100%; }
    @media (min-width: 768px) {
      .join-team .col-l {
        width: 50%; } }
    .join-team .col-l a {
      text-decoration: underline;
      text-transform: uppercase; }
    .join-team .col-l h2 {
      display: block;
      margin-bottom: 30px; }
    .join-team .col-l p {
      display: block;
      margin-bottom: 30px; }
  .join-team .col-r {
    display: inline-block;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .join-team .col-r {
        width: 50%;
        padding-left: 5%; } }
    .join-team .col-r h4 {
      display: block;
      margin-bottom: 30px; }
    .join-team .col-r ul {
      display: block;
      position: relative;
      width: 100%; }
    .join-team .col-r li {
      display: block;
      position: relative;
      width: 100%;
      text-transform: uppercase;
      padding: 20px 0; }
      .join-team .col-r li:not(:last-of-type) {
        border-bottom: 1px solid #fff; }
      .join-team .col-r li a {
        font-size: 16px;
        line-height: 24px; }
        @media (min-width: 768px) {
          .join-team .col-r li a {
            font-size: 14px;
            line-height: 22px; } }
        @media (min-width: 1152px) {
          .join-team .col-r li a {
            font-size: 18px;
            line-height: 28px; } }
      .join-team .col-r li:last-of-type a {
        display: inline-flex;
        width: auto;
        align-items: center;
        text-decoration: underline; }
        .join-team .col-r li:last-of-type a:hover {
          text-decoration: none; }
        .join-team .col-r li:last-of-type a:before {
          content: "";
          display: inline-block;
          position: relative;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          background-image: url("images/icons/white-icons/arrow-right-icon.png");
          background-repeat: no-repeat;
          background-size: 20px;
          background-position: center; }

.working-at-idl {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  .working-at-idl .breadcrumb {
    width: 100%;
    padding-top: 0; }
    .working-at-idl .breadcrumb ul {
      display: flex;
      flex-direction: row;
      justify-content: flex-start; }
  .working-at-idl .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .working-at-idl .c-container {
        max-width: 95%;
        flex-direction: row;
        margin-right: 0;
        margin-left: 5%; } }
    @media (min-width: 1900px) {
      .working-at-idl .c-container {
        max-width: 1560px;
        margin-left: auto;
        margin-right: auto; } }
  .working-at-idl .col-l {
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .working-at-idl .col-l {
        width: 50%;
        margin-bottom: 0;
        padding-right: 5%; } }
    @media (min-width: 1152px) {
      .working-at-idl .col-l {
        width: 60%;
        padding-right: 10%; } }
    .working-at-idl .col-l p:not(:last-of-type) {
      margin-bottom: 20px; }
  .working-at-idl h4 {
    text-transform: capitalize;
    color: #027998;
    margin-bottom: 30px; }
  .working-at-idl h6 {
    text-transform: capitalize;
    color: #027998;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px; }
  .working-at-idl .col-r {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    min-height: 500px;
    background-color: #2cb573;
    border-top-left-radius: 60px;
    background-size: contain;
    padding: 50px 30px; }
    .working-at-idl .col-r:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-top-left-radius: 60px;
      background-color: rgba(44, 181, 115, 0.9); }
    .working-at-idl .col-r * {
      color: #fff;
      width: 100%; }
    @media (min-width: 768px) {
      .working-at-idl .col-r {
        width: 50%; } }
    @media (min-width: 1152px) {
      .working-at-idl .col-r {
        width: 40%;
        padding: 50px; } }
  .working-at-idl blockquote {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding-right: 0; }
    @media (min-width: 1152px) {
      .working-at-idl blockquote {
        padding-right: 50px;
        font-size: 26px;
        line-height: 32px; } }
    @media (min-width: 1600px) {
      .working-at-idl blockquote {
        padding-right: 75px;
        font-size: 26px;
        line-height: 32px; } }
    .working-at-idl blockquote p {
      position: relative;
      padding-left: 15px;
      font-size: 20px;
      line-height: 26px; }
      @media (min-width: 1152px) {
        .working-at-idl blockquote p {
          font-size: 30px;
          line-height: 36px; } }
      @media (min-width: 1600px) {
        .working-at-idl blockquote p {
          font-size: 38px;
          line-height: 44px; } }
      .working-at-idl blockquote p:before {
        content: open-quote;
        font-size: 34px;
        line-height: 34px;
        position: absolute;
        top: 0;
        left: 0; }
      .working-at-idl blockquote p:after {
        content: close-quote;
        font-size: 34px;
        line-height: 34px;
        display: inline-block;
        position: absolute;
        top: calc(100% - 26px);
        right: auto; }
        @media (min-width: 1152px) {
          .working-at-idl blockquote p:after {
            top: calc(100% - 30px); } }
  .working-at-idl cite {
    display: block;
    position: relative;
    margin-top: 30px;
    color: #fff;
    font-style: normal;
    padding-right: 60px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .working-at-idl cite {
        padding-right: 0; } }

.working-for-us {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 1152px) {
    .working-for-us {
      padding-bottom: 120px; } }
  .working-for-us h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #027998; }
  .working-for-us p {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .working-for-us p {
        width: 600px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .working-for-us p {
        width: 700px; } }
  .working-for-us iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-top: 60px; }

.life-at-idl {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #F2F8FA; }
  .life-at-idl h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #027998; }
  .life-at-idl li {
    margin: 0 10px; }
  .life-at-idl .item-heading {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 20px 0;
    font-size: 24px;
    line-height: 30px;
    color: #027998;
    padding: 0 20px; }
  .life-at-idl p {
    width: 100%;
    padding: 0 20px;
    text-align: left; }
    .life-at-idl p:not(:last-of-type) {
      margin-bottom: 20px; }

.life-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px; }
  .life-navigation img {
    width: 40px; }
  .life-navigation .prev-item {
    cursor: pointer; }
  .life-navigation .next-item {
    cursor: pointer;
    margin-left: 10px; }

.benefits {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F2F8FA; }
  .benefits h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #027998; }
  .benefits li {
    text-align: center; }
  .benefits .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .benefits .icon-heading {
    font-size: 20px;
    line-height: 26px;
    color: #027998;
    margin-bottom: 20px; }
  .benefits p {
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 768px) {
      .benefits p {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        line-height: 22px; } }
    @media (min-width: 1152px) {
      .benefits p {
        max-width: 300px;
        font-size: 18px;
        line-height: 26px; } }

.benefits-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px; }
  .benefits-navigation img {
    width: 40px; }
  .benefits-navigation .prev-benefit {
    cursor: pointer; }
  .benefits-navigation .next-benefit {
    cursor: pointer;
    margin-left: 10px; }

.current-vacancies {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  /*@include breakpoint(xxldesktop) {
    max-width: $sitewidth;
  }*/
  display: flex;
  flex-direction: column;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .current-vacancies {
      max-width: 90%;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 576px) {
    .current-vacancies {
      flex-flow: row wrap; } }
  .current-vacancies li:not(li ul li) {
    width: 100%;
    border: 1px solid #ddd;
    transition: all .3s ease;
    margin-bottom: 30px;
    padding: 40px; }
    @media (min-width: 768px) {
      .current-vacancies li:not(li ul li) {
        width: 49%;
        padding: 25px;
        margin-right: 2%;
        margin-bottom: 15px; }
        .current-vacancies li:not(li ul li):nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .current-vacancies li:not(li ul li) {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%; }
        .current-vacancies li:not(li ul li):nth-of-type(2n) {
          margin-right: 2%; }
        .current-vacancies li:not(li ul li):nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 1152px) {
      .current-vacancies li:not(li ul li) {
        padding: 30px;
        padding-right: 60px; } }
    .current-vacancies li:not(li ul li):hover {
      border: 1px solid #027998; }
    .current-vacancies li:not(li ul li) strong {
      position: relative;
      margin-right: 3px; }
    .current-vacancies li:not(li ul li) a:not(.vacancy-title a) {
      position: relative;
      text-transform: uppercase;
      color: #027998;
      font-size: 14px; }
      .current-vacancies li:not(li ul li) a:not(.vacancy-title a):after {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 1px;
        background-color: #027998;
        bottom: -7px;
        transition: all .3s ease; }
      .current-vacancies li:not(li ul li) a:not(.vacancy-title a):hover {
        text-decoration: none; }
        .current-vacancies li:not(li ul li) a:not(.vacancy-title a):hover:after {
          width: 100%; }
  .current-vacancies li ul {
    margin-bottom: 30px; }
    .current-vacancies li ul .contract:before {
      background-image: url("images/icons/jobs/contract-sml.png"); }
    .current-vacancies li ul .salary:before {
      background-image: url("images/icons/jobs/salary-sml.png"); }
    .current-vacancies li ul li {
      display: flex;
      align-items: center;
      color: #3c3c3b; }
      .current-vacancies li ul li:not(:last-of-type) {
        margin-bottom: 10px; }
      .current-vacancies li ul li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 10px; }

.vacancy-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #027998;
  font-size: 18px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .vacancy-title {
      font-size: 16px;
      line-height: 22px; } }
  @media (min-width: 1152px) {
    .vacancy-title {
      font-size: 18px;
      line-height: 26px; } }

@media (min-width: 1152px) {
  body.page-template-vacancy .text-block p {
    max-width: 900px; } }

.vacancy-overview {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #E6F2F5; }
  .vacancy-overview ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; }
    @media (min-width: 768px) {
      .vacancy-overview ul {
        flex-direction: row;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
  .vacancy-overview li {
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #027998;
    padding: 50px 30px; }
    .vacancy-overview li:not(:last-of-type) {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .vacancy-overview li {
        width: 32%; }
        .vacancy-overview li:not(:last-of-type) {
          margin-bottom: 0;
          margin-right: 3%; } }
  .vacancy-overview .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .vacancy-overview .icon-heading {
    font-size: 20px;
    line-height: 26px;
    color: #027998;
    margin-bottom: 20px; }
  .vacancy-overview p {
    color: #666;
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 768px) {
      .vacancy-overview p {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        line-height: 22px; } }
    @media (min-width: 1152px) {
      .vacancy-overview p {
        max-width: 300px;
        font-size: 18px;
        line-height: 26px; } }

.vacancy-details {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #fff; }
  .vacancy-details table {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #027998;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .vacancy-details table {
        max-width: 80%; } }
  .vacancy-details tr {
    display: flex;
    flex-direction: column;
    padding: 3px;
    border-bottom: 1px solid #027998; }
    .vacancy-details tr:last-of-type {
      border-bottom: 0; }
    @media (min-width: 768px) {
      .vacancy-details tr {
        display: table-row; } }
    @media (min-width: 992px) {
      .vacancy-details tr {
        display: flex;
        flex-direction: row;
        align-items: center; } }
  .vacancy-details td {
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #027998;
    color: #fff; }
    @media (min-width: 768px) {
      .vacancy-details td {
        width: 30%;
        text-align: left; } }
    @media (min-width: 992px) {
      .vacancy-details td {
        width: 20%; } }
    .vacancy-details td + td {
      width: 100%;
      font-weight: normal;
      background-color: transparent;
      color: #3c3c3b; }
      @media (min-width: 768px) {
        .vacancy-details td + td {
          width: 70%; } }
      @media (min-width: 992px) {
        .vacancy-details td + td {
          width: 80%; } }

.customer-list {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 120px; }
  @media (min-width: 768px) {
    .customer-list .c-container {
      padding-left: 2%;
      padding-right: 2%; } }

.customer-sector {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .customer-sector {
      flex-direction: row; } }
  .customer-sector.green-theme h2 {
    color: #2cb573; }
  .customer-sector.green-theme a {
    color: #2cb573; }
    .customer-sector.green-theme a:after {
      background-color: #2cb573; }
  .customer-sector.yellow-theme h2 {
    color: #fec343; }
  .customer-sector.yellow-theme a {
    color: #fec343; }
    .customer-sector.yellow-theme a:after {
      background-color: #fec343; }
  .customer-sector.red-theme h2 {
    color: #FB5059; }
  .customer-sector.red-theme a {
    color: #FB5059; }
    .customer-sector.red-theme a:after {
      background-color: #FB5059; }

.sector-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  width: 250px;
  height: 100%;
  aspect-ratio: 1/1; }
  @media (min-width: 768px) {
    .sector-image {
      width: 20%;
      margin-bottom: 0;
      margin-right: 5%; } }

.sector-description {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .sector-description {
      width: 75%; } }
  .sector-description h2 {
    margin-bottom: 20px; }
  .sector-description p {
    margin-bottom: 20px; }
  .sector-description a {
    position: relative;
    text-transform: uppercase; }
    .sector-description a:hover {
      text-decoration: none; }
    .sector-description a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -7px;
      width: 20px;
      height: 1px;
      transition: all .3s ease; }
    .sector-description a:hover:after {
      width: 100%; }

.customer-info {
  display: block;
  position: relative;
  background-color: #027998;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px; }
  .customer-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 121, 152, 0.9); }
  .customer-info * {
    color: #fff; }
  .customer-info .c-container {
    display: flex;
    position: relative;
    flex-direction: column; }
    @media (min-width: 768px) {
      .customer-info .c-container {
        flex-direction: row; } }
  .customer-info h2 {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .customer-info .col-l {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .customer-info .col-l {
        width: 50%;
        margin-bottom: 0;
        padding-right: 5%; } }
    .customer-info .col-l p {
      display: block;
      margin-bottom: 30px; }
      .customer-info .col-l p:last-of-type {
        margin-bottom: 0; }
    .customer-info .col-l a {
      text-decoration: underline; }
      .customer-info .col-l a:hover {
        text-decoration: none; }
  .customer-info .col-r {
    display: inline-block;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .customer-info .col-r {
        width: 50%;
        padding-left: 5%; } }
    .customer-info .col-r h4 {
      width: 100%;
      text-align: center;
      display: block;
      margin-bottom: 60px; }
    .customer-info .col-r ul {
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media (min-width: 576px) {
        .customer-info .col-r ul {
          flex-direction: row; } }
    .customer-info .col-r li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 30px;
      position: relative;
      width: 100%; }
      @media (min-width: 576px) {
        .customer-info .col-r li {
          width: 50%;
          margin-bottom: 0; } }
    .customer-info .col-r p {
      text-transform: uppercase;
      margin-top: 30px;
      text-align: center; }
    .customer-info .col-r img {
      max-width: 180px; }
  .customer-info ul {
    margin-bottom: 30px;
    padding-left: 15px; }
  .customer-info li {
    font-size: 16px;
    line-height: 22px;
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif;
    list-style-type: disc; }
    @media (min-width: 1152px) {
      .customer-info li {
        font-size: 18px;
        line-height: 28px; } }
    .customer-info li:not(:last-of-type) {
      margin-bottom: 15px; }

.events {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .events {
      padding-top: 60px; } }
  .events h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #027998; }
  .events ul {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    /*@include breakpoint(xxldesktop) {
      max-width: $sitewidth;
    }*/
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .events ul {
        max-width: 90%;
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 576px) {
      .events ul {
        flex-direction: row; } }
  .events li {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .events li:not(:last-of-type) {
      margin-bottom: 40px; }
    @media (min-width: 576px) {
      .events li {
        width: 50%; }
        .events li:not(:last-of-type) {
          margin-bottom: 0;
          margin-right: 3%; } }
    @media (min-width: 992px) {
      .events li {
        flex-direction: row;
        align-items: center; } }
    .events li img {
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .events li img {
          margin-bottom: 0;
          width: 40%; } }
      @media (min-width: 1152px) {
        .events li img {
          width: 50%; } }
    .events li .event-info {
      width: 100%; }
      @media (min-width: 992px) {
        .events li .event-info {
          width: 60%;
          padding-left: 20px; } }
      @media (min-width: 1152px) {
        .events li .event-info {
          width: 50%;
          padding-left: 30px; } }
      .events li .event-info p {
        padding-right: 30px;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 26px; }
        @media (min-width: 576px) {
          .events li .event-info p {
            font-size: 14px;
            line-height: 22px; } }
        @media (min-width: 1152px) {
          .events li .event-info p {
            font-size: 18px;
            line-height: 26px; } }
      .events li .event-info a {
        text-transform: uppercase;
        position: relative; }
        .events li .event-info a:hover {
          text-decoration: none; }
          .events li .event-info a:hover:after {
            width: 100%; }
        .events li .event-info a:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -7px;
          width: 20px;
          height: 1px;
          transition: all .3s ease; }
    .events li.is-news .event-cat {
      color: #2cb573; }
    .events li.is-news .event-info a {
      color: #2cb573; }
      .events li.is-news .event-info a:after {
        background-color: #2cb573; }
    .events li.is-event .event-cat {
      color: #027998; }
    .events li.is-event .event-info a {
      color: #027998; }
      .events li.is-event .event-info a:after {
        background-color: #027998; }
  .events .event-cat {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px; }

ul.casestudies {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  /*@include breakpoint(xxldesktop) {
    max-width: $sitewidth;
  }*/
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    ul.casestudies {
      max-width: 90%;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 576px) {
    ul.casestudies {
      flex-flow: row wrap;
      padding-bottom: 120px; } }
  ul.casestudies li {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 576px) {
      ul.casestudies li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%; }
        ul.casestudies li:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      ul.casestudies li {
        width: 30.666%;
        margin-right: 4%; }
        ul.casestudies li:nth-of-type(2n) {
          margin-right: 4%; }
        ul.casestudies li:nth-of-type(3n) {
          margin-right: 0; } }
    ul.casestudies li p {
      margin-top: 20px;
      margin-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 1152px) {
        ul.casestudies li p {
          padding-right: 50px; } }

.implementation {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #027998;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff; }
  .implementation:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 121, 152, 0.9); }
  .implementation h2 {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .implementation .c-container {
    position: relative;
    column-count: 1; }
    @media (min-width: 768px) {
      .implementation .c-container {
        column-count: 2;
        column-gap: 100px; } }
  .implementation ul {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 22px;
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif; }
    @media (min-width: 1152px) {
      .implementation ul {
        font-size: 18px;
        line-height: 28px; } }
  .implementation li {
    list-style-type: disc;
    position: relative; }
    .implementation li:not(:last-of-type) {
      margin-bottom: 20px; }
  .implementation p {
    width: 100%;
    position: relative;
    margin-bottom: 20px; }

.conclusion {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  .conclusion .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .conclusion .c-container {
        max-width: 95%;
        flex-direction: row;
        margin-right: 0;
        margin-left: 5%; } }
    @media (min-width: 1900px) {
      .conclusion .c-container {
        max-width: 1560px;
        margin-left: auto;
        margin-right: auto; } }
  .conclusion .col-l {
    width: 100%;
    margin-bottom: 60px; }
    .conclusion .col-l p {
      color: #3c3c3b; }
      .conclusion .col-l p a {
        text-decoration: underline;
        color: #027998; }
        .conclusion .col-l p a:hover {
          text-decoration: none; }
    .conclusion .col-l ul {
      margin-bottom: 20px;
      padding-left: 15px;
      color: #3c3c3b; }
      .conclusion .col-l ul li {
        list-style: disc;
        color: #3c3c3b;
        font-size: 18px;
        line-height: 28px; }
        .conclusion .col-l ul li a {
          text-decoration: underline;
          color: #027998; }
          .conclusion .col-l ul li a:hover {
            text-decoration: none; }
        .conclusion .col-l ul li:not(:last-of-type) {
          margin-bottom: 10px; }
    @media (min-width: 768px) {
      .conclusion .col-l {
        width: 50%;
        margin-bottom: 0;
        padding-right: 5%; } }
    @media (min-width: 1152px) {
      .conclusion .col-l {
        width: 60%;
        padding-right: 10%; } }
    .conclusion .col-l p:not(:last-of-type) {
      margin-bottom: 20px; }
  .conclusion h4 {
    text-transform: capitalize;
    color: #027998;
    margin-bottom: 30px; }
  .conclusion .col-r {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    min-height: 500px;
    background-color: #2cb573;
    border-top-left-radius: 60px;
    padding: 50px 30px; }
    .conclusion .col-r:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-top-left-radius: 60px;
      background-color: rgba(44, 181, 115, 0.8); }
    .conclusion .col-r * {
      color: #fff;
      width: 100%; }
    @media (min-width: 768px) {
      .conclusion .col-r {
        width: 50%; } }
    @media (min-width: 1152px) {
      .conclusion .col-r {
        width: 40%;
        padding: 50px; } }
  .conclusion blockquote {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding-right: 60px; }
    @media (min-width: 768px) {
      .conclusion blockquote {
        padding-right: 0; } }
    @media (min-width: 1152px) {
      .conclusion blockquote {
        padding-right: 50px;
        font-size: 26px;
        line-height: 32px; } }
    .conclusion blockquote p {
      position: relative;
      padding-left: 15px;
      font-size: 20px;
      line-height: 26px; }
      @media (min-width: 1152px) {
        .conclusion blockquote p {
          font-size: 30px;
          line-height: 36px; } }
      .conclusion blockquote p:before {
        content: open-quote;
        font-size: 34px;
        line-height: 34px;
        position: absolute;
        top: 0;
        left: 0; }
      .conclusion blockquote p:after {
        content: close-quote;
        font-size: 34px;
        line-height: 34px;
        display: inline-block;
        position: absolute;
        top: calc(100% - 26px);
        right: auto; }
        @media (min-width: 1152px) {
          .conclusion blockquote p:after {
            top: calc(100% - 30px); } }
  .conclusion cite {
    display: block;
    position: relative;
    margin-top: 30px;
    color: #fff;
    font-style: normal;
    padding-right: 60px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .conclusion cite {
        padding-right: 0; } }

.simplesocialbuttons {
  margin-top: 50px !important;
  margin-bottom: -5px !important; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share,
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share,
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share,
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share,
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-reddit-share,
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-pinterest-share {
  border: 0 !important; }

.simplesocialbuttons.simplesocial-round-icon button {
  width: 45px !important;
  height: 45px !important; }

.simplesocialbuttons button.simplesocial-fb-share:after {
  content: "" !important;
  width: 45px !important;
  height: 45px !important;
  background-image: url("images/icons/facebook-icon.png");
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: center; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share:hover {
  background: transparent !important; }

.simplesocialbuttons button.simplesocial-twt-share:after {
  content: "" !important;
  width: 45px !important;
  height: 45px !important;
  background-image: url("images/icons/twitter-x-icon.png");
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: center; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share:hover {
  background: transparent !important; }

.simplesocialbuttons button.simplesocial-linkedin-share:after {
  content: "" !important;
  width: 45px !important;
  height: 45px !important;
  background-image: url("images/icons/linkedin-icon.png");
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: center; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share:hover {
  background: transparent !important; }

.simplesocialbuttons button.simplesocial-whatsapp-share:after {
  content: "" !important;
  width: 45px !important;
  height: 45px !important;
  background-color: #ccc; }

.simplesocialbuttons button.simplesocial-reddit-share:after {
  content: "" !important;
  width: 45px !important;
  height: 45px !important;
  background-color: #ccc; }

.simplesocialbuttons button.simplesocial-pinterest-share:after {
  content: "" !important;
  width: 45px !important;
  height: 45px !important;
  background-color: #ccc; }

.simplesocialbuttons.simplesocial-round-icon button {
  background-color: transparent; }

.event-navigation .simplesocialbuttons button.simplesocial-fb-share:after {
  background-image: url("images/icons/events/facebook.png"); }

.event-navigation .simplesocial-round-icon button.simplesocial-twt-share:after {
  background-image: url("images/icons/events/twitter-x.png"); }

.event-navigation .simplesocial-round-icon button.simplesocial-linkedin-share:after {
  background-image: url("images/icons/events/linkedin.png"); }

.share-resource .simplesocialbuttons button.simplesocial-fb-share:after {
  background-image: url("images/icons/events/facebook.png"); }

.share-resource .simplesocial-round-icon button.simplesocial-twt-share:after {
  background-image: url("images/icons/events/twitter-x.png"); }

.share-resource .simplesocial-round-icon button.simplesocial-linkedin-share:after {
  background-image: url("images/icons/events/linkedin.png"); }

.article-navigation .share-resource .simplesocialbuttons button.simplesocial-fb-share:after {
  background-image: url("images/icons/news/facebook.png"); }
.article-navigation .share-resource .simplesocial-round-icon button.simplesocial-twt-share:after {
  background-image: url("images/icons/news/twitter-x.png"); }
.article-navigation .share-resource .simplesocial-round-icon button.simplesocial-linkedin-share:after {
  background-image: url("images/icons/news/linkedin.png"); }

.related-casestudies {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }
  .related-casestudies .casestudies {
    padding: 0 30px; }
    @media (min-width: 1152px) {
      .related-casestudies .casestudies {
        padding: 0; } }
  .related-casestudies h4 {
    width: 100%;
    text-align: center;
    color: #027998;
    margin-bottom: 60px; }

.our-resources {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  background-color: #fff; }
  .our-resources h2 {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    color: #027998; }
    @media (min-width: 768px) {
      .our-resources h2 {
        text-align: left; } }
  @media (min-width: 1152px) {
    .our-resources .c-container {
      max-width: 1000px; } }

.resource {
  display: inline-block;
  position: relative;
  padding: 60px 30px 60px 30px;
  width: 100%;
  margin-bottom: 30px;
  border-top-right-radius: 80px; }
  @media (min-width: 768px) {
    .resource {
      width: 48%;
      margin-right: 3.5%; }
      .resource:nth-of-type(2n) {
        margin-right: 0; } }
  .resource.is-guides {
    background-color: #2cb573; }
    .resource.is-guides a {
      background-image: url("images/icons/white-icons/arrow-right-icon.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: top 50% right 20px;
      transition: all .3s ease; }
      .resource.is-guides a:hover {
        background-color: #fff;
        color: #2cb573;
        background-image: url("images/icons/green-arrow.png"); }
  .resource.is-videos {
    background-color: #027998; }
    .resource.is-videos a {
      background-image: url("images/icons/white-icons/arrow-right-icon.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: top 50% right 20px;
      transition: all .3s ease; }
      .resource.is-videos a:hover {
        background-color: #fff;
        color: #027998;
        background-image: url("images/icons/blue-arrow.png"); }
  .resource.is-worksheets {
    background-color: #FB5059; }
    .resource.is-worksheets a {
      background-image: url("images/icons/white-icons/arrow-right-icon.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: top 50% right 20px;
      transition: all .3s ease; }
      .resource.is-worksheets a:hover {
        background-color: #fff;
        color: #FB5059;
        background-image: url("images/icons/red-arrow.png"); }
  .resource.is-faqs {
    background-color: #fec343; }
    .resource.is-faqs a {
      background-image: url("images/icons/white-icons/arrow-right-icon.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: top 50% right 20px;
      transition: all .3s ease; }
      .resource.is-faqs a:hover {
        background-color: #fff;
        color: #fec343;
        background-image: url("images/icons/yellow-arrow.png"); }
  .resource h3 {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    padding-left: 40px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .resource h3 {
        font-size: 20px;
        line-height: 24px; } }
    @media (min-width: 1152px) {
      .resource h3 {
        font-size: 26px;
        line-height: 30px; } }
    .resource h3:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("images/homepage/3-ball-icon.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      margin-right: 5px; }
  .resource p {
    color: #fff;
    padding-right: 60px; }
    @media (min-width: 768px) {
      .resource p {
        padding-right: 80px; } }
    @media (min-width: 992px) {
      .resource p {
        padding-right: 20px; } }
    @media (min-width: 1152px) {
      .resource p {
        padding-right: 150px; } }
  .resource a {
    position: relative;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 50px 15px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .resource a {
        font-size: 12px;
        line-height: 12px; } }
    @media (min-width: 1152px) {
      .resource a {
        font-size: 14px;
        line-height: 14px;
        padding: 15px 100px 15px 15px; } }

.resource-person {
  display: block;
  position: absolute;
  bottom: -20px;
  right: -30px;
  width: 120px;
  height: auto; }
  @media (min-width: 768px) {
    .resource-person {
      width: 115spx; } }
  @media (min-width: 1152px) {
    .resource-person {
      width: 140px; } }
  @media (min-width: 1600px) {
    .resource-person {
      width: 170px; } }

body.page-template-page-resources .news-events {
  padding-top: 60px; }
  @media (min-width: 1152px) {
    body.page-template-page-resources .news-events {
      padding-bottom: 120px; } }
  body.page-template-page-resources .news-events li p {
    margin-bottom: 13px; }

.filter-bar {
  display: block;
  position: relative;
  width: 100%;
  background-color: #E6F2F5;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 1152px) {
    .filter-bar .c-container {
      max-width: 800px; } }
  .filter-bar form {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .filter-bar form {
        flex-direction: row;
        align-items: center; } }
    .filter-bar form:before {
      content: "Filter By:";
      display: inline-block;
      position: relative;
      width: 100%;
      color: #027998;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        .filter-bar form:before {
          width: 150px;
          font-size: 16px;
          line-height: 16px;
          margin-bottom: 0; } }
      @media (min-width: 1152px) {
        .filter-bar form:before {
          font-size: 20px;
          line-height: 20px;
          width: 230px; } }
  .filter-bar select {
    border: 1px solid #027998;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .filter-bar select {
        width: 350px;
        margin-bottom: 0;
        margin-right: 15px; } }
  .filter-bar .sf-field-post_date {
    padding: 0; }
    .filter-bar .sf-field-post_date input {
      border-color: #027998 !important; }
  .filter-bar .sf-field-search {
    width: 70%;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .filter-bar .sf-field-search {
        width: 350px;
        margin-right: 15px; } }
    .filter-bar .sf-field-search input {
      border-color: #027998; }
    .filter-bar .sf-field-search:focus::placeholder {
      text-indent: -9999px; }
    .filter-bar .sf-field-search::placeholder {
      font-size: 16px; }
  .filter-bar .sf-field-submit {
    width: 30%;
    margin-left: 15px;
    padding: 0 !important; }
    @media (min-width: 768px) {
      .filter-bar .sf-field-submit {
        width: 150px; } }
  .filter-bar input[type="submit"] {
    background-color: #027998;
    border: 1px solid #027998;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    height: 60px;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    transition: all .3s ease; }
    @media (min-width: 768px) {
      .filter-bar input[type="submit"] {
        font-size: 14px;
        line-height: 14px; } }
    @media (min-width: 1152px) {
      .filter-bar input[type="submit"] {
        font-size: 16px;
        line-height: 16px; } }
    .filter-bar input[type="submit"]:hover {
      background-color: #0289ac; }

.searchandfilter ul {
  display: flex; }

.searchandfilter li {
  padding: 0 !important; }

.download-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 60px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .download-list {
      max-width: 90%;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1152px) {
    .download-list {
      max-width: 1152px; } }
  .download-list li {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    width: 48.5%;
    margin-bottom: 30px;
    margin-right: 3%; }
    .download-list li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 576px) {
      .download-list li {
        width: 31.333%; }
        .download-list li:nth-of-type(2n) {
          margin-right: 3%; }
        .download-list li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .download-list li {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 40px; }
        .download-list li:nth-of-type(2n) {
          margin-right: 2%; }
        .download-list li:nth-of-type(3n) {
          margin-right: 2%; }
        .download-list li:nth-of-type(4n) {
          margin-right: 0; } }
    @media (min-width: 1152px) {
      .download-list li {
        margin-bottom: 60px; } }
    .download-list li a {
      display: inline-block;
      text-transform: uppercase;
      text-align: center;
      color: #027998;
      font-size: 14px;
      line-height: 18px;
      margin-top: auto;
      background-image: none;
      padding: 15px 10px;
      			/*&:hover {
      				text-decoration: none;
      
      				&:after {
      					width: 100%;
      				}
      			}
      
      			&:after {
      				content:"";
      				display: block;
      				position: relative;
      				width: 20px;
      				height: 1px;
      				margin-left: auto;
      				margin-right: auto;
      				background-color: $lightblue;
      				margin-top: 5px;
      				transition: all .3s ease;
      			}*/ }
      @media (min-width: 1152px) {
        .download-list li a {
          padding: 20px 25px; } }
      .download-list li a:hover {
        background-image: none; }
  .download-list img {
    margin-bottom: 30px;
    border: 1px solid #027998;
    padding: 20px; }
    @media (min-width: 576px) {
      .download-list img {
        aspect-ratio: 175/249; } }
  .download-list iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 16/9; }

.download-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px; }
  @media (min-width: 768px) {
    .download-title {
      min-height: 60px; } }
  @media (min-width: 1152px) {
    .download-title {
      font-size: 18px;
      line-height: 26px; } }

.video-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 60px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .video-list {
      max-width: 90%;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1152px) {
    .video-list {
      max-width: 1152px; } }
  .video-list li {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 48.5%;
    margin-bottom: 30px;
    margin-right: 3%; }
    .video-list li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 1152px) {
      .video-list li {
        margin-bottom: 60px; } }
    .video-list li a {
      display: inline-block;
      text-align: center;
      color: #3c3c3b;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 1152px) {
        .video-list li a {
          font-size: 16px;
          line-height: 20px; } }
      .video-list li a:hover {
        text-decoration: underline; }
    .video-list li:hover a {
      color: #027998;
      text-decoration: underline; }
  .video-list iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 16/9; }

.video {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.video-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 121, 152, 0.2);
  transition: all .3s ease; }
  .video-overlay :hover {
    background-color: rgba(2, 121, 152, 0.7); }
  .video-overlay a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }

.share-resource {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  /*@include breakpoint(xxldesktop) {
    max-width: $sitewidth;
  }*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .share-resource {
      max-width: 90%;
      padding-right: 0;
      padding-left: 0; } }
  .share-resource:before {
    content: "Share On";
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    color: #027998;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 50px; }
    @media (min-width: 1152px) {
      .share-resource:before {
        font-size: 16px;
        line-height: 16px; } }
  .share-resource .simplesocialbuttons {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    margin-left: auto !important; }

.search-filter-scroll-loading {
  width: 20px !important;
  height: 20px !important;
  margin: 0 auto !important; }

.article-navigation .share-resource {
  margin-bottom: 0; }
  .article-navigation .share-resource:before {
    color: #2cb573; }
@media (max-width: 767px) {
  .article-navigation a.prev {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .article-navigation a.next {
    margin-top: 20px; } }

.more-resources {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #E6F2F5; }
  .more-resources h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #027998; }
  .more-resources .our-resources {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .more-resources .our-resources {
        flex-direction: row; } }
  .more-resources .resource {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .more-resources .resource {
        margin-bottom: 0;
        width: 32%;
        margin-right: 2%; }
        .more-resources .resource:nth-of-type(2n) {
          margin-right: 2%; }
        .more-resources .resource:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 1152px) {
      .more-resources .resource {
        width: 48.666%;
        margin-right: 3.666%; }
        .more-resources .resource:nth-of-type(2n) {
          margin-right: 3.666%; } }
    .more-resources .resource p {
      padding-right: 150px; }
      @media (min-width: 768px) {
        .more-resources .resource p {
          padding-right: 0; } }
      @media (min-width: 1152px) {
        .more-resources .resource p {
          padding-right: 100px; } }
    @media (min-width: 768px) {
      .more-resources .resource a {
        padding-right: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 12px; } }
    @media (min-width: 1152px) {
      .more-resources .resource a {
        padding-right: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 14px; } }

.download-modal {
  padding: 60px; }
  .download-modal iframe {
    margin-bottom: 20px; }
  .download-modal form {
    margin-top: 40px;
    width: 100%; }
  .download-modal .gfield:nth-of-type(1) input {
    background-image: url("images/free-trials/contact-icon.png"); }
  .download-modal .gfield:nth-of-type(2) input {
    background-image: url("images/free-trials/email-icon.png"); }
  .download-modal .gfield:nth-of-type(3) input {
    background-image: url("images/free-trials/school-name-icon.png"); }
  .download-modal .gfield:nth-of-type(4) input {
    background-image: url("images/free-trials/postcode-icon.png"); }
  .download-modal input {
    border: 1px solid #027998; }
    .download-modal input:not(input[type="submit"]) {
      height: 70px;
      margin-bottom: 15px;
      padding-left: 60px !important;
      font-size: 18px;
      line-height: 18px;
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: top 50% left 10px; }
      .download-modal input:not(input[type="submit"]):focus::placeholder {
        text-indent: -9999px; }
    .download-modal input::placeholder {
      color: #333;
      font-size: 18px;
      line-height: 18px; }
  .download-modal input[type="submit"] {
    display: block;
    background-color: #027998;
    border: 1px solid #027998;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: all .3s ease; }
    .download-modal input[type="submit"]:hover {
      background-color: #0285a7; }

.modal-header {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #027998;
  font-size: 32px;
  line-height: 42px; }

.video-modal {
  padding: 30px; }
  .video-modal iframe {
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9; }

.video-title {
  width: 100%;
  text-align: center;
  color: #3c3c3b;
  font-size: 18px;
  line-height: 24px; }

.faq-sections {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 120px; }
  .faq-sections h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #027998; }
  .faq-sections ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    @media (min-width: 768px) {
      .faq-sections ul {
        flex-direction: row; } }
    @media (min-width: 1152px) {
      .faq-sections ul {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto; } }
  .faq-sections li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media (min-width: 576px) {
      .faq-sections li {
        max-width: 75%; } }
    .faq-sections li:not(:last-of-type) {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .faq-sections li:not(:last-of-type) {
          margin-bottom: 0; } }
    .faq-sections li:nth-of-type(1) .txt-col .icon-heading {
      color: #2cb573; }
    .faq-sections li:nth-of-type(2) .txt-col .icon-heading {
      color: #fec343; }
    .faq-sections li:nth-of-type(3) .txt-col .icon-heading {
      color: #FB5059; }
    .faq-sections li:nth-of-type(4) .txt-col .icon-heading {
      color: #027998; }
  .faq-sections .img-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 150px;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    border-radius: 100%; }
    @media (min-width: 768px) {
      .faq-sections .img-col {
        min-height: auto;
        width: 40%; } }
    @media (min-width: 1152px) {
      .faq-sections .img-col {
        width: 180px; } }
  .faq-sections .txt-col {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .faq-sections .txt-col a {
      color: #3c3c3b;
      position: relative;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px; }
      @media (min-width: 768px) {
        .faq-sections .txt-col a {
          font-size: 10px;
          line-height: 10px; } }
      @media (min-width: 1152px) {
        .faq-sections .txt-col a {
          font-size: 14px;
          line-height: 14px; } }
      .faq-sections .txt-col a:after {
        content: "";
        display: block;
        position: relative;
        width: 20px;
        height: 1px;
        top: 5px;
        margin-left: auto;
        margin-right: auto;
        background-color: #3c3c3b;
        transition: all .3s ease; }
      .faq-sections .txt-col a:hover {
        text-decoration: none; }
        .faq-sections .txt-col a:hover:after {
          width: 100%; }
  .faq-sections .icon-heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .faq-sections .icon-heading {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 1152px) {
      .faq-sections .icon-heading {
        font-size: 24px;
        line-height: 30px; } }

.faq-nav {
  display: block;
  position: relative;
  width: 100%;
  background-color: #E6F2F5;
  padding-top: 60px;
  padding-bottom: 60px; }
  .faq-nav ul {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    /*@include breakpoint(xxldesktop) {
      max-width: $sitewidth;
    }*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .faq-nav ul {
        max-width: 90%;
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 768px) {
      .faq-nav ul {
        flex-wrap: nowrap; } }
    @media (min-width: 1152px) {
      .faq-nav ul {
        max-width: 900px; } }
  .faq-nav li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%; }
    @media (min-width: 768px) {
      .faq-nav li {
        width: unset;
        flex: 1 0 auto; } }
    .faq-nav li:not(:last-of-type) {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .faq-nav li:not(:last-of-type) {
          margin-bottom: 0; } }
    .faq-nav li img {
      width: 80px;
      margin-bottom: 10px; }
    .faq-nav li:not(:last-of-type) {
      margin-right: 3%; }
    .faq-nav li a {
      display: block;
      color: #3c3c3b;
      font-size: 11px;
      line-height: 11px;
      text-transform: uppercase; }
      @media (min-width: 1152px) {
        .faq-nav li a {
          font-size: 14px;
          line-height: 14px; } }
      .faq-nav li a:after {
        content: "";
        display: block;
        position: relative;
        width: 20px;
        height: 1px;
        background-color: #3c3c3b;
        transition: all .3s ease;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4px; }
      .faq-nav li a:hover {
        text-decoration: none; }
        .faq-nav li a:hover:after {
          width: 100%; }

.nav-heading {
  color: #027998;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px; }
  @media (min-width: 1152px) {
    .nav-heading {
      font-size: 18px;
      line-height: 18px; } }

.faq-container {
  scroll-margin: 200px;
  padding-bottom: 0; }
  body.page-template-page-faq .faq-container {
    padding-bottom: 60px; }
  .faq-container .faq-heading {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #027998;
    font-size: 26px;
    line-height: 34px; }
    @media (min-width: 1152px) {
      .faq-container .faq-heading {
        font-size: 32px;
        line-height: 42px; } }

body.blog .text-block h1 {
  color: #2cb573; }

.search-blog {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ECF7F1;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 1152px) {
    .search-blog .c-container {
      max-width: 800px; } }
  .search-blog ul {
    width: 100%; }
  .search-blog .sf-field-search {
    width: 100%; }
  .search-blog form {
    display: flex;
    align-items: center; }
  .search-blog input[type="text"] {
    height: 70px;
    font-size: 16px;
    line-height: 16px;
    color: #2cb573;
    border: 1px solid #2cb573;
    background-image: url(images/news/search.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: top 50% right 20px; }
    @media (min-width: 768px) {
      .search-blog input[type="text"] {
        width: calc(100% - 60px);
        margin-bottom: 0; } }
    .search-blog input[type="text"]:focus::placeholder {
      text-indent: -9999px; }
    .search-blog input[type="text"]::placeholder {
      font-size: 16px;
      color: #2cb573; }
  .search-blog button[type="submit"] {
    background-color: #fff;
    border: 1px solid #2cb573;
    border-left: 0;
    border-radius: 0;
    color: #2cb573;
    text-transform: uppercase;
    height: 70px;
    width: 70px;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    transition: all .3s ease; }
    @media (min-width: 768px) {
      .search-blog button[type="submit"] {
        font-size: 14px;
        line-height: 14px; } }
    @media (min-width: 1152px) {
      .search-blog button[type="submit"] {
        font-size: 16px;
        line-height: 16px; } }

.news-navigation {
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 768px) {
    .news-navigation {
      max-width: 95%;
      margin-left: 2.5%;
      margin-right: 2.5%; } }
  .news-navigation ul {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    width: auto;
    padding-bottom: 10px; }
    @media (min-width: 1152px) {
      .news-navigation ul {
        justify-content: center;
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
        overflow: unset; } }
    .news-navigation ul::-webkit-scrollbar {
      height: 2px;
      padding-top: 5px;
      opacity: 0;
      transition: all .3s ease; }
    .news-navigation ul:hover::-webkit-scrollbar {
      width: 4px;
      height: 2px;
      opacity: 1;
      background-color: #eee; }
    .news-navigation ul:hover::-webkit-scrollbar-thumb {
      background-color: black;
      width: 50px; }
  .news-navigation li {
    display: inline-block;
    padding-left: 4%;
    padding-right: 4%; }
    .news-navigation li a {
      display: block;
      padding: 0;
      color: #3c3c3b;
      border-bottom: 3px solid #fff; }
      .news-navigation li a:hover {
        text-decoration: none;
        border-bottom: 3px solid #2cb573; }
      .news-navigation li a:after {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        height: 5px;
        margin-top: 3px;
        background-color: #fff; }
    .news-navigation li.active a:after {
      background-color: #2cb573; }
  .news-navigation .widget-title {
    display: none; }

.blog-heading {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 576px) {
    .blog-heading {
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 1152px) {
    .blog-heading {
      max-width: 1366px;
      margin-left: auto;
      margin-right: auto; } }
  .blog-heading h1 {
    color: #2cb573;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .blog-heading h1 {
        margin-bottom: 0; } }
  .blog-heading a {
    text-transform: uppercase;
    color: #3c3c3b;
    font-size: 14px;
    line-height: 14px; }
    .blog-heading a:hover {
      text-decoration: none; }
      .blog-heading a:hover:after {
        width: 100%; }
    .blog-heading a:after {
      content: "";
      display: block;
      position: relative;
      width: 20px;
      height: 1px;
      background-color: #3c3c3b;
      margin-top: 4px;
      transition: all .3s ease; }

.news-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .news-list {
      max-width: 90%;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1152px) {
    .news-list {
      max-width: 1366px; } }

.featured-posts {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 30px; }
  @media (min-width: 576px) {
    .featured-posts {
      flex-direction: row; } }
  .featured-posts li {
    width: 100%;
    background-color: #2cb573; }
    .featured-posts li:not(:last-of-type) {
      margin-bottom: 30px; }
    @media (min-width: 576px) {
      .featured-posts li {
        width: 48%; }
        .featured-posts li:not(:last-of-type) {
          margin-bottom: 0;
          margin-right: 4%; } }
  .featured-posts img {
    width: 100%; }
  .featured-posts .post-content {
    padding: 30px; }
  .featured-posts .post-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #fff; }
    @media (min-width: 768px) {
      .featured-posts .post-title {
        min-height: 50px;
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 1152px) {
      .featured-posts .post-title {
        padding-right: 100px;
        font-size: 18px;
        line-height: 26px; } }
  .featured-posts date {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px; }
    .featured-posts date:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      background-image: url("images/news/date-white.png");
      background-repeat: no-repeat;
      background-size: 15px;
      margin-right: 5px; }
  .featured-posts p {
    color: #fff;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .featured-posts p {
        font-size: 16px;
        line-height: 22px; } }

.post-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto; }
  @media (min-width: 576px) {
    .post-list {
      flex-flow: row wrap; } }
  @media (min-width: 1152px) {
    .post-list {
      max-width: 1366px;
      margin-left: auto;
      margin-right: auto; } }
  .post-list img {
    width: 100%; }
  .post-list li {
    width: 100%; }
    .post-list li:not(:last-of-type) {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .post-list li:not(:last-of-type) {
          margin-bottom: 50px; } }
    @media (min-width: 576px) {
      .post-list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px; }
        .post-list li:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .post-list li {
        width: 30.666%;
        margin-right: 4%; }
        .post-list li:nth-of-type(2n) {
          margin-right: 4%; }
        .post-list li:nth-of-type(3n) {
          margin-right: 0; } }
  .post-list .post-content {
    padding: 30px 20px;
    border-bottom: 2px solid #2cb573; }
  .post-list .post-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #3c3c3b;
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      .post-list .post-title {
        min-height: 50px;
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 1152px) {
      .post-list .post-title {
        padding-right: 20px;
        font-size: 18px;
        line-height: 26px; } }
  .post-list date {
    display: flex;
    align-items: center;
    position: relative;
    color: #2cb573;
    font-size: 14px;
    line-height: 14px; }
    .post-list date:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      background-image: url("images/news/date.png");
      background-repeat: no-repeat;
      background-size: 15px;
      margin-right: 5px; }

.article-intro {
  display: block;
  position: relative;
  width: 100%; }
  .article-intro .c-container {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 60px;
    border-bottom: 2px solid #2cb573; }
    @media (min-width: 768px) {
      .article-intro .c-container {
        flex-direction: row; } }
  .article-intro .intro-text {
    width: 100%;
    position: relative;
    display: block;
    order: 2;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .article-intro .intro-text {
        order: 1;
        width: 50%;
        padding: 60px 0; } }
    .article-intro .intro-text h1 {
      color: #2cb573;
      margin-bottom: 30px; }
    .article-intro .intro-text date {
      display: flex;
      align-items: center;
      color: #2cb573;
      margin-bottom: 30px; }
      .article-intro .intro-text date:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        background-image: url("images/news/date.png");
        background-repeat: no-repeat;
        background-size: 15px;
        margin-right: 5px; }
  .article-intro img {
    width: 100%;
    order: 1; }
    @media (min-width: 768px) {
      .article-intro img {
        order: 1;
        width: 45%;
        margin-left: 5%; } }
  .article-intro p {
    margin-bottom: 30px;
    color: #3c3c3b; }
  .article-intro a {
    text-transform: none;
    background-color: #2cb573;
    color: #fff;
    padding: 20px 30px 20px 60px;
    background-image: url("images/news/email.png");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 20px; }
    .article-intro a:hover {
      background-color: #007d4d; }
    @media (min-width: 1152px) {
      .article-intro a {
        font-size: 16px;
        line-height: 16px; } }

article {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  /*@include breakpoint(xxldesktop) {
    max-width: $sitewidth;
  }*/
  padding: 60px 30px !important; }
  @media (min-width: 768px) {
    article {
      max-width: 90%;
      padding-right: 0;
      padding-left: 0; } }
  article h2, article h3, article h4, article h5, article h6 {
    font-size: 24px;
    line-height: 34px;
    color: #2cb573;
    margin-bottom: 20px; }
  article p {
    margin-bottom: 20px;
    color: #3c3c3b; }
    article p a {
      text-decoration: underline;
      color: #027998; }
      article p a:hover {
        text-decoration: none; }
  article strong {
    color: #3c3c3b; }
  article ul {
    margin-bottom: 20px;
    padding-left: 15px;
    color: #3c3c3b; }
    article ul li {
      list-style: disc;
      color: #3c3c3b;
      font-size: 18px;
      line-height: 28px; }
      article ul li a {
        text-decoration: underline;
        color: #027998; }
        article ul li a:hover {
          text-decoration: none; }
      article ul li:not(:last-of-type) {
        margin-bottom: 10px; }
  article iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%; }

.article-navigation {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ECF7F1; }
  .article-navigation .c-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .article-navigation .c-container {
        flex-direction: row; } }
  .article-navigation .share {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    order: 3; }
    @media (min-width: 768px) {
      .article-navigation .share {
        order: 2;
        margin-top: 0; } }
    .article-navigation .share li:not(:last-of-type) {
      margin-right: 15px; }
    .article-navigation .share:before {
      content: "Share On";
      display: block;
      position: relative;
      text-transform: uppercase;
      color: #2cb573;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
  .article-navigation a[rel=prev], .article-navigation a[rel=next] {
    color: #2cb573;
    text-transform: uppercase; }
  .article-navigation .prev-article {
    display: inline-flex;
    align-items: center;
    order: 1;
    color: #2cb573;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .article-navigation .prev-article {
        margin-bottom: 0; } }
    .article-navigation .prev-article:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      background-color: #ccc;
      margin-right: 10px; }
  .article-navigation .next-article {
    display: inline-flex;
    align-items: center;
    color: #2cb573;
    text-transform: uppercase;
    order: 2; }
    @media (min-width: 768px) {
      .article-navigation .next-article {
        order: 3; } }
    .article-navigation .next-article:after {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      background-color: #ccc;
      margin-left: 10px; }

.related-articles {
  padding-top: 60px; }
  .related-articles h4 {
    width: 100%;
    text-align: center;
    color: #2cb573;
    margin-bottom: 60px; }

@media (max-width: 767px) {
  .simplesocialbuttons {
    margin-top: 20px;
    margin-bottom: 20px; } }
.event-list {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  /*@include breakpoint(xxldesktop) {
    max-width: $sitewidth;
  }*/
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  padding-top: 60px; }
  @media (min-width: 768px) {
    .event-list {
      max-width: 90%;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 576px) {
    .event-list {
      flex-flow: row wrap; } }
  .event-list li:not(li ul li) {
    width: 100%;
    border: 1px solid #ddd;
    transition: all .3s ease;
    margin-bottom: 30px;
    padding: 40px; }
    @media (min-width: 768px) {
      .event-list li:not(li ul li) {
        width: 49%;
        padding: 25px;
        margin-right: 2%;
        margin-bottom: 15px; }
        .event-list li:not(li ul li):nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .event-list li:not(li ul li) {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%; }
        .event-list li:not(li ul li):nth-of-type(2n) {
          margin-right: 2%; }
        .event-list li:not(li ul li):nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 1152px) {
      .event-list li:not(li ul li) {
        padding: 30px;
        padding-right: 60px; } }
    .event-list li:not(li ul li):hover {
      border: 1px solid #027998; }
  .event-list li ul {
    margin-bottom: 30px; }
    .event-list li ul .date:before {
      background: url("images/icons/events/date-sml.png") no-repeat left;
      background-size: 20px; }
    .event-list li ul .time:before {
      background: url("images/icons/events/time-sml.png") no-repeat left;
      background-size: 20px; }
    .event-list li ul li {
      display: flex;
      align-items: center;
      color: #3c3c3b; }
      .event-list li ul li:not(:last-of-type) {
        margin-bottom: 10px; }
      .event-list li ul li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 10px; }

.event-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #027998;
  font-size: 18px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .event-title {
      font-size: 16px;
      line-height: 22px; } }
  @media (min-width: 1152px) {
    .event-title {
      font-size: 18px;
      line-height: 26px; } }

.event-intro {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60px; }
  @media (min-width: 1152px) {
    .event-intro .c-container {
      max-width: 1000px; } }
  .event-intro h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #027998; }
  .event-intro ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .event-intro ul {
        flex-direction: row;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .event-intro ul {
        max-width: 100%; } }
  .event-intro li {
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #027998;
    padding: 50px 30px; }
    .event-intro li:not(:last-of-type) {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .event-intro li {
        width: 32%; }
        .event-intro li:not(:last-of-type) {
          margin-bottom: 0;
          margin-right: 3%; } }
    .event-intro li p {
      color: #3c3c3b; }
  .event-intro .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .event-intro .icon-heading {
    font-size: 20px;
    line-height: 26px;
    color: #027998;
    margin-bottom: 20px; }
  .event-intro p:not(li p) {
    color: #666;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .event-intro p:not(li p) {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        line-height: 22px; } }
    @media (min-width: 1152px) {
      .event-intro p:not(li p) {
        font-size: 18px;
        line-height: 26px; } }

.book-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
  position: relative; }

.event-navigation {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #E6F2F5; }
  .event-navigation .c-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .event-navigation .c-container {
        flex-direction: row; } }
  .event-navigation a.next,
  .event-navigation a.prev {
    font-family: "latoRegular", "HelveticaNeue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #027998;
    z-index: 5; }
  .event-navigation a.next {
    margin-left: auto; }
  .event-navigation a.prev {
    margin-right: auto; }

div.simplesocialbuttons {
  width: 100%;
  position: absolute;
  left: 0;
  margin: 0 auto 30px auto !important; }

div.simplesocialbuttons.simplesocialbuttons-align-left {
  text-align: center !important; }

.related-events {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 120px;
  padding-top: 60px; }
  .related-events h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #027998; }
  .related-events ul {
    padding-top: 0;
    padding-bottom: 0; }

.how-to-access {
  padding-bottom: 60px;
  padding-top: 60px; }

.how-to {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px; }
  @media (min-width: 1152px) {
    .how-to {
      padding: 30px 5%; } }
  @media (min-width: 768px) {
    .how-to {
      flex-direction: row; } }
  .how-to.green-theme h2 {
    color: #2cb573; }
  .how-to.green-theme a {
    color: #2cb573; }
    .how-to.green-theme a:after {
      background-color: #2cb573; }
  .how-to.yellow-theme h2 {
    color: #fec343; }
  .how-to.yellow-theme a {
    color: #fec343; }
    .how-to.yellow-theme a:after {
      background-color: #fec343; }
  .how-to.red-theme h2 {
    color: #FB5059; }
  .how-to.red-theme a {
    color: #FB5059; }
    .how-to.red-theme a:after {
      background-color: #FB5059; }

.howto-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  width: 250px;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%; }
  @media (min-width: 768px) {
    .howto-image {
      width: 20%;
      margin-bottom: 0;
      margin-right: 5%; } }

.howto-description {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .howto-description {
      width: 75%; } }
  .howto-description h2 {
    margin-bottom: 20px; }
  .howto-description p {
    margin-bottom: 20px;
    color: #3c3c3b; }
  .howto-description a {
    position: relative;
    text-transform: uppercase;
    font-size: 14px; }
    .howto-description a:hover {
      text-decoration: none; }
    .howto-description a:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -7px;
      width: 20px;
      height: 1px;
      transition: all .3s ease; }
    .howto-description a:hover:after {
      width: 100%; }
    .howto-description a + a {
      margin-left: 20px; }

.contact-container {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #E6F2F5; }
  @media (min-width: 1152px) {
    .contact-container {
      padding-bottom: 100px;
      padding-top: 100px; } }
  .contact-container .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .contact-container .c-container {
        flex-direction: row; } }
    @media (min-width: 1152px) {
      .contact-container .c-container {
        max-width: 1000px; } }
  .contact-container .gravity-theme {
    width: 100%; }
    @media (min-width: 768px) {
      .contact-container .gravity-theme {
        width: 50%; } }
  .contact-container .gfield:nth-of-type(1) input {
    background-image: url("images/free-trials/contact-icon.png"); }
  .contact-container .gfield:nth-of-type(2) input {
    background-image: url("images/free-trials/email-icon.png"); }
  .contact-container .gfield:nth-of-type(3) input {
    background-image: url("images/invoice-payment/icon-3.png"); }
  .contact-container .gfield:nth-of-type(4) input {
    background-image: url("images/free-trials/school-name-icon.png"); }
  .contact-container .gfield:nth-of-type(5) input {
    background-image: url("images/free-trials/postcode-icon.png"); }
  .contact-container form {
    width: 100%; }
    .contact-container form input {
      border: 1px solid #027998;
      margin-bottom: 10px;
      padding-left: 50px !important;
      color: #3c3c3b;
      font-size: 18px;
      line-height: 18px;
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: top 50% left 10px; }
      .contact-container form input::placeholder {
        color: #3c3c3b;
        font-size: 18px;
        line-height: 18px; }
      .contact-container form input:focus::placeholder {
        text-indent: -9999px; }
    .contact-container form textarea {
      color: #3c3c3b;
      font-size: 18px;
      border: 1px solid #027998;
      min-height: 200px;
      line-height: 18px;
      margin-bottom: 15px;
      padding: 20px !important;
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: top 50% left 10px; }
      .contact-container form textarea::placeholder {
        color: #3c3c3b;
        font-size: 18px;
        line-height: 18px; }
      .contact-container form textarea:focus::placeholder {
        text-indent: -9999px; }
    .contact-container form input[type="checkbox"] {
      position: relative;
      margin-right: 5px; }
    .contact-container form input[type="submit"] {
      background-image: none;
      text-align: center;
      cursor: pointer;
      padding: 20px 60px;
      display: block;
      margin-top: 20px;
      transition: all .3s ease; }
      .contact-container form input[type="submit"]:hover {
        background-color: #05566B; }
  .contact-container .contact-details {
    width: 100%;
    margin-top: 60px; }
    @media (min-width: 768px) {
      .contact-container .contact-details {
        margin-top: 0;
        width: 50%;
        padding-right: 30px;
        padding-left: 30px; } }
    .contact-container .contact-details p:not(.callus p):not(.email p):not(.visit-us p) {
      color: #3c3c3b;
      padding-left: 70px;
      font-size: 14px;
      line-height: 20px; }
      .contact-container .contact-details p:not(.callus p):not(.email p):not(.visit-us p):not(:last-of-type) {
        margin-bottom: 30px; }
  .contact-container .callus {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 70px; }
    .contact-container .callus:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background: url("images/icons/contact/phone.png") no-repeat left;
      background-size: 60px; }
    .contact-container .callus * {
      color: #027998; }
    .contact-container .callus p {
      margin-bottom: 5px;
      text-transform: uppercase;
      font-size: 14px; }
    .contact-container .callus a {
      font-size: 26px;
      line-height: 26px; }
      @media (min-width: 1152px) {
        .contact-container .callus a {
          font-size: 40px;
          line-height: 40px; } }
  .contact-container .email {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 70px; }
    .contact-container .email:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background: url("images/icons/contact/email.png") no-repeat left;
      background-size: 60px; }
    .contact-container .email * {
      color: #027998; }
    .contact-container .email p {
      margin-bottom: 5px;
      text-transform: uppercase;
      font-size: 14px; }
    .contact-container .email a {
      font-size: 26px;
      line-height: 26px;
      text-decoration: underline;
      text-underline-offset: 8px; }
      @media (min-width: 1152px) {
        .contact-container .email a {
          font-size: 40px;
          line-height: 40px; } }
      .contact-container .email a:hover {
        text-decoration: none; }
  .contact-container .visit-us {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 70px; }
    .contact-container .visit-us:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background: url("images/icons/contact/visit-us.png") no-repeat left;
      background-size: 60px; }
    .contact-container .visit-us p {
      color: #027998;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-size: 14px; }
    .contact-container .visit-us address {
      color: #3c3c3b;
      margin-bottom: 20px;
      font-style: normal; }
    .contact-container .visit-us a {
      position: relative;
      color: #027998;
      font-size: 12px;
      line-height: 12px;
      text-transform: uppercase; }
      @media (min-width: 1152px) {
        .contact-container .visit-us a {
          font-size: 14px;
          line-height: 14px; } }
      .contact-container .visit-us a + a {
        margin-left: 30px; }
      .contact-container .visit-us a:hover {
        text-decoration: none; }
        .contact-container .visit-us a:hover:after {
          width: 100%; }
      .contact-container .visit-us a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 20px;
        height: 1px;
        background-color: #027998;
        transition: all .3s ease; }

.page-template-page-complaints .gfield:nth-of-type(2) input {
  background-image: url("images/invoice-payment/icon-3.png"); }
.page-template-page-complaints .gfield:nth-of-type(3) input {
  background-image: url("images/free-trials/email-icon.png"); }

.support {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 80px; }
  .support h3 {
    width: 100%;
    text-align: center;
    color: #027998;
    margin-bottom: 60px; }
  .support ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
    @media (min-width: 1152px) {
      .support ul {
        padding: 0 10%; } }
  .support li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px; }
    .support li img {
      width: 60%;
      margin-bottom: 20px; }
    .support li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .support li {
        width: 23.5%;
        margin-bottom: 0; }
        .support li:nth-of-type(2n) {
          margin-right: 2%; }
        .support li:nth-of-type(4n) {
          margin-right: 0; } }
    .support li p {
      text-align: center;
      color: #3c3c3b; }
      @media (min-width: 768px) {
        .support li p {
          font-size: 13px;
          line-height: 16px; } }
      @media (min-width: 1152px) {
        .support li p {
          font-size: 16px;
          line-height: 20px; } }
      .support li p a {
        text-decoration: underline;
        color: #3c3c3b; }
        .support li p a:hover {
          text-decoration: none; }
  .support .support-heading {
    display: block;
    margin-bottom: 10px;
    color: #027998;
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .support .support-heading {
        font-size: 18px;
        line-height: 24px; } }
  .support p:not(li p) {
    margin-top: 30px;
    text-align: center;
    color: #3c3c3b; }
    @media (min-width: 768px) {
      .support p:not(li p) {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px; } }
    .support p:not(li p) a {
      text-decoration: underline;
      text-underline-offset: 2px; }
      .support p:not(li p) a:hover {
        text-decoration: none; }

.cart-empty {
  border-top: 0 !important; }

.woocommerce-info::before {
  display: none !important; }

.woocommerce-info {
  padding: 30px !important;
  text-align: center !important; }

.woocommerce-message {
  background-color: #D9F0C7 !important;
  border-top: 1px solid #C6E9AA !important;
  border: 1px solid #C6E9AA !important;
  padding: 30px !important;
  text-align: center !important;
  color: #529023 !important; }

.woocommerce-message::before {
  display: none !important; }

ul.woocommerce-error {
  border-top: 0 !important;
  padding: 0 !important;
  background-color: #fff !important; }
  ul.woocommerce-error li {
    background-color: #fff;
    padding: 5px 0 !important;
    color: #f25c54; }
    ul.woocommerce-error li strong {
      color: #f25c54; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: #f25c54 !important; }

.woocommerce form .form-row .required {
  color: #f25c54 !important; }

.woocommerce-error::before {
  display: none !important; }

p.return-to-shop {
  text-align: center; }
  p.return-to-shop .button {
    background-color: #027998 !important;
    border: 1px solid #027998 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: normal !important;
    padding: 15px 25px !important; }

.woocommerce a.remove:hover {
  color: #003B4B !important;
  background-color: transparent !important; }

@media (max-width: 768px) {
  .woocommerce-cart-form {
    border: 1px solid #ccc;
    padding: 20px; } }

body.woocommerce-cart .entry-header {
  width: 100%;
  margin-bottom: 30px; }
body.woocommerce-cart h1 {
  color: #027998;
  text-align: center;
  font-size: 26px;
  line-height: 36px; }
  @media (min-width: 1152px) {
    body.woocommerce-cart h1 {
      font-size: 32px;
      line-height: 42px; } }
body.woocommerce-cart .shop_table.cart {
  border-radius: 0 !important;
  border: 0 !important; }
  body.woocommerce-cart .shop_table.cart thead {
    background-color: #003B4B; }
    body.woocommerce-cart .shop_table.cart thead th {
      color: #fff;
      padding: 15px !important; }
      body.woocommerce-cart .shop_table.cart thead th.product-price, body.woocommerce-cart .shop_table.cart thead th.product-quantity, body.woocommerce-cart .shop_table.cart thead th.product-subototal {
        text-align: center; }
  body.woocommerce-cart .shop_table.cart tbody td {
    background-color: transparent !important;
    padding: 30px 15px !important; }
    @media (min-width: 769px) {
      body.woocommerce-cart .shop_table.cart tbody td:not(td.actions):first-of-type {
        border-left: 1px solid #ccc !important; }
      body.woocommerce-cart .shop_table.cart tbody td:not(td.actions):last-of-type {
        border-right: 1px solid #ccc !important; } }
    body.woocommerce-cart .shop_table.cart tbody td.product-price, body.woocommerce-cart .shop_table.cart tbody td.product-quantity, body.woocommerce-cart .shop_table.cart tbody td.product-subototal {
      text-align: center; }
  @media (max-width: 768px) {
    body.woocommerce-cart .shop_table.cart tbody tr {
      background-color: transparent !important; }
      body.woocommerce-cart .shop_table.cart tbody tr:not(:first-of-type) {
        border-top: 3px solid #027998; }
      body.woocommerce-cart .shop_table.cart tbody tr:last-of-type {
        border-top: 0; } }
  body.woocommerce-cart .shop_table.cart tbody .product-name {
    font-size: 18px;
    line-height: 24px;
    color: #027998; }
    @media (min-width: 768px) {
      body.woocommerce-cart .shop_table.cart tbody .product-name {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px; } }
    @media (min-width: 1600px) {
      body.woocommerce-cart .shop_table.cart tbody .product-name {
        font-size: 18px;
        line-height: 24px; } }
  body.woocommerce-cart .shop_table.cart tbody .product-price bdi,
  body.woocommerce-cart .shop_table.cart tbody .product-subtotal bdi {
    color: #2cb573;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 768px) {
      body.woocommerce-cart .shop_table.cart tbody .product-price bdi,
      body.woocommerce-cart .shop_table.cart tbody .product-subtotal bdi {
        font-size: 14px;
        line-height: 20px; } }
    @media (min-width: 1600px) {
      body.woocommerce-cart .shop_table.cart tbody .product-price bdi,
      body.woocommerce-cart .shop_table.cart tbody .product-subtotal bdi {
        font-size: 18px;
        line-height: 24px; } }
  body.woocommerce-cart .shop_table.cart tbody .qty {
    border: 1px solid #ccc !important;
    height: 50px;
    width: 50px; }

td.actions .clear-cart {
  float: left;
  width: 100%;
  margin-top: 15px; }
  @media (min-width: 769px) {
    td.actions .clear-cart {
      width: auto;
      margin-top: 0; } }
  td.actions .clear-cart .button {
    background-color: #fff !important;
    border: 1px solid #027998 !important;
    border-radius: 0 !important;
    padding: 15px 25px !important;
    text-align: center;
    text-transform: uppercase !important;
    color: #027998 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 14px !important;
    transition: all .3s ease; }
    td.actions .clear-cart .button:hover {
      background-color: #027998 !important;
      color: #fff !important; }
td.actions button[type="submit"] {
  background-color: #fff !important;
  border: 1px solid #2cb573 !important;
  border-radius: 0 !important;
  padding: 15px 25px !important;
  text-transform: uppercase !important;
  color: #2cb573 !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 14px !important;
  transition: all .3s ease; }
  td.actions button[type="submit"]:hover {
    background-color: #2cb573 !important;
    color: #fff !important; }

.cart_totals {
  border: 1px solid #ccc;
  padding: 0 20px;
  width: 35% !important; }
  .cart_totals table {
    border: 0 !important; }
  .cart_totals h2 {
    display: none;
    visibility: hidden; }
  .cart_totals th {
    background-color: transparent !important;
    padding: 30px 15px !important;
    color: #027998;
    font-size: 18px;
    line-height: 18px !important; }
    @media (min-width: 768px) {
      .cart_totals th {
        font-size: 14px;
        line-height: 14px !important; } }
    @media (min-width: 1600px) {
      .cart_totals th {
        font-size: 18px;
        line-height: 18px !important; } }
  .cart_totals td {
    background-color: transparent !important;
    padding: 30px 15px !important;
    text-align: right;
    font-size: 18px;
    line-height: 18px !important; }
    @media (min-width: 768px) {
      .cart_totals td {
        font-size: 14px;
        line-height: 14px !important; } }
    @media (min-width: 1600px) {
      .cart_totals td {
        font-size: 18px;
        line-height: 18px !important; } }
    .cart_totals td bdi {
      color: #2cb573; }
  .cart_totals .checkout-button {
    margin-bottom: 0 !important;
    background-color: #2cb573 !important;
    border-radius: 0 !important;
    font-weight: normal !important;
    text-transform: uppercase;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    transition: all .3s ease;
    font-size: 12px !important;
    line-height: 12px !important; }
    @media (min-width: 1600px) {
      .cart_totals .checkout-button {
        font-size: 16px !important;
        line-height: 16px !important; } }
    .cart_totals .checkout-button:hover {
      background-color: #003B4B !important;
      color: #fff !important; }
  .cart_totals .wc-proceed-to-checkout {
    padding: 0 0 20px 0 !important; }

/* Checkout */
body.woocommerce-checkout .entry-header {
  width: 100%;
  margin-bottom: 30px; }
body.woocommerce-checkout h1 {
  color: #027998;
  text-align: center;
  font-size: 26px;
  line-height: 36px; }
  @media (min-width: 1152px) {
    body.woocommerce-checkout h1 {
      font-size: 32px;
      line-height: 42px; } }
body.woocommerce-checkout #customer_details h3 {
  color: #027998;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px; }
body.woocommerce-checkout .form-row .input-text {
  border-color: #027998 !important; }
body.woocommerce-checkout .woocommerce-invalid-required-field .input-text {
  border-color: #f25c54 !important; }
body.woocommerce-checkout textarea.input-text {
  min-height: 15rem !important; }
body.woocommerce-checkout .col2-set {
  margin-bottom: 60px; }
body.woocommerce-checkout #order_review_heading {
  color: #027998;
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 36px; }
  @media (min-width: 1152px) {
    body.woocommerce-checkout #order_review_heading {
      font-size: 32px;
      line-height: 42px; } }
@media (min-width: 992px) {
  body.woocommerce-checkout #order_review {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; } }
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border-radius: 0 !important;
  border: 0 !important; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
    background-color: #003B4B;
    color: #fff !important; }
    body.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
      padding: 15px !important; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
    padding: 15px !important;
    color: #027998 !important; }
    body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td + td {
      color: #2cb573 !important; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td {
    padding: 15px !important;
    background-color: #f9f9f9; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th {
    color: #027998 !important; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td {
    color: #2cb573 !important; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
    color: #027998 !important; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td strong {
    color: #2cb573 !important; }

.wc_payment_methods li {
  list-style: none; }
.wc_payment_methods label {
  display: inline; }

.woocommerce-checkout #payment {
  background-color: #fff !important; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: unset;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 50px;
  height: 50px !important;
  background-color: #2cb573 !important;
  border: 1px solid #2cb573 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: normal !important;
  transition: all .3s ease; }
  .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background-color: #027998 !important;
    border: 1px solid #027998 !important; }

.woocommerce-form-coupon-toggle {
  display: none;
  visibility: hidden; }

.xoo-cp-atcn {
  border-bottom: 1px solid #2cb573;
  border-radius: 0 !important;
  padding: 10px 0 20px 0 !important; }

.xoo-cp-success {
  background-color: #fff !important;
  text-align: center;
  color: #2cb573;
  font-size: 24px;
  line-height: 34px; }

.xoo-cp-icon-check:before {
  display: none !important; }

span.xoo-cp-close {
  right: 25px !important;
  top: 27px !important;
  color: #2cb573; }

.xoo-cp-container {
  border-radius: 0 !important;
  border: 1px solid #fff !important; }

.basket-popup--contents {
  padding: 60px 0 0;
  text-align: center; }
  .basket-popup--contents .product-name {
    display: block;
    color: #2cb573;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px; }
  .basket-popup--contents bdi {
    color: #2cb573;
    font-size: 26px;
    line-height: 26px; }

.xoo-cp-btns {
  margin-top: 45px; }
  .xoo-cp-btns .xoo-cp-close {
    display: inline-block;
    position: relative;
    padding: 15px 0;
    border: 1px solid #2cb573;
    color: #2cb573;
    min-width: 200px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px; }
    .xoo-cp-btns .xoo-cp-close:hover {
      text-decoration: none; }

.xoo-cp-btn-vc {
  display: inline-block;
  position: relative;
  padding: 15px 0;
  min-width: 200px;
  border: 1px solid #2cb573;
  background-color: #2cb573;
  color: #fff;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px; }
  .xoo-cp-btn-vc:hover {
    text-decoration: none; }

.go-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px 0;
  margin-top: 75px;
  border-top: 1px solid #2cb573;
  color: #2cb573;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase; }
  .go-checkout:hover {
    text-decoration: none; }

.woocommerce-order p:not(.woocommerce-thankyou-order-received):not(.woocommerce-customer-details p) {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #f2f2f2; }

.woocommerce-thankyou-order-received {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #027998;
  margin-bottom: 20px; }

.woocommerce ul.order_details {
  margin-top: 60px;
  padding-left: 0; }

.woocommerce-order-details {
  margin-top: 60px; }

.woocommerce ul.order_details li {
  border-right: 0 !important;
  width: 100%;
  color: #999; }
  @media (min-width: 768px) {
    .woocommerce ul.order_details li {
      border-right: 1px solid #027998 !important;
      width: auto; } }

.woocommerce-table--order-details {
  border-radius: 0 !important;
  border: 0 !important; }
  .woocommerce-table--order-details thead {
    background-color: #003B4B !important;
    color: #fff; }
  .woocommerce-table--order-details tbody td,
  .woocommerce-table--order-details tfoot td {
    padding: 20px 12px !important; }
  .woocommerce-table--order-details tbody td:first-of-type {
    border-left: 1px solid #ccc; }
  .woocommerce-table--order-details tbody td:last-of-type {
    border-right: 1px solid #ccc; }
  .woocommerce-table--order-details tfoot th:first-of-type {
    border-left: 1px solid #ccc; }
  .woocommerce-table--order-details tfoot td:last-of-type {
    border-right: 1px solid #ccc; }
  .woocommerce-table--order-details tfoot tr:last-of-type th, .woocommerce-table--order-details tfoot tr:last-of-type td {
    border-bottom: 1px solid #ccc; }

.woocommerce .woocommerce-customer-details address {
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0 !important;
  color: #000 !important;
  margin-top: 10px; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  display: none !important; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  padding-left: 0 !important;
  color: #000 !important; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  display: none !important; }

body.error404 .site-header {
  background-color: #fff; }
body.error404 .site-main {
  overflow: hidden;
  padding-top: 30px; }

.not-found {
  background-color: #E6F2F5; }
  .not-found .c-container {
    position: relative;
    padding: 100px 60px;
    max-width: 1200px;
    background-image: url("images/404/ABC-Icon.png");
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: top 30px right -20px; }
    @media (min-width: 768px) {
      .not-found .c-container {
        background-position: top 50% right -20px; } }
    @media (min-width: 992px) {
      .not-found .c-container {
        background-position: top 50% right 20px; } }
  .not-found .error-img {
    display: block;
    margin-bottom: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1152px) {
      .not-found .error-img {
        max-width: 400px; } }
    @media (min-width: 1600px) {
      .not-found .error-img {
        max-width: 600px; } }
  .not-found h1 {
    color: #027998;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px; }
    @media (min-width: 1600px) {
      .not-found h1 {
        font-size: 32px;
        line-height: 42px; } }
  .not-found p {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 1600px) {
      .not-found p {
        margin-bottom: 40px; } }
    .not-found p br {
      display: none; }
      @media (min-width: 576px) {
        .not-found p br {
          display: inline-block; } }
  .not-found .blue-solid, .not-found .enquiry-form-container form input[type="submit"], .enquiry-form-container form .not-found input[type="submit"], .not-found .contact-container form input[type="submit"], .contact-container form .not-found input[type="submit"] {
    background-image: none; }
    @media (min-width: 576px) {
      .not-found .blue-solid, .not-found .enquiry-form-container form input[type="submit"], .enquiry-form-container form .not-found input[type="submit"], .not-found .contact-container form input[type="submit"], .contact-container form .not-found input[type="submit"] {
        background-image: url("images/icons/white-icons/arrow-right-icon.png"); } }
  .not-found .blue-outline {
    background-image: none; }
    @media (min-width: 576px) {
      .not-found .blue-outline {
        background-image: url("images/icons/blue-arrow.png"); }
        .not-found .blue-outline:hover {
          background-image: url("images/icons/white-icons/arrow-right-icon.png"); } }
  .not-found .btn-container {
    padding: 0 60px; }
    .not-found .btn-container a {
      text-align: center; }
      .not-found .btn-container a + a {
        margin-top: 20px; }
        @media (min-width: 768px) {
          .not-found .btn-container a + a {
            margin-top: 0;
            margin-left: 20px; } }
    @media (min-width: 768px) {
      .not-found .btn-container {
        display: flex;
        align-items: center;
        justify-content: center; } }
  .not-found .left-character {
    position: absolute;
    left: -85px;
    bottom: 15px;
    width: 230px;
    height: auto; }
    .not-found .left-character img {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .not-found .left-character {
        bottom: 30px;
        left: -35px;
        width: 285px; } }
    @media (min-width: 992px) {
      .not-found .left-character {
        left: 30px;
        width: 320px; } }
    @media (min-width: 1600px) {
      .not-found .left-character {
        left: 0;
        bottom: 60px;
        width: 360px; } }
  .not-found .right-character {
    position: absolute;
    right: -85px;
    bottom: 15px;
    width: 230px;
    height: auto; }
    .not-found .right-character img {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .not-found .right-character {
        bottom: 30px;
        right: -35px;
        width: 285px; } }
    @media (min-width: 992px) {
      .not-found .right-character {
        right: 30px;
        width: 320px; } }
    @media (min-width: 1600px) {
      .not-found .right-character {
        bottom: 60px;
        right: 0;
        width: 360px; } }

.story-video {
  padding-top: 60px;
  padding-bottom: 60px; }
  .story-video h3 {
    color: #027998;
    width: 100%;
    text-align: center;
    margin-bottom: 60px; }
  .story-video iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; }
    @media (min-width: 1152px) {
      .story-video iframe {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto; } }

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