/*! 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.
 */

/**
 * 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.
 */

/**
 * 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,
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.
 */

/**
 * 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.
 */

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

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 * to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

h1{
  margin-bottom: 0.75rem
}

h2{
  margin-bottom: 0.75rem
}

h3{
  margin-bottom: 0.75rem
}

p{
  margin-bottom: 0.75rem
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1365px) {
  .container {
    max-width: 1365px;
  }
}

@media (min-width: 1610px) {
  .container {
    max-width: 1610px;
  }
}

.appearance-none {
  appearance: none;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-gray-200 {
  background-color: #edf2f7;
}

.bg-gray-400 {
  background-color: #cbd5e0;
}

.bg-gray-500 {
  background-color: #a0aec0;
}

.bg-gray-600 {
  background-color: #718096;
}

.bg-gray-800 {
  background-color: #2d3748;
}

.bg-blue-900 {
  background-color: #2a4365;
}

.hover\:bg-blue-500:hover {
  background-color: #4299e1;
}

.focus\:bg-white:focus {
  background-color: #fff;
}

.border-black {
  border-color: #000;
}

.border-white {
  border-color: #fff;
}

.border-gray-200 {
  border-color: #edf2f7;
}

.border-gray-300 {
  border-color: #e2e8f0;
}

.border-gray-600 {
  border-color: #718096;
}

.border-red-500 {
  border-color: #f56565;
}

.border-blue-500 {
  border-color: #4299e1;
}

.focus\:border-gray-500:focus {
  border-color: #a0aec0;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-0 {
  border-width: 0;
}

.border {
  border-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-full {
  height: 100%;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.list-none {
  list-style-type: none;
}

.m-0 {
  margin: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.min-w-full {
  min-width: 100%;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

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

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

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

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

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-500 {
  color: #a0aec0;
}

.text-gray-600 {
  color: #718096;
}

.text-gray-700 {
  color: #4a5568;
}

.text-gray-900 {
  color: #1a202c;
}

.hover\:text-white:hover {
  color: #fff;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.align-middle {
  vertical-align: middle;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-6 {
  width: 1.5rem;
}

.w-10 {
  width: 2.5rem;
}

.w-24 {
  width: 6rem;
}

.w-auto {
  width: auto;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.z-0 {
  z-index: 0;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html{
  box-sizing:border-box;
  -ms-overflow-style:scrollbar
}

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

.container{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}

@media (min-width: 640px){
  .container{
    max-width:640px
  }
}

@media (min-width: 768px){
  .container{
    max-width:768px
  }
}

@media (min-width: 992px){
  .container{
    max-width:992px
  }
}

@media (min-width: 1280px){
  .container{
    max-width:1280px
  }
}

.container-fluid{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}

.row{
  display:flex;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}

.col-1,.col-4,.col-6,.col-7,.col-8,.col-9,.col-12,.col-sm-3,.col-sm-6,.col-sm-9,.col-md-3,.col-md-5,.col-md-6,.col-md-7,.col-md-9,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-6,.col-xl-8,.col-xl-9{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px
}

.col-1{
  flex:0 0 8.33333%;
  max-width:8.33333%
}

.col-4{
  flex:0 0 33.33333%;
  max-width:33.33333%
}

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

.col-7{
  flex:0 0 58.33333%;
  max-width:58.33333%
}

.col-8{
  flex:0 0 66.66667%;
  max-width:66.66667%
}

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

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

.order-1{
  order:1
}

.order-2{
  order:2
}

.offset-1{
  margin-left:8.33333%
}

.offset-2{
  margin-left:16.66667%
}

@media (min-width: 640px){

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

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

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

@media (min-width: 768px){

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

  .col-md-5{
    flex:0 0 41.66667%;
    max-width:41.66667%
  }

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

  .col-md-7{
    flex:0 0 58.33333%;
    max-width:58.33333%
  }

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

@media (min-width: 992px){

  .col-lg-2{
    flex:0 0 16.66667%;
    max-width:16.66667%
  }

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

  .col-lg-4{
    flex:0 0 33.33333%;
    max-width:33.33333%
  }

  .col-lg-5{
    flex:0 0 41.66667%;
    max-width:41.66667%
  }

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

  .col-lg-7{
    flex:0 0 58.33333%;
    max-width:58.33333%
  }

  .col-lg-8{
    flex:0 0 66.66667%;
    max-width:66.66667%
  }

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

  .offset-lg-1{
    margin-left:8.33333%
  }

  .offset-lg-2{
    margin-left:16.66667%
  }
}

@media (min-width: 1280px){

  .col-xl-2{
    flex:0 0 16.66667%;
    max-width:16.66667%
  }

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

  .col-xl-4{
    flex:0 0 33.33333%;
    max-width:33.33333%
  }

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

  .col-xl-8{
    flex:0 0 66.66667%;
    max-width:66.66667%
  }

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

.d-none{
  display:none !important
}

.d-inline{
  display:inline !important
}

.d-inline-block{
  display:inline-block !important
}

.d-block{
  display:block !important
}

.d-flex{
  display:flex !important
}

.d-inline-flex{
  display:inline-flex !important
}

@media (min-width: 640px){
  .d-sm-none{
    display:none !important
  }

  .d-sm-block{
    display:block !important
  }
}

@media (min-width: 768px){
  .d-md-none{
    display:none !important
  }

  .d-md-block{
    display:block !important
  }

  .d-md-flex{
    display:flex !important
  }
}

@media (min-width: 992px){
  .d-lg-none{
    display:none !important
  }

  .d-lg-block{
    display:block !important
  }

  .d-lg-flex{
    display:flex !important
  }
}

@media (min-width: 1280px){
  .d-xl-none{
    display:none !important
  }

  .d-xl-flex{
    display:flex !important
  }
}

.flex-row{
  flex-direction:row !important
}

.flex-column{
  flex-direction:column !important
}

.flex-wrap{
  flex-wrap:wrap !important
}

.flex-grow-1{
  flex-grow:1 !important
}

.justify-content-center{
  justify-content:center !important
}

.align-items-start{
  align-items:flex-start !important
}

.align-items-center{
  align-items:center !important
}

.align-self-start{
  align-self:flex-start !important
}

@media (min-width: 768px){

  .align-items-md-start{
    align-items:flex-start !important
  }
}

.m-0{
  margin:0 !important
}

.mt-0,.my-0{
  margin-top:0 !important
}

.mx-0{
  margin-right:0 !important
}

.mb-0,.my-0{
  margin-bottom:0 !important
}

.mx-0{
  margin-left:0 !important
}

.my-1{
  margin-top:.25rem !important
}

.mb-1,.my-1{
  margin-bottom:.25rem !important
}

.mt-2,.my-2{
  margin-top:.5rem !important
}

.mr-2,.mx-2{
  margin-right:.5rem !important
}

.mb-2,.my-2{
  margin-bottom:.5rem !important
}

.mx-2{
  margin-left:.5rem !important
}

.mt-3,.my-3{
  margin-top:1rem !important
}

.mr-3,.mx-3{
  margin-right:1rem !important
}

.mb-3,.my-3{
  margin-bottom:1rem !important
}

.ml-3,.mx-3{
  margin-left:1rem !important
}

.mt-4,.my-4{
  margin-top:1.5rem !important
}

.mr-4{
  margin-right:1.5rem !important
}

.mb-4,.my-4{
  margin-bottom:1.5rem !important
}

.mt-5,.my-5{
  margin-top:3rem !important
}

.mr-5{
  margin-right:3rem !important
}

.mb-5,.my-5{
  margin-bottom:3rem !important
}

.p-0{
  padding:0 !important
}

.pt-0,.py-0{
  padding-top:0 !important
}

.pr-0,.px-0{
  padding-right:0 !important
}

.pb-0,.py-0{
  padding-bottom:0 !important
}

.pl-0,.px-0{
  padding-left:0 !important
}

.p-1{
  padding:.25rem !important
}

.px-1{
  padding-right:.25rem !important
}

.pb-1{
  padding-bottom:.25rem !important
}

.pl-1,.px-1{
  padding-left:.25rem !important
}

.p-2{
  padding:.5rem !important
}

.pt-2,.py-2{
  padding-top:.5rem !important
}

.px-2{
  padding-right:.5rem !important
}

.pb-2,.py-2{
  padding-bottom:.5rem !important
}

.pl-2,.px-2{
  padding-left:.5rem !important
}

.p-3{
  padding:1rem !important
}

.pt-3,.py-3{
  padding-top:1rem !important
}

.px-3{
  padding-right:1rem !important
}

.pb-3,.py-3{
  padding-bottom:1rem !important
}

.pl-3,.px-3{
  padding-left:1rem !important
}

.p-4{
  padding:1.5rem !important
}

.pt-4,.py-4{
  padding-top:1.5rem !important
}

.pr-4,.px-4{
  padding-right:1.5rem !important
}

.pb-4,.py-4{
  padding-bottom:1.5rem !important
}

.pl-4,.px-4{
  padding-left:1.5rem !important
}

.p-5{
  padding:3rem !important
}

.pt-5,.py-5{
  padding-top:3rem !important
}

.pr-5,.px-5{
  padding-right:3rem !important
}

.pb-5,.py-5{
  padding-bottom:3rem !important
}

.pl-5,.px-5{
  padding-left:3rem !important
}

.mt-auto{
  margin-top:auto !important
}

.mr-auto,.mx-auto{
  margin-right:auto !important
}

.ml-auto,.mx-auto{
  margin-left:auto !important
}

@media (min-width: 640px){

  .py-sm-0{
    padding-top:0 !important
  }

  .py-sm-0{
    padding-bottom:0 !important
  }

  .px-sm-3{
    padding-right:1rem !important
  }

  .px-sm-3{
    padding-left:1rem !important
  }

  .py-sm-5{
    padding-top:3rem !important
  }

  .pr-sm-5{
    padding-right:3rem !important
  }

  .py-sm-5{
    padding-bottom:3rem !important
  }
}

@media (min-width: 768px){

  .mt-md-0{
    margin-top:0 !important
  }

  .mb-md-0{
    margin-bottom:0 !important
  }

  .ml-md-0{
    margin-left:0 !important
  }

  .mt-md-1{
    margin-top:.25rem !important
  }

  .mb-md-1{
    margin-bottom:.25rem !important
  }

  .ml-md-1{
    margin-left:.25rem !important
  }

  .mb-md-2{
    margin-bottom:.5rem !important
  }

  .mb-md-3{
    margin-bottom:1rem !important
  }

  .my-md-4{
    margin-top:1.5rem !important
  }

  .my-md-4{
    margin-bottom:1.5rem !important
  }

  .mb-md-5{
    margin-bottom:3rem !important
  }

  .pb-md-3{
    padding-bottom:1rem !important
  }

  .pt-md-4{
    padding-top:1.5rem !important
  }

  .pl-md-4{
    padding-left:1.5rem !important
  }

  .px-md-5{
    padding-right:3rem !important
  }

  .px-md-5{
    padding-left:3rem !important
  }

  .mt-md-auto{
    margin-top:auto !important
  }

  .mr-md-auto{
    margin-right:auto !important
  }

  .ml-md-auto{
    margin-left:auto !important
  }
}

@media (min-width: 992px){

  .mt-lg-0{
    margin-top:0 !important
  }

  .mr-lg-0{
    margin-right:0 !important
  }

  .mb-lg-0{
    margin-bottom:0 !important
  }

  .ml-lg-0{
    margin-left:0 !important
  }

  .mr-lg-2{
    margin-right:.5rem !important
  }

  .mt-lg-3{
    margin-top:1rem !important
  }

  .mr-lg-3{
    margin-right:1rem !important
  }

  .mb-lg-3{
    margin-bottom:1rem !important
  }

  .ml-lg-3{
    margin-left:1rem !important
  }

  .mt-lg-4,.my-lg-4{
    margin-top:1.5rem !important
  }

  .mb-lg-4,.my-lg-4{
    margin-bottom:1.5rem !important
  }

  .mt-lg-5,.my-lg-5{
    margin-top:3rem !important
  }

  .mb-lg-5,.my-lg-5{
    margin-bottom:3rem !important
  }

  .py-lg-0{
    padding-top:0 !important
  }

  .px-lg-0{
    padding-right:0 !important
  }

  .py-lg-0{
    padding-bottom:0 !important
  }

  .pl-lg-0,.px-lg-0{
    padding-left:0 !important
  }

  .p-lg-3{
    padding:1rem !important
  }

  .pt-lg-4{
    padding-top:1.5rem !important
  }

  .px-lg-4{
    padding-right:1.5rem !important
  }

  .px-lg-4{
    padding-left:1.5rem !important
  }

  .p-lg-5{
    padding:3rem !important
  }

  .pt-lg-5,.py-lg-5{
    padding-top:3rem !important
  }

  .pr-lg-5,.px-lg-5{
    padding-right:3rem !important
  }

  .pb-lg-5,.py-lg-5{
    padding-bottom:3rem !important
  }

  .pl-lg-5,.px-lg-5{
    padding-left:3rem !important
  }

  .mr-lg-auto{
    margin-right:auto !important
  }
}

@media (min-width: 1280px){

  .mb-xl-0{
    margin-bottom:0 !important
  }

  .mb-xl-3{
    margin-bottom:1rem !important
  }

  .mb-xl-4{
    margin-bottom:1.5rem !important
  }

  .mb-xl-5{
    margin-bottom:3rem !important
  }

  .pr-xl-0{
    padding-right:0 !important
  }

  .pl-xl-0{
    padding-left:0 !important
  }

  .px-xl-2{
    padding-right:.5rem !important
  }

  .px-xl-2{
    padding-left:.5rem !important
  }

  .pl-xl-3{
    padding-left:1rem !important
  }

  .px-xl-4{
    padding-right:1.5rem !important
  }

  .pl-xl-4,.px-xl-4{
    padding-left:1.5rem !important
  }

  .px-xl-5{
    padding-right:3rem !important
  }

  .px-xl-5{
    padding-left:3rem !important
  }
}

.text-left{
  text-align:left !important
}

.text-center{
  text-align:center !important
}

@media (min-width: 640px){

  .text-sm-right{
    text-align:right !important
  }
}

@media (min-width: 992px){
  .text-lg-left{
    text-align:left !important
  }

  .text-lg-center{
    text-align:center !important
  }
}

.text-white{
  color:#fff !important
}

.text-primary{
  color:#004270 !important
}

a.text-primary:hover,a.text-primary:focus{
  color:#001524 !important
}

.w-50{
  width:50% !important
}

.w-75{
  width:75% !important
}

.w-100{
  width:100% !important
}

.w-auto{
  width:auto !important
}

.h-100{
  height:100% !important
}

.visible{
  visibility:visible !important
}

.invisible{
  visibility:hidden !important
}

[data-sal]{
  transition-duration:.2s;
  transition-duration:var(--sal-duration, 0.2s);
  transition-delay:0s;
  transition-delay:var(--sal-delay, 0s);
  transition-timing-function:ease;
  transition-timing-function:var(--sal-easing, ease)
}

[data-sal][data-sal-duration="200"]{
  transition-duration:.2s
}

[data-sal][data-sal-duration="250"]{
  transition-duration:.25s
}

[data-sal][data-sal-duration="300"]{
  transition-duration:.3s
}

[data-sal][data-sal-duration="350"]{
  transition-duration:.35s
}

[data-sal][data-sal-duration="400"]{
  transition-duration:.4s
}

[data-sal][data-sal-duration="450"]{
  transition-duration:.45s
}

[data-sal][data-sal-duration="500"]{
  transition-duration:.5s
}

[data-sal][data-sal-duration="550"]{
  transition-duration:.55s
}

[data-sal][data-sal-duration="600"]{
  transition-duration:.6s
}

[data-sal][data-sal-duration="650"]{
  transition-duration:.65s
}

[data-sal][data-sal-duration="700"]{
  transition-duration:.7s
}

[data-sal][data-sal-duration="750"]{
  transition-duration:.75s
}

[data-sal][data-sal-duration="800"]{
  transition-duration:.8s
}

[data-sal][data-sal-duration="850"]{
  transition-duration:.85s
}

[data-sal][data-sal-duration="900"]{
  transition-duration:.9s
}

[data-sal][data-sal-duration="950"]{
  transition-duration:.95s
}

[data-sal][data-sal-duration="1000"]{
  transition-duration:1s
}

[data-sal][data-sal-duration="1050"]{
  transition-duration:1.05s
}

[data-sal][data-sal-duration="1100"]{
  transition-duration:1.1s
}

[data-sal][data-sal-duration="1150"]{
  transition-duration:1.15s
}

[data-sal][data-sal-duration="1200"]{
  transition-duration:1.2s
}

[data-sal][data-sal-duration="1250"]{
  transition-duration:1.25s
}

[data-sal][data-sal-duration="1300"]{
  transition-duration:1.3s
}

[data-sal][data-sal-duration="1350"]{
  transition-duration:1.35s
}

[data-sal][data-sal-duration="1400"]{
  transition-duration:1.4s
}

[data-sal][data-sal-duration="1450"]{
  transition-duration:1.45s
}

[data-sal][data-sal-duration="1500"]{
  transition-duration:1.5s
}

[data-sal][data-sal-duration="1550"]{
  transition-duration:1.55s
}

[data-sal][data-sal-duration="1600"]{
  transition-duration:1.6s
}

[data-sal][data-sal-duration="1650"]{
  transition-duration:1.65s
}

[data-sal][data-sal-duration="1700"]{
  transition-duration:1.7s
}

[data-sal][data-sal-duration="1750"]{
  transition-duration:1.75s
}

[data-sal][data-sal-duration="1800"]{
  transition-duration:1.8s
}

[data-sal][data-sal-duration="1850"]{
  transition-duration:1.85s
}

[data-sal][data-sal-duration="1900"]{
  transition-duration:1.9s
}

[data-sal][data-sal-duration="1950"]{
  transition-duration:1.95s
}

[data-sal][data-sal-duration="2000"]{
  transition-duration:2s
}

[data-sal][data-sal-delay="50"]{
  transition-delay:.05s
}

[data-sal][data-sal-delay="100"]{
  transition-delay:.1s
}

[data-sal][data-sal-delay="150"]{
  transition-delay:.15s
}

[data-sal][data-sal-delay="200"]{
  transition-delay:.2s
}

[data-sal][data-sal-delay="250"]{
  transition-delay:.25s
}

[data-sal][data-sal-delay="300"]{
  transition-delay:.3s
}

[data-sal][data-sal-delay="350"]{
  transition-delay:.35s
}

[data-sal][data-sal-delay="400"]{
  transition-delay:.4s
}

[data-sal][data-sal-delay="450"]{
  transition-delay:.45s
}

[data-sal][data-sal-delay="500"]{
  transition-delay:.5s
}

[data-sal][data-sal-delay="550"]{
  transition-delay:.55s
}

[data-sal][data-sal-delay="600"]{
  transition-delay:.6s
}

[data-sal][data-sal-delay="650"]{
  transition-delay:.65s
}

[data-sal][data-sal-delay="700"]{
  transition-delay:.7s
}

[data-sal][data-sal-delay="750"]{
  transition-delay:.75s
}

[data-sal][data-sal-delay="800"]{
  transition-delay:.8s
}

[data-sal][data-sal-delay="850"]{
  transition-delay:.85s
}

[data-sal][data-sal-delay="900"]{
  transition-delay:.9s
}

[data-sal][data-sal-delay="950"]{
  transition-delay:.95s
}

[data-sal][data-sal-delay="1000"]{
  transition-delay:1s
}

[data-sal][data-sal-easing=linear]{
  transition-timing-function:linear
}

[data-sal][data-sal-easing=ease]{
  transition-timing-function:ease
}

[data-sal][data-sal-easing=ease-in]{
  transition-timing-function:ease-in
}

[data-sal][data-sal-easing=ease-out]{
  transition-timing-function:ease-out
}

[data-sal][data-sal-easing=ease-in-out]{
  transition-timing-function:ease-in-out
}

[data-sal][data-sal-easing=ease-in-cubic]{
  transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

[data-sal][data-sal-easing=ease-out-cubic]{
  transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}

[data-sal][data-sal-easing=ease-in-out-cubic]{
  transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1)
}

[data-sal][data-sal-easing=ease-in-circ]{
  transition-timing-function:cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

[data-sal][data-sal-easing=ease-out-circ]{
  transition-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1)
}

[data-sal][data-sal-easing=ease-in-out-circ]{
  transition-timing-function:cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

[data-sal][data-sal-easing=ease-in-expo]{
  transition-timing-function:cubic-bezier(0.95, 0.05, 0.795, 0.035)
}

[data-sal][data-sal-easing=ease-out-expo]{
  transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)
}

[data-sal][data-sal-easing=ease-in-out-expo]{
  transition-timing-function:cubic-bezier(1, 0, 0, 1)
}

[data-sal][data-sal-easing=ease-in-quad]{
  transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-sal][data-sal-easing=ease-out-quad]{
  transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-sal][data-sal-easing=ease-in-out-quad]{
  transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-sal][data-sal-easing=ease-in-quart]{
  transition-timing-function:cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

[data-sal][data-sal-easing=ease-out-quart]{
  transition-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1)
}

[data-sal][data-sal-easing=ease-in-out-quart]{
  transition-timing-function:cubic-bezier(0.77, 0, 0.175, 1)
}

[data-sal][data-sal-easing=ease-in-quint]{
  transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

[data-sal][data-sal-easing=ease-out-quint]{
  transition-timing-function:cubic-bezier(0.23, 1, 0.32, 1)
}

[data-sal][data-sal-easing=ease-in-out-quint]{
  transition-timing-function:cubic-bezier(0.86, 0, 0.07, 1)
}

[data-sal][data-sal-easing=ease-in-sine]{
  transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-sal][data-sal-easing=ease-out-sine]{
  transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-sal][data-sal-easing=ease-in-out-sine]{
  transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-sal][data-sal-easing=ease-in-back]{
  transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-sal][data-sal-easing=ease-out-back]{
  transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-sal][data-sal-easing=ease-in-out-back]{
  transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-sal|=fade]{
  opacity:0;
  transition-property:opacity
}

[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{
  opacity:1
}

[data-sal|=slide]{
  opacity:0;
  transition-property:opacity,transform
}

[data-sal=slide-up]{
  transform:translateY(20%)
}

[data-sal=slide-down]{
  transform:translateY(-20%)
}

[data-sal=slide-left]{
  transform:translateX(20%)
}

[data-sal=slide-right]{
  transform:translateX(-20%)
}

[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{
  opacity:1;
  transform:none
}

[data-sal|=zoom]{
  opacity:0;
  transition-property:opacity,transform
}

[data-sal=zoom-in]{
  transform:scale(0.5)
}

[data-sal=zoom-out]{
  transform:scale(1.1)
}

[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{
  opacity:1;
  transform:none
}

[data-sal|=flip]{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transition-property:transform
}

[data-sal=flip-left]{
  transform:perspective(2000px) rotateY(-91deg)
}

[data-sal=flip-right]{
  transform:perspective(2000px) rotateY(91deg)
}

[data-sal=flip-up]{
  transform:perspective(2000px) rotateX(-91deg)
}

[data-sal=flip-down]{
  transform:perspective(2000px) rotateX(91deg)
}

[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{
  transform:none
}

.sans{
  font-family:"GT-America Regular",sans-serif
}

.sans-medium{
  font-family:"GT-America Medium",sans-serif
}

.sans-bold{
  font-family:"GT-America Bold",sans-serif
}

.sans-italic{
  font-family:"GT-America Regular Italic",sans-serif
}

.serif{
  font-family:"Lora",serif
}

.serif-italic{
  font-family:"Lora Italic","Lora",serif
}

.uppercase{
  text-transform:uppercase
}

.letter-spacing{
  letter-spacing:1.5px
}

.bold{
  font-weight:var(--bold-font-weight, bold)
}

.center{
  text-align:center
}

.truncate{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.h0{
  font-size:4rem
}

.h1,h1{
  font-size:2.5rem;
  line-height:1.25 !important
}

.h2,h2{
  font-size:2.25rem;
  line-height:1.35 !important
}

.h3,h3{
  font-size:1.9rem;
  line-height:1.35 !important
}

.h4,h4{
  font-size:1.75rem;
  line-height:1.35 !important
}

.h5,h5{
  font-size:1.5rem;
  line-height:1.35 !important
}

.h6,h6{
  font-size:1.25rem;
  line-height:1.35 !important
}

@font-face{
  font-family:"GT-America Light";

  src:url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Light.4d197a0.eot?#iefix);

  src:url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Light.4d197a0.eot?#iefix) format("eot"),url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Light.51e078e.woff2) format("woff2"),url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Light.e157c30.woff) format("woff")
}

@font-face{
  font-family:"GT-America Regular";

  src:url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Regular.6f4c8ec.eot?#iefix);

  src:url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Regular.6f4c8ec.eot?#iefix) format("eot"),url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Regular.4d77827.woff2) format("woff2"),url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Regular.682fe21.woff) format("woff")
}

@font-face{
  font-family:"GT-America Regular Italic";

  src:url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Regular-Italic.94dc8b2.eot?#iefix);

  src:url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Regular-Italic.94dc8b2.eot?#iefix) format("eot"),url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Regular-Italic.75c310a.woff2) format("woff2"),url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Regular-Italic.1519315.woff) format("woff")
}

@font-face{
  font-family:"GT-America Medium";

  src:url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Medium.4989e5b.eot?#iefix);

  src:url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Medium.4989e5b.eot?#iefix) format("eot"),url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Medium.f052b56.woff2) format("woff2"),url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Medium.9bbe804.woff) format("woff")
}

@font-face{
  font-family:"GT-America Bold";

  src:url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Bold.21a252b.eot?#iefix);

  src:url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Bold.21a252b.eot?#iefix) format("eot"),url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Bold.c3cf9e0.woff2) format("woff2"),url(/wp-content/themes/csgjc/static/fonts/GT-America-Standard-Bold.ea98898.woff) format("woff")
}

@font-face{
  font-family:'Lora';

  font-style:normal;

  font-weight:400;

  src:url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-regular.37bb248.eot);

  src:local("Lora Regular"),local("Lora-Regular"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-regular.37bb248.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-regular.e4cdb14.woff2) format("woff2"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-regular.0d78d37.woff) format("woff"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-regular.35cfa73.ttf) format("truetype"),url(/wp-content/themes/csgjc/static/images/lora-v14-latin-regular.svg#Lora) format("svg")
}

@font-face{
  font-family:'Lora Italic';

  font-style:italic;

  font-weight:400;

  src:url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-italic.a9daf80.eot);

  src:local("Lora Italic"),local("Lora-Italic"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-italic.a9daf80.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-italic.2c4801f.woff2) format("woff2"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-italic.7beffba.woff) format("woff"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-italic.35310ef.ttf) format("truetype"),url(/wp-content/themes/csgjc/static/images/lora-v14-latin-italic.svg#Lora) format("svg")
}

@font-face{
  font-family:'Lora Bold';

  font-style:normal;

  font-weight:700;

  src:url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-700.45c901b.eot);

  src:local("Lora Bold"),local("Lora-Bold"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-700.45c901b.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-700.ce18d17.woff2) format("woff2"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-700.1617380.woff) format("woff"),url(/wp-content/themes/csgjc/static/fonts/lora-v14-latin-700.e654acd.ttf) format("truetype"),url(/wp-content/themes/csgjc/static/images/lora-v14-latin-700.svg#Lora) format("svg")
}

@font-face{
  font-family:'icomoon';

  src:url(data:application/vnd.ms-fontobject;base64,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);

  src:url(data:application/vnd.ms-fontobject;base64,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#iefix) format("embedded-opentype"),url(data:font/ttf;base64,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) format("truetype"),url(data:font/woff;base64,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) format("woff"),url(/wp-content/themes/csgjc/static/images/icomoon.svg#icomoon) format("svg");

  font-weight:normal;

  font-style:normal
}

[class^="icon-"],[class*=" icon-"]{
  font-family:'icomoon' !important;
  speak:none;
  font-style:normal;
  font-weight:bold;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.icon-close:before{
  content:"\E905"
}

.icon-close{
  font-size:18px;
  line-height:0
}

.icon-search:before{
  content:"\E90D";
  color:#004270
}

.icon-document-download:before{
  content:"\E906"
}

.icon-external-link:before{
  content:"\E907"
}

.icon-envelope-o:before{
  content:"\E908";
  border:1px solid #004270;
  border-radius:50%;
  padding:8px
}

.icon-youtube:before{
  content:"\E903";
  border:1px solid #004270;
  border-radius:50%;
  padding:8px
}

.icon-youtube:before:hover{
  background:#004270
}

.icon-instagram:before{
  content:"\E904";
  border:1px solid #004270;
  border-radius:50%;
  padding:8px
}

.icon-instagram:before:hover{
  background:#004270
}

.icon-twitter:before{
  content:"\E901";
  border:1px solid #004270;
  border-radius:50%;
  padding:8px
}

.icon-twitter:before:hover{
  background:#004270
}

.icon-facebook:before{
  content:"\E902";
  border:1px solid #004270;
  border-radius:50%;
  padding:8px
}

.icon-facebook:before:hover{
  background:#004270
}

.icon-linkedin:before{
  content:"\E90B";
  border:1px solid #004270;
  border-radius:50%;
  padding:8px
}

.icon-linkedin:before:hover{
  background:#004270
}

.icon-vimeo:before{
  content:"\E90C";
  border:1px solid #004270;
  border-radius:50%;
  padding:8px
}

.icon-vimeo:before:hover{
  background:#004270
}

.white.icon-youtube:before{
  content:"\E903";
  border:1px solid #fff;
  border-radius:50%;
  padding:8px
}

.white.icon-youtube:before:hover{
  background:#004270
}

.white.icon-instagram:before{
  content:"\E904";
  border:1px solid #fff;
  border-radius:50%;
  padding:8px
}

.white.icon-instagram:before:hover{
  background:#004270
}

.white.icon-twitter:before{
  content:"\E901";
  border:1px solid #fff;
  border-radius:50%;
  padding:8px
}

.white.icon-twitter:before:hover{
  background:#004270
}

.white.icon-facebook:before{
  content:"\E902";
  border:1px solid #fff;
  border-radius:50%;
  padding:8px
}

.white.icon-facebook:before:hover{
  background:#004270
}

.white.icon-linkedin:before{
  content:"\E90B";
  border:1px solid #fff;
  border-radius:50%;
  padding:8px
}

.white.icon-linkedin:before:hover{
  background:#004270
}

.white.icon-vimeo:before{
  content:"\E90C";
  border:1px solid #fff;
  border-radius:50%;
  padding:8px
}

.white.icon-vimeo:before:hover{
  background:#004270
}

.visually-hidden{
  position:absolute !important;
  clip:rect(1px, 1px, 1px, 1px);
  overflow:hidden;
  height:1px;
  width:1px;
  word-wrap:normal
}

a.visually-hidden.focusable.skip-link{
  transition:0s;
  text-align:center
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus{
  position:absolute !important;
  z-index:99999999;
  clip:auto;
  overflow:visible;
  display:inline-table;
  width:calc(100% - 6px);
  margin:3px;
  padding:5px 10px;
  background:#000;
  color:#fff;
  font-family:"GT-America Bold",sans-serif;
  text-align:center
}

hr{
  background:#d7dde3;
  height:1px;
  width:100%
}

hr.blocks{
  background:#d7dde3;
  height:1px
}

hr.primary{
  background:#004270;
  height:1px;
  border:0
}

hr.secondary{
  background:#2DEBC3;
  height:1px;
  border:0
}

iframe{
  min-width:100%
}

.text-primary{
  color:#004270 !important
}

.bg-secondary{
  background:#2DEBC3
}

.bg-primary{
  background:#004270
}

.bg-primary-dark{
  background:#001E35
}

.text-primary-dark{
  color:#001E35
}

.table,table{
  background:transparent
}

.z-1{
  z-index:1
}

.container.narrow{
  max-width:960px
}

.border-brand{
  border-color:#005DA5 !important
}

.border-primary{
  border-color:#004270 !important
}

.border-secondary{
  border-color:#2DEBC3 !important
}

.full-width-img{
  height:60vh;
  object-fit:cover;
  object-position:center
}

.hero .full-width-img{
  object-position:top
}

.lazyload,.lazyloading{
  opacity:.09
}

.lazyloaded{
  opacity:1;
  transition:opacity 1.5s
}

.owl-stage{
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}

.owl-item{
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  height:auto !important
}

.owl-next{
  z-index:1 !important
}

.owl-prev{
  z-index:2 !important
}

.owl-next,.owl-prev{
  background:#2DEBC3;
  border-color:#2DEBC3;
  transition:all .35s
}

.owl-next:hover,.owl-prev:hover{
  cursor:pointer;
  background:#001E35
}

.owl-next:hover.chevron-right:before,.owl-prev:hover.chevron-right:before{
  border-color:#2DEBC3
}

.owl-next:hover.chevron-left:before,.owl-prev:hover.chevron-left:before{
  border-color:#2DEBC3
}

.owl-dots{
  margin-top:25px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
  background:#2DEBC3 !important
}

.chevron-bottom:before{
  border-style:solid;
  border-width:2px 2px 0 0;
  content:'';
  display:inline-block;
  height:16px;
  width:16px;
  top:7px;
  left:0;
  position:relative;
  transform:rotate(-45deg);
  vertical-align:top
}

.chevron-right:hover{
  border-color:#2DEBC3
}

.chevron-right:before{
  border-style:solid;
  border-width:1px 1px 0 0;
  border-color:#001E35;
  content:'';
  display:inline-block;
  height:16px;
  width:16px;
  top:7px;
  left:0;
  position:relative;
  transform:rotate(45deg);
  vertical-align:top
}

.chevron-left:hover{
  border-color:#2DEBC3
}

.chevron-left:hover .chevron-right:before{
  border-color:#2DEBC3
}

.chevron-left:before{
  border-style:solid;
  border-width:1px 1px 0 0;
  border-color:#001E35;
  content:'';
  display:inline-block;
  height:16px;
  width:16px;
  top:7px;
  right:-6px;
  position:relative;
  transform:rotate(-130deg);
  vertical-align:top
}

.go-top{
  border-radius:5px;
  background-color:#010e1b;
  background-color:rgba(1,14,27,0.7);
  position:fixed;
  width:45px;
  height:45px;
  display:block;
  right:15px;
  bottom:15px;
  border:none;
  opacity:0;
  z-index:-1;
  transition:all .4s ease-in
}

.go-top:hover{
  opacity:1;
  background-color:#010e1b;
  background-color:rgba(1,14,27,0.9)
}

.go-top.is-active{
  opacity:.8;
  z-index:4
}

.embed-responsive{
  position:relative;
  display:block;
  height:0;
  padding:0;
  overflow:hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  border:0
}

.embed-responsive-16by9{
  padding-bottom:56.25%
}

.file,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.select:not(.is-multiple):not(.is-loading)::after{
  border:3px solid rgba(0,0,0,0);
  border-radius:2px;
  border-right:0;
  border-top:0;
  content:" ";
  display:block;
  height:0.625em;
  margin-top:-0.4375em;
  pointer-events:none;
  position:absolute;
  top:50%;
  transform:rotate(-45deg);
  transform-origin:center;
  width:0.625em
}

.table:not(:last-child){
  margin-bottom:1.5rem
}

.input,.textarea,.select select,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{
  -moz-appearance:none;
  -webkit-appearance:none;
  align-items:center;
  border:1px solid transparent;
  border-radius:4px;
  box-shadow:none;
  display:inline-flex;
  font-size:1rem;
  height:2.25em;
  justify-content:flex-start;
  line-height:1.5;
  padding-bottom:calc(0.375em - 1px);
  padding-left:calc(0.625em - 1px);
  padding-right:calc(0.625em - 1px);
  padding-top:calc(0.375em - 1px);
  position:relative;
  vertical-align:top
}

.input:focus,.textarea:focus,.select select:focus,.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.input:active,.textarea:active,.select select:active,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.is-active.input,.is-active.textarea,.select select.is-active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis{
  outline:none
}

.input[disabled],.textarea[disabled],.select select[disabled],.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled],.pagination-ellipsis[disabled]{
  cursor:not-allowed
}

.input,.textarea,.select select{
  background-color:#fff;
  border-color:#ced4da;
  border-radius:4px;
  color:#495057
}

.input::-moz-placeholder,.textarea::-moz-placeholder,.select select::-moz-placeholder{
  color:#6c757d
}

.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.select select::-webkit-input-placeholder{
  color:#6c757d
}

.input:-moz-placeholder,.textarea:-moz-placeholder,.select select:-moz-placeholder{
  color:#6c757d
}

.input:-ms-input-placeholder,.textarea:-ms-input-placeholder,.select select:-ms-input-placeholder{
  color:#6c757d
}

.input:hover,.textarea:hover,.select select:hover{
  border-color:#b5b5b5
}

.input:focus,.textarea:focus,.select select:focus,.input:active,.textarea:active,.select select:active,.is-active.input,.is-active.textarea,.select select.is-active{
  border-color:#008df0;
  box-shadow:0 0 0 0.125em rgba(45,235,195,0.25)
}

.input[disabled],.textarea[disabled],.select select[disabled]{
  background-color:#f5f5f5;
  border-color:#f5f5f5;
  box-shadow:none;
  color:#7a7a7a
}

.input[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,.select select[disabled]::-moz-placeholder{
  color:rgba(122,122,122,0.3)
}

.input[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder{
  color:rgba(122,122,122,0.3)
}

.input[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,.select select[disabled]:-moz-placeholder{
  color:rgba(122,122,122,0.3)
}

.input[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder{
  color:rgba(122,122,122,0.3)
}

.input,.textarea{
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
  max-width:100%;
  width:100%
}

.input[readonly],.textarea[readonly]{
  box-shadow:none
}

.is-light.input,.is-light.textarea{
  border-color:#f8f9fa
}

.is-light.input:focus,.is-light.textarea:focus,.is-light.input:active,.is-light.textarea:active,.is-light.is-active.input,.is-light.is-active.textarea{
  box-shadow:0 0 0 0.125em rgba(248,249,250,0.25)
}

.is-primary.input,.is-primary.textarea{
  border-color:#004270
}

.is-primary.input:focus,.is-primary.textarea:focus,.is-primary.input:active,.is-primary.textarea:active,.is-primary.is-active.input,.is-primary.is-active.textarea{
  box-shadow:0 0 0 0.125em rgba(0,66,112,0.25)
}

.is-link.input,.is-link.textarea{
  border-color:#2DEBC3
}

.is-link.input:focus,.is-link.textarea:focus,.is-link.input:active,.is-link.textarea:active,.is-link.is-active.input,.is-link.is-active.textarea{
  box-shadow:0 0 0 0.125em rgba(45,235,195,0.25)
}

.is-danger.input,.is-danger.textarea{
  border-color:#2DEBC3
}

.is-danger.input:focus,.is-danger.textarea:focus,.is-danger.input:active,.is-danger.textarea:active,.is-danger.is-active.input,.is-danger.is-active.textarea{
  box-shadow:0 0 0 0.125em rgba(45,235,195,0.25)
}

.is-small.input,.is-small.textarea{
  border-radius:2px;
  font-size:.75rem
}

.is-medium.input,.is-medium.textarea{
  font-size:1.25rem
}

.is-large.input,.is-large.textarea{
  font-size:1.5rem
}

.is-fullwidth.input,.is-fullwidth.textarea{
  display:block;
  width:100%
}

.input.is-rounded{
  border-radius:290486px;
  padding-left:1em;
  padding-right:1em
}

.textarea{
  display:block;
  max-width:100%;
  min-width:100%;
  padding:0.625em;
  resize:vertical
}

.textarea:not([rows]){
  max-height:600px;
  min-height:120px
}

.textarea[rows]{
  height:initial
}

.checkbox{
  cursor:pointer;
  display:inline-block;
  line-height:1.25;
  position:relative
}

.checkbox input{
  cursor:pointer
}

.checkbox:hover{
  color:#363636
}

.checkbox[disabled]{
  color:#7a7a7a;
  cursor:not-allowed
}

.select{
  display:inline-block;
  max-width:100%;
  position:relative;
  vertical-align:top
}

.select:not(.is-multiple){
  height:calc(1.5em + .75rem + 2px)
}

.select:not(.is-multiple):not(.is-loading)::after{
  border-color:#2DEBC3;
  right:1.125em;
  z-index:4
}

.select.is-rounded select{
  border-radius:290486px;
  padding-left:1em
}

.select select{
  cursor:pointer;
  display:block;
  font-size:1em;
  max-width:100%;
  outline:none
}

.select select::-ms-expand{
  display:none
}

.select select[disabled]:hover{
  border-color:#f5f5f5
}

.select select:not([multiple]){
  padding-right:2.5em
}

.select select[multiple]{
  height:auto;
  padding:0
}

.select select[multiple] option{
  padding:0.5em 1em
}

.select:not(.is-multiple):not(.is-loading):hover::after{
  border-color:#363636
}

.select.is-light:not(:hover)::after{
  border-color:#f8f9fa
}

.select.is-light select{
  border-color:#f8f9fa
}

.select.is-light select:hover{
  border-color:#e9ecef
}

.select.is-light select:focus,.select.is-light select:active,.select.is-light select.is-active{
  box-shadow:0 0 0 0.125em rgba(248,249,250,0.25)
}

.select.is-primary:not(:hover)::after{
  border-color:#004270
}

.select.is-primary select{
  border-color:#004270
}

.select.is-primary select:hover{
  border-color:#003357
}

.select.is-primary select:focus,.select.is-primary select:active,.select.is-primary select.is-active{
  box-shadow:0 0 0 0.125em rgba(0,66,112,0.25)
}

.select.is-link:not(:hover)::after{
  border-color:#2DEBC3
}

.select.is-link select{
  border-color:#2DEBC3
}

.select.is-link select:hover{
  border-color:#16e8bc
}

.select.is-link select:focus,.select.is-link select:active,.select.is-link select.is-active{
  box-shadow:0 0 0 0.125em rgba(45,235,195,0.25)
}

.select.is-danger:not(:hover)::after{
  border-color:#2DEBC3
}

.select.is-danger select{
  border-color:#2DEBC3
}

.select.is-danger select:hover{
  border-color:#16e8bc
}

.select.is-danger select:focus,.select.is-danger select:active,.select.is-danger select.is-active{
  box-shadow:0 0 0 0.125em rgba(45,235,195,0.25)
}

.select.is-small{
  border-radius:2px;
  font-size:.75rem
}

.select.is-medium{
  font-size:1.25rem
}

.select.is-large{
  font-size:1.5rem
}

.select.is-fullwidth{
  width:100%
}

.select.is-fullwidth select{
  width:100%
}

.file{
  align-items:stretch;
  display:flex;
  justify-content:flex-start;
  position:relative
}

.file.is-small{
  font-size:.75rem
}

.file.is-medium{
  font-size:1.25rem
}

.file.is-large{
  font-size:1.5rem
}

.file.is-centered{
  justify-content:center
}

.file.is-right{
  justify-content:flex-end
}

.label{
  color:#363636;
  display:block;
  font-size:1rem;
  font-weight:700
}

.label:not(:last-child){
  margin-bottom:0.5em
}

.label.is-small{
  font-size:.75rem
}

.label.is-medium{
  font-size:1.25rem
}

.label.is-large{
  font-size:1.5rem
}

.field:not(:last-child){
  margin-bottom:0.75rem
}

.field.has-addons{
  display:flex;
  justify-content:flex-start
}

.field.has-addons .control:not(:last-child){
  margin-right:-1px
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{
  border-radius:0
}

.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{
  border-bottom-right-radius:0;
  border-top-right-radius:0
}

.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{
  border-bottom-left-radius:0;
  border-top-left-radius:0
}

.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]):hover{
  z-index:2
}

.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]).is-active{
  z-index:3
}

.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover{
  z-index:4
}

.field.is-grouped{
  display:flex;
  justify-content:flex-start
}

.field.is-grouped>.control{
  flex-shrink:0
}

.field.is-grouped>.control:not(:last-child){
  margin-bottom:0;
  margin-right:0.75rem
}

.control{
  box-sizing:border-box;
  clear:both;
  font-size:1rem;
  position:relative;
  text-align:left
}

.control.has-icons-left .input:focus ~ .icon,.control.has-icons-left .select:focus ~ .icon,.control.has-icons-right .input:focus ~ .icon,.control.has-icons-right .select:focus ~ .icon{
  color:#7a7a7a
}

.control.has-icons-left .input.is-small ~ .icon,.control.has-icons-left .select.is-small ~ .icon,.control.has-icons-right .input.is-small ~ .icon,.control.has-icons-right .select.is-small ~ .icon{
  font-size:.75rem
}

.control.has-icons-left .input.is-medium ~ .icon,.control.has-icons-left .select.is-medium ~ .icon,.control.has-icons-right .input.is-medium ~ .icon,.control.has-icons-right .select.is-medium ~ .icon{
  font-size:1.25rem
}

.control.has-icons-left .input.is-large ~ .icon,.control.has-icons-left .select.is-large ~ .icon,.control.has-icons-right .input.is-large ~ .icon,.control.has-icons-right .select.is-large ~ .icon{
  font-size:1.5rem
}

.control.has-icons-left .icon,.control.has-icons-right .icon{
  color:#dbdbdb;
  height:calc(1.5em + .75rem + 2px);
  pointer-events:none;
  position:absolute;
  top:0;
  width:calc(1.5em + .75rem + 2px);
  z-index:2
}

.control.has-icons-left .input,.control.has-icons-left .select select{
  padding-left:calc(1.5em + .75rem + 2px)
}

.control.has-icons-left .icon.is-left{
  left:0
}

.control.has-icons-right .input,.control.has-icons-right .select select{
  padding-right:calc(1.5em + .75rem + 2px)
}

.control.has-icons-right .icon.is-right{
  right:0
}

.pagination{
  font-size:1rem;
  margin:-.25rem
}

.pagination.is-small{
  font-size:.75rem
}

.pagination.is-medium{
  font-size:1.25rem
}

.pagination.is-large{
  font-size:1.5rem
}

.pagination.is-rounded .pagination-previous,.pagination.is-rounded .pagination-next{
  padding-left:1em;
  padding-right:1em;
  border-radius:290486px
}

.pagination.is-rounded .pagination-link{
  border-radius:290486px
}

.pagination,.pagination-list{
  align-items:center;
  display:flex;
  justify-content:center;
  text-align:center
}

.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{
  font-size:1em;
  justify-content:center;
  margin:.25rem;
  padding-left:.5em;
  padding-right:.5em;
  text-align:center
}

.pagination-previous,.pagination-next,.pagination-link{
  border-color:#dee2e6;
  color:#004270;
  min-width:2.25em
}

.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{
  border-color:#dee2e6;
  color:#001524
}

.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{
  border-color:#2DEBC3
}

.pagination-previous:active,.pagination-next:active,.pagination-link:active{
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.2)
}

.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled]{
  background-color:#dbdbdb;
  border-color:#dee2e6;
  box-shadow:none;
  color:#6c757d;
  opacity:0.5
}

.pagination-previous,.pagination-next{
  padding-left:0.75em;
  padding-right:0.75em;
  white-space:nowrap
}

.pagination-link.is-current{
  background-color:#2DEBC3;
  border-color:#2DEBC3;
  color:#fff
}

.pagination-ellipsis{
  color:#b5b5b5;
  pointer-events:none
}

.pagination-list{
  flex-wrap:wrap
}

.table{
  width:100%;
  max-width:100%;
  margin-bottom:1rem
}

.table th,.table td{
  padding:0.75rem;
  vertical-align:top;
  border-top:1px solid #eceeef
}

.table .table{
  background-color:#fff
}

.text-md{
  font-size:1rem
}

.current-template-file-name{
  position:fixed;
  bottom:0;
  right:0;
  background-color:#001E35;
  color:#e3b28e;
  padding:0.2rem 2rem;
  z-index:10000;
  border-radius:0.5rem 0 0 0
}

.current-template-file-name a{
  color:#2DEBC3
}

#ais-facets{
  width:100%;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column
}

#ais-main{
  padding:0
}

.ais-facets{
  margin:0
}

.ais-facets .ais-root{
  margin-bottom:30px
}

.algolia-autocomplete{
  overflow-y:hidden;
  max-height:80vh;
  overflow:scroll;
  border-right:1px solid #004270;
  border-bottom:1px solid #004270;
  border-left:1px solid #004270
}

.ais-refinement-list--checkbox{
  margin-right:2px
}

.ais-menu--item__active,.ais-refinement-list--item__active{
  font-family:"GT-America Bold",sans-serif
}

.ais-stats--body{
  color:#999;
  font-family:"GT-America Regular Italic",sans-serif
}

.ais-menu--count{
  font-family:"GT-America Regular",sans-serif
}

.ais-menu--count,.ais-refinement-list--count{
  color:#666;
  font-size:14px
}

.ais-menu--count:before,.ais-refinement-list--count:before{
  content:'('
}

.ais-menu--count:after,.ais-refinement-list--count:after{
  content:')'
}

#algolia-search-box{
  margin-bottom:100px
}

#algolia-search-box svg{
  max-width:20px
}

#algolia-search-box .search-icon{
  fill:#004270;
  left:12px;
  top:16px
}

#algolia-search-box input{
  border-bottom:0px solid #004270;
  font-family:"GT-America Regular",sans-serif;
  font-size:16px;
  padding:10px 15px 10px 50px;
  letter-spacing:1px;
  background:#FFF
}

.st1{
  fill:#004270
}

.st1.active{
  fill:#2DEBC3
}

.st2{
  fill:#fff
}

.clip-hex{
  clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

#load-older-posts{
  position:relative;
  margin-bottom:50px;
  margin-top:25px;
  line-height:inherit
}

#load-older-posts a.button{
  width:220px;
  text-align:center
}

.alm-reveal{
  display:flex
}

.bkg-img{
  transition:all .35s
}

.bkg-img.active{
  background-size:110%
}

.flex-blocks{
  display:flex;
  flex-direction:column
}

ol.ol-block{
  list-style:none;
  counter-reset:my-awesome-counter;
  margin:0;
  padding:0
}

ol.ol-block li{
  counter-increment:my-awesome-counter;
  font-size:16px;
  margin-bottom:10px
}

ol.ol-block li:before{
  content:" " counter(my-awesome-counter);
  font-family:"GT-America Medium",sans-serif;
  font-size:50px;
  min-width:25px;
  margin-right:30px;
  line-height:1
}

.wysiwyg{
  font-size:18px;
  font-family:"Lora",serif
}

.wysiwyg a.button{
  margin:20px 0 30px;
  display:inline-block
}

.wysiwyg blockquote{
  color:#004270;
  position:relative;
  padding:20px
}

.wysiwyg blockquote:before{
  content:'\201C';
  font-size:32px;
  position:absolute;
  top:15px;
  left:3px;
  color:#004270
}

.wysiwyg blockquote p{
  font-size:24px;
  line-height:36px
}

.wysiwyg blockquote p span{
  font-size:32px;
  margin-left:6px
}

.wysiwyg .blockquote{
  color:#001E35;
  position:relative;
  padding:20px;
  font-family:"GT-America Bold",sans-serif
}

.wysiwyg .blockquote:before{
  content:'\201C';
  font-size:100px;
  line-height:0;
  position:relative;
  text-align:center;
  display:block;
  margin-bottom:35px;
  margin-top:35px;
  color:#005DA5
}

.wysiwyg .blockquote:after{
  content:'\201D';
  font-size:100px;
  line-height:0;
  position:relative;
  text-align:center;
  display:block;
  margin-top:55px;
  color:#005DA5
}

.wysiwyg .blockquote p{
  font-size:24px;
  line-height:36px
}

.wysiwyg .blockquote p span{
  font-size:32px;
  margin-left:6px
}

.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg .h1,.wysiwyg .h2,.wysiwyg .h3,.wysiwyg .h4,.wysiwyg .h5,.wysiwyg .h6{
  font-family:"GT-America Medium",sans-serif;
  margin:25px 0
}

.wysiwyg p{
  line-height:30px;
  font-size:18px
}

.wysiwyg a{
  font-family:"GT-America Regular",sans-serif;
  background-image:linear-gradient(to bottom, #2DEBC3 2px, transparent 2px);
  background-position:0 1.1em;
  background-repeat:repeat-x;
  background-size:2px 6px;
  opacity:1;
  transition:all .2s
}

.wysiwyg a:hover{
  opacity:.65;
  text-decoration:none
}

.wysiwyg b,.wysiwyg strong{
  font-family:"GT-America Medium",sans-serif;
  font-weight:normal;
  font-size:20px
}

.wysiwyg ol{
  list-style:none;
  counter-reset:counter;
  margin:15px 0 15px;
  padding:25px 0 10px;
  color:#141414
}

.wysiwyg ol li{
  counter-increment:counter;
  font-size:20px;
  line-height:32px
}

.wysiwyg ol li:before{
  content:counter(counter) ".";
  font-family:inherit;
  margin-right:7px;
  font-size:20px;
  font-weight:900
}

.wysiwyg ul{
  font-size:20px;
  padding:20px
}

.wysiwyg ul li{
  list-style-type:disc
}

.wysiwyg ul li ul li{
  list-style-type:circle
}

.wysiwyg .aside{
  font-family:"GT-America Medium",sans-serif
}

.accordion h4{
  float:left
}

.accordion span.icon{
  width:30px;
  margin-left:auto;
  display:flex;
  fill:#fff
}

.accordion .card{
  box-shadow:0 0 0;
  margin:0 0 10px;
  padding:0;
  border-top:0px solid #000
}

.accordion .card-header{
  padding:8px 15px
}

.accordion .card-content{
  padding:25px
}

.accordion .card-header{
  background:#004270;
  color:#fff;
  display:flex
}

.accordion .card-header-title{
  padding:0;
  margin:0;
  width:100%
}

.accordion .card-content{
  background-color:#fff;
  font-family:"Lora",serif
}

.accordion .card-header-icon{
  padding:0;
  margin:0;
  margin-left:auto
}

.accordion .card-footer{
  border-top:0px solid #000
}

.accordion .card-footer label{
  color:#000
}

a.state-button{
  display:block;
  padding:6px 12px;
  color:#fff
}

a.state-button:hover,a.state-button:focus,a.state-button:active{
  background:#2DEBC3;
  color:#001E35
}

.button{
  line-height:1;
  transition:all .25s
}

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

a.underline-secondary{
  font-family:"GT-America Regular",sans-serif;
  position:relative
}

a.underline-secondary:after{
  content:"";
  position:absolute;
  transition:all .2s;
  left:20px;
  right:20px;
  bottom:8px;
  border-bottom:1px solid #2DEBC3;
  transition:all .2s
}

a.underline-secondary:hover{
  opacity:.65;
  text-decoration:none
}

a.underline-secondary:focus,a.underline-secondary:active{
  text-decoration:none
}

a.underline-secondary-nav{
  font-family:"GT-America Regular",sans-serif;
  position:relative;
  text-decoration:none;
  display:inline-block
}

a.underline-secondary-nav:after{
  content:"";
  position:absolute;
  transition:all .2s;
  left:0;
  right:0;
  bottom:-1px;
  border-bottom:3px solid #2DEBC3;
  transition:all .2s;
  text-decoration:none
}

a.underline-secondary-nav:hover{
  opacity:.65;
  text-decoration:none
}

a.underline-secondary-nav:focus,a.underline-secondary-nav:active{
  text-decoration:none
}

.search-bar input.search{
  letter-spacing: 0.05em;
  border-radius:0;
  font-family:"GT-America Regular",sans-serif;
  font-size:14px;
  width:225px;
  padding:0 15px;
  color:#FFF;
  box-shadow:0 0 0 #000;
  border:0px solid #fff
}

.search-bar input.search::-webkit-input-placeholder{
  color:#fff;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.search-bar input.search:-moz-placeholder{
  color:#fff;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.search-bar input.search::-moz-placeholder{
  color:#fff;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.search-bar input.search:-ms-input-placeholder{
  color:#fff;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.search-bar input.search:focus,.search-bar input.search:active{
  border-color:#fff;
  box-shadow:0 0 5px 0 rgba(0,66,112,0.5)
}

.mobile-search input.search{
  letter-spacing: 0.05em;
  border-radius:25px;
  font-family:"GT-America Regular",sans-serif;
  font-size:14px;
  background:#fff;
  width:100%;
  padding:25px 15px;
  color:#001E35;
  box-shadow:0 0 0 #000;
  border:0px solid #001E35
}

.mobile-search input.search::-webkit-input-placeholder{
  color:#001E35;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.mobile-search input.search:-moz-placeholder{
  color:#001E35;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.mobile-search input.search::-moz-placeholder{
  color:#001E35;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.mobile-search input.search:-ms-input-placeholder{
  color:#001E35;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.mobile-search input.search:focus,.mobile-search input.search:active{
  border-color:#001E35;
  box-shadow:0 0 5px 0 rgba(0,66,112,0.5)
}

.mobile-search .control.has-icons-right .icon{
  color:#001E35
}

a.black-button{
  font-size:14px;
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:15px 30px;
  background:#fff;
  color:#000;
  font-family:"GT-America Medium",sans-serif;
  border:0px solid #000
}

a.black-button:hover,a.black-button:active,a.black-button:focus{
  opacity:1;
  background:#004270;
  color:#fff;
  border:0px solid #000
}

a.white-button{
  font-size:14px;
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:15px 30px;
  background:#fff;
  color:#004270;
  font-family:"GT-America Medium",sans-serif;
  border:0px solid #fff
}

a.white-button:hover,a.white-button:active,a.white-button:focus{
  opacity:1;
  background:#004270;
  color:#fff;
  border:0px solid #fff
}

a.blue-button{
  font-size:14px;
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:15px 30px;
  background:#004270;
  color:white !important;
  font-family:"GT-America Medium",sans-serif;
  border:0px solid #fff
}

a.blue-button:hover,a.blue-button:active,a.blue-button:focus{
  opacity:1;
  background:white;
  color:#004270 !important;
  border:0px solid #004270
}

input.primary-button,a.primary-button{
  font-size:14px;
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:15px 30px;
  background:#2DEBC3;
  color:#001E35;
  font-family:"GT-America Medium",sans-serif;
  border:0px solid #004270
}

input.primary-button:hover,input.primary-button:active,input.primary-button:focus,a.primary-button:hover,a.primary-button:active,a.primary-button:focus{
  opacity:1;
  background:#004270;
  color:#2DEBC3;
  border:0px solid #004270;
  opacity:1
}

input.secondary-button,a.secondary-button{
  font-size:14px;
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:15px 30px;
  background:#2DEBC3;
  color:#001E35;
  font-family:"GT-America Medium",sans-serif;
  border:0px solid #2DEBC3
}

input.secondary-button:hover,input.secondary-button:active,input.secondary-button:focus,a.secondary-button:hover,a.secondary-button:active,a.secondary-button:focus{
  opacity:1;
  background:#001E35;
  color:#2DEBC3;
  border:0px solid #2DEBC3;
  opacity:1
}

a.primary-fill-button{
  font-size:14px;
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:15px 30px;
  background:#004270;
  color:#fff;
  font-family:"GT-America Medium",sans-serif;
  border:0px solid #004270
}

a.primary-fill-button:hover,a.primary-fill-button:active,a.primary-fill-button:focus{
  opacity:1;
  background:#fff;
  color:#004270;
  border:0px solid #004270
}

.alm-btn-wrap{
  text-align:center
}

#ajax-load-more{
  width:100%
}

button.alm-load-more-btn{
  display:flex;
  margin:100px auto;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:15px 30px;
  background:#004270;
  color:#fff;
  font-family:"GT-America Medium",sans-serif;
  border:0px solid #004270;
  transition:all .35s
}

button.alm-load-more-btn:hover,button.alm-load-more-btn:active,button.alm-load-more-btn:focus{
  opacity:1;
  background:#fff;
  color:#004270;
  border:0px solid #004270
}

.is-rounded{
  border-radius:290486px
}

.dropdown-menu{
  display:none;
  left:0;
  position:absolute;
  top:100%;
  width:100%;
  z-index:1000;
  padding:0
}

.dropdown-menu ul{
  display:flex;
  flex-direction:column;
  width:100%;
  text-align:center;
  padding:15px 0;
  background:#FFF
}

.dropdown-menu ul li{
  font-family:"GT-America Medium",sans-serif;
  font-size:14px;
  text-align:left
}

.dropdown-menu.is-active{
  display:block
}

button.button.black-button.button-dropdown{
  border-radius:5px;
  font-size:14px;
  margin-top:30px;
  padding:8px 35px 8px 12px;
  text-align:left;
  display:block;
  width:100%;
  letter-spacing:1.5px;
  height:45px;
  background:#fff;
  color:#000;
  font-family:"GT-America Medium",sans-serif;
  border:0px solid #000
}

button.button.black-button.button-dropdown:hover,button.button.black-button.button-dropdown:active,button.button.black-button.button-dropdown:focus{
  opacity:1;
  background:#fff;
  color:#000;
  border:0px solid #000
}

button.button.black-button.button-dropdown:after{
  border-style:solid;
  border-width:1px 1px 0 0;
  border-color:#000;
  content:'';
  color:#000;
  display:inline-block;
  height:10px;
  width:10px;
  right:20px;
  top:15px;
  position:absolute;
  transform:rotate(135deg);
  transition:right .2s;
  vertical-align:top
}

button.button.white-button.button-dropdown{
  border-radius:5px;
  font-size:12px;
  margin-top:15px;
  padding:8px 35px 8px 12px;
  text-align:left;
  display:block;
  width:100%;
  letter-spacing:1.5px;
  line-height:1.2;
  height:45px;
  background:transparent;
  color:#fff;
  font-family:"GT-America Medium",sans-serif;
  border:1px solid #fff
}

button.button.white-button.button-dropdown:hover,button.button.white-button.button-dropdown:active,button.button.white-button.button-dropdown:focus{
  opacity:1;
  background:#001E35;
  color:#fff;
  border:1px solid #fff
}

button.button.white-button.button-dropdown:after{
  border-style:solid;
  border-width:1px 1px 0 0;
  border-color:#fff;
  content:'';
  color:#fff;
  display:inline-block;
  height:10px;
  width:10px;
  right:20px;
  top:15px;
  position:absolute;
  transform:rotate(135deg);
  transition:right .2s;
  vertical-align:top
}

input.white-button{
  font-size:14px;
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:10px 30px 8px;
  height:42px;
  background:#fff;
  color:#fff;
  font-family:"GT-America Medium",sans-serif;
  border:0px solid #fff
}

input.white-button:hover,input.white-button:active,input.white-button:focus{
  opacity:1;
  background:#000;
  color:#fff;
  border:0px solid #fff
}

.control.has-icons-left .icon a.button-close-search,.control.has-icons-right .icon a.button-close-search{
  pointer-events:initial;
  cursor:pointer
}

.posthero-video{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0
}

.hero-nav li a{
  color:#FFF
}

.hero-video{
  display:block;
  position:relative;
  z-index:1;
  height:100%;
  padding-top:120px
}

.hero-video.half{
  height:100%
}

.hero .full-width-img{
  height:45vh
}

.hero{
  padding-top:80px;
  position:relative;
  overflow:hidden
}

.hero.header{
  overflow-y:hidden;
  height:197px
}

.hero.is-archive{
  background:#001E35
}

.hero.is-small{
  height:81px
}

.hero.is-medium{
  height:64vh
}

.hero.is-fullheight{
  height:100%;
  min-height:350px;
  min-height:68vw
}

.hero.is-halfheight{
  min-height:52vh;
  background:#001E35
}

.posthero-video iframe{
  position:absolute;
  top:60px;
  bottom:0;
  left:0;
  width:110%;
  height:100%;
  border:0
}

.topic-nav{
  color:#fff;
  transition:all .35s
}

.topic-nav.active{
  background:#FFF;
  color:#004270
}

.topic-nav.active:hover{
  background:#fff
}

.topic-nav:hover{
  background:#004270
}

header{
  border-bottom:0px solid #fff;
  padding:0;
  height:80px
}

header a:hover,header a:focus,header a:active{
  text-decoration:none
}

a.logo{
  transition:all .35s;
  max-width:260px
}

a.logo svg{
  fill:#005DA5;
  width:100%
}

a.logo .logomark{
  width:100%
}

a.logo .logotype{
  padding-left:30px;
  font-size:26px;
  font-family:"GT-America Medium",sans-serif;
  text-transform:uppercase;
  color:#004270
}

.subnav{
  position:fixed;
  top:0;
  right:0;
  left:0;
  padding-top:0;
  z-index:3;
  width:100%;
  background:#001E35;
  height:75px;
  opacity:1;
  transition:all .35s
}

.subnav[data-scroll="in"]{
  transition:all .35s;
  opacity:1;
  visibility:visible
}

.subnav[data-scroll="out"]{
  transition:all .35s;
  opacity:0;
  visibility:hidden
}

.unfixnav .subnav{
  transform:translateY(80px)
}

.unfixnav .subnav[data-scroll="in"]{
  transform:none;
  opacity:1;
  visibility:visible
}

.fixnav .subnav[data-scroll="in"]{
  transform:translateY(80px)
}

.fixnav .subnav[data-scroll="in"].anchor-active{
  transform:none
}

.fixnav .subnav[data-scroll="out"]{
  transform:translateY(80px)
}

.fixnav-init .subnav{
  transform:translateY(-80px);
  opacity:0;
  visibility:hidden
}

.fixnav-init .subnav.not-top{
  transform:none
}

.fixnav-init .subnav[data-scroll="out"]{
  transform:translateY(80px)
}

.fixnav-init.not-top .subnav[data-scroll="out"]{
  transform:translateY(0)
}

.navbar-item{
  position:relative
}

.navbar-item a{
  padding:23px
}

a.search-icon-btf{
  padding:20px;
  display:flex
}

ul.nav-drop{
  position:fixed;
  top:83px;
  left:0;
  top:200px;
  display:none;
  padding:20px 0;
  box-shadow:14px 10px 25px rgba(0,92,168,0.05);
  opacity:0;
  transition:all .35s
}

ul.nav-drop.offscreen.is-active{
  background:#001E35;
  display:inline-block;
  width:100%;
  left:0;
  right:0px
}

ul.nav-drop.is-active{
  background:#001E35;
  display:inline-block;
  width:100%;
  left:0;
  opacity:1;
  right:0px
}

ul.nav-drop.is-active.wide-subnav{
  width:700px
}

ul.nav-drop a{
  color:#fff;
  font-family:"GT-America Medium",sans-serif;
  padding:10px 20px;
  display:block
}

ul.nav-drop a:not(.button){
  color:#fff
}

ul.nav-drop li.nav-drop-item hr{
  margin:0 20px;
  background:#d7dde3;
  height:1px;
  width:calc(100% - 40px)
}

.search-bar input.search{
  background:#fff
}

.sticky-header{
  position:fixed;
  transition:all .35s;
  top:0;
  left:0;
  right:0;
  transform:none;
  z-index:9999;
  background:#F0F0F0
}

.sticky-header .header-wrap{
  transition:all .35s;
  box-shadow:4px -2px 10px rgba(0,0,0,0.23)
}

.sticky-header.past-hero .header-wrap{
  background:#F0F0F0
}

.sticky-header.past-hero a.logo svg{
  fill:#004270
}

.sticky-header.past-hero.menu-active .header-wrap{
  background:#004270;
  opacity:1
}

.sticky-header.past-hero.menu-active a.logo svg{
  fill:#fff
}

.sticky-header .navbar-menu>ul{
  transition:all .4s;
  transform-origin:left
}

.sticky-header .search-icon-btf{
  transform-origin:left
}

.sticky-header .search-icon-btf .icon-search{
  color:#FFF
}

.sticky-header.menu-active{
  background:#001E35
}

.sticky-header.menu-active a.logo svg{
  fill:#fff
}

.fixnav-init .sticky-header{
  position:fixed;
  transition:none
}

.fixnav-init .sticky-header[data-scroll="out"]{
  transition:background .4s
}

.fixnav-init .sticky-header[data-scroll="out"].menu-active{
  background:#001E35
}

.fixnav-init .sticky-header[data-scroll="in"]{
  transform:translateY(-80px);
  background:#efefef
}

.fixnav-init .sticky-header[data-scroll="in"] a.logo{
  display:flex
}

.fixnav-init .sticky-header[data-scroll="in"] a.logo svg{
  fill:#004270
}

.fixnav-init .sticky-header[data-scroll="in"] .search-icon-btf{
  transform-origin:left
}

.fixnav-init .sticky-header[data-scroll="in"] .search-icon-btf .icon-search{
  color:#004270
}

.fixnav-init .sticky-header[data-scroll="in"] .navbar-menu>ul{
  transform-origin:left
}

.fixnav-init .sticky-header[data-scroll="in"] .navbar-menu>ul ul.nav-drop.offscreen.is-active{
  right:0px;
  left:0px
}

.fixnav-init .sticky-header[data-scroll="in"] .navbar-menu>ul ul.nav-drop.offscreen.is-active:before{
  right:20px;
  left:auto
}

.fixnav-init .sticky-header.not-top:not(.inside-hero){
  transform:translateY(-80px);
  background:#efefef
}

.fixnav-init .sticky-header.not-top:not(.inside-hero) a.logo svg{
  fill:#004270
}

.fixnav-init .sticky-header.not-top:not(.inside-hero) .logotype{
  font-size:24px;
  color:#004270
}

.fixnav-init .sticky-header.not-top:not(.inside-hero) .navbar-menu>ul{
  transform-origin:left
}

.fixnav-init .sticky-header.not-top:not(.inside-hero) .navbar-menu>ul ul.nav-drop.offscreen.is-active{
  right:0px;
  left:0px
}

.fixnav-init .sticky-header.not-top:not(.inside-hero) .navbar-menu>ul ul.nav-drop.offscreen.is-active:before{
  right:20px;
  left:auto
}

.fixnav-init .sticky-header.not-top:not(.inside-hero) .search-icon-btf{
  transform-origin:left
}

.fixnav-init .sticky-header.not-top:not(.inside-hero) .search-icon-btf .icon-search{
  color:#004270
}

#dropdownMenuButton{
  transform:none
}

nav.sidebar-nav.hide-sibling ul li{
  display:none
}

nav.sidebar-nav.hide-sibling ul li:first-of-type{
  border-bottom:0px solid #666
}

nav.sidebar-nav.hide-sibling ul li.current_page_ancestor{
  display:block
}

nav.sidebar-nav.hide-sibling ul li.current_page_ancestor ul.children li{
  display:block
}

nav.sidebar-nav ul{
  font-family:"GT-America Bold",sans-serif;
  font-size:16px
}

nav.sidebar-nav ul ul{
  font-family:"GT-America Medium",sans-serif;
  font-size:14px
}

nav.sidebar-nav ul ul ul{
  font-family:"GT-America Regular",sans-serif;
  text-transform:none;
  font-size:14px
}

nav.sidebar-nav ul li{
  margin:10px 0 10px;
  font-size:14px;
  font-family:"GT-America Medium",sans-serif;
  border-bottom:1px solid #666;
  padding-bottom:12px
}

nav.sidebar-nav ul li:first-of-type{
  border-bottom:1px solid #666
}

nav.sidebar-nav ul li ul.children li{
  display:block;
  border-top:1px solid #666;
  border-bottom:0px solid #666;
  padding-top:10px;
  padding-left:0;
  margin-left:10px;
  padding-bottom:0;
  margin-bottom:0
}

nav.sidebar-nav .current_page_item>a{
  background-color:#2DEBC3
}

.fixnav .sticky-header{
  position:fixed
}

.fixnav .sticky-header a.logo{
  display:flex
}

.fixnav .sticky-header[data-scroll="out"] a.logo{
  display:flex
}

.fixnav .sticky-header[data-scroll="in"]{
  transform:none
}

.fixnav .sticky-header[data-scroll="in"].anchor-active{
  transform:translateY(-100px)
}

.fixnav .sticky-header[data-scroll="in"] .accordion-content a{
  color:#004270
}

.fixnav .sticky-header[data-scroll="in"] a.button{
  border-color:#004270;
  color:#004270
}

.fixnav .sticky-header[data-scroll="in"] a.button:hover,.fixnav .sticky-header[data-scroll="in"] a.button:active,.fixnav .sticky-header[data-scroll="in"] a.button:focus{
  color:#fff
}

.fixnav .sticky-header[data-scroll="in"] .icon-search{
  color:#004270
}

.fixnav .sticky-header[data-scroll="in"] .search-bar input.search{
  border-color:#004270;
  background:#fff;
  color:#004270
}

.fixnav .sticky-header[data-scroll="in"] .search-bar input.search::-webkit-input-placeholder{
  color:#004270;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.fixnav .sticky-header[data-scroll="in"] .search-bar input.search:-moz-placeholder{
  color:#004270;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.fixnav .sticky-header[data-scroll="in"] .search-bar input.search::-moz-placeholder{
  color:#004270;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.fixnav .sticky-header[data-scroll="in"] .search-bar input.search:-ms-input-placeholder{
  color:#004270;
  text-transform:capitalize;
  font-family:"GT-America Medium",sans-serif;
  opacity:1
}

.fixnav .sticky-header[data-scroll="in"] .navbar-menu>ul{
  transform-origin:left
}

.fixnav .sticky-header[data-scroll="in"] .navbar-menu>ul ul.nav-drop{
  top:83px
}

.fixnav .sticky-header[data-scroll="in"] .navbar-menu>ul ul.nav-drop.offscreen.is-active{
  right:0px;
  left:0px
}

.fixnav .sticky-header[data-scroll="in"] .navbar-menu>ul ul.nav-drop.offscreen.is-active:before{
  right:20px;
  left:auto
}

.fixnav .sticky-header[data-scroll="in"] .navbar-menu>ul.hide-search{
  transform-origin:left
}

.fixnav .sticky-header[data-scroll="in"] .search-icon-btf{
  transform-origin:left
}

.fixnav .sticky-header[data-scroll="in"] .search-icon-btf .icon-search{
  color:#004270
}

.fixnav .sidebar-menu{
  transition:all .4s
}

.fixnav .sidebar-menu.fixed{
  position:sticky
}

.unfixnav .sticky-header{
  position:fixed
}

.unfixnav .sticky-header[data-scroll="in"]{
  transform:translateY(-80px)
}

.unfixnav .sticky-header[data-scroll="in"] a.logo{
  display:flex
}

.unfixnav .sticky-header[data-scroll="in"] a.logo svg{
  fill:#004270
}

.unfixnav .sticky-header[data-scroll="in"] .navbar-menu>ul{
  transform-origin:left
}

.unfixnav .sticky-header[data-scroll="in"] .navbar-menu>ul ul.nav-drop.offscreen.is-active{
  right:0px;
  left:0px
}

.unfixnav .sticky-header[data-scroll="in"] .navbar-menu>ul ul.nav-drop.offscreen.is-active:before{
  right:20px;
  left:auto
}

.unfixnav .sticky-header[data-scroll="in"] .search-icon-btf{
  transform-origin:left
}

.unfixnav .sidebar-menu{
  transition:all .4s
}

.unfixnav .sidebar-menu.fixed{
  position:sticky
}

ul.mobile-menu{
  position:absolute;
  top:80px;
  left:0;
  right:0;
  bottom:0;
  transition:all .35s;
  transform:scale(0.5);
  transform-origin:center;
  opacity:0;
  z-index:2;
  height:calc(100vh - 80px);
  visibility:hidden;
  overflow-x:hidden
}

ul.mobile-menu.menu-active{
  visibility:visible;
  z-index:0;
  opacity:1;
  transform:scale(1)
}

ul.mobile-menu .navbar-item:first-child{
  border-top:2px solid white
}

ul.mobile-menu .navbar-item{
  border-bottom:2px solid white
}

ul.mobile-menu .mobile-nav-buttons,ul.mobile-menu #search{
  padding:0px 20px
}

ul.mobile-menu .toggle-shelf span.toggle-close{
  right:20px
}

div.search-region-menu,div.search-topic-menu{
  position:absolute;
  top:0px;
  left:0;
  right:0;
  bottom:0;
  padding:0;
  transition:all .35s;
  transform:scale(0.5);
  transform-origin:center;
  opacity:0;
  z-index:2;
  height:100vh;
  visibility:hidden;
  overflow-y:scroll
}

div.search-region-menu.menu-active,div.search-topic-menu.menu-active{
  visibility:visible;
  z-index:4;
  opacity:1;
  transform:scale(1)
}

.accordion .accordion-content a{
  display:block
}

.accordion .accordion-content:last-of-type{
  position:relative
}

.navbar-burger{
  cursor:pointer;
  display:block;
  position:absolute;
  transition:transform .4s;
  height:45px;
  width:45px;
  top:0;
  right:0;
  border-radius:50%;
  margin-right:15px;
  margin-top:15px;
  padding:0 18px 0
}

.navbar-burger span{
  background:#004270;
  width:30px;
  display:block;
  height:2px;
  left:calc(50% - 15px);
  position:absolute;
  transform-origin:center;
  transition-duration:.2s;
  transition-property:background-color, opacity, transform;
  transition-timing-function:ease-in
}

.navbar-burger span:nth-child(1){
  top:calc(50% -  8px)
}

.navbar-burger span:nth-child(2){
  top:calc(50% - 1px)
}

.navbar-burger span:nth-child(3){
  top:calc(50% + 6px)
}

.navbar-burger:hover{
  background-color:#004270
}

.navbar-burger:hover span{
  background-color:#fff
}

.navbar-burger.is-active{
  background:#001E35;
  border:1px solid white
}

.navbar-burger.is-active span{
  background-color:#FFF
}

.navbar-burger.is-active span:nth-child(1){
  transform:translateY(7px) rotate(45deg)
}

.navbar-burger.is-active span:nth-child(2){
  opacity:0
}

.navbar-burger.is-active span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg)
}

.sticky-header{
  box-shadow:0 0 0
}

span.toggle-close:before,span.toggle-close:after{
  position:absolute;
  content:' ';
  height:20px;
  width:3px;
  right:9px;
  background-color:#fff
}

span.toggle-close:before{
  transform:rotate(90deg)
}

span.toggle-close:after{
  transform:rotate(0deg)
}

.toggle-shelf{
  position:relative;
  font-family:"GT-America Regular",sans-serif
}

.toggle-shelf span.toggle-close{
  position:absolute;
  width:20px;
  height:20px;
  right:8px;
  top:23px;
  transition:transform .2s
}

.toggle-shelf.active span.toggle-close{
  transform:rotate(45deg)
}

html.fixnav .sidebar-menu.fixed{
  top:195px
}

html.unfixnav .sidebar-menu.fixed{
  top:100px
}

.sidebar-menu.fixed{
  position:sticky
}

.sidebar-menu.bottom{
  bottom:0;
  position:sticky;
  max-width:100%;
  top:0
}

.sidebar-wrapper{
  position:relative;
  top:0px;
  bottom:auto;
  float:none;
  height:calc(100% - 195px)
}

.color-primary{
  color:#004270
}

html{
  background:#001E35
}

body{
  font-family:"GT-America Regular",sans-serif
}

body.admin-bar{
  top:46px
}

body.admin-bar ul.mobile-menu{
  top:126px
}

#main-content{
  background:#F0F0F0
}

#main{
  background:#F0F0F0;
  margin-top:-1px
}

.featured-news-container{
  max-width:1600px
}

.hero-overlap .full-width-img{
  height:35vh
}

.featured-news-container .full-width-img{
  height:55vh
}

.caption{
  max-width:300px
}

.Masthead{
  z-index:0 !important
}

a:hover,a:active,a:focus{
  text-decoration:underline
}

.pagination-ellipsis{
  border:0;
  padding:0;
  margin:0
}

.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{
  border-radius:50%;
  color:#004270;
  border-color:#004270;
  transition:.2s;
  min-width:36px;
  max-width:36px
}

.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover,.pagination-ellipsis:hover{
  border-color:#2DEBC3;
  background:#2DEBC3;
  color:#fff
}

.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus{
  border-radius:50%
}

.owl-item .clip-hex-mod{
  height:90%;
  width:65% !important;
  top:0.55em
}

.mob-menu.chevron::before{
  border-color:#9be8ca;
  height:0.7em;
  width:0.7em;
  top:0.6em;
  margin-left:.4rem
}

.chevron::before{
  border-style:solid;
  border-width:0.25em 0.25em 0 0;
  content:'';
  display:inline-block;
  height:0.45em;
  left:0.15em;
  position:relative;
  top:0.15em;
  transform:rotate(-45deg);
  vertical-align:top;
  width:0.45em
}

.chevron.right:before{
  left:0;
  transform:rotate(45deg)
}

.category-scroller{
  left:0;
  position:static
}

.category-scroller hr{
  background:#2DEBC3;
  height:3px
}

.category-scroller div:hover hr{
  background:black
}

.category-scroller a{
  white-space:nowrap;
  display:inline-block;
  text-decoration:none
}

.cat.owl-next{
  position:relative;
  right:-93%;
  top:60px
}

.cat.owl-prev{
  position:relative;
  top:60px;
  left:0px
}

#mc_embed_signup.signup-footer .mc-field-group input{
  font-size:16px !important
}

#mc_embed_signup .mc-field-group input{
  color:#000;
  font-family:"GT-America Regular",sans-serif;
  border-radius:0;
  font-size:20px
}

#mc_embed_signup .mc-field-group input::-webkit-input-placeholder{
  color:#000;
  text-transform:capitalize;
  font-family:"GT-America Regular",sans-serif;
  opacity:1
}

#mc_embed_signup .mc-field-group input:-moz-placeholder{
  color:#000;
  text-transform:capitalize;
  font-family:"GT-America Regular",sans-serif;
  opacity:1
}

#mc_embed_signup .mc-field-group input::-moz-placeholder{
  color:#000;
  text-transform:capitalize;
  font-family:"GT-America Regular",sans-serif;
  opacity:1
}

