@charset "UTF-8";
/*
Theme Name: Innovator International
Author: 21Digital
Author URI: https://21digital.agency
Description: Innvovator International 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; }

/* Our Site Breakpoints (same as twitter bootstrap) */
/* 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: 'hindlight';
  src: url("fonts/hind-light-webfont.woff2") format("woff2"), url("fonts/hind-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratbold';
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url("fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Light.woff") format("woff"), url("fonts/HelveticaNeue-Light.ttf") format("truetype"), url("fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "HelveticaNeue-Light";
  font-size: 16px; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

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

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

.blue-bg {
  background-color: #06233C;
  background-image: url("images/backgrounds/blue-bg.png");
  background-repeat: repeat;
  background-size: auto;
  color: #ffffff; }

.grey-bg {
  background-color: #F2F2F2; }

.image-scale {
  display: block;
  position: relative;
  overflow: hidden; }

.woocommerce-notices-wrapper {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1366px) {
    .woocommerce-notices-wrapper {
      max-width: 1150px; } }

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

.woocommerce-message {
  border: 0 !important;
  padding: 30px !important;
  text-align: center;
  background-color: #F4FCEB;
  color: #139a43 !important;
  border: 1px solid #D5ECBC !important;
  font-family: "montserratbold";
  text-transform: uppercase; }

.c-container, body.single-product .product-inner, .up-sells .course-products {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px; }
  @media (min-width: 1366px) {
    .c-container, body.single-product .product-inner, .up-sells .course-products {
      padding: 0; } }

section {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0; }

.section-large--padding {
  padding: 120px 0 120px 0 !important; }

.yellow-border {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  background-color: #F4C216;
  height: 1px; }

.site-header {
  display: flex;
  position: sticky;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px 20px;
  z-index: 50;
  top: 0;
  left: 0;
  transition: all .3s ease;
  background-color: #ffffff;
  border-bottom: 3px solid #F4C216; }
  @media (min-width: 768px) {
    .site-header {
      padding: 25px 5%; } }
  @media (min-width: 992px) {
    .site-header {
      padding: 25px 3%; } }
  .site-header .logo-white {
    display: none; }
  .site-header .logo-default {
    display: block; }

.sticky-header {
  background-color: #ffffff !important;
  border-bottom: 3px solid #F4C216 !important; }
  .sticky-header .logo-white {
    display: none; }
  .sticky-header .logo-default {
    display: block; }
  .sticky-header #HeaderLinks li a:not(.sub-menu li a) {
    color: #06233C; }
  .sticky-header #HeaderLinks .menu-item-has-children:hover a {
    color: #ffffff; }
  .sticky-header .download-link a {
    color: #06233C; }
    .sticky-header .download-link a:visited {
      color: #06233C; }

.site-search {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #06233C;
  height: 100px;
  z-index: 100;
  transform: translateY(-100px); }
  .site-search .search-form {
    display: flex;
    width: 80%; }
    @media (min-width: 768px) {
      .site-search .search-form {
        width: 600px; } }
    @media (min-width: 1152px) {
      .site-search .search-form {
        width: 800px; } }
  .site-search input[type="search"] {
    width: 100%;
    height: 50px;
    font-size: 18px;
    border: 1px solid #fff;
    color: #ffffff;
    padding-left: 20px;
    border-right: 0;
    background-color: #06233C; }
    .site-search input[type="search"]:focus, .site-search input[type="search"]:active {
      outline: 0; }
    .site-search input[type="search"]::placeholder {
      color: #ffffff; }
  .site-search input[type="submit"] {
    width: 50px;
    border: 1px solid #fff;
    background-color: #06233C;
    border-left: 0;
    height: 50px;
    text-indent: -9999px;
    background-image: url("images/icons/search-icon.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }
  .site-search .close-search {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center; }
    .site-search .close-search img {
      width: 100%;
      max-width: 20px;
      height: auto; }
  .site-search.search-active {
    display: flex;
    transform: translateY(0); }
    @media (max-width: 991px) {
      .site-search.search-active {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 20px;
        width: 100%; } }

@media (max-width: 991px) {
  body.search-opened .site-header {
    top: 100px; }
  body.search-opened .sticky-header {
    top: 100px; } }
@media (min-width: 992px) {
  body.search-opened .site-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  body.search-opened .site-header,
  body.search-opened .page-wrapper {
    margin-top: 100px; } }

.site-logo {
  display: flex;
  align-self: center;
  width: 60%;
  padding: 0; }
  @media (min-width: 768px) {
    .site-logo {
      width: 20%; } }
  @media (min-width: 992px) {
    .site-logo {
      width: 19%; } }
  @media (min-width: 1366px) {
    .site-logo {
      width: 25%; } }
  .site-logo img {
    width: 100%;
    max-width: 150px; }
    @media (min-width: 1152px) {
      .site-logo img {
        max-width: 175px; } }
    @media (min-width: 1366px) {
      .site-logo img {
        max-width: 230px; } }

.logo-default {
  display: block;
  opacity: 1;
  z-index: 1;
  position: relative;
  top: 0; }
  @media (min-width: 992px) {
    .logo-default {
      display: none; } }

.mobile-actions {
  display: none;
  position: relative;
  width: 40%;
  margin-left: auto; }
  @media (max-width: 991px) {
    .mobile-actions {
      display: block; } }
  .mobile-actions ul {
    display: flex;
    width: 100%;
    justify-content: flex-end; }
  .mobile-actions li {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 40px; }
    .mobile-actions li img {
      width: 100%;
      height: auto; }
    .mobile-actions li:first-of-type {
      background-color: #F4C216; }
      .mobile-actions li:first-of-type img {
        max-width: 20px; }
    .mobile-actions li:nth-of-type(2) {
      background-color: #06233C; }
      .mobile-actions li:nth-of-type(2) img {
        max-width: 20px; }
    .mobile-actions li:nth-of-type(3) {
      position: relative; }
      .mobile-actions li:nth-of-type(3) img {
        max-width: 30px; }
      .mobile-actions li:nth-of-type(3) span {
        display: flex;
        position: absolute;
        top: 0;
        right: -10px;
        align-items: center;
        justify-content: center;
        width: 23px;
        height: 23px;
        background-color: #06233C;
        color: #ffffff;
        padding: 5px 0 3px 0;
        border-radius: 100%;
        font-size: 10px;
        line-height: 10px; }

.mobile-links {
  display: none;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .mobile-links {
      display: flex; } }
  .mobile-links a {
    display: inline-block;
    position: relative;
    width: 49%;
    padding: 20px 0;
    text-align: center;
    background-color: #F4C216;
    color: #06233C;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-family: "montserratbold"; }
    .mobile-links a + a {
      background-color: #06233C;
      color: #ffffff;
      margin-left: 10px; }
      .mobile-links a + a:hover {
        background-color: #F4C216;
        color: #06233C; }
    .mobile-links a:hover {
      text-decoration: none;
      background-color: #06233C;
      color: #ffffff; }

.header-actions {
  display: none; }
  @media (min-width: 992px) {
    .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 80%;
      margin-left: auto; }
      .header-actions .yellow-gradient, .header-actions .application-intro .solid-yellow, .application-intro .header-actions .solid-yellow {
        border-radius: 10px; } }
    @media (min-width: 992px) and (min-width: 768px) {
      .header-actions .yellow-gradient, .header-actions .application-intro .solid-yellow, .application-intro .header-actions .solid-yellow {
        border-radius: 20px; } }

  @media (min-width: 1366px) {
    .header-actions {
      width: 70%; } }
  .header-actions .search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #ffffff; }
    .header-actions .search img {
      width: 100%;
      max-width: 20px; }

.apply-btn {
  display: inline-block;
  position: relative;
  background-color: #F4C216;
  color: #000000;
  font-family: "montserratbold";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  height: 50px;
  padding: 15px 15px; }
  @media (min-width: 1366px) {
    .apply-btn {
      font-size: 14px; } }
  .apply-btn:hover {
    text-decoration: none; }

.menu-link {
  display: none;
  position: relative;
  width: auto;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "montserratbold";
  font-size: 12px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .menu-link {
      display: block;
      height: 50px;
      background-color: #06233C;
      padding: 15px 25px 15px 30px;
      background-image: url("images/menu/menu-white.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: top 50% left 20px; } }
  @media (min-width: 1366px) {
    .menu-link {
      font-size: 14px; } }
  .menu-link:hover {
    text-decoration: none; }

.contact-link {
  display: none;
  position: relative;
  width: auto;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "montserratbold";
  font-size: 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .contact-link {
    display: block;
    height: 50px;
    background-color: #ffffff; /* Change to white */
    padding: 15px 25px 15px 35px;
    background-image: url("https://www.innovatorinternational.com/wp-content/uploads/2025/04/email_4546924.png");
    background-repeat: no-repeat;
    background-size: 20px; /* Adjust size of the icon */
    background-position: top 50% left 20px; /* Position of the icon */
  }
}

@media (min-width: 1366px) {
  .contact-link {
    font-size: 14px;
  }
}

.contact-link:hover {
  text-decoration: none;
}

.basket {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #F4F4F4; }
  .basket img {
    width: 100%;
    max-width: 35px; }
  .basket span {
    display: flex;
    position: absolute;
    top: 5px;
    right: -10px;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    background-color: #06233C;
    color: #ffffff;
    padding: 5px 0 3px 0;
    border-radius: 100%;
    font-size: 10px;
    line-height: 10px; }

#HeaderLinks {
  display: none;
  align-items: center; }
  @media (min-width: 992px) {
    #HeaderLinks {
      display: flex;
      position: relative;
      top: 2px; } }
  #HeaderLinks a {
    font-family: "montserratbold";
    text-transform: uppercase; }
  #HeaderLinks .sub-menu {
    display: none;
    position: absolute;
    top: 33px;
    width: 300px;
    background-color: #ffffff;
    left: -9999px; }
    #HeaderLinks .sub-menu li {
      padding-top: 18px;
      padding-bottom: 14px;
      padding-left: 25px;
      border-bottom: 1px solid #ccc; }
      #HeaderLinks .sub-menu li:last-of-type {
        border-bottom: 0; }
      #HeaderLinks .sub-menu li a {
        display: block;
        width: 100%;
        font-family: "HelveticaNeue-Light";
        color: #666;
        font-size: 14px; }
        #HeaderLinks .sub-menu li a:after {
          display: none; }
  #HeaderLinks .menu-item-has-children {
    position: relative; }
    #HeaderLinks .menu-item-has-children:hover a {
      text-decoration: none;
      background-color: #06233C;
      color: #ffffff; }
    #HeaderLinks .menu-item-has-children:hover .sub-menu {
      display: block;
      left: auto; }
      #HeaderLinks .menu-item-has-children:hover .sub-menu a {
        background-color: #ffffff;
        color: #06233C; }
        #HeaderLinks .menu-item-has-children:hover .sub-menu a:hover {
          background-color: #ffffff; }
  #HeaderLinks li {
    list-style-type: none; }
    #HeaderLinks li a:not(.sub-menu li a) {
      padding: 15px 5px;
      text-transform: uppercase;
      font-size: 10px;
      color: #06233C; }
      @media (min-width: 1152px) {
        #HeaderLinks li a:not(.sub-menu li a) {
          font-size: 14px;
          padding: 15px 10px; } }
    #HeaderLinks li a:after {
      content: "+";
      display: inline-block;
      position: relative;
      font-size: 14px;
      line-height: 14px;
      font-family: "montserratbold";
      color: #06233C;
      margin-left: 5px;
      top: 1px; }
      @media (min-width: 1152px) {
        #HeaderLinks li a:after {
          font-size: 18px;
          line-height: 18px; } }

