/*
TSCI THEME
Master Sass file aggregates the various Sass partials to build the theme.

Developers:

Alex Macondray alex@zenergyworks.com

*/
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Mixin to apply base and media queried values 
 * for the between @function.
 * Defaults to/from: $small/$large, but can be overridden.
 */
/* line 2, ../sass/_navbar.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent !important;
}

/* line 5, ../sass/_navbar.scss */
.navbar-nav > li:before {
  display: none;
}

/*
.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
*/
/* line 14, ../sass/_navbar.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

/* line 22, ../sass/_navbar.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent !important;
}
/* line 29, ../sass/_navbar.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent !important;
}

/* line 33, ../sass/_navbar.scss */
.collapse.navbar-collapse {
  width: 100%;
  text-align: right;
}

/* line 37, ../sass/_navbar.scss */
.nav > li {
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 37, ../sass/_navbar.scss */
  .nav > li {
    width: 100%;
  }
}

/* line 45, ../sass/_navbar.scss */
.top-bar {
  background-color: #00add9;
}
/* line 47, ../sass/_navbar.scss */
.top-bar .container {
  padding: 0;
}
/* line 49, ../sass/_navbar.scss */
.top-bar .container .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
/* line 54, ../sass/_navbar.scss */
.top-bar .social {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 85px;
  margin-left: 1em;
}
/* line 59, ../sass/_navbar.scss */
.top-bar .social a {
  width: 30%;
  min-width: 15%;
  margin-right: .5em;
}
/* line 63, ../sass/_navbar.scss */
.top-bar .social a img {
  width: 100%;
}
/* line 68, ../sass/_navbar.scss */
.top-bar .search-donate {
  position: relative;
  width: 260px;
  text-align: right;
}
/* line 69, ../sass/_navbar.scss */
.top-bar .search-donate div {
  display: inline-block;
}
@media (min-width: 400px) {
  /* line 68, ../sass/_navbar.scss */
  .top-bar .search-donate {
    width: calc(100px + 40vw);
  }
}
@media (min-width: 1000px) {
  /* line 68, ../sass/_navbar.scss */
  .top-bar .search-donate {
    width: 500px;
  }
}
/* line 76, ../sass/_navbar.scss */
.top-bar .search-donate .search {
  margin-right: 40%;
}
/* line 78, ../sass/_navbar.scss */
.top-bar .search-donate .search input {
  border-radius: 0;
  margin: .5em 0;
  padding: .2em 1.5em .2em .5em !important;
  height: 80%;
  border: 0;
}
/* line 85, ../sass/_navbar.scss */
.top-bar .search-donate .search .input-group-btn {
  display: none;
}
/* line 89, ../sass/_navbar.scss */
.top-bar .search-donate .search-icon {
  height: 20px;
  position: absolute;
  margin-left: -22px;
  top: 6px;
  z-index: 10;
}
/* line 95, ../sass/_navbar.scss */
.top-bar .search-donate .search-icon img {
  width: 100%;
}
/* line 99, ../sass/_navbar.scss */
.top-bar .search-donate .donate {
  background-color: #fc6719;
  color: #ffffff;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  height: 50px;
  width: 80px;
  text-align: center;
  line-height: 1em;
}
@media (min-width: 400px) {
  /* line 99, ../sass/_navbar.scss */
  .top-bar .search-donate .donate {
    height: calc(46.66667px + 0.83333vw);
  }
}
@media (min-width: 1000px) {
  /* line 99, ../sass/_navbar.scss */
  .top-bar .search-donate .donate {
    height: 55px;
  }
}
@media (min-width: 400px) {
  /* line 99, ../sass/_navbar.scss */
  .top-bar .search-donate .donate {
    width: calc(23.33333px + 14.16667vw);
  }
}
@media (min-width: 1000px) {
  /* line 99, ../sass/_navbar.scss */
  .top-bar .search-donate .donate {
    width: 165px;
  }
}
/* line 112, ../sass/_navbar.scss */
.top-bar .search-donate .donate .flex {
  justify-content: center !important;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* line 122, ../sass/_navbar.scss */
.nav-links {
  background-color: #ffffff;
  color: #00add9;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
/* line 129, ../sass/_navbar.scss */
.nav-links .toggle {
  display: none;
}
/* line 132, ../sass/_navbar.scss */
.nav-links.container {
  padding: 0;
}
/* line 134, ../sass/_navbar.scss */
.nav-links.container:before, .nav-links.container:after {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 132, ../sass/_navbar.scss */
  .nav-links.container {
    width: 100% !important;
  }
}
/* line 141, ../sass/_navbar.scss */
.nav-links a, .nav-links div {
  padding: 0;
}
/* line 144, ../sass/_navbar.scss */
.nav-links ul {
  list-style: none;
  padding: 1.65em 0;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
/* line 151, ../sass/_navbar.scss */
.nav-links ul li {
  display: inline-block;
  border-right: 1px solid #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
/* line 156, ../sass/_navbar.scss */
.nav-links ul li a {
  color: #00add9;
  padding: .25em .75em !important;
  display: inline-block;
  /*text-transform: uppercase;*/
  letter-spacing: .1em;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
}
/* line 167, ../sass/_navbar.scss */
.nav-links ul li a:hover {
  color: #00add9;
  opacity: .8;
  text-decoration: none;
}
/* line 173, ../sass/_navbar.scss */
.nav-links ul li .caret {
  display: none;
}
/* line 176, ../sass/_navbar.scss */
.nav-links ul li ul {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  width: auto;
  border: none;
  visibility: hidden;
  display: block !important;
}
/* line 183, ../sass/_navbar.scss */
.nav-links ul li ul:hover {
  visibility: visible !important;
}
/* line 186, ../sass/_navbar.scss */
.nav-links ul li ul li {
  border-right: 0;
  transition: none;
}
/* line 189, ../sass/_navbar.scss */
.nav-links ul li ul li:hover {
  background-color: rgba(0, 173, 217, 0.15);
}
/* line 192, ../sass/_navbar.scss */
.nav-links ul li ul li a {
  width: 100%;
  background-color: transparent !important;
  transition: none;
  text-align: left;
  padding: .5em 1.5em !important;
}
/* line 199, ../sass/_navbar.scss */
.nav-links ul li ul li:last-child a {
  background-color: transparent !important;
  opacity: 1;
}
/* line 205, ../sass/_navbar.scss */
.nav-links ul li.menu-item-has-children:hover ul {
  visibility: visible;
}
@media screen and (max-width: 991px) {
  /* line 205, ../sass/_navbar.scss */
  .nav-links ul li.menu-item-has-children:hover ul {
    margin-left: -95px;
  }
}
/* line 214, ../sass/_navbar.scss */
.nav-links .habitat-logo img {
  width: 100%;
  height: auto;
}
/* line 219, ../sass/_navbar.scss */
.nav-links .restore-logo {
  width: 95px;
  margin-bottom: 2.1em;
}
@media (min-width: 400px) {
  /* line 219, ../sass/_navbar.scss */
  .nav-links .restore-logo {
    width: calc(61.66667px + 8.33333vw);
  }
}
@media (min-width: 1000px) {
  /* line 219, ../sass/_navbar.scss */
  .nav-links .restore-logo {
    width: 145px;
  }
}
@media screen and (max-width: 767px) {
  /* line 219, ../sass/_navbar.scss */
  .nav-links .restore-logo {
    margin-bottom: 0 !important;
  }
}
/* line 225, ../sass/_navbar.scss */
.nav-links .restore-logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 122, ../sass/_navbar.scss */
  .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: .5em 0;
  }
  /* line 235, ../sass/_navbar.scss */
  .nav-links .desktop-links {
    display: none;
  }
}

/* line 241, ../sass/_navbar.scss */
.navbar {
  margin-bottom: 0 !important;
  border: none !important;
}

/* line 248, ../sass/_navbar.scss */
.navbar-toggle {
  background-color: #ffffff !important;
  padding: 3px !important;
  width: 8%;
  max-width: 32px;
  margin-right: 10px !important;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  border-radius: 0 !important;
  float: none !important;
  max-height: 28px;
}
/* line 259, ../sass/_navbar.scss */
.navbar-toggle .icon-bar {
  background-color: #00add9;
  width: 100% !important;
  height: 4px !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 320px) {
  /* line 259, ../sass/_navbar.scss */
  .navbar-toggle .icon-bar {
    height: 3px !important;
  }
}
/* line 267, ../sass/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px !important;
}

@media screen and (max-width: 767px) {
  /* line 272, ../sass/_navbar.scss */
  .navbar-responsive-collapse.pull-right {
    display: block !important;
    background-color: #00add9;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
  }
  /* line 281, ../sass/_navbar.scss */
  .navbar-responsive-collapse.pull-right.in {
    height: auto !important;
  }
  /* line 284, ../sass/_navbar.scss */
  .navbar-responsive-collapse.pull-right a {
    color: #ffffff;
    padding: .5em 1.5em;
    font-size: 1.5em;
  }
  /* line 289, ../sass/_navbar.scss */
  .navbar-responsive-collapse.pull-right .caret {
    display: none;
  }
  /* line 292, ../sass/_navbar.scss */
  .navbar-responsive-collapse.pull-right .toggle {
    color: #fff;
    position: absolute;
    right: 1em;
    top: 0;
    font-size: 1.5em;
  }
  /* line 299, ../sass/_navbar.scss */
  .navbar-responsive-collapse.pull-right ul.dropdown-menu {
    display: block;
    position: relative;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding-left: 2em;
    width: 100%;
    display: none;
  }
}

/* line 1, ../sass/_footer.scss */
footer {
  background-color: #00add9;
  margin-top: 3em;
  color: #ffffff;
  padding-top: 3em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  /* line 1, ../sass/_footer.scss */
  footer {
    font-size: .9em;
    line-height: 1.75em;
  }
}
/* line 13, ../sass/_footer.scss */
footer .footer-links {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
@media (max-width: 576px) {
  /* line 13, ../sass/_footer.scss */
  footer .footer-links {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 22, ../sass/_footer.scss */
footer .footer-links .widget {
  margin: 0 3em;
}
/* line 26, ../sass/_footer.scss */
footer .footer-bottom {
  text-align: center;
}
/* line 28, ../sass/_footer.scss */
footer .footer-bottom a {
  color: #ffffff;
}
/* line 31, ../sass/_footer.scss */
footer .footer-bottom .social {
  height: 25px;
  margin: 1em;
}
/* line 34, ../sass/_footer.scss */
footer .footer-bottom .social img {
  height: 100%;
}

/* line 41, ../sass/_footer.scss */
.home footer {
  margin-top: 0;
}

/* line 46, ../sass/_footer.scss */
#restore .footer-links {
  text-align: left;
}

/* line 1, ../sass/_home.scss */
.home #content {
  padding-top: 0;
}

/* line 4, ../sass/_home.scss */
.home h2 {
  /*text-transform: uppercase;*/
  font-size: 2.5em !important;
}

/* line 8, ../sass/_home.scss */
#main article {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* line 13, ../sass/_home.scss */
#hero-block .hero-background {
  background-position-x: right;
}
/* line 16, ../sass/_home.scss */
#hero-block .hero-buttons {
  padding-bottom: 20px;
}
@media (min-width: 400px) {
  /* line 16, ../sass/_home.scss */
  #hero-block .hero-buttons {
    padding-bottom: calc(6.66667px + 3.33333vw);
  }
}
@media (min-width: 1000px) {
  /* line 16, ../sass/_home.scss */
  #hero-block .hero-buttons {
    padding-bottom: 40px;
  }
}

