@charset "UTF-8";
/*
Theme Name: Nakwema Theme
Theme URI: https://github.com/tidythemes/blankslate
Author: Lake Effect Associates
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 1.0.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

html {
  font-family: "Montserrat", serif;
  color: #4A4A4A; }

p, li {
  font-size: 14px;
  line-height: 28px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: 25px 0; }

h1 {
  font-size: 46px;
  font-weight: 600;
  font-weight: 700;
  color: #454f5c;
  line-height: 46px;
  text-transform: uppercase; }
  @media (max-width: 959px) {
    h1 {
      font-size: 38px; } }
  @media (max-width: 599px) {
    h1 {
      font-size: 28px; } }
  @media (max-width: 479px) {
    h1 {
      font-size: 24px;
      line-height: 34px; } }
h1.entry-title {
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    h1.entry-title {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 959px) {
    h1.entry-title {
      padding-left: 0px;
      padding-right: 0px; } }
.category-in-the-news h1.entry-title {
  margin-bottom: 10px; }

h2 {
  font-size: 34px;
  font-weight: 600; }

h3 {
  font-size: 30px;
  font-weight: 600;
  color: #5e7a87;
  line-height: 46px; }

h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

h5 {
  font-size: 13px;
  line-height: 20px;
  color: #454f5c;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase; }

h6 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }

a {
  text-decoration: none;
  color: #5E7A87; }
  a:hover, a:focus {
    color: #34444b; }

.subtitle {
  color: #454f5c;
  font-size: 18px;
  font-weight: 500; }

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

.white {
  color: white; }

.black {
  color: black; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

/* 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 {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    display: block;
    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; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

header#header {
  border-bottom: 5px solid transparent;
  border-bottom: 3px solid #4599a6;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0px;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  background: white; }

.admin-bar header#header {
  top: 32px; }

.site-header {
  /*
  #branding {
    transition: .2s;
    max-width: 200px;
    
    @include mq(500px){
      max-width: 220px;

    }
  } */ }
  .site-header .content-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1440px;
    margin: auto; }

div#site-title img.custom-logo {
  padding: 10px 0; }

div#site-title {
  display: flex;
  align-items: center;
  justify-content: center; }

img.logo-text {
  margin-left: 20px; }

#site-title h1 {
  margin: 0; }

#site-description {
  display: none; }

/* Top level menu items */
header #menu ul#menu-main-menu > li > a {
  text-transform: uppercase;
  color: #454f5c;
  font-size: 15px;
  font-weight: 500;
  font-family: 'futura-pt', sans-serif;
  letter-spacing: 1.55px; }

header #menu ul#menu-main-menu {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0; }

#menu-main-menu > li {
  margin-right: 25px;
  padding: 25px 0; }

header nav#menu {
  width: 59%; }

header .menu {
  width: 100%; }

header .menu ul a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'futura-pt', sans-serif;
  letter-spacing: 1.25px; }

/* Fixed Header */
#header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  background: white; }

a.custom-logo-link img {
  max-height: 130px;
  width: auto;
  transition: .3s; }

#header.fixed a.custom-logo-link img {
  max-height: 90px;
  width: auto; }

img.logo-text {
  max-width: 146px;
  margin: 16px 0 0 20px; }

header #menu ul ul {
  display: none;
  position: absolute;
  top: 51px;
  left: -50px;
  z-index: 99999;
  width: 265px;
  padding-top: 30px; }

/* Dropdown (secondary) menu styling */
header #menu ul ul a {
  color: white; }

header #menu ul ul li {
  color: white;
  background: darkslategrey;
  padding: 10px;
  border-bottom: 1px solid #80808047; }

header #menu ul ul li:last-of-type {
  border-bottom: none; }

header #menu ul li:hover > ul {
  display: block; }

header #menu li {
  position: relative; }

/* Header donate button */
.donate-button {
  margin-bottom: 35px; }

.donate-button a {
  text-transform: uppercase;
  font-weight: 700;
  background: #8FD16A;
  border: 2px solid #72c543;
  padding: 10px 25px;
  text-decoration: none;
  color: white; }

.donate-button a i {
  font-family: 'FontAwesome5Pro-Solid', 'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro';
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF; }

/* --------------------------- Mobile Menu styling ----------------------- */
ul#mobmenuright > li {
  border-bottom: 1px solid lightgrey; }

.mob-menu-header-holder.mobmenu {
  border-bottom: 3px solid #4599a6; }

.mobmenu-content:before {
  content: '';
  background-image: url(./images/NakemaTrailway.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0 auto 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 81px;
  max-width: 180px;
  overflow: hidden; }

.mobmenu-panel #mobmenuright li a, #mobmenuright li a:visited, .mobmenu-panel .mobmenu-left-panel .mobmenu-display-name {
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  color: #797979; }

#mobmenuright li.current_page_item, #mobmenuright li.current_page_parent, #mobmenuright > li.current-page-ancestor {
  background: #5e7a87; }

li.current_page_item.menu-item-374 {
  background: none !important; }

#mobmenuright li.current_page_item a, #mobmenuright li.current_page_parent a, .show-nav-right li.current_page_item .mob-expand-submenu i, .show-nav-right li.current_page_item .mob-expand-submenu i, .show-nav-right li.current_menu_item .mob-expand-submenu i, #mobmenuright > li.current-page-ancestor a, #mobmenuright > li.current-page-ancestor .mob-expand-submenu i {
  color: white !important; }

.show-nav-right .mob-expand-submenu.show-sub i, body .current-menu-parent .mob-expand-submenu i {
  color: white; }

ul#mobmenuright li:last-of-type {
  border: none; }

