@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://use.typekit.net/ehm4rnv.css");
body.admin-bar #container > header {
  top: 30px;
}
body.admin-bar #content {
  margin-top: 120px;
}

#content {
  margin-top: 120px;
}

#container > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  mix-blend-mode: normal;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.22);
}
#container > header #inner-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#container > header #inner-header:before, #container > header #inner-header:after {
  display: none;
}
#container > header #inner-header #header-logo-container {
  padding-left: 20px;
  flex: 1;
  height: 120px;
}
#container > header #inner-header #header-logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  margin: 0;
  padding: 0.7rem 1rem;
}
@media screen and (max-width: 768px) {
  #container > header #inner-header .mobile-nav {
    display: flex;
    align-items: center;
    width: auto;
  }
}
#container > header #inner-header .mobile-nav .menu-btn span {
  background: #351348;
}
#container > header #inner-header .mobile-nav .responsive-menu.expand {
  margin-top: 40px;
}
#container > header #inner-header .mobile-nav .responsive-menu.expand li.menu-item a {
  color: #141a1c;
}
#container > header #inner-header .mainNavigation {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
  background: none;
  padding: 0;
  height: inherit;
}
@media screen and (max-width: 768px) {
  #container > header #inner-header .mainNavigation {
    display: none;
  }
}
#container > header #inner-header .mainNavigation nav {
  height: 100%;
}
#container > header #inner-header .mainNavigation nav #main-header-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  border: 0px;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  width: inherit;
  color: #141a1c;
  font-family: "Instrument Sans", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 25px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  #container > header #inner-header .mainNavigation nav #main-header-menu > li > a {
    padding: 0 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #container > header #inner-header .mainNavigation nav #main-header-menu > li > a {
    font-size: 16px;
  }
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > a:hover, #container > header #inner-header .mainNavigation nav #main-header-menu > li > a:focus, #container > header #inner-header .mainNavigation nav #main-header-menu > li > a.active {
  background: #313252;
  color: #fff;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li:after {
  content: "";
  display: block;
  height: 32px;
  width: 1px;
  background-color: #4e6f87;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li:last-child:after {
  display: none;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 120px;
  left: 0;
  background: #313252;
  width: 100%;
  margin: 0;
  padding: 65px 0;
  z-index: -1;
  overflow: auto;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.055);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container::-webkit-scrollbar {
  width: 10px;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container::-webkit-scrollbar-track {
  background: #5e7a4c;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container::-webkit-scrollbar-thumb {
  background: #dbae55;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container::-webkit-scrollbar-thumb:hover {
  background: #af8b44;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container > .wrap {
  padding: 0 25px;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper {
  display: flex;
  align-items: stretch;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper > div {
  width: 33.3333333333%;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .featured-content {
  order: 0;
  padding-right: 50px;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .featured-content img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  #container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .featured-content img {
    height: 150px;
  }
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .featured-content .content-title {
  font-size: 2em;
  margin: 0;
  font-family: "p22-mackinac-pro", serif;
}
@media screen and (max-width: 1200px) {
  #container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .featured-content .content-title {
    font-size: 1.2em;
  }
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .featured-content .content-description {
  margin-bottom: 0;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main {
  border-right: 1px solid #fff;
  order: 1;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul {
  margin: 0;
  padding: 0;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li {
  border: 0;
  width: 100%;
  margin: 0;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li a {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  font-family: "Instrument Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  #container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li a {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li a:after {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  min-width: 45px;
  background-image: url("data:image/svg+xml,%3Csvg height='42' viewBox='0 0 17 42' width='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath class='change-bg' d='m0 6.37314999 11.6309594 12.05289421.2651314.2695133.2876926.413016.221419.4687789.1224787.4461457c.046801-.0468323.0902154.1041931.1302433.4530762s.0400279.5233584 0 .5234257c.0698235.1243833.003077.5257506-.2002393 1.204102-.2033164.6783513-.3905145 1.0521597-.5615943 1.1214251l-11.8960908 12.6744729z' style='fill: %23313252;'%3E%3C/path%3E%3Cpath class='sub-menu-arrow' d='m-6.12685001 29.5 12.05289424-11.6309594c1.42726628-1.3601921 3.72269676-1.3601921 5.14996307 0l12.0528942 11.6309594h6.3710985l-15.2379483-14.7033063c-3.1862447-3.0622583-8.33877833-3.0622583-11.52502303 0l-15.23702867 14.7033063z' fill='%23FFFFFF' fill-rule='nonzero' transform='matrix(0 1 -1 0 29.5 12.5)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  display: none;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  transform: translate(50%, 0%) rotateZ(180deg);
  z-index: 2;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li:hover a, #container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li.active a {
  color: #f4e6cc;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li:hover a:after, #container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li.active a:after {
  display: block;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li.menu-item-has-children a:after {
  transform: translate(50%, 0%);
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li:first-child a {
  padding-top: 0;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .submenu-main > ul > li ul {
  display: none;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .child-menus {
  order: 2;
  height: inherit;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .child-menus ul {
  margin: 0;
  padding: 0;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .child-menus ul > li {
  border: 0;
  width: 100%;
  margin: 0;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .child-menus ul > li a {
  position: relative;
  text-align: left;
  width: 100%;
  font-family: "Instrument Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  #container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .child-menus ul > li a {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .child-menus ul > li a:hover, #container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .child-menus ul > li a.active {
  color: #f4e6cc;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .child-menus ul > li.active a {
  color: #f4e6cc;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li > .submenu-container .submenu-wrapper .child-menus ul > li:first-child a {
  padding-top: 0;
}
#container > header #inner-header .mainNavigation nav #main-header-menu > li:hover .submenu-container, #container > header #inner-header .mainNavigation nav #main-header-menu > li.active .submenu-container {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.hero-section {
  position: relative;
  height: calc(100vh - 120px);
  min-height: 500px;
}
.hero-section .hero-bg {
  height: 100%;
}
.hero-section .hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-section .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-content {
    bottom: 0;
    top: auto;
    height: auto;
  }
}
.hero-section .hero-content .hero-content-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 40%;
  z-index: 1;
  padding: 30px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-content .hero-content-inner {
    width: 100%;
    align-items: center;
  }
}
.hero-section .hero-content .hero-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.73;
  background-image: linear-gradient(to top, #6b86f5 -24%, #5e74d0 1%, #fff 68%, #fff 82%);
  z-index: -1;
}
.hero-section .hero-content .hero-content-inner .inner-content {
  font-family: "p22-mackinac-pro", serif;
  font-size: 55px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #351348;
  max-width: 450px;
}
@media screen and (max-width: 1200px) {
  .hero-section .hero-content .hero-content-inner .inner-content {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .hero-section .hero-content .hero-content-inner .inner-content {
    max-width: none;
    text-align: center;
  }
}
.hero-section .hero-content .hero-content-inner .hero-cta {
  font-family: "Instrument Sans";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: none;
  background-color: #351348;
  text-transform: uppercase;
  padding: 20px 65px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .hero-section .hero-content .hero-content-inner .hero-cta {
    font-size: 18px;
  }
}
.hero-section .hero-content .hero-content-inner .hero-cta:hover {
  background-color: #fff;
  color: #313252;
  transform: translateY(-10px);
}

.data-section {
  display: flex;
  gap: 120px;
  position: relative;
  z-index: 1;
  padding: 100px 30px;
}
@media screen and (max-width: 768px) {
  .data-section {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .data-section {
    padding: 50px 30px;
    flex-direction: column;
    gap: 50px;
  }
}
.data-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #ecf6d0;
  z-index: -1;
}
.data-section .intro-column {
  width: 50%;
  max-width: 550px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .data-section .intro-column {
    width: 100%;
    max-width: none;
  }
}
.data-section .intro-column .inner-content {
  font-family: "Instrument Sans";
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #141a1c;
}
@media screen and (max-width: 1200px) {
  .data-section .intro-column .inner-content {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .data-section .intro-column .inner-content {
    text-align: center;
  }
}
.data-section .data-column {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 50px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .data-section .data-column {
    width: 100%;
  }
}
.data-section .data-column .data-box {
  display: flex;
  flex-direction: column;
  width: calc(50% - 25px);
  font-family: "Instrument Sans";
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #351348;
}
@media screen and (max-width: 768px) {
  .data-section .data-column .data-box {
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .data-section .data-column .data-box {
    width: 100%;
  }
}
.data-section .data-column .data-box .data-number {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .data-section .data-column .data-box .data-number {
    font-size: 48px;
  }
}
.data-section .data-column .data-box .data-label {
  padding: 0 20px;
  margin: 0 auto;
}
.data-section .data-column .data-box .progress-bar {
  position: relative;
  height: 6px;
  width: 100%;
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.3);
}
.data-section .data-column .data-box .progress-bar .progress {
  background: #8fb142;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.data-section .data-column .data-box:nth-child(2) .progress-bar .progress {
  background: #7a92a4;
}
.data-section .data-column .data-box:nth-child(3) .progress-bar .progress {
  background: #dbae55;
}
.data-section .data-column .data-box:nth-child(4) .progress-bar .progress {
  background: #7142f2;
}

.latest-news-section {
  padding: 50px 30px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .latest-news-section {
    padding: 50px 30px;
  }
}
.latest-news-section .section-title {
  font-family: "p22-mackinac-pro", serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-align: left;
  color: #35485f;
}
@media screen and (max-width: 768px) {
  .latest-news-section .section-title {
    font-size: 32px;
  }
}
.latest-news-section .news-card-container {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.latest-news-section .news-card-container .news-card {
  text-decoration: none;
  flex: 0 0 33.333333%;
  padding: 40px;
}
.latest-news-section .news-card-container .news-card:nth-child(3n+1) {
  padding-left: 0;
}
.latest-news-section .news-card-container .news-card:nth-child(3n+3) {
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  .latest-news-section .news-card-container .news-card {
    padding: 15px;
  }
  .latest-news-section .news-card-container .news-card:nth-child(3n+1) {
    padding-left: 0;
  }
  .latest-news-section .news-card-container .news-card:nth-child(3n+3) {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .latest-news-section .news-card-container .news-card {
    flex: 0 0 50%;
  }
  .latest-news-section .news-card-container .news-card:nth-child(3n+1) {
    padding-left: 15px;
  }
  .latest-news-section .news-card-container .news-card:nth-child(3n+3) {
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .latest-news-section .news-card-container .news-card {
    flex: 0 0 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .latest-news-section .news-card-container .news-card:nth-child(3n+1) {
    padding-left: 0;
  }
  .latest-news-section .news-card-container .news-card:nth-child(3n+3) {
    padding-right: 0;
  }
}
.latest-news-section .news-card-container .news-card .news-card-inner {
  position: relative;
  width: 100%;
  border-radius: 19px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 40px;
  padding-bottom: 80px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .latest-news-section .news-card-container .news-card .news-card-inner {
    padding: 20px;
    padding-bottom: 40px;
  }
}
.latest-news-section .news-card-container .news-card .news-card-inner:after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  min-width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37'%3E%3Cg id='Group_159' data-name='Group 159' transform='translate(-1608 -2248)'%3E%3Cline id='Line_73' data-name='Line 73' y2='21.772' transform='translate(1626.5 2255.614)' fill='none' stroke='%23ADC86F' stroke-width='2'/%3E%3Cline id='Line_74' data-name='Line 74' x2='20.217' transform='translate(1616.392 2266.5)' fill='none' stroke='%23ADC86F' stroke-width='2'/%3E%3Cg id='Ellipse_18' data-name='Ellipse 18' transform='translate(1608 2248)' fill='none' stroke='%23ADC86F' stroke-width='1'%3E%3Ccircle cx='18.5' cy='18.5' r='18.5' stroke='none'/%3E%3Ccircle cx='18.5' cy='18.5' r='18' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.latest-news-section .news-card-container .news-card .news-card-inner:hover {
  background: #313252;
  transform: translateY(-10px);
}
.latest-news-section .news-card-container .news-card .news-card-inner:hover .news-title,
.latest-news-section .news-card-container .news-card .news-card-inner:hover .news-summary,
.latest-news-section .news-card-container .news-card .news-card-inner:hover .news-cta {
  color: #fff;
}
.latest-news-section .news-card-container .news-card .news-card-inner .news-title {
  font-family: "p22-mackinac-pro", serif;
  font-size: 22px;
  font-weight: bold;
  color: #36445a;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.latest-news-section .news-card-container .news-card .news-card-inner .news-summary {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Instrument Sans";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #141a1c;
  margin-bottom: 10px;
}
.latest-news-section .news-card-container .news-card .news-card-inner .news-cta {
  font-weight: bold;
  color: #313552;
  font-family: "Instrument Sans";
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
}

.newsletter-section {
  padding: 0px 30px;
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .newsletter-section {
    padding: 50px 30px;
  }
}
.newsletter-section form {
  display: flex;
  align-items: stretch;
}
.newsletter-section form input {
  padding: 20px 35px;
  background-color: #f2f2f2;
  width: 100%;
  max-width: none;
  flex: 1;
  font-family: "Instrument Sans";
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #313552;
  height: auto;
  margin: 0;
}
.newsletter-section form input::placeholder {
  color: #9a9a9a;
}
@media screen and (max-width: 1200px) {
  .newsletter-section form input {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-section form input {
    font-size: 16px;
  }
}
.newsletter-section form button {
  font-family: "Instrument Sans";
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 20px 80px;
  background-color: #313252;
  border-radius: 0px;
  border: 2px solid #313252;
  transition: all 0.3s ease-in-out;
}
.newsletter-section form button:hover {
  background-color: #fff;
  color: #313252;
}
@media screen and (max-width: 1200px) {
  .newsletter-section form button {
    font-size: 24px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-section form button {
    font-size: 18px;
  }
}

.featured-projects-section {
  background-color: #313252;
  padding: 100px 30px;
}
@media screen and (max-width: 768px) {
  .featured-projects-section {
    padding: 50px 30px;
  }
}
.featured-projects-section .section-title {
  font-family: "p22-mackinac-pro", serif;
  font-size: 50px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #cce2bd;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .featured-projects-section .section-title {
    font-size: 32px;
  }
}
.featured-projects-section .projects-slider .project-slide .project-slide-inner {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .featured-projects-section .projects-slider .project-slide .project-slide-inner {
    flex-direction: column;
    gap: 50px;
  }
}
.featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-image {
  flex: 1;
  width: 100%;
  height: 250px;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-image {
    max-width: none;
    height: 150px;
    flex: none;
  }
}
.featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-image img {
    object-position: center;
  }
}
.featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-content {
    width: 100%;
  }
}
.featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-content .project-title {
  font-family: "p22-mackinac-pro", serif;
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f2f4fc;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.22;
}
@media screen and (max-width: 768px) {
  .featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-content .project-title {
    text-align: center;
    font-size: 24px;
    line-height: normal;
  }
}
.featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-content .project-summary {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Instrument Sans";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #f2f4fc;
}
@media screen and (max-width: 768px) {
  .featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-content .project-summary {
    font-size: 18px;
    line-height: normal;
  }
}
.featured-projects-section .projects-slider .project-slide .project-slide-inner .project-slide-content .slick-dots {
  display: flex !important;
  justify-content: flex-start;
}
.featured-projects-section .projects-slider .project-slide .project-slide-inner:hover .project-slide-image img {
  transform: scale(1.2) translateX(50px);
}
.featured-projects-section .projects-slider .slick-dots {
  display: none !important;
  position: relative;
  bottom: auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.featured-projects-section .projects-slider .slick-dots li button {
  border: solid 1px #707070;
  background-color: #fff;
  border-radius: 100px;
}
.featured-projects-section .projects-slider .slick-dots li button:before {
  display: none;
}
.featured-projects-section .projects-slider .slick-dots li:hover button, .featured-projects-section .projects-slider .slick-dots li.slick-active button {
  border: solid 1px #707070;
  background-color: #cce2bd;
}
.footer {
  margin-top: 2rem;
}
.footer .top-footer {
  background-color: #fff;
  padding: 50px 30px;
  height: auto;
}
.footer .top-footer .company-info {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .top-footer .company-info {
    flex-direction: column;
  }
}
.footer .top-footer .company-info .address-column {
  width: 100%;
  min-width: 250px;
  flex: 1;
}
.footer .top-footer .company-info .address-column address {
  font-family: "Instrument Sans";
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: left;
  color: #351348;
}
@media screen and (max-width: 768px) {
  .footer .top-footer .company-info .address-column address {
    text-align: center;
  }
}
.footer .top-footer .company-info .disclaimer-column {
  width: 100%;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #351348;
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  .footer .top-footer .company-info .disclaimer-column {
    text-align: center;
  }
}
.footer .top-footer .company-info .contact-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer .top-footer .company-info .contact-column {
    align-items: center;
  }
}
.footer .top-footer .company-info .contact-column .contact-cta {
  border: solid 2px #351348;
  text-decoration: none;
  padding: 12px 15px;
  font-family: "Instrument Sans";
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #351348;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.footer .top-footer .company-info .contact-column .contact-cta:hover {
  background-color: #313252;
  color: #fff;
}
.footer .top-footer .company-info .contact-column .social-links {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 10px;
}
.footer .top-footer .company-info .contact-column .social-links a {
  height: 40px;
  width: 40px;
  transition: all 0.3s ease-in-out;
}
.footer .top-footer .company-info .contact-column .social-links a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer .top-footer .company-info .contact-column .social-links a:hover {
  transform: translateY(-5px);
}
.footer .bottom-footer {
  background-color: #141a1c;
}
.footer .bottom-footer .bottom-nav-container {
  display: flex;
  align-items: center;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .footer .bottom-footer .bottom-nav-container {
    flex-direction: column;
  }
}
.footer .bottom-footer .bottom-nav-container .copyright-notice {
  padding: 0;
  margin: 0;
  font-family: "Instrument Sans";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #dadfff;
}
.footer .bottom-footer .bottom-nav-container nav {
  width: 100%;
  flex: 1;
}
.footer .bottom-footer .bottom-nav-container nav .footer-links {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer .bottom-footer .bottom-nav-container nav .footer-links {
    justify-content: center;
    margin-top: 10px;
  }
}
.footer .bottom-footer .bottom-nav-container nav .footer-links .nav {
  display: flex;
  width: auto;
  margin: 0;
}
.footer .bottom-footer .bottom-nav-container nav .footer-links .nav .menu-item {
  margin: 0;
  width: auto;
}
.footer .bottom-footer .bottom-nav-container nav .footer-links .nav .menu-item a {
  font-family: "Instrument Sans";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #dadfff;
  padding: 0 1em;
}

.home.page-template .footer {
  margin-top: 0;
}

body.blog .pagination .page-numbers li {
  clear: none !important;
}

.heroInterior h1,
.infoBoxes ul li,
.staffSidebar {
  background-color: #351348;
}

.post-type-archive-staff #main ul.facetProjects,
.post-type-archive-projects #main ul.facetProjects,
.post-type-archive-rwjflit #main ul.facetProjects,
.post-type-archive-resources #main ul.facetProjects,
.page-template-BoardPage #main ul.facetProjects,
.page-template-publications-page #main ul.facetProjects,
.page-template-tools-page #main ul.facetProjects {
  background-color: #351348;
}

.page-template-tmf-page .staffSidebar,
.page-template-tmf-page1 .staffSidebar,
.page-template-CHFO-page .staffSidebar {
  background-color: #351348;
}

body,
.Full-Width #FullWidthPageHeader h1 {
  color: #141a1c;
}

a,
a:visited {
  color: #141a1c;
}

.post-type-archive-staff h1:first-child,
.post-type-archive-projects h1:first-child,
.post-type-archive-rwjflit h1:first-child,
.post-type-archive-resources h1:first-child,
.page-template-BoardPage h1:first-child,
.page-template-publications-page h1:first-child,
.page-template-tools-page h1:first-child {
  color: #141a1c;
}

h2,
.h2 {
  color: #141a1c;
}

.page-template-careers-page .positions li p,
.page-template-tmf-page .positions li p,
.page-template-tmf-page1 .positions li p,
.page-template-CHFO-page .positions li p {
  color: #141a1c;
}

.facetwp-page {
  color: #141a1c;
}

.blog article,
.post-type-archive-jobs article {
  color: #141a1c;
}

.staffSidebar .button {
  color: #141a1c;
}

.accordion .accordion-title {
  color: #141a1c;
}

body {
  font-family: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.heroInterior h1,
.infoBoxes ul li,
.staffSidebar,
.AccomplishmentCircles h2,
.Full-Width #FullWidthPageHeader h1,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "p22-mackinac-pro", serif;
}

.page-template-BoardPage .archive-title {
  padding-left: 45px;
}
.page-template-BoardPage h2 {
  padding-left: 30px;
}

.heroInterior h1 a:visited,
.infoBoxes ul li a:visited,
.staffSidebar a:visited {
  color: #7142f2;
  text-decoration: underline !important;
}

/*# sourceMappingURL=custom.css.map */