/* line 21, ../sass/_home.scss */
#hero-2-block .hero-content, #hero-3-block .hero-content {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  justify-content: center !important;
}
/* line 24, ../sass/_home.scss */
#hero-2-block .button, #hero-3-block .button {
  margin-top: 1em;
}

/* line 28, ../sass/_home.scss */
.hero-block {
  position: relative;
  height: 300px;
  color: #ffffff;
}
@media (min-width: 400px) {
  /* line 28, ../sass/_home.scss */
  .hero-block {
    height: calc(166.66667px + 33.33333vw);
  }
}
@media (min-width: 1000px) {
  /* line 28, ../sass/_home.scss */
  .hero-block {
    height: 500px;
  }
}
/* line 33, ../sass/_home.scss */
.hero-block .hero-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
}
/* line 43, ../sass/_home.scss */
.hero-block .hero-background {
  background-position-x: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 51, ../sass/_home.scss */
.hero-block .hero-background .background-tint {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 59, ../sass/_home.scss */
.hero-block .hero-buttons .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /* line 64, ../sass/_home.scss */
  .hero-block .hero-buttons.container {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 71, ../sass/_home.scss */
.hero-block .button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 400px) {
  /* line 71, ../sass/_home.scss */
  .hero-block .button {
    font-size: calc(4.66667px + 2.33333vw);
  }
}
@media (min-width: 1000px) {
  /* line 71, ../sass/_home.scss */
  .hero-block .button {
    font-size: 28px;
  }
}
@media (min-width: 400px) {
  /* line 71, ../sass/_home.scss */
  .hero-block .button {
    padding-left: calc(-4px + 6vw);
  }
}
@media (min-width: 1000px) {
  /* line 71, ../sass/_home.scss */
  .hero-block .button {
    padding-left: 56px;
  }
}
@media (min-width: 400px) {
  /* line 71, ../sass/_home.scss */
  .hero-block .button {
    padding-right: calc(-4px + 6vw);
  }
}
@media (min-width: 1000px) {
  /* line 71, ../sass/_home.scss */
  .hero-block .button {
    padding-right: 56px;
  }
}
/* line 80, ../sass/_home.scss */
.hero-block .button:hover {
  background-color: #fc6719 !important;
  border: 1px solid #fc6719 !important;
}
/* line 85, ../sass/_home.scss */
.hero-block .message {
  font-size: 50px;
  line-height: .9;
  font-weight: 600;
}
@media (min-width: 400px) {
  /* line 85, ../sass/_home.scss */
  .hero-block .message {
    font-size: calc(30px + 5vw);
  }
}
@media (min-width: 1000px) {
  /* line 85, ../sass/_home.scss */
  .hero-block .message {
    font-size: 80px;
  }
}
/* line 91, ../sass/_home.scss */
.hero-block .hero-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  background-color: rgba(0, 173, 217, 0.6);
  margin: 2em 0;
  position: relative;
  text-align: right;
  width: 210px;
}
@media (min-width: 400px) {
  /* line 91, ../sass/_home.scss */
  .hero-block .hero-banner {
    width: calc(16.66667px + 48.33333vw);
  }
}
@media (min-width: 1000px) {
  /* line 91, ../sass/_home.scss */
  .hero-block .hero-banner {
    width: 500px;
  }
}
/* line 100, ../sass/_home.scss */
.hero-block .hero-banner .banner-content {
  text-align: left;
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2rem;
}
/* line 110, ../sass/_home.scss */
.hero-block .secondary-message {
  font-size: 20px;
  margin: .5em 1em 1em 0;
  max-width: 300px;
}
@media (min-width: 400px) {
  /* line 110, ../sass/_home.scss */
  .hero-block .secondary-message {
    font-size: calc(16.66667px + 0.83333vw);
  }
}
@media (min-width: 1000px) {
  /* line 110, ../sass/_home.scss */
  .hero-block .secondary-message {
    font-size: 25px;
  }
}

/* line 117, ../sass/_home.scss */
#hero-2-block .hero-banner,
#hero-3-block .hero-banner {
  background-color: transparent !important;
}

