@charset "UTF-8";
/* Colors */
/* Breakpoint Sizes */
* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased; }
  * * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box; }
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

p {
  font-size: 1rem;
  font-weight: 300;
  color: #484848;
  margin-bottom: 12px;
  line-height: 1.33; }
  @media (min-width: 768px) {
    p {
      font-size: 1.125rem;
      margin-bottom: 16px;
      line-height: 1.5; } }

footer {
  display: block; }

header {
  display: block; }

nav {
  display: block; }

main {
  display: block;
  overflow-x: hidden; }

section {
  display: block; }

html {
  overflow-x: hidden;
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%; }

.button {
  display: inline-block;
  background-color: #23628f;
  text-transform: uppercase;
  margin-right: 16px;
  margin-bottom: 16px;
  text-decoration: none;
  color: white;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 1.8px;
  max-width: 297px;
  text-align: center;
  font-size: 1.125rem;
  border-radius: 4px;
  padding: 12px 20px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  transition: background-color .4s ease, color .4s ease; }
  .button:hover {
    color: #23628f !important;
    background-color: white !important; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.hidden {
  display: none; }

.page-container {
  background-color: white; }
  .page-container > .page-width {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1640px; }
    @media (min-width: 768px) {
      .page-container > .page-width {
        width: calc(100% - 80px); } }
    @media (min-width: 1250px) {
      .page-container > .page-width {
        width: calc(100% - 120px); } }
  .page-container > .wysiwyg {
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 24px; }
    @media (min-width: 1250px) {
      .page-container > .wysiwyg {
        padding-bottom: 40px; } }

.container.page-width {
  width: calc(100% - 40px);
  margin: 0 auto 24px;
  max-width: 1640px; }
  @media (min-width: 768px) {
    .container.page-width {
      width: calc(100% - 80px); } }
  @media (min-width: 1250px) {
    .container.page-width {
      width: calc(100% - 120px);
      margin-bottom: 40px; } }

h1 {
  font-size: 1.875rem;
  color: #23628f;
  font-family: "Roboto Slab", serif;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.5rem; } }
  @media (min-width: 1250px) {
    h1 {
      font-size: 3.5rem;
      margin-bottom: 20px; } }

h2 {
  font-size: 1.75rem;
  color: #23628f;
  font-family: "Roboto Slab", serif;
  margin-bottom: 16px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.25rem;
      margin-bottom: 24px; } }
  @media (min-width: 1250px) {
    h2 {
      font-size: 3rem;
      margin-bottom: 20px;
      margin-bottom: 32px; } }

h3 {
  font-size: 1.5rem;
  color: #23628f;
  font-family: "Roboto Slab", serif;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 2rem; } }
  @media (min-width: 1250px) {
    h3 {
      font-size: 2.25rem;
      margin-bottom: 20px; } }

h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #23628f;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 2rem; } }
  @media (min-width: 1250px) {
    h4 {
      font-size: 2rem;
      margin-bottom: 20px; } }

h5 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #23628f;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    h5 {
      font-size: 1.5rem; } }
  @media (min-width: 1250px) {
    h5 {
      font-size: 1.5rem;
      margin-bottom: 20px; } }

h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #23628f;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    h6 {
      font-size: 1.375rem; } }
  @media (min-width: 1250px) {
    h6 {
      font-size: 1.375rem;
      margin-bottom: 20px; } }

.wysiwyg {
  padding-top: 24px; }
  @media (min-width: 768px) {
    .wysiwyg {
      padding-top: 30px; } }
  @media (min-width: 1250px) {
    .wysiwyg {
      padding-top: 40px; } }

.wysiwyg a, .elementor-widget-text-editor .elementor-widget-container a {
  color: #23628f;
  text-decoration: none; }
  .wysiwyg a:hover, .elementor-widget-text-editor .elementor-widget-container a:hover {
    text-decoration: underline; }

.wysiwyg ul, .elementor-widget-text-editor .elementor-widget-container ul {
  list-style-position: inside;
  color: #484848;
  text-align: left;
  list-style: none;
  font-size: 1rem;
  margin-bottom: 24px;
  padding-left: 32px; }
  @media (min-width: 768px) {
    .wysiwyg ul, .elementor-widget-text-editor .elementor-widget-container ul {
      font-size: 1.125rem; } }
  .wysiwyg ul li, .elementor-widget-text-editor .elementor-widget-container ul li {
    margin-bottom: 8px;
    line-height: 1.5;
    text-indent: -8px; }
    .wysiwyg ul li::before, .elementor-widget-text-editor .elementor-widget-container ul li::before {
      content: "· ";
      font-size: 30px;
      vertical-align: middle;
      line-height: 20px;
      margin: -3px 8px 0 0;
      display: inline-block; }

