@charset "UTF-8";
body {
  background: rgb(255, 255, 255);
  margin: 0;
}

body, .g-font__body {
  color: rgb(31, 33, 34);
  font-size: 16px;
  line-height: 1.75;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1200px) {
  body, .g-font__body {
    font-size: 18px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
  padding: 0;
  margin: 0 0 0.25em 0;
  color: rgb(31, 33, 34);
}

h1, .h1 {
  font-size: 46px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 86px;
  }
}
@media (min-width: 750px) {
  h1, .h1 {
    font-size: 66px;
  }
}

h2, .h2 {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 30px !important;
  text-align: center;
  position: relative;
}
@media (min-width: 750px) {
  h2, .h2 {
    font-size: 36px;
  }
}
h2:after, .h2:after {
  position: absolute;
  content: "\e908";
  color: rgb(83, 74, 159);
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.h2--special {
  font-size: 28px;
  text-align: center;
  padding-bottom: 15px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 750px) {
  .h2--special {
    font-size: 36px;
  }
}
.h2--special:after {
  content: none !important;
}
.h2--special b, .h2--special strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3, .h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 750px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 750px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 750px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 750px) {
  h6, .h6 {
    font-size: 16px;
  }
}

input, textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  margin: 10px 0;
}

a {
  color: rgb(83, 74, 159);
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
a:hover, a:active, a:focus {
  color: rgb(113, 106, 173);
  text-decoration: underline;
}

main a {
  text-decoration: underline !important;
}

.g-animations__all-3s, .g-animations__children-all-3s * {
  transition: all ease-in-out 0.3s;
}

.g-animations__colour {
  transition: color ease-in-out 0.12s;
}

.g-animations__none {
  transition: none;
}

@keyframes animation--loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes animation--fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animation--fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g-fontIconBase, .g-forms__select:after, .g-header__primaryMenu .g-menu__level3 > .g-menu__item > .g-menu__link::before, .g-header__primaryMenu .g-menu__level2 > .g-menu__item--hasChildren > .g-menu__link::before, .g-btn:after, .elementor-form button.elementor-button:after, .g-elementor__btn .elementor-button:after, .g-btn--secondary:after, .g-elementor__btn--secondary .elementor-button:after, .g-btn__arrow:after, .g-btn__arrowFill:after, .elementor-button:after, a.elementor-button:after, h2:after, .h2:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.g-icon--spinner {
  display: inline-block;
  font-size: 38px;
  line-height: 1;
  animation: animation--loading 1.2s linear infinite;
}

.g-layout__container {
  width: 100%;
  margin: 0;
  text-align: left;
  background: rgb(255, 255, 255);
}
.g-layout__container *, .g-layout__container *:before, .g-layout__container *:after {
  box-sizing: border-box;
}
.g-layout__container img {
  max-width: 100%;
  border: none;
  height: auto;
}
.g-layout__container iframe {
  border: none;
}

.g-layout__maxWidth, .g-footer__content, .g-header__content {
  margin: 0 auto;
  max-width: 1286px;
}

.g-layout__padding, .elementor > .elementor-section, .elementor-section-wrap > .elementor-section {
  padding: 20px 10px;
}
@media (min-width: 750px) {
  .g-layout__padding, .elementor > .elementor-section, .elementor-section-wrap > .elementor-section {
    padding: 35px 20px;
  }
}

.g-layout__pageHeader {
  padding: 150px 0 50px 0;
  margin: -124px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/wp-content/themes/site-theme/images/header-background.jpg);
}
@media (min-width: 1200px) {
  .g-layout__pageHeader {
    min-height: 380px;
  }
}

/**
*    
*   Columns
*   Note: must update CSSTColumns Enum /_components/Enums.vb    
*    
**/
.g-columns {
  padding-left: 15px;
  padding-right: 15px;
}