/* line 123, ../sass/_home.scss */
#statistics-block .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  padding: 2em 0;
  line-height: 1.5;
}
@media (min-width: 400px) {
  /* line 123, ../sass/_home.scss */
  #statistics-block .container {
    font-size: calc(7.2px + 1.2vw);
  }
}
@media (min-width: 1000px) {
  /* line 123, ../sass/_home.scss */
  #statistics-block .container {
    font-size: 19.2px;
  }
}
/* line 131, ../sass/_home.scss */
#statistics-block .container .stats {
  width: 100%;
}
/* line 133, ../sass/_home.scss */
#statistics-block .container .stats .stats-number {
  color: #fc6719;
  font-weight: 600;
  font-size: 1.5em;
}
/* line 138, ../sass/_home.scss */
#statistics-block .container .stats.stat-2 {
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
}

/* line 145, ../sass/_home.scss */
#restore #statistics-block {
  background-color: #ebebeb;
}

/* line 149, ../sass/_home.scss */
#newsletter-block {
  background-color: #ebebeb;
}
/* line 151, ../sass/_home.scss */
#newsletter-block .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 1em 0;
}
@media (max-width: 992px) {
  /* line 151, ../sass/_home.scss */
  #newsletter-block .container {
    display: block !important;
  }
}
/* line 159, ../sass/_home.scss */
#newsletter-block .newsletter-message {
  color: #00add9;
  /*text-transform: uppercase;*/
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 992px) {
  /* line 159, ../sass/_home.scss */
  #newsletter-block .newsletter-message {
    text-align: center;
  }
  /* line 166, ../sass/_home.scss */
  #newsletter-block .newsletter-message br {
    display: none;
  }
}
/* line 172, ../sass/_home.scss */
#newsletter-block #gform_1,
#newsletter-block .gform_body ul,
#newsletter-block .gform_body ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
}
@media (max-width: 992px) {
  /* line 172, ../sass/_home.scss */
  #newsletter-block #gform_1,
  #newsletter-block .gform_body ul,
  #newsletter-block .gform_body ul li {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 180, ../sass/_home.scss */
#newsletter-block .gform_body ul {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 183, ../sass/_home.scss */
#newsletter-block .gform_footer, #newsletter-block .ginput_container {
  padding: 0;
  margin: 0;
}
/* line 187, ../sass/_home.scss */
#newsletter-block .gfield_label {
  display: none;
}
/* line 191, ../sass/_home.scss */
#newsletter-block #field_1_1, #newsletter-block #field_1_2 {
  width: 50%;
}
@media (max-width: 992px) {
  /* line 191, ../sass/_home.scss */
  #newsletter-block #field_1_1, #newsletter-block #field_1_2 {
    width: 100% !important;
    margin-bottom: 1em;
  }
}
/* line 197, ../sass/_home.scss */
#newsletter-block #field_1_1 .ginput_container, #newsletter-block #field_1_2 .ginput_container {
  width: 95%;
}
@media (max-width: 992px) {
  /* line 197, ../sass/_home.scss */
  #newsletter-block #field_1_1 .ginput_container, #newsletter-block #field_1_2 .ginput_container {
    width: 100%;
  }
}
/* line 202, ../sass/_home.scss */
#newsletter-block #field_1_1 .ginput_container input, #newsletter-block #field_1_2 .ginput_container input {
  width: 100%;
}
/* line 208, ../sass/_home.scss */
#newsletter-block input, #newsletter-block .button {
  border: none;
  font-size: 1em;
  line-height: 1em;
}
/* line 213, ../sass/_home.scss */
#newsletter-block .button {
  padding: .75em 2em;
}
/* line 216, ../sass/_home.scss */
#newsletter-block input {
  padding: .75em 1em;
}
/* line 218, ../sass/_home.scss */
#newsletter-block input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(137, 137, 137, 0.6);
}
/* line 221, ../sass/_home.scss */
#newsletter-block input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(137, 137, 137, 0.6);
}
/* line 224, ../sass/_home.scss */
#newsletter-block input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(137, 137, 137, 0.6);
}
/* line 227, ../sass/_home.scss */
#newsletter-block input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(137, 137, 137, 0.6);
}
/* line 231, ../sass/_home.scss */
#newsletter-block #field_1_3 {
  margin-top: .5em;
}
@media (max-width: 992px) {
  /* line 231, ../sass/_home.scss */
  #newsletter-block #field_1_3 {
    margin-top: 0;
  }
}
/* line 236, ../sass/_home.scss */
#newsletter-block #field_1_3 li {
  margin-right: 1em;
}
/* line 239, ../sass/_home.scss */
#newsletter-block #field_1_3 ul#input_1_3 {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
/* line 242, ../sass/_home.scss */
#newsletter-block #field_1_3 input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* line 254, ../sass/_home.scss */
#newsletter-block #field_1_3 input[type=checkbox] + label {
  padding-left: 26px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: .9em;
  font-weight: 500;
  margin-left: 0;
  vertical-align: middle;
  cursor: pointer;
}
/* line 267, ../sass/_home.scss */
#newsletter-block #field_1_3 input[type=checkbox]:checked + label {
  background-position: 0 -20px;
}
/* line 270, ../sass/_home.scss */
#newsletter-block #field_1_3 label {
  background-image: url(../images/check.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}
