@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&family=Roboto:wght@400;700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/**
 * Import all front-end CSS partials.
 * 
 * This theme uses postcss-preset-env which allows for future CSS syntax to be used.
 * By default, all features are enabled.
 * https://preset-envdb.org/features
 *
 * Compiles to assets/styles/theme-styles
 */
/* Set project variables such as colors, breakpoints, etc. */
/**
 * Custom Breakpoints
 * 
 * Use: @include breakpoint() {}
 *
 */
p, ul, ol {
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #4E29AA;
}

.button {
  display: inline-block;
  background: #4E29AA;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  border: 0;
  font-size: 1rem;
  line-height: 1;
}
.button.small {
  text-transform: none;
}
.button.grey {
  color: #3f3f3f;
  background: rgba(222, 222, 222, 0.85);
}
.button.outline {
  background: none;
  color: #4E29AA;
  border: 1px solid #4E29AA;
}
.button.outline a {
  color: #4E29AA !important;
}
.button.outline:hover {
  background: #4E29AA;
  color: #fff !important;
}
.button.outline:hover a {
  color: #fff !important;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.jumbo {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
}

.h1, h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.4375rem;
}

.h2, h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.9375rem;
  text-transform: uppercase;
}

.h3, h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.5625rem;
}

.h4, h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-transform: none;
}

ul li {
  line-height: 1.5;
}

.page-title {
  margin-bottom: 4rem;
}

/* WordPress has a lot of necessary default styles.*/
/* These will rarely need to be modified.*/
/**
 * Default WordPress image alignment styles.
 */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/**
 * Default WordPress gallery styles.
 */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
 * Default WordPress media styles.
 */
video, object {
  max-width: 100%;
  height: auto;
}

pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/**
 * Screen Reader Text
 *
 * Hide text from vision that is only useful for screen readers users.
 * https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 *
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * Default WordPress typography styles.
 */
dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@media screen and (min-width: 62em) {
  .archive .inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 62em) {
  .archive .main {
    width: 75%;
    margin-right: 5%;
  }
}
.archive .post-wrapper {
  margin-bottom: 4rem;
}
@media screen and (min-width: 62em) {
  .archive .post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.archive .post-wrapper h2 {
  margin: 0;
}
.archive .post-wrapper .post-image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 315px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 62em) {
  .archive .post-wrapper .post-image-wrapper {
    width: 420px;
    min-width: 420px;
    max-width: 100%;
    height: 315px;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.archive .post-wrapper .post-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.archive-grid .content-box-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a {
  padding: 0.25rem 0.75rem;
  border: 1px solid #4E29AA;
  border-radius: 4px;
  margin: 0.5rem;
}
.pagination span {
  padding: 0.25rem 0.75rem;
  border: 1px solid #5E5E5E;
  border-radius: 4px;
  margin: 0.5rem;
}

.resources-search {
  margin-bottom: 3rem;
}
.resources-search .label {
  font-weight: bold;
}
.resources-search .sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resources-search .sort-wrapper p {
  margin-right: 0.5rem;
}
.resources-search .sort-wrapper select {
  height: 30px;
  padding-right: 2rem;
}
.resources-search .checkbox-wrapper .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resources-search .checkbox-wrapper .options label {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.resources-search .button {
  margin-top: 1rem;
}

/************************************************

Global

Place generic, global styles here. 

*************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #3f3f3f;
}

p {
  color: #3f3f3f;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 90rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.container.no-padding {
  padding: 0;
}

.inner-content {
  margin-bottom: 3rem;
}

main {
  width: 100%;
}

a {
  text-decoration: none;
}
a.back-link {
  text-transform: uppercase;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

.shadow-box {
  text-align: center;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1rem;
}

.no-margin {
  margin: 0;
}

.wp-caption {
  background: unset;
}

.content-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 48em) {
  .content-box-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.content-box-wrapper .content-box {
  margin-bottom: 2rem;
  color: #3f3f3f;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.content-box-wrapper .content-box h3 a {
  color: #3f3f3f;
}
.content-box-wrapper .content-box.color:nth-child(1) a,
.content-box-wrapper .content-box.color:nth-child(1) svg {
  color: #00A94F;
  fill: #00A94F !important;
}
.content-box-wrapper .content-box.color:nth-child(2) a,
.content-box-wrapper .content-box.color:nth-child(2) svg {
  color: #0876B7;
  fill: #0876B7 !important;
}
.content-box-wrapper .content-box.color:nth-child(3) a,
.content-box-wrapper .content-box.color:nth-child(3) svg {
  color: #005E31;
  fill: #005E31 !important;
}
.content-box-wrapper .content-box.color:nth-child(4) a,
.content-box-wrapper .content-box.color:nth-child(4) svg {
  color: #9F3F88;
  fill: #9F3F88 !important;
}
.content-box-wrapper .content-box.color:nth-child(5) a,
.content-box-wrapper .content-box.color:nth-child(5) svg {
  color: #008C95;
  fill: #008C95 !important;
}
.content-box-wrapper .content-box.color:nth-child(6) a,
.content-box-wrapper .content-box.color:nth-child(6) svg {
  color: #D13130;
  fill: #D13130 !important;
}
@media screen and (min-width: 48em) {
  .content-box-wrapper .content-box {
    width: 30%;
    max-width: 30%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.content-box-wrapper .content-box .content-box-image {
  position: relative;
  height: 280px;
}
.content-box-wrapper .content-box .content-box-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.content-box-wrapper .content-box .content-box-image .label {
  position: absolute;
  top: 1rem;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.content-box-wrapper .content-box .content-box-content {
  padding: 1rem;
}
.content-box-wrapper .content-box .content-box-content h3 {
  margin: 0;
}
.content-box-wrapper .content-box p {
  font-size: 1rem;
  line-height: 24px;
}
.content-box-wrapper .content-box .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-right: 1rem;
}
.content-box-wrapper .content-box .arrow svg {
  fill: #3f3f3f;
  height: 40px;
  width: 40px;
}

.footer {
  background: #F3F3F3;
  padding: 5rem 0 5rem;
  text-align: center;
}
@media screen and (min-width: 62em) {
  .footer {
    text-align: left;
  }
}
.footer .copyright {
  text-align: center;
}
.footer .inner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 62em) {
  .footer .inner-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .inner-footer h2 {
  font-size: 1.5625rem;
  margin-top: 0;
}
.footer .inner-footer .footer-logo {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 62em) {
  .footer .inner-footer .footer-logo {
    display: block;
    margin-right: 4rem;
  }
}
.footer .inner-footer nav {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 62em) {
  .footer .inner-footer nav {
    margin-top: 0;
    margin-right: 4rem;
  }
}
.footer .inner-footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 62em) {
  .footer .inner-footer nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .inner-footer nav ul li a {
  display: block;
  margin: 0 0 1rem 0;
  font-weight: bold;
  color: #3f3f3f;
  text-transform: uppercase;
}
.footer .inner-footer nav ul .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .inner-footer nav ul .sub-menu li a {
  font-weight: normal;
  text-transform: none;
}
.footer .inner-footer .contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.social-icons {
  margin-bottom: 2rem;
}
.social-icons svg {
  width: 31px;
  height: 31px;
  margin-right: 0.5rem;
  fill: #4E29AA;
}
.social-icons svg:hover {
  fill: #00A94F;
}

.gform_required_legend {
  font-style: italic;
  margin-bottom: 1.5rem;
}

/**
 * Main navigation styles.
 * 
 */
.header {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.header .main-navigation-wrapper .main-navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  background: #fff;
}
@media screen and (min-width: 62em) {
  .header .main-navigation-wrapper .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: visible;
  }
}
.header .main-navigation-wrapper .main-navigation li {
  font-family: "Oswald", sans-serif;
  list-style: none;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
}
.header .main-navigation-wrapper .main-navigation li.green a {
  color: #00A94F;
}
@media screen and (min-width: 62em) {
  .header .main-navigation-wrapper .main-navigation li {
    font-size: 1.5rem;
  }
}
.header .main-navigation-wrapper .main-navigation li a {
  color: #5E5E5E;
}
@media screen and (min-width: 62em) {
  .header .main-navigation-wrapper .main-navigation li a {
    color: #3f3f3f;
    cursor: pointer;
  }
}
.header .main-navigation-wrapper .main-navigation li a:hover {
  color: #4E29AA;
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > a {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 62em) {
  .header .main-navigation-wrapper .main-navigation > .menu-item-has-children > a:after {
    content: "";
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 0.75rem;
    width: 0.75rem;
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 0.75rem;
    margin-bottom: 0.25rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 0;
  }
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children.open > a {
  color: #4E29AA !important;
  text-decoration: underline;
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu {
  background: #fff;
  padding: 0;
  border-radius: 10px;
}
@media screen and (min-width: 62em) {
  .header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: none;
  }
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  padding: 0;
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu li:hover {
  background: #F3F3F3;
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu li a {
  position: relative;
  color: #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 1rem;
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu li.menu-item-has-children > a {
  cursor: pointer;
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 0.75rem;
  width: 0.75rem;
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  margin-bottom: 0.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
}
@media screen and (min-width: 62em) {
  .header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu li.menu-item-has-children > a:after {
    display: none;
  }
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu img {
  display: none;
  margin-bottom: 1rem;
}
@media screen and (min-width: 62em) {
  .header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu img {
    display: block;
  }
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 62em) {
  .header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu .sub-menu {
    display: block;
  }
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu .sub-menu li {
  text-transform: none;
  font-weight: normal;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 62em) {
  .header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu .sub-menu li {
    padding-left: 0;
  }
}
.header .main-navigation-wrapper .main-navigation > .menu-item-has-children > .sub-menu .open .sub-menu {
  display: block;
}
@media screen and (min-width: 62em) {
  .header .main-navigation-wrapper .main-navigation > .menu-item-has-children.open > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 65px;
    z-index: 9;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}
.header .main-navigation-wrapper .main-navigation button {
  background: transparent;
  border: 0;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 62em) {
  .header-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-top .mobile-menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 62em) {
  .header-top .mobile-menu-icon {
    display: none;
  }
}
.header-top .mobile-menu-icon #mobile-menu-button {
  background-image: url("../../assets/images/mobile-menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  margin-left: 0.5rem;
}
.header-top .mobile-menu-icon #mobile-menu-button.opened {
  background-image: url("../../assets/images/mobile-menu-close.svg");
}

.secondary-navigation-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media screen and (min-width: 62em) {
  .secondary-navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.secondary-navigation-wrapper .search-icon {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
.secondary-navigation-wrapper .search-icon img {
  height: 25px;
}
.secondary-navigation-wrapper .search-form {
  display: none;
}
.secondary-navigation-wrapper .search-form.open {
  display: block;
}
.secondary-navigation-wrapper .search-form #search-field {
  display: none;
  height: 40px;
  width: 175px;
  border: 1px solid #5E5E5E;
  padding: 0.5rem;
  margin-right: 1rem;
}
@media screen and (min-width: 62em) {
  .secondary-navigation-wrapper .search-form #search-field {
    display: block;
    width: 150px;
  }
}
@media screen and (min-width: 62em) {
  .secondary-navigation-wrapper .search-form #search-field {
    width: 300px;
  }
}

.secondary-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 62em) {
  .secondary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.secondary-navigation ul {
  list-style: none;
  padding: 0;
}
.secondary-navigation li {
  list-style: none;
  margin-right: 1rem;
  font-size: 1rem;
}
.secondary-navigation li a {
  color: #3f3f3f;
}
.secondary-navigation li.menu-item-has-children > a {
  cursor: pointer;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 62em) {
  .secondary-navigation li.menu-item-has-children > a:after {
    content: "";
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 0.75rem;
    width: 0.75rem;
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0.25rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 0;
  }
}
.secondary-navigation li.button {
  padding: 0.5rem 1rem;
}
.secondary-navigation li.button a {
  color: #fff;
}
.secondary-navigation .sub-menu {
  display: none;
  background: #fff;
  padding: 1rem;
  position: absolute;
  z-index: 9999;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.secondary-navigation .open .sub-menu {
  display: block;
}
.secondary-navigation .menu-search {
  display: none;
  cursor: pointer;
  background-image: url("../../assets/images/search.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 62em) {
  .secondary-navigation .menu-search {
    display: block;
  }
}

.large-menu {
  display: none;
}
@media screen and (min-width: 62em) {
  .large-menu {
    display: block;
  }
}

.small-menu {
  background: #fff;
  display: none;
  position: fixed;
  overflow: scroll;
  left: 0;
  right: 0;
  bottom: 0;
  top: 155px;
  z-index: 999;
}
@media screen and (min-width: 62em) {
  .small-menu {
    display: none !important;
  }
}
.small-menu .secondary-navigation {
  margin: 2rem 1rem;
  padding-top: 2rem;
  border-top: 1px solid #5E5E5E;
}
.small-menu .secondary-navigation li {
  padding: 0.5rem 0;
}
.small-menu .secondary-navigation .button {
  background: transparent;
}
.small-menu .secondary-navigation .button a {
  color: #3f3f3f;
  text-transform: none;
}
.small-menu.open {
  display: block;
}

.header-search {
  padding: 2rem 0;
  background: #4E29AA;
  color: #fff;
  display: none;
}
.header-search #searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-search #s {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
  /* Optional: Add some space between the input and the button */
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 2rem;
  padding: 0.5rem 0;
}
.header-search #s::-webkit-input-placeholder {
  color: #F3F3F3;
}
.header-search #s::-moz-placeholder {
  color: #F3F3F3;
}
.header-search #s:-ms-input-placeholder {
  color: #F3F3F3;
}
.header-search #s::-ms-input-placeholder {
  color: #F3F3F3;
}
.header-search #s::placeholder {
  color: #F3F3F3;
}
.header-search #searchsubmit {
  width: auto;
  padding: 1rem 2rem;
  background: #fff;
  color: #3f3f3f;
}

.state-map {
  display: none;
  height: 495px;
  width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .state-map {
    display: block;
  }
}

.coordinator-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.coordinator-wrapper .coordinator {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 62em) {
  .coordinator-wrapper .coordinator {
    width: 46%;
    margin-right: 2%;
  }
}
.coordinator-wrapper .coordinator .coordinator-image {
  width: 100%;
  height: 280px;
}
.coordinator-wrapper .coordinator .coordinator-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.coordinator-wrapper .coordinator .title {
  font-weight: 700;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .product-info {
    max-width: 65%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-info .product-links .icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3f3f3f;
  margin-left: 0.5rem;
  margin-top: 1rem;
}
.product-info .product-links .icon-link img {
  height: 1.5rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 48em) {
  .product-info .product-links .icon-link {
    margin-top: 0;
  }
}

.product-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48em) {
  .product-banner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-banner-wrapper .product-banner {
  width: 100%;
  height: 461px;
  background-color: #eee;
}
.product-banner-wrapper .product-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.product-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
@media screen and (min-width: 48em) {
  .product-block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-block-wrapper .product-box {
  margin-bottom: 2rem;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media screen and (min-width: 48em) {
  .product-block-wrapper .product-box {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.product-block-wrapper .product-box .box-text {
  padding: 0.5rem 1rem;
}
.product-block-wrapper .product-box .box-text h3 a {
  color: #3f3f3f;
}
.product-block-wrapper .product-box .grades .button {
  margin-bottom: 0.5rem;
}
.product-block-wrapper .product-box .box-image {
  position: relative;
  width: 100%;
  height: 210px;
}
.product-block-wrapper .product-box .box-image .label {
  position: absolute;
  top: 1rem;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.product-block-wrapper .product-box .box-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48em) {
  .product-tabs-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-tabs-wrapper .product-tabs {
  margin-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-tabs-wrapper .product-tabs .tablist {
  padding: 1rem 0;
  border-bottom: 2px solid rgba(222, 222, 222, 0.85);
  margin-bottom: 2rem;
}
.product-tabs-wrapper .product-tabs .tablist button {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
}
.product-tabs-wrapper .product-tabs .tablist button[aria-selected=true] {
  color: #4E29AA;
  border-bottom: 2px solid #4E29AA;
}
.product-tabs-wrapper .product-tabs .products-activities-filter-form {
  margin-bottom: 2rem;
}
.product-tabs-wrapper .product-tabs .products-activities-filter-form .products-activities-filter-label {
  font-weight: bold;
}
.product-tabs-wrapper .product-tabs .products-activities-filter-form button {
  border: none;
  cursor: pointer;
}
.product-tabs-wrapper .product-tabs .products-activities-filter-form .reset {
  color: #D13130;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: block;
}
.product-tabs-wrapper .product-tabs .products-activities-filter-form .checkbox-wrapper {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1.25rem;
}

.product-sidebar {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .product-sidebar {
    min-width: 30%;
    width: 30%;
    margin-left: 3%;
  }
}
.product-sidebar .button {
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}
.product-sidebar .sidebar-title {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .product-sidebar .supporting-materials {
    margin-top: 5rem;
  }
}
.product-sidebar .product-subjects {
  margin-top: 2rem;
}

.related-products-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.related-products-dropdown p {
  margin: 0;
}
.related-products-dropdown ul {
  list-style: none;
  margin: 0 0 0 0.5rem;
  padding: 0;
}

.related-products-dropdown {
  position: relative;
  margin-top: 1rem;
}
.related-products-dropdown .taxonomy-dropdown {
  display: none;
}
.related-products-dropdown .taxonomy-dropdown.open {
  position: absolute;
  display: block;
  background: #fff;
  padding: 1rem;
  top: 30px;
  right: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.related-products-dropdown .taxonomy-dropdown-open {
  border: 1px solid #F3F3F3;
}

.ee-resources .resource {
  margin-bottom: 2rem;
}
.ee-resources .resource h3 {
  margin: 0;
}

.related-content {
  margin-top: 2rem;
}
.related-content h2 {
  text-align: center;
}

@media screen and (min-width: 48em) {
  .sidebar {
    width: 20%;
    min-width: 20%;
  }
}
.sidebar .widgettitle, .sidebar h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.5625rem;
  text-transform: uppercase;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar .widget {
  margin-bottom: 3rem;
}
.sidebar .widget_recent_entries li, .sidebar .widget_recent_comments li {
  margin-bottom: 0.75rem;
}
.sidebar .widget_recent_entries li a, .sidebar .widget_recent_comments li a {
  font-weight: bold;
}

.latest-resources.widget .resource-link {
  display: block;
  margin-bottom: 1rem;
}

.past-issues li {
  list-style: none;
  padding-bottom: 0.5rem;
}

.banner-post {
  position: relative;
  color: #fff;
  background: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  height: 220px;
}
@media screen and (min-width: 48em) {
  .banner-post {
    height: 500px;
  }
}
.banner-post .banner-content {
  position: relative;
  max-width: 620px;
  z-index: 1;
}
.single-states .banner-post .banner-content {
  max-width: 675px;
}
.banner-post .banner-content h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: none;
}
.banner-post img {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner-post h1, .banner-post p {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.single .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5rem;
}
@media screen and (min-width: 48em) {
  .single .inner-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 48em) {
  .single .inner-content .main {
    width: 75%;
    margin-right: 5%;
  }
}

.products-template-template-supporting-materials .page-title,
.activities-template-template-supporting-materials .page-title {
  margin-bottom: 0.5rem;
}

.template-filter-header {
  text-align: center;
  margin: 30px 0px;
  margin-bottom: 60px;
}

.tf-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5vh 9vw;
}
@media (max-width: 450px) {
  .tf-inner {
    display: block;
  }
}

.archive-filter {
  -webkit-box-flex: 0.24;
      -ms-flex: 0.24;
          flex: 0.24;
  margin-right: 40px;
}

.template-filter-main-body {
  -webkit-box-flex: 0.76;
      -ms-flex: 0.76;
          flex: 0.76;
}

.archive-filter-input {
  width: 100%;
  height: 36px;
  border-radius: 2.5%;
  border: 1px solid #777;
}

.search-accordion input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.medpac-button-reset {
  color: red;
}

.plt-search-button-submit {
  background-color: #4e299a;
  color: white;
  font-size: medium;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 5px;
}

.document-archive-filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.tf-card {
  height: 385px;
  width: 310px;
  margin-left: 15px;
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 450px) {
  .tf-card {
    width: 100%;
    margin-left: 0px;
  }
}

.img-container {
  position: relative;
  width: 100%;
  height: 195px;
}
.img-container .tf-ribbon {
  position: absolute;
  top: 16px;
  left: -5px;
  width: auto;
  padding-left: 50px;
  padding-right: 5px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.75);
  /* Adjust the alpha value (0.7) to control transparency */
  /* Replace with desired color */
  color: #333;
  /* Replace with desired text color */
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}
.img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* or contain, fill, none, scale-down */
}

.tf-card-title {
  max-height: 60px;
  overflow: hidden;
}
.tf-card-title h4 {
  margin: 0;
  padding: 5px 8px;
}
.tf-card-title h4 a {
  color: #333;
}

.tf-card-excerpt {
  max-height: 90px;
  padding: 3px;
  overflow: hidden;
  margin: 0px;
  padding: 5px 8px;
}
.tf-card-excerpt p {
  margin: 0px;
}

.tf-card-categories {
  padding: 20px 8px;
  max-height: 35px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  background-color: white;
}
.tf-card-categories .tf-terms {
  background-color: #e3e3e3;
  color: #545454;
  padding: 6px 9px;
  border-radius: 4px;
  margin: 3px;
}

.tf-bottom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 100px;
}
@media (max-width: 450px) {
  .tf-bottom-buttons {
    display: block;
    text-align: center;
  }
}

.tf-top-button {
  padding: 5px 10px;
  background-color: #4e299a;
  justify-self: right;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: large;
  margin-left: 300px;
}

#selected-checkboxes-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#selected-checkboxes-test li {
  background-color: #dedede;
  padding: 8px 8px;
  border-radius: 4px;
  list-style: none;
  margin: 0px 10px;
}
#selected-checkboxes-test li .remove-checkbox {
  margin-left: 5px;
  background: red;
  padding: 0.5px 5px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #dedede;
  height: 5px;
  width: 5px;
  background-position: center;
}

.fa-angle-up {
  font-size: 15px;
}

.page-template-template-filter .archive-filter-form .search-accordion {
  margin: 15px 0;
}
.page-template-template-filter .archive-filter-form .search-accordion h4 {
  margin: unset;
  padding: unset;
  cursor: pointer;
}
.page-template-template-filter .archive-filter-form .search-accordion .search-accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.partial-horizontal.archive-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .partial-horizontal.archive-filter-form {
    display: block;
  }
}
.partial-horizontal.archive-filter-form input, .partial-horizontal.archive-filter-form select {
  width: 90%;
  height: 36px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .partial-horizontal.archive-filter-form input, .partial-horizontal.archive-filter-form select {
    width: 100%;
    margin-bottom: 12px;
  }
}
.partial-horizontal.archive-filter-form .search-accordion-content {
  display: block;
}

.featured-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.cta-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: lightcoral;
  color: #fff;
  height: 600px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.cta-banner h2 {
  margin: 0;
  text-shadow: 2px 2px 2px rgba(63, 63, 63, 0.4);
}
.cta-banner .banner-content {
  position: relative;
  z-index: 1;
}
.cta-banner .banner-content .button {
  background: #D13130;
  margin-top: 3rem;
}
.cta-banner .banner-content .h3 {
  max-width: 940px;
  line-height: 1.52;
}
.cta-banner img {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.latest-resources {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.latest-resources .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.latest-resources .intro p {
  max-width: 800px;
}
.latest-resources .content-box-wrapper {
  margin-top: 2rem;
}
.latest-resources .content-box {
  border-width: 1px 1px 1px 1px;
  border-color: #a0a0a0;
  border-style: solid;
  -webkit-box-shadow: 4px 4px 4px 3px #e8e8e8;
          box-shadow: 4px 4px 4px 3px #e8e8e8;
}

.cta-email {
  background: #FAE7C7;
  padding: 3rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cta-email .cta-content {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .cta-email .gform_fields {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 60% !important;
  }
}
.cta-email .gform_fields input {
  height: 40px;
}
.cta-email .gform_fields .gfield--width-full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cta-email .gform_fields .gfield_html_formatted {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.social {
  text-align: center;
  padding: 3rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/**
 * Default WordPress image alignment styles.
 */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/**
 * Default WordPress gallery styles.
 */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
 * Default WordPress media styles.
 */
video, object {
  max-width: 100%;
  height: auto;
}

pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/**
 * Screen Reader Text
 *
 * Hide text from vision that is only useful for screen readers users.
 * https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 *
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * Default WordPress typography styles.
 */
dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.accordion {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.accordion .accordion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.accordion .accordion-item .accordion-content {
  display: none;
}
.accordion .accordion-item .h2 {
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
}
.accordion .accordion-item button {
  position: relative;
  cursor: pointer;
  background: none;
  width: 100%;
  text-align: left;
  border: none;
  padding: 1.5rem 1rem;
}
.accordion .accordion-item button:after {
  color: #00A94F;
  position: absolute;
  right: 2rem;
  content: "+";
  font-size: 3.75rem;
  display: inline-block;
  margin-left: 0.5rem;
  top: -2px;
  line-height: 1;
}
.accordion .accordion-item.open-accordion {
  border: 1px solid #00A94F;
  background: #E1F0D1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-item.open-accordion .accordion-content {
  display: block;
  border-top: 0px;
  padding: 0px 18px;
}
.accordion .accordion-item.open-accordion button:after {
  content: "-";
  top: -6px;
}

.call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 3rem 2rem;
  margin-top: 2rem;
  background-color: #FAE7C7;
}
.call-to-action h2 {
  margin-bottom: 0;
}
.call-to-action p {
  max-width: 940px;
  margin: 1rem auto;
}
.call-to-action .button {
  background-color: #4E29AA;
  margin-top: 1rem;
}
.call-to-action.with-image {
  height: 500px;
  color: #fff;
}
.call-to-action.with-image p {
  color: #fff;
}
@media screen and (min-width: 48em) {
  .call-to-action.with-image {
    height: 800px;
  }
}
.call-to-action.gold {
  background-color: #FAE7C7;
}
.call-to-action.purple {
  background-color: #F2EBFA;
}
.call-to-action.green {
  background-color: #E1F0D1;
}
.call-to-action.blue {
  background-color: #E5F2F9;
}
@media screen and (min-width: 48em) {
  .call-to-action .gform_fields {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}
.call-to-action .gform_fields input {
  height: 40px;
}
.call-to-action .gform_fields .gfield--width-full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.call-to-action .gform_fields .gfield_html_formatted {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.call-to-action .gform_fields .gfield_label {
  color: #fff;
}

.column-highlights {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.column-highlights h2 {
  text-align: center;
}
.column-highlights .column-highlight-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column-highlights .column-highlight-wrapper .highlight {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .column-highlights .column-highlight-wrapper .highlight {
    text-align: center;
    width: 30%;
  }
}

.featured-products-activities {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.featured-products-activities .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.featured-products-activities .intro p {
  max-width: 800px;
}
.featured-products-activities .content-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 48em) {
  .featured-products-activities .content-box-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.featured-products-activities .content-box-wrapper .content-box {
  margin-bottom: 2rem;
  color: #3f3f3f;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.featured-products-activities .content-box-wrapper .content-box h3 a {
  color: #3f3f3f;
}
.featured-products-activities .content-box-wrapper .content-box a {
  color: #3f3f3f;
}
@media screen and (min-width: 48em) {
  .featured-products-activities .content-box-wrapper .content-box {
    width: 48%;
    max-width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (min-width: 62em) {
  .featured-products-activities .content-box-wrapper .content-box {
    width: 23%;
    max-width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.featured-products-activities .content-box-wrapper .content-box p {
  font-size: 1rem;
  line-height: 24px;
}

.hero-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  height: 600px;
}
.hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-video .overlay-text {
  position: relative;
  z-index: 2;
  max-width: 940px;
  background: rgba(0, 0, 0, 0.3);
  padding: 2rem;
  text-align: center;
}
.hero-video .overlay-text h1, .hero-video .overlay-text h2, .hero-video .overlay-text h3, .hero-video .overlay-text p {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hero-video .overlay-text .banner-buttons {
  margin-top: 3rem;
}
.hero-video #videoControl {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.link-boxes {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.link-boxes h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.link-boxes .link-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48em) {
  .link-boxes .link-box-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.link-boxes .link-box-wrapper .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4E29AA;
  color: #fff;
  height: 13.125rem;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 48em) {
  .link-boxes .link-box-wrapper .link-box {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .link-boxes .link-box-wrapper .link-box:last-child {
    margin-right: 0;
  }
}

.logo-slider-wrapper {
  overflow: hidden;
  padding: 5rem 0;
}
.logo-slider-wrapper h2 {
  margin: 0;
  color: #3f3f3f;
}
.logo-slider-wrapper.with-image {
  height: auto !important;
}
.logo-slider-wrapper .swiper-logos {
  position: relative;
}
.logo-slider-wrapper .swiper-logos .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-slider-wrapper .swiper-logos .swiper-slide {
  width: 45%;
  margin-right: 1rem;
}
@media screen and (min-width: 48em) {
  .logo-slider-wrapper .swiper-logos .swiper-slide {
    width: 15%;
  }
}
.logo-slider-wrapper .swiper-logos .swiper-button {
  position: absolute;
}
.logo-slider-wrapper .swiper-logos .swiper-button.swiper-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 1rem;
}
.logo-slider-wrapper .swiper-logos .swiper-button.swiper-next {
  right: 1rem;
}

.map-with-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-with-links td {
  float: left;
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (min-width: 48em) {
  .map-with-links td {
    float: none;
    width: auto;
  }
}
.map-with-links td a {
  color: #3f3f3f;
  font-weight: bold;
}

.resource-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 62em) {
  .resource-page-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.resource-page-wrapper .resource-sidebar h2 {
  margin-top: 0;
}
.resource-page-wrapper .resource-sidebar .sidebar-widget {
  margin-bottom: 2rem;
}

@media screen and (min-width: 62em) {
  .resources-wrapper {
    width: 70%;
    margin-right: 5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.resources-wrapper .resource {
  margin-bottom: 4rem;
}
@media screen and (min-width: 48em) {
  .resources-wrapper .resource.even .resource-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .resources-wrapper .resource .resource-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.resources-wrapper .resource .resource-content .resource-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 300px;
  width: 400px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .resources-wrapper .resource .resource-content .resource-image {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.resources-wrapper .resource .resource-content .resource-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.resources-wrapper .resource .resource-content .resource-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.resources-wrapper .resource .resource-content .resource-text .byline {
  margin: 0;
}
.resources-wrapper .resource .resource-content .resource-text h3 {
  margin-top: 0;
}

.side-by-side {
  padding: 5rem 0;
}
.side-by-side .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 48em) {
  .side-by-side .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 48em) {
  .side-by-side .image, .side-by-side .text {
    width: 48%;
  }
}
.side-by-side .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
.side-by-side .text h1 {
  font-size: 3rem;
}
.side-by-side .text p {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 48em) {
  .side-by-side .text p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .side-by-side.image-right .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 2rem;
  }
}

.banner-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  margin-bottom: 3rem;
  height: auto;
  padding: 2rem 0;
  background: linear-gradient(127deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)) !important;
}
@media screen and (min-width: 48em) {
  .banner-homepage {
    height: 600px;
  }
}
.banner-homepage .banner-content {
  position: relative;
  z-index: 1;
}
.banner-homepage .banner-content h1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.banner-homepage .banner-content .banner-buttons {
  margin-top: 5rem;
}
.banner-homepage .background-slideshow {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.banner-homepage .background-slideshow img {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner-homepage .h3 {
  text-transform: none;
  text-shadow: 1px 1px 15px black;
}

.stat-wrapper {
  padding: 8rem 0;
}
.stat-wrapper.with-image {
  height: auto !important;
}
.stat-wrapper .stat-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48em) {
  .stat-wrapper .stat-block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stat-wrapper .stat-block-wrapper .stat-block {
  text-align: center;
  margin-bottom: 2rem;
  color: #3f3f3f;
}
@media screen and (min-width: 48em) {
  .stat-wrapper .stat-block-wrapper .stat-block {
    margin-bottom: 0;
  }
}
.stat-wrapper .stat-block-wrapper .stat-block .stat-title {
  text-transform: uppercase;
  margin: 0;
  color: #3f3f3f !important;
}
.stat-wrapper .stat-block-wrapper .stat-block .stat-number {
  margin: 0 0 1rem 0;
}

.team-members {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.team-members h2 {
  text-align: center;
}
.team-members .team-members-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team-members .team-members-wrapper .team-member {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .team-members .team-members-wrapper .team-member {
    width: 30%;
  }
}
.team-members .team-members-wrapper .team-member h3 {
  margin-bottom: 0;
}
.team-members .team-members-wrapper .team-member .title {
  text-transform: uppercase;
}

.testimonials {
  background-color: #E5F2F9;
  padding: 2rem 0;
  text-align: center;
}
.testimonials .testimonial-wrapper {
  text-align: center;
}
@media screen and (min-width: 62em) {
  .testimonials .testimonial-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.testimonials .testimonial {
  margin: 1rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 62em) {
  .testimonials .testimonial {
    width: 30%;
  }
}
.testimonials .testimonial .quote {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.testimonials .testimonial .organization {
  font-weight: bold;
  margin: 0;
}
.testimonials .testimonial .h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}

/*# sourceMappingURL=theme-styles.css.map*/