/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slide .slick-track,
.slick-slide .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

.slick-arrow.slick-hidden {
  display: none; }

.listreset {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .join-section a, .xs-container .awards-text ~ p a, .btn, .newsletter-sign-up-section .form input[type="submit"] {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn, .newsletter-sign-up-section .form input[type="submit"] {
  display: inline-block;
  vertical-align: top; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    width: 100%; }
  #wrapper {
    margin: 0 auto; } }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #60b7ea;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.2em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.2em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: #60b7ea;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #60b7ea;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1,
.h1,
h2,
.h2,
.about-section h1,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  margin: 0 0 0.5em;
  color: inherit; }

h1,
.h1 {
  font-size: 40px;
  font-weight: 300; }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 50px; } }

.h1-sm {
  font-size: 32px;
  font-weight: 300; }
  @media (min-width: 1024px) {
    .h1-sm {
      font-size: 50px; } }

h2,
.h2,
.about-section h1 {
  font-size: 28px;
  font-weight: 300; }
  @media (min-width: 1024px) {
    h2,
    .h2,
    .about-section h1 {
      font-size: 35px; } }

.h2-lg {
  font-size: 35px; }

h3,
.h3 {
  font-size: 20px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 17px; }

h6,
.h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em;
  font-size: 15px; }
  @media (min-width: 1024px) {
    p {
      font-size: 18px; } }