.wysiwyg ol, .elementor-widget-text-editor .elementor-widget-container ol {
  font-size: 1rem;
  margin-bottom: 24px;
  padding-left: 32px;
  color: #484848; }
  @media (min-width: 768px) {
    .wysiwyg ol, .elementor-widget-text-editor .elementor-widget-container ol {
      font-size: 1.125rem; } }
  .wysiwyg ol li, .elementor-widget-text-editor .elementor-widget-container ol li {
    margin-bottom: 8px;
    line-height: 1.5; }

.link-button {
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .link-button {
      padding-bottom: 32px; } }
  @media (min-width: 1250px) {
    .link-button {
      padding-bottom: 40px; } }

.msg-404 {
  padding-bottom: 80px; }

.multi-col-callout {
  max-width: 1450px;
  margin: 0 auto 50px;
  padding: 0 15px; }
  .multi-col-callout .heading {
    padding: 0 10px;
    margin-bottom: 16px; }
  .multi-col-callout .row {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .multi-col-callout .row {
        flex-direction: row; } }
    .multi-col-callout .row .col {
      width: 100%;
      padding: 10px; }
      .multi-col-callout .row .col .card {
        background-color: white;
        border: 1px solid #c4c4c4;
        height: 100%; }
        .multi-col-callout .row .col .card .col-image {
          max-height: 250px;
          height: 50vw;
          width: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          @media (min-width: 768px) {
            .multi-col-callout .row .col .card .col-image {
              height: 30vw; } }
        .multi-col-callout .row .col .card .card-body {
          padding: 30px; }
          @media (min-width: 768px) {
            .multi-col-callout .row .col .card .card-body {
              padding: 24px; } }
          @media (min-width: 1024px) {
            .multi-col-callout .row .col .card .card-body {
              padding: 30px; } }
          .multi-col-callout .row .col .card .card-body .col-heading {
            margin-bottom: 20px; }
          .multi-col-callout .row .col .card .card-body .col-content {
            margin-bottom: 20px; }
    @media (min-width: 768px) {
      .multi-col-callout .row .col[data-col-count="4"] {
        padding: 6px; } }
    @media (min-width: 1024px) {
      .multi-col-callout .row .col[data-col-count="4"] {
        padding: 10px; } }
    @media (min-width: 768px) {
      .multi-col-callout .row .col[data-col-count="4"] .card .card-body {
        padding: 24px 16px; } }
    @media (min-width: 1024px) {
      .multi-col-callout .row .col[data-col-count="4"] .card .card-body {
        padding: 30px; } }

.full-width-callout {
  max-width: 1450px;
  margin: 0 auto 50px;
  padding: 40px 25px; }
  @media (min-width: 768px) {
    .full-width-callout {
      padding: 50px; } }
  .full-width-callout .heading {
    margin-bottom: 16px; }
  .full-width-callout .content {
    margin-bottom: 24px; }

.top-nav-container {
  display: none; }
  @media (min-width: 768px) {
    .top-nav-container {
      display: block;
      padding: 8px 18px;
      transition: background-color .4s ease; } }
  @media (min-width: 1250px) {
    .top-nav-container {
      background-color: rgba(255, 255, 255, 0.79);
      margin: 0 -24px;
      display: flex;
      padding: 8px 18px;
      justify-content: flex-end; } }
  .top-nav-container .search-link {
    color: #23628f;
    text-decoration: none;
    font-size: 1.125rem;
    padding: 12px 20px;
    letter-spacing: 1.8px;
    margin-right: 10px;
    display: none; }
    @media (min-width: 1250px) {
      .top-nav-container .search-link {
        display: inline-block; } }
    .top-nav-container .search-link:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .top-nav-container .top-nav ul {
      display: flex;
      justify-content: flex-end;
      align-items: center; } }
  @media (min-width: 768px) {
    .top-nav-container .top-nav ul li:not(:nth-last-child(-n+2)) {
      display: none; } }
  @media (min-width: 1250px) {
    .top-nav-container .top-nav ul li:not(:nth-last-child(-n+2)) {
      display: inline-block; } }
  .top-nav-container .top-nav ul li:not(:nth-last-child(-n+2)) a {
    color: #23628f;
    text-decoration: none;
    font-size: 1.125rem;
    padding: 12px 20px;
    letter-spacing: 1.8px;
    margin-right: 10px;
    transition: background-color .4s ease, color .4s ease; }
    .top-nav-container .top-nav ul li:not(:nth-last-child(-n+2)) a:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .top-nav-container .top-nav ul li:nth-last-child(-n+2) {
      display: inline-block;
      margin-left: 18px; } }
  .top-nav-container .top-nav ul li:nth-last-child(-n+2) a {
    display: inline-block;
    background-color: #23628f;
    text-decoration: none;
    color: white;
    line-height: 1.33;
    letter-spacing: 1.8px;
    max-width: 297px;
    text-align: center;
    font-size: 1.125rem;
    border-radius: 4px;
    padding: 12px 20px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    transition: background-color .4s ease, color .4s ease; }
    .top-nav-container .top-nav ul li:nth-last-child(-n+2) a:hover {
      background-color: white;
      color: #23628f; }
  @media (min-width: 768px) {
    .top-nav-container.active {
      background-color: #23628f; } }
  @media (min-width: 1250px) {
    .top-nav-container.active {
      background-color: white; } }
  @media (min-width: 768px) {
    .top-nav-container.active .top-nav ul li:nth-last-child(-n+2) a {
      background-color: white;
      color: #23628f; } }
  @media (min-width: 1250px) {
    .top-nav-container.active .top-nav ul li:nth-last-child(-n+2) a {
      background-color: #23628f;
      color: white; } }
  @media (min-width: 768px) {
    .top-nav-container.active .top-nav ul li:nth-last-child(-n+2) a:hover {
      background-color: #23628f;
      color: white; } }
  @media (min-width: 1250px) {
    .top-nav-container.active .top-nav ul li:nth-last-child(-n+2) a:hover {
      background-color: white;
      color: #23628f; } }

.nav-container {
  position: relative;
  z-index: 1000;
  width: 100%; }
  @media (min-width: 768px) {
    .nav-container {
      margin: 0 40px;
      width: calc(100% - 80px);
      transition: box-shadow .4s ease, background-color .4s ease; } }
  @media (min-width: 1250px) {
    .nav-container {
      display: flex;
      width: calc(100% + 24px);
      margin: 0;
      justify-content: space-between;
      background-color: rgba(255, 255, 255, 0.77); } }
  .nav-container .nav-inner-container {
    max-width: 1850px;
    margin: 0 auto; }
  .nav-container .mobile-container {
    height: 75px; }
    @media (min-width: 1250px) {
      .nav-container .mobile-container {
        top: -67px;
        height: 50px; } }
    .nav-container .mobile-container .logo {
      display: inline-block;
      height: 100%;
      width: 200px;
      padding: 8px;
      z-index: 3; }
      @media (min-width: 768px) {
        .nav-container .mobile-container .logo {
          width: 275px;
          transition: opacity .2s ease; } }
      @media (min-width: 1250px) {
        .nav-container .mobile-container .logo {
          left: 4vw;
          max-height: 115px;
          height: 11vw;
          padding: 10px 0 0;
          max-width: 350px;
          width: 25vw; } }
      @media (min-width: 1920px) {
        .nav-container .mobile-container .logo {
          left: 140px; } }
      .nav-container .mobile-container .logo svg {
        width: 100%;
        height: 100%; }
      .nav-container .mobile-container .logo .i72-image {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%; }
      .nav-container .mobile-container .logo .i72-svg {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .nav-container .mobile-container .logo .i72-svg svg {
          width: 100%;
          height: 100%; }
    .nav-container .mobile-container .menu-toggle {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 99;
      background-color: transparent;
      transition: height .4s ease, box-shadow .4s ease, background-color .4s ease, padding .4s ease, top .4s ease;
      padding: 25px 27px 23px;
      height: 75px; }
      @media (min-width: 768px) {
        .nav-container .mobile-container .menu-toggle {
          padding: 21px 29px 16px;
          height: 75px; } }
      @media (min-width: 1250px) {
        .nav-container .mobile-container .menu-toggle {
          display: none; } }
      .nav-container .mobile-container .menu-toggle span {
        background-color: #23628f;
        width: 47px;
        height: 5px;
        margin-bottom: 7px;
        display: block;
        opacity: 1;
        transition: all .4s ease; }
        .nav-container .mobile-container .menu-toggle span:nth-child(2) {
          transition: opacity .2s ease; }
  .nav-container .main-nav-container {
    background-color: white;
    padding: 0 32px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);
    width: 100%;
    z-index: 9;
    transition: padding .4s ease, max-height .4s ease, margin-top .4s ease; }
    @media (min-width: 768px) {
      .nav-container .main-nav-container {
        padding: 0 32px; } }
    @media (min-width: 1250px) {
      .nav-container .main-nav-container {
        padding: 0;
        width: auto;
        max-height: none;
        overflow: visible;
        background-color: transparent;
        position: relative;
        box-shadow: none;
        width: 75%;
        max-width: 975px; } }
    .nav-container .main-nav-container .mobile-nav-bottom {
      padding: 30px 32px 16px;
      margin: 0 -32px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      background-color: #eef5fb; }
      @media (min-width: 768px) {
        .nav-container .main-nav-container .mobile-nav-bottom {
          padding: 36px 32px;
          display: flex;
          justify-content: center;
          flex-wrap: wrap; } }
      @media (min-width: 1250px) {
        .nav-container .main-nav-container .mobile-nav-bottom {
          display: none; } }
      .nav-container .main-nav-container .mobile-nav-bottom .search-link {
        text-decoration: none;
        font-size: .875rem;
        font-weight: 700;
        color: #14486e;
        padding: 9px 0 3px;
        margin-bottom: 4px;
        letter-spacing: .7px;
        display: table;
        min-width: 100px; }
        @media (min-width: 768px) {
          .nav-container .main-nav-container .mobile-nav-bottom .search-link {
            color: #23628f;
            font-size: 1.125rem;
            letter-spacing: 1.8px;
            margin: 0 14px;
            padding: 12px 2px 2px;
            min-width: auto; } }
        .nav-container .main-nav-container .mobile-nav-bottom .search-link svg {
          margin-left: 4px; }
          @media (min-width: 768px) {
            .nav-container .main-nav-container .mobile-nav-bottom .search-link svg {
              margin-left: 2px;
              width: 16px;
              height: auto; } }
          .nav-container .main-nav-container .mobile-nav-bottom .search-link svg g {
            stroke: #23628f; }
          .nav-container .main-nav-container .mobile-nav-bottom .search-link svg line {
            stroke: #23628f; }
      .nav-container .main-nav-container .mobile-nav-bottom .search-link.active {
        border-bottom: 2px solid; }
    .nav-container .main-nav-container .top-nav ul {
      list-style: none; }
      .nav-container .main-nav-container .top-nav ul li {
        margin-bottom: 4px; }
        @media (min-width: 768px) {
          .nav-container .main-nav-container .top-nav ul li {
            display: inline-block;
            margin: 0; } }
        @media (min-width: 768px) {
          .nav-container .main-nav-container .top-nav ul li:nth-last-child(-n+2) {
            display: none; } }
        .nav-container .main-nav-container .top-nav ul li:nth-last-child(-n+2) a {
          display: inline-block;
          background-color: #23628f;
          text-decoration: none;
          color: white;
          line-height: 1.33;
          margin-top: 10px;
          letter-spacing: 1.8px;
          max-width: 297px;
          text-align: center;
          font-size: 1.125rem;
          border-radius: 4px;
          padding: 12px 20px;
          box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
          transition: background-color .4s ease, color .4s ease; }
          @media (min-width: 768px) {
            .nav-container .main-nav-container .top-nav ul li:nth-last-child(-n+2) a {
              font-size: 1.125rem;
              color: #23628f;
              margin: 0 14px;
              padding: 12px 2px 2px;
              letter-spacing: 1.8px;
              min-width: auto; } }
          .nav-container .main-nav-container .top-nav ul li:nth-last-child(-n+2) a:hover {
            background-color: white;
            color: #23628f; }
        .nav-container .main-nav-container .top-nav ul li a {
          text-decoration: none;
          font-size: .875rem;
          font-weight: 700;
          color: #14486e;
          padding: 9px 0 3px;
          letter-spacing: .7px;
          display: table;
          min-width: 100px; }
    .nav-container .main-nav-container #menu-main-nav {
      list-style: none;
      padding-bottom: 12px; }
      @media (min-width: 1250px) {
        .nav-container .main-nav-container #menu-main-nav {
          display: flex;
          justify-content: flex-end;
          height: 50px;
          width: 100%;
          padding-bottom: 0;
          margin-left: auto;
          padding-right: 24px; } }
      .nav-container .main-nav-container #menu-main-nav > li {
        cursor: pointer; }
        @media (min-width: 1250px) {
          .nav-container .main-nav-container #menu-main-nav > li {
            display: inline-block; } }
        .nav-container .main-nav-container #menu-main-nav > li a {
          font-size: 1rem;
          display: inline-block;
          font-weight: 600;
          text-transform: uppercase;
          line-height: 1.41;
          color: #23628f;
          text-decoration: none;
          padding: 12px 32px 12px 0;
          transition: background-color .4s ease; }
          @media (min-width: 768px) {
            .nav-container .main-nav-container #menu-main-nav > li a {
              padding: 16px 48px 16px 0;
              font-size: 1.5rem; } }
          @media (min-width: 1250px) {
            .nav-container .main-nav-container #menu-main-nav > li a {
              font-size: 1.25rem;
              font-weight: 400;
              color: #23628f;
              border-bottom: none;
              height: 100%;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              padding: 12px 24px;
              transition: font-weight .2s ease; } }
          .nav-container .main-nav-container #menu-main-nav > li a:hover {
            text-decoration: underline; }
            @media (min-width: 1250px) {
              .nav-container .main-nav-container #menu-main-nav > li a:hover {
                text-decoration: none;
                font-weight: 600; } }
          @media (min-width: 1250px) {
            .nav-container .main-nav-container #menu-main-nav > li a::before {
              display: block;
              content: attr(title);
              font-weight: 700;
              height: 1px;
              color: transparent;
              overflow: hidden;
              visibility: hidden; } }
        @media (min-width: 1250px) {
          .nav-container .main-nav-container #menu-main-nav > li a.active {
            font-weight: 600; } }
        .nav-container .main-nav-container #menu-main-nav > li a.active + .mobile-excerpt {
          max-height: 0;
          opacity: 0;
          transition: max-height 0s ease, opacity 0s ease; }
        .nav-container .main-nav-container #menu-main-nav > li .mobile-excerpt {
          transition: max-height 0s ease, opacity .4s ease;
          max-height: 500px;
          overflow: hidden;
          font-size: 1rem;
          opacity: 1; }
          @media (min-width: 1250px) {
            .nav-container .main-nav-container #menu-main-nav > li .mobile-excerpt {
              display: none; } }
        .nav-container .main-nav-container #menu-main-nav > li > .sub-menu {
          padding: 0 15px;
          max-height: 0;
          overflow: hidden;
          visibility: hidden;
          list-style: none;
          transition: padding .4s ease, max-height .4s ease, visibility .4s ease; }
          @media (min-width: 768px) {
            .nav-container .main-nav-container #menu-main-nav > li > .sub-menu {
              padding: 0 20px;
              display: flex; } }
          @media (min-width: 1250px) {
            .nav-container .main-nav-container #menu-main-nav > li > .sub-menu {
              position: absolute;
              width: 966px;
              padding: 0 40px;
              left: -20vw;
              background-color: white;
              top: 48px;
              border-bottom-left-radius: 16px;
              border-bottom-right-radius: 16px; } }
          .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section {
            margin: 0 -15px;
            text-align: center; }
            @media (min-width: 768px) {
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section {
                margin: 0;
                padding-right: 56px;
                flex-basis: 50%;
                text-align: right; } }
            @media (min-width: 1250px) {
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section {
                text-align: center;
                padding-right: 50px; } }
            .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > p {
              display: block;
              font-size: 1rem;
              margin-bottom: 16px;
              text-align: left;
              opacity: 0;
              transition: opacity .4s ease; }
              @media (min-width: 768px) {
                .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > p {
                  margin-bottom: 20px;
                  text-align: right; } }
              @media (min-width: 1250px) {
                .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > p {
                  opacity: 1;
                  font-size: 1.125rem;
                  text-align: left; } }
            .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > a {
              display: inline-block;
              box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
              border-radius: 4px;
              padding: 8px 23px 10px;
              text-decoration: none;
              background-color: #23628f;
              margin-bottom: 12px;
              transition: background-color .4s ease; }
              @media (min-width: 768px) {
                .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > a {
                  width: auto;
                  height: auto;
                  display: inline-block;
                  border-radius: 4px;
                  padding: 2px 23px 8px;
                  margin-bottom: 0; } }
              @media (min-width: 1250px) {
                .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > a {
                  font-size: 1.125rem;
                  padding: 6px 23px 8px; } }
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > a h4 {
                display: none; }
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > a span {
                font-size: 1rem;
                color: white;
                font-weight: 400;
                letter-spacing: 0.8px;
                transition: color .4s ease; }
                @media (min-width: 768px) {
                  .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > a span {
                    letter-spacing: 1.8px; } }
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > a:hover {
                background-color: white; }
                .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section > a:hover span {
                  color: #23628f; }
            @media (min-width: 768px) {
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu .main-nav__parent-page-section::after {
                content: '';
                position: absolute;
                height: 100%;
                width: 6px;
                top: 0;
                right: 0;
                background-color: #ddeaf5; } }
          .nav-container .main-nav-container #menu-main-nav > li > .sub-menu ul {
            list-style: none; }
            @media (min-width: 768px) {
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu ul {
                margin-top: -16px;
                padding-left: 50px;
                flex-basis: 50%; } }
            @media (min-width: 1250px) {
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu ul {
                padding-left: 44px; } }
          .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li {
            border-bottom: solid 1px #ddeaf5; }
            @media (min-width: 1250px) {
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li {
                display: block; } }
            .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li:last-child {
              border: 0; }
            .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li a {
              border-bottom: none;
              padding: 12px 0;
              font-size: 1rem;
              font-weight: 400;
              text-transform: none; }
              @media (min-width: 1250px) {
                .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li a {
                  font-size: 1.25rem;
                  padding: 12px 0;
                  height: auto;
                  display: block;
                  text-align: left;
                  line-height: 1.2; } }
            .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li > .sub-menu {
              margin-left: 36px;
              list-style: none;
              transition: padding .4s ease, max-height .4s ease, visibility .4s ease; }
              @media (min-width: 768px) {
                .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li > .sub-menu {
                  margin: 0 0 0 36px;
                  padding: 0; } }
              @media (min-width: 1250px) {
                .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li > .sub-menu {
                  margin-left: 44px; } }
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li > .sub-menu li {
                border-bottom: 0; }
                .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li > .sub-menu li a {
                  padding: 10px 0; }
                  @media (min-width: 768px) {
                    .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li > .sub-menu li a {
                      padding: 8px 0; } }
                  @media (min-width: 1250px) {
                    .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li > .sub-menu li a {
                      padding: 8px 0; } }
            @media (min-width: 1250px) {
              .nav-container .main-nav-container #menu-main-nav > li > .sub-menu li::after {
                content: none; } }
        .nav-container .main-nav-container #menu-main-nav > li > .sub-menu.active {
          max-height: 1000px;
          padding: 0 15px 8px;
          visibility: visible; }
          @media (min-width: 768px) {
            .nav-container .main-nav-container #menu-main-nav > li > .sub-menu.active {
              padding: 0 20px 8px;
              margin-bottom: 32px; } }
          @media (min-width: 1250px) {
            .nav-container .main-nav-container #menu-main-nav > li > .sub-menu.active {
              padding: 44px 40px;
              box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); } }
          .nav-container .main-nav-container #menu-main-nav > li > .sub-menu.active .main-nav__parent-page-section > p {
            opacity: 1; }
        @media (min-width: 1250px) {
          .nav-container .main-nav-container #menu-main-nav > li:nth-child(3) .sub-menu {
            right: -15px;
            left: auto; } }
        @media (min-width: 1250px) {
          .nav-container .main-nav-container #menu-main-nav > li:nth-child(2) .sub-menu {
            left: auto;
            right: -130px; } }
        @media (min-width: 1250px) {
          .nav-container .main-nav-container #menu-main-nav > li::after {
            content: '';
            position: absolute;
            height: 23px;
            width: 2px;
            right: -1px;
            top: 50%;
            transform: translateY(-50%);
            background-color: #23628f; } }
        @media (min-width: 1250px) {
          .nav-container .main-nav-container #menu-main-nav > li:last-child::after {
            content: none; } }
      .nav-container .main-nav-container #menu-main-nav > li.menu-item-has-children > a::after {
        content: '';
        background-image: url("../images/caret.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        right: 0;
        transition: transform .4s ease; }
        @media (min-width: 768px) {
          .nav-container .main-nav-container #menu-main-nav > li.menu-item-has-children > a::after {
            width: 24px;
            height: 24px; } }
        @media (min-width: 1250px) {
          .nav-container .main-nav-container #menu-main-nav > li.menu-item-has-children > a::after {
            content: none; } }
      .nav-container .main-nav-container #menu-main-nav > li.menu-item-has-children > a.active::after {
        transform: translateY(-50%) rotate(270deg); }

@media (min-width: 768px) {
  .nav-container.active {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } }

@media (min-width: 1250px) {
  .nav-container.active {
    box-shadow: none;
    background-color: white; } }

