/**
 * Table of Contents
 *
 * 1.0 - Colors
 * 2.0 - Fonts
 * 3.0 - Foundation
 * 4.0 - Slick
 * 5.0 - Font Awesome
 */
/**
 * 1.0 - Colors
 */
/**
 * 2.0 - Fonts
 */
/**
 * 3.0 - Foundation
 */
/**
 * 4.0 - Slick
 */
/**
 * 5.0 - Font Awesome
 */
/**
 * Table of Contents
 *
 * 1.0 - Global
 * 2.0 - Header
 * 3.0 - Main
 * 4.0 - Footer
 */
/**
 * 1.0 - Global
 */
/* line 14, ../../src/scss/_theme.scss */
#fixed-to-top-wrapper {
  left: 0;
  right: 0;
  text-align: center;
}

/* line 20, ../../src/scss/_theme.scss */
#fixed-to-top {
  width: 100%;
}

/* line 24, ../../src/scss/_theme.scss */
body {
  background: #f8f6eb;
  color: #6a6a69;
  font: 0.9375rem/1.5 "Roboto Condensed", sans-serif;
}

/* line 30, ../../src/scss/_theme.scss */
iframe {
  max-width: 100%;
}

/* line 34, ../../src/scss/_theme.scss */
p {
  color: #6a6a69;
  font: 0.75rem/1.5 "Roboto Condensed", sans-serif;
}

/* line 39, ../../src/scss/_theme.scss */
a {
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
  color: #00728a;
  font: 0.9375rem/1.5 "Roboto Condensed", sans-serif;
}

/* line 45, ../../src/scss/_theme.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00728a;
  font-family: "Sorts Mill Goudy", serif;
  line-height: 1.2;
}

/* line 56, ../../src/scss/_theme.scss */
h1 a {
  color: #00728a;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3rem;
  line-height: 1.2;
  text-decoration: underline;
}

/* line 64, ../../src/scss/_theme.scss */
h2 a {
  color: #00728a;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 2.5rem;
  line-height: 1.2;
  text-decoration: underline;
}

/* line 72, ../../src/scss/_theme.scss */
h3 a {
  color: #00728a;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.9375rem;
  line-height: 1.2;
  text-decoration: underline;
}

/* line 80, ../../src/scss/_theme.scss */
h4 a {
  color: #00728a;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.5625rem;
  line-height: 1.2;
  text-decoration: underline;
}

/* line 88, ../../src/scss/_theme.scss */
h5 a {
  color: #00728a;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: underline;
}

/* line 96, ../../src/scss/_theme.scss */
h6 a {
  color: #00728a;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: underline;
}

/* line 104, ../../src/scss/_theme.scss */
p a {
  color: #6a6a69;
  font: 0.75rem/1.5 "Roboto Condensed", sans-serif;
  text-decoration: underline;
}

/* line 110, ../../src/scss/_theme.scss */
.heading {
  color: #00728a;
  font: 1.375rem/1.2 "Sorts Mill Goudy", serif;
}

/* line 115, ../../src/scss/_theme.scss */
.button {
  -webkit-transition: bacground 0.25s ease 0s;
  -moz-transition: bacground 0.25s ease 0s;
  -ms-transition: bacground 0.25s ease 0s;
  -o-transition: bacground 0.25s ease 0s;
  transition: bacground 0.25s ease 0s;
  background: rgba(129, 130, 52, 0.5);
  border-radius: 62.5rem;
  color: #ffffff;
  font: 0.875rem/1 "Sorts Mill Goudy", serif;
  margin: 0;
  padding: 0.5625rem 0.9375rem 0.25rem;
  text-transform: uppercase;
}
/* line 125, ../../src/scss/_theme.scss */
.button:hover {
  background: #818234;
}

/* line 130, ../../src/scss/_theme.scss */
.clear {
  clear: both;
}

/* line 134, ../../src/scss/_theme.scss */
.focus-text {
  color: #818234;
  font: 1.25rem "Sorts Mill Goudy", serif;
}

/* line 139, ../../src/scss/_theme.scss */
.twitter-timeline {
  width: 100% !important;
}

/* line 143, ../../src/scss/_theme.scss */
.return-to-top {
  -webkit-box-shadow: 0 0 0.3125rem #bfbfbf;
  -moz-box-shadow: 0 0 0.3125rem #bfbfbf;
  box-shadow: 0 0 0.3125rem #bfbfbf;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='$color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='$color');
  background: rgba(255, 255, 255, 0.9);
  bottom: 1.875rem;
  color: #dfdfdf;
  cursor: pointer;
  display: none;
  font-size: 1.6875rem;
  line-height: 3.125rem;
  position: fixed;
  right: 1.875rem;
  text-align: center;
  width: 3.125rem;
}

/* line 158, ../../src/scss/_theme.scss */
.slick-dots {
  display: inline-block;
  margin: 0;
}

/* line 163, ../../src/scss/_theme.scss */
.slick-arrow {
  z-index: 9;
}

