@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;700&display=swap");
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap";
body {
  margin: 0;
  font-family: "Karla", sans-serif;
}

a {
  text-decoration: none;
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-800px);
  }
  100% {
    transform: translateY(0);
  }
}

body {
  margin: 0;
}
body section.header.new-header {
  background: hsla(0, 0%, 100%, 0.9);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
}
body section.header.new-header div.inner {
  padding: 10px 20px;
}
body section.header.new-header div.inner div.light-logo a img {
  max-width: 150px;
}
body section.header.new-header div.inner ul li.hs-menu-item a {
  color: #313e5b;
}

.leadin-preview-wrapper h4 {
  font-family: "Lato", sans-serif !important;
}

a {
  text-decoration: none;
}

div.anchor {
  position: absolute;
  top: -200px;
}

.acsb-trigger {
  bottom: 80px !important;
  left: 12px !important;
}

.hs-content-name-claro-resources-2023 section.claro-header div.inner {
  max-width: 1440px;
}

.hs-content-name-claro-resources-2023 section.claro-header div.inner div.menu ul li.hs-menu-depth-1 > a {
  color: #FFF;
}

.page-scrolled .hs-content-name-claro-resources-2023 section.claro-header div.inner div.menu ul li.hs-menu-depth-1 a {
  color: #fff;
}

.page-scrolled .hs-content-name-claro-resources-2023 section.claro-header div.inner div.menu ul li.hs-menu-depth-1 li.hs-menu-depth-2 a {
  color: #313e5b;
}