#mc_embed_signup .mc-field-group input:-ms-input-placeholder{
  color:#000;
  text-transform:capitalize;
  font-family:"GT-America Regular",sans-serif;
  opacity:1
}

#mc_embed_signup .mc-field-group input.left-line::before{
  height:10px;
  background:blue;
  width:4px
}

#mc_embed_signup .button{
  position:relative;
  top:10px
}

#mc_embed_signup.signup-footer .button.secondary-button{
  position:static;
  margin:0px !important
}

#mc_embed_signup .button.secondary-button{
  font-size:14px;
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  padding:15px 30px;
  height:auto;
  line-height:inherit;
  background:#2DEBC3;
  color:#001E35;
  font-family:"GT-America Medium",sans-serif;
  border:0px solid #2DEBC3
}

#mc_embed_signup .button.secondary-button:hover,#mc_embed_signup .button.secondary-button:active,#mc_embed_signup .button.secondary-button:focus{
  opacity:1;
  background:#001E35;
  color:#2DEBC3;
  border:0px solid #2DEBC3;
  opacity:1
}

#mc_embed_signup.signup-footer .button.secondary-button{
  padding:15px 22px;
  font-size:12px;
  line-height:18px
}

.highlight-carousel .owl-carousel .owl-item img{
  max-height:375px
}