/* line 280, ../sass/_home.scss */
#newsletter-block #field_1_3 .gfield_checkbox li {
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  /* line 280, ../sass/_home.scss */
  #newsletter-block #field_1_3 .gfield_checkbox li {
    margin-bottom: 1em !important;
  }
}

/* line 289, ../sass/_home.scss */
#highlights-block {
  padding: 3em 0 1em 0;
  font-size: .85em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /* line 289, ../sass/_home.scss */
  #highlights-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 297, ../sass/_home.scss */
#highlights-block .story {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2em;
  margin-bottom: 2em;
}
/* line 303, ../sass/_home.scss */
#highlights-block .story .story-title {
  font-size: 1.3em;
  font-weight: 600;
  color: #fc6719;
  margin: .75em 0 .25em;
  /*text-transform: uppercase;*/
}
/* line 310, ../sass/_home.scss */
#highlights-block .story img {
  width: 100%;
}

/* line 316, ../sass/_home.scss */
#projects-block {
  background-color: #ebebeb;
  padding: 3em 0;
}
/* line 319, ../sass/_home.scss */
#projects-block h2 {
  text-align: center !important;
  font-size: 2em;
  margin-bottom: 1em;
}
/* line 324, ../sass/_home.scss */
#projects-block .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /* line 324, ../sass/_home.scss */
  #projects-block .container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 330, ../sass/_home.scss */
