body {
  font-family: 'Open Sans', sans-serif; }

.navbar {
  border-bottom: 1px solid #eeeeee;
  background: #ffffff; }

@media (max-width: 1024px) {
  .navbar {
    border-bottom: none;
  }
  .navbar-header {
    border-bottom: 1px solid #eeeeee;
  }
}

.navbar .container {
  padding: 15px; }

p.textBox,
h1.textBox {
  display: none; }

.navbar .navbar-toggle,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff; }

#purpose {
  display: none;
  padding: 20px 30px 50px;
  background: #9fcf67 url("../images/arrow2.png") repeat-x center bottom;
  color: #ffffff;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: left; }
  #purpose p {
    font-size: 12px; }

a.btn.btn-default.recovery {
  background: rgba(0, 0, 0, 0.12);
  color: #ffffff; }
  a.btn.btn-default.recovery:hover {
    background: #9fcf67; }

.container-select .trigger,
.container-select .activetrigger {
  width: 100%;
  background: url(../images/arrow-line.png) no-repeat right #fff;
  background-size: 12%;
  background-position: 92% 50%;
  border: 1px solid #9fcf67;
  text-align: left;
  font-size: 12px;
  color: #313131;
  line-height: 1;
  border: 0;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 15px;
  text-decoration: none; }
  .container-select .trigger a,
  .container-select .activetrigger a {
    color: #313131; }
    .container-select .trigger a:hover,
    .container-select .activetrigger a:hover {
      text-decoration: none; }

.container-select .activetrigger:hover,
.container-select .trigger:hover {
  background: url("../images/arrow-line.png") no-repeat right #fff;
  background-size: 12%;
  background-position: 92% 50%; }

.container-select ul.dropdownvisible {
  position: absolute;
  background-image: none;
  text-align: left;
  width: 238px;
  font-size: 12px;
  color: #313131;
  line-height: 1;
  border: 0;
  border: 1px solid #9fcf67;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  text-decoration: none; }
  .container-select ul.dropdownvisible li {
    padding: 10px 15px; }
    .container-select ul.dropdownvisible li:hover {
      background: #9fcf67; }
    .container-select ul.dropdownvisible li a {
      color: #313131; }
      .container-select ul.dropdownvisible li a:hover {
        text-decoration: none; }

.wrapper.map .container-select div.dropcontainer {
  background: none; }

.mobile-logo {
  padding: 0px 15px; }

.navbar-brand {
  height: 50px;
  font-size: 10px;
  color: #909090;
  line-height: 1.3;
  vertical-align: middle; }

ul.nav li a {
  color: #9fcf67;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s color ease; }
  ul.nav li a:hover {
    color: #909090;
    background: none;
    transition: 0.3s color ease; }

.icon-bar {
  background-color: #9fcf67;
  z-index: 999; }

#searchBar {
  background: rgba(159, 207, 103, 0.9);
  position: fixed;
  top: 82px;
  width: 100%;
  z-index: 999;
  display: none;
  border-bottom: 1px solid #9fcf67; }

.home #searchBar {
  top: 82px;
  position: fixed; }

li.search-mobile-wrapper {
  background: rgba(159, 207, 103, 0.9);
  border-bottom: 1px solid #9fcf67;
  display: none; }

.search-mobile-wrapper img {
  margin: 20px 25px 0 0;
  height: 20px; }

#searchBar #searchForm input,
.search-mobile {
  margin: 2px 0;
  height: 70px;
  width: 100%;
  background: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  box-shadow: none;
  border: none; }

.contact-hero {
  padding-top: 60px; }

.search-mobile {
  width: 80%;
  font-size: 14px;
  padding: 10px 0 10px 15px;
  height: 50px;
  font-weight: 500; }

#closeSearch {
  color: #ffffff;
  font-size: 32px;
  margin: 15px auto 0;
  width: 40px;
  margin-right: 0;
  text-align: right;
  display: block;
  text-decoration: none;
  transition: .3s color ease; }

#closeSearch:hover {
  color: #AEAEAE;
  transition: .3s color ease; }

input::-webkit-input-placeholder {
  color: #ffffff; }

input[type=text]:focus {
  border: none; }

input.username:focus {
  border: 1px solid #ccc; }

input:focus,
button:focus {
  outline: none; }

.carousel-inner img {
  margin-top: 82px; }

.carousel-caption {
  text-align: left;
  top: 20%;
  left: 10%; }
  .carousel-caption h1 {
    font-weight: 800;
    font-size: 60px;
    text-shadow: none;
    line-height: 1; }
  .carousel-caption p {
    text-shadow: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8; }

.btn-default,
.btn-default:visited,
.btn-default:focus {
  border-radius: 1px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s color ease, 0.3s background-color ease;
  letter-spacing: 1.1px;
  margin: 30px 0px 10px 0px;
  overflow: hidden;
  padding: 15px 40px;
  border: 1px solid #9fcf67;
  background: transparent; }

.btn-default {
  color: rgba(159, 207, 103, 0.9); }

.btn-default:hover {
  background: #9fcf67;
  color: #ffffff;
  transition: 0.3s color ease, 0.3s background-color ease;
  border: 1px solid #9fcf67; }

.btn-default:active {
  color: #ffffff;
  background-color: #9fcf67;
  border-color: #9fcf67;
  transition: 0.3s color ease, 0.3s background-color ease; }

.product-btn-group {
  margin-bottom: 50px; }

.wrapper.action {
  background: #313131; }
  .wrapper.action .btn-default {
    padding: 15px 20px;
    width: 100%; }
    .wrapper.action .btn-default:nth-child(3) {
      margin-right: 0; }
  .wrapper.action .container {
    padding-bottom: 100px; }
  .wrapper.action .row.product-btn-group {
    text-align: center;
    margin: 50px 0; }
    .wrapper.action .row.product-btn-group .btn-default {
      background: none;
      color: #ffffff; }
      .wrapper.action .row.product-btn-group .btn-default:hover {
        background: #9fcf67; }
  .wrapper.action p {
    color: #ffffff;
    text-align: left;
    font-weight: 300;
    line-height: 2; }
  .wrapper.action .vid-wrapper {
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .wrapper.action .vid-wrapper iframe {
      padding: 7px 15px 0 15px; }
    .wrapper.action .vid-wrapper iframe, .wrapper.action .vid-wrapper object, .wrapper.action .vid-wrapper embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.wrapper.map h2 {
  font-weight: 800;
  color: #4a4a4a;
  margin-top: 80px; }

.wrapper.map p {
  color: #4a4a4a;
  line-height: 2;
  font-size: 16px; }

.wrapper.map img {
  max-width: 100%; }

.wrapper.map .row {
  text-align: center; }

.wrapper.map .map-logo img {
  margin-right: 30px;
  height: 50px;
  width: auto; }

.wrapper.map .container-select {
  text-align: center;
  margin: 50px auto 50px;
  width: 268px;
  overflow: hidden;
  background-size: 12%;
  background-position: 92% 50%;
  border: 0px solid #9fcf67; }

.wrapper.map .container-select select {
  background: transparent;
  width: 268px;
  padding: 15px 15px;
  font-size: 12px;
  color: #313131;
  line-height: 1;
  border: 0;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-appearance: none; }
  .wrapper.map .container-select select option {
    text-transform: none; }

.carousel-caption.form {
  top: 14%;
  width: 100%;
  left: auto;
  right: auto; }

.footer {
  background-color: #313131;
  color: #ffffff;
  font-weight: lighter;
  padding-top: 75px;
  padding-bottom: 75px; }
  .footer .social {
    text-align: right;
    padding-top: 10px; }
  .footer img {
    margin-right: 10px;
    height: 40px;
    width: 40px;
    transition: 0.3s background ease, 0.3s border-radius ease;
    text-align: right; }
    .footer img:hover {
      background: #6C9C34;
      border-radius: 100px;
      transition: 0.3s background ease, 0.3s border-radius ease; }
  .footer p {
    display: block;
    margin-left: 15px;
    margin-bottom: 0;
    color: #cacaca;
    text-align: center;
    font-size: 13px; }
  .footer .fox a {
    color: #909090;
    font-size: 12px;
    font-weight: 400;
    margin: 10px auto;
    display: block; }
    .footer .fox a:hover {
      text-decoration: none; }
  .icon-link {
    font-size: 32px;
    color:#ffffff;
  }
  .icon-link:hover, .icon-link:active, .icon-link:focus {
    color:#9fcf67;
  }

.contact-hero div.item {
  height: 1000px; }

.row.contact-container {
  margin: 60px auto; }
  .row.contact-container h2, .row.contact-container p {
    text-align: center;
    font-size: 20px;
    color: #ffffff; }
  .row.contact-container h2 {
    text-shadow: none;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: 1px; }
  .row.contact-container .contact-form {
    text-align: center;
    margin: 30px auto 5px;
    overflow: hidden;
    color: #ffffff; }
    .row.contact-container .contact-form input,
    .row.contact-container .contact-form textarea {
      background: transparent;
      font-size: 16px;
      color: #ffffff;
      border: 1px solid #ffffff;
      font-weight: 300;
      margin: 15px auto;
      border-radius: 0;
      -webkit-appearance: none; }
    .row.contact-container .contact-form input {
      height: 45px; }
    .row.contact-container .contact-form textarea {
      padding: 6px 12px; }
    .row.contact-container .contact-form input[type=text]:focus {
      border: 1px solid #ffffff; }
  .row.contact-container .btn-default {
    float: right;
    color: #313131;
    background: #9fcf67;
    margin-right: 0;
    margin-top: 0;
    font-weight: 800;
    text-transform: none;
    padding: 15px 20px;
    font-size: 20px; }
    .row.contact-container .btn-default:hover,
    .row.contact-container .btn-default:focus {
      background: #6C9C34;
      border: 1px solid #53831B;
      padding: 15px 20px;
      font-size: 20px; }
  .row.contact-container ::-webkit-input-placeholder {
    color: #ffffff; }
  .row.contact-container :-moz-placeholder {
    color: #ffffff; }
  .row.contact-container ::-moz-placeholder {
    color: #ffffff; }
  .row.contact-container :-ms-input-placeholder {
    color: #ffffff; }

#map_canvas {
  height: 450px;
  width: 85%;
  margin: 0 auto 50px; }
  #map_canvas .gm-style {
    font-family: 'Open Sans', sans-serif; }
  #map_canvas h1 {
    color: #9fcf67;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 30px; }
  #map_canvas li a {
    color: #4a4a4a;
    font-weight: 400;
    font-size: 16px; }

.calendar {
  margin-top: 80px; }

.cal-detail {
  background: #fff url("../images/cal-detail.png") no-repeat center;
  background-size: cover;
  padding-left: 60px;
  margin-top: 125px;
  height: auto; }
  .cal-detail .btn-default {
    color: #313131;
    font-weight: 700;
    margin-top: 15px; }
  .cal-detail .demo {
    padding-top: 10%;
    padding-bottom: 10%;
    font-weight: 600;
    margin: 40px 0; }

.carousel-inner .cal img {
  margin-top: 0; }

.carousel-caption.phone {
  left: 0;
  right: 0; }

.btn.learn {
  float: left;
  margin: 0;
  margin: 20px auto;
  color: #ffffff; }

.table td {
  color: #6a6a6a;
  font-weight: 600; }
  .table td a {
    color: #58595b;
    text-decoration: underline;
    transition: 0.3s color ease; }
    .table td a:hover {
      color: #9fcf67;
      transition: 0.3s color ease; }

.wrapper.cal .icon {
  width: 20px; }

.wrapper.cal h2 {
  color: #9fcf67;
  font-weight: 800; }

.wrapper.cal h3 {
  color: #58595b;
  font-size: 30px; }

.wrapper.cal p {
  color: #58595b;
  font-weight: 600;
  font-size: 16px; }

.wrapper.cal .fc-day-number {
  background: transparent !important; }

.wrapper.cal .fc-state-highlight {
  background: rgba(159, 207, 103, 0.5);
  color: #313131; }

.wrapper.cal .fc-button {
  border: 1px solid #9fcf67;
  border-radius: 1px;
  color: #313131;
  background: transparent;
  font-weight: 800;
  transition: 0.3s background ease; }
  .wrapper.cal .fc-button:hover {
    background: #9fcf67;
    transition: 0.3s background ease; }
  .wrapper.cal .fc-button .fc-icon-right-single-arrow:after,
  .wrapper.cal .fc-button .fc-icon-right-single-arrow {
    content: "";
    background: url("../images/next-arrow.png") no-repeat center; }
  .wrapper.cal .fc-button .fc-icon-left-single-arrow:after,
  .wrapper.cal .fc-button .fc-icon-left-single-arrow {
    content: "";
    background: url("../images/prev-arrow.png") no-repeat center; }

.wrapper.cal .fc-other-month {
  color: transparent; }

.wrapper.cal .map-key {
  list-style-type: none;
  padding: 0;
  margin: 20px 0; }
  .wrapper.cal .map-key li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 25px;
    text-align: left; }
    .wrapper.cal .map-key li img {
      width: 20px;
      margin: 0px 5px 0 0px;
      float: left; }

.row.hero-text {
  font-size: 40px;
  text-shadow: none;
  font-weight: 700; }

p.hero-text {
  width: 80%; }

.zebra h2 {
  margin-top: 60px; }

.container.search-results {
  padding: 25px 15px 45px; }
  .container.search-results a {
    color: #9fcf67; }

.container.event h2,
.container.search-results h2 {
  font-weight: 700;
  color: #9fcf67;
  margin-top: 30px;
  font-size: 30px; }

.container.event h3,
.container.search-results h3 {
  font-weight: 700;
  font-size: 30px;
  color: #4a4a4a; }

.container.event img,
.container.search-results img {
  width: 20px; }

.container.event p.event-label,
.container.event p.location-link,
.container.search-results p.event-label,
.container.search-results p.location-link {
  color: #58595b;
  font-size: 18px; }
  .container.event p.event-label a,
  .container.event p.location-link a,
  .container.search-results p.event-label a,
  .container.search-results p.location-link a {
    color: #58595b;
    text-decoration: underline; }
    .container.event p.event-label a:hover,
    .container.event p.location-link a:hover,
    .container.search-results p.event-label a:hover,
    .container.search-results p.location-link a:hover {
      color: #9fcf67; }

.container.event p.event-label,
.container.search-results p.event-label {
  display: inline-block;
  font-size: 14px;
  margin-left: 4px; }

.container.event .btn-default,
.container.search-results .btn-default {
  background: #9fcf67;
  color: #ffffff; }
  .container.event .btn-default:hover,
  .container.search-results .btn-default:hover {
    background: #6C9C34; }

.event_detail .row.hero-text.black {
  width: 50%;
  font-size: 30px; }

label {
  display: none; }

.login-wrap {
  margin-top: 40px;
  margin-bottom: 40px; }
  .login-wrap form {
    margin-top: 20px; }
    .login-wrap form .btn-default {
      float: right;
      margin: 10px 0;
      background: #9fcf67; }
      .login-wrap form .btn-default:hover {
        background: #6C9C34; }
  .login-wrap p {
    clear: both; }
    .login-wrap p a {
      margin: 0;
      color: #9fcf67;
      color: #ffffff; }
  .login-wrap input {
    margin: 10px 0;
    border-radius: 1px;
    height: 50px; }

.select2-container--default .select2-selection--single {
  background: url(../images/green-arrow.png) no-repeat right #fff;
  background-size: 15%;
  background-position: 99% 50%;
  text-align: left;
  font-size: 12px;
  color: #313131;
  line-height: 1;
  border: 0;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  height: 40px;
  width: 100%;
  border: 1px solid #9fcf67;
  text-decoration: none; }

.contact .select2-container--default .select2-selection--single {
  background-size: 7%;
  background-position-x: 99%;
}
.contact .select2-selection.select2-selection--single {
 border: 1px solid #ffffff;
 background-color: transparent;
 background-image: url(../images/white-arrow.png);
}
.select2.select2-container.select2-container--default {
  width: 100% !important;
}

#select2-county-dropdown-container {
  border: none; }

.select2-selection .select2-selection--single {
  border: 0 !important; }

.page a,
.member_login a {
  color: #9fcf67; }

.page h2,
.member_login h2 {
  font-weight: 700;
  color: #9fcf67; }
  .page h2 strong,
  .member_login h2 strong {
    color: #313131;
    font-size: 25px; }

.page #searchBar {
   }
  .page #searchBar .container {
    padding: 0 15px; }

.page .container {
  padding: 15px; }

.member_login .btn-default {
  color: #9fcf67; }
  .member_login .btn-default:hover {
    color: #ffffff; }

.member_login .contact-container .btn-default:hover {
  color: #313131; }

#loginForm input.btn {
  color: #ffffff; }

.wrapper-hero.page-hero {
  background: #313131 url("../images/crisis-bg.png") no-repeat center right;
  height: auto;
  background-size: contain;
  min-height: 250px; }
  .wrapper-hero.page-hero h1 {
    margin-top: 150px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700; }

.crisis-hero {
  background: #313131 url("../images/crisis-bg.png") no-repeat center right;
  height: auto;
  background-size: contain;
  min-height: 350px;
  margin-top: 0px; }
  .crisis-hero .container {
    padding: 60px 15px; }
  .crisis-hero .col-sm-3 {
    padding: 0; }
  .crisis-hero h1 {
    margin-top: 0px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700; }
  .crisis-hero h1.green {
    color: #9fcf67;
    margin-top: 20px; }
  .crisis-hero h4 {
    color: #ffffff;
    font-style: italic;
    font-size: 20px;
    font-weight: 600; }

.row.contact-container h2 {
  color: #ffffff; }

.events #contact img {
  margin-top: 0; }

.contact-hero {
  background: #313131 url("../images/hero-bottom-dark.jpg");
  background-size: cover;
  background-repeat: no-repeat no-repeat; }

a.staff {
  color: #9fcf67; }

.row.contact-container .form-control::-webkit-input-placeholder {
  color: #ffffff; }

.row.contact-container .form-control:-moz-placeholder {
  opacity: 1;
  color: #ffffff; }

.row.contact-container .form-control::-moz-placeholder {
  opacity: 1;
  color: #ffffff; }

.row.contact-container .form-control:-ms-input-placeholder {
  color: #ffffff; }

@media (max-width: 1374px) {
  .contact-hero div.item {
    height: 900px; }
  .carousel-caption.container {
    padding-top: 0; } }

@media (max-width: 1360px) {
  .contact-hero div.item {
    height: 850px; } }

@media (max-width: 1200px) {
  .btn-default,
  .btn-default:focus {
    font-size: 14px;
    padding: 15px 20px; }
  .wrapper.action p {
    margin-top: 50px;
    line-height: 1.6; }
  .carousel-caption.form {
    top: 5%; }
  .contact-hero div.item {
    height: 744px; }
  .wrapper.cal .cal-detail {
    padding-left: 40px; }
    .wrapper.cal .cal-detail h3, .wrapper.cal .cal-detail h2 {
      font-size: 20px; }
  .navbar-brand {
    height: 45px; }
  ul.nav li a {
    font-size: 14px;
  }
  .crisis-hero {
    background-size: 70%;
  }
  .zebra {
    width: 80%;
    margin: 0 auto; }
  .wrapper.cal .cal-detail .demo {
    font-size: 25px; }
  .event_detail .carousel-caption.container {
    padding-top: 0; }
  .event_detail .row.hero-text.black {
    width: 50%;
    font-size: 25px; }
  #searchBar {
    background: rgba(159, 207, 103, 0.9);
    position: absolute;
    top: 82px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important; }
  .navbar-header {
    float: none; }
  .navbar-nav li {
    float: none; }
  .navbar-nav li a {
    padding: 10px 15px; }
  ul.navbar-nav.navbar-right {
    float: none !important;
    width: 100%;
    padding-top: 10px;
     }
  .navbar div.container {
    padding-right: 0;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
    width: 100%; }
  .container img.navbar-brand.mobile-logo {
    margin-left: 15px; }
  .visible-xs-block {
    display: block !important; }
  #searchBar {
    display: none !important; }
  .about-nav img.mobile-logo {
    height: 50px;
    padding: 0 15px 2px 0;
    display: block; }
  .about p {
    line-height: 30px; }
  .about {
    width: 750px; }
  li.hide-on-collapse {
    display: none; }
  li.search-mobile-wrapper {
    display: block; } }

@media (max-width: 1024px) {
  li.hide-on-collapse {
    display: none; }
  li.search-mobile-wrapper {
    display: block; }
  ul.navbar-nav.navbar-right {
    margin-top: 0;
    padding-bottom: 0px;
    margin-bottom: 0; }
  img.navbar-brand {
    margin-bottom: 15px;
  }
  .navbar div.container {
    padding-bottom: 0px;
  }
  .navbar-fixed-top {
   }
  .carousel-inner img {
    margin-top: 75px;
  }
  .crisis-hero {
    background-size: 50%;
  }
  #searchBar {
    display: none !important; }
  .contact-hero div.item {
    height: 718px; } }

@media (max-width: 991px) {
  .carousel-caption {
    top: 10%;
    left: 5%; }
  .carousel-caption h1 {
    font-size: 50px; }
  .carousel-caption p {
    font-size: 13px; }
  .row.product-btn-group {
    margin-bottom: 50px; }
  .row.product-btn-group .btn-default,
  .row.product-btn-group .btn-default:focus {
    font-size: 10px;
    padding: 15px 1px; }
  .carousel-caption.form {
    top: 5%; }
  .row.contact-container p {
    font-size: 16px; }
  .row.contact-container .btn-default,
  .row.contact-container .btn-default:hover,
  .row.contact-container .btn-default:focus {
    font-size: 16px; }
  .contact-hero #heroCarousel .item.active {
    height: 700px;
    background: #313131 url("../images/hero-bottom-dark.jpg");
    background-size: auto 101%;
    background-repeat: no-repeat no-repeat; }
  .contact-hero #heroCarousel img {
    display: none; }
  .footer p {
    font-size: 11px; }
  .footer .fox a {
    font-size: 10px; }
  .wrapper.cal .cal-detail {
    padding-left: 50px;
    padding-top: 0; }
    .wrapper.cal .cal-detail h3, .wrapper.cal .cal-detail h2 {
      font-size: 20px; }
    .wrapper.cal .cal-detail p {
      font-size: 12px; }
    .wrapper.cal .cal-detail .btn {
      margin: 0 0 15px;
      font-size: 12px;
      padding: 10px; }
  .wrapper.cal .cal-detail .demo {
    font-size: 20px; }
  .carousel-caption.phone {
    width: 90%; }
  .zebra {
    width: 100%;
    margin: 0 auto; }
  p.hero-text {
    width: auto; }
  .contact .select2-container--default .select2-selection--single {
    background-size: 8%;
  }
  .wrapper-hero.page-hero .container {
    width: 100%;
    padding-left: 30px; } }

@media (max-width: 768px) {
  .carousel-caption {
    top: 5%;
    left: 2%;
    width: 80%;
    margin-left: 0px; }
  .wrapper.action .row.product-btn-group {
    width: 100%; }
  .row.hero-text .btn-default,
  .row.hero-text .btn-default:visited,
  .row.hero-text .btn-default:focus {
    margin-top: 0; }
  .carousel-caption.phone {
    width: 100%; }
  .row.hero-text {
    font-size: 25px;
    margin-left: 15px;
    margin-top: 15px; }
  .carousel-inner .black img.first-slide {
    height: 100px; }
  .carousel-inner .black {
    margin-top: 25px; }
  .event_detail .row.hero-text.black {
    width: 50%;
    font-size: 20px;
    margin-top: 15px; } }

@media (max-width: 767px) {
  .carousel-caption {
    top: 5%;
    left: 0%;
    width: 60%;
    margin-left: 0px; }
  .wrapper.action .row.product-btn-group {
    width: 80%;
    margin: 50px auto 0; }
    .wrapper.action .row.product-btn-group .btn-default {
      margin-top: 5px; }
  .row.contact-container .contact-form input {
    padding: 3% 15px; }
  .row.hero-text {
    width: 80%; }
  .map-logo {
    width: 100%;
    display: block;
    margin: 20px auto; }
  .wrapper.map .container {
    padding: 25px; }
    .wrapper.map .container h2 {
      font-size: 25px;
      margin-top: 50px; }
    .wrapper.map .container p {
      line-height: 1.6;
      font-size: 14px; }
  .carousel-caption.form.container {
    padding: 25px; }
  .footer {
    padding-bottom: 70px; }
    .footer p, .footer .fox a {
      text-align: center;
      display: block;
      margin: 10px auto; }
    .footer .social {
      text-align: center;
      padding-bottom: 25px; }
  .wrapper.cal .cal-detail {
    background: #ebebeb url("../images/cal-detail.png") no-repeat center;
    background-size: cover;
    background-position-y: 43%;
    width: 80%;
    height: auto;
    margin: 20px auto;
    padding: 20px 15px 20px 50px;
    background-image: none; }
    .crisis-hero {
      background-image: none;
    }
  .wrapper.cal .cal-detail .demo {
    font-size: 20px; }
  .event_detail .row.hero-text.black {
    width: 50%;
    font-size: 16px;
    margin-top: 10px; }
  .wrapper-hero.page-hero .container {
    padding-left: 15px; }
  .staff-directory td {
    display: block;
    height: 150px;}
  .staff-directory td.empty {
    height: 0px;}
  .staff-directory table {
    width: 100%;}
    .crisis-hero .container {
      padding-left: 25px;
    }
    .contact .select2-container--default .select2-selection--single {
      background-size: 7%;
    }
  .btn.learn {
    margin: 20px auto;; } }

@media (max-width: 710px) {
  .carousel-caption {
    top: 0%; }
    .carousel-caption h1 {
      font-size: 40px; }
    .carousel-caption p {
      font-size: 12px; }
    .carousel-caption .btn-default,
    .carousel-caption .btn-default:focus {
      font-size: 10px;
      padding: 15px 1px;
      margin: 0; }
  .phone .row.hero-text .btn {
    margin-right: 15px;
    padding: 8px 5px; } }

@media (max-width: 620px) {
  .row.hero-text {
    width: 100%; }
  .carousel-caption {
    top: 0%; }
    .carousel-caption h1.hero-text {
      font-size: 30px;
      margin-top: 0; }
    .carousel-caption p.hero-text {
      font-size: 12px;
      font-size: 12px;
      line-height: 1.6;
      padding: 5px; } }

@media (max-width: 520px) {
  .carousel-caption div.textBox p.textBox {
    font-size: 10px; } }

@media (max-width: 500px) {
  .carousel-caption h1.textBox {
    font-size: 30px;
    margin-top: 0; }
  .carousel-caption p.hero-text {
    font-size: 10px; }
  .carousel-caption h1.hero-text {
    font-size: 30px;
    margin-top: 0; }
  .carousel-caption .btn-default,
  .carousel-caption .btn-default:focus,
  .carousel-caption .btn-default:active,
  .carousel-caption .btn-default:visited {
    padding: 8px 5px; }
  #map_canvas {
    height: 350px; }
    #map_canvas h1 {
      font-size: 25px; }
  .mobile-logo {
    width: 160px;
    height: auto;
    padding-top: 7px;
    padding-right: 0; }
  .carousel-inner .black .first-slide {
    height: 100px; }
  .black .carousel-caption.container {
    padding-top: 20px; }
  .contact .select2-container--default .select2-selection--single {
    background-size: 10%;
  }
  .row.hero-text.black {
    font-size: 20px;
    margin-top: 15px; } }

@media (max-width: 440px) {
  .carousel-caption h1.hero-text {
    font-size: 25px;
    margin-top: 0; }
  .carousel-caption p.hero-text {
    line-height: 1.4; }
  .carousel-caption .btn-default,
  .carousel-caption .btn-default:focus,
  .carousel-caption .btn-default:active,
  .carousel-caption .btn-default:visited {
    padding: 8px 5px; }
  .wrapper.action .row.product-btn-group {
    width: 100%;
    margin: 50px auto; }
  .crisis-hero h1 {
    font-size: 30px; }
  .crisis-hero h4 {
    font-size: 16px; } }

@media (max-width: 414px) {
  #purpose {
    display: block; }
  .wrapper.action .row.product-btn-group {
    margin-top: 180px; }
  .row.hero-text {
    margin-top: 20%;
    margin-left: 0px; }
  p.hero-text {
    display: none; }
  .wrapper.cal .cal-detail {
    width: 90%; }
  .wrapper.cal .map-key li img {
    margin-left: 0; }
  .phone .row.hero-text {
    margin-top: 0; }
  .phone .row.hero-text .btn {
    margin-right: 15px;
    margin-top: 15px; }
  .event_detail .row.hero-text.black {
    width: 100%;
    font-size: 16px;
    margin-top: 0px; }
  .contact .select2-container--default .select2-selection--single {
    background-size: 11%;
  }
  .carousel-inner img {
    margin-top: 61px;
  }
  .mobile-logo {
    padding-top: 0px;
    width: 140px;
  }
  .navbar-toggle {
    margin-top: 0px;
  }
  .wrapper.action .container {
    padding-bottom: 0px;
  }
  #map_canvas {
    height: 300px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .select2-container--default .select2-selection--single {
    width: 100%;
    background-size: 12%;
    background-position: 99% 50%;
  }
  .wrapper.map .container-select {
    width: 100%;
  }
  }

@media (max-width: 380px) {
  .carousel-inner img {
    margin-top: 64px; }
  .navbar-fixed-top {
    height: 62px;
    margin-bottom: 0; }
  .navbar-brand {
    padding: 15px 0px 15px 15px;
    margin-bottom: 0; }
  p.navbar-brand {
    height: 64px; }
  .navbar-brand.mobile-logo {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 140px; }
  .wrapper.action .row.product-btn-group {
    margin-top: 200px; }
  ul.navbar-nav {
    background: #ffffff; }
  .carousel-caption .btn-default {
    padding: 8px 5px; }
  .carousel-caption p.textBox {
    margin: 0; }
  .carousel-caption h1.textBox {
    margin: 0; }
  .contact .select2-container--default .select2-selection--single {
    background-position-x: 99%;
    background-size: 12%;
  }
  .wrapper.cal .cal-detail {
    width: 95%; } }

@media (max-width: 360px) {
  .carousel-caption .btn-default {
    position: absolute;
    right: auto;
    bottom: -50px; }
  .form.container .btn-default {
    position: static; }
  .phone .row.hero-text .btn {
    margin-right: 15px;
    right: 0px;
    bottom: 36px;
    font-size: 8px; }
  .select2-container--default .select2-selection--single {
    background-size: 13%;
    background-position-x: 99%;
  }
  .wrapper.cal .calendar h2 {
    font-size: 22px; } }

@media (max-width: 320px) {
  .wrapper.action .row.product-btn-group {
    margin-top: 230px; }
  .row.hero-text {
    margin-top: 15%; }
  .wrapper.cal .cal-detail {
    padding-left: 40px; }
  .wrapper.cal .calendar h2 {
    font-size: 22px; }
  .select2-container--default .select2-selection--single {
    background-size: 14%;
  }
  .contact .select2-container--default .select2-selection--single {
    background-size: 14%;
    background-position-x: 99%;
  }
  .phone .row.hero-text .btn {
    bottom: 30px;
    margin-right: 10px; } }



#all-hands-on-deck-cta {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/hand-water.jpg");
  width: 100%;
  position: relative;
}
#inner-all-hands-cta {
  padding: 6rem 0 0;
}
#all-hands-call-btn {
  margin-top: 4rem;
  background: rgba(0, 0, 0, 0.12);
  color: #ffffff;
  transition: .3s background ease-in-out;
  border: 1px solid #9fcf67;
  border-radius: 1px;
}
#all-hands-call-btn:hover {
  background: #9fcf67;
}
#all-hands-call h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
#all-hands-call p {
  color: #fff;
  font-size: 21px;
}
p#hard-copy-all-hands {
  margin-top: .5rem;
  font-size: 12px;
  color: #fff;
}
p#hard-copy-all-hands a {
    color: #9fcf67;
    font-weight: bold;
  }


@media all and (max-width: 640px) {
  #all-hands-on-deck-cta {
    min-height: 400px;
  }
  #inner-all-hands-cta {
    padding: 4rem 0 0;
  }
  #all-hands-call h1 {
    font-size: 26px;
  }
  #all-hands-call p {
    font-size: 16px;
  }
  #all-hands-call-btn {
    margin-top: 2rem;
  }
}