.tease-fallback{
  min-height:110px
}

.owl-nav{
  position:absolute;
  width:100%;
  top:50%
}

.owl-theme .owl-nav{
  display:none
}

.owl-next,.owl-prev{
  position:absolute;
  top:40%
}

#gallery .owl-next,#gallery .owl-prev{
  top:40% !important
}

.owl-next{
  display:none
}

.owl-prev{
  display:none
}

.owl-stage-outer{
  margin-bottom:10px
}

.pswp__caption__center{
  max-width:420px;
  font-size:18px;
  padding:12px;
  line-height:18px;
  font-family:"GT-America Bold",sans-serif;
  color:#fff
}

.wp-caption.aligncenter{
  margin:0 auto
}

.wp-caption.alignleft{
  float:left;
  margin-top:5px;
  margin-right:20px;
  margin-bottom:10px
}

.wp-caption.alignright{
  float:right;
  margin-top:5px;
  margin-left:20px;
  margin-bottom:10px
}

p.wp-caption-text{
  font-family:"Lora Italic","Lora",serif;
  font-size:14px;
  color:#333;
  margin:0 0 25px;
  line-height:1.35
}

img.aligncenter{
  margin:0 auto
}

img.alignleft{
  float:left;
  margin-top:5px;
  margin-right:20px;
  margin-bottom:10px
}