.download-link {
  display: inline-block;
  padding: 15px 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "montserratbold"; }
  @media (min-width: 992px) {
    .download-link {
      margin-right: 15px; } }
  .download-link a {
    color: #06233C;
    font-size: 10px; }
    @media (min-width: 1152px) {
      .download-link a {
        font-size: 14px; } }
    .download-link a:visited {
      color: #06233C; }
    .download-link a:after {
      content: "+";
      display: inline-block;
      position: relative;
      font-size: 14px;
      line-height: 14px;
      font-family: "montserratbold";
      color: #06233C;
      margin-left: 5px;
      top: 1px; }
      @media (min-width: 1152px) {
        .download-link a:after {
          font-size: 18px;
          line-height: 18px; } }

.download-modal {
  padding: 60px; }
  .download-modal .modal-header {
    color: #06233C;
    font-family: "montserratbold";
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
  .download-modal .form-row {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
  .download-modal .frm_primary_label {
    font-family: "HelveticaNeue-Light" !important;
    margin-bottom: 5px !important;
    padding: 0 !important; }
  .download-modal .frm_checkbox label {
    font-family: "HelveticaNeue-Light" !important; }
  .download-modal input[type="text"] {
    border: 1px solid #ccc;
    height: 60px !important;
    border-radius: 0 !important;
    box-shadow: none !important; }
  .download-modal input[type="email"] {
    border: 1px solid #ccc;
    height: 60px !important;
    border-radius: 0 !important;
    box-shadow: none !important; }
  .download-modal .frm_submit button {
    display: block;
    margin-top: 30px;
    width: 200px !important;
    margin-left: auto;
    margin-right: auto;
    height: 50px !important;
    border-radius: 30px !important;
    border: 1px solid #F4C216 !important;
    background-color: #F4C216 !important;
    text-transform: uppercase;
    font-family: "montserratbold" !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: all .3s ease; }
    .download-modal .frm_submit button:hover {
      background-color: #06233C !important;
      border: 1px solid #06233C !important;
      color: #ffffff !important; }

body.has-fixed--header .site-header {
  position: sticky; }
  @media (min-width: 768px) {
    body.has-fixed--header .site-header {
      padding: 25px 5%; } }
  @media (min-width: 992px) {
    body.has-fixed--header .site-header {
      position: fixed;
      background-color: transparent;
      border-bottom: 0;
      padding: 30px 20px; } }
  @media (min-width: 1152px) {
    body.has-fixed--header .site-header {
      padding: 30px 5%; } }
body.has-fixed--header .menu-item-has-children:hover a {
  background-color: #ffffff !important;
  color: #06233C !important; }
body.has-fixed--header #HeaderLinks li a:not(.sub-menu li a) {
  color: #ffffff; }
  body.has-fixed--header #HeaderLinks li a:not(.sub-menu li a):after {
    color: #ffffff; }
body.has-fixed--header .download-link a {
  color: #ffffff; }
  body.has-fixed--header .download-link a:after {
    color: #ffffff; }
body.has-fixed--header .logo-white {
  display: block; }
  @media (max-width: 991px) {
    body.has-fixed--header .logo-white {
      display: none; } }
body.has-fixed--header .logo-default {
  display: none; }
  @media (max-width: 991px) {
    body.has-fixed--header .logo-default {
      display: block; } }
body.has-fixed--header .sticky-header .logo-white {
  display: none; }
body.has-fixed--header .sticky-header .logo-default {
  display: block; }
body.has-fixed--header .sticky-header #HeaderLinks li a:not(.sub-menu li a) {
  color: #06233C; }
  body.has-fixed--header .sticky-header #HeaderLinks li a:not(.sub-menu li a):after {
    color: #06233C; }
body.has-fixed--header .sticky-header .download-link a {
  color: #06233C; }
  body.has-fixed--header .sticky-header .download-link a:after {
    color: #06233C; }

.breadcrumb {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0 0 0; }
  body.page-template-page-start-application .breadcrumb {
    padding: 20px 0; }
  .breadcrumb ul {
    display: flex;
    justify-content: center;
    width: 100%; }
  .breadcrumb li {
    display: inline-block;
    position: relative;
    width: auto;
    list-style-type: none;
    font-family: "HelveticaNeue-Light";
    color: #ccc;
    text-transform: uppercase;
    font-size: 11px; }
    @media (min-width: 1152px) {
      .breadcrumb li {
        font-size: 13px; } }
    .breadcrumb li a {
      font-family: "HelveticaNeue-Light";
      color: #ccc;
      text-decoration: none; }
      .breadcrumb li a:visited {
        color: #ccc; }
      .breadcrumb li a:hover {
        color: #06233C; }
    .breadcrumb li:not(:last-of-type):after {
      content: "/";
      display: inline-block;
      font-size: 13px;
      color: #ccc;
      margin: 0 15px; }

.woocommerce-breadcrumb {
  display: flex !important;
  justify-content: center;
  width: 100%;
  padding: 20px 0 !important;
  margin-bottom: 0 !important;
  font-size: 11px !important; }
  @media (min-width: 1152px) {
    .woocommerce-breadcrumb {
      font-size: 13px !important; } }
  .woocommerce-breadcrumb a {
    font-size: 11px !important; }
    @media (min-width: 1152px) {
      .woocommerce-breadcrumb a {
        font-size: 13px !important; } }

.page-footer {
  background-color: #06233C;
  padding: 20px 0; }

.footer-inner {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .footer-inner {
      flex-direction: row;
      align-items: center; } }

.copyright {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-family: "hindlight";
  text-transform: uppercase;
  font-size: 13px;
  width: 100%; }
  .copyright:only-of-type {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .copyright:only-of-type {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .copyright {
      width: 30%;
      margin-right: 0;
      font-size: 11px; } }
  @media (min-width: 1152px) {
    .copyright {
      width: 20%;
      margin-right: 5%;
      font-size: 13px; } }

.footer-links {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-links {
      flex-direction: row;
      width: 50%;
      margin-bottom: 0; } }
  @media (min-width: 1152px) {
    .footer-links {
      width: 60%; } }
  .footer-links li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .footer-links li {
        margin-right: 3%;
        margin-bottom: 0;
        width: auto; }
        .footer-links li:last-of-type {
          margin-right: 0; } }
    @media (min-width: 1152px) {
      .footer-links li {
        margin-right: 6%; } }
  .footer-links a {
    color: #ffffff;
    font-family: "hindlight";
    text-transform: uppercase;
    font-size: 13px; }
    @media (min-width: 768px) {
      .footer-links a {
        font-size: 11px; } }
    @media (min-width: 1152px) {
      .footer-links a {
        font-size: 13px; } }

.connect {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .connect {
      width: 20%; } }
  @media (min-width: 1152px) {
    .connect {
      width: 15%; } }
  .connect p {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-family: "hindlight";
    text-transform: uppercase;
    font-size: 13px;
    justify-content: flex-start;
    width: 100%; }
    @media (min-width: 768px) {
      .connect p {
        justify-content: space-around;
        font-size: 11px; } }
    @media (min-width: 1152px) {
      .connect p {
        font-size: 13px; } }
  .connect img {
    width: 100%;
    max-width: 20px;
    margin-top: -6px;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .connect img {
        margin-left: 0; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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 {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: .5; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .5; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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: .7; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #ccc;
        opacity: .9;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #666;
      opacity: .5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  position: relative; }

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: "HelveticaNeue-Light"; }
  @media (min-width: 768px) {
    p {
      font-size: 14px; } }
  @media (min-width: 992px) {
    p {
      font-size: 16px; } }
  p:only-of-type {
    margin-bottom: 0; }
  p span {
    color: #F4C216; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
  display: block;
  position: relative;
  width: 100%;
  height: 50px !important;
  border-radius: 0;
  padding-left: 15px; }

label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px; }

select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/icons/select-arrow.png");
  background-size: 10px;
  background-position: right 20px center;
  background-repeat: no-repeat; }

textarea {
  width: 100%;
  border-radius: 0;
  height: auto;
  padding: 15px; }

.form-row {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .form-row {
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 25px; } }
  .form-row .row-6:first-of-type {
    margin-right: 2%; }

.row-6 {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .row-6 {
      width: 50%;
      margin-bottom: 0; } }

.row-12 {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .row-12 {
      margin-bottom: 0; } }

.form-accept {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 0 40px 0; }
  @media (min-width: 768px) {
    .form-accept {
      margin: 40px 0 20px 0; } }
  .form-accept input[type="checkbox"] {
    margin: -3px 5px 0 0; }
  .form-accept a {
    color: #ffffff;
    text-decoration: underline; }
    .form-accept a:visited {
      color: #ffffff; }
    .form-accept a:hover {
      color: #F4C216; }

.apply-online--form form {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }
.apply-online--form input[type="text"],
.apply-online--form input[type="email"],
.apply-online--form input[type="tel"],
.apply-online--form input[type="password"],
.apply-online--form input[type="number"] {
  border: 1px solid #43515c;
  background-color: transparent !important;
  color: #ffffff; }
  .apply-online--form input[type="text"]:focus,
  .apply-online--form input[type="email"]:focus,
  .apply-online--form input[type="tel"]:focus,
  .apply-online--form input[type="password"]:focus,
  .apply-online--form input[type="number"]:focus {
    outline: 1px dotted green;
    border-radius: 0; }
.apply-online--form select {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #43515c;
  background-image: url("images/icons/select-arrow-white.png"); }
  .apply-online--form select:focus {
    outline: 1px dotted green;
    border-radius: 0; }
.apply-online--form textarea {
  background-color: transparent;
  border: 1px solid #43515c;
  resize: none;
  color: #ffffff; }
  .apply-online--form textarea:focus {
    background-color: transparent !important;
    outline: 1px dotted green;
    border-radius: 0; }
.apply-online--form input[type="file"] {
  border: 1px solid #43515c;
  padding: 15px;
  width: 80%; }
.apply-online--form button[type="submit"] {
  display: inline-block;
  width: 230px;
  margin-left: 0;
  font-family: "montserratbold";
  font-size: 14px;
  cursor: pointer; }

.woocommerce-invalid input {
  border-color: #d90429 !important; }

#apply-form label {
  color: #fff;
  margin-bottom: 5px;
  font-family: "HelveticaNeue-Light";
  font-size: 16px; }

#apply-form input, textarea {
  border-radius: 0 !important; }

#apply-form .frm_dropzone.frm_single_upload {
  max-width: 100%; }

.show-password-input {
  top: 15px !important; }

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  display: block;
  content: "" !important;
  width: 30px;
  height: 30px;
  background-image: url("images/icons/input-view.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center; }

.button, .yellow-outlined, .yellow-btn, .application-intro .outlined-yellow, .gallery-intro .text-block a, .recent-events a:not(h5 a), .default-outlined, .blue-outlined, .yellow-outlined--whitetext, .box-btn, .login-form .yellow-btn, .login-form .recent-events a:not(h5 a), .recent-events .login-form a:not(h5 a), .xoo-cp-btns .xoo-cp-close, .xoo-cp-btns .xoo-cp-btn-vc, .woocommerce-cart-form .actions .button, .woocommerce-cart-form .actions .clear-button {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 10px 30px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  font-size: 12px; }
  @media (min-width: 768px) {
    .button, .yellow-outlined, .yellow-btn, .application-intro .outlined-yellow, .gallery-intro .text-block a, .recent-events a:not(h5 a), .default-outlined, .blue-outlined, .yellow-outlined--whitetext, .box-btn, .login-form .yellow-btn, .login-form .recent-events a:not(h5 a), .recent-events .login-form a:not(h5 a), .xoo-cp-btns .xoo-cp-close, .xoo-cp-btns .xoo-cp-btn-vc, .woocommerce-cart-form .actions .button, .woocommerce-cart-form .actions .clear-button {
      font-size: 13px; } }
  .button:hover, .yellow-outlined:hover, .yellow-btn:hover, .application-intro .outlined-yellow:hover, .gallery-intro .text-block a:hover, .recent-events a:hover:not(h5 a), .default-outlined:hover, .blue-outlined:hover, .yellow-outlined--whitetext:hover, .box-btn:hover, .xoo-cp-btns .xoo-cp-close:hover, .xoo-cp-btns .xoo-cp-btn-vc:hover, .woocommerce-cart-form .actions .button:hover, .woocommerce-cart-form .actions .clear-button:hover {
    text-decoration: none; }

.yellow-outlined {
  border-color: #F4C216;
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: all .9s ease; }
  .yellow-outlined:hover {
    color: #06233C; }
    .yellow-outlined:hover:after {
      width: 100%; }
  .yellow-outlined span {
    display: block;
    position: relative;
    z-index: 2; }
  .yellow-outlined:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #F4C216;
    transition: all .4s ease;
    z-index: 0; }

.yellow-btn, .application-intro .outlined-yellow, .gallery-intro .text-block a, .recent-events a:not(h5 a) {
  border-color: #F4C216;
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: all .9s ease;
  font-family: "montserratbold";
  color: #F4C216;
  text-transform: uppercase; }
  .yellow-btn:hover, .application-intro .outlined-yellow:hover, .gallery-intro .text-block a:hover, .recent-events a:hover:not(h5 a) {
    color: #06233C;
    border-color: #06233C; }
    .yellow-btn:hover:after, .application-intro .outlined-yellow:hover:after, .gallery-intro .text-block a:hover:after, .recent-events a:not(h5 a):hover:after {
      width: 100%; }

.yellow-gradient, .application-intro .solid-yellow {
  padding: 10px 30px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #F4C216;
  background: #f4c210;
  background: linear-gradient(90deg, #f4c210 0%, #eea51d 100%);
  font-family: "montserratbold";
  font-size: 13px;
  line-height: 13px;
  color: #06233C;
  text-transform: uppercase;
  transition: all .3s ease; }
  .yellow-gradient:hover, .application-intro .solid-yellow:hover {
    text-decoration: none;
    border-color: #ff9500; }

.default-outlined {
  border-color: #F4C216;
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: all .9s ease;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "montserratbold";
  transition: all .4s ease; }
  .default-outlined:hover {
    text-decoration: none;
    color: #F4C216; }

.blue-outlined {
  border-color: #06233C;
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: all .9s ease;
  color: #06233C;
  text-transform: uppercase;
  font-family: "montserratbold";
  transition: all .4s ease; }
  .blue-outlined:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: #F4C216;
    color: #F4C216; }

.yellow-outlined--whitetext {
  border-color: #F4C216;
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: all .9s ease;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "montserratbold";
  transition: all .4s ease; }
  .yellow-outlined--whitetext:hover {
    text-decoration: none;
    background-color: #F4C216;
    color: #06233C; }

.box-btn {
  border-color: #F4C216;
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: all .9s ease;
  color: #F4C216;
  text-transform: uppercase;
  font-family: "montserratbold";
  transition: all .4s ease; }
  .box-btn:hover {
    background: #f4c210;
    background: linear-gradient(90deg, #f4c210 0%, #eea51d 100%);
    color: #06233C;
    border: 1px solid #EEA51D; }

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -5;
  opacity: 0;
  transition: all .3s ease-in-out; }
  @media (min-width: 768px) {
    .mobile-menu {
      display: none; } }

.mobile-menu--show {
  display: block;
  z-index: 5;
  opacity: 1; }
  @media (min-width: 768px) {
    .mobile-menu--show {
      display: none; } }

.close-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 30px; }
  .close-container span {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 15px; }
    .close-container span img {
      width: 100%; }
  .close-container a {
    font-family: "montserratbold";
    color: #06233C;
    text-transform: uppercase;
    font-size: 14px; }

.menu-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 30px; }
  @media (min-width: 768px) {
    .menu-container {
      display: none; } }
  .menu-container ul {
    text-align: left; }
  .menu-container li {
    display: block;
    position: relative;
    list-style-type: none;
    width: 100%;
    margin-bottom: 20px; }
    .menu-container li:last-of-type {
      margin-bottom: 0; }
    .menu-container li a {
      font-family: "montserratbold";
      font-size: 16px;
      color: #06233C;
      text-transform: uppercase; }

.mobile-menu--links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  border-top: 1px solid #06233C;
  margin-top: 30px;
  padding: 30px 0 10px 0; }
  .mobile-menu--links a {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    font-family: "montserratbold";
    font-size: 16px;
    padding-left: 35px;
    color: #06233C;
    text-transform: uppercase; }
    .mobile-menu--links a + a {
      margin-top: 20px; }
      .mobile-menu--links a + a:before {
        background-image: url("images/icons/brochure.png"); }
    .mobile-menu--links a:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("images/icons/community.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center; }
  .mobile-menu--links .logout-link:before {
    background-image: url("images/icons/logout.png");
    background-size: 15px; }
  .mobile-menu--links .view-account:before {
    background-image: url("images/icons/view-account.png");
    background-size: 15px; }

.mobile-secondary--links {
  display: none;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .mobile-secondary--links {
      display: flex; } }
  .mobile-secondary--links a {
    display: inline-block;
    position: relative;
    width: 49%;
    padding: 20px 0;
    text-align: center;
    background-color: #F4C216;
    color: #06233C;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-family: "montserratbold"; }
    .mobile-secondary--links a + a {
      background-color: #06233C;
      color: #ffffff;
      margin-left: 10px; }
      .mobile-secondary--links a + a:hover {
        background-color: #F4C216;
        color: #06233C; }
    .mobile-secondary--links a:hover {
      text-decoration: none;
      background-color: #06233C;
      color: #ffffff; }

.desktop-menu {
  display: none; }
  @media (min-width: 768px) {
    .desktop-menu {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      opacity: 0;
      transform: translateY(-100%);
      transition: all 0.3s ease-in-out; } }

.desktop-menu--show {
  display: none; }
  @media (min-width: 768px) {
    .desktop-menu--show {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: #06233C;
      color: #ffffff;
      transform: translateY(0);
      transition: all 0.3s ease-in-out;
      opacity: 1;
      z-index: 50; } }

.desktop-menu--container {
  display: none; }
  @media (min-width: 768px) {
    .desktop-menu--container {
      display: flex;
      flex-direction: column;
      height: 100%; } }
  @media (min-width: 992px) {
    .desktop-menu--container {
      display: flex;
      flex-direction: row; } }

.desktop-close--container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 0; }
  .desktop-close--container span {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    top: -1px; }
    .desktop-close--container span img {
      width: 100%; }
  .desktop-close--container a {
    font-family: "montserratbold";
    color: #06233C;
    text-transform: uppercase;
    font-size: 13px; }

.links-container {
  display: none; }
  @media (min-width: 768px) {
    .links-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 50%;
      background-color: #F4C216;
      color: #06233C; } }
  @media (min-width: 992px) {
    .links-container {
      width: 50%;
      height: 100%; } }
  .links-container ul {
    text-align: center; }
  .links-container li {
    display: block;
    position: relative;
    list-style-type: none;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 1152px) {
      .links-container li {
        margin-bottom: 40px; } }
    .links-container li:last-of-type {
      margin-bottom: 0; }
    .links-container li a {
      font-family: "montserratbold";
      font-size: 18px;
      color: #06233C;
      text-transform: uppercase; }
      @media (min-width: 1152px) {
        .links-container li a {
          font-size: 30px; } }

.community-container {
  display: none; }
  @media (min-width: 768px) {
    .community-container {
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
      width: 100%;
      height: 50%;
      background-color: #06233C;
      color: #ffffff; }
      .community-container:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("images/menu/image.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        opacity: .1; } }
  @media (min-width: 992px) {
    .community-container {
      width: 50%;
      height: 100%; } }
  .community-container .join-us {
    display: block;
    position: relative;
    width: 100%;
    text-align: center; }
    .community-container .join-us h4 {
      font-size: 18px;
      line-height: 18px;
      font-family: "montserratbold";
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .community-container .join-us h4 {
          font-size: 24px;
          line-height: 24px; } }
      .community-container .join-us h4:before {
        content: "";
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("images/menu/community-icon.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center; }
        @media (min-width: 992px) {
          .community-container .join-us h4:before {
            width: 80px;
            height: 80px; } }
    .community-container .join-us p {
      display: block;
      margin-bottom: 20px; }
    .community-container .join-us a {
      display: inline-block;
      padding: 15px 30px;
      width: 200px;
      border-radius: 30px;
      border: 1px solid #F4C216;
      color: #F4C216;
      font-family: "montserratbold";
      font-size: 13px;
      line-height: 13px;
      transition: all .3s ease; }
      .community-container .join-us a:visited {
        color: #F4C216; }
      .community-container .join-us a:hover {
        text-decoration: none;
        border-color: #ffffff;
        color: #ffffff; }
  .community-container .account-login {
    display: block;
    position: relative;
    text-align: center; }
    .community-container .account-login h4 {
      font-size: 18px;
      line-height: 18px;
      font-family: "montserratbold";
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .community-container .account-login h4 {
          font-size: 24px;
          line-height: 24px; } }
      .community-container .account-login h4:before {
        content: "";
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("images/menu/community-icon.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center; }
        @media (min-width: 992px) {
          .community-container .account-login h4:before {
            width: 80px;
            height: 80px; } }
    .community-container .account-login p {
      display: block;
      text-align: center;
      margin-bottom: 20px; }
    .community-container .account-login a {
      display: inline-block;
      padding: 15px 30px;
      width: 100%;
      border-radius: 30px;
      text-align: center;
      border: 1px solid #F4C216;
      color: #F4C216;
      font-family: "montserratbold";
      font-size: 13px;
      line-height: 13px;
      transition: all .3s ease; }
      .community-container .account-login a + a {
        margin-top: 15px; }
      .community-container .account-login a:visited {
        color: #F4C216; }
      .community-container .account-login a:hover {
        text-decoration: none;
        border-color: #ffffff;
        color: #ffffff; }
  .community-container .innovator-community {
    display: block;
    position: relative;
    width: 100%;
    text-align: center; }
    .community-container .innovator-community h4 {
      font-size: 18px;
      line-height: 18px;
      font-family: "montserratbold";
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .community-container .innovator-community h4 {
          font-size: 24px;
          line-height: 24px; } }
      .community-container .innovator-community h4:before {
        content: "";
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("images/menu/innovator-community-icon.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center; }
        @media (min-width: 992px) {
          .community-container .innovator-community h4:before {
            width: 80px;
            height: 80px; } }
    .community-container .innovator-community p {
      display: block;
      margin-bottom: 20px; }
    .community-container .innovator-community a {
      display: inline-block;
      padding: 15px 30px;
      width: 200px;
      border-radius: 30px;
      border: 1px solid #F4C216;
      color: #F4C216;
      font-family: "montserratbold";
      font-size: 13px;
      line-height: 13px;
      transition: all .3s ease; }
      .community-container .innovator-community a:visited {
        color: #F4C216; }
      .community-container .innovator-community a:hover {
        text-decoration: none;
        border-color: #ffffff;
        color: #ffffff; }

/* Community Section Header */
@media (min-width: 768px) {
  .community-header .site-logo {
    width: 15%;
    padding: 0; } }
@media (min-width: 768px) {
  .community-header .header-actions {
    width: 85%;
    padding-right: 0; } }
@media (min-width: 768px) {
  .community-header .primary-links {
    width: 70%; }
    .community-header .primary-links li {
      margin-right: 5px; }
      .community-header .primary-links li a {
        font-size: 9px; } }
@media (min-width: 992px) {
  .community-header .primary-links li a {
    font-size: 11px; } }
@media (min-width: 1366px) {
  .community-header .primary-links {
    margin-right: 0; }
    .community-header .primary-links li {
      margin-right: 30px; }
      .community-header .primary-links li a {
        font-size: 13px; } }
@media (min-width: 768px) {
  .community-header .menu,
  .community-header .messaging {
    width: 45px;
    text-align: center;
    padding-left: 5px;
    margin-right: 10px; } }
@media (min-width: 1366px) {
  .community-header .menu,
  .community-header .messaging {
    width: 7%;
    padding-left: 0;
    margin-right: 0; } }
@media (min-width: 1366px) {
  .community-header .dark-menu,
  .community-header .white-menu {
    margin-left: 0; } }
@media (min-width: 768px) {
  .community-header .community-login {
    width: 70px;
    padding: 10px 15px;
    font-size: 7px; } }
@media (min-width: 992px) {
  .community-header .community-login {
    width: 85px;
    font-size: 10px;
    margin-right: 15px; } }

/* Base Components */
.hero {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    .hero {
      height: 605px; }
      .hero img {
        height: 100%;
        object-fit: cover; } }
  .hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 1152px) {
    .hero {
      min-height: 90vh;
      height: 100%; } }
  .hero .hero-video {
    display: block;
    position: relative;
    width: 100%;
    height: 605px; }
    @media (min-width: 768px) {
      .hero .hero-video {
        height: 600px; } }
    @media (min-width: 1152px) {
      .hero .hero-video {
        height: 90vh; } }
  .hero iframe,
  .hero video {
    width: 100%;
    height: 600px;
    object-fit: cover; }
    @media (min-width: 1152px) {
      .hero iframe,
      .hero video {
        height: 90vh; } }
  .hero .scroll-indicator {
    display: none;
    position: absolute;
    left: calc(50% - 25px);
    bottom: -110px;
    height: auto;
    z-index: 10; }
    @media (min-width: 992px) {
      .hero .scroll-indicator {
        display: block; } }
    .hero .scroll-indicator img {
      height: auto;
      width: 50px;
      position: relative; }
    .hero .scroll-indicator:before {
      content: "Discover More";
      display: block;
      position: relative;
      width: 200px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px;
      font-family: "hindlight";
      color: #ffffff;
      left: -25px; }

#homepage-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .3;
  z-index: 2;
  background-image: url("images/video-watermark.png");
  background-repeat: no-repeat;
  background-size: 345px;
  background-position: left center; }
#homepage-hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1; }

.home-hero--large {
  border-bottom: 5px solid #F4C216; }

.hero--slim {
  border-bottom: 5px solid #F4C216; }
  .hero--slim:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #06233C;
    opacity: .6; }
  @media (max-width: 767px) {
    .hero--slim {
      height: 400px; } }
  @media (min-width: 768px) {
    .hero--slim .scroll-indicator {
      display: none; } }
  @media (min-width: 1152px) {
    .hero--slim {
      min-height: 50vh; }
      .hero--slim .scroll-indicator {
        display: block; } }

.hero-slim--title {
  display: block;
  position: relative;
  font-family: "montserratbold";
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .hero-slim--title {
      font-size: 40px; } }
  @media (min-width: 1152px) {
    .hero-slim--title {
      font-size: 50px; } }
  .hero-slim--title:after {
    content: "";
    display: block;
    position: relative;
    width: 50px;
    height: 2px;
    background-color: #F4C216;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }

.hero-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  align-items: center;
  justify-content: center;
  z-index: 5; }

.hero-secondary--title {
  display: block;
  position: relative;
  width: auto;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #F4C216;
  font-family: "hindlight";
  font-size: 24px;
  line-height: 24px; }

.hero-title {
  display: block;
  position: relative;
  width: auto;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  font-family: "montserratbold";
  font-size: 44px;
  line-height: 48px;
  color: #ffffff; }
  @media (min-width: 1152px) {
    .hero-title {
      font-size: 54px;
      line-height: 58px; } }

.btn-hero {
  position: relative;
  padding: 15px 40px;
  border-radius: 40px;
  border: 1px solid #F4C216;
  color: #ffffff;
  font-family: "hindlight";
  text-transform: uppercase;
  overflow: hidden;
  transition: all .3s ease; }
  .btn-hero:hover {
    border-color: #F4C216;
    background-color: #F4C216;
    text-decoration: none; }

.image-text--quote {
  padding-top: 100px;
  background-image: url("images/backgrounds/left-img.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 250px; }
  @media (min-width: 768px) {
    .image-text--quote {
      padding-top: 60px;
      background-image: url("images/backgrounds/left-img.png"), url("images/backgrounds/right-img.png");
      background-position: left top, right top;
      background-repeat: no-repeat, no-repeat;
      background-size: contain, contain; } }
  @media (min-width: 1152px) {
    .image-text--quote {
      padding-top: 85px; } }
  .image-text--quote .c-container, .image-text--quote body.single-product .product-inner, body.single-product .image-text--quote .product-inner, .image-text--quote .up-sells .course-products, .up-sells .image-text--quote .course-products {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .image-text--quote .c-container, .image-text--quote body.single-product .product-inner, body.single-product .image-text--quote .product-inner, .image-text--quote .up-sells .course-products, .up-sells .image-text--quote .course-products {
        flex-direction: row; } }
  .image-text--quote .text-block,
  .image-text--quote .image-block {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .image-text--quote .text-block,
      .image-text--quote .image-block {
        width: 50%; } }
  .image-text--quote .text-block {
    justify-content: flex-start;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .image-text--quote .text-block {
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .image-text--quote .text-block {
        padding-right: 10%;
        padding-top: 30px; } }
  .image-text--quote .image-block {
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 0; }
    @media (min-width: 768px) {
      .image-text--quote .image-block {
        padding: 20px 20px 20px 80px;
        justify-content: flex-start; } }
    .image-text--quote .image-block img {
      z-index: 2;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .image-text--quote .has-video {
    position: relative; }
    .image-text--quote .has-video a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .image-text--quote .has-video a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        background-image: url("images/video.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80px; }
  .image-text--quote .has-overlay {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 80px;
    width: calc(100% - 100px);
    height: calc(100% - 40px);
    z-index: 5;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #00233e 80%);
    opacity: .9; }
  .image-text--quote .quote {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 70px;
    left: 25px;
    max-width: 80%;
    z-index: 10; }
    @media (min-width: 768px) {
      .image-text--quote .quote {
        left: 100px;
        max-width: 60%; } }
    @media (min-width: 992px) {
      .image-text--quote .quote {
        max-width: 70%; } }
    @media (min-width: 1152px) {
      .image-text--quote .quote {
        left: 130px; } }
    .image-text--quote .quote p {
      color: #ffffff;
      font-size: 16px;
      line-height: 20px;
      font-family: "hindlight"; }
      @media (min-width: 768px) {
        .image-text--quote .quote p {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 992px) {
        .image-text--quote .quote p {
          font-size: 16px;
          line-height: 22px; } }
      @media (min-width: 1152px) {
        .image-text--quote .quote p {
          font-size: 22px;
          line-height: 30px; } }
    .image-text--quote .quote:before {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: calc(30% + 20px);
      left: calc(-25% - 35px);
      width: 120px;
      height: 95px;
      background-image: url("images/icons/quote-start.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }
      @media (min-width: 768px) {
        .image-text--quote .quote:before {
          width: 90px;
          bottom: calc(100% + 20px);
          left: calc(-20% - 35px); } }
      @media (min-width: 1152px) {
        .image-text--quote .quote:before {
          width: 120px;
          bottom: calc(50% + 20px);
          left: calc(-28% - 35px); } }
    .image-text--quote .quote:after {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: -75px;
      right: 70px;
      width: 65px;
      height: 55px;
      background-image: url("images/icons/quote-end.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }
      @media (min-width: 768px) {
        .image-text--quote .quote:after {
          right: 20px; } }
      @media (min-width: 1152px) {
        .image-text--quote .quote:after {
          right: 70px; } }
  .image-text--quote cite {
    display: block;
    position: relative;
    margin-top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #F4C216;
    font-style: normal;
    text-transform: uppercase; }
  .image-text--quote .image-highlight {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #f4c210;
    background: linear-gradient(90deg, #f4c210 0%, #eea51d 100%);
    width: 90%;
    height: 90%;
    z-index: 0; }
    @media (min-width: 768px) {
      .image-text--quote .image-highlight {
        top: 0;
        right: 0;
        width: 70%;
        height: 260px; } }
    @media (min-width: 992px) {
      .image-text--quote .image-highlight {
        width: 80%;
        height: 90%; } }
    @media (min-width: 1152px) {
      .image-text--quote .image-highlight {
        top: 0;
        right: 0; } }
  .image-text--quote h1, .image-text--quote h2 {
    color: #06233C;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .image-text--quote h1, .image-text--quote h2 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .image-text--quote h1, .image-text--quote h2 {
        font-size: 30px;
        line-height: 40px; } }
    .image-text--quote h1:before, .image-text--quote h2:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 17px;
      left: -65px;
      width: 50px;
      height: 2px;
      background-color: #F4C216; }
      @media (min-width: 768px) {
        .image-text--quote h1:before, .image-text--quote h2:before {
          top: 20px; } }
  .image-text--quote .text-block p:first-of-type {
    margin-bottom: 25px;
    font-family: "hindlight";
    font-size: 18px;
    line-height: 26px;
    color: #06233C; }
    @media (min-width: 768px) {
      .image-text--quote .text-block p:first-of-type {
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 992px) {
      .image-text--quote .text-block p:first-of-type {
        font-size: 22px;
        line-height: 30px; } }
  .image-text--quote .text-block p {
    font-size: 14px;
    line-height: 20px;
    font-family: "HelveticaNeue-Light"; }
    @media (min-width: 768px) {
      .image-text--quote .text-block p {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 992px) {
      .image-text--quote .text-block p {
        font-size: 18px;
        line-height: 26px; } }
  .image-text--quote .scroll-indicator {
    display: none;
    position: absolute;
    left: calc(50% - 25px);
    bottom: -175px;
    height: auto;
    z-index: 10; }
    @media (min-width: 768px) {
      .image-text--quote .scroll-indicator {
        display: block; } }
    .image-text--quote .scroll-indicator img {
      height: auto;
      width: 50px; }

.programme-quote {
  padding-bottom: 100px; }

#client-story-quote {
  background-image: url("images/backgrounds/right-img.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain; }

#event-description {
  background: none; }
  #event-description h2 {
    margin-bottom: 30px; }
    #event-description h2:before {
      top: 50%; }
  #event-description .event-date {
    text-transform: uppercase;
    color: #06233C;
    font-size: 14px;
    font-family: "montserratbold";
    margin-bottom: 30px; }
  #event-description .text-block {
    padding-right: 50px; }
  #event-description p {
    margin-bottom: 30px; }
  #event-description .eventbrite {
    margin-top: 40px;
    align-self: flex-start;
    width: 100%; }
    @media (min-width: 768px) {
      #event-description .eventbrite {
        max-width: 200px; } }

.icon-columns {
  padding: 65px 0; }
  .icon-columns h2, .icon-columns h3 {
    text-align: center;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 45px; }
    @media (min-width: 768px) {
      .icon-columns h2, .icon-columns h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 65px; } }
    @media (min-width: 992px) {
      .icon-columns h2, .icon-columns h3 {
        font-size: 30px;
        line-height: 40px; } }
  .icon-columns p {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center; }
    @media (min-width: 992px) {
      .icon-columns p {
        max-width: 70%; } }
    @media (min-width: 1152px) {
      .icon-columns p {
        max-width: 50%; } }
  .icon-columns .button-container {
    margin-top: 60px; }

.icon-list {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .icon-list {
      flex-direction: row; } }
  .icon-list li {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    position: relative;
    width: 45%;
    margin-bottom: 20px;
    margin-right: 7%; }
    .icon-list li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .icon-list li {
        margin-bottom: 0;
        margin-right: 20px;
        width: auto;
        flex: 1; }
        .icon-list li:nth-of-type(2n) {
          margin-right: 2%; } }
    .icon-list li:last-of-type {
      margin-right: 0; }
  .icon-list img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .icon-list img {
        max-width: 100px; } }
    @media (min-width: 992px) {
      .icon-list img {
        max-width: 150px; } }
  .icon-list p {
    font-family: "HelveticaNeue-Light";
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 0; }
    @media (min-width: 768px) {
      .icon-list p {
        font-size: 14px;
        line-height: 20px; } }
    @media (min-width: 992px) {
      .icon-list p {
        font-size: 16px;
        line-height: 22px;
        max-width: 80%; } }

.icon-title {
  font-size: 14px;
  line-height: 20px;
  color: #06233C;
  font-family: "montserratbold";
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 992px) {
    .icon-title {
      font-size: 16px; } }
  .icon-title:after {
    content: "";
    display: block;
    position: relative;
    width: 40px;
    height: 80px;
    margin: 0 auto;
    background-image: url("./images/arrows/down-yellow.png");
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center; }

.icon-grey img {
  filter: grayscale(1);
  transition: all .3s ease; }
  .icon-grey img:hover {
    filter: grayscale(0); }

#working-closely {
  padding: 55px 0; }
  #working-closely h3 {
    margin-bottom: 30px; }
  body.woocommerce-checkout #working-closely {
    border-top: 1px solid #F4C216; }

.icon-columns.blue-bg h2, .icon-columns.blue-bg h3 {
  color: #ffffff; }
.icon-columns.blue-bg .icon-title {
  color: #ffffff; }

.stat-counter .has-border {
  padding: 0 0 65px 0;
  border-bottom: 1px solid #F4C216; }

.counters {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .counters {
      flex-direction: row; } }
  .counters li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 100%;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .counters li {
        margin-bottom: 0;
        flex: 1; } }
    .counters li:last-of-type {
      margin-bottom: 0; }
      .counters li:last-of-type p {
        border-bottom: 0;
        padding-bottom: 0; }
  .counters p {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    font-family: "montserratbold";
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #F4C216; }
    @media (min-width: 768px) {
      .counters p {
        border-bottom: 0;
        padding-bottom: 0;
        font-size: 14px; } }
    @media (min-width: 992px) {
      .counters p {
        font-size: 18px; } }

.count-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 160px;
  border: 1px solid #F4C216;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 44px;
  line-height: 44px;
  font-family: "montserratbold";
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .count-wrapper {
      font-size: 34px;
      line-height: 34px;
      max-width: 130px;
      height: 130px; } }
  @media (min-width: 992px) {
    .count-wrapper {
      font-size: 44px;
      line-height: 44px;
      max-width: 160px;
      height: 160px; } }

.poi-callout {
  padding: 50px 0; }
  .poi-callout h3 {
    text-transform: uppercase;
    font-family: "montserratbold";
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .poi-callout h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .poi-callout h3 {
        font-size: 30px;
        line-height: 40px; } }
    .poi-callout h3:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 17px;
      left: -65px;
      width: 50px;
      height: 2px;
      background-color: #F4C216; }
      @media (min-width: 768px) {
        .poi-callout h3:before {
          top: 20px; } }
  .poi-callout p {
    font-family: "hindlight";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .poi-callout p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 26px; } }
    @media (min-width: 992px) {
      .poi-callout p {
        font-size: 20px;
        line-height: 30px; } }

.poi-inner {
  display: flex;
  flex-direction: column;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .poi-inner {
      flex-direction: row; } }
  @media (min-width: 1366px) {
    .poi-inner {
      padding: 0; } }
  .poi-inner .col-l {
    width: 100%; }
    @media (min-width: 768px) {
      .poi-inner .col-l {
        width: 60%; } }
  .poi-inner .col-r {
    display: flex;
    width: 100%; }
    @media (min-width: 768px) {
      .poi-inner .col-r {
        width: 40%;
        align-items: center;
        justify-content: flex-end; } }

.gradient-callout {
  padding: 70px 0;
  background: #f4c210;
  background: linear-gradient(90deg, #f4c210 0%, #eea51d 100%); }
  @media (min-width: 768px) {
    .gradient-callout {
      padding: 75px 0; } }
  .gradient-callout h3 {
    color: #06233C; }
    .gradient-callout h3:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 17px;
      left: -65px;
      width: 50px;
      height: 2px;
      background-color: #06233C; }
      @media (min-width: 768px) {
        .gradient-callout h3:before {
          top: 20px; } }
  .gradient-callout p {
    color: #06233C; }
  .gradient-callout .blue-outlined {
    width: 200px; }
    .gradient-callout .blue-outlined:hover {
      background-color: #06233C;
      color: #F4C216; }

.box-icons {
  padding: 65px 0; }
  .box-icons h3 {
    text-transform: uppercase;
    text-align: center;
    font-family: "montserratbold";
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .box-icons h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .box-icons h3 {
        font-size: 30px;
        line-height: 40px; } }

.box-list {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%; }
  @media (min-width: 768px) {
    .box-list {
      flex-direction: row; } }
  .box-list li {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #F4C216;
    padding: 30px 30px 60px 30px;
    transition: all .3s ease; }
    @media (min-width: 768px) {
      .box-list li {
        padding: 30px 20px 60px 20px;
        margin-right: 2%; } }
    @media (min-width: 1152px) {
      .box-list li {
        padding: 30px 30px 60px 30px; } }
    .box-list li:last-of-type {
      margin-right: 0;
      margin-bottom: 0; }
    .box-list li:hover {
      border: 1px solid #ffffff; }
  .box-list img {
    width: 100%;
    max-width: 60px;
    height: 60px;
    margin-bottom: 20px; }
  .box-list p {
    font-family: "HelveticaNeue-Light";
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    min-height: 100px; }
    @media (min-width: 768px) {
      .box-list p {
        font-size: 12px;
        line-height: 16px;
        min-height: 80px;
        width: 90%; } }
    @media (min-width: 992px) {
      .box-list p {
        font-size: 16px;
        line-height: 22px;
        min-height: 100px;
        width: 85%; } }
  .box-list .box-btn {
    margin-top: auto; }
    @media (min-width: 768px) {
      .box-list .box-btn {
        padding: 10px 20px;
        font-size: 12px; } }
    @media (min-width: 992px) {
      .box-list .box-btn {
        padding: 10px 30px;
        font-size: 13px; } }

.box-title {
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  font-family: "montserratbold";
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .box-title {
      font-size: 24px;
      line-height: 34px; } }
  @media (min-width: 992px) {
    .box-title {
      font-size: 30px;
      line-height: 38px; } }
  .box-title span {
    color: #F4C216; }

.bottom-copy {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 60px; }

#making-it-clear .box-list img {
  max-width: 100px;
  height: 100px;
  margin-bottom: 30px; }
#making-it-clear .box-title {
  margin-bottom: 30px; }

.fullwidth-textimage {
  display: flex;
  flex-direction: column;
  padding: 65px 0; }
  @media (min-width: 768px) {
    .fullwidth-textimage {
      flex-direction: row; } }
  .fullwidth-textimage .image-block {
    width: 100%; }
    @media (min-width: 768px) {
      .fullwidth-textimage .image-block {
        width: 40%; } }
    @media (min-width: 992px) {
      .fullwidth-textimage .image-block {
        width: 50%; } }
    @media (min-width: 768px) {
      .fullwidth-textimage .image-block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; } }
  .fullwidth-textimage .text-block {
    padding: 50px 30px 0 50px;
    width: 100%; }
    @media (min-width: 768px) {
      .fullwidth-textimage .text-block {
        padding: 30px 30px 30px 100px;
        width: 60%; } }
    @media (min-width: 992px) {
      .fullwidth-textimage .text-block {
        width: 50%;
        padding: 90px 30px 90px 100px; } }
  .fullwidth-textimage h1, .fullwidth-textimage h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .fullwidth-textimage h1, .fullwidth-textimage h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .fullwidth-textimage h1, .fullwidth-textimage h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 60px; } }
    .fullwidth-textimage h1:before, .fullwidth-textimage h3:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 17px;
      left: -70px;
      width: 50px;
      height: 2px;
      background-color: #F4C216; }
      @media (min-width: 768px) {
        .fullwidth-textimage h1:before, .fullwidth-textimage h3:before {
          top: 20px; } }
  .fullwidth-textimage ul {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .fullwidth-textimage ul {
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .fullwidth-textimage ul {
        margin-bottom: 60px;
        max-width: 80%; } }
  .fullwidth-textimage li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .fullwidth-textimage li {
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .fullwidth-textimage li {
        margin-bottom: 30px; } }
    .fullwidth-textimage li:last-of-type {
      margin-bottom: 0; }
    .fullwidth-textimage li img {
      width: 100%;
      max-width: 40px;
      object-fit: cover;
      object-position: center; }
    .fullwidth-textimage li p {
      margin-left: 20px;
      margin-bottom: 0; }
  .fullwidth-textimage p {
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .fullwidth-textimage p {
        max-width: 80%; } }
  .fullwidth-textimage .default-outlined {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .fullwidth-textimage .default-outlined {
        margin-top: 0; } }
  .fullwidth-textimage blockquote {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    font-family: "hindlight"; }
    @media (min-width: 1152px) {
      .fullwidth-textimage blockquote {
        max-width: 80%;
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 992px) {
      .fullwidth-textimage blockquote {
        font-size: 24px;
        line-height: 34px; } }
    .fullwidth-textimage blockquote span {
      color: #F4C216; }
  .fullwidth-textimage cite {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal; }
  .fullwidth-textimage .yellow-btn:hover, .fullwidth-textimage .application-intro .outlined-yellow:hover, .application-intro .fullwidth-textimage .outlined-yellow:hover, .fullwidth-textimage .gallery-intro .text-block a:hover, .gallery-intro .text-block .fullwidth-textimage a:hover, .fullwidth-textimage .recent-events a:hover:not(h5 a), .recent-events .fullwidth-textimage a:hover:not(h5 a) {
    background-color: #ffffff;
    color: #06233C;
    border-color: #06233C; }

.fullwidth-textimage--6040 {
  display: flex;
  flex-direction: column;
  padding: 60px 0 0 0; }
  @media (min-width: 768px) {
    .fullwidth-textimage--6040 {
      flex-direction: row;
      padding: 60px 0; } }
  .fullwidth-textimage--6040 .image-block {
    width: 100%; }
    @media (min-width: 768px) {
      .fullwidth-textimage--6040 .image-block {
        width: 50%; } }
    @media (min-width: 768px) {
      .fullwidth-textimage--6040 .image-block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; } }
  .fullwidth-textimage--6040 .text-block {
    padding: 0 30px 60px 50px;
    width: 100%; }
    @media (min-width: 768px) {
      .fullwidth-textimage--6040 .text-block {
        padding: 30px 30px 30px 100px;
        width: 50%; } }
    @media (min-width: 992px) {
      .fullwidth-textimage--6040 .text-block {
        padding: 90px 30px 90px 100px; } }
    @media (min-width: 1152px) {
      .fullwidth-textimage--6040 .text-block {
        padding: 90px 100px 90px 100px; } }
  .fullwidth-textimage--6040 h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #06233C; }
    @media (min-width: 768px) {
      .fullwidth-textimage--6040 h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .fullwidth-textimage--6040 h3 {
        font-size: 30px;
        line-height: 40px; } }
    .fullwidth-textimage--6040 h3:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 17px;
      left: -65px;
      width: 50px;
      height: 2px;
      background-color: #F4C216; }
      @media (min-width: 768px) {
        .fullwidth-textimage--6040 h3:before {
          top: 20px; } }
  .fullwidth-textimage--6040 p {
    font-size: 22px;
    line-height: 32px;
    color: #06233C;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .fullwidth-textimage--6040 p {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 1152px) {
      .fullwidth-textimage--6040 p {
        font-size: 22px;
        line-height: 32px; } }

#client-quote {
  padding-top: 120px; }

@media (min-width: 1152px) {
  #downloads {
    padding-top: 160px; } }

#documents {
  padding-top: 0; }
  @media (min-width: 768px) {
    #documents {
      padding-top: 65px; } }
  #documents .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 30px 0 80px; }
    @media (min-width: 1152px) {
      #documents .text-block {
        padding: 0 0 0 100px; } }
    #documents .text-block h3 {
      margin-bottom: 20px; }
      #documents .text-block h3:before {
        top: 50%; }
    #documents .text-block p {
      margin-bottom: 60px; }
  #documents .yellow-btn, #documents .application-intro .outlined-yellow, .application-intro #documents .outlined-yellow, #documents .gallery-intro .text-block a, .gallery-intro .text-block #documents a, #documents .recent-events a:not(h5 a), .recent-events #documents a:not(h5 a) {
    text-transform: uppercase; }
    #documents .yellow-btn:hover, #documents .application-intro .outlined-yellow:hover, .application-intro #documents .outlined-yellow:hover, #documents .gallery-intro .text-block a:hover, .gallery-intro .text-block #documents a:hover, #documents .recent-events a:hover:not(h5 a), .recent-events #documents a:hover:not(h5 a) {
      background-color: transparent;
      border-color: #06233C;
      color: #06233C; }

.quote-callout {
  padding: 0;
  text-align: center; }
  .quote-callout .c-container, .quote-callout body.single-product .product-inner, body.single-product .quote-callout .product-inner, .quote-callout .up-sells .course-products, .up-sells .quote-callout .course-products {
    padding: 60px 0;
    border-top: 1px solid #F4C216;
    border-bottom: 1px solid #F4C216; }
    @media (min-width: 768px) {
      .quote-callout .c-container, .quote-callout body.single-product .product-inner, body.single-product .quote-callout .product-inner, .quote-callout .up-sells .course-products, .up-sells .quote-callout .course-products {
        padding: 75px 0; } }
  body.page-template-page-visa-endorsements .quote-callout .c-container, body.page-template-page-visa-endorsements .quote-callout body.single-product .product-inner, body.single-product body.page-template-page-visa-endorsements .quote-callout .product-inner, body.page-template-page-visa-endorsements .quote-callout .up-sells .course-products, .up-sells body.page-template-page-visa-endorsements .quote-callout .course-products, body.home .quote-callout .c-container, body.home .quote-callout body.single-product .product-inner, body.single-product body.home .quote-callout .product-inner, body.home .quote-callout .up-sells .course-products, .up-sells body.home .quote-callout .course-products {
    border-bottom: 0; }
  .quote-callout h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: "montserratbold";
    margin-bottom: 100px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .quote-callout h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .quote-callout h3 {
        font-size: 30px;
        line-height: 40px; } }
  .quote-callout blockquote {
    font-size: 18px;
    line-height: 28px;
    font-family: "hindlight";
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px; }
    @media (min-width: 768px) {
      .quote-callout blockquote {
        font-size: 24px;
        line-height: 34px;
        max-width: 70%;
        margin-bottom: 25px; } }
    .quote-callout blockquote span {
      color: #F4C216; }
    .quote-callout blockquote:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 105px;
      left: 20px;
      width: 75px;
      height: 75px;
      background-image: url("images/icons/quote-start.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }
      @media (min-width: 768px) {
        .quote-callout blockquote:before {
          top: 35px;
          width: 90px;
          height: 95px;
          left: 40px; } }
      @media (min-width: 992px) {
        .quote-callout blockquote:before {
          left: 130px; } }
    .quote-callout blockquote:after {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: 105px;
      right: 20px;
      width: 65px;
      height: 55px;
      background-image: url("images/icons/quote-end.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }
      @media (min-width: 768px) {
        .quote-callout blockquote:after {
          bottom: 60px;
          width: 65px;
          height: 55px;
          right: 45px; } }
      @media (min-width: 992px) {
        .quote-callout blockquote:after {
          right: 20px; } }
  .quote-callout cite {
    font-style: normal;
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: 12px; }

#story-quote {
  padding: 80px 0 0 0; }
  @media (min-width: 1152px) {
    #story-quote {
      padding: 125px 0 0 0; } }
  #story-quote .c-container, #story-quote body.single-product .product-inner, body.single-product #story-quote .product-inner, #story-quote .up-sells .course-products, .up-sells #story-quote .course-products {
    border-top: 0;
    border-bottom: 0; }

.innovator-story blockquote {
  margin-bottom: 60px; }
  .innovator-story blockquote:before {
    top: -50px; }
    @media (min-width: 992px) {
      .innovator-story blockquote:before {
        left: 10%; } }
  .innovator-story blockquote:after {
    bottom: 60px; }
    @media (min-width: 992px) {
      .innovator-story blockquote:after {
        right: 15%; } }

#about-quote blockquote:before {
  top: 105px; }
  @media (min-width: 768px) {
    #about-quote blockquote:before {
      top: 30px; } }
  @media (min-width: 1152px) {
    #about-quote blockquote:before {
      top: 50px; } }
#about-quote blockquote:after {
  bottom: 90px; }
  @media (min-width: 1152px) {
    #about-quote blockquote:after {
      bottom: 50px; } }

.innovators-profiles {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .innovators-profiles {
      flex-direction: row;
      padding-top: 70px;
      padding-left: 0;
      padding-right: 0; } }

.profiles-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .profiles-grid {
      width: 50%;
      margin-bottom: 0; } }
  @media (min-width: 1152px) {
    .profiles-grid {
      width: 60%; } }

.profile-card {
  display: inline-block;
  position: relative;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1%; }
  .profile-card:nth-of-type(2n) {
    margin-right: 0; }
  @media (min-width: 768px) {
    .profile-card {
      width: 32%; }
      .profile-card:nth-of-type(2n) {
        margin-right: 1%; }
      .profile-card:nth-of-type(3n) {
        margin-right: 0; } }

.profile-details {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .profile-details {
      padding: 10px 0; } }
  @media (min-width: 992px) {
    .profile-details {
      padding: 20px 0; } }

.profile-card {
  overflow: hidden; }
  .profile-card img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    transition: all .6s ease-in-out;
    transform: scale(1); }
    @media (min-width: 768px) {
      .profile-card img {
        height: 100%;
        object-fit: cover;
        object-position: center; } }
    @media (min-width: 992px) {
      .profile-card img {
        height: auto; } }
  .profile-card:hover img {
    transform: scale(1.05); }

.profile-name,
.business-name {
  text-transform: uppercase;
  font-family: "montserratbold";
  font-size: 12px; }
  @media (min-width: 768px) {
    .profile-name,
    .business-name {
      font-size: 10px; } }
  @media (min-width: 992px) {
    .profile-name,
    .business-name {
      font-size: 12px; } }
  @media (min-width: 1152px) {
    .profile-name,
    .business-name {
      font-size: 14px; } }

.profiles-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding-left: 30px; }
  @media (min-width: 768px) {
    .profiles-intro {
      width: 50%;
      padding: 0 30px 0 80px; } }
  @media (min-width: 1152px) {
    .profiles-intro {
      width: 40%;
      padding: 0 100px; } }
  .profiles-intro h3 {
    text-transform: uppercase;
    font-family: "montserratbold";
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .profiles-intro h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .profiles-intro h3 {
        font-size: 30px;
        line-height: 40px; } }
    .profiles-intro h3:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 17px;
      left: -65px;
      width: 50px;
      height: 2px;
      background-color: #F4C216; }
      @media (min-width: 768px) {
        .profiles-intro h3:before {
          top: 20px; } }
  .profiles-intro p {
    font-family: "hindlight";
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .profiles-intro p {
        font-size: 18px;
        line-height: 26px; } }

.innovator-stories {
  width: 100%; }
  .innovator-stories .title-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .innovator-stories .title-panel {
        flex-direction: row; } }
    .innovator-stories .title-panel h3 {
      text-align: center;
      font-family: "montserratbold";
      text-transform: uppercase;
      color: #06233C;
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .innovator-stories .title-panel h3 {
          font-size: 22px;
          line-height: 28px; } }
      @media (min-width: 992px) {
        .innovator-stories .title-panel h3 {
          font-size: 30px;
          line-height: 40px; } }
    .innovator-stories .title-panel .yellow-btn, .innovator-stories .title-panel .application-intro .outlined-yellow, .application-intro .innovator-stories .title-panel .outlined-yellow, .innovator-stories .title-panel .gallery-intro .text-block a, .gallery-intro .text-block .innovator-stories .title-panel a, .innovator-stories .title-panel .recent-events a:not(h5 a), .recent-events .innovator-stories .title-panel a:not(h5 a) {
      margin-top: 30px; }
      @media (min-width: 768px) {
        .innovator-stories .title-panel .yellow-btn, .innovator-stories .title-panel .application-intro .outlined-yellow, .application-intro .innovator-stories .title-panel .outlined-yellow, .innovator-stories .title-panel .gallery-intro .text-block a, .gallery-intro .text-block .innovator-stories .title-panel a, .innovator-stories .title-panel .recent-events a:not(h5 a), .recent-events .innovator-stories .title-panel a:not(h5 a) {
          margin-top: 0; } }
  .innovator-stories .button-container {
    margin-top: 30px; }

.stories-list {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .stories-list {
      flex-direction: row;
      flex-wrap: wrap; } }
  .stories-list li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    list-style-type: none;
    overflow: hidden; }
    .stories-list li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .stories-list li {
        margin-bottom: 0;
        margin-right: 5%;
        width: 30%; }
        .stories-list li:nth-of-type(3n) {
          margin-right: 0; } }
    .stories-list li:hover img {
      transform: scale(1.02);
      transition: all .3s ease; }
  .stories-list img {
    -webkit-backface-visibility: hidden;
    transform: scale(1);
    transition: all .3s ease;
    overflow: hidden; }
  .stories-list .story-detail {
    background-color: transparent;
    padding: 30px 15px; }
    .stories-list .story-detail .sub-head {
      color: #06233C;
      font-family: "montserratbold";
      text-transform: uppercase;
      font-size: 18px;
      line-height: 22px;
      height: auto;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .stories-list .story-detail .sub-head {
          font-size: 16px;
          line-height: 20px; } }
      @media (min-width: 992px) {
        .stories-list .story-detail .sub-head {
          font-size: 18px;
          line-height: 22px; } }
      .stories-list .story-detail .sub-head a {
        color: #06233C; }
    .stories-list .story-detail p {
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 768px) {
        .stories-list .story-detail p {
          font-size: 14px;
          line-height: 18px; } }
      @media (min-width: 1152px) {
        .stories-list .story-detail p {
          font-size: 16px;
          line-height: 22px; } }
      .stories-list .story-detail p:only-of-type {
        margin-bottom: 20px; }
    .stories-list .story-detail .profile-name {
      color: #06233C;
      font-family: "montserratbold";
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px;
      margin-bottom: 20px; }
    .stories-list .story-detail .readmore {
      color: #F4C216;
      display: inline-block;
      position: relative;
      margin-top: auto;
      text-transform: uppercase;
      text-decoration: underline;
      font-family: "montserratbold";
      font-size: 12px; }

#innovator-stories {
  background-image: url("images/backgrounds/left-img.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }

#client-stories h3 {
  text-align: center;
  font-family: "montserratbold";
  text-transform: uppercase;
  color: #06233C;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #client-stories h3 {
      font-size: 22px;
      line-height: 28px; } }
  @media (min-width: 992px) {
    #client-stories h3 {
      font-size: 30px;
      line-height: 40px; } }

.fullwidth-icon--block {
  padding: 0;
  width: 100%; }
  .fullwidth-icon--block h3 {
    text-align: left;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 22px;
    line-height: 32px;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .fullwidth-icon--block h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .fullwidth-icon--block h3 {
        font-size: 30px;
        line-height: 40px; } }
  .fullwidth-icon--block ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 768px) {
      .fullwidth-icon--block ul {
        flex-wrap: nowrap; } }
  .fullwidth-icon--block li {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 35px 0; }
    @media (min-width: 768px) {
      .fullwidth-icon--block li {
        width: auto;
        flex: 1;
        padding: 30px 0; } }
    @media (min-width: 1152px) {
      .fullwidth-icon--block li {
        padding: 70px 0; } }
    .fullwidth-icon--block li:nth-of-type(1) {
      background-color: #eac346; }
    .fullwidth-icon--block li:nth-of-type(2) {
      background-color: #e7ba43; }
    .fullwidth-icon--block li:nth-of-type(3) {
      background-color: #e3ad3f; }
    .fullwidth-icon--block li:nth-of-type(4) {
      background-color: #df9f3b; }
    .fullwidth-icon--block li img {
      width: 130px;
      height: 130px; }
      @media (min-width: 768px) {
        .fullwidth-icon--block li img {
          width: 80px;
          height: 80px; } }
      @media (min-width: 992px) {
        .fullwidth-icon--block li img {
          width: 130px;
          height: 130px; } }
    .fullwidth-icon--block li:not(:last-of-type):after {
      content: "";
      display: none;
      position: absolute;
      top: calc(50% - 20px);
      right: -50px;
      width: 100px;
      height: 40px;
      z-index: 2;
      background-image: url("./images/arrows/next-white.png");
      background-size: 100px;
      background-position: center;
      background-repeat: no-repeat; }
      @media (min-width: 992px) {
        .fullwidth-icon--block li:not(:last-of-type):after {
          display: inline-block; } }
    .fullwidth-icon--block li p {
      width: 100%;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 30px;
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 768px) {
        .fullwidth-icon--block li p {
          max-width: 80%; } }
      @media (min-width: 1152px) {
        .fullwidth-icon--block li p {
          max-width: 70%;
          font-size: 16px;
          line-height: 20px; } }

.fullwidth-icon--title {
  font-size: 14px;
  line-height: 18px;
  color: #06233C;
  font-family: "montserratbold";
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 992px) {
    .fullwidth-icon--title {
      font-size: 18px;
      line-height: 22px; } }

.news-list {
  width: 100%; }
  .news-list .title-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
    .news-list .title-panel h3 {
      text-align: center;
      font-family: "montserratbold";
      text-transform: uppercase;
      color: #06233C;
      font-size: 22px;
      line-height: 32px; }
      @media (min-width: 768px) {
        .news-list .title-panel h3 {
          font-size: 22px;
          line-height: 28px; } }
      @media (min-width: 992px) {
        .news-list .title-panel h3 {
          font-size: 30px;
          line-height: 40px; } }
    .news-list .title-panel a {
      color: #06233C;
      text-transform: uppercase;
      font-family: "montserratbold";
      text-decoration: underline;
      font-size: 12px; }
      .news-list .title-panel a:visited {
        color: #06233C; }
      .news-list .title-panel a:hover {
        color: #F4C216; }

.news-posts {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .news-posts {
      flex-direction: row;
      flex-wrap: wrap; } }
  .news-posts li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    list-style-type: none;
    overflow: hidden; }
    .news-posts li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .news-posts li {
        margin-bottom: 0;
        margin-right: 2%;
        width: 32%; }
        .news-posts li:nth-of-type(3n) {
          margin-right: 0; } }
    .news-posts li:hover img {
      transform: scale(1.02);
      transition: all .3s ease; }
  .news-posts img {
    -webkit-backface-visibility: hidden;
    transform: scale(1);
    transition: all .3s ease; }
  .news-posts .post-content {
    background-color: #ffffff;
    padding: 20px 5px; }
    .news-posts .post-content h5 {
      color: #06233C;
      font-family: "montserratbold";
      text-transform: uppercase;
      font-size: 20px;
      line-height: 24px;
      height: auto;
      min-height: 60px !important; }
      @media (min-width: 768px) {
        .news-posts .post-content h5 {
          font-size: 14px;
          line-height: 20px; } }
      @media (min-width: 992px) {
        .news-posts .post-content h5 {
          font-size: 18px;
          line-height: 22px; } }
      .news-posts .post-content h5 a {
        color: #06233C; }
    .news-posts .post-content p {
      margin: 0 0 20px 0;
      line-height: 20px; }
    .news-posts .post-content .readmore {
      color: #F4C216;
      display: inline-block;
      position: relative;
      margin-top: auto;
      text-transform: uppercase;
      text-decoration: underline;
      font-family: "montserratbold";
      font-size: 12px; }

.blog-list li h3 {
  text-transform: uppercase;
  font-family: "montserratbold";
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .blog-list li h3 {
      font-size: 22px;
      line-height: 28px; } }
  @media (min-width: 992px) {
    .blog-list li h3 {
      font-size: 30px;
      line-height: 40px; } }
  .blog-list li h3:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    left: -65px;
    width: 50px;
    height: 2px;
    background-color: #F4C216; }
.blog-list li:first-of-type {
  overflow: visible; }
  .blog-list li:first-of-type p {
    margin-bottom: 30px; }
.blog-list li h5 {
  font-family: "montserratbold" !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  min-height: auto !important; }
  @media (min-width: 768px) {
    .blog-list li h5 {
      font-size: 14px !important; } }
  @media (min-width: 1152px) {
    .blog-list li h5 {
      font-size: 18px !important; } }
.blog-list li .post-content {
  padding-bottom: 0; }

#blog-main {
  padding-top: 160px;
  padding-bottom: 0; }
  #blog-main li {
    height: 100%;
    margin-bottom: 60px; }
    #blog-main li:first-of-type {
      overflow: hidden; }
  #blog-main .post-content {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 210px; }
    #blog-main .post-content .readmore {
      margin-top: auto; }

.fullwidth-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #06233C;
  opacity: .6; }
.fullwidth-image .image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  align-items: center;
  justify-content: center;
  z-index: 5; }
.fullwidth-image h3 {
  display: block;
  position: relative;
  font-family: "montserratbold";
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .fullwidth-image h3 {
      font-size: 40px; } }
  @media (min-width: 1152px) {
    .fullwidth-image h3 {
      font-size: 50px; } }
  .fullwidth-image h3:after {
    content: "";
    display: block;
    position: relative;
    width: 50px;
    height: 2px;
    background-color: #F4C216;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }

/* Homepage Components */
#impact-through-innovation {
  background-image: url("images/backgrounds/left-img.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 300px; }
  @media (min-width: 1152px) {
    #impact-through-innovation {
      background-image: url("images/backgrounds/left-img.png"), url("images/backgrounds/right-img.png");
      background-position: left top, right top;
      background-repeat: no-repeat, no-repeat;
      background-size: 300px, contain; } }

@media (min-width: 768px) {
  #what-we-do {
    padding: 65px 0 120px 0; } }
#what-we-do .icon-list img {
  max-width: 200px;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  #who-are-innovator {
    padding-top: 80px; } }

@media (min-width: 992px) {
  #innovators-come-together {
    padding-bottom: 120px; } }

@media (min-width: 768px) {
  #homepage-news {
    padding: 50px 0 85px 0; } }
#homepage-news .news-posts .post-content {
  padding: 30px 30px; }
  #homepage-news .news-posts .post-content h5 {
    font-family: "hindlight";
    text-transform: none;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px; }

.our-courses {
  display: block;
  position: relative;
  width: 100%;
  padding: 65px 0;
  background-image: url("images/backgrounds/left-img.png"), url("images/backgrounds/right-img.png");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain; }

.courses-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 30px 0; }
  @media (min-width: 768px) {
    .courses-heading {
      flex-direction: row;
      justify-content: space-between; } }
  .courses-heading h3 {
    text-transform: uppercase;
    font-family: "montserratbold";
    color: #06233C;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .courses-heading h3 {
        font-size: 30px;
        line-height: 40px; } }
    .courses-heading h3:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 17px;
      left: -65px;
      width: 50px;
      height: 2px;
      background-color: #F4C216; }
  .courses-heading .default-outlined {
    color: #F4C216; }

.featured-courses {
  display: block;
  position: relative;
  padding: 60px 0; }
  .featured-courses h4 {
    text-transform: uppercase;
    font-family: "montserratbold";
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #06233C;
    line-height: 32px;
    margin-bottom: 65px; }
    @media (min-width: 992px) {
      .featured-courses h4 {
        font-size: 30px;
        line-height: 40px; } }

.course-listing {
  display: none; }
  .course-listing.slick-initialized {
    display: block; }
  .course-listing li:not(li ul li) {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 0 5px;
    transition: all .3s ease; }
    @media (min-width: 992px) {
      .course-listing li:not(li ul li) {
        margin: 0 10px; } }
    .course-listing li:not(li ul li):hover {
      border-color: #F4C216; }
  .course-listing li .product-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 230px; }
  .course-listing li ul {
    margin-bottom: 20px; }
    .course-listing li ul li {
      list-style-type: none;
      color: #333;
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 992px) {
        .course-listing li ul li {
          font-size: 14px;
          line-height: 20px; } }
      .course-listing li ul li:not(:last-of-type) {
        margin-bottom: 5px; }
      .course-listing li ul li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 13px;
        height: 13px;
        background-image: url("images/icons/course-tick.png");
        background-repeat: no-repeat;
        background-size: 13px;
        background-position: center;
        top: 3px;
        margin-right: 5px; }
  .course-listing h4 {
    text-transform: uppercase;
    color: #06233C;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .course-listing h4 {
        font-size: 18px;
        line-height: 22px; } }
    .course-listing h4 a {
      text-decoration: none;
      color: #06233C;
      font-family: "montserratbold"; }
      .course-listing h4 a:hover {
        text-decoration: underline; }
  .course-listing p {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .course-listing p {
        font-size: 14px;
        line-height: 20px; } }
  .course-listing .course-price {
    display: flex;
    font-size: 26px;
    line-height: 26px;
    margin-top: auto;
    justify-content: flex-end;
    align-items: center; }
    @media (min-width: 992px) {
      .course-listing .course-price {
        font-size: 32px;
        line-height: 32px; } }
    .course-listing .course-price span {
      color: #F4C216; }

.courses-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px; }
  .courses-controls > div {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    cursor: pointer; }
    .courses-controls > div + div {
      margin-left: 30px; }
  .courses-controls img {
    width: 100%;
    max-width: 50px; }

.event-gallery {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .event-gallery .c-container, .event-gallery body.single-product .product-inner, body.single-product .event-gallery .product-inner, .event-gallery .up-sells .course-products, .up-sells .event-gallery .course-products {
    border-top: 1px solid #06233C;
    padding: 65px 0 20px 0; }
    @media (min-width: 768px) {
      .event-gallery .c-container, .event-gallery body.single-product .product-inner, body.single-product .event-gallery .product-inner, .event-gallery .up-sells .course-products, .up-sells .event-gallery .course-products {
        padding: 65px 0; } }
  .event-gallery h4 {
    text-transform: uppercase;
    font-family: "montserratbold";
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #06233C;
    line-height: 32px;
    margin-bottom: 65px; }
    @media (min-width: 992px) {
      .event-gallery h4 {
        font-size: 30px;
        line-height: 40px; } }
  .event-gallery .button-container {
    margin-top: 65px; }
  .event-gallery .box-btn {
    border-radius: 0;
    color: #06233C; }

.gallery-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px; }
  .gallery-row:not(:first-of-type) {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .gallery-row {
      flex-direction: row; }
      .gallery-row:nth-of-type(even) {
        flex-direction: row-reverse; }
        .gallery-row:nth-of-type(even) a:not(:last-of-type) {
          margin-right: 0;
          margin-left: 1%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .gallery-row:not(:first-of-type) {
      margin-top: 1%; } }

  .gallery-row a {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
    .gallery-row a:not(:last-of-type) {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .gallery-row a:not(:last-of-type) {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .gallery-row a {
        width: 48%;
        margin-bottom: 0;
        aspect-ratio: 16/9; }
        .gallery-row a:not(:last-of-type) {
          margin-right: 1%; }
        .gallery-row a:not(:first-of-type) {
          width: 25%;
          aspect-ratio: 1/1; } }
    .gallery-row a:before {
      content: "";
      display: block;
      position: absolute;
      background-color: rgba(6, 35, 60, 0);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease; }
    .gallery-row a:after {
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-image: url("images/icons/enlarge.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      opacity: 0; }
    .gallery-row a:hover:before {
      background-color: rgba(6, 35, 60, 0.7); }
    .gallery-row a:hover:after {
      opacity: 1; }
  .gallery-row img {
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .gallery-row img {
        object-fit: cover; } }

/* Our Community Components */
.our-community #innovators-come-together {
  padding-bottom: 30px; }

#community-innovator-stories {
  padding-bottom: 20px; }

/* Our Programmes Components */
.textblock {
  padding: 60px 0;
  text-align: center; }
  .textblock h1, .textblock h2, .textblock h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: "montserratbold";
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #06233C; }
    @media (min-width: 768px) {
      .textblock h1, .textblock h2, .textblock h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .textblock h1, .textblock h2, .textblock h3 {
        font-size: 30px;
        line-height: 40px; } }
  .textblock p {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .textblock p {
        max-width: 70%; } }
  .textblock.has-scroll--indicator {
    padding: 60px 0 90px 0; }
    @media (min-width: 768px) {
      .textblock.has-scroll--indicator {
        padding: 60px 0 120px 0; } }
  .textblock .scroll-indicator {
    display: block;
    position: absolute;
    left: calc(50% - 25px);
    bottom: -160px;
    height: auto;
    z-index: 10; }
    @media (min-width: 768px) {
      .textblock .scroll-indicator {
        bottom: -200px; } }
    .textblock .scroll-indicator img {
      height: auto;
      width: 50px; }

#plain-intro {
  background-image: none; }

#our-innovator-programmes {
  background-image: url("images/backgrounds/right-img.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;  /* or use 'contain' depending on the effect you want */
  
  /* Set fixed size */
  width: 300px;  /* You can change this value */
  height: 200px; /* You can change this value */
}


@media (min-width: 768px) {
  #our-innovator-programmes {
    background-size: auto;
    grid-template-columns: repeat(2, 1fr); /* 2 columns on larger screens */
  }
}


#community-home-textblock,
#our-community-description,
#downloads-intro,
#marketplace-intro {
  background-image: url("images/backgrounds/left-img.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 300px; }
  @media (min-width: 1152px) {
    #community-home-textblock,
    #our-community-description,
    #downloads-intro,
    #marketplace-intro {
      background-image: url("images/backgrounds/left-img.png"), url("images/backgrounds/right-img.png");
      background-position: left top, right top;
      background-repeat: no-repeat, no-repeat;
      background-size: auto, auto; } }

@media (min-width: 768px) {
  .our-pgrammes #programme-types {
    padding-top: 120px; } }

#our-programme-types {
  padding-top: 120px; }

/* Program Components */
.accordion {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0; }

.accordion-toggle {
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px;
  position: relative;
  list-style: none;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  background-color: transparent;
  color: #06233C;
  font-family: "montserratbold"; }
  @media (min-width: 1152px) {
    .accordion-toggle {
      font-size: 22px; } }
  .accordion-toggle:first-of-type {
    border-top: 0; }

.accordion-content {
  padding: 20px;
  list-style-type: none;
  display: none; }
  .accordion-content p {
    font-size: 16px;
    line-height: 26px; }

.accordion-toggle.active {
  display: block; }
  .accordion-toggle.active .icon-plus:before {
    content: "-";
    font-size: 22px;
    right: 30px; }

.accordion-content.show {
  display: block;
  border-top: 1px solid #ccc; }

.accordion-toggle span[class^='icon-'] {
  position: absolute;
  font-size: 22px;
  right: 20px;
  top: 16px; }
  @media (min-width: 768px) {
    .accordion-toggle span[class^='icon-'] {
      top: 20px; } }

.accordion-toggle span.icon-plus,
.accordion-toggle span.icon-minus {
  transform-origin: 50% 50%;
  transition: all .5s ease; }

.icon-plus:before {
  content: "+";
  font-size: 22px; }

.faq-section h3 {
  font-size: 22px;
  line-height: 32px;
  font-family: "montserratbold";
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #06233C; }
  @media (min-width: 768px) {
    .faq-section h3 {
      font-size: 22px;
      line-height: 28px; } }
  @media (min-width: 992px) {
    .faq-section h3 {
      font-size: 30px;
      line-height: 40px; } }
.faq-section .intro-copy {
  width: 100%;
  max-width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .faq-section .intro-copy {
      max-width: 70%; } }
  @media (min-width: 1152px) {
    .faq-section .intro-copy {
      max-width: 60%; } }

#program-details {
  padding-top: 120px;
  padding-bottom: 85px; }
  #program-details .intro-copy {
    margin-bottom: 90px; }
  #program-details .button-container {
    margin-top: 90px; }

@media (min-width: 768px) {
  #program-program-details {
    padding-top: 120px;
    padding-bottom: 85px; } }

.programme #here-to-help {
  padding: 60px 0 30px 0; }
  @media (min-width: 768px) {
    .programme #here-to-help {
      padding: 100px 0; } }
  .programme #here-to-help h3 {
    margin-bottom: 20px; }

/* Application Process Components */
.text-image--centered {
  width: 100%;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .text-image--centered {
      padding: 80px 0; } }

.centered-text--image {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .centered-text--image {
      flex-direction: row; } }
  .centered-text--image .image-col,
  .centered-text--image .text-col {
    width: 100%; }
    @media (min-width: 768px) {
      .centered-text--image .image-col,
      .centered-text--image .text-col {
        width: 50%; } }
  .centered-text--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .centered-text--image .text-col {
    padding: 30px 0 0 0; }
    @media (min-width: 768px) {
      .centered-text--image .text-col {
        padding: 30px 0 0 30px; } }
    @media (min-width: 1152px) {
      .centered-text--image .text-col {
        padding: 30px 0 30px 60px; } }
    .centered-text--image .text-col p {
      margin-bottom: 20px; }
  .centered-text--image h3 {
    text-align: left;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .centered-text--image h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .centered-text--image h3 {
        font-size: 30px;
        line-height: 40px; } }

.application-timeline {
  display: block;
  position: relative;
  width: 100%;
  color: #ffffff; }

.application-timeline--intro {
  display: block;
  position: relative;
  padding: 60px 0 0 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .application-timeline--intro {
      padding: 60px 0 160px 0; } }
  .application-timeline--intro h3 {
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .application-timeline--intro h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .application-timeline--intro h3 {
        font-size: 30px;
        line-height: 40px; } }
  .application-timeline--intro p {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .application-timeline--intro p {
        max-width: 70%; } }
    @media (min-width: 1152px) {
      .application-timeline--intro p {
        max-width: 50%; } }
  .application-timeline--intro .scroll-indicator {
    display: none;
    position: absolute;
    left: calc(50% - 25px);
    bottom: 20px;
    height: auto;
    z-index: 10; }
    @media (min-width: 768px) {
      .application-timeline--intro .scroll-indicator {
        display: block; } }
    .application-timeline--intro .scroll-indicator img {
      height: auto;
      width: 50px; }

.process-timeline {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .process-timeline .timeline-row:nth-of-type(2n) {
      flex-direction: row; }
      .process-timeline .timeline-row:nth-of-type(2n) .row-count {
        order: 2;
        right: 25px;
        left: unset; }
        .process-timeline .timeline-row:nth-of-type(2n) .row-count:after {
          display: none; }
        .process-timeline .timeline-row:nth-of-type(2n) .row-count:before {
          content: "";
          display: block;
          position: absolute;
          left: 39px;
          width: 25px;
          height: 1px;
          background-color: #F4C216; }
      .process-timeline .timeline-row:nth-of-type(2n) .row-text {
        order: 1;
        text-align: left;
        align-items: flex-start; }
      .process-timeline .timeline-row:nth-of-type(2n) .empty {
        order: 2; }
      .process-timeline .timeline-row:nth-of-type(2n) .not-empty {
        order: 1; } }
  @media (min-width: 992px) {
    .process-timeline .timeline-row:first-of-type {
      padding-top: 170px; }
    .process-timeline .timeline-row:nth-of-type(2n) .row-count {
      right: 60px; }
      .process-timeline .timeline-row:nth-of-type(2n) .row-count:before {
        width: 60px;
        left: 59px; } }

.timeline-row {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 60px 0; }
  .timeline-row:hover .row-count {
    background-color: #F4C216;
    color: #06233C; }
  .timeline-row:hover .row-text {
    transform: translateX(-15px); }
  .timeline-row:hover:nth-of-type(2n) .row-text {
    transform: translateX(15px); }
  .timeline-row .row-count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #F4C216;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
    transition: all .5s ease-in-out; }
    .timeline-row .row-count:after {
      content: "";
      display: block;
      position: absolute;
      right: 59px;
      left: unset;
      width: 60px;
      height: 1px;
      background-color: #F4C216; }
    .timeline-row .row-count span {
      font-family: "montserratbold"; }
  @media (min-width: 768px) {
    .timeline-row {
      flex-direction: row-reverse; }
      .timeline-row .row-count {
        order: 2;
        position: absolute;
        left: 25px;
        top: -8px;
        margin-bottom: 0;
        width: 40px;
        height: 40px; }
        .timeline-row .row-count:after {
          display: none; }
        .timeline-row .row-count:before {
          content: "";
          display: block;
          position: absolute;
          right: 39px;
          left: unset;
          width: 25px;
          height: 1px;
          background-color: #F4C216; }
        .timeline-row .row-count span {
          display: block;
          position: relative;
          top: -1px;
          font-size: 14px; }
      .timeline-row .row-text {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        order: 1;
        width: 100%;
        text-align: left;
        transition: all .5s ease-in-out; } }
  @media (min-width: 992px) {
    .timeline-row .row-count {
      width: 60px;
      height: 60px;
      left: 60px;
      top: -15px; }
      .timeline-row .row-count:before {
        width: 60px;
        right: 59px; }
      .timeline-row .row-count span {
        font-size: 24px; } }
  .timeline-row h3 {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    max-width: 90%;
    font-family: "montserratbold";
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .timeline-row h3 {
        max-width: 80%; } }
    @media (min-width: 992px) {
      .timeline-row h3 {
        max-width: 70%;
        font-size: 22px; } }
  .timeline-row p {
    max-width: 90%;
    line-height: 22px; }
    @media (min-width: 768px) {
      .timeline-row p {
        max-width: 80%; } }
    @media (min-width: 992px) {
      .timeline-row p {
        max-width: 70%; } }
    .timeline-row p:last-of-type {
      margin-bottom: 0; }
  .timeline-row .empty,
  .timeline-row .not-empty {
    width: 100%;
    display: inline-block;
    position: relative; }
    @media (min-width: 768px) {
      .timeline-row .empty,
      .timeline-row .not-empty {
        width: 50%;
        padding: 0; } }
  .timeline-row .empty {
    order: 2; }
  .timeline-row .not-empty {
    order: 1;
    padding: 0 30px; }

.timeline-duration {
  display: none;
  position: absolute;
  bottom: 0;
  width: 1px;
  background-color: #F4C216;
  height: 100%;
  left: 50%; }
  @media (min-width: 768px) {
    .timeline-duration {
      display: block; } }

.programme-timeline {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  color: #06233C;
  margin-bottom: 60px; }
  .programme-timeline .process-timeline {
    max-width: 95%; }
    @media (min-width: 1152px) {
      .programme-timeline .process-timeline {
        max-width: 1150px; } }
  .programme-timeline h3 {
    font-size: 18px;
    font-family: "montserratbold";
    text-transform: uppercase; }
    @media (min-width: 1152px) {
      .programme-timeline h3 {
        font-size: 20px; } }
    .programme-timeline h3 span {
      display: inline-block;
      position: absolute;
      left: -65px;
      width: 40px;
      height: 40px; }
  .programme-timeline .row-count {
    border: 0;
    display: none; }
    @media (min-width: 992px) {
      .programme-timeline .row-count {
        display: block; } }
    .programme-timeline .row-count:before {
      top: 35px; }
  .programme-timeline .timeline-row {
    padding: 30px 0; }
    .programme-timeline .timeline-row h3,
    .programme-timeline .timeline-row p {
      margin-left: 65px; }
      @media (min-width: 768px) {
        .programme-timeline .timeline-row h3,
        .programme-timeline .timeline-row p {
          padding-left: 0;
          margin-left: 52px; } }
    .programme-timeline .timeline-row:hover .row-count {
      background-color: transparent; }
    @media (min-width: 768px) {
      .programme-timeline .timeline-row:first-of-type {
        padding-top: 50px; } }
    @media (min-width: 1152px) {
      .programme-timeline .timeline-row:first-of-type {
        padding-top: 80px; } }
    .programme-timeline .timeline-row:nth-of-type(2n) h3,
    .programme-timeline .timeline-row:nth-of-type(2n) p {
      margin-left: 65px; }
    .programme-timeline .timeline-row:nth-of-type(2n) .row-count:before {
      left: 60px; }
    @media (min-width: 1152px) {
      .programme-timeline .timeline-row .row-text {
        width: 80%; } }

.application-process #innovator-stories {
  background-image: none; }
  .application-process #innovator-stories h3:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 17px;
    left: calc(-100% - 20px);
    width: 100%;
    height: 2px;
    background-color: #F4C216; }
    @media (min-width: 768px) {
      .application-process #innovator-stories h3:before {
        top: 20px; } }

/* Client Story Components */
.story-text p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .story-text p:last-of-type {
    margin-bottom: 0; }
  .story-text p a {
    color: #06233C;
    text-decoration: underline; }
    .story-text p a:visited {
      color: #06233C; }
    .story-text p a:hover {
      color: #F4C216; }
.story-text h4 {
  display: block;
  position: relative;
  width: 100%;
  font-family: "montserratbold";
  text-transform: uppercase;
  color: #06233C;
  font-size: 20px;
  margin-bottom: 30px; }
.story-text ol,
.story-text ul {
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding-left: 15px; }
.story-text li {
  margin-bottom: 15px; }
  .story-text li:last-of-type {
    margin-bottom: 0; }
  .story-text li ol,
  .story-text li ul {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; }
    .story-text li ol li,
    .story-text li ul li {
      margin-bottom: 10px; }
      .story-text li ol li:last-of-type,
      .story-text li ul li:last-of-type {
        margin-bottom: 0; }

#client-story-quote h2 {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    #client-story-quote h2 {
      margin-bottom: 60px; } }
#client-story-quote .share-story {
  margin-top: 30px; }
  @media (min-width: 768px) {
    #client-story-quote .share-story {
      margin-top: 60px; } }

/* Support Resources Components */
.video-list {
  width: 100%;
  padding-top: 120px; }
  @media (min-width: 1152px) {
    .video-list {
      padding-top: 175px;
      padding-bottom: 0; } }
  .video-list h3 {
    text-align: center;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .video-list h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .video-list h3 {
        font-size: 30px;
        line-height: 40px; } }
  .video-list .button-container {
    margin-top: 90px; }
  .video-list .yellow-btn:hover, .video-list .application-intro .outlined-yellow:hover, .application-intro .video-list .outlined-yellow:hover, .video-list .gallery-intro .text-block a:hover, .gallery-intro .text-block .video-list a:hover, .video-list .recent-events a:hover:not(h5 a), .recent-events .video-list a:hover:not(h5 a) {
    background-color: #F4C216;
    color: #06233C;
    border-color: #F4C216; }
  .video-list.blue-bg .video-title {
    color: #ffffff; }

.video-listing {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .video-listing {
      flex-direction: row;
      flex-wrap: wrap; } }
  .video-listing li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    list-style-type: none;
    overflow: hidden; }
    .video-listing li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .video-listing li {
        margin-bottom: 0;
        margin-right: 2%;
        width: 32%; }
        .video-listing li:nth-of-type(3n) {
          margin-right: 0; } }
  .video-listing .video-screenshot {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    .video-listing .video-screenshot:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
    .video-listing .video-screenshot .play-video {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-decoration: none; }
      .video-listing .video-screenshot .play-video img {
        width: 100%;
        max-width: 65px; }
  .video-listing .video-title {
    color: #06233C;
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    text-align: center;
    margin-bottom: 30px; }
    .video-listing .video-title a {
      color: #ffffff; }
  .video-listing p {
    max-width: 90%;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      .video-listing p {
        max-width: 80%; } }

#main-videos .video-listing li {
  margin-bottom: 60px;
  text-align: center; }
  #main-videos .video-listing li:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      #main-videos .video-listing li:last-of-type {
        margin-bottom: 60px; } }
#main-videos .video-link {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: #F4C216;
  font-family: "montserratbold";
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 30px; }

@media (min-width: 1152px) {
  #resource-videos {
    padding-top: 130px;
    padding-bottom: 65px; } }

/* Lity.js styles */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  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: 100%;
  -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; }

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

.modal-video {
  display: block;
  position: relative;
  width: 100%;
  background-color: #eee;
  border-bottom: 1px dashed #666; }

.modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  flex-direction: column; }
  .modal-content p {
    max-width: 80%;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      .modal-content p {
        max-width: 60%; } }

.video-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .video-link .play-icon {
    position: absolute; }

/* Videos Page Components */
.resources-poi {
  width: 100%;
  padding: 30px 0 0 0; }
  @media (min-width: 768px) {
    .resources-poi {
      padding: 30px 0 10px 0; } }
  .resources-poi h3 {
    text-align: center;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .resources-poi h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .resources-poi h3 {
        font-size: 30px;
        line-height: 40px; } }

.resource-blocks {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .resource-blocks {
      flex-direction: row; } }
  .resource-blocks li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
    .resource-blocks li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .resource-blocks li {
        margin-bottom: 0;
        width: 50%; }
        .resource-blocks li:nth-of-type(1) {
          margin-right: 0.7%; } }
  .resource-blocks .block-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, 0.1); }
    .resource-blocks .block-content:hover {
      background-color: rgba(6, 35, 60, 0.8); }
      .resource-blocks .block-content:hover h5 {
        transform: translateY(0); }
      .resource-blocks .block-content:hover p {
        display: block;
        transform: translateY(0);
        opacity: 1; }
      .resource-blocks .block-content:hover a {
        display: block;
        transform: translateY(0);
        opacity: 1; }
    .resource-blocks .block-content h5,
    .resource-blocks .block-content p {
      color: #ffffff;
      transition: all .3s ease; }
    .resource-blocks .block-content h5 {
      font-family: "montserratbold";
      text-transform: uppercase;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .resource-blocks .block-content h5 {
          font-size: 14px;
          line-height: 14px; } }
      @media (min-width: 992px) {
        .resource-blocks .block-content h5 {
          font-size: 20px;
          line-height: 20px; } }
      @media (min-width: 1152px) {
        .resource-blocks .block-content h5 {
          font-size: 24px;
          line-height: 24px; } }
    .resource-blocks .block-content p {
      display: none;
      position: relative;
      margin-bottom: 15px;
      width: 100%;
      max-width: 80%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      transform: translateY(50px);
      opacity: 0;
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 768px) {
        .resource-blocks .block-content p {
          max-width: 90%; } }
      @media (min-width: 1152px) {
        .resource-blocks .block-content p {
          font-size: 16px;
          line-height: 24px;
          max-width: 80%; } }
    .resource-blocks .block-content a {
      display: none;
      transform: translateY(50px);
      transition: all .3s ease;
      opacity: 0; }
      @media (min-width: 768px) {
        .resource-blocks .block-content a {
          font-size: 10px; } }
      @media (min-width: 1152px) {
        .resource-blocks .block-content a {
          font-size: 13px; } }
      .resource-blocks .block-content a:hover {
        border-color: #ffffff;
        color: #ffffff; }

@media (min-width: 768px) {
  .is-3-column .resource-blocks li:nth-of-type(3) {
    margin-left: 0.7%; } }

/* Article Components */
.article-author {
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid #F4C216;
  border-bottom: 1px solid #F4C216; }
  .article-author .c-container, .article-author body.single-product .product-inner, body.single-product .article-author .product-inner, .article-author .up-sells .course-products, .up-sells .article-author .course-products {
    padding: 40px 0; }
    @media (min-width: 768px) {
      .article-author .c-container, .article-author body.single-product .product-inner, body.single-product .article-author .product-inner, .article-author .up-sells .course-products, .up-sells .article-author .course-products {
        padding: 40px 30px; } }

.author-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  @media (min-width: 768px) {
    .author-details {
      flex-direction: row; } }
  .author-details img {
    width: 100%;
    max-width: 200px;
    height: 200px;
    border-radius: 100%;
    object-fit: cover;
    margin-left: 5%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .author-details img {
        margin-left: 0;
        margin-bottom: 0; } }
  .author-details .author-information {
    display: block;
    position: relative;
    width: 80%;
    margin-left: 5%; }
  .author-details .author-name {
    text-align: left;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px; }
  .author-details p {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .author-details p {
        max-width: 70%; } }

.share-story {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 60px; }
  .share-story p {
    text-transform: uppercase;
    color: #F4C216 !important;
    font-family: "hindlight" !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    width: 100%; }

.follow {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 60px; }
  .follow p {
    text-transform: uppercase;
    color: #F4C216;
    font-family: "hindlight";
    font-size: 18px;
    margin-bottom: 0;
    width: auto;
    max-width: unset; }
  .follow ul {
    display: flex;
    flex-direction: row;
    margin-left: 20px; }
  .follow li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    list-style-type: none;
    width: 35px;
    height: 35px;
    background-color: #F4C216;
    border-radius: 50%;
    margin-right: 10px; }
    .follow li:last-of-type {
      margin-right: 0; }
  .follow img {
    width: 100%;
    max-width: 18px;
    height: auto;
    border-radius: 0;
    margin: 0; }

.follow {
  margin-top: 0; }

#related-posts h3 {
  font-size: 22px; }

