/*
	Theme Name: TART Trails
	Version: 1.3.1
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

h1 {
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.333em;
  margin: 15px 0;
}
@media (min-width: 48em) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: "termina", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.136em;
  color: #F37735;
}
@media (min-width: 48em) {
  h2 {
    font-size: 27px;
  }
}

h3 {
  font-family: "termina", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.136em;
  color: #F37735;
}
@media (min-width: 48em) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-family: "termina", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.136em;
}
@media (min-width: 48em) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-family: "termina", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.136em;
}
@media (min-width: 48em) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "termina", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.136em;
}
@media (min-width: 48em) {
  h6 {
    font-size: 18px;
  }
}

h5 + p {
  margin-top: 0;
}

h3 + h4 {
  margin-top: 0;
}

p.callout {
  font-size: 22px;
  line-height: 1.4em;
  margin: 9px 0;
}
@media (min-width: 43.75em) {
  p.callout {
    font-size: 24px;
  }
}

p {
  font-size: 17px;
  line-height: 1.412em;
  letter-spacing: 0.15px;
}

ul,
ol {
  font-size: 17px;
}

a {
  color: #F37735;
  font-weight: bold;
}
a:hover, a:focus {
  text-decoration: underline;
  color: black;
}

.button {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 1.3em;
  background-color: #fff;
  color: #F37735;
  border: 2px solid #F37735;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5em 10px;
}
.button:after {
  content: " >";
}
.button:hover, .button:focus {
  background-color: #F37735;
  color: #fff;
  text-decoration: none;
}
.button.filled {
  border: 2px solid #F37735;
  background-color: #F37735;
  color: white;
}
.button.filled:hover, .button.filled:focus {
  background-color: white;
  color: #F37735;
}

strong {
  font-weight: bold;
}

.adr {
  font-size: 17px;
  line-height: 1.412em;
  letter-spacing: 0.15px;
}

html {
  font-family: "roboto", sans-serif;
  color: #3E3E3E;
  line-height: 1.167em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  position: relative;
}

.content-container {
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content-container.full-width {
  max-width: 1440px;
}

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

.utility-nav {
  display: flex;
  font-family: "termina", sans-serif;
  padding: 0.5em 0.5em 0;
}
@media (min-width: 48em) {
  .utility-nav {
    padding: 0;
    background-color: #F37735;
    margin-bottom: 31px;
    display: flex;
  }
}
.utility-nav .mobile-logo {
  width: 20%;
  margin-bottom: -7%;
  max-width: 100px;
}
@media (min-width: 48em) {
  .utility-nav .mobile-logo {
    display: none;
  }
}
.utility-nav .custom-logo-link {
  width: 100%;
}
.utility-nav .custom-logo-link img {
  width: 100%;
  height: auto;
}
.utility-nav .social-media {
  display: none;
  margin-left: 1em;
}
@media (min-width: 48em) {
  .utility-nav .social-media {
    display: inline-block;
  }
}
.utility-nav .social-media a:hover, .utility-nav .social-media a:focus {
  background-color: #FFA300;
  opacity: 1;
}
.utility-nav nav {
  margin-left: auto;
}
.utility-nav nav .desktop-only {
  display: none;
}
@media (min-width: 48em) {
  .utility-nav nav .desktop-only {
    display: inline-block;
  }
}
@media (min-width: 48em) {
  .utility-nav nav .mobile-only {
    display: none;
  }
}
.utility-nav nav a {
  color: #F37735;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block;
  padding: 0 0.7em;
}
@media (min-width: 48em) {
  .utility-nav nav a {
    color: white;
    font-size: 16px;
  }
}
.utility-nav nav a:hover, .utility-nav nav a:focus {
  text-decoration: none;
  background-color: #FFA300;
}
.utility-nav .donate-now {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  padding: 0 0.7em;
}
@media (min-width: 48em) {
  .utility-nav .donate-now {
    background-color: #00463C;
    color: white;
    padding: 11px 30px;
    margin-bottom: -20px;
    text-align: center;
    font-size: 17px;
    font-family: "termina", sans-serif;
    max-width: 154px;
    line-height: unset;
  }
  .utility-nav .donate-now:hover, .utility-nav .donate-now:focus {
    text-decoration: none;
    background-color: #009776;
  }
}
.utility-nav .donate-now span {
  display: none;
}
@media (min-width: 48em) {
  .utility-nav .donate-now span {
    display: inline;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 35px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 4px;
  background-color: #F37735;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.site-menu-control {
  padding: 0;
  line-height: 20px;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: 10px;
  border: 0;
}
@media (min-width: 48em) {
  .site-menu-control {
    display: none;
  }
}
.site-menu-control button {
  border: none;
  padding: 5px 2px;
  color: #F37735;
  font-size: 15px;
  background-color: transparent;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 25px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #F37735;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

#site-header {
  max-width: 1440px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 150;
}
@media (min-width: 48em) {
  #site-header {
    padding-bottom: 21px;
  }
}
#site-header a {
  text-decoration: none;
}

#site-footer {
  background-color: #F2F1EF;
  padding: 3em 0 2em;
}
#site-footer .content-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
}
#site-footer .content-container > div {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 34.375em) {
  #site-footer .content-container > div {
    width: 50%;
    text-align: left;
  }
}
@media (min-width: 43.75em) {
  #site-footer .content-container > div {
    width: 33%;
  }
}
#site-footer .content-container .column-1 {
  color: #F37735;
}
#site-footer .content-container .column-1 p {
  margin: 0.8em 0;
  font-size: 20px;
}
#site-footer .content-container .column-1 .phone,
#site-footer .content-container .column-1 .email {
  margin: 0;
}
#site-footer .content-container .column-2 {
  width: 100%;
  text-align: center;
}
@media (min-width: 43.75em) {
  #site-footer .content-container .column-2 {
    width: 33%;
    order: 2;
  }
}
@media (min-width: 34.375em) {
  #site-footer .content-container .column-3 {
    text-align: right;
  }
}
@media (min-width: 43.75em) {
  #site-footer .content-container .column-3 {
    order: 3;
  }
}
#site-footer .content-container .donate-now {
  margin: 0.8em 0;
  display: inline-block;
  text-decoration: none;
  padding: 1.5em 1em;
  background-color: #00463C;
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-family: "termina", sans-serif;
  text-transform: uppercase;
}
#site-footer .content-container .donate-now:hover, #site-footer .content-container .donate-now:focus {
  text-decoration: none;
  background-color: #009776;
}
#site-footer .content-container .social-media {
  margin-top: 2em;
}
#site-footer .content-container .social-media li {
  margin: 0 0.75em;
}
@media (min-width: 34.375em) {
  #site-footer .content-container .social-media li {
    margin-left: 1.5em;
    margin-right: 0;
  }
}

.support-footer {
  background-color: #F37735;
  padding: 3.5em 0;
  color: white;
}
.support-footer h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
@media (min-width: 48em) {
  .support-footer h2 {
    font-size: 32px;
  }
}
@media (min-width: 64em) {
  .support-footer h2 {
    font-size: 45px;
  }
}
.support-footer h2:after {
  content: "";
  display: block;
  width: 200px;
  border-top: dashed 6px #fff;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.support-footer p {
  font-size: 20px;
}
.support-footer .content-container {
  padding: 0 1em;
}
.support-footer .button {
  padding-left: 2em;
  padding-right: 2em;
}

.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 40px;
}
.social-media li {
  display: inline-block;
}
.social-media a {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.social-media a:hover, .social-media a:focus {
  opacity: 0.3;
}
.social-media a[href*=facebook] {
  background-image: url("./images/icn_facebook-white.png");
}
.social-media a[href*=youtube] {
  background-image: url("./images/icn_youtube-white.png");
}
.social-media a[href*=instagram] {
  background-image: url("./images/icn_instagram-white.png");
}
.social-media a[href*=twitter] {
  background-image: url("./images/icn_twitter-white.png");
}
.social-media a[href*=flickr] {
  background-image: url("./images/icn_flickr-white.png");
}
.social-media.orange a[href*=facebook] {
  background-image: url("./images/icn_facebook-orange.png");
}
.social-media.orange a[href*=youtube] {
  background-image: url("./images/icn_youtube-orange.png");
}
.social-media.orange a[href*=instagram] {
  background-image: url("./images/icn_instagram-orange.png");
}
.social-media.orange a[href*=twitter] {
  background-image: url("./images/icn_twitter-orange.png");
}
.social-media.orange a[href*=flickr] {
  background-image: url("./images/icn_flickr-orange.png");
}

#menu {
  display: none;
  position: relative;
  background-color: #F37735;
  padding: 10px;
}
#menu.toggled {
  display: block;
}
@media (min-width: 48em) {
  #menu {
    padding: 0;
    background-color: transparent;
    display: flex;
  }
}
#menu .custom-logo-link {
  display: none;
  width: 20%;
  margin: 0 0.5em;
}
@media (min-width: 48em) {
  #menu .custom-logo-link {
    display: block;
    width: 85px;
    order: -1;
    margin: 0 0.1em;
    margin-bottom: -80px;
  }
}
@media (min-width: 51.875em) {
  #menu .custom-logo-link {
    width: 156px;
    margin-bottom: -100px;
    order: 0;
  }
}
#menu .custom-logo-link img {
  width: 100%;
  height: auto;
}
#menu .mega-block-title {
  margin-top: 1.5em !important;
}
@media (min-width: 48em) {
  #menu .mega-block-title {
    margin-top: 0 !important;
  }
}
#menu .desktop-only {
  display: none;
}
@media (min-width: 48em) {
  #menu .desktop-only {
    display: inline-block;
  }
}
@media (min-width: 48em) {
  #menu .mobile-only {
    display: none;
  }
}

#mega-menu-wrap-main-menu-left {
  margin-left: auto;
}

@media (min-width: 48em) {
  #mega-menu-wrap-main-menu-left #mega-menu-main-menu-left li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-main-menu-left #mega-menu-main-menu-right li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-main-menu-right #mega-menu-main-menu-left li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-main-menu-right #mega-menu-main-menu-right li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}
@media (min-width: 51.875em) {
  #mega-menu-wrap-main-menu-left,
#mega-menu-wrap-main-menu-right {
    width: 50%;
  }
}

.layout-rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-rows .cta {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2em;
  text-decoration: none;
}
@media (min-width: 48em) {
  .layout-rows .cta {
    width: 49%;
  }
}
.layout-rows .cta.wide {
  width: 100%;
}
.layout-rows .cta p,
.layout-rows .cta h3 {
  color: #fff;
}
.layout-rows .cta h3 {
  margin-top: 0;
  font-size: 28px;
}
@media (min-width: 51.875em) {
  .layout-rows .cta h3 {
    font-size: 35px;
  }
}
.layout-rows .cta p {
  font-size: 19px;
}
@media (min-width: 51.875em) {
  .layout-rows .cta p {
    font-size: 22px;
  }
}
.layout-rows .cta span {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: "termina", sans-serif;
  display: block;
  font-size: 19px;
}
.layout-rows .cta span:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto 0 10px;
  width: 58px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arw_right-lt-orange.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .layout-rows .cta span:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right-lt-orange@2x.png");
    background-size: 58px 50px;
  }
}
.layout-rows .cta .text {
  height: 100%;
  padding: 2.5em;
  background-color: rgba(146, 143, 124, 0.85);
}
.layout-rows a.cta:hover, .layout-rows a.cta:focus {
  text-decoration: none;
}
.layout-rows a.cta:hover .text, .layout-rows a.cta:focus .text {
  background-color: rgba(237, 110, 0, 0.85);
}
.layout-rows .quote-container {
  padding: 2em;
  display: block;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2em;
  justify-content: center;
  align-items: center;
}
@media (min-width: 48em) {
  .layout-rows .quote-container {
    width: 49%;
  }
}
.layout-rows .quote-container .quote {
  font-size: 28px;
  color: #00463C;
  font-family: "termina", sans-serif;
  line-height: 1.1em;
}
@media (min-width: 51.875em) {
  .layout-rows .quote-container .quote {
    font-size: 35px;
  }
}
.layout-rows .quote-container span {
  margin-top: 1em;
  color: #F37735;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 51.875em) {
  .layout-rows .quote-container span {
    font-size: 24px;
  }
}

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

.tribe-events-single .page-header.has-header-image .title-text {
  display: none;
}

#tribe-events-content .tribe-block.tribe-block__event-website a {
  width: auto !important;
}

.wp-block-image img {
  height: auto;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.page-header {
  padding: 0 1em;
  position: relative;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-header .title-text {
  text-align: center;
  margin-top: 3em;
  color: #00463C;
}
@media (min-width: 51.875em) {
  .page-header .title-text {
    margin-top: 5.5em;
  }
}
.page-header .title-text h1 {
  font-size: 25px;
}
@media (min-width: 64em) {
  .page-header .title-text h1 {
    font-size: 38px;
  }
}
.page-header.has-header-image, .page-header.trails-map {
  padding: 0;
  max-width: 1440px;
}
.page-header.has-header-image img, .page-header.trails-map img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-header.has-header-image .title-text, .page-header.trails-map .title-text {
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(64, 64, 65, 0.24);
}
.page-header.has-header-image .title-text h1, .page-header.trails-map .title-text h1 {
  color: #fff;
  max-width: 1200px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.page-header.has-header-image .donate-button, .page-header.trails-map .donate-button {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  width: 200px;
}
.page-header + .entry-content {
  margin-top: 3em;
  padding: 0 1em;
}

.content-container.has-sidebar {
  position: relative;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5em;
}
.content-container.has-sidebar .entry-content {
  order: 1;
  padding: 0 1em;
}
.content-container.has-sidebar .entry-sidebar {
  order: 2;
  padding: 0 1em;
}
@media (min-width: 48em) {
  .content-container.has-sidebar .entry-content {
    order: 1;
    width: 67%;
    margin-top: 3em;
  }
  .content-container.has-sidebar .entry-sidebar {
    order: 2;
    width: 30%;
    padding: 0;
  }
}

.gm-style-iw {
  max-width: 300px;
}
.gm-style-iw h4 {
  margin: 5px 0;
  font-size: 17px;
}
.gm-style-iw a {
  text-decoration: none;
}
.gm-style-iw a:hover span {
  text-decoration: none;
}
.gm-style-iw p {
  margin: 5px 0;
  font-size: 14px;
}
.gm-style-iw span {
  color: #F37735;
  text-decoration: underline;
  font-weight: bold;
}

.home-hero {
  position: relative;
  background-color: white;
  margin-top: -94px;
}
.home-hero img {
  width: 100%;
  display: block;
  height: auto;
}
.home-hero .text-container {
  max-width: 1200px;
  border-bottom: dashed 6px #00463C;
}
@media (min-width: 53.125em) {
  .home-hero .text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 0;
  }
}
.home-hero .text {
  position: relative;
  max-width: 850px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em;
}
.home-hero .text h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.home-hero a {
  color: #F37735;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.home-hero a:before {
  content: "";
  display: none;
  margin: 0 auto 10px;
  width: 58px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arw_right-orange.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .home-hero a:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right-orange@2x.png");
    background-size: 58px 50px;
  }
}
@media (min-width: 53.125em) {
  .home-hero a:before {
    display: block;
  }
}
.home-hero a:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto 0 10px;
  width: 18px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arw_right_sml-orange.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .home-hero a:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right_sml-orange@2x.png");
    background-size: 18px 16px;
  }
}
@media (min-width: 53.125em) {
  .home-hero a:after {
    display: none;
  }
}
.home-hero a:hover, .home-hero a:focus {
  color: #FFA300;
}
.home-hero a:hover:before, .home-hero a:focus:before {
  background-image: url("./images/arw_right-lt-orange.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .home-hero a:hover:before, .home-hero a:focus:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right-lt-orange@2x.png");
    background-size: 58px 50px;
  }
}
.home-hero a:hover:after, .home-hero a:focus:after {
  background-image: url("./images/arw_right_sml-lt-orange.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .home-hero a:hover:after, .home-hero a:focus:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right_sml-lt-orange@2x.png");
    background-size: 18px 16px;
  }
}
@media (min-width: 53.125em) {
  .home-hero .split {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-hero .split p {
    width: 70%;
  }
  .home-hero .split a {
    width: 20%;
  }
}

.trails-section {
  padding: 3em 0;
}
.trails-section .content-container {
  display: flex;
  flex-wrap: wrap;
}
.trails-section .content-container > div {
  width: 100%;
}
@media (min-width: 48em) {
  .trails-section .content-container > div {
    width: 50%;
  }
}
.trails-section .text-container {
  padding: 0 1em;
}
.trails-section h2 {
  color: #00463C;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
@media (min-width: 48em) {
  .trails-section h2 {
    font-size: 32px;
  }
}
@media (min-width: 64em) {
  .trails-section h2 {
    font-size: 45px;
  }
}
.trails-section h2:after {
  content: "";
  display: block;
  width: 200px;
  border-top: dashed 6px #00463C;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.trails-section a {
  display: block;
  position: relative;
}
.trails-section a img {
  width: 100%;
  height: auto;
}
.trails-section a .button {
  display: inline-block;
  background-color: #00463C;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 190px;
  line-height: 60px;
}
.trails-section a .button:after {
  content: "";
  display: inline-block;
  width: 43px;
  height: 37px;
  margin-left: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arw_right-white.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .trails-section a .button:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right-white@2x.png");
    background-size: 43px 37px;
  }
}
.trails-section a .button:hover, .trails-section a .button:focus {
  background-color: #009776;
}

.calls-to-action {
  background-color: #EFEFEF;
}
.calls-to-action > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calls-to-action .cta {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2em;
  text-decoration: none;
}
@media (min-width: 34.375em) {
  .calls-to-action .cta {
    width: 49%;
  }
}
@media (min-width: 51.875em) {
  .calls-to-action .cta {
    min-height: 400px;
  }
}
.calls-to-action .cta:nth-child(3) {
  width: 100%;
}
.calls-to-action .cta p,
.calls-to-action .cta h3 {
  color: #fff;
}
.calls-to-action .cta h3 {
  margin-top: 0;
  font-size: 28px;
}
@media (min-width: 51.875em) {
  .calls-to-action .cta h3 {
    font-size: 35px;
  }
}
.calls-to-action .cta p {
  font-size: 19px;
}
@media (min-width: 51.875em) {
  .calls-to-action .cta p {
    font-size: 22px;
  }
}
.calls-to-action .cta span {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: "termina", sans-serif;
  display: block;
  font-size: 19px;
}
.calls-to-action .cta span:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto 0 10px;
  width: 58px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arw_right-lt-orange.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .calls-to-action .cta span:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right-lt-orange@2x.png");
    background-size: 58px 50px;
  }
}
.calls-to-action .cta .text {
  height: 100%;
  padding: 1.5em;
  background-color: rgba(146, 143, 124, 0.85);
}
@media (min-width: 48em) {
  .calls-to-action .cta .text {
    padding: 2.5em;
  }
}
.calls-to-action .cta:hover, .calls-to-action .cta:focus {
  text-decoration: none;
}
.calls-to-action .cta:hover .text, .calls-to-action .cta:focus .text {
  background-color: rgba(237, 110, 0, 0.85);
}

.events-section {
  background-color: #fff;
  padding: 2em 0;
}
.events-section > div {
  padding: 0 1em;
}
.events-section h2 {
  color: #00463C;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
@media (min-width: 48em) {
  .events-section h2 {
    font-size: 32px;
  }
}
@media (min-width: 64em) {
  .events-section h2 {
    font-size: 45px;
  }
}
.events-section h2:after {
  content: "";
  display: block;
  width: 200px;
  border-top: dashed 6px #00463C;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.events-section .text-container h2 {
  display: inline-block;
}
.events-section .text-container a {
  float: right;
  text-transform: uppercase;
  font-family: "termina", sans-serif;
  color: #00463C;
  font-weight: bold;
  text-decoration: none;
}
.events-section .text-container a:before {
  content: "";
  display: none;
  margin: 0 auto 10px;
  width: 58px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arw_right-green.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .events-section .text-container a:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right-green@2x.png");
    background-size: 58px 50px;
  }
}
@media (min-width: 53.125em) {
  .events-section .text-container a:before {
    display: block;
  }
}
.events-section .text-container a:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto 0 10px;
  width: 18px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arw_right_sml-green.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .events-section .text-container a:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right_sml-green@2x.png");
    background-size: 18px 16px;
  }
}
@media (min-width: 53.125em) {
  .events-section .text-container a:after {
    display: none;
  }
}
.events-section .text-container a:hover, .events-section .text-container a:focus {
  color: #009776;
}
.events-section .text-container a:hover:before, .events-section .text-container a:focus:before {
  background-image: url("./images/arw_right-lt-green.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .events-section .text-container a:hover:before, .events-section .text-container a:focus:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right-lt-green@2x.png");
    background-size: 58px 50px;
  }
}
.events-section .text-container a:hover:after, .events-section .text-container a:focus:after {
  background-image: url("./images/arw_right_sml-lt-green.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .events-section .text-container a:hover:after, .events-section .text-container a:focus:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right_sml-lt-green@2x.png");
    background-size: 18px 16px;
  }
}
.events-section .events-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.events-section .events-container > a {
  display: block;
  text-decoration: none;
  padding: 1em 0.5em;
  width: 100%;
}
@media (min-width: 34.375em) {
  .events-section .events-container > a {
    width: 50%;
  }
}
@media (min-width: 62.5em) {
  .events-section .events-container > a {
    width: 25%;
  }
}
.events-section .events-container > a:hover, .events-section .events-container > a:focus {
  background-color: #EFEFEF;
}
.events-section .events-container > a .date {
  color: #F37735;
  display: block;
}
.events-section .events-container > a h3 {
  color: #F37735;
  margin-top: 0;
}
.events-section .events-container > a h3:after {
  content: "";
  display: block;
  width: 30%;
  border-top: 6px solid #F37735;
  margin-top: 1em;
}
.events-section .events-container > a p {
  color: #3E3E3E;
}
.events-section .events-container > a .view {
  color: #00463C;
  text-transform: uppercase;
  font-family: "termina", sans-serif;
  display: inline-block;
}
.events-section .events-container > a .view:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto 0 10px;
  width: 18px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arw_right_sml-green.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .events-section .events-container > a .view:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right_sml-green@2x.png");
    background-size: 18px 16px;
  }
}

.projects-section {
  background-color: #00463C;
  color: #fff;
  padding: 2em 0;
}
.projects-section:after {
  content: "";
  display: block;
  width: 200px;
  border-top: dashed 6px #009776;
  margin: 0 auto 0;
}
@media (min-width: 48em) {
  .projects-section {
    padding: 3.5em 0;
  }
}
.projects-section > div {
  padding: 0 1em;
}
.projects-section h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
@media (min-width: 48em) {
  .projects-section h2 {
    font-size: 32px;
  }
}
@media (min-width: 64em) {
  .projects-section h2 {
    font-size: 45px;
  }
}
.projects-section h2:after {
  content: "";
  display: block;
  width: 200px;
  border-top: dashed 6px #fff;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.projects-section .projects-container {
  padding: 0 0;
  overflow: hidden;
}
@media (min-width: 48em) {
  .projects-section .projects-container {
    padding: 0 0 3.7em;
  }
}
.projects-section .project {
  position: relative;
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  .projects-section .project {
    margin-bottom: 7em;
  }
}
.projects-section .project h3 {
  color: #fff;
  margin-top: 0;
}
.projects-section .project p {
  font-size: 22px;
  font-weight: 400;
}
.projects-section .project a {
  color: #fff;
  text-transform: uppercase;
  font-family: "termina", sans-serif;
  display: inline-block;
}
.projects-section .project a:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto 0 10px;
  width: 18px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arw_right-white.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .projects-section .project a:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right-white@2x.png");
    background-size: 18px 16px;
  }
}
@media (min-width: 48em) {
  .projects-section .project:nth-child(odd) {
    margin-right: 0;
  }
}
@media (min-width: 48em) and (min-width: 75em) and (max-width: 90em) {
  .projects-section .project:nth-child(odd) {
    margin-right: calc((100vw - 1200px) / 2);
  }
}
@media (min-width: 48em) and (min-width: 90em) {
  .projects-section .project:nth-child(odd) {
    margin-right: 8%;
  }
}
@media (min-width: 48em) {
  .projects-section .project:nth-child(odd) .image {
    margin-left: auto;
  }
}
@media (min-width: 48em) {
  .projects-section .project:nth-child(odd) .text {
    left: 0;
  }
}
@media (min-width: 48em) {
  .projects-section .project:nth-child(even) {
    margin-left: 0;
  }
}
@media (min-width: 48em) and (min-width: 75em) and (max-width: 90em) {
  .projects-section .project:nth-child(even) {
    margin-left: calc((100vw - 1200px) / 2);
  }
}
@media (min-width: 48em) and (min-width: 90em) {
  .projects-section .project:nth-child(even) {
    margin-left: 8%;
  }
}
@media (min-width: 48em) {
  .projects-section .project:nth-child(even) .text {
    right: 0;
  }
}
@media (min-width: 48em) {
  .projects-section .project .image {
    width: 72%;
    width: 60%;
  }
}
@media (min-width: 48em) {
  .projects-section .project .text {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 151, 118, 0.9) 0%, rgba(0, 70, 60, 0.9) 100%);
    width: 52%;
    height: 115%;
    top: 7em;
    position: absolute;
    padding: 3em;
  }
}
.projects-section .image img {
  width: 100%;
  height: auto;
  display: block;
}
.projects-section .text {
  background-color: #009776;
  padding: 2em;
}
@media (min-width: 75em) and (max-width: 90em) {
  .projects-section .text {
    padding: 4em calc(1em + (100vw - 1200px) / 2);
  }
}
@media (min-width: 90em) {
  .projects-section .text {
    padding: 4em calc(1em + (1440px - 1200px) / 2);
  }
}

.support-section {
  background-color: #F37735;
  color: #fff;
  padding: 3.5em 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.support-section:after {
  content: "";
  display: block;
  width: 200px;
  border-top: dashed 6px #fff;
  margin: 0 auto 0;
}
.support-section > div {
  padding: 0 1em;
}
.support-section h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
@media (min-width: 48em) {
  .support-section h2 {
    font-size: 32px;
  }
}
@media (min-width: 64em) {
  .support-section h2 {
    font-size: 45px;
  }
}
.support-section h2:after {
  content: "";
  display: block;
  width: 200px;
  border-top: dashed 6px #fff;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.support-section .quote {
  font-family: "termina", sans-serif;
  line-height: 1.8em;
  font-size: 20px;
}
@media (min-width: 64em) {
  .support-section .quote {
    max-width: 85%;
    font-size: 22px;
  }
}
.support-section .quote span {
  display: block;
  margin-top: 2rem;
}
.support-section q {
  display: block;
  font-size: 24px;
  line-height: 1.25em;
}
@media (min-width: 64em) {
  .support-section q {
    font-size: 32px;
  }
}

.support-cta {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em;
  margin-bottom: 4em;
  color: #3E3E3E;
}
.support-cta .image {
  width: 100%;
}
@media (min-width: 48em) {
  .support-cta .image {
    width: 40%;
    order: 2;
  }
  .support-cta .text {
    width: 60%;
  }
}
.support-cta img {
  display: block;
  width: 100%;
  height: auto;
}
.support-cta .text {
  padding: 2em;
}
@media (min-width: 64em) {
  .support-cta .text {
    padding: 4em;
  }
}
.support-cta .text h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.support-cta .text p {
  line-height: 1.5em;
}
.support-cta .text a {
  text-transform: uppercase;
  color: #00463C;
  font-weight: bold;
  font-family: "termina", sans-serif;
  display: block;
  font-size: 20px;
  text-decoration: none;
}
.support-cta .text a:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto 0 10px;
  width: 58px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./images/arw_right-lt-green.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .support-cta .text a:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/arw_right-lt-green@2x.png");
    background-size: 58px 50px;
  }
}

#sbi_images {
  display: flex;
  flex-wrap: wrap;
}
#sbi_images::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #00463C;
  border: 5px solid #fff;
  color: #fff;
  text-align: center;
  padding-top: 10em;
  box-sizing: border-box;
  background-image: url("./images/insta_background_logo.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 30.0625em) {
  #sbi_images::before {
    width: 50%;
  }
}
@media (min-width: 40.0625em) {
  #sbi_images::before {
    width: 20%;
  }
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #sbi_images::before {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/insta_background_logo@2x.png");
    background-size: 158px 123px;
  }
}

#trailsmap {
  min-height: 300px;
  position: relative;
}
#trailsmap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 38.1944444444%;
}
#trailsmap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.trail-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.5em auto 0;
  padding: 0 1em;
}
@media (max-width: 47.99em) {
  .trail-content-wrapper .text-area {
    order: 2;
  }
}
@media (min-width: 48em) {
  .trail-content-wrapper .text-area {
    width: 70%;
  }
}
.trail-content-wrapper .buttons-area {
  margin: 0 auto;
}
@media (max-width: 47.99em) {
  .trail-content-wrapper .buttons-area {
    order: 1;
  }
}
@media (min-width: 48em) {
  .trail-content-wrapper .buttons-area {
    width: 25%;
  }
}
.trail-content-wrapper .buttons-area a {
  margin: 1em auto;
  display: block;
}

.trails-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.trails-wrapper .trail {
  width: 100%;
  margin: 1em 0;
  color: white;
  background-color: #928F7C;
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
}
@media (min-width: 34.375em) {
  .trails-wrapper .trail {
    width: 49%;
  }
}
@media (min-width: 50em) {
  .trails-wrapper .trail {
    width: 32%;
  }
}
.trails-wrapper .trail.has-active-projects {
  background-color: #00463C;
}
.trails-wrapper .trail.has-active-projects:before {
  content: "Active Project";
  padding: 8px 10px;
  background-color: rgba(0, 70, 60, 0.85);
  color: white;
  top: 0;
  left: 1em;
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
}
.trails-wrapper .trail:hover, .trails-wrapper .trail:focus {
  background-color: #F37735;
}
.trails-wrapper .trail h3 {
  color: white;
  margin: 0;
}
.trails-wrapper .trail img {
  width: 100%;
  height: auto;
  display: block;
}
.trails-wrapper .trail div {
  padding: 1em;
}

.trail-icon {
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-accessible {
  background-image: url("./images/activity-amenity/accessible-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-accessible {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/accessible-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-beach-access {
  background-image: url("./images/activity-amenity/beach-access-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-beach-access {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/beach-access-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-camping {
  background-image: url("./images/activity-amenity/camping-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-camping {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/camping-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-dining {
  background-image: url("./images/activity-amenity/dining-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-dining {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/dining-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-dogs-on-leash-allowed {
  background-image: url("./images/activity-amenity/dogs-allowed-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-dogs-on-leash-allowed {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/dogs-allowed-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-first-aid {
  background-image: url("./images/activity-amenity/first-aid-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-first-aid {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/first-aid-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-groceries {
  background-image: url("./images/activity-amenity/groceries-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-groceries {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/groceries-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-marina {
  background-image: url("./images/activity-amenity/marina-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-marina {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/marina-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-parking {
  background-image: url("./images/activity-amenity/parking-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-parking {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/parking-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-picnic-area {
  background-image: url("./images/activity-amenity/picnic-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-picnic-area {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/picnic-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-restrooms {
  background-image: url("./images/activity-amenity/restrooms-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-restrooms {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/restrooms-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-wine-tasting {
  background-image: url("./images/activity-amenity/wine-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-wine-tasting {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/wine-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-biking {
  background-image: url("./images/activity-amenity/biking-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-biking {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/biking-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-cross-country-skiing {
  background-image: url("./images/activity-amenity/xc-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-cross-country-skiing {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/xc-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-fishing {
  background-image: url("./images/activity-amenity/fishing-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-fishing {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/fishing-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-hiking {
  background-image: url("./images/activity-amenity/hiking-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-hiking {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/hiking-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-mountain-biking {
  background-image: url("./images/activity-amenity/mtn-biking-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-mountain-biking {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/mtn-biking-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-running-walking {
  background-image: url("./images/activity-amenity/running-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-running-walking {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/running-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-snowshoeing {
  background-image: url("./images/activity-amenity/snowshoe-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-snowshoeing {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/snowshoe-icon@2x.png");
    background-size: 45px 45px;
  }
}

.icon-swimming {
  background-image: url("./images/activity-amenity/swimming-icon.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon-swimming {
    /* on retina, use image that's scaled by 2 */
    background-image: url("./images/activity-amenity/swimming-icon@2x.png");
    background-size: 45px 45px;
  }
}

