@charset "UTF-8";
/**
* GNL UI ICONS
*
* https://icomoon.io/app/
*/
@font-face {
  font-family: "gnl-ui-icons";
  src: url("../../../gnl-web-framework/assets/vendor/fonts/gnl-ui-icons.ttf?40hoac") format("truetype"), url("../../../gnl-web-framework/assets/vendor/fonts/gnl-ui-icons.woff?40hoac") format("woff"), url("../../../gnl-web-framework/assets/vendor/fonts/gnl-ui-icons.svg?40hoac#gnl-ui-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gnl-ui-icons" !important;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "";
}

.icon-ext:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-picture:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-audio:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-telephone:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-up-down:before {
  content: "";
}

.icon-up:before {
  content: "";
}

.icon-down:before {
  content: "";
}

.icon-left:before {
  content: "";
}

.icon-right:before {
  content: "";
}

.icon-home-2:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-profile:before {
  content: "";
}

.icon-computer:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-you-tube:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-facebook-2:before {
  content: "";
}

.icon-twitter-2:before {
  content: "";
}

.icon-you-tube-2:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-lifesaver:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-scales:before {
  content: "";
}

.icon-bullet-list:before {
  content: "";
}

.icon-close:before {
  content: "";
}

h1 {
  font-size: 1.6875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  padding: 0;
  margin-bottom: 1.5rem;
}

.banner {
  padding-top: 3rem;
}
@media print, screen and (min-width: 64em) {
  .banner {
    padding-top: 1.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  h1.site-title {
    margin-bottom: 0.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .search-form {
    margin-bottom: 0.125rem;
  }
}

.search-field {
  padding: 0.375rem 1rem 0.5rem;
}

.search-submit {
  color: #243746;
}

.search-submit {
  padding: 0.375rem 1rem 0.5rem;
}

@media print, screen and (min-width: 64em) {
  body:not(.has-top-menu) .header-image {
    border-bottom: 2.5rem solid #004B87;
  }
}

.bar-menu > li {
  margin-right: 0;
}
.bar-menu > li > a:hover, .bar-menu > li > a.open {
  background-color: rgba(0, 0, 0, 0.13);
}

.top-navigation-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 64em) {
  .top-navigation-container {
    background-color: #243746;
  }
}
@media print, screen and (min-width: 64em) {
  .top-navigation-container > nav ul {
    justify-content: center;
  }
}

.left-navigation .menu > li.menu-separator {
  border-top: 2px solid #004B87;
}

.button button,
.button a,
button.button,
a.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.625rem 0.75rem 0.6875rem 0.875rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9375rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  margin: 0;
  margin-bottom: 1.25rem;
}
[data-whatinput=mouse] .button button,
[data-whatinput=mouse] .button a,
[data-whatinput=mouse] button.button,
[data-whatinput=mouse] a.button {
  outline: 0;
}
.button button:hover, .button button:focus, .button button:active,
.button a:hover,
.button a:focus,
.button a:active,
button.button:hover,
button.button:focus,
button.button:active,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
}
.button button.clear:hover,
.button a.clear:hover,
button.button.clear:hover,
a.button.clear:hover {
  background-color: #f2f2f2;
}
.button button:not(.clear), .button button:not(.clear).disabled, .button button:not(.clear)[disabled], .button button:not(.clear).disabled:hover, .button button:not(.clear)[disabled]:hover, .button button:not(.clear).disabled:focus, .button button:not(.clear)[disabled]:focus,
.button a:not(.clear),
.button a:not(.clear).disabled,
.button a:not(.clear)[disabled],
.button a:not(.clear).disabled:hover,
.button a:not(.clear)[disabled]:hover,
.button a:not(.clear).disabled:focus,
.button a:not(.clear)[disabled]:focus,
button.button:not(.clear),
button.button:not(.clear).disabled,
button.button:not(.clear)[disabled],
button.button:not(.clear).disabled:hover,
button.button:not(.clear)[disabled]:hover,
button.button:not(.clear).disabled:focus,
button.button:not(.clear)[disabled]:focus,
a.button:not(.clear),
a.button:not(.clear).disabled,
a.button:not(.clear)[disabled],
a.button:not(.clear).disabled:hover,
a.button:not(.clear)[disabled]:hover,
a.button:not(.clear).disabled:focus,
a.button:not(.clear)[disabled]:focus {
  background-color: #243746;
  color: #fff;
}
.button button:not(.clear):hover, .button button:not(.clear):focus,
.button a:not(.clear):hover,
.button a:not(.clear):focus,
button.button:not(.clear):hover,
button.button:not(.clear):focus,
a.button:not(.clear):hover,
a.button:not(.clear):focus {
  background-color: #004073;
  color: #fff;
}
.button button:not(.clear):hover, .button button:not(.clear):focus,
.button a:not(.clear):hover,
.button a:not(.clear):focus,
button.button:not(.clear):hover,
button.button:not(.clear):focus,
a.button:not(.clear):hover,
a.button:not(.clear):focus {
  background-color: #1f303d;
}
.button button:not(.clear) + .clear,
.button a:not(.clear) + .clear,
button.button:not(.clear) + .clear,
a.button:not(.clear) + .clear {
  margin-left: 1rem;
}
.button button:after,
.button a:after,
button.button:after,
a.button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gnl-ui-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.125rem;
  left: 0.125rem;
}

