@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
/*!
 Theme Name: Folds of Honor
 Theme URI: https://idearanch.com
 Author: ThemeSupport
 Author URI: https://idearanch.com
 Description: Wordpress Theme for Folds of Honor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: foh
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Folds of Honor is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 # Foh
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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 */
}

html {
  scroll-padding-top: 130px; /* height of sticky header */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

.recaptcha-container {
  display: none;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/

@font-face {
  font-family: "Gotham-Bold";
  src: url("../eot/gotham-bold.eot");
  src: url("../eot/gotham-boldd41d.eot#iefix") format("embedded-opentype"),
    url("../gotham-bold.html") format("woff2"),
    url("../woff/gotham-bold.woff") format("woff"),
    url("../ttf/gotham-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
  #wpadminbar {
    position: fixed !important;
  }
  body.admin-bar,
  body {
    margin-top: 46px;
  }
}
@media (min-width: 782px) and (max-width: 1000px) {
  body.admin-bar header {
    top: 32px;
  }
  #wpadminbar {
    position: fixed !important;
  }
  body.admin-bar,
  body {
    margin-top: 32px;
  }
  #primary {
    padding-top: 39px;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}

html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
  background: #fff;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
  left: 100%;
  opacity: 1;
}
.main-navigation ul ul a {
  width: 250px;
}
.main-navigation ul li.focus > ul,
.main-navigation ul li.hovered > ul {
  left: auto;
}
.main-navigation li {
  float: left;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.main-navigation.toggled ul,
.menu-toggle {
  display: block;
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # FOH
 --------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  /* AFTER SCROLL */
  /* HEADER */
  /* FOOTER */
}
body * {
  outline: 0 !important;
}
body .no-uppercase {
  text-transform: none;
}
body .container {
  max-width: 1500px;
  margin: 0 auto;
  float: none;
  position: relative;
}

.initial-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #152450;
  z-index: 100000;
  display: none;
}
.folded-flag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation: slide 1.3s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slide 1.3s forwards;
  animation-delay: 1.5s;
}

@-webkit-keyframes slide {
  100% {
    left: calc(50% - 250px);
  }
}
@keyframes slide {
  100% {
    left: calc(50% - 250px);
  }
}

@media screen and (max-width: 1100px) {
  @-webkit-keyframes slide {
    100% {
      top: calc(50% - 135px);
    }
  }
  @keyframes slide {
    100% {
      top: calc(50% - 135px);
    }
  }
}

.verseContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  position: absolute;
  top: calc(50% + 50px);
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-animation: slideopacity 1.3s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideopacity 1.3s forwards;
  animation-delay: 1.5s;
  width: 550px;
}

@-webkit-keyframes slideopacity {
  100% {
    left: calc(50% + 250px);
    opacity: 1;
  }
}
@keyframes slideopacity {
  100% {
    left: calc(50% + 250px);
    opacity: 1;
  }
}

.initial-popup .verse {
  font-family: "Rajdhani", sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-align: right;
  letter-spacing: 2.4px;
}
.initial-popup .verseButton {
  background-color: #395793;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 15px;
  width: 107px;
}
@media screen and (max-width: 1400px) {
  .hideBr {
    display: none;
  }
}

@media screen and (min-width: 100px) and (max-width: 1400px) {
  .folded-flag {
    height: 300px;
  }
}

@media screen and (max-width: 1100px) {
  @-webkit-keyframes slideopacity {
    100% {
      top: calc(50% + 135px);
      opacity: 1;
    }
  }
  @keyframes slideopacity {
    100% {
      top: calc(50% + 135px);
      opacity: 1;
    }
  }
  .hideBr {
    display: none;
  }
  .verseContainer {
    justify-content: center;
    align-items: start;
    width: 80%;
  }
  .initial-popup .verse {
    text-align: left;
  }
}

.grid-marker {
  position: absolute;
  top: 0;
}

.mobileOnly {
  display: none;
}

.desktopOnly {
  display: block;
}

div#data-label-0{
  display:none;
}

@media screen and (max-width: 900px) {
  .mobileOnly {
    display: block;
  }

  .desktopOnly {
    display: none;
  }
}

.vertDivider {
  padding: 0px 20px;
}

@media screen and (min-width: 1500px) {
  body .container.grid-layout {
    background-image: url(../png/grid-bg.png);
    background-repeat: repeat-y;
    background-position-x: center;
    padding: 0 200px;
  }
  body .container.grid-layout.both {
    background-image: url(../png/grid-bg.png);
    background-repeat: repeat-y;
    background-position-x: center;
    padding: 0 200px;
  }

  body .container.grid-layout.marker-left,
  body .container.grid-layout.marker-middle-left {
    background-image: url(../png/grid-bg-left.png);
    background-repeat: repeat-y;
    background-position-x: center;
    padding: 0 150px 0 200px;
  }

  body .component-text-block.financial-numbers-custom .grid-layout {
    background-image: url(../png/grid-bg-left-custom.png);
    background-repeat: no-repeat;
    padding: 0 200px;
  }
  body .container.grid-layout.marker-right,
  body .container.grid-layout.marker-middle-right {
    background-image: url(../png/grid-bg-right.png);
    background-repeat: repeat-y;
    background-position-x: center;
    padding: 0 200px 0px 150px;
  }

  body .both-lines .container.grid-layout {
    background-image: url(../png/grid-bg.png);
    padding: 0 200px;
  }

  .grid-marker.marker-left {
    left: 136px;
  }
  .grid-marker.marker-right {
    right: 136px;
  }
  .grid-marker.marker-middle-left {
    left: 136px;
    top: 50%;
    transform: translateY(-50%);
  }
  .grid-marker.marker-middle-right {
    right: 136px;
    top: 50%;
    transform: translateY(-50%);
  }
  .grid-marker.marker-bottom-right {
    right: 136px;
    top: calc(100% - 32px);
  }
  .grid-marker.marker-bottom-left {
    left: 136px;
    top: calc(100% - 32px);
  }

  .component-annual-report .grid-marker.marker-middle-right {
    position: absolute;
    top: 290px;
    transform: none;
    right: 136px;
  }
}

@media screen and (max-width: 1500px) {
  body .container.grid-layout {
    background-image: url(../png/grid-bg-2.png);
    background-repeat: repeat-y;
    background-position-x: center;
    padding: 0 150px;
    max-width: 1200px;
  }
  body .container.grid-layout.both {
    background-image: url(../png/grid-bg-2.png);
    background-repeat: repeat-y;
    background-position-x: center;
    padding: 0 150px;
  }

  body .container.grid-layout.marker-left,
  body .container.grid-layout.marker-middle-left {
    background-image: url(../png/grid-bg-left-2.png);
    background-repeat: repeat-y;
    background-position-x: center;
    padding: 0 100px 0 150px;
  }

  body .component-text-block.financial-numbers-custom .grid-layout {
    background-image: url(../png/grid-bg-left-custom-2.png);
    background-repeat: no-repeat;
    padding: 0 150px;
  }
  body .container.grid-layout.marker-right,
  body .container.grid-layout.marker-middle-right {
    background-image: url(../png/grid-bg-right-2.png);
    background-repeat: repeat-y;
    background-position-x: center;
    padding: 0 150px 0px 100px;
  }

  body .both-lines .container.grid-layout {
    background-image: url(../png/grid-bg-2.png);
    padding: 0 150px;
  }

  .component-annual-report .grid-marker.marker-middle-right {
    position: absolute;
    top: 236px;
    transform: none;
    right: 86px;
  }

  .grid-marker.marker-left {
    left: 87px;
  }
  .grid-marker.marker-right {
    right: 87px;
  }
  .grid-marker.marker-middle-left {
    left: 87px;
    top: 50%;
    transform: translateY(-50%);
  }
  .grid-marker.marker-middle-right {
    right: 87px;
    top: 50%;
    transform: translateY(-50%);
  }
  .grid-marker.marker-bottom-right {
    right: 87px;
    top: calc(100% - 32px);
  }
  .grid-marker.marker-bottom-left {
    left: 87px;
    top: calc(100% - 32px);
  }
}

@media screen and (max-width: 1200px) {
  body .container.grid-layout {
    padding: 0 45px;
  }
  body .container.grid-layout.both {
    padding: 0 45px;
  }

  body .container.grid-layout.marker-left,
  body .container.grid-layout.marker-middle-left {
    padding: 0 45px 0 90px;
  }

  body .component-text-block.financial-numbers-custom .grid-layout {
    padding: 0 45px;
  }
  body .container.grid-layout.marker-right,
  body .container.grid-layout.marker-middle-right {
    padding: 0 45px 0px 45px;
  }

  body .both-lines .container.grid-layout {
    padding: 0 90px;
  }

  .component-text-block .container.grid-layout {
    max-width: 790px;
  }
  .component-text-block.scholarships-numbers .text-block-columns,
  .component-text-block.charity-numbers .text-block-columns {
    display: flex;
    flex-direction: column;
  }
  .component-text-block.scholarships-numbers .container.grid-layout,
  .component-text-block.intro-text .container.grid-layout {
    background-image: url(../png/grid-bg-left-3.png) !important;
  }
  .component-text-block.minority-numbers .container.grid-layout,
  .component-text-block.charity-numbers .container.grid-layout {
    background-image: url(../png/grid-bg-right-3.png) !important;
  }
  .component-text-block.minority-numbers .text-block-columns {
    display: flex;
    flex-direction: column-reverse;
  }
  .component-text-block.scholarships-numbers
    .text-block-columns
    .text-block-column,
  .component-text-block.minority-numbers
    .text-block-columns
    .text-block-column {
    width: 100% !important;
  }
  .component-text-block.scholarships-numbers
    .container.grid-layout
    .text-block-column
    img,
  .component-text-block.minority-numbers
    .container.grid-layout
    .text-block-column
    img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .grid-marker.marker-left {
    left: 31px;
  }
  .grid-marker.marker-right {
    right: 31px;
  }
  .component-text-block.scholarships-numbers .grid-marker.marker-right {
    left: 31px;
    top: 480px;
  }
  .component-text-block.minority-numbers .grid-marker.marker-middle-left {
    right: 31px;
    top: 500px;
    left: auto;
    transform: 0;
  }

  .component-text-block.charity-numbers .grid-marker.marker-middle-right {
    right: 31px;
    top: 60%;
    transform: 0;
    left: auto;
  }
  .component-text-block.charity-numbers
    .text-block-columns
    .text-block-column:nth-child(2) {
    padding-top: 40px !important;
  }
  .component-text-block.scholarships-numbers
    .text-block-columns
    .text-block-column:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .component-text-block.minority-numbers
    .text-block-columns
    .text-block-column:nth-child(1) {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 45px;
  }

  .component-text-block.minority-numbers
    .text-block-columns
    .text-block-column
    .text-block-sub-head {
    text-align: right;
    width: 60%;
  }
  .component-text-block.minority-numbers
    .text-block-columns
    .text-block-column:first-child
    p {
    flex-direction: column !important;
    align-items: end !important;
  }
  .component-text-block.charity-numbers
    .text-block-columns
    .text-block-column:first-child {
    align-items: flex-end !important;
    justify-content: end !important;
  }
}

@media screen and (max-width: 600px) {
  body .container.grid-layout {
    padding: 100px 30px 0px;
  }

  body .both-lines.lower-both-lines .container.grid-layout {
    background-image: url(../png/grid-bg-right-4.png) !important;
  }

  body .container.grid-layout {
    background-image: url(../png/grid-bg-right-4.png);
    background-repeat: repeat-y;
    background-position-x: center;
  }
  .component-text-block.scholarships-numbers .grid-marker.marker-right,
  .grid-marker.marker-left {
    left: 5px;
  }
  .component-text-block
    .grid-layout
    .text-block-content
    .text-block-columns
    .text-block-column
    + .text-block-column {
    margin-top: 0px;
  }
  .component-text-block.minority-numbers .grid-marker.marker-middle-left,
  .component-text-block.charity-numbers .grid-marker.marker-middle-right {
    right: 5px;
  }

  .component-text-block.intro-text
    .text-block-content
    .text-block-columns
    .text-block-column:first-child {
    padding-left: 40px;
  }
  .component-text-block
    .grid-layout
    .text-block-content
    .text-block-columns
    .text-block-column
    .text-block-sub-head,
  .component-text-block.scholarships-numbers
    .grid-layout
    .text-block-columns
    .text-block-column
    + .text-block-column
    .text-block-sub-head {
    width: 100%;
  }

  .lower-both-lines .grid-marker.marker-middle-right {
    right: 5px;
  }

  .component-text-block.charity-numbers
    .grid-layout
    .text-block-columns
    .text-block-column:first-child {
    text-align: right;
  }

  .component-annual-report .grid-marker.marker-middle-right {
    position: absolute;
    top: 711px;
    transform: none;
    right: 30px;
  }

  .component-annual-report
    .container.grid-layout
    .chart
    .chart-data-labels
    .data-label#data-label-0
    .data-label-connector {
    width: 64px;
  }



  .component-text-block.charity-numbers
    .grid-layout
    .text-block-columns
    .text-block-column:first-child
    p
    img:first-child {
    margin: 0px;
  }

  .component-text-block
    .grid-layout
    .text-block-content
    .text-block-columns
    .text-block-column
    .text-block-sub-head {
    font-size: 24px;
  }

  .component-text-block .container.grid-layout {
    max-width: 360px;
  }
  body .container.grid-layout.both {
    padding: 0 20px;
  }

  body .container.grid-layout.marker-left,
  body .container.grid-layout.marker-middle-left {
    padding: 0 20px 0 20px;
  }

  body .component-text-block.financial-numbers-custom .grid-layout {
    padding: 0 60px 0px 0px;
  }
  body .container.grid-layout.marker-right,
  body .container.grid-layout.marker-middle-right {
    padding: 0 20px 0px 20px;
  }

  .component-text-block.financial-numbers-custom .grid-marker.marker-left {
    right: 5px;
    left: auto;
  }

  .component-cta.minus-margin:not(.cta-small) .container .cta-wrapper {
    padding: 0px;
  }

  .component-text-block.financial-numbers-custom
    .text-block-column:nth-child(2) {
    padding-top: 60px !important;
  }

  .component-text-block.financial-numbers-custom .text-block-content {
    text-align: right !important;
  }

  .component-text-block.financial-numbers-custom
    .grid-marker.marker-middle-right {
    right: 5px;
    top: 74%;
  }

  body .both-lines .container.grid-layout {
    padding: 0 60px 0px 0px;
  }
  .component-text-block.scholarships-numbers .container.grid-layout,
  .component-text-block.intro-text .container.grid-layout {
    background-image: url(../png/grid-bg-left-4.png) !important;
  }
  .component-text-block.minority-numbers .container.grid-layout,
  .component-text-block.charity-numbers .container.grid-layout {
    background-image: url(../png/grid-bg-right-4.png) !important;
  }

  body .component-text-block.financial-numbers-custom .grid-layout {
    background-image: url(../png/grid-bg-right-4.png) !important;
    background-repeat: repeat-y;
  }

  .annual-reports-wrapper {
    max-width: 410px;
    padding: 0 80px 0px 40px;
  }

  .component-annual-report {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1300px) {
  body .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  body .container {
    max-width: 85%;
  }
}
@media screen and (min-width: 900px) {
  body .hidden-lg {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  body .hidden-md-dn {
    display: none !important;
  }
}
@media screen and (max-width: 420px) {
  body .hidden-sm-dn {
    display: none !important;
  }
  /* .component-annual-report .container.grid-layout{
    padding:0px;
  } */
}
body .clearfix {
  overflow: auto;
}
@media screen and (max-width: 420px) {
  body .hard-return {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  body .hard-return + br {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  body .hard-return-sm {
    display: block;
  }
}
@media screen and (max-width: 340px) {
  body .hard-return-sm + br {
    display: none;
  }
}
body .back-to-top {
  float: right;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 4;
}
body .back-to-top img {
  display: block;
  margin: 0 auto;
}
body ul {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Rajdhani", sans-serif;
}
body .foh-cols {
  display: flex;
}
@media screen and (max-width: 900px) {
  body .foh-cols {
    flex-direction: column;
  }
}
body .foh-cols .foh-cols-1-5 {
  flex: 1;
}
body .foh-cols .foh-cols-1-5 {
  flex: 1.5;
}
body .foh-cols .foh-cols-2 {
  flex: 2;
}
body .foh-cols .foh-cols-2-5 {
  flex: 2.5;
}
body .foh-cols .foh-cols-3 {
  flex: 3;
}
body .foh-cols .foh-cols-4 {
  flex: 4;
}
body .foh-cols .foh-cols-5 {
  flex: 5;
}
body .foh-cols .foh-cols-5-5 {
  flex: 5.5;
}
body .foh-cols .foh-cols-6 {
  flex: 6;
}
body .foh-cols .foh-cols-7 {
  flex: 7;
}
body .foh-cols .foh-cols-8 {
  flex: 8;
}
body .foh-cols .foh-cols-9 {
  flex: 9;
}
body .foh-cols .foh-cols-12 {
  flex: 12;
}
@media screen and (max-width: 900px) {
  body.toggled {
    overflow: hidden;
  }
  #primary {
    padding-top: 25px;
  }
}

body.scrolled #content {
  padding-top: 153px;
}
body.no-top-header #top-header-menu * {
  display: none;
}

body .site-header {
  position: relative;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease-in;
  z-index: 5;
  max-height: 216px;
}

body:not(.home) .site-header {
  border-bottom: 1px solid #1a233c;
}

body.home .site-header.scrolled {
  border-bottom: 1px solid #1a233c;
}

body.home .site-header {
  position: fixed;
}

body:not(.home) .site-header.scrolled {
  position: fixed;
}

body:not(.home) .site-header.scrolled + .site-content {
  margin-top: 180px;
}

body.home .site-header {
  background-color: transparent;
}

body.home .site-header.scrolled,
body .site-header.scrolled2 {
  transition: all 0.3s ease-in;
}
body .site-header.scrolled,
body .site-header.scrolled2 {
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  body .site-header {
    padding-bottom: 0;
    border: 0;
  }
}
body .site-header #top-header {
  transition: all 0.3s ease-in;
  background-color: #a2a4a7;
  opacity: 1;
  height: auto;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 900px) {
  body .site-header #top-header {
    display: none !important;
  }
}
body .site-header #top-header #top-menu {
  float: left;
  padding: 4px 0;
  margin-left: 120px;
}
@media screen and (max-width: 1400px) {
  body .site-header #top-header #top-menu {
    margin-left: 5vw;
  }
}
body .site-header #top-header #top-menu li {
  display: inline-block;
}
body .site-header #top-header #top-menu li + li {
  margin-left: 30px;
}
body .site-header #top-header #top-menu li a {
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #1a1818;
}
body .site-header #top-header #top-header-social {
  float: left;
  transition: all 0.3s ease-in;
  margin: 8px 40px 0;
  opacity: 1;
  height: auto;
}
@media screen and (max-width: 900px) {
  body .site-header #top-header #top-header-social {
    display: none !important;
  }
}
body
  .site-header
  #top-header
  #top-header-social
  #top-header-social-networks
  ul {
  display: flex;
}
body
  .site-header
  #top-header
  #top-header-social
  #top-header-social-networks
  li {
  display: inline;
}
body
  .site-header
  #top-header
  #top-header-social
  #top-header-social-networks
  li
  + li {
  margin-left: 15px;
}
body
  .site-header
  #top-header
  #top-header-social
  #top-header-social-networks
  li
  a {
  font-size: 16px;
  color: #292a2a;
}
body .site-header #top-header #top-header-cta {
  background-color: #c20422;
  max-width: 250px;
}
@media screen and (max-width: 1200px) {
  body .site-header #top-header #top-header-cta {
    max-width: none;
  }
}
body .site-header #top-header #top-header-cta a {
  display: block;
  margin: 0 auto;
  width: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  padding: 4px;
  font-family: "Rajdhani", sans-serif;
}
body .site-header .site-branding {
  width: auto;
  text-align: center;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
  margin-right: 40px;
}

body .site-header .site-branding a {
  transition: all 0.3s ease-in;
  max-height: 140px;
  display: block;
  overflow: hidden;
  max-width: 232px;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  body .site-header .site-branding a {
    max-width: 170px;
  }
}
body .site-header .site-branding a img {
  transition: all 0.3s ease-in;
  margin-top: 0;
  max-width: 150px;
}
@media screen and (max-width: 900px) {
  body .site-header .site-branding a img {
    max-width: 230px;
  }
}
@media screen and (max-width: 420px) {
  body .site-header .site-branding a img {
    max-width: 150px;
  }
}
@media screen and (max-width: 380px) {
  body .site-header .site-branding a img {
    max-width: 135px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 900px) {
  body .site-header #site-navigation {
    overflow: initial;
    width: 100%;
    max-width: none;

    z-index: 2;
  }
}
@media screen and (max-width: 900px) {
  body .site-header #site-navigation.toggled .menu-main-menu-container {
    left: 0;
  }
}
body
  .site-header
  #site-navigation.toggled
  .menu-main-menu-container
  ul#main-menu {
  opacity: 1;
  height: auto;
  z-index: 5;
  overflow: auto;
}
body .site-header #site-navigation .menu-toggle {
  cursor: pointer;
  background-color: #fff;
  box-shadow: none;
  border: 0;
  width: 100%;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 420px) {
  body .site-header #site-navigation .menu-toggle {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 320px) {
  body .site-header #site-navigation .menu-toggle {
    right: 3%;
  }
}
body .site-header #site-navigation ul#main-menu {
  text-align: center;
  font-size: 0;
  display: flex;
  gap: 30px;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 1200px) {
  body .site-header #site-navigation ul#main-menu {
    text-align: center;
    font-size: 0;
    display: flex;
    gap: 15px;
    transition: all 0.3s ease-in;
  }
}

body .site-header #site-navigation ul#main-menu li {
  float: none;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  body .site-header #site-navigation ul#main-menu li + li:before {
    display: none;
  }
}

body .site-header #site-navigation ul#main-menu li.current-menu-item > a {
  color: #a21b1e;
}
body .site-header #site-navigation ul#main-menu li a {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 0.9px;
  font-family: "rajdhani", sans-serif;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in;
  position: relative;
}

body .site-header #site-navigation ul#main-menu li.hovered > a:after,
body
  .site-header
  #site-navigation
  ul#main-menu
  > li.current-menu-item
  > a:after,
body
  .site-header
  #site-navigation
  ul#main-menu
  > li.current-menu-parent
  > a:after {
  content: "";
  bottom: -10px;
  position: absolute;
  height: 4px;
  width: 100%;
  display: block;
  background-color: #a21b1e;
}

@media screen and (max-width: 1000px) {
  body .site-header #site-navigation ul#main-menu {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  body
    .site-header
    #site-navigation
    ul#main-menu
    li.menu-item-has-children
    .sub-menu
    li:first-child {
    display: none;
  }

  body .site-header #site-navigation ul#main-menu > li:last-child {
    display: none;
  }

  body
    .site-footer
    #footer-menu
    li.menu-item-has-children
    .sub-menu
    li:first-child {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  body .site-header #site-navigation ul#main-menu li.hovered > a:after,
  body
    .site-header
    #site-navigation
    ul#main-menu
    > li.current-menu-item
    > a:after,
  body
    .site-header
    #site-navigation
    ul#main-menu
    > li.current-menu-parent
    > a:after {
    display: none;
  }
}

body .site-header #site-navigation ul#main-menu .sub-menu li a {
  color: #395793;
}

body.home .site-header.scrolled #site-navigation ul#main-menu li a,
body.home .site-header.scrolled2 #site-navigation ul#main-menu li a,
body:not(.home) .site-header #site-navigation ul#main-menu li a {
  color: #395793;
}
body .site-header #site-navigation ul#main-menu .sub-menu li a:hover {
  color: #c20422;
}

@media screen and (max-width: 1000px) {
  body .site-header #site-navigation ul#main-menu li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0.9px;
    font-family: "Rajdhani", sans-serif;
    color: #395793;
  }
  body .site-header #site-navigation ul#main-menu li h1 {
    font-size: 8vw;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 8vh;
    letter-spacing: 1.64px;
    text-align: left;
    color: #636466;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in;
    margin: 0;
  }
}
@media screen and (max-width: 360px) {
  body .site-head er #site-navigation ul#main-menu li a {
    font-size: 7vw;
    line-height: 7vh;
  }
}
body .site-header #site-navigation ul#main-menu li .sub-menu {
  transition: all 0.3s ease-in;
  padding: 10px 20px;
}

body .site-header #site-navigation ul#main-menu li .sub-menu li {
  margin: 8px 0;
  text-align: left;
}
body .site-header #site-navigation ul#main-menu li .sub-menu li:before {
  display: none;
}

@media screen and (max-width: 900px) and (max-width: 420px) {
  body
    .site-header
    #site-navigation
    ul#main-menu
    li.menu-item-has-children:after {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 900px) and (max-width: 420px) {
  body
    .site-header
    #site-navigation
    ul#main-menu
    li.menu-item-has-children
    ul
    li
    + li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  body
    .site-header
    #site-navigation
    ul#main-menu
    li.menu-item-has-children.menu-active:after {
    transform: rotate(45deg) translateX(-50%);
  }
  body
    .site-header
    #site-navigation
    ul#main-menu
    li.menu-item-has-children.menu-active
    ul {
    opacity: 1;
    height: auto;
    z-index: 1;
    overflow: auto;
    left: 0;
    position: relative;
    width: 100%;
  }
  body
    .site-header
    #site-navigation
    ul#main-menu
    li.menu-item-has-children.menu-active
    ul
    ul {
    box-shadow: none;
  }
}
@media screen and (max-width: 900px) and (min-width: 900px) {
  body
    .site-header
    #site-navigation
    ul#main-menu
    li.menu-item-has-children:hover
    ul {
    opacity: 1;
    height: auto;
    z-index: 1;
    overflow: auto;
    left: 0;
    position: relative;
    width: 100%;
  }
  body
    .site-header
    #site-navigation
    ul#main-menu
    li.menu-item-has-children:hover
    ul
    ul {
    box-shadow: none;
  }
}
body .site-header #mobile-header-cta {
  background-color: #c20422;
  margin-top: 20px;
}
body .site-header #mobile-header-cta a {
  display: block;
  margin: 0 auto;
  width: auto;
  color: #fff;
  line-height: 32px;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2.56px;
  font-family: "Rajdhani", sans-serif;
}