.trail-map-placeholder {
  width: 100%;
  height: 300px;
}
@media (min-width: 48em) {
  .trail-map-placeholder {
    height: unset;
    position: relative;
    margin-top: -45%;
  }
  .trail-map-placeholder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .trail-map-placeholder > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.icon-list {
  list-style: none;
  padding: 0;
}
.icon-list li {
  display: inline-block;
  margin: 5px;
}

.type-trails .entry-sidebar,
.type-projects .entry-sidebar {
  width: 100%;
  margin-top: 3em;
}
.type-trails .entry-sidebar h4,
.type-projects .entry-sidebar h4 {
  margin-bottom: 0;
}
.type-trails .entry-sidebar p,
.type-projects .entry-sidebar p {
  margin-top: 0;
}
.type-trails .entry-sidebar ul,
.type-projects .entry-sidebar ul {
  margin-top: 0;
}
.type-trails .entry-sidebar .button,
.type-projects .entry-sidebar .button {
  width: 100%;
  margin: 0.5em 0;
}

.projects_segments {
  margin-top: 2em;
  padding: 2em;
  background-color: #00463C;
}
.projects_segments h3 {
  margin-top: 0;
  color: white;
  text-align: center;
  font-size: 21px;
}
.projects_segments p {
  color: white;
}
.projects_segments .button {
  color: #009776;
  border-color: white;
  background-color: white;
}
.projects_segments .button:hover, .projects_segments .button:focus {
  background-color: #009776;
  color: white;
}

.has-orange-color {
  color: #F37735;
}

.has-orange-background-color {
  background-color: #F37735;
}

.has-green-color {
  color: #00463C;
}

.has-green-background-color {
  background-color: #00463C;
}

.has-lt-green-color {
  color: #009776;
}

.has-lt-green-background-color {
  background-color: #009776;
}

.has-lt-orange-color {
  color: #FFA300;
}

.has-lt-orange-background-color {
  background-color: #FFA300;
}

/* Button block
--------------------------------------------- */
.wp-block-button__link, #tribe-events-content .tribe-block.tribe-block__event-website a {
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 1.3em;
  background-color: #F37735;
  color: #fff;
  border: 2px solid #F37735;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5em 10px;
  border-radius: 8px;
  width: 250px;
}
.wp-block-button__link:hover, #tribe-events-content .tribe-block.tribe-block__event-website a:hover {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color), #tribe-events-content .tribe-block.tribe-block__event-website a:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover, #tribe-events-content .tribe-block.tribe-block__event-website a:not(.has-text-color):hover {
  color: #F37735;
}
.wp-block-button__link:not(.has-background), #tribe-events-content .tribe-block.tribe-block__event-website a:not(.has-background) {
  background-color: #F37735;
}
.wp-block-button__link:not(.has-background):hover, #tribe-events-content .tribe-block.tribe-block__event-website a:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus, #tribe-events-content .tribe-block.tribe-block__event-website a:not(.has-background):focus {
  background-color: white;
}
.wp-block-button__link.has-orange-color:hover, #tribe-events-content .tribe-block.tribe-block__event-website a.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus, #tribe-events-content .tribe-block.tribe-block__event-website a.has-orange-color:focus {
  color: "orange";
}
.wp-block-button__link.has-orange-background-color:hover, #tribe-events-content .tribe-block.tribe-block__event-website a.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus, #tribe-events-content .tribe-block.tribe-block__event-website a.has-orange-background-color:focus {
  color: #F37735;
  border-color: #F37735;
}
.wp-block-button__link.has-green-color:hover, #tribe-events-content .tribe-block.tribe-block__event-website a.has-green-color:hover, .wp-block-button__link.has-green-color:focus, #tribe-events-content .tribe-block.tribe-block__event-website a.has-green-color:focus {
  color: "green";
}
.wp-block-button__link.has-green-background-color:hover, #tribe-events-content .tribe-block.tribe-block__event-website a.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus, #tribe-events-content .tribe-block.tribe-block__event-website a.has-green-background-color:focus {
  color: #00463C;
  border-color: #00463C;
}
.wp-block-button__link.has-lt-green-color:hover, #tribe-events-content .tribe-block.tribe-block__event-website a.has-lt-green-color:hover, .wp-block-button__link.has-lt-green-color:focus, #tribe-events-content .tribe-block.tribe-block__event-website a.has-lt-green-color:focus {
  color: "lt-green";
}
.wp-block-button__link.has-lt-green-background-color:hover, #tribe-events-content .tribe-block.tribe-block__event-website a.has-lt-green-background-color:hover, .wp-block-button__link.has-lt-green-background-color:focus, #tribe-events-content .tribe-block.tribe-block__event-website a.has-lt-green-background-color:focus {
  color: #009776;
  border-color: #009776;
}
.wp-block-button__link.has-lt-orange-color:hover, #tribe-events-content .tribe-block.tribe-block__event-website a.has-lt-orange-color:hover, .wp-block-button__link.has-lt-orange-color:focus, #tribe-events-content .tribe-block.tribe-block__event-website a.has-lt-orange-color:focus {
  color: "lt-orange";
}
.wp-block-button__link.has-lt-orange-background-color:hover, #tribe-events-content .tribe-block.tribe-block__event-website a.has-lt-orange-background-color:hover, .wp-block-button__link.has-lt-orange-background-color:focus, #tribe-events-content .tribe-block.tribe-block__event-website a.has-lt-orange-background-color:focus {
  color: #FFA300;
  border-color: #FFA300;
}

.wp-block-spacer {
  clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-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;
}

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

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

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