#projects-block .container .project {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1em !important;
}
/* line 335, ../sass/_home.scss */
#projects-block .container .project .post-thumb {
  max-height: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 340, ../sass/_home.scss */
#projects-block .container .project .post-thumb img {
  height: 100%;
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
/* line 346, ../sass/_home.scss */
#projects-block .container .project h4 {
  font-size: 1.3em;
  font-weight: 600;
  color: #fc6719;
  margin: .75em 0 .25em;
  /*text-transform: uppercase;*/
  margin-bottom: 0;
  text-align: center;
}

/* line 361, ../sass/_home.scss */
#restore .nav-links .restore-logo {
  margin-bottom: 1.5em;
}
/* line 364, ../sass/_home.scss */
#restore .nav-links .primary-logo {
  margin-bottom: 1.25em;
}
/* line 367, ../sass/_home.scss */
#restore .nav-links ul {
  padding: 1.25em 0;
}
/* line 375, ../sass/_home.scss */
#restore #mission-block {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 350px;
}
/* line 381, ../sass/_home.scss */
#restore #mission-block .mission-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center;
}
@media (max-width: 768px) {
  /* line 381, ../sass/_home.scss */
  #restore #mission-block .mission-image {
    position: relative !important;
    width: 100%;
    min-height: 300px;
  }
}
/* line 394, ../sass/_home.scss */
#restore #mission-block .mission-content {
  margin-left: 50%;
  text-align: left;
  padding: 0 20% 0 2em;
}
@media (max-width: 768px) {
  /* line 394, ../sass/_home.scss */
  #restore #mission-block .mission-content {
    margin-left: 0 !important;
    padding: 1em !important;
    text-align: center !important;
  }
}
/* line 403, ../sass/_home.scss */
#restore #mission-block .mission-content h2 {
  text-align: left !important;
}
/* line 409, ../sass/_home.scss */
#restore.page-template-page-homepage h2 {
  text-align: center;
}
/* line 413, ../sass/_home.scss */
#restore #partners-block,
#restore #tour-block {
  padding: 2em 0;
}
/* line 417, ../sass/_home.scss */
#restore #partners-block .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
/* line 422, ../sass/_home.scss */
#restore #partners-block .container img {
  padding: 0 2em;
}

