/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* =WordPress Core - Sassified.
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.alignnone {
  margin: 0 !important;
}

img {
  display: block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Gotham A", "Gotham B";
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #0B1D34;
  font-family: "Gotham A", "Gotham B";
}

/**
 * Basic typography style for copy text
 */
h2, .h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 40.96px */
}
@media only screen and (min-width: 769px) {
  h2, .h2 {
    font-size: 48px;
  }
}

h3, .h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 40.96px */
}
@media only screen and (min-width: 769px) {
  h3, .h3 {
    font-size: 32px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

h6, .h6 {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

p, .p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1296px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 24px; /* 3 */
  padding-right: 24px; /* 3 */
  width: 100%; /* 1 */
}
@media only screen and (min-width: 769px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

html.disable-scrolling {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/**
* Embed Responsively
* http://embedresponsively.com/
*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-a,
.img-a-left,
.img-a-up,
.img-a-video {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.uppercase {
  text-transform: uppercase;
}

.img-a-video {
  height: 100%;
}

.img-a-video .img-a-img:before {
  padding-top: 56.25%;
}

.img-a-bg-video,
.img-a-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-a-bg-video iframe,
.img-a-bg-video video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.img-a-left .img-a-decor {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.img-a-img {
  position: relative;
  overflow: hidden;
}

.img-a-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.64%;
}

.img-a-img img,
.img-a-up .img-a-img img {
  width: 100%;
}

.img-a-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.img-a-up .img-a-img img {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.img-not-a .img-a-img img {
  -webkit-clip-path: inherit;
  clip-path: inherit;
}

.a-hidden {
  opacity: 0;
}

.a-visible {
  opacity: 1;
}

.animated,
.beforeHeightUp:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.downFull {
  -webkit-animation-name: downFull;
  animation-name: downFull;
}

.upFull {
  -webkit-animation-name: upFull;
  animation-name: upFull;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}

.beforeHeightUp:before {
  -webkit-animation-name: heightUp;
  animation-name: heightUp;
}

.widthGrowth {
  -webkit-animation-name: widthGrowth;
  animation-name: widthGrowth;
}

.a-delay-1 {
  -webkit-animation-delay: calc(1 * 0.2s);
          animation-delay: calc(1 * 0.2s);
}

.a-delay-2 {
  -webkit-animation-delay: calc(2 * 0.2s);
          animation-delay: calc(2 * 0.2s);
}

.a-delay-3 {
  -webkit-animation-delay: calc(3 * 0.2s);
          animation-delay: calc(3 * 0.2s);
}

.a-delay-4 {
  -webkit-animation-delay: calc(4 * 0.2s);
          animation-delay: calc(4 * 0.2s);
}

.a-delay-5 {
  -webkit-animation-delay: calc(5 * 0.2s);
          animation-delay: calc(5 * 0.2s);
}

.a-delay-6 {
  -webkit-animation-delay: calc(6 * 0.2s);
          animation-delay: calc(6 * 0.2s);
}

.a-delay-7 {
  -webkit-animation-delay: calc(7 * 0.2s);
          animation-delay: calc(7 * 0.2s);
}

.a-delay-8 {
  -webkit-animation-delay: calc(8 * 0.2s);
          animation-delay: calc(8 * 0.2s);
}

.a-delay-9 {
  -webkit-animation-delay: calc(9 * 0.2s);
          animation-delay: calc(9 * 0.2s);
}

.a-delay-10 {
  -webkit-animation-delay: calc(10 * 0.2s);
          animation-delay: calc(10 * 0.2s);
}

/*
  Custom Spacings
*/
.mt-1 {
  margin-top: 1rem;
}

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

.ml-1 {
  margin-left: 1rem;
}

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

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

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

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

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

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

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

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

.ml-2 {
  margin-left: 2rem;
}

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

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

.my-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.my-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

.pr-3 {
  padding-right: 3rem;
}

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

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

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

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

.ml-4 {
  margin-left: 4rem;
}

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

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 5rem;
}

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

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

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

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

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

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

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

.ml-6 {
  margin-left: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.pl-6 {
  padding-left: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.ml-7 {
  margin-left: 7rem;
}

.mr-7 {
  margin-right: 7rem;
}

.mx-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pr-7 {
  padding-right: 7rem;
}

.px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.ml-8 {
  margin-left: 8rem;
}

.mr-8 {
  margin-right: 8rem;
}

.mx-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

.pl-8 {
  padding-left: 8rem;
}

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

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

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

.mt-9 {
  margin-top: 9rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.ml-9 {
  margin-left: 9rem;
}

.mr-9 {
  margin-right: 9rem;
}

.mx-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pl-9 {
  padding-left: 9rem;
}

.pr-9 {
  padding-right: 9rem;
}

.px-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

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

.ml-10 {
  margin-left: 10rem;
}

.mr-10 {
  margin-right: 10rem;
}

.mx-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.pb-10 {
  padding-bottom: 10rem;
}

.pl-10 {
  padding-left: 10rem;
}

.pr-10 {
  padding-right: 10rem;
}

.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

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

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

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

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

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

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

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes downFull {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes downFull {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes upFull {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes upFull {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes heightUp {
  0% {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@keyframes heightUp {
  0% {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@-webkit-keyframes widthGrowth {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes widthGrowth {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes BgUp {
  to {
    background-position: 50% 0;
  }
}
@keyframes BgUp {
  to {
    background-position: 50% 0;
  }
}
@-webkit-keyframes BgDown {
  0% {
    background-size: 100% 0;
  }
  to {
    background-size: 100% var(--block-height);
  }
}
@keyframes BgDown {
  0% {
    background-size: 100% 0;
  }
  to {
    background-size: 100% var(--block-height);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -200%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -200%;
  }
}
.header {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .header-logo {
    width: 14.4rem;
  }
}
.header-logo {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer {
  position: relative;
  padding: 7rem 0 6.4rem;
  background-color: #0B1D34;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  background-image: url("../img/footer-bar.png");
  background-repeat: repeat-x;
  background-size: auto 30px;
}
@media only screen and (max-width: 992px) {
  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
}
@media only screen and (max-width: 992px) {
  .footer-logo {
    display: none;
  }
}
.footer-social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 993px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 993px) {
  .footer-copyright {
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 992px) {
  .footer-copyright {
    margin-bottom: 2.4rem;
  }
}
.footer-copyright p {
  color: #FFF;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 10px; /* 133.333% */
}
.footer-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu .menu-item {
  padding: 0 1.6rem;
  border-left: 1px solid #FFF;
}
@media only screen and (max-width: 992px) {
  .footer-menu .menu-item {
    padding: 0 1rem;
  }
}
.footer-menu .menu-item:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .footer-menu .menu-item:first-child {
    padding-left: 0;
    border-left: none;
  }
}
.footer-menu .menu-item a {
  color: #FFF;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 10px; /* 133.333% */
}

.btn {
  display: block;
  padding: 1.4rem 3.2rem;
  color: #FFF;
  background-color: #043673;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px; /* 240% */
  letter-spacing: 2px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border: 2px solid #043673;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  background-color: transparent;
  border-color: #043673;
  color: #043673;
}
.btn-white {
  border-color: #FFF;
  background-color: transparent;
  color: #FFF;
}

.banner {
  position: relative;
}
.banner-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 70rem;
  min-height: 49.5rem;
}
.banner-mobile_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 70rem;
  min-height: 49.5rem;
}
.banner-menu {
  padding: 2rem 0 2.8rem;
  background-color: #0B1D34;
}
@media only screen and (min-width: 769px) {
  .banner-menu {
    padding: 2.2rem 0 2.6rem;
  }
}
.banner-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 769px) {
  .banner-menu .container {
    gap: 12rem;
  }
}
.banner-menu__item a {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  color: #D6DFEB;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.banner-menu__item a:hover {
  color: #bfad83;
}

.introduction {
  padding: 5.6rem 0 4.5rem;
}
@media only screen and (min-width: 769px) {
  .introduction {
    padding: 8rem 0;
  }
}
.introduction .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction-content {
  max-width: 64rem;
  text-align: center;
}
.introduction-brand {
  margin-top: 3.2rem;
}

.apply {
  background-color: #F2F1EF;
  padding: 5.6rem 0;
}
@media only screen and (min-width: 769px) {
  .apply {
    padding: 13.8rem 0;
  }
}
@media only screen and (min-width: 769px) {
  .apply .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
  }
}
.apply-info {
  margin-bottom: 3.2rem;
}
.apply-description h6 {
  color: #043673;
}
.apply-title {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 769px) {
  .apply-form {
    width: calc(50% - 3rem);
  }
}
@media only screen and (max-width: 768px) {
  .apply-content {
    margin-bottom: 6.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .apply-content {
    width: calc(42% - 3rem);
  }
}

.frm_forms {
  border: 0px solid var(--SHM---Warm-Grey, #F2F1EF);
  background: #FFF;
  -webkit-box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.2);
  padding: 1.9rem;
}
@media only screen and (min-width: 769px) {
  .frm_forms {
    padding: 3rem;
  }
}

form fieldset {
  border: none;
  padding: 0;
}
form .frm_primary_label, form label {
  display: block;
  margin-bottom: 1rem;
  color: #0B1D34;
  font-family: "Gotham A", "Gotham B";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 109.091% */
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  form .frm_primary_label, form label {
    letter-spacing: 1px !important;
  }
}
form select, form input, form textarea {
  width: 100%;
  padding: 1.2rem 2rem;
  font-family: "Gotham A", "Gotham B";
  color: #0B1D34;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  border: 2px solid #F2F1EF;
  background: #FFF;
  border-radius: 0 !important;
}
form select::-webkit-input-placeholder, form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #9B9B9B;
}
form select::-moz-placeholder, form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #9B9B9B;
}
form select:-ms-input-placeholder, form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #9B9B9B;
}
form select::-ms-input-placeholder, form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #9B9B9B;
}
form select::placeholder, form input::placeholder, form textarea::placeholder {
  color: #9B9B9B;
}
form input {
  height: 50px;
}
form select {
  position: relative;
  height: 50px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  appearance: none;
  background-image: url("../../assets/img/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
form textarea {
  width: 100%;
  height: 12rem;
  resize: none;
}
form .frm_fields_container {
  gap: 2rem !important;
}
form .frm_form_field {
  margin-bottom: 0.4rem;
}
form .frm_combo_inputs_container .frm_form_field {
  margin-bottom: 2rem;
}
form .frm_combo_inputs_container .frm_form_field .frm_description {
  display: block;
  margin-top: 1rem;
  color: #0B1D34;
  font-family: "Gotham A", "Gotham B";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 109.091% */
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  form .frm_combo_inputs_container .frm_form_field .frm_description {
    letter-spacing: 1px !important;
  }
}
form .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3.2rem;
}
form .frm_opt_container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0B1D34;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
}
form .frm_opt_container input {
  margin-right: 1rem !important;
}
form .frm_opt_container .frm_checkbox input {
  width: 20px !important;
}
form .frm_button_submit {
  width: 100%;
  padding: 1.8rem 0;
  color: #FFF;
  text-align: center;
  font-family: "Gotham A", "Gotham B";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
form .frm_error {
  margin-top: 0.4rem;
  color: #FF2929;
  font-family: "Gotham A", "Gotham B";
  font-size: 13px;
  font-style: normal;
  font-weight: 325;
  line-height: 160%; /* 20.8px */
}
form .frm_dropzone.frm_single_upload {
  max-width: none;
}
form .dz-message svg {
  width: 100%;
  height: 35px;
}

.frm_message {
  padding: 16px 24px;
  border-radius: 8px;
  background: #C6FBDB;
}
.frm_message p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #05612A;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
}

.accordion {
  padding: 4.4rem 0 8.4rem;
}
@media only screen and (min-width: 769px) {
  .accordion {
    padding: 8rem 0;
  }
}
.accordion-title {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .accordion-title {
    text-align: center;
    margin-bottom: 4.8rem;
  }
}
.accordion.application-faq {
  background-color: #F2F1EF;
}
.accordion-accordion {
  margin: auto;
  max-width: 79.5rem;
}
.accordion-item {
  padding: 2.4rem 0;
  border-bottom: 1px solid #CDD7E3;
}
@media only screen and (min-width: 769px) {
  .accordion-item {
    padding: 3.2rem 0;
  }
}
.accordion-item__title {
  position: relative;
  padding-right: 4.8rem;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .accordion-item__title {
    padding-right: 9.4rem;
  }
}
.accordion-item__title::before, .accordion-item__title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.accordion-item__title::before {
  left: calc(100% - 2.4rem);
  top: 50%;
  width: 1.3rem;
  height: 1px;
  background-color: #0B1D34;
}
.accordion-item__title::after {
  left: calc(100% - 1.8rem);
  top: calc(50% - 0.6rem);
  height: 1.3rem;
  width: 1px;
  background-color: #0B1D34;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-item__title.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-item__description {
  padding-right: 4.8rem;
  display: none;
  margin-top: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .accordion-item__description {
    padding-right: 9.4rem;
  }
}

.donate {
  padding: 9.4rem 0 2rem;
}
@media only screen and (min-width: 769px) {
  .donate {
    padding: 10.6rem 0 13rem;
  }
}
.donate .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.donate-title {
  margin-bottom: 3.2rem;
}
.donate-cta {
  margin-top: 3.2rem;
}
.donate-content {
  max-width: 48.5rem;
  width: 45%;
}
@media only screen and (max-width: 992px) {
  .donate-content {
    width: 100%;
  }
}
.donate-images {
  width: 45%;
}
@media only screen and (max-width: 992px) {
  .donate-images {
    margin-top: 6.4rem;
    width: 100%;
  }
}
.donate-images__item {
  position: relative;
  max-width: 38.5rem;
  z-index: 10;
}
.donate-images__item:nth-child(1) {
  margin-right: 14rem;
}
@media only screen and (max-width: 768px) {
  .donate-images__item:nth-child(1) {
    margin-right: 9rem;
  }
}
.donate-images__item:nth-child(2) {
  margin-top: -12rem;
  margin-left: 14rem;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .donate-images__item:nth-child(2) {
    margin-top: -9rem;
    margin-left: 9rem;
  }
}

.error-404 {
  height: 60rem;
  background-image: url("../img/404.png)");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .error-404 {
    background-position-y: 40%;
  }
}
@media only screen and (min-width: 769px) {
  .error-404 {
    height: 90rem;
  }
}
.error-404 .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-404__title {
  margin-bottom: 1.6rem;
  color: #FFF;
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .error-404__title {
    font-size: 4.8rem;
  }
}
.error-404__description {
  margin-bottom: 4rem;
  color: #FFF;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .error-404__description {
    margin-bottom: 2.2rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .error-404 .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.hamburger {
  position: relative;
  z-index: 50;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.hamburger span {
  position: relative;
  font-size: 0;
  width: 25px;
  height: 2px;
  display: block;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger span::before, .hamburger span::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background: #000;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
.page-header.is-opened .hamburger span {
  background-color: transparent;
}
.page-header.is-opened .hamburger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-header.is-opened .hamburger span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page-template-default {
  background: #F2F1EF;
}
.page-template-default .default,
.default-module {
  margin: auto;
  max-width: 66.2rem;
  padding-top: 21rem;
  padding-bottom: 7rem;
}
@media only screen and (min-width: 769px) {
  .page-template-default .default,
  .default-module {
    padding-bottom: 18.8rem;
    padding-top: 29rem;
  }
}
.page-template-default .default h1, .page-template-default .default h2, .page-template-default .default h3, .page-template-default .default h4, .page-template-default .default h5, .page-template-default .default h6, .default-module h3 {
  margin-bottom: 1.6rem;
  text-align: center;
}
.page-template-default .default p,
.default-module p {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .page-template-default .default p,
  .default-module p {
    padding-left: 5.2rem;
    padding-right: 5.2rem;
  }
}
.page-template-default .default .frm_forms,
.default-module .frm_forms {
  margin-top: 6.6rem;
}
h2.application-faq__title.accordion-title, h2.donation-faq__title {
    font-size: 32px;
}
h5.accordion-item__title, p.accordion-item__description {
    font-size: 14px;
}
p.cofirmation-message {
    padding: 0 !important;
}
.page-template-default .default .frm_form_field#frm_field_22_container,
.default-module .frm_form_field#frm_field_22_container {
  margin-bottom: 0;
}
.loading-btn-class{
  background: #222429 !important;
  color: #fff !important;
}
/* Hide validation errors on page load */
#frm_field_39_container .frm_error {
    display: none;
}

#frm_field_39_container.show-error .frm_error {
    display: block !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

/* Donate Module - Image Alignment Styles */

.donate .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.donate-content {
  max-width: 48.5rem;
  width: 45%;
  order: 1;
}

.donate-images {
  width: 45%;
  order: 2;
}

.donate--images-left .donate-content {
  order: 2;
}

.donate--images-left .donate-images {
  order: 1;
}

.donate--images-left .donate-images__item:nth-child(1) {
  margin-right: 0;
  margin-left: 14rem;
}

.donate--images-left .donate-images__item:nth-child(2) {
  margin-left: 0;
  margin-right: 14rem;
}

@media only screen and (max-width: 992px) {
  .donate-content,
  .donate-images {
    width: 100%;
    order: unset !important;
  }
  
  .donate--images-left .donate-images__item:nth-child(1) {
    margin-left: 9rem;
    margin-right: 0;
  }
  
  .donate--images-left .donate-images__item:nth-child(2) {
    margin-right: 9rem;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .donate--images-left .donate-images__item:nth-child(1) {
    margin-right: 0;
    margin-left: 9rem;
  }
  
  .donate--images-left .donate-images__item:nth-child(2) {
    margin-left: 0;
    margin-right: 9rem;
  }
}



.add-top-padding{
  padding-top: 16.6rem;
}

.bg-gray{
  background: #F2F1EF;
}

.default-module .btn{
  margin-left: auto;
  margin-right: auto;
}

.footer-logo img{
  width: 170px;
}




@media (min-width:769px){
  .add-top-padding{
    padding-top: 21rem;
  }
}