.button-previous a {
  padding-left: 0.75rem;
  padding-right: 0.875rem;
  margin-right: 1rem;
}
.button-previous a:after {
  content: none;
}
.button-previous a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gnl-ui-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  top: 0.3125rem;
}

.home.page-template-multi-column-bottom .multi-column-bottom-row .multi-column-bottom-col h2 {
  color: #3c3c3c;
  line-height: 1.15;
  border-bottom: 2px solid #3c3c3c;
  padding-bottom: 0.625rem;
  margin-bottom: 1.875rem;
}
.home.page-template-multi-column-bottom .multi-column-bottom-row .multi-column-bottom-col .news {
  height: 24.875rem;
  overflow: scroll;
  overflow-x: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.home.page-template-multi-column-bottom .multi-column-bottom-row .multi-column-bottom-col .news .news-post-title {
  color: #004B87;
  text-transform: none;
  margin: 0;
}
.home.page-template-multi-column-bottom .multi-column-bottom-row .multi-column-bottom-col .news .news-post-content {
  margin-bottom: 1.5rem;
}

.features-container {
  background-color: #f2f2f2;
  padding: 1.5625rem 5.5rem 0.875rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .features-container {
    position: relative;
  }
}
.features-container .features {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.features-container .features .features-title {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  justify-content: center;
  margin-bottom: 1.5625rem;
}
.features-container .features .features-carousel {
  min-width: 100%;
  width: 0;
  text-align: center;
  margin-bottom: 1.5rem;
}
.features-container .features .features-carousel .slick-prev,
.features-container .features .features-carousel .slick-next {
  width: 1.125rem;
  height: 2rem;
}
.features-container .features .features-carousel .slick-prev {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3NTc4N0I7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMi4xLDEzLjkgMTUuOSwwLjEgMTgsMi4yIDQuMiwxNiAxOCwyOS44IDE1LjksMzEuOSAyLjEsMTguMSAwLDE2ICIvPg0KPC9zdmc+DQo=) no-repeat;
}
.features-container .features .features-carousel .slick-prev:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIHBvaW50cz0iMi4xLDEzLjkgMTUuOSwwLjEgMTgsMi4yIDQuMiwxNiAxOCwyOS44IDE1LjksMzEuOSAyLjEsMTguMSAwLDE2ICIvPg0KPC9zdmc+DQo=) no-repeat;
}
.features-container .features .features-carousel .slick-prev:before {
  content: none;
}
.features-container .features .features-carousel .slick-list {
  display: grid;
}
.features-container .features .features-carousel .slick-list .slick-track {
  display: flex;
  flex-flow: row nowrap;
}
.features-container .features .features-carousel .slick-list .slick-track .slick-slide {
  display: flex;
  flex-flow: row wrap;
}
.features-container .features .features-carousel .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.features-container .features .features-carousel .slick-list .slick-track .slick-slide > div .feature {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.features-container .features .features-carousel .slick-next {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3NTc4N0I7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTgsMTYgMTUuOSwxOC4xIDIuMSwzMS45IDAsMjkuOCAxMy44LDE2IDAsMi4yIDIuMSwwLjEgMTUuOSwxMy45ICIvPg0KPC9zdmc+DQo=) no-repeat;
}
.features-container .features .features-carousel .slick-next:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIHBvaW50cz0iMTgsMTYgMTUuOSwxOC4xIDIuMSwzMS45IDAsMjkuOCAxMy44LDE2IDAsMi4yIDIuMSwwLjEgMTUuOSwxMy45ICIvPg0KPC9zdmc+DQo=) no-repeat;
}
.features-container .features .features-carousel .slick-next:before {
  content: none;
}
.features-container .features .features-carousel.slick-dotted .slick-dots {
  bottom: -0.8125rem;
}
.features-container .features .features-carousel.slick-dotted .slick-dots li.slick-active button:before {
  color: #000;
}
.features-container .features .features-carousel.slick-dotted .slick-dots li button:before {
  color: #727579;
  opacity: 1;
}
.features-container .features > .feature {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 64em) {
  .features-container .features > .feature {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.features-container .features .feature {
  text-align: center;
  background-color: #fff;
  border: 1px solid #D9D9D6;
  margin-bottom: 2rem;
}
.features-container .features .feature .feature-link {
  color: inherit;
}
.features-container .features .feature .feature-link:hover {
  text-decoration: none;
}
.features-container .features .feature .feature-image {
  width: 100%;
  margin: 0;
}
.features-container .features .feature .feature-title {
  margin: 1.25rem 1rem 1.5rem;
}
.features-container .features .feature .feature-title + .feature-description {
  margin-top: -1.5rem;
}
.features-container .features .feature .feature-description {
  margin: 0 1rem;
}
@media print, screen and (min-width: 64em) {
  .features-container .features .features-link {
    position: absolute;
    right: 2rem;
    bottom: 0;
  }
}
.features-container .features .features-link a {
  color: inherit;
}

[data-whatintent=mouse] .feature:hover,
[data-whatintent=mouse] .feature:active,
[data-whatintent=mouse] .feature:focus,
[data-whatintent=mouse] .feature-link:hover,
[data-whatintent=mouse] .feature-link:active,
[data-whatintent=mouse] .feature-link:focus {
  outline: 0;
}

.page-template-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
}
.page-template-accordion .accordion-title {
  padding: 1.0625rem 4rem 1.4375rem 0;
  margin-left: 0;
}
.page-template-accordion .accordion-title:before {
  font-size: 2rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gnl-ui-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  margin: 0;
}
.page-template-accordion .accordion-title[aria-expanded=true]:before {
  content: "";
}
.page-template-accordion .accordion-content {
  padding: 0;
  margin-left: 0;
}

.page-template-landing .content-container {
  padding-top: 3.5625rem;
  padding-bottom: 2rem;
}
.page-template-landing .content-container .breadcrumbs {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.page-template-landing .content-container .content-area {
  margin: 0;
}
.page-template-landing .content-container .content-area article {
  margin: 0;
}
.page-template-landing .content-container .content-area .entry-header {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
.page-template-landing .content-container .content-area .entry-header .entry-title {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  justify-content: center;
  font-size: 2.625rem;
  line-height: 3rem;
  letter-spacing: -0.03125rem;
  margin-top: -0.375rem;
  margin-bottom: 1.375rem;
}
.page-template-landing .landing-container .landing {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}
.page-template-landing .landing-container .landing .landing-sub-title {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.6875rem;
  line-height: 1.2;
  text-align: center;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .page-template-landing .landing-container .landing .landing-sub-title {
    flex: 0 0 auto;
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-landing .landing-container .landing .landing-introduction {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  text-align: center;
  margin-top: -0.125rem;
}
@media print, screen and (min-width: 64em) {
  .page-template-landing .landing-container .landing .landing-introduction {
    flex: 0 0 auto;
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-landing .landing-container .landing .landing-buttons {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0;
  padding-bottom: 1rem;
  justify-content: center;
}
.page-template-landing .landing-container .landing .landing-buttons .landing-button {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  background-color: #243746;
  border: 1px solid #243746;
  border-radius: 0.375rem;
  padding: 0.375rem 0.625rem 0.5rem 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  transition: background-color 0.25s ease-out;
}
.page-template-landing .landing-container .landing .landing-buttons .landing-button:first-child {
  margin-left: 0;
}
.page-template-landing .landing-container .landing .landing-buttons .landing-button:last-child {
  margin-right: 0;
}
.page-template-landing .landing-container .landing .landing-buttons .landing-button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gnl-ui-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
}
.page-template-landing .landing-container .landing .landing-buttons .landing-button.landing-button-outline {
  color: #243746;
  background-color: transparent;
  border-color: #243746;
}
.page-template-landing .landing-container .landing .landing-content {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  justify-content: center;
}
.page-template-landing .landing-container .landing .landing-cards {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2rem;
}
.page-template-landing .landing-container .landing .landing-cards .landing-card {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #D9D9D6;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem 0.625rem;
  margin-bottom: 2rem;
  transition: background-color 0.25s ease-out;
}
@media print, screen and (min-width: 40em) {
  .page-template-landing .landing-container .landing .landing-cards .landing-card.col-2 {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .page-template-landing .landing-container .landing .landing-cards .landing-card.col-3 {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-landing .landing-container .landing .landing-cards .landing-card.col-3 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .page-template-landing .landing-container .landing .landing-cards .landing-card.col-4 {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-landing .landing-container .landing .landing-cards .landing-card.col-4 {
    flex: 0 0 auto;
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.page-template-landing .landing-container .landing .landing-cards .landing-card .landing-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  margin-bottom: 1.5rem;
}
.page-template-landing .landing-container .landing .landing-cards .landing-card .landing-card-icon img {
  max-height: 4rem;
  margin: 0;
}
.page-template-landing .landing-container .landing .landing-cards .landing-card h2.landing-card-title {
  font-size: 1.6875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  border: 0;
  padding: 0;
  margin-bottom: 1.5rem;
}
.page-template-landing .landing-container .landing .landing-cards .landing-card .landing-card-description {
  color: #3c3c3c;
  font-size: 1.3125rem;
  line-height: 1.5;
  margin: -0.125rem 0 1.625rem;
}
.page-template-landing .landing-container .landing .landing-cards .landing-card .landing-card-link {
  color: #243746;
}
.page-template-landing .landing-container .landing .landing-cards .landing-card .landing-card-link:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "gnl-ui-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
}
.page-template-landing .landing-container .landing .landing-cards .landing-card:after {
  content: none !important;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel {
  min-width: 100%;
  width: 0;
  margin-bottom: 1.5rem;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-prev,
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-next {
  width: 1.125rem;
  height: 2rem;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-prev {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3NTc4N0I7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMi4xLDEzLjkgMTUuOSwwLjEgMTgsMi4yIDQuMiwxNiAxOCwyOS44IDE1LjksMzEuOSAyLjEsMTguMSAwLDE2ICIvPg0KPC9zdmc+DQo=) no-repeat;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-prev:before {
  content: none;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-list {
  display: grid;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-list .slick-track {
  display: flex;
  flex-flow: row nowrap;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-list .slick-track .slick-slide {
  display: flex;
  flex-flow: row wrap;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-list .slick-track .slick-slide > div .landing-card {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-next {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3NTc4N0I7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTgsMTYgMTUuOSwxOC4xIDIuMSwzMS45IDAsMjkuOCAxMy44LDE2IDAsMi4yIDIuMSwwLjEgMTUuOSwxMy45ICIvPg0KPC9zdmc+DQo=) no-repeat;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-next:before {
  content: none;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel.slick-dotted .slick-dots {
  bottom: -0.8125rem;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel.slick-dotted .slick-dots li.slick-active button:before {
  color: #000;
}
.page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel.slick-dotted .slick-dots li button:before {
  color: #727579;
  opacity: 1;
}

[data-whatintent=mouse] .page-template-landing .landing-container .landing .landing-buttons .landing-button:hover {
  background-color: #1f303d;
  border-color: #1f303d;
  text-decoration: none;
}

[data-whatintent=mouse] .page-template-landing .landing-container .landing .landing-buttons .landing-button:after:hover {
  text-decoration: none;
}

[data-whatintent=mouse] .page-template-landing .landing-container .landing .landing-buttons .landing-button.landing-button-outline:hover {
  color: #fff;
  background-color: #1f303d;
  border-color: #1f303d;
  text-decoration: none;
}

[data-whatintent=mouse] .page-template-landing .landing-container .landing .landing-cards .landing-card h2.landing-card-title:hover {
  text-decoration: underline;
}

[data-whatintent=mouse] .page-template-landing .landing-container .landing .landing-cards .landing-card .landing-card-link:hover {
  text-decoration: underline;
}

[data-whatintent=mouse] .page-template-landing .landing-container .landing .landing-cards .landing-card .landing-card-link:hover:after {
  text-decoration: none;
}

[data-whatintent=mouse] .page-template-landing .landing-container .landing .landing-cards .landing-card .landing-card-link:after:hover {
  text-decoration: none;
}

[data-whatintent=mouse] .page-template-landing .landing-container .landing .landing-cards .landing-card:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}

[data-whatintent=mouse] .page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-prev:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIHBvaW50cz0iMi4xLDEzLjkgMTUuOSwwLjEgMTgsMi4yIDQuMiwxNiAxOCwyOS44IDE1LjksMzEuOSAyLjEsMTguMSAwLDE2ICIvPg0KPC9zdmc+DQo=) no-repeat;
}

[data-whatintent=mouse] .page-template-landing .landing-container .landing .landing-cards .landing-cards-carousel .slick-next:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIHBvaW50cz0iMTgsMTYgMTUuOSwxOC4xIDIuMSwzMS45IDAsMjkuOCAxMy44LDE2IDAsMi4yIDIuMSwwLjEgMTUuOSwxMy45ICIvPg0KPC9zdmc+DQo=) no-repeat;
}

footer {
  background-color: #727579;
}

/*CSS for social media icons -20-8-24 */
/*
.social-media-links {
  display: flex;
  margin-top: 30px;
}

/*
.social-media-links li {
  margin-right: 0.45rem!important;
  margin-left: 0.45rem!important;
}
  

@media print, screen and (max-width: 1023px) {
  .social-media-links {
      width: 20% !important;
      margin-left: 0;
      margin-right: 0;
  }
  /*
  .social-media-links li {
      width: 110%; 
      margin-left: 0.1rem!important;
      margin-right: 0.1rem!important;
  }
  
}

@media print, screen and (max-width: 766px) {
  .social-media-links {
      width: 25% !important;
      margin-left: 0;
      margin-right: 0;
  }
  .social-media-links li {
      width: 110%;
      margin-left: 0.1rem!important;
      margin-right: 0.1rem!important;
  }
}

@media print, screen and (max-width: 510px) {
  .social-media-links {
      width: 30% !important;
      margin-left: 0;
      margin-right: 0;
  }
  .social-media-links li {
      width: 120%;
  }
  .social-media-links li:first-child {
      margin-left: 0px!important;
  }
}

@media print, screen and (max-width: 382px) {
  .social-media-links {
      width: 35% !important;
      margin-left: 0;
      margin-right: 0;
  }
  .social-media-links li {
      width: 130%;
  }
  .social-media-links li:first-child {
      margin-left: 0px!important;
  }
}

@media print, screen and (max-width: 255px) {
  .social-media-links {
      width: 40% !important;
      margin-left: 0;
      margin-right: 0;
  }
  .social-media-links li {
      width: 140%;
  }
  .social-media-links li:first-child {
      margin-left: 0px!important;
  }
}
*/