/* About Components */
.sectors-icons {
  width: 100%;
  padding: 60px 0 60px 0; }
  @media (min-width: 768px) {
    .sectors-icons {
      padding: 90px 0 30px 0; } }
  .sectors-icons h3 {
    text-align: center;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .sectors-icons h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .sectors-icons h3 {
        font-size: 30px;
        line-height: 40px; } }
  .sectors-icons p {
    width: 100%;
    text-align: center; }
  .sectors-icons .bottom-copy {
    margin-top: 20px; }

.list-sectors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .list-sectors {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto; } }
  .list-sectors li {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px; }
    .list-sectors li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .list-sectors li {
        width: 22.7%;
        margin-right: 3%; }
        .list-sectors li:nth-of-type(2n) {
          margin-right: 3%; }
        .list-sectors li:nth-of-type(4n) {
          margin-right: 0; } }
    .list-sectors li img {
      width: 100%;
      max-width: 120px;
      margin: 0 auto 20px auto; }
      @media (min-width: 768px) {
        .list-sectors li img {
          max-width: 140px; } }

.sector-title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "HelveticaNeue-Light"; }

#visa-endorsements-icons {
  padding-top: 110px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    #visa-endorsements-icons {
      padding-top: 140px;
      padding-bottom: 80px; } }
  #visa-endorsements-icons .icon-list img {
    margin-bottom: 30px; }
  #visa-endorsements-icons .icon-list p {
    max-width: 80%; }