ul#mobmenuright ul.sub-menu > li {
  border-bottom: 1px solid rgba(238, 241, 243, 0.2); }

ul#mobmenuright ul.sub-menu > li:last-of-type {
  border-bottom: none; }

/* Site Banner */
.site-banner {
  position: absolute;
  z-index: 999;
  background: #40AAB8;
  width: 100%;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; }
  @media (max-width: 959px) {
    .site-banner {
      position: static;
      padding: 5px;
      display: none; } }
@media (max-width: 959px) {
  .home .site-banner {
    display: flex; } }

.site-banner p {
  text-transform: uppercase;
  font-weight: 500; }
  @media (max-width: 959px) {
    .site-banner p {
      line-height: 1.45;
      text-transform: none;
      font-size: 14px;
      font-weight: 400; } }
.site-banner * {
  margin: 10px 20px; }
  @media (max-width: 959px) {
    .site-banner * {
      margin: 0; } }
@media (max-width: 959px) {
  .site-banner a.button {
    padding: 5px 15px;
    margin: 6px; } }

.admin-bar .site-banner {
  top: 32px; }

.site-banner ~ div#wrapper header#header:not(.fixed) {
  top: 57px; }

.admin-bar .site-banner ~ div#wrapper header#header:not(.fixed) {
  top: 89px; }

.admin-bar header#header.fixed {
  top: 32px; }

header#header:not(.fixed) + div#container {
  margin-top: 137px; }

.site-banner ~ div#wrapper header#header:not(.fixed) ~ div#container {
  margin-top: 192px; }

.site-footer {
  padding: 0 .5em; }

.site-footer {
  padding: 0; }

/* -------------FOOTER------------- */
footer#footer {
  background: #454f5c;
  background: url(/wp-content/uploads/2020/03/nt-footer-bg.png);
  background-size: cover;
  background-position: bottom;
  min-height: 554px;
  display: flex;
  align-items: flex-end; }
  @media (max-width: 959px) {
    footer#footer {
      background: white; } }
.footer-menu p, .footer-menu h5 {
  color: white; }

.footer-menu li.menu-item a {
  color: white;
  line-height: 1.65;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }

.footer-menu li {
  line-height: 25px; }

@media (max-width: 959px) {
  .footer-menu .menu > li {
    width: 100%;
    margin-bottom: 44px; } }

.footer-menu .menu {
  margin: 0;
  padding: 0; }

.footer-menu > .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  padding: 105px 0; }
  @media (max-width: 959px) {
    .footer-menu > .wrapper {
      padding: 50px 0 100px; } }
  .footer-menu > .wrapper h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
    margin-bottom: 15px; }
  .footer-menu > .wrapper ul {
    text-align: center; }
  @media (min-width: 960px) {
    .footer-menu > .wrapper ul {
      text-align: left; } }
/*
.footer-mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
 @include tablet-landscape-up {
    display: none;
  }
  li.menu-item {
    text-align: center;
  }
  li.menu-item a {
    font-size: 20px;
  }
}
*/
footer .content-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 959px) {
    footer .content-container {
      background: #40aab7; } }
footer .content-container .footer-menu, footer .connect-with-us-inner {
  max-width: 1200px;
  margin: auto; }

.connect-with-us-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 15px; }
  .connect-with-us-inner i {
    font-size: 28px;
    margin: 0 14px;
    color: white; }
  .connect-with-us-inner h3 {
    font-size: 25px;
    margin: 0;
    color: white;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid white; }
  .connect-with-us-inner p, .connect-with-us-inner a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-right: 25px;
    padding: 0;
    display: flex;
    align-items: center; }
  @media (max-width: 599px) {
    .connect-with-us-inner {
      justify-content: center; } }
.footer-menu a {
  color: white; }

.footer-column {
  width: 60%;
  min-width: 365px;
  max-width: 100%; }

.footer-column ul#menu-main-menu-1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap; }

.footer-column ul#menu-main-menu-1 > .menu-item > a {
  text-transform: uppercase;
  font-weight: bold; }

.footer-column ul.sub-menu {
  margin-top: 15px; }

.footer-column .menu ul {
  padding-inline-start: 0; }

.footer-column .menu > ul {
  display: flex; }

.footer-menu-1 p {
  font-size: 14px;
  margin-bottom: 8px; }

.footer-menu-1 i {
  margin-right: 5px; }

div#copyright p, div#copyright a, div#copyright p, div#copyright {
  font-size: 12px; }

.partner-logos img {
  max-width: 112px;
  max-height: 56px;
  margin: 0 4px; }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 15px; }
  @media (max-width: 959px) {
    .footer-bottom {
      background: #44505f; } }
div#copyright {
  position: initial;
  bottom: 20px;
  right: 8px;
  color: white;
  width: 33%;
  text-align: right; }
  @media (max-width: 599px) {
    div#copyright {
      width: 100%;
      text-align: center; } }
div#copyright a {
  color: white; }

.partners img {
  max-width: 150px; }

@media (min-width: 960px) {
  .footer-menu > .wrapper ul {
    text-align: left; } }

@media screen and (max-width: 960px) {
  .footer-logo {
    flex-basis: 100%;
    margin-bottom: 20px; }
  .footer-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px; } }
  @media screen and (max-width: 960px) and (max-width: 959px) {
    .footer-column {
      width: 100%; } }
