@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1600px;
  }
}

body {
  color: #02083c;
  font-family: Helvetica, Arial, sans-serif;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

a {
  font-weight: 700;
  color: #02083c;
  border-bottom: 0.125rem solid #02083c;
  text-decoration: none;
}

a:focus,
a:hover {
  border-bottom: 0.125rem solid #00ffff;
  text-decoration: none;
  color: #02083c;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M2.5 11.5A.5.5 0 0 1 3 11h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 3h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.navbar-toggler {
  padding: 0.25rem;
  border: 0;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
  color: rgba(255, 255, 255, 1);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 1);
}
.navbar-dark button[aria-expanded="true"] {
  transform: rotate(180deg);
}
.header .navbar-dark button[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' 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-.708z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

#main-navi ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 992px) {
  #main-navi ul {
    flex-direction: row;
  }
}
#headerContent {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
/*   
.banner-overlay {
    position: relative;
    z-index: 0;
}

.banner-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; 
    z-index: 0;
    background: -webkit-gradient(linear,  left top, left bottom,  color-stop(40%, rgba(0,0,0,0.25)),color-stop(90%, rgba(0,0,0,0.65)),to(rgba(0,0,0,0.75)));
    background: -o-linear-gradient(top,  rgba(0,0,0,0.25) 40%,rgba(0,0,0,0.65) 90%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 40%,rgba(0,0,0,0.65) 90%,rgba(0,0,0,0.75) 100%);
}

.banner-overlay .container {
    z-index: 1;
    position: relative;
}*/
.header .navbar-brand p {
  margin-bottom: 0;
}

.header a {
  border: 0;
  font-weight: inherit;
}

.bg-blue {
  background: #02083c;
}
.bg-cyan {
  background: #00ffff;
}
.bg-gray {
  background: #f0f0f0;
}
.bg-blue a {
  color: #00ffff;
}
.bg-blue a:hover,
.bg-blue a:focus,
.bg-blue a:active {
  color: #ffffff;
}
.bg-cyan a {
  color: #02083c;
}
.bg-cyan a:hover,
.bg-cyan a:focus,
.bg-cyan a:active {
  color: #ffffff;
}
.keyword,
.text-cyan {
  color: #00ffff;
}
.header .content,
.header .content-trim {
  position: relative;
}
.header .content:before,
.header .content-trim:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5rem;
  background: #00ffff;
  top: 0;
  left: 2.4rem;
}
.header .content:after {
  content: "";
  position: absolute;
  /*left: 1.6rem;*/
  left: 2rem;
  top: 0;
  height: 3rem;
  width: 0.125rem;
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .header .content:before,
  .header .content-trim:before {
    width: 0.9rem;
    left: 3.4rem;
  }
  .header .content:after {
    height: 6rem;
  }
}
.footer li {
  margin-bottom: 1rem;
}
.footer a {
  text-decoration: none;
  color: #ffffff;
  border: 0;
  font-weight: inherit;
}
.footer path {
  fill: #ffffff;
}

@media (min-width: 992px) {
  .anchor-link-menu .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-left: 2px solid #00ffff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .anchor-link-menu .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00ffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .anchor-link-menu .navbar-nav .nav-link:hover,
  .anchor-link-menu .navbar-nav .nav-link:focus,
  .anchor-link-menu .navbar-nav .nav-link:active {
    color: #02083c;
  }
  .anchor-link-menu .navbar-nav .nav-link:hover:before,
  .anchor-link-menu .navbar-nav .nav-link:focus:before,
  .anchor-link-menu .navbar-nav .nav-link:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.anchor-link-menu .navbar-nav .nav-link {
  color: #ffffff;
  line-height: 1;
}

.col-btn a,
.col-btn button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
  border: 0;
  transition: all 0.15s ease-in-out;
}
.btn-block a {
  display: block;
}

.btn-big-text a,
.btn-big-text button {
  font-size: 1.25rem;
}

.btn-padding2 a,
.btn-padding2 button {
  padding: 0.5rem;
}