/* line 1, ../sass/_general.scss */
body {
  padding-top: 0 !important;
  font-family: Helvetica, sans-serif !important;
  font-size: 16px !important;
  color: #898989 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em !important;
}

/* line 10, ../sass/_general.scss */
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 15, ../sass/_general.scss */
.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Helvetica, sans-serif;
  text-transform: lowercase !important;
  padding: .5em 2em .5em;
  font-weight: 400;
  border: none;
  transition: ease-in-out all .2s;
  box-sizing: inherit;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  background: #fc6719;
}
/* line 46, ../sass/_mixins.scss */
.button:hover {
  text-decoration: none;
  background: #ff6616;
}
/* line 51, ../sass/_mixins.scss */
.button:active {
  position: relative;
  top: 1px;
  color: #ff6616;
}
/* line 56, ../sass/_mixins.scss */
.button a {
  color: #ffffff;
}

/* line 20, ../sass/_general.scss */
body {
  display: flex;
  display: -ms-flex;
  height: 100vh;
  -webkit-height: calc(100vh-0px);
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

/* line 29, ../sass/_general.scss */
#flex-wrap {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex: 1 0 auto;
}

/*
* {
	transition: ease-in-out all .2s;
	box-sizing: inherit;
}
*/
/* line 42, ../sass/_general.scss */
a {
  color: #00add9;
  text-decoration: none;
}
/* line 45, ../sass/_general.scss */
a:hover {
  text-decoration: none !important;
}

/* line 50, ../sass/_general.scss */
.habitat-logo {
  padding: .5em !important;
}

/* line 54, ../sass/_general.scss */
h1 {
  color: #00add9 !important;
  font-size: 4rem !important;
  font-weight: 600 !important;
}

/* line 59, ../sass/_general.scss */
h2 {
  color: #00add9 !important;
  font-size: 2.5rem !important;
  font-weight: 600 !important;
}

/* line 64, ../sass/_general.scss */
h3 {
  color: #00add9 !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
}