#what-we-do-icons {
  padding-top: 110px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    #what-we-do-icons {
      padding-top: 140px; } }

@media (min-width: 768px) {
  #making-it-clear {
    padding-bottom: 100px; } }
#making-it-clear .box-list img {
  max-width: 100px;
  height: 100px;
  margin-bottom: 30px; }
#making-it-clear .box-list p {
  min-height: 50px; }
#making-it-clear .box-title {
  margin-bottom: 30px; }

/* Apply online Page */
.apply-online #apply-innovator-stories {
  background-image: none; }
  .apply-online #apply-innovator-stories h3:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    left: calc(-100% - 20px);
    width: 100%;
    height: 2px;
    background-color: #F4C216; }

.application-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 60px 30px;
  background-color: #06233C; }
  .application-intro h1 {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-family: "montserratbold"; }
    @media (min-width: 768px) {
      .application-intro h1 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .application-intro p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
    text-align: center;
    color: #ffffff; }
    @media (min-width: 768px) {
      .application-intro p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .application-intro .intro-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .application-intro .intro-buttons {
        flex-direction: row; } }
    .application-intro .intro-buttons a {
      width: 300px; }
      .application-intro .intro-buttons a:not(:first-of-type) {
        margin-top: 15px; }
        @media (min-width: 768px) {
          .application-intro .intro-buttons a:not(:first-of-type) {
            margin-top: 0;
            margin-left: 15px; } }
      @media (min-width: 768px) {
        .application-intro .intro-buttons a {
          width: auto; } }
  .application-intro .solid-yellow:hover {
    background: #06233C;
    border: 1px solid #F4C216;
    color: #F4C216; }
  .application-intro .outlined-yellow:hover {
    background-color: #F4C216;
    color: #06233C; }

.application-form {
  display: block;
  position: relative;
  width: 100%;
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 60px; }
  .application-form h2 {
    color: #06233C;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-family: "montserratbold"; }
    @media (min-width: 768px) {
      .application-form h2 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }

/* Contact Page */
@media (min-width: 768px) {
  .contacts {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; } }
.contacts .title-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .contacts .title-panel {
      flex-direction: row; } }
  .contacts .title-panel h3 {
    text-align: center;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .contacts .title-panel h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .contacts .title-panel h3 {
        font-size: 30px;
        line-height: 40px; } }

@media (min-width: 768px) {
  .apply-online--form {
    padding: 120px 0; } }

.contact-list {
  display: block;
  position: relative;
  width: 100%; }
  .contact-list li {
    display: block;
    position: relative;
    width: 100%;
    list-style-type: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 24px; }
    .contact-list li:not(:first-of-type) {
      padding-top: 30px; }
    .contact-list li:last-of-type {
      margin-bottom: 0;
      border-bottom: 0; }
    .contact-list li h5 {
      display: flex;
      align-items: center;
      position: relative;
      font-family: "montserratbold";
      color: #06233C;
      font-size: 18px;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .contact-list li h5 span {
        display: inline-block;
        position: relative;
        width: 25px;
        height: 25px;
        margin-right: 10px; }
        .contact-list li h5 span img {
          width: 100%; }
    .contact-list li a {
      color: #EEA51D;
      text-decoration: underline; }
      .contact-list li a:visited {
        color: #EEA51D; }
      .contact-list li a:hover {
        color: #06233C; }
  .contact-list address {
    font-family: "HelveticaNeue-Light";
    font-style: normal;
    font-size: 14px;
    line-height: 24px; }

@media (min-width: 768px) {
  .useful-links {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; } }
.useful-links .title-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .useful-links .title-panel {
      flex-direction: row; } }
  .useful-links .title-panel h3 {
    text-align: center;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .useful-links .title-panel h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .useful-links .title-panel h3 {
        font-size: 30px;
        line-height: 40px; } }
.useful-links p {
  display: block;
  margin-bottom: 40px;
  font-size: 16px;
  text-align: center; }
  @media (min-width: 768px) {
    .useful-links p {
      text-align: left; } }

.links-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  width: 100%; }
  .links-list li {
    display: block;
    position: relative;
    width: 100%;
    list-style-type: none;
    padding: 30px;
    border: 1px solid #06233C;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
    transition: all .3s ease; }
    .links-list li:last-of-type {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .links-list li:last-of-type {
          margin-bottom: 25px; } }
    .links-list li:hover {
      border-color: #F4C216; }
    @media (min-width: 768px) {
      .links-list li {
        width: 48.5%;
        margin-right: 3%; }
        .links-list li:nth-of-type(2n) {
          margin-right: 0; } }
    .links-list li h5 {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-family: "montserratbold";
      color: #06233C;
      font-size: 18px;
      margin-bottom: 60px;
      text-transform: uppercase; }
    .links-list li a {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      background-color: transparent;
      border: 1px solid #F4C216;
      border-radius: 30px;
      color: #EEA51D;
      padding: 10px 30px;
      text-align: center;
      font-family: "montserratbold";
      font-size: 14px;
      text-decoration: none;
      transition: all .3s ease; }
      @media (min-width: 768px) {
        .links-list li a {
          width: 200px; } }
      .links-list li a:visited {
        color: #EEA51D; }
      .links-list li a:hover {
        color: #06233C;
        border-color: #06233C; }

/* 404 Components */
.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh; }
  .not-found h1 {
    font-family: "montserratbold";
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #06233C;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 60px; }
    @media (min-width: 1152px) {
      .not-found h1 {
        font-size: 90px;
        line-height: 90px; } }
    @media (min-width: 1600px) {
      .not-found h1 {
        font-size: 140px;
        line-height: 140px; } }
  .not-found p {
    margin-bottom: 60px;
    text-align: center; }
    .not-found p a {
      color: #06233C; }
      .not-found p a:visited {
        color: #06233C; }

/* Login Page */
.login-panel {
  position: relative;
  padding: 65px 30px;
  border-bottom: 5px solid #F4C216; }
  @media (min-width: 992px) {
    .login-panel {
      background-image: url("images/backgrounds/right-img.png");
      background-position: right top;
      background-repeat: no-repeat;
      background-size: auto;
      padding: 65px 0; } }
  .login-panel h1 {
    font-size: 22px;
    line-height: 32px;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center; }
    @media (min-width: 768px) {
      .login-panel h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .login-panel h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 60px; } }

.login-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; }
  @media (min-width: 768px) {
    .login-inner {
      width: calc(100% - 10%);
      margin: 60px 5% 300px 5%; } }
  @media (min-width: 992px) {
    .login-inner {
      width: calc(100% - 10%);
      flex-direction: row;
      justify-content: flex-start;
      margin: 90px 5% 180px 5%; } }
  @media (min-width: 1152px) {
    .login-inner {
      margin: 180px 5%; } }

.login-form {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .login-form {
      width: 90%; } }
  @media (min-width: 992px) {
    .login-form {
      width: 40%;
      padding-right: 10%;
      margin-bottom: 0; } }
  .login-form label {
    color: #666;
    font-family: "HelveticaNeue-Light"; }
  .login-form input[type="text"],
  .login-form input[type="password"] {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #F4C216;
    height: 50px;
    padding-left: 20px;
    appearance: none; }
    .login-form input[type="text"]:focus,
    .login-form input[type="password"]:focus {
      outline: 1px dotted #06233C;
      border-radius: 0; }
  .login-form .yellow-btn, .login-form .application-intro .outlined-yellow, .application-intro .login-form .outlined-yellow, .login-form .gallery-intro .text-block a, .gallery-intro .text-block .login-form a, .login-form .recent-events a:not(h5 a), .recent-events .login-form a:not(h5 a) {
    background-color: #F4C216;
    border: 1px solid #F4C216;
    color: #06233C;
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer; }

.login-panel--quote {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 200px; }
  @media (min-width: 768px) {
    .login-panel--quote {
      width: 90%; } }
  @media (min-width: 992px) {
    .login-panel--quote {
      width: 50%; } }
  @media (min-width: 1152px) {
    .login-panel--quote {
      width: 40%; } }
  .login-panel--quote blockquote {
    color: #06233C;
    font-size: 16px;
    line-height: 20px;
    font-family: "hindlight"; }
    @media (min-width: 768px) {
      .login-panel--quote blockquote {
        font-size: 22px;
        line-height: 28px;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .login-panel--quote blockquote {
        font-size: 20px;
        line-height: 26px;
        max-width: 100%;
        padding-right: 0;
        padding-left: 70px; } }
    @media (min-width: 1366px) {
      .login-panel--quote blockquote {
        font-size: 26px;
        line-height: 34px;
        padding-right: 70px; } }
    .login-panel--quote blockquote:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: -35px;
      left: 0;
      width: 95px;
      height: 95px;
      background-image: url("images/icons/quote-start.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }
      @media (min-width: 768px) {
        .login-panel--quote blockquote:before {
          position: absolute;
          width: 90px;
          top: 5px;
          bottom: 0;
          left: 0; } }
      @media (min-width: 992px) {
        .login-panel--quote blockquote:before {
          left: -70px; } }
      @media (min-width: 1152px) {
        .login-panel--quote blockquote:before {
          width: 120px;
          left: -80px; } }
    .login-panel--quote blockquote:after {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 65px;
      height: 55px;
      background-image: url("images/icons/quote-end.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }
      @media (min-width: 992px) {
        .login-panel--quote blockquote:after {
          right: 0; } }
      @media (min-width: 1152px) {
        .login-panel--quote blockquote:after {
          right: 70px;
          bottom: 0; } }

.form-bottom {
  display: flex;
  align-items: center; }
  .form-bottom .forgot-pass {
    margin-left: auto;
    color: #666;
    text-decoration: underline;
    font-family: "hindlight"; }

.login-img {
  display: none;
  position: absolute;
  bottom: 0;
  width: 30%;
  right: 35%; }
  @media (min-width: 768px) {
    .login-img {
      display: block;
      width: 35%;
      right: 30%; } }
  @media (min-width: 992px) {
    .login-img {
      bottom: 0;
      width: 30%;
      right: 0; } }
  .login-img img {
    width: 100%;
    height: auto; }

/* Community Home Page */
.dash-icons {
  width: 100%;
  border-bottom: 5px solid #F4C216; }
  .dash-icons ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .dash-icons ul {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto; } }
    .dash-icons ul li {
      display: inline-block;
      position: relative;
      text-align: center;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 40px; }
      .dash-icons ul li:nth-of-type(2n) {
        margin-right: 0; }
      @media (min-width: 768px) {
        .dash-icons ul li {
          width: 31.333%;
          margin-right: 3%; }
          .dash-icons ul li:nth-of-type(2n) {
            margin-right: 3%; }
          .dash-icons ul li:nth-of-type(3n) {
            margin-right: 0; } }
      .dash-icons ul li img {
        width: 100%;
        max-width: 100px;
        margin: 0 auto 20px auto; }
        @media (min-width: 768px) {
          .dash-icons ul li img {
            max-width: 140px; } }

.dash-title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "montserratbold"; }
  .dash-title a {
    color: #ffffff;
    text-decoration: none; }
    .dash-title a:visited {
      color: #ffffff; }
    .dash-title a:hover {
      text-decoration: underline; }

/* Community Profile Page */
.profileblock {
  padding: 60px 0;
  text-align: center; }
  .profileblock h1, .profileblock h2, .profileblock h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: "montserratbold";
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #06233C; }
    @media (min-width: 768px) {
      .profileblock h1, .profileblock h2, .profileblock h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .profileblock h1, .profileblock h2, .profileblock h3 {
        font-size: 30px;
        line-height: 40px; } }
  .profileblock img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .profileblock img {
        width: 250px;
        height: 250px; } }
  .profileblock .profile-name {
    font-size: 20px;
    line-height: 20px;
    font-family: "montserratbold";
    color: #06233C;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .profileblock .profile-name {
        font-size: 24px;
        line-height: 24px; } }
  .profileblock .business-location {
    font-size: 14px;
    line-height: 14px;
    font-family: "montserratbold";
    color: #06233C;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .profileblock .business-location {
        font-size: 16px;
        line-height: 16px; } }

#community-profile {
  background-image: url("images/backgrounds/left-img.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 300px; }
  @media (min-width: 1152px) {
    #community-profile {
      background-image: url("images/backgrounds/left-img.png"), url("images/backgrounds/right-img.png");
      background-position: left top, right top;
      background-repeat: no-repeat, no-repeat;
      background-size: auto, auto; } }

.profile-details--column {
  border-bottom: 5px solid #F4C216;
  padding-bottom: 0; }
  @media (min-width: 1152px) {
    .profile-details--column {
      padding-bottom: 60px; } }
  .profile-details--column .details-inner {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .profile-details--column .details-inner {
        flex-direction: row; } }

.personal-details {
  width: 100%;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .personal-details {
      width: 50%;
      margin-bottom: 0;
      padding-right: 65px; } }
  .personal-details h2 {
    font-size: 22px;
    line-height: 32px;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .personal-details h2 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .personal-details h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 60px; } }
    .personal-details h2:before {
      content: "";
      display: none;
      position: absolute;
      top: 20px;
      left: -65px;
      width: 50px;
      height: 2px;
      background-color: #F4C216; }
      @media (min-width: 992px) {
        .personal-details h2:before {
          display: inline-block; } }
  .personal-details ul {
    margin-bottom: 30px; }
    @media (min-width: 1152px) {
      .personal-details ul {
        margin-bottom: 60px; } }
    .personal-details ul:last-of-type {
      margin-bottom: 0; }
  .personal-details li {
    list-style-type: none;
    font-family: "hindlight";
    color: #06233C;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px; }
    .personal-details li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .personal-details li {
        font-size: 20px;
        line-height: 28px; } }
  .personal-details .edit-update li {
    font-size: 14px; }
    @media (min-width: 768px) {
      .personal-details .edit-update li {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .personal-details .edit-update li {
        font-size: 16px; } }
    .personal-details .edit-update li a {
      font-family: "montserratbold";
      text-transform: uppercase;
      color: #F4C216;
      text-decoration: underline; }
  .personal-details div#message.updated {
    background: lightgreen;
    color: green;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid green; }
  .personal-details .acf-label label {
    font-family: "hindlight";
    color: #06233C;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: normal !important; }
    @media (min-width: 992px) {
      .personal-details .acf-label label {
        font-size: 20px !important;
        line-height: 28px !important; } }
  .personal-details .acf-field {
    padding: 15px 0 !important;
    border-top: unset !important; }
    .personal-details .acf-field input, .personal-details .acf-field textarea {
      border: 1px solid #eee !important; }
    .personal-details .acf-field textarea {
      padding: 10px; }
  .personal-details .acf-form-submit input {
    font-size: 14px;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #F4C216;
    text-decoration: underline;
    background: unset;
    border: unset;
    padding: 10px 0; }
    @media (min-width: 768px) {
      .personal-details .acf-form-submit input {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .personal-details .acf-form-submit input {
        font-size: 16px; } }

.personal-documents {
  width: 100%; }
  @media (min-width: 768px) {
    .personal-documents {
      width: 50%; } }
  .personal-documents h2 {
    font-size: 22px;
    line-height: 32px;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .personal-documents h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .personal-documents h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 60px; } }
    .personal-documents h2:before {
      content: "";
      display: none;
      position: absolute;
      top: 50%;
      left: -65px;
      width: 50px;
      height: 2px;
      background-color: #F4C216; }
      @media (min-width: 992px) {
        .personal-documents h2:before {
          display: inline-block; } }
  .personal-documents ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  .personal-documents li {
    width: 48% !important;
    margin-right: 2% !important;
    text-align: center;
    list-style-type: none;
    margin-bottom: 50px !important; }
    .personal-documents li:nth-of-type(2n) {
      margin-right: 0 !important; }
    .personal-documents li img {
      width: 100%;
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px; }
  .personal-documents .document-name {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 5px auto;
    color: #06233C;
    text-align: center;
    font-family: "HelveticaNeue-Light";
    font-size: 16px; }
    @media (min-width: 768px) {
      .personal-documents .document-name {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .personal-documents .document-name {
        font-size: 24px; } }
  .personal-documents .open-doc {
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: 14px;
    color: #F4C216;
    text-decoration: underline; }
    @media (min-width: 768px) {
      .personal-documents .open-doc {
        font-size: 16px; } }

/* Community News Page */
.community-news {
  width: 100%; }
  .community-news h3 {
    text-align: center;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .community-news h3 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .community-news h3 {
        font-size: 30px;
        line-height: 40px; } }
  .community-news .button-container {
    margin-top: 60px; }
  .community-news .yellow-btn:hover, .community-news .application-intro .outlined-yellow:hover, .application-intro .community-news .outlined-yellow:hover, .community-news .gallery-intro .text-block a:hover, .gallery-intro .text-block .community-news a:hover, .community-news .recent-events a:hover:not(h5 a), .recent-events .community-news a:hover:not(h5 a) {
    border-color: #ffffff;
    color: #ffffff; }

.community-news--listing {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .community-news--listing {
      flex-direction: row;
      flex-wrap: wrap; } }
  .community-news--listing li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    list-style-type: none;
    overflow: hidden; }
    .community-news--listing li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .community-news--listing li {
        margin-bottom: 0;
        margin-right: 2%;
        width: 49%; }
        .community-news--listing li:nth-of-type(2n) {
          margin-right: 0; } }
    .community-news--listing li:hover img {
      transform: scale(1.02);
      transition: all .3s ease; }
  .community-news--listing img {
    -webkit-backface-visibility: hidden;
    transform: scale(1);
    transition: all .3s ease; }
  .community-news--listing .article-details {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(9, 35, 60, 0.8);
    padding: 20px 30px; }
  .community-news--listing .article-title {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "montserratbold";
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .community-news--listing .article-title {
        font-size: 24px;
        line-height: 30px; } }
  .community-news--listing .article-date {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "montserratbold";
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .community-news--listing .article-date {
        font-size: 14px;
        line-height: 24px; } }
  .community-news--listing .readmore {
    font-size: 12px;
    text-transform: uppercase;
    color: #F4C216;
    font-family: "HelveticaNeue-Light";
    text-decoration: underline; }
    @media (min-width: 992px) {
      .community-news--listing .readmore {
        font-size: 14px;
        line-height: 14px; } }

/* Community Support Page */
.useful-links--list {
  padding: 65px 0 0 0; }
  .useful-links--list h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    text-align: center;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .useful-links--list h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .useful-links--list h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 60px; } }

.link-list {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .link-list {
      flex-direction: row; } }
  .link-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    list-style-type: none; }
    .link-list li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .link-list li {
        width: 31%;
        margin-right: 6%;
        margin-bottom: 0; }
        .link-list li:last-of-type {
          margin-right: 0; } }
  .link-list .link-title {
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 18px !important;
    line-height: 18px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .link-list .link-title {
        font-size: 16px !important;
        line-height: 20px; } }
    @media (min-width: 1152px) {
      .link-list .link-title {
        font-size: 22px !important;
        line-height: 22px; } }
  .link-list p {
    font-size: 14px !important;
    line-height: 22px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .link-list p {
        line-height: 18px; } }
    @media (min-width: 1152px) {
      .link-list p {
        font-size: 18px !important;
        line-height: 26px; } }
  .link-list .link {
    display: inline-block;
    width: 100%;
    font-family: "montserratbold";
    font-size: 14px;
    color: #F4C216;
    text-decoration: underline;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .link-list .link {
        font-size: 12px;
        line-height: 12px;
        width: auto; } }
    @media (min-width: 1152px) {
      .link-list .link {
        font-size: 14px;
        line-height: 14px; } }
    .link-list .link:visited {
      color: #F4C216; }
    .link-list .link:hover {
      color: #06233C; }
  .link-list .viewmore {
    display: inline-block;
    width: 100%;
    font-family: "montserratbold";
    font-size: 14px;
    color: #F4C216;
    text-transform: uppercase;
    text-decoration: underline; }
    @media (min-width: 768px) {
      .link-list .viewmore {
        font-size: 12px;
        line-height: 12px;
        width: auto; } }
    @media (min-width: 1152px) {
      .link-list .viewmore {
        font-size: 16px;
        line-height: 16px; } }
    .link-list .viewmore:visited {
      color: #F4C216; }
    .link-list .viewmore:hover {
      color: #06233C; }

/* Downloads Page */
.documents-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .documents-list li {
    width: 48%;
    margin-right: 2%;
    text-align: center;
    list-style-type: none;
    margin-bottom: 30px; }
    .documents-list li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .documents-list li {
        width: 23%; }
        .documents-list li:nth-of-type(2n) {
          margin-right: 2%; }
        .documents-list li:nth-of-type(32n) {
          margin-right: 0; } }
    .documents-list li img {
      width: 100%;
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px; }
  .documents-list .document-name {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 5px auto;
    color: #06233C;
    text-align: center;
    font-family: "HelveticaNeue-Light";
    font-size: 16px; }
    @media (min-width: 768px) {
      .documents-list .document-name {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .documents-list .document-name {
        font-size: 24px; } }
  .documents-list .open-doc {
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: 14px;
    color: #F4C216;
    text-decoration: underline; }
    @media (min-width: 768px) {
      .documents-list .open-doc {
        font-size: 16px; } }

#downloads-main {
  padding-top: 120px;
  padding-bottom: 0; }
  #downloads-main li {
    margin-bottom: 120px; }

/* Links Page */
.useful-links--list .link-list {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .useful-links--list .link-list {
      flex-direction: row;
      flex-wrap: wrap; } }
  .useful-links--list .link-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    list-style-type: none; }
    @media (min-width: 768px) {
      .useful-links--list .link-list li {
        width: 29.333%;
        margin-right: 6%;
        margin-bottom: 50px; }
        .useful-links--list .link-list li:nth-of-type(3n) {
          margin-right: 0; } }
  .useful-links--list .link-list .link-title {
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .useful-links--list .link-list .link-title {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 1152px) {
      .useful-links--list .link-list .link-title {
        font-size: 22px;
        line-height: 22px; } }
  .useful-links--list .link-list p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .useful-links--list .link-list p {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 1152px) {
      .useful-links--list .link-list p {
        font-size: 18px;
        line-height: 26px; } }
  .useful-links--list .link-list .link {
    display: inline-block;
    width: 100%;
    font-family: "montserratbold";
    font-size: 14px;
    color: #F4C216;
    text-decoration: underline;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .useful-links--list .link-list .link {
        font-size: 12px;
        line-height: 12px;
        width: auto; } }
    @media (min-width: 1152px) {
      .useful-links--list .link-list .link {
        font-size: 14px;
        line-height: 14px; } }
    .useful-links--list .link-list .link:visited {
      color: #F4C216; }
    .useful-links--list .link-list .link:hover {
      color: #06233C; }
  .useful-links--list .link-list .viewmore {
    display: inline-block;
    width: 100%;
    font-family: "montserratbold";
    font-size: 12px;
    line-height: 12px;
    color: #F4C216;
    text-transform: uppercase;
    text-decoration: underline; }
    @media (min-width: 768px) {
      .useful-links--list .link-list .viewmore {
        width: auto; } }
    .useful-links--list .link-list .viewmore:visited {
      color: #F4C216; }
    .useful-links--list .link-list .viewmore:hover {
      color: #06233C; }

#links-main {
  padding-top: 75px;
  padding-bottom: 0; }
  #links-main li {
    margin-bottom: 65px; }

/* Events Page */
.events-main--listing h3 {
  text-align: center;
  font-family: "montserratbold";
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #06233C;
  font-size: 22px;
  line-height: 32px; }
  @media (min-width: 768px) {
    .events-main--listing h3 {
      font-size: 22px;
      line-height: 28px; } }
  @media (min-width: 992px) {
    .events-main--listing h3 {
      font-size: 30px;
      line-height: 40px; } }
.events-main--listing .button-container {
  margin-top: 60px; }
  @media (min-width: 992px) {
    .events-main--listing .button-container {
      margin-top: 0; } }

.events-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto; }
  .events-list li {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px; }
    .events-list li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .events-list li {
        flex-direction: row; } }
    @media (min-width: 992px) {
      .events-list li {
        margin-bottom: 60px; } }
  .events-list .event-thumb {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .events-list .event-thumb {
        margin-bottom: 0;
        width: 40%; } }
    .events-list .event-thumb img {
      width: 100%; }
      @media (min-width: 992px) {
        .events-list .event-thumb img {
          height: 100%;
          object-fit: cover;
          object-position: center; } }
  .events-list .event-details {
    display: block;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .events-list .event-details {
        width: 60%;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .events-list .event-details {
        padding: 10px 10px 10px 50px; } }
  .events-list .event-name {
    font-family: "montserratbold";
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media (min-width: 1152px) {
      .events-list .event-name {
        font-size: 26px; } }
    .events-list .event-name a {
      color: #06233C; }
      .events-list .event-name a:visited {
        color: #06233C; }
  .events-list .event-date {
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "montserratbold";
    margin-bottom: 20px;
    color: #06233C; }
    @media (min-width: 1152px) {
      .events-list .event-date {
        font-size: 12px; } }
  .events-list p {
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 1152px) {
      .events-list p {
        font-size: 18px;
        line-height: 28px; } }
  .events-list .readmore {
    display: inline-block;
    position: relative;
    width: auto;
    margin-top: 20px;
    font-family: "montserratbold";
    font-size: 12px;
    color: #F4C216;
    text-decoration: underline;
    text-transform: uppercase; }

#more-events {
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    #more-events li {
      margin-bottom: 0; } }

.event-gallery {
  display: block;
  position: relative;
  width: 100%; }
  .event-gallery .gallery-main img {
    width: 100%; }
  .event-gallery .gallery-thumbnails {
    padding: 20px 60px 0 60px; }
    .event-gallery .gallery-thumbnails img {
      width: 100%; }
    .event-gallery .gallery-thumbnails li {
      margin: 0 5px; }
  .event-gallery .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("images/icons/select-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    z-index: 10;
    width: 40px;
    height: 40px; }
  .event-gallery .slick-prev {
    left: 5px;
    transform: rotate(90deg); }
  .event-gallery .slick-next {
    right: 5px;
    transform: rotate(-90deg); }

body.single-events .event-gallery {
  padding-left: 20px;
  padding-right: 20px; }
  body.single-events .event-gallery .c-container, body.single-events .event-gallery body.single-product .product-inner, body.single-product body.single-events .event-gallery .product-inner, body.single-events .event-gallery .up-sells .course-products, .up-sells body.single-events .event-gallery .course-products {
    border-bottom: 1px solid #06233C; }

.simplesocialbuttons {
  margin-top: 25px !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: 1px solid #06233C !important;
  color: #06233C !important; }
  .simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share span,
  .simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share span,
  .simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share span,
  .simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share span,
  .simplesocialbuttons.simplesocial-round-icon button.simplesocial-reddit-share span,
  .simplesocialbuttons.simplesocial-round-icon button.simplesocial-pinterest-share span {
    display: block !important;
    text-align: left;
    font-family: "montserratbold";
    font-size: 13px !important;
    line-height: 14px !important;
    text-transform: uppercase; }

.simplesocialbuttons.simplesocial-round-icon button {
  width: 150px !important;
  height: 45px !important;
  border-radius: 0 !important;
  padding: 0 15px !important;
  margin: 0 10px 0 0 !important; }

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

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share:hover {
  background: #06233C !important;
  color: #ffffff !important; }
  .simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share:hover:after {
    background-image: url("images/icons/facebook-white.png"); }

.simplesocialbuttons button.simplesocial-twt-share:after {
  content: "" !important;
  width: 45px !important;
  height: 43px !important;
  background-image: url("images/icons/twitter-blue.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  left: unset !important;
  right: 0 !important; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share:hover {
  background: #06233C !important;
  color: #ffffff !important; }
  .simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share:hover:after {
    background-image: url("images/icons/twitter-white.png"); }

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

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share:hover {
  background: #06233C !important;
  color: #ffffff !important; }
  .simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share:hover:after {
    background-image: url("images/icons/linkedin-white.png"); }

/* Marketplace Page */
.directory-listing h3 {
  text-align: center;
  font-family: "montserratbold";
  text-transform: uppercase;
  color: #06233C;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 65px; }
  @media (min-width: 768px) {
    .directory-listing h3 {
      font-size: 22px;
      line-height: 28px; } }
  @media (min-width: 992px) {
    .directory-listing h3 {
      font-size: 30px;
      line-height: 40px; } }

.business-directory {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px; }
  @media (min-width: 1152px) {
    .business-directory {
      margin-top: 60px; } }
  .business-directory li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    margin-right: 4%;
    background-color: #ffffff;
    padding: 5px 5px 20px 5px;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    transition: all .3s ease; }
    .business-directory li:hover {
      border-color: #F4C216; }
    .business-directory li:nth-of-type(2n) {
      margin-right: 0; }
    .business-directory li img {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
      .business-directory li {
        width: 23.5%;
        margin-right: 2%; }
        .business-directory li:nth-of-type(2n) {
          margin-right: 2%; }
        .business-directory li:nth-of-type(4n) {
          margin-right: 0; } }
    @media (min-width: 1152px) {
      .business-directory li {
        margin-bottom: 30px; } }
  .business-directory .business-name {
    position: relative; }
    .business-directory .business-name a {
      color: #06233C;
      font-family: "montserratbold";
      text-transform: uppercase;
      font-size: 14px; }
      @media (min-width: 768px) {
        .business-directory .business-name a {
          font-size: 12px; } }
      @media (min-width: 1152px) {
        .business-directory .business-name a {
          font-size: 14px; } }
    .business-directory .business-name:before {
      content: "";
      display: block;
      position: absolute;
      top: -10px;
      width: 40px;
      height: 2px;
      background-color: #F4C216;
      left: calc(50% - 20px); }

.filter-panel form {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .filter-panel form {
      flex-direction: row;
      max-width: 85%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1152px) {
    .filter-panel form {
      max-width: 60%; } }
  .filter-panel form ul {
    display: flex;
    width: 100%; }
.filter-panel .text-search, .filter-panel .sf-field-search {
  display: flex;
  width: 100%; }
  @media (min-width: 768px) {
    .filter-panel .text-search, .filter-panel .sf-field-search {
      width: 60%; } }
.filter-panel .sf-field-taxonomy-sector {
  display: flex;
  width: 100%; }
  @media (min-width: 768px) {
    .filter-panel .sf-field-taxonomy-sector {
      width: 35%;
      margin-left: 5%; } }
.filter-panel input[type="text"] {
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding-left: 15px;
  font-family: "montserratbold";
  color: #000000;
  font-size: 16px;
  height: 60px !important;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .filter-panel input[type="text"] {
      margin-bottom: 0; } }
  .filter-panel input[type="text"]:focus {
    outline: 1px dotted green;
    border-radius: 0; }
  .filter-panel input[type="text"]::placeholder {
    font-family: "montserratbold";
    color: #000000;
    font-size: 16px;
    text-transform: uppercase; }
.filter-panel button[type="submit"] {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 0;
  height: 60px;
  width: 60px;
  cursor: pointer; }
  .filter-panel button[type="submit"] img {
    width: 100%;
    max-width: 25px; }
.filter-panel select {
  width: 100%;
  height: 60px;
  font-family: "montserratbold";
  color: #000000;
  border: 1px solid #ffffff;
  font-size: 16px;
  text-transform: uppercase; }

/* Business Profile Page */
@media (min-width: 1152px) {
  .business-intro {
    padding-top: 125px; } }

.business-intro--inner {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .business-intro--inner {
      flex-direction: row;
      align-items: center; } }
  .business-intro--inner .intro-image {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .business-intro--inner .intro-image {
        width: 50%; } }
    .business-intro--inner .intro-image img {
      width: 100%; }
  .business-intro--inner .intro-text {
    width: 100%; }
    @media (min-width: 768px) {
      .business-intro--inner .intro-text {
        width: 50%;
        padding: 0 0 0 60px; } }
    .business-intro--inner .intro-text h1 {
      font-size: 22px;
      line-height: 32px;
      font-family: "montserratbold";
      text-transform: uppercase;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .business-intro--inner .intro-text h1 {
          font-size: 22px;
          line-height: 28px; } }
      @media (min-width: 992px) {
        .business-intro--inner .intro-text h1 {
          font-size: 30px;
          line-height: 40px; } }
      .business-intro--inner .intro-text h1:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 20px;
        left: -65px;
        width: 50px;
        height: 2px;
        background-color: #F4C216; }
    .business-intro--inner .intro-text p {
      margin-bottom: 40px; }

.more-information--inner {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .more-information--inner {
      flex-direction: row; } }
  .more-information--inner .more-information {
    display: block;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .more-information--inner .more-information {
        width: 60%;
        padding-right: 10%; } }
    .more-information--inner .more-information h2 {
      font-size: 22px;
      line-height: 32px;
      font-family: "montserratbold";
      text-transform: uppercase;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .more-information--inner .more-information h2 {
          font-size: 22px;
          line-height: 28px; } }
      @media (min-width: 992px) {
        .more-information--inner .more-information h2 {
          font-size: 30px;
          line-height: 40px; } }
      .more-information--inner .more-information h2:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 20px;
        left: -65px;
        width: 50px;
        height: 2px;
        background-color: #F4C216; }
    .more-information--inner .more-information p {
      margin-bottom: 30px; }
    .more-information--inner .more-information ul {
      margin-bottom: 30px;
      padding-left: 15px; }
    .more-information--inner .more-information li {
      margin-bottom: 10px; }
      .more-information--inner .more-information li:last-of-type {
        margin-bottom: 0; }
  .more-information--inner .business-location {
    display: block;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .more-information--inner .business-location {
        width: 40%; } }
    .more-information--inner .business-location iframe {
      width: 100%; }
    .more-information--inner .business-location .map {
      display: block;
      position: relative;
      margin-bottom: 30px; }
    .more-information--inner .business-location address {
      font-style: normal;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 40px; }
      .more-information--inner .business-location address strong {
        font-weight: 700; }
    .more-information--inner .business-location .telephone {
      display: block;
      position: relative;
      font-size: 18px;
      line-height: 28px; }
      .more-information--inner .business-location .telephone a {
        color: #06233C; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

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

/* Search Results */
body.search-results .center-search {
  margin-bottom: 60px; }
body.search-results .site-header {
  position: relative;
  background-color: #ffffff;
  border-bottom: 3px solid #F4C216; }
body.search-results .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 60px 0; }
  body.search-results .nav-links a {
    color: #06233C;
    font-size: 16px;
    line-height: 16px;
    font-family: "montserratbold";
    text-transform: uppercase; }
  body.search-results .nav-links .nav-next {
    margin-left: auto; }
body.search-results .logo-white {
  display: none; }
body.search-results .logo-default {
  display: block; }
body.search-results #HeaderLinks li a:not(.sub-menu li a) {
  color: #06233C; }
body.search-results #HeaderLinks .menu-item-has-children a:not(.sub-menu li a) {
  color: #06233C; }
body.search-results #HeaderLinks .menu-item-has-children:hover a:not(.sub-menu li a) {
  color: #ffffff; }
body.search-results .page-header {
  padding: 40px 0;
  text-align: center; }
body.search-results .page-title {
  font-family: "montserratbold";
  color: #06233C;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px; }
  @media (min-width: 1152px) {
    body.search-results .page-title {
      font-size: 40px;
      line-height: 50px; } }
  body.search-results .page-title span {
    display: inline-block; }
    body.search-results .page-title span:after {
      content: "";
      display: block;
      position: relative;
      width: 100%;
      height: 1px;
      background-color: #F4C216; }
body.search-results .entry-title a {
  font-family: "montserratbold";
  text-transform: uppercase;
  color: #06233C;
  font-size: 24px;
  line-height: 34px; }
body.search-results p {
  margin-top: 20px; }
body.search-results .section-title {
  font-family: "montserratbold";
  text-transform: uppercase;
  color: #06233C;
  width: 100%;
  text-align: center;
  border: 1px solid #F4C216;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px; }

.result-items {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0; }

.search-result {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #333; }

.post-type-section {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 60px; }

/* Gallery */
.gallery-intro {
  padding-top: 100px;
  background-image: url("images/backgrounds/left-img.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 250px; }
  @media (min-width: 768px) {
    .gallery-intro {
      padding-top: 60px;
      background-image: url("images/backgrounds/left-img.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: contain; } }
  @media (min-width: 1152px) {
    .gallery-intro {
      padding-top: 85px; } }
  .gallery-intro .c-container, .gallery-intro body.single-product .product-inner, body.single-product .gallery-intro .product-inner, .gallery-intro .up-sells .course-products, .up-sells .gallery-intro .course-products {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .gallery-intro .c-container, .gallery-intro body.single-product .product-inner, body.single-product .gallery-intro .product-inner, .gallery-intro .up-sells .course-products, .up-sells .gallery-intro .course-products {
        flex-direction: row; } }
  .gallery-intro .text-block,
  .gallery-intro .image-block {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .gallery-intro .text-block,
      .gallery-intro .image-block {
        width: 50%; } }
  .gallery-intro .text-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .gallery-intro .text-block {
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .gallery-intro .text-block {
        padding-right: 10%;
        padding-top: 30px; } }
    .gallery-intro .text-block a {
      display: inline-block;
      margin-top: 30px;
      color: #06233C; }
  .gallery-intro .image-block {
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 0; }
    @media (min-width: 768px) {
      .gallery-intro .image-block {
        padding: 20px 20px 20px 80px;
        justify-content: flex-start; } }
    @media (min-width: 992px) {
      .gallery-intro .image-block {
        justify-content: center; } }
    .gallery-intro .image-block .video-link {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 2; }
      .gallery-intro .image-block .video-link:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        background-image: url("images/video.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80px; }
    .gallery-intro .image-block img {
      aspect-ratio: 1/1;
      object-fit: cover; }
    .gallery-intro .image-block .video-title {
      display: block;
      position: absolute;
      bottom: 50px;
      left: 120px;
      color: #ffffff;
      font-family: "hindlight";
      font-size: 18px;
      line-height: 24px;
      z-index: 5; }
  .gallery-intro .image-highlight {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #f4c210;
    background: linear-gradient(90deg, #f4c210 0%, #eea51d 100%);
    width: 90%;
    height: 90%;
    z-index: 0; }
    @media (min-width: 768px) {
      .gallery-intro .image-highlight {
        top: 0;
        right: 0;
        width: 70%;
        height: 260px; } }
    @media (min-width: 992px) {
      .gallery-intro .image-highlight {
        width: 80%;
        height: 90%; } }
    @media (min-width: 1152px) {
      .gallery-intro .image-highlight {
        top: 0;
        right: 0; } }
  .gallery-intro h1, .gallery-intro h2 {
    color: #06233C;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .gallery-intro h1, .gallery-intro h2 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .gallery-intro h1, .gallery-intro h2 {
        font-size: 30px;
        line-height: 40px; } }
    .gallery-intro h1:before, .gallery-intro h2:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 17px;
      left: -65px;
      width: 50px;
      height: 2px;
      background-color: #F4C216; }
      @media (min-width: 768px) {
        .gallery-intro h1:before, .gallery-intro h2:before {
          top: 20px; } }
  .gallery-intro .text-block p {
    font-size: 14px;
    line-height: 20px;
    font-family: "HelveticaNeue-Light"; }
    @media (min-width: 768px) {
      .gallery-intro .text-block p {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 992px) {
      .gallery-intro .text-block p {
        font-size: 18px;
        line-height: 26px; } }
  .gallery-intro .scroll-indicator {
    display: none;
    position: absolute;
    left: calc(50% - 25px);
    bottom: -175px;
    height: auto;
    z-index: 10; }
    @media (min-width: 768px) {
      .gallery-intro .scroll-indicator {
        display: block; } }
    .gallery-intro .scroll-indicator img {
      height: auto;
      width: 50px; }

.gallery-container {
  display: block;
  position: relative;
  width: 100%; }
  .gallery-container .c-container, .gallery-container body.single-product .product-inner, body.single-product .gallery-container .product-inner, .gallery-container .up-sells .course-products, .up-sells .gallery-container .course-products {
    border-top: 1px solid #06233C;
    padding-top: 85px;
    padding-bottom: 85px; }
  .gallery-container h4 {
    color: #06233C;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 85px;
    font-size: 32px;
    line-height: 42px;
    font-family: "montserratbold"; }
    @media (min-width: 768px) {
      .gallery-container h4 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .gallery-container img {
    width: 100%; }

.image-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0; }
  .image-group:not(:first-of-type) {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .image-group {
      flex-direction: row; }
      .image-group:nth-of-type(even) {
        flex-direction: row-reverse; }
        .image-group:nth-of-type(even) a:not(:last-of-type) {
          margin-right: 0;
          margin-left: 1%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .image-group:not(:first-of-type) {
      margin-top: 1%; } }

  @media (min-width: 1152px) {
    .image-group {
      padding: 0; } }
  .image-group a {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
    .image-group a:not(:last-of-type) {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .image-group a:not(:last-of-type) {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .image-group a {
        width: 48%;
        margin-bottom: 0;
        aspect-ratio: 16/9; }
        .image-group a:not(:last-of-type) {
          margin-right: 1%; }
        .image-group a:not(:first-of-type) {
          width: 25%;
          aspect-ratio: 1/1; } }
    .image-group a:before {
      content: "";
      display: block;
      position: absolute;
      background-color: rgba(6, 35, 60, 0);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease; }
    .image-group a:after {
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-image: url("images/icons/enlarge.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      opacity: 0; }
    .image-group a:hover:before {
      background-color: rgba(6, 35, 60, 0.7); }
    .image-group a:hover:after {
      opacity: 1; }
  .image-group img {
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .image-group img {
        object-fit: cover; } }

.gallery-video {
  padding: 30px; }
  .gallery-video .video-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0 0 0;
    color: #666;
    font-size: 18px;
    line-height: 28px; }

.recent-events {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  scroll-margin: 150px; }
  .recent-events .c-container, .recent-events body.single-product .product-inner, body.single-product .recent-events .product-inner, .recent-events .up-sells .course-products, .up-sells .recent-events .course-products {
    border-top: 1px solid #06233C;
    padding-top: 85px; }
  .recent-events h4 {
    color: #06233C;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 85px;
    font-size: 32px;
    line-height: 42px;
    font-family: "montserratbold"; }
    @media (min-width: 768px) {
      .recent-events h4 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .recent-events ul {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .recent-events ul {
        flex-direction: row; } }
  .recent-events li {
    display: inline-block;
    position: relative;
    width: 100%; }
    .recent-events li:not(:last-of-type) {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .recent-events li:not(:last-of-type) {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .recent-events li {
        width: 48%;
        margin-right: 2%; }
        .recent-events li:nth-of-type(2n) {
          margin-right: 0; } }
    .recent-events li img {
      width: 100%; }
  .recent-events .post-content {
    display: block;
    position: relative;
    width: 100%;
    padding: 40px 20px; }
  .recent-events h5 {
    color: #06233C;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-family: "montserratbold"; }
    .recent-events h5 a {
      color: #06233C; }
      .recent-events h5 a:visited {
        color: #06233C; }
  .recent-events p {
    color: #666;
    margin-bottom: 20px; }

/* Services */
.our-services--linkthrough {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #06233C;
  padding-bottom: 40px;
  padding-top: 150px; }
  @media (min-width: 1366px) {
    .our-services--linkthrough .c-container, .our-services--linkthrough body.single-product .product-inner, body.single-product .our-services--linkthrough .product-inner, .our-services--linkthrough .up-sells .course-products, .up-sells .our-services--linkthrough .course-products {
      max-width: 1000px; } }

.services {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto; }
  @media (min-width: 576px) {
    .services {
      flex-direction: row;
      flex-wrap: wrap; } }
  .services .service {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 30px;
    border: 1px solid #F4C216;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .services .service {
        width: 48%;
        margin-bottom: 40px;
        margin-right: 4%; }
        .services .service:nth-of-type(2n) {
          margin-right: 0; } }
    .services .service p {
      color: #ffffff;
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 30px; }
      @media (min-width: 1152px) {
        .services .service p {
          font-size: 18px;
          line-height: 24px; } }
    .services .service a {
      position: relative;
      font-family: "montserratbold";
      color: #ffffff;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase; }
      .services .service a:hover {
        text-decoration: none; }
      .services .service a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -9px;
        left: calc(50% - 30px);
        width: 60px;
        height: 1px;
        background-color: #F4C216;
        transition: all .3s ease; }

.service-icon {
  display: block;
  position: relative;
  width: 200px;
  height: auto;
  margin-bottom: 30px; }

.service-intro {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background-image: url("images/backgrounds/left-img.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 300px; }
  @media (min-width: 768px) {
    .service-intro {
      flex-direction: row; } }
  @media (min-width: 1152px) {
    .service-intro {
      background-image: url("images/backgrounds/left-img.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: contain; } }

.has-secondary--image .service-intro--copy {
  align-items: flex-start;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .has-secondary--image .service-intro--copy {
      width: 60%;
      padding: 50px 30px; } }
  @media (min-width: 1152px) {
    .has-secondary--image .service-intro--copy {
      padding: 0 10%; } }
  .has-secondary--image .service-intro--copy img {
    max-width: 90px; }
    @media (min-width: 768px) {
      .has-secondary--image .service-intro--copy img {
        max-width: 200px; } }
  .has-secondary--image .service-intro--copy .icon-wrapper {
    position: relative;
    padding-left: 70px; }
    @media (min-width: 1152px) {
      .has-secondary--image .service-intro--copy .icon-wrapper {
        margin-left: -70px; } }
    .has-secondary--image .service-intro--copy .icon-wrapper:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: calc(50% - 9px);
      width: 60px;
      height: 3px;
      background-color: #F4C216; }
      @media (min-width: 768px) {
        .has-secondary--image .service-intro--copy .icon-wrapper:before {
          top: calc(50% - 7px); } }
  .has-secondary--image .service-intro--copy h1 {
    text-align: left; }
    @media (min-width: 768px) {
      .has-secondary--image .service-intro--copy h1 {
        font-size: 20px;
        line-height: 26px; } }
    @media (min-width: 1152px) {
      .has-secondary--image .service-intro--copy h1 {
        font-size: 24px;
        line-height: 30px; } }
    @media (min-width: 1366px) {
      .has-secondary--image .service-intro--copy h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .has-secondary--image .service-intro--copy p {
    text-align: left;
    padding: 0; }
.has-secondary--image .service-intro--image {
  width: 100%;
  padding-top: 60px; }
  @media (min-width: 768px) {
    .has-secondary--image .service-intro--image {
      width: 40%;
      padding-top: 0; } }
  .has-secondary--image .service-intro--image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.service-intro--copy {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%; }
  .service-intro--copy img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .service-intro--copy img {
        margin-bottom: 15px; } }
    @media (min-width: 1366px) {
      .service-intro--copy img {
        margin-bottom: 30px; } }
  .service-intro--copy h1 {
    width: 100%;
    text-align: center;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .service-intro--copy h1 {
        margin-bottom: 15px; } }
    @media (min-width: 1366px) {
      .service-intro--copy h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px; } }
  .service-intro--copy p {
    padding: 0 30px;
    text-align: center; }

.about-service {
  position: relative;
  background-color: #06233C;
  padding-top: 150px; }
  .about-service .scroll-indicator {
    display: none;
    position: absolute;
    left: calc(50% - 25px);
    top: -110px;
    height: auto;
    z-index: 10; }
    @media (min-width: 992px) {
      .about-service .scroll-indicator {
        display: block; } }
    .about-service .scroll-indicator img {
      height: auto;
      width: 50px;
      position: relative; }
  .about-service h2 {
    color: #ffffff;
    width: 100%;
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px; }
  .about-service p {
    text-align: center;
    color: #ffffff; }
    @media (min-width: 768px) {
      .about-service p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .about-service ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 60px;
  justify-content: center; /* This will center-align items */
}
    .about-service ul li {
      display: flex;
      flex-direction: column;
      width: 48%;
      margin-right: 4%;
      margin-bottom: 20px; }
      .about-service ul li:nth-of-type(2n) {
        margin-right: 0; }
      @media (min-width: 768px) {
        .about-service ul li {
          width: 30.666%; }
          .about-service ul li:nth-of-type(2n) {
            margin-right: 4%; }
          .about-service ul li:nth-of-type(3n) {
            margin-right: 0; } }
      @media (min-width: 992px) {
        .about-service ul li {
          width: 19.2%;
          margin-right: 1%; }
          .about-service ul li:nth-of-type(2n) {
            margin-right: 1%; }
          .about-service ul li:nth-of-type(3n) {
            margin-right: 1%; }
          .about-service ul li:nth-of-type(5n) {
            margin-right: 0; } }
    .about-service ul img {
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px; }
    .about-service ul p {
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 576px) {
        .about-service ul p {
          max-width: 80%;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 1152px) {
        .about-service ul p {
          max-width: 90%; } }

.service-item--heading {
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .service-item--heading {
      margin-bottom: 0;
      min-height: 50px; } }
  .service-item--heading p {
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px; }
  .service-item--heading:after {
    content: "";
    display: block;
    position: center;
    width: 40px;
    height: 80px;
    margin: 0 auto 10px auto;
    background-image: url("./images/arrows/down-yellow.png");
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center; }

.service-seo {
  display: flex;
  flex-direction: column;
  background-color: #06233C;
  padding-top: 0; }
  @media (min-width: 768px) {
    .service-seo {
      flex-direction: row; } }
  .service-seo .image-block {
    width: 100%; }
    @media (min-width: 768px) {
      .service-seo .image-block {
        width: 50%; } }
    .service-seo .image-block img {
      height: 100%;
      object-fit: cover; }
  .service-seo .text-block {
    width: 100%;
    padding: 50px 50px 0 50px; }
    @media (min-width: 768px) {
      .service-seo .text-block {
        width: 50%;
        padding: 30px 60px 30px 100px; } }
    @media (min-width: 992px) {
      .service-seo .text-block {
        width: 50%;
        padding: 90px 90px 90px 100px; } }
  .service-seo h4 {
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .service-seo h4 {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .service-seo h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 60px; } }
    .service-seo h4:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 17px;
      left: -70px;
      width: 50px;
      height: 2px;
      background-color: #F4C216; }
      @media (min-width: 768px) {
        .service-seo h4:before {
          top: 20px; } }
  .service-seo p {
    color: #ffffff;
    margin-bottom: 20px; }

/* Courses */
body.post-type-archive-product .course-list {
  padding: 60px 0;
  background-color: #eee; }
body.post-type-archive-product ul.course-products {
  display: flex;
  flex-wrap: wrap; }
body.post-type-archive-product .product {
  display: inline-block;
  width: 100% !important;
  margin-bottom: 2%;
  background-color: #ffffff;
  padding: 30px !important;
  border: 1px solid #ccc;
  border-radius: 20px;
  transition: all .3s ease; }
  body.post-type-archive-product .product:nth-of-type(2n) {
    margin-right: 0 !important; }
  @media (min-width: 768px) {
    body.post-type-archive-product .product {
      width: 31.333% !important;
      margin-right: 3% !important; }
      body.post-type-archive-product .product:nth-of-type(2n) {
        margin-right: 3% !important; }
      body.post-type-archive-product .product:nth-of-type(3n) {
        margin-right: 0 !important; } }
  body.post-type-archive-product .product:hover {
    border-color: #F4C216; }
    body.post-type-archive-product .product:hover * {
      text-decoration: none; }
    body.post-type-archive-product .product:hover .woocommerce-loop-product__title {
      text-decoration: underline; }
  body.post-type-archive-product .product a {
    display: flex;
    flex-direction: column;
    height: 100%; }
  body.post-type-archive-product .product .course-objective {
    order: 2; }
    body.post-type-archive-product .product .course-objective p {
      color: #666;
      margin-bottom: 20px; }
    body.post-type-archive-product .product .course-objective ul {
      margin-bottom: 20px; }
    body.post-type-archive-product .product .course-objective li {
      display: flex;
      align-items: center;
      color: #666; }
      body.post-type-archive-product .product .course-objective li:not(:last-of-type) {
        margin-bottom: 5px; }
      body.post-type-archive-product .product .course-objective li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 15px;
        height: 15px;
        background-image: url("images/icons/course-tick.png");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        margin-right: 5px;
        top: -2px; }
  body.post-type-archive-product .product .price {
    display: flex !important;
    font-size: 26px !important;
    line-height: 26px !important;
    order: 3;
    margin-top: auto;
    margin-bottom: 0;
    justify-content: space-between;
    font-family: "hindlight";
    align-items: center; }
    @media (min-width: 992px) {
      body.post-type-archive-product .product .price {
        font-size: 32px !important;
        line-height: 32px !important; } }
    body.post-type-archive-product .product .price span {
      color: #F4C216; }
    body.post-type-archive-product .product .price .woocommerce-Price-amount {
      margin-left: auto; }
    body.post-type-archive-product .product .price:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 150px;
      height: 64px;
      background-image: url("images/course-arrow.png");
      background-repeat: no-repeat;
      background-size: 60px;
      background-position: left; }
body.post-type-archive-product .add_to_cart_button {
  width: 100%;
  background-color: #ffffff !important;
  border: 1px solid #06233C !important;
  border-radius: 30px;
  text-align: center;
  color: #06233C !important;
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 14px !important;
  font-family: "montserratbold";
  padding: 15px 0 !important;
  transition: all .3s ease; }
  body.post-type-archive-product .add_to_cart_button:hover {
    background-color: #06233C !important;
    color: #F4C216 !important; }

.woocommerce-products-header__title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 40px;
  font-family: "montserratbold";
  color: #06233C;
  text-transform: uppercase; }

.woocommerce-loop-product__title {
  text-transform: uppercase;
  color: #06233C;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 !important;
  color: #06233C;
  font-family: "montserratbold"; }
  @media (min-width: 992px) {
    .woocommerce-loop-product__title {
      font-size: 18px;
      line-height: 22px; } }

a.button.loading::after, a.loading.yellow-outlined::after, a.loading.yellow-btn::after, .application-intro a.loading.outlined-yellow::after, .gallery-intro .text-block a.loading::after, .recent-events a.loading:not(h5 a)::after, a.loading.default-outlined::after, a.loading.blue-outlined::after, a.loading.yellow-outlined--whitetext::after, a.loading.box-btn::after, .xoo-cp-btns a.loading.xoo-cp-close::after, .xoo-cp-btns a.loading.xoo-cp-btn-vc::after, .woocommerce-cart-form .actions a.loading.button::after, .woocommerce-cart-form .actions a.loading.clear-button::after {
  top: 15px !important; }

.woocommerce a.added_to_cart {
  display: none !important; }

body.single-product .type-product:not(.upsells .type-product) {
  padding: 60px 0; }
body.single-product .product-inner {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    body.single-product .product-inner {
      flex-direction: row; } }
body.single-product .details {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    body.single-product .details {
      margin-bottom: 0;
      width: 65% !important;
      padding-right: 60px; } }
  body.single-product .details .product_title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: "montserratbold";
    color: #06233C;
    font-size: 28px;
    line-height: 38px; }
body.single-product .woocommerce-product-details__short-description {
  margin-bottom: 30px; }
  body.single-product .woocommerce-product-details__short-description p {
    color: #666; }
body.single-product h4 {
  text-transform: uppercase;
  font-family: "montserratbold";
  color: #06233C;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px; }
body.single-product .summary.entry-summary {
  background-color: #06233C;
  border-radius: 30px;
  padding: 60px 40px;
  width: 100%;
  margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    body.single-product .summary.entry-summary {
      width: 35% !important; } }
  body.single-product .summary.entry-summary .price {
    display: block;
    margin-bottom: 30px; }
    body.single-product .summary.entry-summary .price bdi {
      font-size: 30px;
      line-height: 30px; }
  body.single-product .summary.entry-summary .quantity {
    display: flex;
    width: 100%;
    margin-bottom: 30px !important; }
  body.single-product .summary.entry-summary input[type="number"] {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    background-color: #06233C;
    color: #ffffff;
    margin: 0 3px;
    padding: 0 !important; }
    body.single-product .summary.entry-summary input[type="number"]:focus {
      outline: 0; }
  body.single-product .summary.entry-summary .minus {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-indent: -9999px;
    background-image: url("images/icons/minus.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px; }
  body.single-product .summary.entry-summary .plus {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-indent: -9999px;
    background-image: url("images/icons/plus.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px; }
  body.single-product .summary.entry-summary .single_add_to_cart_button {
    width: auto;
    background-color: #06233C !important;
    border: 1px solid #F4C216 !important;
    border-radius: 50px;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: "montserratbold";
    padding: 20px 80px 20px 30px !important;
    transition: all .3s ease;
    background-image: url("images/basket-arrow-white.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: top 50% right 20px; }
    body.single-product .summary.entry-summary .single_add_to_cart_button:hover {
      background-color: #F4C216 !important;
      color: #06233C !important;
      background-image: url("images/basket-arrow-blue.png"); }

.course-description-block {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #06233C; }
  .course-description-block h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 60px;
    font-family: "montserratbold"; }
  .course-description-block h3 {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: "montserratbold"; }
  .course-description-block p {
    color: #ffffff; }
  .course-description-block .full-description {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      .course-description-block .full-description {
        width: 45%;
        margin-right: 2.5%; } }
    .course-description-block .full-description p {
      margin-bottom: 20px; }
  .course-description-block .objectives {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      .course-description-block .objectives {
        width: 45%;
        margin-left: 2.5%; } }
    .course-description-block .objectives p {
      color: #ffffff; }
    .course-description-block .objectives ul {
      padding-left: 0; }
    .course-description-block .objectives li {
      display: flex;
      position: relative;
      color: #ffffff;
      padding-left: 20px; }
      .course-description-block .objectives li:not(:last-of-type) {
        margin-bottom: 15px; }
      .course-description-block .objectives li:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        width: 15px;
        height: 15px;
        background-image: url("images/icons/course-tick.png");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left; }

.course-video {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0; }
  .course-video h5 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #06233C;
    margin-bottom: 60px;
    font-family: "montserratbold";
    font-size: 30px;
    line-height: 40px; }
  .course-video iframe {
    width: 100%;
    max-width: 100%;
    height: 600px;
    aspect-ratio: 16/9; }

.faqs-block {
  display: block;
  position: relative;
  padding: 60px 0; }
  .faqs-block h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #06233C;
    margin-bottom: 60px;
    font-family: "montserratbold"; }

.faq-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .faq-item .heading {
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    border-top: 1px solid #06233C;
    color: #06233C;
    padding: 25px 15px;
    font-family: "hindlight";
    font-size: 18px;
    line-height: 18px;
    background-image: url("images/icons/plus.png");
    background-repeat: no-repeat;
    background-position: top 50% right 15px;
    background-size: 20px; }
    @media (min-width: 1152px) {
      .faq-item .heading {
        font-size: 20px;
        line-height: 20px; } }
    .faq-item .heading.active-tab {
      background-image: url("images/icons/minus.png"); }
  .faq-item .content {
    padding: 30px 15px;
    color: #666;
    border-top: 1px solid #06233C; }

.up-sells {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #F2F2F2; }
  .up-sells h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #06233C;
    margin-bottom: 60px;
    font-family: "montserratbold"; }
  .up-sells .course-products {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important; }
    @media (min-width: 1152px) {
      .up-sells .course-products {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  .up-sells li:not(li ul li) {
    background-color: #ffffff;
    padding: 20px !important;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 0 5px !important;
    transition: all .3s ease; }
    @media (min-width: 992px) {
      .up-sells li:not(li ul li) {
        margin: 0 10px !important;
        padding: 30px !important; } }
    .up-sells li:not(li ul li):hover {
      border-color: #F4C216; }
      .up-sells li:not(li ul li):hover * {
        text-decoration: none; }
    .up-sells li:not(li ul li) .woocommerce-loop-product__title {
      text-align: left;
      margin-bottom: 20px !important;
      min-height: 50px;
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 1152px) {
        .up-sells li:not(li ul li) .woocommerce-loop-product__title {
          font-size: 18px !important;
          line-height: 24px !important; } }
  .up-sells li ul {
    margin-bottom: 20px; }
    .up-sells li ul li {
      list-style-type: none;
      color: #333;
      width: auto !important;
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 992px) {
        .up-sells li ul li {
          font-size: 14px;
          line-height: 20px; } }
      .up-sells li ul li:not(:last-of-type) {
        margin-bottom: 5px; }
      .up-sells li ul li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 13px;
        height: 13px;
        background-image: url("images/icons/course-tick.png");
        background-repeat: no-repeat;
        background-size: 13px;
        background-position: center;
        top: 3px;
        margin-right: 5px; }
  .up-sells li .price {
    display: flex !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1152px) {
      .up-sells li .price {
        font-size: 24px !important;
        line-height: 24px !important; } }
    .up-sells li .price span {
      color: #F4C216;
      margin-left: auto;
      font-family: "hindlight"; }
  .up-sells li .add_to_cart_button {
    width: 100%;
    background-color: #ffffff !important;
    border: 1px solid #06233C !important;
    border-radius: 30px;
    text-align: center;
    color: #06233C !important;
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 12px !important;
    font-family: "montserratbold";
    padding: 15px 0 !important;
    transition: all .3s ease; }
    @media (min-width: 1152px) {
      .up-sells li .add_to_cart_button {
        font-size: 14px !important;
        line-height: 14px !important; } }
    .up-sells li .add_to_cart_button:hover {
      background-color: #06233C !important;
      color: #F4C216 !important; }

.xoo-cp-opac {
  background-color: #06233C !important;
  opacity: 0.8 !important; }

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

.xoo-cp-atcn {
  text-align: center !important;
  border-radius: 0 !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #000000 !important;
  margin-bottom: 0 !important;
  font-family: "montserratbold" !important;
  text-transform: uppercase;
  color: #000000 !important;
  font-size: 20px !important;
  line-height: 24px !important; }

.xoo-cp-success {
  color: #06233C !important;
  background-color: #ffffff !important; }

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

.basket-popup--contents {
  padding: 50px 30px; }

.basket-item {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .basket-item {
      flex-direction: row; } }
  .basket-item .product-name {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "hindlight" !important;
    text-transform: uppercase;
    color: #06233C;
    margin-bottom: 15px;
    text-decoration: none; }

.basket-item--details {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center; }
  .basket-item--details .qty-txt {
    display: inline-block;
    font-family: "hindlight" !important;
    text-transform: uppercase;
    color: #666;
    font-size: 18px;
    line-height: 18px; }
  .basket-item--details .qty-count {
    display: inline-block;
    font-family: "hindlight" !important;
    text-transform: uppercase;
    color: #666;
    font-size: 18px;
    line-height: 18px; }

.xoo-cp-variations {
  margin-bottom: 20px; }

dl.variation dt {
  display: inline-block !important;
  width: 100%;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
  font-family: "hindlight" !important;
  text-transform: uppercase;
  color: #666; }
dl.variation dd {
  display: inline-block !important;
  width: 100%;
  font-family: sans-serif !important;
  text-transform: uppercase;
  color: #666;
  font-weight: 700; }

.total-price {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px; }
  .total-price bdi {
    font-family: "montserratbold" !important;
    color: #F4C216;
    font-size: 24px;
    line-height: 24px; }

.xoo-cp-btns {
  padding-bottom: 0; }
  .xoo-cp-btns .xoo-cp-close {
    min-width: 100%;
    background-color: #ffffff;
    border: 1px solid #06233C;
    cursor: pointer;
    font-family: "montserratbold" !important;
    text-transform: uppercase;
    transition: all .3s ease;
    border-radius: 30px;
    color: #06233C;
    margin-top: 0;
    padding: 15px 0;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .xoo-cp-btns .xoo-cp-close {
        margin-bottom: 0;
        min-width: 42%;
        margin-right: 2%; } }
    .xoo-cp-btns .xoo-cp-close:hover {
      background-color: #06233C !important;
      color: #ffffff !important; }
  .xoo-cp-btns .xoo-cp-btn-vc {
    min-width: 100%;
    background-color: #F4C216;
    border: 1px solid #F4C216;
    border-radius: 30px;
    transition: all .3s ease;
    font-size: 16px;
    line-height: 16px;
    font-family: "montserratbold" !important;
    text-transform: uppercase;
    color: #06233C;
    padding: 15px 0; }
    @media (min-width: 768px) {
      .xoo-cp-btns .xoo-cp-btn-vc {
        min-width: 42%; } }
    .xoo-cp-btns .xoo-cp-btn-vc:hover {
      background-color: #ffffff !important;
      border: 1px solid #F4C216 !important;
      color: #06233C !important; }
  .xoo-cp-btns .go-checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #666; }
    .xoo-cp-btns .go-checkout a {
      text-decoration: underline;
      font-family: "hindlight" !important;
      text-transform: uppercase;
      color: #06233C;
      font-size: 16px;
      line-height: 16px; }
      .xoo-cp-btns .go-checkout a:hover {
        text-decoration: none; }

.woocommerce-cart .woocommerce {
  padding-top: 60px; }
.woocommerce-cart .entry-header {
  text-align: center;
  margin-bottom: 60px; }
.woocommerce-cart h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-top: 60px;
  font-family: "montserratbold";
  color: #06233C;
  text-transform: uppercase; }
.woocommerce-cart article {
  padding-bottom: 0; }

.woocommerce-cart-form__contents {
  border: 0 !important; }

.woocommerce-cart-form {
  width: 100%;
  margin: 0 auto;
  border: 0 !important;
  border-radius: 0 !important; }
  @media (min-width: 1152px) {
    .woocommerce-cart-form {
      max-width: 1150px; } }
  .woocommerce-cart-form table {
    border-radius: 0 !important;
    width: 100%; }
  .woocommerce-cart-form thead {
    background-color: #06233C;
    color: #ffffff;
    font-family: "hindlight";
    text-transform: uppercase; }
    .woocommerce-cart-form thead th {
      padding: 20px 10px !important;
      font-size: 12px;
      line-height: 12px; }
      @media (min-width: 1152px) {
        .woocommerce-cart-form thead th {
          padding: 20px !important;
          font-size: 16px;
          line-height: 16px; } }
    .woocommerce-cart-form thead .product-name {
      text-align: left; }
      @media (min-width: 1152px) {
        .woocommerce-cart-form thead .product-name {
          width: 60%; } }
  .woocommerce-cart-form tbody td {
    padding: 20px 10px !important;
    border: 0 !important; }
    @media (min-width: 1152px) {
      .woocommerce-cart-form tbody td {
        padding: 40px 20px !important; } }
  .woocommerce-cart-form tbody .product-remove {
    text-align: center; }
  .woocommerce-cart-form .woocommerce-cart-form__cart-item {
    background-color: #ffffff !important; }
    .woocommerce-cart-form .woocommerce-cart-form__cart-item:nth-of-type(even) {
      background-color: #F2F2F2 !important; }
  .woocommerce-cart-form .variation {
    font-size: 12px !important;
    line-height: 12px !important; }
  .woocommerce-cart-form dl.variation dd {
    font-size: 12px;
    line-height: 12px;
    margin: 5px 0; }
  .woocommerce-cart-form .product-thumbnail a {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
  .woocommerce-cart-form .product-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 400px !important; }
    @media (min-width: 1152px) {
      .woocommerce-cart-form .product-thumbnail img {
        width: 300px !important; } }
    @media (min-width: 1366px) {
      .woocommerce-cart-form .product-thumbnail img {
        width: 200px !important; } }
  .woocommerce-cart-form .quantity .minus,
  .woocommerce-cart-form .quantity .plus {
    background-color: #ffffff;
    border: 1px solid #ccc;
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    font-family: "hindlight"; }
    .woocommerce-cart-form .quantity .minus:hover,
    .woocommerce-cart-form .quantity .plus:hover {
      background-color: #ffffff !important; }
  .woocommerce-cart-form .quantity .minus {
    background-image: url(images/icons/minus.png);
    border-right: 0;
    border-color: #ccc;
    border-radius: 0 !important;
    cursor: pointer; }
    .woocommerce-cart-form .quantity .minus:hover {
      background-image: url(images/icons/minus.png) !important; }
  .woocommerce-cart-form .quantity .plus {
    background-image: url(images/icons/plus.png);
    border-left: 0;
    border-color: #ccc;
    border-radius: 0 !important;
    cursor: pointer; }
    .woocommerce-cart-form .quantity .plus:hover {
      background-image: url(images/icons/plus.png) !important; }
  .woocommerce-cart-form .quantity .qty {
    width: 45px;
    height: 45px !important;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important; }
  .woocommerce-cart-form .product-name a {
    display: inline-block;
    color: #000000;
    font-family: "hindlight";
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px; }
    @media (min-width: 1152px) {
      .woocommerce-cart-form .product-name a {
        font-size: 18px;
        line-height: 18px; } }
    .woocommerce-cart-form .product-name a:hover {
      text-decoration: underline; }
  .woocommerce-cart-form .product-price {
    text-align: center;
    font-size: 12px;
    line-height: 12px; }
    @media (min-width: 1152px) {
      .woocommerce-cart-form .product-price {
        font-size: 16px;
        line-height: 16px; } }
  .woocommerce-cart-form .variation {
    font-size: 14px;
    line-height: 14px; }
  .woocommerce-cart-form .variation-CuttingOption {
    margin-bottom: 5px; }
    .woocommerce-cart-form .variation-CuttingOption p {
      font-size: 14px;
      line-height: 14px; }
  .woocommerce-cart-form .quantity {
    display: flex;
    justify-content: center; }
  .woocommerce-cart-form .product-quantity {
    text-align: center; }
  .woocommerce-cart-form .woocommerce-Price-amount {
    font-family: "hindlight";
    text-transform: uppercase; }
    .woocommerce-cart-form .woocommerce-Price-amount bdi {
      color: #F4C216;
      font-size: 12px;
      line-height: 12px; }
      @media (min-width: 992px) {
        .woocommerce-cart-form .woocommerce-Price-amount bdi {
          font-size: 16px;
          line-height: 16px; } }
      @media (min-width: 1152px) {
        .woocommerce-cart-form .woocommerce-Price-amount bdi {
          font-size: 20px;
          line-height: 20px; } }
  .woocommerce-cart-form .product-subtotal {
    text-align: center; }
  .woocommerce-cart-form .actions {
    background-color: transparent !important;
    padding: 30px 12px !important;
    border-top: 1px solid #06233C !important;
    border-bottom: 1px solid #06233C !important; }
    @media (max-width: 767px) {
      .woocommerce-cart-form .actions {
        float: left; } }
    .woocommerce-cart-form .actions button[type="submit"] {
      float: right;
      border: 1px solid #06233C !important;
      border-radius: 20px !important;
      background-color: #ffffff !important;
      padding: 15px 20px !important;
      color: #06233C !important;
      font-family: "montserratbold";
      cursor: pointer;
      text-transform: uppercase;
      font-weight: normal !important;
      width: 100% !important; }
      @media (min-width: 768px) {
        .woocommerce-cart-form .actions button[type="submit"] {
          width: auto !important;
          margin-left: 15px; } }
      .woocommerce-cart-form .actions button[type="submit"]:hover {
        background-color: #06233C !important;
        color: #ffffff !important; }
    .woocommerce-cart-form .actions .yellow-outlined, .woocommerce-cart-form .actions .yellow-btn, .woocommerce-cart-form .actions .application-intro .outlined-yellow, .application-intro .woocommerce-cart-form .actions .outlined-yellow, .woocommerce-cart-form .actions .gallery-intro .text-block a, .gallery-intro .text-block .woocommerce-cart-form .actions a, .woocommerce-cart-form .actions .recent-events a:not(h5 a), .recent-events .woocommerce-cart-form .actions a:not(h5 a), .woocommerce-cart-form .actions .default-outlined, .woocommerce-cart-form .actions .blue-outlined, .woocommerce-cart-form .actions .yellow-outlined--whitetext, .woocommerce-cart-form .actions .box-btn, .woocommerce-cart-form .actions .xoo-cp-btns .xoo-cp-close, .xoo-cp-btns .woocommerce-cart-form .actions .xoo-cp-close, .woocommerce-cart-form .actions .xoo-cp-btns .xoo-cp-btn-vc, .xoo-cp-btns .woocommerce-cart-form .actions .xoo-cp-btn-vc, .woocommerce-cart-form .actions .button, .woocommerce-cart-form .actions .clear-button {
      float: left;
      padding: 15px 20px;
      background-color: #ffffff;
      border: 1px solid #06233C;
      border-radius: 20px;
      color: #06233C;
      font-family: "montserratbold";
      text-transform: uppercase;
      transition: all .3s ease; }
      .woocommerce-cart-form .actions .yellow-outlined:hover, .woocommerce-cart-form .actions .yellow-btn:hover, .woocommerce-cart-form .actions .application-intro .outlined-yellow:hover, .application-intro .woocommerce-cart-form .actions .outlined-yellow:hover, .woocommerce-cart-form .actions .gallery-intro .text-block a:hover, .gallery-intro .text-block .woocommerce-cart-form .actions a:hover, .woocommerce-cart-form .actions .recent-events a:hover:not(h5 a), .recent-events .woocommerce-cart-form .actions a:hover:not(h5 a), .woocommerce-cart-form .actions .default-outlined:hover, .woocommerce-cart-form .actions .blue-outlined:hover, .woocommerce-cart-form .actions .yellow-outlined--whitetext:hover, .woocommerce-cart-form .actions .box-btn:hover, .woocommerce-cart-form .actions .xoo-cp-btns .xoo-cp-close:hover, .xoo-cp-btns .woocommerce-cart-form .actions .xoo-cp-close:hover, .woocommerce-cart-form .actions .xoo-cp-btns .xoo-cp-btn-vc:hover, .xoo-cp-btns .woocommerce-cart-form .actions .xoo-cp-btn-vc:hover, .woocommerce-cart-form .actions .button:hover, .woocommerce-cart-form .actions .clear-button:hover {
        background-color: #06233C !important;
        color: #ffffff !important; }
    .woocommerce-cart-form .actions .clear-button {
      padding: 10px 20px;
      float: right; }
    .woocommerce-cart-form .actions .woocommerce-cart-form .actions button[type="submit"] {
      float: right; }

.woocommerce a.remove {
  margin: 0 auto;
  text-decoration: none;
  font-size: 30px !important;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important; }

.woocommerce table.shop_table td small {
  font-size: 13px;
  line-height: 13px; }

.wc-giftwrap {
  margin: 30px 0;
  text-align: right; }

.wcgwp-modal-toggle {
  width: 100%;
  cursor: pointer;
  transition: all .3s ease;
  background-color: #ffffff !important;
  border: 1px solid #06233C !important; }
  @media (min-width: 768px) {
    .wcgwp-modal-toggle {
      width: 50%; } }
  @media (min-width: 992px) {
    .wcgwp-modal-toggle {
      width: 40%; } }
  .wcgwp-modal-toggle:hover {
    background-color: #06233C !important; }

.cart-collaterals {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .cart-collaterals {
      flex-direction: row;
      justify-content: flex-end; } }
  @media (min-width: 1152px) {
    .cart-collaterals {
      max-width: 1150px; } }
  .cart-collaterals .collateral-left {
    position: relative;
    width: 50%; }
    @media (min-width: 992px) {
      .cart-collaterals .collateral-left {
        width: 60%; } }
  .cart-collaterals .coupon {
    width: 90%;
    display: flex;
    flex-wrap: wrap; }
    .cart-collaterals .coupon label {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 22px;
      font-family: "hindlight";
      text-transform: uppercase; }
    .cart-collaterals .coupon .input-wrapper {
      display: flex;
      width: 100%; }
    .cart-collaterals .coupon input[type="text"] {
      margin-right: 0 !important;
      padding-left: 15px !important;
      height: 60px;
      border: 1px solid #000000 !important;
      width: 70%; }
      @media (min-width: 1152px) {
        .cart-collaterals .coupon input[type="text"] {
          width: 75% !important; } }
    .cart-collaterals .coupon button[type="submit"] {
      background-color: #F4C216 !important;
      border-radius: 30px !important;
      border: 1px solid #F4C216 !important;
      color: #06233C !important;
      width: 30%;
      padding: 15px !important;
      font-size: 14px !important;
      cursor: pointer;
      margin-left: 0 !important;
      line-height: 14px !important;
      height: 60px !important;
      font-family: "montserratbold";
      text-transform: uppercase;
      font-weight: normal !important;
      transition: all .3s ease; }
      @media (min-width: 1152px) {
        .cart-collaterals .coupon button[type="submit"] {
          width: 25% !important; } }
      .cart-collaterals .coupon button[type="submit"]:hover {
        background-color: #ffffff !important;
        border: 1px solid #ffffff !important; }
  .cart-collaterals .collateral-right {
    position: relative;
    width: 50%;
    background-color: #f9f9f9;
    padding: 20px 20px 20px 20px; }
    @media (min-width: 992px) {
      .cart-collaterals .collateral-right {
        width: 40%; } }
  .cart-collaterals .cart_totals {
    background-color: #06233C;
    padding: 30px; }
    .cart-collaterals .cart_totals table {
      border: 0 !important; }
    .cart-collaterals .cart_totals tr {
      display: table;
      width: 100%;
      border-bottom: 0; }
      .cart-collaterals .cart_totals tr:last-of-type {
        border-bottom: 0; }
      .cart-collaterals .cart_totals tr th {
        color: #ffffff;
        font-family: "hindlight";
        text-align: left !important; }
      .cart-collaterals .cart_totals tr td {
        color: #ffffff;
        font-family: "hindlight";
        text-align: right !important; }
  .cart-collaterals bdi {
    color: #F4C216; }
  .cart-collaterals h2 {
    display: none;
    visibility: hidden; }
  .cart-collaterals table {
    border-radius: 0 !important;
    border-color: #000000 !important;
    width: 100%; }
  .cart-collaterals th,
  .cart-collaterals td {
    padding: 15px 20px !important;
    text-transform: uppercase; }
  .cart-collaterals th {
    font-family: "hindlight" !important;
    text-align: left; }
  .cart-collaterals td {
    font-family: "hindlight" !important;
    color: #000000 !important;
    text-align: right; }
  .cart-collaterals .shipping-calculator-button {
    font-size: 14px !important;
    color: #666 !important; }
  .cart-collaterals .form-row {
    padding: 5px 0 !important; }

.wc-proceed-to-checkout {
  margin-top: 20px;
  padding: 0 !important; }
  .wc-proceed-to-checkout a.button, .wc-proceed-to-checkout a.yellow-outlined, .wc-proceed-to-checkout a.yellow-btn, .wc-proceed-to-checkout .application-intro a.outlined-yellow, .application-intro .wc-proceed-to-checkout a.outlined-yellow, .wc-proceed-to-checkout .gallery-intro .text-block a, .gallery-intro .text-block .wc-proceed-to-checkout a, .wc-proceed-to-checkout .recent-events a:not(h5 a), .recent-events .wc-proceed-to-checkout a:not(h5 a), .wc-proceed-to-checkout a.default-outlined, .wc-proceed-to-checkout a.blue-outlined, .wc-proceed-to-checkout a.yellow-outlined--whitetext, .wc-proceed-to-checkout a.box-btn, .wc-proceed-to-checkout .xoo-cp-btns a.xoo-cp-close, .xoo-cp-btns .wc-proceed-to-checkout a.xoo-cp-close, .wc-proceed-to-checkout .xoo-cp-btns a.xoo-cp-btn-vc, .xoo-cp-btns .wc-proceed-to-checkout a.xoo-cp-btn-vc, .wc-proceed-to-checkout .woocommerce-cart-form .actions a.button, .woocommerce-cart-form .actions .wc-proceed-to-checkout a.button, .wc-proceed-to-checkout .woocommerce-cart-form .actions a.clear-button, .woocommerce-cart-form .actions .wc-proceed-to-checkout a.clear-button {
    display: block;
    background-color: #F4C216 !important;
    border: 1px solid #F4C216 !important;
    border-radius: 20px !important;
    color: #06233C !important;
    padding: 20px !important;
    width: 100%;
    text-align: center;
    font-family: "montserratbold" !important;
    font-weight: normal !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease; }
    .wc-proceed-to-checkout a.button:hover, .wc-proceed-to-checkout a.yellow-outlined:hover, .wc-proceed-to-checkout a.yellow-btn:hover, .wc-proceed-to-checkout .application-intro a.outlined-yellow:hover, .application-intro .wc-proceed-to-checkout a.outlined-yellow:hover, .wc-proceed-to-checkout .gallery-intro .text-block a:hover, .gallery-intro .text-block .wc-proceed-to-checkout a:hover, .wc-proceed-to-checkout .recent-events a:hover:not(h5 a), .recent-events .wc-proceed-to-checkout a:hover:not(h5 a), .wc-proceed-to-checkout a.default-outlined:hover, .wc-proceed-to-checkout a.blue-outlined:hover, .wc-proceed-to-checkout a.yellow-outlined--whitetext:hover, .wc-proceed-to-checkout a.box-btn:hover, .wc-proceed-to-checkout .xoo-cp-btns a.xoo-cp-close:hover, .xoo-cp-btns .wc-proceed-to-checkout a.xoo-cp-close:hover, .wc-proceed-to-checkout .xoo-cp-btns a.xoo-cp-btn-vc:hover, .xoo-cp-btns .wc-proceed-to-checkout a.xoo-cp-btn-vc:hover, .wc-proceed-to-checkout .woocommerce-cart-form .actions a.clear-button:hover, .woocommerce-cart-form .actions .wc-proceed-to-checkout a.clear-button:hover {
      background-color: #ffffff !important;
      border: 1px solid #ffffff !important; }

.woocommerce-shipping-calculator button[type="submit"] {
  background-color: transparent !important;
  border: 0 !important;
  color: #000000 !important;
  font-family: "hindlight" !important;
  padding: 0 !important;
  text-transform: uppercase; }

.select2-container .select2-selection--single {
  height: 50px !important;
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
  margin-bottom: 0 !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
  text-transform: capitalize;
  padding-left: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px !important;
  right: 5px !important; }

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  font-family: "HelveticaNeue-Light";
  text-transform: none;
  font-size: 14px;
  line-height: 14px; }
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong {
    color: #666;
    font-weight: 400; }

.cards {
  padding: 20px 0 0 0;
  text-align: center; }
  .cards img {
    width: 100%;
    max-width: 200px; }
  .cards p {
    margin: 20px 0; }
    .cards p a {
      text-transform: uppercase;
      color: #000000; }
      .cards p a:visited {
        color: #000000; }

@media (max-width: 768px) {
  .woocommerce-cart-form .coupon {
    width: 100%; }
    .woocommerce-cart-form .coupon input[type="text"] {
      width: 50% !important; }
    .woocommerce-cart-form .coupon button[type="submit"] {
      width: 50% !important; }

  .woocommerce-cart-form tr, .woocommerce-cart-form td {
    text-align: left !important; }

  .woocommerce-cart-form .quantity {
    justify-content: center; }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    width: 100%;
    display: none; }

  .woocommerce-cart .wc-proceed-to-checkout {
    padding: 20px; }

  .cart_totals td {
    text-align: right !important; } }
@media (max-width: 767px) {
  .woocommerce-cart-form__contents {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate; }

  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none; }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block; }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: center !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .woocommerce table.shop_table tfoot tr,
  .woocommerce table.shop_table tfoot td {
    border-bottom: 0; }

  .woocommerce a.remove {
    font-size: 40px !important;
    line-height: 40px !important; }

  .product-thumbnail img {
    width: 300px !important; }

  .woocommerce-cart-form .product-name a {
    font-size: 18px;
    line-height: 26px; }

  .woocommerce-cart-form .woocommerce-Price-amount bdi {
    font-size: 20px;
    line-height: 20px; }

  .woocommerce-cart-form .actions {
    border-top: 0;
    padding: 20px !important; }
    .woocommerce-cart-form .actions .yellow-outlined, .woocommerce-cart-form .actions .yellow-btn, .woocommerce-cart-form .actions .application-intro .outlined-yellow, .application-intro .woocommerce-cart-form .actions .outlined-yellow, .woocommerce-cart-form .actions .gallery-intro .text-block a, .gallery-intro .text-block .woocommerce-cart-form .actions a, .woocommerce-cart-form .actions .recent-events a:not(h5 a), .recent-events .woocommerce-cart-form .actions a:not(h5 a), .woocommerce-cart-form .actions .default-outlined, .woocommerce-cart-form .actions .blue-outlined, .woocommerce-cart-form .actions .yellow-outlined--whitetext, .woocommerce-cart-form .actions .box-btn, .woocommerce-cart-form .actions .xoo-cp-btns .xoo-cp-close, .xoo-cp-btns .woocommerce-cart-form .actions .xoo-cp-close, .woocommerce-cart-form .actions .xoo-cp-btns .xoo-cp-btn-vc, .xoo-cp-btns .woocommerce-cart-form .actions .xoo-cp-btn-vc, .woocommerce-cart-form .actions .button, .woocommerce-cart-form .actions .clear-button {
      width: 100%;
      margin-bottom: 10px; }
    .woocommerce-cart-form .actions .clear-button {
      width: 100%;
      margin-bottom: 0; }

  .cart-collaterals {
    padding: 0; }

  .cart-collaterals .coupon {
    width: 100%; }

  .cart-collaterals .coupon input[type="text"] {
    width: 60%; }

  .cart-collaterals .coupon button[type="submit"] {
    width: 40%; }

  .cart-collaterals .collateral-left {
    width: 100%;
    margin-bottom: 30px; }

  .cart-collaterals .collateral-right {
    width: 100%;
    padding: 20px; }

  .cart_totals table {
    border: 0 !important; }
    .cart_totals table th,
    .cart_totals table td {
      display: inline-block !important;
      width: 49%;
      border: 0 !important; }
    .cart_totals table td {
      text-align: right !important; }
    .cart_totals table tr {
      border-bottom: 1px solid #ccc; }
      .cart_totals table tr:last-of-type {
        border-bottom: 0; }
  .cart_totals .cart-subtotal td {
    border-bottom: 0 !important; }
  .cart_totals .order-total td {
    border-bottom: 0 !important; } }
.cross-sells {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #F2F2F2; }
  .cross-sells h2:not(.woocommerce-loop-product__title) {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #06233C;
    font-family: "montserratbold";
    text-transform: uppercase; }
  .cross-sells li:not(li ul li) {
    list-style-type: none;
    background-color: #ffffff;
    padding: 20px !important;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 0 5px !important;
    transition: all .3s ease; }
    @media (min-width: 992px) {
      .cross-sells li:not(li ul li) {
        margin: 0 10px !important;
        padding: 30px !important; } }
    .cross-sells li:not(li ul li):hover {
      border-color: #F4C216; }
      .cross-sells li:not(li ul li):hover * {
        text-decoration: none; }
    .cross-sells li:not(li ul li) .woocommerce-loop-product__title {
      text-align: left;
      margin-bottom: 20px !important;
      min-height: 50px;
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 1152px) {
        .cross-sells li:not(li ul li) .woocommerce-loop-product__title {
          font-size: 18px !important;
          line-height: 24px !important; } }
  .cross-sells li ul {
    margin-bottom: 20px; }
    .cross-sells li ul li {
      list-style-type: none;
      color: #333;
      width: auto !important;
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 992px) {
        .cross-sells li ul li {
          font-size: 14px;
          line-height: 20px; } }
      .cross-sells li ul li:not(:last-of-type) {
        margin-bottom: 5px; }
      .cross-sells li ul li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 13px;
        height: 13px;
        background-image: url("images/icons/course-tick.png");
        background-repeat: no-repeat;
        background-size: 13px;
        background-position: center;
        top: 3px;
        margin-right: 5px; }
  .cross-sells li .price {
    display: flex !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1152px) {
      .cross-sells li .price {
        font-size: 24px !important;
        line-height: 24px !important; } }
    .cross-sells li .price span {
      color: #F4C216;
      margin-left: auto;
      font-family: "hindlight"; }
  .cross-sells li .add_to_cart_button {
    width: 100%;
    background-color: #ffffff !important;
    border: 1px solid #06233C !important;
    border-radius: 30px;
    text-align: center;
    color: #06233C !important;
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 12px !important;
    font-family: "montserratbold";
    padding: 15px 0 !important;
    transition: all .3s ease; }
    @media (min-width: 1152px) {
      .cross-sells li .add_to_cart_button {
        font-size: 14px !important;
        line-height: 14px !important; } }
    .cross-sells li .add_to_cart_button:hover {
      background-color: #06233C !important;
      color: #F4C216 !important; }

.woocommerce-checkout .entry-header {
  text-align: center;
  margin-bottom: 60px; }
.woocommerce-checkout h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: "montserratbold";
  color: #06233C;
  text-transform: uppercase; }

.checkout.woocommerce-checkout {
  width: 100%;
  max-width: 1150px;
  margin: 60px auto 0 auto;
  border-radius: 0 !important; }
  .checkout.woocommerce-checkout h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: "montserratbold";
    color: #06233C; }
    @media (min-width: 768px) {
      .checkout.woocommerce-checkout h3 {
        font-size: 18px;
        line-height: 18px; } }

.showcoupon {
  color: #06233C; }
  .showcoupon:visited {
    color: #06233C; }

.woocommerce form .form-row textarea {
  height: 10rem !important; }

.woocommerce-checkout .col2-set {
  margin-bottom: 60px;
  padding-bottom: 0;
  border-bottom: 1px solid #06233C; }
  @media (min-width: 768px) {
    .woocommerce-checkout .col2-set {
      padding-bottom: 60px; } }
  .woocommerce-checkout .col2-set .form-row {
    padding: 0 !important;
    margin-bottom: 20px !important; }
  @media (max-width: 767px) {
    .woocommerce-checkout .col2-set .col-1 {
      margin-bottom: 30px; } }

.woocommerce-form-login-toggle {
  display: inline-block;
  width: 100%;
  margin: 0 auto !important;
  border-radius: 0 !important;
  border: 0 !important; }
  .woocommerce-form-login-toggle .woocommerce-info {
    border: 1px solid #06233C !important;
    background-color: #06233C !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: "hindlight";
    justify-content: flex-start;
    padding: 20px 20px 20px 80px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important; }
    .woocommerce-form-login-toggle .woocommerce-info:before {
      content: "" !important;
      width: 40px;
      height: 30px;
      background-image: url("images/icons/returning-customer.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center; }
    .woocommerce-form-login-toggle .woocommerce-info a {
      color: #ffffff; }
      @media (min-width: 768px) {
        .woocommerce-form-login-toggle .woocommerce-info a {
          margin-left: 10px; } }
      .woocommerce-form-login-toggle .woocommerce-info a:visited {
        color: #ffffff; }
      .woocommerce-form-login-toggle .woocommerce-info a:hover {
        text-decoration: underline; }

.woocommerce-form-login.login {
  float: left;
  width: 100%;
  max-width: 1150px;
  background-color: #F2F2F2;
  padding: 20px;
  margin: 0 auto !important;
  border-radius: 0 !important;
  border: 0 !important; }
  @media (min-width: 1152px) {
    .woocommerce-form-login.login {
      width: 100%; } }
  .woocommerce-form-login.login .form-row {
    display: inline-block;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .woocommerce-form-login.login .form-row {
        width: 50%; } }
    .woocommerce-form-login.login .form-row label {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 0; }
    .woocommerce-form-login.login .form-row input[type="text"],
    .woocommerce-form-login.login .form-row input[type="password"] {
      width: 100%;
      border: 1px solid #ccc;
      height: 60px !important; }
  .woocommerce-form-login.login .woocommerce-form-login__submit {
    background-color: #06233C !important;
    border: 1px solid #06233C !important;
    border-radius: 30px !important;
    padding: 15px 30px !important;
    width: 200px;
    color: #ffffff !important;
    margin-top: 15px;
    font-family: "montserratbold" !important;
    text-transform: uppercase;
    font-weight: normal !important;
    transition: all .3s ease; }
    .woocommerce-form-login.login .woocommerce-form-login__submit:hover {
      background-color: #F4C216 !important;
      border: 1px solid #F4C216 !important;
      color: #06233C !important; }
  .woocommerce-form-login.login p.lost_password {
    float: right; }
    .woocommerce-form-login.login p.lost_password a {
      color: #06233C;
      font-size: 13px;
      line-height: 13px; }
      .woocommerce-form-login.login p.lost_password a:hover {
        color: #F4C216; }

.woocommerce-form-coupon-toggle {
  display: inline-block;
  width: 100%;
  margin: 0 auto !important;
  border-radius: 0 !important;
  border: 0 !important; }
  @media (min-width: 992px) {
    .woocommerce-form-coupon-toggle {
      width: 49.5%; } }
  .woocommerce-form-coupon-toggle .woocommerce-info {
    border: 1px solid #f2f2f2 !important;
    background-color: #f2f2f2 !important;
    color: #06233C !important;
    text-transform: uppercase;
    padding: 20px 20px 20px 80px !important;
    font-family: "hindlight";
    line-height: 24px !important;
    justify-content: flex-start; }
    .woocommerce-form-coupon-toggle .woocommerce-info:before {
      content: "" !important;
      background-image: url("images/icons/coupon.png");
      background-repeat: no-repeat;
      background-size: 50px;
      background-position: center;
      width: 40px;
      height: 30px; }
    .woocommerce-form-coupon-toggle .woocommerce-info a {
      color: #06233C;
      text-decoration: underline; }
      @media (min-width: 768px) {
        .woocommerce-form-coupon-toggle .woocommerce-info a {
          margin-left: 10px; } }
      .woocommerce-form-coupon-toggle .woocommerce-info a:visited {
        color: #06233C; }
      .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
        text-decoration: none; }

.checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 20px; }
  @media (min-width: 1152px) {
    .checkout_coupon {
      width: 100%; } }
  .checkout_coupon p:not(.form-row) {
    display: block;
    width: 100%; }
  .checkout_coupon .form-row {
    padding: 0 !important; }
  .checkout_coupon .form-row-first {
    width: 60%; }
    @media (min-width: 768px) {
      .checkout_coupon .form-row-first {
        width: 30%; } }
  .checkout_coupon .form-row-last {
    float: left !important;
    width: 40%; }
  .checkout_coupon input[type="text"] {
    border-color: #06233C !important;
    width: 100%; }
    .checkout_coupon input[type="text"]:focus {
      outline: none; }
  .checkout_coupon button[type="submit"] {
    width: 100% !important;
    height: 50px !important;
    border-radius: 0 !important;
    border: 1px solid #06233C !important;
    background-color: #06233C !important;
    font-family: "hindlight";
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal !important; }
    @media (min-width: 768px) {
      .checkout_coupon button[type="submit"] {
        width: 150px !important; } }

#order_review_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "hindlight";
  color: #06233C;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 60px; }

@media (min-width: 768px) {
  form.checkout.woocommerce-checkout {
    width: 100%; }
    form.checkout.woocommerce-checkout .col2-set {
      float: left;
      position: relative;
      width: 100%;
      padding-top: 30px; }
      form.checkout.woocommerce-checkout .col2-set h3 {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        font-family: "hindlight";
        text-transform: uppercase;
        font-weight: normal;
        font-size: 22px;
        line-height: 22px; }
    form.checkout.woocommerce-checkout .col2-set .col-1 {
      float: left;
      width: 48%; }
      form.checkout.woocommerce-checkout .col2-set .col-1 label {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        color: #666; }
      form.checkout.woocommerce-checkout .col2-set .col-1 .woocommerce-input-wrapper {
        width: 100%; }
      form.checkout.woocommerce-checkout .col2-set .col-1 .form-row {
        padding: 0 !important;
        margin-bottom: 15px; }
      form.checkout.woocommerce-checkout .col2-set .col-1 input {
        width: 100%;
        border: 1px solid #ccc; }
    form.checkout.woocommerce-checkout .col2-set .col-2 {
      float: right;
      width: 48%; }
      form.checkout.woocommerce-checkout .col2-set .col-2 label {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        color: #666; }
      form.checkout.woocommerce-checkout .col2-set .col-2 .woocommerce-input-wrapper {
        width: 100%; } }
form.checkout.woocommerce-checkout label {
  display: block;
  float: left;
  position: relative;
  width: auto;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px; }
form.checkout.woocommerce-checkout .required {
  text-decoration: none; }
form.checkout.woocommerce-checkout input:not(input[type="checkbox"]):not(input[type="radio"]) {
  width: 100%;
  height: 60px !important;
  border: 1px solid #ccc; }
form.checkout.woocommerce-checkout select {
  height: 60px; }
form.checkout.woocommerce-checkout textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  font-family: sans-serif;
  resize: none; }
form.checkout.woocommerce-checkout .select2-container .select2-selection--single {
  height: 60px !important; }
form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px !important; }
form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18px !important;
  right: 10px !important; }

#order_review_heading {
  width: 100%;
  text-transform: uppercase;
  color: #06233C; }

.woocommerce-checkout-review-order-table {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important; }
  @media (min-width: 1152px) {
    .woocommerce-checkout-review-order-table {
      width: 70% !important; } }
  .woocommerce-checkout-review-order-table thead {
    background-color: #06233C;
    color: #ffffff; }
    .woocommerce-checkout-review-order-table thead th {
      padding: 20px 25px !important;
      text-align: left;
      font-family: "hindlight";
      text-transform: uppercase; }
  .woocommerce-checkout-review-order-table tbody th,
  .woocommerce-checkout-review-order-table tbody td {
    font-family: "hindlight";
    text-transform: uppercase;
    padding: 30px 25px !important; }
  .woocommerce-checkout-review-order-table tbody .product-name {
    width: 70%; }
  .woocommerce-checkout-review-order-table tbody .product-name,
  .woocommerce-checkout-review-order-table tbody .product-total {
    font-family: "hindlight";
    text-transform: uppercase;
    color: #06233C;
    font-family: "hindlight";
    text-transform: uppercase;
    border-top: 1px solid #999; }
  .woocommerce-checkout-review-order-table tbody .product-total {
    text-align: center; }
  .woocommerce-checkout-review-order-table tbody .variation {
    font-size: 12px;
    line-height: 12px; }
    .woocommerce-checkout-review-order-table tbody .variation dd {
      margin: 5px 0 !important; }
    .woocommerce-checkout-review-order-table tbody .variation p {
      font-size: 12px;
      line-height: 12px; }
  .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    font-family: "HelveticaNeue-Light";
    font-weight: normal !important;
    font-size: 14px;
    line-height: 14px;
    text-transform: none; }
  .woocommerce-checkout-review-order-table tfoot tr,
  .woocommerce-checkout-review-order-table tfoot td,
  .woocommerce-checkout-review-order-table tfoot th {
    font-family: "hindlight";
    text-transform: uppercase;
    color: #06233C;
    font-weight: normal !important;
    text-align: left; }
  .woocommerce-checkout-review-order-table tfoot tr:nth-of-type(odd) {
    background-color: #f2f2f2; }
  .woocommerce-checkout-review-order-table tfoot th,
  .woocommerce-checkout-review-order-table tfoot td {
    padding: 30px 25px !important;
    border: 0 !important; }
  .woocommerce-checkout-review-order-table tfoot td {
    text-align: center; }

.woocommerce-checkout-payment {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 30px 0;
  border-radius: 0 !important;
  background-color: #ffffff !important; }

.payment_box {
  display: block !important;
  position: relative;
  width: 100%;
  margin-top: 10px; }
  .payment_box p {
    padding-left: 23px;
    margin-bottom: 0; }

#payment ul.payment_methods {
  background-color: #06233C;
  border: 0 !important; }

.wc_payment_method {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 15px;
  background-color: #06233C !important;
  position: relative;
  list-style: none; }
  .wc_payment_method label {
    display: inline !important;
    margin-bottom: 0 !important;
    font-family: "hindlight";
    text-transform: uppercase;
    color: #F4C216;
    font-size: 20px;
    line-height: 30px; }
  .wc_payment_method img {
    width: 100%;
    max-width: 45px; }
  .wc_payment_method input {
    margin: 3px 10px 0 0 !important; }
  .wc_payment_method .payment_box {
    background-color: #06233C !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 10px 0 0 23px !important; }
    .wc_payment_method .payment_box p {
      padding: 0 !important;
      color: #ffffff !important; }
    .wc_payment_method .payment_box:before {
      display: none !important; }

#billing_postcode_search_field {
  width: 55%; }
  @media (min-width: 992px) {
    #billing_postcode_search_field {
      width: 70%; } }

#crafty_billing_button {
  width: 45%; }
  @media (min-width: 992px) {
    #crafty_billing_button {
      width: 30%; } }
  #crafty_billing_button button {
    width: 100% !important;
    border-radius: 25px !important;
    height: 50px !important;
    font-size: 14px !important;
    line-height: 14px !important;
    background-color: #06233C !important;
    color: #ffffff !important;
    font-family: "hindlight" !important;
    text-transform: uppercase !important;
    transition: all .3s ease; }
    #crafty_billing_button button:hover {
      background-color: #06233C !important;
      color: #06233C !important; }

.wc_payment_methods {
  padding-left: 0; }
  .wc_payment_methods .woocommerce-notice {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    padding: 20px; }

.woocommerce-privacy-policy-text p {
  text-align: center;
  margin-top: 50px;
  color: #666; }
  .woocommerce-privacy-policy-text p a {
    color: #666;
    text-decoration: underline; }
    .woocommerce-privacy-policy-text p a:hover {
      text-decoration: none;
      color: #06233C; }

.place-order button[type="submit"] {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  display: block;
  background-color: #F4C216 !important;
  border: 1px solid #F4C216 !important;
  border-radius: 20px !important;
  padding: 20px !important;
  color: #06233C !important;
  cursor: pointer;
  font-family: "montserratbold";
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 20px;
  width: 100%;
  max-width: 320px;
  text-transform: uppercase;
  transition: all .3s ease; }
  .place-order button[type="submit"]:hover {
    background-color: #06233C !important;
    border: 1px solid #06233C !important;
    color: #ffffff !important; }

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding: 0;
  margin-bottom: 0;
  border: 0 !important;
  background-color: #ffffff; }
  .woocommerce-NoticeGroup-checkout .woocommerce-error:before {
    display: none !important; }
.woocommerce-NoticeGroup-checkout li {
  display: block;
  position: relative;
  color: #d90429;
  text-align: left;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "montserratbold"; }

.form-row.woocommerce-validated input.input-text {
  box-shadow: none !important; }

#password-lost-form-wrap {
  padding: 5vh 20px; }
  @media (min-width: 1152px) {
    #password-lost-form-wrap {
      padding: 25vh 0; } }
  #password-lost-form-wrap #lostpasswordform {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    border-radius: 0 !important; }
    @media (min-width: 1152px) {
      #password-lost-form-wrap #lostpasswordform {
        width: 100%; } }
  #password-lost-form-wrap .woocommerce-form-row {
    width: 100% !important; }
  #password-lost-form-wrap fieldset {
    padding: 30px;
    border: 1px solid #666; }
  #password-lost-form-wrap legend {
    padding: 0 30px;
    font-family: "montserratbold";
    text-transform: uppercase;
    color: #06233C;
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 1152px) {
      #password-lost-form-wrap legend {
        font-size: 26px;
        line-height: 36px; } }
  #password-lost-form-wrap label {
    display: block;
    position: relative;
    width: 100%;
    color: #06233C;
    margin-bottom: 15px; }
  #password-lost-form-wrap input[type="text"] {
    width: 100%;
    border: 1px solid #ccc; }
  #password-lost-form-wrap .extra-space {
    margin-bottom: 20px;
    color: #666; }
  #password-lost-form-wrap .lostpassword-submit {
    margin-bottom: 0;
    margin-top: 30px; }
    #password-lost-form-wrap .lostpassword-submit button[type="submit"] {
      background-color: #06233C !important;
      border: 1px solid #06233C !important;
      border-radius: 0 !important;
      color: #ffffff !important;
      transition: all .3s ease;
      cursor: pointer;
      padding: 15px 20px !important;
      font-family: "montserratbold" !important;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 13px;
      width: 100%;
      max-width: 200px; }
      #password-lost-form-wrap .lostpassword-submit button[type="submit"]:hover {
        background-color: #F4C216 !important;
        border: 1px solid #F4C216 !important;
        color: #06233C !important; }

body.woocommerce-order-received {
  background-color: #f8f9fa; }

.woocommerce-notice--success {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "montserratbold";
  color: #80b918;
  margin-bottom: 30px !important;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px; }

.woocommerce-order-overview {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin-bottom: 20px !important; }
  @media (min-width: 768px) {
    .woocommerce-order-overview {
      flex-direction: row; } }
  .woocommerce-order-overview li {
    flex: 1 0 auto;
    padding: 20px !important;
    margin: 0 !important;
    font-family: sans-serif;
    border-right: 0 !important;
    border-bottom: 1px solid #ddd !important;
    color: #06233C; }
    @media (min-width: 768px) {
      .woocommerce-order-overview li {
        border-bottom: 0;
        border-right: 1px solid #ddd !important; } }
    .woocommerce-order-overview li:last-of-type {
      border-bottom: 0 !important; }
      @media (min-width: 768px) {
        .woocommerce-order-overview li:last-of-type {
          border-right: 0 !important; } }
    .woocommerce-order-overview li strong {
      color: #06233C;
      font-family: "montserratbold"; }

.success-payment--method {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px; }
  .success-payment--method p {
    display: flex;
    align-items: center;
    font-family: "montserratbold";
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    color: #06233C; }
    .success-payment--method p:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 60px;
      height: 60px;
      background-image: url("images/icons/ccard-payment.png");
      background-size: 60px;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 10px; }

.woocommerce-order-details {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px !important;
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin-bottom: 20px !important; }
  .woocommerce-order-details h2 {
    color: #06233C;
    font-family: "montserratbold";
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px; }
  .woocommerce-order-details table {
    border-radius: 0 !important;
    border: 0 !important; }
  .woocommerce-order-details thead {
    background-color: #06233C;
    color: #ffffff;
    font-family: sans-serif; }
    .woocommerce-order-details thead th {
      padding: 20px !important; }
  .woocommerce-order-details tbody td {
    padding: 20px !important;
    font-family: sans-serif;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .woocommerce-order-details tbody td:first-of-type {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce-order-details tbody strong {
    font-weight: normal;
    color: #F4C216;
    font-size: 12px;
    line-height: 12px; }
  .woocommerce-order-details tbody a {
    color: #06233C; }
    .woocommerce-order-details tbody a:hover {
      text-decoration: underline; }
  .woocommerce-order-details tfoot tr:last-of-type th,
  .woocommerce-order-details tfoot tr:last-of-type td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce-order-details tfoot th,
  .woocommerce-order-details tfoot td {
    padding: 20px !important;
    background-color: #f8f9fa; }
  .woocommerce-order-details tfoot td {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce-order-details tfoot th {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce-customer-details {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px !important;
  background-color: #ffffff;
  border: 1px solid #ddd; }
  .woocommerce-customer-details h2 {
    color: #06233C;
    font-family: "montserratbold";
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px; }
  .woocommerce-customer-details address {
    border: 0 !important;
    padding: 0 !important; }
  .woocommerce-customer-details .woocommerce-customer-details--phone,
  .woocommerce-customer-details .woocommerce-customer-details--email {
    padding: 0 !important; }
    .woocommerce-customer-details .woocommerce-customer-details--phone:before,
    .woocommerce-customer-details .woocommerce-customer-details--email:before {
      display: none; }
  .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-top: 15px; }

.account-login--register {
  display: block;
  position: relative;
  padding: 100px 0; }
  .account-login--register h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    margin-bottom: 60px;
    font-family: "montserratbold";
    color: #06233C;
    text-transform: uppercase; }
  .account-login--register .u-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    @media (min-width: 768px) {
      .account-login--register .u-columns {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .account-login--register .u-column1 {
    width: 100% !important;
    background-color: #F2F2F2;
    border: 10px solid #ddd;
    padding: 30px;
    margin-bottom: 40px; }
    .account-login--register .u-column1 h2 {
      color: #06233C;
      font-family: "montserratbold";
      text-transform: uppercase;
      width: 100%;
      text-align: left;
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 30px; }
    .account-login--register .u-column1 .form-row {
      width: 100%; }
  .account-login--register .u-column2 {
    background-color: #F2F2F2;
    border: 10px solid #ddd;
    padding: 30px;
    width: 100% !important; }
    .account-login--register .u-column2 h2 {
      color: #06233C;
      font-family: "montserratbold";
      text-transform: uppercase;
      width: 100%;
      text-align: left;
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 30px; }
    .account-login--register .u-column2 .woocommerce-form-register {
      padding: 0 !important;
      border-radius: 0;
      border: 0 !important; }
    .account-login--register .u-column2 input {
      border: 1px solid #ccc;
      font-size: 16px;
      line-height: 16px; }
    .account-login--register .u-column2 p:not(.woocommerce-privacy-policy-text p) {
      font-size: 12px;
      line-height: 16px; }
    .account-login--register .u-column2 .woocommerce-privacy-policy-text p {
      text-align: left;
      font-size: 13px;
      line-height: 16px;
      margin-top: 15px;
      margin-bottom: 30px; }
      .account-login--register .u-column2 .woocommerce-privacy-policy-text p a {
        color: #06233C; }
        .account-login--register .u-column2 .woocommerce-privacy-policy-text p a:hover {
          text-decoration: underline; }
  .account-login--register button[type="submit"] {
    background-color: #06233C !important;
    border: 1px solid #06233C !important;
    border-radius: 30px !important;
    padding: 15px 30px !important;
    width: 200px;
    color: #ffffff !important;
    margin-top: 15px;
    font-family: "montserratbold" !important;
    text-transform: uppercase;
    font-weight: normal !important;
    transition: all .3s ease;
    font-size: 16px !important;
    line-height: 16px !important; }
    .account-login--register button[type="submit"]:hover {
      background-color: #F4C216 !important;
      border: 1px solid #F4C216 !important;
      color: #06233C !important; }
  .account-login--register .woocommerce-form-login {
    padding: 0 !important; }

body.logged-in.page-my-account {
  background-color: #f8f9fa; }

.woocommerce-MyAccount-content {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  padding: 30px;
  width: 100% !important; }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-content {
      width: 70% !important;
      min-height: 600px; } }
  .woocommerce-MyAccount-content a {
    color: #666; }
    .woocommerce-MyAccount-content a:hover {
      color: #F4C216; }
  .woocommerce-MyAccount-content .woocommerce-message,
  .woocommerce-MyAccount-content .woocommerce-info {
    display: flex;
    flex-direction: column;
    background-color: #ffffff !important;
    padding: 0 !important;
    border: none !important;
    color: #06233C !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-family: "montserratbold" !important;
    text-align: center; }
    .woocommerce-MyAccount-content .woocommerce-message a,
    .woocommerce-MyAccount-content .woocommerce-info a {
      order: 2;
      margin-top: 20px;
      background-color: transparent !important;
      font-size: 13px !important;
      line-height: 13px !important; }
    .woocommerce-MyAccount-content .woocommerce-message:before,
    .woocommerce-MyAccount-content .woocommerce-info:before {
      display: none !important; }
  .woocommerce-MyAccount-content .woocommerce-order-details {
    margin-top: 20px;
    padding: 0 !important;
    border: 0 !important; }
  .woocommerce-MyAccount-content input {
    border: 1px solid #ccc; }
  .woocommerce-MyAccount-content .form-row {
    padding: 0 !important; }
    .woocommerce-MyAccount-content .form-row em {
      font-style: normal;
      font-size: 12px;
      margin-top: 5px; }
  .woocommerce-MyAccount-content fieldset {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #ccc; }
  .woocommerce-MyAccount-content legend {
    padding: 0 30px; }
  .woocommerce-MyAccount-content .password-input {
    width: 100%; }
  .woocommerce-MyAccount-content .show-password-input {
    top: 10px !important; }
  .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-bottom: 0 !important; }

.woocommerce-MyAccount-navigation ul {
  padding: 30px 0; }
.woocommerce-MyAccount-navigation li {
  display: block;
  padding: 20px 15px 16px 15px; }
  .woocommerce-MyAccount-navigation li a {
    font-family: "montserratbold";
    color: #06233C;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px; }
    .woocommerce-MyAccount-navigation li a:hover {
      text-decoration: none; }
.woocommerce-MyAccount-navigation .is-active {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e9ecef; }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-navigation .is-active {
      border-right: none; } }
  .woocommerce-MyAccount-navigation .is-active a {
    color: #F4C216; }
  @media (min-width: 768px) {
    .woocommerce-MyAccount-navigation .is-active:before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 100%;
      background-color: #ffffff;
      top: 0;
      right: -1px; } }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address {
  display: none; }

.woocommerce-MyAccount-orders {
  border: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  margin-bottom: 0 !important; }
  .woocommerce-MyAccount-orders thead {
    background-color: #06233C;
    color: #ffffff;
    font-family: sans-serif; }
    .woocommerce-MyAccount-orders thead th {
      padding: 20px !important; }
      .woocommerce-MyAccount-orders thead th:last-of-type {
        text-align: center; }
  .woocommerce-MyAccount-orders tbody td {
    padding: 20px !important;
    font-family: sans-serif;
    text-align: left !important;
    border: 0 !important; }
    @media (min-width: 768px) {
      .woocommerce-MyAccount-orders tbody td {
        text-align: center !important;
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
        .woocommerce-MyAccount-orders tbody td:first-of-type {
          border-left: 1px solid rgba(0, 0, 0, 0.1); } }
  .woocommerce-MyAccount-orders tbody strong {
    font-weight: normal;
    color: #F4C216;
    font-size: 12px;
    line-height: 12px; }
  .woocommerce-MyAccount-orders tbody a {
    color: #06233C; }
    .woocommerce-MyAccount-orders tbody a:hover {
      text-decoration: underline; }
  .woocommerce-MyAccount-orders tbody tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .woocommerce-MyAccount-orders tbody tr td:last-of-type {
      text-align: center; }
  .woocommerce-MyAccount-orders .view {
    width: 100%;
    padding: 15px !important;
    text-align: center;
    color: #F4C216 !important;
    font-family: "montserratbold";
    text-transform: uppercase;
    border-radius: 30px !important;
    background-color: #06233C !important;
    font-size: 12px !important;
    line-height: 12px !important;
    transition: all .3s ease; }
    .woocommerce-MyAccount-orders .view:hover {
      background-color: #F4C216 !important;
      color: #06233C !important; }

/* BuddyPress */
.buddypress-wrap #item-header-content {
  font-family: "montserratbold";
  color: #06233C; }
.buddypress-wrap nav#object-nav ul li {
  font-family: "montserratbold";
  text-transform: uppercase; }
  .buddypress-wrap nav#object-nav ul li a {
    color: #06233C; }
    .buddypress-wrap nav#object-nav ul li a:hover {
      background: #fff;
      text-decoration: underline; }
  .buddypress-wrap nav#object-nav ul li.selected a {
    background: #fff;
    text-decoration: underline; }
    .buddypress-wrap nav#object-nav ul li.selected a:hover {
      background: #fff; }
.buddypress-wrap .user-subnav {
  background: #fff !important;
  padding: 20px;
  font-family: "montserratbold";
  text-transform: uppercase;
  border: 2px solid #F4C216 !important; }
  .buddypress-wrap .user-subnav ul {
    margin: 0;
    padding-left: 0; }
    .buddypress-wrap .user-subnav ul li a {
      color: #06233C; }
.buddypress-wrap .user-subnav.subnav-filters {
  border: none !important; }
.buddypress-wrap .item-body h2 {
  font-family: "montserratbold";
  color: #06233C; }
.buddypress-wrap .item-body h3 {
  display: none; }
.buddypress-wrap .item-body table {
  font-family: "hindlight"; }
  .buddypress-wrap .item-body table p {
    font-family: "hindlight"; }
.buddypress-wrap fieldset legend {
  padding-bottom: 10px;
  font-family: "hindlight"; }
.buddypress-wrap .field-visibility-settings-header {
  padding-top: 10px; }
.buddypress-wrap .submit input {
  border-color: #06233C !important;
  background-color: transparent !important;
  border-radius: 20px !important;
  overflow: hidden;
  transition: all .9s ease !important;
  color: #06233C !important;
  text-transform: uppercase;
  font-family: "montserratbold" !important;
  transition: all .4s ease !important;
  padding: 15px !important; }
.buddypress-wrap .bp-feedback .bp-help-text {
  color: #06233C;
  font-family: "hindlight"; }
.buddypress-wrap .button-nav {
  border-bottom: 2px solid #F1c216;
  margin-bottom: 0;
  font-family: "hindlight"; }
  .buddypress-wrap .button-nav li a {
    color: #06233C; }
    .buddypress-wrap .button-nav li a:hover, .buddypress-wrap .button-nav li a:focus {
      background: #F1c216 !important; }
  .buddypress-wrap .button-nav li.current a {
    background: #F1c216 !important; }
.buddypress-wrap table.notifications {
  margin: 20px 0; }
  .buddypress-wrap table.notifications td.notification-actions {
    text-align: center; }
    .buddypress-wrap table.notifications td.notification-actions a {
      color: #06233C; }
  .buddypress-wrap table.notifications td.notification-description a {
    color: #06233C;
    text-decoration: underline !important; }
    .buddypress-wrap table.notifications td.notification-description a:hover {
      text-decoration: none; }

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