/* Import Stylesheets */
@import url("css/screen.css");
/*@import url("css/antiscreen.css") handheld, only screen and (max-device-width:480px);*/
/*@import url("css/handheld.css") handheld, only screen and (max-device-width:480px);*/
@import url("css/CMIS_Custom.css");

main [data-toggle=collapse] {
  padding: 20px 50px 20px 0;
  font-weight: 600;
  font-size: 1.125rem;
  color: #094067;
  position: relative;
  cursor: pointer;
  width: 100%;
}
main [data-toggle=collapse]::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../../assets/img/arrow-down-blue.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
main [data-toggle=collapse][aria-expanded=true]::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.atoz {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(minmax(39px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(39px, 1fr));
  grid-auto-rows: minmax(39px, auto);
  grid-gap: 7px;
  margin: 0 auto;
}
.atoz > button.btn.btn-primary {
  border-width: 0;
  border-bottom: 0;
  font-weight: 600;
}
.atoz > button.btn.btn-primary[disabled] {
  background-color: #e4e4e5;
  color: #414141;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .atoz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .atoz > button {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 35px !important;
    flex: 0 0 35px !important;
    margin: 10px;
    height: 40px;
  }
  .atoz > button:first-of-type {
    margin-left: 0;
  }
}

.bg-green {
    background-color: #007c90;
}

.bg-teal {
  background-color: #d5ecf2;
}

.bg-blue {
  background-color: #d6e8f9;
}

.bg-blue-light {
  background-color: #d6e8f9;
}

.bg-blue-mid {
  background-color: #d5ecf2;
}

.bg-blue-dark {
  background-color: #d7e2ec;
}

.bg-purple-light {
  background-color: #dbcbe0;
}

.bg-grey {
  background-color: #e4e4e5;
}

.bg-orange {
  background-color: #fcf7ee;
}

.bg-pink {
  background-color: #fef6f9;
}

.bg-purple {
  background: #4b0242;
}

.bg-dark-grey {
  background: #212b32;
}

.bg-light-grey {
  background: #f3f2f1;
}

html {
  scroll-behavior: smooth;
}

.badge.badge-purple {
  background-color: #750e68;
  color: #ffffff;
}

.blockquote {
  color: #6c757d;
  padding-left: 3rem;
  border-left: 10px solid #4b0242;
}
.blockquote .blockquote-footer {
  background-color: #ffffff;
  color: #212529;
  font-size: 1rem;
}
.blockquote .blockquote-footer:before {
  content: "";
}

.btn.btn-primary:active:hover,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #ad1554;
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #DB1A6A;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #DB1A6A;
}

.btn.btn-secondary:active:hover,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #cacacc;
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #e4e4e5;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #e4e4e5;
}

.btn.btn-primary:hover,
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #06497e;
  border-color: #06497e;
  -webkit-box-shadow: 0 0 0 3px rgba(6, 73, 126, 0.5);
  box-shadow: 0 0 0 3px rgba(6, 73, 126, 0.5);
}

.bg-dark .btn.btn-primary:not(:disabled):not(.disabled):active,
.bg-dark .btn.btn-primary:not(:disabled):not(.disabled).active,
.bg-dark .btn.btn-primary:hover,
.bg-dark .btn.btn-secondary:not(:disabled):not(.disabled):active,
.bg-dark .btn.btn-secondary:not(:disabled):not(.disabled).active,
.bg-dark .btn.btn-secondary:hover,
.bg-dark .btn-primary:focus,
.bg-dark .btn-primary.focus {
  background-color: #06497e;
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 3px rgba(6, 73, 126, 0.5);
  box-shadow: 0 0 0 3px rgba(6, 73, 126, 0.5);
}

.btn.btn-success {
  color: #ffffff;
  background-color: #218739;
}

.btn.btn-success:hover,
.btn.btn-success.hover {
  background-color: #175e28;
}

.btn.btn-success:not(:disabled):not(.disabled):active,
.btn.btn-success:not(:disabled):not(.disabled).active {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #218739;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #218739;
}

.btn.btn-success:active:focus,
.btn.btn-success:focus,
.btn.btn-success.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #218739;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #218739;
}

.btn.btn-primary {
  color: #ffffff;
  background-color: #DB1A6A;
}

