@charset "UTF-8";
/**
 * Foundation for Sites Theme Settings
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*
edit svg by uploading to https://icomoon.io/
*/
@font-face {
  font-family: "aktiv-base";
  src: url("../fonts/aktiv-base.eot?32317666");
  src: url("../fonts/aktiv-base.eot?32317666#iefix") format("embedded-opentype"), url("../fonts/aktiv-base.woff?32317666") format("woff"), url("../fonts/aktiv-base.ttf?32317666") format("truetype"), url("../fonts/aktiv-base.svg?32317666#aktiv-base") format("svg");
  font-weight: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'aktiv-base';
    src: url('../font/aktiv-base.svg?32317666#aktiv-base') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "aktiv-base";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-arrow-back:before {
  content: "\e900";
}

.icon-arrow-downward:before {
  content: "\e905";
}

.icon-arrow-forward:before {
  content: "\e901";
}

.icon-arrow-upward:before {
  content: "\e902";
}

.icon-cancel:before {
  content: "\e802";
}

.icon-circle:before {
  content: "\f111";
}

.icon-circle-empty:before {
  content: "\f10c";
}

.icon-directory-arrow-ft:before {
  content: "\e903";
}

.icon-directory-arrow-right:before {
  content: "\e904";
}

.icon-down-open:before {
  content: "\e804";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-left-open:before {
  content: "\e805";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-ok:before {
  content: "\e800";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-pinterest:before {
  content: "\f231";
}

.icon-play-circled:before {
  content: "\f144";
}

.icon-play-circled2:before {
  content: "\e808";
}

.icon-plus:before {
  content: "\e803";
}

.icon-right-open:before {
  content: "\e806";
}

.icon-search:before {
  content: "\e801";
}

.icon-tiktok:before {
  content: "\e809";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-x:before {
  content: "\f099";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-play:before {
  content: "\f16a";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 80px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 35%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  display: block;
  position: absolute;
  font-family: "aktiv-base";
  font-size: 50px;
  line-height: 1;
  top: 0;
  left: 0;
  height: 80px;
  width: 50px !important;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\e805";
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\e806";
  margin-left: -12px;
}

/* Dots */
.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: red;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f10c";
  width: 20px;
  height: 20px;
  font-family: "aktiv-base";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: blue;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
  display: block;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

.team-header {
  padding: 3rem 0 2rem;
}
.team-header h1 {
  margin-bottom: 0.5rem;
  color: #000000;
}
.team-header .lead {
  font-size: 1.25rem;
  color: #8a8a8a;
  margin-bottom: 0;
}

.team-filters {
  padding: 2rem 0;
  display: none;
}
.team-filters .filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.team-filters .filter-buttons .filter-btn {
  background: #ffffff;
  border: 2px solid #e6e6e6;
  color: #8a8a8a;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.team-filters .filter-buttons .filter-btn:hover {
  border-color: #3D578A;
  color: #3D578A;
  transform: translateY(-2px);
}
.team-filters .filter-buttons .filter-btn.active {
  background: #3D578A;
  border-color: #3D578A;
  color: #ffffff;
}
.team-filters .filter-buttons .filter-btn .filter-count {
  font-size: 0.8em;
  opacity: 0.8;
  margin-left: 0.25rem;
}
.team-filters .filter-buttons .filter-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(61, 87, 138, 0.2);
}
@media print, screen and (max-width: 39.99875em) {
  .team-filters .filter-buttons .filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    width: 100%;
    max-width: 200px;
  }
}

.filter-btn[data-filter="*"] {
  display: none; /* hidden by default */
}

.filter-btn[data-filter="*"].show {
  display: inline-block;
}

.team-grid {
  padding: 0 0 4rem;
}
.team-grid .team-isotope-grid {
  position: relative;
}
.team-grid .team-isotope-grid .team-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: scale(1);
}
.team-grid .team-isotope-grid .team-item.isotope-hidden {
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
}
.team-grid .team-member-link {
  display: block;
  cursor: pointer;
}
.team-grid .team-member {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 2rem;
}
.team-grid .team-member .member-image {
  border-radius: 1rem;
  aspect-ratio: 1/1.25;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #EBEBEB;
}
.team-grid .team-member .member-image img, .team-grid .team-member .member-image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.team-grid .team-member .view-bio {
  color: #009B9E;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
.team-grid .team-member .member-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(235, 235, 235, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  text-align: center;
}
.team-grid .team-member .member-overlay h3 {
  font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 1.5rem;
  color: #3D578A !important;
}
.team-grid .team-member .member-overlay .member-title {
  margin: 0;
  font-size: 0.975rem;
  color: #192d41;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.team-grid .team-member:hover .member-overlay,
.team-grid .team-member:focus-within .member-overlay {
  opacity: 1;
  pointer-events: auto;
}
.team-grid .team-member:hover .member-image img,
.team-grid .team-member:hover .member-image picture {
  transform: scale(1.05);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-team-member .team-member-header {
  padding: 2rem 0 1rem;
}
.single-team-member .team-member-header .breadcrumb {
  font-size: 0.875rem;
  color: #8a8a8a;
}
.single-team-member .team-member-header .breadcrumb a {
  color: #3D578A;
  text-decoration: none;
}
.single-team-member .team-member-header .breadcrumb a:hover {
  text-decoration: underline;
}
.single-team-member .team-member-header .breadcrumb .breadcrumb-separator {
  margin: 0 0.5rem;
  color: #cacaca;
}
.single-team-member .team-member-header .breadcrumb .current {
  color: #8a8a8a;
  font-weight: 500;
}
.single-team-member .team-member-content {
  padding: 2rem 0 3rem;
}
.single-team-member .team-member-content .team-member-photo {
  text-align: center;
  margin-bottom: 2rem;
}
.single-team-member .team-member-content .team-member-photo picture {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .single-team-member .team-member-content .team-member-photo {
    text-align: left;
    margin-bottom: 0;
  }
}
.single-team-member .team-member-content .team-member-photo .member-headshot {
  width: 100%;
  margin-bottom: 1.5rem;
}
.single-team-member .team-member-content .team-member-photo .member-headshot-placeholder {
  width: 100%;
  max-width: 300px;
  height: 300px;
  background: repeating-linear-gradient(45deg, #f8f8f8, #f8f8f8 10px, #f0f0f0 10px, #f0f0f0 20px);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.single-team-member .team-member-content .team-member-photo .member-headshot-placeholder .team-member-icon {
  font-size: 4rem;
  opacity: 0.3;
  color: #666;
}
.single-team-member .team-member-content .team-member-photo .member-social .linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0077b5;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.single-team-member .team-member-content .team-member-photo .member-social .linkedin-link:hover {
  background: rgb(0, 85.4696132597, 130);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 119, 181, 0.3);
}
.single-team-member .team-member-content .team-member-photo .member-social .linkedin-link i {
  font-size: 1.1rem;
}
.single-team-member .team-member-content .member-info-box {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .single-team-member .team-member-content .member-info-box {
    padding: 1.5rem;
  }
}
.single-team-member .team-member-content .member-info-box .linkedin-icon-corner {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
.single-team-member .team-member-content .member-info-box .linkedin-icon-corner .icon-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
}
.single-team-member .team-member-content .member-info-box .linkedin-icon-corner .icon-linkedin:hover {
  color: black;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.single-team-member .team-member-content .member-info-box.inverted {
  background: #3D578A;
  border-color: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.single-team-member .team-member-content .member-info-box.inverted .member-title-section .member-position {
  color: #b7c9d3;
}
.single-team-member .team-member-content .member-info-box.inverted .member-title-section .member-name {
  color: #ffffff;
}
.single-team-member .team-member-content .member-info-box.inverted .member-title-section .member-departments .member-department-tag {
  background: linear-gradient(135deg, #3D578A 0%, rgba(61, 87, 138, 0) 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.single-team-member .team-member-content .member-info-box.inverted .member-title-section .member-departments .member-department-tag:hover {
  background: linear-gradient(135deg, #3D578A 0%, #3D578A 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  color: #e0e0e0;
  text-decoration: none;
}
.single-team-member .team-member-content .member-info-box.inverted .member-title-section .member-departments .member-department-tag:focus {
  outline: 2px solid #b7c9d3;
  outline-offset: 2px;
}
.single-team-member .team-member-content .member-info-box.inverted .member-title-section .member-department {
  background: #333;
  color: #e0e0e0;
  border: 1px solid #444;
}
.single-team-member .team-member-content .member-info-box.inverted .member-separator {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.single-team-member .team-member-content .member-info-box.inverted .member-contact-info .button, .single-team-member .team-member-content .member-info-box.inverted .member-contact-info .button.disabled, .single-team-member .team-member-content .member-info-box.inverted .member-contact-info .button[disabled], .single-team-member .team-member-content .member-info-box.inverted .member-contact-info .button.disabled:hover, .single-team-member .team-member-content .member-info-box.inverted .member-contact-info .button[disabled]:hover, .single-team-member .team-member-content .member-info-box.inverted .member-contact-info .button.disabled:focus, .single-team-member .team-member-content .member-info-box.inverted .member-contact-info .button[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.single-team-member .team-member-content .member-info-box.inverted .member-contact-info .button:hover, .single-team-member .team-member-content .member-info-box.inverted .member-contact-info .button:focus {
  border-color: rgb(229.5, 229.5, 229.5);
  color: rgb(229.5, 229.5, 229.5);
}
.single-team-member .team-member-content .member-info-box.inverted .member-contact-info .contact-item i {
  color: #b7c9d3;
}
.single-team-member .team-member-content .member-info-box.inverted .member-contact-info .contact-item strong {
  color: #EBEBEB;
}
.single-team-member .team-member-content .member-info-box.inverted .member-contact-info .contact-item a {
  color: #ffffff;
}
.single-team-member .team-member-content .member-info-box.inverted .member-contact-info .contact-item a:hover {
  color: #b7c9d3;
}
.single-team-member .team-member-content .member-info-box.inverted .team-member-photo .member-headshot {
  border: none;
}
.single-team-member .team-member-content .member-info-box.inverted .team-member-photo .member-headshot-placeholder {
  background: repeating-linear-gradient(45deg, #2a2a2a, #2a2a2a 10px, #333 10px, #333 20px);
  border: 2px solid #333;
}
.single-team-member .team-member-content .member-info-box.inverted .team-member-photo .member-headshot-placeholder .team-member-icon {
  color: #ffffff;
}
.single-team-member .team-member-content .member-info-box.inverted .team-member-photo .member-social .linkedin-link {
  background: #0077b5;
  border: 1px solid #0088cc;
}
.single-team-member .team-member-content .member-info-box.inverted .team-member-photo .member-social .linkedin-link:hover {
  background: #0088cc;
  box-shadow: 0 4px 15px rgba(0, 136, 204, 0.4);
}
.single-team-member .team-member-content .member-info-box.inverted .linkedin-icon-corner .icon-linkedin {
  background: transparent;
  color: #ffffff;
  border: #ffffff 1px solid;
}
.single-team-member .team-member-content .member-info-box.inverted .linkedin-icon-corner .icon-linkedin:hover {
  background: transparent;
  color: #b7c9d3;
}
.single-team-member .team-member-content .team-member-details .member-title-section {
  margin-bottom: 1.5rem;
}
.single-team-member .team-member-content .team-member-details .member-title-section .member-position {
  font-size: 1.25rem;
  font-weight: 500;
  color: #3D578A;
  margin-bottom: 0.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single-team-member .team-member-content .team-member-details .member-title-section .member-name {
  color: #000000;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media print, screen and (max-width: 39.99875em) {
  .single-team-member .team-member-content .team-member-details .member-title-section .member-name {
    font-size: 2rem;
  }
}
.single-team-member .team-member-content .team-member-details .member-title-section .member-departments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.single-team-member .team-member-content .team-member-details .member-title-section .member-departments .member-department-tag {
  display: inline-block;
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
  color: #495057;
  padding: 0.375rem 1rem;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.single-team-member .team-member-content .team-member-details .member-title-section .member-departments .member-department-tag:hover {
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  color: #495057;
  text-decoration: none;
}
.single-team-member .team-member-content .team-member-details .member-title-section .member-departments .member-department-tag:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
  text-decoration: none;
}
.single-team-member .team-member-content .team-member-details .member-title-section .member-department {
  display: inline-block;
  background: #e6e6e6;
  color: #8a8a8a;
  padding: 0.25rem 0.75rem;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single-team-member .team-member-content .team-member-details .member-separator {
  height: 2px;
  background: linear-gradient(to right, #3D578A 0%, #e6e6e6 100%);
  margin: 1.5rem 0;
  border-radius: 0;
}
.single-team-member .team-member-content .team-member-details .member-contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.single-team-member .team-member-content .team-member-details .member-contact-info .contact-item:last-child {
  margin-bottom: 0;
}
.single-team-member .team-member-content .team-member-details .member-contact-info .contact-item i {
  color: #3D578A;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.single-team-member .team-member-content .team-member-details .member-contact-info .contact-item strong {
  color: #8a8a8a;
  font-weight: 500;
  min-width: 60px;
}
.single-team-member .team-member-content .team-member-details .member-contact-info .contact-item a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-team-member .team-member-content .team-member-details .member-contact-info .contact-item a:hover {
  color: #3D578A;
}
@media print, screen and (max-width: 39.99875em) {
  .single-team-member .team-member-content .team-member-details .member-contact-info .contact-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .single-team-member .team-member-content .team-member-details .member-contact-info .contact-item i {
    display: none;
  }
}
.single-team-member .team-member-content .member-description,
.single-team-member .team-member-content .member-bio {
  margin-bottom: 2.5rem;
}
.single-team-member .team-member-content .member-description h3,
.single-team-member .team-member-content .member-bio h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
  border-bottom: 2px solid #3D578A;
  padding-bottom: 0.5rem;
}
.single-team-member .team-member-content .member-description .description-content,
.single-team-member .team-member-content .member-description .bio-content,
.single-team-member .team-member-content .member-bio .description-content,
.single-team-member .team-member-content .member-bio .bio-content {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #8a8a8a;
}
.single-team-member .team-member-content .member-description .description-content p,
.single-team-member .team-member-content .member-description .bio-content p,
.single-team-member .team-member-content .member-bio .description-content p,
.single-team-member .team-member-content .member-bio .bio-content p {
  margin-bottom: 1rem;
}
.single-team-member .team-member-content .member-description .description-content p:last-child,
.single-team-member .team-member-content .member-description .bio-content p:last-child,
.single-team-member .team-member-content .member-bio .description-content p:last-child,
.single-team-member .team-member-content .member-bio .bio-content p:last-child {
  margin-bottom: 0;
}
.single-team-member .team-member-content .member-description .description-content ul, .single-team-member .team-member-content .member-description .description-content ol,
.single-team-member .team-member-content .member-description .bio-content ul,
.single-team-member .team-member-content .member-description .bio-content ol,
.single-team-member .team-member-content .member-bio .description-content ul,
.single-team-member .team-member-content .member-bio .description-content ol,
.single-team-member .team-member-content .member-bio .bio-content ul,
.single-team-member .team-member-content .member-bio .bio-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.single-team-member .team-member-content .member-description .description-content ul li, .single-team-member .team-member-content .member-description .description-content ol li,
.single-team-member .team-member-content .member-description .bio-content ul li,
.single-team-member .team-member-content .member-description .bio-content ol li,
.single-team-member .team-member-content .member-bio .description-content ul li,
.single-team-member .team-member-content .member-bio .description-content ol li,
.single-team-member .team-member-content .member-bio .bio-content ul li,
.single-team-member .team-member-content .member-bio .bio-content ol li {
  margin-bottom: 0.5rem;
}

.member-tabs-section {
  padding: 1.5rem 0;
}
@media print, screen and (max-width: 39.99875em) {
  .member-tabs-section {
    padding: 1rem 0;
  }
}
.member-tabs-section .tabs-content {
  border: none;
}
@media print, screen and (min-width: 40em) {
  .member-tabs-section .tabs-content {
    flex: 1;
  }
}
.member-tabs-section .tabs-content.vertical {
  border: none;
}
.member-tabs-section .tabs-content .tabs-panel {
  padding: 0;
}
.member-tabs-section .tabs-content .tabs-panel h3 {
  color: #3D578A;
  margin-bottom: 2rem;
  border-bottom: 4px solid #EBEBEB;
  padding-bottom: 2rem;
  display: block;
}
.member-tabs-section .tabs-content .tabs-panel h4 {
  margin-bottom: 0.75rem;
}
.member-tabs-section .tabs-content .tabs-panel p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.member-tabs-section .tabs-content .tabs-panel p:last-child {
  margin-bottom: 0;
}
.member-tabs-section .education-content .education-item {
  background: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.member-tabs-section .education-content .education-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.member-tabs-section .education-content .education-item:last-child {
  margin-bottom: 0;
}
.member-tabs-section .education-content .education-item h4 {
  color: #3D578A;
  margin-bottom: 0.5rem;
}
.member-tabs-section .education-content .education-item .institution {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.member-tabs-section .education-content .education-item .year {
  color: #192d41;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.member-tabs-section .education-content .education-item .description {
  color: #8a8a8a;
  line-height: 1.6;
  margin-bottom: 0;
}
.member-tabs-section .articles-grid .column, .member-tabs-section .articles-grid .columns {
  margin-bottom: 1.5rem;
}
.member-tabs-section .articles-grid .article-card {
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.member-tabs-section .articles-grid .article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.member-tabs-section .articles-grid .article-card:hover .article-image img {
  transform: scale(1.05);
}
.member-tabs-section .articles-grid .article-card .article-image {
  overflow: hidden;
  height: 200px;
}
.member-tabs-section .articles-grid .article-card .article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.member-tabs-section .articles-grid .article-card .article-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.member-tabs-section .articles-grid .article-card .article-content .article-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.member-tabs-section .articles-grid .article-card .article-content .article-title a {
  color: #000000;
  text-decoration: none;
}
.member-tabs-section .articles-grid .article-card .article-content .article-title a:hover {
  color: #3D578A;
}
.member-tabs-section .articles-grid .article-card .article-content .article-excerpt {
  color: #8a8a8a;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex: 1;
  font-size: 0.95rem;
}
.member-tabs-section .articles-grid .article-card .article-content .article-meta {
  font-size: 0.85rem;
  color: #cacaca;
  border-top: 1px solid #e6e6e6;
  padding-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.member-tabs-section .articles-grid .article-card .article-content .article-meta time {
  font-weight: 500;
}
.member-tabs-section .articles-grid .article-card .article-content .article-meta .article-category {
  background: #3D578A;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.related-posts-section {
  padding: 3rem 0;
  background: #e6e6e6;
}
.related-posts-section h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2rem;
  text-align: center;
}
.related-posts-section .related-posts-grid .related-post-card {
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}
.related-posts-section .related-posts-grid .related-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.related-posts-section .related-posts-grid .related-post-card .related-post-image {
  overflow: hidden;
  height: 200px;
}
.related-posts-section .related-posts-grid .related-post-card .related-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.related-posts-section .related-posts-grid .related-post-card .related-post-image:hover img {
  transform: scale(1.05);
}
.related-posts-section .related-posts-grid .related-post-card .related-post-content {
  padding: 1.5rem;
}
.related-posts-section .related-posts-grid .related-post-card .related-post-content .related-post-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.related-posts-section .related-posts-grid .related-post-card .related-post-content .related-post-title a {
  color: #000000;
  text-decoration: none;
}
.related-posts-section .related-posts-grid .related-post-card .related-post-content .related-post-title a:hover {
  color: #3D578A;
}
.related-posts-section .related-posts-grid .related-post-card .related-post-content .related-post-excerpt {
  color: #8a8a8a;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.related-posts-section .related-posts-grid .related-post-card .related-post-content .related-post-meta {
  font-size: 0.875rem;
  color: #cacaca;
}
.related-posts-section .related-posts-grid .related-post-card .related-post-content .related-post-meta time {
  font-weight: 500;
}

.back-to-team {
  padding: 2rem 0 3rem;
}
.back-to-team .button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.back-to-team .button i {
  font-size: 0.875rem;
}

.insights-page .insights-hero {
  text-align: center;
  padding: 3rem 0 2.5rem;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}
.insights-page .insights-hero h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #333;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media print, screen and (max-width: 39.99875em) {
  .insights-page .insights-hero h1 {
    font-size: 2rem;
  }
}
.insights-page .insights-hero .lead {
  font-size: 1.125rem;
  color: #666;
  margin: 0 auto;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 300;
}
@media print, screen and (max-width: 39.99875em) {
  .insights-page .insights-hero .lead {
    font-size: 1rem;
  }
}
.insights-page .insights-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (max-width: 39.99875em) {
  .insights-page .insights-filters {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 1.5rem -1rem;
    padding: 0 1rem;
  }
  .insights-page .insights-filters.mobile-enhanced {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    z-index: 100;
  }
  .insights-page .insights-filters.mobile-enhanced.mobile-open {
    display: flex;
  }
}
.insights-page .insights-filters .filter-btn {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  color: #666;
  padding: 1rem 1.5rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media print, screen and (max-width: 39.99875em) {
  .insights-page .insights-filters .filter-btn {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
  }
}
.insights-page .insights-filters .filter-btn:hover {
  color: #333;
  border-bottom-color: #ccc;
}
.insights-page .insights-filters .filter-btn.active {
  color: #333;
  border-bottom-color: #333;
  font-weight: 600;
}
.insights-page .mobile-filter-toggle {
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .insights-page .mobile-filter-toggle {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
  }
}
.insights-page .insights-grid {
  margin-top: 2rem;
}
.insights-page .insights-grid .insight-item {
  margin-bottom: 2rem;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.insights-page .insights-grid .insight-item.filtered-out {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
.insights-page .insights-grid .insight-item.search-hidden {
  opacity: 0.3;
  transform: translateY(10px);
}
.insights-page .insights-grid .insight-item.animate-in {
  animation: slideInUp 0.6s ease-out forwards;
}
.insights-page .insight-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.insights-page .insight-card:hover {
  border-color: #ccc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.insights-page .insight-card .insight-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insights-page .insight-card .insight-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.insights-page .insight-card .insight-image:hover img {
  filter: grayscale(80%);
}
.insights-page .insight-card .insight-image.placeholder {
  background: repeating-linear-gradient(45deg, #f8f8f8, #f8f8f8 10px, #f0f0f0 10px, #f0f0f0 20px);
}
.insights-page .insight-card .insight-image.placeholder.podcast {
  background-color: #f0f8ff;
}
.insights-page .insight-card .insight-image.placeholder.webinar {
  background-color: #f8fff0;
}
.insights-page .insight-card .insight-image.placeholder.research {
  background-color: #fff8f0;
}
.insights-page .insight-card .insight-image.placeholder.newsletter {
  background-color: #f8f0ff;
}
.insights-page .insight-card .insight-image.placeholder .podcast-icon,
.insights-page .insight-card .insight-image.placeholder .webinar-icon,
.insights-page .insight-card .insight-image.placeholder .research-icon,
.insights-page .insight-card .insight-image.placeholder .newsletter-icon {
  font-size: 2rem;
  opacity: 0.3;
}
.insights-page .insight-card .insight-image .content-type-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #fff;
  color: #333;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid #e5e5e5;
}
.insights-page .insight-card .insight-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.insights-page .insight-card .insight-content .insight-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  color: #666;
}
.insights-page .insight-card .insight-content .insight-meta time {
  font-weight: 500;
}
.insights-page .insight-card .insight-content .insight-meta .read-time,
.insights-page .insight-card .insight-content .insight-meta .duration,
.insights-page .insight-card .insight-content .insight-meta .pages,
.insights-page .insight-card .insight-content .insight-meta .issue {
  color: #888;
}
.insights-page .insight-card .insight-content .insight-meta .read-time:before,
.insights-page .insight-card .insight-content .insight-meta .duration:before,
.insights-page .insight-card .insight-content .insight-meta .pages:before,
.insights-page .insight-card .insight-content .insight-meta .issue:before {
  content: "•";
  margin: 0 0.5rem;
  color: #ccc;
}
.insights-page .insight-card .insight-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #333;
}
.insights-page .insight-card .insight-content h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.insights-page .insight-card .insight-content h3 a:hover {
  color: #000;
}
.insights-page .insight-card .insight-content .insight-excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666;
  margin-bottom: 1rem;
  flex: 1;
}
.insights-page .insight-card .insight-content .episode-info {
  margin-bottom: 0.5rem;
}
.insights-page .insight-card .insight-content .episode-info .episode-number {
  font-size: 0.8rem;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.insights-page .insight-card .insight-content .read-more {
  display: inline-flex;
  align-items: center;
  color: #333;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  margin-top: auto;
}
.insights-page .insight-card .insight-content .read-more:hover, .insights-page .insight-card .insight-content .read-more.hover-effect {
  color: #000;
  transform: translateX(2px);
}
.insights-page .insight-card .insight-content .read-more.clicked {
  opacity: 0.7;
  transform: scale(0.95);
}
@media print, screen and (min-width: 64em) {
  .insights-page .insights-sidebar {
    padding-left: 2rem;
  }
}
.insights-page .insights-sidebar .sidebar-widget {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.insights-page .insights-sidebar .sidebar-widget h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.insights-page .insights-sidebar .sidebar-widget.podcast-widget .podcast-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
}
.insights-page .insights-sidebar .sidebar-widget.podcast-widget .podcast-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.insights-page .insights-sidebar .sidebar-widget.podcast-widget .podcast-item .podcast-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #666;
}
.insights-page .insights-sidebar .sidebar-widget.podcast-widget .podcast-item .podcast-meta .episode {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.insights-page .insights-sidebar .sidebar-widget.podcast-widget .podcast-item h5 {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.insights-page .insights-sidebar .sidebar-widget.podcast-widget .podcast-item h5 a {
  color: #333;
  text-decoration: none;
}
.insights-page .insights-sidebar .sidebar-widget.podcast-widget .podcast-item h5 a:hover {
  color: #000;
}
.insights-page .insights-sidebar .sidebar-widget.podcast-widget .podcast-item .podcast-duration {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.insights-page .insights-sidebar .sidebar-widget.podcast-widget .podcast-item .listen-link {
  font-size: 0.8rem;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.insights-page .insights-sidebar .sidebar-widget.podcast-widget .podcast-item .listen-link:hover {
  color: #000;
}
.insights-page .insights-sidebar .sidebar-widget.search-widget .input-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.insights-page .insights-sidebar .sidebar-widget.search-widget .input-group .input-group-field {
  border: 1px solid #e5e5e5;
  padding: 0.75rem;
  font-size: 0.9rem;
  transition: border-color 0.3s ease;
  width: 100%;
}
.insights-page .insights-sidebar .sidebar-widget.search-widget .input-group .input-group-field:focus {
  outline: none;
  border-color: #333;
}
.insights-page .insights-sidebar .sidebar-widget.search-widget .input-group .input-group-field.error {
  border-color: #e74c3c;
}
.insights-page .insights-sidebar .sidebar-widget.search-widget .input-group .input-group-button {
  width: 100%;
}
.insights-page .insights-sidebar .sidebar-widget.search-widget .input-group .input-group-button .button {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.25rem;
  width: 100%;
  margin: 0;
}
.insights-page .insights-sidebar .sidebar-widget.search-widget .input-group .input-group-button .button:hover {
  background: #000;
  border-color: #000;
}
.insights-page .insights-sidebar .sidebar-widget.topics-widget .topic-list {
  list-style: none;
  margin: 0;
}
.insights-page .insights-sidebar .sidebar-widget.topics-widget .topic-list li {
  margin-bottom: 0.75rem;
}
.insights-page .insights-sidebar .sidebar-widget.topics-widget .topic-list li:last-child {
  margin-bottom: 0;
}
.insights-page .insights-sidebar .sidebar-widget.topics-widget .topic-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  text-decoration: none;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.insights-page .insights-sidebar .sidebar-widget.topics-widget .topic-list li a:hover {
  color: #333;
}
.insights-page .insights-sidebar .sidebar-widget.newsletter-widget {
  background: #f8f8f8;
  border: 2px solid #e5e5e5;
}
.insights-page .insights-sidebar .sidebar-widget.newsletter-widget p {
  color: #666;
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
.insights-page .insights-sidebar .sidebar-widget.newsletter-widget .newsletter-form input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e5e5e5;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.insights-page .insights-sidebar .sidebar-widget.newsletter-widget .newsletter-form input:focus {
  outline: none;
  border-color: #333;
}
.insights-page .insights-sidebar .sidebar-widget.newsletter-widget .newsletter-form input.error {
  border-color: #e74c3c;
}
.insights-page .insights-sidebar .sidebar-widget.newsletter-widget .newsletter-form button {
  width: 100%;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  padding: 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.insights-page .insights-sidebar .sidebar-widget.newsletter-widget .newsletter-form button:hover {
  background: #000;
  border-color: #000;
}
.insights-page .insights-sidebar .sidebar-widget.newsletter-widget .newsletter-form button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.insights-page .insights-sidebar .sidebar-widget.newsletter-widget .newsletter-form button.success {
  background: #27ae60;
  border-color: #27ae60;
}
.insights-page .insights-sidebar .sidebar-widget.newsletter-widget .newsletter-form button.alert {
  background: #e74c3c;
  border-color: #e74c3c;
}
.insights-page .pagination-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}
.insights-page .pagination-section .pagination-block {
  text-align: center;
}
.insights-page .pagination-section .pagination-block .button {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}
.insights-page .pagination-section .pagination-block .button.primary {
  background: #333;
  border-color: #333;
  color: #fff;
}
.insights-page .pagination-section .pagination-block .button.primary:hover {
  background: #000;
  border-color: #000;
}
.insights-page .pagination-section .pagination-block .button.secondary:hover {
  background: #f0f0f0;
  border-color: #ccc;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.locations-module {
  padding: 4rem 0;
}
.locations-module .locations-header {
  margin-bottom: 3rem;
}
.locations-module .locations-header .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .locations-module .locations-header .section-title {
    font-size: 2rem;
  }
}
.locations-module .locations-header .section-description {
  font-size: 1.125rem;
  color: #8a8a8a;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.locations-module .locations-grid .location-item {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .locations-module .locations-grid .location-item {
    margin-bottom: 3rem;
  }
}
.locations-module .location-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.locations-module .location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.locations-module .location-card:hover .map-toggle-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.locations-module .location-image-container {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.locations-module .location-image-container .location-photo {
  width: 100%;
  height: 100%;
}
.locations-module .location-image-container .location-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.locations-module .location-image-container .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.locations-module .location-image-container .map-overlay .map-embed, .locations-module .location-image-container .map-overlay .map-thumbnail {
  width: 100%;
  height: 100%;
}
.locations-module .location-image-container .map-overlay .map-embed iframe, .locations-module .location-image-container .map-overlay .map-embed img, .locations-module .location-image-container .map-overlay .map-thumbnail iframe, .locations-module .location-image-container .map-overlay .map-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.locations-module .location-image-container .map-overlay .map-embed iframe:hover, .locations-module .location-image-container .map-overlay .map-embed img:hover, .locations-module .location-image-container .map-overlay .map-thumbnail iframe:hover, .locations-module .location-image-container .map-overlay .map-thumbnail img:hover {
  filter: grayscale(0%);
}
.locations-module .location-image-container .map-overlay .map-toggle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: rgba(61, 87, 138, 0.9);
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.locations-module .location-image-container .map-overlay .map-toggle-btn .icon-map {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.locations-module .location-image-container .map-overlay .map-toggle-btn:hover {
  background: #3D578A;
  transform: translate(-50%, -50%) scale(1.05);
}
.locations-module .location-image-container:hover .map-overlay {
  opacity: 1;
}
.locations-module .location-info {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.locations-module .location-info .office-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3D578A;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.locations-module .location-info .location-details {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
.locations-module .location-info .address-block {
  margin-bottom: 1rem;
}
.locations-module .location-info .address-block .address {
  color: #8a8a8a;
  line-height: 1.5;
  font-size: 0.95rem;
}
.locations-module .location-info .state-info {
  margin-bottom: 1rem;
}
.locations-module .location-info .state-info .state-label {
  display: inline-block;
  background: #e6e6e6;
  color: #8a8a8a;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0;
}
.locations-module .location-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}
.locations-module .location-info .contact-item i {
  margin-right: 0.75rem;
  color: #3D578A;
  width: 16px;
  flex-shrink: 0;
}
.locations-module .location-info .contact-item a {
  color: #8a8a8a;
  text-decoration: none;
}
.locations-module .location-info .contact-item a:hover {
  color: #3D578A;
  text-decoration: underline;
}
.locations-module .location-info .hours {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.locations-module .location-info .hours strong {
  color: #8a8a8a;
  display: block;
  margin-bottom: 0.5rem;
}
.locations-module .location-info .hours .hours-list {
  color: #EBEBEB;
  line-height: 1.4;
}
.locations-module .location-info .location-cta {
  margin-top: auto;
}
.locations-module .location-info .location-cta .location-btn {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
}
.locations-module .locations-contact-form {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #e6e6e6;
}
.locations-module .locations-contact-form .contact-form-wrapper {
  background: #e6e6e6;
  padding: 3rem 2rem;
  border-radius: 0;
  text-align: center;
}
.locations-module .locations-contact-form .contact-form-wrapper h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 1rem;
}
.locations-module .locations-contact-form .contact-form-wrapper p {
  color: #EBEBEB;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form .form-row, .locations-module .locations-contact-form .contact-form-wrapper .contact-form .form-row {
  margin-bottom: 1.5rem;
}
.locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form input, .locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form textarea, .locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form select, .locations-module .locations-contact-form .contact-form-wrapper .contact-form input, .locations-module .locations-contact-form .contact-form-wrapper .contact-form textarea, .locations-module .locations-contact-form .contact-form-wrapper .contact-form select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 1rem;
}
.locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form input:focus, .locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form textarea:focus, .locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form select:focus, .locations-module .locations-contact-form .contact-form-wrapper .contact-form input:focus, .locations-module .locations-contact-form .contact-form-wrapper .contact-form textarea:focus, .locations-module .locations-contact-form .contact-form-wrapper .contact-form select:focus {
  outline: none;
  border-color: #3D578A;
  box-shadow: 0 0 0 2px rgba(61, 87, 138, 0.1);
}
.locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form .submit-btn, .locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form input[type=submit], .locations-module .locations-contact-form .contact-form-wrapper .contact-form .submit-btn, .locations-module .locations-contact-form .contact-form-wrapper .contact-form input[type=submit] {
  background: #3D578A;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
}
.locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form .submit-btn:hover, .locations-module .locations-contact-form .contact-form-wrapper .wpcf7-form input[type=submit]:hover, .locations-module .locations-contact-form .contact-form-wrapper .contact-form .submit-btn:hover, .locations-module .locations-contact-form .contact-form-wrapper .contact-form input[type=submit]:hover {
  background: rgb(45.3668341709, 64.7035175879, 102.6331658291);
  transform: translateY(-2px);
}
@media print, screen and (max-width: 39.99875em) {
  .locations-module {
    padding: 2rem 0;
  }
  .locations-module .locations-header {
    margin-bottom: 2rem;
  }
  .locations-module .location-info {
    padding: 1.5rem;
  }
  .locations-module .locations-contact-form {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .locations-module .locations-contact-form .contact-form-wrapper {
    padding: 2rem 1.5rem;
  }
}
.locations-module .grayscale-map iframe, .locations-module .grayscale-map img {
  filter: grayscale(100%) contrast(1.2);
}
.locations-module .grayscale-map iframe:hover, .locations-module .grayscale-map img:hover {
  filter: grayscale(0%) contrast(1);
}
.locations-module.single-location .locations-grid .row {
  justify-content: center;
}
.locations-module.single-location .locations-grid .location-item {
  max-width: 600px;
}
.locations-module.dark-theme {
  background: #8a8a8a;
  color: #ffffff;
}
.locations-module.dark-theme .location-card {
  background: rgb(163.5, 163.5, 163.5);
  border-color: #bdbdbd;
}
.locations-module.dark-theme .locations-header .section-title,
.locations-module.dark-theme .location-info .office-name {
  color: #ffffff;
}
.locations-module.dark-theme .contact-item a,
.locations-module.dark-theme .address {
  color: white;
}
.locations-module.dark-theme .state-label {
  background: #bdbdbd;
  color: #ffffff;
}

.locations-landing-page .location-hero {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 39.99875em) {
  .locations-landing-page .location-hero {
    height: 350px;
  }
}
.locations-landing-page .location-hero .hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.locations-landing-page .location-hero .hero-image-container .hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations-landing-page .location-hero .hero-image-container .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.locations-landing-page .location-hero .hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  color: #ffffff;
}
.locations-landing-page .location-hero .hero-content .location-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media print, screen and (max-width: 39.99875em) {
  .locations-landing-page .location-hero .hero-content .location-title {
    font-size: 2.5rem;
  }
}
.locations-landing-page .location-hero .hero-content .location-state {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.locations-landing-page .location-details {
  margin-bottom: 4rem;
}
.locations-landing-page .location-details .location-description {
  margin-bottom: 3rem;
}
.locations-landing-page .location-details .location-description h2 {
  margin-bottom: 1rem;
}
.locations-landing-page .location-details .services-section {
  margin-bottom: 3rem;
}
.locations-landing-page .location-details .services-section h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 1.5rem;
}
.locations-landing-page .location-details .services-section .services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.locations-landing-page .location-details .services-section .services-list li {
  position: relative;
  padding-left: 2rem;
  color: #8a8a8a;
}
.locations-landing-page .location-details .services-section .services-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D578A;
  font-weight: bold;
  font-size: 1.2rem;
}
.locations-landing-page .location-details .team-section {
  margin-bottom: 3rem;
}
.locations-landing-page .location-details .team-section h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 1.5rem;
}
.locations-landing-page .location-details .team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.locations-landing-page .location-details .team-section .team-grid .team-member {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.locations-landing-page .location-details .team-section .team-grid .team-member .member-photo {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 0;
}
.locations-landing-page .location-details .team-section .team-grid .team-member .member-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.locations-landing-page .location-details .team-section .team-grid .team-member:hover .member-photo img {
  filter: grayscale(0%);
}
.locations-landing-page .location-details .team-section .team-grid .team-member .member-info {
  flex-grow: 1;
}
.locations-landing-page .location-details .team-section .team-grid .team-member .member-info h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.locations-landing-page .location-details .team-section .team-grid .team-member .member-info h4 a {
  color: #3D578A;
  text-decoration: none;
}
.locations-landing-page .location-details .team-section .team-grid .team-member .member-info h4 a:hover {
  text-decoration: underline;
}
.locations-landing-page .location-details .team-section .team-grid .team-member .member-info .member-title {
  font-size: 0.9rem;
  color: #EBEBEB;
  margin: 0;
}
.locations-landing-page .location-details .visit-info {
  margin-bottom: 3rem;
}
.locations-landing-page .location-details .visit-info h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 1.5rem;
}
.locations-landing-page .location-details .visit-info .info-block {
  margin-bottom: 2rem;
}
.locations-landing-page .location-details .visit-info .info-block h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3D578A;
  margin-bottom: 0.5rem;
}
.locations-landing-page .location-details .visit-info .info-block p {
  line-height: 1.6;
  margin: 0;
}
.locations-landing-page .contact-sidebar {
  position: sticky;
  top: 2rem;
}
.locations-landing-page .contact-sidebar .contact-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.locations-landing-page .contact-sidebar .contact-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #3D578A;
}
.locations-landing-page .contact-sidebar .contact-card .contact-block {
  margin-bottom: 1.5rem;
}
.locations-landing-page .contact-sidebar .contact-card .contact-block h4 {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #EBEBEB;
  margin-bottom: 0.5rem;
}
.locations-landing-page .contact-sidebar .contact-card .contact-block p, .locations-landing-page .contact-sidebar .contact-card .contact-block address {
  font-size: 0.95rem;
  color: #8a8a8a;
  line-height: 1.5;
  margin: 0;
}
.locations-landing-page .contact-sidebar .contact-card .contact-block a {
  color: #3D578A;
  text-decoration: none;
}
.locations-landing-page .contact-sidebar .contact-card .contact-block a:hover {
  text-decoration: underline;
}
.locations-landing-page .contact-sidebar .contact-card .hours-list {
  font-size: 0.9rem;
  line-height: 1.6;
}
.locations-landing-page .contact-sidebar .contact-card .map-section {
  margin-top: 2rem;
}
.locations-landing-page .contact-sidebar .contact-card .map-section .map-thumbnail-sidebar {
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.locations-landing-page .contact-sidebar .contact-card .map-section .map-thumbnail-sidebar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations-landing-page .contact-sidebar .contact-card .map-section .get-directions-btn {
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0;
}
.locations-landing-page .other-locations {
  background: #e6e6e6;
  padding: 4rem 0;
}
.locations-landing-page .other-locations .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 3rem;
}
.locations-landing-page .other-locations .location-card.simple {
  background: #ffffff;
  border: 1px solid rgb(204.5, 204.5, 204.5);
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.locations-landing-page .other-locations .location-card.simple:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.locations-landing-page .other-locations .location-card.simple .location-photo {
  height: 150px;
  overflow: hidden;
}
.locations-landing-page .other-locations .location-card.simple .location-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations-landing-page .other-locations .location-card.simple .location-info {
  padding: 1.5rem;
  text-align: center;
}
.locations-landing-page .other-locations .location-card.simple .location-info h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3D578A;
  margin-bottom: 0.5rem;
}
.locations-landing-page .other-locations .location-card.simple .location-info .state {
  color: #EBEBEB;
  margin-bottom: 1rem;
}
.locations-landing-page .other-locations .location-card.simple .location-info .button {
  margin: 0;
  border-radius: 0;
}
.locations-landing-page .all-locations {
  padding: 4rem 0;
}
.locations-landing-page .all-locations .locations-grid .location-item {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 40em) {
  .locations-landing-page .all-locations .locations-grid .location-item {
    margin-bottom: 4rem;
  }
}
.locations-landing-page .all-locations .location-card.detailed {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.locations-landing-page .all-locations .location-card.detailed:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.locations-landing-page .all-locations .location-card.detailed .location-photo {
  height: 200px;
  overflow: hidden;
}
.locations-landing-page .all-locations .location-card.detailed .location-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.locations-landing-page .all-locations .location-card.detailed:hover .location-photo img {
  transform: scale(1.05);
}
.locations-landing-page .all-locations .location-card.detailed .location-info {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.locations-landing-page .all-locations .location-card.detailed .location-info h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3D578A;
  margin-bottom: 0.5rem;
}
.locations-landing-page .all-locations .location-card.detailed .location-info .state {
  font-size: 1rem;
  color: #EBEBEB;
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.locations-landing-page .all-locations .location-card.detailed .location-info .location-details {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
.locations-landing-page .all-locations .location-card.detailed .location-info .location-details address {
  font-style: normal;
  color: #8a8a8a;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.locations-landing-page .all-locations .location-card.detailed .location-info .location-details .phone, .locations-landing-page .all-locations .location-card.detailed .location-info .location-details .email {
  margin-bottom: 0.5rem;
}
.locations-landing-page .all-locations .location-card.detailed .location-info .location-details .phone a, .locations-landing-page .all-locations .location-card.detailed .location-info .location-details .email a {
  color: #8a8a8a;
  text-decoration: none;
}
.locations-landing-page .all-locations .location-card.detailed .location-info .location-details .phone a:hover, .locations-landing-page .all-locations .location-card.detailed .location-info .location-details .email a:hover {
  color: #3D578A;
  text-decoration: underline;
}
.locations-landing-page .all-locations .location-card.detailed .location-info .button {
  margin-top: auto;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-main-section {
  padding: 4rem 0;
  background: #ffffff;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-main-section {
    padding: 3rem 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .contact-main-section .row {
    flex-direction: column;
  }
}
.contact-main-section .contact-form-wrapper {
  padding-right: 2rem;
}
@media print, screen and (max-width: 74.99875em) {
  .contact-main-section .contact-form-wrapper {
    padding-right: 0;
    margin-bottom: 3rem;
    order: 1;
  }
}
.contact-main-section .contact-form-wrapper .form-header {
  margin-bottom: 2rem;
}
.contact-main-section .contact-form-wrapper .form-header .form-title {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-main-section .contact-form-wrapper .form-header .form-title {
    font-size: 1.75rem;
  }
}
.contact-main-section .contact-form-wrapper .form-header .form-description {
  font-size: 1.1rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 74.99875em) {
  .contact-main-section .locations-wrapper {
    margin-top: 3rem;
    order: 2;
  }
}
.contact-main-section .locations-wrapper .locations-header {
  margin-bottom: 2rem;
}
.contact-main-section .locations-wrapper .locations-header .section-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-main-section .locations-wrapper .locations-header .section-title {
    font-size: 1.75rem;
  }
}
.contact-main-section .locations-wrapper .locations-header .section-description p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.contact-main-section .locations-wrapper .locations-list .location-item {
  margin-bottom: 1.5rem;
}
.contact-main-section .locations-wrapper .locations-list .location-item:last-child {
  margin-bottom: 0;
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical.no-image .location-info {
  padding: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-main-section .locations-wrapper .locations-list .location-card.vertical.no-image .location-info {
    padding: 1.25rem;
  }
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-image {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-image {
    height: 180px;
  }
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-info {
  padding: 1.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-info {
    padding: 1rem;
  }
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-info .office-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-info .office-name {
    font-size: 1.2rem;
  }
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-info .address {
  font-size: 0.85rem;
  color: #EBEBEB;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-info .contact-info {
  margin-bottom: 0.75rem;
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-info .contact-info .phone-link {
  color: #3D578A;
  font-weight: 500;
  font-size: 0.85rem;
  transition: color 0.2s ease;
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-info .contact-info .phone-link:hover {
  color: rgb(45.3668341709, 64.7035175879, 102.6331658291);
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-info .location-cta .location-btn {
  padding: 0.4rem 0.8rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 0;
  width: 100%;
  text-align: center;
}
.contact-main-section .locations-wrapper .locations-list .location-card.vertical .location-info .location-cta .location-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(61, 87, 138, 0.2);
}

.contact-form-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.contact-form-section .contact-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.contact-form-section .contact-form-wrapper .form-header {
  margin-bottom: 3rem;
}
.contact-form-section .contact-form-wrapper .form-header h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .contact-form-section .contact-form-wrapper .form-header h2 {
    font-size: 2rem;
  }
}
.contact-form-section .contact-form-wrapper .form-header .form-description {
  font-size: 1.125rem;
  color: #EBEBEB;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.mock-contact-form {
  background: #f8f9fa;
  padding: 2.5rem;
  border-radius: 0;
  border: 1px solid #e9ecef;
}
@media print, screen and (max-width: 39.99875em) {
  .mock-contact-form {
    padding: 2rem 1.5rem;
  }
}
.mock-contact-form .form-group {
  margin-bottom: 1rem;
  position: relative;
}
.mock-contact-form .form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mock-contact-form .form-group input, .mock-contact-form .form-group select, .mock-contact-form .form-group textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 2px solid #e9ecef;
  border-radius: 0;
  font-size: 1rem;
  color: #8a8a8a;
  background: #ffffff;
  transition: all 0.3s ease;
  font-family: inherit;
}
.mock-contact-form .form-group input:focus, .mock-contact-form .form-group select:focus, .mock-contact-form .form-group textarea:focus {
  outline: none;
  border-color: #3D578A;
  box-shadow: 0 0 0 3px rgba(61, 87, 138, 0.1);
  transform: translateY(-1px);
}
.mock-contact-form .form-group input:hover, .mock-contact-form .form-group select:hover, .mock-contact-form .form-group textarea:hover {
  border-color: rgb(203.4736842105, 210.5, 217.5263157895);
}
.mock-contact-form .form-group input::-moz-placeholder, .mock-contact-form .form-group select::-moz-placeholder, .mock-contact-form .form-group textarea::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}
.mock-contact-form .form-group input::placeholder, .mock-contact-form .form-group select::placeholder, .mock-contact-form .form-group textarea::placeholder {
  color: #adb5bd;
  opacity: 1;
}
.mock-contact-form .form-group select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 3rem;
  cursor: pointer;
}
.mock-contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}
.mock-contact-form .form-group.checkbox-group {
  margin-bottom: 2.5rem;
}
.mock-contact-form .form-group.checkbox-group .checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #EBEBEB;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0;
}
.mock-contact-form .form-group.checkbox-group .checkbox-label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.mock-contact-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark {
  background: #3D578A;
  border-color: #3D578A;
}
.mock-contact-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark:after {
  opacity: 1;
  transform: scale(1);
}
.mock-contact-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:focus + .checkmark {
  box-shadow: 0 0 0 3px rgba(61, 87, 138, 0.1);
}
.mock-contact-form .form-group.checkbox-group .checkbox-label .checkmark {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #e9ecef;
  border-radius: 0;
  background: #ffffff;
  margin-right: 0.75rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  display: inline-block;
}
.mock-contact-form .form-group.checkbox-group .checkbox-label .checkmark:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  opacity: 0;
  transition: all 0.2s ease;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mock-contact-form .form-group.checkbox-group .checkbox-label:hover .checkmark {
  border-color: #3D578A;
}
.mock-contact-form .form-actions {
  margin-top: 2rem;
}
.mock-contact-form .form-actions .submit-btn {
  background: linear-gradient(135deg, #3D578A 0%, rgb(45.3668341709, 64.7035175879, 102.6331658291) 100%);
  color: #ffffff;
  border: none;
  padding: 1.25rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.mock-contact-form .form-actions .submit-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.mock-contact-form .form-actions .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(61, 87, 138, 0.3);
}
.mock-contact-form .form-actions .submit-btn:hover:before {
  left: 100%;
}
.mock-contact-form .form-actions .submit-btn:hover .btn-icon {
  transform: translateX(3px);
}
.mock-contact-form .form-actions .submit-btn:active {
  transform: translateY(0);
}
.mock-contact-form .form-actions .submit-btn .btn-text {
  position: relative;
  z-index: 2;
}
.mock-contact-form .form-actions .submit-btn .btn-icon {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}
.mock-contact-form .form-actions .form-note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #EBEBEB;
  opacity: 0.8;
}
.mock-contact-form .form-group.has-error input, .mock-contact-form .form-group.has-error select, .mock-contact-form .form-group.has-error textarea {
  border-color: #dc3545;
}
.mock-contact-form .form-group.has-error input:focus, .mock-contact-form .form-group.has-error select:focus, .mock-contact-form .form-group.has-error textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.mock-contact-form .form-group.has-success input, .mock-contact-form .form-group.has-success select, .mock-contact-form .form-group.has-success textarea {
  border-color: #28a745;
}
.mock-contact-form .form-group.has-success input:focus, .mock-contact-form .form-group.has-success select:focus, .mock-contact-form .form-group.has-success textarea:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}
.mock-contact-form.form-loading .submit-btn {
  opacity: 0.7;
  cursor: not-allowed;
}
.mock-contact-form.form-loading .submit-btn .btn-text:after {
  content: "...";
  animation: dots 1.5s infinite;
}
.mock-contact-form.form-loading .submit-btn .btn-icon {
  opacity: 0;
}

@keyframes dots {
  0%, 20% {
    color: transparent;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }
  40% {
    color: #ffffff;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }
  60% {
    text-shadow: 0.25em 0 0 #ffffff, 0.5em 0 0 transparent;
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 #ffffff, 0.5em 0 0 #ffffff;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .contact-form-section {
    padding: 3rem 0;
  }
  .contact-form-section .contact-form-wrapper .form-header {
    margin-bottom: 2rem;
  }
  .mock-contact-form .form-actions .submit-btn {
    width: 100%;
    justify-content: center;
  }
}
.additional-contact-info {
  background: #f8f9fa;
  padding: 4rem 0;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .additional-contact-info {
    padding: 3rem 0;
  }
}
.additional-contact-info .contact-info-block {
  background: #ffffff;
  padding: 3rem 2rem;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media print, screen and (max-width: 39.99875em) {
  .additional-contact-info .contact-info-block {
    padding: 2rem 1.5rem;
  }
}
.additional-contact-info .contact-info-block h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #8a8a8a;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .additional-contact-info .contact-info-block h2 {
    font-size: 1.75rem;
  }
}
.additional-contact-info .contact-info-block p {
  font-size: 1.125rem;
  color: #EBEBEB;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 39.99875em) {
  .additional-contact-info .contact-info-block p {
    font-size: 1rem;
  }
}
.additional-contact-info .contact-info-block .contact-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 39.99875em) {
  .additional-contact-info .contact-info-block .contact-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.additional-contact-info .contact-info-block .contact-buttons .button {
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.additional-contact-info .contact-info-block .contact-buttons .button.primary {
  background: linear-gradient(135deg, #3D578A 0%, rgb(45.3668341709, 64.7035175879, 102.6331658291) 100%);
}
.additional-contact-info .contact-info-block .contact-buttons .button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(61, 87, 138, 0.3);
}
.additional-contact-info .contact-info-block .contact-buttons .button.secondary {
  background: transparent;
  border: 2px solid #3D578A;
  color: #3D578A;
}
.additional-contact-info .contact-info-block .contact-buttons .button.secondary:hover {
  background: #3D578A;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(61, 87, 138, 0.2);
}
.additional-contact-info .contact-info-block .contact-buttons .button.large {
  padding: 1rem 2rem;
  font-size: 0.9rem;
}
@media print, screen and (max-width: 39.99875em) {
  .additional-contact-info .contact-info-block .contact-buttons .button.large {
    padding: 0.875rem 1.5rem;
    font-size: 0.85rem;
  }
}

@media (prefers-color-scheme: dark) {
  .mock-contact-form {
    background: #1a1a1a;
    border-color: #333;
  }
  .mock-contact-form .form-group input, .mock-contact-form .form-group select, .mock-contact-form .form-group textarea {
    background: #2a2a2a;
    border-color: #444;
    color: #fff;
  }
  .mock-contact-form .form-group input:focus, .mock-contact-form .form-group select:focus, .mock-contact-form .form-group textarea:focus {
    border-color: #3D578A;
  }
  .mock-contact-form .form-group label {
    color: #e0e0e0;
  }
}
.module-cards-modern {
  margin: 3rem 0;
}
.module-cards-modern .section-heading {
  margin-bottom: 1rem;
  font-weight: 500;
}
.module-cards-modern .section-subheading {
  color: #666;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.module-cards-modern .card-modern {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.module-cards-modern .card-modern.shadow-enabled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.module-cards-modern .card-modern.featured {
  border: 2px solid #3D578A;
}
.module-cards-modern .card-modern.featured .card-title {
  color: #3D578A;
}
.module-cards-modern .card-modern .card-image-wrapper {
  position: relative;
  overflow: hidden;
}
.module-cards-modern .card-modern .card-image-wrapper .card-image {
  display: block;
  width: 100%;
}
.module-cards-modern .card-modern .card-image-wrapper .card-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.module-cards-modern .card-modern .card-image-wrapper .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.module-cards-modern .card-modern .card-image-wrapper .image-overlay .overlay-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}
.module-cards-modern .card-modern .card-image-wrapper:hover .image-overlay {
  opacity: 1;
}
.module-cards-modern .card-modern .card-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.module-cards-modern .card-modern .card-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #666;
}
.module-cards-modern .card-modern .card-meta .card-category {
  color: #3D578A;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.module-cards-modern .card-modern .card-meta .card-date {
  color: #999;
}
.module-cards-modern .card-modern .card-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
.module-cards-modern .card-modern .card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.module-cards-modern .card-modern .card-title a:hover {
  color: #3D578A;
}
.module-cards-modern .card-modern h3.card-title {
  font-size: 1.375rem;
}
.module-cards-modern .card-modern h4.card-title {
  font-size: 1.25rem;
}
.module-cards-modern .card-modern h5.card-title {
  font-size: 1.125rem;
}
.module-cards-modern .card-modern .card-description {
  margin-bottom: 1.5rem;
  color: #555;
  line-height: 1.6;
  flex: 1;
}
.module-cards-modern .card-modern .card-description p {
  margin-bottom: 0.75rem;
}
.module-cards-modern .card-modern .card-description p:last-child {
  margin-bottom: 0;
}
.module-cards-modern .card-modern .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.module-cards-modern .card-modern .card-tags .tag {
  background: #f0f0f0;
  color: #666;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.module-cards-modern .card-modern .card-tags .tag:hover {
  background: #3D578A;
  color: #fff;
}
.module-cards-modern .card-modern .card-actions {
  display: flex;
  gap: 1rem;
  margin-top: auto;
}
.module-cards-modern .card-modern .card-actions .button {
  margin: 0;
}
.module-cards-modern .card-modern .card-actions .button.secondary {
  background: transparent;
  border: 2px solid #3D578A;
  color: #3D578A;
}
.module-cards-modern .card-modern .card-actions .button.secondary:hover {
  background: #3D578A;
  color: #fff;
}
.module-cards-modern.hover-enabled .card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.module-cards-modern.hover-enabled .card-modern:hover .card-image img {
  transform: scale(1.05);
}
.module-cards-modern.text-center .card-content {
  text-align: center;
}
.module-cards-modern.text-center .card-meta {
  justify-content: center;
}
.module-cards-modern.text-center .card-tags {
  justify-content: center;
}
.module-cards-modern.text-center .card-actions {
  justify-content: center;
}
.module-cards-modern.text-right .card-content {
  text-align: right;
}
.module-cards-modern.text-right .card-meta {
  justify-content: flex-end;
}
.module-cards-modern.text-right .card-tags {
  justify-content: flex-end;
}
.module-cards-modern.text-right .card-actions {
  justify-content: flex-end;
}
@media print, screen and (max-width: 39.99875em) {
  .module-cards-modern .card-modern .card-content {
    padding: 1rem;
  }
  .module-cards-modern .card-modern .card-title {
    font-size: 1.25rem;
  }
  .module-cards-modern .card-modern .card-actions {
    flex-direction: column;
  }
  .module-cards-modern .card-modern .card-actions .button {
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .module-cards-modern .row.medium-up-2 .column:nth-child(odd), .module-cards-modern .row.medium-up-2 .columns:nth-child(odd) {
    clear: left;
  }
  .module-cards-modern .row.medium-up-3 .column:nth-child(3n+1), .module-cards-modern .row.medium-up-3 .columns:nth-child(3n+1) {
    clear: left;
  }
  .module-cards-modern .row.medium-up-4 .column:nth-child(4n+1), .module-cards-modern .row.medium-up-4 .columns:nth-child(4n+1) {
    clear: left;
  }
}
@media print, screen and (min-width: 64em) {
  .module-cards-modern .row.large-up-2 .column:nth-child(odd), .module-cards-modern .row.large-up-2 .columns:nth-child(odd) {
    clear: left;
  }
  .module-cards-modern .row.large-up-3 .column:nth-child(3n+1), .module-cards-modern .row.large-up-3 .columns:nth-child(3n+1) {
    clear: left;
  }
  .module-cards-modern .row.large-up-4 .column:nth-child(4n+1), .module-cards-modern .row.large-up-4 .columns:nth-child(4n+1) {
    clear: left;
  }
  .module-cards-modern .row.large-up-5 .column:nth-child(5n+1), .module-cards-modern .row.large-up-5 .columns:nth-child(5n+1) {
    clear: left;
  }
  .module-cards-modern .row.large-up-6 .column:nth-child(6n+1), .module-cards-modern .row.large-up-6 .columns:nth-child(6n+1) {
    clear: left;
  }
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Impact section */
.impact-section {
  padding: 60px 0;
  /* Remove background-color to be transparent */
  display: flex;
  align-items: center;
  /* Section title */
}
.impact-section .section-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  color: #8a8a8a;
  margin-bottom: 60px;
  letter-spacing: 2px;
}
.impact-section {
  /* Stats grid */
}
.impact-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  align-items: start;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.impact-section {
  /* Individual stat item */
}
.impact-section .stat-item {
  text-align: center;
  padding: 20px;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  will-change: auto;
}
.impact-section .stat-item.animate-on-scroll {
  opacity: 1;
  transform: translateY(0);
}
.impact-section .stat-item.animate-on-scroll.animate {
  opacity: 1;
  transform: translateY(0);
}
.impact-section .stat-item.slideUp {
  animation: none !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.impact-section {
  /* Circular container for numbers */
}
.impact-section .stat-circle {
  width: 200px;
  height: 200px;
  border: 4px solid #3D578A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.impact-section .stat-circle:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.impact-section {
  /* Number styling */
}
.impact-section .stat-number {
  font-size: 3.5rem;
  font-weight: 300;
  color: #8a8a8a;
  letter-spacing: -2px;
}
.impact-section {
  /* Category title */
}
.impact-section .stat-category {
  font-size: 1rem;
  font-weight: 600;
  color: #cacaca;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.impact-section {
  /* Description text */
}
.impact-section .stat-description {
  font-size: 1rem;
  color: #EBEBEB;
  line-height: 1.5;
  max-width: 280px;
  margin: 0 auto;
}
.impact-section {
  /* Responsive design */
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .impact-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  .impact-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.impact-section {
  /* Large screens - 4 columns */
}
@media print, screen and (min-width: 64em) {
  .impact-section .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .impact-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  .impact-section .stats-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 350px;
    margin: 0 auto;
  }
  .impact-section .stat-circle {
    width: 180px;
    height: 180px;
  }
  .impact-section .stat-number {
    font-size: 3rem;
  }
  .impact-section {
    padding: 60px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .impact-section .container {
    padding: 0 15px;
  }
  .impact-section .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .impact-section .stat-circle {
    width: 160px;
    height: 160px;
  }
  .impact-section .stat-number {
    font-size: 2.5rem;
  }
  .impact-section .stat-category {
    font-size: 0.9rem;
    letter-spacing: 2px;
  }
  .impact-section .stat-description {
    font-size: 0.9rem;
  }
  .impact-section .stats-grid {
    gap: 40px;
  }
}
.impact-section {
  /* Large screens */
}
@media screen and (min-width: 75em) {
  .impact-section .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    max-width: 1200px !important;
    margin: 0 auto;
  }
  .impact-section .section-title {
    font-size: 3.5rem;
    margin-bottom: 80px;
  }
}
.impact-section {
  /* Remove animation delays to prevent flickering */
}
.impact-section .stat-item:nth-child(1) {
  transition-delay: 0s;
}
.impact-section .stat-item:nth-child(2) {
  transition-delay: 0s;
}
.impact-section .stat-item:nth-child(3) {
  transition-delay: 0s;
}
.impact-section .stat-item:nth-child(4) {
  transition-delay: 0s;
}
.impact-section {
  /* Reduced motion support */
}
@media (prefers-reduced-motion: reduce) {
  .impact-section .stat-item {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .impact-section .stat-circle {
    transition: none;
  }
  .impact-section .stat-circle:hover {
    transform: none;
  }
}

.data-stats-section {
  padding: 60px 0;
  background: transparent;
}
.data-stats-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.data-stats-section .data-stats-heading {
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 39.99875em) {
  .data-stats-section .data-stats-heading {
    margin-bottom: 2rem;
  }
}
.data-stats-section .data-stats-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .data-stats-section .data-stats-grid {
    gap: 4rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .data-stats-section .data-stats-grid {
    gap: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .data-stats-section .data-stats-grid {
    justify-content: space-around;
    gap: 1.5rem;
  }
}
.data-stats-section .data-stat-item {
  text-align: center;
  min-width: 80px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.data-stats-section .data-stat-item.animate {
  opacity: 1;
  transform: translateY(0);
}
.data-stats-section .data-stat-item:nth-child(1) {
  transition-delay: 0.1s;
}
.data-stats-section .data-stat-item:nth-child(2) {
  transition-delay: 0.2s;
}
.data-stats-section .data-stat-item:nth-child(3) {
  transition-delay: 0.3s;
}
.data-stats-section .data-stat-item:nth-child(4) {
  transition-delay: 0.4s;
}
.data-stats-section .data-stat-item:nth-child(5) {
  transition-delay: 0.5s;
}
.data-stats-section .data-stat-item:nth-child(6) {
  transition-delay: 0.6s;
}
.data-stats-section .data-stat-item:nth-child(7) {
  transition-delay: 0.7s;
}
.data-stats-section .data-stat-item:nth-child(8) {
  transition-delay: 0.8s;
}
.data-stats-section .data-stat-item:nth-child(9) {
  transition-delay: 0.9s;
}
.data-stats-section .data-stat-item:nth-child(10) {
  transition-delay: 1s;
}
.data-stats-section .data-stat-number-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 0.5rem;
  min-height: 60px;
  align-items: center;
}
.data-stats-section .data-stat-number {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  letter-spacing: -1px;
}
@media print, screen and (min-width: 64em) {
  .data-stats-section .data-stat-number {
    font-size: 4rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .data-stats-section .data-stat-number {
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .data-stats-section .data-stat-number {
    font-size: 2.5rem;
  }
}
.data-stats-section .data-stat-prefix {
  font-size: 2rem;
  font-weight: 300;
  color: #8a8a8a;
  margin-right: 0.25rem;
  align-self: flex-start;
  margin-top: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .data-stats-section .data-stat-prefix {
    font-size: 1.5rem;
    margin-top: 0.4rem;
  }
}
.data-stats-section .data-stat-suffix {
  font-size: 1.2rem;
  font-weight: 400;
  color: #8a8a8a;
  margin-left: 0.15rem;
  align-self: flex-start;
  margin-top: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .data-stats-section .data-stat-suffix {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}
.data-stats-section .data-stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: #cacaca;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .data-stats-section .data-stat-label {
    font-size: 0.875rem;
    letter-spacing: 0.5px;
  }
}
.data-stats-section .data-stats-description {
  text-align: center;
  margin-top: 3rem;
  padding: 0 2rem;
}
.data-stats-section .data-stats-description p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #8a8a8a;
  max-width: 800px;
  margin: 0 auto;
}
@media print, screen and (max-width: 39.99875em) {
  .data-stats-section .data-stats-description p {
    font-size: 1rem;
  }
}
.data-stats-section.vertical-layout .data-stats-grid {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.data-stats-section.vertical-layout .data-stat-item {
  width: 100%;
  max-width: 300px;
}
.data-stats-section.dark-background {
  background: #8a8a8a;
}
.data-stats-section.dark-background .data-stats-heading {
  color: #ffffff;
}
.data-stats-section.dark-background .data-stat-number {
  color: #ffffff;
}
.data-stats-section.dark-background .data-stat-prefix,
.data-stats-section.dark-background .data-stat-suffix {
  color: rgba(255, 255, 255, 0.8);
}
.data-stats-section.dark-background .data-stat-label {
  color: rgba(255, 255, 255, 0.7);
}
.data-stats-section.dark-background .data-stats-description p {
  color: rgba(255, 255, 255, 0.9);
}
@media (prefers-reduced-motion: reduce) {
  .data-stats-section .data-stat-item {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .data-stats-section .data-stat-item.animate {
    opacity: 1;
    transform: none;
  }
}

.data-stats-centered .data-stats-grid {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-section {
  padding: 60px 0;
  background: transparent;
}
.accordion-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.accordion-section .custom-accordion {
  background: transparent;
  border: none;
  margin: 0;
}
.accordion-section .custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
  background: transparent;
}
.accordion-section .custom-accordion .accordion-item:last-child {
  border-bottom: none;
}
.accordion-section .custom-accordion .accordion-item .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  background: transparent;
  border: none;
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.accordion-section .custom-accordion .accordion-item .accordion-title::before {
  display: none !important;
}
.accordion-section .custom-accordion .accordion-item .accordion-title:hover {
  background: transparent;
  color: #000;
}
.accordion-section .custom-accordion .accordion-item .accordion-title:focus {
  background: transparent;
  outline: none;
  color: #000;
}
.accordion-section .custom-accordion .accordion-item .accordion-title .accordion-title-text {
  flex: 1;
  text-align: left;
}
.accordion-section .custom-accordion .accordion-item .accordion-title::after {
  content: "↓";
  font-size: 1.2rem;
  color: #666;
  transition: all 0.3s ease;
  line-height: 1;
  width: 20px;
  text-align: center;
  padding-right: 20px;
}
.accordion-section .custom-accordion .accordion-item .accordion-content {
  padding: 0;
  background: transparent;
  border: none;
}
.accordion-section .custom-accordion .accordion-item .accordion-content .accordion-content-inner {
  padding-bottom: 24px;
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}
.accordion-section .custom-accordion .accordion-item .accordion-content .accordion-content-inner p {
  margin-bottom: 1rem;
}
.accordion-section .custom-accordion .accordion-item .accordion-content .accordion-content-inner p:last-child {
  margin-bottom: 0;
}
.accordion-section .custom-accordion .accordion-item.is-active .accordion-title {
  color: #000 !important;
  background: transparent !important;
}
.accordion-section .custom-accordion .accordion-item.is-active .accordion-title::after {
  content: "↑";
  color: #333;
}
.accordion-section .custom-accordion .accordion-item.is-active .accordion-title:hover, .accordion-section .custom-accordion .accordion-item.is-active .accordion-title:focus {
  background: transparent !important;
  color: #000 !important;
}
.accordion-section.dark-mode {
  background: #1a1a1a;
}
.accordion-section.dark-mode .custom-accordion .accordion-item {
  border-bottom-color: #333;
}
.accordion-section.dark-mode .custom-accordion .accordion-item .accordion-title {
  color: #e0e0e0;
}
.accordion-section.dark-mode .custom-accordion .accordion-item .accordion-title:hover, .accordion-section.dark-mode .custom-accordion .accordion-item .accordion-title:focus {
  color: #fff;
}
.accordion-section.dark-mode .custom-accordion .accordion-item .accordion-title::after {
  color: #999;
}
.accordion-section.dark-mode .custom-accordion .accordion-item .accordion-content .accordion-content-inner {
  color: #ccc;
}
.accordion-section.dark-mode .custom-accordion .accordion-item.is-active .accordion-title {
  color: #fff !important;
  background: transparent !important;
}
.accordion-section.dark-mode .custom-accordion .accordion-item.is-active .accordion-title::after {
  color: #fff;
}
.accordion-section.dark-mode .custom-accordion .accordion-item.is-active .accordion-title:hover, .accordion-section.dark-mode .custom-accordion .accordion-item.is-active .accordion-title:focus {
  background: transparent !important;
  color: #fff !important;
}
@media print, screen and (max-width: 39.99875em) {
  .accordion-section {
    padding: 40px 0;
  }
  .accordion-section .container {
    padding: 0 15px;
  }
  .accordion-section .custom-accordion .accordion-item .accordion-title {
    font-size: 1.125rem;
    padding: 20px 0;
  }
  .accordion-section .custom-accordion .accordion-item .accordion-content .accordion-content-inner {
    padding-bottom: 20px;
    font-size: 0.95rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-section .custom-accordion .accordion-item .accordion-title {
    transition: none;
  }
  .accordion-section .custom-accordion .accordion-item .accordion-title::after {
    transition: none;
  }
}

.team-contact-modal {
  max-width: 600px;
  padding: 0;
  border: none;
  border-radius: 8px;
}
.team-contact-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f8f9fa;
}
.team-contact-modal .modal-header .modal-title {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}
.team-contact-modal .modal-header .close-button {
  position: static;
  background: none;
  color: #666;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  width: auto;
  height: auto;
}
.team-contact-modal .modal-header .close-button:hover {
  color: #000;
}
.team-contact-modal .team-contact-form {
  padding: 2rem 1.5rem;
}
.team-contact-modal .team-contact-form .form-group {
  margin-bottom: 1.5rem;
}
.team-contact-modal .team-contact-form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}
.team-contact-modal .team-contact-form .form-group label .required {
  color: #dc3545;
  margin-left: 2px;
}
.team-contact-modal .team-contact-form .form-group input[type=text],
.team-contact-modal .team-contact-form .form-group input[type=email],
.team-contact-modal .team-contact-form .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.team-contact-modal .team-contact-form .form-group input[type=text]:focus,
.team-contact-modal .team-contact-form .form-group input[type=email]:focus,
.team-contact-modal .team-contact-form .form-group textarea:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
}
.team-contact-modal .team-contact-form .form-group input[type=text]::-moz-placeholder, .team-contact-modal .team-contact-form .form-group input[type=email]::-moz-placeholder, .team-contact-modal .team-contact-form .form-group textarea::-moz-placeholder {
  color: #999;
}
.team-contact-modal .team-contact-form .form-group input[type=text]::placeholder,
.team-contact-modal .team-contact-form .form-group input[type=email]::placeholder,
.team-contact-modal .team-contact-form .form-group textarea::placeholder {
  color: #999;
}
.team-contact-modal .team-contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.team-contact-modal .team-contact-form .form-group.error input,
.team-contact-modal .team-contact-form .form-group.error textarea {
  border-color: #dc3545;
}
.team-contact-modal .team-contact-form .form-group .error-message {
  display: none;
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.team-contact-modal .team-contact-form .form-group .error-message:not(:empty) {
  display: block;
}
.team-contact-modal .team-contact-form .honey-pot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  z-index: -1;
}
.team-contact-modal .team-contact-form .form-messages {
  margin-bottom: 1rem;
}
.team-contact-modal .team-contact-form .form-messages .success-message,
.team-contact-modal .team-contact-form .form-messages .error-message {
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.team-contact-modal .team-contact-form .form-messages .success-message p,
.team-contact-modal .team-contact-form .form-messages .error-message p {
  margin: 0;
}
.team-contact-modal .team-contact-form .form-messages .success-message {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.team-contact-modal .team-contact-form .form-messages .error-message.general-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.team-contact-modal .team-contact-form .form-footer {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}
.team-contact-modal .team-contact-form .form-footer .button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}
.team-contact-modal .team-contact-form .form-footer .button.primary {
  background-color: #007cba;
  color: white;
}
.team-contact-modal .team-contact-form .form-footer .button.primary:hover:not(:disabled) {
  background-color: #005a87;
}
.team-contact-modal .team-contact-form .form-footer .button.primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.team-contact-modal .team-contact-form .form-footer .button.secondary {
  background-color: #6c757d;
  color: white;
}
.team-contact-modal .team-contact-form .form-footer .button.secondary:hover {
  background-color: #5a6268;
}
.team-contact-modal .team-contact-form .form-footer .button .button-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.team-contact-modal .team-contact-form .form-footer .button .button-loading .fa-spinner {
  animation: spin 1s linear infinite;
}

.team-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #007cba;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}
.team-contact-button:hover {
  background-color: #005a87;
  color: white;
  text-decoration: none;
}
.team-contact-button:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}
.team-contact-button .icon-envelope {
  font-size: 1.1rem;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 640px) {
  .team-contact-modal {
    width: 95%;
    margin: 0 auto;
  }
  .team-contact-modal .team-contact-form {
    padding: 1.5rem 1rem;
  }
  .team-contact-modal .form-footer {
    flex-direction: column;
  }
  .team-contact-modal .form-footer .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .team-contact-modal,
  .team-contact-button,
  .button {
    transition: none;
  }
  @keyframes spin {
    to {
      transform: none;
    }
  }
}
.disclosure-section {
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 2rem 0;
  margin-top: 2rem;
}
.disclosure-section .disclosure-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.disclosure-section .disclosure-content .disclosure-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 1rem;
}
.disclosure-section .disclosure-content .disclosure-text strong {
  color: #495057;
  font-weight: 600;
}
.disclosure-section .disclosure-content .disclosure-actions {
  margin-top: 1rem;
  margin-bottom: 0;
}
.disclosure-section .disclosure-content .disclosure-actions .view-all-disclosures-link {
  color: #007cba;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.disclosure-section .disclosure-content .disclosure-actions .view-all-disclosures-link:hover {
  color: #005a87;
  text-decoration: underline;
}
.disclosure-section .disclosure-content .disclosure-actions .view-all-disclosures-link:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}
.disclosure-section.full-width-disclosure {
  background-color: #ffffff;
  border-top: 2px solid #007cba;
}
.disclosure-section.full-width-disclosure .disclosure-content {
  max-width: 1200px;
  padding: 0 2rem;
}
.disclosure-section.full-width-disclosure .disclosure-text {
  font-size: 1rem;
}

.disclosure-modal {
  border: none;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.disclosure-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid #e9ecef;
}
.disclosure-modal .modal-header .modal-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.disclosure-modal .modal-header .close-button {
  position: static;
  background: none;
  color: #6c757d;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.disclosure-modal .modal-header .close-button:hover {
  color: #495057;
}
.disclosure-modal .modal-header .close-button:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
  color: #007cba;
}
.disclosure-modal .modal-content {
  padding: 2rem;
  max-height: 60vh;
  overflow-y: auto;
}
.disclosure-modal .modal-content .disclosure-full-content {
  line-height: 1.7;
  color: #495057;
}
.disclosure-modal .modal-content .disclosure-full-content h1, .disclosure-modal .modal-content .disclosure-full-content h2, .disclosure-modal .modal-content .disclosure-full-content h3, .disclosure-modal .modal-content .disclosure-full-content h4, .disclosure-modal .modal-content .disclosure-full-content h5, .disclosure-modal .modal-content .disclosure-full-content h6 {
  color: #333;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.disclosure-modal .modal-content .disclosure-full-content h1:first-child, .disclosure-modal .modal-content .disclosure-full-content h2:first-child, .disclosure-modal .modal-content .disclosure-full-content h3:first-child, .disclosure-modal .modal-content .disclosure-full-content h4:first-child, .disclosure-modal .modal-content .disclosure-full-content h5:first-child, .disclosure-modal .modal-content .disclosure-full-content h6:first-child {
  margin-top: 0;
}
.disclosure-modal .modal-content .disclosure-full-content p {
  margin-bottom: 1rem;
}
.disclosure-modal .modal-content .disclosure-full-content ul, .disclosure-modal .modal-content .disclosure-full-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.disclosure-modal .modal-content .disclosure-full-content ul li, .disclosure-modal .modal-content .disclosure-full-content ol li {
  margin-bottom: 0.5rem;
}
.disclosure-modal .modal-content .disclosure-full-content strong {
  color: #333;
  font-weight: 600;
}
.disclosure-modal .modal-content .disclosure-full-content a {
  color: #007cba;
  text-decoration: none;
}
.disclosure-modal .modal-content .disclosure-full-content a:hover {
  color: #005a87;
  text-decoration: underline;
}
.disclosure-modal .modal-content .disclosure-fallback {
  text-align: center;
  color: #6c757d;
}
.disclosure-modal .modal-content .disclosure-fallback p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.disclosure-modal .modal-content .disclosure-fallback .disclosure-page-link .button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
.disclosure-modal .modal-content .disclosure-fallback .disclosure-page-link .button .fa-external-link {
  font-size: 0.9rem;
}
.disclosure-modal .modal-footer {
  padding: 1rem 2rem 2rem;
  border-top: 1px solid #e9ecef;
  text-align: right;
}
.disclosure-modal .modal-footer .button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
}
.disclosure-modal .modal-footer .button.secondary {
  background-color: #6c757d;
  color: white;
  border: none;
}
.disclosure-modal .modal-footer .button.secondary:hover {
  background-color: #5a6268;
}
.disclosure-modal .modal-footer .button.secondary:focus {
  outline: 2px solid #6c757d;
  outline-offset: 2px;
}

body.modal-open {
  overflow: hidden;
}
body.modal-open .reveal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .disclosure-section {
    padding: 1.5rem 0;
  }
  .disclosure-section .disclosure-content {
    padding: 0 1rem;
  }
  .disclosure-section .disclosure-text {
    font-size: 0.9rem;
  }
  .disclosure-modal {
    width: 95%;
    margin: 1rem auto;
    max-height: 90vh;
  }
  .disclosure-modal .modal-header {
    padding: 1.5rem 1.5rem 1rem;
  }
  .disclosure-modal .modal-header .modal-title {
    font-size: 1.25rem;
  }
  .disclosure-modal .modal-content {
    padding: 1.5rem;
    max-height: 50vh;
  }
  .disclosure-modal .modal-footer {
    padding: 1rem 1.5rem 1.5rem;
  }
  .disclosure-modal .modal-footer .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .view-all-disclosures-link,
  .close-button {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .disclosure-section {
    background-color: #ffffff;
    border-top: 2px solid #000000;
  }
  .disclosure-section .disclosure-text {
    color: #000000;
  }
  .disclosure-section .disclosure-text strong {
    color: #000000;
  }
  .disclosure-section .view-all-disclosures-link {
    color: #0000ff;
  }
  .disclosure-section .view-all-disclosures-link:hover {
    color: #000080;
  }
  .disclosure-modal {
    border: 2px solid #000000;
  }
  .disclosure-modal .modal-header {
    border-bottom: 2px solid #000000;
  }
  .disclosure-modal .modal-header .modal-title {
    color: #000000;
  }
  .disclosure-modal .modal-header .close-button {
    color: #000000;
  }
  .disclosure-modal .modal-content {
    color: #000000;
  }
  .disclosure-modal .modal-content .disclosure-full-content {
    color: #000000;
  }
  .disclosure-modal .modal-content .disclosure-full-content h1, .disclosure-modal .modal-content .disclosure-full-content h2, .disclosure-modal .modal-content .disclosure-full-content h3, .disclosure-modal .modal-content .disclosure-full-content h4, .disclosure-modal .modal-content .disclosure-full-content h5, .disclosure-modal .modal-content .disclosure-full-content h6,
  .disclosure-modal .modal-content .disclosure-full-content strong {
    color: #000000;
  }
  .disclosure-modal .modal-content .disclosure-full-content a {
    color: #0000ff;
  }
  .disclosure-modal .modal-content .disclosure-full-content a:hover {
    color: #000080;
  }
  .disclosure-modal .modal-footer {
    border-top: 2px solid #000000;
  }
}
.search-results-header {
  background: #f8f8f8;
  padding: 3rem 0;
  margin-bottom: 2rem;
}
.search-results-header .search-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
@media screen and (max-width: 639px) {
  .search-results-header .search-title {
    font-size: 2rem;
  }
}
.search-results-header .search-query {
  font-size: 1.125rem;
  color: #666;
  margin: 0;
}
.search-results-header .search-query strong {
  color: #333;
  font-weight: 600;
}

.search-results {
  padding: 2rem 0 4rem;
}
.search-results .stak {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.search-results .search-results-list {
  margin-bottom: 2rem;
}
.search-results .search-results-list .tease {
  background: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.3s ease;
}
.search-results .search-results-list .tease:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.search-results .search-results-list .tease h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.search-results .search-results-list .tease h2 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.search-results .search-results-list .tease h2 a:hover {
  color: #3D578A;
}
.search-results .search-results-list .tease p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.search-results .search-results-list .tease img {
  max-width: 200px;
  height: auto;
  float: left;
  margin: 0 1rem 1rem 0;
  border-radius: 4px;
}
.search-results .search-results-list .post-tease-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.3s ease;
}
.search-results .search-results-list .post-tease-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.search-results .search-results-list .post-tease-card .post-tease-layout {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 639px) {
  .search-results .search-results-list .post-tease-card .post-tease-layout {
    flex-direction: column;
  }
}
.search-results .search-results-list .post-tease-card .post-tease-image {
  flex: 0 0 200px;
}
@media screen and (max-width: 639px) {
  .search-results .search-results-list .post-tease-card .post-tease-image {
    flex: 1;
  }
}
.search-results .search-results-list .post-tease-card .post-tease-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.search-results .search-results-list .post-tease-card .post-tease-image .post-placeholder-image {
  width: 100%;
  height: 150px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.search-results .search-results-list .post-tease-card .post-tease-image .post-placeholder-image span {
  font-size: 3rem;
  color: white;
  font-weight: 600;
}
.search-results .search-results-list .post-tease-card .post-tease-content {
  flex: 1;
}
.search-results .search-results-list .post-tease-card .post-tease-content .post-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #999;
}
.search-results .search-results-list .post-tease-card .post-tease-content .post-meta .post-date {
  color: #666;
}
.search-results .search-results-list .post-tease-card .post-tease-content .post-meta .post-author {
  color: #666;
}
.search-results .search-results-list .post-tease-card .post-tease-content .post-title {
  margin-bottom: 0.75rem;
}
.search-results .search-results-list .post-tease-card .post-tease-content .post-title a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}
.search-results .search-results-list .post-tease-card .post-tease-content .post-title a:hover {
  color: #3D578A;
}
.search-results .search-results-list .post-tease-card .post-tease-content .post-excerpt {
  margin-bottom: 1rem;
}
.search-results .search-results-list .post-tease-card .post-tease-content .post-excerpt p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.search-results .search-results-list .post-tease-card .post-tease-content .post-actions .post-read-button {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.search-results .no-results {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 3rem;
  text-align: center;
}
.search-results .no-results h3 {
  font-size: 1.75rem;
  color: #333;
  margin-bottom: 1rem;
}
.search-results .no-results p {
  color: #666;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}
.search-results .no-results .search-again {
  max-width: 500px;
  margin: 0 auto;
}
.search-results .no-results .search-again .input-group {
  display: flex;
}
.search-results .no-results .search-again .input-group .input-group-field {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
}
.search-results .no-results .search-again .input-group .input-group-field:focus {
  outline: none;
  border-color: #3D578A;
}
.search-results .no-results .search-again .input-group .input-group-button .button {
  padding: 0.75rem 1.5rem;
  border-radius: 0 4px 4px 0;
  margin: 0;
  height: 100%;
}
.search-results .search-sidebar aside {
  padding: 1rem;
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.search-results .search-sidebar .more-articles {
  text-align: center;
  margin-top: 1.5rem;
}
.search-results .search-sidebar .more-articles .button {
  width: 100%;
}

.search-results .pagination-block {
  margin-top: 2rem;
  text-align: center;
}
.search-results .pagination-block .button {
  margin: 0 0.25rem;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Carlito", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #a8a9ad;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #192d41;
  background-color: #ffffff;
  box-shadow: 0 0 5px #a8a9ad;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #EBEBEB;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #a8a9ad;
}

::placeholder {
  color: #a8a9ad;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #a8a9ad;
  background: #EBEBEB;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #a8a9ad;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #a8a9ad;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2825, 45, 65%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #192d41;
  background-color: #ffffff;
  box-shadow: 0 0 5px #a8a9ad;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #EBEBEB;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #B2275E;
  background-color: rgb(247.3, 233.4, 238.9);
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #B2275E;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #B2275E;
}

.is-invalid-label {
  color: #B2275E;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #B2275E;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Carlito", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #a8a9ad;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 2.25rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #3D578A;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(52.46, 74.82, 118.68);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #a8a9ad;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.75;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #a8a9ad;
}
blockquote, blockquote p {
  line-height: 1.75;
  color: #192d41;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #EBEBEB;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #192d41;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #192d41;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #a8a9ad;
  background-color: #EBEBEB;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #a8a9ad;
  background-color: #EBEBEB;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  min-width: 0;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

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

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1.5em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #3D578A;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: rgb(57.95, 82.65, 131.1);
  color: #ffffff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #3D578A;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(48.8, 69.6, 110.4);
  color: #ffffff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #a8a9ad;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(132.8911242604, 134.2946745562, 139.9088757396);
  color: #000000;
}
.button.white, .button.white.disabled, .button.white[disabled], .button.white.disabled:hover, .button.white[disabled]:hover, .button.white.disabled:focus, .button.white[disabled]:focus {
  background-color: #ffffff;
  color: #000000;
}
.button.white:hover, .button.white:focus {
  background-color: #cccccc;
  color: #000000;
}
.button.gold, .button.gold.disabled, .button.gold[disabled], .button.gold.disabled:hover, .button.gold[disabled]:hover, .button.gold.disabled:focus, .button.gold[disabled]:focus {
  background-color: #A4873D;
  color: #000000;
}
.button.gold:hover, .button.gold:focus {
  background-color: rgb(131.2, 108, 48.8);
  color: #000000;
}
.button.red, .button.red.disabled, .button.red[disabled], .button.red.disabled:hover, .button.red[disabled]:hover, .button.red.disabled:focus, .button.red[disabled]:focus {
  background-color: #B2275E;
  color: #ffffff;
}
.button.red:hover, .button.red:focus {
  background-color: rgb(142.4, 31.2, 75.2);
  color: #ffffff;
}
.button.info, .button.info.disabled, .button.info[disabled], .button.info.disabled:hover, .button.info[disabled]:hover, .button.info.disabled:focus, .button.info[disabled]:focus {
  background-color: #49556A;
  color: #ffffff;
}
.button.info:hover, .button.info:focus {
  background-color: rgb(58.4, 68, 84.8);
  color: #ffffff;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #56B543;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(68.8, 144.8, 53.6);
  color: #000000;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #009B9E;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(0, 124, 126.4);
  color: #000000;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #B2275E;
  color: #ffffff;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(142.4, 31.2, 75.2);
  color: #ffffff;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #3D578A;
  color: #3D578A;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(30.5, 43.5, 69);
  color: rgb(30.5, 43.5, 69);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #3D578A;
  color: #3D578A;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(30.5, 43.5, 69);
  color: rgb(30.5, 43.5, 69);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #a8a9ad;
  color: #a8a9ad;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(82.7278106509, 83.7366863905, 87.7721893491);
  color: rgb(82.7278106509, 83.7366863905, 87.7721893491);
}
.button.hollow.white, .button.hollow.white.disabled, .button.hollow.white[disabled], .button.hollow.white.disabled:hover, .button.hollow.white[disabled]:hover, .button.hollow.white.disabled:focus, .button.hollow.white[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button.hollow.white:hover, .button.hollow.white:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  color: rgb(127.5, 127.5, 127.5);
}
.button.hollow.gold, .button.hollow.gold.disabled, .button.hollow.gold[disabled], .button.hollow.gold.disabled:hover, .button.hollow.gold[disabled]:hover, .button.hollow.gold.disabled:focus, .button.hollow.gold[disabled]:focus {
  border: 1px solid #A4873D;
  color: #A4873D;
}
.button.hollow.gold:hover, .button.hollow.gold:focus {
  border-color: rgb(82, 67.5, 30.5);
  color: rgb(82, 67.5, 30.5);
}
.button.hollow.red, .button.hollow.red.disabled, .button.hollow.red[disabled], .button.hollow.red.disabled:hover, .button.hollow.red[disabled]:hover, .button.hollow.red.disabled:focus, .button.hollow.red[disabled]:focus {
  border: 1px solid #B2275E;
  color: #B2275E;
}
.button.hollow.red:hover, .button.hollow.red:focus {
  border-color: rgb(89, 19.5, 47);
  color: rgb(89, 19.5, 47);
}
.button.hollow.info, .button.hollow.info.disabled, .button.hollow.info[disabled], .button.hollow.info.disabled:hover, .button.hollow.info[disabled]:hover, .button.hollow.info.disabled:focus, .button.hollow.info[disabled]:focus {
  border: 1px solid #49556A;
  color: #49556A;
}
.button.hollow.info:hover, .button.hollow.info:focus {
  border-color: rgb(36.5, 42.5, 53);
  color: rgb(36.5, 42.5, 53);
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #56B543;
  color: #56B543;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(43, 90.5, 33.5);
  color: rgb(43, 90.5, 33.5);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #009B9E;
  color: #009B9E;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(0, 77.5, 79);
  color: rgb(0, 77.5, 79);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #B2275E;
  color: #B2275E;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(89, 19.5, 47);
  color: rgb(89, 19.5, 47);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #3D578A;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(30.5, 43.5, 69);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #3D578A;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(30.5, 43.5, 69);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #a8a9ad;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(82.7278106509, 83.7366863905, 87.7721893491);
}
.button.clear.white, .button.clear.white.disabled, .button.clear.white[disabled], .button.clear.white.disabled:hover, .button.clear.white[disabled]:hover, .button.clear.white.disabled:focus, .button.clear.white[disabled]:focus {
  color: #ffffff;
}
.button.clear.white:hover, .button.clear.white:focus {
  color: rgb(127.5, 127.5, 127.5);
}
.button.clear.gold, .button.clear.gold.disabled, .button.clear.gold[disabled], .button.clear.gold.disabled:hover, .button.clear.gold[disabled]:hover, .button.clear.gold.disabled:focus, .button.clear.gold[disabled]:focus {
  color: #A4873D;
}
.button.clear.gold:hover, .button.clear.gold:focus {
  color: rgb(82, 67.5, 30.5);
}
.button.clear.red, .button.clear.red.disabled, .button.clear.red[disabled], .button.clear.red.disabled:hover, .button.clear.red[disabled]:hover, .button.clear.red.disabled:focus, .button.clear.red[disabled]:focus {
  color: #B2275E;
}
.button.clear.red:hover, .button.clear.red:focus {
  color: rgb(89, 19.5, 47);
}
.button.clear.info, .button.clear.info.disabled, .button.clear.info[disabled], .button.clear.info.disabled:hover, .button.clear.info[disabled]:hover, .button.clear.info.disabled:focus, .button.clear.info[disabled]:focus {
  color: #49556A;
}
.button.clear.info:hover, .button.clear.info:focus {
  color: rgb(36.5, 42.5, 53);
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #56B543;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(43, 90.5, 33.5);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #009B9E;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(0, 77.5, 79);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #B2275E;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(89, 19.5, 47);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.5em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #3D578A;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #3D578A;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #a8a9ad;
}
.button.dropdown.hollow.white::after, .button.dropdown.clear.white::after {
  border-top-color: #ffffff;
}
.button.dropdown.hollow.gold::after, .button.dropdown.clear.gold::after {
  border-top-color: #A4873D;
}
.button.dropdown.hollow.red::after, .button.dropdown.clear.red::after {
  border-top-color: #B2275E;
}
.button.dropdown.hollow.info::after, .button.dropdown.clear.info::after {
  border-top-color: #49556A;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #56B543;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #009B9E;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #B2275E;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #3D578A;
  color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(48.8, 69.6, 110.4);
  color: #ffffff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #a8a9ad;
  color: #000000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(132.8911242604, 134.2946745562, 139.9088757396);
  color: #000000;
}
.button-group.white .button, .button-group.white .button.disabled, .button-group.white .button[disabled], .button-group.white .button.disabled:hover, .button-group.white .button[disabled]:hover, .button-group.white .button.disabled:focus, .button-group.white .button[disabled]:focus {
  background-color: #ffffff;
  color: #000000;
}
.button-group.white .button:hover, .button-group.white .button:focus {
  background-color: #cccccc;
  color: #000000;
}
.button-group.gold .button, .button-group.gold .button.disabled, .button-group.gold .button[disabled], .button-group.gold .button.disabled:hover, .button-group.gold .button[disabled]:hover, .button-group.gold .button.disabled:focus, .button-group.gold .button[disabled]:focus {
  background-color: #A4873D;
  color: #000000;
}
.button-group.gold .button:hover, .button-group.gold .button:focus {
  background-color: rgb(131.2, 108, 48.8);
  color: #000000;
}
.button-group.red .button, .button-group.red .button.disabled, .button-group.red .button[disabled], .button-group.red .button.disabled:hover, .button-group.red .button[disabled]:hover, .button-group.red .button.disabled:focus, .button-group.red .button[disabled]:focus {
  background-color: #B2275E;
  color: #ffffff;
}
.button-group.red .button:hover, .button-group.red .button:focus {
  background-color: rgb(142.4, 31.2, 75.2);
  color: #ffffff;
}
.button-group.info .button, .button-group.info .button.disabled, .button-group.info .button[disabled], .button-group.info .button.disabled:hover, .button-group.info .button[disabled]:hover, .button-group.info .button.disabled:focus, .button-group.info .button[disabled]:focus {
  background-color: #49556A;
  color: #ffffff;
}
.button-group.info .button:hover, .button-group.info .button:focus {
  background-color: rgb(58.4, 68, 84.8);
  color: #ffffff;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #56B543;
  color: #000000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(68.8, 144.8, 53.6);
  color: #000000;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #009B9E;
  color: #000000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(0, 124, 126.4);
  color: #000000;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #B2275E;
  color: #ffffff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(142.4, 31.2, 75.2);
  color: #ffffff;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #3D578A;
  color: #3D578A;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgb(30.5, 43.5, 69);
  color: rgb(30.5, 43.5, 69);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #3D578A;
  color: #3D578A;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: rgb(30.5, 43.5, 69);
  color: rgb(30.5, 43.5, 69);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #a8a9ad;
  color: #a8a9ad;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: rgb(82.7278106509, 83.7366863905, 87.7721893491);
  color: rgb(82.7278106509, 83.7366863905, 87.7721893491);
}
.button-group.hollow.white .button, .button-group.hollow.white .button.disabled, .button-group.hollow.white .button[disabled], .button-group.hollow.white .button.disabled:hover, .button-group.hollow.white .button[disabled]:hover, .button-group.hollow.white .button.disabled:focus, .button-group.hollow.white .button[disabled]:focus, .button-group.hollow .button.white, .button-group.hollow .button.white.disabled, .button-group.hollow .button.white[disabled], .button-group.hollow .button.white.disabled:hover, .button-group.hollow .button.white[disabled]:hover, .button-group.hollow .button.white.disabled:focus, .button-group.hollow .button.white[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button-group.hollow.white .button:hover, .button-group.hollow.white .button:focus, .button-group.hollow .button.white:hover, .button-group.hollow .button.white:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  color: rgb(127.5, 127.5, 127.5);
}
.button-group.hollow.gold .button, .button-group.hollow.gold .button.disabled, .button-group.hollow.gold .button[disabled], .button-group.hollow.gold .button.disabled:hover, .button-group.hollow.gold .button[disabled]:hover, .button-group.hollow.gold .button.disabled:focus, .button-group.hollow.gold .button[disabled]:focus, .button-group.hollow .button.gold, .button-group.hollow .button.gold.disabled, .button-group.hollow .button.gold[disabled], .button-group.hollow .button.gold.disabled:hover, .button-group.hollow .button.gold[disabled]:hover, .button-group.hollow .button.gold.disabled:focus, .button-group.hollow .button.gold[disabled]:focus {
  border: 1px solid #A4873D;
  color: #A4873D;
}
.button-group.hollow.gold .button:hover, .button-group.hollow.gold .button:focus, .button-group.hollow .button.gold:hover, .button-group.hollow .button.gold:focus {
  border-color: rgb(82, 67.5, 30.5);
  color: rgb(82, 67.5, 30.5);
}
.button-group.hollow.red .button, .button-group.hollow.red .button.disabled, .button-group.hollow.red .button[disabled], .button-group.hollow.red .button.disabled:hover, .button-group.hollow.red .button[disabled]:hover, .button-group.hollow.red .button.disabled:focus, .button-group.hollow.red .button[disabled]:focus, .button-group.hollow .button.red, .button-group.hollow .button.red.disabled, .button-group.hollow .button.red[disabled], .button-group.hollow .button.red.disabled:hover, .button-group.hollow .button.red[disabled]:hover, .button-group.hollow .button.red.disabled:focus, .button-group.hollow .button.red[disabled]:focus {
  border: 1px solid #B2275E;
  color: #B2275E;
}
.button-group.hollow.red .button:hover, .button-group.hollow.red .button:focus, .button-group.hollow .button.red:hover, .button-group.hollow .button.red:focus {
  border-color: rgb(89, 19.5, 47);
  color: rgb(89, 19.5, 47);
}
.button-group.hollow.info .button, .button-group.hollow.info .button.disabled, .button-group.hollow.info .button[disabled], .button-group.hollow.info .button.disabled:hover, .button-group.hollow.info .button[disabled]:hover, .button-group.hollow.info .button.disabled:focus, .button-group.hollow.info .button[disabled]:focus, .button-group.hollow .button.info, .button-group.hollow .button.info.disabled, .button-group.hollow .button.info[disabled], .button-group.hollow .button.info.disabled:hover, .button-group.hollow .button.info[disabled]:hover, .button-group.hollow .button.info.disabled:focus, .button-group.hollow .button.info[disabled]:focus {
  border: 1px solid #49556A;
  color: #49556A;
}
.button-group.hollow.info .button:hover, .button-group.hollow.info .button:focus, .button-group.hollow .button.info:hover, .button-group.hollow .button.info:focus {
  border-color: rgb(36.5, 42.5, 53);
  color: rgb(36.5, 42.5, 53);
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #56B543;
  color: #56B543;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: rgb(43, 90.5, 33.5);
  color: rgb(43, 90.5, 33.5);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #009B9E;
  color: #009B9E;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(0, 77.5, 79);
  color: rgb(0, 77.5, 79);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #B2275E;
  color: #B2275E;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(89, 19.5, 47);
  color: rgb(89, 19.5, 47);
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #3D578A;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgb(30.5, 43.5, 69);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #3D578A;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: rgb(30.5, 43.5, 69);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #a8a9ad;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: rgb(82.7278106509, 83.7366863905, 87.7721893491);
}
.button-group.clear.white .button, .button-group.clear.white .button.disabled, .button-group.clear.white .button[disabled], .button-group.clear.white .button.disabled:hover, .button-group.clear.white .button[disabled]:hover, .button-group.clear.white .button.disabled:focus, .button-group.clear.white .button[disabled]:focus, .button-group.clear .button.white, .button-group.clear .button.white.disabled, .button-group.clear .button.white[disabled], .button-group.clear .button.white.disabled:hover, .button-group.clear .button.white[disabled]:hover, .button-group.clear .button.white.disabled:focus, .button-group.clear .button.white[disabled]:focus {
  color: #ffffff;
}
.button-group.clear.white .button:hover, .button-group.clear.white .button:focus, .button-group.clear .button.white:hover, .button-group.clear .button.white:focus {
  color: rgb(127.5, 127.5, 127.5);
}
.button-group.clear.gold .button, .button-group.clear.gold .button.disabled, .button-group.clear.gold .button[disabled], .button-group.clear.gold .button.disabled:hover, .button-group.clear.gold .button[disabled]:hover, .button-group.clear.gold .button.disabled:focus, .button-group.clear.gold .button[disabled]:focus, .button-group.clear .button.gold, .button-group.clear .button.gold.disabled, .button-group.clear .button.gold[disabled], .button-group.clear .button.gold.disabled:hover, .button-group.clear .button.gold[disabled]:hover, .button-group.clear .button.gold.disabled:focus, .button-group.clear .button.gold[disabled]:focus {
  color: #A4873D;
}
.button-group.clear.gold .button:hover, .button-group.clear.gold .button:focus, .button-group.clear .button.gold:hover, .button-group.clear .button.gold:focus {
  color: rgb(82, 67.5, 30.5);
}
.button-group.clear.red .button, .button-group.clear.red .button.disabled, .button-group.clear.red .button[disabled], .button-group.clear.red .button.disabled:hover, .button-group.clear.red .button[disabled]:hover, .button-group.clear.red .button.disabled:focus, .button-group.clear.red .button[disabled]:focus, .button-group.clear .button.red, .button-group.clear .button.red.disabled, .button-group.clear .button.red[disabled], .button-group.clear .button.red.disabled:hover, .button-group.clear .button.red[disabled]:hover, .button-group.clear .button.red.disabled:focus, .button-group.clear .button.red[disabled]:focus {
  color: #B2275E;
}
.button-group.clear.red .button:hover, .button-group.clear.red .button:focus, .button-group.clear .button.red:hover, .button-group.clear .button.red:focus {
  color: rgb(89, 19.5, 47);
}
.button-group.clear.info .button, .button-group.clear.info .button.disabled, .button-group.clear.info .button[disabled], .button-group.clear.info .button.disabled:hover, .button-group.clear.info .button[disabled]:hover, .button-group.clear.info .button.disabled:focus, .button-group.clear.info .button[disabled]:focus, .button-group.clear .button.info, .button-group.clear .button.info.disabled, .button-group.clear .button.info[disabled], .button-group.clear .button.info.disabled:hover, .button-group.clear .button.info[disabled]:hover, .button-group.clear .button.info.disabled:focus, .button-group.clear .button.info[disabled]:focus {
  color: #49556A;
}
.button-group.clear.info .button:hover, .button-group.clear.info .button:focus, .button-group.clear .button.info:hover, .button-group.clear .button.info:focus {
  color: rgb(36.5, 42.5, 53);
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #56B543;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(43, 90.5, 33.5);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #009B9E;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(0, 77.5, 79);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #B2275E;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(89, 19.5, 47);
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #192d41;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #3D578A;
  color: #ffffff;
}
.label.primary {
  background: #3D578A;
  color: #ffffff;
}
.label.secondary {
  background: #a8a9ad;
  color: #000000;
}
.label.white {
  background: #ffffff;
  color: #000000;
}
.label.gold {
  background: #A4873D;
  color: #000000;
}
.label.red {
  background: #B2275E;
  color: #ffffff;
}
.label.info {
  background: #49556A;
  color: #ffffff;
}
.label.success {
  background: #56B543;
  color: #000000;
}
.label.warning {
  background: #009B9E;
  color: #000000;
}
.label.alert {
  background: #B2275E;
  color: #ffffff;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #a8a9ad;
}
.progress.primary .progress-meter {
  background-color: #3D578A;
}
.progress.secondary .progress-meter {
  background-color: #a8a9ad;
}
.progress.white .progress-meter {
  background-color: #ffffff;
}
.progress.gold .progress-meter {
  background-color: #A4873D;
}
.progress.red .progress-meter {
  background-color: #B2275E;
}
.progress.info .progress-meter {
  background-color: #49556A;
}
.progress.success .progress-meter {
  background-color: #56B543;
}
.progress.warning .progress-meter {
  background-color: #009B9E;
}
.progress.alert .progress-meter {
  background-color: #B2275E;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #3D578A;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #EBEBEB;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #a8a9ad;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #3D578A;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(51.85, 73.95, 117.3);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #a8a9ad;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #3D578A;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:focus-visible ~ .switch-paddle {
  background: rgb(150.4455621302, 151.6473372781, 156.4544378698);
}
input:focus-visible ~ .switch-paddle::after {
  background: #ffffff;
}
input:checked:focus-visible ~ .switch-paddle {
  background: rgb(51.85, 73.95, 117.3);
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: #000000;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: #000000;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(242.25, 242.25, 242.25);
}

table.unstriped tbody {
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(243.525, 243.525, 243.525);
}
table.hover tfoot tr:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}
table.hover tbody tr:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #3D578A;
  color: #ffffff;
}
.badge.primary {
  background: #3D578A;
  color: #ffffff;
}
.badge.secondary {
  background: #a8a9ad;
  color: #000000;
}
.badge.white {
  background: #ffffff;
  color: #000000;
}
.badge.gold {
  background: #A4873D;
  color: #000000;
}
.badge.red {
  background: #B2275E;
  color: #ffffff;
}
.badge.info {
  background: #49556A;
  color: #ffffff;
}
.badge.success {
  background: #56B543;
  color: #000000;
}
.badge.warning {
  background: #009B9E;
  color: #000000;
}
.badge.alert {
  background: #B2275E;
  color: #ffffff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #a8a9ad;
}
.breadcrumbs a {
  color: #3D578A;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #a8a9ad;
  cursor: not-allowed;
}

.callout {
  background-color: white;
  color: #000000;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(222.6497487437, 228.7447236181, 240.7002512563);
  color: #000000;
}
.callout.secondary {
  background-color: rgb(241.95, 242.1, 242.7);
  color: #000000;
}
.callout.white {
  background-color: white;
  color: #000000;
}
.callout.gold {
  background-color: rgb(243.41, 237.9, 223.84);
  color: #000000;
}
.callout.red {
  background-color: rgb(247.1011520737, 218.9488479263, 230.0882488479);
  color: #000000;
}
.callout.info {
  background-color: rgb(225.5983240223, 228.9268156425, 234.7516759777);
  color: #000000;
}
.callout.success {
  background-color: rgb(229.3282258065, 244.3826612903, 226.3173387097);
  color: #000000;
}
.callout.warning {
  background-color: rgb(202.2, 253.9974683544, 255);
  color: #000000;
}
.callout.alert {
  background-color: rgb(247.1011520737, 218.9488479263, 230.0882488479);
  color: #000000;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #EBEBEB;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #000000;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #EBEBEB;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #a8a9ad;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000000;
}
.pagination a:hover,
.pagination button:hover {
  background: #EBEBEB;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #3D578A;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #a8a9ad;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #192d41;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000000;
  font-size: 80%;
  color: #ffffff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #EBEBEB;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #3D578A;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #EBEBEB;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #EBEBEB;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #EBEBEB;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #EBEBEB;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.orbit-next, .orbit-previous {
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #a8a9ad;
}
.orbit-bullets button:hover {
  background-color: #192d41;
}
.orbit-bullets button.is-active {
  background-color: #192d41;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #EBEBEB;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #3D578A;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(65.7665829146, 93.798241206, 148.7834170854);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #3D578A;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: rgb(52.46, 74.82, 118.68);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #EBEBEB;
  color: #3D578A;
}

.tabs-content {
  border: 1px solid #EBEBEB;
  border-top: 0;
  background: #ffffff;
  color: #000000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #EBEBEB;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(61, 87, 138, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #3D578A;
  color: #ffffff;
}
.menu .active > a {
  background: #3D578A;
  color: #ffffff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #a8a9ad;
  box-shadow: 0 7px 0 #a8a9ad, 0 14px 0 #a8a9ad;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #3D578A transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #3D578A transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #3D578A;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #3D578A;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #3D578A transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #3D578A transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #3D578A transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #3D578A;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #3D578A transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #3D578A;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #3D578A transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #3D578A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #3D578A;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #3D578A transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #3D578A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #3D578A;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #3D578A transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #3D578A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #3D578A;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #a8a9ad;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #3D578A transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #3D578A;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #192d41;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #192d41;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #a8a9ad;
  border-radius: 0;
  background-color: #ffffff;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  padding: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar,
.top-bar ul {
  background-color: #EBEBEB;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

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

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}
.foo {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.foo::before, .foo::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.foo::after {
  clear: both;
}
.foo .bar {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .foo .bar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.foo .bar, .foo .bar:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.foo .bar:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .foo {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
  }
  .foo::before, .foo::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .foo::after {
    clear: both;
  }
  .foo .bar {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .foo .bar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .foo .bar, .foo .bar:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .foo .bar:last-child:not(:first-child) {
    float: right;
  }
}
h1 {
  font-weight: 500;
}

address {
  font-style: normal;
  margin-bottom: 2em;
}
address strong {
  color: #000000;
}

.columns {
  position: relative;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.row.expanded {
  max-width: none;
}
.row.expanded > .columns {
  padding: 0;
}

:focus {
  outline: none;
}

a.has-tip {
  border-bottom: none;
  color: #3D578A;
  cursor: pointer;
  font-weight: normal;
}

.slick-arrow {
  z-index: 1;
}

.go-button {
  color: #ffffff !important;
  overflow: hidden;
  width: 250px;
  cursor: pointer;
  white-space: nowrap;
  transition-timing-function: linear;
  transition: all 0.2s ease;
  margin: 0 auto 1em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1.5em;
}
[data-whatinput=mouse] .go-button {
  outline: 0;
}
.go-button, .go-button.disabled, .go-button[disabled], .go-button.disabled:hover, .go-button[disabled]:hover, .go-button.disabled:focus, .go-button[disabled]:focus {
  background-color: #3D578A;
  color: #ffffff;
}
.go-button:hover, .go-button:focus {
  background-color: rgb(57.95, 82.65, 131.1);
  color: #ffffff;
}
.go-button {
  font-size: 1.0625rem;
}
@media print, screen and (min-width: 40em) {
  .go-button {
    font-size: 1.25rem;
  }
}
.go-button:before {
  content: "";
  background: rgb(45.3668341709, 64.7035175879, 102.6331658291) url("../images/site/arrowhead.png") center center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition-timing-function: linear;
  transform: translateZ(0) scale(1, 1.1) translate(-101%, 0);
  transition: all 0.2s ease-in-out 0s;
}
.go-button:hover:before {
  transform: translateZ(0) scale(1, 1.1) translate(0%, 0);
}

ul.link-list {
  list-style: none;
  margin: 0 auto;
}
ul.link-list li:after {
  content: "› ";
  padding-left: 0.25em;
}
ul.link-list li:hover:after {
  color: #B2275E;
}
ul.link-list a {
  display: inline-block;
}
ul.link-list a:after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  margin: 0.25em 0 0;
  background: transparent;
  transition: width 0.25s ease, background-color 0.25s ease;
}
ul.link-list a:hover:after {
  width: 100%;
  background: #B2275E;
}

ul.row {
  list-style: none;
}
ul.row li {
  margin: 0.5em 0;
  line-height: 1.225em;
}

.stak-pic {
  display: table;
  width: 100%;
  min-height: 300px;
  padding: 20px 0;
}
.stak-pic p {
  font-size: 1em;
}
.stak-pic p.lead {
  font-size: 100%;
  line-height: 1.6;
}
@media print, screen and (min-width: 40em) {
  .stak-pic {
    padding: 41px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .stak-pic {
    padding: 60px 0;
  }
  .stak-pic p {
    font-size: 1em;
  }
  .stak-pic p.lead {
    font-size: 125%;
    line-height: 1.65;
  }
}
.stak-pic .row {
  display: table-row;
  width: 100%;
}
.stak-pic .columns {
  display: table-cell;
  float: none;
  vertical-align: middle;
  text-align: center;
}
.stak-pic .column:last-child:not(:first-child),
.stak-pic .columns:last-child:not(:first-child) {
  float: none;
}
.stak-pic .vertical-center {
  vertical-align: middle;
}
.stak-pic h2 {
  font-family: "Oswald", sans-serif;
  line-height: normal;
  letter-spacing: 0;
}
.stak-pic h2 span {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 0.25em;
  margin: 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.stak-pic h2 strong {
  color: #000000;
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .stak-pic {
    background-attachment: fixed;
  }
}

.slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
}

.aligncenter {
  display: flex;
  flex: 1;
  margin: auto;
}

.alignright {
  float: right;
  margin-left: auto;
}

.alignleft {
  float: left;
  margin-right: auto;
}

.primary {
  color: #3D578A;
}

.gray {
  color: #EBEBEB;
}

.secondary {
  color: #a8a9ad;
}

.blue-grey {
  color: #49556A;
}

.indigo {
  color: #192d41;
}

.red {
  color: #B2275E;
}

.gold {
  color: #A4873D;
}

.black {
  color: #000000;
}

.warning {
  color: #009B9E;
}

.success {
  color: #56B543;
}

.bgd-primary-color {
  background-color: #3D578A;
}

.bgd-secondary-color {
  background-color: #a8a9ad;
}

.bgd-gray {
  background-color: #EBEBEB;
}

.bgd-blue-grey {
  background-color: #49556A;
}

.bgd-indigo {
  background-color: #192d41;
}

.bgd-red {
  background-color: #B2275E;
}

.bgd-gold {
  background-color: #A4873D;
}

.bgd-black {
  background-color: #000000;
}

.bgd-warning {
  background-color: #009B9E;
}

.bgd-success {
  background-color: #56B543;
}

.stak {
  padding: 20px 0;
}
.stak p {
  font-size: 1em;
}
.stak p.lead {
  font-size: 100%;
  line-height: 1.6;
}
@media print, screen and (min-width: 40em) {
  .stak {
    padding: 41px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .stak {
    padding: 60px 0;
  }
  .stak p {
    font-size: 1em;
  }
  .stak p.lead {
    font-size: 125%;
    line-height: 1.65;
  }
}
.stak.bgd-primary-color h1, .stak.bgd-primary-color h2, .stak.bgd-primary-color h3, .stak.bgd-primary-color h4, .stak.bgd-primary-color p, .stak.bgd-primary-color li, .stak.bgd-secondary-color h1, .stak.bgd-secondary-color h2, .stak.bgd-secondary-color h3, .stak.bgd-secondary-color h4, .stak.bgd-secondary-color p, .stak.bgd-secondary-color li, .stak.bgd-blue-grey h1, .stak.bgd-blue-grey h2, .stak.bgd-blue-grey h3, .stak.bgd-blue-grey h4, .stak.bgd-blue-grey p, .stak.bgd-blue-grey li, .stak.bgd-red h1, .stak.bgd-red h2, .stak.bgd-red h3, .stak.bgd-red h4, .stak.bgd-red p, .stak.bgd-red li, .stak.bgd-gold h1, .stak.bgd-gold h2, .stak.bgd-gold h3, .stak.bgd-gold h4, .stak.bgd-gold p, .stak.bgd-gold li, .stak.bgd-black h1, .stak.bgd-black h2, .stak.bgd-black h3, .stak.bgd-black h4, .stak.bgd-black p, .stak.bgd-black li {
  color: #ffffff;
}
h1, h2 {
  font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}

h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h3.underline,
h4.underline {
  position: relative;
}
h3.underline:after,
h4.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #EBEBEB;
}
h3,
h4 {
  line-height: 1.15em;
}

.align-middle .content,
.collapse .content,
.fill-image .content {
  padding: 2em;
}
@media screen and (min-width: 75em) {
  .align-middle .content,
  .collapse .content,
  .fill-image .content {
    padding: 4em;
  }
}

.fill-image .columns {
  min-height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 40em) {
  .fill-image .columns {
    background-size: auto 100%;
  }
}

.alternating-staks .stak:nth-child(odd) {
  background-color: #e6e6e6;
}

.skip-link.screen-reader-text {
  display: none;
}

.sticky-container {
  transition: all 0.25s;
  z-index: 999;
}
@media print, screen and (max-width: 39.99875em) {
  .sticky-container {
    position: relative !important;
  }
  .sticky-container [data-sticky] {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }
}

.button.gold:not(.hollow) {
  color: #ffffff !important;
}
.button.gold:not(.hollow):hover, .button.gold:not(.hollow):focus {
  color: #ffffff !important;
}

header.main-nav {
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.25s;
  position: relative;
  padding: 0.75rem 0;
}
@media print, screen and (max-width: 39.99875em) {
  header.main-nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }
}
header.main-nav.mobile-sticky {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background-color: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
header.main-nav .logo {
  width: 170px;
  margin: 0;
  transition: all 0.25s;
}
header.main-nav .logo img {
  height: auto;
  max-height: 50px;
}
@media print, screen and (min-width: 40em) {
  header.main-nav .logo {
    width: 11.25rem;
  }
  header.main-nav .logo img {
    max-height: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  header.main-nav {
    padding: 1rem 0;
  }
  header.main-nav .logo {
    width: 12.5rem;
  }
  header.main-nav .logo img {
    max-height: 70px;
  }
}
@media screen and (min-width: 75em) {
  header.main-nav .logo {
    width: 15rem;
  }
  header.main-nav .logo img {
    max-height: 80px;
  }
}
header.main-nav ul.global-menu {
  vertical-align: baseline;
  margin: 0;
  margin-left: 2rem;
  text-align: left;
}
header.main-nav ul.global-menu > li {
  position: relative;
  text-align: left;
}
header.main-nav ul.global-menu > li > a, header.main-nav ul.global-menu > li > button {
  font-size: 0.78em;
  padding: 0 1.25em;
  color: #49556A;
  line-height: 3em;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  transition: all 0.5s;
  position: relative;
  text-align: left;
  cursor: pointer;
}
header.main-nav ul.global-menu > li > a:last-child, header.main-nav ul.global-menu > li > button:last-child {
  padding-right: 0;
}
header.main-nav ul.global-menu > li > a:hover, header.main-nav ul.global-menu > li > button:hover {
  color: #a8a9ad;
}
header.main-nav ul.global-menu > li > a:after, header.main-nav ul.global-menu > li > button:after {
  content: "";
  display: block;
  left: 0;
  height: 3px;
  width: 0;
  background: #3D578A;
  transition: width 0.5s ease, background-color 0.25s ease;
}
header.main-nav ul.global-menu > li > a.hover:after, header.main-nav ul.global-menu > li > a:hover:after, header.main-nav ul.global-menu > li > button.hover:after, header.main-nav ul.global-menu > li > button:hover:after {
  width: 100%;
  background: #3D578A;
}
header.main-nav ul.global-menu > li > a.sel, header.main-nav ul.global-menu > li > button.sel {
  color: #a8a9ad;
}
header.main-nav ul.global-menu > li > a.sel:after, header.main-nav ul.global-menu > li > button.sel:after {
  width: 100%;
  background: #a8a9ad;
}
@media print, screen and (min-width: 64em) {
  header.main-nav ul.global-menu > li > a, header.main-nav ul.global-menu > li > button {
    font-size: 1em;
    padding: 0 1.5em;
  }
}
@media screen and (min-width: 75em) {
  header.main-nav ul.global-menu > li > a, header.main-nav ul.global-menu > li > button {
    font-size: 1em;
    padding: 0 1.5em;
  }
}
header.main-nav .dropdown-pane {
  font-size: 0.9em;
  text-align: left;
}
header.main-nav .dropdown-pane.mega-menu {
  width: auto !important;
  max-width: 1400px;
  border: none;
  background-color: transparent;
  padding: 0;
}
header.main-nav .dropdown-pane.mega-menu.is-open {
  left: 50% !important;
  transform: translateX(-50%);
  display: block;
}
header.main-nav .dropdown-pane.mega-menu .content {
  background-color: #ffffff;
  padding: 2rem 1.25em 1.25em;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
header.main-nav .dropdown-pane.mega-menu .content .menu-item-block {
  margin-bottom: 1.5em;
}
header.main-nav .dropdown-pane.mega-menu .content .menu-item-block .nav-title {
  display: block;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 0.25em;
  line-height: 1.25em;
}
header.main-nav .dropdown-pane.mega-menu .content .menu-item-block .nav-title:hover {
  color: #a8a9ad;
}
header.main-nav .dropdown-pane.mega-menu .content .menu-item-block .description {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0.75em;
  color: #929292;
}
header.main-nav .dropdown-pane.mega-menu .content .menu-item-block .description p {
  line-height: 1.4em;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.8em; /* 2 lines * 1.4em line-height */
}
header.main-nav .dropdown-pane.mega-menu .content .menu-item-block .description p:last-child {
  margin-bottom: 0;
}
header.main-nav .dropdown-pane.mega-menu .content .menu-item-block .sub-menu-items .sub-item {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
header.main-nav .dropdown-pane.mega-menu .content .menu-item-block .sub-menu-items .sub-item .menu-ico {
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  flex-shrink: 0;
}
header.main-nav .dropdown-pane.mega-menu .content .menu-item-block .sub-menu-items .sub-item a {
  display: inline-block;
  line-height: 1.25em;
  font-size: 0.9em;
}
header.main-nav .dropdown-pane.mega-menu .content .menu-item-block .sub-menu-items .sub-item a:hover {
  color: #a8a9ad;
}
header.main-nav .dropdown-pane.mega-menu .content .nav-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.0625rem;
}
@media print, screen and (min-width: 40em) {
  header.main-nav .dropdown-pane.mega-menu .content .nav-title {
    font-size: 1.25rem;
  }
}
header.main-nav .dropdown-pane.mega-menu .content .nav-title a {
  color: #EBEBEB;
}
header.main-nav .dropdown-pane.mega-menu .content .menu .button,
header.main-nav .dropdown-pane.mega-menu .content .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem 0.7rem 0;
  font-weight: bold;
}
header.main-nav .dropdown-pane.mega-menu .content .blocks li {
  display: inline-block !important;
}
header.main-nav .dropdown-pane.mega-menu .content .blocks a {
  font-weight: normal;
  display: inline-block !important;
}
header.main-nav .dropdown-pane.mega-menu .content .blocks .menu-ico {
  max-width: 30px;
  display: inline;
  padding-right: 6px;
  line-height: 1em;
  margin: 0;
}
header.main-nav .dropdown-pane.mega-menu img {
  width: 100%;
  margin: 0.75em 0;
  display: block;
}
header.main-nav .dropdown-pane .vertical.menu a:hover {
  text-decoration: underline;
  color: rgb(36.6, 52.2, 82.8);
}

.is-stuck header.main-nav {
  background-color: rgba(255, 255, 255, 0.95);
  height: auto;
}
@media screen and (min-width: 75em) {
  .is-stuck header.main-nav .logo {
    width: 140px;
  }
}

ul.ancillary-menu {
  margin: 0 !important;
  margin-left: 2rem !important;
  padding-left: 2rem !important;
  border-left: 1px solid #e6e6e6;
  font-size: 0.8em;
  list-style-type: none;
  text-transform: uppercase;
}
ul.ancillary-menu li {
  list-style-type: none;
  padding: 0 0 0 10px;
}
ul.ancillary-menu li a {
  color: #8a8a8a;
  padding: 0.5rem;
}
ul.ancillary-menu li a:hover {
  color: #000000;
}
ul.ancillary-menu li .button:after {
  content: none;
}
ul.ancillary-menu li form {
  display: inline;
}
ul.ancillary-menu li.search-icon-item {
  padding: 0;
}
ul.ancillary-menu li.search-icon-item .search-toggle {
  background: none;
  border: none;
  color: #8a8a8a;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
  transition: color 0.3s ease;
}
ul.ancillary-menu li.search-icon-item .search-toggle:hover {
  color: #000000;
}
ul.ancillary-menu li.search-icon-item .search-toggle:focus {
  outline: none;
  color: #000000;
}
ul.ancillary-menu li.search-icon-item .search-toggle .icon-search {
  font-size: 1em;
}
ul.ancillary-menu li.search-icon-item .search-toggle .icon-search:before {
  color: #3D578A;
}

.search-dropdown {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 1rem;
  min-width: 300px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.search-dropdown .desktop-search-form {
  margin: 0;
}
.search-dropdown .desktop-search-form .input-group {
  margin-bottom: 0;
}
.search-dropdown .desktop-search-form .input-group .input-group-field {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 0.75rem;
  font-size: 0.9rem;
}
.search-dropdown .desktop-search-form .input-group .input-group-field:focus {
  border-color: #3D578A;
  box-shadow: 0 0 0 2px rgba(61, 87, 138, 0.2);
}
.search-dropdown .desktop-search-form .input-group .input-group-button .search-submit {
  background: #3D578A;
  border: 1px solid #3D578A;
  border-radius: 0;
  padding: 0.75rem 1rem;
  margin: 0;
}
.search-dropdown .desktop-search-form .input-group .input-group-button .search-submit:after {
  content: "\e901";
  font-family: "aktiv-base";
  margin-left: 0;
  font-size: 0.9em;
  line-height: 1;
  transition: transform 0.25s ease;
  border-left: none;
  padding-left: 0;
}
.search-dropdown .desktop-search-form .input-group .input-group-button .search-submit:hover {
  background: rgb(54.9, 78.3, 124.2);
}
.search-dropdown .desktop-search-form .input-group .input-group-button .search-submit .icon-search {
  color: #ffffff;
  font-size: 0.9em;
}
.search-dropdown .desktop-search-form .input-group .input-group-button .search-submit .icon-search::before {
  display: none;
}

.toggle-menu {
  border: none;
  background: none;
  z-index: 99999;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.toggle-menu span {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #a8a9ad;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
}
.toggle-menu span:before {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #a8a9ad;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  transform-origin: 0.13rem center;
}
.toggle-menu span:after {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #a8a9ad;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  top: -0.5em;
  left: 0;
  content: "";
  transform-origin: 0.13rem center;
}
.toggle-menu:hover span {
  background: rgb(176.7, 177.6, 181.2);
}
.toggle-menu:hover span:before {
  background: rgb(176.7, 177.6, 181.2);
}
.toggle-menu:hover span:after {
  background: rgb(176.7, 177.6, 181.2);
}
@media print, screen and (min-width: 40em) {
  .toggle-menu {
    top: 30px;
    right: 30px;
  }
  .toggle-menu span {
    width: 3rem;
    height: 0.3rem;
  }
  .toggle-menu span:before {
    width: 3rem;
    height: 0.3rem;
    top: 0.75em;
  }
  .toggle-menu span:after {
    width: 3rem;
    height: 0.3rem;
    top: -0.75em;
  }
}
@media print, screen and (min-width: 64em) {
  .toggle-menu {
    display: none;
  }
}

.toggle-menu[aria-expanded=true] span {
  background: transparent !important;
}
.toggle-menu[aria-expanded=true] span:before {
  transform: rotate3d(0, 0, 1, 45deg);
  transform-origin: 50% 50%;
  top: 0;
  background-color: #3D578A;
}
.toggle-menu[aria-expanded=true] span:after {
  transform: rotate3d(0, 0, 1, -45deg);
  transform-origin: 50% 50%;
  top: 0;
  background-color: #3D578A;
}

.right-off-canvas-menu {
  padding-top: 3.75rem;
}
.right-off-canvas-menu .menu li a {
  font-size: 0.9em;
  line-height: 21px;
  display: block;
  border-bottom-color: rgb(21.25, 38.25, 55.25);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.right-off-canvas-menu .menu li a:hover {
  color: rgb(211.5, 212, 214);
}
.right-off-canvas-menu .menu li:first-of-type a {
  border-top: none;
}
.right-off-canvas-menu .menu li:last-of-type a {
  border-bottom: none;
}
.right-off-canvas-menu .searchform input {
  padding: 1em;
}
.right-off-canvas-menu .searchform .icon-search {
  padding: 0.75rem 1rem;
}
.right-off-canvas-menu .searchform .icon-search:before {
  display: none !important;
}

.position-right.is-transition-push {
  box-shadow: inset 56px 0 122px -13px rgba(10, 10, 25, 0.25);
}

footer.global-footer {
  background-color: #192d41;
  color: #ffffff;
  font-family: "Carlito", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
footer.global-footer .footer-top {
  padding: 3rem 0 2rem;
}
footer.global-footer .footer-top .footer-logo .logo {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
}
footer.global-footer .footer-top .legal-links .menu {
  margin: 0;
}
footer.global-footer .footer-top .legal-links .menu li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
footer.global-footer .footer-top .legal-links .menu li:not(:last-child):after {
  content: "|";
  color: #666;
  margin: 0 1rem;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
}
footer.global-footer .footer-top .legal-links .menu li a {
  color: #cccccc;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer.global-footer .footer-top .legal-links .menu li a:hover {
  color: #ffffff;
}
footer.global-footer .footer-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #666, transparent);
  margin: 0 2rem;
}
footer.global-footer .footer-middle {
  padding: 3rem 0;
}
footer.global-footer .footer-middle .row {
  max-width: 1200px;
  margin: 0 auto;
}
footer.global-footer .footer-middle .newsletter-info {
  margin-bottom: 2rem;
  text-align: center;
}
footer.global-footer .footer-middle .newsletter-info h4 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
footer.global-footer .footer-middle .newsletter-info p {
  color: #cccccc;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  footer.global-footer .footer-middle .newsletter-info {
    text-align: left;
    margin-bottom: 0;
  }
}
footer.global-footer .footer-middle .newsletter-form {
  width: 100%;
  max-width: 100%;
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields input {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.875rem 0.5rem;
  border: none;
  border-bottom: 2px solid #555;
  background-color: transparent;
  color: #ffffff;
  font-size: 0.9rem;
  border-radius: 0;
  transition: all 0.3s ease;
  box-sizing: border-box;
  box-shadow: none;
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields input::-moz-placeholder {
  color: #999;
  font-size: 0.9rem;
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields input::placeholder {
  color: #999;
  font-size: 0.9rem;
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields input:focus {
  outline: none;
  border-bottom-color: #ffffff;
  background-color: transparent;
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields input:hover {
  border-bottom-color: #777;
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields .subscribe-btn {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.875rem 2rem;
  background-color: #3D578A;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields .subscribe-btn .arrow-icon {
  margin-left: 0.5rem;
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields .subscribe-btn .arrow-icon:after {
  content: "\e806";
  font-family: "aktiv-base";
  font-style: normal;
  font-weight: normal;
  font-size: 0.8em;
  transition: transform 0.3s ease;
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields .subscribe-btn:hover {
  background-color: rgb(51.85, 73.95, 117.3);
}
footer.global-footer .footer-middle .newsletter-form .newsletter-fields .subscribe-btn:hover .arrow-icon:after {
  transform: translateX(3px);
}
footer.global-footer .footer-middle .newsletter-form .disclaimer {
  color: #999;
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 1rem 0 0 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  footer.global-footer .footer-middle .newsletter-form .disclaimer {
    text-align: left;
  }
}
footer.global-footer .footer-bottom {
  padding: 1.5rem 0;
  border-top: 1px solid #444;
}
footer.global-footer .footer-bottom .copyright {
  color: #999;
  font-size: 0.8rem;
  margin: 0;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  footer.global-footer .footer-top {
    padding: 2rem 0 1.5rem;
  }
  footer.global-footer .footer-top .row {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  footer.global-footer .footer-top .legal-links .menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer.global-footer .footer-top .legal-links .menu li {
    margin: 0.25rem 0;
  }
  footer.global-footer .footer-top .legal-links .menu li:not(:last-child):after {
    margin: 0 0.75rem;
  }
}

.stak {
  padding: 20px 0;
}
.stak p {
  font-size: 1em;
}
.stak p.lead {
  font-size: 100%;
  line-height: 1.6;
}
@media print, screen and (min-width: 40em) {
  .stak {
    padding: 41px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .stak {
    padding: 60px 0;
  }
  .stak p {
    font-size: 1em;
  }
  .stak p.lead {
    font-size: 125%;
    line-height: 1.65;
  }
}
.stak.photo-bgd-callout {
  background-blend-mode: multiply;
}

.alt-stak {
  background-color: #e6e6e6;
  padding: 20px 0;
}
.alt-stak p {
  font-size: 1em;
}
.alt-stak p.lead {
  font-size: 100%;
  line-height: 1.6;
}
@media print, screen and (min-width: 40em) {
  .alt-stak {
    padding: 41px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .alt-stak {
    padding: 60px 0;
  }
  .alt-stak p {
    font-size: 1em;
  }
  .alt-stak p.lead {
    font-size: 125%;
    line-height: 1.65;
  }
}

#home-top-bar {
  width: 100%;
}

.home-hero {
  margin: 0;
  backface-visibility: hidden;
}
.home-hero .logo-photo-mask {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.home-hero .logo-photo-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--photo) center/cover no-repeat;
  -webkit-mask: var(--mask) center/contain no-repeat;
  mask: var(--mask) center/contain no-repeat;
  z-index: 2;
}
.home-hero .logo-photo-mask::before {
  content: "";
  position: absolute;
  inset: -8px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-mask: var(--mask) center/contain no-repeat;
  mask: var(--mask) center/contain no-repeat;
  filter: blur(12px);
  transform: translate(0, 4px) scale(1.01);
  z-index: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.06);
}
.home-hero .hero-caption {
  z-index: 1;
  right: 0;
  left: 0;
  width: 90%;
}
.home-hero .hero-caption h1, .home-hero .hero-caption h2, .home-hero .hero-caption h3, .home-hero .hero-caption .h1-subtitle {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.home-hero .hero-caption h1 {
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1.2em;
  margin: 0;
}
.home-hero .hero-caption h2 {
  font-family: "Carlito", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
}
.home-hero .hero-caption .h1-subtitle {
  font-size: 24px;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 1.3;
}
.home-hero .hero-caption h3 {
  font-size: 0.9em;
  line-height: 1.2em;
}
.home-hero .hero-caption h1,
.home-hero .hero-caption h3 {
  color: #3D578A;
  line-height: 1.2em;
}
.home-hero .hero-caption h2 {
  color: #3D578A;
  line-height: normal;
}
.home-hero .hero-caption p {
  color: #49556A;
  font-size: 1rem;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.home-hero .hero-caption p a {
  color: #3D578A;
}
.home-hero .hero-caption .button {
  margin-top: 1em;
  margin-bottom: 2em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1.5em;
}
[data-whatinput=mouse] .home-hero .hero-caption .button {
  outline: 0;
}
.home-hero .hero-caption .button, .home-hero .hero-caption .button.disabled, .home-hero .hero-caption .button[disabled], .home-hero .hero-caption .button.disabled:hover, .home-hero .hero-caption .button[disabled]:hover, .home-hero .hero-caption .button.disabled:focus, .home-hero .hero-caption .button[disabled]:focus {
  background-color: #3D578A;
  color: #ffffff;
}
.home-hero .hero-caption .button:hover, .home-hero .hero-caption .button:focus {
  background-color: rgb(57.95, 82.65, 131.1);
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .home-hero .hero-caption h3 {
    font-size: 1.25rem;
    line-height: 1.25em;
  }
  .home-hero .hero-caption p {
    font-size: 1.25rem;
  }
  .home-hero .hero-caption .button {
    margin-top: 1.5em;
    margin-bottom: 5em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    padding: 0.85em 1.5em;
  }
  [data-whatinput=mouse] .home-hero .hero-caption .button {
    outline: 0;
  }
  .home-hero .hero-caption .button, .home-hero .hero-caption .button.disabled, .home-hero .hero-caption .button[disabled], .home-hero .hero-caption .button.disabled:hover, .home-hero .hero-caption .button[disabled]:hover, .home-hero .hero-caption .button.disabled:focus, .home-hero .hero-caption .button[disabled]:focus {
    background-color: #3D578A;
    color: #ffffff;
  }
  .home-hero .hero-caption .button:hover, .home-hero .hero-caption .button:focus {
    background-color: rgb(57.95, 82.65, 131.1);
    color: #ffffff;
  }
}
@media print, screen and (min-width: 64em) {
  .home-hero .hero-caption h1 {
    font-size: 4.5rem;
  }
  .home-hero .hero-caption h2 {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .home-hero .hero-caption h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .home-hero .hero-caption h3 {
    font-size: 1.75rem;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 75em) {
  .home-hero .hero-caption h1 {
    font-size: 5rem;
    line-height: 1.15em;
  }
  .home-hero .hero-caption h2 {
    font-size: 3.5rem;
  }
}

.carousel-hero {
  margin-top: 0;
  margin-left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease-in;
  background-color: #EBEBEB;
  background: radial-gradient(#ffffff, #EBEBEB);
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover !important;
  z-index: 0;
  overflow: hidden;
  background-position: center center;
  backface-visibility: hidden;
  align-items: center;
  display: flex;
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 40em) {
  .carousel-hero {
    height: 400px;
  }
}
@media print, screen and (min-width: 64em) {
  .carousel-hero {
    height: 600px;
  }
}
@media screen and (min-width: 75em) {
  .carousel-hero {
    height: 701px;
  }
}
.carousel-hero.slick-initialized {
  opacity: 1;
  display: flex;
}
.carousel-hero.slick-initialized .slick-slide {
  position: relative;
  display: flex;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover !important;
  z-index: 0;
  overflow: hidden;
  background-position: center center;
  backface-visibility: hidden;
  align-items: center;
  display: flex;
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 40em) {
  .carousel-hero.slick-initialized .slick-slide {
    height: 400px;
  }
}
@media print, screen and (min-width: 64em) {
  .carousel-hero.slick-initialized .slick-slide {
    height: 600px;
  }
}
@media screen and (min-width: 75em) {
  .carousel-hero.slick-initialized .slick-slide {
    height: 701px;
  }
}
.carousel-hero .slide-caption {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  font-size: 0.75rem;
  text-align: center;
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .carousel-hero .slide-caption {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.carousel-hero .slide-caption, .carousel-hero .slide-caption:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.carousel-hero .slide-caption:last-child:not(:first-child) {
  float: right;
}
.carousel-hero .slide-caption p {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1em;
  display: inline;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 40em) {
  .carousel-hero .slide-caption {
    font-size: 1rem;
  }
}

.carousel-hero-mobile {
  display: block;
}
.carousel-hero-mobile.slider {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.hero-with-tabs {
  position: relative;
}
.hero-with-tabs .carousel-hero {
  margin-bottom: 0;
}

.hero-tabs-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(to top, rgba(235, 235, 235, 0.8), rgba(235, 235, 235, 0));
  padding: 1rem 0 0;
}
.hero-tabs-navigation .hero-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  align-items: stretch; /* equal-height LIs */
}
.hero-tabs-navigation .hero-tab {
  flex: 1 1 0;
  max-width: 300px;
  min-width: 0;
  display: flex;
  align-items: center;
  border-left: 2px solid rgba(0, 0, 0, 0);
}
.hero-tabs-navigation .hero-tab.is-active .hero-tab-button {
  background-color: #192d41;
  border-color: #192d41;
  z-index: 2;
}
.hero-tabs-navigation .hero-tab.is-active .hero-tab-button .hero-tab-title,
.hero-tabs-navigation .hero-tab.is-active .hero-tab-button .hero-tab-subtitle {
  color: #ffffff;
}
.hero-tabs-navigation .hero-tab.is-active .hero-tab-button::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #192d41 transparent;
  z-index: 10;
}
@media print, screen and (min-width: 64em) {
  .hero-tabs-navigation .hero-tab.is-active .hero-tab-button::after {
    top: -10px;
    border-width: 0 10px 10px 10px;
  }
}
.hero-tabs-navigation .hero-tab-button {
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  background-color: #49556A;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .hero-tabs-navigation .hero-tab-button {
    padding: 1rem;
  }
}
.hero-tabs-navigation .hero-tab-button {
  border-left: none;
  border-right: none;
}
.hero-tabs-navigation .hero-tab-button:hover {
  background-color: rgb(150.4455621302, 151.6473372781, 156.4544378698);
  z-index: 1;
}
.hero-tabs-navigation .hero-tab-button:focus {
  outline: none;
  border-color: #3D578A;
}
@media print, screen and (min-width: 64em) {
  .hero-tabs-navigation .hero-tab-button {
    padding: 1.25rem;
  }
}
.hero-tabs-navigation .hero-tab-title {
  display: block;
  font-family: "Carlito", Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  transition: color 0.3s ease;
}
@media print, screen and (min-width: 64em) {
  .hero-tabs-navigation .hero-tab-title {
    font-size: 1em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
}
.hero-tabs-navigation .hero-tab-subtitle {
  display: block;
  font-family: "Carlito", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #cacaca;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.home-hero-mobile {
  position: relative;
}
.home-hero-mobile .slick-arrow,
.home-hero-mobile .slick-prev,
.home-hero-mobile .slick-next {
  display: none !important;
}
.home-hero-mobile .hero-caption {
  background: rgba(230, 230, 230, 0.95);
  border-radius: 0;
  margin: 1rem;
  margin-top: -5em;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
}
.home-hero-mobile .hero-caption h1, .home-hero-mobile .hero-caption h2, .home-hero-mobile .hero-caption .h1-subtitle, .home-hero-mobile .hero-caption p {
  color: #000000;
  text-shadow: none;
}
.home-hero-mobile .hero-caption h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: normal;
}

.stats {
  margin-top: 2em;
  font-family: "Carlito", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.25em;
  text-align: center;
}
.stats .column, .stats .columns {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.stats strong {
  font-weight: 600;
  display: block;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #3D578A;
}
@media print, screen and (min-width: 64em) {
  .stats {
    font-size: 1em;
  }
}

.client-logos {
  margin: 20px 0 0;
}
.client-logos .ri-grid {
  margin: 0 auto;
  position: relative;
  height: auto;
}
.client-logos .ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.client-logos {
  /* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
}
.client-logos .ri-grid ul:after,
.client-logos .ri-grid ul:before {
  content: "";
  display: table;
}
.client-logos .ri-grid ul:after {
  clear: both;
}
.client-logos .ri-grid ul {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.client-logos .ri-grid ul li {
  perspective: 250px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
}
.client-logos .ri-grid ul li a,
.client-logos .ri-grid ul li div {
  display: block;
  outline: none;
  position: absolute;
  z-index: 1002;
  margin: 0 auto;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: content-box;
  filter: grayscale(100%) contrast(110%);
  transition: all 0.25s ease-in-out;
}
.client-logos .ri-grid ul li a:hover,
.client-logos .ri-grid ul li div:hover {
  filter: grayscale(0%) contrast(100%);
}
.client-logos {
  /* Grid wrapper sizes */
}
.client-logos .ri-grid-size-1 {
  width: 55%;
}
.client-logos .ri-grid-size-2 {
  width: 100%;
}
.client-logos .ri-grid-size-3 {
  width: 100%;
}
.client-logos .ri-grid-loading:after,
.client-logos .ri-grid-loading:before {
  display: none;
}
.client-logos .ri-loading-image {
  display: none;
}
.client-logos .ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

.hero, .category-banner, .blog-hero {
  min-height: 300px;
  background-size: 100%;
  background-position: center center;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  background-color: #e6e6e6;
}
.hero .hero-outer-container, .category-banner .hero-outer-container, .blog-hero .hero-outer-container {
  margin: 0 auto;
  width: 100%;
  max-width: 75rem;
  display: grid;
}
.hero .hero-caption, .category-banner .hero-caption, .blog-hero .hero-caption {
  color: white;
  width: 100%;
  display: flex;
}
.hero .hero-caption h1, .category-banner .hero-caption h1, .blog-hero .hero-caption h1,
.hero .hero-caption h2,
.category-banner .hero-caption h2,
.blog-hero .hero-caption h2,
.hero .hero-caption .h1-subtitle,
.category-banner .hero-caption .h1-subtitle,
.blog-hero .hero-caption .h1-subtitle {
  color: #3D578A;
}
.hero .hero-caption h1, .category-banner .hero-caption h1, .blog-hero .hero-caption h1 {
  font-size: 3.5rem;
  margin-bottom: 0;
  line-height: 1.15em;
}
.hero .hero-caption h2, .category-banner .hero-caption h2, .blog-hero .hero-caption h2 {
  font-weight: 300;
  font-size: 1.5rem;
  margin-top: 0;
}
.hero .hero-caption .h1-subtitle, .category-banner .hero-caption .h1-subtitle, .blog-hero .hero-caption .h1-subtitle {
  font-size: 24px;
  font-family: "Carlito", sans-serif;
  font-weight: 300;
  margin-top: 0;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero .hero-caption p, .category-banner .hero-caption p, .blog-hero .hero-caption p {
  font-size: 1rem;
}
.hero .hero-caption p a, .category-banner .hero-caption p a, .blog-hero .hero-caption p a {
  color: white;
  font-weight: 700;
}
.hero .hero-inner-container, .category-banner .hero-inner-container, .blog-hero .hero-inner-container {
  padding: 0.5em;
}
@media print, screen and (min-width: 40em) {
  .hero, .category-banner, .blog-hero {
    min-height: 300px;
    background-size: cover !important;
    background-position: center bottom;
  }
}
@media print, screen and (min-width: 64em) {
  .hero, .category-banner, .blog-hero {
    min-height: 350px;
    background-size: cover !important;
  }
  .hero .hero-caption h1, .category-banner .hero-caption h1, .blog-hero .hero-caption h1 {
    font-size: 4.5rem;
  }
  .hero .hero-caption h2, .category-banner .hero-caption h2, .blog-hero .hero-caption h2 {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .hero .hero-caption h2, .category-banner .hero-caption h2, .blog-hero .hero-caption h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero .hero-caption .h1-subtitle, .category-banner .hero-caption .h1-subtitle, .blog-hero .hero-caption .h1-subtitle {
    font-size: 24px;
    letter-spacing: 0.02em;
  }
  .hero .hero-inner-container, .category-banner .hero-inner-container, .blog-hero .hero-inner-container {
    padding: 1em;
  }
}
@media screen and (min-width: 75em) {
  .hero, .category-banner, .blog-hero {
    min-height: 400px;
  }
}

.landing h2 {
  display: initial;
}
.landing .hero .hero-caption h1, .landing .category-banner .hero-caption h1, .landing .blog-hero .hero-caption h1 {
  font-size: 8.25vw;
  line-height: 8.25vw;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .landing .hero, .landing .category-banner, .landing .blog-hero {
    min-height: 350px;
    min-height: 400px;
    height: 35vw;
  }
  .landing .hero .hero-caption h1, .landing .category-banner .hero-caption h1, .landing .blog-hero .hero-caption h1 {
    font-size: 4vw;
    line-height: 4vw;
  }
  .landing .hero .hero-caption h2, .landing .category-banner .hero-caption h2, .landing .blog-hero .hero-caption h2 {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .landing .hero .hero-caption h2, .landing .category-banner .hero-caption h2, .landing .blog-hero .hero-caption h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 75em) {
  .landing .hero, .landing .category-banner, .landing .blog-hero {
    min-height: 400px;
    height: 35vw;
    background-size: cover !important;
  }
  .landing .hero .hero-caption h1, .landing .category-banner .hero-caption h1, .landing .blog-hero .hero-caption h1 {
    font-size: 4vw;
    line-height: 4vw;
  }
  .landing .hero .hero-caption h2, .landing .category-banner .hero-caption h2, .landing .blog-hero .hero-caption h2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 75em) and (min-width: 40em) {
  .landing .hero .hero-caption h2, .landing .category-banner .hero-caption h2, .landing .blog-hero .hero-caption h2 {
    font-size: 2.5rem;
  }
}

.subpage h2 {
  display: initial;
}
.more-text {
  display: none;
}

.more-less-button {
  color: #a8a9ad;
  text-transform: uppercase;
  cursor: pointer;
}

.button-group {
  display: flex;
}

.callout.white {
  color: #ffffff;
  padding: 2em;
  box-shadow: 0px 8px 12px 0px rgba(235, 235, 235, 0.5);
}
@media print, screen and (min-width: 64em) {
  .callout.white {
    padding: 4em;
  }
}
.callout.white .button.hollow {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.25s;
}
.callout.white .button.hollow:hover {
  border-color: white;
  color: white;
  transform: translate(0, -4px);
}

figure {
  position: relative;
  z-index: 0;
}
figure.overlay {
  background-color: transparent !important;
}
figure.overlay:before {
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 0.1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
}
figure.bgd-primary:before {
  background: #3D578A !important;
}
figure.bgd-secondary:before {
  background: #a8a9ad !important;
}
figure.bgd-success:before {
  background: #56B543 !important;
}
figure.bgd-warning:before {
  background: #009B9E !important;
}
figure.bgd-alert:before {
  background: #B2275E !important;
}

@media print, screen and (max-width: 39.99875em) {
  .module-cards .column, .module-cards .columns {
    margin-bottom: 2rem;
  }
}
.module-cards .meta p:empty {
  display: none;
}
.module-cards .card {
  box-shadow: 0px 8px 12px 0px rgba(235, 235, 235, 0.5);
  border: none;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  height: 100%;
}
.module-cards .card.style-icons .article-thumb {
  margin: 0 auto;
  max-width: 100px;
  max-height: 100px;
  text-align: center;
}
.module-cards .card-description {
  margin-bottom: 1em;
  font-size: 90%;
}
.module-cards h3 {
  font-weight: 300;
  font-size: 1.25rem;
}
.module-cards .card-section .button {
  align-self: center;
  justify-self: end;
}
.module-cards .title {
  display: block;
}
.module-cards .button-container {
  flex: 1 0 auto;
  display: flex;
  justify-items: end;
  align-self: center;
  justify-content: end;
  flex-flow: column-reverse;
  margin-top: 1.5rem !important;
}
.module-cards .button {
  align-self: center;
  margin-bottom: 1em;
}
.module-cards .hover-callouts {
  margin: 0 auto;
}
.module-cards .hover-callouts > div {
  vertical-align: bottom;
  transition: all 0.5s;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
  background-clip: content-box !important;
  min-height: 240px;
  aspect-ratio: 3/2;
  display: table;
  border: 4px solid #ffffff;
}
.module-cards .hover-callouts > div:first-of-type {
  border-bottom: 4px solid #ffffff;
}
.module-cards .hover-callouts > div > div {
  border-collapse: collapse;
  display: table-row;
  background-color: rgba(138, 138, 138, 0.9);
}
.module-cards .hover-callouts > div .meta {
  height: 96%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.5em;
  margin: 0.5em 0 0;
  display: table-cell;
  vertical-align: middle;
}
.module-cards .hover-callouts > div .meta h3,
.module-cards .hover-callouts > div .meta h4 {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.25em;
}
.module-cards .hover-callouts > div .meta hr {
  margin: 0.5em 0;
  border-color: #B2275E;
}
.module-cards .hover-callouts > div .meta p {
  color: #ffffff;
  margin: 1em 0;
}
@media print, screen and (min-width: 40em) {
  .module-cards .hover-callouts > div {
    overflow: hidden;
    background-size: cover !important;
    transition: all 0.25s;
    min-height: 280px;
    aspect-ratio: 4/3;
    display: block;
  }
  .module-cards .hover-callouts > div > div {
    background-color: rgba(138, 138, 138, 0.65);
    transition: all 0.5s;
    height: 100%;
    padding: 0.5em;
    display: block;
  }
  .module-cards .hover-callouts > div .meta {
    transform: translate(0px, 40%);
    transition: all 0.5s;
    display: block;
  }
  .module-cards .hover-callouts > div .meta h3 {
    color: #ffffff;
  }
  .module-cards .hover-callouts > div .meta p {
    color: #ffffff;
    opacity: 0;
    transition-delay: 0;
  }
  .module-cards .hover-callouts > div .meta hr {
    opacity: 0;
    transition-delay: 0;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .module-cards .hover-callouts > div .meta a {
    opacity: 0;
    transition-delay: 0;
  }
  .module-cards .hover-callouts > div:hover > div {
    background-color: rgba(138, 138, 138, 0.9);
  }
  .module-cards .hover-callouts > div:hover .meta {
    transform: translate(0px, 30%);
    transition-delay: 0.25s;
  }
  .module-cards .hover-callouts > div:hover .meta p {
    opacity: 1;
    transition: all 1s;
    transition-delay: 0.25s;
  }
  .module-cards .hover-callouts > div:hover .meta hr {
    opacity: 1;
    transition-delay: 0.25s;
  }
  .module-cards .hover-callouts > div:hover .meta a {
    opacity: 1;
    transition: all 1s;
    transition-delay: 0.5s;
  }
}
@media print, screen and (min-width: 64em) {
  .module-cards .hover-callouts > div {
    min-height: 320px;
    aspect-ratio: 5/3;
  }
}
.module-cards .hover-callouts > div:hover {
  background-size: 120%;
}
.module-cards .bio-card picture.headshot {
  position: relative;
  z-index: 0;
}
.module-cards .bio-card picture.headshot img {
  margin: 0 auto 2em auto;
  display: block;
  max-width: 300px;
  width: 100%;
  z-index: 2;
  position: relative;
  border-radius: 0;
}

.tabs {
  background-color: transparent;
  border: none;
  display: flex;
}
.tabs .tabs-title {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  transition: all 0.25s;
}
.tabs .tabs-title.is-active {
  border-bottom: 2px solid #3D578A;
}
.tabs .tabs-title.is-active > a {
  color: #a8a9ad;
}
.tabs .tabs-title:hover {
  border-bottom: 2px solid #a8a9ad;
  background-color: #e6e6e6;
}
.tabs .tabs-title:hover > a {
  color: #3D578A;
}
.tabs .tabs-title > a {
  transition: all 0.25s;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
}
.tabs .tabs-title > a[aria-selected=true], .tabs .tabs-title > a:focus, .tabs .tabs-title > a:hover {
  background-color: transparent;
}
.tabs.vertical {
  flex-direction: column;
  border-bottom: none;
}
.tabs.vertical.align-right {
  text-align: right;
}
.tabs.vertical .tabs-title {
  border-bottom: 1px solid #EBEBEB;
  border-right: 4px solid transparent;
}
@media print, screen and (min-width: 64em) {
  .tabs.vertical .tabs-title {
    font-size: 1.125rem;
  }
}
.tabs.vertical .tabs-title.is-active {
  border-right: 4px solid #B2275E;
  box-shadow: none;
}
.tabs.vertical .tabs-title.is-active > a {
  color: #a8a9ad;
}
.tabs.vertical .tabs-title:hover {
  box-shadow: none;
  border-right: 4px solid #B2275E;
  background-color: transparent;
}

.tabs-content {
  border: none;
}
.tabs-content .tabs-panel.is-active {
  display: block;
  animation: fadein-animation 0.7s ease-in-out;
  opacity: 1;
  border: none;
}
.tabs-content.vertical {
  border: none;
}

.alt-stak .tabs .tabs-title > a {
  color: #3D578A;
  border-bottom: 2px solid rgb(232.5, 232.5, 232.5);
}
.alt-stak .tabs .tabs-title > a:hover {
  color: #a8a9ad;
}
.alt-stak .tabs .tabs-title.is-active {
  border-bottom: 2px solid;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 75%);
}
.alt-stak .tabs .tabs-title.is-active > a {
  color: #a8a9ad;
}
.alt-stak .tabs.vertical .tabs-title {
  border-bottom: 2px solid #e6e6e6;
}
.alt-stak .tabs.vertical .tabs-title.is-active {
  border-bottom: 2px solid #a8a9ad;
}
.alt-stak .tabs.vertical .tabs-title.is-active > a {
  color: #a8a9ad;
}
.alt-stak .tabs.vertical .tabs-title:hover {
  border-bottom: 2px solid #a8a9ad;
}
.alt-stak .tabs-content {
  background-color: rgba(0, 0, 0, 0);
}

.accordion .accordion-item .accordion-title {
  border-bottom: 1px solid rgba(61, 87, 138, 0.25);
  font-weight: bold;
}
.accordion .accordion-item .accordion-title:hover, .accordion .accordion-item .accordion-title:focus {
  color: #3D578A;
  background-color: #e6e6e6;
}
.accordion .accordion-item .accordion-title:hover::before, .accordion .accordion-item .accordion-title:focus::before {
  color: #a8a9ad;
}
.accordion .accordion-item .accordion-title::before {
  color: #a8a9ad;
  font-weight: bold;
}
.accordion .accordion-item.is-active .accordion-title {
  background-color: #3D578A;
  color: #ffffff;
}
.accordion .accordion-item.is-active .accordion-title::before {
  color: #3D578A;
}
@media print, screen and (min-width: 40em) {
  .accordion .accordion-item .accordion-title {
    padding: 1.25em;
    font-size: 1.25em;
  }
}

.photo-bgd-callout {
  background-position: center center !important;
  background-size: cover;
}
.photo-bgd-callout .content {
  margin: 2em auto;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .photo-bgd-callout {
    background-attachment: fixed !important;
  }
  .photo-bgd-callout .content {
    margin: 4em auto;
    padding: 1em 2em;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.flex-video iframe {
  border: 0;
}

.video-background {
  background-color: #e6e6e6;
  padding: 15px;
  margin: 0 15px !important;
}

.video-player {
  padding-bottom: 5px;
}
.video-player .poster {
  position: relative;
}
.video-player .poster img {
  width: 100%;
}
.video-player .play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.5s ease;
}
.video-player .play-button:hover {
  opacity: 0.5;
}

.split-image img {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 40em) {
  .split-image img {
    margin-bottom: 0;
  }
}

.gallery-photo.slick-slider {
  margin-bottom: 4px !important;
}
.gallery-photo > div {
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 0;
}
.gallery-photo > div img {
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  transform: scale(1);
  transition: transform 0.25s;
}

.gallery-thumb {
  max-height: 98px;
  background-color: #ffffff;
}
.gallery-thumb div.slick-slide {
  max-height: 90px !important;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  margin: 0 2px;
}
.gallery-thumb div.slick-slide .slick-list {
  max-height: 90px;
}
.gallery-thumb div.slick-slide img {
  max-width: 120px;
  min-height: 90px;
  vertical-align: middle;
  padding: 0 4px 0 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .gallery-thumb div.slick-slide img {
    max-width: 150px;
    min-height: 120px;
  }
}
.gallery-thumb .slick-next,
.gallery-thumb .slick-prev {
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  height: 100%;
}
.gallery-thumb .slick-next:before,
.gallery-thumb .slick-prev:before {
  color: #000000;
}

.photo-gallery {
  justify-content: center;
  text-align: center;
}

.testimonials {
  text-align: center;
}
.testimonials .row {
  align-items: center;
  justify-content: center;
}

.quote-slider blockquote {
  margin: 30px 0 0;
  border-left: none;
}
.quote-slider blockquote p {
  margin: 0;
  letter-spacing: 0.1em;
}
.quote-slider blockquote p:before {
  content: "“";
}
.quote-slider blockquote p:after {
  content: "”";
}
.quote-slider blockquote footer {
  margin: 10px 0;
  font-style: italic;
  font-family: "Sorts Mill Goudy", Georgia, Cambria, "Times New Roman", Times, serif;
}
@media print, screen and (min-width: 40em) {
  .quote-slider blockquote p {
    font-size: 120%;
  }
}

.content-slider {
  margin-bottom: 4em;
}
.content-slider .slick-list {
  padding-top: 5vw;
}
.content-slider .slick-slide {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}
.content-slider .slick-slide:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.content-slider figure.offset-right, .content-slider figure.offset-left {
  margin-bottom: -5vw;
}
.content-slider .slick-dots {
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .content-slider {
    margin-bottom: 2em;
  }
  .content-slider .slide-content.offset-right {
    transform: translate(5vw, 0);
  }
  .content-slider .slide-content.offset-left {
    transform: translate(-5vw, 0);
  }
  .content-slider figure.offset-right, .content-slider figure.offset-left {
    margin-top: -5vw;
    margin-bottom: 5vw;
    overflow: visible;
  }
  .content-slider .slick-dots {
    margin: 0 0 5vw 0;
  }
}

.more-articles {
  padding-top: 2em;
}
@media print, screen and (max-width: 39.99875em) {
  .more-articles {
    margin: 0 0.75rem;
    text-align: center;
  }
}
.more-articles .button {
  border-radius: 0;
}

.article-cards .column, .article-cards .columns, .tease-post .column, .tease-post .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (max-width: 39.99875em) {
  .article-cards .column, .article-cards .columns, .tease-post .column, .tease-post .columns {
    margin-bottom: 2rem;
  }
}
.article-cards .card, .tease-post .card {
  overflow: hidden;
  box-shadow: 0px 8px 12px 0px rgba(235, 235, 235, 0.5);
  border: none;
}
.article-cards .card figure, .tease-post .card figure {
  overflow: hidden;
}
.article-cards .card img, .tease-post .card img {
  transition: all 0.3s;
}
.article-cards .card p, .tease-post .card p {
  font-size: 0.8em;
  margin: 1.5em auto 1.75em;
}
.article-cards .card .date, .tease-post .card .date {
  color: #EBEBEB;
  font-size: 0.8em;
}
.article-cards .card .article-thumb, .tease-post .card .article-thumb {
  width: 100%;
  display: block;
  position: relative;
}
.article-cards .card .article-categories, .tease-post .card .article-categories {
  margin-bottom: 1em;
}
.article-cards .card .article-categories a, .tease-post .card .article-categories a {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #a8a9ad;
  font-weight: bold;
}
.article-cards .card .article-categories a:hover, .tease-post .card .article-categories a:hover {
  color: rgb(73.5065326633, 104.8371859296, 166.2934673367);
}
.article-cards .card figure:hover img, .tease-post .card figure:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
@media print, screen and (min-width: 40em) {
  .article-cards .card, .tease-post .card {
    transition: all 0.25s;
  }
  .article-cards .card .card-section, .tease-post .card .card-section {
    transition: all 0.5s;
    padding: 1.5em 1em;
  }
  .article-cards, .tease-post {
    padding-bottom: 2em;
  }
}

.breadcrumbs {
  margin-top: 2em;
  vertical-align: middle;
  font-size: 0.85em;
  color: #cacaca;
}
.breadcrumbs a {
  color: #a8a9ad;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb_last {
  color: #cacaca;
  cursor: not-allowed;
}

.pagination-block {
  text-align: center;
  padding-top: 2em;
}
.pagination-block .disabled {
  color: #efefef;
}
.pagination-block .prev {
  float: left;
}
.pagination-block .next {
  float: right;
}
.pagination-block .current {
  font-weight: bold;
}

.article h2, .article h3, .article h4 {
  color: #8a8a8a;
  font-weight: normal;
}
.article h2 b, .article h3 b, .article h4 b {
  font-weight: normal;
}
.article p a {
  color: #efefef;
}
.article p a:hover {
  color: #3D578A;
  text-decoration: underline;
}
.article .cat-title-link a {
  padding: 0 0.25em;
}
.article .cat-title-link a:after {
  content: ",";
}
.article .cat-title-link a:last-of-type:after {
  content: "";
}
.article .featured-image {
  margin-bottom: 2em;
}
.article .article-pagenation {
  margin: 2em auto;
  padding: 2em;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.article .article-pagenation a h4 {
  color: #8a8a8a;
  font-size: 0.9em;
  margin-bottom: 0;
}
.article .article-pagenation a span {
  font-size: 0.8em;
  line-height: 1em;
  display: block;
  color: rgb(82.4653266332, 114.9718592965, 178.7346733668);
}
.article .article-pagenation a:hover h4, .article .article-pagenation a:hover span {
  color: #a8a9ad !important;
}
@media print, screen and (min-width: 40em) {
  .article .article-pagenation {
    justify-content: space-between;
  }
  .article .article-pagenation .next-post {
    text-align: right;
  }
}

.recent-articles-item {
  margin-bottom: 1.5rem;
}
.recent-articles-item .article-thumb-full {
  width: 100%;
  margin-bottom: 0.75rem;
}
.recent-articles-item .article-thumb-full a {
  display: block;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.3s ease;
}
.recent-articles-item .article-thumb-full a:hover {
  transform: scale(1.02);
}
.recent-articles-item .article-thumb-full img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.recent-articles-item .article-thumb-full picture {
  display: block;
  width: 100%;
}
.recent-articles-item .article-content-full {
  width: 100%;
}
.recent-articles-item .article-content-full .article-title h6 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  line-height: 1.3;
}
.recent-articles-item .article-content-full .article-title h6 a {
  color: #8a8a8a;
  text-decoration: none;
}
.recent-articles-item .article-content-full .article-title h6 a:hover {
  color: #3D578A;
}
.recent-articles-item .article-content-full .article-title sup {
  font-size: 0.75rem;
  color: #cacaca;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.article-category-list {
  background: #ffffff;
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  .article-category-list {
    margin: 0 0.75rem 2rem 0.75rem;
    padding: 1.25rem 1rem;
  }
}
.article-category-list h4 {
  color: #000000;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .article-category-list h4 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.article-category-list h4 {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #000000;
  font-weight: 600;
}

.category-dropdown-wrapper {
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .category-dropdown-wrapper {
    margin: 0 0.75rem;
  }
}
.category-dropdown-wrapper .category-dropdown {
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem !important;
  font-size: 0.95rem;
  border: 2px solid #000000;
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  line-height: 1.4;
  min-height: 3rem;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: all 0.3s ease;
  background-image: none !important;
}
.category-dropdown-wrapper .category-dropdown:hover {
  background: #f5f5f5;
}
.category-dropdown-wrapper .category-dropdown:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.category-dropdown-wrapper .category-dropdown option {
  padding: 0.5rem;
  background: #ffffff;
  color: #000000;
}
.category-dropdown-wrapper::after {
  content: "▼" !important;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000000;
  font-size: 0.8rem;
  z-index: 1;
  display: block !important;
}

.main-section .row .medium-3 {
  padding-right: 2rem;
}
@media screen and (max-width: 40rem) {
  .main-section .row .medium-3 {
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
}
.main-section .row .medium-9 {
  padding-left: 1rem;
}
@media screen and (max-width: 40rem) {
  .main-section .row .medium-9 {
    padding-left: 0.5rem;
  }
}

.article-cards .card.no-image .card-section {
  padding-top: 2rem;
}
.article-cards img.placeholder-image {
  filter: grayscale(100%);
  opacity: 0.7;
  background: #f0f0f0;
}
.article-cards .page-thumb:empty,
.article-cards .page-thumb img[src=""],
.article-cards .page-thumb img:not([src]) {
  display: none;
}

.recent-articles-item img.placeholder-image {
  filter: grayscale(100%);
  opacity: 0.6;
  background: #f0f0f0;
}
.recent-articles-item .article-thumb-full:empty,
.recent-articles-item .article-thumb-full img[src=""],
.recent-articles-item .article-thumb-full img:not([src]) {
  display: none;
}
.recent-articles-item:has(.article-thumb-full:empty) .article-content-full, .recent-articles-item:has(.article-thumb-full[style*="display: none"]) .article-content-full {
  margin-left: 0;
  width: 100%;
}

.animate {
  opacity: 0;
}

.slideUp {
  animation-name: slideUp;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  25% {
    transform: translateY(-2%);
  }
  75% {
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
}

.fadeout {
  opacity: 1;
}

.fadein-animation {
  animation-name: fadein-animation;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

@keyframes fadein-animation {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  25% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
  }
}
.fadeout-animation {
  animation-name: fadeout-animation;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeout-animation {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  25% {
    transform: translateY(0%);
  }
  75% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 0;
    transform: translateY(50%);
  }
}
.blog-hero {
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 39.99875em) {
  .blog-hero .hero-caption {
    margin: 0.75rem;
    padding: 1rem;
  }
}
.blog-hero .hero-caption {
  align-items: center;
}
.blog-hero .hero-caption h1 {
  font-size: 3rem;
}
.blog-hero .hero-caption .blog-meta {
  margin-top: 1rem;
  font-size: 0.9rem;
  opacity: 0.9;
}
.blog-hero .hero-caption .blog-meta .blog-author a,
.blog-hero .hero-caption .blog-meta .blog-categories a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.blog-hero .hero-caption .blog-meta .blog-author a:hover,
.blog-hero .hero-caption .blog-meta .blog-categories a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.blog-hero .hero-caption .blog-meta .blog-separator {
  margin: 0 0.75rem;
  opacity: 0.7;
}
.blog-hero .hero-caption .blog-meta .blog-date {
  font-weight: 400;
}
@media print, screen and (max-width: 39.99875em) {
  .blog-hero .hero-caption .blog-meta {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .blog-hero .hero-caption .blog-meta .blog-separator {
    margin: 0 0.5rem;
  }
}
.blog-hero:not([data-interchange]) {
  background: linear-gradient(135deg, #8a8a8a 0%, #cacaca 100%);
  min-height: 250px;
}
.blog-hero:not([data-interchange]) .hero-caption h1, .blog-hero:not([data-interchange]) .hero-caption .blog-meta {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.more-posts-by-author {
  margin: 3rem 0 2rem;
  padding: 2rem 0;
  border-top: 1px solid #e6e6e6;
}
@media print, screen and (max-width: 39.99875em) {
  .more-posts-by-author {
    margin: 2rem 0.75rem 1.5rem 0.75rem;
    padding: 1.5rem 0;
  }
}
.more-posts-by-author h4 {
  margin-bottom: 1.5rem;
  color: #8a8a8a;
  font-weight: 600;
}
.more-posts-by-author .author-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .more-posts-by-author .author-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.more-posts-by-author .author-post-item {
  display: flex;
  flex-direction: column;
}
.more-posts-by-author .author-post-item .author-post-thumb {
  margin-bottom: 0.75rem;
}
.more-posts-by-author .author-post-item .author-post-thumb img {
  width: 100%;
  height: auto;
  border-radius: 0;
  transition: transform 0.3s ease;
}
.more-posts-by-author .author-post-item .author-post-thumb a:hover img {
  transform: scale(1.02);
}
.more-posts-by-author .author-post-item .author-post-content .author-post-title a {
  text-decoration: none;
  color: #8a8a8a;
}
.more-posts-by-author .author-post-item .author-post-content .author-post-title a h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  transition: color 0.3s ease;
}
.more-posts-by-author .author-post-item .author-post-content .author-post-title a sup {
  font-size: 0.8rem;
  color: #cacaca;
  font-weight: 400;
}
.more-posts-by-author .author-post-item .author-post-content .author-post-title a:hover h6 {
  color: #3D578A;
}

.category-banner {
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 39.99875em) {
  .category-banner {
    min-height: 200px;
  }
  .category-banner .hero-caption {
    margin: 0.75rem;
    padding: 1.25rem;
  }
}
.category-banner {
  background: linear-gradient(135deg, #3D578A 0%, rgb(29.7336683417, 42.4070351759, 67.2663316583) 100%);
  min-height: 250px;
}
.category-banner .hero-caption {
  align-items: center;
}
.category-banner .hero-caption h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.category-banner .hero-caption .category-description {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.95;
  max-width: 800px;
}
.category-banner .hero-caption .category-description p {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .category-banner .hero-caption h1 {
    font-size: 2rem;
  }
  .category-banner .hero-caption .category-description {
    font-size: 1rem;
  }
}

.post-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.post-card .post-card-image .post-image-link {
  display: block;
  height: 250px;
  overflow: hidden;
}
.post-card .post-card-image .post-image-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.post-card .post-card-image .post-image-link:hover img {
  transform: scale(1.05);
}
.post-card .post-card-image .post-placeholder-image {
  width: 100%;
  height: 250px;
  background: linear-gradient(135deg, #cacaca 0%, #8a8a8a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card .post-card-image .post-placeholder-image span {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.post-card .post-card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.post-card .post-card-content .post-meta {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: #cacaca;
}
.post-card .post-card-content .post-meta .post-date {
  margin-right: 1rem;
}
.post-card .post-card-content .post-meta .post-author {
  font-weight: 500;
}
.post-card .post-card-content .post-title {
  margin-bottom: 1rem;
  line-height: 1.3;
}
.post-card .post-card-content .post-title a {
  color: #8a8a8a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.post-card .post-card-content .post-title a:hover {
  color: #3D578A;
}
.post-card .post-card-content .post-excerpt {
  flex-grow: 1;
  margin-bottom: 1.25rem;
}
.post-card .post-card-content .post-excerpt p {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0;
}
.post-card .post-card-content .post-actions .post-read-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1.5em;
}
[data-whatinput=mouse] .post-card .post-card-content .post-actions .post-read-button {
  outline: 0;
}
.post-card .post-card-content .post-actions .post-read-button, .post-card .post-card-content .post-actions .post-read-button.disabled, .post-card .post-card-content .post-actions .post-read-button[disabled], .post-card .post-card-content .post-actions .post-read-button.disabled:hover, .post-card .post-card-content .post-actions .post-read-button[disabled]:hover, .post-card .post-card-content .post-actions .post-read-button.disabled:focus, .post-card .post-card-content .post-actions .post-read-button[disabled]:focus {
  background-color: #3D578A;
  color: #ffffff;
}
.post-card .post-card-content .post-actions .post-read-button:hover, .post-card .post-card-content .post-actions .post-read-button:focus {
  background-color: rgb(57.95, 82.65, 131.1);
  color: #ffffff;
}
.post-card .post-card-content .post-actions .post-read-button {
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
  margin: 0;
}
.post-card .post-card-content .post-actions .post-read-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.post-tease-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media print, screen and (max-width: 39.99875em) {
  .post-tease-card {
    margin: 0 0.75rem 2rem 0.75rem;
  }
}
.post-tease-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.post-tease-card .post-tease-layout {
  display: flex;
  min-height: 200px;
}
@media print, screen and (max-width: 39.99875em) {
  .post-tease-card .post-tease-layout {
    flex-direction: column;
    min-height: auto;
  }
}
.post-tease-card .post-tease-image {
  flex: 0 0 300px;
}
@media print, screen and (max-width: 39.99875em) {
  .post-tease-card .post-tease-image {
    flex: none;
  }
}
.post-tease-card .post-tease-image .post-image-link {
  display: block;
  height: 100%;
  overflow: hidden;
}
.post-tease-card .post-tease-image .post-image-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.post-tease-card .post-tease-image .post-image-link:hover img {
  transform: scale(1.05);
}
.post-tease-card .post-tease-image .post-placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #cacaca 0%, #8a8a8a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-tease-card .post-tease-image .post-placeholder-image span {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.post-tease-card .post-tease-content {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 39.99875em) {
  .post-tease-card .post-tease-content {
    padding: 1rem;
  }
}
.post-tease-card .post-tease-content .post-meta {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: #cacaca;
}
.post-tease-card .post-tease-content .post-meta .post-date {
  margin-right: 1rem;
}
.post-tease-card .post-tease-content .post-meta .post-author {
  font-weight: 500;
}
.post-tease-card .post-tease-content .post-title {
  margin-bottom: 1rem;
  line-height: 1.3;
}
.post-tease-card .post-tease-content .post-title a {
  color: #8a8a8a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.post-tease-card .post-tease-content .post-title a:hover {
  color: #3D578A;
}
.post-tease-card .post-tease-content .post-excerpt {
  flex-grow: 1;
  margin-bottom: 1.25rem;
}
.post-tease-card .post-tease-content .post-excerpt p {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0;
}
.post-tease-card .post-tease-content .post-actions {
  margin-top: auto;
}
.post-tease-card .post-tease-content .post-actions .post-read-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1.5em;
}
[data-whatinput=mouse] .post-tease-card .post-tease-content .post-actions .post-read-button {
  outline: 0;
}
.post-tease-card .post-tease-content .post-actions .post-read-button, .post-tease-card .post-tease-content .post-actions .post-read-button.disabled, .post-tease-card .post-tease-content .post-actions .post-read-button[disabled], .post-tease-card .post-tease-content .post-actions .post-read-button.disabled:hover, .post-tease-card .post-tease-content .post-actions .post-read-button[disabled]:hover, .post-tease-card .post-tease-content .post-actions .post-read-button.disabled:focus, .post-tease-card .post-tease-content .post-actions .post-read-button[disabled]:focus {
  background-color: #3D578A;
  color: #ffffff;
}
.post-tease-card .post-tease-content .post-actions .post-read-button:hover, .post-tease-card .post-tease-content .post-actions .post-read-button:focus {
  background-color: rgb(57.95, 82.65, 131.1);
  color: #ffffff;
}
.post-tease-card .post-tease-content .post-actions .post-read-button {
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
  margin: 0;
}
.post-tease-card .post-tease-content .post-actions .post-read-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

@media print, screen and (max-width: 39.99875em) {
  .small-12.medium-3 h4 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .recent-articles-item {
    margin: 0 0.75rem 1.5rem 0.75rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .recent-articles-item:first-child {
    margin-top: 0;
  }
}
.recent-articles-item .article-separator {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 0.5rem 0;
  opacity: 0.6;
}

@media print, screen and (max-width: 39.99875em) {
  .post-type-post .article-content {
    margin: 0 0.75rem;
  }
}
.post-type-post .article-content .article-body {
  font-size: 1.1rem;
  line-height: 1.8;
}
@media print, screen and (max-width: 39.99875em) {
  .post-type-post .article-content .article-body {
    font-size: 1rem;
  }
}
.post-type-post .article-content .article-body p {
  margin-bottom: 1.5rem;
}
.post-type-post .article-content .article-body h2, .post-type-post .article-content .article-body h3, .post-type-post .article-content .article-body h4, .post-type-post .article-content .article-body h5, .post-type-post .article-content .article-body h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #000000;
}
.post-type-post .article-content .article-body ul, .post-type-post .article-content .article-body ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.post-type-post .article-content .article-body ul li, .post-type-post .article-content .article-body ol li {
  margin-bottom: 0.5rem;
}
.post-type-post .article-content .article-body blockquote {
  border-left: 4px solid #3D578A;
  padding-left: 2rem;
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.2rem;
  color: #cacaca;
}

.h1-subtitle,
.h2-subtitle,
.h3-subtitle,
.h4-subtitle,
.h5-subtitle,
.h6-subtitle {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  display: block;
}

.newsletter-signup {
  background: linear-gradient(135deg, #3D578A 0%, rgb(37.5502512563, 53.5552763819, 84.9497487437) 100%);
  padding: 3rem 0;
  margin: 3rem 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.newsletter-signup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.02);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
}
.newsletter-signup .newsletter-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup .newsletter-container {
    padding: 0 0.75rem;
  }
}
.newsletter-signup .newsletter-content {
  text-align: center;
}
.newsletter-signup .newsletter-header {
  margin-bottom: 2.5rem;
}
.newsletter-signup .newsletter-header h3 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup .newsletter-header h3 {
    font-size: 1.875rem;
  }
}
.newsletter-signup .newsletter-header p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup .newsletter-header p {
    font-size: 1rem;
  }
}
.newsletter-signup .newsletter-form .newsletter-form-fields {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin: 0 auto 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup .newsletter-form .newsletter-form-fields {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }
}
.newsletter-signup .newsletter-form .newsletter-form-fields .form-group {
  flex: 1;
}
.newsletter-signup .newsletter-form .newsletter-form-fields .form-group:last-child {
  flex: 0 0 auto;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup .newsletter-form .newsletter-form-fields .form-group:last-child {
    flex: 1;
  }
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-input {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  min-height: 3.5rem;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-input:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1.5em;
}
[data-whatinput=mouse] .newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit {
  outline: 0;
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit, .newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit.disabled, .newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit[disabled], .newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit.disabled:hover, .newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit[disabled]:hover, .newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit.disabled:focus, .newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit[disabled]:focus {
  background-color: #3D578A;
  color: #ffffff;
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit:hover, .newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit:focus {
  background-color: rgb(57.95, 82.65, 131.1);
  color: #ffffff;
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit {
  background: #ffffff;
  color: #3D578A;
  border: 2px solid #ffffff;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-height: 3.5rem;
  box-sizing: border-box;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
@media print, screen and (max-width: 39.99875em) {
  .newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit {
    width: 100%;
    justify-content: center;
  }
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit .button-icon {
  font-size: 1.25rem;
  font-weight: 400;
  transition: transform 0.3s ease;
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit:hover {
  background: rgba(255, 255, 255, 0.9);
  color: rgb(45.3668341709, 64.7035175879, 102.6331658291);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit:hover .button-icon {
  transform: translateX(3px);
}
.newsletter-signup .newsletter-form .newsletter-form-fields .newsletter-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.newsletter-signup .newsletter-form .newsletter-disclaimer p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.h1-subtitle {
  font-size: 24px;
}

.h2-subtitle {
  font-size: 22px;
}

.h3-subtitle {
  font-size: 18px;
}

.h4-subtitle {
  font-size: 16px;
}

.h5-subtitle {
  font-size: 14px;
}

.h6-subtitle {
  font-size: 12px;
}

@media print, screen and (min-width: 40em) {
  .h1-subtitle {
    font-size: 28px;
  }
  .h2-subtitle {
    font-size: 24px;
  }
  .h3-subtitle {
    font-size: 20px;
  }
  .h4-subtitle {
    font-size: 18px;
  }
  .h5-subtitle {
    font-size: 16px;
  }
  .h6-subtitle {
    font-size: 14px;
  }
}
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.856;
}
.button:after {
  content: "\e901";
  font-family: "aktiv-base";
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  font-size: 0.9em;
  line-height: 1;
  transition: transform 0.25s ease;
  border-left: 1px solid;
  padding-left: 10px;
}
.button:hover:after {
  transform: translateX(3px);
}
.button.hollow:after {
  color: inherit;
}

.disclosure-section {
  background-color: #e6e6e6;
  padding: 2rem 0;
  margin-top: 2rem;
}
.disclosure-section .disclosure-text {
  font-family: "Carlito", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
  color: #8a8a8a;
  margin: 0;
  text-align: center;
}
.disclosure-section .disclosure-text strong {
  font-weight: 600;
  color: #000000;
}

.page-two-column .column-content {
  padding: 1rem;
}
.page-two-column .column-content h2 {
  color: #3D578A;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.page-two-column .column-content h3, .page-two-column .column-content h4 {
  margin-bottom: 0.75rem;
}
.page-two-column .left-column {
  border-right: 1px solid #e6e6e6;
}
@media print, screen and (max-width: 39.99875em) {
  .page-two-column .left-column {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1rem;
  }
}
.page-two-column .sidebar-widget {
  margin-bottom: 2rem;
}
.page-two-column .sidebar-widget h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #8a8a8a;
}
.page-two-column .sidebar-widget ul {
  margin-left: 0;
}
.page-two-column .sidebar-widget ul li {
  margin-bottom: 0.5rem;
}
.page-two-column .sidebar-widget ul li a {
  color: #3D578A;
  text-decoration: none;
}
.page-two-column .sidebar-widget ul li a:hover {
  color: rgb(52.46, 74.82, 118.68);
}
.page-two-column .sidebar-widget small {
  display: block;
  color: #cacaca;
  font-size: 0.8rem;
}
.page-two-column .bottom-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e6e6e6;
}

.main-section .row .small-12.medium-3 {
  padding-right: 2rem;
}
@media screen and (max-width: 40rem) {
  .main-section .row .small-12.medium-3 {
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
}

.main-section .row .small-12.medium-9 {
  padding-left: 1rem;
}
@media screen and (max-width: 40rem) {
  .main-section .row .small-12.medium-9 {
    padding-left: 0.5rem;
  }
}

.bgd-alt-stak {
  background: #e1e1e1;
  padding: 20px 0;
}
.bgd-alt-stak p {
  font-size: 1em;
}
.bgd-alt-stak p.lead {
  font-size: 100%;
  line-height: 1.6;
}
@media print, screen and (min-width: 40em) {
  .bgd-alt-stak {
    padding: 41px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .bgd-alt-stak {
    padding: 60px 0;
  }
  .bgd-alt-stak p {
    font-size: 1em;
  }
  .bgd-alt-stak p.lead {
    font-size: 125%;
    line-height: 1.65;
  }
}
/*# sourceMappingURL=app.css.map */