/* line 167, ../../src/scss/_theme.scss */
.cta {
  margin-bottom: 5px;
  padding: 0 0.3125rem;
  position: relative;
  text-align: center;
}
/* line 173, ../../src/scss/_theme.scss */
.cta .heading {
  background: #00728a;
  color: #ffffff !important;
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.25rem 0.3125rem 0.9375rem;
}
/* line 181, ../../src/scss/_theme.scss */
.cta__arrow {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* line 187, ../../src/scss/_theme.scss */
.cta__photo {
  margin-top: -2rem;
  width: 100%;
}

/* line 193, ../../src/scss/_theme.scss */
.sidebar-title-bar {
  background: #818234;
  text-align: right;
}

/* line 198, ../../src/scss/_theme.scss */
.search-wrapper {
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}
/* line 208, ../../src/scss/_theme.scss */
.search-wrapper form {
  display: block;
  margin-top: -6.25rem;
  max-width: 48rem;
  padding: 0 0.9375rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
/* line 218, ../../src/scss/_theme.scss */
.search-wrapper form .button {
  background: #00728a;
  width: auto;
}
/* line 224, ../../src/scss/_theme.scss */
.search-wrapper input {
  width: 100%;
}
/* line 228, ../../src/scss/_theme.scss */
.search-wrapper__close {
  cursor: pointer;
  position: absolute;
  right: 0.9375rem;
  top: 2.8125rem;
}
/* line 234, ../../src/scss/_theme.scss */
.search-wrapper__close:hover {
  text-decoration: underline;
}

/* line 241, ../../src/scss/_theme.scss */
.envirabox-title .child {
  white-space: normal !important;
}

/* line 247, ../../src/scss/_theme.scss */
.organization-numbers__list .slick-prev {
  left: 10px;
}
/* line 251, ../../src/scss/_theme.scss */
.organization-numbers__list .slick-next {
  right: 10px;
}

@media screen and (min-width: 48.0625em) {
  /* line 257, ../../src/scss/_theme.scss */
  p {
    color: #6a6a69;
    font-size: 0.9375rem;
  }

  /* line 262, ../../src/scss/_theme.scss */
  p a {
    font-size: 0.9375rem;
  }

  /* line 266, ../../src/scss/_theme.scss */
  .focus-text a {
    color: #818234;
    font: 1.25rem "Sorts Mill Goudy", serif;
  }

  /* line 271, ../../src/scss/_theme.scss */
  .heading {
    color: #00728a;
    font-size: 2.125rem;
  }

  /* line 276, ../../src/scss/_theme.scss */
  .button {
    font-size: 1.25rem;
    padding: 0.5625rem 0.9375rem 0.25rem;
  }

  /* line 282, ../../src/scss/_theme.scss */
  .cta .heading {
    font-size: 2rem;
  }
  /* line 286, ../../src/scss/_theme.scss */
  .cta__photo {
    margin-top: -2rem;
  }

  /* line 292, ../../src/scss/_theme.scss */
  .search-wrapper form {
    left: 50%;
    margin-left: -22.5rem;
    max-width: 48rem;
    padding: 0;
  }
}
/**
 * 2.0 - Header
 */
/* line 305, ../../src/scss/_theme.scss */
.site-header {
  position: relative;
  z-index: 9999;
}
/* line 309, ../../src/scss/_theme.scss */
.site-header__inner {
  background: #ffffff;
  text-align: center;
}
/* line 314, ../../src/scss/_theme.scss */
.site-header__logo {
  margin-bottom: 15px;
}
/* line 318, ../../src/scss/_theme.scss */
.site-header__connect {
  color: #00728a;
  float: right;
  font: 0.875rem/1 "Sorts Mill Goudy", serif;
  margin: 0 -0.9375rem;
}
/* line 324, ../../src/scss/_theme.scss */
.site-header__connect ul {
  margin: 0;
}
/* line 328, ../../src/scss/_theme.scss */
.site-header__connect li {
  display: inline-block;
  line-height: 1;
  margin-left: 0.3125rem;
  vertical-align: middle;
}
/* line 334, ../../src/scss/_theme.scss */
.site-header__connect li:first-child {
  margin: 0;
}
/* line 339, ../../src/scss/_theme.scss */
.site-header__connect .stay-connected {
  position: relative;
  top: 2px;
}
/* line 344, ../../src/scss/_theme.scss */
.site-header__connect .icon-seperator {
  background: #00728a;
  height: 1.5625rem;
  margin-left: 0.3125rem;
  width: 0.0625rem;
}
/* line 351, ../../src/scss/_theme.scss */
.site-header__connect .facebook-icon {
  margin-left: 0.3125rem;
}
/* line 355, ../../src/scss/_theme.scss */
.site-header__connect .fa {
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
  color: #818234;
  font-size: 1.125rem;
}
/* line 360, ../../src/scss/_theme.scss */
.site-header__connect .fa:hover {
  color: #00728a;
}
/* line 365, ../../src/scss/_theme.scss */
.site-header__connect .fa-heart {
  font-size: 1rem;
}
/* line 369, ../../src/scss/_theme.scss */
.site-header__connect .button {
  background: #00728a;
  border-radius: 0;
  padding: 0.3125rem 0.3125rem 0.25rem;
}
/* line 374, ../../src/scss/_theme.scss */
.site-header__connect .button:hover {
  background: #003945;
}
/* line 378, ../../src/scss/_theme.scss */
.site-header__connect .button .fa {
  color: #ffffff;
}
/* line 384, ../../src/scss/_theme.scss */
.site-header__logo {
  padding: 0.9375rem 0.9375rem 0;
}
/* line 388, ../../src/scss/_theme.scss */
.site-header__primary-menu, .site-header__primary-interior-menu {
  margin: 0 -1.875rem -0.9375rem;
  text-align: right;
}
/* line 393, ../../src/scss/_theme.scss */
.site-header__primary-menu .menu, .site-header__primary-interior-menu .menu {
  background: #818234;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a4a542), color-stop(1, #818234));
  background-image: -webkit-linear-gradient(top, #a4a542 0%, #818234 100%);
  background-image: -moz-linear-gradient(top, #a4a542 0%, #818234 100%);
  background-image: -o-linear-gradient(top, #a4a542 0%, #818234 100%);
  background-image: -ms-linear-gradient(top, #a4a542 0%, #818234 100%);
  background-image: linear-gradient(to bottom, #a4a542 0%, #818234 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a542', endColorstr='#818234',GradientType=1 );
  display: table;
  margin: 0 0 0 auto;
  text-align: center;
}
/* line 400, ../../src/scss/_theme.scss */
.site-header__primary-menu .menu > li:not(.menu-text), .site-header__primary-interior-menu .menu > li:not(.menu-text) {
  -webkit-transition: background 0.25s ease 0s;
  -moz-transition: background 0.25s ease 0s;
  -ms-transition: background 0.25s ease 0s;
  -o-transition: background 0.25s ease 0s;
  transition: background 0.25s ease 0s;
  display: table-cell;
  padding: 0.3125rem 0;
}
/* line 405, ../../src/scss/_theme.scss */
.site-header__primary-menu .menu > li:not(.menu-text):hover, .site-header__primary-interior-menu .menu > li:not(.menu-text):hover {
  background: #00728a;
}
/* line 408, ../../src/scss/_theme.scss */
.site-header__primary-menu .menu > li:not(.menu-text):hover > a, .site-header__primary-interior-menu .menu > li:not(.menu-text):hover > a {
  border-right: 0.0625rem solid #00a0c2;
  border-left: 0.0625rem solid #00677c;
}
/* line 414, ../../src/scss/_theme.scss */
.site-header__primary-menu .menu > li:not(.menu-text) > a, .site-header__primary-interior-menu .menu > li:not(.menu-text) > a {
  border-right: 0.0625rem solid #a4a542;
  border-left: 0.0625rem solid #74752f;
  color: #ffffff;
  font: 1.3125rem/1 "Sorts Mill Goudy", serif;
  padding: 0.625rem 1.5625rem 0.3125rem;
  text-transform: uppercase;
}
/* line 424, ../../src/scss/_theme.scss */
.site-header__primary-menu .menu > li:not(.menu-text):first-child > a, .site-header__primary-interior-menu .menu > li:not(.menu-text):first-child > a {
  border-left: 0;
}
/* line 430, ../../src/scss/_theme.scss */
.site-header__primary-menu .menu > li:not(.menu-text):last-child > a, .site-header__primary-interior-menu .menu > li:not(.menu-text):last-child > a {
  border: 0;
}
/* line 436, ../../src/scss/_theme.scss */
.site-header__primary-menu .menu .submenu, .site-header__primary-interior-menu .menu .submenu {
  border: 0;
}
/* line 439, ../../src/scss/_theme.scss */
.site-header__primary-menu .menu .submenu li, .site-header__primary-interior-menu .menu .submenu li {
  background: #818234;
  display: block;
}
/* line 443, ../../src/scss/_theme.scss */
.site-header__primary-menu .menu .submenu li a, .site-header__primary-interior-menu .menu .submenu li a {
  font-size: 0.8125rem;
  text-align: left;
}
/* line 453, ../../src/scss/_theme.scss */
.site-header__primary-interior-menu .menu {
  width: 100%;
}
/* line 457, ../../src/scss/_theme.scss */
.site-header__primary-interior-menu .menu > li:not(.menu-text) > a {
  font-size: 1rem;
  padding: 0.625rem 0.9375rem 0.3125rem;
}
/* line 465, ../../src/scss/_theme.scss */
.site-header__mobile-menu {
  text-align: left;
}
/* line 468, ../../src/scss/_theme.scss */
.site-header__mobile-menu .is-drilldown {
  height: auto !important;
}
/* line 472, ../../src/scss/_theme.scss */
.site-header__mobile-menu .title-bar {
  background: #818234;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a4a542), color-stop(1, #818234));
  background-image: -webkit-linear-gradient(top, #a4a542 0%, #818234 100%);
  background-image: -moz-linear-gradient(top, #a4a542 0%, #818234 100%);
  background-image: -o-linear-gradient(top, #a4a542 0%, #818234 100%);
  background-image: -ms-linear-gradient(top, #a4a542 0%, #818234 100%);
  background-image: linear-gradient(to bottom, #a4a542 0%, #818234 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a542', endColorstr='#818234',GradientType=1 );
  margin-top: 0.625rem;
  position: relative;
  text-align: right;
}
/* line 479, ../../src/scss/_theme.scss */
.site-header__mobile-menu .title-bar .title-bar-title {
  font: 1.125rem/1 "Sorts Mill Goudy", serif;
  margin-right: 2.8125rem;
  text-transform: uppercase;
}
/* line 485, ../../src/scss/_theme.scss */
.site-header__mobile-menu .title-bar .menu-icon-wrapper {
  background: #00728a;
  bottom: 0;
  padding: 0.3125rem 0.25rem 0.1875rem 0.375rem;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 494, ../../src/scss/_theme.scss */
.site-header__mobile-menu .title-bar .menu-icon {
  background: #00728a;
  padding: 0.3125rem;
}
/* line 501, ../../src/scss/_theme.scss */
.site-header__secondary-menu {
  margin-right: -0.9375rem;
  text-align: right;
}
/* line 505, ../../src/scss/_theme.scss */
.site-header__secondary-menu .menu {
  display: inline-block;
}
/* line 509, ../../src/scss/_theme.scss */
.site-header__secondary-menu .menu > li:not(.menu-text) > a {
  color: #818234;
  font: 1.1875rem/1 "Sorts Mill Goudy", serif;
  padding: 0.3125rem 0.9375rem;
}
/* line 514, ../../src/scss/_theme.scss */
.site-header__secondary-menu .menu > li:not(.menu-text) > a:hover {
  color: #41411a;
}
/* line 521, ../../src/scss/_theme.scss */
.site-header__secondary-menu .menu > li:not(.menu-text).current-menu-item > a {
  color: #41411a;
}
/* line 528, ../../src/scss/_theme.scss */
.site-header__search {
  background: #00728a;
}
/* line 531, ../../src/scss/_theme.scss */
.site-header__search .fa {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0 0.9375rem;
}

/* line 540, ../../src/scss/_theme.scss */
.site-hero {
  background: url(../img/banner_interior_background.jpg) center/cover;
}
/* line 543, ../../src/scss/_theme.scss */
.site-hero__inner {
  background: url(../img/banner_interior.jpg) right/cover;
  height: 11.25rem;
  position: relative;
}
/* line 549, ../../src/scss/_theme.scss */
.site-hero iframe {
  position: relative;
  z-index: 1;
}
/* line 554, ../../src/scss/_theme.scss */
.site-hero__content {
  background: rgba(0, 114, 138, 0.5);
  bottom: 0;
  left: 0;
  padding: 2.8125rem 0.9375rem 1.875rem 1.875rem;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 563, ../../src/scss/_theme.scss */
.site-hero__content .heading {
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1.25;
  margin-bottom: 0.9375rem;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #404040;
  text-transform: uppercase;
}
/* line 575, ../../src/scss/_theme.scss */
.site-hero--home .site-hero__content {
  background: none;
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  z-index: 9;
}

@media screen and (min-width: 48.0625em) {
  /* line 590, ../../src/scss/_theme.scss */
  .site-hero__inner {
    height: 15.625rem;
  }
  /* line 594, ../../src/scss/_theme.scss */
  .site-hero__content {
    background: none;
    padding: 5.625rem 0.9375rem 1.875rem 0.9375rem;
  }
}
@media screen and (min-width: 64.0625em) {
  /* line 603, ../../src/scss/_theme.scss */
  .site-header__inner {
    text-align: left;
  }
  /* line 608, ../../src/scss/_theme.scss */
  .site-header__menu-area {
    margin-top: -1.25rem;
  }

  /* line 614, ../../src/scss/_theme.scss */
  .site-hero__content {
    padding-left: 2.8125rem;
  }
  /* line 617, ../../src/scss/_theme.scss */
  .site-hero__content .heading {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 48.0625em) {
  /* line 626, ../../src/scss/_theme.scss */
  .site-header__inner {
    padding: 0.9375rem 1.875rem 0 0.9375rem;
    text-align: default;
  }
  /* line 631, ../../src/scss/_theme.scss */
  .site-header__logo {
    margin-bottom: 0;
  }
  /* line 635, ../../src/scss/_theme.scss */
  .site-header__connect {
    font-size: 1.125rem;
    margin: 0;
  }
  /* line 639, ../../src/scss/_theme.scss */
  .site-header__connect li {
    margin-left: 0.9375rem;
  }
  /* line 643, ../../src/scss/_theme.scss */
  .site-header__connect .icon-seperator {
    height: 2.1875rem;
    margin-left: 0.4375rem;
  }
  /* line 648, ../../src/scss/_theme.scss */
  .site-header__connect .facebook-icon {
    margin-left: 0.4375rem;
  }
  /* line 652, ../../src/scss/_theme.scss */
  .site-header__connect .fa {
    font-size: 1.5rem;
  }
  /* line 656, ../../src/scss/_theme.scss */
  .site-header__connect .fa-heart {
    font-size: 1.3125rem;
  }
  /* line 660, ../../src/scss/_theme.scss */
  .site-header__connect .button {
    border-radius: 62.5rem;
    padding: 0.3125rem 0.9375rem 0.25rem;
  }
  /* line 666, ../../src/scss/_theme.scss */
  .site-header__logo {
    padding: 0.9375rem 0 0;
  }
  /* line 670, ../../src/scss/_theme.scss */
  .site-header__primary-interior-menu {
    padding-left: 0.9375rem;
  }
  /* line 675, ../../src/scss/_theme.scss */
  .site-header__primary-interior-menu .menu > li:not(.menu-text) > a {
    font-size: 1.3125rem;
    padding: 0.625rem 0.9375rem 0.3125rem;
  }
}
/**
 * 3.0 - Main
 */
/* line 689, ../../src/scss/_theme.scss */
.wrapper {
  background: url(../img/background_flower-bottom.jpg) calc(50% - 500px) bottom no-repeat, url(../img/background_flower-top.jpg) calc(50% + 700px) top no-repeat;
}

/* line 695, ../../src/scss/_theme.scss */
.site-main__inner {
  background: #ffffff;
}
/* line 699, ../../src/scss/_theme.scss */
.site-main__sidebar {
  background: #dcebee;
  padding: 2.8125rem 0.9375rem 0;
  width: 100%;
}
/* line 704, ../../src/scss/_theme.scss */
.site-main__sidebar .sub-pages {
  margin-bottom: 0.9375rem;
}
/* line 707, ../../src/scss/_theme.scss */
.site-main__sidebar .sub-pages .title-bar-title {
  float: left;
}
/* line 711, ../../src/scss/_theme.scss */
.site-main__sidebar .sub-pages .heading {
  border-top: 0.0625rem dotted #00728a;
  border-bottom: 0.0625rem dotted #00728a;
  color: #818234;
  font-size: 1.625rem;
  padding: 0.5rem 0 0.25rem 0.9375rem;
  text-transform: uppercase;
}
/* line 720, ../../src/scss/_theme.scss */
.site-main__sidebar .sub-pages ul {
  margin: 1.875rem 0 0 1.875rem;
}
/* line 723, ../../src/scss/_theme.scss */
.site-main__sidebar .sub-pages ul .children {
  margin-top: 0;
}
/* line 728, ../../src/scss/_theme.scss */
.site-main__sidebar .sub-pages li {
  color: #000000;
  font: 1.25rem/2 "Sorts Mill Goudy", serif;
}
/* line 732, ../../src/scss/_theme.scss */
.site-main__sidebar .sub-pages li a {
  color: #818234;
  font: 1.25rem/2 "Sorts Mill Goudy", serif;
}
/* line 736, ../../src/scss/_theme.scss */
.site-main__sidebar .sub-pages li a:hover {
  color: #41411a;
}
/* line 744, ../../src/scss/_theme.scss */
.site-main .large-9 {
  padding: 1.875rem 0.9375rem;
}

@media screen and (min-width: 48.0625em) {
  /* line 752, ../../src/scss/_theme.scss */
  .site-main__inner > .row {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #dcebee), color-stop(0.3, #dcebee), color-stop(0.3, #ffffff), color-stop(1, #ffffff));
    background-image: -webkit-linear-gradient(right, #dcebee 0%, #dcebee 30%, #ffffff 30%, #ffffff 100%);
    background-image: -moz-linear-gradient(right, #dcebee 0%, #dcebee 30%, #ffffff 30%, #ffffff 100%);
    background-image: -o-linear-gradient(right, #dcebee 0%, #dcebee 30%, #ffffff 30%, #ffffff 100%);
    background-image: -ms-linear-gradient(right, #dcebee 0%, #dcebee 30%, #ffffff 30%, #ffffff 100%);
    background-image: linear-gradient(to right, #dcebee 0%, #dcebee 30%, #ffffff 30%, #ffffff 100%);
  }
  /* line 762, ../../src/scss/_theme.scss */
  .site-main__sidebar {
    background: none;
    padding: 2.8125rem 0.9375rem;
    width: 30%;
  }
  /* line 767, ../../src/scss/_theme.scss */
  .site-main__sidebar .sub-pages {
    margin-bottom: 1.875rem;
  }
  /* line 772, ../../src/scss/_theme.scss */
  .site-main__content {
    width: 70%;
  }
  /* line 775, ../../src/scss/_theme.scss */
  .site-main__content--home {
    width: auto;
  }
}
/**
 * 4.0 - Footer
 */
/* line 786, ../../src/scss/_theme.scss */
.accreditations {
  padding: 2.8125rem 0 1.875rem;
  text-align: center;
}
/* line 790, ../../src/scss/_theme.scss */
.accreditations ul {
  list-style: none;
  margin: 0;
}
/* line 795, ../../src/scss/_theme.scss */
.accreditations li {
  display: inline-block;
  margin: 0 1.875rem 0.9375rem;
}
/* line 800, ../../src/scss/_theme.scss */
.accreditations .heading {
  margin-bottom: 1.875rem;
}

/* line 805, ../../src/scss/_theme.scss */
.site-footer {
  background: #dcebee;
  color: #00728a;
  font: 1rem/1 "Roboto", sans-serif;
  padding: 2.8125rem 0;
}
/* line 811, ../../src/scss/_theme.scss */
.site-footer a {
  color: #00728a;
  font-size: 1rem;
}
/* line 816, ../../src/scss/_theme.scss */
.site-footer__social {
  font: 1.125rem/1 "Sorts Mill Goudy", serif;
  text-align: center;
}
/* line 820, ../../src/scss/_theme.scss */
.site-footer__social ul {
  margin: 0;
}
/* line 824, ../../src/scss/_theme.scss */
.site-footer__social li {
  display: inline-block;
}
/* line 829, ../../src/scss/_theme.scss */
.site-footer__social .fa__outer {
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
  font-size: 2.8125rem;
}
/* line 834, ../../src/scss/_theme.scss */
.site-footer__social .fa__inner {
  color: #ffffff;
  font-size: 1.5625rem;
  line-height: 2.8125rem;
}
/* line 840, ../../src/scss/_theme.scss */
.site-footer__social .fa-stack {
  height: 2.8125rem;
  margin-top: 0.3125rem;
  width: 2.8125rem;
}
/* line 846, ../../src/scss/_theme.scss */
.site-footer__social .fa-stack:hover .fa__outer {
  color: #003945;
}
/* line 854, ../../src/scss/_theme.scss */
.site-footer__content {
  text-align: center;
}
/* line 858, ../../src/scss/_theme.scss */
.site-footer__logo {
  max-width: 18.75rem;
}
/* line 863, ../../src/scss/_theme.scss */
.site-footer__menu .menu {
  display: inline-block;
  margin-right: -0.625rem;
  padding: 1.875rem 0 0.9375rem;
  text-align: center;
}
/* line 869, ../../src/scss/_theme.scss */
.site-footer__menu .menu > li:not(.menu-text) {
  display: inline-block;
}
/* line 872, ../../src/scss/_theme.scss */
.site-footer__menu .menu > li:not(.menu-text) > a {
  color: #818234;
  font-family: "Sorts Mill Goudy", serif;
  padding: 0 0.625rem 0 0;
}
/* line 877, ../../src/scss/_theme.scss */
.site-footer__menu .menu > li:not(.menu-text) > a:before {
  content: "\2022";
  margin-right: 0.625rem;
}
/* line 882, ../../src/scss/_theme.scss */
.site-footer__menu .menu > li:not(.menu-text) > a:hover {
  color: #41411a;
}
/* line 889, ../../src/scss/_theme.scss */
.site-footer__menu .menu > li:not(.menu-text):first-child > a:before {
  content: "";
  margin-right: 0;
}
/* line 899, ../../src/scss/_theme.scss */
.site-footer__legal {
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  margin-top: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 48.0625em) {
  /* line 909, ../../src/scss/_theme.scss */
  .site-footer a {
    color: #00728a;
    font-size: 1rem;
  }
  /* line 914, ../../src/scss/_theme.scss */
  .site-footer__social {
    font: 1.125rem/1 "Sorts Mill Goudy", serif;
    text-align: left;
  }
  /* line 919, ../../src/scss/_theme.scss */
  .site-footer__content {
    text-align: right;
  }
  /* line 924, ../../src/scss/_theme.scss */
  .site-footer__menu .menu {
    text-align: right;
  }
  /* line 927, ../../src/scss/_theme.scss */
  .site-footer__menu .menu > li:not(.menu-text) {
    display: table-cell;
  }
  /* line 933, ../../src/scss/_theme.scss */
  .site-footer__legal {
    text-align: right;
  }
}
/**
 * Table of Contents
 *
 * 1.0 - Home
 * 2.0 - Events
 * 3.0 - News
 * 4.0 - Give Online
 */
/**
 * 1.0 - Home
 */
/* line 15, ../../src/scss/_pages.scss */
.home .site-hero--home {
  background: url(../img/banner_home_background.jpg) center/cover;
}
/* line 18, ../../src/scss/_pages.scss */
.home .site-hero--home .site-hero__inner {
  background: url(../img/banner_home_mobile.jpg) center/cover;
  height: 20.625rem;
  padding: 0;
}
/* line 24, ../../src/scss/_pages.scss */
.home .site-hero--home .site-hero__slider {
  margin: 0;
}
/* line 27, ../../src/scss/_pages.scss */
.home .site-hero--home .site-hero__slider li {
  background: center/cover;
  display: inline-block;
  height: 20.625rem;
}
/* line 34, ../../src/scss/_pages.scss */
.home .site-hero--home .site-hero__content {
  padding: 9.375rem 0 0;
  text-align: center;
}
/* line 38, ../../src/scss/_pages.scss */
.home .site-hero--home .site-hero__content .heading {
  color: #ffffff;
  font-size: 1.6875rem;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #404040;
  text-transform: none;
}
/* line 47, ../../src/scss/_pages.scss */
.home .site-hero--home .site-hero__content .button {
  background: none;
  border: 0.125rem solid #ffffff;
  font: 0.875rem/1 "Roboto Condensed", sans-serif;
  padding: 0.1875rem 0.9375rem 0.25rem;
  text-transform: none;
}
/* line 56, ../../src/scss/_pages.scss */
.home .site-hero--home .slick-prev {
  left: 0.625rem;
}
/* line 60, ../../src/scss/_pages.scss */
.home .site-hero--home .slick-next {
  right: 0.625rem;
}
/* line 65, ../../src/scss/_pages.scss */
.home .ctas {
  margin: -3.6875rem 0 0;
  padding: 0 0.625rem;
}
/* line 69, ../../src/scss/_pages.scss */
.home .ctas .slick-dots {
  margin: 0;
}
/* line 74, ../../src/scss/_pages.scss */
.home .wrapper {
  background: url(../img/background_flower-bottom.jpg) calc(50% - 500px) bottom no-repeat, url(../img/background_flower-top.jpg) calc(50% + 700px) 25rem no-repeat;
}
/* line 81, ../../src/scss/_pages.scss */
.home .site-main__inner {
  background: none;
}
/* line 85, ../../src/scss/_pages.scss */
.home .site-main__content {
  padding: 0;
}
/* line 88, ../../src/scss/_pages.scss */
.home .site-main__content .site-description {
  background: url(../img/home/background_content.jpg) right/auto 85% no-repeat;
  padding: 3.75rem 3.75rem 1.875rem 1.875rem;
}
/* line 92, ../../src/scss/_pages.scss */
.home .site-main__content .site-description p {
  margin-bottom: 1.5625rem;
}
/* line 96, ../../src/scss/_pages.scss */
.home .site-main__content .site-description .heading {
  margin-bottom: 1.25rem;
}
/* line 101, ../../src/scss/_pages.scss */
.home .site-main__content .changing-lives {
  background: url(../img/home/curved-line.png) left/auto 100% no-repeat;
  list-style: none;
  margin: 0;
  padding: 2.8125rem 0 2.8125rem 0.9375rem;
}
/* line 107, ../../src/scss/_pages.scss */
.home .site-main__content .changing-lives li {
  margin-bottom: 0.9375rem;
}
/* line 110, ../../src/scss/_pages.scss */
.home .site-main__content .changing-lives li:nth-child(2), .home .site-main__content .changing-lives li:nth-child(3) {
  margin-left: 1.25rem;
}
/* line 115, ../../src/scss/_pages.scss */
.home .site-main__content .changing-lives li:last-child {
  margin-bottom: 0;
}
/* line 120, ../../src/scss/_pages.scss */
.home .site-main__content .changing-lives__icon {
  background: #f8f6eb;
  border: 0.1875rem solid #cac9a5;
  border-radius: 62.5rem;
  display: inline-block;
  height: 3.75rem;
  line-height: 3.3125rem;
  margin-right: 0.9375rem;
  text-align: center;
  vertical-align: middle;
  width: 3.75rem;
}
/* line 133, ../../src/scss/_pages.scss */
.home .site-main__content .changing-lives__label {
  color: #00728a;
  display: inline-block;
  font: 1.5rem/1 "Sorts Mill Goudy", serif;
  vertical-align: middle;
}
/* line 143, ../../src/scss/_pages.scss */
.home .organization-numbers {
  background: #ffffff;
  padding: 1.875rem 0 0.3125rem;
  text-align: center;
}
/* line 148, ../../src/scss/_pages.scss */
.home .organization-numbers p {
  color: #818234;
  font-size: 1rem;
  font-weight: 300;
}
/* line 154, ../../src/scss/_pages.scss */
.home .organization-numbers .heading {
  color: #818234;
  margin-bottom: 1.875rem;
}
/* line 159, ../../src/scss/_pages.scss */
.home .organization-numbers__list {
  margin: 0;
}
/* line 162, ../../src/scss/_pages.scss */
.home .organization-numbers__list img {
  margin: 0 auto;
}
/* line 167, ../../src/scss/_pages.scss */
.home .organization-numbers__number {
  color: #00728a;
  font-size: 1.6875rem;
  font-weight: 700;
  margin: 0.9375rem 0 0.625rem;
}
/* line 175, ../../src/scss/_pages.scss */
.home .stories {
  position: relative;
}
/* line 178, ../../src/scss/_pages.scss */
.home .stories__arrows {
  position: absolute;
  top: 0;
  left: 1.875rem;
  z-index: 1;
}
/* line 185, ../../src/scss/_pages.scss */
.home .stories__arrow {
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
  width: 1.875rem;
}
/* line 195, ../../src/scss/_pages.scss */
.home .stories__list {
  margin: 0;
}
/* line 198, ../../src/scss/_pages.scss */
.home .stories__list li {
  background: center/cover no-repeat;
  padding: 5.625rem 0.9375rem 2.8125rem 4.6875rem;
}
/* line 202, ../../src/scss/_pages.scss */
.home .stories__list li p {
  color: #ffffff;
  font: italic 1.5rem/1.3 "Sorts Mill Goudy", serif;
  margin-bottom: 1.5625rem;
  max-width: 35rem;
}
/* line 209, ../../src/scss/_pages.scss */
.home .stories__list li .heading {
  color: #ffffff;
  margin-bottom: 2.1875rem;
}
/* line 214, ../../src/scss/_pages.scss */
.home .stories__list li .button {
  background: none;
  border: 0.125rem solid #ffffff;
}
/* line 222, ../../src/scss/_pages.scss */
.home .social-section {
  background: #ffffff;
  padding: 2.8125rem 1.875rem 1.875rem;
}
/* line 226, ../../src/scss/_pages.scss */
.home .social-section .latest-news {
  padding-left: 0.9375rem;
}
/* line 230, ../../src/scss/_pages.scss */
.home .social-section .latest-post {
  clear: both;
}
/* line 233, ../../src/scss/_pages.scss */
.home .social-section .latest-post img {
  -webkit-box-shadow: 0.3125rem 0.3125rem 0.3125rem 0 gray;
  -moz-box-shadow: 0.3125rem 0.3125rem 0.3125rem 0 gray;
  box-shadow: 0.3125rem 0.3125rem 0.3125rem 0 gray;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='$color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='$color');
  border: 0.3125rem solid #ffffff;
  float: left;
  margin: 0 1.5625rem 1.5625rem 0;
  width: 17.5rem;
}
/* line 241, ../../src/scss/_pages.scss */
.home .social-section .latest-post hr {
  margin: 0 auto 1.875rem 0;
  width: 75%;
}
/* line 246, ../../src/scss/_pages.scss */
.home .social-section .latest-post .heading {
  color: #818234;
  font-size: 1.5rem;
  margin: 0;
}
/* line 252, ../../src/scss/_pages.scss */
.home .social-section .latest-post__date {
  color: #818234;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
/* line 259, ../../src/scss/_pages.scss */
.home .social-section .twitter-wrapper {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 48.0625em) {
  /* line 267, ../../src/scss/_pages.scss */
  .home .site-hero--home {
    background: url(../img/banner_home_background.jpg) center/cover;
  }
  /* line 270, ../../src/scss/_pages.scss */
  .home .site-hero--home .site-hero__inner {
    background: none;
    height: 28.125rem;
    padding: 0;
  }
  /* line 276, ../../src/scss/_pages.scss */
  .home .site-hero--home .site-hero__slider {
    margin: 0;
    position: relative;
  }
  /* line 280, ../../src/scss/_pages.scss */
  .home .site-hero--home .site-hero__slider li {
    height: 28.125rem;
  }
  /* line 285, ../../src/scss/_pages.scss */
  .home .site-hero--home .site-hero__content {
    max-width: 28.125rem;
    padding: 9.375rem 0 0;
    text-align: center;
  }
  /* line 290, ../../src/scss/_pages.scss */
  .home .site-hero--home .site-hero__content .heading {
    font-size: 3.125rem;
    line-height: 1.25;
    margin-bottom: 0.9375rem;
  }
  /* line 296, ../../src/scss/_pages.scss */
  .home .site-hero--home .site-hero__content .button {
    font: 1.125rem/1 "Roboto Condensed", sans-serif;
    padding: 0.3125rem 0.9375rem 0.4375rem;
  }
  /* line 302, ../../src/scss/_pages.scss */
  .home .site-hero--home .slick-dots {
    bottom: 4.6875rem;
    height: 1.875rem;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  /* line 311, ../../src/scss/_pages.scss */
  .home .site-hero--home .slick-prev {
    bottom: 4.5rem;
    height: 1.875rem;
    left: 50%;
    margin-left: -5.625rem;
    position: absolute;
    top: auto;
    z-index: 9;
  }
  /* line 321, ../../src/scss/_pages.scss */
  .home .site-hero--home .slick-next {
    bottom: 4.5rem;
    height: 1.875rem;
    margin-right: -5.625rem;
    position: absolute;
    right: 50%;
    top: auto;
    z-index: 9;
  }
  /* line 333, ../../src/scss/_pages.scss */
  .home .site-main .ctas {
    margin-top: -4.1875rem;
  }
}
/**
 * 2.0 - Events
 */
/* line 346, ../../src/scss/_pages.scss */
.event__info {
  margin-bottom: 1.5625rem;
}
/* line 349, ../../src/scss/_pages.scss */
.event__info span {
  display: block;
}

/**
 * 3.0 - News
 */
/* line 359, ../../src/scss/_pages.scss */
.post {
  margin-bottom: 3.75rem;
}

/**
 * 4.0 - Give Online
 */
/* line 367, ../../src/scss/_pages.scss */
#bboxdonation_recurrence_ddFrequency,
#bboxdonation_recurrence_ddFrequencyDate {
  min-width: 9.375rem;
}

/* line 372, ../../src/scss/_pages.scss */
#bboxdonation_giftattributes_ctl00_lblAttribDisplayName {
  display: block;
  width: auto;
}

/* line 377, ../../src/scss/_pages.scss */
.BBFormSectionHeading label {
  color: #00728a;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.125rem;
}

/* line 383, ../../src/scss/_pages.scss */
.contact-table {
  overflow: scroll;
}

/* line 387, ../../src/scss/_pages.scss */
.BBFormSection {
  text-align: left;
}

/* line 391, ../../src/scss/_pages.scss */
.BBFormFieldLabel,
.BBLinkSecureInfo {
  color: #00728a;
  display: block;
  float: none !important;
  font-family: "Sorts Mill Goudy", serif;
  margin: 0 !important;
  text-align: left !important;
  width: auto !important;
}

/* line 402, ../../src/scss/_pages.scss */
.BBFormFieldContainer {
  margin: 0 0 1.25rem !important;
}

/* line 406, ../../src/scss/_pages.scss */
.BBLinkSecureInfo {
  color: #663300;
  display: inline-block;
}