.btn-ypadding2 a,
.btn-ypadding2 button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.col-btn a,
.col-btn button {
  background: #02083c;
  color: #ffffff;
}
.bg-blue .col-btn a,
.bg-blue .col-btn button,
.btn-cyan a,
.btn-cyan button {
  background: #00ffff;
  color: #02083c;
}
.col-btn a:hover,
.col-btn a:focus,
.col-btn a:active,
.col-btn button:hover,
.col-btn button:focus,
.col-btn button:active {
  color: #02083c;
  background-color: #02083c;
}

.bg-blue .col-btn a:hover,
.bg-blue .col-btn a:focus,
.bg-blue .col-btn a:active,
.bg-blue .col-btn button:hover,
.bg-blue .col-btn button:focus,
.bg-blue .col-btn button:active {
  background: #00ffff;
  color: #02083c;
}

.btn-cyan a:hover,
.btn-cyan a:focus,
.btn-cyan a:active,
.btn-cyan button:hover,
.btn-cyan button:focus,
.btn-cyan button:active {
  background: #00ffff;
  color: #ffffff;
}

.col-btn a,
.col-btn button {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  overflow: hidden;
}
.col-btn a:before,
.col-btn button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00ffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.bg-blue .col-btn a:before,
.bg-blue .col-btn button:before,
.bg-cyan .col-btn a:before,
.bg-cyan .col-btn button:before {
  background: #ffffff;
}

.btn-cyan a:before,
.btn-cyan button:before {
  background: #02083c;
}

.col-btn a:hover:before,
.col-btn a:focus:before,
.col-btn a:active:before,
.col-btn button:hover:before,
.col-btn button:focus:before,
.col-btn button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.card-body p:last-child {
  margin-bottom: 0;
}

.line {
  background: #02083c;
}
.line-fat {
  width: 0.5rem;
}
.line-thin {
  width: 0.2rem;
}
.trim-white,
.trim-cyan,
.trim-cyan-fat,
.trim-cyan-before,
.trim-blue,
.trim-story {
  position: relative;
}
.trim-white:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.35rem;
  background: #ffffff;
  top: 0;
  left: 0;
}
.trim-cyan:before,
.trim-cyan-fat:before,
.trim-cyan-before:before,
.trim-blue:before,
.trim-story:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background: #00ffff;
}
.trim-story:before {
  left: 2px;
  width: 2px;
}

.trim-cyan-fat:before {
  width: 0.85rem;
}
.trim-cyan-before:before {
  /*width: 1rem;*/
  width: 8px;
  left: 1rem;
}
.trim-blue:before {
  width: 2px;
  background: #02083c;
}
.gradient-edge {
  background-image: url("https://content.capita.com/l/824863/2022-10-12/31q62c/824863/1665575727HupYoVF0/gradientwave.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .bg-laptop {
    background: transparent url("https://content.capita.com/l/824863/2021-03-03/hkx6f/824863/1614786817Zo0GpmqF/laptop_bg.png") no-repeat 0 0;
    background-size: cover;
    padding-bottom: 6rem !important;
  }
}
.cookietrail,
.cookietrail a,
.cookietrail .active {
  color: #02083c;
}
.blog-pager .pagerItem,
.blog-pager .pageNumbers a,
.blog-pager .page-link {
  color: #02083c;
  background-color: #e2e2e2;
  border: 0;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  text-decoration: none;
}
.blog-pager .pageNumbers a {
  display: inline-block;
}
.blog-pager .pagerItem:hover,
.blog-pager .pageNumbers a:hover,
.blog-pager .page-link:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #02083c;
  border: 0;
}
.blog-pager .pagerItem:focus,
.blog-pager .pageNumbers a:focus,
.blog-pager .page-link:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #02083c;
  outline: 0;
  box-shadow: 0;
}
.blog-pager .pagerItem:not(:first-child),
.blog-pager .pageNumbers a,
.blog-pager .page-item:not(:first-child) .page-link {
  margin-left: 10px;
}
.blog-pager .pageNumbers a.active,
.blog-pager .page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #02083c;
  border: 0;
}
.blog-pager .pagerItem.disabled,
.blog-pager .pageNumbers a.disabled,
.blog-pager .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #dee2e6;
}
.blog-pager .pagerItem,
.blog-pager .pageNumbers a,
.blog-pager .page-link {
  padding: 0.375rem 1.025rem;
}
.blog-pager .pagerItem:first-child,
.blog-pager .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.blog-pager .pagerItem:last-child,
.blog-pager .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.article-link,
.featured-link {
  text-decoration: none;
  color: #02083c;
  overflow: hidden;
  border: 0;
  font-weight: normal;
}