img.alignright{
  float:right;
  margin-top:5px;
  margin-left:20px;
  margin-bottom:10px
}

@media (min-width: 640px){
  .hero.is-fullheight{
    min-height:63vw
  }

  ul.mobile-menu{
    top:80px
  }

  #mc_embed_signup .button{
    top:-63px
  }

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

@media (min-width: 768px){
  a.nav-main-link.withsub.is-active:after{
    content:'';
    width:0;
    height:0;
    border-left:19px solid transparent;
    border-right:19px solid transparent;
    position:absolute;
    bottom:-16px;
    left:calc(50% - 19px)
  }

  a.nav-main-link.withsub.is-active:before{
    content:'';
    width:0;
    height:0;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-bottom:20px solid #001E35;
    position:absolute;
    bottom:-15px;
    left:calc(50% - 20px)
  }

  .nav-drop-item:hover span::after{
    width:100%;
    opacity:1
  }

  .navbar-menu.menu-region a.nav-main-link.is-active span:after,.navbar-menu.menu-topic a.nav-main-link.is-active span:after{
    display:none
  }

  .navbar-menu.menu-region a.nav-main-link.is-active span:before,.navbar-menu.menu-topic a.nav-main-link.is-active span:before{
    display:none
  }

  .navbar-menu.menu-region a.nav-main-link.is-active:after,.navbar-menu.menu-topic a.nav-main-link.is-active:after{
    display:none
  }

  .navbar-menu.menu-region a.nav-main-link.is-active:before,.navbar-menu.menu-topic a.nav-main-link.is-active:before{
    display:none
  }

  body.admin-bar ul.mobile-menu{
    top:112px
  }

  .owl-item .clip-hex-mod{
    height:100%;
    width:75% !important
  }

  .hero-overlap .full-width-img{
    height:40vh
  }

  .caption{
    max-width:350px
  }
}

