.hs-is-text-blue {
  color: #304c85;
}

.hs-button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #A5A5A5;
  border: none;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.hs-button:hover {
  color: #fff;
  text-decoration: none;
}
.hs-button[disabled], .hs-button[disabled]:hover {
  box-shadow: none;
  cursor: not-allowed;
}
.hs-button--primary {
  color: #fff;
  background-color: #0A5CA9;
  border: solid 0.1rem #fff;
}
.hs-button--primary:hover {
  background-color: #524388;
  border-color: #fff;
  box-shadow: 0.2rem 0.2rem 1rem rgba(10, 92, 169, 0.42);
}
.hs-button--primary:focus, .hs-button--primary:active {
  background-color: #282755;
  border-color: #282755;
}
.hs-button--primary[disabled], .hs-button--primary[disabled]:hover {
  background-color: #A5A5A5;
}
.hs-button--outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-style: solid;
  border-width: 0.2rem;
}
.hs-button--outline:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.hs-button--outline[disabled], .hs-button--outline[disabled]:hover {
  color: #fff;
  background-color: #A5A5A5;
  border-color: transparent;
}

.hs-site-footer {
  padding: 150px 0;
  background: linear-gradient(123deg, #B32442 0%, #6D2566 50%, #095798 100%);
}
.hs-site-footer a {
  color: #ffffff;
  text-decoration: none;
}
.hs-site-footer a:hover {
  text-decoration: underline;
}
.hs-site-footer h4 {
  color: #ffffff;
  border-bottom: solid 0.1rem white;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.hs-site-footer ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.hs-site-footer ul li {
  margin-bottom: 15px;
}
.hs-site-footer__socials {
  display: flex;
  flex-wrap: wrap;
}
.hs-site-footer__socials li a {
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 20px;
  padding: 13px;
}
.hs-site-footer__socials li a svg {
  fill: #fff;
}
.hs-site-footer__socials li a:hover {
  background-color: #fff;
  text-decoration: none;
}
.hs-site-footer__socials li a:hover svg {
  fill: #304C85;
}
@media (min-width: 992px) {
  .hs-site-footer__bottom {
    margin-top: 40px;
  }
}
.hs-site-footer__branding {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 0.1rem #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .hs-site-footer__branding {
    margin-bottom: 2rem;
    padding: 0;
    border: none;
  }
  .hs-site-footer__branding:before, .hs-site-footer__branding:after {
    position: absolute;
    width: 35%;
    height: 0.1rem;
    background-color: #fff;
    content: "";
  }
  .hs-site-footer__branding:before {
    left: 0;
  }
  .hs-site-footer__branding:after {
    right: 0;
  }
}
.hs-site-footer__branding figure {
  width: 300px;
}
@media (min-width: 992px) {
  .hs-site-footer__branding figure {
    width: 240px;
  }
}
@media (min-width: 1280px) {
  .hs-site-footer__branding figure {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .hs-site-footer__text {
    margin-left: auto;
  }
  .hs-site-footer__text p {
    text-align: right;
  }
}

.hs-form-control {
  height: 44px;
  padding: 10px;
  line-height: 18px;
  border: none;
  border-radius: 0;
}

.hs-content-card {
  border: 1px solid #e9e9e9;
  height: 100%;
}
.hs-content-card figure {
  height: 250px;
}
.hs-content-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hs-content-card h4 {
  margin-top: 0;
  color: #304c85;
  font-weight: 700;
}
.hs-content-card a {
  text-decoration: none;
}
.hs-content-card a.hs-button {
  margin-top: auto;
}

.hs-action-card img {
  max-height: 80px;
}

@media only screen and (min-width: 992px) {
  .hs-main-nav {
    background-size: cover;
    background-position: center;
  }
}
.hs-main-nav #mobileNav {
  display: none;
  padding: 10px 0;
}
.hs-main-nav #mobileNav ul {
  flex-direction: column;
}
.hs-main-nav #mobileNav ul li {
  border-bottom: solid 0.1rem rgba(255, 255, 255, 0.16);
}
.hs-main-nav #mobileNav ul li a {
  padding: 2rem 2.5rem;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .hs-main-nav #desktopNav {
    display: none;
  }
}
.hs-main-nav #desktopNav a {
  padding: 15px 10px;
}
.hs-main-nav .comm-navigation__list li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.hs-main-nav .comm-navigation__list li a {
  text-decoration: none;
}
.hs-main-nav .hamburgerBtn {
  padding: 15px;
}
.hs-main-nav .hamburgerBtn button {
  color: inherit;
}
.hs-main-nav .hamburgerBtn svg {
  height: 3rem;
  width: 3rem;
}
.hs-main-nav .hamburgerBtn-wrapper {
  display: flex;
  justify-content: right;
  padding: 0 2.5rem;
}
@media only screen and (min-width: 992px) {
  .hs-main-nav .hamburgerBtn-wrapper {
    display: none;
  }
}

.hs-hero {
  min-height: 420px;
  background-position: center;
  background-size: cover;
}
.hs-hero h1 {
  max-width: 550px;
  font-size: 48px;
  font-weight: bold;
}
.hs-hero__form {
  height: calc(100% - 90px);
  background-color: rgba(0, 94, 184, 0.7);
}
.hs-hero__form input {
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  width: 100%;
}
.hs-hero__form a {
  color: #fff;
}
@media (min-width: 768px) {
  .hs-hero__form-wrapper {
    padding-left: 50px;
  }
}

.hs-top-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .hs-top-content {
    margin: -80px 0 40px;
  }
}
.hs-top-content h2 {
  color: #304c85;
  font-size: 36px;
}

.hs-StatBlock {
  margin-bottom: 10px;
}
.hs-StatBlock img {
  max-height: 80px;
  padding: 10px;
}
.hs-StatBlock .thirdSubBlock {
  padding-bottom: 10px;
}