a {
  color: #60b7ea; }
  a:hover, a:focus {
    text-decoration: underline; }

.header {
  position: relative;
  z-index: 999;
  padding: 25px 0; }
  @media (min-width: 1200px) {
    .header {
      padding: 5px 0 10px; } }
  .header .btn-donate {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    background-color: #60b7ea;
    color: #fff;
    transition: 0.3s;
    display: block;
    padding: 29px 22px 18px 53px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 0 6px 6px;
    z-index: 9; }
    .header .btn-donate:hover {
      background-color: #33a3e4;
      text-decoration: none; }
    .header .btn-donate::before {
      content: "";
      position: absolute;
      top: 25px;
      left: 20px;
      width: 30px;
      height: 29px;
      background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='28.362' height='28.362' viewBox='0 0 28.362 28.362'><g transform='translate(1.061 1.061)'><path d='M3,15c0,2.91,3.434,5.056,5.813,5.7a2.255,2.255,0,0,1,1.008.588l4.035,4.035a2.02,2.02,0,0,0,2.857,0l0,0a2.02,2.02,0,0,0,0-2.858L12.6,18.345a1.15,1.15,0,0,1-.3-.524,1.088,1.088,0,0,1,.754-1.258l.772-.257' transform='translate(-1.846 -6.919)' fill='none' stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/><path d='M6.772,1,8.5,2.732,1,10.235' transform='translate(-1 -1)' fill='none' stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/><line x1='14.252' transform='translate(11.424 26.378)' fill='none' stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/><path d='M23.39,16.965V9.376a2.308,2.308,0,0,0-1.755-2.245L13,5' transform='translate(-6.074 -2.691)' fill='none' stroke='rgb(255, 255, 255)' stroke-linejoin='round' stroke-width='1.5'/><path d='M22.838,32.369c2.068,3.253,6.443,5.33,6.443,5.33s7.5-3.557,7.5-8.658a4,4,0,0,0-7.5-1.975,4.01,4.01,0,0,0-2.471-1.928' transform='translate(-10.233 -11.147)' fill='none' stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/></g></svg>");
      background-repeat: no-repeat; }
    @media (min-width: 1200px) {
      .header .btn-donate {
        top: 0;
        left: auto;
        right: 20px;
        right: calc((100% - 1072px) / 2);
        display: flex; } }
  .header__row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1200px) {
      .header__row {
        align-items: center; } }
  .header .logo {
    flex: 0 0 238px;
    font-size: 0;
    transition: 0.3s;
    position: relative;
    z-index: 999; }
    @media (min-width: 1200px) {
      .header .logo {
        flex: 0 0 284px; } }
    .menu-active .header .logo {
      opacity: 0;
      visibility: hidden; }
  .header .menu-logo {
    width: 238px;
    font-size: 0;
    position: absolute;
    bottom: 25px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: 0.3s; }
    .menu-active .header .menu-logo {
      opacity: 1;
      visibility: visible; }
  .header-menu-holder {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 100%;
    background-color: #17286d;
    padding: 145px 30px 25px;
    z-index: 99;
    transition: 0.3s; }
    @media (min-width: 1200px) {
      .header-menu-holder {
        position: relative;
        top: 0;
        left: 0;
        background-color: #fff;
        margin: 0;
        padding: 81px 0 0;
        width: auto;
        height: auto;
        z-index: 1; } }
    .menu-active .header-menu-holder {
      right: 0; }
  .header ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .header-navigation {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto; }
    @media (min-width: 1200px) {
      .header-navigation {
        display: flex;
        overflow: visible; } }
    .header-navigation ul {
      padding: 0 0 0 18px; }
    .header-navigation > li {
      margin: 0 0 28px;
      color: #fdc579; }
      .header-navigation > li:hover a, .header-navigation > li:focus a {
        text-decoration: none; }
      @media (min-width: 1200px) {
        .header-navigation > li:hover > .drop-holder {
          position: absolute !important;
          left: 50% !important;
          top: 100% !important;
          display: block !important;
          visibility: visible; } }
      @media (min-width: 1200px) {
        .header-navigation > li {
          margin: 0;
          position: relative; } }
      @media (min-width: 1200px) {
        .header-navigation > li.active > a {
          border-color: #60b7ea; } }
      @media (min-width: 1200px) {
        .header-navigation > li.active-slide > a {
          border-color: #60b7ea; } }
      .header-navigation > li.active-slide > a::after {
        transform: translateY(4px) rotate(-90deg); }
      .header-navigation > li > a {
        color: #fdc579;
        display: block;
        padding: 0 30px 10px 0;
        border-bottom: 2px solid #fdc579;
        font-size: 22px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        position: relative; }
        @media (min-width: 1200px) {
          .header-navigation > li > a {
            font-size: 15px;
            font-weight: 400;
            color: #17286d;
            border: 0;
            padding: 3px 15px;
            text-transform: none;
            border-radius: 6px;
            border: 2px solid transparent; }
            .header-navigation > li > a:hover {
              border-color: #60b7ea;
              text-decoration: none; } }
        .header-navigation > li > a::after {
          content: "";
          position: absolute;
          top: 4px;
          right: 12px;
          width: 10px;
          height: 16px;
          color: #fdc579;
          transition: 0.3s;
          background: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.6 17' ><g transform='translate(9.854 -0.222) rotate(90)'><path fill='rgb(253, 197, 121)' d='M14.1,0.3c0.6-0.6,1.5-0.6,2.1,0c0.3,0.3,0.4,0.7,0.4,1.1s-0.1,0.8-0.4,1.1L9.8,8.8c-0.6,0.6-1.5,0.6-2.1,0 L1.3,2.4c-0.6-0.6-0.6-1.5,0-2.1c0.6-0.6,1.5-0.6,2.1,0l5.3,5.3L14.1,0.3z'/></g></svg>"); }
          @media (min-width: 1200px) {
            .header-navigation > li > a::after {
              display: none; } }
  .header .drop-holder {
    padding: 20px 0 0; }
    @media (min-width: 1200px) {
      .header .drop-holder {
        position: absolute;
        left: 50%;
        top: 100%;
        background-color: #fff;
        z-index: 999;
        transform: translateX(-50%);
        padding: 32px 27px 16px;
        min-width: 241px;
        display: none;
        visibility: hidden; } }
    @media (min-width: 1200px) {
      .header .drop-holder ul {
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column; } }
    .header .drop-holder li {
      margin: 0 0 20px; }
      @media (min-width: 1200px) {
        .header .drop-holder li {
          width: 100%;
          text-align: center; } }
      .header .drop-holder li:last-of-type {
        margin: 0; }
    .header .drop-holder a {
      color: #fff;
      font-size: 18px; }
      @media (min-width: 1200px) {
        .header .drop-holder a {
          font-size: 14px;
          color: #17286d;
          width: 100%; }
          .header .drop-holder a:hover {
            color: #fdc579; } }

a {
  text-decoration: none; }

.menu-btn {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #60b7ea;
  transition: 0.3s;
  border: 2px solid #60b7ea;
  flex: 0 0 36px;
  z-index: 99; }
  @media (min-width: 1200px) {
    .menu-btn {
      display: none;
      visibility: hidden; } }
  .menu-active .menu-btn {
    border-color: #fdc579;
    background-color: #17286d; }
  .menu-btn::before, .menu-btn::after,
  .menu-btn .stick {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    left: 6px;
    transition: 0.3s; }
  .menu-btn .stick {
    top: 15px; }
    .menu-active .menu-btn .stick {
      opacity: 0; }
  .menu-btn::before {
    content: "";
    top: 7px; }
    .menu-active .menu-btn::before {
      transform: translateY(8.5px) rotate(45deg); }
  .menu-btn::after {
    content: "";
    bottom: 7px; }
    .menu-active .menu-btn::after {
      transform: translateY(-8.5px) rotate(-45deg); }

.mobile-hide {
  display: none;
  visibility: hidden; }
  @media (min-width: 1200px) {
    .mobile-hide {
      display: block;
      visibility: visible; } }

.footer {
  background-color: #0f1a46;
  padding: 48px 10px 60px;
  color: #fff; }
  @media (min-width: 1024px) {
    .footer {
      padding: 72px 0 152px; } }
  @media (min-width: 768px) {
    .footer {
      display: block !important; } }
  .footer-top {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 48px; }
    @media (min-width: 1024px) {
      .footer-top {
        flex-direction: row; } }
    .footer-top ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
  .footer-logo {
    margin: 0 auto 30px; }
    @media (min-width: 1024px) {
      .footer-logo {
        margin: 0 0 0 auto; } }
  @media (min-width: 1024px) {
    .footer-navigation {
      display: flex; } }
  .footer-navigation ul {
    padding: 0 0 0 18px; }
  .footer-navigation > li {
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .footer-navigation > li {
        flex: 0 0 144px;
        margin: 0 30px 0 0; } }
    .footer-navigation > li:hover a, .footer-navigation > li:focus a {
      text-decoration: none; }
    .footer-navigation > li.active-slide a::after {
      transform: translateX(2px) rotate(-90deg); }
    .footer-navigation > li:last-of-type {
      margin: 0; }
    .footer-navigation > li > a {
      color: #fdc579;
      display: block;
      padding: 0 30px 10px 0;
      border-bottom: 2px solid #fdc579;
      font-size: 22px;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      position: relative; }
      @media (min-width: 1024px) {
        .footer-navigation > li > a {
          font-size: 13px;
          border: 0;
          padding: 0;
          margin: 0 0 13px; } }
      .footer-navigation > li > a::after {
        content: "";
        position: absolute;
        top: 4px;
        right: 12px;
        width: 10px;
        height: 16px;
        color: #fdc579;
        transition: 0.3s;
        background: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.6 17' ><g transform='translate(9.854 -0.222) rotate(90)'><path fill='rgb(253, 197, 121)' d='M14.1,0.3c0.6-0.6,1.5-0.6,2.1,0c0.3,0.3,0.4,0.7,0.4,1.1s-0.1,0.8-0.4,1.1L9.8,8.8c-0.6,0.6-1.5,0.6-2.1,0 L1.3,2.4c-0.6-0.6-0.6-1.5,0-2.1c0.6-0.6,1.5-0.6,2.1,0l5.3,5.3L14.1,0.3z'/></g></svg>"); }
        @media (min-width: 1024px) {
          .footer-navigation > li > a::after {
            display: none; } }
  .footer-bottom {
    text-align: center; }
    @media (min-width: 1024px) {
      .footer-bottom {
        text-align: left;
        display: flex;
        align-items: center; } }
    .footer-bottom .social-links {
      margin: 0 0 18px; }
      @media (min-width: 1024px) {
        .footer-bottom .social-links {
          margin: 0 24px 0 0; } }
  .footer .copyright {
    margin: 0;
    font-size: 11px; }
  .footer .sub-menu {
    padding: 20px 0 0 18px; }
    @media (min-width: 1024px) {
      .footer .sub-menu {
        padding: 0; } }
    .footer .sub-menu li {
      margin: 0 0 20px; }
      @media (min-width: 1024px) {
        .footer .sub-menu li {
          margin: 0 0 4px; } }
      .footer .sub-menu li:last-of-type {
        margin: 0; }
    .footer .sub-menu a {
      color: #fff;
      font-size: 18px;
      transition: 0.3s; }
      @media (min-width: 1024px) {
        .footer .sub-menu a {
          font-size: 11px; } }
      .footer .sub-menu a:hover {
        color: #fdc579; }

.social-links {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 1;
  column-gap: 10px; }
  .social-links a {
    color: #fff;
    transition: 0.3s; }
    .social-links a:hover {
      color: #fdc579;
      text-decoration: none; }

.lock {
  overflow: hidden; }

html,
body {
  height: 100%; }

.page-holder {
  height: 100%; }

#wrapper {
  min-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column; }
  #wrapper main {
    flex: 1 1 auto; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.container {
  width: 100%;
  max-width: 1082px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 375px) {
    .container {
      padding: 0 30px; } }
  .container:after {
    content: "";
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 30px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 30px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.full-width-block {
  width: calc(100vw + 2px);
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 1px)); }

.hero-section {
  margin: 0 0 38px;
  width: 100vw !important;
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important; }
  @media (min-width: 1024px) {
    .hero-section {
      margin: 0 0 41px; } }
  .hero-section .slick-track {
    display: flex; }
  .hero-section .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background-color: #fdc579;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    transition: 0.3s; }
    .hero-section .slick-arrow:hover {
      background-color: #fcaf47; }
  .hero-section .slick-next {
    right: 10px; }
    @media (min-width: 1200px) {
      .hero-section .slick-next {
        right: 20px; } }
  .hero-section .slick-prev {
    left: 10px; }
    @media (min-width: 1200px) {
      .hero-section .slick-prev {
        left: 20px; } }
  .hero-section .slick-dots {
    font-size: 0;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9; }
    .hero-section .slick-dots li {
      margin: 0 15px 0 0; }
      .hero-section .slick-dots li.slick-active button {
        background-color: #fdc579; }
    .hero-section .slick-dots button {
      width: 15px;
      height: 15px;
      border: 0;
      border-radius: 50%;
      background-color: #fff; }
  .hero-section .slide {
    padding: 85px 0 75px;
    background-size: cover;
    background-position: center;
    height: auto; }
    @media (min-width: 1024px) {
      .hero-section .slide {
        padding: 75px 0 85px; } }
    .hero-section .slide > .container {
      padding: 0; }
      @media (min-width: 1024px) {
        .hero-section .slide > .container {
          padding: 0 20px; } }
    .hero-section .slide-inner {
      max-width: 450px;
      padding: 48px 30px 68px;
      background-color: rgba(23, 40, 109, 0.8);
      color: #fff;
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 1024px) {
        .hero-section .slide-inner {
          margin-left: 40px;
          background-color: rgba(15, 26, 70, 0.9); } }
      @media (min-width: 1200px) {
        .hero-section .slide-inner {
          margin-left: 0; } }
      .hero-section .slide-inner .title {
        margin: 0 0 14px; }
      .hero-section .slide-inner .text {
        margin: 0 0 48px;
        font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 1.5; }

.text-banner-section {
  padding: 55px 0 20px;
  color: #fff;
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  line-height: 1.555; }
  .text-banner-section .container {
    max-width: 790px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .text-banner-section .icon {
    width: 29px;
    height: 25px;
    margin: 0 0 30px;
    opacity: 0.16; }
  .text-banner-section .text {
    margin: 0 0 30px;
    font-size: 18px; }
    .text-banner-section .text p:last-of-type {
      margin: 0; }
  .text-banner-section .btn, .text-banner-section .newsletter-sign-up-section .form input[type="submit"], .newsletter-sign-up-section .form .text-banner-section input[type="submit"] {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background-color: transparent;
    border-color: #fdc579; }
    .text-banner-section .btn:hover, .text-banner-section .newsletter-sign-up-section .form input:hover[type="submit"], .newsletter-sign-up-section .form .text-banner-section input:hover[type="submit"] {
      border-color: #60b7ea;
      background-color: #60b7ea;
      color: #fff; }

.latest-posts-section {
  padding: 35px 0 20px;
  color: #fff; }
  @media (min-width: 1024px) {
    .latest-posts-section {
      padding: 35px 0 52px; } }
  .latest-posts-section .container {
    padding: 0 49px; }
    @media (min-width: 1024px) {
      .latest-posts-section .container {
        padding: 0 20px; } }
  .latest-posts-section h2 {
    text-align: center;
    font-weight: 400;
    margin: 0 0 32px; }
    @media (min-width: 1024px) {
      .latest-posts-section h2 {
        margin: 0 0 28px; } }
  .latest-posts-section .slick-list {
    overflow: visible; }
  .latest-posts-section .slick-track {
    display: flex; }
  .latest-posts-section .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background-color: #fdc579;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    transition: 0.3s; }
    .latest-posts-section .slick-arrow:hover {
      background-color: #fcaf47; }
  .latest-posts-section .slick-next {
    right: -30px; }
  .latest-posts-section .slick-prev {
    left: -30px; }
  @media (min-width: 1024px) {
    .latest-posts-section .posts {
      display: flex;
      flex-wrap: wrap;
      gap: 12px; } }
  .latest-posts-section .post {
    position: relative;
    padding: 119px 0 0;
    border: 3px solid #fff;
    border-radius: 0 0 12px 0;
    width: calc(100% - 28px);
    margin: 0 14px;
    height: auto !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      .latest-posts-section .post {
        margin: 0;
        width: calc(25% - 10px); } }
    .latest-posts-section .post:nth-child(4n + 1) {
      border-color: #e6f9af; }
    .latest-posts-section .post:nth-child(4n + 2) {
      border-color: #decccc; }
    .latest-posts-section .post:nth-child(4n + 3) {
      border-color: #a6d9f7; }
    .latest-posts-section .post:nth-child(4n + 4) {
      border-color: #fbcaef; }
    .latest-posts-section .post img {
      width: 100%;
      height: 119px;
      margin: 0 0 14px;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
    .latest-posts-section .post-info {
      padding: 14px 28px 16px;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      text-align: center; }
    .latest-posts-section .post .h3 {
      margin: 0 0 16px;
      flex: 1 1 auto; }
      .latest-posts-section .post .h3 a {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        transition: 0.3s; }
        .latest-posts-section .post .h3 a:hover {
          color: #fdc579;
          text-decoration: none; }
    .latest-posts-section .post .btn, .latest-posts-section .post .newsletter-sign-up-section .form input[type="submit"], .newsletter-sign-up-section .form .latest-posts-section .post input[type="submit"] {
      width: 100%;
      text-align: center; }
      .latest-posts-section .post .btn:hover, .latest-posts-section .post .newsletter-sign-up-section .form input:hover[type="submit"], .newsletter-sign-up-section .form .latest-posts-section .post input:hover[type="submit"] {
        background-color: transparent;
        color: #fff;
        border-color: #fdc579; }

.newsletter-sign-up-section {
  padding: 20px 0 18px;
  color: #fff; }
  @media (min-width: 1024px) {
    .newsletter-sign-up-section {
      padding: 20px 0 52px; } }
  .newsletter-sign-up-section .container {
    padding: 0 63px;
    max-width: 636px; }
  .newsletter-sign-up-section .icon {
    margin: 0 auto 20px;
    width: 30px;
    height: 30px;
    opacity: 0.16; }
  .newsletter-sign-up-section .title {
    margin: 0 0 21px;
    text-align: center;
    font-weight: 400;
    font-size: 28px; }
    @media (min-width: 1024px) {
      .newsletter-sign-up-section .title {
        margin: 0 0 12px;
        font-size: 35px; } }
  .newsletter-sign-up-section .subtitle {
    margin: 0 0 3px;
    text-align: center;
    font-size: 15px;
    font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    @media (min-width: 1024px) {
      .newsletter-sign-up-section .subtitle {
        margin: 0 0 8px;
        font-size: 18px; } }
  .newsletter-sign-up-section .form {
    max-width: 510px;
    margin: 0 auto; }
    .newsletter-sign-up-section .form form {
      max-width: 100%;
      display: flex;
      flex-direction: column; }
      .newsletter-sign-up-section .form form .wpcf7-not-valid-tip {
        padding: 4px 0 0 1.5em;
        font-size: 12px; }
    .newsletter-sign-up-section .form input {
      width: 100%;
      margin: 17px 0 0;
      border-radius: 17px;
      color: #0f1a46;
      padding-left: 1.5em;
      padding-right: 1.5em;
      border: 0;
      transition: 0.3s; }
      .newsletter-sign-up-section .form input[type="submit"] {
        width: auto;
        margin: 48px auto 0; }
        .newsletter-sign-up-section .form input[type="submit"]:focus-visible {
          box-shadow: none;
          outline: none;
          border: 3px solid #60b7ea;
          color: #60b7ea;
          background-color: #fff; }
      .newsletter-sign-up-section .form input:focus-visible {
        box-shadow: 0 0 0 3px rgba(96, 183, 234, 0.7);
        outline: none;
        border: 0; }

.cta-banner-section {
  color: #fff;
  padding: 20px 0 96px; }
  @media (min-width: 1024px) {
    .cta-banner-section {
      padding: 45px 0 72px; } }
  .cta-banner-section .icon {
    margin: 0 auto 30px;
    width: 36px;
    height: 36px;
    opacity: 0.16; }
  .cta-banner-section .title {
    margin: 0 0 21px;
    text-align: center;
    font-weight: 400;
    font-size: 28px; }
    @media (min-width: 1024px) {
      .cta-banner-section .title {
        margin: 0 0 12px;
        font-size: 35px; } }
  .cta-banner-section .subtitle {
    margin: 0 0 3px;
    text-align: center;
    font-size: 15px;
    margin: 0 0 30px;
    font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    @media (min-width: 1024px) {
      .cta-banner-section .subtitle {
        margin: 0 0 36px;
        font-size: 18px; } }
    .cta-banner-section .subtitle p:last-of-type {
      margin: 0; }
  .cta-banner-section .holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 48px 13px 29px;
    row-gap: 35px;
    border: 1px solid rgba(255, 255, 255, 0.6); }
    @media (min-width: 1024px) {
      .cta-banner-section .holder {
        gap: 0;
        padding: 20px 17px 30px 45px;
        border-radius: 0 0 30px 0; } }
  .cta-banner-section .btn:hover, .cta-banner-section .newsletter-sign-up-section .form input:hover[type="submit"], .newsletter-sign-up-section .form .cta-banner-section input:hover[type="submit"] {
    background-color: transparent;
    color: #fff;
    border-color: #fdc579; }
  .cta-banner-section .col {
    width: 100%; }
    @media (min-width: 768px) {
      .cta-banner-section .col {
        width: calc(50% - 27px); } }
    .cta-banner-section .col-text {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 1024px) {
        .cta-banner-section .col-text {
          width: auto;
          flex: 0 1 auto; } }
    @media (min-width: 1024px) {
      .cta-banner-section .col-img {
        width: auto;
        flex: 0 0 580px; } }

.partners-section {
  padding: 60px 0 83px;
  color: #17286d; }
  @media (min-width: 1024px) {
    .partners-section {
      padding: 80px 0 77px; } }
  .partners-section .icon {
    margin: 0 auto 30px;
    width: 28px; }
  .partners-section .title {
    margin: 0 0 38px;
    text-align: center;
    font-weight: 400;
    font-size: 28px; }
    @media (min-width: 1024px) {
      .partners-section .title {
        margin: 0 0 44px;
        font-size: 35px; } }
  .partners-section .link {
    display: flex;
    justify-content: center; }
  .partners-section .btn, .partners-section .newsletter-sign-up-section .form input[type="submit"], .newsletter-sign-up-section .form .partners-section input[type="submit"] {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); }

.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin: 0 0 48px; }
  @media (min-width: 1024px) {
    .partners {
      margin: 0 0 72px;
      column-gap: 0;
      row-gap: 28px; } }
  .partners .item {
    width: auto;
    max-width: 369px; }
    @media (min-width: 1024px) {
      .partners .item {
        padding: 0 28px;
        border-right: 1px solid rgba(112, 112, 112, 0.2); }
        .partners .item:last-of-type {
          border: 0; } }

.page-banner-section {
  padding: 109px 0 94px;
  text-align: center;
  color: #fff;
  background-size: cover;
  position: relative;
  background-position: center; }
  @media (min-width: 1024px) {
    .page-banner-section {
      padding: 86px 0 112px; } }
  .page-banner-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(15, 26, 70, 0.45); }
  .page-banner-section .container {
    position: relative;
    z-index: 9; }
  .page-banner-section .title {
    font-weight: 400;
    font-size: 32px;
    margin: 0; }
    @media (min-width: 1024px) {
      .page-banner-section .title {
        font-size: 50px; } }

.video-iframe-section {
  margin-top: 77px;
  padding: 50px 0 112px;
  position: relative; }
  .video-iframe-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    background-color: #17286d; }
  @media (min-width: 1024px) {
    .video-iframe-section {
      margin-top: 158px;
      padding: 70px 0 138px; } }
  .video-iframe-section .icon {
    margin: 0 auto 27px;
    width: 36px;
    opacity: 0.3; }
    @media (min-width: 1024px) {
      .video-iframe-section .icon {
        margin: 0 auto 32px; } }
  .video-iframe-section .video-iframe {
    max-width: 600px;
    margin: 0 auto; }
    .video-iframe-section .video-iframe-inner > p {
      position: relative;
      padding: 0 0 56.25%;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .video-iframe-section .video-iframe-inner > p {
          margin-bottom: 39px; } }
      .video-iframe-section .video-iframe-inner > p:last-child {
        margin: 0; }
    .video-iframe-section .video-iframe-inner iframe {
      border: 0; }
      .video-iframe-section .video-iframe-inner iframe.with-border {
        border: 2px solid #e6f9af; }
    .video-iframe-section .video-iframe-inner video,
    .video-iframe-section .video-iframe-inner iframe,
    .video-iframe-section .video-iframe-inner img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.join-section {
  padding: 50px 0 85px;
  color: #fff;
  font-size: 18px; }
  @media (min-width: 1024px) {
    .join-section {
      padding: 70px 0 113px; } }
  .join-section .link {
    display: flex;
    justify-content: center;
    margin: 43px 0 0; }
  .join-section a:not(.location-link) {
    font-weight: 700; }
  .join-section a:not(.btn):hover {
    color: #fdc579;
    text-decoration: none; }
  .join-section .location-link {
    color: #fff;
    transition: 0.3s; }
  .join-section .text {
    font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }

.title-join {
  padding: 110px 20px 55px;
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  color: #17286d; }
  @media (min-width: 1024px) {
    .title-join {
      font-size: 50px;
      font-weight: 300;
      padding: 85px 20px 58px; } }

.plans {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 828px;
  margin: 0 auto 45px; }
  @media (min-width: 768px) {
    .plans {
      gap: 12px;
      margin: 0 auto 53px; } }

.plan-box {
  text-align: center;
  padding: 34px 19px 45px;
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 30px 0;
  color: #000; }
  @media (min-width: 768px) {
    .plan-box {
      width: calc(50% - 6px);
      padding: 34px 34px 66px; } }
  .plan-box:nth-child(odd) {
    border: 2px solid #60b7ea; }
    .plan-box:nth-child(odd) .plan-title {
      color: #60b7ea !important; }
    .plan-box:nth-child(odd) svg path {
      stroke: #60b7ea; }
  .plan-box:nth-child(even) {
    border: 2px solid #84dccf; }
    .plan-box:nth-child(even) .plan-title {
      color: #84dccf !important; }
    .plan-box:nth-child(even) svg path {
      stroke: #84dccf; }
    .plan-box:nth-child(even) .plan-list-head {
      border-color: #84dccf;
      color: #84dccf; }
      .plan-box:nth-child(even) .plan-list-head::after {
        background: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.6 17' ><g transform='translate(9.854 -0.222) rotate(90)'><path fill='rgb(132, 220, 207)' d='M14.1,0.3c0.6-0.6,1.5-0.6,2.1,0c0.3,0.3,0.4,0.7,0.4,1.1s-0.1,0.8-0.4,1.1L9.8,8.8c-0.6,0.6-1.5,0.6-2.1,0 L1.3,2.4c-0.6-0.6-0.6-1.5,0-2.1c0.6-0.6,1.5-0.6,2.1,0l5.3,5.3L14.1,0.3z'/></g></svg>"); }

.plan-title {
  font-size: 35px;
  margin: 0;
  font-weight: 400;
  margin: 0 0 6px; }
  @media (min-width: 768px) {
    .plan-title {
      margin: 0 -20px 6px; } }

.plan-subtitle {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #17286d; }

.plan-price {
  font-weight: 700;
  font-size: 70px;
  margin: 0 0 19px;
  line-height: 1;
  color: #17286d; }
  .plan-price sup {
    font-size: 50%;
    top: -0.8em; }
  .plan-price sub {
    font-weight: 300;
    font-size: 20px;
    bottom: 0; }

.plan-list {
  padding: 25px 0 0; }
  .plan-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 27px; }
    @media (min-width: 768px) {
      .plan-list ul {
        padding: 0 0 0 31px;
        font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif; } }
    .plan-list ul li {
      position: relative;
      margin: 0 0 24px; }
      .plan-list ul li:last-of-type {
        margin: 0; }
      .plan-list ul li svg {
        position: absolute;
        left: -27px;
        top: 4px; }
        @media (min-width: 768px) {
          .plan-list ul li svg {
            left: -31px; } }
  .plan-list-title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
    color: #17286d; }
  .plan-list-holder {
    margin: 49px 0 0;
    text-align: left; }
    @media (min-width: 768px) {
      .plan-list-holder {
        margin: 43px 0 0; } }
  .plan-list-head {
    display: block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 8px;
    border-bottom: 2px solid #60b7ea;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .plan-list-head {
        display: none;
        visibility: hidden; } }
    .plan-list-head::after {
      content: "";
      position: absolute;
      top: 4px;
      right: 12px;
      width: 10px;
      height: 16px;
      color: #fdc579;
      transition: 0.3s;
      background: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.6 17' ><g transform='translate(9.854 -0.222) rotate(90)'><path fill='rgb(96, 183, 234)' d='M14.1,0.3c0.6-0.6,1.5-0.6,2.1,0c0.3,0.3,0.4,0.7,0.4,1.1s-0.1,0.8-0.4,1.1L9.8,8.8c-0.6,0.6-1.5,0.6-2.1,0 L1.3,2.4c-0.6-0.6-0.6-1.5,0-2.1c0.6-0.6,1.5-0.6,2.1,0l5.3,5.3L14.1,0.3z'/></g></svg>"); }
      .active-slide .plan-list-head::after {
        transform: rotate(-90deg); }

.text-banner-white-section {
  padding: 60px 0 123px;
  font-size: 18px; }
  @media (min-width: 1024px) {
    .text-banner-white-section {
      padding: 50px 0 166px; } }
  .text-banner-white-section .icon {
    width: 36px;
    margin: 0 auto 28px;
    opacity: 0.6; }
    @media (min-width: 1024px) {
      .text-banner-white-section .icon {
        margin: 0 auto 38px; } }
  .text-banner-white-section .title {
    color: #17286d;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    margin: 0 0 27px;
    padding: 0 15px; }
  .text-banner-white-section .text {
    font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 18px;
    line-height: 1.555; }
    .text-banner-white-section .text > *:last-child {
      margin: 0; }
  .text-banner-white-section p {
    font-size: 18px; }
  .text-banner-white-section .container {
    max-width: 900px; }

.about-section {
  padding: 45px 0 0;
  max-width: 858px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .about-section {
      padding: 80px 0 0; } }
  .about-section h1 {
    margin: 0 0 21px;
    color: #17286d; }
    @media (min-width: 1024px) {
      .about-section h1 {
        margin: 0 0 27px; } }
  .about-section p {
    font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 15px; }
    @media (min-width: 1024px) {
      .about-section p {
        font-size: 18px; } }
    .about-section p strong {
      font-weight: 900; }

figure {
  margin: 27px auto 45px;
  max-width: 100%;
  height: auto;
  overflow: hidden; }
  @media (min-width: 1024px) {
    figure {
      margin: 27px auto 45px; } }
  figure.with-border {
    border: 2px solid #e6f9af; }

.not-found-section {
  padding: 100px 0; }
  .not-found-section form {
    max-width: 600px; }
  .not-found-section fieldset {
    display: flex; }
  .not-found-section input[type="search"] {
    flex: 1 1 auto;
    margin: 0;
    border-radius: 8px 0 0 8px; }
  .not-found-section input[type="submit"] {
    padding: 0 1em;
    border-radius: 0 8px 8px 0; }

.search-section {
  padding: 100px 0; }
  .search-section h1 {
    margin: 0 0 48px; }
  .search-section > .type-page,
  .search-section > .type-post {
    margin: 0 0 24px; }
    @media (min-width: 600px) {
      .search-section > .type-page,
      .search-section > .type-post {
        display: flex; } }
    .search-section > .type-page img,
    .search-section > .type-post img {
      width: 100%;
      margin: 0 0 12px;
      object-fit: cover; }
      @media (min-width: 600px) {
        .search-section > .type-page img,
        .search-section > .type-post img {
          flex: 0 0 200px;
          height: 200px;
          width: 200px;
          margin: 0 24px 0 0; } }
      @media (min-width: 768px) {
        .search-section > .type-page img,
        .search-section > .type-post img {
          flex: 0 0 360px;
          width: 360px; } }
  .search-section form {
    max-width: 600px; }
  .search-section fieldset {
    display: flex; }
  .search-section input[type="search"] {
    flex: 1 1 auto;
    margin: 0;
    border-radius: 8px 0 0 8px; }
  .search-section input[type="submit"] {
    padding: 0 1em;
    border-radius: 0 8px 8px 0; }

.category-section {
  padding: 100px 0; }
  .category-section h1 {
    margin: 0 0 48px; }
  .category-section > .type-post,
  .category-section > .type-page {
    margin: 0 0 24px; }
    @media (min-width: 600px) {
      .category-section > .type-post,
      .category-section > .type-page {
        display: flex; } }
    .category-section > .type-post img,
    .category-section > .type-page img {
      width: 100%;
      margin: 0 0 12px;
      object-fit: cover; }
      @media (min-width: 600px) {
        .category-section > .type-post img,
        .category-section > .type-page img {
          flex: 0 0 200px;
          height: 200px;
          width: 200px;
          margin: 0 24px 0 0; } }
      @media (min-width: 768px) {
        .category-section > .type-post img,
        .category-section > .type-page img {
          flex: 0 0 360px;
          width: 360px; } }

@media (min-width: 1200px) {
  .sm-container {
    padding-left: 82px; } }

.sm-container h2.wp-block-heading {
  color: #17286d;
  margin-top: 45px;
  font-weight: 300;
  letter-spacing: 0.005em;
  margin-bottom: 19px; }
  @media (min-width: 1024px) {
    .sm-container h2.wp-block-heading {
      margin-top: 80px;
      margin-bottom: 22px; } }
  .sm-container h2.wp-block-heading ~ p {
    font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: 0.015em;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 29px; }
    @media (min-width: 1024px) {
      .sm-container h2.wp-block-heading ~ p {
        line-height: 1.555;
        margin-bottom: 22px; } }

.xs-container {
  max-width: 858px;
  width: 100%;
  margin: 0 auto; }
  .xs-container p {
    font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 300;
    font-size: 15px; }
    @media (min-width: 1024px) {
      .xs-container p {
        font-size: 18px; } }
  .xs-container .wp-block-heading.h1 {
    font-size: 35px;
    margin-bottom: 25px; }
  .xs-container h2.wp-block-heading {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #17286d;
    letter-spacing: -0.01em;
    font-weight: 400;
    margin-bottom: 32px; }
    @media (min-width: 1024px) {
      .xs-container h2.wp-block-heading {
        margin-bottom: 20px;
        letter-spacing: 0; } }
    .xs-container h2.wp-block-heading.italic-title {
      font-style: italic; }
    .xs-container h2.wp-block-heading:first-child {
      margin-top: 45px; }
      @media (min-width: 1024px) {
        .xs-container h2.wp-block-heading:first-child {
          margin-top: 81px; } }
    .xs-container h2.wp-block-heading:not(:first-of-type) {
      margin-top: 43px;
      margin-bottom: 24px; }
    .xs-container h2.wp-block-heading ~ p {
      line-height: 1.555;
      letter-spacing: 0.018em; }
      @media (min-width: 1024px) {
        .xs-container h2.wp-block-heading ~ p {
          letter-spacing: 0.013em; } }
  .xs-container h4.wp-block-heading {
    margin-bottom: 14px; }
  .xs-container .wp-block-image.sm-image {
    max-width: 685px;
    width: 100%;
    margin: 0 auto; }
  .xs-container .wp-block-image.is-style-rounded {
    border: 2px solid #bccce0;
    border-radius: 0 0 30px 0;
    font-size: 0; }
    .xs-container .wp-block-image.is-style-rounded:first-child {
      margin: 44px auto 30px; }
      @media (min-width: 1024px) {
        .xs-container .wp-block-image.is-style-rounded:first-child {
          margin: 80px auto 27px; } }
    .xs-container .wp-block-image.is-style-rounded img {
      border-radius: 0; }
  .xs-container .wp-block-image ~ p {
    font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: 0.015em;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 26px; }
    @media (min-width: 1024px) {
      .xs-container .wp-block-image ~ p {
        margin-bottom: 30px; } }
  .xs-container .wp-block-gallery img {
    width: 100%; }
    @media (min-width: 480px) {
      .xs-container .wp-block-gallery img {
        width: auto; } }
  .xs-container .awards-text + p {
    font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: 0.015em;
    line-height: 1.6;
    font-weight: 300; }
  .xs-container .awards-text ~ p {
    margin-bottom: 11px; }
    @media (min-width: 1024px) {
      .xs-container .awards-text ~ p {
        margin-bottom: 9px; } }
    .xs-container .awards-text ~ p a {
      color: inherit; }
      @media (min-width: 1024px) {
        .xs-container .awards-text ~ p a {
          font-weight: 900;
          color: #60b7ea; } }
      .xs-container .awards-text ~ p a:hover {
        color: #60b7ea; }
        @media (min-width: 1024px) {
          .xs-container .awards-text ~ p a:hover {
            text-decoration: underline; } }
  .xs-container p + .award-accordion {
    margin-top: 61px; }
    @media (min-width: 1024px) {
      .xs-container p + .award-accordion {
        margin-top: 70px; } }
  .xs-container .container {
    max-width: 918px; }
  .xs-container .download-article + p {
    line-height: 1.6; }

.read-more-holder {
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  .read-more-holder .wp-block-heading:not(:first-of-type) {
    display: none; }
    @media (min-width: 1024px) {
      .read-more-holder .wp-block-heading:not(:first-of-type) {
        display: block; } }
  .read-more-holder p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .read-more-holder p {
        margin-bottom: 12px; } }
    .read-more-holder p:not(:first-of-type) {
      display: none; }
      @media (min-width: 1024px) {
        .read-more-holder p:not(:first-of-type) {
          display: block; } }
    @media (min-width: 1024px) {
      .read-more-holder p:last-of-type {
        margin-bottom: 42px; } }
    .read-more-holder p a {
      font-weight: 400; }
      .read-more-holder p a:hover {
        text-decoration: underline; }
  .read-more-holder .read-more {
    color: #60b7ea;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 37px; }
    @media (min-width: 1024px) {
      .read-more-holder .read-more {
        display: none; } }

@media (min-width: 1024px) {
  .download-article + .read-more-holder {
    margin-bottom: 132px; } }

.download-article + .read-more-holder p {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.6; }
  @media (min-width: 1024px) {
    .download-article + .read-more-holder p {
      font-size: 18px;
      line-height: 1.55;
      margin-bottom: 13px; } }

.download-article + .read-more-holder .read-more {
  font-size: 15px; }

.post-edit-link {
  margin-top: 1em;
  display: inline-block; }

.blue-light-title {
  color: #60b7ea; }

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

.wp-block-image.rounded-15 {
  border-radius: 0 0 15px 0; }

@media (max-width: 375px) {
  .wp-block-gallery.is-layout-flex {
    display: block; } }

@media (max-width: 375px) {
  .wp-block-gallery.is-layout-flex img {
    width: 100%;
    margin-bottom: 15px; } }

@media (min-width: 480px) {
  .wp-block-gallery.has-nested-images.sm-gallery figure.wp-block-image {
    max-width: 248px;
    width: 100%; } }

@media (max-width: 375px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%; } }

.btn, .newsletter-sign-up-section .form input[type="submit"] {
  background-color: #60b7ea;
  color: #fff;
  border-radius: 0;
  padding: 10px 28px 9px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.222;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  border: 3px solid #60b7ea;
  text-decoration: none; }
  .btn:hover, .newsletter-sign-up-section .form input:hover[type="submit"] {
    color: #60b7ea;
    background-color: #fff;
    text-decoration: none; }

.sidebar {
  width: 30%; }

.sidebar .widget {
  border: 1px solid #ddd;
  /* Optional: Add border to posts */
  padding: 15px;
  /* Optional: Add padding to posts */
  background-color: #f9f9f9;
  /* Optional: Add background color to posts */
  margin: 15px 0 0 15px; }

.content-area {
  display: flex;
  flex-wrap: wrap; }

.site-main {
  flex: 1 1 70% !important;
  /* Adjust the width as needed */
  padding-right: 20px;
  /* Optional: Add padding to the right */ }

.widget-area {
  flex: 1 1 30% !important;
  /* Adjust the width as needed */ }

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    padding: 15px; }
  .content-area {
    flex-direction: column;
    /* Stack content and sidebar vertically */
    padding: 0px; }
  .site-main {
    flex: 1 1 100% !important;
    /* Full width for main content */
    padding-right: 0;
    /* Remove padding on mobile */
    max-width: 100vw; }
  .widget-area {
    flex: 1 1 100% !important;
    /* Full width for sidebar */
    margin: 15px 0;
    /* Adjust margin for mobile */ }
  .sidebar .widget {
    margin: 15px 0 0 0px; }
  .news-posts article {
    flex: 1 1 100% !important; }
  .pagination a, .pagination span {
    padding: 0 5px !important; } }

/* filepath: /wp-content/themes/your-theme/style.css */
.news-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Adjust the gap between columns as needed */ }

.news-posts .post-thumbnail img {
  width: 100%;
  height: auto; }

.news-posts article {
  flex: 1 1 calc(50% - 20px);
  /* 2 columns with gap adjustment */
  box-sizing: border-box;
  padding: 15px;
  /* Optional: Add padding to posts */ }

.news-posts .entry-header {
  margin-bottom: 10px;
  /* Optional: Add margin below the header */ }

.news-posts .entry-title {
  font-size: 1.5em;
  /* Optional: Adjust font size of the title */ }

.news-posts .entry-content {
  font-size: 1em;
  /* Optional: Adjust font size of the content */ }

#menu-categories-menu {
  list-style-type: none; }

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 20px 40px 20px;
  /* Adjust the margin as needed */ }
  .pagination a, .pagination span {
    padding: 0 20px; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }

/*# sourceMappingURL=style.css.map */