body #colophon {
  background-color: #395793;
  padding: 40px 40px 20px;
}
@media screen and (max-width: 420px) {
  body .site-header #mobile-header-cta a {
    padding: 12px;
    font-size: 29px;
    line-height: 29px;
  }
}
@media screen and (max-width: 900px) {
  body #colophon .site-info {
    width: 100%;
    max-width: none;
  }
}

body #colophon .site-info .footer-col + .footer-col {
  padding: 0 40px 20px;
}

body #colophon .site-info .footer-col ul:not(.footer-social) li {
  list-style: none;
  flex: 1;
}
body #colophon .site-info .footer-col ul.footer-social {
  padding-bottom: 20px;
}
body #colophon .site-info .footer-col ul:not(.footer-social) li a {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #fff;
}
body #colophon .site-info .footer-col.footer-menus .sub-menu li a {
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff;
}

body #colophon .site-info .footer-col.footer-menus .sub-menu {
  padding-top: 5px;
}

body #colophon .contact-us {
  display: flex;
  justify-content: end;
  align-items: center;
}

body #colophon .contact-us a {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #fff;
}

body #colophon #footer-social .verse {
  background-color: #1a233c;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 15px;
}

body #colophon .site-info .footer-menus {
  padding: 0px 40px;
  border-right: 1px solid #1a233c;
  display: flex;
}

body #colophon .footer-disclaimer {
  border-top: 1px solid #1a233c;
  padding: 20px 0px;
}

body #colophon .footer-disclaimer .foh-cols-9 {
  display: flex;
  justify-content: start;
  align-items: center;
}

body #colophon .footer-disclaimer .footer-content p {
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 1500px) {
  body #colophon .footer-social-mobile {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .footer-socials {
    display: none;
  }
  body #colophon .site-info .footer-menus {
    border-right: 0px;
  }
  body #colophon .site-info .footer-col + .footer-col {
    padding: 0 0px 20px 40px;
  }
}

body #colophon .footer-social-mobile #footer-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.footer-logos img {
  height: 30px;
}

body #colophon .footer-social-mobile {
  padding: 20px 0px;
  border-top: 1px solid #1a233c;
}

body #colophon .footer-disclaimer .foh-cols-10 {
  display: flex;
  justify-content: center;
}
.wrapright > .menu-item {
  padding-bottom: 10px;
}

body #colophon .footer-logo img {
  width: 239px;
}

@media screen and (max-width: 1200px) {
  body #colophon #footer-social h4,
  body #colophon #footer-social .verse {
    display: none;
  }

  body #colophon .footer-social-mobile #footer-social {
    flex-direction: row;
  }

  body #colophon .footer-social-mobile {
    border: 0px;
  }

  body #colophon .site-info {
    flex-direction: column;
  }

  body #colophon {
    padding: 0px 40px 20px;
  }

  body #colophon .footer-logo {
    text-align: center;
    margin-top: -45px;
    z-index: 20;
  }

  body #colophon .footer-logo img {
    width: 204px;
  }
  body #colophon .site-info .footer-col + .footer-col {
    padding: 0 0px 20px 00px;
  }
  body #colophon .site-info .footer-col.footer-menus .sub-menu {
    display: none;
  }

  body #colophon .site-info .footer-col.footer-menus .sub-menu.opened {
    display: block;
  }
  body #colophon .site-info .footer-menu {
    flex-direction: column;
  }
  .wrapright > .menu-item {
    padding: 0px;
  }

  body #colophon .site-info .footer-col ul:not(.footer-social) li {
    padding: 10px 0px;
  }

  body #colophon .site-info .footer-col ul:not(.footer-social) li .sub-menu li {
    padding: 0px;
  }

  body #colophon .site-info .footer-menu li {
    position: relative;
  }

  body #colophon .site-info .footer-menu li .sub-menu + .open-icon {
    position: absolute;
    right: 0;
    top: 14px;
    color: #fff;
  }

  .footer-disclaimer .foh-cols-10 {
    display: flex;
    flex-direction: column-reverse;
  }
  body #colophon .footer-disclaimer .contact-us {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  body #colophon .footer-disclaimer .foh-cols-9 {
    align-items: start;
    flex-direction: column-reverse;
  }

  body #colophon .footer-logos {
    padding-top: 20px;
  }
}

body #colophon #footer-social h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 15px 0px;
}
body #colophon .site-info .footer-menu {
  display: flex;
}
body #colophon .site-info .menu-main-menu-container,
body #colophon .site-info .menu-top-menu-container {
  vertical-align: top;
}

body #colophon .site-info .footer-menus div:first-child {
  flex: 7;
  justify-content: center;
}
body #colophon .site-info .footer-menu-vertical > li {
  padding-bottom: 20px;
}

body #colophon .site-info .menu-top-menu-container {
  flex: 1;
}
body #colophon .site-info .footer-col .footer-logos {
  font-size: 0;
}
@media screen and (max-width: 900px) {
  body #colophon .site-info .footer-col .footer-logos {
    display: block;
    margin: 20px 0;
  }
}
body #colophon .site-info .footer-col .footer-logos li {
  display: inline-block;
  vertical-align: middle;
}
body #colophon .site-info .footer-col .footer-logos li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1300px) {
  body #colophon .site-info .footer-col .footer-logos li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  body #colophon .site-info .footer-col .footer-logos li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  body #colophon .site-info .footer-col .footer-logos li + li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  body #colophon .site-info .footer-col .footer-logos li img {
    max-width: 60px;
  }
}
@media screen and (max-width: 1200px) {
  body #colophon .site-info .footer-col .footer-logos li img {
    max-width: 45px;
  }
}
@media screen and (max-width: 900px) {
  body #colophon .site-info .footer-col .footer-logos li img {
    max-width: none;
  }
}
body #colophon .site-info .footer-col .footer-content {
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  body #colophon .site-info .footer-col .footer-content {
    padding-left: 0;
    width: 85%;
    margin: 0 auto 40px;
    max-width: 320px;
  }
}
body #colophon .site-info .footer-col .footer-content p {
  margin: 0;
  color: #5e5c5d;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.47px;
}
@media screen and (max-width: 900px) {
  body #colophon .site-info .footer-col#footer-col-3 {
    background: #b9bbbd;
    padding: 40px 8%;
  }
}
@media screen and (max-width: 900px) {
  body #colophon .site-info .footer-col#footer-col-3 ul {
    column-count: 2;
  }
}
@media screen and (max-width: 900px) {
  body #colophon .site-info .footer-col#footer-col-3 ul li {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  body #colophon .site-info .footer-col#footer-col-3 ul li a {
    color: #404040;
    text-align: 32px;
  }
}
@media screen and (max-width: 420px) {
  body #colophon .site-info .footer-col#footer-col-3 ul li a {
    font-size: 1.4em;
    line-height: 50px;
  }
}
@media screen and (max-width: 380px) {
  body #colophon .site-info .footer-col#footer-col-3 ul li a {
    font-size: 1.3em;
    line-height: 50px;
  }
}
body #colophon .site-info .footer-col#footer-col-4 .foh-cols {
  max-width: 90%;
  margin: 0 auto;
}
body #colophon .site-info .footer-col#footer-col-4 .foh-cols h4 {
  color: #5e5c5d;
}
@media screen and (max-width: 900px) {
  body #colophon .site-info .footer-col#footer-col-4 .foh-cols h4 {
    font-size: 2.3em;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1.96px;
  }
}
@media screen and (max-width: 420px) {
  body #colophon .footer-col#footer-col-4 .foh-cols h4 {
    font-size: 2em;
  }
}
@media screen and (min-width: 900px) {
  body #colophon .footer-col#footer-col-4 .footer-social {
    float: right;
    padding-top: 3px;
  }
}
@media screen and (max-width: 900px) {
  body #colophon .footer-col#footer-col-4 .footer-social {
    margin-top: 30px;
    display: block;
  }
}
body #colophon .footer-col#footer-col-4 .footer-social li {
  display: inline-block;
}
body #colophon .footer-col#footer-col-4 .footer-social li + li {
  margin-left: 15px;
}
@media screen and (max-width: 1200px) {
  body #colophon .footer-col#footer-col-4 .footer-social li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  body #colophon .footer-col#footer-col-4 .footer-social li + li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 420px) {
  body #colophon .footer-col#footer-col-4 .footer-social li + li {
    margin-left: 1em;
  }
}
body #colophon .footer-social li a {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #fff;
}

body #colophon .footer-social li {
  display: inline-block;
  padding-right: 15px;
}

body #colophon .footer-social {
  list-style: none;
}

