/* [class*="col"] { border:red dotted 1px;} [class*="row"] { border:green dashed 1px;}[class*="container"] { border:blue dashed 1px;} */
/* ------------------------  My Core CSS ------------------------ */
a {
  text-decoration: none;
  color: #212d52; }

a:hover {
  color: #efda1b !important; }

body {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #283031;
  margin: 0px;
  font-display: swap; }

.feature-font {
  font-family: "Figtree", sans-serif; }

.light {
  font-weight: 300 !important; }

.regular {
  font-weight: 400 !important; }

.bold, strong, .strong {
  font-weight: 700 !important; }

.semibold {
  font-weight: 500 !important; }

.black {
  font-weight: 900 !important; }

.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  display: block;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(60, 104, 175, 0.4);
  text-align: center;
  font-size: 3em;
  line-height: 0.2em;
  padding: 0em 0.2em 0em 0.2em; }

.back-to-top:hover {
  background-color: rgba(60, 104, 175, 0.8);
  color: #ffffff; }

.window-size {
  display: inline-block;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.61);
  border: dotted 1px red;
  color: black !important;
  padding: 0.5em 0.7em;
  font-size: 0.7em;
  box-shadow: 1px 1px 2.5px 2px rgba(0, 0, 0, 0.15); }

/*.window-size{display:none;} */
.window-size:after {
  content: "XS - 576 and below"; }

@media (min-width: 576px) {
  .window-size:after {
    content: "SM - 576 to 768"; } }
@media (min-width: 768px) {
  .window-size:after {
    content: "MD - 768 to 1200"; } }
@media (min-width: 992px) {
  .window-size:after {
    content: "LG - 992 to 1200"; } }
@media (min-width: 1200px) {
  .window-size:after {
    content: "XL - 1200 to 1400"; } }
@media (min-width: 1400px) {
  .window-size:after {
    content: "XXL - 1400 and up"; } }
.background-primary {
  background-color: #3c68af !important; }

.background-primary-light {
  background-color: #d3d5dc !important; }

.background-primary-lighter {
  background-color: #ecf0f7 !important; }

.background-primary-dark {
  background-color: #2f5189 !important; }

.background-primary-darker {
  background-color: #223b63 !important; }

.background-secondary {
  background-color: #212d52 !important; }

.background-secondary-light {
  background-color: #304176 !important; }

.background-secondary-lighter {
  background-color: #c0c9e5 !important; }

.background-secondary-dark {
  background-color: #12192e !important; }

.background-tertiary {
  background-color: #6882ba !important; }

.background-tertiary-light {
  background-color: #f4f6fa !important; }

.background-tertiary-lighter {
  background-color: white !important; }

.background-tertiary-dark {
  background-color: #4b67a4 !important; }

.background-quaternary {
  background-color: #efda1b !important; }

.background-quaternary-light {
  background-color: #f1de33 !important; }

.background-quaternary-lighter {
  background-color: #f4e55e !important; }

.background-quaternary-dark {
  background-color: #c9b60e !important; }

.background-body {
  background-color: #283031 !important; }

.background-body-light {
  background-color: #eaedee !important; }

.background-body-lighter {
  background-color: white !important; }

.background-body-dark {
  background-color: black !important; }

.background-offwhite {
  background-color: #f9f9f9 !important; }

.background-white {
  background-color: white; }

.color-primary {
  color: #3c68af !important; }

.color-primary-light {
  color: #91add9 !important; }

.color-primary-dark {
  color: #1b3050 !important; }

.color-secondary {
  color: #212d52 !important; }

.color-secondary-light {
  color: #eff1f8 !important; }

.color-secondary-dark {
  color: black !important; }

.color-tertiary {
  color: #6882ba !important; }

.color-secondary-light {
  color: #eff1f8 !important; }

.color-secondary-dark {
  color: black !important; }

.color-body {
  color: #283031 !important; }

.color-body-light {
  color: #566769 !important; }

.color-body-dark {
  color: #111415 !important; }

.color-white {
  color: #FFFFFF !important; }

.contain-animation {
  overflow: hidden !important; }

/* ------------------------ Animations CSS ------------------------ */
.scroll-animations {
  opacity: 0; }

.showme {
  opacity: 1; }

.contain-animation {
  overflow: hidden !important; }

/* ------------------------ END Animations CSS ------------------------ */
/* ------------------------ Cookies CSS ------------------------ */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  font-display: swap; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: 0.5em; }

.cc-revoke:hover {
  text-decoration: underline; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active,
.cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-btn.cc-allow {
  background-color: #3c68af !important;
  text-decoration: none !important;
  border: solid 1px #3c68af !important; }

.cc-btn.cc-deny {
  border: solid 1px #3c68af !important;
  text-decoration: none !important; }

.cc-btn.cc-deny:hover, .cc-btn.cc-allow:hover {
  border: solid 1px #3c68af !important;
  text-decoration: none !important;
  background-color: black !important;
  color: #3c68af !important; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75; }

.cc-close:focus,
.cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: auto;
  bottom: 20px; }

.cc-banner .cc-message {
  display: block;
  /*-webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;*/
  max-width: 100%;
  margin-right: 1em; }

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

@media print {
  .cc-revoke,
  .cc-window {
    display: none; } }
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }

  .cc-window.cc-bottom {
    bottom: 0; }

  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0; }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .cc-window.cc-floating {
    max-width: none; }

  .cc-window .cc-message {
    margin-bottom: 1em; }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset; }

  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

/* ------------------------ END Cookies CSS ------------------------ */
/* ------------------------ ERROR Pages ------------------------ */
.error {
  position: relative;
  color: white;
  background-color: #283031;
  font-size: 0.7em; }

.error .error-number {
  font-size: 10em;
  display: block;
  color: inherit;
  font-weight: 900; }

.error .error-title {
  font-size: 3em;
  line-height: auto;
  text-align: inherit;
  font-weight: 300;
  color: inherit;
  margin: 0px;
  padding-bottom: 0.5em; }

.error .error-sub-title {
  font-size: 1.6em;
  color: inherit;
  padding-bottom: 1em;
  font-weight: 300; }

.error .copy {
  position: relative;
  /*background-color: @brand-body;*/
  color: inherit;
  padding: 20px 20px 20px 20px;
  text-align: center; }

.error .error-text {
  font-size: 1.4em;
  color: inherit;
  text-align: left; }

.error-divider {
  border-bottom: solid white 1px; }

@media (min-width: 768px) {
  .error {
    font-size: 1em; }

  .error .copy {
    text-align: left; }

  .error {
    font-size: 0.6em; }

  .error .error-text {
    font-size: 1.4em;
    color: white !important; } }
@media (min-width: 992px) {
  .error {
    font-size: 0.9em; }

  .error .error-text {
    font-size: 1.1em; } }
@media (min-width: 1200px) {
  .error {
    font-size: 1em; } }
/* ------------------------ END ERROR Pages ------------------------ */
.shadow-line {
  position: relative; }

.shadow-line:after {
  content: "";
  z-index: 300;
  position: absolute;
  height: 25px;
  bottom: -25px;
  left: 0px;
  right: 0px;
  padding: 0em;
  background-image: url("../../images/core/shadow-line.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%; }

.shadow-line-under {
  background-image: url("../../images/core/shadow-line.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%; }

ul.footer-menu {
  padding: 0px !important; }

.footer-menu li {
  list-style-type: none;
  color: white !important;
  margin-bottom: 0.9em;
  font-weight: 100;
  font-size: 0.85em;
  line-height: 1.2em; }

.footer-menu a {
  color: white !important; }

.footer-menu a:hover {
  color: #efda1b !important; }

.footer-menu a.active {
  color: rgba(255, 255, 255, 0.65) !important; }

.fs-small {
  font-size: 0.75em; }

.gradient-light {
  background-image: linear-gradient(to right, rgba(0, 48, 93, 0), #315089); }

.bg-light {
  background-color: white !important; }

.hero {
  position: relative; }

.hero-body {
  position: relative; }

.hero {
  position: relative;
  background-color: #3c68af; }

.hero.white-bkgd {
  background-color: white; }

.the_ken_burns {
  overflow: hidden; }

.the_ken_burns img {
  animation: kenburns 60s infinite;
  -webkit-animation: kenburns 60s infinite; }

@keyframes kenburns {
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-out; }
  93% {
    opacity: 1; }
  95% {
    transform: scale3d(1.4, 1.4, 1.4) translate3d(-12%, -12%, 0px);
    opacity: 0; }
  97% {
    transform: scale3d(1, 1, 1) translate3d(0%, 0%, 0px);
    opacity: 0; }
  100% {
    opacity: 1; } }
.btn-link-icon {
  color: white;
  text-decoration: none;
  border: solid 1px white;
  border-radius: 1em;
  padding: 5px 10px; }

.btn-link-icon i {
  padding-left: 00.5em; }

.btn-link-icon:hover {
  background-color: white;
  color: #3c68af !important; }

.btn-link-icon.white {
  color: #3c68af;
  text-decoration: none;
  border: solid 1px #3c68af;
  border-radius: 1em;
  padding: 5px 10px; }

.btn-link-icon.white i {
  padding-left: 00.5em; }

.btn-link-icon.white:hover {
  background-color: #3c68af;
  color: white !important; }

.btn-link.submit {
  background-color: rgba(255, 255, 255, 0.22);
  color: white;
  border: solid 1px white;
  border-radius: 1em;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: 100; }

.btn-link.submit:hover {
  background-color: white;
  color: #3c68af !important; }

.info-box {
  border: solid 1px #212d52;
  border-radius: 1em;
  color: #283031;
  padding: 2em 4em; }

.info-box .title {
  font-size: 2em; }

.info-box .small {
  color: rgba(40, 48, 49, 0.5); }

.info-box .svg {
  max-width: 100px;
  height: auto; }

.info-box:hover {
  color: white !important;
  background: linear-gradient(to bottom, #3c68af, #212d52); }

.info-box:hover > .small {
  color: white !important; }

.info-box:hover i {
  color: white !important; }

.info-box:hover .st0 {
  fill: #FFFFFF !important; }

#accordionFlushAnchem.accordion {
  --bs-accordion-bg:rgba(0,0,0,0.00)!important; }

#accordionFlushAnchem .accordion-button {
  font-size: 0.6em !important; }

#accordionFlushAnchem .accordion-button {
  color: white !important;
  background-color: rgba(0, 0, 0, 0) !important;
  font-weight: 600;
  padding: 2em 1em; }

#accordionFlushAnchem .accordion-button.collapsed {
  color: white !important;
  background-color: rgba(0, 0, 0, 0) !important; }

#accordionFlushAnchem .accordion-button:after {
  color: white !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-down' viewBox='0 0 16 16'>\a   <path fill-rule='evenodd' d='M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1'/>\a</svg>") !important; }

#accordionFlushAnchem .accordion-button:not(.collapsed):after {
  color: white !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-x' viewBox='0 0 16 16'>\a   <path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/>\a</svg>") !important; }

ul.body, ol.body, ul.tick {
  margin: 0em 0em 1.5em 0em;
  padding: 0em;
  color: inherit !important; }

ul.body li, ol.body li, ul.tick li {
  margin: 0em 0em 0em 1em;
  padding: 0em;
  line-height: normal;
  position: relative;
  list-style: none;
  font-size: 1em;
  margin-bottom: 0.5em;
  color: inherit !important;
  font-weight: inherit !important; }

ul.body li ul, ol.body li ul, ul.tick li ul {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0em; }

ul.body li li, ol.body li li, ul.tick li li {
  margin: 0em 0em 0em 1.5em;
  padding: 0em;
  line-height: 1em;
  position: relative;
  list-style: none;
  font-size: 0.9em;
  margin-bottom: 0.5em; }

ul.body li:before, ol.body li::before, ul.tick li:before {
  position: absolute;
  left: -1em;
  top: 0px;
  font-size: inherit; }

ul.body li:before {
  content: "\25A0";
  color: inherit; }

ul.tick li:before {
  content: "\2714\0020";
  color: #3c68af !important;
  left: -2em; }

ul.tick.color-white li:before {
  content: "\2714\0020";
  color: white !important;
  left: -2em; }

ul.tick li {
  margin: 0em 0em 0.7em 2em; }

.focussed-help-background {
  background-image: url("../../images/general/focussed-help-mobile.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50em; }

.nav-link {
  color: #283031;
  font-weight: 100;
  border-bottom: solid 0px rgba(0, 0, 0, 0); }

.nav-link:hover {
  color: #3c68af !important;
  border-bottom: solid 0px #3c68af; }

.nav-link.active {
  color: #3c68af !important;
  border-bottom: solid 0px #3c68af; }

.dropdown-menu .nav-link {
  color: #283031;
  font-weight: 100;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  font-size: 0.8em; }

.dropdown-menu .nav-link:hover {
  color: #3c68af !important;
  border-bottom: solid 1px #3c68af; }

.dropdown-menu .nav-link.active {
  color: white !important;
  background-color: #3c68af !important;
  border-bottom: solid 1px #3c68af; }

.dropdown-menu {
  border: none !important;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  padding: 0px;
  border-radius: 0px; }

.dropdown {
  width: 100%; }

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 0 1 auto !important; }

.nav-item {
  padding: 0em 0.25em; }

#accreditations .accred-hide {
  display: none !important; }

@media (min-width: 768px) {
  .hero .info {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(254, 0, 4, 0); }

  .dropdown {
    width: auto !important; } }
@media (min-width: 992px) {
  .hero-body .info {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(254, 0, 4, 0); }

  .nav-item {
    padding: 0em 1em; } }
@media (min-width: 1200px) {
  .focussed-help-background {
    background-image: url("../../images/general/focussed-help.webp");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 35em; } }