@media screen and (max-width: 960px) {
  .footer-column p {
    font-size: 14px;
    margin-bottom: 8px; }
  .footer-menu .footer-column h5 {
    font-size: 16px;
    text-align: center; }
  .footer-menu li.menu-item a {
    font-size: 14px; }
  .footer-menu-1 {
    order: 5; }
  .footer-menu-4 {
    order: 4; } }

@media screen and (max-width: 600px) {
  .footer-logo {
    flex-basis: 100%;
    margin-bottom: 20px; }
  .footer-column, .footer-logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
  .footer-column p {
    margin-bottom: 8px; }
  .footer-menu .footer-column h5 {
    font-size: 18px;
    text-align: center; }
  .footer-menu li.menu-item a {
    font-size: 14px; }
  div#copyright {
    position: initial;
    text-align: center;
    order: 6;
    margin-top: 30px; } }

a.button.footer-button {
  border-radius: 0;
  background: #D4E458;
  color: #435060;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 49px;
  border: none; }

@media (max-width: 959px) {
  .footer-menu .menu-main-menu-container {
    width: 80%; } }

.footer-partners {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 959px) {
    .footer-partners {
      width: 100%;
      margin: 0 auto 90px; } }
.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

.contact-info p, .contact-info a {
  font-size: 14px;
  margin: 0 5px -5px; }

.partner-logos {
  width: 33%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 599px) {
    .partner-logos {
      width: 100%; } }
.footer-empty-column {
  width: 33%; }
  @media (max-width: 959px) {
    .footer-empty-column {
      display: none; } }
.footer-partners hr {
  margin-top: 22px; }

.contact-info i {
  margin-right: 5px; }

.footer-menu .menu-item-374, .footer-menu .menu-item-home.menu-item-373 {
  display: none; }

footer#footer .menu-main-menu-container {
  width: 100%; }

.home-hero {
  background-size: cover;
  background-position: 50%; }

.home-hero .hero-content {
  background: radial-gradient(rgba(4, 30, 66, 0.35), rgba(4, 30, 66, 0.55));
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86vh;
  min-height: 729px; }
  @media (max-width: 959px) {
    .home-hero .hero-content {
      height: 55vh;
      min-height: 550px;
      background-position: 70% 50% !important;
      position: relative;
      margin-bottom: 200px; } }
  @media (max-width: 599px) {
    .home-hero .hero-content {
      height: 50vh;
      min-height: 480px; } }
  @media (max-width: 479px) {
    .home-hero .hero-content {
      margin-bottom: 250px; } }
.hero-content-inner {
  position: absolute;
  left: 0;
  top: 4%;
  text-align: left;
  background: #435060;
  padding: 40px;
  padding-left: 79px;
  padding-bottom: 53px;
  max-width: 705px; }
  @media (max-width: 1400px) {
    .hero-content-inner {
      position: absolute;
      left: 0;
      top: 3%;
      max-width: 600px; } }
  @media (max-width: 959px) {
    .hero-content-inner {
      position: absolute;
      left: unset;
      top: unset;
      bottom: -160px;
      text-align: center;
      background: #435060;
      padding: 10px 15px 40px;
      max-width: 95%; } }
.home-hero, .home-hero h1, .home-hero p, .home-hero h2, .home-hero h3, .home-hero a {
  color: white; }

.home-hero h1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0; }
  @media (max-width: 959px) {
    .home-hero h1 {
      text-align: center; } }
.home-hero .big-text {
  font-size: 38px; }
  @media (max-width: 1400px) {
    .home-hero .big-text {
      font-size: 34px; } }
  @media (max-width: 959px) {
    .home-hero .big-text {
      font-size: 30px;
      text-align: center;
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .home-hero .big-text {
      font-size: 25px;
      line-height: 1; } }
.hero-content-inner p {
  margin-bottom: 36px; }

/* Homepage Goals section */
.home-goals {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px auto 50px; }

.goal {
  background: #f4f6f7;
  display: flex;
  flex-basis: 24%;
  width: 24%;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px; }
  @media (max-width: 959px) {
    .goal {
      flex-basis: 49%;
      width: 49%;
      margin-bottom: 15px; } }
  @media (max-width: 599px) {
    .goal {
      flex-basis: 100%;
      width: 100%; } }
.goal.donate-goal {
  flex-direction: column;
  align-items: center;
  background: #8FD16A;
  border: 2px solid #8FD16A; }
  .goal.donate-goal a, .goal.donate-goal p, .goal.donate-goal i {
    color: white;
    text-align: center; }

.goal p.goal-number {
  font-size: 55px;
  line-height: 1;
  margin-right: 10px;
  font-weight: 300;
  color: #435060;
  margin-top: 0; }

.goal p {
  margin: 10px 0 0;
  line-height: 1.5;
  font-family: 'Montserrat', 'Montserrat-Medium', 'Montserrat Medium';
  font-weight: 400;
  font-style: normal;
  color: #435060;
  text-align: left;
  line-height: 28px; }

.home .goal p {
  font-weight: 500; }

/* ---------------- Homepage-------------*/
.home-info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto; }

.event-box {
  flex-basis: 33%;
  width: 33%;
  background: #40AAB8;
  transition: .2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 799px) {
    .event-box {
      flex-basis: 100%;
      width: 100%;
      margin-bottom: 15px; } }
  .event-box:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }

.newsletter-signup-box {
  height: 48.5%;
  background: #40AAB8; }
  .newsletter-signup-box:hover a h4 {
    text-decoration: underline; }

.newsletter-archive-box {
  height: 48.5%;
  background-color: #3b4655; }
  .newsletter-archive-box:hover a h4 {
    text-decoration: underline; }

.event-box h4 {
  transition: .3s; }

.news-list {
  flex-basis: 66%;
  width: 66%;
  background: #D4E458; }
  @media (max-width: 799px) {
    .news-list {
      flex-basis: 100%;
      width: 100%;
      width: calc(100% - 30px);
      margin: auto;
      margin-bottom: 15px; } }
.home-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px; }

.intro-left {
  flex-basis: 60%;
  width: 60%;
  padding: 20px 20px 20px 0; }
  @media (max-width: 959px) {
    .intro-left {
      width: 100%;
      flex-basis: 100%;
      padding-right: 0; } }
.intro-map {
  flex-basis: 38%;
  width: 38%; }
  @media (max-width: 959px) {
    .intro-map {
      width: 50%;
      flex-basis: 50%;
      margin: auto; } }
  @media (max-width: 599px) {
    .intro-map {
      flex-basis: 100%;
      width: 100%; } }
.home .home-info-box a.event-link.arrow-link:after {
  top: -7px; }

/* ---------------- News section -------------*/
.latest-news {
  padding: 5px 25px;
  margin-bottom: 5px; }
  .latest-news ul {
    padding-inline-start: 0; }

.latest-news .divider {
  margin-bottom: 10px; }

.news-block {
  min-height: 325px; }

.news-block li {
  background: white;
  padding: 15px;
  margin-bottom: 2px;
  list-style-type: none; }
  .news-block li:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18); }

.news-block li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; }

/* ---------------- Homepage Event blocks -------------*/
.event-single {
  position: relative;
  position: relative;
  transition: .2s; }

.events-slider .wrapper:not(.events-footer) {
  padding: 30px 15px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 15px;
  display: grid; }

.event-header {
  padding: 20px 20px 0px; }
  .event-header H4 {
    margin-top: 0; }

.event-title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0; }

.event-info {
  padding: 10px 20px 20px 20px; }
  .event-info p {
    line-height: 1.4em; }

.event-info i {
  width: 25px;
  color: #fff;
  font-size: 18px; }

.event-time, .event-location, .event-price {
  display: inline-block;
  display: flex;
  align-items: start; }

a.event-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500; }

.event-info p {
  color: #fff;
  font-weight: 300;
  margin: 0;
  max-width: 90%;
  max-width: calc(100% - 25px); }

.event-info span {
  margin-bottom: 5px;
  display: flex;
  align-items: center; }

.event-date {
  color: #fff; }

.news-more {
  display: flex;
  justify-content: space-between; }

.news-more > a {
  position: relative; }

.news-more h5 {
  margin: 1em 0 0;
  padding-right: 25px; }

.news-more a.arrow-link:after {
  position: absolute;
  right: -5px;
  top: 7px; }

.header {
  padding: 0 1em; }

.entry-content {
  padding: 0 1em; }

.entry-content p a {
  text-decoration: underline; }

#container {
  margin-top: 100px; }
  @media (max-width: 959px) {
    #container {
      margin-top: 0 !important; } }
@media (max-width: 959px) {
  .home #container {
    padding-left: 0px;
    padding-right: 0px; } }

/* General Page settings */
.page-layout article, .vision-page article, .milestones-page article, .archive-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .page-layout article, .vision-page article, .milestones-page article, .archive-page {
      justify-content: space-evenly; } }
main#content {
  max-width: 1400px;
  margin: auto; }

.sub-menu-sidebar {
  flex-basis: 20%;
  width: 20%;
  margin-left: 10px;
  margin-top: 40px; }
  @media (max-width: 1199px) {
    .sub-menu-sidebar {
      display: none;
      flex-basis: 100%;
      width: 100%;
      margin-left: 0;
      margin-top: 0; } }
@media (max-width: 1199px) {
  .archive-page .sub-menu-sidebar {
    display: none; } }

.main-content {
  flex-basis: 75%;
  width: 75%;
  margin-top: 24px;
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .main-content {
      flex-basis: 75%;
      width: 75%;
      margin-top: 0; } }
  @media (max-width: 959px) {
    .main-content {
      flex-basis: 100%;
      width: 100%; } }
.vision-page .main-content, .contact-page .main-content {
  flex-basis: 55%;
  width: 55%; }
  @media (max-width: 1199px) {
    .vision-page .main-content, .contact-page .main-content {
      flex-basis: 70%;
      width: 70%; } }
  @media (max-width: 959px) {
    .vision-page .main-content, .contact-page .main-content {
      flex-basis: 100%;
      width: 100%; } }