.page-scrolled .hs-content-name-claro-resources-2023 section.claro-header div.inner div.menu ul li.hs-menu-depth-1 li.hs-menu-depth-2:hover a {
  color: #fff;
}
/*
.page-scrolled .hs-content-name-claro-resources-2023 section.claro-header div.inner div.menu ul li.hs-menu-depth-1 li.hs-menu-depth-2 a:hover {
  color: #313e5b;
}
*/
section.solutions-resources-v2 {
  font-family: "Lato", sans-serif;
}
section.solutions-resources-v2 .load-more {
  margin: 100px 0 150px;
}
section.solutions-resources-v2 .load-more .inner {
  max-width: 1240px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
section.solutions-resources-v2 .load-more .inner .button {
  background: #007db2;
  border: 0;
  font-weight: 600;
  border-radius: 100;
  color: #FFF;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 100px;
  transition: 0.3s ease;
  cursor: pointer;
  font-size: 20px;
  line-height: 21px;
  padding: 20px 30px;
}
section.solutions-resources-v2 .load-more .inner .button:hover {
  background: #004a83;
  background: #7ac90e;
}
section.solutions-resources-v2 .load-more .inner .button.hide {
  display: none;
}
section.solutions-resources-v2 .resource-hero {
  background: linear-gradient(90deg, rgba(49,62,91,1) 0%, rgba(45,117,187,1) 100%);
  overflow: hidden;
  position: relative;
}
section.solutions-resources-v2 .resource-hero .inner {
  max-width: 1240px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}
section.solutions-resources-v2 .resource-hero .inner .content {
  max-width: 600px;
  padding: 230px 0 200px;
  margin-right: auto;
  position: relative;
}
section.solutions-resources-v2 .resource-hero .inner .content img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 600px;
  opacity: 0.25;
  transition: linear;
  animation: moveUp infinite 60s;
}
section.solutions-resources-v2 .resource-hero .inner .content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
}
section.solutions-resources-v2 .resource-hero .inner .content h1 {
  font-size: 60px;
  color: #fff;
  font-family: Lato, sans-serif;
}
section.solutions-resources-v2 .resource-hero .inner .right-side {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
section.solutions-resources-v2 .resource-hero .inner .right-side .image {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.7s ease;
}
section.solutions-resources-v2 .resource-hero .inner .right-side .image .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(22, 39, 50, 0.8);
  padding: 40px 20px;
  bottom: 0;
}
section.solutions-resources-v2 .resource-hero .inner .right-side .image .overlay .inner {
  padding: 0;
  max-width: 700px;
}
section.solutions-resources-v2 .resource-hero .inner .right-side .image .overlay .inner h2 {
  color: #FFF;
  font-size: 25px;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 15px;
}
section.solutions-resources-v2 .resource-hero .inner .right-side .image .overlay .inner .medium {
  background: #2D75BB;
  border-radius: 50px;
  color: #2D75BB;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 5px 12px;
  display: inline;
}
section.solutions-resources-v2 .resource-hero .inner .right-side .image .overlay .inner a {
  color: #2D75BB;
  font-weight: bold;
  font-size: 16px;
}
section.solutions-resources-v2 .resource-hero .inner .right-side .image .overlay .inner a i {
  margin-left: 10px;
}
section.solutions-resources-v2 .resource-hero .inner .right-side .image.show {
  opacity: 1;
  z-index: 2;
}
section.solutions-resources-v2 .filters {
  background: #f5f5f5;
  padding: 50px 20px 60px;
}
section.solutions-resources-v2 .filters .filter-inner {
  max-width: 1385px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 30px;
}
section.solutions-resources-v2 .filters input {
  border: none;
  font-size: 28px;
  border-bottom: solid #333;
  padding-bottom: 10px;
  flex: 0 0 340px;
  font-family: "Lato", sans-serif !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  border-radius: 0;
}
section.solutions-resources-v2 .filters input.clear {
  padding: 10px 0;
  color: #FFF;
  border: none;
  flex: 0 0 150px;
  background: #f5f5f5;
  transition: 0.5s ease;
  cursor: default;
  border-radius: 60px;
}
section.solutions-resources-v2 .filters select {
  border: none;
  font-size: 28px;
  border-bottom: solid #333;
  padding-bottom: 10px;
  flex: 0 0 350px;
  background-image: url("https://www.wilsonhcg.com/hubfs/chevron_down_2x%5B34334%5D.png");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 100%;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  color: #313e5b;
}
section.solutions-resources-v2 .filters select option {
  font-size: 18px;
}
section.solutions-resources-v2 .filters select.topic {
  /*opacity: 0;*/
}
section.solutions-resources-v2 .filters.active input.clear {
  background: #004a83;
  cursor: pointer;
}
section.solutions-resources-v2 .filters.active input.clear:hover {
  background: #7ac90e;
}
section.solutions-resources-v2 .filter-results {
  padding: 0px 20px;
  margin-bottom: 50px;
  background: #f5f5f5;
  transition: 0.5s ease;
  height: 0;
  opacity: 0;
  padding: 0;
}
section.solutions-resources-v2 .filter-results .inner {
  max-width: 1240px;
  margin: 0 auto;
  max-width: 1385px;
  display: flex;
}
section.solutions-resources-v2 .filter-results .inner .parameter {
  padding: 10px;
  background: #2D75BB;
  margin-right: 20px;
  display: none;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  color: #FFF;
  padding-right: 60px;
  background-position: 93% 50%;
  background-image: url("https://www.wilsonhcg.com/hubfs/parameterClose.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  transition: 0.3s ease;
}
section.solutions-resources-v2 .filter-results .inner .parameter:hover {
  background-color: #2D75BB;
}
section.solutions-resources-v2 .filter-results .inner .parameter .close {
  margin-left: 20px;
}
section.solutions-resources-v2 .filter-results .inner .parameter.active {
  display: block;
}
section.solutions-resources-v2 .filter-results.active {
  height: auto;
  opacity: 1;
  padding: 0px 20px 50px;
}
section.solutions-resources-v2 div.wrapper {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  max-width: 1440px;
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: center;
}
section.solutions-resources-v2 div.wrapper a {
  border: 1px solid #eff1fe;
  border-radius: 4px;
  flex: 0 0 calc(33.33% - 50px);
  position: relative;
  margin: 22.5px;
  display: flex;
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  cursor: pointer;
}
section.solutions-resources-v2 div.wrapper a:hover {
  transform: scale(1.04);
}
section.solutions-resources-v2 div.wrapper a:hover div.learn-more {
  color: #2D75BB;
}
section.solutions-resources-v2 div.wrapper a:hover div.learn-more:after {
  padding-left: 15px;
}
section.solutions-resources-v2 div.wrapper a .image {
  flex: 0 0 300px;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-position: center;
}
section.solutions-resources-v2 div.wrapper a .content {
  padding: 20px;
  flex: 1;
}
section.solutions-resources-v2 div.wrapper a .content .meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
section.solutions-resources-v2 div.wrapper a .content .meta .medium {
  background: #2D75BB;
  border-radius: 50px;
  color: #2D75BB;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px 12px;
}
section.solutions-resources-v2 div.wrapper a .content .meta .date {
  color: #2D75BB;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding: 3px 0;
}

section.solutions-resources-v2 div.wrapper a .content .location {
	font-size: 14px;
	color: #2D75BB;
	margin-left: 20px;
}

section.solutions-resources-v2 div.wrapper a .content .location:before {
  content: "\f3c5";
  font-size: 14px;
  position: absolute;
	left: 20px;
	margin-top: 1px;
  font-family: "Font Awesome 5 Free" !important;
  color: #2D75BB;
  font-weight: bold;
}

section.solutions-resources-v2 div.wrapper a .content .name {
  color: #313e5b;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}

section.solutions-resources-v2 div.wrapper a .content .description {
	color: #313e5b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	margin-bottom: 35px;
}
section.solutions-resources-v2 div.wrapper a .content .learn-more {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #2D75BB;
  font-weight: bold;
  font-size: 16px;
}
section.solutions-resources-v2 div.wrapper a .content .learn-more i {
  margin-left: 10px;
}
section.solutions-resources-v2 div.wrapper a.mid-cta {
  max-width: calc(100% - 45px);
  flex-basis: 100%;
  margin: 60px auto;
  background: #004a83;
  color: #FFF;
  border: 1px solid #eff1fe;
  border-radius: 4px;
  display: block;
}
section.solutions-resources-v2 div.wrapper a.mid-cta .inner {
  display: flex;
}
section.solutions-resources-v2 div.wrapper a.mid-cta .inner .left {
  flex: 1;
  padding: 60px;
  background: #313e5b;
  border-radius: 4px 0 0 4px;
}
section.solutions-resources-v2 div.wrapper a.mid-cta .inner .left .in-the-news {
  background: #eff1fe;
  border-radius: 50px;
  color: #313e5b;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 5px 12px;
  display: inline;
}
section.solutions-resources-v2 div.wrapper a.mid-cta .inner .left .header {
  font-size: 25px;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  background-color: transparent;
}
section.solutions-resources-v2 div.wrapper a.mid-cta .inner .left .subheader {
  line-height: 2;
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
}
section.solutions-resources-v2 div.wrapper a.mid-cta .inner .left .learn-more {
  background: #2D75BB;
  border-radius: 90px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 30px;
  transition: 0.3s ease;
  display: inline-block;
  margin-top: 40px;
}
section.solutions-resources-v2 div.wrapper a.mid-cta .inner .right {
  border-radius: 0px 4px 0px;
  flex: 1;
  background-size: cover;
}
section.solutions-resources-v2 div.wrapper a.hide {
  opacity: 0;
  position: absolute;
  top: -3000px;
  transition: 0.6s ease;
}
section.solutions-resources-v2 div.wrapper a.video-card .inner {
  flex-direction: row-reverse;
}
section.solutions-resources-v2 div.wrapper a.video-card .inner div.left {
  background: #FFF;
}
section.solutions-resources-v2 div.wrapper a.video-card .inner div.left .in-the-news {
  background: #004a83;
  color: #FFF;
}
section.solutions-resources-v2 div.wrapper a.video-card .inner div.left .header {
  color: #313e5b;
}
section.solutions-resources-v2 div.wrapper a.video-card .inner div.left .subheader {
  color: #313e5b;
}
section.solutions-resources-v2 div.wrapper a.video-card .inner div.left .learn-more {
  background: #007db2;
  border: 0;
  font-weight: 600;
  border-radius: 100;
  color: #FFF;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 100px;
  transition: 0.3s ease;
  cursor: pointer;
  font-size: 20px;
  line-height: 21px;
  padding: 20px 30px;
  padding: 15px 30px;
}
section.solutions-resources-v2 div.wrapper a.video-card .inner div.left .learn-more:hover {
  background: #004a83;
}
section.solutions-resources-v2 div.wrapper a.video-card .inner div.left .learn-more:after {
  display: none;
}
section.solutions-resources-v2 div.wrapper a.video-card .inner div.right {
  position: relative;
  overflow: hidden;
  flex: 2;
}
section.solutions-resources-v2 div.wrapper a.video-card .inner div.right video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1050px;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1100px) {
  body section.header.new-header div.inner {
    padding: 0;
  }
  section.solutions-resources-v2 .resource-hero .inner {
    padding: 0;
  }
  section.solutions-resources-v2 .resource-hero .inner .content {
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
  }
  section.solutions-resources-v2 .resource-hero .inner .right-side {
    position: relative;
    width: 100%;
    height: 600px;
  }
  section.solutions-resources-v2 .resource-hero .inner .right-side .image .overlay {
    padding: 40px 0;
  }
  section.solutions-resources-v2 .resource-hero .inner .right-side .image .overlay .inner {
    text-align: center;
    padding: 0 20px;
  }
  section.solutions-resources-v2 .resource-hero .inner .right-side .image .overlay .inner a {
    justify-content: center;
  }
  section.solutions-resources-v2 .filters {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.solutions-resources-v2 .filters input {
    margin: 20px;
  }
  section.solutions-resources-v2 .filters select {
    margin: 20px;
  }
  section.solutions-resources-v2 div.wrapper a {
    flex: 0 0 calc(50% - 50px);
  }
}
@media (max-width: 676px) {
  section.solutions-resources-v2 .resource-hero .inner .content p {
    padding: 0 20px;
  }
  section.solutions-resources-v2 .filters {
    display: block;
    padding-bottom: 0;
  }
  section.solutions-resources-v2 .filters input {
    margin: 20px 0;
    width: 90%;
  }
  section.solutions-resources-v2 .filters select {
    margin: 20px 0;
    width: 90%;
  }
  section.solutions-resources-v2 div.wrapper a {
    flex: 0 0 100%;
    margin: 10px 0;
  }
  section.solutions-resources-v2 div.wrapper a.mid-cta {
    max-width: 100%;
  }
  section.solutions-resources-v2 div.wrapper a.mid-cta .inner {
    flex-direction: column-reverse;
  }
  section.solutions-resources-v2 div.wrapper a.mid-cta .inner .left {
    padding: 20px;
  }
  section.solutions-resources-v2 div.wrapper a.mid-cta .inner .right {
    flex: 300px;
  }
  section.solutions-resources-v2 div.wrapper a.video-card .inner {
    flex-direction: column-reverse;
  }
  section.solutions-resources-v2 div.wrapper a.video-card .inner div.right {
    flex: 300px;
  }
}/*# sourceMappingURL=module.css.map */