/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
textarea {
  outline: none;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
.col-middle {
  vertical-align: middle;
}
/* VARIABLES */
/* GENERAL */
body {
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: 'Source Sans Pro', sans-serif;
  color: #58595b;
}
a,
a:link,
a:visited {
  color: #58595b;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #58595b;
  text-decoration: none;
  outline: 0;
}
h1 {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 600;
  font-style: italic;
}
h2 {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: bold;
  font-style: italic;
}
h3 {
  font-size: 2.29166em;
  line-height: 1.2em;
  font-family: 'Museo', serif;
  font-weight: bold;
}
h4 {
  font-size: 1.5625em;
  line-height: 1.2em;
  font-family: 'Museo', serif;
  font-weight: bold;
}
h5 {
  font-size: 1.33333em;
  line-height: 1.2em;
  font-family: 'Museo', serif;
  font-weight: normal;
}
h6 {
  font-size: 1.145833em;
  line-height: 1.2em;
  font-family: 'Museo', serif;
  font-weight: bold;
}
.button,
a.button {
  font-size: 1.14583em;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  min-width: 10.18181em;
  padding: 1em 1.89090em 1em 1.2em;
  margin: 0 0.54545em;
  background-color: #609d55;
  font-family: 'Museo', serif;
  color: #ffffff;
  text-decoration: none !important;
  text-align: left;
  opacity: 1;
  -webkit-transition: opacity 100ms ease-in;
          transition: opacity 100ms ease-in;
}
.button:after,
a.button:after {
  position: absolute;
  right: 0.61818em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  display: block;
  width: 0.6545473586832253em;
  height: 1.309094717366451em;
  background-image: url(../images/arrow-icon-right.png);
  background-size: 0.6545473586832253em 1.309094717366451em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: right 100ms ease-in;
          transition: right 100ms ease-in;
}
.button:hover,
a.button:hover {
  opacity: 0.9;
}
.button:hover:after,
a.button:hover:after {
  right: 0.86818em;
}
.button-plain,
a.button-plain {
  font-size: 2.5em;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  padding: 0.23333em 1.08333em;
  background-color: #609d55;
  font-family: 'Museo', serif;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  opacity: 1;
  -webkit-transition: opacity 100ms ease-in;
          transition: opacity 100ms ease-in;
}
.button-plain:hover,
a.button-plain:hover {
  opacity: 0.9;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.clearfix-custom:before {
  content: '';
  display: table;
}
.clearfix-custom:after {
  content: '';
  display: table;
  clear: both;
}
a.background-darken,
.background-darken {
  background-color: #f4f5e6;
}
a.background-first-color,
.background-first-color {
  background-color: #609d55;
}
a.background-second-color,
.background-second-color {
  background-color: #808535;
}
a.background-third-color,
.background-third-color {
  background-color: #a56c28;
}
a.background-fourth-color,
.background-fourth-color {
  background-color: #933b20;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  40% {
    -webkit-transform: translate(-50%, -6px);
            transform: translate(-50%, -6px);
  }
  60% {
    -webkit-transform: translate(-50%, -3px);
            transform: translate(-50%, -3px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  40% {
    -webkit-transform: translate(-50%, -6px);
            transform: translate(-50%, -6px);
  }
  60% {
    -webkit-transform: translate(-50%, -3px);
            transform: translate(-50%, -3px);
  }
}
/* HEADER */
.navigation-header {
  display: none;
}
#search-input {
  display: none;
}
.main-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 1.66666em 0;
  font-family: 'Museo', serif;
  color: #ffffff;
}
.main-header a {
  color: #ffffff;
}
.main-header .main-header-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  background-image: url(../images/filter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.45;
}
.main-header .main-header-container {
  position: relative;
  min-height: 3.54166em;
}
.main-header .main-header-container .logo-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 10.58333333333333em;
  height: 100%;
}
.main-header .main-header-container .logo-landing-container {
  position: absolute;
  left: calc(15px + 3.54166em);
  top: 0;
  width: 10.58333333333333em;
  height: 100%;
}
.main-header .main-header-container .info-container {
  margin-left: 10.58333333333333em;
}
.main-header .main-header-container .logo {
  position: relative;
  top: 0.5em;
}
.main-header .main-header-container .logo img {
  display: block;
  width: 10.58333333333333em;
  height: 3.541666666666667em;
}
.main-header .main-header-container .logo-landing {
  position: relative;
  top: 1.875em;
}
.main-header .main-header-container .logo-landing img {
  display: block;
  width: 10.58333333333333em;
  height: 3.541666666666667em;
}
.main-header .main-header-container .main-header-top {
  font-size: 0.58333em;
  line-height: 1.21428em;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.57142em 0;
  text-align: right;
}
.main-header .main-header-container .main-header-top .secondary {
  display: inline-block;
  vertical-align: middle;
}
.main-header .main-header-container .main-header-top .secondary .secondary-menu {
  margin: 0.25em 0.78571em;
}
.main-header .main-header-container .main-header-top .secondary .secondary-menu li {
  display: inline-block;
}
.main-header .main-header-container .main-header-top .languages {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: calc(1.0714em + 1px);
}
.main-header .main-header-container .main-header-top .languages:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 1.64285em;
  background: rgba(255, 255, 255, 0.5);
}
.main-header .main-header-container .main-header-top .languages .language-chooser,
.main-header .main-header-container .main-header-top .languages .languages-menu {
  line-height: calc(1.21428em - 2px);
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 1px;
  margin: 0.25em 0;
  font-weight: 300;
}
.main-header .main-header-container .main-header-top .languages .language-chooser li,
.main-header .main-header-container .main-header-top .languages .languages-menu li {
  float: left;
  display: block;
  padding: 0 0.14285em;
}
.main-header .main-header-container .main-header-top .languages .language-chooser li.active,
.main-header .main-header-container .main-header-top .languages .languages-menu li.active,
.main-header .main-header-container .main-header-top .languages .language-chooser li:hover,
.main-header .main-header-container .main-header-top .languages .languages-menu li:hover,
.main-header .main-header-container .main-header-top .languages .language-chooser li.current,
.main-header .main-header-container .main-header-top .languages .languages-menu li.current {
  background: #ffffff;
  color: #58595b;
}
.main-header .main-header-container .main-header-top .languages .language-chooser li.active a,
.main-header .main-header-container .main-header-top .languages .languages-menu li.active a,
.main-header .main-header-container .main-header-top .languages .language-chooser li:hover a,
.main-header .main-header-container .main-header-top .languages .languages-menu li:hover a,
.main-header .main-header-container .main-header-top .languages .language-chooser li.current a,
.main-header .main-header-container .main-header-top .languages .languages-menu li.current a {
  display: block;
  color: #58595b;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container {
  float: right;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container:before {
  content: '';
  display: table;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container:after {
  content: '';
  display: table;
  clear: both;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar {
  float: left;
  margin-top: 0.16666em;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu {
  margin: 0 -0.16666em;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu:before {
  content: '';
  display: table;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu:after {
  content: '';
  display: table;
  clear: both;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li {
  position: relative;
  float: left;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li a {
  font-size: 0.83333em;
  line-height: 1.2em;
  position: relative;
  z-index: 0;
  display: block;
  padding: 0.425em 0.5em;
  margin: 0.2em;
  -webkit-transition: color 100ms ease-in;
          transition: color 100ms ease-in;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: height 100ms ease-in;
          transition: height 100ms ease-in;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li ul {
  position: absolute;
  left: 0;
  display: none;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li ul li a {
  width: 14.2em;
  background: #609d55;
  color: #ffffff;
  -webkit-transition: color 50ms ease-in;
          transition: color 50ms ease-in;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li ul li a:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 50ms ease-in;
          transition: opacity 50ms ease-in;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li ul li:hover a:before {
  opacity: 1;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li:hover > a {
  color: #609d55;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li:hover > a:before {
  height: 100%;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li:hover > ul {
  display: block;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .search-container {
  float: left;
  padding: 0.4375em 0;
  margin: 0.16666em 0 0 0.83333em;
  line-height: 1.4em;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .search-container .input-group-custom:before {
  content: '';
  display: table;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .search-container .input-group-custom:after {
  content: '';
  display: table;
  clear: both;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .search-container .input-group-custom .form-control-custom {
  float: left;
  width: 0;
  height: 1.16666em;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  margin-right: 0.625em;
  line-height: calc(1.16666em - 1px);
  background: none;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .search-container .input-group-custom .input-group-btn-custom {
  float: left;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .search-container .input-group-custom .input-group-btn-custom button {
  display: block;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .search-container .input-group-custom .input-group-btn-custom button img {
  display: block;
  width: 1.166666666666667em;
  height: 1.166666666666667em;
}
.main-header .main-header-container .main-header-bottom .main-header-bottom-container .search-container .input-group-custom .input-group-btn-custom a {
  display: block;
  width: 1.16666em;
  height: 1.16666em;
  background: url(../images/search-icon.png) no-repeat center top;
}
/* CONTENT */
.social-icons .social-icons-menu {
  margin-bottom: -0.25em;
}
.social-icons .social-icons-menu li {
  display: inline-block;
  width: 1.91666em;
  height: 1.91666em;
  margin: 0.125em;
}
.social-icons .social-icons-menu li a {
  display: block;
  opacity: 1;
}
.social-icons .social-icons-menu li a img {
  display: block;
}
.social-icons .social-icons-menu li a:hover {
  opacity: 0.85;
}
.hero {
  position: relative;
  height: 45em;
  overflow: hidden;
  color: #ffffff;
}
.hero a {
  color: #ffffff;
}
.hero.hero-narrow {
  height: 22.29166em;
}
.hero .hero-figure {
  position: relative;
  z-index: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero .hero-figure:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/filter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.45;
}
.hero .hero-figure .container-full-height {
  height: 100%;
}
.hero .hero-figure .hero-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero-figure .hero-container .hero-content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding-top: 2.08333em;
  text-align: center;
}
.hero .hero-figure .hero-container .hero-content .hero-title {
  max-width: 820px;
  padding: 3.125em 0;
  margin: 0 auto;
}
.hero .hero-figure .hero-container .hero-content .hero-excerpt {
  max-width: 820px;
  margin: 0 auto;
}
.hero .hero-figure .hero-container .hero-content .hero-excerpt p {
  font-size: 1.5625em;
  line-height: 1.2em;
}
.hero .hero-read-more {
  font-size: 0.91666em;
  line-height: 1.2em;
  position: absolute;
  left: 50%;
  bottom: 5.22727em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'Museo', serif;
  white-space: nowrap;
}
.hero .hero-read-more:after {
  position: absolute;
  left: 50%;
  bottom: -2.04545em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  display: block;
  width: 2.72727em;
  height: 1.36363em;
  background-image: url(../images/arrow-icon.png);
  background-size: 2.72727em 1.36363em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
.hero .hero-social-icons {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero .hero-social-icons .social-icons-menu li {
  display: block;
  margin: 0.125em 0;
}
.intro {
  padding: 1.66666em 0;
}
.intro.has-symbol {
  position: relative;
  z-index: 0;
  padding-top: 5.83333em;
  margin-top: 7.5em;
}
.intro.has-symbol:after {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  content: '';
  width: 8.166666666666667em;
  height: 8.166666666666667em;
  background: url(../images/symbol-color.png) no-repeat center center;
  background-size: 8.166666666666667em 8.166666666666667em;
}
.intro.has-not-title {
  margin-top: 1.66666em;
}
.intro .intro-container .intro-title {
  padding: 1.66666em 0;
  color: #808535;
  text-transform: uppercase;
  text-align: center;
}
.intro .intro-container .intro-content {
  margin: 1.66666em 0;
}
.intro .intro-container .intro-content a {
  text-decoration: underline;
}
.intro .intro-container .intro-content p {
  margin-bottom: 1.25em;
}
.intro .intro-container .intro-content ul {
  margin-bottom: 1.25em;
}
.intro .intro-container .intro-content ul li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 1.25em;
}
.intro .intro-container .intro-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\2022';
}
.intro .intro-container .intro-content ol {
  margin-bottom: 1.25em;
  counter-reset: item;
  list-style-type: decimal;
}
.intro .intro-container .intro-content ol > li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 1.25em;
}
.intro .intro-container .intro-content ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item, decimal) '. ';
  counter-increment: item;
}
.intro .intro-container .intro-content ul li ul,
.intro .intro-container .intro-content ol li ul,
.intro .intro-container .intro-content ul li ol,
.intro .intro-container .intro-content ol li ol {
  margin: 1.25em 0;
}
.intro .intro-container .intro-content ul li ul li,
.intro .intro-container .intro-content ol li ul li,
.intro .intro-container .intro-content ul li ol li,
.intro .intro-container .intro-content ol li ol li {
  margin-bottom: 0;
}
.intro .intro-container .intro-content ul li ul li:before,
.intro .intro-container .intro-content ol li ul li:before,
.intro .intro-container .intro-content ul li ol li:before,
.intro .intro-container .intro-content ol li ol li:before {
  content: '\2022';
}
.features {
  color: #ffffff;
}
.features:before {
  content: '';
  display: table;
}
.features:after {
  content: '';
  display: table;
  clear: both;
}
.features a {
  color: #ffffff;
}
.features .features-article {
  position: relative;
  float: left;
  width: 33.33333%;
  height: 16.45833em;
}
.features .features-article:nth-child(3n+1) {
  clear: left;
}
.features .features-article-link {
  display: block;
  width: 100%;
  height: 100%;
}
.features .features-article {
  background-color: #609d55;
  background-image: url(../images/symbol-opacity-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13.33333em 13.33333em;
}
.features .features-article:nth-child(3n+1) {
  background-color: #7bac71;
  background-image: url(../images/symbol-opacity-3.png);
  background-size: 13.33333em 13.33333em;
}
.features .features-article:nth-child(3n+2) {
  background-color: #609d55;
  background-image: url(../images/symbol-opacity-2.png);
  background-size: 13.33333em 13.33333em;
}
.features .features-article:nth-child(3n+3) {
  background-color: #56904a;
  background-image: url(../images/symbol-opacity-3.png);
  background-size: 13.33333em 13.33333em;
}
.features .features-article.has-only-title .features-article-container .features-article-title {
  margin-bottom: 0;
}
.features .features-article .features-article-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 430px;
  padding: 0 1.25em;
  overflow: hidden;
  text-align: center;
}
.features .features-article .features-article-container .features-article-title {
  margin-bottom: 1.45833em;
  text-transform: uppercase;
}
.overview .intro .intro-container .intro-title {
  padding: 0.83333em 0 1.249995em 0;
}
.directions-badges .row > div:nth-child(2n+1) .directions-badge .directions-badge-figure {
  background-image: url(../images/symbol-color-2.png);
}
.directions-badges .row > div:nth-child(2n+2) .directions-badge .directions-badge-figure {
  background-image: url(../images/symbol-color-3.png);
}
.directions-badges .directions-badge {
  width: 11.08333333333333em;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.directions-badges .directions-badge a {
  color: #ffffff;
}
.directions-badges .directions-badge .directions-badge-figure {
  position: relative;
  width: 11.08333333333333em;
  height: 11.08333333333333em;
  margin-bottom: 0.83333em;
  background-image: url(../images/symbol-color-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11.08333333333333em 11.08333333333333em;
}
.directions-badges .directions-badge .directions-badge-figure span {
  font-size: 3.5em;
  line-height: 1.2em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  font-weight: bold;
}
.directions-badges .directions-badge .directions-badge-title span {
  font-size: 1.375em;
  line-height: 1.2em;
}
.directions-overview {
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 6.25em 0;
  background-image: url(../images/assets/hero-image-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.directions-overview:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #609d55;
  opacity: 0.85;
}
.projects .row > div:nth-child(3n+1) {
  clear: left;
}
.projects .projects-article {
  width: 16.45833em;
  max-width: 100%;
  margin: 0 auto 1.66666em auto;
  text-align: center;
}
.projects .projects-article .projects-article-figure {
  position: relative;
  z-index: 0;
  width: 16.45833em;
  max-width: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.83333em auto;
}
.projects .projects-article .projects-article-figure:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.projects .projects-article .projects-article-figure:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/filter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
}
.projects .projects-article .projects-article-figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
.projects .projects-article .projects-article-title {
  margin-bottom: 1.25em;
  color: #609d55;
  text-transform: uppercase;
}
.projects .projects-article .projects-article-title a {
  color: #609d55;
}
.projects-overview {
  padding: 3.54166em 0;
}
.the-content-container {
  padding: 5em 0;
}
.the-content-container .the-content.has-not-gallery {
  padding-bottom: 3.33333em;
}
.the-content-container .gallery {
  padding: 3.33333em 0;
  margin-bottom: 1.25em;
}
.the-content-container .call-to-action {
  padding: 0.83333em 0;
}
.the-content-2-col {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 1.25em;
}
.the-content-3-col {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 1.25em;
}
.the-content {
  margin-bottom: -1.25em;
}
.the-content a {
  text-decoration: underline;
}
.the-content h1 {
  margin-bottom: 0.41666em;
}
.the-content h2 {
  margin-bottom: 0.41666em;
}
.the-content h3 {
  margin-bottom: 0.54545em;
}
.the-content h4 {
  margin-bottom: 0.8em;
}
.the-content h5 {
  margin-bottom: 0.9375em;
}
.the-content h6 {
  margin-bottom: 0.9375em;
}
.the-content p {
  margin-bottom: 1.25em;
}
.the-content ul {
  margin-bottom: 1.25em;
}
.the-content ul li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 1.25em;
}
.the-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\2022';
}
.the-content ol {
  margin-bottom: 1.25em;
  counter-reset: item;
  list-style-type: decimal;
}
.the-content ol > li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 1.25em;
}
.the-content ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item, decimal) '. ';
  counter-increment: item;
}
.the-content ul li ul,
.the-content ol li ul,
.the-content ul li ol,
.the-content ol li ol {
  margin: 1.25em 0;
}
.the-content ul li ul li,
.the-content ol li ul li,
.the-content ul li ol li,
.the-content ol li ol li {
  margin-bottom: 0;
}
.the-content ul li ul li:before,
.the-content ol li ul li:before,
.the-content ul li ol li:before,
.the-content ol li ol li:before {
  content: '\2022';
}
.the-content .the-content-background {
  min-height: 35.20833em;
  background-image: url(../images/symbol-opacity-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35.20833em 35.20833em;
}
.gallery .gallery-container .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 1.375em;
  height: 2.75em;
  background-size: 1.375em 2.75em;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.gallery .gallery-container .slick-arrow.slick-prev {
  left: 15%;
  background-image: url(../images/arrow-icon-left.png);
}
.gallery .gallery-container .slick-arrow.slick-next {
  right: 15%;
  background-image: url(../images/arrow-icon-right.png);
}
.gallery .gallery-container .gallery-article .gallery-article-container {
  position: relative;
  z-index: 0;
  width: 26.04166em;
  max-width: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.gallery .gallery-container .gallery-article .gallery-article-container:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.gallery .gallery-container .gallery-article .gallery-article-container:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/symbol-color-5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.gallery .gallery-container .gallery-article .gallery-article-container .gallery-article-figure {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 23.54166em;
  max-width: calc(100% - 2.5em);
  overflow: hidden;
  border-radius: 50%;
}
.gallery .gallery-container .gallery-article .gallery-article-container .gallery-article-figure:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.gallery .gallery-container .gallery-article .gallery-article-container .gallery-article-figure:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/filter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
}
.gallery .gallery-container .gallery-article .gallery-article-container .gallery-article-figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
.gallery .gallery-container .gallery-article.slick-slide {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 300ms ease;
          transition: all 300ms ease;
}
.gallery .gallery-container .gallery-article.slick-slide .gallery-article-container:after {
  opacity: 0;
}
.gallery .gallery-container .gallery-article.slick-slide.slick-current {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.gallery .gallery-container .gallery-article.slick-slide.slick-current .gallery-article-container:after {
  opacity: 1;
}
.call-to-action {
  text-align: center;
}
.map .map-canvas {
  width: 100%;
  height: 39.375em;
}
.map .map-directions {
  background-color: #bad7b4;
}
.map .map-directions:before {
  content: '';
  display: table;
}
.map .map-directions:after {
  content: '';
  display: table;
  clear: both;
}
.map .map-directions .map-direction {
  float: left;
  width: 25%;
  height: 4.58333em;
  overflow: hidden;
}
.map .map-directions .map-direction:nth-child(4n+1) {
  clear: left;
}
.map .map-directions .map-direction-link {
  display: block;
  width: 100%;
  height: 100%;
}
.map .map-directions .map-direction {
  position: relative;
  background-color: #d9ebd5;
}
.map .map-directions .map-direction.odd {
  background-color: #d9ebd5;
}
.map .map-directions .map-direction.odd:hover {
  background-color: #c9e3c4;
}
.map .map-directions .map-direction.even {
  background-color: #bad7b4;
}
.map .map-directions .map-direction.even:hover {
  background-color: #abcea3;
}
.map .map-directions .map-direction .map-direction-container {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.map .map-directions .map-direction .map-direction-container .map-direction-icon {
  position: absolute;
  left: 1.66666em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.45833em;
  height: 1.45833em;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.map .map-directions .map-direction .map-direction-container .map-direction-title {
  width: 100%;
  height: 100%;
  padding: 0 1.66666em 0 4.79166em;
  text-transform: uppercase;
}
.about-overview {
  position: relative;
  height: 45em;
  overflow: hidden;
  padding: 2.91666em 0;
  background-image: url(../images/assets/hero-image-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
.about-overview a {
  color: #ffffff;
}
.about-overview .about-overview-background-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(96, 157, 85, 0.85);
}
.about-overview .about-overview-background-left:after {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-30%, 20%);
      -ms-transform: translate(-30%, 20%);
          transform: translate(-30%, 20%);
  z-index: 1;
  content: '';
  display: block;
  width: 39.58333333333333em;
  height: 39.58333333333333em;
  background-image: url(../images/symbol-opacity-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 39.58333333333333em 39.58333333333333em;
}
.about-overview .about-overview-background-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(83, 136, 74, 0.85);
}
.about-overview .about-overview-background-right:after {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -40%);
      -ms-transform: translate(50%, -40%);
          transform: translate(50%, -40%);
  z-index: 1;
  content: '';
  display: block;
  width: 39.58333333333333em;
  height: 39.58333333333333em;
  background-image: url(../images/symbol-opacity-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 39.58333333333333em 39.58333333333333em;
}
.about-overview .about-overview-arrow {
  position: absolute;
  bottom: 1.875em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5em;
  height: 1.25em;
  background-image: url(../images/arrow-icon.png);
  background-size: 2.5em 1.25em;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-overview .full-height {
  height: 100%;
}
.about-overview .about-intros .about-intros-article {
  position: relative;
}
.about-overview .about-intros .about-intros-article .about-intros-article-container {
  position: absolute;
  left: 0;
  width: 100%;
  margin-bottom: 1.25em;
}
.about-overview .about-intros .about-intros-article .about-intros-article-container .about-intros-article-title {
  margin-bottom: 2.08333em;
  text-transform: uppercase;
}
.about-overview .about-intros .about-intros-article .about-intros-article-container .about-intros-article-content p {
  font-size: 0.94791em;
  line-height: 1.2em;
}
.about-overview .about-intros .about-intros-article.about-intros-article-left .about-intros-article-container {
  top: 0;
  padding-right: 3.95833em;
}
.about-overview .about-intros .about-intros-article.about-intros-article-right .about-intros-article-container {
  bottom: 0;
  padding-left: 3.95833em;
}
.nav-tab {
  cursor: pointer;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.tabs .intro .intro-container .intro-title {
  padding: 0 0 3.33332em 0;
}
.tabs .intro .intro-container .intro-content {
  height: 7.5em;
  overflow: hidden;
  margin: 1.66666em 0 2.083326em 0;
}
.tabs .intro.tabs-multiple-intro .intro-content {
  height: auto;
  overflow: auto;
  margin: 1.66666em 0 0.833326em 0;
}
.tabs .intro.tabs-multiple-content .intro-content {
  height: 10em;
  margin: 2.083326em 0;
}
.tabs .tabs-container {
  color: #ffffff;
}
.tabs .tabs-container:before {
  content: '';
  display: table;
}
.tabs .tabs-container:after {
  content: '';
  display: table;
  clear: both;
}
.tabs .tabs-container a {
  color: #ffffff;
}
.tabs .tabs-container .tabs-article {
  position: relative;
  float: left;
  width: 25%;
  height: 12.91666em;
}
.tabs .tabs-container .tabs-article:nth-child(4n+1) {
  clear: left;
}
.tabs .tabs-container .tabs-article-link {
  display: block;
  width: 100%;
  height: 100%;
}
.tabs .tabs-container .tabs-article {
  background-color: #609d55;
  background-image: url(../images/symbol-opacity-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10.83333em 10.83333em;
}
.tabs .tabs-container .tabs-article:nth-child(4n+1) {
  background-color: #7bac71;
  background-image: url(../images/symbol-opacity-3.png);
  background-size: 10.83333em 10.83333em;
}
.tabs .tabs-container .tabs-article:nth-child(4n+2) {
  background-color: #609d55;
  background-image: url(../images/symbol-opacity-2.png);
  background-size: 10.83333em 10.83333em;
}
.tabs .tabs-container .tabs-article:nth-child(4n+3) {
  background-color: #56904a;
  background-image: url(../images/symbol-opacity-3.png);
  background-size: 10.83333em 10.83333em;
}
.tabs .tabs-container .tabs-article:nth-child(4n+4) {
  background-color: #508641;
  background-image: url(../images/symbol-opacity-2.png);
  background-size: 10.83333em 10.83333em;
}
.tabs .tabs-container .tabs-article.active {
  position: relative;
}
.tabs .tabs-container .tabs-article.active:before {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 1;
  content: '';
  display: block;
  width: 3.583333333333333em;
  height: 1.458333333333333em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='86px' height='35px' viewBox='0 0 86 35' enable-background='new 0 0 86 35' xml:space='preserve'%3E%3Cpolygon fill='%237bac71' points='86,34.996 0,35 8.462,14.938 42.937,0.07 42.907,0 43.001,0.041 43.098,0 43.068,0.07 77.541,14.938 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3.583333333333333em 1.458333333333333em;
}
.tabs .tabs-container .tabs-article.active:nth-child(4n+1) {
  background-color: #7bac71;
}
.tabs .tabs-container .tabs-article.active:nth-child(4n+1):before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='86px' height='35px' viewBox='0 0 86 35' enable-background='new 0 0 86 35' xml:space='preserve'%3E%3Cpolygon fill='%237bac71' points='86,34.996 0,35 8.462,14.938 42.937,0.07 42.907,0 43.001,0.041 43.098,0 43.068,0.07 77.541,14.938 '/%3E%3C/svg%3E");
}
.tabs .tabs-container .tabs-article.active:nth-child(4n+2) {
  background-color: #609d55;
}
.tabs .tabs-container .tabs-article.active:nth-child(4n+2):before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='86px' height='35px' viewBox='0 0 86 35' enable-background='new 0 0 86 35' xml:space='preserve'%3E%3Cpolygon fill='%23609d55' points='86,34.996 0,35 8.462,14.938 42.937,0.07 42.907,0 43.001,0.041 43.098,0 43.068,0.07 77.541,14.938 '/%3E%3C/svg%3E");
}
.tabs .tabs-container .tabs-article.active:nth-child(4n+3) {
  background-color: #56904a;
}
.tabs .tabs-container .tabs-article.active:nth-child(4n+3):before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='86px' height='35px' viewBox='0 0 86 35' enable-background='new 0 0 86 35' xml:space='preserve'%3E%3Cpolygon fill='%2356904a' points='86,34.996 0,35 8.462,14.938 42.937,0.07 42.907,0 43.001,0.041 43.098,0 43.068,0.07 77.541,14.938 '/%3E%3C/svg%3E");
}
.tabs .tabs-container .tabs-article.active:nth-child(4n+4) {
  background-color: #508641;
}
.tabs .tabs-container .tabs-article.active:nth-child(4n+4):before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='86px' height='35px' viewBox='0 0 86 35' enable-background='new 0 0 86 35' xml:space='preserve'%3E%3Cpolygon fill='%23508641' points='86,34.996 0,35 8.462,14.938 42.937,0.07 42.907,0 43.001,0.041 43.098,0 43.068,0.07 77.541,14.938 '/%3E%3C/svg%3E");
}
.tabs .tabs-container .tabs-article.active.nav-tab-top:before {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='86px' height='35px' viewBox='0 0 86 35' enable-background='new 0 0 86 35' xml:space='preserve'%3E%3Cpolygon fill='%237BAB71' points='86,0.004 0,0 8.462,20.063 42.937,34.93 42.907,35 43.001,34.959 43.098,35 43.068,34.93 77.541,20.063 '/%3E%3C/svg%3E");
}
.tabs .tabs-container .tabs-article.active.nav-tab-top:nth-child(4n+1):before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='86px' height='35px' viewBox='0 0 86 35' enable-background='new 0 0 86 35' xml:space='preserve'%3E%3Cpolygon fill='%237BAB71' points='86,0.004 0,0 8.462,20.063 42.937,34.93 42.907,35 43.001,34.959 43.098,35 43.068,34.93 77.541,20.063 '/%3E%3C/svg%3E");
}
.tabs .tabs-container .tabs-article.active.nav-tab-top:nth-child(4n+2):before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='86px' height='35px' viewBox='0 0 86 35' enable-background='new 0 0 86 35' xml:space='preserve'%3E%3Cpolygon fill='%23609d55' points='86,0.004 0,0 8.462,20.063 42.937,34.93 42.907,35 43.001,34.959 43.098,35 43.068,34.93 77.541,20.063 '/%3E%3C/svg%3E");
}
.tabs .tabs-container .tabs-article.active.nav-tab-top:nth-child(4n+3):before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='86px' height='35px' viewBox='0 0 86 35' enable-background='new 0 0 86 35' xml:space='preserve'%3E%3Cpolygon fill='%2356904a' points='86,0.004 0,0 8.462,20.063 42.937,34.93 42.907,35 43.001,34.959 43.098,35 43.068,34.93 77.541,20.063 '/%3E%3C/svg%3E");
}
.tabs .tabs-container .tabs-article.active.nav-tab-top:nth-child(4n+4):before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='86px' height='35px' viewBox='0 0 86 35' enable-background='new 0 0 86 35' xml:space='preserve'%3E%3Cpolygon fill='%23508641' points='86,0.004 0,0 8.462,20.063 42.937,34.93 42.907,35 43.001,34.959 43.098,35 43.068,34.93 77.541,20.063 '/%3E%3C/svg%3E");
}
.tabs .tabs-container .tabs-article-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 430px;
  padding: 0 1.25em;
  overflow: hidden;
  text-align: center;
}
.tabs .tabs-container .tabs-article-container .tabs-article-title {
  text-transform: uppercase;
}
.tabs.donate-tabs .intro .intro-container .intro-content {
  height: 8.75em;
  overflow: hidden;
  margin: 1.66666em 0 2.083326em 0;
}
.tabs.donate-tabs .tabs-container .tabs-article {
  position: relative;
  float: left;
  width: 33.33333%;
}
.tabs.donate-tabs .tabs-container .tabs-article:nth-child(3n+1) {
  clear: left;
}
.carousel .carousel-control-custom .carousel-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25em;
  height: 2.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25em 2.5em;
  cursor: pointer;
  -webkit-transition: -webkit-transform 100ms ease-in;
          transition: transform 100ms ease-in;
}
.carousel .carousel-control-custom .carousel-arrow.carousel-arrow-left {
  left: -5.83333em;
  background-image: url(../images/arrow-icon-left-color.png);
}
.carousel .carousel-control-custom .carousel-arrow.carousel-arrow-left:hover {
  -webkit-transform: translate(-25%, -50%);
      -ms-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
}
.carousel .carousel-control-custom .carousel-arrow.carousel-arrow-right {
  right: -5.83333em;
  background-image: url(../images/arrow-icon-right-color.png);
}
.carousel .carousel-control-custom .carousel-arrow.carousel-arrow-right:hover {
  -webkit-transform: translate(25%, -50%);
      -ms-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}
.archive-article {
  position: relative;
  margin-bottom: 1.875em;
}
.archive-article .archive-article-container {
  position: relative;
  z-index: 0;
  width: 26.04166em;
  max-width: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.archive-article .archive-article-container:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.archive-article .archive-article-container:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/symbol-color-5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.archive-article .archive-article-container .archive-article-figure {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 23.54166em;
  max-width: calc(100% - 2.5em);
  overflow: hidden;
  border-radius: 50%;
}
.archive-article .archive-article-container .archive-article-figure:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.archive-article .archive-article-container .archive-article-figure:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/filter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
}
.archive-article .archive-article-container .archive-article-figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
.archive-article .archive-article-title {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 23.54166em;
  max-width: calc(100% - 2.5em);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.77083em;
  background: #808535;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background 50ms ease-in;
          transition: background 50ms ease-in;
}
.archive-article .archive-article-title a {
  color: #ffffff;
}
.archive-article a .archive-article-title:hover {
  background: #6e732e;
}
.nav-tab:hover .archive-article .archive-article-title {
  background: #6e732e;
}
.archive .intro .intro-container .intro-title {
  padding: 1.249995em 0 0.83333em 0;
}
.archive .intro .intro-container .intro-content {
  margin: 0 0 1.66666em 0;
}
.archive .archive-container {
  padding-bottom: 1.875em;
}
.archive .archive-container .row > div:nth-child(3n+1) {
  clear: left;
}
.partners {
  padding-bottom: 2.08333em;
}
.partners .intro.has-symbol {
  margin-top: 6.25em;
}
.partners .intro .intro-container .intro-title {
  padding: 0;
}
.partners .partners-container .row > div:nth-child(4n+1) {
  clear: left;
}
.partners .partners-container .partners-article {
  padding-bottom: 1.875em;
}
.partners .partners-container .partners-article .partners-article-figure {
  position: relative;
  height: 10.41666em;
}
.partners .partners-container .partners-article .partners-article-figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 75%;
}
.form {
  margin-top: 4.16666em;
}
.form.form-darken .form-group-custom .control-label-custom {
  color: #58595b;
}
.form.form-darken .form-group-custom .form-control-custom {
  padding: 0.61667em 1.25em;
  border: 0.13333em solid #58595b;
  background: #f4f5e6;
}
.form.form-darken .form-group-custom .radios-container .radios-row .radio-inline-custom {
  color: #58595b;
}
.form.form-darken .form-group-custom .radios-container .radios-row .radio-inline-custom > input + span {
  border-color: #58595b;
  background: #f4f5e6;
}
.form.form-darken .form-group-custom .radios-container .radios-row .radio-inline-custom > input:checked + span {
  background: #58595b;
}
.form.form-darken .form-group-custom .help-block-custom {
  color: #58595b;
}
.form .form-group-custom {
  margin-bottom: 1.25em;
}
.form .form-group-custom:before {
  content: '';
  display: table;
}
.form .form-group-custom:after {
  content: '';
  display: table;
  clear: both;
}
.form .form-group-custom .control-label-custom {
  font-size: 1.5625em;
  line-height: 1.2em;
  float: left;
  width: 25%;
  min-height: 1px;
  padding: 0.2em 2.4em 0.2em 0;
  font-family: 'Museo', serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}
.form .form-group-custom .form-control-custom {
  float: left;
  width: 50%;
  min-height: 1px;
  padding: 0.75em 1.25em;
  border: none;
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #58595b;
}
.form .form-group-custom .form-control-custom:-webkit-autofill,
.form .form-group-custom .form-control-custom:-webkit-autofill:hover,
.form .form-group-custom .form-control-custom:-webkit-autofill:focus,
.form .form-group-custom .form-control-custom:-webkit-autofill:active {
  -webkit-transition: all 5000s ease-in-out 0s;
          transition: all 5000s ease-in-out 0s;
}
.form .form-group-custom .form-control-custom.has-error-custom {
  background-color: #f1ccc1 !important;
  color: #933b20 !important;
}
.form .form-group-custom .radios-container {
  float: left;
  width: 50%;
  min-height: 1px;
  margin-bottom: -0.625em;
}
.form .form-group-custom .radios-container:before {
  content: '';
  display: table;
}
.form .form-group-custom .radios-container:after {
  content: '';
  display: table;
  clear: both;
}
.form .form-group-custom .radios-container .radios-row {
  margin-bottom: 0.625em;
}
.form .form-group-custom .radios-container .radios-row:before {
  content: '';
  display: table;
}
.form .form-group-custom .radios-container .radios-row:after {
  content: '';
  display: table;
  clear: both;
}
.form .form-group-custom .radios-container .radios-row .radio-inline-custom {
  font-size: 1.5625em;
  line-height: 1.2em;
  position: relative;
  float: left;
  width: 33.3333%;
  min-height: 1px;
  padding: 0.2em 0.8em 0.2em 1.2em;
  font-family: 'Museo', serif;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.form .form-group-custom .radios-container .radios-row .radio-inline-custom.radio-inline-block-custom {
  float: none;
  width: 100%;
}
.form .form-group-custom .radios-container .radios-row .radio-inline-custom.radio-inline-block-custom:before {
  content: '';
  display: table;
}
.form .form-group-custom .radios-container .radios-row .radio-inline-custom.radio-inline-block-custom:after {
  content: '';
  display: table;
  clear: both;
}
.form .form-group-custom .radios-container .radios-row .radio-inline-custom:nth-child(4n+1) {
  clear: left;
}
.form .form-group-custom .radios-container .radios-row .radio-inline-custom > input {
  visibility: hidden;
  position: absolute;
}
.form .form-group-custom .radios-container .radios-row .radio-inline-custom > input + span {
  position: absolute;
  left: 0;
  top: 0.33333em;
  display: inline-block;
  width: 0.93333em;
  height: 0.93333em;
  border: 0.13333em solid #609d55;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
.form .form-group-custom .radios-container .radios-row .radio-inline-custom > input:checked + span {
  background: #609d55;
}
.form .form-group-custom .help-block-custom {
  color: #ffffff;
  text-transform: uppercase;
}
.form .form-submit {
  margin: 3.33333em 0;
  text-align: center;
}
.donate .intro .intro-container .intro-title {
  padding: 0.83333em 0;
}
.donate .intro .intro-container .intro-content {
  margin: 0.83333em 0;
}
.percent .intro.has-symbol {
  padding-top: 8.74999em;
  margin-top: 9.58333em;
}
.percent .intro.has-symbol:after {
  display: none;
}
.percent .intro.has-symbol .intro-symbol {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 10.625em;
  height: 10.625em;
  background: url(../images/symbol-color-1.png) no-repeat center center;
  background-size: 10.625em 10.625em;
}
.percent .intro.has-symbol .intro-symbol span {
  font-size: 3em;
  line-height: 1.2em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  font-family: 'Museo', serif;
  color: #609d55;
  font-weight: bold;
  text-align: center;
}
.percent .intro .intro-call-to-action {
  padding-top: 3.33333em;
  text-align: center;
}
.archive-single {
  padding: 3.125em 0 6.25em 0;
}
.archive-single .archive-article {
  margin-bottom: 6.25em;
}
.info-bubble {
  color: #ffffff;
  text-align: center;
}
.info-bubble a {
  color: #ffffff;
}
.info-bubble .info-bubble-link {
  display: block;
  padding: 25px;
}
.info-bubble .info-bubble-title-container {
  margin-bottom: 12.5px;
}
.info-bubble .info-bubble-title-container .info-bubble-title {
  font-size: 21px;
  line-height: 25px;
  font-family: 'Museo', serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 7.5px;
}
.info-bubble .info-bubble-title-container .info-bubble-subtitle {
  font-size: 14px;
  line-height: 17px;
  font-family: 'Museo', serif;
  font-weight: normal;
}
.info-bubble .info-bubble-image {
  position: relative;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 17.5px auto;
}
.info-bubble .info-bubble-image:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/filter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
}
.info-bubble .info-bubble-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
.info-bubble .info-bubble-excerpt {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Museo', serif;
  font-weight: normal;
}
.landing-info {
  margin-bottom: 2.91666em;
  font-family: 'Museo', serif;
  font-weight: bold;
}
.landing-badge {
  position: relative;
  text-align: center;
  color: #ffffff;
}
.landing-badge a {
  color: #ffffff;
}
.landing-badge .landing-badge-container {
  position: relative;
  z-index: 0;
  width: 14.16666em;
  max-width: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  background: rgba(165, 108, 40, 0.7);
  cursor: pointer;
  -webkit-transition: background 200ms linear;
          transition: background 200ms linear;
}
.landing-badge .landing-badge-container:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.landing-badge .landing-badge-container:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: calc(100% - 2.5em / 2);
  height: calc(100% - 2.5em / 2);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/symbol-opacity-4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.landing-badge .landing-badge-container:hover {
  background: #a56c28;
}
.landing-badge .landing-badge-container .landing-badge-figure {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 11.66666em;
  max-width: calc(100% - 2.5em);
  overflow: hidden;
  border-radius: 50%;
}
.landing-badge .landing-badge-container .landing-badge-figure:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
.landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-title h6 {
  font-size: 1.10416em;
  line-height: 1.2em;
  font-family: 'Tahoma', sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.landing-badge-link {
  display: block;
}
.landing-badges .row > div:nth-child(3n+1) .landing-badge .landing-badge-container {
  background: rgba(165, 108, 40, 0.7);
}
.landing-badges .row > div:nth-child(3n+1) .landing-badge .landing-badge-container:hover {
  background: #a56c28;
}
.landing-badges .row > div:nth-child(3n+2) .landing-badge .landing-badge-container {
  background: rgba(96, 157, 85, 0.7);
}
.landing-badges .row > div:nth-child(3n+2) .landing-badge .landing-badge-container:hover {
  background: #609d55;
}
.landing-badges .row > div:nth-child(3n+3) .landing-badge .landing-badge-container {
  background: rgba(128, 133, 53, 0.7);
}
.landing-badges .row > div:nth-child(3n+3) .landing-badge .landing-badge-container:hover {
  background: #808535;
}
.landing-badge-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(70, 47, 28, 0.8);
}
.landing-badge-overlay.active {
  display: block;
}
.landing-badge-overlay .landing-badge-overlay-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.01);
      -ms-transform: translate(-50%, -50%) scale(0.01);
          transform: translate(-50%, -50%) scale(0.01);
  opacity: 0;
  -webkit-transition: -webkit-transform 200ms ease-in, opacity 400ms linear;
          transition: transform 200ms ease-in, opacity 400ms linear;
}
.landing-badge-overlay .landing-badge-overlay-container.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container {
  width: 33.33333em;
  cursor: default;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container.third-color {
  background: rgba(165, 108, 40, 0.9);
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container.third-color .landing-badge-figure .landing-badge-content .landing-badge-call-to-action .button {
  color: #a56c28;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container.third-color .landing-badge-figure .landing-badge-content .landing-badge-call-to-action .button:after {
  background-image: url(../images/arrow-icon-right-color-third.png);
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container.first-color {
  background: rgba(96, 157, 85, 0.9);
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container.first-color .landing-badge-figure .landing-badge-content .landing-badge-call-to-action .button {
  color: #609d55;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container.first-color .landing-badge-figure .landing-badge-content .landing-badge-call-to-action .button:after {
  background-image: url(../images/arrow-icon-right-color.png);
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container.second-color {
  background: rgba(128, 133, 53, 0.9);
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container.second-color .landing-badge-figure .landing-badge-content .landing-badge-call-to-action .button {
  color: #808535;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container.second-color .landing-badge-figure .landing-badge-content .landing-badge-call-to-action .button:after {
  background-image: url(../images/arrow-icon-right-color-second.png);
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure {
  width: 30.83333em;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-title {
  margin-bottom: 1.45833em;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-title h3 {
  font-size: 2.3125em;
  line-height: 1.2em;
  font-family: 'Tahoma', sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-excerpt {
  margin-bottom: 1.45833em;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-excerpt p {
  font-size: 1em;
  line-height: 1.2em;
  font-family: 'Museo', serif;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-call-to-action .button {
  font-size: 1em;
  line-height: 1.2em;
  padding: 1em 3.19166em 1em 1.2em;
  background-color: #ffffff;
  color: #a56c28;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-call-to-action .button span {
  font-weight: 300;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-call-to-action .button:after {
  font-size: 1.77419em;
  line-height: 1.2em;
  background-image: url(../images/arrow-icon-right-color-third.png);
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .close-button {
  position: absolute;
  left: 50%;
  top: 1em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 2.08333em;
  height: 2.08333em;
  background-image: url(../images/close-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}
.landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .close-button:hover {
  opacity: 0.6;
}
/* FOOTER */
.main-footer {
  padding: 2.70833em 0;
  background: #a56c28;
  color: #ffffff;
}
.main-footer a {
  color: #ffffff;
}
.main-footer .main-footer-container {
  text-align: center;
}
.main-footer .main-footer-container .logo-vertical-container {
  margin-bottom: 2.20833em;
}
.main-footer .main-footer-container .logo-vertical-container .logo-vertical {
  margin-bottom: -0.25em;
}
.main-footer .main-footer-container .logo-vertical-container .logo-vertical img {
  width: 8.875em;
  height: 11.875em;
}
.main-footer .main-footer-container .social-icons {
  margin-bottom: 2.20833em;
}
.main-footer .main-footer-container .social-icons .social-icons-menu li {
  margin: 0 0.72916em;
}
.main-footer .main-footer-container .info-contact {
  margin-bottom: 1.45833em;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1900px) {
  .container {
    width: 1310px;
  }
}
/* Not HD Devices, Laptop Screens */
@media only screen and (max-width: 1899px) {
  .main-header {
    font-size: 0.75em;
    line-height: 1.25em;
  }
  .main-header .main-header-container .logo-landing {
    top: 0.9375em;
  }
  .hero {
    font-size: 0.66666em;
    line-height: 1.25em;
  }
  .hero .hero-figure .hero-container .hero-content {
    font-size: 1.125em;
    line-height: 1.25em;
  }
  .main-content {
    font-size: 0.75em;
    line-height: 1.25em;
  }
  .features .features-article .features-article-container {
    max-width: 325px;
  }
  .map-directions {
    font-size: 0.66666em;
    line-height: 1.25em;
  }
  .tabs .tabs-container .tabs-article-container {
    max-width: 325px;
  }
  .landing-badge-overlay {
    font-size: 0.66666em;
    line-height: 1.25em;
  }
  .main-footer {
    font-size: 0.75em;
    line-height: 1.25em;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1339px) {
  .carousel .carousel-control-custom .carousel-arrow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .carousel .carousel-control-custom .carousel-arrow.carousel-arrow-left {
    left: 0;
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .carousel .carousel-control-custom .carousel-arrow.carousel-arrow-left:hover {
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .carousel .carousel-control-custom .carousel-arrow.carousel-arrow-right {
    right: 0;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .carousel .carousel-control-custom .carousel-arrow.carousel-arrow-right:hover {
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    overflow: hidden;
  }
  .navigation-header {
    display: block;
  }
  .main-header-top {
    display: none;
  }
  .navigation-content {
    display: none;
  }
  #search-form {
    display: none;
  }
  .main-header {
    top: -1.11111em;
  }
  .main-header .main-header-container .main-header-top {
    font-size: 0.77777em;
    line-height: 1.21428em;
    position: absolute;
    left: 0;
    top: 1em;
    z-index: 101;
  }
  .main-header .main-header-container .main-header-bottom {
    font-size: 0.83333em;
    line-height: 1.2em;
    text-align: center;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container {
    float: none;
    border-color: transparent;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar {
    float: none;
    margin-top: 0;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-header .navigation-trigger {
    position: absolute;
    right: 0;
    top: 2em;
    z-index: 101;
    cursor: pointer;
    -webkit-transition: top 100ms linear;
            transition: top 100ms linear;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-header .navigation-trigger .navigation-icon {
    display: block;
    width: 2.53333em;
    height: 2.53333em;
    border-radius: 50%;
    background: #ffffff;
    line-height: 2.53333em;
    color: #58595b;
    text-align: center;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-header .navigation-trigger.open {
    top: 1em;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.9);
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu {
    margin: 9.06666em 0 4.53333em 0;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li {
    float: none;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li a {
    font-size: 1.2em;
    margin: 0.2em 0;
    text-transform: uppercase;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li a:before {
    display: none;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li ul {
    position: relative;
    left: auto;
    display: block;
    margin-bottom: 0.425em;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li ul li a {
    font-size: 0.93333em;
    margin-left: auto;
    margin-right: auto;
    background: none;
    font-weight: 300;
    text-transform: none;
  }
  .main-header .main-header-container .main-header-bottom .main-header-bottom-container .navigation-bar .navigation-content .navigation-menu li:hover > a {
    background: none;
    color: #ffffff;
  }
  .hero {
    font-size: 0.58333em;
    line-height: 1.25em;
  }
  .hero .hero-figure .hero-container .hero-content {
    padding: 0 calc(1.91666em - 15px);
  }
  .directions-badges .row > div:nth-last-child(-n+2) .directions-badge {
    margin-bottom: 0;
  }
  .directions-badges .directions-badge {
    margin-bottom: 2.49999em;
  }
  .projects .projects-article .projects-article-title h5 {
    font-size: 1.16666em;
    line-height: 1.2em;
  }
  .the-content-2-col {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin-bottom: 0;
  }
  .the-content-3-col {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin-bottom: 0;
  }
  .gallery .gallery-container .slick-arrow.slick-prev {
    left: 30%;
  }
  .gallery .gallery-container .slick-arrow.slick-next {
    right: 30%;
  }
  .about-overview .about-intros .about-intros-article.about-intros-article-left .about-intros-article-container {
    padding-right: 0.9895825em;
  }
  .about-overview .about-intros .about-intros-article.about-intros-article-right .about-intros-article-container {
    padding-left: 0.9895825em;
  }
  .map-directions {
    font-size: 0.58333em;
    line-height: 1.25em;
  }
  .tabs .tabs-container .tabs-article {
    width: 50%;
    height: 6.45833em;
  }
  .tabs .tabs-container .tabs-article:nth-child(2n+1) {
    clear: left;
  }
  .tabs .tabs-container .tabs-article {
    background-image: none;
  }
  .tabs .tabs-container .tabs-article:nth-child(4n+1) {
    background-image: none;
  }
  .tabs .tabs-container .tabs-article:nth-child(4n+2) {
    background-image: none;
  }
  .tabs .tabs-container .tabs-article:nth-child(4n+3) {
    background-image: none;
  }
  .tabs .tabs-container .tabs-article:nth-child(4n+4) {
    background-image: none;
  }
  .tabs .tabs-container .tabs-article.active:before {
    width: 1.79166667em;
    height: 0.72916667em;
    background-size: 1.79166667em 0.72916667em;
  }
  .tabs .tabs-container .tabs-article-container .tabs-article-title h4 {
    font-size: 1em;
  }
  .carousel .carousel-control-custom .carousel-arrow {
    top: auto;
    bottom: 0;
  }
  .carousel .carousel-control-custom .carousel-arrow.carousel-arrow-left {
    left: 25%;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .carousel .carousel-control-custom .carousel-arrow.carousel-arrow-left:hover {
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  .carousel .carousel-control-custom .carousel-arrow.carousel-arrow-right {
    right: 25%;
    -webkit-transform: translate(50%, 100%);
        -ms-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
  }
  .carousel .carousel-control-custom .carousel-arrow.carousel-arrow-right:hover {
    -webkit-transform: translate(50%, 100%);
        -ms-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
  }
  .archive-article .archive-article-container {
    width: 322.5px;
  }
  .archive-article .archive-article-container .archive-article-figure {
    width: 320px;
  }
  .archive-article .archive-article-title {
    width: 320px;
  }
  .archive .archive-container.has-carousel {
    padding-bottom: 4.375em;
  }
  .archive .archive-container .row > div:nth-child(3n+1) {
    clear: none;
  }
  .archive .archive-container .row > div:nth-child(2n+1) {
    clear: left;
  }
  .partners .partners-container.has-carousel {
    padding-bottom: 2.5em;
  }
  .partners .partners-container .row > div:nth-child(4n+1) {
    clear: none;
  }
  .partners .partners-container .row > div:nth-child(2n+1) {
    clear: left;
  }
  .partners .partners-container .partners-article .partners-article-figure {
    max-width: 320px;
    margin: 0 auto;
  }
  .form .form-group-custom .control-label-custom {
    width: 33.33333%;
  }
  .form .form-group-custom .form-control-custom {
    width: 66.66666%;
  }
  .form .form-group-custom .radios-container {
    width: 66.66666%;
  }
  .form .form-group-custom .radios-container .radios-row .radio-inline-custom {
    width: 33.33333%;
  }
  .form .form-group-custom .radios-container .radios-row .radio-inline-custom:nth-child(4n+1) {
    clear: none;
  }
  .form .form-group-custom .radios-container .radios-row .radio-inline-custom:nth-child(3n+1) {
    clear: left;
  }
  .landing-badge-overlay {
    font-size: 0.58333em;
    line-height: 1.25em;
  }
  .landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container {
    max-width: 290px;
  }
  .landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure {
    max-width: 260px;
  }
  .landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-title {
    margin-bottom: 0.729165em;
  }
  .landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-title h3 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-excerpt {
    margin-bottom: 0.729165em;
  }
  .landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-excerpt p {
    font-size: 0.85714em;
  }
  .landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .landing-badge-figure .landing-badge-content .landing-badge-call-to-action .button {
    font-size: 0.85714em;
    letter-spacing: 0;
  }
  .landing-badge-overlay .landing-badge-overlay-container .landing-badge .landing-badge-container .close-button {
    top: 0.5em;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .button-plain,
  a.button-plain {
    font-size: 1.28571em;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .main-header .main-header-container .logo-landing-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-header .main-header-container .main-header-top .languages:before {
    display: none;
  }
  .hero {
    height: 480px;
  }
  .hero .hero-figure .hero-container .hero-content .hero-title {
    max-width: 320px;
  }
  .hero .hero-figure .hero-container .hero-content .hero-title h1 {
    font-size: 1.28571em;
  }
  .hero .hero-figure .hero-container .hero-content .hero-excerpt {
    max-width: 320px;
  }
  .hero .hero-figure .hero-container .hero-content .hero-excerpt p {
    font-size: 1em;
  }
  .hero .hero-figure .hero-container .hero-content .hero-call-to-action {
    font-size: 0.78571em;
    line-height: 1.25em;
  }
  .hero .hero-figure .hero-container .hero-content .hero-call-to-action .button {
    min-width: 7.27272em;
    margin-bottom: 0.54545em;
  }
  .hero.hero-landing .hero-figure .hero-container .hero-content {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .hero.hero-landing .hero-figure .hero-container .hero-content .landing-info {
    padding-top: 11.5625em;
  }
  .hero.hero-landing .hero-figure .hero-container .hero-content .landing-badge {
    margin-bottom: 1.875em;
  }
  .main-content {
    font-size: 0.58333em;
    line-height: 1.25em;
  }
  .features .features-article {
    float: none;
    width: 100%;
  }
  .directions-badges .row > div:nth-last-child(-n+2) .directions-badge {
    margin-bottom: 2.49999em;
  }
  .directions-badges .row > div:nth-last-child(-n+1) .directions-badge {
    margin-bottom: 0;
  }
  .projects .row > div:last-child .projects-article {
    margin-bottom: 0.83333em;
  }
  .projects .projects-article {
    margin-bottom: 3.33332em;
  }
  .projects .projects-article .projects-article-title h5 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .the-content-container {
    padding: 2.5em 0;
  }
  .the-content-container .the-content.has-not-gallery {
    padding-bottom: 2.5em;
  }
  .the-content-container .gallery {
    padding: 1.666665em 0;
    margin-bottom: 0.625em;
  }
  .the-content-container .call-to-action {
    padding: 0.416665em 0;
  }
  .the-content .the-content-background {
    min-height: auto;
    background: none;
  }
  .call-to-action {
    font-size: 0.85714em;
    line-height: 1.25em;
  }
  .call-to-action .button {
    min-width: 7.27272em;
    margin-bottom: 0.54545em;
  }
  .map .map-canvas {
    height: 480px;
  }
  .map .map-directions .map-direction {
    width: 50%;
  }
  .map .map-direction .map-direction-title h5 {
    font-size: 1.28571em;
  }
  .about-overview {
    height: auto;
  }
  .about-overview .about-overview-background-left {
    display: none;
  }
  .about-overview .about-overview-background-right {
    width: 100%;
  }
  .about-overview .about-overview-arrow {
    display: none;
  }
  .about-overview .full-height {
    height: auto;
  }
  .about-overview .about-intros .about-intros-article .about-intros-article-container {
    position: static;
    left: auto;
    margin-bottom: 2.5em;
  }
  .about-overview .about-intros .about-intros-article .about-intros-article-container .about-intros-article-title {
    margin-bottom: 1.041665em;
    text-transform: uppercase;
  }
  .about-overview .about-intros .about-intros-article .about-intros-article-container .about-intros-article-content p {
    font-size: 1em;
    line-height: 1.25em;
  }
  .about-overview .about-intros .about-intros-article.about-intros-article-left .about-intros-article-container {
    top: auto;
    padding-right: 0;
  }
  .about-overview .about-intros .about-intros-article.about-intros-article-right .about-intros-article-container {
    bottom: auto;
    padding-left: 0;
    margin-bottom: 0;
  }
  .tabs .intro .intro-container .intro-title {
    padding: 0;
  }
  .tabs .intro .intro-container .intro-content {
    height: auto;
    margin: 3.33332em 0 0 0;
  }
  .tabs .intro.tabs-multiple-content .intro-container .intro-content {
    margin: 0;
  }
  .tabs .tabs-container .tabs-article {
    float: none;
    width: 100%;
    height: 4.30555333em;
  }
  .tabs.donate-tabs .intro .intro-container .intro-content {
    height: auto;
    margin: 3.33332em 0 0 0;
  }
  .tabs.donate-tabs .tabs-container .tabs-article {
    float: none;
    width: 100%;
    height: 4.30555333em;
  }
  .archive-article .archive-article-title h6 {
    font-size: 1.28571em;
  }
  .archive .intro.has-not-title {
    margin-top: 0;
  }
  .archive .intro .intro-container .intro-content {
    margin: 0 0 -1.25em 0;
  }
  .form {
    font-size: 0.85714em;
    line-height: 1.25em;
    margin-top: 2.08333em;
  }
  .form .form-group-custom .control-label-custom {
    float: none;
    width: 100%;
    text-align: left;
  }
  .form .form-group-custom .form-control-custom {
    float: none;
    width: 100%;
  }
  .form .form-group-custom .radios-container {
    float: none;
    width: 100%;
  }
  .form .form-group-custom .radios-container .radios-row {
    margin-bottom: 0;
  }
  .form .form-group-custom .radios-container .radios-row .radio-inline-custom {
    width: 25%;
  }
  .form .form-group-custom .radios-container .radios-row .radio-inline-custom:nth-child(4n+1) {
    clear: left;
  }
  .form .form-group-custom .radios-container .radios-row .radio-inline-custom:nth-child(3n+1) {
    clear: none;
  }
  .donate .intro .intro-container .intro-content {
    margin: 0 0 -1.25em 0;
  }
  .percent .intro.has-symbol {
    padding-top: 5.83333em;
    margin-top: 7.5em;
  }
  .percent .intro .intro-title {
    padding: 0 0 1.66666em 0;
  }
  .percent .intro .intro-call-to-action {
    padding-top: 0.8333325em;
    text-align: center;
  }
  .archive-single {
    padding: 3.125em 0 3.125em 0;
  }
  .archive-single .archive-article {
    margin-bottom: 3.125em;
  }
  .main-footer {
    font-size: 0.58333em;
    line-height: 1.25em;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