@media (min-width: 992px){
  .wysiwyg p{
    line-height:28px;
    font-size:18px
  }

  .wysiwyg blockquote p{
    margin-bottom:1.25rem
  }

  .wysiwyg blockquote p em{
    display:inline-block;
    margin-bottom:1.75rem
  }

  .wysiwyg blockquote p span{
    display:none
  }

  .wysiwyg blockquote:before{
    display:none
  }

  .blockquote:before{
    font-size:145px;
    margin-bottom:20px
  }

  .blockquote:after{
    font-size:145px
  }

  .accordion span.icon{
    width:40px
  }

  .accordion .card-header{
    display:flex;
    align-items:center
  }

  .search-bar input.search{
    letter-spacing: 0.05em;
    background:#fff;
    border:1px solid #fff;
    border-radius:0;
    font-family:"GT-America Regular",sans-serif;
    font-size:14px;
    height:45px;
    width:325px;
    padding:0 15px;
    color:#FFF
  }

  .search-bar input.search::-webkit-input-placeholder{
    color:#fff;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .search-bar input.search:-moz-placeholder{
    color:#fff;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .search-bar input.search::-moz-placeholder{
    color:#fff;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .search-bar input.search:-ms-input-placeholder{
    color:#fff;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .search-bar input.search:focus,.search-bar input.search:active{
    border-color:#fff;
    box-shadow:0 0 0 0 rgba(0,66,112,0.5);
    border:1px solid #004270
  }

  .hero.hero-fullheight{
    min-height:45vh;
    background:#001E35
  }

  .hero.is-fullheight{
    height:73vh;
    min-height:0px
  }

  .hero.is-halfheight{
    min-height:52vh;
    background:#001E35
  }

  .hero.is-small{
    height:81px
  }

  .hero h1{
    line-height:1.1 !important
  }

  .hero-top{
    padding-top:184px;
    height:92vh;
    overflow:hidden
  }

  .hero-video{
    display:block;
    position:absolute;
    z-index:1;
    padding:0
  }

  .hero-video.half{
    height:calc(64vh - 184px)
  }

  .hero-video{
    display:block;
    position:absolute;
    z-index:1;
    height:calc(73vh - 80px);
    top:80px
  }

  .hero-video.half{
    height:calc(64vh - 80px)
  }

  .base{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    height:calc(92vh - 184px);
    background:rgba(0,30,53,0.75);
    width:60%;
    z-index:-1
  }

  .base-arrow:before{
    content:"";
    border-top:calc(46vh - 92px) solid transparent;
    border-left:22vh solid rgba(0,30,53,0.75);
    border-bottom:calc(46vh - 92px) solid transparent;
    position:absolute;
    top:0;
    z-index:-1;
    left:60%
  }

  body.admin-bar ul.mobile-menu{
    top:112px
  }

  .featured-news-container .full-width-img{
    height:70vh
  }

  .hero-overlap .full-width-img{
    height:50vh
  }

  .scroll-parent{
    max-width:90%;
    margin:0 auto
  }

  .category-scroller{
    left:0;
    position:relative
  }

  #mc_embed_signup .button{
    top:-81px
  }

  #mc_embed_signup.signup-footer .button.secondary-button{
    padding:15px 30px;
    font-size:14px;
    line-height:inherit
  }

  .caption{
    max-width:400px
  }

  .owl-nav{
    position:absolute;
    width:100%;
    top:50%
  }

  .owl-theme .owl-nav{
    display:none
  }

  .owl-next,.owl-prev{
    position:absolute;
    top:calc(50% + 15px)
  }

  .owl-next{
    right:-20px;
    z-index:10;
    border-radius:50%;
    border:1px solid #888;
    height:36px;
    width:36px;
    display:inline-block;
    padding:2px 6px
  }

  .owl-next.narrow{
    right:-5px
  }

  .owl-prev{
    left:-20px;
    z-index:10;
    border-radius:50%;
    border:1px solid #888;
    height:36px;
    width:36px;
    display:inline-block;
    padding:2px 6px
  }

  .owl-prev.narrow{
    left:-5px
  }
}