.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #DB1A6A;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #DB1A6A;
}

.btn.btn-primary:active:focus,
.btn.btn-primary:focus,
.btn.btn-primary.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #DB1A6A;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #DB1A6A;
}

.btn.btn-secondary {
  color: #212529;
  background-color: #e4e4e5;
}

.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #e4e4e5;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #e4e4e5;
}

.btn.btn-secondary:active:focus,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #e4e4e5;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #e4e4e5;
}

.btn.btn-danger {
  color: #f8f9fa;
  background-color: #dc3545;
}

.btn.btn-danger:hover,
.btn.btn-danger.hover {
  background-color: #bd2130;
}

.btn.btn-danger:not(:disabled):not(.disabled):active,
.btn.btn-danger:not(:disabled):not(.disabled).active {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #dc3545;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #dc3545;
}

.btn.btn-danger:active:focus,
.btn.btn-danger:focus,
.btn.btn-danger.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #dc3545;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #dc3545;
}

.btn.btn-warning {
  color: #212529;
  background-color: #ffc107;
}

.btn.btn-warning:hover,
.btn.btn-warning.hover {
  background-color: #d39e00;
}

.btn.btn-warning:not(:disabled):not(.disabled):active,
.btn.btn-warning:not(:disabled):not(.disabled).active {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #ffc107;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #ffc107;
}

.btn.btn-warning:active:focus,
.btn.btn-warning:focus,
.btn.btn-warning.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #ffc107;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #ffc107;
}

.btn.btn-info {
  color: #ffffff;
  background-color: #128091;
}

.btn.btn-info:hover,
.btn.btn-info.hover {
  background-color: #0c5864;
}

.btn.btn-info:not(:disabled):not(.disabled):active,
.btn.btn-info:not(:disabled):not(.disabled).active {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #128091;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #128091;
}

.btn.btn-info:active:focus,
.btn.btn-info:focus,
.btn.btn-info.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #128091;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #128091;
}

.btn.btn-light {
  color: #212529;
  background-color: #f8f9fa;
}

.btn.btn-light:hover,
.btn.btn-light.hover {
  background-color: #dae0e5;
}

.btn.btn-light:not(:disabled):not(.disabled):active,
.btn.btn-light:not(:disabled):not(.disabled).active {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #212529;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #212529;
}

.btn.btn-light:active:focus,
.btn.btn-light:focus,
.btn.btn-light.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #212529;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #212529;
}

.btn.btn-dark {
  color: #f8f9fa;
  background-color: #212529;
}

.btn.btn-dark:hover,
.btn.btn-dark.hover {
  background-color: #0a0c0d;
}

.btn.btn-dark:not(:disabled):not(.disabled):active,
.btn.btn-dark:not(:disabled):not(.disabled).active {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #212529;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #212529;
}

.btn.btn-dark:active:focus,
.btn.btn-dark:focus,
.btn.btn-dark.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #212529;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #212529;
}

.btn.btn-outline-success {
  color: #218739;
  border-color: #218739;
}

.btn.btn-outline-success:hover,
.btn.btn-outline-success.hover {
  color: #f8f9fa;
}

.btn.btn-outline-success:active:focus,
.btn.btn-outline-success:focus,
.btn.btn-outline-success.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #218739;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #218739;
}

.btn.btn-outline-primary {
  color: #DB1A6A;
  border-color: #DB1A6A;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.hover {
  color: #f8f9fa;
}

.btn.btn-outline-primary:active:focus,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #DB1A6A;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #DB1A6A;
}

.btn.btn-outline-secondary {
  color: #212529;
  border-color: #e4e4e5;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary.hover {
  color: #212529;
}

.btn.btn-outline-secondary:active:focus,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #e4e4e5;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #e4e4e5;
}

.btn.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn.btn-outline-danger:hover,
.btn.btn-outline-danger.hover {
  color: #f8f9fa;
}

.btn.btn-outline-danger:active:focus,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #dc3545;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #dc3545;
}

.btn.btn-outline-warning {
  color: #946F00;
  border-color: #ffc107;
}

.btn.btn-outline-warning:hover,
.btn.btn-outline-warning.hover {
  color: #212529;
}