.page-sidebar {
  flex-basis: 20%;
  width: 20%;
  margin-top: 120px;
  margin-bottom: 0;
  margin-right: 10px; }
  @media (max-width: 1199px) {
    .page-sidebar {
      flex-basis: 25%;
      width: 25%;
      margin-top: 97px; } }
  @media (max-width: 959px) {
    .page-sidebar {
      flex-basis: 100%;
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      padding: 0 15px; } }
  .page-sidebar h5 {
    font-size: 13px;
    color: #454f5c;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px; }

.page-sidebar ul {
  padding: 0; }

.page-sidebar ul li {
  padding: 5px 0; }

.page-sidebar ul li p, .page-sidebar ul li a, .page-sidebar ul li {
  padding: 0;
  color: #454f5c;
  font-size: 13px;
  line-height: 24px; }

.page-sidebar ul li i {
  color: #95acb8;
  margin-right: 9px; }

/* ----------- Inner page left sidebar ---------------- */
.sub-menu-sidebar ul.menu {
  padding: 0; }
  @media (max-width: 1199px) {
    .sub-menu-sidebar ul.menu {
      display: flex;
      justify-content: space-evenly; } }
  .sub-menu-sidebar ul.menu li {
    padding: 8px 0;
    border-bottom: 1px solid #d8d8d8; }
    @media (max-width: 1199px) {
      .sub-menu-sidebar ul.menu li {
        display: inline-block;
        border-bottom: 3px solid #e8e8e8;
        flex: 1;
        display: flex;
        justify-content: center;
        position: relative;
        background: white; } }
    .sub-menu-sidebar ul.menu li a {
      font-size: 12px;
      font-weight: 500;
      color: #5e7a87;
      text-transform: uppercase; }
      .sub-menu-sidebar ul.menu li a:hover {
        color: #4599a6; }

@media (max-width: 599px) {
  .sub-menu-sidebar ul li.current_page_item a {
    color: white; } }

.sub-menu-sidebar ul.menu li:first-of-type {
  border-top: 1px solid #d8d8d8; }
  @media (max-width: 1199px) {
    .sub-menu-sidebar ul.menu li:first-of-type {
      border-top: none; } }
@media (max-width: 1199px) {
  .sub-menu-sidebar ul.menu li.current_page_item, .sub-menu-sidebar ul.menu li.current_page_item, .sub-menu-sidebar ul.menu li:hover {
    border-color: black; } }

@media (max-width: 1199px) {
  .sub-menu-sidebar ul.menu li.current_page_item:after {
    content: ' ';
    width: 12px;
    height: 12px;
    background: black;
    position: absolute;
    transform: rotate(45deg);
    bottom: -7px;
    z-index: -1; } }

.sub-menu-sidebar ul.menu .current_page_item a {
  font-weight: bold; }

.trail-segments .current-menu-item a {
  font-weight: bold; }

.sub-menu-sidebar > h3 {
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #454f5c;
  text-align: left;
  line-height: 36px;
  font-size: 28px; }
  @media (max-width: 1199px) {
    .sub-menu-sidebar > h3 {
      margin-top: 0px;
      margin-bottom: 0;
      background: #e8e8e8;
      padding: 3px 15px; } }
/* ------- Mobile dropdown secondary menus ------ */
.mobile-toggle {
  display: none; }

@media (max-width: 599px) {
  .sub-menu-sidebar ul li.menu-item, .trail-segments ul li.menu-item {
    display: none;
    width: 100%;
    text-align: center;
    flex: unset; }
  .mobile-dropdown.sub-menu-sidebar ul li.menu-item, .mobile-dropdown.trail-segments ul li.menu-item {
    display: block;
    width: 100% !important;
    text-align: center;
    flex: unset; }
  .sub-menu-sidebar ul li.menu-item.current-menu-item, .trail-segments ul li.menu-item.current-menu-item {
    display: block;
    text-align: center;
    background: #435060;
    order: -1; }
  .sub-menu-sidebar ul li.menu-item::after, .trail-segments ul li.menu-item::after {
    display: none; }
  .sub-menu-sidebar ul.menu, .trail-segments ul.menu {
    flex-wrap: wrap;
    margin: 0; }
  .vision-page ul li.current-menu-item a {
    color: white; }
  .mobile-toggle {
    display: initial;
    width: 75px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer; }
  .trail-segments .mobile-toggle {
    top: -1px;
    font-size: 25px; }
  .sub-menu-sidebar, .trail-segments {
    position: relative; } }

hr {
  height: 0px;
  overflow: visible;
  width: 111px;
  border-top: 1px solid white;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.page-featured-image img {
  object-fit: cover;
  max-height: 344px;
  width: 100%;
  object-position: center; }

/* TIMELINE - milestones page */
* {
  box-sizing: border-box; }

/* Set a background color */
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }

.container:nth-of-type(2n + 1) .content:after {
  content: ' ';
  width: 1px;
  height: 80%;
  height: -webkit-fill-available;
  height: calc(100% - 60px);
  border-right: 2px dotted #b5c2c8;
  position: absolute;
  right: -39px;
  top: -14px; }
  @media (max-width: 799px) {
    .container:nth-of-type(2n + 1) .content:after {
      display: none; } }
.container:nth-of-type(2n + 2) .content:after {
  content: ' ';
  width: 1px;
  height: 80%;
  height: -webkit-fill-available;
  height: calc(100% - 60px);
  border-right: 2px dotted #b5c2c8;
  position: absolute;
  left: -43px;
  top: -14px; }
  @media (max-width: 799px) {
    .container:nth-of-type(2n + 2) .content:after {
      display: none; } }
.container:last-of-type .content:after {
  content: none; }

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-top: -76px; }
  @media (max-width: 799px) {
    .container {
      width: 100%;
      position: relative;
      display: block;
      left: 0 !important;
      margin: 30px 0; } }
/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -8px;
  background-color: white;
  border: 4px solid black;
  top: -13px;
  border-radius: 50%;
  z-index: 1;
  transition: .3s; }

.container:hover:after {
  box-shadow: 2px 6px 11px #00000047; }

.container:hover .content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5); }

/* Place the container to the left */
.container:nth-of-type(2n + 1) {
  left: 0; }

/* Place the container to the right */
.container:nth-of-type(2n + 2) {
  left: 50%; }

.timeline .content a, .timeline .content p {
  display: inline; }

.timeline .content a {
  font-weight: 500; }

/* -------------- Dashed line pointer */
.container:nth-of-type(2n + 2)::before {
  content: " ";
  height: 6px;
  position: absolute;
  top: -8px;
  width: 30px;
  z-index: 0;
  left: 8px;
  border-bottom: 2px dotted #b5c2c8; }

.container:nth-of-type(2n + 1)::before {
  content: " ";
  height: 6px;
  position: absolute;
  top: -8px;
  width: 30px;
  z-index: 0;
  right: 8px;
  border-bottom: 2px dotted #b5c2c8; }

/* Fix the circle for containers on the right side */
.container:nth-of-type(2n + 2)::after {
  left: -12px; }

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 0px;
  border-top: 6px solid #41a7ff;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.18);
  transition: .3s; }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px; }
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent; }
  /* Make sure all circles are at the same spot */
  .container:nth-of-type(2n + 2)::after, .container:nth-of-type(2n + 2)::after {
    left: 15px; }
  /* Make all right containers behave like the left ones */
  .container:nth-of-type(2n + 1) {
    left: 0%; } }