.nav-container.active .mobile-container {
  height: 75px; }
  @media (min-width: 1250px) {
    .nav-container.active .mobile-container {
      height: 50px; } }
  @media (min-width: 768px) {
    .nav-container.active .mobile-container .logo {
      opacity: 0; } }
  @media (min-width: 1250px) {
    .nav-container.active .mobile-container .logo {
      opacity: 1; } }
  @media (min-width: 768px) {
    .nav-container.active .mobile-container .menu-toggle {
      top: 24px; } }
  .nav-container.active .mobile-container .menu-toggle span {
    transform: rotate(45deg);
    margin-top: 14px;
    height: 4px;
    width: 32px;
    background-color: #23628f; }
    .nav-container.active .mobile-container .menu-toggle span:nth-child(2) {
      opacity: 0; }
    .nav-container.active .mobile-container .menu-toggle span:last-child {
      transform: rotate(135deg);
      margin-top: -29px; }

.nav-container.active .main-nav-container {
  background-color: white;
  padding: 6px 32px 0;
  max-height: 5000px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: visible; }
  @media (min-width: 768px) {
    .nav-container.active .main-nav-container {
      padding: 6px 32px 0;
      margin-top: -55px; } }
  @media (min-width: 1250px) {
    .nav-container.active .main-nav-container {
      padding: 0;
      margin-top: 0;
      background-color: transparent; } }

@media (min-width: 1250px) {
  header {
    position: absolute;
    width: 100%;
    z-index: 99999;
    padding-right: 24px; } }

@media (min-width: 1250px) {
  header.active .top-nav-container {
    background-color: white; } }

@media (min-width: 1250px) {
  header.active .nav-container {
    background-color: white; } }

header.admin {
  margin-top: 46px; }
  @media (min-width: 783px) {
    header.admin {
      margin-top: 32px; } }

header.fixed {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 9999;
  top: 0;
  left: 0; }

.carousel {
  margin: 0 auto 48px;
  padding: 32px 0; }
  @media (min-width: 768px) {
    .carousel {
      margin-bottom: 60px;
      padding: 48px 0; } }
  @media (min-width: 1250px) {
    .carousel {
      margin-bottom: 80px;
      padding: 64px 0; } }
  .carousel > h2 {
    text-align: center;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .carousel > h2 {
        margin-bottom: 32px; } }

.carousel__container {
  overflow: hidden;
  margin: 0 auto 32px;
  max-width: 100%; }

.carousel__slides {
  white-space: nowrap;
  overflow: hidden;
  height: 85vw; }
  @media (min-width: 768px) {
    .carousel__slides {
      height: 45vw;
      max-height: 750px; } }
  .carousel__slides > li {
    display: block;
    list-style: none;
    float: left;
    height: 100%;
    width: 100vw; }
    @media (min-width: 768px) {
      .carousel__slides > li {
        width: 85vw;
        max-width: 1450px; } }
    .carousel__slides > li .carousel__img {
      height: 100%;
      width: 100%;
      background-position: calc(50% - 20px) center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .carousel__slides > li .carousel__img {
          background-position: center; } }

.carousel__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 3; }
  .carousel__prev svg {
    transform: rotate(90deg);
    width: 40px;
    height: auto; }
    @media (min-width: 768px) {
      .carousel__prev svg {
        width: 60px; } }
    @media (min-width: 1250px) {
      .carousel__prev svg {
        width: 90px; } }
    .carousel__prev svg path {
      fill: #fff; }

.carousel__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 3;
  left: auto;
  right: 0;
  z-index: 3; }
  .carousel__next svg {
    transform: rotate(90deg);
    width: 40px;
    height: auto;
    transform: rotate(270deg); }
    @media (min-width: 768px) {
      .carousel__next svg {
        width: 60px; } }
    .carousel__next svg path {
      fill: #fff; }
    @media (min-width: 1250px) {
      .carousel__next svg {
        width: 90px; } }

.hero {
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .hero {
      min-height: 425px; } }
  @media (min-width: 1250px) {
    .hero {
      min-height: 575px;
      padding-top: 157px; } }
  @media (min-width: 1920px) {
    .hero {
      min-height: 655px; } }
  .hero .image-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    width: calc(100% - 30vw);
    left: 30vw;
    height: 100%; }
  .hero .overlay {
    position: absolute;
    inset: 0;
    z-index: 1; }
  .hero .overlay.blue {
    background-image: linear-gradient(to right, #fff 40%, transparent); }
    @media (min-width: 768px) {
      .hero .overlay.blue {
        background-image: linear-gradient(to right, #fff 37%, transparent); } }
    @media (min-width: 1250px) {
      .hero .overlay.blue {
        background-image: linear-gradient(to right, #fff 33%, transparent); } }
    @media (min-width: 1920px) {
      .hero .overlay.blue {
        background-image: linear-gradient(to right, #fff 30%, transparent); } }

.hero__inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  width: 60%;
  z-index: 2;
  max-width: 350px; }
  @media (min-width: 768px) {
    .hero__inner-container {
      padding: 40px;
      max-width: 450px;
      width: 56%; } }
  @media (min-width: 1250px) {
    .hero__inner-container {
      padding: 60px 60px 60px 6vw;
      max-width: 45vw; } }

.hero__title {
  margin-bottom: 16px;
  color: #23628f;
  font-size: 1.25rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .hero__title {
      font-size: 2.5rem;
      line-height: 1.25; } }
  @media (min-width: 1250px) {
    .hero__title {
      margin-bottom: 24px;
      font-size: 3rem;
      line-height: 1.2; } }
  @media (min-width: 1920px) {
    .hero__title {
      font-size: 3.5rem;
      line-height: 1.07; } }

.hero__text {
  margin-bottom: 24px;
  line-height: 1.13;
  letter-spacing: 0.4px;
  color: #23628f;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal; }
  @media (min-width: 768px) {
    .hero__text {
      font-size: 1.5625rem;
      line-height: 1.4;
      letter-spacing: 0.63px; } }
  @media (min-width: 1250px) {
    .hero__text {
      line-height: 1.5;
      margin-bottom: 32px;
      font-size: 1.875rem;
      line-height: 1.03;
      letter-spacing: 0.85px; } }
  @media (min-width: 1920px) {
    .hero__text {
      font-size: 2.125rem; } }

.hero.no-hero {
  min-height: auto; }

/* Colors */
/* Breakpoint Sizes */
.alerts {
  background-color: #a06347;
  padding: 32px; }
  @media (min-width: 768px) {
    .alerts {
      padding: 45px 90px 32px; } }
  @media (min-width: 1250px) {
    .alerts {
      padding: 48px 146px; } }
  .alerts .alert {
    max-width: 965px; }
    .alerts .alert p {
      color: white;
      line-height: 1.5;
      font-size: 1.25rem; }

.footer {
  padding: 25px 20px 45px;
  background-color: #23628f; }
  @media (min-width: 768px) {
    .footer {
      padding: 40px 40px 45px; } }
  @media (min-width: 1250px) {
    .footer {
      padding: 72px 60px 55px; } }

.footer__container {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .footer__container {
      max-width: 1640px;
      flex-direction: row;
      justify-content: space-between; } }

.footer__left-container {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .footer__left-container {
      flex-basis: 50%;
      padding-right: 32px; } }

.footer__logo {
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .footer__logo {
      margin-bottom: 36px; } }
  @media (min-width: 1250px) {
    .footer__logo {
      margin-bottom: 18px; } }
  .footer__logo .i72-svg {
    width: 210px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .footer__logo .i72-svg {
        width: 322px;
        margin: 0; } }
    .footer__logo .i72-svg svg {
      width: 100%;
      height: 100%; }

.footer__social-links {
  margin-top: 12px; }
  @media (min-width: 768px) {
    .footer__social-links {
      margin-top: 16px; } }
  @media (min-width: 1250px) {
    .footer__social-links {
      margin-top: 20px; } }
  .footer__social-links a {
    display: inline-block;
    margin-right: 12px; }
    .footer__social-links a .i72-svg svg {
      height: 26px;
      width: auto; }

.footer__link {
  background-color: white;
  color: #23628f;
  font-size: 1.125rem;
  opacity: .87;
  font-weight: 700;
  letter-spacing: 1.8px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 11px 19px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 26px;
  transition: opacity .4s ease, background-color .4s ease, color .4s ease; }
  @media (min-width: 768px) {
    .footer__link {
      margin-top: 20px; } }
  @media (min-width: 1250px) {
    .footer__link {
      margin-top: 16px; } }
  .footer__link:hover {
    opacity: 1;
    background-color: #23628f;
    color: white; }

.footer__location-info {
  margin-bottom: 44px; }
  @media (min-width: 768px) {
    .footer__location-info {
      margin-bottom: 0; } }

.footer__address {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0; }
  @media (min-width: 1250px) {
    .footer__address {
      font-size: 1.125rem;
      line-height: 1.44; } }
  @media (min-width: 1250px) {
    .footer__address br {
      content: "";
      display: inline-block !important;
      width: 1px;
      height: 20px;
      background-color: white;
      margin: 0 4px -3px 9px; } }

.footer__phone {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  display: block; }
  @media (min-width: 1250px) {
    .footer__phone {
      font-size: 1.125rem;
      line-height: 1.44;
      display: inline-block; } }

.footer__email {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  display: block; }
  @media (min-width: 1250px) {
    .footer__email {
      font-size: 1.125rem;
      line-height: 1.44;
      display: inline-block;
      margin-left: 5px;
      padding-left: 10px; } }
  @media (min-width: 1250px) {
    .footer__email::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 20px;
      background-color: white;
      left: 0;
      top: 3px; } }

.footer__right-container {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .footer__right-container {
      flex-basis: 50%;
      padding-left: 32px; } }
  @media (min-width: 1250px) {
    .footer__right-container {
      flex-direction: row;
      max-width: 735px;
      align-items: center; } }

.footer__description {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .footer__description {
      padding-bottom: 36px;
      margin-bottom: 36px; } }
  @media (min-width: 1250px) {
    .footer__description {
      font-size: 1.125rem;
      line-height: 1.44;
      padding-right: 50px;
      flex-basis: 65%;
      margin-bottom: 0;
      padding-bottom: 0; } }
  .footer__description::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: white; }
    @media (min-width: 1250px) {
      .footer__description::after {
        content: none; } }

.footer__ctas {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 275px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .footer__ctas {
      max-width: 315px; } }
  @media (min-width: 1250px) {
    .footer__ctas {
      flex-direction: column;
      padding-left: 50px;
      flex-basis: 35%; } }
  @media (min-width: 1250px) {
    .footer__ctas::before {
      content: '';
      position: absolute;
      left: -1px;
      top: 0;
      width: 2px;
      height: 100%;
      background-color: white; } }

.footer__cta {
  text-decoration: none;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .footer__cta {
      max-width: 150px; } }
  @media (min-width: 1250px) {
    .footer__cta {
      margin-bottom: 32px; } }
  .footer__cta .i72-svg {
    width: 52px;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .footer__cta .i72-svg {
        width: 62px;
        margin-bottom: 16px; } }
    @media (min-width: 1250px) {
      .footer__cta .i72-svg {
        margin-bottom: 14px; } }
    .footer__cta .i72-svg svg {
      width: 100%;
      height: 100%; }
  .footer__cta p {
    color: white;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.18; }
    @media (min-width: 768px) {
      .footer__cta p {
        font-size: 1.25rem;
        margin-bottom: 0; } }
  @media (min-width: 1250px) {
    .footer__cta:last-child {
      margin-bottom: 0; } }

/*Footer text*/
.footer__links {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .footer__links {
      max-width: 1640px;
      flex-direction: row;
      justify-content: space-between; } }
  .footer__links .list-inline {
    margin-top: 45px;
    padding-left: 0;
    list-style: none; }
  .footer__links .list-inline-item {
    display: inline-block; }
    .footer__links .list-inline-item:not(:last-child) {
      margin-right: 5px;
      padding-right: 10px;
      border-right: 1px solid white; }
    .footer__links .list-inline-item a {
      color: white; }

.events {
  padding: 40px 0 20px; }
  @media (min-width: 768px) {
    .events {
      padding-top: 50px; } }
  @media (min-width: 1250px) {
    .events {
      padding-top: 60px; } }

.events__heading {
  text-align: center; }

.events__outer-container {
  overflow: scroll;
  white-space: nowrap;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center; }

.events__container {
  display: table;
  padding: 30px 10px;
  border-spacing: 20px;
  margin: 0 auto;
  min-height: 330px; }
  @media (min-width: 768px) {
    .events__container {
      min-height: 360px; } }

.events__card {
  display: table-cell;
  border-radius: 8px;
  white-space: normal;
  vertical-align: top;
  min-width: 210px;
  max-width: 210px;
  min-height: 230px;
  padding: 20px 28px 24px;
  box-shadow: 0 6px 10px 0 rgba(106, 106, 106, 0.39); }
  @media (min-width: 768px) {
    .events__card {
      min-width: 250px;
      max-width: 250px;
      min-height: 280px; } }

.events__date-info {
  text-align: center; }

.events__month {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  color: #19636e; }

.events__day {
  font-size: 3.4375rem;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 12px;
  color: #19636e; }

.events__time {
  margin-bottom: 4px;
  font-size: .875rem;
  display: block;
  text-align: left; }

.events__title {
  font-size: 1rem;
  text-align: left; }

.search-bar-container {
  display: flex;
  background-color: #ddeaf5;
  justify-content: center;
  align-items: center;
  height: 0;
  overflow: hidden;
  transition: height .4s ease, visibility .4s ease; }
  @media (min-width: 1250px) {
    .search-bar-container {
      margin: 0 -24px; } }
  .search-bar-container form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .search-bar-container form {
        width: 87%;
        max-width: 584px; } }
    @media (min-width: 1250px) {
      .search-bar-container form {
        max-width: 630px; } }
    .search-bar-container form input[type="text"] {
      background-color: white;
      border-radius: 5px;
      border: solid 2px #7dadd7;
      color: #484848;
      font-size: 1.25rem;
      height: 50px;
      width: 100%;
      padding: 12px 140px 12px 16px;
      transition: border-color .4s ease; }
      @media (min-width: 768px) {
        .search-bar-container form input[type="text"] {
          padding: 12px 140px 12px 32px; } }
    .search-bar-container form input[type="submit"] {
      z-index: 2;
      position: absolute;
      cursor: pointer;
      right: 2px;
      top: 2px;
      width: 151px;
      border-radius: 0px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      height: 46px;
      border: 0;
      margin: 0;
      background-color: #4a98d1;
      color: white;
      font-weight: 700;
      transition: background-color .4s ease; }
      .search-bar-container form input[type="submit"]:hover {
        background-color: #23628f !important;
        color: white !important; }
  .search-bar-container .close-search-container {
    display: none; }
    @media (min-width: 1250px) {
      .search-bar-container .close-search-container {
        position: absolute;
        right: 24px;
        top: 20px;
        z-index: 11;
        color: #484848;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 1.6px;
        padding: 12px 0 2px;
        display: block;
        margin: 0 auto;
        transition: color .4s ease; } }
    .search-bar-container .close-search-container:hover {
      color: #23628f;
      border-bottom: 2px solid #23628f;
      padding-bottom: 0; }

.search-bar-container.active {
  visibility: visible;
  z-index: 999;
  height: 162px; }

.search-bar-container.desktop {
  display: none; }
  @media (min-width: 1250px) {
    .search-bar-container.desktop {
      display: flex; } }

.search-bar-container.mobile {
  display: flex;
  background-color: transparent;
  flex-basis: 100%;
  align-items: flex-end;
  margin: 0 -16px; }
  @media (min-width: 768px) {
    .search-bar-container.mobile {
      margin: 0; } }
  @media (min-width: 1250px) {
    .search-bar-container.mobile {
      display: none; } }

.search-bar-container.mobile.active {
  height: 72px; }
  @media (min-width: 768px) {
    .search-bar-container.mobile.active {
      height: 110px; } }

.search-results-container {
  max-height: 0;
  overflow: hidden;
  transition: all .4s ease;
  padding: 0 36px;
  background-color: white; }
  @media (min-width: 768px) {
    .search-results-container {
      padding: 0 82px; } }
  @media (min-width: 1250px) {
    .search-results-container {
      padding: 0 120px;
      margin: 0 -24px; } }
  .search-results-container .result-count {
    font-weight: 700;
    font-size: 1rem;
    padding-bottom: 16px;
    max-width: 1088px;
    display: block;
    border-bottom: solid 1px #d6d6d6;
    margin: 0 auto; }
  .search-results-container .result {
    padding: 42px 0;
    border-bottom: solid 1px #d6d6d6;
    max-width: 1088px;
    margin: 0 auto; }
    .search-results-container .result .title {
      font-size: 1.3125rem;
      margin-bottom: 16px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .search-results-container .result .title {
          font-weight: 400; } }
    .search-results-container .result .desc {
      line-height: 1.75;
      margin-bottom: 16px; }
    .search-results-container .result a {
      color: #23628f;
      text-decoration: none;
      font-size: 1rem;
      font-weight: 700;
      word-wrap: break-word;
      overflow-wrap: break-word;
      background-image: url("../images/arrow-blue.svg");
      background-position: right center;
      background-size: 17px;
      background-repeat: no-repeat;
      padding-right: 28px;
      padding-bottom: 2px; }
      .search-results-container .result a:hover {
        border-bottom: 2px solid #23628f; }
  .search-results-container .result.hover .title {
    color: #23628f; }
    @media (min-width: 768px) {
      .search-results-container .result.hover .title {
        font-weight: 600; } }
  .search-results-container .pagination-container {
    display: flex;
    justify-content: center;
    max-width: 1088px;
    padding-top: 16px;
    margin: 0 auto; }
    @media (min-width: 1250px) {
      .search-results-container .pagination-container {
        padding-top: 32px; } }
    .search-results-container .pagination-container .prev-results {
      color: #23628f;
      text-decoration: none;
      font-weight: 700;
      font-size: 1rem;
      padding: 16px 0px 2px;
      margin-right: auto; }
      .search-results-container .pagination-container .prev-results svg {
        width: 8px;
        top: 1px;
        transform: rotate(90deg); }
        .search-results-container .pagination-container .prev-results svg path {
          fill: #2970a4; }
      .search-results-container .pagination-container .prev-results:hover {
        border-bottom: 2px solid #23628f;
        padding-bottom: 0; }
    .search-results-container .pagination-container .next-results {
      color: #23628f;
      text-decoration: none;
      font-weight: 700;
      font-size: 1rem;
      padding: 16px 0px 2px;
      margin-left: auto; }
      .search-results-container .pagination-container .next-results svg {
        width: 8px;
        top: 1px;
        transform: rotate(270deg); }
        .search-results-container .pagination-container .next-results svg path {
          fill: #2970a4; }
      .search-results-container .pagination-container .next-results:hover {
        border-bottom: 2px solid #23628f;
        padding-bottom: 0; }
  .search-results-container .close-search-results {
    z-index: 11;
    color: #484848;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    padding: 16px 2px 2px;
    display: table;
    margin: 0 auto;
    transition: color .4s ease; }
    @media (min-width: 1250px) {
      .search-results-container .close-search-results {
        position: absolute;
        right: 64px;
        bottom: 32px; } }
    .search-results-container .close-search-results:hover {
      color: #23628f;
      border-bottom: 2px solid #23628f;
      padding-bottom: 0; }

.search-results-container.active {
  padding: 48px 36px 12px;
  max-height: 3000px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  z-index: 2; }
  @media (min-width: 768px) {
    .search-results-container.active {
      padding: 48px 82px 20px; } }
  @media (min-width: 1250px) {
    .search-results-container.active {
      padding: 54px 120px 64px; } }

.search-results-container.active + .top-nav-container {
  background-color: white; }

.search-results-container.active + .top-nav-container + .nav-container {
  background-color: white; }

.search-results-container.active.desktop {
  display: none; }
  @media (min-width: 1250px) {
    .search-results-container.active.desktop {
      display: block; } }

.search-results-container.mobile {
  margin: 16px -32px -16px; }
  @media (min-width: 768px) {
    .search-results-container.mobile {
      margin: 48px -32px -36px; } }
  @media (min-width: 1250px) {
    .search-results-container.mobile {
      display: none; } }

.contact-container {
  width: calc(100% - 40px);
  margin: 20px auto 0;
  max-width: 1450px; }
  @media (min-width: 768px) {
    .contact-container {
      width: calc(100% - 80px); } }
  @media (min-width: 1024px) {
    .contact-container {
      padding-bottom: 48px;
      min-height: 525px;
      margin: 0;
      width: 45%; } }
  .contact-container .contact-left {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .contact-container .contact-left {
        margin-bottom: 0;
        padding-right: 24px; } }
    .contact-container .contact-left .name {
      padding-left: 30px;
      line-height: 1.5;
      margin-bottom: 0;
      font-size: 1rem; }
    .contact-container .contact-left .info-container {
      margin-bottom: 32px; }
      @media (min-width: 768px) {
        .contact-container .contact-left .info-container {
          display: flex; } }
      .contact-container .contact-left .info-container .address {
        background-image: url("../images/map-blue.svg");
        background-position: 0 0;
        line-height: 1.5;
        background-size: 18px;
        background-repeat: no-repeat;
        font-size: 1rem;
        padding-left: 30px;
        margin-bottom: 24px; }
        @media (min-width: 768px) {
          .contact-container .contact-left .info-container .address {
            margin-bottom: 0;
            margin-right: 60px; } }
        @media (min-width: 1024px) {
          .contact-container .contact-left .info-container .address {
            margin-right: 2vw; } }
        @media (min-width: 1250px) {
          .contact-container .contact-left .info-container .address {
            margin-right: 60px; } }
      .contact-container .contact-left .info-container .info-info {
        margin-bottom: 24px; }
        @media (min-width: 768px) {
          .contact-container .contact-left .info-container .info-info {
            margin-bottom: 0; } }
        .contact-container .contact-left .info-container .info-info p {
          font-size: 1rem;
          line-height: 1.5;
          background-position: 0 0;
          background-size: contain;
          background-repeat: no-repeat;
          padding-left: 32px;
          margin-bottom: 16px; }
          .contact-container .contact-left .info-container .info-info p span {
            margin-right: 2px; }
          .contact-container .contact-left .info-container .info-info p a {
            color: #2970a4;
            font-weight: 600;
            text-decoration: underline; }
        .contact-container .contact-left .info-container .info-info p.phone {
          background-image: url("../images/phone-blue.svg"); }
        .contact-container .contact-left .info-container .info-info p.fax {
          background-image: url("../images/fax-blue.svg"); }
        .contact-container .contact-left .info-container .info-info p.email {
          background-image: url("../images/email-blue.svg"); }
    .contact-container .contact-left .nf-form-fields-required {
      margin-bottom: 16px; }
    .contact-container .contact-left .nf-form-content {
      padding: 0; }
      .contact-container .contact-left .nf-form-content label {
        color: #23628f; }
      .contact-container .contact-left .nf-form-content input:not([type="button"]) {
        border-color: #23628f;
        color: #484848;
        border-width: 1px; }
        .contact-container .contact-left .nf-form-content input:not([type="button"]):focus {
          color: #484848; }
      .contact-container .contact-left .nf-form-content textarea {
        height: 150px !important;
        width: 100% !important;
        border-color: #23628f;
        border-width: 1px;
        color: #484848; }
        .contact-container .contact-left .nf-form-content textarea:focus {
          color: #484848; }
    .contact-container .contact-left input[type="button"] {
      background-color: #23628f;
      cursor: pointer;
      float: right;
      text-decoration: none;
      color: #23628f;
      font-weight: 700;
      line-height: 1.33;
      letter-spacing: 1.8px;
      max-width: 297px;
      text-align: center;
      font-size: 1.125rem;
      border-radius: 4px;
      padding: 12px 20px;
      box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
      transition: background-color .4s ease, color .4s ease; }
      .contact-container .contact-left input[type="button"]:hover {
        background-color: #14486e;
        color: #23628f; }

.map {
  width: 100%;
  margin-bottom: 48px; }
  @media (min-width: 1024px) {
    .map {
      width: 47%;
      margin-left: auto; } }
  .map iframe {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    width: 100% !important; }
    @media (min-width: 1024px) {
      .map iframe {
        height: 100% !important; } }

.card {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  width: 100%;
  max-width: 450px;
  flex: 1;
  border-bottom: 26px solid #23628f; }
  @media (min-width: 768px) {
    .card {
      margin-bottom: 20px;
      max-width: none;
      margin: 0 auto 20px; } }
  @media (min-width: 1024px) {
    .card {
      margin-bottom: 32px; } }
  .card .i72-image {
    max-height: 325px;
    min-height: 170px;
    height: 36vw;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .card .i72-image {
        height: 45vw;
        min-height: 375px;
        max-height: 396px; } }
    @media (min-width: 1024px) {
      .card .i72-image {
        min-height: auto; } }
    .card .i72-image svg {
      height: 100%;
      width: 100%; }
  .card .i72-svg {
    max-height: 325px;
    min-height: 170px;
    height: 36vw;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px; }
    @media (min-width: 768px) {
      .card .i72-svg {
        height: 45vw;
        min-height: 375px;
        max-height: 396px; } }
    @media (min-width: 1024px) {
      .card .i72-svg {
        min-height: auto; } }
    .card .i72-svg svg {
      height: 100%;
      width: 100%; }

.card__inner-container {
  padding: 30px 24px 64px;
  color: #484848;
  flex: 1;
  background-color: white;
  transition: background-color .4s ease; }
  @media (min-width: 768px) {
    .card__inner-container {
      padding: 40px 60px 63px; } }
  @media (min-width: 1024px) {
    .card__inner-container {
      padding: 40px 32px 63px; } }
  @media (min-width: 1250px) {
    .card__inner-container {
      padding: 40px 60px 63px; } }

.card__title {
  margin-bottom: 20px;
  color: #23628f;
  line-height: 1.06;
  transition: font-weight .4s ease; }

.card__text {
  margin-bottom: 24px;
  text-align: left; }
  .card__text p {
    margin-bottom: 24px; }
  .card__text ul {
    list-style-position: inside;
    list-style: none;
    font-size: 1rem;
    margin-bottom: 24px;
    padding-left: 12px; }
    @media (min-width: 768px) {
      .card__text ul {
        font-size: 1.125rem; } }
    .card__text ul li {
      margin-bottom: 5px;
      line-height: 1.56;
      text-indent: -8px; }
      .card__text ul li::before {
        content: "· ";
        font-size: 30px;
        vertical-align: middle;
        line-height: 20px;
        margin: -3px 8px 0 0;
        display: inline-block; }
  .card__text ol {
    font-size: 1rem;
    margin-bottom: 24px;
    padding-left: 20px; }
    @media (min-width: 768px) {
      .card__text ol {
        font-size: 1.125rem; } }
    .card__text ol li {
      margin-bottom: 5px;
      line-height: 1.56; }

.card__link {
  font-size: 1.125rem;
  font-weight: 700;
  color: #23628f;
  letter-spacing: 0.9px;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  background-image: url("../images/arrow-blue.svg");
  background-position: right center;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-right: 28px;
  padding-bottom: 2px;
  display: flex;
  justify-content: flex-end;
  min-height: 20px; }
  .card__link:hover {
    border-bottom: 2px solid #23628f;
    padding-bottom: 0; }
  @media (min-width: 768px) {
    .card__link {
      left: auto;
      right: 42px;
      transform: none; } }
  @media (min-width: 1024px) {
    .card__link {
      right: 30px; } }
  @media (min-width: 1250px) {
    .card__link {
      right: 42px; } }

.card.hover .card__inner-container {
  background-color: rgba(35, 98, 143, 0.05); }

.card.card--anchor {
  text-decoration: none;
  border-bottom: 0;
  border-left: 26px solid #23628f;
  transition: background-color .4s ease; }
  @media (min-width: 768px) {
    .card.card--anchor {
      flex-direction: row;
      align-items: stretch;
      min-height: 305px; } }
  @media (min-width: 1024px) {
    .card.card--anchor {
      flex-direction: column;
      align-items: center;
      align-items: unset; } }
  .card.card--anchor .i72-image {
    max-height: 275px; }
    @media (min-width: 768px) {
      .card.card--anchor .i72-image {
        width: 40%;
        height: auto;
        max-height: none;
        min-height: auto;
        max-height: none; } }
    @media (min-width: 1024px) {
      .card.card--anchor .i72-image {
        height: 45vw;
        min-height: auto;
        max-height: 275px;
        width: 100%;
        min-height: 375px;
        max-height: 400px; } }
  .card.card--anchor .i72-svg {
    max-height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 32px 0; }
    @media (min-width: 768px) {
      .card.card--anchor .i72-svg {
        width: 40%;
        height: auto;
        max-height: none;
        min-height: auto;
        padding: 32px; } }
    @media (min-width: 1024px) {
      .card.card--anchor .i72-svg {
        height: 45vw;
        min-height: auto;
        max-height: 275px;
        width: 100%;
        padding: 32px 32px 0; } }
    .card.card--anchor .i72-svg svg {
      width: 70%;
      max-width: 180px;
      height: auto; }
      @media (min-width: 768px) {
        .card.card--anchor .i72-svg svg {
          width: 95%;
          max-width: 220px; } }
      @media (min-width: 1024px) {
        .card.card--anchor .i72-svg svg {
          width: 80%; } }
  .card.card--anchor .card__inner-container {
    padding: 24px; }
    @media (min-width: 768px) {
      .card.card--anchor .card__inner-container {
        padding: 40px; } }
    @media (min-width: 1024px) {
      .card.card--anchor .card__inner-container {
        padding: 24px 40px 32px; } }
  .card.card--anchor .card__title {
    margin-bottom: 24px;
    color: #484848;
    line-height: 1.25; }
  .card.card--anchor:hover {
    background-color: rgba(35, 98, 143, 0.05); }
    .card.card--anchor:hover .card__inner-container {
      background-color: transparent; }

.card.card--anchor.align-right .i72-svg {
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .card.card--anchor.align-right .i72-svg {
      justify-content: center; } }
  @media (min-width: 1024px) {
    .card.card--anchor.align-right .i72-svg {
      justify-content: flex-end; } }

.card.card--anchor.align-center {
  justify-content: center; }

.card.card--anchor.align-left .i72-svg {
  justify-content: flex-start; }
  @media (min-width: 768px) {
    .card.card--anchor.align-left .i72-svg {
      justify-content: center; } }
  @media (min-width: 1024px) {
    .card.card--anchor.align-left .i72-svg {
      justify-content: flex-start; } }

.card.card--button .card__inner-container {
  padding: 30px; }
  @media (min-width: 768px) {
    .card.card--button .card__inner-container {
      padding: 24px; } }
  @media (min-width: 1024px) {
    .card.card--button .card__inner-container {
      padding: 30px; } }

.card.card--post {
  text-decoration: none;
  border-bottom: none;
  min-height: 290px;
  width: 281px;
  min-width: 281px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16); }
  @media (min-width: 768px) {
    .card.card--post {
      border-bottom: none;
      min-height: 467px;
      width: 513px;
      min-width: 513px; } }
  .card.card--post .card__text {
    color: #454545;
    font-size: 1rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .card.card--post .card__text {
        font-size: 1.125rem; } }
  .card.card--post .i72-image {
    min-height: 140px;
    max-height: 140px; }
    @media (min-width: 768px) {
      .card.card--post .i72-image {
        min-height: 256px;
        max-height: 256px; } }
  .card.card--post .i72-svg {
    min-height: 140px;
    max-height: 140px; }
    @media (min-width: 768px) {
      .card.card--post .i72-svg {
        min-height: 256px;
        max-height: 256px; } }
  .card.card--post .card__inner-container {
    padding: 18px 25px 16px; }
    @media (min-width: 768px) {
      .card.card--post .card__inner-container {
        padding: 36px 48px 20px; } }
    @media (min-width: 1024px) {
      .card.card--post .card__inner-container {
        padding: 36px 48px 20px; } }
    .card.card--post .card__inner-container svg {
      position: absolute;
      right: 16px;
      bottom: 20px;
      width: 24px; }
      @media (min-width: 768px) {
        .card.card--post .card__inner-container svg {
          right: 32px;
          bottom: 26px;
          width: 32px; } }
  .card.card--post .card__title {
    margin-bottom: 12px;
    color: #23628f;
    line-height: 1.2;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .card.card--post .card__title {
        font-size: 1.5rem;
        line-height: 1.42; } }
  .card.card--post::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16px;
    border-bottom: 12px solid;
    border-color: inherit; }
    @media (min-width: 768px) {
      .card.card--post::after {
        border-bottom: 14px solid;
        border-color: inherit; } }

.card.card--tags {
  text-decoration: none;
  border-bottom: none;
  min-height: 290px;
  width: 281px;
  min-width: 281px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16); }
  @media (min-width: 768px) {
    .card.card--tags {
      border-bottom: none;
      min-height: 467px;
      width: 513px;
      min-width: 513px; } }
  .card.card--tags .card__text {
    color: #454545;
    font-size: 1rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .card.card--tags .card__text {
        font-size: 1.125rem; } }
  .card.card--tags .i72-image {
    min-height: 140px;
    max-height: 140px; }
    @media (min-width: 768px) {
      .card.card--tags .i72-image {
        min-height: 256px;
        max-height: 256px; } }
  .card.card--tags .i72-svg {
    min-height: 140px;
    max-height: 140px; }
    @media (min-width: 768px) {
      .card.card--tags .i72-svg {
        min-height: 256px;
        max-height: 256px; } }
  .card.card--tags .card__inner-container {
    padding: 18px 25px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .card.card--tags .card__inner-container {
        padding: 36px 48px 20px;
        padding: 24px 48px 32px; } }
    @media (min-width: 1024px) {
      .card.card--tags .card__inner-container {
        padding: 36px 48px 20px;
        padding: 24px 48px 32px; } }
    .card.card--tags .card__inner-container svg {
      position: absolute;
      right: 16px;
      bottom: 20px;
      width: 24px; }
      @media (min-width: 768px) {
        .card.card--tags .card__inner-container svg {
          right: 32px;
          bottom: 26px;
          width: 32px; } }
  .card.card--tags .card__title {
    margin-bottom: 12px;
    color: #23628f;
    line-height: 1.2;
    font-size: 1.25rem;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      .card.card--tags .card__title {
        font-size: 1.5rem;
        line-height: 1.42; } }
  .card.card--tags::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16px;
    border-bottom: 12px solid;
    border-color: inherit; }
    @media (min-width: 768px) {
      .card.card--tags::after {
        border-bottom: 14px solid;
        border-color: inherit; } }
  .card.card--tags .card__categories {
    padding-right: 30px;
    margin-top: 18px; }
    .card.card--tags .card__categories a {
      border: 1px solid #e8e7e6;
      display: inline-block;
      color: #7d7573;
      font-size: .875rem;
      text-decoration: none;
      padding: 1px 16px 2px;
      border-radius: 6rem;
      margin: 0 10px 10px 0;
      transition: background-color .4s ease, color .4s ease; }
      .card.card--tags .card__categories a:hover {
        background-color: #e6f3ff;
        color: #484848; }
  .card.card--tags .card__link {
    background-image: none;
    padding-right: 0;
    left: auto;
    bottom: 20px;
    right: 8px;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .card.card--tags .card__link {
        bottom: 42px;
        right: 30px; } }
    .card.card--tags .card__link svg {
      position: relative;
      right: auto;
      bottom: auto; }
      @media (min-width: 768px) {
        .card.card--tags .card__link svg {
          right: auto;
          bottom: auto; } }
      .card.card--tags .card__link svg path {
        transition: stroke-width .4s ease; }
    .card.card--tags .card__link:hover {
      border-bottom: 0; }

.card.card--tags.hover .card__title {
  text-decoration: underline; }

.card.card--simple {
  text-decoration: none;
  border-bottom: none;
  min-height: 290px;
  width: 290px;
  min-width: 290px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16); }
  @media (min-width: 768px) {
    .card.card--simple {
      border-bottom: none;
      min-height: 335px;
      width: 513px;
      min-width: 513px; } }
  .card.card--simple .card__title {
    text-align: center;
    line-height: 1.25; }
    @media (min-width: 768px) {
      .card.card--simple .card__title {
        line-height: 1.13; } }
    @media (min-width: 1250px) {
      .card.card--simple .card__title {
        font-size: 2.25rem;
        line-height: 1.11; } }
  .card.card--simple .card__inner-container {
    padding: 24px 25px 70px; }
    @media (min-width: 768px) {
      .card.card--simple .card__inner-container {
        padding: 44px 36px 70px; } }
  .card.card--simple .card__link {
    background-image: none;
    padding-right: 0;
    display: flex;
    align-items: center;
    left: auto;
    right: 24px;
    transform: none; }
    @media (min-width: 768px) {
      .card.card--simple .card__link {
        right: 40px; } }
    .card.card--simple .card__link svg {
      width: 22px;
      height: auto;
      margin-left: 15px; }
      @media (min-width: 768px) {
        .card.card--simple .card__link svg {
          margin-left: 40px; } }

.page-container > .card {
  margin: 24px auto; }
  @media (min-width: 768px) {
    .page-container > .card {
      margin: 32px auto; } }
  @media (min-width: 1250px) {
    .page-container > .card {
      margin: 40px auto; } }

.cta {
  width: 100%;
  background-color: white;
  height: 100%;
  max-width: 450px;
  margin: 0 auto 32px;
  text-align: center; }
  @media (min-width: 768px) {
    .cta {
      margin-bottom: 40px; } }
  @media (min-width: 1250px) {
    .cta {
      margin-bottom: 60px; } }
  .cta .i72-image {
    max-height: 350px;
    height: 50vw;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .cta .i72-image svg {
      height: 100%;
      width: 100%; }
    @media (min-width: 768px) {
      .cta .i72-image {
        height: 30vw; } }
  .cta .i72-svg {
    max-height: 350px;
    height: 50vw;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px; }
    .cta .i72-svg svg {
      height: 100%;
      width: 100%; }
    @media (min-width: 768px) {
      .cta .i72-svg {
        height: 30vw; } }

.cta__inner-container {
  padding: 30px; }
  @media (min-width: 768px) {
    .cta__inner-container {
      padding: 24px; } }
  @media (min-width: 1024px) {
    .cta__inner-container {
      padding: 30px; } }

.cta__title {
  margin-bottom: 20px;
  font-size: 2rem; }

.cta__text {
  margin-bottom: 20px; }

.link-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  text-decoration: none;
  padding: 32px;
  flex: 1;
  min-width: 300px;
  max-width: 300px;
  min-height: 246px;
  margin: 0 10px 20px;
  background-color: #23628f;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.22);
  transition: box-shadow .4s ease; }
  .link-box .i72-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0; }
  .link-box:hover {
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.44); }
    .link-box:hover .overlay {
      background-color: rgba(155, 174, 181, 0.85); }
  .link-box:focus {
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.44); }
    .link-box:focus .overlay {
      background-color: rgba(155, 174, 181, 0.85); }

.link-box__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: .5;
  transition: background-color .4s ease; }

.link-box__title {
  color: white;
  z-index: 2;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.06;
  font-weight: 600; }

.row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0; }
  @media (min-width: 768px) {
    .row {
      flex-direction: row;
      align-items: unset;
      flex-wrap: wrap;
      justify-content: center; } }
  @media (min-width: 1250px) {
    .row {
      padding: 40px 0 32px; } }
  @media (min-width: 768px) {
    .row .card {
      min-width: 100%; } }
  @media (min-width: 1024px) {
    .row .card {
      min-width: auto;
      margin: 0 0 20px 32px; } }
  @media (min-width: 1250px) {
    .row .card {
      margin-left: 50px; } }
  @media (min-width: 768px) {
    .row .card:first-child {
      margin-left: 0; } }
  @media (min-width: 768px) {
    .row .card .i72-image {
      height: 25vw; } }
  @media (min-width: 1024px) {
    .row .card .i72-image {
      height: 22vw; } }
  @media (min-width: 768px) {
    .row .card .i72-svg {
      height: 25vw; } }
  @media (min-width: 1024px) {
    .row .card .i72-svg {
      height: 22vw; } }
  @media (min-width: 768px) {
    .row .paragraph {
      min-width: 100%; } }
  @media (min-width: 1024px) {
    .row .paragraph {
      min-width: auto;
      margin: 0 0 20px 32px; } }
  @media (min-width: 1250px) {
    .row .paragraph {
      margin-left: 50px; } }
  @media (min-width: 768px) {
    .row .card.card--anchor .i72-image {
      height: 100%; } }
  @media (min-width: 1024px) {
    .row .card.card--anchor .i72-image {
      height: 22vw; } }
  @media (min-width: 768px) {
    .row .card.card--anchor .i72-svg {
      height: 100%; } }
  @media (min-width: 1024px) {
    .row .card.card--anchor .i72-svg {
      height: 22vw; } }
  .row .wysiwyg {
    min-width: 100%; }
    @media (min-width: 1024px) {
      .row .wysiwyg {
        min-width: auto;
        margin: 0 0 20px 32px; } }
    @media (min-width: 1250px) {
      .row .wysiwyg {
        margin-left: 50px; } }
    @media (min-width: 1024px) {
      .row .wysiwyg:first-child {
        margin-left: 0; } }

@media (min-width: 1250px) {
  .row.row--scrollable {
    padding: 40px 0 20px; } }

.row.row--scrollable .row__outer-container {
  max-width: 100%; }
  .row.row--scrollable .row__outer-container .row__inner-container {
    display: flex;
    flex-direction: row;
    padding: 12px 8px 24px;
    overflow-x: scroll; }
    @media (min-width: 1920px) {
      .row.row--scrollable .row__outer-container .row__inner-container {
        flex-wrap: wrap;
        overflow: visible;
        padding-left: 0; } }
    .row.row--scrollable .row__outer-container .row__inner-container .card {
      max-width: 512px;
      margin-left: 18px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .row.row--scrollable .row__outer-container .row__inner-container .card {
          min-width: 512px;
          margin-left: 42px; } }
      @media (min-width: 1250px) {
        .row.row--scrollable .row__outer-container .row__inner-container .card {
          margin-left: 48px; } }
      @media (min-width: 1920px) {
        .row.row--scrollable .row__outer-container .row__inner-container .card {
          margin-bottom: 48px; } }
      .row.row--scrollable .row__outer-container .row__inner-container .card:first-child {
        margin-left: 0; }
      @media (min-width: 1920px) {
        .row.row--scrollable .row__outer-container .row__inner-container .card:nth-child(4n) {
          margin-left: 0; } }
    .row.row--scrollable .row__outer-container .row__inner-container .card.card--simple {
      margin-left: 12px; }
      @media (min-width: 768px) {
        .row.row--scrollable .row__outer-container .row__inner-container .card.card--simple {
          margin-left: 42px; } }
      @media (min-width: 1250px) {
        .row.row--scrollable .row__outer-container .row__inner-container .card.card--simple {
          margin-left: 48px; } }
      .row.row--scrollable .row__outer-container .row__inner-container .card.card--simple:first-child {
        margin-left: 0; }

.row.row--titled {
  padding: 24px 0 18px; }
  @media (min-width: 768px) {
    .row.row--titled {
      padding: 32px 0 20px; } }
  @media (min-width: 1250px) {
    .row.row--titled {
      padding: 40px 0 24px;
      overflow: hidden; } }
  .row.row--titled .row__title {
    flex-basis: 100%;
    width: 100%; }
    .row.row--titled .row__title h3 {
      font-size: 1.75rem;
      display: inline-block; }
      @media (min-width: 768px) {
        .row.row--titled .row__title h3 {
          font-size: 2.25rem; } }
      @media (min-width: 768px) {
        .row.row--titled .row__title h3::after {
          content: '';
          height: 9px;
          width: 90vw;
          background-color: #f6f4ef;
          position: absolute;
          left: calc(100% + 20px);
          top: 55%;
          transform: translateY(-50%); } }
      @media (min-width: 1250px) {
        .row.row--titled .row__title h3::after {
          left: calc(100% + 30px); } }
  .row.row--titled .wysiwyg {
    width: 100%; }
    @media (min-width: 768px) {
      .row.row--titled .wysiwyg {
        padding-top: 24px; } }
    @media (min-width: 1250px) {
      .row.row--titled .wysiwyg {
        flex: 1;
        padding-top: 32px;
        padding-right: 48px; } }
  .row.row--titled .wysiwyg + .wysiwyg {
    padding-top: 0; }
    @media (min-width: 1250px) {
      .row.row--titled .wysiwyg + .wysiwyg {
        padding-top: 32px;
        padding-right: 0; } }

.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 0; }
  @media (min-width: 1250px) {
    .background {
      padding: 40px 0; } }
  .background .background__inner-container {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .background .background__inner-container {
        margin-bottom: 0; } }
    @media (min-width: 1250px) {
      .background .background__inner-container {
        margin-bottom: 0; } }
  .background .row {
    padding: 0; }
    @media (min-width: 768px) {
      .background .row {
        padding: 8px 0; } }
    @media (min-width: 1250px) {
      .background .row {
        padding: 12px 0; } }
    .background .row.row--titled {
      padding: 0; }
      @media (min-width: 768px) {
        .background .row.row--titled {
          padding: 8px 0; } }
      @media (min-width: 1250px) {
        .background .row.row--titled {
          padding: 12px 0; } }
      .background .row.row--titled .row__title {
        flex-basis: 100%;
        width: 100%; }
        @media (min-width: 768px) {
          .background .row.row--titled .row__title h3::after {
            background-color: white; } }

.background.page-width {
  padding: 32px 16px; }
  @media (min-width: 768px) {
    .background.page-width {
      padding: 40px 24px; } }
  @media (min-width: 1250px) {
    .background.page-width {
      padding: 60px 40px; } }

.paragraph {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  margin: 0 auto 16px; }
  @media (min-width: 768px) {
    .paragraph {
      flex-direction: row;
      padding-top: 40px; } }
  @media (min-width: 1920px) {
    .paragraph {
      padding-top: 60px; } }
  .paragraph .i72-image {
    width: auto;
    height: 33vw;
    max-height: 150px;
    margin-bottom: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .paragraph .i72-image svg {
      height: 100%;
      width: 100%; }
  .paragraph .i72-svg {
    width: auto;
    height: 33vw;
    max-height: 150px;
    margin-bottom: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .paragraph .i72-svg svg {
      height: 100%;
      width: 100%; }

@media (min-width: 768px) {
  .paragraph.align-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 32px; } }

@media (min-width: 1250px) {
  .paragraph.align-left {
    margin: 0 auto 40px; } }

.paragraph.align-left .i72-image {
  margin-right: auto;
  width: 300px;
  max-width: 100%; }
  @media (min-width: 768px) {
    .paragraph.align-left .i72-image {
      width: 100%;
      max-width: 325px;
      min-width: 285px;
      margin: 0;
      margin-right: 32px; } }
  @media (min-width: 1024px) {
    .paragraph.align-left .i72-image {
      margin-right: 48px; } }

.paragraph.align-left .i72-svg {
  margin-right: auto;
  width: 300px;
  max-width: 100%; }
  @media (min-width: 768px) {
    .paragraph.align-left .i72-svg {
      width: 100%;
      max-width: 325px;
      min-width: 285px;
      margin: 0;
      margin-right: 32px; } }
  @media (min-width: 1024px) {
    .paragraph.align-left .i72-svg {
      margin-right: 48px; } }

@media (min-width: 768px) {
  .paragraph.align-left .paragraph__inner-container {
    max-width: none;
    margin: 0; } }

@media (min-width: 768px) {
  .paragraph.align-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 32px; } }

@media (min-width: 1250px) {
  .paragraph.align-right {
    margin: 0 auto 40px; } }

.paragraph.align-right .i72-image {
  margin-right: auto;
  width: 300px;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto; }
  @media (min-width: 768px) {
    .paragraph.align-right .i72-image {
      width: 100%;
      max-width: 325px;
      min-width: 285px;
      margin: 0;
      margin-right: 32px;
      order: 2;
      margin: 0;
      margin-left: 32px;
      margin-right: 0; } }
  @media (min-width: 1024px) {
    .paragraph.align-right .i72-image {
      margin-right: 48px;
      margin-left: 48px;
      margin-right: 0; } }

.paragraph.align-right .i72-svg {
  margin-right: auto;
  width: 300px;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto; }
  @media (min-width: 768px) {
    .paragraph.align-right .i72-svg {
      width: 100%;
      max-width: 325px;
      min-width: 285px;
      margin: 0;
      margin-right: 32px;
      order: 2;
      margin: 0;
      margin-left: 32px;
      margin-right: 0; } }
  @media (min-width: 1024px) {
    .paragraph.align-right .i72-svg {
      margin-right: 48px;
      margin-left: 48px;
      margin-right: 0; } }

@media (min-width: 768px) {
  .paragraph.align-right .paragraph__inner-container {
    max-width: none;
    margin: 0;
    max-width: none;
    margin: 0; } }

@media (min-width: 768px) {
  .paragraph.align-center {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px; } }

@media (min-width: 1250px) {
  .paragraph.align-center {
    margin-bottom: 40px; } }

.paragraph__inner-container {
  max-width: 1160px;
  margin: 0 auto; }

.paragraph__title {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .paragraph__title {
      margin-bottom: 24px; } }
  @media (min-width: 1250px) {
    .paragraph__title {
      margin-bottom: 32px; } }

.paragraph__button {
  margin-top: 14px; }

.paragraph__link {
  font-size: 1.125rem;
  font-weight: 700;
  color: #23628f;
  letter-spacing: 0.9px;
  background-image: url("../images/arrow-blue.svg");
  background-position: right center;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-right: 28px;
  text-decoration: none;
  margin-top: 8px; }

.paragraph.paragraph--anchor {
  text-decoration: none; }

@media (min-width: 768px) {
  .paragraph {
    flex-direction: row;
    padding-top: 40px; }
  .paragraph.align-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 32px; }
    .paragraph.align-left .i72-image {
      width: 100%;
      max-width: 325px;
      min-width: 285px;
      margin: 0;
      margin-right: 32px; }
    .paragraph.align-left .i72-svg {
      width: 100%;
      max-width: 325px;
      min-width: 285px;
      margin: 0;
      margin-right: 32px; }
    .paragraph.align-left .paragraph__inner-container {
      max-width: none;
      margin: 0; }
  .paragraph.align-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 32px; }
    .paragraph.align-right .i72-image {
      width: 100%;
      max-width: 325px;
      min-width: 285px;
      margin: 0;
      margin-right: 32px;
      order: 2;
      margin: 0;
      margin-left: 32px;
      margin-right: 0; }
    .paragraph.align-right .i72-svg {
      width: 100%;
      max-width: 325px;
      min-width: 285px;
      margin: 0;
      margin-right: 32px;
      order: 2;
      margin: 0;
      margin-left: 32px;
      margin-right: 0; }
    .paragraph.align-right .paragraph__inner-container {
      max-width: none;
      margin: 0;
      max-width: none;
      margin: 0; }
  .paragraph.align-center {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px; }
  .paragraph__title {
    margin-bottom: 24px; } }

@media (min-width: 1024px) {
  .paragraph.align-left .i72-image {
    margin-right: 48px; }
  .paragraph.align-left .i72-svg {
    margin-right: 48px; }
  .paragraph.align-right .i72-image {
    margin-right: 48px;
    margin-left: 48px;
    margin-right: 0; }
  .paragraph.align-right .i72-svg {
    margin-right: 48px;
    margin-left: 48px;
    margin-right: 0; } }

.partial-width {
  display: flex;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .partial-width {
      padding-bottom: 32px; } }
  @media (min-width: 1250px) {
    .partial-width {
      padding-bottom: 40px; } }
  .partial-width .partial-width_inner-container {
    display: flex;
    flex-direction: column; }
  @media (min-width: 768px) {
    .partial-width .card {
      margin: 0 0 20px; } }

@media (min-width: 768px) {
  .partial-width.align-left {
    justify-content: flex-start; } }

.partial-width.align-left .partial-width_inner-container {
  align-items: flex-start; }

@media (min-width: 768px) {
  .partial-width.align-center {
    justify-content: center; } }

.partial-width.align-center .partial-width_inner-container {
  align-items: center; }

@media (min-width: 768px) {
  .partial-width.align-right {
    justify-content: flex-end; } }

.partial-width.align-right .partial-width_inner-container {
  align-items: flex-end; }

@media (min-width: 768px) {
  .partial-width_inner-container.half-width {
    width: 50%; } }

@media (min-width: 768px) {
  .partial-width_inner-container.quarter-width {
    width: 33%; } }

@media (min-width: 1250px) {
  .partial-width_inner-container.quarter-width {
    width: 25%; } }

@media (min-width: 768px) {
  .partial-width_inner-container.three-quarter-width {
    width: 75%; } }

.sub-hero {
  background-color: #23628f;
  padding: 32px 20px;
  border-radius: 27% 5% 24% 0% / 31% 0% 2% 58%;
  transform: rotate(357deg);
  z-index: 9;
  width: 120vw;
  left: -10vw; }
  @media (min-width: 768px) {
    .sub-hero {
      border-radius: 40% 5% 32% 0% / 98% 0% 55% 50%;
      padding: 52px 40px 32px;
      width: 108vw;
      left: -4vw; } }
  @media (min-width: 1250px) {
    .sub-hero {
      padding: 120px 60px 80px;
      top: -15px;
      width: 106vw;
      left: -3vw;
      transform: rotate(355deg);
      border-radius: 24% 0% 42% 0% / 123% 0% 96% 0%; } }

.sub-hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88vw;
  max-width: 450px;
  margin: 0 auto;
  z-index: 2;
  transform: rotate(3deg); }
  @media (min-width: 768px) {
    .sub-hero__container {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      width: 85vw;
      max-width: 850px; } }
  @media (min-width: 1250px) {
    .sub-hero__container {
      max-width: 1000px;
      transform: rotate(5deg); } }

.sub-hero__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  z-index: 2; }
  @media (min-width: 768px) {
    .sub-hero__inner-container {
      padding-right: 56px;
      align-items: flex-end;
      text-align: right;
      flex-basis: 65%; } }
  @media (min-width: 1250px) {
    .sub-hero__inner-container {
      padding-right: 90px; } }

.sub-hero__title {
  margin-bottom: 16px;
  color: white;
  font-size: 1.75rem;
  color: white; }
  @media (min-width: 768px) {
    .sub-hero__title {
      font-size: 2.25rem; } }
  @media (min-width: 1250px) {
    .sub-hero__title {
      margin-bottom: 24px;
      font-size: 3rem; } }

.sub-hero__text {
  margin-bottom: 36px;
  line-height: 1.35;
  color: white; }
  @media (min-width: 768px) {
    .sub-hero__text {
      font-size: 1.25rem;
      line-height: 1.5;
      margin-bottom: 0; } }
  @media (min-width: 1250px) {
    .sub-hero__text {
      font-size: 1.375rem;
      line-height: 1.45; } }

.sub-hero__ctas {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .sub-hero__ctas {
      flex-direction: column;
      padding-left: 56px;
      max-width: none;
      margin: 0;
      flex-basis: 35%; } }
  @media (min-width: 1250px) {
    .sub-hero__ctas {
      padding-left: 90px; } }
  @media (min-width: 768px) {
    .sub-hero__ctas::before {
      content: '';
      width: 2px;
      height: 95%;
      top: 0;
      left: -1px;
      background-color: white;
      position: absolute; } }

.sub-hero__cta {
  max-width: 150px; }
  @media (min-width: 768px) {
    .sub-hero__cta {
      max-width: 200px;
      margin-bottom: 38px; } }

.sub-hero__cta-link {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.19;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 768px) {
    .sub-hero__cta-link {
      font-size: 1.5rem;
      line-height: 1.25; } }
  .sub-hero__cta-link svg {
    width: 52px;
    height: auto;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .sub-hero__cta-link svg {
        width: 70px; } }

.ancillary-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 32px 0 12px; }
  @media (min-width: 768px) {
    .ancillary-services {
      padding-top: 40px; } }
  @media (min-width: 1250px) {
    .ancillary-services {
      padding-top: 48px;
      justify-content: space-between; } }

.ancillary-services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-basis: 50%;
  padding: 0 12px;
  margin-bottom: 36px;
  text-decoration: none; }
  @media (min-width: 768px) {
    .ancillary-services__item {
      flex-basis: 33%;
      margin-bottom: 42px; } }
  @media (min-width: 1250px) {
    .ancillary-services__item {
      flex-basis: 16.66%; } }
  .ancillary-services__item svg {
    margin-bottom: 12px;
    width: 42px; }
    @media (min-width: 768px) {
      .ancillary-services__item svg {
        margin-bottom: 16px; } }
    @media (min-width: 1250px) {
      .ancillary-services__item svg {
        margin-bottom: 20px; } }
    @media (min-width: 1400px) {
      .ancillary-services__item svg {
        margin-bottom: 24px;
        width: 52px; } }
  .ancillary-services__item p {
    font-size: 1.125rem;
    text-decoration: none;
    line-height: 1.22;
    letter-spacing: 1.26px;
    max-width: 150px;
    transition: color .4s ease; }
    @media (min-width: 1400px) {
      .ancillary-services__item p {
        line-height: 1.13;
        max-width: 200px;
        font-size: 1.5rem;
        letter-spacing: 1.68px; } }
  .ancillary-services__item:hover p {
    color: #23628f;
    font-weight: 600; }

.accordion__title {
  display: block;
  padding: 25px 0 45px 28px;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: background-color .4s ease; }
  @media (min-width: 768px) {
    .accordion__title {
      padding: 32px 28px 32px 40px; } }
  @media (min-width: 1250px) {
    .accordion__title {
      padding: 32px 32px 32px 50px; } }
  .accordion__title span {
    font-size: 1.875rem;
    font-weight: 700;
    display: inline-block;
    color: #23628f;
    max-width: 70%;
    line-height: 1.125;
    transition: color .4s ease; }
  .accordion__title::before {
    content: '';
    background-color: #23628f;
    height: 27px;
    width: 4px;
    display: block;
    position: absolute;
    border-radius: 6px;
    right: 28px;
    top: 24px;
    transition: height .4s ease, top .4s ease, transform .4s ease; }
    @media (min-width: 768px) {
      .accordion__title::before {
        height: 32px;
        top: 32px;
        right: 36px; } }
    @media (min-width: 1250px) {
      .accordion__title::before {
        right: 40px; } }
  .accordion__title::after {
    content: '';
    background-color: #23628f;
    height: 27px;
    width: 4px;
    display: block;
    position: absolute;
    border-radius: 6px;
    right: 28px;
    top: 24px;
    transition: height .4s ease, top .4s ease, transform .4s ease;
    transform: rotate(90deg); }
    @media (min-width: 768px) {
      .accordion__title::after {
        height: 32px;
        top: 32px;
        right: 36px; } }
    @media (min-width: 1250px) {
      .accordion__title::after {
        right: 40px; } }

.accordion__outer-container {
  margin-bottom: 32px; }

.accordion__inner-container {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: max-height .6s ease, padding .6s ease, visibility .6s ease, box-shadow .6s ease; }
  @media (min-width: 768px) {
    .accordion__inner-container {
      padding: 0 20px;
      transition: max-height .4s ease, padding .4s ease, visibility .4s ease, box-shadow .4s ease; } }
  @media (min-width: 1250px) {
    .accordion__inner-container {
      padding: 0 90px; } }

.accordion.active .accordion__title {
  background-color: #23628f;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .accordion.active .accordion__title span {
    color: white; }
  .accordion.active .accordion__title::before {
    transform: rotate(45deg);
    background-color: white; }
  .accordion.active .accordion__title::after {
    transform: rotate(135deg);
    background-color: white; }

.accordion.active .accordion__inner-container {
  max-height: 5000px;
  visibility: visible;
  padding: 36px 16px;
  box-shadow: 0 6px 20px rgba(106, 106, 106, 0.39);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: max-height .4s ease, padding .4s ease, visibility .4s ease, box-shadow .4s ease; }
  @media (min-width: 768px) {
    .accordion.active .accordion__inner-container {
      padding: 52px 20px; } }
  @media (min-width: 1250px) {
    .accordion.active .accordion__inner-container {
      padding: 52px 90px; } }

.quote {
  padding: 32px 20px; }
  @media (min-width: 768px) {
    .quote {
      padding: 48px 64px 48px 280px; } }
  @media (min-width: 1250px) {
    .quote {
      padding: 48px 120px; } }
  .quote::before {
    content: '';
    background-image: url("../images/quote.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px;
    position: absolute;
    left: 12px;
    top: 30px;
    width: 70px;
    height: 44px; }
    @media (min-width: 768px) {
      .quote::before {
        top: 56px;
        left: 70px;
        background-size: 155px;
        width: 155px;
        height: 95px; } }
    @media (min-width: 1250px) {
      .quote::before {
        display: none; } }

.quote__text {
  color: #23628f;
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 80px; }
  @media (min-width: 768px) {
    .quote__text {
      font-size: 2.25rem;
      margin-left: 0; } }
  @media (min-width: 1250px) {
    .quote__text {
      font-size: 2.5rem;
      padding: 26px 220px 0; } }
  @media (min-width: 1250px) {
    .quote__text::before {
      content: '';
      background-image: url("../images/quote.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 155px;
      position: absolute;
      left: 0;
      top: 0;
      width: 155px;
      height: 95px; } }

.quote__author-container {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 24px; }

.quote__author_name {
  font-size: 1.5rem;
  color: #23628f;
  margin: 0; }
  @media (min-width: 768px) {
    .quote__author_name {
      font-size: 1.75rem; } }
  @media (min-width: 1250px) {
    .quote__author_name {
      font-size: 2rem; } }

.quote__author_title {
  font-size: .875rem;
  text-transform: uppercase;
  margin: 0;
  color: #23628f;
  max-width: 300px; }
  @media (min-width: 768px) {
    .quote__author_title {
      font-size: 1rem;
      max-width: 400px; } }
  @media (min-width: 1250px) {
    .quote__author_title {
      font-size: 1.125rem;
      max-width: 500px; } }

.image {
  height: 50vw;
  width: 100%;
  min-height: 250px;
  max-height: 750px; }
  .image .i72-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%; }
    .image .i72-image svg {
      height: 100%;
      width: 100%; }
  .image .i72-svg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 12px; }
    .image .i72-svg svg {
      height: 100%;
      width: 100%; }
      @media (min-width: 768px) {
        .image .i72-svg svg {
          padding: 20px; } }

#library-results {
  max-width: 1560px; }

.library-result__container {
  padding: 40px 0; }

.library-result__item {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(21, 85, 146, 0.34);
  max-width: 1420px; }

.library-result__item.hover .item__title {
  font-weight: 700; }

.item__category {
  margin-bottom: 2px; }
  .item__category a {
    border: 1px solid #e8e7e6;
    display: inline-block;
    color: #7d7573;
    font-size: .875rem;
    text-decoration: none;
    padding: 2px 16px 3px;
    border-radius: 6rem;
    margin: 0 12px 12px 0;
    transition: background-color .4s ease, color .4s ease; }
    .item__category a:hover {
      background-color: #e6f3ff;
      color: #484848; }
    @media (min-width: 768px) {
      .item__category a {
        margin-bottom: 7px; } }
    @media (min-width: 1250px) {
      .item__category a {
        margin-bottom: 12px; } }

.item__title {
  color: #23628f;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-bottom: 6px; }
  @media (min-width: 768px) {
    .item__title {
      margin-bottom: 12px;
      max-width: 990px; } }
  @media (min-width: 1250px) {
    .item__title {
      font-size: 1.875rem;
      line-height: 1.33; } }

.item__desc p {
  font-size: .875rem;
  line-height: 1.43;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .item__desc p {
      font-size: 1rem;
      max-width: 990px; } }
  @media (min-width: 1250px) {
    .item__desc p {
      font-size: 1.125rem;
      line-height: 1.67;
      margin-bottom: 18px; } }

.item__more {
  color: #23628f;
  font-weight: 600;
  font-size: .875rem;
  text-decoration: none;
  background-image: url("../images/arrow-blue.svg");
  background-position: right center;
  background-size: 14px;
  background-repeat: no-repeat;
  padding-right: 22px;
  padding-bottom: 1px;
  transition: padding-right .4s ease; }
  .item__more:hover {
    border-bottom: 2px solid #23628f; }
  @media (min-width: 768px) {
    .item__more {
      font-size: 1.125rem;
      background-size: 20px;
      background-repeat: no-repeat;
      padding-right: 30px; } }

.library-options {
  background-color: white;
  width: 100% !important;
  max-width: none !important;
  padding: 20px 20px 0; }
  @media (min-width: 768px) {
    .library-options {
      padding: 20px 40px; } }
  @media (min-width: 1250px) {
    .library-options {
      padding: 20px 60px; } }
  @media (min-width: 1250px) {
    .library-options + .row {
      display: flex; } }

.library-options.fixed {
  position: fixed;
  box-shadow: 0px 11px 16px -12px rgba(0, 0, 0, 0.16);
  z-index: 999;
  left: 0;
  top: 75px; }
  @media (min-width: 768px) {
    .library-options.fixed {
      top: 156px; } }
  @media (min-width: 1250px) {
    .library-options.fixed {
      top: 167px; } }

.library-options.search {
  position: relative !important;
  top: auto !important;
  box-shadow: none; }

.library-options__tags {
  white-space: nowrap;
  overflow-x: auto;
  padding: 6px 2px 15px; }
  @media (min-width: 768px) {
    .library-options__tags {
      margin-left: 8px;
      overflow-x: visible;
      padding: 4px 0 14px;
      display: inline-block; } }
  .library-options__tags .item__tag {
    padding: 8px 17px 9px 17px;
    color: #484848;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    border-radius: 24px;
    background-color: #f5f4f4;
    border: 1px solid #f5f4f4;
    margin-right: 8px;
    margin-top: 12px;
    transition: color .4s ease, background-color .4s ease, font-weight .4s ease; }
    @media (min-width: 768px) {
      .library-options__tags .item__tag {
        margin-top: 0; } }
    @media (min-width: 1250px) {
      .library-options__tags .item__tag {
        padding: 11px 30px 12px 30px;
        font-size: 1.25rem;
        font-weight: 600;
        background-size: 13px;
        background-position: calc(100% - 22px) center; } }
    .library-options__tags .item__tag svg {
      margin-left: 12px;
      width: 10px;
      height: auto; }
      @media (min-width: 1250px) {
        .library-options__tags .item__tag svg {
          width: 12px;
          margin-left: 16px; } }
      .library-options__tags .item__tag svg line {
        transition: stroke .4s ease; }
    .library-options__tags .item__tag:hover {
      color: #23628f;
      background-color: #f3f7f9;
      font-weight: 600; }
      .library-options__tags .item__tag:hover svg line {
        stroke: #23628f; }
  .library-options__tags:empty {
    display: none; }

@media (min-width: 768px) {
  .library-options__tag-container {
    white-space: nowrap;
    overflow-x: auto;
    padding: 6px 0 0;
    max-width: 1640px;
    margin: 0 auto; } }

.library-options__toggle {
  border: solid 1px #c2d8ec;
  border-radius: 6rem;
  padding: 8px 19px 9px 21px;
  display: inline-block;
  min-width: 145px;
  font-weight: 600;
  color: #484848;
  text-decoration: none;
  transition: background-color .4s ease, border .4s ease; }
  @media (min-width: 768px) {
    .library-options__toggle {
      margin-bottom: 0; } }
  @media (min-width: 1250px) {
    .library-options__toggle {
      background-color: #23628f;
      padding: 11px 28px 12px 31px;
      border: none;
      font-weight: 600;
      color: white;
      font-size: 1.25rem; } }
  .library-options__toggle:hover {
    background-color: #eef5fb;
    border: solid 1px #eef5fb; }
    @media (min-width: 1250px) {
      .library-options__toggle:hover {
        border: none;
        background-color: #23628f; } }
  .library-options__toggle svg {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: transform .4s ease; }
    @media (min-width: 1250px) {
      .library-options__toggle svg {
        right: 22px;
        width: 20px;
        height: auto; } }
    @media (min-width: 1250px) {
      .library-options__toggle svg path {
        stroke: #fff; } }

@media (min-width: 768px) {
  .library-options__toggle.enabled {
    margin-top: 0; } }

.library-options__toggle.enabled svg {
  transform: translateY(-50%);
  transition: transform .6s ease; }

.library-options__container {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  visibility: hidden;
  transition: max-height .4s ease, visibility .4s ease, margin-top .4s ease; }
  @media (min-width: 1250px) {
    .library-options__container {
      max-width: 1640px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .library-options__container form {
      display: flex;
      width: 100%;
      max-width: 1009px;
      border-radius: 20px;
      border: solid 1px #d6d4d3;
      padding: 26px 10px;
      margin-top: 16px; } }
  @media (min-width: 1024px) {
    .library-options__container form {
      padding: 29px 18px 30px; } }
  @media (min-width: 1250px) {
    .library-options__container form {
      padding: 34px 0 30px; } }

.library-options__container.enabled {
  max-height: 2000px;
  visibility: visible;
  margin-top: 12px;
  transition: max-height .6s ease, visibility .6s ease, margin-top .6s ease; }

.library-options__checkbox-container {
  white-space: nowrap;
  overflow-x: auto;
  padding: 6px 2px 15px; }
  @media (min-width: 768px) {
    .library-options__checkbox-container {
      padding: 0;
      overflow-x: visible;
      white-space: normal; } }

@media (min-width: 768px) {
  .library-options__item {
    flex-basis: 33.33%;
    padding: 7px 22px;
    border-right: solid 1px #dad9d9; } }

@media (min-width: 1024px) {
  .library-options__item {
    padding: 7px 28px; } }

@media (min-width: 1250px) {
  .library-options__item {
    padding: 7px 48px; } }

@media (min-width: 768px) {
  .library-options__item:last-child {
    border-right: 0; } }

.library-options__item > h4 {
  color: #484848;
  font-size: 1rem;
  margin-bottom: 2px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .library-options__item > h4 {
      margin-bottom: 18px; } }
  @media (min-width: 1250px) {
    .library-options__item > h4 {
      font-size: 1.25rem; } }

.library-options + .row {
  display: none; }

.item__checkbox {
  display: inline-block;
  margin-right: 8px; }
  @media (min-width: 768px) {
    .item__checkbox {
      display: block;
      margin: 0 0 18px 0; } }
  .item__checkbox input {
    position: absolute;
    opacity: 0; }
    .item__checkbox input:checked + label {
      border-color: #484848; }
      @media (min-width: 768px) {
        .item__checkbox input:checked + label {
          border: 0; } }
      @media (min-width: 768px) {
        .item__checkbox input:checked + label::after {
          content: '';
          height: 10px;
          width: 10px;
          border-radius: 50%;
          background-color: #23628f;
          position: absolute;
          left: 2px;
          top: 50%;
          transform: translateY(-50%); } }
  .item__checkbox label {
    padding: 8px 17px 9px;
    display: inline-block;
    border-radius: 24px;
    background-color: #f5f4f4;
    border: 1px solid #f5f4f4;
    cursor: pointer;
    transition: border-color .4s ease; }
    @media (min-width: 768px) {
      .item__checkbox label::before {
        content: '';
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 1px solid #484848;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); } }
    @media (min-width: 768px) {
      .item__checkbox label:hover {
        text-decoration: underline; } }
  .item__checkbox:focus-within label {
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: 2px; }

.library-result__pagination {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  background-color: white;
  display: table;
  margin: 0 auto 48px;
  border-radius: 3px;
  overflow: hidden; }
  @media (min-width: 1250px) {
    .library-result__pagination {
      margin-bottom: 60px; } }
  .library-result__pagination a {
    padding: 10px 14px;
    background-color: white;
    display: table-cell;
    color: #23628f;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 700;
    transition: background-color .4s ease, color .4s ease; }
    @media (min-width: 768px) {
      .library-result__pagination a {
        font-size: 1.125rem;
        padding: 12px 18px;
        line-height: 1.33; } }
    .library-result__pagination a svg {
      width: 15px;
      height: auto; }
      @media (min-width: 768px) {
        .library-result__pagination a svg {
          width: 18px; } }
      .library-result__pagination a svg path {
        transition: stroke .4s ease; }
    .library-result__pagination a:hover {
      background-color: rgba(35, 98, 143, 0.05); }
  .library-result__pagination a.selected {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #2c79b1, #23628f);
    color: white; }
  .library-result__pagination a.next {
    padding: 10px 11px; }
    @media (min-width: 768px) {
      .library-result__pagination a.next {
        padding: 12px; } }
  .library-result__pagination a.prev {
    padding: 10px 11px; }
    @media (min-width: 768px) {
      .library-result__pagination a.prev {
        padding: 12px; } }
    .library-result__pagination a.prev svg {
      transform: rotate(180deg); }

@media (min-width: 1250px) {
  .people {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 24px; } }

.people__person {
  margin: 0 auto 32px;
  max-width: 450px; }
  @media (min-width: 768px) {
    .people__person {
      max-width: 850px;
      margin: 0 auto 48px; } }
  @media (min-width: 1250px) {
    .people__person {
      flex-basis: calc(50% - 16px);
      margin: 0;
      max-width: none;
      margin-right: 32px;
      margin-bottom: 48px; } }
  @media (min-width: 1920px) {
    .people__person {
      flex: 1;
      margin-right: 26px;
      min-width: calc(33% - 14px);
      max-width: calc(33% - 14px); } }
  @media (min-width: 1250px) {
    .people__person:nth-child(even) {
      margin-right: 0; } }
  @media (min-width: 1920px) {
    .people__person:nth-child(even) {
      margin-right: 25px; } }
  @media (min-width: 1920px) {
    .people__person:nth-child(3n) {
      margin-right: 0; } }
  @media (min-width: 1920px) {
    .people__person:last-child {
      margin-right: 0; } }

@media (min-width: 768px) {
  .people__intro {
    display: flex;
    align-items: center;
    margin-bottom: 20px; } }

@media (min-width: 1250px) {
  .people__intro {
    align-items: flex-start; } }

.people__image {
  height: 350px;
  width: 100%; }
  @media (min-width: 768px) {
    .people__image {
      height: 335px;
      flex-basis: 40%;
      min-width: 350px; } }
  @media (min-width: 1250px) {
    .people__image {
      min-width: auto;
      flex-basis: 55%; } }
  @media (min-width: 1920px) {
    .people__image {
      flex-basis: 57%; } }
  .people__image .overlay {
    background-image: linear-gradient(0deg, #fff 10%, transparent, transparent);
    position: absolute;
    inset: 0;
    z-index: 2; }
    @media (min-width: 768px) {
      .people__image .overlay {
        background-image: linear-gradient(270deg, #fff 5%, transparent, transparent); } }
  .people__image .i72-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
    @media (min-width: 768px) {
      .people__image .i72-image {
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px; } }

.people__info {
  margin-top: -20px;
  z-index: 3; }
  @media (min-width: 768px) {
    .people__info {
      margin: 0;
      padding: 20px;
      flex-basis: 60%; } }
  @media (min-width: 1250px) {
    .people__info {
      flex-basis: 45%;
      padding: 36px 10px 20px; } }
  @media (min-width: 1920px) {
    .people__info {
      flex-basis: 43%; } }

.people__name {
  color: #23628f;
  margin-bottom: 2px;
  font-size: 1.75rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold; }
  @media (min-width: 1250px) {
    .people__name {
      font-size: 1.25rem; } }

.people__job-title {
  color: #23628f;
  margin-bottom: 10px;
  font-size: 1.25rem; }
  @media (min-width: 1250px) {
    .people__job-title {
      font-size: 1rem;
      margin-bottom: 16px; } }

.people__quote {
  color: #2970a4;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .people__quote {
      font-size: 1.25rem;
      margin-bottom: 0; } }
  @media (min-width: 1250px) {
    .people__quote {
      font-size: 1rem;
      line-height: 1.63; } }

.people__desc p {
  margin-bottom: 8px; }

.people__social {
  display: inline-block; }
  .people__social .i72-svg {
    width: 24px; }

.initial-section {
  margin: 0 auto 36px;
  max-width: 1160px; }
  @media (min-width: 768px) {
    .initial-section {
      margin-bottom: 45px; } }
  @media (min-width: 1250px) {
    .initial-section {
      margin-bottom: 90px; } }

.initial-section__heading {
  color: #23628f; }

.staff .hero {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .staff .hero {
      margin-bottom: 45px; } }
  @media (min-width: 1250px) {
    .staff .hero {
      margin-bottom: 72px; } }

.persona-slider {
  margin-bottom: 100px; }
  .persona-slider__thumbnail {
    overflow: hidden; }
    .persona-slider__thumbnail img {
      max-width: 100%; }
  .persona-slider__name {
    margin-top: 12px;
    text-align: center;
    color: #226292;
    display: block;
    font-size: 1.25rem; }

.persona-slider-wrapper {
  padding: 0 60px; }
  .persona-slider-wrapper .swiper-button-prev, .persona-slider-wrapper .swiper-button-next {
    color: #23628f;
    display: none; }
    @media (min-width: 768px) {
      .persona-slider-wrapper .swiper-button-prev, .persona-slider-wrapper .swiper-button-next {
        display: flex; } }

.persona-slider-main__row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5); }
  .persona-slider-main__row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y); }

.persona-slider-main__content {
  flex: 0 0 auto;
  width: 66.66666667%; }
  .persona-slider-main__content h1 {
    font-size: 1.875rem !important; }
    @media (min-width: 768px) {
      .persona-slider-main__content h1 {
        font-size: 2.5rem !important; } }
    @media (min-width: 1250px) {
      .persona-slider-main__content h1 {
        font-size: 3.5rem !important; } }
  .persona-slider-main__content h2 {
    font-size: 1.75rem !important; }
    @media (min-width: 768px) {
      .persona-slider-main__content h2 {
        font-size: 2.25rem !important; } }
    @media (min-width: 1250px) {
      .persona-slider-main__content h2 {
        font-size: 3rem !important; } }
  .persona-slider-main__content h3 {
    font-size: 1.5rem !important; }
    @media (min-width: 768px) {
      .persona-slider-main__content h3 {
        font-size: 2rem !important; } }
    @media (min-width: 1250px) {
      .persona-slider-main__content h3 {
        font-size: 2.25rem !important; } }

.persona-slider-main__poster {
  flex: 0 0 auto;
  width: 33.33333333%; }
  .persona-slider-main__poster img {
    max-width: 100%; }