.btn.btn-outline-warning:active:focus,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #ffc107;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #ffc107;
}

.btn.btn-outline-info {
  color: #128091;
  border-color: #128091;
}

.btn.btn-outline-info:hover,
.btn.btn-outline-info.hover {
  color: #f8f9fa;
}

.btn.btn-outline-info:active:focus,
.btn.btn-outline-info:focus,
.btn.btn-outline-info.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #128091;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #128091;
}

.btn.btn-outline-light {
  color: #60798A;
  border-color: #60798A;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light.hover {
  color: #212529;
}

.btn.btn-outline-light:active:focus,
.btn.btn-outline-light:focus,
.btn.btn-outline-light.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #60798A;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #60798A;
}

.btn.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark.hover {
  color: #f8f9fa;
}

.btn.btn-outline-dark:active:focus,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark.focus {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #212529;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #212529;
}

.alert-danger button.close {
  opacity: 1;
}
.alert-danger button.close > span {
  color: #7a2831;
}

.wc-news-card.card {
  background-color: #ffffff;
  border: 1px solid #e4e4e5;
  -webkit-box-shadow: 0 2px 0 0 #d7e2ec;
  box-shadow: 0 2px 0 0 #d7e2ec;
}

/* ****** Hide for now - double check *****/
 .card-body a:not(:hover) {
 /* color: #212529; */
/*  text-decoration: none;  */
}
 .card-body a:hover {
 /* color: #d50059;*/
} 

 end */

.card-shadow {
  background-color: #fbfafa;
  border: 1px solid #e4e4e5;
  -webkit-box-shadow: 0 2px 0 0 #d7e2ec;
  box-shadow: 0 2px 0 0 #d7e2ec;
}

.card-top-border::before {
  background-color: #212b32;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-hover-top-border {
  min-height: 93px;
}
.card-hover-top-border:hover, .card-hover-top-border:focus {
  border: 1px solid #e7347f;
}
.card-hover-top-border:hover::after, .card-hover-top-border:focus::after {
  background-color: #e7347f;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wc-card-list .list-group-item {
  background: transparent;
  border-width: 0 0 1px;
  padding-left: 0;
  padding-right: 0;
}
.wc-card-list .list-group-item p:last-child {
  margin-bottom: 0;
}

.card.card-link-decoration a {
  text-decoration: underline;
}

a[class^=carousel-control] > span {
  background-color: #DB1A6A;
  background-size: 12px;
  background-position: center center;
  display: inline-block;
  padding: 1.25rem;
}
a[class^=carousel-control] > span[class*=prev] {
  background-image: url("../../assets/img/chevron-left-icon.svg");
}
a[class^=carousel-control] > span[class*=next] {
  background-image: url("../../assets/img/chevron-right-icon.svg");
}

.carousel-indicators li {
  border-radius: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #DB1A6A;
  margin: 0 0.55rem;
}
.carousel-indicators li.active {
  background-color: #DB1A6A;
}

.download-list li > span, .download-list li a {
  display: block;
}
.download-list li > a {
  min-width: 200px;
}