.article-link:hover,
.featured-link:hover {
  color: #02083c;
  border: 0;
}

.article-link:hover .card-title,
.featured-card:hover .featured-link .featured-card-title {
  text-decoration: underline;
}

.article-link img,
.featured-card .featured-link img {
  transition: transform 0.5s ease;
}

.article-link:hover img,
.featured-card:hover .featured-link img {
  transform: scale(1.1);
}

.content p:last-child {
  margin-bottom: 0;
}

/* FORMS: Capita Pardot CSS */
body .contact-field select.focus,
body button.focus,
body input[type="email"].focus,
body input[type="text"].focus,
body textarea.focus {
  outline: 0.125rem solid #ff811d;
}
body .contact-field select .no-outline,
body .contact-field select:active,
body button .no-outline,
body button:active,
body input[type="email"] .no-outline,
body input[type="email"]:active,
body input[type="text"] .no-outline,
body input[type="text"]:active,
body textarea .no-outline,
body textarea:active {
  outline: none;
}
body input[type="radio"].focus + label:before {
  outline: 0.125rem solid #ff811d;
}
body .contact-field input[type="checkbox"].focus + label:before {
  outline: 0.125rem solid #ff811d;
  height: 1.75rem;
  margin: -0.125rem 0 0 -0.125rem;
  width: 1.75rem;
}
body select {
  cursor: pointer;
}
body .no-outline {
  outline: none !important;
}
body .contact-field input[type="checkbox"].no-outline + label:before,
body .contact-field input[type="checkbox"]:active + label:before,
body input[type="radio"].no-outline + label:before,
body input[type="radio"]:active + label:before {
  outline: none;
}
body.bg-blue .contact-field input[type="checkbox"].focus + label:before {
  border: 0.125rem solid #02083c;
}
.contact-field {
  margin-bottom: 1.5rem;
  position: relative;
}
.contact-field label {
  color: #fff;
  width: calc(100% - 2.375rem);
  font-size: 1em;
  line-height: 1.1875rem;
  transform: translate(1.125rem);
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  padding: 1.3125rem 0;
}

form.form .contact-field label {
  color: #fff;
}

.contact-field label:hover {
  cursor: text;
}