.timeline h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #454f5c;
  text-align: left;
  line-height: 26px;
  font-size: 20px;
  text-transform: uppercase; }

.main-content .timeline {
  padding: 130px 0 40px;
  background: #f4f6f7;
  margin-bottom: 80px;
  border-radius: 6px; }
  @media (max-width: 799px) {
    .main-content .timeline {
      padding: 30px 0 40px; } }
.container-date {
  background: pink;
  position: absolute;
  padding: 2px;
  z-index: 2;
  width: 127px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 799px) {
    .container-date {
      right: initial;
      left: 40px; } }
@media (max-width: 799px) {
  .container:after, .container:before, .timeline::after {
    display: none; } }

.container:nth-of-type(2n + 1) .container-date {
  top: -22px;
  right: 40px; }

.container:nth-of-type(2n + 2) .container-date {
  top: -22px;
  left: 40px; }

.container-date p {
  color: white;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase; }

.timeline .container:nth-of-type(2n + 2) .container-date p {
  color: black; }

.container-date {
  background: #40AAB8; }

.container-date:after {
  content: ' ';
  background: inherit;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 9;
  transform: rotate(45deg);
  left: 0;
  margin: auto;
  bottom: -13px;
  right: 0;
  z-index: 1; }

.timeline .content {
  border-color: #40AAB8; }

.timeline .container:nth-of-type(4n + 1) .container-date {
  background: #40AAB8; }

.timeline .container:nth-of-type(4n + 1) .content, .container:nth-of-type(4n+ 1):after {
  border-color: #40AAB8; }

.timeline .container:nth-of-type(4n + 2) .container-date {
  background: #8AD8ED; }

.timeline .container:nth-of-type(4n + 2) .content, .container:nth-of-type(4n+2):after {
  border-color: #8AD8ED; }

.timeline .container:nth-of-type(4n + 3) .container-date {
  background: #8FD16A; }

.timeline .container:nth-of-type(4n + 3) .content, .container:nth-of-type(4n + 3):after {
  border-color: #8FD16A; }

.timeline .container:nth-of-type(4n + 4) .container-date {
  background: #D4E458; }

.timeline .container:nth-of-type(4n + 4) .content, .container:nth-of-type(4n + 4):after {
  border-color: #D4E458; }

/* Vision Page - Goals */
.vision-goals .goal {
  background: white; }

.vision-goals p.goal-number {
  color: white;
  background: #5E7A87;
  min-width: 50px;
  text-align: center;
  font-size: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px; }

.vision-goals-box .goal {
  width: 100%; }

/* Vision - Concept Plan and Dev guide*/
.concept-link {
  background: #7c98a2;
  border: 4px solid #95acb8;
  padding: 8px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px; }

.concept-link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white; }

.concept-link img {
  max-width: 20px;
  left: 10px;
  position: absolute; }

.concept-link a i {
  margin-right: 10px;
  color: white;
  left: 10px;
  position: absolute;
  font-size: 20px; }

.concept-link a p {
  color: white;
  margin: 0;
  font-weight: 600;
  line-height: 1.6; }

/* Trail Benefits list */
.benefit-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px; }

.benefit-text {
  width: 70%;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .benefit-text p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    font-weight: bold; }

.benefit-icon {
  width: 30%;
  flex-basis: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d2d2d2; }

.benefit-item:nth-child(odd) {
  flex-direction: row-reverse; }

.benefit-item:nth-child(odd) .benefit-icon:after {
  content: ' ';
  width: 15px;
  height: 15px;
  background: #d2d2d2;
  right: -5px;
  position: absolute;
  transform: rotate(45deg); }

.benefit-item:nth-child(even) .benefit-icon:after {
  content: ' ';
  width: 15px;
  height: 15px;
  background: #d2d2d2;
  left: -5px;
  position: absolute;
  transform: rotate(45deg); }

.benefit-icon {
  padding: 10px;
  height: 90px;
  position: relative; }

.benefit-icon i {
  color: white;
  font-size: 45px; }

.benefit-item:nth-child(4n + 1) {
  background: #f9fbe8; }

.benefit-item:nth-child(4n + 1) .benefit-icon, .benefit-item:nth-child(4n + 1) .benefit-icon:after {
  background: #d9e466; }

.benefit-item:nth-child(4n + 2) {
  background: #edf5ea; }

.benefit-item:nth-child(4n + 2) .benefit-icon, .benefit-item:nth-child(4n + 2) .benefit-icon:after {
  background: #88bc72; }

.benefit-item:nth-child(4n + 3) {
  background: #e3f0f2; }

.benefit-item:nth-child(4n + 3) .benefit-icon, .benefit-item:nth-child(4n + 3) .benefit-icon:after {
  background: #4599a6; }

.benefit-item:nth-child(4n + 4) {
  background: #eff9fc; }

.benefit-item:nth-child(4n + 4) .benefit-icon, .benefit-item:nth-child(4n + 4) .benefit-icon:after {
  background: #96d9ea; }

/* Contact Form Page*/
div#frm_form_1_container {
  background: #f4f6f7;
  padding: 20px; }

.individual-contact {
  margin: 25px 0;
  border-top: 1px solid #eef1f3; }

.frm_style_formidable-style.with_frm_style .frm_primary_label {
  font-size: 11px;
  color: #454f5c;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Montserrat"; }

/* -------------Single Post--------------- */
.single div#container {
  padding-bottom: 100px; }

.single-post h2.entry-title {
  font-weight: 500;
  color: #5e7a87;
  text-align: left;
  line-height: 48px;
  font-size: 34px; }
  @media (max-width: 599px) {
    .single-post h2.entry-title {
      line-height: 37px;
      font-size: 28px; } }
/* category boxes */
.categories a {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  border: 1px solid #d9e465;
  margin-right: 8px;
  padding: 5px 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  display: inline-block; }
  @media (max-width: 599px) {
    .categories a {
      font-size: 12px;
      line-height: 17px;
      margin-bottom: 5px;
      margin-right: 2px;
      padding: 3px 4px; } }
/* -------------Archive Pages--------------- */
.blog .trail-segments, .category .trail-segments, .blog h1.entry-title, .category h1.entry-title, .blog .category.description, .category .category-description {
  margin-right: 15px; }
  @media (max-width: 959px) {
    .blog .trail-segments, .category .trail-segments, .blog h1.entry-title, .category h1.entry-title, .blog .category.description, .category .category-description {
      margin-left: 15px; } }
.categories a:hover {
  background: #d9e465; }

span.date {
  background: #f4f6f7;
  font-size: 12px;
  padding: 5px 10px;
  color: #5e7a87;
  font-weight: 600;
  float: left;
  margin-right: 12px; }

.archive-page h2.entry-title {
  font-size: 18px;
  color: #5e7a87; }

.archive-page article {
  padding: 25px 0;
  border-bottom: 1px solid #eef1f3; }
  @media (max-width: 1199px) {
    .archive-page article {
      padding: 25px 15px; } }
.archive-page .trail-segments .current-menu-item {
  font-weight: bold;
  border-bottom: 6px solid #d9e465; }
  @media (max-width: 599px) {
    .archive-page .trail-segments .current-menu-item {
      border-width: 0px; } }
.category-description {
  border: 2px solid dimgrey;
  padding: 10px 25px;
  background: #e8e8e8; }

/* Trail Pages */
.trail-segments ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0; }

.trail-segments ul li {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 3px solid lightgray;
  margin-left: 1px;
  margin-right: 1px;
  flex: 1;
  padding: 0px 26px 8px;
  line-height: 1.35;
  transition: .3s; }
  @media (max-width: 959px) {
    .trail-segments ul li {
      padding: 0 12px 8px; } }
  @media (max-width: 799px) {
    .trail-segments ul li {
      padding: 0 2px 8px; } }
  @media (max-width: 599px) {
    .trail-segments ul li {
      padding: 8px 0; } }
  .trail-segments ul li:hover {
    border-color: #d9e465; }

.trail-segments ul#menu-trails li:hover {
  border-color: #4599a6; }

@media (max-width: 599px) {
  .trail-segments li.current-menu-item a {
    color: white; } }

.page-template-page-trails .trail-segments ul li.current-menu-item {
  border-bottom: 6px solid #4599a6; }
  @media (max-width: 599px) {
    .page-template-page-trails .trail-segments ul li.current-menu-item {
      border-width: 0; } }
.trail-segments {
  margin-bottom: 30px; }

.category-13 .trail-segments, .category-14 .trail-segments {
  display: none; }

@media (max-width: 1199px) {
  .trails-page .sub-menu-sidebar {
    display: none; } }

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

.main-content ul#menu-trails {
  list-style-type: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

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

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0; }

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ------------- Accordion -------------*/
/* Style default block button */
.wp-block-button__link {
  background-color: #7c98a2;
  border-radius: 0;
  border: 2px solid #95acb8;
  font-size: 14px;
  font-weight: 500; }

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: white;
  color: #5E7A87;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 18px;
  font-weight: 500; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: white; }

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden; }

.accordion-single {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px; }

.accordion-single:first-of-type {
  border-top: 1px solid #d4d4d4; }

.accordion-single .accordion {
  font-family: 'proxima-nova';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #5E7A87;
  padding-right: 50px;
  position: relative; }

.accordion-container {
  margin-top: 50px;
  margin-bottom: 50px; }

.accordion i {
  float: right; }

.panel .partner-links {
  max-width: 600px; }

.panel .partner-links a {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #30567E;
  line-height: 21px;
  font-weight: 400; }
  @media (max-width: 599px) {
    .panel .partner-links a {
      width: 100%; } }
.partner-links li {
  color: #30567E; }

.accordion-single .accordion:hover, .accordion-single .accordion:focus {
  outline: #7c98a2 solid thin; }

.accordion-single .accordion::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  float: right;
  position: absolute;
  right: 17px; }

.accordion-single .panel {
  display: none;
  padding: 5px 20px; }

.accordion-single.active .accordion::after {
  content: "\f077"; }

.accordion-single.active .panel {
  display: block; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

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

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat";
  color: #4A4A4A; }

#wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto; }

#content .entry-content {
  padding: 0 1em;
  max-width: 1200px;
  margin: auto; }

.wrapper {
  position: relative; }

.group:after {
  content: "";
  display: table;
  clear: both; }

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

.divider {
  height: 4px;
  width: 86px;
  margin: 10px 0; }

.divider.center {
  margin: 10px auto; }

.blue {
  background: #40AAB8; }

.gray, .grey {
  background: #435060; }

.light-transparent {
  background: rgba(255, 255, 255, 0.45); }

/* --- General ---------- */
iframe {
  max-width: 100%; }

a.button, input#give-purchase-button {
  background: #40AAB8;
  padding: 5px 15px;
  border: 1px solid #8AD8ED;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transition: .2s;
  -o-transition: .2s;
  font-size: 14px;
  transition: .2s;
  padding: 10px 30px;
  text-decoration: none; }

a.button:hover, input#give-purchase-button:hover {
  color: #435060;
  background: #8AD8ED; }

p.cta-btn {
  margin: 16px 0; }

.entry-content p a.button {
  text-decoration: none; }

#mc_embed_signup .button {
  background: #40AAB8 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 15px !important;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0 !important;
  height: 40px !important;
  padding: 0 15px !important;
  border: 2px solid #8AD8ED !important; }

a.button:hover, #mc_embed_signup .button:hover {
  background: #8AD8ED;
  color: #435060; }

.button.yellow {
  background: #D4E458;
  border: none;
  color: #435060; }

.button.yellow:hover {
  background: #8AD8ED;
  border: none;
  color: #435060; }

.button.darkblue {
  background: #40AAB8;
  border: none;
  color: white; }

.button.lightblue {
  background: #8AD8ED;
  border: none;
  color: #435060; }

.button.lightblue:hover {
  background: #D4E458;
  border: none;
  color: #435060; }

.cta-button a {
  background: #74a95e;
  margin: 20px;
  text-align: center;
  color: white !important;
  font-weight: 600; }

.hide-desktop {
  display: none; }
  @media (max-width: 959px) {
    .hide-desktop {
      display: block; } }
.wp-block-image {
  margin: 0;
  padding: 0; }

.mts {
  margin-top: 10px; }

.mtm {
  margin-top: 20px; }

.mtl {
  margin-top: 40px; }

.mbs {
  margin-bottom: 10px; }

.mbm {
  margin-bottom: 20px; }

.mbl {
  margin-bottom: 40px; }

ul {
  list-style-type: none; }

.main-content ul {
  list-style-type: disc; }

/* Temp PARTNERS page code */
.page-id-25 .wp-block-column img {
  max-height: 200px;
  width: auto; }

body:not(.home) .news-list {
  flex-basis: 100%;
  width: 100%;
  width: calc(100% - 30px);
  margin: auto;
  margin-bottom: 15px;
  background: #d9e465; }

/* ------------ Add Arrow to link with class .arrow-link ----------- */
a.arrow-link:after, .sub-menu-sidebar ul.menu > li a:after {
  content: " \f061 ";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 1px solid;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0;
  margin-top: 7px; }
  @media (max-width: 959px) {
    a.arrow-link:after, .sub-menu-sidebar ul.menu > li a:after {
      display: none; } }
.event-info a.arrow-link:after {
  right: -23px; }

i.fas.fa-arrow-right {
  transition: .2s; }

a:hover i.fas.fa-arrow-right {
  transform: scale(1.2);
  transition: .2s; }

.sub-menu-sidebar ul.menu > li a:after {
  position: initial; }

a.arrow-link:hover:after, .sub-menu-sidebar ul.menu > li:hover a:after, .sub-menu-sidebar .menu .menu-item:hover a:after {
  opacity: 1; }

.sub-menu-sidebar ul.menu > li a:after {
  float: right; }

/* ------------- Pagination ----------*/
.pagination {
  margin: 50px auto;
  padding-left: 15px; }

.page-numbers:not(.prev):not(.next) {
  border: 1px solid #435060;
  width: 34px;
  line-height: 32px;
  border-radius: 100%;
  display: inline-block;
  text-align: center; }

.page-numbers.current, .page-numbers:not(.prev):not(.next):hover {
  color: white;
  background: #435060; }

/* Events Archive */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 40px; }

.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium a.tribe-events-c-ical__link {
  display: none; }

body.post-type-archive-tribe_events button.tribe-common-c-btn.tribe-events-c-search__button {
  background: #40AAB8;
  padding: 5px 15px;
  border: 1px solid #8AD8ED;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transition: .2s;
  -o-transition: .2s;
  font-size: 14px;
  transition: .2s;
  padding: 10px 30px;
  margin-right: 8px; }

body.post-type-archive-tribe_events button.tribe-common-c-btn.tribe-events-c-search__button:hover {
  background: #8AD8ED;
  color: #435060; }

body.post-type-archive-tribe_events .tribe-events .tribe-events-c-ical__link {
  color: #435060;
  border-color: #435060;
  border-radius: 0; }

form#mc-embedded-subscribe-form {
  padding: 0; }

/* Donate Page */
[id*=give-form] .give-recurring-donors-choice {
  margin-bottom: 0; }

.donation-message {
  margin-bottom: 25px; }

.page-id-35 .give-form-title {
  display: none; }

form.give-form label.give-label {
  display: none; }

.give-input {
  font-size: 16px; }

/* Hide Date selector "Now Onwards" */
.tribe-events-c-top-bar__datepicker {
  display: none; }

/* Hide Events from menu when there are no events */
.noevents .no-events-hide {
  display: none; }

.noevents ~ .mobmenu-panel .no-events-hide {
  display: none !important; }