footer {
  background: #f3f2f1;
}
footer .nav-link {
  text-decoration: underline;
}
footer .nav-link:focus, footer .nav-link:hover {
  color: #ffffff;
}
footer .logo {
  max-width: 287px;
  width: 100%;
}
footer .strapline {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.33;
  font-size: 1.65rem;
}
@media (min-width: 768px) {
  footer .strapline {
    font-size: 2.30625rem;
  }
}
footer .strapline span {
  vertical-align: middle;
  font-size: 0.675rem;
}
@media (min-width: 768px) {
  footer .strapline span {
    font-size: 0.94375rem;
  }
}
footer .link-icon .icon {
  width: 42px;
  height: 42px;
}
@media (min-width: 768px) {
  footer .link-icon .icon {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 576px) {
  .form-control {
    padding: 0.625rem 1.25rem;
  }
}

legend {
  font-size: 1.4rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

.dob-checkboxes .col input {
  max-width: 4rem;
}

.dob-checkboxes .col:first-of-type {
  padding-left: 0;
}

.dob-checkboxes .col:nth-of-type(3) input {
  max-width: 8rem;
}

#contact-form .form-group:nth-of-type(1) label {
  font-size: 1.8rem;
}

.show-validation .invalid-feedback {
  display: block;
}

.error-summary {
  border: 5px solid #dc3545;
}

.full-width-header {
  border-bottom: solid 1px #9e9e9e;
}
.full-width-header > h1 {
  font-weight: 700;
}

.col {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

header {
  background: #4b0242;
  border-bottom: 12px solid #750e68;
}
header .btn-primary.focus,
header .btn-primary:focus {
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 3px white;
  box-shadow: 0 0 0 3px white;
}
header .strapline span {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 2.2222222222rem;
  vertical-align: bottom;
}
header button.navbar-toggler {
  background: #DB1A6A;
}
@media (max-width: 1199.98px) {
  header .dropdown-menu {
    display: block;
    background: transparent;
    border: none;
  }
}
@media (min-width: 1200px) {
  header .dropdown-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #DB1A6A;
  }
}
@media (max-width: 1199.98px) {
  header .dropdown-item {
    color: #ffffff;
    padding-left: 0;
  }
}
header .dropdown-item:focus {
  outline-offset: -1px;
}
@media (max-width: 1199.98px) {
  header .dropdown-item:focus, header .dropdown-item:hover {
    background: transparent;
    border: none;
    color: #ffffff;
  }
}
@media (max-width: 1199.98px) {
  header .dropdown-toggle {
    display: none;
  }
}
header .dropdown-toggle::after {
  display: none;
}
header .btn-primary:not(:disabled):not(.disabled):active:focus,
header .btn-primary:not(:disabled):not(.disabled).active:focus,
header .show > .btn-primary.dropdown-toggle:focus,
header .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #DB1A6A;
  border-color: #DB1A6A;
  -webkit-box-shadow: 0 0 0 3px #fafafa;
  box-shadow: 0 0 0 3px #fafafa;
}
@media (max-width: 575.98px) {
  header .navbar-brand {
    max-width: 50%;
  }
}
header .navbar-brand:focus {
  outline: 3px solid #ffffff;
  outline-offset: 5px;
}
@media (max-width: 575.98px) {
  header .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
header .navbar .navbar-nav .nav-item a:focus {
  outline: 3px solid #ffffff;
  outline-offset: 5px;
}
header .btn.btn-primary:hover {
  outline: 2px transparent solid;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #06497e;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #06497e;
}

.wc-hero__container {
  position: relative;
  z-index: 1;
}
.wc-hero--yellowhaf{
  background-color: #FEDE0F;
  position: relative;
}
.wc-hero--yellowhaf::after {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("static/wc-hero-background.svg");
  -webkit-filter: brightness(120%) saturate(700%) invert(64%) sepia(90%) saturate(500%) hue-rotate(0deg) brightness(129%) contrast(1);
  filter: brightness(120%) saturate(700%) invert(64%) sepia(90%) saturate(500%) hue-rotate(0deg) brightness(129%) contrast(1);
}
.wc-hero--neutral {
  background-color: #f3f2f1;
  position: relative;
}
.wc-hero--neutral::after {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("static/wc-hero-background.svg");
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5700%) hue-rotate(113deg) brightness(88%) contrast(91%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5700%) hue-rotate(113deg) brightness(88%) contrast(91%);
  z-index: 0;
}
.wc-hero--light-blue {
  background-color: #d5ecf2;
  position: relative;
}
.wc-hero--light-blue::after {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("static/wc-hero-background.svg");
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(5405%) hue-rotate(171deg) brightness(101%) contrast(85%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(5405%) hue-rotate(171deg) brightness(101%) contrast(85%);
  z-index: 0;
}
.wc-hero--teal {
  background-color: #39bdb7;
  position: relative;
}
.wc-hero--teal::after {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("static/wc-hero-background.svg");
  -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(35%) saturate(797%) hue-rotate(131deg) brightness(92%) contrast(87%);
  filter: brightness(0) saturate(100%) invert(62%) sepia(35%) saturate(797%) hue-rotate(131deg) brightness(92%) contrast(87%);
  z-index: 0;
}
.wc-hero--blue {
  background-color: #1d70b8;
  position: relative;
  color: #ffffff;
}
.wc-hero--blue::after {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("static/wc-hero-background.svg");
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(82%) saturate(875%) hue-rotate(177deg) brightness(100%) contrast(95%);
  filter: brightness(0) saturate(100%) invert(28%) sepia(82%) saturate(875%) hue-rotate(177deg) brightness(100%) contrast(95%);
  z-index: 0;
}
.wc-hero--orange {
  background-color: #f39900;
  position: relative;
}
.wc-hero--orange::after {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("static/wc-hero-background.svg");
  -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(84%) saturate(876%) hue-rotate(0deg) brightness(95%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(48%) sepia(84%) saturate(876%) hue-rotate(0deg) brightness(95%) contrast(102%);
  z-index: 0;
}
.wc-hero--purple {
  background-color: #4b0242;
  position: relative;
  color: #ffffff;
}
.wc-hero--purple::after {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("static/wc-hero-background.svg");
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(67%) saturate(2218%) hue-rotate(296deg) brightness(108%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(10%) sepia(67%) saturate(2218%) hue-rotate(296deg) brightness(108%) contrast(106%);
  z-index: 0;
}
.wc-hero--dark {
  background-color: #212b32;
  position: relative;
  color: #ffffff;
}
.wc-hero--dark::after {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("static/wc-hero-background.svg");
  -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(4%) saturate(1739%) hue-rotate(161deg) brightness(92%) contrast(94%);
  filter: brightness(0) saturate(100%) invert(20%) sepia(4%) saturate(1739%) hue-rotate(161deg) brightness(92%) contrast(94%);
  z-index: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wc-hero--yellowhaf:after {
    background-image: url("static/media/yellowhaf2-bg.png");
  }
  .wc-hero--neutral:after {
    background-image: url("static/media/neutral-bg.png");
  }

  .wc-hero--light-blue:after {
    background-image: url("static/media/lt-blue-bg.png");
  }

  .wc-hero--teal:after {
    background-image: url("static/media/teal-bg.png");
  }

  .wc-hero--blue:after {
    background-image: url("static/media/blue-bg.png");
  }

  .wc-hero--orange:after {
    background-image: url("static/media/orange-bg.png");
  }

  .wc-hero--purple:after {
    background-image: url("static/media/purple-bg.png");
  }

  .wc-hero--dark:after {
    background-image: url("static/media/dark-bg.png");
  }
}
.icon-primary {
  fill: #DB1A6A;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-primary:focus, .icon-primary:hover {
  fill: #06497e;
}

.link-icon .icon {
  fill: #DB1A6A;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link-icon:hover .icon {
  fill: #06497e;
}

::not(#footer) a[href^="http://"],
::not(#footer) a[href^="https://"] {
  background-image: url(../../assets/img/external.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-right: 1.8rem;
}

.list-group-item-plain {
  position: relative;
  display: block;
  padding: 0.75rem 0.625rem;
}
.list-group-item-plain:first-child {
  padding-left: 0;
}
.list-group-item-plain:last-child {
  padding-right: 0;
}

.card.confirmation .card-header {
  background-color: #0092a7;
  color: #ffffff;
}
.card.confirmation .card-header p > span {
  display: block;
  font-weight: 600;
}
.card.confirmation .card-body a {
  color: #DB1A6A;
}
.card.confirmation .card-body a:hover {
  color: #212529;
}

.phase-banner .badge {
  border-radius: 0;
}
.phase-banner p {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .phase-banner p {
    font-size: 1rem;
  }
}

.ratings {
  margin-right: 1px;
}
.ratings .list-group-item {
  border-radius: 0;
  border: 1px solid #dee2e6;
}
.ratings .list-group-item > img {
  width: 39px;
  height: 39px;
}

.form-search .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: calc(1.65em + 1.25rem + 4px);
  padding: 0.625rem 1.25rem;
}
.form-search .btn::after {
  background: url("static/media/search-icon.svg");
  content: "";
  display: inline-block;
  height: 18px;
  margin-top: 0.25rem;
  width: 18px;
}
.form-search .form-control {
  border-width: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-block;
  min-width: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: calc(100% - 102px);
  vertical-align: middle;
}
@media (min-width: 576px) {
  .form-search .form-control {
    min-width: 230px;
  }
}

.results-info {
  font-weight: 300;
  font-size: 1.125rem;
}
.results-info > strong {
  font-weight: 600;
}

.search-results-badge-list .badge {
  margin: 0 0.8rem;
}
.search-results-badge-list .badge:first-of-type {
  margin-left: 0;
}

#search-results-list .list-group-item {
  border-width: 0;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
}
#search-results-list .list-group-item:first-of-type {
  border-top: 1px solid #9e9e9e;
}
#search-results-list .list-group-item a {
  font-size: 1.125rem;
}

#sortby {
  font-size: 0.8rem;
}