/* line 69, ../sass/_general.scss */
h1, h2, h3 {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

/* line 75, ../sass/_general.scss */
table td {
  padding: 1em !important;
}

/* line 82, ../sass/_general.scss */
#hero {
  height: 175px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-position: center;
  margin-bottom: 2em;
}
@media (min-width: 400px) {
  /* line 82, ../sass/_general.scss */
  #hero {
    height: calc(8.33333px + 41.66667vw);
  }
}
@media (min-width: 1000px) {
  /* line 82, ../sass/_general.scss */
  #hero {
    height: 425px;
  }
}
/* line 88, ../sass/_general.scss */
#hero .hero-banner {
  background-color: rgba(0, 173, 217, 0.6);
  margin: 2em 0;
  padding: 1em;
  position: relative;
  text-align: right;
}
/* line 95, ../sass/_general.scss */
#hero .hero-banner .banner-content {
  text-align: left;
  min-width: 271px;
  max-width: 600px;
  margin-left: 4em;
  display: inline-block;
}
/* line 103, ../sass/_general.scss */
#hero .message {
  color: #ffffff;
  font-size: 40px;
  line-height: .9;
  font-weight: 600;
}
@media (min-width: 400px) {
  /* line 103, ../sass/_general.scss */
  #hero .message {
    font-size: calc(20px + 5vw);
  }
}
@media (min-width: 1000px) {
  /* line 103, ../sass/_general.scss */
  #hero .message {
    font-size: 70px;
  }
}
/* line 109, ../sass/_general.scss */
#hero .secondary-message {
  font-size: 20px;
  color: #ffffff;
  margin: .5em 1em 1em 0;
  max-width: 300px;
}
@media (min-width: 400px) {
  /* line 109, ../sass/_general.scss */
  #hero .secondary-message {
    font-size: calc(16.66667px + 0.83333vw);
  }
}
@media (min-width: 1000px) {
  /* line 109, ../sass/_general.scss */
  #hero .secondary-message {
    font-size: 25px;
  }
}

/* line 118, ../sass/_general.scss */
.page-template-page-about-us {
  text-align: center;
}
/* line 120, ../sass/_general.scss */
.page-template-page-about-us #mission-block {
  background-color: #ebebeb;
  padding: 2em 0;
}
/* line 124, ../sass/_general.scss */
.page-template-page-about-us #values-block {
  position: relative;
  display: inline-block;
}
/* line 128, ../sass/_general.scss */
.page-template-page-about-us #values-block .values-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center;
}
@media (max-width: 768px) {
  /* line 128, ../sass/_general.scss */
  .page-template-page-about-us #values-block .values-image {
    position: relative !important;
    width: 100%;
    min-height: 300px;
  }
}
/* line 141, ../sass/_general.scss */
.page-template-page-about-us #values-block .values-content {
  margin-left: 50%;
  text-align: left;
  padding: 0 20% 0 2em;
}
@media (max-width: 768px) {
  /* line 141, ../sass/_general.scss */
  .page-template-page-about-us #values-block .values-content {
    margin-left: 0 !important;
    padding: 1em !important;
    text-align: center !important;
  }
}
/* line 152, ../sass/_general.scss */
.page-template-page-about-us #video-block {
  background-color: #ebebeb;
  padding: 2em 0;
}
/* line 155, ../sass/_general.scss */
.page-template-page-about-us #video-block iframe {
  width: 80% !important;
  height: 50vw !important;
  max-width: 640px !important;
  max-height: 360px !important;
}
/* line 162, ../sass/_general.scss */
.page-template-page-about-us #timeline-block {
  padding: 2em 0;
}