.g-columns__group, .g-forms {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.g-columns__group::after, .g-forms::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 750px) {
  .g-columns__group, .g-forms {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.g-columns__item, .g-columns__item--twelve, .g-columns__item--eleven, .g-columns__item--ten, .g-columns__item--nine, .g-columns__item--eight, .g-columns__item--seven, .g-columns__item--six, .g-columns__item--five, .g-columns__item--four, .g-columns__item--three, .g-columns__item--two, .g-columns__item--one {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0 15px 0;
}
@media (min-width: 750px) {
  .g-columns__item, .g-columns__item--twelve, .g-columns__item--eleven, .g-columns__item--ten, .g-columns__item--nine, .g-columns__item--eight, .g-columns__item--seven, .g-columns__item--six, .g-columns__item--five, .g-columns__item--four, .g-columns__item--three, .g-columns__item--two, .g-columns__item--one {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 750px) {
  .g-columns__item--one {
    width: 8.3333333333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--two {
    width: 16.6666666667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--three {
    width: 25%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--four {
    width: 33.3333333333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--five {
    width: 41.6666666667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--six {
    width: 50%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--seven {
    width: 58.3333333333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--eight {
    width: 66.6666666667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--nine {
    width: 75%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--ten {
    width: 83.3333333333%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--eleven {
    width: 91.6666666667%;
  }
}

@media (min-width: 750px) {
  .g-columns__item--twelve {
    width: 100%;
  }
}

.g-btn, .elementor-form button.elementor-button, .g-elementor__btn .elementor-button, .g-btn--secondary, .g-elementor__btn--secondary .elementor-button, .elementor-button, .g-btn__arrow, .g-btn__arrowFill, a.elementor-button {
  cursor: pointer;
  border: 3px solid !important;
  display: inline-block;
  padding: 23px 70px 23px 20px !important;
  position: relative;
  transition: all 0.15s ease;
  line-height: 1.1;
  border-radius: 35px !important;
  text-decoration: none;
  white-space: normal;
  text-decoration: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.g-btn:hover, .elementor-form button.elementor-button:hover, .g-btn:active, .elementor-form button.elementor-button:active, .g-btn:focus, .elementor-form button.elementor-button:focus, .g-btn--secondary:hover, .g-btn--secondary:active, .g-btn--secondary:focus, .g-btn__arrow:hover, .g-btn__arrow:active, .g-btn__arrow:focus, .g-btn__arrowFill:hover, .g-btn__arrowFill:active, .g-btn__arrowFill:focus, .elementor-button:hover, .elementor-button:active, .elementor-button:focus, a.elementor-button:hover, a.elementor-button:active, a.elementor-button:focus {
  text-decoration: none;
}
.g-btn:disabled, .elementor-form button.elementor-button:disabled, .g-btn[disabled], .elementor-form button[disabled].elementor-button, .g-btn--secondary:disabled, .g-btn--secondary[disabled], .g-btn__arrow:disabled, .g-btn__arrow[disabled], .g-btn__arrowFill:disabled, .g-btn__arrowFill[disabled], .elementor-button:disabled, .elementor-button[disabled], a.elementor-button:disabled, a.elementor-button[disabled] {
  cursor: default;
}
.g-btn:before, .elementor-form button.elementor-button:before, .g-elementor__btn .elementor-button:before, .g-btn--secondary:before, .g-elementor__btn--secondary .elementor-button:before, .g-btn__arrow:before, .g-btn__arrowFill:before, .elementor-button:before, a.elementor-button:before {
  position: absolute;
  right: 3px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  background-color: rgb(83, 74, 159);
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.g-btn:after, .elementor-form button.elementor-button:after, .g-elementor__btn .elementor-button:after, .g-btn--secondary:after, .g-elementor__btn--secondary .elementor-button:after, .g-btn__arrow:after, .g-btn__arrowFill:after, .elementor-button:after, a.elementor-button:after {
  position: absolute;
  right: 18px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  content: "\e904";
  top: 50%;
  transform: translateY(-50%);
}

.g-btn, .elementor-form button.elementor-button, .g-elementor__btn .elementor-button, .elementor-button {
  color: rgb(83, 74, 159) !important;
  background-color: transparent !important;
  border-color: rgb(83, 74, 159) !important;
  font-size: 18px !important;
}
.g-btn:hover, .elementor-form button.elementor-button:hover, .g-btn:active, .elementor-form button.elementor-button:active, .g-btn:focus, .elementor-form button.elementor-button:focus, .elementor-button:hover, .elementor-button:active, .elementor-button:focus {
  color: rgb(83, 74, 159) !important;
  background-color: rgb(255, 255, 255) !important;
}
.g-btn:hover:visited, .g-btn:active:visited, .g-btn:focus:visited, .elementor-button:hover:visited, .elementor-button:active:visited, .elementor-button:focus:visited {
  color: transparent !important;
}
.g-btn:focus, .elementor-form button.elementor-button:focus, .elementor-button:focus {
  box-shadow: 0px 0px 0px 2px rgb(255, 255, 255) !important;
}
.g-btn:disabled:hover, .g-btn:disabled:active, .g-btn:disabled:focus, .g-btn[disabled]:hover, .g-btn[disabled]:active, .g-btn[disabled]:focus, .g-btn--disabled:hover, .g-btn--disabled:active, .g-btn--disabled:focus, .elementor-button:disabled:hover, .elementor-button:disabled:active, .elementor-button:disabled:focus, .elementor-button[disabled]:hover, .elementor-button[disabled]:active, .elementor-button[disabled]:focus, .elementor-button--disabled:hover, .elementor-button--disabled:active, .elementor-button--disabled:focus {
  background: transparent !important;
}

.g-btn--secondary, .g-elementor__btn--secondary .elementor-button, .elementor-button {
  color: rgb(83, 74, 159);
  background-color: rgb(83, 74, 159);
  border-color: rgb(83, 74, 159);
  font-size: 18px;
}
.g-btn--secondary:hover, .elementor-button:hover, .g-btn--secondary:active, .elementor-button:active, .g-btn--secondary:focus, .elementor-button:focus {
  color: rgb(83, 74, 159);
  background-color: rgb(83, 74, 159);
}
.g-btn--secondary:hover:visited, .elementor-button:hover:visited, .g-btn--secondary:active:visited, .elementor-button:active:visited, .g-btn--secondary:focus:visited, .elementor-button:focus:visited {
  color: rgb(83, 74, 159);
}
.g-btn--secondary:focus, .elementor-button:focus {
  box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
}
.g-btn--secondary:disabled:hover, .elementor-button:disabled:hover, .g-btn--secondary:disabled:active, .elementor-button:disabled:active, .g-btn--secondary:disabled:focus, .elementor-button:disabled:focus, .g-btn--secondary[disabled]:hover, [disabled].elementor-button:hover, .g-btn--secondary[disabled]:active, [disabled].elementor-button:active, .g-btn--secondary[disabled]:focus, [disabled].elementor-button:focus {
  background: rgb(83, 74, 159);
}

.g-header {
  position: sticky;
  top: 0;
  color: rgb(12, 15, 17);
  background: none;
  min-height: 117px;
  z-index: 1;
  transition: all 0.5s ease;
}
.g-header.visible {
  top: 0px !important;
}
.g-header--scroll {
  background: rgb(255, 255, 255);
}

.admin-bar .g-header {
  top: var(--wp-admin--admin-bar--height);
}

.g-header__content {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  padding: 0px;
  align-items: center;
}

.g-header__leftCol {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 1 1 auto;
}

.g-header__rightCol {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  flex: 0 0 auto;
}

.g-header__logo {
  flex: 0 1 140px;
  margin: 0 20px 0 0;
}
@media (min-width: 1024px) {
  .g-header__logo {
    flex: 0 1 188px;
  }
}

.g-header__logoLink {
  display: flex;
}

.g-header__menuOpenBtn, .g-header__menuCloseBtn {
  padding: 10px;
  background: none;
  border: none;
  color: rgb(12, 15, 17);
  font-size: 35px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .g-header__menuOpenBtn, .g-header__menuCloseBtn {
    display: none;
  }
}

.g-header__menuCloseBtn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

/*
Primary Menu Styles
*/
.g-layout--mobileMenuOpen .g-header__menuCloseBtn {
  display: block;
}
.g-layout--mobileMenuOpen .g-header__primaryMenu {
  display: block;
}

.g-header__primaryMenu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 300px;
  padding: 25px 20px;
  background: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .g-header__primaryMenu {
    position: relative;
    display: block;
    width: auto;
    padding: 0;
    background: none;
  }
}
.g-header__primaryMenu .g-menu__level1 {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .g-header__primaryMenu .g-menu__level1 {
    flex-flow: row nowrap;
  }
}
.g-header__primaryMenu .g-menu__item {
  margin: 0;
  padding: 12px 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .g-header__primaryMenu .g-menu__item:last-of-type {
    padding-right: 0;
  }
}
.g-header__primaryMenu .g-menu__link {
  padding: 4px 0px 0px 40px;
  color: rgb(31, 33, 34);
  font-size: 18px;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.g-header__primaryMenu .g-menu__link:hover, .g-header__primaryMenu .g-menu__link:active, .g-header__primaryMenu .g-menu__link:focus {
  color: rgb(83, 74, 159);
  text-decoration: none;
}
.g-header__primaryMenu .g-menu__link.active {
  border-color: rgb(31, 33, 34);
}
.g-header__primaryMenu .g-menu__level2 {
  padding: 10px 0 0 10px;
  margin: 0;
}
.g-header__primaryMenu .g-menu__level2 > .g-menu__item > .g-menu__link {
  position: relative;
  display: block;
  padding: 0 60px 0 0;
}
.g-header__primaryMenu .g-menu__level2 > .g-menu__item--hasChildren > .g-menu__link::before {
  content: "\e909";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 40px;
  cursor: pointer;
  color: rgb(12, 15, 17);
}
.g-header__primaryMenu .g-menu__level2 > .g-menu__item.expanded .g-menu__level3 {
  transform: translate(0, 0);
}
.g-header__primaryMenu .g-menu__level3 {
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 100%;
  margin: 0;
  background: rgb(255, 255, 255);
  transition: transform 0.5s ease-in-out;
  transform: translate(-100%, 0);
  z-index: 3;
}
.g-header__primaryMenu .g-menu__level3 > .g-menu__item {
  padding-left: 15px;
}
.g-header__primaryMenu .g-menu__level3 > .g-menu__item > .g-menu__link {
  position: relative;
  display: block;
  padding: 0 60px 0 0;
  font-size: 20px;
}
.g-header__primaryMenu .g-menu__level3 > .g-menu__item > .g-menu__link::before {
  content: "\e909";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
  font-size: 40px;
  cursor: pointer;
  color: rgb(12, 15, 17);
}
.g-header__primaryMenu .g-menu__level3 > .g-menu__item--parentTitle {
  padding-left: 0;
  font-size: 20px;
}
.g-header__primaryMenu .g-menu__level3 > .g-menu__item--parentTitle > .g-menu__link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 5px;
  padding-bottom: 20px;
}
.g-header__primaryMenu .g-menu__level3 > .g-menu__item--parentTitle > .g-menu__link::before {
  top: -15px;
  left: 10px;
  right: auto;
  transform: translate(-100%, 0) rotate(180deg);
}
.g-header__primaryMenu .g-menu__level3 > .g-menu__item--cta {
  border-top: 1px solid rgb(255, 255, 255);
  padding: 30px 0;
  margin: 20px 0 0 0;
}
.g-header__primaryMenu .g-menu__level3 > .g-menu__item--cta > .g-menu__link {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.g-header__primaryMenu .g-menu__ctaImage {
  margin: 0 0 20px 0;
  border-radius: 20px;
}

.g-footer {
  color: rgb(255, 255, 255);
  background: rgb(83, 74, 159);
  font-size: 14px;
  border-top: 1px solid rgb(255, 255, 255);
}

.g-footer__content {
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.g-footer__content a {
  color: rgb(255, 255, 255);
}
.g-footer__content a:hover, .g-footer__content a:active, .g-footer__content a:focus {
  color: rgb(239, 239, 239);
  text-decoration: none;
}
.g-footer__content .c-social {
  margin-bottom: 20px;
}
.g-footer__content .c-social__item {
  background-color: rgb(255, 255, 255);
}
.g-footer__content .c-social__item [class*=g-fontIcon--] {
  color: rgb(83, 74, 159);
}
.g-footer__content .c-social__item:hover {
  background-color: rgb(239, 239, 239);
}

.g-footer__leftCol {
  flex: 1 1 auto;
  padding: 20px 20px 0px 0;
}

.g-footer__rightCol {
  flex: 1 1 auto;
  padding: 20px 0 0px 20px;
  text-align: right;
}

.g-footer__fullCol {
  width: 100%;
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
}

.g-footer__logo {
  font-size: 44px;
  color: rgb(255, 255, 255);
}

.g-footer__copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.g-footer__menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 300px;
  padding: 25px 20px;
}
@media (min-width: 750px) {
  .g-footer__menu {
    position: relative;
    display: block;
    width: auto;
    padding: 0;
    background: none;
  }
}
.g-footer__menu .g-menu__level1 {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 750px) {
  .g-footer__menu .g-menu__level1 {
    flex-flow: row nowrap;
  }
}
.g-footer__menu .g-menu__item {
  margin: 0;
  padding: 12px 0;
  list-style-type: none;
}
@media (min-width: 750px) {
  .g-footer__menu .g-menu__item:last-of-type {
    padding-right: 0;
  }
}
.g-footer__menu .g-menu__link {
  padding: 4px 0px 0px 40px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.g-footer__menu .g-menu__link:hover, .g-footer__menu .g-menu__link:active, .g-footer__menu .g-menu__link:focus {
  color: rgb(239, 239, 239);
  text-decoration: none;
}
.g-footer__menu .g-menu__link.active {
  border-color: rgb(31, 33, 34);
}

.g-forms__buttonRow {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: right;
}

/**
*    
*   Element labels
*    
**/
.g-forms__element, .elementor-form .elementor-field-group {
  position: relative;
  padding-bottom: 30px;
}
.g-forms__element > .g-forms__error, .elementor-form .elementor-field-group > .g-forms__error, .g-forms__element > .g-forms__required, .elementor-form .elementor-field-group > .g-forms__required {
  top: 0;
  right: 15px;
  position: absolute;
}

.g-forms__label {
  width: 100%;
  font-size: 20px;
  margin-bottom: 5px;
}

.g-forms__required {
  color: rgb(169, 0, 0);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/**
 *    
 *   Form inputs
 *    
 **/
.g-forms__select, .g-forms__textbox, .elementor-form .elementor-field-type-text .elementor-field, .elementor-form .elementor-field-type-email .elementor-field, .g-forms__textarea, .elementor-form .elementor-field-type-textarea .elementor-field {
  width: 100%;
  color: rgb(31, 33, 34);
  border: 2px solid rgb(31, 33, 34);
  border-radius: 19px;
}

/**
*    
*   Textbox, textarea
*    
**/
.g-forms__textarea, .elementor-form .elementor-field-type-textarea .elementor-field {
  height: 100px;
}

.g-forms__textbox, .elementor-form .elementor-field-type-text .elementor-field, .elementor-form .elementor-field-type-email .elementor-field, .g-forms__textbox--search {
  border: 2px solid rgb(31, 33, 34);
  padding: 9px 20px;
  outline: none;
  font-size: 16px;
  background: rgb(255, 255, 255);
  min-height: 38px;
  background: rgb(255, 255, 255);
  line-height: 1.15;
}
.g-forms__textbox::-webkit-input-placeholder, .elementor-form .elementor-field-type-text .elementor-field::-webkit-input-placeholder, .elementor-form .elementor-field-type-email .elementor-field::-webkit-input-placeholder, .g-forms__textbox--search::-webkit-input-placeholder {
  color: rgb(31, 33, 34);
}
.g-forms__textbox:focus, .elementor-form .elementor-field-type-text .elementor-field:focus, .elementor-form .elementor-field-type-email .elementor-field:focus, .g-forms__textbox--search:focus {
  box-shadow: 0px 0px 0px 1px rgb(31, 33, 34);
}
.g-forms__textbox:focus::-webkit-input-placeholder, .elementor-form .elementor-field-type-text .elementor-field:focus::-webkit-input-placeholder, .elementor-form .elementor-field-type-email .elementor-field:focus::-webkit-input-placeholder, .g-forms__textbox--search:focus::-webkit-input-placeholder {
  color: rgb(31, 33, 34);
}

/**
*    
*   Select list
*   Needs dropdown.js included to make this all work.
*    
**/
.g-forms__select {
  min-height: 38px;
  z-index: 0;
  position: relative;
  background: rgb(255, 255, 255);
  overflow-y: hidden;
  border: 2px solid rgb(31, 33, 34);
  border-radius: 19px;
  padding: 9px 20px;
}
.g-forms__select:before {
  content: attr(data-content);
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 9px 20px;
  padding-right: 40px;
  z-index: -1;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.15;
}
.g-forms__select:after {
  content: "\e90b";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-size: 30px;
  z-index: -1;
}

.g-forms__selectList {
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  opacity: 0;
  padding: 0 10px;
  font-size: 16px;
  -webkit-appearance: none;
}

/**
*
*   Radio button/list and Checkbox button/list.
*
**/
/* ******************************************************************************** */
/* The container */
.g-forms__checkbox__container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
}
.g-forms__checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.g-forms__checkbox__container input:checked ~ .g-forms__checkbox__checkmark {
  background-color: #33739A;
}
.g-forms__checkbox__container input:checked ~ .g-forms__checkbox__checkmark:after {
  display: block;
}

/* Create a custom checkbox */
.g-forms__checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #33739A;
  border-radius: 4px;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.g-forms__checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checkmark/indicator */
.g-forms__checkbox__container .g-forms__checkbox__checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ******************************************************************************** */
.g-forms__radioList, .g-forms__checkboxList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-forms__radioList li, .g-forms__checkboxList li {
  padding: 0 0 10px 0;
}

.g-forms__radio, .g-forms__checkbox, .g-forms__radioList li, .g-forms__checkboxList li {
  position: relative;
}
.g-forms__radio input, .g-forms__checkbox input, .g-forms__radioList li input, .g-forms__checkboxList li input {
  display: none;
}
.g-forms__radio input:checked + label:after, .g-forms__checkbox input:checked + label:after, .g-forms__radioList li input:checked + label:after, .g-forms__checkboxList li input:checked + label:after {
  opacity: 1;
}
.g-forms__radio label, .g-forms__checkbox label, .g-forms__radioList li label, .g-forms__checkboxList li label {
  display: inline-flex;
  padding: 10px 0 0 35px;
  align-items: center;
}
.g-forms__radio label:before, .g-forms__checkbox label:before, .g-forms__radioList li label:before, .g-forms__checkboxList li label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 29px;
  height: 29px;
  border: 2px solid rgb(12, 15, 17);
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
}
.g-forms__radio label:after, .g-forms__checkbox label:after, .g-forms__radioList li label:after, .g-forms__checkboxList li label:after {
  top: 5px;
  left: 0px;
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  content: "";
  opacity: 0;
  z-index: 200;
  line-height: 1;
  position: absolute;
  box-sizing: border-box;
  background: rgb(12, 15, 17);
  border-radius: 15px;
}

.g-forms__checkbox label:before, .g-forms__checkboxList li label:before {
  border-radius: 0;
}
.g-forms__checkbox label:after, .g-forms__checkboxList li label:after {
  top: -4px;
  left: 1px;
  width: unset;
  height: unset;
  content: "✓";
  background: none;
}

.g-loader__background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.g-loader {
  position: relative;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 115px;
  transform: translate(-50%, -50%);
  background: rgb(255, 255, 255);
  border-radius: 10px;
}

.g-loader__spinner {
  width: 75px;
  height: 75px;
  padding: 20px;
  animation: animation--loading 1.2s linear infinite;
}

.g-layout__content ul:not([class]) {
  padding: 0;
  margin: 0;
  list-style: none;
}
.g-layout__content ul:not([class]) li {
  position: relative;
  padding: 0 0 25px 18px;
}
.g-layout__content ul:not([class]) li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(31, 33, 34);
}

.g-comments__title {
  margin: 0 0 25px 0;
  font-size: 22px;
  color: rgb(31, 33, 34);
}

.g-comments__item {
  padding: 50px 0;
  border-top: 1px solid rgb(239, 239, 239);
  font-size: 16px;
}

.g-comments__itemName {
  padding: 0 0 10px 0;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.g-comments__itemDate {
  padding: 0 0 25px 0;
}

.g-comments__form {
  padding: 50px 0;
  border-top: 1px solid rgb(239, 239, 239);
}
.g-comments__form .g-forms__textbox, .g-comments__form .elementor-form .elementor-field-type-text .elementor-field, .elementor-form .elementor-field-type-text .g-comments__form .elementor-field, .g-comments__form .elementor-form .elementor-field-type-email .elementor-field, .elementor-form .elementor-field-type-email .g-comments__form .elementor-field {
  border-color: rgb(239, 239, 239);
}

.elementor > .elementor-section-boxed > .elementor-container, .elementor-section-wrap > .elementor-section-boxed > .elementor-container {
  max-width: 1246px;
}

.elementor .aligncenter {
  text-align: center;
}

.elementor-editor-active .elementor-top-section:hover {
  z-index: 9999;
}

.g-elementor__btn .elementor-button:hover, .g-elementor__btn .elementor-button:active, .g-elementor__btn .elementor-button:focus {
  color: transparent;
}

.g-elementor__btn--secondary .elementor-button:hover, .g-elementor__btn--secondary .elementor-button:active, .g-elementor__btn--secondary .elementor-button:focus {
  color: rgb(83, 74, 159);
}

.c-social {
  display: flex;
  flex-wrap: nowrap;
}

.g-header .c-social {
  display: none;
}
@media (min-width: 750px) {
  .g-header .c-social {
    display: flex;
  }
}

.c-social__item {
  display: inline-block;
  background-color: rgb(83, 74, 159);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 13px;
}
.c-social__item:last-child {
  margin-right: 0;
}
.c-social__item:hover {
  background-color: rgb(38, 29, 113);
}
.c-social__item [class*=g-fontIcon--] {
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-social__item .g-fontIcon--youtube {
  font-size: 14px;
}
.c-social__item .g-fontIcon--x-twitter {
  font-size: 16px;
}

.c-gallery {
  margin-bottom: 70px;
}

.c-gallery__category {
  margin-top: 70px;
}

.c-gallery__items {
  display: grid;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-columns: repeat(2, 1fr [col-start]);
}
@media (min-width: 750px) {
  .c-gallery__items {
    grid-template-columns: repeat(3, 1fr [col-start]);
  }
}
@media (min-width: 1200px) {
  .c-gallery__items {
    grid-template-columns: repeat(4, 1fr [col-start]);
  }
}

.c-gallery__image a {
  border-radius: 20px !important;
  display: inline-block;
  width: 100%;
  aspect-ratio: 3/2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(255, 255, 255);
}

.c-gallery-snapshot {
  display: grid;
  grid-template-columns: repeat(1, 1fr [col-start]);
  row-gap: 16px;
  column-gap: 16px;
}
@media (min-width: 750px) {
  .c-gallery-snapshot {
    grid-template-columns: repeat(3, 1fr [col-start]);
  }
}

.c-gallery-snapshot__image {
  width: 100%;
}
.c-gallery-snapshot__image a {
  width: 100%;
  display: inline-block;
  border-radius: 20px !important;
  aspect-ratio: 3/2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(255, 255, 255);
}

.c-partners {
  margin-bottom: 70px;
}

.c-partners__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 750px) and (max-width: 1023px) {
  .c-partners__items .c-partners__item:nth-child(3n) .c-partners__content, .c-partners__items .c-partners__item:last-child .c-partners__content {
    border-right: none;
  }
}
@media (min-width: 1024px) {
  .c-partners__items .c-partners__item:nth-child(4n) .c-partners__content, .c-partners__items .c-partners__item:last-child .c-partners__content {
    border-right: none;
  }
}

.c-partners__item {
  flex: 0 0 100%;
}
@media (min-width: 750px) and (max-width: 1023px) {
  .c-partners__item {
    flex: 0 0 33%;
  }
}
@media (min-width: 1024px) {
  .c-partners__item {
    flex: 0 0 25%;
  }
}
.c-partners__item:last-of-type .c-partners__content {
  border-bottom: none !important;
}

.c-partners__content {
  margin: 20px 0px;
  padding: 0px 20px;
  border-bottom: solid 1px rgba(112, 112, 112, 0.24);
  padding-bottom: 40px;
}
@media (min-width: 750px) and (max-width: 1023px) {
  .c-partners__content {
    border-bottom: none;
    border-right: solid 1px rgba(112, 112, 112, 0.24);
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .c-partners__content {
    border-bottom: none;
    border-right: solid 1px rgba(112, 112, 112, 0.24);
    padding-bottom: 0px;
  }
}
.c-partners__content a {
  display: inline-block;
  width: 100%;
  color: rgb(31, 33, 34);
}
.c-partners__content a:hover {
  color: rgb(83, 74, 159);
}
.c-partners__content .c-partners__content-image {
  padding: 16px;
  display: inline-block;
  width: 100%;
  aspect-ratio: 3/2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(239, 239, 239);
  background-blend-mode: multiply;
}
.c-partners__content .c-partners__content-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-partners__popup-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-partners__popup-content a {
  word-break: break-word;
}

.c-partners__popup-content h2 {
  text-align: left;
  padding-bottom: 15px !important;
  font-size: 28px;
}
.c-partners__popup-content h2:after {
  content: none;
}

.c-sponsor {
  margin-top: 35px;
}

.c-sponsor__groups {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.c-sponsor__group {
  flex: 0 0 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.c-sponsor__group:last-of-type {
  border-bottom: none;
}
@media (min-width: 750px) and (max-width: 1023px) {
  .c-sponsor__group {
    flex: 0 0 50%;
    margin-bottom: 0px;
    border-bottom: none;
    border-top: solid 1px rgba(0, 0, 0, 0.15);
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .c-sponsor__group {
    flex: 0 0 25%;
    margin-bottom: 0px;
    border-bottom: none;
    border-top: solid 1px rgba(0, 0, 0, 0.15);
    padding-top: 30px;
  }
}
.c-sponsor__group--primary {
  flex: 0 0 100% !important;
}

.c-sponsor__title {
  text-align: center;
}

.c-sponsor__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-sponsor__group--primary {
  border-top: none !important;
}
.c-sponsor__group--primary .c-sponsor__items {
  flex-direction: row;
}
.c-sponsor__group--primary .c-sponsor__item {
  max-width: 400px;
}

.c-sponsor__item {
  width: 100%;
}

.c-sponsor__logo {
  padding: 16px;
  display: inline-block;
  width: 100%;
  aspect-ratio: 3/2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-winners {
  margin-top: 70px;
}

.c-winners__year {
  margin-bottom: 70px;
  margin-top: 70px;
}

.c-winners__winner {
  margin-bottom: 70px;
}

.c-winners__winner-title {
  display: block;
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 750px) {
  .c-winners__winner-title {
    display: flex;
  }
}
.c-winners__winner-title span {
  display: inline-block;
  margin-top: 15px;
}
@media (min-width: 750px) {
  .c-winners__winner-title span {
    margin-left: 40px;
    margin-top: 0px;
  }
}

.c-winners__awards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.c-winners__awards--media {
  flex-direction: row;
  flex-wrap: wrap;
}
.c-winners__awards--media .c-winners__award {
  flex: 1 1 100%;
}
@media (min-width: 750px) {
  .c-winners__awards--media .c-winners__award--single {
    margin-top: 25px;
  }
}
@media (min-width: 750px) {
  .c-winners__awards--media .c-winners__award--double {
    margin-top: 25px;
  }
}

.c-winners__award {
  flex: 1 1 100%;
}

.c-winners__award-media {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}

.c-winners__award-video {
  position: relative;
  max-width: 310px;
}
.c-winners__award-video img {
  border-radius: 20px !important;
}
.c-winners__award-video:after {
  position: absolute;
  background-image: url("/wp-content/themes/site-theme/images/play button.svg");
  content: " ";
  width: 77px;
  height: 77px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: none;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}
.c-winners__award-video:hover:after, .c-winners__award-video:focus:after {
  width: 100px;
  height: 100px;
}

.c-winners__award-image {
  position: relative;
  width: 310px;
}
.c-winners__award-image a {
  display: inline-block;
  aspect-ratio: 16/9;
  border-radius: 20px !important;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-search .g-search {
  max-width: 600px;
  margin: 0 0 40px 0;
}
.c-search .g-search__textbox {
  border: 1px solid rgb(31, 33, 34);
}

.c-search__item {
  padding: 20px 0;
}

.elementor-skin-carousel .swiper-slide {
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.elementor-skin-carousel .swiper-pagination {
  padding: 35px 0 0 0;
}
.elementor-skin-carousel .swiper-pagination-bullet {
  width: 60px !important;
  height: 6px !important;
  margin: 0 4px !important;
  border-radius: 5px;
  background: rgb(239, 239, 239);
  opacity: 1 !important;
}
.elementor-skin-carousel .swiper-pagination-bullet-active {
  background: rgb(182, 192, 205);
}
.elementor-skin-carousel .swiper-pagination-bullet:hover {
  background: rgb(182, 192, 205);
}
.elementor-skin-carousel .elementor-swiper-button {
  display: none;
}

.c-contactus {
  color: rgb(255, 255, 255);
}
.c-contactus a {
  color: rgb(255, 255, 255);
}
.c-contactus h2, .c-contactus .h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgb(255, 255, 255);
}
.c-contactus h2:after, .c-contactus .h2:after {
  color: rgb(255, 255, 255);
}

.c-hero {
  color: rgb(255, 255, 255);
  font-size: 22px;
}
@media (min-width: 1200px) {
  .c-hero {
    font-size: 28px;
  }
}
.c-hero b, .c-hero strong {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .c-hero b, .c-hero strong {
    font-size: 18px;
  }
}
.c-hero h1 {
  color: rgb(255, 255, 255);
}
.c-hero a {
  color: rgb(255, 255, 255);
}
.c-hero .elementor-button {
  border-color: rgb(255, 255, 255) !important;
  color: rgb(255, 255, 255) !important;
}
.c-hero .elementor-button:hover, .c-hero .elementor-button:focus {
  color: rgb(83, 74, 159) !important;
}
.c-hero .elementor-button:before {
  background-color: rgb(113, 106, 173) !important;
}

.g-header__primaryMenuLevel2 {
  z-index: 62 !important;
}

.cu-module__header {
  z-index: 61 !important;
}

.g-header__menus {
  z-index: 60 !important;
}

.g-header {
  z-index: 59 !important;
}

.c-feedbackCTA {
  z-index: 58 !important;
}

.g-layout__content {
  z-index: 57 !important;
}

.g-footer {
  z-index: 56 !important;
}

.t-hideItem {
  display: none !important;
}

@media (min-width: 750px) {
  .t-hideItem--desktop {
    display: none !important;
  }
}

@media (max-width: 749px) {
  .t-hideItem--mobile {
    display: none !important;
  }
}

.t-text__uppercase {
  text-transform: uppercase;
}

.t-text__lowercase {
  text-transform: lowercase;
}

.t-font__light {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.t-font__regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.t-font__medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.t-font__semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.t-font__bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.t-font__black {
  font-style: normal;
}

.t-font__heavy {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/**
   *    
   *   Themes
   *   Note: must clear server cache to view updated themes in selector
   *   (BackgroundColour, FontColour, HeadingColour, AnchorColour)
   *    
   **/
.t-colour__theme--1 {
  background-color: "primary";
  color: rgb(31, 33, 34);
}
.t-colour__theme--1 h1, .t-colour__theme--1 h2, .t-colour__theme--1 h3, .t-colour__theme--1 h4, .t-colour__theme--1 h5, .t-colour__theme--1 h6 {
  color: rgb(255, 255, 255);
}
.t-colour__theme--1 a, .t-colour__theme--1 a:hover {
  color: rgb(255, 255, 255);
}

.t-colour__theme--2 {
  background-color: "primary_light";
  color: rgb(65, 69, 71);
}
.t-colour__theme--2 h1, .t-colour__theme--2 h2, .t-colour__theme--2 h3, .t-colour__theme--2 h4, .t-colour__theme--2 h5, .t-colour__theme--2 h6 {
  color: rgb(31, 33, 34);
}
.t-colour__theme--2 a, .t-colour__theme--2 a:hover {
  color: rgb(31, 33, 34);
}

.t-colour__theme--3 {
  background-color: "primary_dark";
  color: rgb(12, 15, 17);
}
.t-colour__theme--3 h1, .t-colour__theme--3 h2, .t-colour__theme--3 h3, .t-colour__theme--3 h4, .t-colour__theme--3 h5, .t-colour__theme--3 h6 {
  color: rgb(255, 255, 255);
}
.t-colour__theme--3 a, .t-colour__theme--3 a:hover {
  color: rgb(255, 255, 255);
}

.t-colour__theme--4 {
  background-color: "secondary";
  color: rgb(83, 74, 159);
}
.t-colour__theme--4 h1, .t-colour__theme--4 h2, .t-colour__theme--4 h3, .t-colour__theme--4 h4, .t-colour__theme--4 h5, .t-colour__theme--4 h6 {
  color: rgb(255, 255, 255);
}
.t-colour__theme--4 a, .t-colour__theme--4 a:hover {
  color: rgb(255, 255, 255);
}

.t-colour__theme--5 {
  background-color: "secondary_light";
  color: rgb(116, 108, 184);
}
.t-colour__theme--5 h1, .t-colour__theme--5 h2, .t-colour__theme--5 h3, .t-colour__theme--5 h4, .t-colour__theme--5 h5, .t-colour__theme--5 h6 {
  color: rgb(31, 33, 34) rgb(31, 33, 34);
}

.t-colour__theme--6 {
  background-color: "secondary_dark";
  color: rgb(38, 29, 113);
}
.t-colour__theme--6 h1, .t-colour__theme--6 h2, .t-colour__theme--6 h3, .t-colour__theme--6 h4, .t-colour__theme--6 h5, .t-colour__theme--6 h6 {
  color: rgb(255, 255, 255);
}
.t-colour__theme--6 a, .t-colour__theme--6 a:hover {
  color: rgb(255, 255, 255);
}

.t-colour__theme--7 {
  background-color: "black";
  color: rgb(0, 0, 0);
}
.t-colour__theme--7 h1, .t-colour__theme--7 h2, .t-colour__theme--7 h3, .t-colour__theme--7 h4, .t-colour__theme--7 h5, .t-colour__theme--7 h6 {
  color: rgb(255, 255, 255);
}
.t-colour__theme--7 a, .t-colour__theme--7 a:hover {
  color: rgb(255, 255, 255);
}

.t-colour__theme--8 {
  background-color: "white";
  color: rgb(255, 255, 255);
}
.t-colour__theme--8 h1, .t-colour__theme--8 h2, .t-colour__theme--8 h3, .t-colour__theme--8 h4, .t-colour__theme--8 h5, .t-colour__theme--8 h6 {
  color: rgb(31, 33, 34);
}
.t-colour__theme--8 a, .t-colour__theme--8 a:hover {
  color: rgb(31, 33, 34);
}

.t-colour__theme--default {
  color: rgb(31, 33, 34);
  background: rgb(255, 255, 255);
}
.t-colour__theme--default h1, .t-colour__theme--default h2, .t-colour__theme--default h3, .t-colour__theme--default h4, .t-colour__theme--default h5, .t-colour__theme--default h6 {
  color: rgb(31, 33, 34);
}
.t-colour__theme--default a {
  color: rgb(31, 33, 34);
}

.t-colour__text--primary {
  color: rgb(31, 33, 34);
}

.t-colour__background--primary {
  background: rgb(31, 33, 34);
}

.t-colour__text--primary_light {
  color: rgb(65, 69, 71);
}

.t-colour__background--primary_light {
  background: rgb(65, 69, 71);
}

.t-colour__text--primary_dark {
  color: rgb(12, 15, 17);
}

.t-colour__background--primary_dark {
  background: rgb(12, 15, 17);
}

.t-colour__text--secondary {
  color: rgb(83, 74, 159);
}

.t-colour__background--secondary {
  background: rgb(83, 74, 159);
}

.t-colour__text--secondary_light {
  color: rgb(116, 108, 184);
}

.t-colour__background--secondary_light {
  background: rgb(116, 108, 184);
}

.t-colour__text--secondary_dark {
  color: rgb(38, 29, 113);
}

.t-colour__background--secondary_dark {
  background: rgb(38, 29, 113);
}

.t-colour__text--accent {
  color: rgb(113, 106, 173);
}

.t-colour__background--accent {
  background: rgb(113, 106, 173);
}

.t-colour__text--grey {
  color: rgb(182, 192, 205);
}

.t-colour__background--grey {
  background: rgb(182, 192, 205);
}

.t-colour__text--grey_light {
  color: rgb(239, 239, 239);
}

.t-colour__background--grey_light {
  background: rgb(239, 239, 239);
}

.t-colour__text--grey_dark {
  color: rgb(46, 46, 46);
}

.t-colour__background--grey_dark {
  background: rgb(46, 46, 46);
}

.t-colour__text--black {
  color: rgb(0, 0, 0);
}

.t-colour__background--black {
  background: rgb(0, 0, 0);
}

.t-colour__text--white {
  color: rgb(255, 255, 255);
}

.t-colour__background--white {
  background: rgb(255, 255, 255);
}

.t-colour__text--success {
  color: rgb(111, 191, 74);
}

.t-colour__background--success {
  background: rgb(111, 191, 74);
}

.t-colour__text--warning {
  color: rgb(207, 136, 0);
}

.t-colour__background--warning {
  background: rgb(207, 136, 0);
}

.t-colour__text--alert {
  color: rgb(169, 0, 0);
}

.t-colour__background--alert {
  background: rgb(169, 0, 0);
}/*# sourceMappingURL=main.css.map */