@media (min-width: 1280px){
  .hero .full-width-img{
    height:50vh
  }

  .hero{
    padding-top:184px
  }

  .hero.is-fullheight{
    height:92vh
  }

  .hero.is-halfheight{
    min-height:58vh;
    background:#001E35
  }

  .hero.is-small{
    height:185px
  }

  .hero-video{
    height:calc(92vh - 184px);
    top:184px
  }

  header{
    padding:0;
    height:auto
  }

  a.logo{
    transition:all .35s;
    max-width:360px;
    transform:translateY(0);
    transition:all .35s
  }

  a.logo .logomark{
    transition:all .4s
  }

  a.logo .logotype{
    display:flex;
    font-size:36px;
    width:240px;
    text-transform:uppercase
  }

  .search-bar{
    margin-top:45px;
    padding:0 15px
  }

  .navbar{
    padding:20px 0 0
  }

  .navbar .navbar-menu>ul{
    position:absolute;
    top:100px;
    right:-54px;
    padding:0;
    margin:0;
    transition:all .35s
  }

  a.nav-main-link.withsub.is-active:after{
    content:'';
    width:0;
    height:0;
    border-left:19px solid transparent;
    border-right:19px solid transparent;
    position:absolute;
    bottom:-14px;
    left:calc(50% - 19px)
  }

  a.nav-main-link.withsub.is-active:before{
    content:'';
    width:0;
    height:0;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-bottom:20px solid #001E35;
    position:absolute;
    bottom:-13px
  }

  ul.nav-drop{
    top:184px
  }

  a.nav-main-link{
    padding:20px 15px;
    font-size:18px;
    color:#004270
  }

  .sticky-header{
    height:184px
  }

  .sticky-header.not-home .header-wrap{
    background:#F0F0F0
  }

  .sticky-header .header-wrap a.button{
    color:#004270
  }

  .sticky-header .header-wrap a.button:hover,.sticky-header .header-wrap a.button:active,.sticky-header .header-wrap a.button:focus{
    color:#fff
  }

  .sticky-header .header-wrap .search-bar input.search{
    color:#004270
  }

  .sticky-header .header-wrap .search-bar input.search::-webkit-input-placeholder{
    color:#004270;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .sticky-header .header-wrap .search-bar input.search:-moz-placeholder{
    color:#004270;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .sticky-header .header-wrap .search-bar input.search::-moz-placeholder{
    color:#004270;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .sticky-header .header-wrap .search-bar input.search:-ms-input-placeholder{
    color:#004270;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .fixnav-init .sticky-header a.logo{
    width:100%;
    display:flex;
    align-items:center
  }

  .fixnav-init .sticky-header[data-scroll="in"]{
    transform:translateY(0)
  }

  .fixnav-init .sticky-header[data-scroll="in"] a.logo{
    width:300px;
    display:flex;
    align-items:center
  }

  .fixnav-init .sticky-header[data-scroll="in"] .search-icon-btf{
    display:flex
  }

  .fixnav-init .sticky-header[data-scroll="in"].past-hero .header-wrap a.button{
    color:#004270
  }

  .fixnav-init .sticky-header[data-scroll="in"].past-hero .header-wrap a.button:hover,.fixnav-init .sticky-header[data-scroll="in"].past-hero .header-wrap a.button:active,.fixnav-init .sticky-header[data-scroll="in"].past-hero .header-wrap a.button:focus{
    color:#fff;
    background:#004270
  }

  .fixnav-init .sticky-header[data-scroll="in"].past-hero .header-wrap .search-bar input.search{
    background:#fff;
    color:#004270
  }

  .fixnav-init .sticky-header[data-scroll="in"].past-hero .header-wrap .search-bar input.search::-webkit-input-placeholder{
    color:#004270;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .fixnav-init .sticky-header[data-scroll="in"].past-hero .header-wrap .search-bar input.search:-moz-placeholder{
    color:#004270;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .fixnav-init .sticky-header[data-scroll="in"].past-hero .header-wrap .search-bar input.search::-moz-placeholder{
    color:#004270;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .fixnav-init .sticky-header[data-scroll="in"].past-hero .header-wrap .search-bar input.search:-ms-input-placeholder{
    color:#004270;
    text-transform:capitalize;
    font-family:"GT-America Medium",sans-serif;
    opacity:1
  }

  .fixnav-init .sticky-header[data-scroll="out"] .logotype{
    color:#004270
  }

  .fixnav-init .sticky-header[data-scroll="out"] a.nav-main-link{
    color:#004270
  }

  .fixnav-init .sticky-header.not-top:not(.inside-hero){
    transform:translateY(-100px)
  }

  .fixnav-init .sticky-header.not-top:not(.inside-hero) a.logo{
    max-width:360px;
    transform:translateY(50px)
  }

  .fixnav .sticky-header{
    position:fixed
  }

  .fixnav .sticky-header a.logo{
    transform:translateY(50px);
    max-width:300px
  }

  .fixnav .sticky-header[data-scroll="in"]{
    background:#efefef;
    transform:translateY(-100px)
  }

  .fixnav .sticky-header[data-scroll="in"] a.logo svg{
    fill:#005DA5
  }

  .fixnav .sticky-header[data-scroll="in"] .logotype{
    font-size:24px;
    color:#004270
  }

  .fixnav .sticky-header[data-scroll="in"] .search-icon-btf{
    display:flex
  }

  .fixnav .sticky-header[data-scroll="in"] .navbar-menu>ul{
    right:0
  }

  .fixnav .sticky-header[data-scroll="out"] a.logo{
    width:100%;
    max-width:360px;
    display:flex;
    align-items:center;
    transform:translateY(0)
  }

  .fixnav .sticky-header[data-scroll="out"] .logotype{
    color:#004270
  }

  .fixnav .sticky-header[data-scroll="out"] a.nav-main-link{
    color:#004270
  }

  .fixnav .sticky-header.show-search[data-scroll="in"]{
    transform:translateY(0px)
  }

  .fixnav .sticky-header.show-search[data-scroll="in"] a.logo{
    width:100%;
    top:0;
    transform:translateY(0px)
  }

  .fixnav .sticky-header.show-search[data-scroll="in"] .navbar-menu>ul{
    right:-55px
  }

  .fixnav .sticky-header.show-search[data-scroll="in"] .search-icon-btf{
    right:0
  }

  .fixnav .sticky-header.show-search[data-scroll="in"] .search-icon-btf .icon-search{
    color:#004270
  }

  .fixnav .sticky-header.inside-hero{
    background:#F0F0F0;
    transform:translateY(0px)
  }

  .fixnav .sticky-header.inside-hero .header-wrap a.button{
    color:#004270
  }

  .fixnav .sticky-header.inside-hero .header-wrap a.button:hover,.fixnav .sticky-header.inside-hero .header-wrap a.button:active,.fixnav .sticky-header.inside-hero .header-wrap a.button:focus{
    color:#fff;
    background:#004270
  }

  .fixnav .sticky-header.inside-hero .logotype{
    color:#004270
  }

  .fixnav .sticky-header.inside-hero a.nav-main-link{
    color:#004270
  }

  .fixnav .sticky-header.inside-hero a.nav-main-link,.fixnav .sticky-header.inside-hero .logotype{
    color:#004270
  }

  .fixnav .sticky-header.inside-hero a.logo svg{
    fill:#005DA5
  }

  .fixnav .sticky-header.inside-hero .search-icon-btf{
    transform:translateX(0)
  }

  .fixnav .sticky-header.inside-hero .search-icon-btf .icon-search{
    color:#004270
  }

  .unfixnav .sticky-header a.logo{
    width:100%;
    display:flex;
    align-items:center
  }

  .unfixnav .sticky-header.inside-hero{
    background:#F0F0F0
  }

  .unfixnav .sticky-header[data-scroll="in"]{
    transform:translateY(-184px);
    background:#F0F0F0
  }

  .unfixnav .sticky-header[data-scroll="in"] a.nav-main-link,.unfixnav .sticky-header[data-scroll="in"] .logotype{
    color:#004270
  }

  .unfixnav .sticky-header[data-scroll="in"].disable-nav a.logo{
    max-width:300px;
    transform:translateY(0)
  }

  .unfixnav .sticky-header[data-scroll="in"] a.logo{
    width:100%;
    display:flex;
    align-items:center
  }

  .unfixnav .sticky-header[data-scroll="in"] a.logo svg{
    fill:#005DA5
  }

  .unfixnav .sticky-header[data-scroll="in"].past-hero{
    background:#F0F0F0
  }

  .unfixnav .sticky-header[data-scroll="in"].past-hero a.nav-main-link,.unfixnav .sticky-header[data-scroll="in"].past-hero .logotype{
    color:#004270
  }

  .unfixnav .sticky-header[data-scroll="in"].past-hero a.logo{
    max-width:300px;
    transform:translateY(50px)
  }

  .unfixnav .sticky-header[data-scroll="in"].past-hero a.logo svg{
    fill:#005DA5
  }

  .unfixnav .sticky-header[data-scroll="in"].past-hero .search-icon-btf{
    display:flex
  }

  .unfixnav .sticky-header[data-scroll="in"].past-hero .search-icon-btf .icon-search{
    color:#004270
  }

  .unfixnav .sticky-header[data-scroll="in"].past-hero .logotype{
    font-size:24px;
    color:#004270
  }

  .unfixnav .sticky-header[data-scroll="in"] .navbar-menu>ul{
    right:0
  }

  .unfixnav .sticky-header[data-scroll="in"].show-search[data-scroll="in"]{
    transform:translateY(0px)
  }

  .unfixnav .sticky-header[data-scroll="in"].show-search[data-scroll="in"] .navbar-menu>ul{
    right:0
  }

  .unfixnav .sticky-header[data-scroll="in"].show-search[data-scroll="in"] .search-icon-btf{
    transform:translateX(0)
  }

  .unfixnav .sticky-header[data-scroll="in"].show-search[data-scroll="in"] .search-icon-btf .icon-search{
    color:#004270
  }

  .unfixnav .sticky-header[data-scroll="out"] .logotype{
    color:#004270
  }

  .unfixnav .sticky-header[data-scroll="out"] a.nav-main-link{
    color:#004270
  }

  .unfixnav .sticky-header[data-scroll="out"] .search-icon-btf{
    display:none
  }

  ul.mobile-menu{
    top:195px
  }

  div.search-topic-menu,div.search-region-menu{
    position:absolute;
    top:0px;
    left:0;
    right:0;
    bottom:0;
    padding:0;
    transition:all .35s;
    transform:scale(0.5);
    transform-origin:center;
    opacity:0;
    z-index:2;
    height:calc(100vh - 100px);
    visibility:hidden
  }

  div.search-topic-menu.menu-active,div.search-region-menu.menu-active{
    visibility:visible;
    z-index:2;
    opacity:1;
    transform:scale(1)
  }

  .subnav{
    position:fixed;
    top:0;
    right:0;
    left:0;
    padding:0;
    width:100%;
    background-color:rgba(0,30,53,0.9);
    height:75px;
    opacity:1;
    transition:transform .35s;
    display:none
  }

  .subnav.anchor-active{
    transform:translateY(0px)
  }

  .unfixnav .subnav{
    transform:translateY(184px);
    display:flex
  }

  .unfixnav .subnav[data-scroll="in"]{
    transform:translateY(0px)
  }

  .fixnav .sticky-header.past-hero.anchor-active{
    transform:translateY(-184px)
  }

  .fixnav .subnav{
    display:flex
  }

  .fixnav .subnav.anchor-active[data-scroll="in"]{
    transform:translateY(0)
  }

  .fixnav .subnav[data-scroll="in"]{
    transform:translateY(84px)
  }

  .fixnav .subnav[data-scroll="out"]{
    transform:translateY(184px)
  }

  .fixnav-init .subnav{
    transform:translateY(0)
  }

  .fixnav-init .subnav.not-top{
    transform:translateY(84px)
  }

  .fixnav-init .subnav[data-scroll="out"]{
    transform:translateY(184px)
  }

  .fixnav-init.not-top .subnav[data-scroll="out"]{
    transform:translateY(0)
  }

  .navbar-burger{
    right:0
  }

  a.nav-main-link{
    padding:20px 30px;
    font-size:22px
  }

  a.nav-main-link.is-active:before{
    bottom:-17px
  }

  a.logo .logomark{
    transition:all .4s
  }

  a.logo .logotype{
    display:flex;
    font-size:36px;
    width:240px;
    text-transform:uppercase
  }

  .search-bar{
    margin-top:45px;
    padding:0 30px
  }

  a.nav-main-link{
    padding:20px 30px;
    font-size:22px;
    font-family:"GT-America Regular",sans-serif;
    color:#004270
  }

  .sticky-header{
    height:184px
  }

  .fixnav-init .sticky-header.not-top:not(.inside-hero){
    transform:translateY(-100px)
  }

  .fixnav .sticky-header[data-scroll="in"]{
    transform:translateY(-100px)
  }

  .fixnav .sticky-header[data-scroll="in"] .navbar-menu>ul ul.nav-drop{
    top:184px
  }

  .fixnav .sticky-header.show-search[data-scroll="in"]{
    transform:translateY(0px)
  }

  .unfixnav .sticky-header[data-scroll="in"]{
    transform:translateY(-184px)
  }

  div.search-region-menu,div.search-topic-menu{
    top:0px;
    height:100vh
  }

  .fixnav .subnav{
    transform:translateY(100px)
  }

  .caption{
    max-width:500px
  }

  .wysiwyg p{
    line-height:32px;
    font-size:20px
  }

  .owl-next{
    right:-55px
  }

  .owl-prev{
    left:-55px
  }
}