/* line 169, ../sass/_general.scss */
.page-template-page-team #team-tabs {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
/* line 173, ../sass/_general.scss */
.page-template-page-team #team-tabs .tab {
  background: #00add9;
  color: #ffffff;
  padding: .75em 1.5em;
  margin: 0 .25em;
  border-radius: 10px 10px 0 0;
  opacity: .5;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 400px) {
  /* line 173, ../sass/_general.scss */
  .page-template-page-team #team-tabs .tab {
    font-size: calc(10px + 1vw);
  }
}
@media (min-width: 1000px) {
  /* line 173, ../sass/_general.scss */
  .page-template-page-team #team-tabs .tab {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  /* line 173, ../sass/_general.scss */
  .page-template-page-team #team-tabs .tab {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/* line 187, ../sass/_general.scss */
.page-template-page-team #team-tabs .tab.active {
  opacity: 1;
}
/* line 192, ../sass/_general.scss */
.page-template-page-team .team-content {
  border: 16px solid #00add9;
  padding: 16px;
  display: none;
}
@media (min-width: 400px) {
  /* line 192, ../sass/_general.scss */
  .page-template-page-team .team-content {
    padding: calc(-5.33333px + 5.33333vw);
  }
}
@media (min-width: 1000px) {
  /* line 192, ../sass/_general.scss */
  .page-template-page-team .team-content {
    padding: 48px;
  }
}
/* line 196, ../sass/_general.scss */
.page-template-page-team .team-content.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 200, ../sass/_general.scss */
.page-template-page-team .team-content .bio-block {
  flex: 1 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
}
/* line 203, ../sass/_general.scss */
.page-template-page-team .team-content .bio-block .bio-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0em .5em 3em;
}
/* line 207, ../sass/_general.scss */
.page-template-page-team .team-content .bio-block .bio-content .headshot {
  margin-right: 2rem;
  margin-bottom: 2rem;
  min-width: 150px;
}
/* line 212, ../sass/_general.scss */
.page-template-page-team .team-content .bio-block .bio-content strong {
  font-size: 1.25em;
}
/* line 215, ../sass/_general.scss */
.page-template-page-team .team-content .bio-block .bio-content .bio-copy {
  flex: 1;
}
/* line 220, ../sass/_general.scss */
.page-template-page-team .team-content h2 {
  width: 100%;
  border-bottom: 3px solid #00add9;
}

/* line 229, ../sass/_general.scss */
.page-template-page-what-we-do .flex.container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
/* line 233, ../sass/_general.scss */
.page-template-page-what-we-do .flex.container .flex-block {
  padding: 3rem;
  width: 50%;
}
@media (max-width: 568px) {
  /* line 233, ../sass/_general.scss */
  .page-template-page-what-we-do .flex.container .flex-block {
    width: 100% !important;
  }
}
/* line 239, ../sass/_general.scss */
.page-template-page-what-we-do .flex.container .flex-block img {
  width: 100%;
}
/* line 242, ../sass/_general.scss */
.page-template-page-what-we-do .flex.container .flex-block .subtitle {
  color: #00add9;
  margin: 2rem 0 0;
  font-size: 2rem;
  font-weight: 600;
}

/* line 254, ../sass/_general.scss */
.page-get-involved h2.icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 257, ../sass/_general.scss */
.page-get-involved h2.icon:before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
/* line 265, ../sass/_general.scss */
.page-get-involved h2.icon.donate:before {
  background-image: url("../images/donate.svg");
}
/* line 268, ../sass/_general.scss */
.page-get-involved h2.icon.volunteer:before {
  background-image: url("../images/volunteer.svg");
}
/* line 271, ../sass/_general.scss */
.page-get-involved h2.icon.shop:before {
  background-image: url("../images/shop.svg");
}
/* line 274, ../sass/_general.scss */
.page-get-involved h2.icon.events:before {
  background-image: url("../images/events.svg");
}

/* line 282, ../sass/_general.scss */
#ffwd_standart_objects_0 {
  width: 100% !important;
}

/* line 285, ../sass/_general.scss */
.blog_style_objects_conteiner_1_0 {
  width: 100% !important;
}

/* line 288, ../sass/_general.scss */
.blog_style_object_container_0 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3em 0 !important;
  border: none !important;
}
/* line 293, ../sass/_general.scss */
.blog_style_object_container_0 .blog_style_image_container_0 {
  order: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}
/* line 297, ../sass/_general.scss */
.blog_style_object_container_0 .blog_style_image_container_0 img {
  max-width: 100% !important;
}
/* line 301, ../sass/_general.scss */
.blog_style_object_container_0 .ffwd_blog_style_object_info_container_0 {
  order: 2;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2em !important;
  width: 50%;
}
/* line 307, ../sass/_general.scss */
.blog_style_object_container_0 .ffwd_title_spun1_0 {
  width: 100%;
  order: 3;
}
/* line 311, ../sass/_general.scss */
.blog_style_object_container_0 img#ffwd_blog_style_img_3_0 {
  max-width: 100% !important;
}

/* line 316, ../sass/_general.scss */
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 {
  text-align: left !important;
}

/* line 321, ../sass/_general.scss */
#accordions-88 {
  padding: 0 !important;
}
/* line 323, ../sass/_general.scss */
#accordions-88 .accordion-content {
  padding: 2em;
}

/* line 329, ../sass/_general.scss */
.query-result {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 3em;
  clear: both;
}
/* line 335, ../sass/_general.scss */
.query-result .query-content img {
  margin: 0 1em 1em 0;
  border: 1px solid #ccc;
  float: left;
}