.bg-light .contact-field label {
  color: #fff;
}
.bg-whitecol form.form .contact-field label,
.bg-cyan form.form .contact-field label {
  color: #02083c;
}
.contact-field .webform-element-description {
  color: #fff;
  font-size: 1em;
  line-height: 1.1875rem;
  font-weight: 400;
}
.contact-field .webform-element-description a {
  color: #fff;
  font-weight: 700;
}
.contact-field .webform-element-description a:focus,
.contact-field .webform-element-description a:hover {
  text-decoration: none;
  border-bottom: 0.125rem solid #fff;
}
.contact-field.focused:not(.radio):not(.checkbox) label,
.contact-field.populated:not(.radio):not(.checkbox) label {
  font-size: 0.8125em;
  line-height: 1rem;
  transform: translate(1.1875rem);
  font-weight: 700;
  padding: 0.5rem 0;
}
.contact-field.focused:not(.radio):not(.checkbox).textarea label,
.contact-field.populated:not(.radio):not(.checkbox).textarea label {
  padding: 0.5rem 0;
}
.contact-field.populated:not(.radio):not(.checkbox) label {
  color: #fff;
}
.contact-field.focused:not(.radio):not(.checkbox) label {
  color: #0ff;
}
.contact-field.checkbox label,
.contact-field.radio label {
  width: 100%;
  font-size: 1em;
  line-height: normal;
  transform: translate(1.125rem);
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  padding: 0.125rem 0;
}
.contact-field.textarea label {
  padding-bottom: 0;
  background: transparent;
}
.contact-field textarea {
  resize: vertical;
  height: 3.6875rem;
  min-height: 3.6875rem;
  max-height: 10.875rem;
  overflow: auto;
}
.contact-field .input-styles,
.contact-field select,
.contact-field textarea {
  font: inherit;
  width: 100%;
  padding: 1.875rem 0 0.625rem 0.9375rem;
  background: #282d59;
  outline: none;
  border: none;
  margin: 0;
  /*color: #fff;*/
  color: inherit;
  font-size: 1em;
  line-height: 1.1875rem;
}
.contact-field .input-box label {
  position: absolute;
}
.contact-field .input-box input,
.contact-field .input-box select,
.contact-field .input-box textarea {
  border-left: 0.25rem solid transparent;
  display: block;
}
.contact-field .input-box input:active,
.contact-field .input-box input:focus,
.contact-field .input-box select:active,
.contact-field .input-box select:focus,
.contact-field .input-box textarea:active,
.contact-field .input-box textarea:focus {
  border-color: #0ff;
}
.contact-field .input-box.error input,
.contact-field .input-box.error select,
.contact-field .input-box.error textarea {
  border-color: #ff4549;
}
.contact-field .error label,
.contact-field .error legend,
.contact-field .input-box.error select {
  color: #ff4549;
}
.contact-field .tick {
  position: absolute;
  z-index: 20;
  left: 0.1875rem;
  top: 0.1875rem;
}
.contact-field .tick svg {
  width: 1.1875rem;
  height: 1.1875rem;
  stroke: #02083c;
}
.bg-whitecol .contact-field .tick svg,
.bg-light .contact-field .tick svg,
.bg-cyan .contact-field .tick svg {
  stroke: #fff;
}
.contact-field div {
  font-size: 1em;
  line-height: 1.5rem;
}
.contact-field [type="radio"] {
  opacity: 0;
  position: absolute;
}
.contact-field [type="radio"] + label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  line-height: 1.25rem;
  display: inline-block;
  transform: none;
}
.contact-field [type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.625rem;
  height: 1.625rem;
  border: 0.125rem solid #4f5377;
  border-radius: 100%;
}
.bg-whitecol .contact-field [type="radio"] + label:before,
.bg-light .contact-field [type="radio"] + label:before,
.bg-cyan .contact-field [type="radio"] + label:before {
  border-color: #4f5377;
}
.contact-field [type="radio"] + label:after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: #fff;
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bg-whitecol .contact-field [type="radio"] + label:after,
.bg-light .contact-field [type="radio"] + label:after,
.bg-cyan .contact-field [type="radio"] + label:after {
  background: #02083c;
}
.contact-field [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.contact-field [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.contact-field [type="radio"]:active + label:before,
.contact-field [type="radio"]:focus + label:before {
  border-color: #fff;
}

.bg-whitecol .contact-field [type="radio"]:active + label:before,
.bg-whitecol .contact-field [type="radio"]:focus + label:before,
.bg-light .contact-field [type="radio"]:active + label:before,
.bg-light .contact-field [type="radio"]:focus + label:before,
.bg-cyan .contact-field [type="radio"]:active + label:before,
.bg-cyan .contact-field [type="radio"]:focus + label:before {
  border-color: #02083c;
}
.contact-field .radio-option {
  margin: 1.5rem 0;
}
.bg-whitecol .contact-field .radio-option label,
.bg-light .contact-field .radio-option label,
.bg-cyan .contact-field .radio-option label {
  color: #02083c;
}
.contact-field [type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.contact-field [type="checkbox"] + label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  line-height: 1.5rem;
  display: inline-block;
  transform: none;
}
.bg-whitecol .contact-field [type="checkbox"] + label,
.bg-light .contact-field [type="checkbox"] + label,
.bg-cyan .contact-field [type="checkbox"] + label {
  color: #02083c;
}
.contact-field [type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid #4f5377;
  background: #fff;
}
.bg-whitecol .contact-field [type="checkbox"] + label:before,
.bg-light .contact-field [type="checkbox"] + label:before,
.bg-cyan .contact-field [type="checkbox"] + label:before {
  border-color: #4f5377;
}
.contact-field [type="checkbox"] + label:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: #02083c;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-field [type="checkbox"]:checked + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.contact-field [type="checkbox"]:not(:checked) + label:after,
.bg-whitecol .contact-field [type="checkbox"]:checked + label:after,
.bg-light .contact-field [type="checkbox"]:checked + label:after,
.bg-cyan .contact-field [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bg-whitecol .contact-field [type="checkbox"]:not(:checked) + label:after,
.bg-light .contact-field [type="checkbox"]:not(:checked) + label:after,
.bg-cyan .contact-field [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.contact-field [type="checkbox"]:active + label:before,
.contact-field [type="checkbox"]:focus + label:before {
  border-color: #fff;
}
.bg-whitecol .contact-field [type="checkbox"]:active + label:before,
.bg-whitecol .contact-field [type="checkbox"]:focus + label:before,
.bg-light .contact-field [type="checkbox"]:active + label:before,
.bg-light .contact-field [type="checkbox"]:focus + label:before,
.bg-cyan .contact-field [type="checkbox"]:active + label:before,
.bg-cyan .contact-field [type="checkbox"]:focus + label:before {
  border-color: #02083c;
}
.contact-field select::-ms-expand {
  display: none;
}
.contact-field .box {
  position: relative;
}
.contact-field .box svg {
  height: 0.75rem;
  width: 0.4375rem;
  position: absolute;
  top: 1.5rem;
  right: 0.9375rem;
  transform: rotate(90deg);
  pointer-events: none;
}
.contact-field .box select {
  display: block;
  padding: 1.25rem 1.875rem 1.25rem 0.75rem;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}
.contact-field .box select option {
  padding: 1.875rem;
}
.contact-field .error-message {
  font-size: 0.875em;
  line-height: normal;
  color: #ff4549;
  padding-left: 1.125rem;
  margin-top: 0.5rem;
}
.contact-field .select label {
  display: block;
  left: -9999px;
}
.contact-field .contact-field.checkbox {
  margin: 1.5rem 0;
}
.contact-field input:-webkit-autofill,
.contact-field input:-webkit-autofill:focus,
.contact-field input:-webkit-autofill:hover,
.contact-field select:-webkit-autofill,
.contact-field select:-webkit-autofill:focus,
.contact-field select:-webkit-autofill:hover,
.contact-field textarea:-webkit-autofill,
.contact-field textarea:-webkit-autofill:focus,
.contact-field textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #282d59 inset;
  box-shadow: inset 0 0 0 1000px #282d59;
}
@media (min-width: 1312px) {
  .views-exposed-form .contact-field {
    width: 15.625rem;
  }
}
.views-exposed-form .contact-field.form-inline {
  margin-right: 1.5625rem;
}
@media (min-width: 1312px) {
  .views-exposed-form .contact-field.form-inline {
    margin-bottom: 0;
  }
}
.views-exposed-form .contact-field.form-inline .select {
  display: flex;
  width: 100%;
}
.views-exposed-form .contact-field label {
  left: auto;
  position: static;
  transition: none;
  transform: none;
  font-size: 1em;
  line-height: 1.0625rem;
  font-weight: 700;
  width: calc(100% - 9.375rem);
}
.views-exposed-form .contact-field select {
  border-color: #0ff;
}
.bg-whitecol .contact-field select {
  background: #f0f0f0;
  color: #02083c;
}
.bg-cyan .contact-field select {
  background: none;
  color: #02083c;
}

.table table {
  width: 100%;
}
.table table .screenreadertext {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.table table caption,
.table table td,
.table table th {
  font-size: 1em;
  line-height: 1.5rem;
  text-align: left;
}
.table table td,
.table table th {
  padding: 0.875rem 1rem;
}
.table table thead tr td,
.table table thead tr th {
  border-bottom: 0.125rem solid #02083c;
  background: #fff;
}
.table table tbody tr:nth-child(2n) td {
  background: #f0f0f0;
}
.table table tfoot td,
.table table tfoot th {
  background: #dfdfdf;
}
.table table.sideHeadingWithTopSubheading thead tr td,
.table table.sideHeadingWithTopSubheading thead tr th {
  border-bottom: 0.125rem solid #bfbfbf;
}
.bg-blue .table table.sideHeadingWithTopSubheading thead tr td,
.bg-blue .table table.sideHeadingWithTopSubheading thead tr th {
  color: #fff;
  border-bottom: 0.125rem solid #fff;
}
.table table.sideHeadingWithTopSubheading thead tr td:first-child,
.table table.sideHeadingWithTopSubheading thead tr th:first-child {
  border-bottom: none;
}
.table table.sideHeadingWithTopSubheading td:first-child,
.table table.sideHeadingWithTopSubheading th:first-child {
  border-right: 0.125rem solid #02083c;
}
.bg-blue .table table.sideHeadingWithTopSubheading td:first-child,
.bg-blue .table table.sideHeadingWithTopSubheading th:first-child {
  border-right: 0.0625rem solid #0ff;
  color: #0ff;
}
.bg-blue .table table thead tr td,
.bg-blue .table table thead tr th {
  border-bottom: 0.125rem solid #0ff;
  background: #02083c;
  color: #0ff;
}
.bg-blue .table table tbody tr td,
.bg-blue .table table tbody tr th {
  border-right: 0.0625rem solid #fff;
}
.bg-blue .table table tbody tr td:last-child,
.bg-blue .table table tbody tr th:last-child {
  border-right: none;
}
.bg-blue .table table tbody tr:nth-child(2n) td {
  background: #282d59;
}
.bg-blue .table table tfoot tr td,
.bg-blue .table table tfoot tr th {
  border-right: 0.0625rem solid #fff;
  background: #4f5377;
}
.bg-blue .table table tfoot tr td:last-child,
.bg-blue .table table tfoot tr th:last-child {
  border-right: none;
}
.table--tablet {
  max-width: 100%;
  overflow: auto;
}
.table--tablet table {
  min-width: grid-breakpoints(md);
}
.table--desktop {
  max-width: 100%;
  overflow: auto;
}
.table--desktop table {
  min-width: grid-breakpoints(lg);
}

.button {
  transition: color 0.2s ease-in-out;
  font-size: 1em;
  line-height: 1.0625rem;
  background: #fff;
  color: #02083c;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  width: 100%;
  text-align: center;
  border: 0;
}
@media (min-width: 767px) {
  .button {
    width: auto;
  }
}
.button .button-inner {
  display: block;
  width: 100%;
  align-items: center;
  padding: 1.1875rem 1.5rem;
  position: relative;
}
.button .button-inner:before {
  transition: width 0.2s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0ff;
}
.button .button-inner > span {
  position: relative;
}
.button .button-inner .button__accessible,
.button .button-inner .button__desktop-only {
  position: absolute;
  text-indent: -99999px;
}
@media (min-width: 767px) {
  .button .button-inner .button__desktop-only {
    position: static;
    text-indent: 0;
  }
}
.button .button__icon {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.5rem;
  vertical-align: top;
}
.button .button__icon svg {
  width: inherit;
  height: inherit;
  fill: none;
  stroke: none;
}
.bg-whitecol .button .button__icon svg path,
.bg-light .button .button__icon svg path,
.bg-cyan .button .button__icon svg path {
  fill: #fff !important;
}
.bg-blue .button .button__icon svg path,
.bg-whitecol .button:active .button__icon svg path,
.bg-whitecol .button:focus .button__icon svg path,
.bg-whitecol .button:hover .button__icon svg path,
.bg-light .button:active .button__icon svg path,
.bg-light .button:focus .button__icon svg path,
.bg-light .button:hover .button__icon svg path,
.bg-cyan .button:active .button__icon svg path,
.bg-cyan .button:focus .button__icon svg path,
.bg-cyan .button:hover .button__icon svg path {
  fill: #02083c !important;
}
.button button.button__accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.button:focus .button-inner:before,
.button:hover .button-inner:before {
  width: 100%;
}
.bg-blue .button {
  color: #02083c;
}
.bg-whitecol .button,
.bg-light .button,
.bg-cyan .button {
  background: #02083c;
  color: #fff;
}
.bg-whitecol .button:focus,
.bg-whitecol .button:hover,
.bg-light .button:focus,
.bg-light .button:hover,
.bg-cyan .button:focus,
.bg-cyan .button:hover {
  color: #02083c;
}

/* FORMS: Capita Pardot CSS */
.bg-light .pardot-form-block form.form .button .button-inner:before {
  background: #00ffff;
}
.bg-cyan .pardot-form-block form.form .button .button-inner:before {
  background: #fff;
}
.bg-blue .pardot-form-block form.form p label {
  color: #02083c;
}
.bg-blue .pardot-form-block form.form .form-field input:active,
.bg-blue .pardot-form-block form.form .form-field input:focus,
.bg-blue .pardot-form-block form.form .form-field select:active,
.bg-blue .pardot-form-block form.form .form-field select:focus,
.bg-blue .pardot-form-block form.form .form-field textarea:active,
.bg-blue .pardot-form-block form.form .form-field textarea:focus {
  border-color: #0ff;
}
.bg-blue .pardot-form-block form.form .input-styles,
.bg-blue .pardot-form-block form.form select,
.bg-blue .pardot-form-block form.form textarea {
  background: #fff;
}
.bg-blue .pardot-form-block form.form .input-styles,
.bg-blue .pardot-form-block form.form select,
.bg-blue .pardot-form-block form.form textarea {
  color: #02083c;
}
.bg-blue .pardot-form-block form.form .focused:not(.radio):not(.checkbox) label,
.bg-blue .pardot-form-block form.form .populated:not(.radio):not(.checkbox) label {
  color: #02083c;
}
.bg-blue .pardot-form-block form.form p.submit input {
  background: #fff;
  color: #02083c;
}

.bg-whitecol .pardot-form-block form.form .input-styles,
.bg-whitecol .pardot-form-block form.form select,
.bg-whitecol .pardot-form-block form.form textarea {
  background: #f0f0f0;
}

/* Form bg-cyan */
.bg-cyan .pardot-form-block {
  background: #0ff;
}

.bg-cyan .bg-blue.pardot-form-block h1,
.bg-cyan .bg-blue.pardot-form-block h2,
.bg-cyan .bg-blue.pardot-form-block h3,
.bg-cyan .bg-blue.pardot-form-block h4,
.bg-cyan .bg-blue.pardot-form-block h5,
.bg-cyan .bg-blue.pardot-form-block h6,
.bg-cyan .bg-blue.pardot-form-block p {
  color: #02083c;
}
.bg-whitecol .pardot-form-block form.form p label,
.bg-cyan .pardot-form-block form.form p label {
  color: #02083c;
}
.bg-whitecol .pardot-form-block form.form .form-field input:active,
.bg-whitecol .pardot-form-block form.form .form-field input:focus,
.bg-whitecol .pardot-form-block form.form .form-field select:active,
.bg-whitecol .pardot-form-block form.form .form-field select:focus,
.bg-whitecol .pardot-form-block form.form .form-field textarea:active,
.bg-whitecol .pardot-form-block form.form .form-field textarea:focus,
.bg-cyan .pardot-form-block form.form .form-field input:active,
.bg-cyan .pardot-form-block form.form .form-field input:focus,
.bg-cyan .pardot-form-block form.form .form-field select:active,
.bg-cyan .pardot-form-block form.form .form-field select:focus,
.bg-cyan .pardot-form-block form.form .form-field textarea:active,
.bg-cyan .pardot-form-block form.form .form-field textarea:focus {
  border-color: #02083c;
}
.bg-cyan .pardot-form-block form.form .input-styles,
.bg-cyan .pardot-form-block form.form select,
.bg-cyan .pardot-form-block form.form textarea {
  background: #fff;
}
.bg-cyan .pardot-form-block form.form .input-styles,
.bg-cyan .pardot-form-block form.form select,
.bg-cyan .pardot-form-block form.form textarea {
  color: #02083c;
}

.bg-whitecol .pardot-form-block form.form .focused:not(.radio):not(.checkbox) label,
.bg-whitecol .pardot-form-block form.form .populated:not(.radio):not(.checkbox) label,
.bg-cyan .pardot-form-block form.form .focused:not(.radio):not(.checkbox) label,
.bg-cyan .pardot-form-block form.form .populated:not(.radio):not(.checkbox) label {
  color: #02083c;
}
.bg-cyan .pardot-form-block form.form p.submit input {
  background: #02083c;
  color: #fff;
}
.bg-cyan .pardot-form-block form.form .button .button-inner:before {
  background: #fff;
}
/* Form Full Width/Single Column */
.pardot-form-block.form-full-width {
  padding: 0;
  margin-bottom: 0;
}
.pardot-form-block.form-full-width {
  background: transparent;
}
.pardot-form-block.form-full-width form.form p label {
  color: #fff;
}
.pardot-form-block.form-full-width form.form .input-styles,
.pardot-form-block.form-full-width form.form select,
.pardot-form-block.form-full-width form.form textarea {
  background: #282d59;
}
.pardot-form-block.form-full-width form.form .input-styles,
.pardot-form-block.form-full-width form.form select,
.pardot-form-block.form-full-width form.form textarea {
  color: #fff;
}
.pardot-form-block.form-full-width form.form .populated:not(.radio):not(.checkbox) label {
  color: #fff;
}
.pardot-form-block.form-full-width form.form .focused:not(.radio):not(.checkbox) label {
  color: #0ff;
}
/* Checkboxes */
.pardot-form-block form.form .pd-checkbox label.field-label {
  position: relative;
  padding-bottom: 0;
  margin: 0 0 1rem 0;
  font-weight: 600;
}
.pardot-form-block form.form .pd-checkbox span.value {
  display: block;
  margin: 0;
  padding: 0 0 0 1.3125rem;
}
.pardot-form-block form.form .pd-checkbox label.inline {
  padding: 0.1875rem 0 0 2rem;
}
.pardot-form-block form.form .pd-checkbox .tick {
  top: 0.125rem;
}
/* Select */
.pardot-form-block form.form .pd-select label {
  position: relative;
  left: 0;
  padding: 0;
  margin: 0 0 0.625rem 0;
  transform: none;
  color: inherit;
}
.pardot-form-block form.form .pd-select select {
  padding: 0.625rem;
}
/* Radio */
.pardot-form-block form.form .pd-radio > label {
  position: relative;
  left: 0;
  padding: 0;
  margin: 0 0 0.625rem 0;
  transform: none;
  color: inherit;
}
.pardot-form-block form.form .pd-radio label.inline {
  padding: 0.25rem 0 1.3125rem 2.1875rem;
  color: inherit;
}

.pardot-form-block form.form .pd-radio label.field-label {
  color: inherit;
}

/* Required */
.pardot-form-block form.form p.required > label:after {
  content: "*";
  margin-left: 0.1875rem;
}

.bg-cyan--blue .table table.sideHeadingWithTopSubheading thead tr td,
.bg-cyan--blue .table table.sideHeadingWithTopSubheading thead tr th {
  color: #02083c;
  border-bottom: 0.125rem solid #fff;
}
.bg-cyan--blue .table table.sideHeadingWithTopSubheading td:first-child,
.bg-cyan--blue .table table.sideHeadingWithTopSubheading th:first-child {
  border-right: 0.0625rem solid #02083c;
  color: #02083c;
}
.bg-cyan--blue .table table thead tr td,
.bg-cyan--blue .table table thead tr th {
  border-bottom: 0.125rem solid #02083c;
  background: #02083c;
  color: #02083c;
}
.bg-cyan--blue .table table tbody tr td,
.bg-cyan--blue .table table tbody tr th {
  border-right: 0.0625rem solid #fff;
}
.bg-cyan--blue .table table tbody tr td:last-child,
.bg-cyan--blue .table table tbody tr th:last-child {
  border-right: none;
}
.bg-cyan--blue .table table tbody tr:nth-child(2n) td {
  background: #282d59;
}
.bg-cyan--blue .table table tfoot tr td,
.bg-cyan--blue .table table tfoot tr th {
  border-right: 0.0625rem solid #fff;
  background: #4f5377;
}
.bg-cyan--blue .table table tfoot tr td:last-child,
.bg-cyan--blue .table table tfoot tr th:last-child {
  border-right: none;
}

.section1 {
  min-height: 380px;
}

/* Change the font size of the title in the headers between 522px - 800px wide */

h1 {
  font-size: 72px;
}

@media (max-width: 522px) {
  h1 {
    font-size: 40px;
  }
}