@media screen and (max-width: 900px) {
  body #colophon .footer-col#footer-col-4 .footer-social li a {
    font-size: 30px;
  }
}
.component-video {
  position: relative;
  height: 75vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  min-height: 600px;
}
@media screen and (min-width: 1300px) and (min-height: 768px) {
  .component-video {
    min-height: 710px;
  }
}
.component-video .container {
  height: 100%;
  min-height: 600px;
  z-index: 2;
}
.component-video .container .play-button {
  margin-top: 7vh;
}
@media screen and (min-width: 1300px) and (min-height: 768px) {
  .component-video .container {
    min-height: 710px;
  }
}
.component-video .container .video-content {
  position: absolute;
  color: #fff;
  width: 80%;
}
@media screen and (max-width: 420px) {
  .component-video .container .video-content {
    width: 90%;
  }
}
.component-video .container .video-content.bottom_left {
  bottom: 18%;
}
.component-video .container .video-content.bottom_center {
  bottom: 18%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.component-video .container .video-content.bottom_right {
  bottom: 18%;
  text-align: right;
  right: 0;
}
.component-video .container .video-content.middle_left {
  top: 50%;
  transform: translateY(-50%);
}
.component-video .container .video-content.middle_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.component-video .container .video-content.middle_right {
  top: 50%;
  text-align: right;
  transform: translateY(-50%);
  right: 0;
}
.component-video .container .video-content.top_left {
  top: 18%;
}
.component-video .container .video-content.top_center {
  top: 18%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.component-video .container .video-content.top_right {
  top: 18%;
  text-align: right;
  right: 0;
}
.component-video .container .video-content .video-stars {
  display: block;
  margin-bottom: 20px;
}
.component-video .container .video-content .video-stars li {
  font-size: 27px;
}
.component-video .container .video-content .video-heading {
  font-size: 95px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 85px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media screen and (max-height: 768px) {
  .component-video .container .video-content .video-heading {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 900px) {
  .component-video .container .video-content .video-heading {
    font-size: 38px;
    line-height: 1;
  }

  .page-id-7181 .component-video .container .video-content .video-heading,
  .page-id-13260 .component-video .container .video-content .video-heading {
    font-size: 9vw;
    line-height: 9vw;
  }
}
@media screen and (max-width: 420px) {
  .component-video .container .video-content .video-heading {
    font-size: 10vw;
    line-height: 10vw;
  }
}
.component-video
  .container
  .video-content
  .video-heading
  span:not(.hard-return):last-child {
  margin-top: 20px;
  display: block;
}
.component-video .container .video-content .video-subheading {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 35.71px;
  margin: 0;
  font-family: "source-sans-pro", sans-serif;
}

@media screen and (max-width: 900px) {
  .component-video .container .video-content .video-subheading {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 1020px) {
  .component-video .container .video-content .video-subheading br {
    display: none;
  }
}
.component-video .container .video-content .white-star {
  display: inline-block;
  width: 30px;
}
.component-video .container .video-content .video-button {
  display: block;
  margin-top: 30px;
}
.component-video .container .video-content .video-button a {
  font-size: 20px;
  font-weight: 400;
  line-height: 32.16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "source-sans-pro", sans-serif;
  color: #fff;
  border: 1px solid;
  padding: 7px 62px 7px 18px;
  background-image: url("../png/play-video.png");
  background-position: right;
  background-repeat: no-repeat;
}
.component-video .media-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .component-video .media-video-wrapper {
    display: none;
  }
}
.component-video .media-video-wrapper video {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-video .vimeo-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: ease-in 2.5s all;
}
.component-video .vimeo-video-wrapper.video-visible {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .component-video .vimeo-video-wrapper {
    display: none;
  }
}
.component-video .vimeo-video-wrapper iframe {
  width: 100vw;
  height: 56.01vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-height: 720px) {
  .component-video .vimeo-video-wrapper iframe {
    min-height: 120vh;
    min-width: 208vh;
  }
}
.component-video .youtube-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .component-video .youtube-video-wrapper {
    display: none;
  }
}
.component-video .youtube-video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-video .background-image-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  top: 0;
  background-size: cover;
}
.component-image-menu {
  position: relative;
  margin-top: -1px;
}
@media screen and (min-width: 1024px) {
  .component-image-menu {
    max-width: 200%;
  }
}
.component-image-menu .slide-panels-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .component-image-menu .slide-panels-wrapper.slide {
    height: 75vh;
    min-height: 710px;
    max-width: 200%;
  }
}
.component-image-menu .slide-panels-wrapper .slide-panel {
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 900px) {
  .component-image-menu .slide-panels-wrapper .slide-panel {
    width: 100% !important;
    float: none;
  }
}
.component-image-menu .slide-panels-wrapper .slide-panel.slide {
  height: 75vh;
  min-height: 710px;
}
@media screen and (max-width: 900px) {
  .component-image-menu .slide-panels-wrapper .slide-panel.slide {
    height: 15vh;
    min-height: 210px;
  }
}
.component-image-menu .slide-panels-wrapper .slide-panel.slide.slide-hover {
  width: 85% !important;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .component-image-menu .slide-panels-wrapper .slide-panel.slide.slide-hover {
    height: 50vh;
    width: 100% !important;
    min-height: 440px;
  }
}
@media screen and (max-width: 420px) {
  .component-image-menu .slide-panels-wrapper .slide-panel.slide.slide-hover {
    height: 70vh;
    min-height: 480px;
  }
}
@media screen and (max-width: 360px) {
  .component-image-menu .slide-panels-wrapper .slide-panel.slide.slide-hover {
    height: 75vh;
    min-height: 500px;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.slide.slide-hover
  .overlay-mask {
  opacity: 0 !important;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.slide.slide-hover.has-hidden-content:after {
  display: block;
  content: "";
  width: 70%;
  height: 100%;
  background: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8001400389257265) 45%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media screen and (min-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content {
    width: 83%;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .visible-content {
    color: #5a5b5e;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content {
    padding-left: 35px;
    opacity: 1;
    height: auto;
    z-index: 2;
    top: 0;
    position: relative;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    h3 {
    line-height: 0.8;
    letter-spacing: -4.39px;
    margin: 20px 0 10px;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    h3.text-normal {
    font-size: 97.5px;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    h3.text-large {
    font-size: 150px;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    h3.text-mega {
    font-size: 219.5px;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    span.image-menu-title {
    display: none;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    .visible-button {
    background: #fff;
    color: #084287;
    font-size: 18px;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    .visible-button
    span {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
    line-height: 3;
    text-transform: uppercase;
    letter-spacing: 0.27px;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    .block-content-text {
    font-family: "Rajdhani", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0;
    color: #6d6e71;
    text-transform: none;
    margin-bottom: 30px;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    .block-footer-content {
    margin-top: 40px;
    font-family: "source-sans-pro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #6d6e71;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    .block-footer-content
    p {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) and (max-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content {
    width: 92%;
  }
}
@media screen and (min-width: 900px) and (max-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .visible-content {
    padding-bottom: 4vh;
  }
}
@media screen and (min-width: 900px) and (max-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content {
    text-align: center;
    padding: 0;
  }
}
@media screen and (min-width: 900px) and (max-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    h3.text-normal {
    font-size: 12vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    h3.text-large {
    font-size: 15vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    h3.text-mega {
    font-size: 15vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    .block-content-text {
    text-align: center;
    font-size: 24px;
    word-break: break-word;
    white-space: initial;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide:hover
    .image-menu-block-content
    .block-hidden-content
    .block-content-text
    br {
    display: none;
  }
}
.component-image-menu .slide-panels-wrapper .slide-panel.slide.noth {
  position: relative;
}
@media screen and (max-width: 900px) {
  .component-image-menu .slide-panels-wrapper .slide-panel.slide.noth {
    height: 5vh;
  }
}
@media screen and (min-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide.noth
    .image-menu-block-content {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.slide.noth
    .image-menu-block-content
    .visible-content
    span {
    display: none;
  }
}
.component-image-menu .slide-panels-wrapper .slide-panel.slide .full-wh-anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}
.component-image-menu .slide-panels-wrapper .slide-panel.image_zoom,
.component-image-menu .slide-panels-wrapper .slide-panel.overlay,
.component-image-menu .slide-panels-wrapper .slide-panel.expand {
  overflow: hidden;
  height: 55vh;
  max-height: 65vh;
}
@media screen and (min-width: 1600px) {
  .component-image-menu .slide-panels-wrapper .slide-panel.image_zoom,
  .component-image-menu .slide-panels-wrapper .slide-panel.overlay,
  .component-image-menu .slide-panels-wrapper .slide-panel.expand {
    height: 65vh;
    max-height: 75vh;
  }
}
@media screen and (min-width: 2000px) {
  .component-image-menu .slide-panels-wrapper .slide-panel.image_zoom,
  .component-image-menu .slide-panels-wrapper .slide-panel.overlay,
  .component-image-menu .slide-panels-wrapper .slide-panel.expand {
    max-height: 95vh;
  }
}
@media screen and (max-width: 900px) {
  .component-image-menu .slide-panels-wrapper .slide-panel.image_zoom,
  .component-image-menu .slide-panels-wrapper .slide-panel.overlay,
  .component-image-menu .slide-panels-wrapper .slide-panel.expand {
    min-height: 52vh;
    max-height: 400px;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom:hover
  .image-menu-block-wrapper {
  transform: translate(-50%, -50%) scale(1.05);
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay:hover
  .image-menu-block-wrapper {
  filter: brightness(0.6);
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-wrapper,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-wrapper,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content {
  font-size: 44px;
  width: 100%;
  height: 100%;
  position: relative;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content {
  width: 90%;
  height: auto;
  text-align: center;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content
  .image-menu-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content
  .image-menu-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content
  .image-menu-content {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 35.71px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content
  .image-menu-title,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content
  .image-menu-title,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content
  .image-menu-title {
  margin-bottom: 10px;
  display: block !important;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.image_zoom
    .image-menu-block-content
    .visible-content
    .image-menu-title,
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.overlay
    .image-menu-block-content
    .visible-content
    .image-menu-title,
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.expand
    .image-menu-block-content
    .visible-content
    .image-menu-title {
    word-break: break-word;
    white-space: normal;
    width: 100%;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.image_zoom
    .image-menu-block-content
    .visible-content
    .image-menu-title
    br,
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.overlay
    .image-menu-block-content
    .visible-content
    .image-menu-title
    br,
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.expand
    .image-menu-block-content
    .visible-content
    .image-menu-title
    br {
    display: none;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content
  .block-content-text,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content
  .block-content-text,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content
  .block-content-text {
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
  font-family: "source-sans-pro", sans-serif;
  text-transform: none;
  margin-bottom: 20px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content
  a,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content
  a,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand.image-menu-block-content
  .visible-content
  a {
  position: relative;
  height: auto;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content
  a.visible-button,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content
  a.visible-button,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content
  a.visible-button {
  padding: 13px 35px;
  background: #fff;
  color: #084287;
  font-size: 18px;
  top: 10px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content
  a.visible-button
  span,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content
  a.visible-button
  span,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content
  a.visible-button
  span {
  font-size: 18px;
  font-weight: 600;
  line-height: 29.02px;
  text-transform: uppercase;
  letter-spacing: 0.27px;
  font-family: "Rajdhani", sans-serif;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content
  a.visible-button
  i,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content
  a.visible-button
  i,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content
  a.visible-button
  i {
  font-size: 40px;
  line-height: 0;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content.full-h-anchor,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content.full-h-anchor,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content.full-h-anchor {
  height: 100%;
  width: 100%;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content.full-h-anchor
  a,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content.full-h-anchor
  a,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content.full-h-anchor
  a {
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content.full-h-anchor
  a
  .image-menu-title,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .visible-content.full-h-anchor
  a
  .image-menu-title,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content.full-h-anchor
  a
  .image-menu-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content.full-h-anchor
  a
  img {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.component-image-menu#mail .image-menu-title,
.component-image-menu#donatecar .image-menu-title {
  width: 100%;
  font-size: 60px;
}

@media screen and (max-width: 400px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.image_zoom
    .image-menu-block-content
    .visible-content
    .block-content-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  .component-image-menu#mail .image-menu-title,
  .component-image-menu#donatecar .image-menu-title {
    font-size: 36px;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .block-hidden-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .block-hidden-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90% !important;
  transform: translate(-50%, -50%);
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .block-hidden-content
  a,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .block-hidden-content
  a {
  padding: 19px 30px 14px;
  background: #fff;
  color: #084287;
  font-size: 18px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .block-hidden-content
  a
  span,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .block-hidden-content
  a
  span {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.27px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content:hover
  .block-hidden-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content:hover
  .block-hidden-content {
  opacity: 1;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.image_zoom
    .image-menu-block-content:hover
    .block-hidden-content,
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.overlay
    .image-menu-block-content:hover
    .block-hidden-content {
    text-align: center;
    padding: 0;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content:hover
  .block-hidden-content
  .image-menu-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content:hover
  .block-hidden-content
  .image-menu-content {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 35.71px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content:hover
  .block-hidden-content
  .block-content-text,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content:hover
  .block-hidden-content
  .block-content-text {
  font-size: 25px;
  font-weight: 300;
  line-height: 33px;
  font-family: "source-sans-pro", sans-serif;
  text-transform: none;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .block-hidden-content
  .block-content-text,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .block-hidden-content
  .block-content-text {
  font-size: 25px;
  font-weight: 300;
  line-height: 33px;
  font-family: "source-sans-pro", sans-serif;
  text-transform: none;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay
  .image-menu-block-content
  .block-hidden-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .block-hidden-content {
  transition: all 0.5s ease;
}

.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content
  .block-content-text,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand
  .image-menu-block-content
  .visible-content
  a.visible-button {
  display: none;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand:hover
  .image-menu-block-content
  .visible-content
  .block-content-text,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand:hover
  .image-menu-block-content
  .visible-content
  a.visible-button {
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom.no-hidden-content
  .image-menu-block-content
  .visible-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay.no-hidden-content
  .image-menu-block-content
  .visible-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.expand.no-hidden-content
  .image-menu-block-content
  .visible-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70% !important;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.image_zoom.no-hidden-content
    .image-menu-block-content
    .visible-content,
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.overlay.no-hidden-content
    .image-menu-block-content
    .visible-content,
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.expand.no-hidden-content
    .image-menu-block-content
    .visible-content {
    width: 80% !important;
  }
}
@media screen and (max-width: 1000px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.image_zoom.no-hidden-content
    .image-menu-block-content
    .visible-content,
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.overlay.no-hidden-content
    .image-menu-block-content
    .visible-content,
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.expand.no-hidden-content
    .image-menu-block-content
    .visible-content {
    width: 85% !important;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom.has-hidden-content
  .image-menu-block-content
  .visible-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay.has-hidden-content
  .image-menu-block-content
  .visible-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  .image-menu-title,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  .image-menu-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 56.76px;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  h3,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  h3 {
  display: none;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  .block-content-text,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  .block-content-text {
  margin-bottom: 30px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  .visible-button,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  .visible-button {
  padding: 12px 30px 18px;
  background: #fff;
  color: #084287;
  font-size: 18px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  .visible-button
  span,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  .visible-button
  span {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.27px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  .visible-button
  i,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay.has-hidden-content
  .image-menu-block-content
  .block-hidden-content
  .visible-button
  i {
  font-style: normal;
  font-weight: lighter;
  font-size: 45px !important;
  display: inline-block;
  vertical-align: middle;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom.has-hidden-content
  .image-menu-block-content:hover
  .visible-content,
.component-image-menu
  .slide-panels-wrapper
  .slide-panel.overlay.has-hidden-content
  .image-menu-block-content:hover
  .visible-content {
  display: none;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content {
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-in;
  display: block;
  margin: 0;
  color: #fff;
  overflow: hidden;
}

.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.top_left {
  top: 5%;
  left: 8%;
}
@media screen and (max-width: 1024px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel
    .image-menu-block-content.top_left {
    left: 4%;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.top_center {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel
    .image-menu-block-content.top_center {
    top: initial;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.top_center
  .block-hidden-content {
  text-align: center;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.top_center
  .block-hidden-content
  .block-content-text {
  text-align: center;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.top_right {
  top: 5%;
  right: 8%;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel
    .image-menu-block-content.top_right {
    right: 4%;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.middle_left {
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
}
@media screen and (max-width: 1024px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel
    .image-menu-block-content.middle_left {
    left: 4%;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.middle_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.middle_center
  .block-hidden-content {
  text-align: center;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.middle_center
  .block-hidden-content
  .block-content-text {
  text-align: center;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.middle_right {
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel
    .image-menu-block-content.middle_right {
    right: 4%;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.bottom_left {
  bottom: 5%;
  left: 8%;
}
@media screen and (max-width: 1024px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel
    .image-menu-block-content.bottom_left {
    left: 4%;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.bottom_center {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.bottom_center
  .block-hidden-content {
  text-align: center;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.bottom_center
  .block-hidden-content
  .block-content-text {
  text-align: center;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content.bottom_right {
  bottom: 5%;
  right: 8%;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel
    .image-menu-block-content.bottom_right {
    right: 4%;
  }
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content
  i {
  font-style: normal;
  font-weight: lighter;
  font-size: 45px;
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content
  .visible-content {
  font-size: 36px;
  font-weight: 700;
  line-height: 56.76px;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content
  .visible-content
  .image-menu-title,
.expanded-headline {
  font-size: 40px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2.5px;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content
  .visible-content
  a {
  color: #404040;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content
  .visible-content
  .image-menu-title {
  display: inline-block;
  vertical-align: top;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content
  .block-hidden-content {
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  transition: all 0.3s ease-in;
  overflow: hidden;
  overflow: hidden;
  position: absolute;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content
  .block-hidden-content
  a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: 0.9px;
  text-align: center;
  padding: 10px 25px 16px;
  font-family: "source-sans-pro", sans-serif;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content
  .block-hidden-content
  a
  i {
  font-style: normal;
  font-weight: lighter;
  vertical-align: middle;
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .image-menu-block-content
  .block-hidden-content
  a
  span {
  vertical-align: middle;
}
.component-image-menu .slide-panels-wrapper .slide-panel .overlay-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.component-image-menu
  .slide-panels-wrapper
  .slide-panel
  .overlay-mask.gradient {
  opacity: 0.7;
}
.component-image-menu .slide-panels-wrapper .slide-panel .overlay-mask.plain {
  opacity: 0.7;
}
.component-image-menu .slide-panels-wrapper .slide-panel .overlay-mask.image {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.component-text-block {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .component-text-block {
    padding: 50px 0;
  }
}
.component-text-block .text-block-content {
  margin: 0 auto;
}
.component-text-block .text-block-content a {
  color: #084287;
  text-decoration: underline;
}
.component-text-block .text-block-content a:hover {
  color: #084287;
}
.component-text-block .text-block-content .text-block-heading {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  color: #084287;
  line-height: 50px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 900px) {
  .component-text-block .text-block-content .text-block-heading {
    font-size: 57px !important;
    line-height: 50px !important;
  }
}
@media screen and (max-width: 420px) {
  .component-text-block .text-block-content .text-block-heading {
    font-size: 47px !important;
  }
}
.component-text-block .text-block-content .text-block-heading * {
  margin: 0;
}
.component-text-block .text-block-content .text-block-subheading {
  font-size: 26px;
  font-weight: 300;
  line-height: 29.02px;
  letter-spacing: 0.07px;
  font-family: "source-sans-pro", sans-serif;
  color: #4d4d4e;
}
.component-text-block .text-block-content .text-block-subheading p {
  color: #4d4d4e;
  font-size: 26px;
  font-weight: 300;
  line-height: 35.71px;
  letter-spacing: 0.08px;
}
@media screen and (max-width: 420px) {
  .component-text-block .text-block-content .text-block-subheading p {
    font-size: 23px;
  }
}
.component-text-block .text-block-content .text-block-subheading p + p {
  margin-top: 30px;
}
.component-text-block .text-block-content .text-block-subheading p a {
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .component-text-block .text-block-content .text-block-subheading p br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .component-text-block .text-block-content .text-block-subheading {
    font-size: 25px;
    line-height: 32.02px;
    letter-spacing: 0.07px;
    max-width: 75%;
    display: block;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 460px) {
  .component-text-block .text-block-content .text-block-subheading {
    max-width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .component-text-block .text-block-content .text-block-subheading {
    font-size: 23px;
  }
}
.component-text-block .text-block-content .text-block-subheading * {
  margin: 0;
}
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column {
  float: left;
  margin: 0;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.07px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  color: #404040;
  padding: 0 20px;
}

@media screen and (max-width: 1200px) {
  body.page-id-9359
    .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column,
  body.page-id-16866
    .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column,
  body.page-id-16966
    .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column,
  body.page-id-16973
    .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column,
  body.page-id-16489
    .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column,
  body.page-id-16493
    .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column {
    padding-left: 0px;
  }
}

.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  .text-block-sub-head {
  color: #395793;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0px;
}

.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  .text-block-big-head {
  font-size: clamp(80px, 7vw, 140px);
  font-weight: 700;
  line-height: 1;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: -0.54px;
  color: #395793;
  margin: 0;
}

.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  p {
  margin: 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column {
    width: 100% !important;
    font-size: 26px;
    line-height: 36px;
  }
  .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column
    .text-block-sub-head {
    color: #152450;
    font-family: "Rajdhani", sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    line-height: 36px;
  }

  .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column
    .text-block-big-head {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    font-family: "source-sans-pro", sans-serif;
    letter-spacing: -0.54px;
    color: #395793;
    margin: 0;
  }
}
@media screen and (max-width: 420px) {
  .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column {
    font-size: 23px;
  }
}
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column:first-child {
  padding-left: 0;
}
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column:last-child {
  padding-right: 0;
}
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h1,
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h2,
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h3,
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h4,
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h5,
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h6 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  color: #395793;
  line-height: 40px;
  letter-spacing: -0.5px;
  padding-top: 10px;
}
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h2 {
  font-weight: 600;
  padding: 5px 40px 0px;
}
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h1
  + p,
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h2
  + p,
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h3
  + p,
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h4
  + p,
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h5
  + p,
.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h6
  + p {
  margin-top: 20px;
}

.component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  p
  + p {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column
    p
    br {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column
    p {
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column
    + .text-block-column {
    margin-top: 40px;
  }
}
.component-text-block .text-block-content .red-button {
  background-color: #a21b1e;
  color: #fff !important;
  font-family: "source-sans-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.02px;
  text-transform: uppercase;
  letter-spacing: 0.27px;
  padding: 13px 20px;
  max-height: 52px;
  text-decoration: none;
}

.component-text-block .text-block-content .red-button.plus-symbol i {
  font-style: normal;
  display: inline-block;
  padding-right: 10px;
  font-size: 30px;
  vertical-align: middle;
  padding-bottom: 5px;
}

.component-stories {
  position: relative;
  overflow: hidden;
}
.component-stories .story-wrapper {
  width: 100%;
  height: 25vh;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 900px) {
  .component-stories .story-wrapper {
    height: 60vh;
  }
}
.component-stories .story-wrapper .container {
  position: relative;
  min-height: 25vh;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .component-stories .story-wrapper .container {
    height: 60vh;
  }
}
.component-stories .story-wrapper .container .story-content {
  position: absolute;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .component-stories .story-wrapper .container .story-content {
    bottom: 10% !important;
    transform: initial !important;
    top: initial !important;
  }
}
.component-stories .story-wrapper .container .story-content.bottom_left {
  bottom: 15%;
}
.component-stories .story-wrapper .container .story-content.bottom_center {
  bottom: 15%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.component-stories .story-wrapper .container .story-content.bottom_right {
  bottom: 15%;
  text-align: right;
  right: 0;
}
.component-stories .story-wrapper .container .story-content.middle_left {
  top: 50%;
  transform: translateY(-50%);
}
.component-stories .story-wrapper .container .story-content.middle_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.component-stories .story-wrapper .container .story-content.middle_right {
  top: 50%;
  text-align: right;
  transform: translateY(-50%);
  right: 0;
}
.component-stories .story-wrapper .container .story-content.top_left {
  top: 15%;
}
.component-stories .story-wrapper .container .story-content.top_center {
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.component-stories .story-wrapper .container .story-content.top_right {
  top: 15%;
  text-align: right;
  right: 0;
}
.component-stories .story-wrapper .container .story-content .story-stars {
  display: block;
  margin-bottom: 20px;
}
.component-stories .story-wrapper .container .story-content .story-stars li {
  font-size: 27px;
}
.component-stories .story-wrapper .container .story-content .story-heading,
.component-stories .story-wrapper .container .story-content .story-subheading {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: -0.16px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .component-stories .story-wrapper .container .story-content .story-heading,
  .component-stories
    .story-wrapper
    .container
    .story-content
    .story-subheading {
    line-height: 36px;
  }
}
.component-stories .story-wrapper .container .story-content .story-heading p,
.component-stories
  .story-wrapper
  .container
  .story-content
  .story-subheading
  p {
  margin: 0;
}
.component-stories .story-wrapper .container .story-content .story-button,
.component-stories .story-wrapper .container .story-content .story-subheading {
  opacity: 0;
  height: 0;
}
@media screen and (max-width: 900px) {
  .component-stories .story-wrapper .container .story-content .story-button,
  .component-stories
    .story-wrapper
    .container
    .story-content
    .story-subheading {
    opacity: 1;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .component-stories .story-wrapper .container .story-content .story-button {
    margin-top: 30px;
  }
}
.component-stories .story-wrapper .container .story-content .story-button a {
  font-size: 20px;
  font-weight: 400;
  line-height: 32.16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "source-sans-pro", sans-serif;
  color: #fff;
  border: 1px solid;
  padding: 7px 62px 7px 18px;
  background-image: url("../png/play-video.png");
  background-position: right;
  background-repeat: no-repeat;
}
.component-stories .story-wrapper .story-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  opacity: 1;
}
.component-stories .story-wrapper .story-poster-mobile {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 900px) {
  .component-stories .story-wrapper .story-poster-mobile {
    display: none;
  }
}
.component-stories .story-wrapper .media-stories-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.component-stories .story-wrapper .media-stories-wrapper video {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-stories .story-wrapper .vimeo-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.component-stories .story-wrapper .vimeo-video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-stories .story-wrapper.stories-horizontal {
  float: left;
  max-height: 75vh;
}
@media screen and (max-width: 900px) {
  .component-stories .story-wrapper.stories-horizontal {
    height: 60vh !important;
    width: 100% !important;
  }
}
.component-stories .story-wrapper.stories-horizontal .container {
  width: 90%;
  max-height: 75vh;
}
@media screen and (max-width: 900px) {
  .component-stories
    .story-wrapper.stories-horizontal
    .container
    .story-heading {
    font-size: 3vw;
  }
}
@media screen and (max-width: 420px) {
  .component-stories
    .story-wrapper.stories-horizontal
    .container
    .story-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  .component-stories
    .story-wrapper.stories-horizontal
    .container
    .story-heading {
    font-size: 22px;
  }
}
@media screen and (min-width: 900px) {
  .component-stories .story-wrapper.stories-horizontal:hover {
    width: 85% !important;
  }
  .component-stories
    .story-wrapper.stories-horizontal:hover
    .container
    .story-content {
    bottom: 10% !important;
    transform: initial !important;
    top: initial !important;
  }
  .component-stories
    .story-wrapper.stories-horizontal:hover
    .container
    .story-content
    .story-button,
  .component-stories
    .story-wrapper.stories-horizontal:hover
    .container
    .story-content
    .story-subheading {
    opacity: 1;
    height: auto;
  }
  .component-stories
    .story-wrapper.stories-horizontal:hover
    .container
    .story-content
    .story-button {
    margin-top: 30px;
  }
}
.component-stories .story-wrapper.stories-horizontal.noth .story-content {
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .component-stories .story-wrapper.stories-vertical.active {
    height: 83vh;
  }
  .component-stories .story-wrapper.stories-vertical.active .container {
    height: 75vh;
  }
  .component-stories
    .story-wrapper.stories-vertical.active
    .container
    .story-content {
    bottom: 10% !important;
    transform: initial !important;
    top: initial !important;
  }
  .component-stories
    .story-wrapper.stories-vertical.active
    .container
    .story-content
    .story-button,
  .component-stories
    .story-wrapper.stories-vertical.active
    .container
    .story-content
    .story-subheading {
    opacity: 1;
    height: auto;
  }
  .component-stories
    .story-wrapper.stories-vertical.active
    .container
    .story-content
    .story-button {
    margin-top: 30px;
  }
  .component-stories .story-wrapper.stories-vertical.active .story-poster {
    opacity: 0;
    z-index: -1;
  }
}
.component-stories .load-more-wrapper {
  text-align: center;
  margin: 60px 0;
}
.component-stories .load-more-wrapper .load-more-stories {
  font-size: 18px;
  font-weight: 400;
  line-height: 29.02px;
  text-transform: uppercase;
  letter-spacing: 0.27px;
  color: #fff;
  background-color: #a21b1e;
  padding: 13px 25px;
  font-family: "source-sans-pro", sans-serif;
  margin: 0 auto;
}
.component-stories .load-more-wrapper .load-more-stories i {
  font-style: normal;
  font-size: 50px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  padding-right: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.component-stories .load-more-wrapper .load-more-stories.disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: initial;
}
.component-cta {
  position: relative;
}

.column-logos.tier3,
.column-logos.tier2 {
  row-gap: 8vh;
}

@media screen and (max-width: 1400px) {
  .component-cta .resourcessection .expanded-column-section {
    border-top: 0 !important;
  }
  .component-cta .resourcessection .expanded-column-section div {
    border: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .component-cta
    .resourcessection
    .expanded-column-section
    div
    .expanded-headline {
    padding-top: 0px !important;
  }

  .component-cta
    .resourcessection
    .expanded-column-section
    div
    .expanded-donation-button {
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
}

.component-cta .expanded-column-section {
  margin-top: 75px !important;
}

@media screen and (max-width: 1400px) {
  .component-cta .expanded-column-section {
    flex-direction: column;
  }
}
.component-cta .cta-heading {
  font-family: "Rajdhani", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 66.55px;
  text-transform: uppercase;
}
.component-cta .cta-heading * {
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 600px) {
  .component-cta .cta-heading p.woh-p {
    margin-top: 10px !important;
  }
}
.component-cta .cta-content a {
  text-decoration: underline;
}
.component-cta .cta-content.medium-content {
  font-family: "source-sans-pro", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.07px;
  color: #404040;
}

.component-cta .cta-content.large-content {
  font-family: "Rajdhani", sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.07px;
  color: #404040;
}
.component-cta .cta-content.mega-content {
  font-family: "Rajdhani", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0.07px;
  color: #404040;
}
.component-cta .cta-content * {
  margin: 0 auto;
}
.component-cta .cta-content a {
  color: inherit;
}
@media screen and (max-width: 900px) {
  .component-cta .cta-content br {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .component-cta .cta-content {
    max-width: 100%;
    margin: 0 auto;
    font-size: 23px;
  }
}
.component-cta .cta-image {
  margin-bottom: 20px;
}
.component-cta .cta-image img {
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  .component-cta .cta-image img {
    max-width: 280px;
  }
}
.component-cta .cta-button-wrapper {
  text-align: center;
  margin: 30px 0 20px;
}
.component-cta .cta-button-wrapper a,
.expanded-donation-button,
.nf-form-cont:not(#nf-form-10-cont) .nf-form-content input[type="button"],
.component-text-block .styledButton {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.27px;
  color: #fff;
  background-color: #a21b1e;
  padding: 13px 35px;
  font-family: "Rajdhani", sans-serif;
  text-decoration: none;
  border-radius: 0;
}

.component-text-block .styledButton {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
}

.component-cta .cta-button-wrapper a i {
  font-style: normal;
  font-size: 50px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  padding-right: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.component-cta {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.expanded-donation-button {
  text-decoration: none !important;
}

.component-cta ::marker {
  color: #395793;
}
.component-cta .cta-mobile-bkg img {
  width: 100%;
}
.component-cta .container {
  z-index: 2;
}
.component-cta .container .cta-wrapper.content-align-left * {
  text-align: left;
}
.component-cta .container .cta-wrapper.content-align-center {
  text-align: center;
}
.component-cta .container .cta-wrapper.content-align-right {
  text-align: right;
}
.component-cta.cta-small {
  height: auto;
  padding: 50px 0px;
}

.component-cta.cta-small#nopadding {
  padding: 0px;
}
.component-cta.cta-small#lightpadding {
  padding: 50px 0px 20px 0px;
}
.component-cta.cta-small#notoppadding {
  padding-top: 0px;
}

.component-cta.cta-small .container .cta-wrapper {
  margin: 0 auto;
}

.component-cta.cta-small .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .component-cta.cta-small .container .cta-wrapper {
    width: 100%;
  }
}
.component-cta.cta-small .container .cta-wrapper.wingman-cta {
  max-width: 550px;
}
.component-cta:not(.cta-small) {
  height: 65vh;
}
.component-cta.cta-large {
  height: 100vh;
}
.component-cta.cta-medium {
  height: 60vh;
}
@media screen and (min-width: 900px) {
  .component-cta:not(.cta-small) {
    min-height: 600px;
  }
}
@media screen and (max-width: 900px) {
  .component-cta:not(.cta-small) {
    height: auto;
  }
}
.component-cta:not(.cta-small) .container {
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .component-cta:not(.cta-small) .container {
    height: auto;
  }
}
.component-cta:not(.cta-small) .container .cta-wrapper {
  position: absolute;
}

.component-cta .container .cta-wrapper.width-full {
  width: 100%;
}
.component-cta .container .cta-wrapper.width-ninety {
  width: 90%;
}
.component-cta .container .cta-wrapper.width-eighty {
  width: 80%;
}
.component-cta .container .cta-wrapper.width-seventy {
  width: 70%;
}
.component-cta .container .cta-wrapper.width-sixty {
  width: 60%;
}
.component-cta .container .cta-wrapper.width-fifty {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .component-cta .container .cta-wrapper {
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .component-cta:not(.cta-small) .container .cta-wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 80px 0;
    max-width: none;
    top: initial !important;
    transform: none !important;
    right: initial !important;
    left: initial !important;
  }
}

.component-cta:not(.cta-small) .container .cta-wrapper.bottom_left {
  bottom: 15%;
}
.component-cta:not(.cta-small) .container .cta-wrapper.bottom_center {
  bottom: 15%;
  left: 50%;
  transform: translate(-50%);
}
.component-cta:not(.cta-small) .container .cta-wrapper.bottom_right {
  bottom: 15%;
  right: 0;
}
.component-cta:not(.cta-small) .container .cta-wrapper.middle_left {
  top: 50%;
  transform: translateY(-50%);
}
.component-cta:not(.cta-small) .container .cta-wrapper.middle_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-cta:not(.cta-small) .container .cta-wrapper.middle_right {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.component-cta:not(.cta-small) .container .cta-wrapper.top_left {
  top: 5%;
}
.component-cta:not(.cta-small) .container .cta-wrapper.top_center {
  top: 5%;
  left: 50%;
  transform: translate(-50%);
}
.component-cta:not(.cta-small) .container .cta-wrapper.top_right {
  top: 5%;
  right: 0;
}
.component-cta .container .cta-content {
  width: 95%;
  margin: 0 auto;
}
.component-cta .container .cta-wrapper.wingman-cta {
  max-width: 550px;
}
.component-cta.cta-mega {
  height: 175vh;
  min-height: 900;
}
@media screen and (max-width: 700px) {
  .component-cta.cta-mega {
    height: fit-content;
  }
}
.component-cta.cta-xtra-large {
  height: 140vh;
  min-height: 900px;
}

.component-cta.cta-mega .container .cta-wrapper {
  position: absolute;
  width: 80%;
}
@media screen and (max-width: 900px) {
  .component-cta.cta-mega .container .cta-wrapper {
    position: relative;
    width: 100%;
    max-width: none;
    top: initial !important;
    transform: none !important;
    right: initial !important;
    left: initial !important;
    margin-top: 0;
  }
  .component-cta.cta-xtra-large {
    height: 140vh;
    min-height: 900px;
  }
}
.component-cta .container .cta-heading h3.mega-headline {
  font-size: 95px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 85px;
  text-transform: uppercase;
}
.component-cta .container .cta-heading h3.large-headline {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 60px;
  text-transform: uppercase;
}
.component-cta .container .cta-heading h3.medium-headline {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  .component-cta .container .cta-heading h3.mega-headline {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 60px;
    text-transform: uppercase;
  }
  .component-cta .container .cta-heading h3.large-headline {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 60px;
    text-transform: uppercase;
  }
  .component-cta .container .cta-heading h3.medium-headline {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 50px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 900px) {
  .component-cta .container .cta-heading h3.mega-headline {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1;
    text-transform: uppercase;
  }
  .component-cta .container .cta-heading h3.large-headline {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;

    text-transform: uppercase;
  }
  .component-cta .container .cta-heading h3.medium-headline {
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
  }
}

.component-cta:not(.cta-small).cta-mega .container .cta-content a {
  text-decoration: underline;
  color: inherit;
}
.component-cta.background-position-bottom {
  background-position: bottom;
}
.component-cta.background-position-center {
  background-position: center;
}
.component-cta.background-position-top {
  background-position: top;
}
.component-locations {
  padding: 100px 0 140px;
}
.component-locations .container ul {
  list-style: none;
}
.component-locations .container .content-align-center {
  text-align: center;
}
.component-locations .container .locations-block-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 36.68px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  color: #fff;
  margin: 30px 0 50px;
}
@media screen and (max-width: 420px) {
  .component-locations .container .locations-block-title {
    font-size: 60px;
    line-height: 1;
  }
}
.component-locations .container .locations-menu {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .component-locations .container .locations-menu {
    margin-bottom: 40px;
  }
}
.component-locations .container .locations-menu .menu-list .locations_row {
  font-size: 0;
  margin: 25px 0;
}
@media screen and (max-width: 900px) {
  .component-locations .container .locations-menu .menu-list .locations_row {
    display: none;
  }
}
.component-locations
  .container
  .locations-menu
  .menu-list
  .locations_row
  .location-launcher {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-family: "Rajdhani", sans-serif;
  color: #7187a5;
  cursor: pointer;
  transition: all 0.3s ease-in;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.component-locations
  .container
  .locations-menu
  .menu-list
  .locations_row
  .location-launcher.active {
  color: #fff;
}
.component-locations
  .container
  .locations-menu
  .menu-list
  .locations_row
  .location-launcher:first-child {
  text-align: right;
  padding-right: 35px;
}
.component-locations
  .container
  .locations-menu
  .menu-list
  .locations_row
  .location-launcher:last-child {
  text-align: left;
  padding-left: 35px;
}
.component-locations
  .container
  .locations-menu
  .menu-list
  .locations_row
  .white-star {
  display: inline-block;
  vertical-align: middle;
  width: 4%;
  text-align: center;
  margin-top: -5px;
}
.component-locations
  .container
  .locations-menu
  .menu-list
  .locations_row.row-with-1
  .location-launcher {
  width: 100% !important;
  text-align: center;
  padding: 0;
}
.component-locations
  .container
  .locations-menu
  .menu-list
  .locations_row.row-with-1
  .white-star {
  display: none;
}
.component-locations
  .container
  .locations-menu
  .menu-list
  .locations_row.row-with-2
  .location-launcher.block-1 {
  text-align: left;
  padding-left: 35px;
}
.component-locations
  .container
  .locations-menu
  .menu-list
  .locations_row.row-with-2
  .white-star {
  width: 8%;
}
.component-locations
  .container
  .locations-menu
  .menu-list
  .locations_row.row-with-2
  .white-star:last-child {
  display: none;
}
.component-locations .container .locations-menu .select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  display: none;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .component-locations .container .locations-menu .select {
    display: block;
  }
}
.component-locations .container .locations-menu .select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: #001730;
}
.component-locations .container .locations-menu .select:hover::after {
  color: #001730;
}
.component-locations .container .locations-menu .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
}
.component-locations .container .locations-menu .select select ::-ms-expand {
  display: none;
}
.component-locations .container .locations-menu .select select {
  flex: 1;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
.component-locations .container .locations-menu .select select option {
  color: #636466;
}
.component-locations .container .locations-content-wrapper .location-header {
  margin-bottom: 20px;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-header
  ul
  li {
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 64px;
  text-transform: uppercase;
  color: #fff;
  display: none;
}
@media screen and (max-width: 900px) {
  .component-locations
    .container
    .locations-content-wrapper
    .location-header
    ul
    li {
    font-size: 22px;
  }
}
.component-locations
  .container
  .locations-content-wrapper
  .location-header
  ul
  li.active {
  display: block;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-header
  ul
  li:last-child
  .location-separator {
  display: none;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-header
  ul
  li.location-name {
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .component-locations
    .container
    .locations-content-wrapper
    .location-header
    ul
    li.location-name {
    width: 100%;
  }
}
.component-locations
  .container
  .locations-content-wrapper
  .location-header
  ul
  li.location-name
  span {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.52px;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-header
  ul
  li.clickable {
  cursor: pointer;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-header
  ul
  li
  .location-separator {
  margin: 0 20px;
}
.component-locations .container .locations-content-wrapper .location-wrapper {
  transition: all 0.3s ease-in;
  opacity: 1;
  z-index: 1;
  width: 100%;
  padding-top: 10px;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper:not(.active) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper
  .locations-content
  .location-picture {
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .component-locations
    .container
    .locations-content-wrapper
    .location-wrapper
    .locations-content
    .location-picture {
    min-height: 40vh;
  }
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper
  .locations-content
  .location-picture
  a {
  width: 100%;
  display: block;
  height: 100%;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper
  .locations-content
  .location-info {
  background-color: #cacfd8;
  font-family: "Rajdhani", sans-serif;
  padding: 50px 25px 180px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.36px;
  line-height: 32px;
  text-transform: uppercase;
  color: #052953;
  min-height: 675px;
}
@media screen and (max-width: 900px) {
  .component-locations
    .container
    .locations-content-wrapper
    .location-wrapper
    .locations-content
    .location-info {
    min-height: 200px;
    padding-bottom: 30px;
  }
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper
  .locations-content
  .location-info
  .location-place {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 30px;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper
  .locations-content
  .location-info
  .location-place
  img {
  display: block;
  margin-bottom: 15px;
  max-height: 20px;
  width: auto;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper
  .locations-content
  .location-info
  .location-city-state {
  font-weight: 500;
  letter-spacing: -0.28px;
  border-top: 1px solid #757b84;
  border-bottom: 1px solid #757b84;
  padding: 15px 0;
  margin: 30px 0;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper
  .locations-content
  .location-info
  .location-address {
  font-weight: 500;
  letter-spacing: -0.28px;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper
  .locations-content
  .location-info
  .location-address
  p {
  margin: 0;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper
  .locations-content
  .location-info
  .location-address
  p
  + a {
  display: block;
  margin-top: 15px;
}
.component-locations
  .container
  .locations-content-wrapper
  .location-wrapper
  .locations-content
  .location-info
  .location-address
  a {
  text-transform: none;
  font-size: 28px;
  color: #052953;
}
@media screen and (max-width: 420px) {
  .component-locations
    .container
    .locations-content-wrapper
    .location-wrapper
    .locations-content
    .location-info
    .location-address
    a {
    font-size: 5vw;
  }
}
.component-locations .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 900px) {
  .component-locations .owl-nav {
    display: none;
  }
}
.component-locations .owl-nav [class*="owl-"] {
  position: relative;
  outline: none;
  width: 44px;
  height: 83px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .component-locations .owl-nav [class*="owl-"] {
    transform: scale(0.7);
  }
}
.component-locations .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.component-locations .owl-nav [class*="owl-"].owl-prev {
  float: left;
  left: -7%;
  background-image: url("../png/locations-left-arrow.png");
  display: inline-block;
  background-repeat: no-repeat;
}
.component-locations .owl-nav [class*="owl-"].owl-next {
  float: right;
  right: -7%;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../png/locations-right-arrow.png");
  margin: 0;
}
.component-locations .owl-stage-outer {
  z-index: 3;
}
.component-quote {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.component-quote .quote-text * {
  line-height: 1;
  margin: 0 auto;
}
.component-quote .quote-text span {
  display: inline-block;
}
.component-quote .quote-text span.quotation-mark {
  font-family: "source-sans-pro", sans-serif;
  font-size: 178px;
  font-weight: 400;
  display: inline-block;
  overflow: hidden;
  height: 60px;
  line-height: 140px;
  position: relative;
  top: -15px;
}
.component-quote .quote-text span.quotation-mark:last-child {
  top: 20px;
}
@media screen and (max-width: 900px) {
  .component-quote .quote-text span.quotation-mark:last-child {
    top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .component-quote .quote-text span.quotation-mark {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  .component-quote .quote-text span:not(.quotation-mark) {
    max-width: 95%;
  }
}
.component-quote .quote-text span.mobile-quote {
  font-size: 40px !important;
  line-height: 40px !important;
}
.component-quote .quote-text span.mobile-quote br {
  display: none;
}
.component-quote .quote-owner {
  font-family: "rajdhani", sans-serif;
  letter-spacing: 1px;
  padding-left: 10px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.component-quote .quote-owner * {
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .component-quote .quote-owner {
    margin-top: 40px;
  }
}
.component-quote .quote-mobile-bkg img {
  width: 100%;
}
.component-quote .container {
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .component-quote .container .quote-wrapper {
    width: 100% !important;
  }
}
.component-quote .container .quote-wrapper.content-align-left .quote-text h3 {
  text-align: left;
}
.component-quote .container .quote-wrapper.content-align-center {
  text-align: center;
}
.component-quote .container .quote-wrapper.content-align-right .quote-text {
  text-align: right;
}
.component-quote
  .container
  .quote-wrapper.content-align-right
  .quote-text:after {
  padding-left: 40px;
}
.component-quote.quote-small {
  height: auto;
  padding: 100px 0 90px;
}
.component-quote.quote-small .container .quote-wrapper {
  max-width: 600px;
  width: 60%;
  margin: 0 auto;
}
.component-quote:not(.quote-small) {
  height: 75vh;
}
@media screen and (max-width: 900px) {
  .component-quote:not(.quote-small) {
    height: auto;
  }
}
.component-quote:not(.quote-small) .container {
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .component-quote:not(.quote-small) .container {
    height: auto;
  }
}
.component-quote:not(.quote-small) .container .quote-wrapper {
  position: absolute;
  width: auto;
}
@media screen and (max-width: 900px) {
  .component-quote:not(.quote-small) .container .quote-wrapper {
    position: relative;
    width: 100%;
    max-width: none;
    top: initial !important;
    transform: none !important;
    right: initial !important;
    left: initial !important;
    padding: 80px 0;
  }
}
.component-quote:not(.quote-small) .container .quote-wrapper.bottom_left {
  bottom: 15%;
}
.component-quote:not(.quote-small) .container .quote-wrapper.bottom_center {
  bottom: 15%;
  left: 50%;
  transform: translate(-50%);
}
.component-quote:not(.quote-small) .container .quote-wrapper.bottom_right {
  bottom: 15%;
  right: 0;
}
.component-quote:not(.quote-small) .container .quote-wrapper.middle_left {
  top: 50%;
  transform: translateY(-50%);
}
.component-quote:not(.quote-small) .container .quote-wrapper.middle_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-quote:not(.quote-small) .container .quote-wrapper.middle_right {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.component-quote:not(.quote-small) .container .quote-wrapper.top_left {
  top: 15%;
}
.component-quote:not(.quote-small) .container .quote-wrapper.top_center {
  top: 15%;
  left: 50%;
  transform: translate(-50%);
}
.component-quote:not(.quote-small) .container .quote-wrapper.top_right {
  top: 15%;
  right: 0;
}
.component-quote:not(.quote-small).quote-mega {
  height: 115vh;
}
@media screen and (max-width: 900px) {
  .component-quote:not(.quote-small).quote-mega {
    height: auto;
  }
}
.component-quote:not(.quote-small).quote-mega .quote-mobile-bkg {
  background: red;
}
.component-quote:not(.quote-small).quote-mega .container .quote-wrapper {
  position: absolute;
  max-width: 750px;
  width: 70%;
}
@media screen and (max-width: 900px) {
  .component-quote:not(.quote-small).quote-mega .container .quote-wrapper {
    position: relative;
    width: 100%;
    max-width: none;
    top: initial !important;
    transform: none !important;
    right: initial !important;
    left: initial !important;
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.component-quote:not(.quote-small).quote-mega .container .quote-text {
  font-size: 68px;
  font-weight: 700;
  line-height: 65.51px;
  text-transform: uppercase;
}
.component-quote:not(.quote-small).quote-mega .container .quote-owner {
  font-size: 26px;
  font-weight: 400;
  line-height: 35.71px;
}
.component-quote-mega {
  position: relative;
  height: 75vh;
}
@media screen and (min-width: 1920px) {
  .component-quote-mega {
    min-height: 85vh;
  }
}
@media screen and (max-width: 900px) {
  .component-quote-mega {
    min-height: none;
    height: auto;
  }
}
.component-quote-mega * {
  transition: all 0.3s ease-in;
}
.component-quote-mega .quote-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.component-quote-mega .quote-mobile-bkg img {
  width: 100%;
}
.component-quote-mega #quotes-mega-wrapper {
  height: 100%;
  z-index: 2;
  position: relative;
  width: 100%;
}
.component-quote-mega #quotes-mega-wrapper .quotes-wrapper {
  padding: 5%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .component-quote-mega #quotes-mega-wrapper .quotes-wrapper {
    background-color: rgba(0, 78, 152, 0.76);
    min-height: 65vh;
  }
}
.component-quote-mega #quotes-mega-wrapper .quotes-wrapper .quote-wrapper {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: -1;
  height: auto;
  max-width: 80%;
  color: #fff;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.bottom_left {
  bottom: 15%;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.bottom_center {
  bottom: 15%;
  left: 50%;
  transform: translate(-50%);
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.bottom_right {
  bottom: 15%;
  right: 0;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.middle_left {
  top: 50%;
  transform: translateY(-50%);
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.middle_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.middle_right {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.top_left {
  top: 15%;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.top_center {
  top: 15%;
  left: 50%;
  transform: translate(-50%);
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.top_right {
  top: 15%;
  right: 0;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.active {
  opacity: 1;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-wrapper
    .quote-wrapper
    .quote-text {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper
  .quote-text
  * {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper
  .quote-text
  h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 34px !important;
  display: initial;
}
@media screen and (max-width: 900px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-wrapper
    .quote-wrapper
    .quote-text
    h3 {
    font-size: 24px !important;
    line-height: 20px !important;
  }
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper
  .quote-text:after,
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper
  .quote-text:before {
  opacity: 0.32;
  font-family: "source-sans-pro", sans-serif;
  font-size: 178px;
  font-weight: 400;
  text-transform: uppercase;
  width: 65px;
  height: 50px;
  position: absolute;
  line-height: 138px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-wrapper
    .quote-wrapper
    .quote-text:after,
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-wrapper
    .quote-wrapper
    .quote-text:before {
    font-size: 140px;
  }
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper
  .quote-text:before {
  content: "“";
  left: -25px;
  margin-top: -5px;
}
@media screen and (min-width: 1500px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-wrapper
    .quote-wrapper
    .quote-text:before {
    left: -80px;
  }
}
@media screen and (min-width: 1920px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-wrapper
    .quote-wrapper
    .quote-text:before {
    left: -50px;
  }
}
@media screen and (max-width: 900px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-wrapper
    .quote-wrapper
    .quote-text:before {
    margin-top: -25px;
  }
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper
  .quote-text:after {
  content: "”";
  bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-wrapper
    .quote-wrapper
    .quote-text:after {
    padding-left: 0;
  }
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper
  .quote-owner {
  font-family: "source-sans-pro", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-align: center;
  margin-top: 30px;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper
  .quote-owner:before {
  display: inline-block;
  content: "-";
  width: 10px;
  height: 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-wrapper
    .quote-wrapper
    .quote-owner {
    font-size: 3.5vw;
  }
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper
  .quote-owner
  * {
  margin: 0 auto;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.content-align-left
  .quote-text
  h3 {
  text-align: left;
  padding-left: 40px;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.content-align-center {
  text-align: center;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.content-align-right
  .quote-text {
  text-align: right;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-wrapper
  .quote-wrapper.content-align-right
  .quote-text:after {
  padding-left: 40px;
}
.component-quote-mega #quotes-mega-wrapper .quotes-mega-sidebar {
  background-color: rgba(0, 78, 152, 1);
  color: #fff;
  padding: 25px;
  width: auto;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-mega-sidebar
  .quote-owner-menu {
  position: relative;
  min-width: 350px;
  height: 100%;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-mega-sidebar
  .quote-owner-menu
  ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  font-family: "Rajdhani", sans-serif;
  text-align: right;
  width: 100%;
  display: block;
}
@media screen and (max-width: 900px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-mega-sidebar
    .quote-owner-menu
    ul {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    right: 20px;
  }
}
@media screen and (max-height: 800px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-mega-sidebar
    .quote-owner-menu
    ul {
    font-size: 3.2vh;
  }
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-mega-sidebar
  .quote-owner-menu
  ul
  li {
  cursor: pointer;
  transform-origin: right;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-mega-sidebar
    .quote-owner-menu
    ul
    li {
    font-size: 5vw;
  }
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-mega-sidebar
  .quote-owner-menu
  ul
  li
  + li {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-mega-sidebar
    .quote-owner-menu
    ul
    li
    + li {
    margin-top: 10px;
  }
}
@media screen and (max-height: 800px) {
  .component-quote-mega
    #quotes-mega-wrapper
    .quotes-mega-sidebar
    .quote-owner-menu
    ul
    li
    + li {
    margin-top: 20px;
  }
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-mega-sidebar
  .quote-owner-menu
  ul
  li:after {
  display: inline-block;
  vertical-align: middle;
  content: "+";
  margin-left: 10px;
  font-size: 35px;
  font-weight: 100;
  line-height: 0;
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-mega-sidebar
  .quote-owner-menu
  ul
  li.active {
  /*
   font-size: 32px;
   letter-spacing: 0.26px;
   */
  transform: scale(1.15);
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-mega-sidebar
  .quote-owner-menu
  ul
  li.active:after {
  content: "\2014";
}
.component-quote-mega
  #quotes-mega-wrapper
  .quotes-mega-sidebar
  .quote-owner-menu
  ul
  li
  span {
  display: inline-block;
  vertical-align: middle;
}
.component-quote-mega .quotes-bkg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.component-quote-mega .quotes-bkg-wrapper .quote-bkg {
  position: absolute;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.component-quote-mega .quotes-bkg-wrapper .quote-bkg.active {
  opacity: 1;
  z-index: 1;
}
.component-service_members {
  padding: 100px 0 140px;
}
@media screen and (max-width: 420px) {
  .component-service_members {
    padding-top: 55px;
  }
}
.component-service_members .container ul {
  list-style: none;
}
.component-service_members .container .content-align-center {
  text-align: center;
}
.component-service_members .container .service_members-block-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 36.68px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  color: #fff;
  margin: 30px 0 50px;
}
.component-service_members .container .service_members-menu {
  margin-bottom: 80px;
}
.component-service_members .container .service_members-menu .menu-list {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .component-service_members .container .service_members-menu .menu-list {
    display: none;
  }
}
.component-service_members
  .container
  .service_members-menu
  .menu-list
  .members-row
  .service_member-launcher {
  font-size: 36px;
  font-weight: 400;
  line-height: 64px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: "Rajdhani", sans-serif;
  color: #7187a5;
  cursor: pointer;
  transition: all 0.3s ease-in;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: auto;
  text-align: center;
}
.component-service_members
  .container
  .service_members-menu
  .menu-list
  .members-row
  .service_member-launcher.active {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .component-service_members
    .container
    .service_members-menu
    .menu-list
    .members-row
    .service_member-launcher {
    width: 100%;
  }
}
.component-service_members
  .container
  .service_members-menu
  .menu-list
  .members-row
  .white-star {
  display: inline-block;
  vertical-align: middle;
  width: 14vw;
  text-align: center;
  margin: -10px 0 0;
  max-width: 180px;
}
.component-service_members
  .container
  .service_members-menu
  .menu-list
  .members-row
  .white-star:last-child {
  display: none;
}
@media screen and (max-width: 1300px) {
  .component-service_members
    .container
    .service_members-menu
    .menu-list
    .members-row
    .white-star {
    max-width: 9vw;
  }
}
@media screen and (max-width: 900px) {
  .component-service_members
    .container
    .service_members-menu
    .menu-list
    .members-row
    .white-star {
    display: none;
  }
}
.component-service_members .container .service_members-menu .select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  display: none;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .component-service_members .container .service_members-menu .select {
    display: block;
    margin-bottom: 40px;
  }
}
.component-service_members .container .service_members-menu .select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: #001730;
}
.component-service_members
  .container
  .service_members-menu
  .select:hover::after {
  color: #001730;
}
.component-service_members .container .service_members-menu .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
}
.component-service_members
  .container
  .service_members-menu
  .select
  select
  ::-ms-expand {
  display: none;
}
.component-service_members .container .service_members-menu .select select {
  flex: 1;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
.component-service_members
  .container
  .service_members-menu
  .select
  select
  option {
  color: #636466;
}
.component-service_members .container .service_member-wrapper {
  transition: all 0.3s ease-in;
  opacity: 1;
  z-index: 1;
  width: 100%;
  max-height: none;
  overflow-y: auto;
}
.component-service_members .container .service_member-wrapper:not(.active) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.component-service_members
  .container
  .service_member-wrapper
  .service_member-header {
  margin-bottom: 20px;
  color: #fff;
}
.component-service_members
  .container
  .service_member-wrapper
  .service_member-header
  .member-name {
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 0.46px;
  font-family: "Rajdhani", sans-serif;
}
.component-service_members
  .container
  .service_member-wrapper
  .service_member-header
  span {
  font-family: "source-sans-pro", sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1.6px;
}
.component-service_members
  .container
  .service_member-wrapper
  .service_member-content
  .member-story {
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.48px;
  padding-right: 50px;
  display: block;
}
@media screen and (max-width: 900px) {
  .component-service_members
    .container
    .service_member-wrapper
    .service_member-content
    .member-story {
    padding: 0;
    margin-bottom: 40px;
  }
  .component-service_members
    .container
    .service_member-wrapper
    .service_member-content
    .member-story
    br {
    display: none;
  }
}
.component-service_members
  .container
  .service_member-wrapper
  .service_member-gallery {
  margin-top: 50px;
}
.component-service_members
  .container
  .service_member-wrapper
  .service-members-rotator {
  position: relative;
}
@media screen and (max-width: 900px) {
  .component-service_members
    .container
    .service_member-wrapper
    .service-members-rotator {
    margin-top: 40px;
  }
}
.component-service_members
  .container
  .service_member-wrapper
  .service-members-rotator
  ul {
  position: absolute;
  bottom: 0;
  right: 0;
}
.component-service_members
  .container
  .service_member-wrapper
  .service-members-rotator
  ul
  li {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7187a5;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.component-service_members
  .container
  .service_member-wrapper
  .service-members-rotator
  ul
  li
  + li {
  margin-left: 35px;
}
.component-service_members
  .container
  .service_member-wrapper
  .service-members-rotator
  ul
  li:hover {
  color: #fff;
}
.component-service_members .grid .grid-row {
  column-gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .component-service_members .grid .grid-row {
    column-gap: 0;
    margin-bottom: 0;
  }
}
.component-service_members .grid .grid-row.columns-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.component-service_members .grid .grid-row.columns-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.component-service_members .grid .grid-row.columns-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.component-service_members .grid .grid-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .component-service_members .grid .grid-row {
    display: block;
  }
}
.component-service_members .grid .grid-row .row-column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 100;
  padding: 0 4px;
}
@media screen and (max-width: 900px) {
  .component-service_members .grid .grid-row .row-column {
    width: 100%;
  }
}
.component-service_members .grid .grid-row .row-column img {
  vertical-align: middle;
  width: 100%;
}
.component-service_members .grid .grid-row .row-column img + img {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .component-service_members .grid .grid-row .row-column img + img {
    margin: 0;
  }
}
.component-logos {
  position: relative;
  margin: 50px 0;
}
.component-logos .logos-wrapper {
  margin: 0 auto;
}
.component-logos .logos-wrapper .logos-block-title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  text-align: center;
  letter-spacing: 2.5px;
}

.component-logos .logos-wrapper .logos-content .owl-stage {
  margin: 0 auto !important;
}
.component-logos .logos-wrapper .logos-content .owl-stage .item {
  position: relative;
  height: 18vh;
}
.component-logos .logos-wrapper .logos-content .owl-stage .item img {
  width: auto;
  max-height: 120px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
}
@media screen and (max-width: 900px) {
  .component-logos .logos-wrapper .logos-content .owl-stage .item img {
    max-height: 100%;
  }
}
.component-logos .logos-wrapper .logos-content .owl-stage .item.full-image {
  width: 100%;
  overflow: hidden;
  min-height: 360px;
}
@media screen and (max-width: 900px) {
  .component-logos .logos-wrapper .logos-content .owl-stage .item.full-image {
    min-height: 500px;
  }
}
.component-logos .logos-wrapper .logos-content .owl-stage .item.full-image img {
  position: relative;
  width: auto;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  top: initial;
  left: initial;
  transform: none;
}
.component-logos .logos-wrapper .logos-content.column-logos {
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}

.component-logos .logos-wrapper .logos-content.column-logos .item img {
  display: block;
  margin: 0 auto;
  width: 60%;
  filter: grayscale(100%);
  transition: all 400ms ease;
}

.component-logos .logos-wrapper .logos-content.column-logos .item img:hover {
  display: block;
  margin: 0 auto;
  width: 50%;
  filter: grayscale(0%);
  transition: all 400ms ease;
}

.component-logos .logos-wrapper .owl-dots {
  margin-bottom: 50px;
  margin-top: 30px !important;
}
.component-logos .logos-wrapper .owl-dots .owl-dot {
  outline: 0;
}
.component-logos .logos-wrapper .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: #052953;
  outline: 0;
}
.component-logos .logos-wrapper .owl-dots .owl-dot.active span,
.component-logos .logos-wrapper .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid #052953;
  outline: 0;
}
.component-logos .logos-wrapper.full-section {
  margin: 0;
}
.component-logos .logos-wrapper.full-section .owl-stage {
  margin: 0;
}
@media screen and (max-width: 420px) {
  .component-logos .logos-wrapper.full-section .owl-stage .item {
    min-height: 80vw;
  }
}
.component-statistics {
  position: relative;
  padding: 145px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .component-statistics {
    padding: 100px 0;
  }
}
@media screen and (max-width: 420px) {
  .component-statistics {
    padding: 50px 0;
  }
}
.component-statistics #statistics-wrapper {
  z-index: 2;
  overflow: hidden;
}
.component-statistics .statistics-wrapper-mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .component-statistics .statistics-wrapper-mobile {
    display: block;
  }
  .component-statistics #statistics-wrapper .statistic-wrapper {
    min-height: 125px !important;
    padding: 20px 0px !important;
  }
  .component-statistics #statistics-wrapper .statistic-wrapper .chart {
    height: 120px;
  }
  .component-statistics .statistics-wrapper-desktop {
    display: none;
  }

  .component-statistics
    .statistics-wrapper-mobile
    .statistic-wrapper:nth-child(2)
    .stat-container {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .component-statistics .statistic-wrapper .item-value {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    text-align: center !important;
  }
  .page-id-7181 .component-statistics {
    padding: 20px 0px 40px !important;
  }

  .statistics-button {
    padding-top: 40px;
  }
}
.component-statistics #statistics-wrapper .statistic-wrapper {
  float: left;
  padding: 0 30px;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.12px;
  font-size: 18px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 263px;
}

.component-statistics #statistics-wrapper .statistic-wrapper .chart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.component-statistics h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2.5px;
  text-align: center;
  margin-bottom: 10px;
}

.component-statistics #statistics-wrapper .statistic-wrapper p {
  float: left;
  padding: 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: -0.12px;
  font-size: 16px;
  margin: 0;
  max-width: 250px;
}

@media screen and (max-width: 1024px) {
  .component-statistics #statistics-wrapper .statistic-wrapper {
    font-size: 2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 420px) {
  .component-statistics #statistics-wrapper .statistic-wrapper {
    width: 100% !important;
    font-size: 24px;
    line-height: 1;
    padding: 40px 0;
  }
}
.component-statistics #statistics-wrapper .statistic-wrapper.content-left {
  text-align: left;
}
.component-statistics #statistics-wrapper .statistic-wrapper.content-center {
  text-align: center;
}
.component-statistics #statistics-wrapper .statistic-wrapper.content-right {
  text-align: right;
}

.component-statistics #statistics-wrapper .statistic-wrapper .item-value span {
  display: inline-block;
}
.component-statistics
  #statistics-wrapper
  .statistic-wrapper
  .item-value
  span.counter {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: -0.54px;
  color: #fff;
}
.component-statistics
  #statistics-wrapper
  .statistic-wrapper
  .item-value
  span.after-value {
  font-size: 54px;
  font-weight: 700;
  top: 0;
  line-height: 1;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: -0.54px;
  color: #fff;
}

.component-statistics .statistic-wrapper .item-value {
  display: flex;
  justify-content: center;
  align-items: center;
}

.component-statistics .statistic-wrapper:nth-child(2) .stat-container {
  position: absolute;
  left: 76%;
  bottom: 24px;
}

.home .component-statistics .statistic-wrapper:nth-child(1) {
  width: 28% !important;
}
.home .component-statistics .statistic-wrapper:nth-child(2) {
  width: 44% !important;
}
.home .component-statistics .statistic-wrapper:nth-child(2) .item-value {
  justify-content: start;
}
.home .component-statistics .statistic-wrapper:nth-child(3) {
  width: 28% !important;
}

@media screen and (max-width: 1200px) {
  .home .component-statistics .statistic-wrapper:nth-child(1) {
    width: 100% !important;
  }
  .home .component-statistics .statistic-wrapper:nth-child(2) {
    width: 100% !important;
  }
  .home .component-statistics .statistic-wrapper:nth-child(2) .item-value {
    justify-content: start;
  }
  .home .component-statistics .statistic-wrapper:nth-child(3) {
    width: 100% !important;
  }
}

.component-statistics .item-value {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1450px) {
  .component-statistics
    #statistics-wrapper
    .statistic-wrapper
    .item-value
    span.after-value,
  .component-statistics
    #statistics-wrapper
    .statistic-wrapper
    .item-value
    span.counter {
    font-size: 8vw;
  }
}
@media screen and (max-width: 420px) {
  .component-statistics
    #statistics-wrapper
    .statistic-wrapper
    .item-value
    span.after-value,
  .component-statistics
    #statistics-wrapper
    .statistic-wrapper
    .item-value
    span.counter {
    font-size: 60px;
  }
}
.component-statistics .background_image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.component-annual-report {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 100vh;
  min-height: 760px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .component-annual-report {
    background-position: top;
  }
}
@media screen and (max-width: 600px) {
  .component-annual-report {
    height: 1500px;
  }
  .component-annual-report .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .component-annual-report .container .foh-cols-6 {
    flex: none;
  }
}
.component-annual-report .container {
  z-index: 2;
  height: 100%;
}
.component-annual-report .container .annual-reports-wrapper .annual-reports {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .component-annual-report .container {
    padding: 10vh 0;
  }
}
.component-annual-report .container .annual-reports-wrapper {
  position: relative;
  height: 85vh;
}
@media screen and (min-width: 900px) {
  .component-annual-report .container .annual-reports-wrapper {
    min-height: 760px;
  }
  .component-annual-report .container .annual-reports-wrapper .annual-reports {
    position: relative;
    padding-top: 5vh;
  }
}
@media screen and (max-width: 900px) {
  .component-annual-report .container .annual-reports-wrapper {
    height: auto;
    margin-top: 10vw;
  }
}

@media screen and (max-width: 600px) {
  .component-annual-report .container .annual-reports-wrapper {
    margin-top: 0;
  }
  .component-annual-report .container .annual-reports-wrapper .annual-reports {
    padding-top: 0vh;
    position: relative;
  }
}

@media screen and (max-width: 900px) {
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.bottom_left {
  bottom: 15%;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.bottom_center {
  bottom: 15%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.bottom_right {
  bottom: 15%;
  text-align: right;
  right: 0;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.middle_left {
  top: 50%;
  transform: translateY(-50%);
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.middle_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.middle_right {
  top: 50%;
  text-align: right;
  transform: translateY(-50%);
  right: 0;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.top_left {
  top: 15%;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.top_center {
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.top_right {
  top: 25%;
  text-align: right;
  right: 0;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.content-left {
  text-align: left;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.content-center {
  text-align: center;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports.content-right {
  text-align: right;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports
  .module_heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 45.34px;
  text-transform: uppercase;
  color: #395793;
  font-family: "Rajdhani", sans-serif;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports
  .module_content {
  color: #404040;
  font-family: "source-sans-pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29.02px;
  letter-spacing: 0.07px;
}
@media screen and (max-width: 420px) {
  .component-annual-report
    .container
    .annual-reports-wrapper
    .annual-reports
    .module_content
    br {
    display: none;
  }
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports
  .reports-wrapper
  ul {
  margin: 30px 0 0;
  padding: 0;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports
  .reports-wrapper
  ul
  li {
  display: inline-block;
}
.component-annual-report
  .container
  .annual-reports-wrapper
  .annual-reports
  .reports-wrapper
  ul
  li
  a {
  color: #395793;
  font-family: "Rajdhani", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 51.34px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  background-image: url("../png/download.png");
  background-position: top center;
  padding: 75px 20px 0;
  background-repeat: no-repeat;
  display: block;
}

@media screen and (max-width: 600px) {
  .component-annual-report
    .container
    .annual-reports-wrapper
    .annual-reports
    .reports-wrapper
    ul
    li
    a {
    padding: 75px 5px;
  }
}

.component-annual-report .container .chart {
  position: relative;
}
.component-annual-report .container .chart:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.component-annual-report .container .chart #chart-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  .component-annual-report .container .chart #chart-container {
    transform: translate(-55%, -50%);
  }
}
@media screen and (max-width: 900px) {
  .component-annual-report .container .chart #chart-container {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }
  /* .component-annual-report .container .chart #chart-container {
    width:375px;
  } */
}
.component-annual-report
  .container
  .chart
  #chart-container
  .highcharts-credits {
  display: none;
}
.component-annual-report .container .chart .chart-data-labels {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-annual-report .container .chart .chart-data-labels .data-label {
  font-size: 34px;
  font-weight: 700;
  line-height: 45.34px;
  text-transform: uppercase;
  color: #395793;
  font-family: "Rajdhani", sans-serif;
}
.component-annual-report
  .container
  .chart
  .chart-data-labels
  .data-label
  .data-label-connector {
  border-top: 2px solid;
}
.component-annual-report
  .container
  .chart
  .chart-data-labels
  .data-label#data-label-0 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-36%, -311px);
}
@media screen and (max-width: 1024px) {
  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-0 {
    transform: translate(-50%, -286px);
  }
}
@media screen and (max-width: 900px) {
  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-0 {
    transform: translate(-31%, -310px);
  }
}

@media screen and (max-width: 500px) {
  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-0 {
    transform: translate(-50%, -260px);
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-0 {
    transform: translate(-51%, -251px);
  }
}
@media screen and (max-width: 320px) {
  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-0 {
    transform: translate(-60%, -200px);
  }
}
.component-annual-report
  .container
  .chart
  .chart-data-labels
  .data-label#data-label-0
  .data-label-connector {
  transform: rotate(62deg);
  left: 54px;
  position: relative;
  width: 100px;
  top: 45px;
}
.component-annual-report
  .container
  .chart
  .chart-data-labels
  .data-label#data-label-1 {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-53%, 276px);
}
@media screen and (max-width: 1024px) {
  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-1 {
    transform: translate(-63%, 238px);
    width: fit-content;
  }
}
@media screen and (max-width: 900px) {
  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-1 {
    transform: translate(-54%, 248px);
    text-align: right;
  }
}
@media screen and (max-width: 500px) {
  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-1 {
    transform: translate(-50%, 212px);
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-1 {
    transform: translate(-53%, 207px);
  }
}
@media screen and (max-width: 320px) {
  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-1 {
    transform: translate(-76%, 180px);
  }
}
.component-annual-report
  .container
  .chart
  .chart-data-labels
  .data-label#data-label-1
  .data-label-connector {
  transform: rotate(90deg);
  position: relative;
  width: 64px;
  top: -78px;
  right: -42%;
  border-color: #395793;
}
.component-annual-report .container .chart .chart-main-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #395793;
  text-transform: uppercase;
  font-family: "Source-Sans-Pro", sans-serif;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .component-annual-report .container .chart,
  .component-annual-report .container .chart #chart-container {
    display: block;
    width: 100%;
  }
  body .container.grid-layout {
    padding: 100px 0px;
  }

  .component-annual-report
    .container
    .chart
    .chart-data-labels
    .data-label#data-label-0 {
    width: 90%;
  }
}
.component-annual-report .container .chart .chart-main-message .chart-message {
  font-family: "Rajdhani", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  .component-annual-report .container .chart .chart-main-message {
    transform: translate(-60%, -50%);
  }
}
@media screen and (max-width: 900px) {
  .component-annual-report .container .chart .chart-main-message {
    transform: translate(-50%, -50%);
  }
}
.component-annual-report .container .chart .chart-main-message .chart-heading {
  font-size: 160px;
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: -6.4px;
}
.component-annual-report
  .container
  .chart
  .chart-main-message
  .chart-heading
  span {
  font-size: 108px;
  vertical-align: top;
}

@media screen and (max-width: 450px) {
  .component-annual-report
    .container
    .chart
    .chart-main-message
    .chart-heading {
    font-size: 30vw;
    line-height: 1;
  }
}
.component-annual-report
  .container
  .chart
  .chart-main-message
  .chart-heading
  .underlined {
  display: inline-block;
  font-size: 120px;
  line-height: 110px;
  vertical-align: top;
  padding-left: 5px;
}
@media screen and (max-width: 450px) {
  .component-annual-report
    .container
    .chart
    .chart-main-message
    .chart-heading
    .underlined {
    font-size: 22vw;
    line-height: 25vw;
  }
}
.component-annual-report
  .container
  .chart
  .chart-main-message
  .chart-heading
  .underlined:after {
  display: block;
  content: "";
  background: #0c5d9c;
  height: 9px;
  width: 100%;
  margin-top: -10px;
}
.component-annual-report .container .chart .chart-main-message .chart-message {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.24px;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .component-annual-report
    .container
    .chart
    .chart-main-message
    .chart-message {
    font-size: 4vw;
  }
}
.component-accordion {
  position: relative;
}
.component-accordion .accordion-item .accordion-item-heading {
  cursor: pointer;
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-accordion .accordion-item {
  border-bottom: 1px solid #395793;
}
@media screen and (max-width: 900px) {
  .component-accordion .accordion-item .accordion-item-heading {
    font-size: 8vw;
    line-height: 40px !important;
    padding: 20px;
  }
}
.component-accordion .accordion-item .accordion-item-heading.text-align-center {
  text-align: center;
}
.component-accordion .accordion-item .accordion-item-heading.text-align-right {
  text-align: right;
}
.component-accordion .accordion-item .accordion-item-heading.text-align-left {
  text-align: left;
}
.component-accordion .accordion-item .accordion-item-content {
  transition: all 0.3s ease-in;
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
  padding: 0px 21%;
}
.component-accordion .accordion-item .accordion-item-content p {
  font-family: "source-sans-pro", sans-serif;
  font-size: 22px;
  line-height: 29.02px;
  letter-spacing: 0.07px;
  font-weight: 300;
}
.component-accordion .accordion-item .accordion-item-content p span {
  font-weight: 400;
}
.component-accordion .accordion-item .accordion-item-content h2,
.component-accordion .accordion-item .accordion-item-content h3,
.component-accordion .accordion-item .accordion-item-content h4,
.component-accordion .accordion-item .accordion-item-content h5,
.component-accordion .accordion-item .accordion-item-content h6 {
  font-family: "Rajdhani", sans-serif;
  margin: 0;
}
.component-accordion .accordion-item .accordion-item-content hr {
  background: #084287;
}
.component-accordion .accordion-item .accordion-item-content a {
  text-decoration: underline;
  color: inherit;
}
.component-accordion .accordion-item.active .accordion-item-content {
  opacity: 1;
  height: auto;
  z-index: 1;
  overflow: auto;
  padding: 25px 21%;
  background-color: #f5f5f5;
  transition: all 0.3s ease-in;
  border-left: 20px solid #a21b1e;
  font-size: 21px;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.5;
}

.component-accordion .accordion-item.active .accordion-item-content li {
  padding-bottom: 15px;
}

.component-accordion .accordion-item.active .accordion-item-heading {
  color: #a21b1e !important;
}

.component-accordion .accordion-item .accordion-item-heading .flip-arrow {
  padding-left: 100px;
  position: absolute;
  right: 15%;
}

@media screen and (max-width: 900px) {
  .component-accordion .accordion-item .accordion-item-heading .flip-arrow {
    right: 5%;
  }

  .component-accordion .accordion-item.active .accordion-item-content {
    padding: 25px 7%;
    font-size: 18px;
  }

  .component-accordion .accordion-item .accordion-item-heading {
    text-align: left !important;
    font-size: 28px !important;
    max-width: 85%;
  }
  .component-accordion .accordion-item .accordion-item-heading {
    justify-content: start;
  }
}

.component-accordion
  .accordion-item
  .accordion-item-heading
  .flip-arrow
  .flip-down,
.component-accordion
  .accordion-item.active
  .accordion-item-heading
  .flip-arrow
  .flip-up {
  display: block;
}

.component-accordion
  .accordion-item
  .accordion-item-heading
  .flip-arrow
  .flip-up,
.component-accordion
  .accordion-item.active
  .accordion-item-heading
  .flip-arrow
  .flip-down {
  display: none;
}

.component-accordion .accordion-item.active .accordion-item-content b,
.component-accordion .accordion-item.active .accordion-item-content strong,
.component-accordion .accordion-item.active .accordion-item-content ::marker {
  color: #395793;
}
.component-dates {
  position: relative;
  margin-top: 50px;
}
.component-dates .dates-block-title {
  color: #395793;
  font-size: 60px;
  font-weight: 700;
  line-height: 37.64px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 20px 0px;
}
.component-dates .dates-block-title .subheading {
  color: #395793;
  font-size: 25px;
  font-weight: 500;
  display: block;
  line-height: 28px;
  text-transform: none;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .component-dates .dates-block-title {
    line-height: px;
    font-size: 30px;
    max-width: 80%;
    margin: 0 auto;
  }
}
.component-dates .dates-block-title span {
  background: white;
  width: auto;
  padding: 0 15px;
}
@media screen and (max-width: 420px) {
  .component-dates .dates-block-title span {
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  .component-dates .dates-block-title:after {
    display: none;
  }
}
.component-dates .table-wrapper {
  margin-top: 30px;
}
.component-dates .table-wrapper table tr th {
  padding: 10px 20px;
  color: #a21b1e;
  text-align: left !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 53.34px;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  text-align: center;
  position: relative;
  margin: 0;
  font-family: "Rajdhani", sans-serif;
}
.component-dates .table-wrapper table tr td {
  padding: 20px 20px;
  margin: 0;
  font-family: "source-sans-pro", sans-serif;
}
.component-dates .table-wrapper table tr td .row-wrapper + .row-wrapper {
  margin-top: 40px;
}
.component-dates .table-wrapper table tr td .row-wrapper span {
  display: block;
  font-size: 23px;
  font-weight: 400;

  line-height: 23px;
  text-align: center;
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 10%;
}
.component-dates .table-wrapper table tr td .row-wrapper span.month,
.component-dates .table-wrapper table tr td .row-wrapper span.date {
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .component-dates .table-wrapper table tr td .row-wrapper span {
    line-height: 26px;
    width: auto;
    font-size: 18px;
  }
}
.component-dates .table-wrapper table tr td .row-wrapper span span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
.component-dates .table-wrapper table tr td .row-wrapper span.title {
  font-weight: 300;
  width: 75%;
  line-height: 30px;
}
.component-dates .table-wrapper table tr td .row-wrapper span.calendar {
  font-weight: 300;
  width: 19%;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .component-dates .table-wrapper table tr td .row-wrapper span.title,
  .component-dates .table-wrapper table tr td .row-wrapper span.calendar {
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }
}
.component-dates .table-wrapper table tr td .row-wrapper span + span {
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  .component-dates .table-wrapper table tr td .row-wrapper span + span {
    padding-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .component-dates .table-wrapper table tr:first-child {
    display: none;
  }
}
.component-dates .table-wrapper table tr + tr {
  color: #395793;
}
.component-dates .table-wrapper table tr + tr td {
  border-bottom: 1px solid;
}
.component-dates .table-wrapper table tr:last-child td {
  border: none;
}
.component-video-playlist .video-playlist-wrapper {
  font-size: 0;
}
.component-video-playlist .video-playlist-wrapper .video-content-wrapper {
  display: inline-block;
  width: 30%;
  min-height: 230px;
  position: relative;
  margin-bottom: 40px;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .component-video-playlist .video-playlist-wrapper .video-content-wrapper {
    width: 100%;
  }
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  + .video-content-wrapper:not(.start-block) {
  margin-left: 4.8%;
}
@media screen and (max-width: 900px) {
  .component-video-playlist
    .video-playlist-wrapper
    .video-content-wrapper
    + .video-content-wrapper:not(.start-block) {
    margin-left: 0;
  }
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vh;
  min-height: 235px;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .component-video-playlist
    .video-playlist-wrapper
    .video-content-wrapper
    .video-wrapper {
    height: 40vh;
  }
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .video-wrapper
  .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 235px;
  z-index: 2;
  background-position: center;
  background-size: cover;
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .video-wrapper
  .image-wrapper-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 235px;
  z-index: 3;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 900px) {
  .component-video-playlist
    .video-playlist-wrapper
    .video-content-wrapper
    .video-wrapper
    .image-wrapper-mobile {
    display: none;
  }
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .video-wrapper
  iframe {
  width: 100%;
  min-height: 235px;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .component-video-playlist
    .video-playlist-wrapper
    .video-content-wrapper
    .video-wrapper
    iframe {
    height: 40vh;
  }
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .button-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 3;
  height: 25vh;
  min-height: 235px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .component-video-playlist
    .video-playlist-wrapper
    .video-content-wrapper
    .button-wrapper {
    height: 40vh;
  }
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .button-wrapper
  a {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .video-content {
  color: #4d4d4e;
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  line-height: 24px;
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .video-content
  h4 {
  margin: 15px 0 0;
  font-weight: 300 !important;
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .video-content.content-left {
  text-align: left;
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .video-content.content-center {
  text-align: center;
}
.component-video-playlist
  .video-playlist-wrapper
  .video-content-wrapper
  .video-content.content-right {
  text-align: right;
}
.component-video-playlist .video-playlist-wrapper .image-content-wrapper {
  float: left;
  position: relative;
}
@media screen and (max-width: 900px) {
  .component-video-playlist .video-playlist-wrapper .image-content-wrapper {
    width: 100% !important;
  }
}
.component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper
  .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 22vw;
  min-height: 235px;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .component-video-playlist
    .video-playlist-wrapper
    .image-content-wrapper
    .image-wrapper {
    height: 40vh;
  }
}
.component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper
  .button-wrapper {
  position: absolute;
  bottom: 10%;
  left: 8%;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .component-video-playlist
    .video-playlist-wrapper
    .image-content-wrapper
    .button-wrapper {
    bottom: 8vw;
    left: 8vw;
  }
}
.component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper
  .button-wrapper
  a {
  font-size: 20px;
  font-weight: 400;
  line-height: 32.16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "source-sans-pro", sans-serif;
  color: #fff;
  border: 1px solid;
  padding: 7px 62px 7px 18px;
  background-image: url("../png/play-video.png");
  background-position: right;
  background-repeat: no-repeat;
}
.component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper
  .button-wrapper
  .image-content {
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.13px;
  line-height: 32.95px;
}
.component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper
  .button-wrapper
  .image-content
  h4 {
  margin: 0 0 15px;
}
.component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper
  .button-wrapper
  .image-content.content-left {
  text-align: left;
}
.component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper
  .button-wrapper
  .image-content.content-center {
  text-align: center;
}
.component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper
  .button-wrapper
  .image-content.content-right {
  text-align: right;
}
.component-our-team {
  padding: 100px 0;
}
.component-our-team .our-team-wrapper {
  margin-bottom: -100px;
}
.component-our-team .our-team-wrapper .person-content-wrapper {
  vertical-align: top;
  display: inline-block;
  width: 30%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .component-our-team .our-team-wrapper .person-content-wrapper {
    width: 100%;
    margin-bottom: 50px;
    padding: 10px;
  }
  .component-our-team
    .our-team-wrapper
    .person-content-wrapper
    .person-content.content-left {
    margin: 0 !important;
  }
}
@media screen and (max-width: 420px) {
  .component-our-team .our-team-wrapper .person-content-wrapper {
    width: 100%;
  }
}
.component-our-team
  .our-team-wrapper
  .person-content-wrapper
  + .person-content-wrapper:not(.start-block) {
  margin-left: 4.4%;
}
@media screen and (max-width: 900px) {
  .component-our-team
    .our-team-wrapper
    .person-content-wrapper
    + .person-content-wrapper:not(.start-block) {
    margin-left: 0;
  }
}
.component-our-team
  .our-team-wrapper
  .person-content-wrapper
  .person-content.content-left {
  text-align: left;
  margin: 0 22%;
}

.component-our-team
  .our-team-wrapper
  .person-content-wrapper
  .person-content
  img {
  filter: grayscale(1);
  transition: 1s ease;
}
.component-our-team
  .our-team-wrapper
  .person-content-wrapper
  .person-content
  img:hover {
  filter: none;
  transition: 1s ease;
}

.component-our-team
  .our-team-wrapper
  .person-content-wrapper
  .person-content.content-center {
  text-align: center;
}
.component-our-team
  .our-team-wrapper
  .person-content-wrapper
  .person-content.content-right {
  text-align: right;
}
.component-our-team
  .our-team-wrapper
  .person-content-wrapper
  .person-content
  h4 {
  color: #084287;
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32.68px;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.component-our-team
  .our-team-wrapper
  .person-content-wrapper
  .person-content
  span {
  color: #4d4d4e;
  font-family: "source-sans-pro", sans-serif;
  font-size: 26px;
  font-weight: 300;
  display: block;
  margin-bottom: 25px;
}
.component-our-team
  .our-team-wrapper
  .person-content-wrapper
  .person-content
  a {
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.02px;
  text-transform: uppercase;
  letter-spacing: 0.27px;
  background-color: #a21b1e;
  padding: 11px 30px 12px;
  text-align: center;
  display: block;
}
.component-our-team
  .our-team-wrapper
  .person-content-wrapper
  .person-content
  a
  i {
  font-style: normal;
  font-size: 45px;
  line-height: 0;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 100;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
}
.contact-our-team form {
  margin-top: 30px;
}
.contact-our-team form .nf-form-fields-required {
  display: none;
}
.contact-our-team form label {
  color: #4d4d4e;
  font-family: "source-sans-pro", sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: block;
}
.contact-our-team form nf-field:last-child input {
  font-size: 16px;
  font-weight: 400;
  line-height: 29.02px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  background: #c20422 !important;
  font-family: "source-sans-pro", sans-serif;
  color: #fff !important;
  border-radius: 0;
  padding: 10px 20px;
}
.contact-our-team .nf-response-msg p {
  color: #4d4d4e;
  font-family: "source-sans-pro", sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: block;
}
.component-our-team-carousel {
  position: relative;
}
.component-our-team-carousel .our-team-carousel-wrapper {
  margin: 0 auto;
}
.component-our-team-carousel .our-team-carousel-wrapper .owl-stage {
  margin: 0 auto !important;
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item
  .item {
  position: relative;
  height: 25vw;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .component-our-team-carousel
    .our-team-carousel-wrapper
    .owl-stage
    .owl-item
    .item {
    height: 100vw;
    max-height: 100vw;
  }
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item
  .item
  img {
  display: block;
  min-width: 100%;
  height: 100%;
  width: auto;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.3s ease-in;
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item
  .item
  .member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 30px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .component-our-team-carousel
    .our-team-carousel-wrapper
    .owl-stage
    .owl-item
    .item
    .member-info {
    opacity: 1;
    z-index: 2;
  }
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item
  .item
  .member-info
  h4 {
  margin: 0;
  font-size: 22px;
  word-break: break-word;
  display: block;
  max-width: 85%;
  line-height: 0.8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.24;
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item
  .item
  .member-info
  .years-service {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  letter-spacing: -0.24;
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item
  .item
  .member-info
  .years-service:before {
  display: block;
  content: "";
  background: #fff;
  width: 45px;
  height: 1px;
  margin: 5px 0 15px;
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item
  .item
  .member-info-mask {
  opacity: 0;
  transition: all 0.3s ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  background-image: linear-gradient(to top right, #052953, transparent);
}
@media screen and (max-width: 900px) {
  .component-our-team-carousel
    .our-team-carousel-wrapper
    .owl-stage
    .owl-item
    .item
    .member-info-mask {
    opacity: 1;
  }
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item
  .item:hover {
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .component-our-team-carousel
    .our-team-carousel-wrapper
    .owl-stage
    .owl-item
    .item:hover {
    min-width: 130%;
  }
}
@media screen and (max-width: 900px) {
  .component-our-team-carousel
    .our-team-carousel-wrapper
    .owl-stage
    .owl-item
    .item:hover {
    max-width: 100%;
  }
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item
  .item:hover
  .member-info {
  opacity: 1;
  z-index: 2;
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item
  .item:hover
  .member-info-mask {
  opacity: 1;
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-stage
  .owl-item:hover {
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .component-our-team-carousel
    .our-team-carousel-wrapper
    .owl-stage
    .owl-item.last-item
    .item:hover {
    margin-left: -30%;
  }
}
.component-our-team-carousel .our-team-carousel-wrapper .owl-dots {
  margin-bottom: 50px;
  margin-top: 30px !important;
}
.component-our-team-carousel .our-team-carousel-wrapper .owl-dots .owl-dot {
  outline: 0;
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-dots
  .owl-dot
  span {
  width: 20px;
  height: 20px;
  background: #052953;
  outline: 0;
}
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-dots
  .owl-dot.active
  span,
.component-our-team-carousel
  .our-team-carousel-wrapper
  .owl-dots
  .owl-dot:hover
  span {
  background: transparent;
  border: 1px solid #052953;
  outline: 0;
}
.component-our-team-carousel .our-team-carousel-wrapper.full-section {
  margin: 0;
}
.component-our-team-carousel
  .our-team-carousel-wrapper.full-section
  .owl-stage {
  margin: 0;
}
@media screen and (max-width: 420px) {
  .component-our-team-carousel
    .our-team-carousel-wrapper.full-section
    .owl-stage
    .item {
    min-height: 80vw;
  }
}
@media screen and (max-width: 900px) {
  .component-board-directors .board-directors-wrapper {
    overflow: hidden;
  }
}
.component-board-directors .board-directors-wrapper .director-content-wrapper {
  vertical-align: top;
  display: inline-block;
  width: 32%;
  position: relative;
  margin-bottom: 100px;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  .component-board-directors
    .board-directors-wrapper
    .director-content-wrapper {
    width: 49.4%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 450px) {
  .component-board-directors
    .board-directors-wrapper
    .director-content-wrapper {
    width: 100%;
  }

  .component-board-directors .board-directors-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    column-gap: 10px;
  }
  .component-board-directors
    .board-directors-wrapper
    .director-content-wrapper
    .director-content
    span {
    font-size: 16px !important;
  }
  .component-board-directors
    .board-directors-wrapper
    .director-content-wrapper
    .director-content
    h4 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .component-board-directors
    .board-directors-wrapper
    .director-content-wrapper
    .director-logo {
    height: 90px;
    display: flex !important;
    align-items: end;
  }
  .component-board-directors
    .board-directors-wrapper
    .director-content-wrapper
    .director-logo
    img {
    margin: 0 auto 10px !important;
  }
}
.component-board-directors
  .board-directors-wrapper
  .director-content-wrapper
  + .director-content-wrapper:not(.start-block) {
  margin-left: 1.5%;
}
@media screen and (max-width: 900px) {
  .component-board-directors
    .board-directors-wrapper
    .director-content-wrapper
    + .director-content-wrapper:not(.start-block) {
    margin-left: 0;
  }
}
.component-board-directors
  .board-directors-wrapper
  .director-content-wrapper
  .director-logo {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .component-board-directors
    .board-directors-wrapper
    .director-content-wrapper
    .director-logo {
    width: 100%;
  }
}
.component-board-directors
  .board-directors-wrapper
  .director-content-wrapper
  .director-logo
  img {
  width: 100%;
  height: auto;
  max-width: 75px;
}
@media screen and (max-width: 900px) {
  .component-board-directors
    .board-directors-wrapper
    .director-content-wrapper
    .director-logo
    img {
    max-width: none;
    width: auto;
    display: block;
    margin: 0 auto 30px;
  }
}
.component-board-directors
  .board-directors-wrapper
  .director-content-wrapper
  .director-content {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  .component-board-directors
    .board-directors-wrapper
    .director-content-wrapper
    .director-content {
    width: 100%;
    padding-left: 0;
    text-align: center !important;
  }
}
.component-board-directors
  .board-directors-wrapper
  .director-content-wrapper
  .director-content.content-left {
  text-align: left;
}
.component-board-directors
  .board-directors-wrapper
  .director-content-wrapper
  .director-content.content-center {
  text-align: center;
}
.component-board-directors
  .board-directors-wrapper
  .director-content-wrapper
  .director-content.content-right {
  text-align: right;
}
.component-board-directors
  .board-directors-wrapper
  .director-content-wrapper
  .director-content
  h4 {
  color: #395793;
  font-family: "Rajdhani", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 32.68px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin: 0;
}
.component-board-directors
  .board-directors-wrapper
  .director-content-wrapper
  .director-content
  span {
  color: #404040;
  font-family: "Rajdhani", sans-serif;
  font-size: 23px;
  font-weight: 500;
  display: block;
  line-height: 1.3;
}
.component-embed-pgd-map {
  margin-bottom: 100px;
}
@media screen and (max-width: 420px) {
  .component-embed-pgd-map {
    margin-bottom: 90px;
  }
}
.component-embed-pgd-map .embed-pgd-map-wrapper {
  height: 75vh;
}
@media screen and (max-width: 900px) {
  .component-embed-pgd-map .embed-pgd-map-wrapper {
    max-height: 60vh;
  }
}
.component-embed-pgd-map .embed-pgd-map-wrapper iframe {
  height: 100%;
}
/* Pages Styles override */

.component-text-block.scholarships-numbers
  .text-block-columns
  .text-block-column
  + .text-block-column {
  padding-left: 40px;
}

.component-text-block.scholarships-numbers
  .text-block-columns
  .text-block-column
  + .text-block-column
  .text-block-sub-head {
  width: 75%;
}

.component-text-block.minority-numbers
  .text-block-columns
  .text-block-column:first-child {
  width: 60%;
  margin: auto 0;
}

.component-text-block.minority-numbers .text-block-columns,
.component-text-block.charity-numbers .text-block-columns {
  display: flex;
}

.component-text-block.minority-numbers
  .text-block-columns
  .text-block-column:first-child
  p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.component-text-block.minority-numbers
  .text-block-columns
  .text-block-column:first-child
  p
  span:first-child {
  padding-right: 20px;
}

.component-text-block.minority-numbers
  .text-block-columns
  .text-block-column
  + .text-block-column {
  width: 40%;
}

.component-text-block.charity-numbers
  .text-block-columns
  .text-block-column:first-child {
  text-align: left;
}

.component-text-block.charity-numbers .text-block-columns .text-block-column h3,
.component-text-block.financial-numbers-custom
  .text-block-columns
  .text-block-column
  h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 45.34px;
  text-transform: uppercase;
  color: #395793;
  font-family: "Rajdhani", sans-serif;
  margin: 0px;
}
.component-text-block.charity-numbers .text-block-columns .text-block-column,
.component-text-block.financial-numbers-custom
  .text-block-columns
  .text-block-column {
  color: #404040;
  font-family: "source-sans-pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29.02px;
  letter-spacing: 0.07px;
}

.component-text-block.financial-numbers-custom .grid-marker.marker-left {
  top: 45px;
}

.component-text-block.charity-numbers
  .text-block-columns
  .text-block-column:first-child {
  display: flex;
  justify-content: start;
  align-items: center;
}

.component-text-block.charity-numbers
  .text-block-columns
  .text-block-column:first-child
  p
  img:first-child {
  margin-right: 20px;
}

.component-cta.pledge-headline {
  padding: 50px 0px;
}

.component-cta.pledge-headline .cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 900px) {
  .component-cta.pledge-headline .cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.component-cta.pledge-headline .cta-wrapper .cta-button-wrapper {
  margin: 0px;
}

.component-cta.pledge-headline .cta-wrapper .medium-headline {
  padding-right: 20px;
  padding-bottom: 0px;
}

.component-video-embed.minus-margin {
  margin-top: -5%;
}

.component-video-embed.minus-margin-bottom {
  margin-bottom: -7%;
}

@media screen and (max-width: 900px) {
  .component-video-embed.minus-margin-bottom {
    margin-bottom: 0%;
  }
  .component-video-embed.minus-margin {
    margin-top: 5%;
  }
}

.component-cta.minus-margin .cta-wrapper {
  top: -10% !important;
}

@media screen and (min-width: 1024px) {
  body .site-header #menu-item-87 .sub-menu {
    margin-left: -20px;
  }
}
@media screen and (max-width: 420px) {
  body.home .component-video .container .video-content,
  body.page-id-3106 .component-video .container .video-content {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  body.home
    .component-cta.home-special-cta
    .cta-mobile-bkg--.cta-background-image,
  body.page-id-3106
    .component-cta.home-special-cta
    .cta-mobile-bkg--.cta-background-image {
    position: relative;
    height: 65vh;
  }
}
body.home .component-cta.home-special-cta .cta-wrapper,
body.page-id-3106 .component-cta.home-special-cta .cta-wrapper {
  position: absolute;
  max-width: 600px;
  width: 60%;
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  body.home .component-cta.home-special-cta .cta-wrapper,
  body.page-id-3106 .component-cta.home-special-cta .cta-wrapper {
    position: relative;
    width: 100%;
    max-width: none;
    top: initial !important;
    transform: none !important;
    right: initial !important;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: -100px;
  }
}
body.home .component-cta.home-special-cta .cta-wrapper .cta-content,
body.page-id-3106 .component-cta.home-special-cta .cta-wrapper .cta-content {
  font-size: 23px;
}

.component-image-menu#mail .slide-panel:nth-child(2) .image-menu-title {
  font-size: 34px;
  color: #395793;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  text-transform: none;
}

.component-image-menu#mail
  .slide-panels-wrapper
  .slide-panel.image_zoom.no-hidden-content
  .image-menu-block-content
  .visible-content {
  width: 74% !important;
}

@media screen and (max-width: 900px) {
  .component-image-menu#mail
    .slide-panels-wrapper
    .slide-panel.image_zoom.no-hidden-content
    .image-menu-block-content
    .visible-content {
    width: 85% !important;
  }
  .component-image-menu#donatecar
    .slide-panels-wrapper
    .slide-panel:nth-child(1) {
    height: 625px;
    max-height: 625px;
  }
  .component-image-menu#donatecar .slide-panels-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
body.home
  .component-image-menu.home-slide-im-1
  .slide-panels-wrapper.slide
  .slide-panel,
body.page-id-3106
  .component-image-menu.home-slide-im-1
  .slide-panels-wrapper.slide
  .slide-panel {
  background-position: 80%;
}
body.home
  .component-image-menu.home-slide-im-1
  .slide-panels-wrapper.slide
  .block-footer-content
  img,
body.page-id-3106
  .component-image-menu.home-slide-im-1
  .slide-panels-wrapper.slide
  .block-footer-content
  img {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
body.home
  .component-image-menu.home-slide-im-1
  .slide-panels-wrapper.slide
  .block-footer-content
  img
  + img,
body.page-id-3106
  .component-image-menu.home-slide-im-1
  .slide-panels-wrapper.slide
  .block-footer-content
  img
  + img {
  margin-left: 10px;
}
@media screen and (max-width: 420px) {
  body.home .component-text-block.home-families-foh .text-block-subheading p,
  body.page-id-3106
    .component-text-block.home-families-foh
    .text-block-subheading
    p {
    font-size: 25px;
  }
}
@media screen and (max-width: 420px) {
  body.home .component-stories,
  body.page-id-3106 .component-stories {
    display: none;
  }
}
@media screen and (min-width: 420px) {
  body.home .component-video-playlist,
  body.page-id-3106 .component-video-playlist {
    display: none;
  }
}
body.home .component-video-playlist .image-content-wrapper .image-wrapper,
body.page-id-3106
  .component-video-playlist
  .image-content-wrapper
  .image-wrapper {
  min-height: 400px;
}
body.pae-id-64
  section.component-text-block.about-text-block-1
  .text-block-content {
  max-width: 720px;
}
body.page-id-64
  section.component-text-block.about-text-block-2
  .text-block-column {
  position: relative;
  min-height: 570px;
  padding: 0;
}
@media screen and (max-width: 900px) {
  body.page-id-64
    section.component-text-block.about-text-block-2
    .text-block-column {
    min-height: initial;
    overflow: hidden;
  }
}
body.page-id-64
  section.component-text-block.about-text-block-2
  .text-block-column
  img {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -80%);
}
@media screen and (max-width: 900px) {
  body.page-id-64
    section.component-text-block.about-text-block-2
    .text-block-column
    img {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    max-width: 250px;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-64
    section.component-text-block.about-text-block-2
    .text-block-column
    + .text-block-column {
    margin-top: 40px;
  }
}
body.page-id-1184
  section.component-text-block.our-credentials-block-1
  .text-block-content
  .text-block-columns {
  margin-top: 0;
}
body.page-id-1184
  section.component-text-block.our-credentials-block-1
  .text-block-content
  .text-block-columns
  .text-block-column
  h2 {
  margin-top: 0;
}
body.page-id-1184
  section.component-text-block.our-credentials-block-1
  .text-block-content
  .text-block-columns
  .text-block-column
  ul {
  text-align: center;
}
body.page-id-1184
  section.component-text-block.our-credentials-block-1
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li {
  display: inline-block;
  width: 49%;
}
body.page-id-1184
  section.component-text-block.our-credentials-block-1
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li:last-child {
  margin-top: 40px;
}
body.page-id-1184
  section.component-text-block.our-credentials-block-2
  .text-block-content {
  max-width: 720px;
}
body.page-id-1184
  section.component-text-block.our-credentials-block-2
  .text-block-content
  ul {
  text-align: center;
  margin-top: 10px;
}
body.page-id-1184
  section.component-text-block.our-credentials-block-2
  .text-block-content
  ul
  li {
  display: inline-block;
  margin: 0 40px;
}
body.page-id-66
  section.component-text-block.scholarships-block-1
  .text-block-content {
  max-width: 720px;
}
body.page-id-1203 section.component-text-block.childrens-fund-block-1 h2,
body.page-id-1203 section.component-text-block.childrens-fund-block-1 h3,
body.page-id-1203 section.component-text-block.childrens-fund-block-1 h4,
body.page-id-1203 section.component-text-block.childrens-fund-block-1 h5,
body.page-id-1203 section.component-text-block.childrens-fund-block-1 h6 {
  margin: 0;
}
@media screen and (min-width: 900px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:first-child {
    width: 60% !important;
    padding-top: 130px;
  }
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child {
  position: relative;
  overflow: hidden;
  text-align: left;
}
@media screen and (min-width: 900px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child {
    width: 40% !important;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child {
    margin-top: 40px;
  }
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child:before {
  display: inline-block;
  content: "";
  background: #084287;
  width: 1px;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 900px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child:before {
    display: none;
  }
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h1,
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h2,
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h3,
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h4,
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h5,
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h6 {
  color: #001b4f;
  font-size: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h1,
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h2,
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h3,
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h4,
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h5,
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h6 {
    text-align: center;
  }
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul {
  margin-top: 30px;
  margin-top: 40px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul {
    max-width: 80%;
    margin: 50px auto;
    text-align: center;
  }
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul
    li {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 420px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul
    li {
    width: 100%;
  }
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  + li {
  margin-top: 30px;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  a {
  display: block;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  a
  p {
  display: none;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  a
  div,
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  a
  img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul
    li
    a
    div,
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul
    li
    a
    img {
    display: block;
    margin: 0 auto 10px;
  }
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  a
  div {
  width: 60%;
  margin-left: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 768px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul
    li
    a
    div {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
  }
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  .childrens-fund-block-btns {
  margin-top: 40px;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  .childrens-fund-block-btns
  .red-button
  .white-button {
  display: inline-block;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  .childrens-fund-block-btns
  .red-button
  + .red-button {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    .childrens-fund-block-btns {
    text-align: center;
  }
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column
  a {
  text-decoration: none;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-2
  p
  span:last-child:after,
body.page-id-1203
  section.component-text-block.childrens-fund-block-2
  p
  span:last-child:before {
  display: inline-block;
  background: url("../png/white-stars.png");
  content: "";
  width: 120px;
  height: 30px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
}
@media screen and (max-width: 900px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-2
    p
    span:last-child:after,
  body.page-id-1203
    section.component-text-block.childrens-fund-block-2
    p
    span:last-child:before {
    display: block;
    margin: 20px auto 10px;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-1203
    section.component-text-block.childrens-fund-block-2
    p
    span:last-child:after {
    margin-top: 5px;
  }
}
body.page-id-1203 section.component-text-block.childrens-fund-block-3 h2,
body.page-id-1203 section.component-text-block.childrens-fund-block-3 h3,
body.page-id-1203 section.component-text-block.childrens-fund-block-3 h4,
body.page-id-1203 section.component-text-block.childrens-fund-block-3 h5,
body.page-id-1203 section.component-text-block.childrens-fund-block-3 h6 {
  margin: 0;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-3
  .text-block-content
  .text-block-columns {
  margin-top: 0;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-3
  .text-block-content
  .text-block-columns
  .text-block-column {
  margin-top: 0;
  padding-top: 0;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-3
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li {
  list-style: none;
  color: #4d4d4e;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-3
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li:before {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #a21b1e;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  left: 0;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-3
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li
  + li {
  margin-top: 30px;
}
body.page-id-1203 section.component-text-block.childrens-fund-block-4 {
  padding-bottom: 40px;
}
body.page-id-1203 section.component-text-block.childrens-fund-block-4 h2,
body.page-id-1203 section.component-text-block.childrens-fund-block-4 h3,
body.page-id-1203 section.component-text-block.childrens-fund-block-4 h4,
body.page-id-1203 section.component-text-block.childrens-fund-block-4 h5,
body.page-id-1203 section.component-text-block.childrens-fund-block-4 h6 {
  margin: 0;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-heading {
  color: #fff;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-columns
  .text-block-column {
  margin-top: 0;
  padding-top: 0;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li {
  list-style: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li:before {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  left: 0;
}
body.page-id-1203
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li
  + li {
  margin-top: 30px;
}
body.page-id-1246 section.component-text-block.childrens-fund-block-1 h2,
body.page-id-1246 section.component-text-block.childrens-fund-block-1 h3,
body.page-id-1246 section.component-text-block.childrens-fund-block-1 h4,
body.page-id-1246 section.component-text-block.childrens-fund-block-1 h5,
body.page-id-1246 section.component-text-block.childrens-fund-block-1 h6 {
  margin: 0;
}
@media screen and (min-width: 900px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:first-child {
    width: 60% !important;
    padding-top: 130px;
  }
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child {
  position: relative;
  overflow: hidden;
  text-align: left;
}
@media screen and (min-width: 900px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child {
    width: 40% !important;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child {
    margin-top: 40px;
  }
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child:before {
  display: inline-block;
  content: "";
  background: #084287;
  width: 1px;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 900px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child:before {
    display: none;
  }
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h1,
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h2,
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h3,
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h4,
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h5,
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  h6 {
  color: #001b4f;
  font-size: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h1,
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h2,
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h3,
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h4,
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h5,
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    h6 {
    text-align: center;
  }
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul {
  margin-top: 30px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul {
    max-width: 80%;
    margin: 50px auto;
    text-align: center;
  }
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul
    li {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 420px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul
    li {
    width: 100%;
  }
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  + li {
  margin-top: 30px;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  a {
  display: block;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  a
  p {
  display: none;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  a
  div,
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  a
  img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul
    li
    a
    div,
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul
    li
    a
    img {
    display: block;
    margin: 0 auto 10px;
  }
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  ul
  li
  a
  div {
  width: 60%;
  margin-left: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 768px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    ul
    li
    a
    div {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
  }
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  .childrens-fund-block-btns {
  margin-top: 40px;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  .childrens-fund-block-btns
  .red-button {
  display: inline-block;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column:last-child
  .childrens-fund-block-btns
  .red-button
  + .red-button {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-1
    .text-block-content
    .text-block-column:last-child
    .childrens-fund-block-btns {
    text-align: center;
  }
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-1
  .text-block-content
  .text-block-column
  a {
  text-decoration: none;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-2
  p
  span:last-child:after,
body.page-id-1246
  section.component-text-block.childrens-fund-block-2
  p
  span:last-child:before {
  display: inline-block;
  background: url("../png/white-stars.png");
  content: "";
  width: 120px;
  height: 30px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
}
@media screen and (max-width: 900px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-2
    p
    span:last-child:after,
  body.page-id-1246
    section.component-text-block.childrens-fund-block-2
    p
    span:last-child:before {
    display: block;
    margin: 20px auto 10px;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-1246
    section.component-text-block.childrens-fund-block-2
    p
    span:last-child:after {
    margin-top: 5px;
  }
}
body.page-id-1246 section.component-text-block.childrens-fund-block-3 h2,
body.page-id-1246 section.component-text-block.childrens-fund-block-3 h3,
body.page-id-1246 section.component-text-block.childrens-fund-block-3 h4,
body.page-id-1246 section.component-text-block.childrens-fund-block-3 h5,
body.page-id-1246 section.component-text-block.childrens-fund-block-3 h6 {
  margin: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-3
  .text-block-content
  .text-block-columns
  .text-block-column {
  margin-top: 0;
  padding-top: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-3
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li {
  list-style: none;
  color: #4d4d4e;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-3
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li:before {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #a21b1e;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  left: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-3
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li
  + li {
  margin-top: 30px;
}
body.page-id-1246 section.component-text-block.childrens-fund-block-4 {
  padding-bottom: 40px;
}
body.page-id-1246 section.component-text-block.childrens-fund-block-4 h2,
body.page-id-1246 section.component-text-block.childrens-fund-block-4 h3,
body.page-id-1246 section.component-text-block.childrens-fund-block-4 h4,
body.page-id-1246 section.component-text-block.childrens-fund-block-4 h5,
body.page-id-1246 section.component-text-block.childrens-fund-block-4 h6 {
  margin: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-heading {
  color: #fff;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-columns {
  margin-top: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-columns
  .text-block-column {
  margin-top: 0;
  padding-top: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li {
  list-style: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li:before {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  left: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-4
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li
  + li {
  margin-top: 30px;
}
body.page-id-1246 section.component-text-block.childrens-fund-block-5 h2,
body.page-id-1246 section.component-text-block.childrens-fund-block-5 h3,
body.page-id-1246 section.component-text-block.childrens-fund-block-5 h4,
body.page-id-1246 section.component-text-block.childrens-fund-block-5 h5,
body.page-id-1246 section.component-text-block.childrens-fund-block-5 h6 {
  margin: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-5
  .text-block-content
  .text-block-columns {
  margin-top: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-5
  .text-block-content
  .text-block-columns
  .text-block-column {
  margin-top: 0;
  padding-top: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-5
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li {
  list-style: none;
  color: #4d4d4e;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-5
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li:before {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #a21b1e;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  left: 0;
}
body.page-id-1246
  section.component-text-block.childrens-fund-block-5
  .text-block-content
  .text-block-columns
  .text-block-column
  ul
  li
  + li {
  margin-top: 30px;
}
body.page-id-68 .component-logos {
  margin: 0 auto;
}
body.page-id-68 .component-quote {
  height: 55vh;
}
body.page-id-9359
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h1,
body.page-id-16866
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h1,
body.page-id-16966
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h1,
body.page-id-16973
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h1,
body.page-id-16489
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h1,
body.page-id-16493
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h1 {
  font-size: 56px;
  letter-spacing: 1.5px;
}

body.page-id-9359
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h4,
body.page-id-16866
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h4,
body.page-id-16966
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h4,
body.page-id-16973
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h4,
body.page-id-16489
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h4,
body.page-id-16493
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  h4 {
  color: #395793;
  font-size: 20px;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 10px;
}
body.page-id-9359
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  div
  a,
body.page-id-16866
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  div
  a,
body.page-id-16966
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  div
  a,
body.page-id-16973
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  div
  a,
body.page-id-16489
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  div
  a,
body.page-id-16493
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column
  div
  a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 900px) {
  body.page-id-68 .component-quote {
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  body.page-id-68 .component-quote.jtm-quote .quote-wrapper {
    padding: 30px 0 50px;
  }
}
body.page-id-68 .component-quote.jtm-quote .quote-wrapper .quote-text * {
  line-height: 50px;
  font-size: 0;
}
body.page-id-68 .component-quote.jtm-quote .quote-wrapper .quote-text * span {
  font-size: 60px;
}
@media screen and (max-width: 900px) {
  body.page-id-68 .component-quote.jtm-quote .quote-wrapper .quote-text * span {
    -webkit-text-fill-color: #052953;
    background: transparent;
  }
}
body.page-id-68
  .component-quote.jtm-quote
  .quote-wrapper
  .quote-text
  *
  span.quotation-mark {
  font-size: 140px;
  height: 50px;
  line-height: 110px;
}
@media screen and (min-width: 900px) {
  body.page-id-68
    .component-quote.jtm-quote
    .quote-wrapper
    .quote-text
    *
    span.quotation-mark:first-child {
    margin-left: -20px;
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-68 .component-cta.jtm-pgd-cta .cta-heading * {
    text-align: center;
  }
}
body.page-id-68 .component-cta.jtm-pgd-cta .cta-content {
  margin: initial;
}
@media screen and (max-width: 900px) {
  body.page-id-68 .component-cta.jtm-pgd-cta .cta-content {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-68 .component-cta.jtm-pgd-cta .cta-button-wrapper {
    text-align: center !important;
  }
}
body.page-id-68 .component-cta.jtm-gyw-cta {
  padding: 50px 0;
}
@media screen and (max-width: 420px) {
  body.page-id-68 .component-cta.jtm-gyw-cta .cta-heading span {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  body.page-id-68 .component-cta.jtm-gyw-cta .cta-content span {
    display: block;
  }
}
body.page-id-836 .component-logos {
  margin: 0 auto;
}
body.page-id-836 .component-cta.wingman-ranks-cta .cta-heading {
  margin-bottom: 0;
}
body.page-id-836 .component-cta.wingman-ranks-cta .cta-button-wrapper {
  margin: 40px 0 20px;
}
body.page-id-836 .component-cta.jtm-wingman-cta-1 .cta-wrapper {
  max-width: 800px;
  width: 80%;
}
@media screen and (max-width: 900px) {
  body.page-id-836 .component-cta.jtm-wingman-cta-1 .cta-wrapper {
    width: 100%;
  }
}
body.page-id-836
  .component-image-menu.wingman-image-menu
  .block-content-text
  span {
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 700 !important;
  padding-top: 20px;
}
body.page-id-836
  .component-image-menu.wingman-image-menu:hover
  span.image-menu-title {
  display: none;
}
body.page-id-868 .component-cta .cta-wrapper {
  max-width: 800px !important;
}
@media screen and (min-width: 1024px) {
  body.page-id-868 .component-cta .cta-wrapper {
    width: 90% !important;
  }
}
body.page-id-868 .component-cta.online-fundraising-cta .cta-wrapper {
  max-width: 740px !important;
}
@media screen and (min-width: 900px) {
  body.page-id-868 .component-cta.online-fundraising-cta .cta-wrapper {
    text-align: left;
    font-size: 0;
  }
}
@media screen and (min-width: 900px) {
  body.page-id-868
    .component-cta.online-fundraising-cta
    .cta-wrapper
    .cta-heading,
  body.page-id-868
    .component-cta.online-fundraising-cta
    .cta-wrapper
    .cta-image {
    text-align: left;
    line-height: 0.7;
    display: inline-block;
    width: auto;
    width: 84%;
  }
}
@media screen and (min-width: 900px) {
  body.page-id-868
    .component-cta.online-fundraising-cta
    .cta-wrapper
    .cta-image {
    padding-bottom: 0;
    width: 16%;
  }
}
@media screen and (min-width: 900px) {
  body.page-id-868
    .component-cta.online-fundraising-cta
    .cta-wrapper
    .cta-content {
    text-align: left;
    margin-left: 16%;
    padding-left: 4px;
    width: 84%;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-868 .component-cta.jtm-wgm-cta .cta-heading * {
    text-align: center;
  }
}
body.page-id-868 .component-cta.jtm-wgm-cta .cta-content {
  margin: initial;
}
@media screen and (max-width: 900px) {
  body.page-id-868 .component-cta.jtm-wgm-cta .cta-content {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-868 .component-cta.jtm-wgm-cta .cta-button-wrapper {
    text-align: center !important;
  }
}

body.page-id-1598 .component-text-block.friends-foh-logos {
  border-top: 1px solid;
}
body.page-id-1598 .component-text-block.friends-foh-logos p {
  font-weight: 400;
}
body.page-id-1598 .component-text-block.friends-foh-logos:before {
  display: block;
  content: "";
  background: url("../png/five-blue-stars.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 240px;
  height: 30px;
  margin: 0 auto 40px;
  background-position: top left;
}
@media screen and (max-width: 900px) {
  body.page-id-1598 .component-text-block.friends-foh-logos.five-stars {
    padding-bottom: 0px !important;
  }
}
body.page-id-1598 .component-text-block.friends-foh-logos.four-stars:before {
  width: 187px;
}
body.page-id-1598 .component-text-block.friends-foh-logos.three-stars {
  margin-top: 40px;
}
body.page-id-1598 .component-text-block.friends-foh-logos.three-stars:before {
  width: 134px;
}
body.page-id-1598 .component-text-block.friends-foh-logos.two-stars:before {
  width: 81px;
}
body.page-id-1598 .component-text-block.friends-foh-logos.one-star:before {
  width: 30px;
}
body.page-id-1598
  .component-text-block.friends-foh-logos.text-partners
  .text-block-columns {
  margin-top: 50px;
}
body.page-id-1598
  .component-text-block.friends-foh-logos.text-partners
  .text-block-columns
  .text-block-column {
  padding: 10px 15px;
}
@media screen and (max-width: 900px) {
  body.page-id-1598
    .component-text-block.friends-foh-logos.text-partners
    .text-block-columns
    .text-block-column {
    padding: 0;
  }
}
body.page-id-1598
  .component-text-block.friends-foh-logos.text-partners
  .text-block-columns
  .text-block-column:first-child {
  padding-left: 0;
}
body.page-id-1598
  .component-text-block.friends-foh-logos.text-partners
  .text-block-columns
  .text-block-column:last-child {
  padding-right: 0;
}
body.page-id-1598
  .component-text-block.friends-foh-logos.text-partners
  .text-block-columns
  .text-block-column
  ul {
  list-style: none;
  text-align: left;
}
body.page-id-1598
  .component-text-block.friends-foh-logos.text-partners
  .text-block-columns
  .text-block-column
  ul
  li {
  display: block;
  border-top: 1px solid #4d4d4e;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  min-height: 60px;
  position: relative;
}
body.page-id-1598
  .component-text-block.friends-foh-logos.text-partners
  .text-block-columns
  .text-block-column
  ul
  li
  div {
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
  color: #084287;
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  letter-spacing: -0.5px;
}
body.page-id-1598
  .component-text-block.friends-foh-logos.text-partners
  .text-block-columns
  .text-block-column
  + .text-block-column {
  margin-top: 0;
}
body.page-id-1598 .component-logos {
  margin-bottom: 50px;
}
@media screen and (max-width: 420px) {
  body.page-id-1598 .component-logos {
    margin-top: 45px;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-1598 .component-logos .column-logos img {
    max-height: 140px !important;
  }
}
body.page-id-1608 .component-logos .logos-wrapper {
  max-width: 1310px;
  overflow: hidden;
}
body.page-id-1608 .component-logos .logos-wrapper .logos-block-title {
  color: #4d4d4e !important;
  font-size: 44px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
  position: relative;
  display: block;
}
body.page-id-1608 .component-logos .logos-wrapper .logos-block-title:after,
body.page-id-1608 .component-logos .logos-wrapper .logos-block-title:before {
  position: absolute;
  width: 50%;
  border-top: 3px solid rgba(77, 77, 78, 0.34);
  border-bottom: 3px solid rgba(77, 77, 78, 0.34);
  float: left;
  content: "";
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
}
body.page-id-1608 .component-logos .logos-wrapper .logos-block-title:before {
  margin-right: 30px;
  transform: translate(calc(-100% - 30px), -50%);
}
body.page-id-1608 .component-logos .logos-wrapper .logos-block-title:after {
  margin-left: 30px;
}
body.page-id-1608 .component-logos .logos-wrapper .logos-content-wrapper {
  margin-top: 40px;
}
body.page-id-1608 .component-cta.partners-brp-cta .cta-wrapper {
  max-width: 900px;
  width: 100%;
}

body.page-id-1529 .component-text-block.pgd-fundaising-tools-tb-1 {
  margin-top: 50px;
}
body.page-id-1529
  .component-text-block.pgd-fundaising-tools-tb-1
  .text-block-column
  a {
  display: block;
  max-width: 390px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  body.page-id-1529
    .component-text-block.pgd-fundaising-tools-tb-1
    .text-block-column
    + .text-block-column {
    border-left: 1px solid;
  }
}
body.page-id-1529 .component-logos {
  margin-bottom: 0;
}
body.page-id-1529 .component-logos .column-logos {
  max-width: 100% !important;
}
@media screen and (max-width: 420px) {
  body.page-id-1529 .component-logos .column-logos .item.full-image {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
body.page-id-1529 .component-logos .column-logos .item.full-image img {
  max-height: none !important;
  width: 100% !important;
}
body.page-id-1529 .component-cta.cta-2 {
  padding-top: 30px;
  padding-bottom: 50px;
}
body.page-id-1529 .component-cta.cta-2 .cta-wrapper {
  width: 80%;
  max-width: 900px;
}
body.page-id-1529 .component-cta.cta-2 .cta-button-wrapper {
  margin: 0 0 20px;
}
body.page-id-1529 .component-cta.cta-1 {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  body.page-id-1529 .component-cta.cta-1 {
    padding-top: 50px;
  }
}
body.page-id-1529 .component-cta.cta-1 .cta-heading {
  margin-bottom: 0;
}
body.page-id-1529 .component-cta.cta-1 .cta-button-wrapper {
  margin: 40px 0 20px;
}
@media screen and (max-width: 420px) {
  body.page-id-1529 .component-cta.cta-1 .cta-button-wrapper a {
    display: block;
  }
}
body.page-id-74 .component-video .vimeo-video-wrapper iframe {
  top: initial;
  bottom: 0;
  left: 0;
  transform: none;
}
body.page-id-74 .component-image-menu.partners-image-menu-1 .slide-panel {
  max-height: 52vh;
}
body.page-id-1173 .component-our-team br {
  display: none;
}
body.page-id-886 .component-video {
  margin-bottom: -1px;
}
@media screen and (max-width: 900px) {
  body.page-id-886 .component-video {
    background-position: left;
  }
  .component-cta.meeting-sacrifice {
    min-height: 1800px;
  }
  body.page-id-64 .component-cta.minus-margin {
    min-height: 1300px !important;
  }
  body.page-id-64 .component-cta.leadership-team {
    min-height: 300px;
  }
}
body.page-id-886
  .component-text-block.ways-to-give-tb-menu
  .text-block-heading {
  margin-bottom: 0;
}
body.page-id-886
  .component-text-block.ways-to-give-tb-menu
  .text-block-heading
  ul
  li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
body.page-id-886
  .component-text-block.ways-to-give-tb-menu
  .text-block-heading
  ul
  li
  + li:before {
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
}
.component-annual-report.flag-report,
.component-cta.squadron-callout-chapters {
  background-size: cover !important;
}

.component-text-block.privacypolicy .container {
  max-width: calc(1500px * 0.93);
}

@media screen and (max-width: 1200px) {
  .component-text-block.privacypolicy .container {
    max-width: 85%;
  }
}

@media screen and (max-width: 420px) {
  body.page-id-886
    .component-text-block.ways-to-give-tb-1
    .text-block-heading
    span {
    display: block;
  }
}
body.page-id-886 .component-text-block.ways-to-give-tb-1 .text-block-columns {
  max-width: 720px;
  margin: 0 auto;
}
body.page-id-886
  .component-text-block.ways-to-give-tb-1
  .text-block-columns
  h2 {
  font-size: 34px;
  margin: 10px 0;
}
body.page-id-886 .component-text-block.ways-to-give-tb-1 .text-block-columns p {
  margin: 0;
  line-height: 40px;
}
body.page-id-8278 .component-statistics #statistics-wrapper .statistic-wrapper {
  flex-direction: column;
}
body.page-id-8278 .component-statistics .statistic-wrapper .item-value {
  flex-direction: row !important;
}
body.page-id-886
  .component-text-block.ways-to-give-tb-1
  .text-block-columns
  p:first-child {
  min-height: 70px;
  margin: 20px auto 0;
  position: relative;
}
body.page-id-886
  .component-text-block.ways-to-give-tb-1
  .text-block-columns
  p:first-child
  img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  body.page-id-886
    .component-text-block.ways-to-give-tb-1
    .text-block-columns
    br {
    display: block;
  }
}
body.page-id-2206
  .component-text-block.contact-scholarships-tb-1
  .text-block-columns {
  margin-top: 80px;
  padding-bottom: 25px;
}
@media screen and (max-width: 900px) {
  body.page-id-2206
    .component-text-block.contact-scholarships-tb-1
    .text-block-columns {
    margin-top: 20px;
  }
}
body.page-id-2206
  .component-text-block.contact-scholarships-tb-1
  .text-block-columns
  .text-block-column {
  color: #084287;
  padding-right: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  body.page-id-2206
    .component-text-block.contact-scholarships-tb-1
    .text-block-columns
    .text-block-column {
    overflow: hidden;
    padding-right: 0;
  }
}
@media screen and (min-width: 900px) {
  body.page-id-2206
    .component-text-block.contact-scholarships-tb-1
    .text-block-columns
    .text-block-column:first-child {
    width: calc(50% - 20px) !important;
  }
}
body.page-id-2206
  .component-text-block.contact-scholarships-tb-1
  .text-block-columns
  .text-block-column:last-child {
  padding-left: 50px;
  padding-right: 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  body.page-id-2206
    .component-text-block.contact-scholarships-tb-1
    .text-block-columns
    .text-block-column:last-child {
    padding-left: 0;
  }
}
body.page-id-2206
  .component-text-block.contact-scholarships-tb-1
  .text-block-columns
  .text-block-column:last-child:before {
  display: inline-block;
  content: "";
  background: #084287;
  width: 1px;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 900px) {
  body.page-id-2206
    .component-text-block.contact-scholarships-tb-1
    .text-block-columns
    .text-block-column:last-child:before {
    display: none;
  }
}
body.page-id-2206
  .component-text-block.contact-scholarships-tb-1
  .text-block-columns
  .text-block-column
  h2 {
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 900px) {
  body.page-id-2206
    .component-text-block.contact-scholarships-tb-1
    .text-block-columns
    .text-block-column
    h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 420px) {
  body.page-id-2206
    .component-text-block.contact-scholarships-tb-1
    .text-block-columns
    .text-block-column
    h2 {
    font-size: 13vw;
  }
}
body.page-id-2206
  .component-text-block.contact-scholarships-tb-1
  .text-block-columns
  .text-block-column
  ul
  li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 10px;
}
body.page-id-2206
  .component-text-block.contact-scholarships-tb-1
  .text-block-columns
  .text-block-column
  ul
  li
  * {
  float: left;
}
body.page-id-2206
  .component-text-block.contact-scholarships-tb-1
  .text-block-columns
  .text-block-column
  ul
  li
  div {
  max-width: 75%;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  body.page-id-2206
    .component-text-block.contact-scholarships-tb-1
    .text-block-columns
    .text-block-column
    ul
    li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-2206
    .component-text-block.contact-scholarships-tb-1
    .text-block-columns
    .text-block-column
    ul
    li
    + li {
    margin-top: 30px;
  }
}
body.page-id-2206
  .component-text-block.contact-scholarships-tb-1
  .text-block-columns
  .text-block-column
  .childrens-fund-block-btns {
  text-align: left;
  margin-top: 30px;
}
body.page-id-2206
  .component-text-block.contact-scholarships-tb-1
  .text-block-columns
  .text-block-column
  .childrens-fund-block-btns
  a
  + a {
  margin-left: 25px;
}
@media screen and (max-width: 900px) {
  body.page-id-2206 .component-text-block.contact-scholarships-tb-2 h2 {
    font-size: 13vw;
  }
}
@media screen and (max-width: 900px) {
  body.page-id-2206 .component-text-block.contact-scholarships-tb-2 a {
    font-size: 6vw;
  }
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns {
  overflow: hidden;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column:first-child {
  padding-right: 45px;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column:last-child {
  padding-left: 45px;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  + .text-block-column {
  border-left: 1px solid #015799;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  + .text-block-column
  h2
  + p {
  display: none;
}
@media screen and (max-width: 900px) {
  body.page-id-1589
    .component-text-block.register-pgd-form-block
    .text-block-columns
    .text-block-column {
    padding: 0 !important;
    border: none !important;
  }
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  h2 {
  margin: 0;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  form
  .ninja-forms-req-symbol {
  display: none;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  form
  .nf-error-field-errors,
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  form
  .nf-error-required-error {
  font-size: 18px;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  form
  .nf-form-fields-required {
  display: block;
  font-size: 20px;
  color: #c20422;
  margin: 40px 0 20px;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  form
  .nf-field-label {
  margin-bottom: 5px;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  form
  .nf-field-label
  label {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  form
  input:not(.plus-symbol) {
  background: #fff;
  border: 1px solid #015799;
}
body.page-id-1589
  .component-text-block.register-pgd-form-block
  .text-block-columns
  .text-block-column
  form
  input.plus-symbol {
  padding: 0 60px;
}
body.page-id-1566 .component-text-block.contact-pgd-red .reg-mark {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
}
body.page-id-567 .component-logos.about-stewardship-logos-1 {
  margin: 100px 0;
}
body.page-id-1601 .component-text-block .text-block-subheading a {
  word-break: break-all;
}
@media screen and (min-width: 1300px) {
  body.page-id-1601
    .component-service_members
    .menu-list
    .members-row:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  body.page-id-1601
    .component-service_members
    .menu-list
    .members-row.row-with-2 {
    margin-left: 45px;
  }
}
body.page-id-937 .component-video .media-video-wrapper video {
  bottom: 0;
  left: 0;
  transform: none;
  top: initial;
}

.page-id-7181 .component-cta:not(.cta-small) .container .cta-wrapper {
  max-width: 900px;
  width: 100%;
}

.page-id-7181 .component-video .container {
  max-width: 100%;
}
.page-id-7181 .component-video .container .video-content .video-heading,
.page-id-13260 .component-video .container .video-content .video-heading {
  font-size: 50px;
}

@media screen and (max-width: 900px) {
  .page-id-7181 .component-video .container .video-content .video-heading {
    font-size: 9vw;
    line-height: 9vw;
  }
  .page-id-7181 .component-cta.move-up .cta-wrapper {
    padding-top: 20px !important;
    padding-bottom: 170px;
  }
}

.donateNow {
  color: #395793;
  font-size: 40px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2.5px;
  text-align: center;
  padding-top: 50px;
  margin: 0px;
  padding-bottom: 20px;
}

#make-a-donation {
  padding: 0px 0px 50px;
}

.call-to-action-donate .cta-content {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0 !important;
  font-size: 32px;
}

.page-id-7181 .component-video,
.page-id-13260 .component-video {
  height: 100vh;
  background-position: bottom;
}

.page-id-13260 .component-video .container,
.page-id-7181 .component-video .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25vh 0px 0px;
}

@media screen and (max-width: 1000px) {
  .page-id-7181 .component-video .container {
    padding: 5vh 0px;
  }
}

.page-id-13260 #make-a-donation,
.page-id-7181 #make-a-donation {
  padding: 0px 0 0px;
}

.line-divider {
  height: 100px;
  width: 1px;
  background-color: #fff;
  margin: 20px auto 0px;
}

@media screen and (max-width: 1000px) {
  .line-divider {
    display: none;
  }
}

.page-id-13260 .component-video .container .video-content,
.page-id-7181 .component-video .container .video-content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.page-id-13260 .component-video .vimeo-video-wrapper,
.page-id-7181 .component-video .vimeo-video-wrapper {
  height: 100vh;
}

.page-id-13260 .component-video,
.page-id-7181 .component-video {
  height: auto;
  background-position: top;
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-color: rgba(57, 87, 147, 1);
}

.page-id-13260 .component-video .background-image-mobile,
.page-id-7181 .component-video .background-image-mobile {
  height: 100vh;
}

.video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(57, 87, 147);
  background: linear-gradient(
    0deg,
    rgba(57, 87, 147, 1) 14%,
    rgba(2, 0, 36, 0) 100%,
    rgba(0, 212, 255, 0) 100%
  );
  z-index: 2;
}

.page-id-7181 .component-statistics {
  padding: 1px 0px 175px;
}

.page-id-13260 .component-statistics {
  padding: 1px 0px 0px;
}

.foh-donation-form .foh-payment-amount,
.foh-donation-form .form-label,
.form-text-center label,
#donation-thank-you,
.foh-donation-message {
  color: #404040;
}

.radio.radio-transparent + label {
  color: #fff !important;
}

@media screen and (max-width: 700px) {
  .mobileHideSpan {
    display: none;
  }

  .page-id-7181 .component-cta .cta-content br {
    display: block;
  }
}

@media screen and (min-width: 701px) {
  .page-id-7181 .component-cta .cta-content br {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  body .plaque-section .container .text-block-content h4.woh-row5 {
    font-size: 26px !important;
    line-height: 35.71px;
  }
}

body .pgd-fundaising-tools-tb-1 .container {
  margin: 0;
  width: 50%;
  left: 50vw;
}
@media screen and (max-width: 900px) {
  .pgd-fundaising-tools-tb-1 {
    background-image: url("../jpg/mobilewoh.jpg") !important;
  }
  body .pgd-fundaising-tools-tb-1 .container {
    margin: 0 auto;
    width: 75%;
    left: 0;
  }
}

@media screen and (max-width: 900px) {
  img.woh-flag {
    width: 85% !important;
  }
}

.white-button i,
.plaque-section i,
.page-id-8278 .red-button2 i {
  font-style: normal;
  font-size: 50px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  padding-right: 30px;
  text-transform: uppercase;
  vertical-align: middle;
}

.component-text-block .text-block-content .white-button {
  background-color: #fff;
  color: #a21b1e !important;
  font-family: "source-sans-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.02px;
  text-transform: uppercase;
  letter-spacing: 0.27px;
  padding: 13px 20px;
  max-height: 52px;
  text-decoration: none;
}

.component-text-block .text-block-content .red-button2 {
  background-color: #a21b1e;
  color: #fff !important;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.02px;
  text-transform: uppercase;
  letter-spacing: 0.27px;
  padding: 13px 35px;
  max-height: 52px;
  font-weight: 600;
  text-decoration: none;
}

.woh-stars {
  padding-bottom: 10px;
}

.component-cta.squadron-callout .cta-content.medium-content {
  font-family: "Rajdhani", sans-serif;
  font-size: 40px;
  line-height: 56px;
}

@media screen and (max-width: 900px) {
  .component-cta.pledge-headline {
    display: none;
  }
  .component-cta.love-of-country {
    background-size: cover;
  }
}

.page-id-8278 .component-statistics {
  padding: 20px 0px 60px 0px;
}

.page-id-8278
  .component-statistics
  #statistics-wrapper
  .statistic-wrapper
  .item-value
  span.counter,
.page-id-8278
  .component-statistics
  #statistics-wrapper
  .statistic-wrapper
  .item-value
  span.after-value {
  color: #a21b1e;
}

.page-id-8278 .component-statistics .item-text {
  color: #333;
  font-weight: 500;
  font-size: 24px;
}

.page-id-8278 .component-statistics {
  margin-top: -139px;
}

@media screen and (max-width: 900px) {
  .page-id-8278 .component-statistics {
    margin-top: 0px;
  }
}

@media screen and (max-width: 700px) {
  .page-id-8278 .component-statistics .statistic-wrapper {
    width: 100% !important;
    padding: 20px 15% !important;
    border: 0 !important;
  }
}

.page-id-8278
  .component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper
  .button-wrapper
  a {
  border: 0px;
  padding: 0px;
  background-image: none;
}

.page-id-8278
  .component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-id-8278
  .component-video-playlist
  .video-playlist-wrapper
  .image-content-wrapper
  .button-wrapper {
  bottom: auto;
  left: auto;
}

@media screen and (max-width: 900px) {
  .page-id-8278 .component-video .container .video-content .video-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .play-button {
    width: 100px;
  }

  .page-id-8278 .component-statistics {
    padding: 10px 0px 10px 0px;
  }
}

.page-id-8278 .component-cta:not(.cta-small) .container .cta-wrapper.top_center,
.page-id-72
  .component-cta.squadron-callout-chapters
  .container
  .cta-wrapper.top_center {
  top: -50px;
}

body .site-header a.donateButton,
body .site-header a.scholarshipButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  padding: 12px 22px;
  font-family: rajdhani, sans-serif;
  width: 172px;
  text-align: center;
  transition: all 0.3s ease-in;
}

body .site-header a.fridaysButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  padding: 3px 0px;
  font-family: rajdhani, sans-serif;
  text-align: center;
  transition: all 0.3s ease-in;
}

.donateButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  padding: 12px 28px;
  font-family: rajdhani, sans-serif;
  width: 172px;
  text-align: center;
  transition: all 0.3s ease-in;
}

body .site-header a.donateButton {
  background-color: #fff;
  color: #395793;
  font-weight: 700;
}
body .site-header a.scholarshipButton {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.navButtons {
  display: flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
  gap: 25px;
}

body .site-header.scrolled a.fridaysButton,
body .site-header.scrolled2 a.fridaysButton {
  color: #395793;
  border-top: 1px solid #a21b1e;
  border-bottom: 1px solid #a21b1e;
}

body .site-header a.fridaysButton {
  color: #fff;
  border-top: 1px solid #a21b1e;
  border-bottom: 1px solid #a21b1e;
}

body.home .site-header.scrolled a.scholarshipButton,
body.home .site-header.scrolled2 a.scholarshipButton,
body:not(.home) .site-header a.scholarshipButton {
  background-color: transparent;
  color: #395793;
  border: 2px solid #395793;
}

body.home .site-header.scrolled a.donateButton,
body.home .site-header.scrolled2 a.donateButton,
body:not(.home) .site-header a.donateButton {
  background-color: #a21b1e;
  color: #fff;
  font-weight: 700;
}

body .site-header a.scholarshipButton:hover,
body .site-header.scrolled a.scholarshipButton:hover {
  background-color: #395793;
  border: 2px solid #395793;
  color: #fff;
}

@media screen and (max-width: 1500px) {
  body .site-header a.scholarshipButton {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  body .site-header a.fridaysButton {
    display: none;
  }
}

body.home .site-header .light-logo,
body.home .site-header.scrolled .dark-logo,
body.home .site-header.scrolled2 .dark-logo,
body:not(.home) .site-header .dark-logo {
  display: block;
}
body.home .site-header.scrolled .light-logo,
body.home .site-header .dark-logo,
body.home .site-header.scrolled2 .light-logo,
body:not(.home) .site-header .light-logo {
  display: none;
}

.component-cta .move-up {
  margin-top: -175px;
}

/* COMPONENT SLIDER */

.component-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.component-slider .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.component-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.component-slider .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  width: 13px;
  height: 13px;
}

.standardButton {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.27px;
  font-family: "Rajdhani", sans-serif;
  border-radius: 0;
  border: 0;
  color: #fff;
  padding: 15px 30px;
  cursor: pointer;
}

.component-slider .slide-content h1 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0px 0px 6px #282828c2;
  margin: 0 0 10px;
  letter-spacing: 2.5px;
}

.component-slider .slide-content p {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  font-family: "source-sans-pro", sans-serif;
  text-transform: none;
  text-shadow: 0px 0px 6px #282828c2;
  width: 60%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1000px) {
  .component-slider .slide-content {
    width: 85%;
  }

  .component-slider .slide-content p {
    width: 100%;
  }
}

.component-slider.quotes .owl-carousel img.carousel-image {
  object-fit: cover;
  width: 66.666666%;
  height: inherit;
}

.component-slider.quotes .slide-content-container {
  width: 33.33333%;
  display: flex;
  flex-direction: column !important;
}

.component-slider.quotes .owl-carousel .owl-item,
.component-slider.quotes .owl-carousel,
.component-slider.quotes .owl-item > div {
  height: 75vh;
}

.component-slider.quotes .slide-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
}

.component-slider.quotes .owl-item div {
  display: flex;
  flex-direction: row;
}

.component-slider.quotes .owl-item > div {
  align-items: center;
  justify-content: center;
}

.component-slider.quotes .owl-item div .slide-content {
  flex-direction: column;
  height: auto !important;
  width: 100%;
}

.component-slider.quotes .slide-content h2 {
  color: #395793;
  letter-spacing: 1px;
  padding-left: 10px;
  font-size: 28px;
}

.component-slider.quotes .owl-dots {
  left: 33%;
}

.component-slider.quotes .slide-content p,
.component-quote .quote-text span {
  font-family: "rajdhani", sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-shadow: none;
  text-align: left;
  margin: 0;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 10px;
  line-height: 1;
  font-weight: 400;
}

.component-slider.quotes .slide-content p {
  text-transform: none;
}

.component-slider.quotes .slide-content {
  justify-content: center;
  align-items: start;
  padding: 0 10%;
}

.component-slider.quotes .slide-content img {
  width: auto;
  display: inline-block;
}

.component-slider.quotes .slide-content img.quote-icon {
  width: 130px;
}

.component-slider.quotes img.mobile-quote-icon {
  display: none;
}

@media screen and (max-width: 1400px) {
  .component-slider.quotes .slide-content p,
  .component-quote .quote-text span {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  .component-slider.quotes .owl-carousel img.carousel-image {
    width: 100%;
    height: 100%;
  }
  .component-slider.full .owl-carousel img.carousel-image {
    min-height: 50vh;
    object-fit: cover;
  }
  .component-slider.quotes .owl-dots {
    left: 50%;
  }
  .component-slider.quotes .slide-content-container {
    width: 100%;
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .component-slider.quotes img.mobile-quote-icon {
    display: block;
    width: 60px;
  }
  .component-slider.quotes .owl-carousel .owl-item > div {
    display: flex;
    flex-direction: column;
  }
  .component-slider.quotes .slide-content img.quote-icon {
    display: none;
  }
  .component-slider.quotes .slide-content p {
    font-size: 24px;
    color: #fff !important;
  }
  .component-slider.quotes .slide-content h2 {
    color: #fff;
    margin: 0;
  }
  .component-cta.squadron-callout {
    background-size: cover !important;
  }
  .component-cta.squadron-collage {
    height: 37vh !important;
    padding: 0px;
    margin-top: 50px;
  }
  .component-cta.waystogive .cta-content a {
    display: block;
  }
  .component-cta.waystogive .cta-content .vertDivider {
    display: none;
  }
  .component-image-menu.donatebymail .slide-panel:nth-child(2),
  .component-image-menu.shopstore .slide-panel:nth-child(1) {
    min-height: 600px;
  }
}

.outlineStyle {
  border: 1px solid #fff;
  background: transparent !important;
  text-align: center;
}

.stories-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 75px;
}

.story-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.component-featured-stories .cta-button {
  margin: 40px auto;
  text-align: center;
}

.component-featured-stories .content-wrapper h2 {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "source-sans-pro", sans-serif;
}

.component-featured-stories .content-wrapper h3 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "source-sans-pro", sans-serif;
  padding-right: 15px;
  color: #7ea8bc;
}

.component-featured-stories .content-wrapper .read-more-button a {
  display: flex;
  justify-content: start;
}

.component-featured-stories .content-wrapper p {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  font-family: "source-sans-pro", sans-serif;
  text-transform: none;
  margin: 0;
}

.component-featured-stories .story-wrapper {
  background-color: #fff;
}

.component-featured-stories .story-wrapper .content-wrapper {
  padding: 20px 40px;
}

.component-featured-stories {
  background-size: cover;
}

.close-nav {
  display: none;
  transition: all 300ms ease;
  height: 27px;
}
.open-nav {
  transition: all 300ms ease;
  height: 27px;
}

.blur-div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 100;
  background-color: hsla(0, 0%, 7%, 0.36);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
}
.blur-div.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
}

.close-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #15245037;
  padding: 0px 20px;
  cursor: pointer;
}

.close-container h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-family: "Rajdhani", sans-serif;
  color: #395793;
  padding-left: 10px;
}

.container-isu {
  color: #fff;
  font-size: 32px;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  padding: 50px 80px;
  display: flex;
  justify-content: center;
}

.text-block-subheading-isu {
  font-size: 23px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 300;
}

.text-block-heading-isu {
  font-size: 40px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2.5px;
}

.signup-container {
  display: flex;
}

#nf-form-10-cont nf-fields-wrap {
  display: flex;
}

.nf-field-element ::placeholder {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #fff;
  text-align: center;
}

.nf-field-container {
  margin: 0;
}

#nf-form-10-cont .nf-field-element input {
  text-align: center;
}

.nf-field-element input {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0.9px;
  color: #fff;
}

.nf-error.field-wrap .nf-field-element:after,
.nf-after-form-content,
.nf-pass.field-wrap .nf-field-element:after {
  display: none;
}

.nf-error .nf-error-msg {
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff !important;
}

nf-fields-wrapper nf-field input {
  border-right: 0px !important;
}

.nf-form-content .nf-field-label label {
  color: #404040;
  font-family: "source-sans-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.nf-form-content .ninja-forms-field {
  font-family: "source-sans-pro", sans-serif;
}

.nf-error-msg,
.ninja-forms-req-symbol {
  color: #a21b1e !important;
}

#nf-form-10-cont .nf-form-content input[type="button"] {
  border-radius: 0px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #fff;
  text-align: center;
  padding: 13px 60px;
}

.component-text-block .nf-form-content input[type="submit"] {
  border: 0;

  transition: all 0.5s;
  background-color: #a21b1e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 40px;
  font-family: "rajdhani";
  font-size: 18px;
}

.component-text-block .nf-form-content button:hover,
.component-text-block .nf-form-content input[type="button"]:hover,
.component-text-block .nf-form-content input[type="submit"]:hover {
  background: #395793;
  color: #fff;
  transition: all 0.5s;
}

.component-signup #nf-form-10-cont .nf-form-content input[type="submit"] {
  text-transform: uppercase;
  width: 100%;
  background-color: #395793 !important;
}

@media screen and (max-width: 900px) {
  #nf-form-10-cont .nf-form-content input[type="button"] {
    padding: 0px;
  }
}

.signup-container-headings {
  padding-right: 40px;
}

.social-links {
  display: flex;
}

#nf-form-10-cont .nf-form-content .listselect-wrap .nf-field-element div,
#nf-form-10-cont .nf-form-content input.ninja-forms-field,
#nf-form-10-cont .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 65px !important;
}

#nf-form-10-cont .nf-form-content input:not([type="button"]) {
  background-color: transparent !important;
}

.nf-form-fields-required {
  display: none;
}

.video-embed-container video {
  width: 65%;
}
.video-embed-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.component-video-embed {
  padding: 100px 0px;
}

.component-video-embed iframe {
  z-index: 3;
}
.video-embed-headline {
  font-size: 30px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2.5px;
  margin: 0;
  width: 75%;
  padding-bottom: 20px;
}

.component-video-embed {
  background-size: cover;
}

.component-text-block.intro-text
  .text-block-content
  .text-block-columns
  .text-block-column {
  font-family: "Rajdhani", sans-serif;
  font-size: 38px;
  line-height: 58px;
  color: #395793;
}

@media screen and (max-width: 900px) {
  .component-text-block.intro-text
    .text-block-content
    .text-block-columns
    .text-block-column {
    font-family: "Rajdhani", sans-serif;
    font-size: 28px;
    line-height: 36px;
    color: #395793;
  }
}

.video-embed-container .social-links {
  display: flex;
  position: absolute;
  right: -140px;
  bottom: 0;
}

.divider {
  width: 80px;
  height: 2px;
  padding-right: 30px;
  margin-right: 30px;
  margin-top: 10px;
}

.smallDivider {
  height: 80px;
  width: 1px;
  margin: 0px 20px;
  border-right: 1px solid #395793;
}

.video-embed-container #video-embed li {
  list-style: none;
}

@media screen and (max-width: 1500px) {
  .divider {
    display: none;
  }
  .component-video-embed {
    padding: 50px 0px;
  }
  .video-embed-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .video-embed-container .social-links {
    position: relative;
    right: auto;
    padding-top: 20px;
  }
  .video-embed-container .social-links ul.video-social {
    display: flex;
  }
  .video-embed-container .social-links #video-embed {
    display: flex;
    justify-content: center;
  }
  .video-embed-container .social-links ul.video-social li {
    padding: 0px 10px;
  }
  .video-embed-headline {
    width: 100%;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .video-embed-container iframe {
    height: 225px;
  }
}

@media screen and (max-width: 1000px) {
  .component-logos .logos-wrapper .logos-block-title,
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel
    .image-menu-block-content
    .visible-content
    .image-menu-title,
  .component-slider .slide-content h1,
  .component-cta .cta-heading *,
  .component-statistics h1 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2.5px;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel.overlay
    .image-menu-block-content
    .visible-content
    .block-content-text,
  .component-slider .slide-content p,
  .text-block-subheading-isu,
  .component-cta .cta-content p {
    font-size: 22px;
    line-height: 33px;
  }
  .component-image-menu
    .slide-panels-wrapper
    .slide-panel
    .image-menu-block-content
    .visible-content
    .block-content-text
    p {
    margin: 0px;
  }
  .component-image-menu.donateyourcar
    .slide-panels-wrapper
    .slide-panel
    .image-menu-block-content
    .visible-content
    .block-content-text
    p {
    margin-bottom: 1em;
  }
  .component-cta .cta-content.large-content p {
    font-size: 23px;
  }
  .component-cta .cta-content.mega-content p {
    font-family: "Rajdhani", sans-serif;
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1500px) {
  #nf-form-10-cont nf-field {
    width: 50%;
  }
  .signup-container-headings {
    padding-right: 0px;
  }
  #nf-form-10-cont nf-fields-wrap nf-field:first-child input,
  #nf-form-10-cont nf-fields-wrap nf-field:nth-child(2) input {
    border-bottom: 0px !important;
  }
  #nf-form-10-cont nf-field > div {
    margin: 0 !important;
  }
  #nf-form-10-cont .nf-after-field {
    display: none !important;
  }
  #nf-form-10-cont nf-fields-wrap {
    flex-wrap: wrap;
  }
  #nf-form-10-cont .nf-form-content input[type="button"] {
    width: 100% !important;
  }
  #nf-form-10-cont .nf-field-container .nf-field-label {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .signup-container {
    display: flex;
    flex-direction: column;
  }
  .text-block-heading-isu,
  .text-block-subheading-isu {
    text-align: center;
  }
  .text-block-subheading-isu {
    padding-bottom: 10px;
  }
  .nf-form-content input[type="button"] {
    padding: 13px 5px;
  }
  .container-isu {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 1000px) {
  .text-block-heading-isu {
    font-size: 30px;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2.5px;
    padding: 0px 15% 5px;
  }
}

@media screen and (min-width: 1000px) {
  body .site-header #site-navigation .menu-toggle {
    display: none;
  }
  .main-navigation .menu-item-has-children.hovered ul {
    display: flex;
    flex-direction: column;
  }
  .blur-div {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  body .site-header a.scholarshipButton {
    display: none;
  }

  body #main-menu .open-icon {
    color: #395793;
    font-size: 16px;
  }
  body .site-header {
    background-color: #fff !important;
    position: fixed;
    top: 0;
    z-index: 1001;
  }
  body .site-content {
    margin-top: 70px;
  }
  .main-navigation {
    padding: 0px;
    align-items: stretch;
  }
  body .site-branding img {
    width: 140px;
  }
  body .site-header .site-branding .light-logo {
    display: none;
  }
  body .site-header .site-branding .dark-logo {
    display: block;
  }
  body .site-header .site-branding {
    flex: 2;
    margin: 0;
    padding: 5px;
  }
  body .site-header #site-navigation .menu-toggle {
    flex: 1;
    border-radius: 0px;
    transition: all 300ms ease;
  }
  .navButtons {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    flex: 2;
  }

  body .site-header a.donateButton {
    width: 100%;
    height: 100%;
    background-color: #a21b1e;
    color: #fff;
  }
  body .site-header #site-navigation .menu-main-menu-container {
    transition: all 0.3s ease;
    width: 60.5%;
    position: absolute;
    overflow: hidden;
    background: #fff;
    display: block;
    right: -60.5%;
  }
  body .site-header #site-navigation ul#main-menu li {
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #15245037;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  body .site-header #site-navigation ul#main-menu li a:hover {
    color: #c20422;
  }
  body .site-header #site-navigation ul#main-menu li .sub-menu li {
    padding: 5px 20px 5px 20px;
    margin: 5px 0;
    border: 0;
  }
  body .site-header #site-navigation ul#main-menu li .sub-menu li:first {
    padding: 10px 20px 5 20px;
  }
  body .site-header #site-navigation ul#main-menu li .sub-menu li:last-child {
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  body .site-header #site-navigation ul#main-menu li .sub-menu li a {
    font-size: 18px;
  }

  .main-navigation ul ul {
    position: relative;
  }
  body .site-header #site-navigation ul#main-menu li .sub-menu {
    padding: 0px;
    float: none;
    box-shadow: none;
    position: absolute;
    left: 100%;
    top: 0;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
  }
}

.component-cta.hostevent .container .cta-button-wrapper {
  text-align: center;
}

#nf-form-5-cont .nf-field-label label {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: #333 0px 0 4px;
}

#nf-form-5-cont .nf-next-previous {
  display: flex;
  justify-content: center;
  gap: 10px;
}

#nf-form-5-cont .nf-form-content input:not([type="button"]) {
  background-color: #fff;
}

#nf-form-5-cont input[type="radio"] + label:after,
#nf-form-5-cont input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
  display: none;
}

.submitButton {
  margin-left: 10px !important;
  height: auto !important;
}

#nf-form-5-cont h3 {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  color: #fff;
  text-shadow: #666 0px 0 19px;
}

#nf-form-5-cont h3:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #fff;
  bottom: -10px;
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
}

#nf-form-5-cont h3:before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #fff;
  top: -10px;
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
}

#nf-form-5-cont .list-radio-wrap .nf-field-element li {
  width: 49.5%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  color: #5a5a5a;
  letter-spacing: 1px;
  font-weight: bold;
}

#nf-form-5-cont .nf-row:last-child .list-radio-wrap .nf-field-element li {
  width: 32.8%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  color: #5a5a5a;
  letter-spacing: 1px;
  font-weight: bold;
  height: 50px;
}

#nf-form-5-cont .list-radio-wrap .nf-field-element li label {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-left: 0px !important;
}

#nf-form-5-cont .list-radio-wrap .nf-field-element li label.nf-checked-label {
  background-color: #113b77;
  border: 3px solid #fff;
  color: #fff;
  margin-left: 0px !important;
}

#nf-form-5-cont
  .listradio-wrap
  .nf-field-element
  label.nf-checked-label:before {
  display: none;
}

#nf-form-5-cont .list-checkbox-wrap .nf-field-element li {
  width: 32.8%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  color: #5a5a5a;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 5px !important;
  margin-right: 0px !important;
}

#nf-form-5-cont .list-checkbox-wrap .nf-field-element li label {
  height: 50px;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px !important;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-left: 0px !important;
}

#nf-form-5-cont
  .list-checkbox-wrap
  .nf-field-element
  li
  label.nf-checked-label {
  background-color: #113b77;
  border: 3px solid #fff;
  color: #fff;
  margin: 0px !important;
}

#a21b1e
  #nf-form-5-cont
  .listcheckbox-wrap
  .nf-field-element
  label.nf-checked-label:before,
#nf-form-5-cont
  .listcheckbox-wrap
  .nf-field-element
  label.nf-checked-label:after,
#nf-form-5-cont .listcheckbox-wrap .nf-field-element label:before,
#nf-form-5-cont .listcheckbox-wrap .nf-field-element label:after {
  display: none;
}

#nf-form-5-cont
  .nf-form-content
  .list-checkbox-wrap
  input:not([type="button"]) {
  display: none;
}

.nf-response-msg {
  width: 55%;
  margin: 0 auto;
}

#nf-form-10-cont .nf-multi-cell .nf-cell {
  padding: 0px;
}

.submit-wrap .nf-field-element {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  #nf-form-5-cont .list-checkbox-wrap .nf-field-element li {
    width: 49.5%;
  }
  .component-golf-questionnaire {
    height: auto !important;
    padding: 40px;
  }
  #nf-form-5-cont .nf-response-msg div:first-child span {
    font-size: 18px !important;
    line-height: 1 !important;
  }
  #nf-form-5-cont .nf-response-msg div span {
    font-size: 15px !important;
    line-height: 1 !important;
  }
  #nf-form-5-cont .nf-response-msg {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  #nf-form-5-cont .nf-response-msg div:first-child span {
    font-size: 18px !important;
    line-height: 1 !important;
  }
  #nf-form-5-cont .nf-response-msg div span {
    font-size: 15px !important;
    line-height: 1 !important;
  }

  #nf-form-5-cont h3 {
    font-size: 26px;
    line-height: 1;
  }
  #nf-form-5-cont .nf-field-element p {
    font-size: 14px !important;
  }
  .component-golf-questionnaire {
    height: auto !important;
    padding: 40px 0px;
  }
  .nf-form-content label {
    font-size: 14px !important;
  }
  #nf-form-5-cont .list-radio-wrap .nf-field-element li,
  #nf-form-5-cont .nf-row:last-child .list-radio-wrap .nf-field-element li,
  #nf-form-5-cont .list-checkbox-wrap .nf-field-element li {
    width: 99%;
  }
}

@media screen and (min-width: 1000px) {
  .carousel-image.mobileImage {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .carousel-image.desktopImage {
    display: none !important;
  }
}

.component-text-block.patriot-golf-days-1 .text-block-subheading,
.page-id-18187
  .component-text-block.patriot-golf-days-2
  .text-block-column
  span {
  border-left: 6px solid #a21b1e;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-right: 50px;
}

.page-id-18187 .component-cta .cta-button-wrapper a,
.page-id-18187
  .nf-form-cont:not(#nf-form-10-cont)
  .nf-form-content
  input[type="button"] {
  font-weight: 500;
  font-size: 17px;
}

@media screen and (max-width: 1000px) {
  .component-text-block.patriot-golf-days-1 .text-block-subheading,
  .component-text-block.patriot-golf-days-2 .text-block-column span {
    padding-right: 0px;
  }

  .page-id-18187
    .component-text-block.patriot-golf-days-1
    .text-block-subheading {
    max-width: 100%;
  }

  .component-text-block.patriot-golf-days-2 .extraLine {
    display: none;
  }
}

.component-text-block.patriot-golf-days-1 .text-block-subheading p {
  font-weight: 400;
  color: #404040;
  font-size: 23px;
}

.component-text-block.patriot-golf-days-1 .text-block-heading p,
.component-text-block.patriot-golf-days-2 .text-block-heading p {
  text-align: center;
}

.component-text-block.patriot-golf-days-2
  .text-block-content
  .text-block-columns
  .text-block-column
  h4 {
  letter-spacing: 1;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}

.page-id-18187
  .component-text-block.patriot-golf-days-2
  .text-block-content
  .text-block-columns
  .text-block-column
  h4 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}

.page-id-18187 .component-text-block.patriot-golf-days-2 .styledButton {
  font-weight: 500;
  font-size: 17px;
}

.component-text-block.patriot-golf-days-1 .container {
  width: 50%;
}

.component-cta.patriot-golf-days .cta-image img {
  max-width: 600px;
}

.component-text-block.patriot-golf-days-1
  .text-block-content
  .text-block-subheading
  span {
  color: #395793;
  font-weight: 600;
}

.component-cta.patriot-golf-days .mega-headline,
.component-text-block.patriot-golf-days-1 .text-block-heading p,
.component-text-block.patriot-golf-days-2 .text-block-heading p {
  line-height: 1;
  color: #395793;
}

.component-text-block.patriot-golf-days-2 .text-block-heading p {
  max-width: 100%;
  width: 550px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .component-text-block.patriot-golf-days-1 .container {
    width: 90%;
  }

  .component-text-block.patriot-golf-days-2
    .text-block-content
    .text-block-columns
    .text-block-column
    h4 {
    font-size: 50px;
  }

  .component-text-block.patriot-golf-days-2
    .text-block-content
    .text-block-columns
    .text-block-column
    h4 {
    margin: 10px 0px;
  }

  .component-text-block
    .text-block-content
    .text-block-columns
    .text-block-column
    p,
  .component-text-block.patriot-golf-days-1
    .text-block-content
    .text-block-subheading
    p,
  .component-text-block.patriot-golf-days-2 .text-block-column span {
    font-size: 16px;
    line-height: 1.5;
  }

  .component-text-block.patriot-golf-days-2
    .text-block-content
    .text-block-columns
    .text-block-column {
    padding: 0 10px 0px 10px !important;
  }

  .component-cta.patriot-golf-days .cta-image img {
    max-width: 80%;
  }
}

.page-id-15598
  .component-text-block.patriot-golf-days-1
  .container
  .text-block-heading {
  width: 80%;
  margin: 20px auto;
}

@media screen and (max-width: 1660px) {
  body .site-header a.pgdSignupButton {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .page-id-18187 .component-text-block.patriot-golf-days-2 .container {
    max-width: 1000px;
  }
}
.page-id-15598 .component-image-menu .image-menu-content,
.page-id-15598 .patriot-golf-days-2 p {
  font-size: 50px !important;
  line-height: 1 !important;
}

.page-id-15598 .patriot-golf-days-2 p {
  font-size: 32px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "rajdhani";
}

.page-id-15598 .component-cta.header .container .cta-wrapper {
  margin: 0;
  width: 630px;
}

.page-id-15598 .component-cta.header .container {
  justify-content: start;
  max-width: none;
  margin: 0;
}

.page-id-15598 .component-cta.header .container .cta-content,
.page-id-15598 .component-cta.header .container .cta-button-wrapper,
.page-id-15598 .component-cta.header .container .cta-image {
  padding-left: 200px;
}

.page-id-15598 .component-cta.header .container .cta-content {
  margin: 0;
  padding: 40px 0px 20px 200px;
}

.page-id-15598 .component-cta.header .container .cta-button-wrapper {
  margin: 0;
  padding: 20px 0px 60px 200px !important;
  flex: 1;
}

.page-id-15598 .component-cta.header .container .cta-button-wrapper {
  margin: 0;
  padding: 20px 200px 40px;
}

.page-id-15598 .component-cta.header .container .cta-content,
.page-id-15598 .component-cta.header .container .cta-button-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
}

.page-id-15598
  .component-image-menu.pgd-register
  .slide-panels-wrapper
  .slide-panel.image_zoom,
.page-id-15598
  .component-image-menu.pgd-imagemenu
  .slide-panels-wrapper
  .slide-panel.image_zoom {
  height: 50vh;
  min-height: 600px;
}

.page-id-15598 .component-cta.header .container .cta-content {
  width: 100%;
  margin: 0;
}

.page-id-15598 .component-cta.header .cta-content {
  font-weight: 700 !important;
  font-size: 65px !important;
  line-height: 1 !important;
  color: #1a233c;
  font-family: "Rajdhani";
}

.page-id-15598 .component-cta.header .cta-content span {
  font-weight: 700 !important;
  font-size: 65px !important;
  line-height: 1 !important;
  color: #395793;
  font-family: "Rajdhani";
}

.page-id-15598 .patriot-golf-days-2 p {
  color: #395793;
  text-align: left;
}

@media screen and (min-width: 1000px) {
  .page-id-15598 .patriot-golf-days-2 .text-block-column {
    width: 24% !important;
  }
  .page-id-15598 .patriot-golf-days-2 .text-block-column:nth-child(2) {
    margin-right: 4%;
  }
}

.page-id-15598
  .pgd-imagemenu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content {
  text-align: left;
}

.page-id-15598
  .component-image-menu.pgd-imagemenu
  .slide-panels-wrapper
  .slide-panel.image_zoom {
  height: 40vh;
  min-height: 450px;
}

.page-id-15598
  .pgd-imagemenu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content
  p {
  border-left: 6px solid #fff;
  padding-left: 20px;
}

.page-id-15598
  .component-image-menu
  .slide-panels-wrapper
  .slide-panel.image_zoom
  .image-menu-block-content
  .visible-content
  ul {
  text-align: left !important;
  width: 70%;
  margin: 0 60px 0px auto;
}

.page-id-15598
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column:last-child {
  padding-right: 20px;
}

.page-id-15598
  .component-text-block
  .text-block-content
  .text-block-columns
  .text-block-column:first-child {
  padding-left: 20px;
}

@media screen and (max-width: 1000px) {
  .page-id-15598
    .component-text-block.patriot-golf-days-1
    .container
    .text-block-heading {
    width: 100%;
    margin: 20px auto;
  }

  .page-id-15598 .component-image-menu .slide-panels-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .page-id-15598 .component-cta.header .container .cta-content,
  .page-id-15598 .component-cta.header .container .cta-button-wrapper,
  .page-id-15598 .component-cta.header .container .cta-image {
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
  }

  .page-id-15598 .component-cta.header .container .cta-image {
    padding-bottom: 40px;
  }
  .page-id-15598 .component-cta.header .cta-content span,
  .page-id-15598 .component-cta.header .cta-content p {
    line-height: 1;

    font-size: 80px !important;
    text-align: center;
    padding: 10px;
  }

  .page-id-15598 .component-cta.header .container .cta-button-wrapper {
    margin: 0;
    padding: 20px 0px 60px 00px !important;
  }

  .page-id-15598
    .component-image-menu
    .slide-panels-wrapper
    .slide-panel.image_zoom
    .image-menu-block-content
    .visible-content
    ul {
    width: 70%;
    margin: 0 auto 0px 50px !important;
  }

  .page-id-15598 .component-image-menu .image-menu-content {
    font-size: 42px !important;
  }

  .page-id-15598
    .component-image-menu.pgd-register
    .slide-panels-wrapper
    .slide-panel.image_zoom {
    max-height: 700px;
    min-height: 80vh;
  }

  .page-id-15598
    .component-image-menu
    .slide-panels-wrapper
    .slide-panel.image_zoom
    .image-menu-block-content
    .visible-content
    .block-content-text {
    line-height: 22px;
  }
}

.page-id-13350 .component-cta .cta-image img {
  max-width: 100% !important;
}

.page-id-13350 .component-cta.rocky .cta-content p {
  font-style: italic;
  font-size: 26px;
}

.page-id-13350 .component-cta.rocky .cta-heading {
  margin-top: -199px;
}

.page-id-13350 .component-cta.rocky .cta-heading h3 {
  font-size: 34px;
}

.page-id-13350 .component-cta.rocky {
  padding-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .page-id-13350 .component-cta.rocky .cta-heading {
    margin-top: -145px;
  }
}

.page-id-19680 .component-cta.collegiate-header .cta-image img {
  max-width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .page-id-13350 .component-cta.rocky .cta-heading,
  .page-id-13350 .component-cta.rocky .cta-heading h3 {
    margin-top: 0px;
    color: #395793 !important;
  }

  .page-id-19680 .component-cta .cta-image img {
    max-width: 100%;
  }
  .page-id-19680 .component-cta.collegiate-header .cta-image img {
    max-width: 100%;
  }
}

.page-id-13350 .component-cta.rocky .cta-content p {
  font-size: 22px;
}
.page-id-13350 .component-cta.rocky {
  padding: 0px 0px 50px;
}

.page-id-19680 .component-cta {
  background-size: cover !important;
}

.page-id-19680 {
  width: 100vw;
  overflow-x: hidden;
}

body:not(.home) .site-header a.fridaysButton {
  color: #395793;
}