@media (min-width: 640px){

  .col-sm-3{
    max-width:25%
  }

  .col-sm-6{
    max-width:50%
  }

  .col-sm-9{
    max-width:75%
  }
}

@media (min-width: 768px){

  .col-md-3{
    max-width:25%
  }

  .col-md-5{
    max-width:41.66667%
  }

  .col-md-6{
    max-width:50%
  }

  .col-md-7{
    max-width:58.33333%
  }

  .col-md-9{
    max-width:75%
  }
}

@media (min-width: 992px){

  .col-lg-2{
    max-width:16.66667%
  }

  .col-lg-3{
    max-width:25%
  }

  .col-lg-4{
    max-width:33.33333%
  }

  .col-lg-5{
    max-width:41.66667%
  }

  .col-lg-6{
    max-width:50%
  }

  .col-lg-7{
    max-width:58.33333%
  }

  .col-lg-8{
    max-width:66.66667%
  }

  .col-lg-9{
    max-width:75%
  }
}

@media (min-width: 1280px){

  .col-xl-2{
    max-width:16.66667%
  }

  .col-xl-3{
    max-width:25%
  }

  .col-xl-4{
    max-width:33.33333%
  }

  .col-xl-6{
    max-width:50%
  }

  .col-xl-8{
    max-width:66.66667%
  }

  .col-xl-9{
    max-width:75%
  }
}