.skip-search:focus {
  position: relative;
  padding: 0.5rem;
}

.wc-secondary-nav .nav-link {
  padding: 1rem 0.75rem;
  position: relative;
}
.wc-secondary-nav .nav-link:not(:hover) {
  color: #750e68;
}
.wc-secondary-nav .nav-link.active::after, .wc-secondary-nav .nav-link:hover::after {
  background-color: #750e68;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.list-group.wc-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .list-group.wc-services {
    font-size: 1.125rem;
  }
}
.list-group.wc-services .list-group-item {
  width: 48.5%;
  margin: 0 0.75% 20px;
}
@media (min-width: 992px) {
  .list-group.wc-services--col-lg-3 .list-group-item {
    width: 31.5%;
  }
}
@media (min-width: 992px) {
  .list-group.wc-services--col-lg-3 .media-left svg {
    width: 77px;
    height: 77px;
  }
}
@media (min-width: 992px) {
  .list-group.wc-services--col-lg-4 .list-group-item {
    width: 23.5%;
  }
}
@media (min-width: 992px) {
  .list-group.wc-services--col-lg-4 .media-left svg {
    width: 64px;
    height: 64px;
  }
}
.list-group.wc-services .list-group-item {
  display: block;
  padding: 1.125rem 0.5625rem;
  background-color: rgba(250, 249, 249, 0.7);
  border: 1px solid #e4e4e5;
  -webkit-box-shadow: 0 2px 0 0 #d8dde0;
  box-shadow: 0 2px 0 0 #d8dde0;
  border-radius: 4px;
  line-height: 1;
}
@media (min-width: 768px) {
  .list-group.wc-services .list-group-item {
    padding: 0.9375rem 1.25rem;
  }
}
.list-group.wc-services .list-group-item:hover {
  border-color: #d50059;
}
.list-group.wc-services .list-group-item:hover .media .media-left svg {
  fill: #d50059;
}
.list-group.wc-services .list-group-item svg {
  fill: #750e68;
  stroke: #750e68;
  height: 77px;
  width: auto;
}
.list-group.wc-services .list-group-item svg .icon-fill {
  fill: #750e68;
}
.list-group.wc-services .list-group-item:hover svg {
  fill: #e7347f;
  stroke: #e7347f;
}
.list-group.wc-services .list-group-item:hover svg path {
  stroke: #e7347f;
}
.list-group.wc-services .list-group-item:hover svg path.icon-fill {
  fill: #e7347f;
}
.list-group.wc-services .list-group-item .media {
  display: block;
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .list-group.wc-services .list-group-item .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.list-group.wc-services .list-group-item .media .media-left {
  margin: 0 0 1rem;
}
@media (min-width: 576px) {
  .list-group.wc-services .list-group-item .media .media-left {
    text-align: center;
    margin: 0 1rem 0 0;
    width: 77px;
  }
}
.list-group.wc-services .list-group-item .media .media-body a {
  color: #212b32;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
}
.list-group.wc-services .list-group-item .media .media-body a:hover {
  color: #d50059;
  text-decoration: underline;
}
.list-group.wc-services .media-left {
  text-align: center;
}
.list-group.wc-services .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@supports (display: grid) {
  .list-group.wc-services {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  @media (min-width: 768px) {
    .list-group.wc-services {
      grid-gap: 32px;
    }
  }
  .list-group.wc-services .list-group-item {
    width: auto;
    margin: 0;
  }
  @media (min-width: 992px) {
    .list-group.wc-services--col-lg-3 {
      -ms-grid-columns: repeat(3, 1fr);
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 992px) {
    .list-group.wc-services--col-lg-3 .media-left svg {
      width: 77px;
      height: 77px;
    }
  }
  @media (min-width: 992px) {
    .list-group.wc-services--col-lg-4 {
      -ms-grid-columns: repeat(3, 1fr);
      grid-template-columns: repeat(4, 1fr);
    }
    .list-group.wc-services--col-lg-4 .list-group-item {
      width: auto;
      margin: 0;
    }
  }
  @media (min-width: 992px) {
    .list-group.wc-services--col-lg-4 .media-left svg {
      width: 64px;
      height: 64px;
    }
  }
}
.social-icons {
  color: #313437;
  background-color: #fff;
  text-align: center;
  padding: 70px 0;
}

@media (max-width: 767px) {
  .social-icons {
    padding: 50px 0;
  }
}
.social-icons i {
  font-size: 32px;
  display: inline-block;
  color: #757980;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #c8ced7;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}

.step {
  list-style: none;
  padding-bottom: 0;
}
.step li {
  padding-bottom: 20px;
  position: relative;
  margin: 0 0 0.625em 1.5625em;
  padding-left: 0.625em;
  counter-increment: step-counter;
}
.step li h2 {
  border-top: 1px solid #dee2e6;
  padding-top: 40px;
}
.step li .btn {
  padding-left: 0;
}
.step li:after {
  border-left: 3px solid #64686b;
  content: "";
  height: 100%;
  left: -14px;
  position: absolute;
  top: 21px;
  z-index: -1;
}
.step li:before {
  content: counter(step-counter);
  border: 3px solid #626262;
  border-radius: 23px;
  height: 43px;
  width: 43px;
  position: absolute;
  left: -34px;
  top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  font-weight: 600;
  z-index: 0;
}
.step li:last-child {
  padding-bottom: 0;
}
.step li:last-child > div:before {
  content: "";
  position: absolute;
  z-index: 6;
  bottom: -21px;
  left: -33px;
  margin-left: 6.5px;
  width: 25px;
  height: 0;
  border-bottom: solid 3px #64686b;
}

.step-nav__steps {
  margin: 0;
  padding: 0;
}
.step-nav__steps .step-nav__step {
  list-style: none;
  padding-left: 60px;
  position: relative;
  padding-bottom: 20px;
}
.step-nav__steps .step-nav__step h2 {
  border-top: 1px solid #dee2e6;
  padding-top: 40px;
}
.step-nav__steps .step-nav__step .btn {
  padding-left: 0;
}
.step-nav__steps .step-nav__step:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0;
  height: calc(100% + 1.5rem);
  border-left: solid 2px #b1b4b6;
  background: #fff;
  left: 5px;
  margin-left: 12px;
  top: 10px;
}
.step-nav__steps .step-nav__step:last-child:before {
  content: "";
  position: absolute;
  z-index: 6;
  bottom: -34px;
  left: 0;
  margin-left: 6.5px;
  width: 21px;
  height: 0;
  border-bottom: solid 2px #b1b4b6;
}
.step-nav__steps .step-nav__step .step-nav__circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 0;
  width: 26px;
  height: 26px;
  color: #0b0c0c;
  background: #fff;
  border-radius: 100px;
  text-align: center;
}
.step-nav__steps .step-nav__step .step-nav__circle.step-nav__circle--number {
  border: solid 2px #b1b4b6;
  top: 30px;
  width: 35px;
  height: 35px;
}
.step-nav__steps .step-nav__step .step-nav__circle.step-nav__circle--number .step-nav__circle-inner {
  margin-top: -2px;
  display: block;
  line-height: 1;
}
.step-nav__steps .step-nav__step .step-nav__circle.step-nav__circle--number .step-nav__circle-inner .step-nav__circle-background {
  text-shadow: 0 -0.1em 0 #fff, 0.1em 0 0 #fff, 0 0.1em 0 #fff, -0.1em 0 0 #fff;
  font-size: 1rem;
}

table caption {
  background-color: #dee2e6;
  caption-side: top;
  color: #495057;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.table-responsive {
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .table-responsive {
    font-size: 1rem;
  }
}
.text-light-grey {
  color: #f3f2f1;
}dnnt