.feat-event__calendar-p{
  font-size:0.125rem;
  left:0.35rem
}

.funding-search__content{
  overflow:hidden
}

.funding-search__form{
  padding-top:1rem;
  padding-bottom:1rem
}

.funding-search__content--closed{
  transition:all 700ms ease 0s
}

.funding-search__content--opened{
  transition:all 700ms ease 0s
}

.funding-search__header--closed svg{
  transform:rotate(180deg);
  transition:all 700ms ease 0s
}

.funding-search__header--opened svg{
  transform:rotate(0deg);
  transition:all 700ms ease 0s
}

.funding-search__header{
  align-items:center;
  display:flex;
  margin:0;
  padding-top:1rem;
  padding-bottom:1rem;
  justify-content:space-between
}

.funding-search__header__title{
  font-weight:bold;
  margin:0
}

.funding-search__header__icon svg{
  display:block;
  height:40px;
  width:40px
}

.border-b-1{
  border-bottom-width:1px
}

.button-funding-print{
  background-color:#004270;
  color:white;
  font-size:0.75rem;
  padding:0.5rem
}

.learn-more-btn svg{
  fill:#001E35;
  margin-top:-5px
}

.learn-more-btn:hover svg{
  fill:#2DEBC3
}

@media (min-width: 768px){
  .d-md-block{
    display:block !important
  }
}

@media (min-width: 992px){
  .d-lg-flex{
    display:flex !important
  }
}

.order-1{
  order:1
}

.order-2{
  order:2
}

#feat_events .owl-item{
  padding-bottom:1rem
}

.opacity-50{
  opacity:0.5
}

.flex-grow-1{
  flex-grow:1
}

@media (min-width: 640px) {

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:w-auto {
    width: auto;
  }
}

@media (min-width: 768px) {

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-1\/4 {
    width: 25%;
  }
}

@media (min-width: 992px) {

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }
}

@media (min-width: 1365px) {

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-7xl {
    font-size: 5rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }
}

