.backer-grounder {
  position: absolute;
  left: 0;
  height: 65px;
  right: 0;
  top: 0px;
  background: #909b70;
  z-index: 2;
}

.locator-wrapper {
  position: relative;
  overflow: hidden;
}

.locator-wrapper #map {
  width: 100%;
  height: 400px;
  background: #e5e3df;
}

@media (min-width: 768px) {
  .locator-wrapper #map {
    height: 500px;
  }
}

.locator-wrapper .top-bar {
  height: 65px;
  background: #909b70;
}

.locator-wrapper .input-location-wrapper {
  position: relative;
  width: 80%;
  margin-left: 1rem;
}

.locator-wrapper .input-location-wrapper:before {
  display: none;
  font-family: 'Glyphicons Halflings';
  content: "\e003";
  position: absolute;
  left: 10px;
  top: 10px;
  color: #979696;
}

@media (max-width: 767px) {
  .locator-wrapper .input-location-wrapper {
    margin-left: 1rem;
  }
}

@media (min-width: 992px) {
  .locator-wrapper .input-location-wrapper {
    width: 50%;
    max-width: 512px;
  }
}

.locator-wrapper .auto-detect {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0.3rem;
  cursor: pointer;
}

.locator-wrapper .input-location {
  width: 100%;
  height: 46px;
  padding-left: 2.5rem;
  font-size: 18px;
}

.locator-wrapper .input-location:active, .locator-wrapper .input-location:focus {
  outline: none;
}

.locator-wrapper .autocomplete-wrapper {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 65px;
}

.locator-wrapper .overlay-fill {
  z-index: 15;
  background: rgba(63, 0, 0, 0.33);
}

.locator-wrapper .inputmessage-wrapper {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFDC9;
}

.locator-wrapper .inputmessage-wrapper .message-wrapper {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: -4rem;
}

@media (min-width: 768px) {
  .locator-wrapper .inputmessage-wrapper h1 {
    font-size: 2.7rem;
  }
}

.locator-wrapper .inputmessage-wrapper.expanded {
  height: 65px;
}

.locator-wrapper .inputmessage-wrapper.expanded .input-location-wrapper:before {
  display: block;
}

.locator-wrapper .inputmessage-wrapper.expanded .base_blinker {
  display: none;
}

.locator-wrapper .inputmessage-wrapper.expanded .input-location {
  padding-left: 3.2rem;
}

.locator-wrapper .inputmessage-wrapper.expanded h1 {
  font-family: Michroma, Ubuntu, Arial, Verdana, sans-serif;
  padding-left: 2rem;
  color: #3a4a09;
  font-size: 1em;
  margin-top: 1rem;
}

.locator-wrapper .inputmessage-wrapper.expanded .message-wrapper {
  margin: 0;
}

orginfowindows {
  display: none;
}

.org-data {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  font-size: 1.4rem;
}

.org-data a {
  color: #666 !important;
  float: right;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin-top: 0.8rem;
}

.org-data .org-name {
  font-weight: bold;
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
}

.org-data .org-info {
  padding-left: 1rem;
  padding-top: 1rem;
}

.org-data .enroll-link {
  margin-top: 1rem;
  display: block;
  font-weight: bold;
  font-family: Michroma, Ubuntu, Arial, Verdana, sans-serif;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .dir-sm-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -o-flex-direction: row !important;
    flex-direction: row !important;
    max-height: 500px;
    overflow: scroll;
  }
}

@media (min-width: 768px) {
  .no-left-padding {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .no-right-padding {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  [dir=rtl] .no-left-padding {
    padding: 0;
  }
}

@media (min-width: 768px) {
  [dir=rtl] .no-right-padding {
    padding: 0;
  }
}

closestorgs {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  -moz-align-self: stretch;
  -o-align-self: stretch;
  align-self: stretch;
  color: white;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

closestorgs closestorg {
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
  -o-flex: 1;
  flex: 1;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  min-height: 95px;
}

closestorgs closestorg a {
  float: none;
  font-weight: normal;
  color: #dfba27 !important;
}

closestorgs .closest-org {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  -moz-align-self: stretch;
  -o-align-self: stretch;
  align-self: stretch;
  -webkit-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  width: 100%;
  background: #5B7549;
  border-bottom: 1px solid rgba(140, 180, 123, 0.8);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

closestorgs .closest-org:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #526c47;
  position: absolute;
  top: 0;
  right: -20px;
}

closestorgs .number {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 25%;
  font-size: 1.25rem;
  background: #546C48;
  color: #ddd;
  font-family: Michroma, Ubuntu, Arial, Verdana, sans-serif;
}

closestorgs .org-info {
  -webkit-flex: 2;
  -ms-flex: 2;
  -moz-flex: 2;
  -o-flex: 2;
  flex: 2;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  line-height: 1.2em;
  font-size: 0.9em;
  color: #fefefe;
  padding-right: 1rem;
  font-family: "Myriad Set Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

closestorgs .org-info:hover {
  background: #6B8459;
}

closestorgs letter {
  font-size: 2.5rem;
}

.bouncey-animation-target {
  -webkit-animation: bouncy 1000ms linear both;
  animation: bouncy 1000ms linear both;
}

/* Generated with Bounce.js. Edit at http://goo.gl/LleWlb */
@-webkit-keyframes bouncy {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.61% {
    -webkit-transform: matrix3d(0.943, 0, 0, 0, 0, 0.943, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.943, 0, 0, 0, 0, 0.943, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.91% {
    -webkit-transform: matrix3d(1.082, 0, 0, 0, 0, 1.082, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.082, 0, 0, 0, 0, 1.082, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.122, 0, 0, 0, 0, 1.122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.122, 0, 0, 0, 0, 1.122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.12% {
    opacity: 1;
    -webkit-transform: matrix3d(1.086, 0, 0, 0, 0, 1.086, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.086, 0, 0, 0, 0, 1.086, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.92% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 1.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.027, 0, 0, 0, 0, 1.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.82% {
    -webkit-transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.63% {
    -webkit-transform: matrix3d(0.973, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.973, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.94% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.36% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  74.77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes bouncy {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.61% {
    -webkit-transform: matrix3d(0.943, 0, 0, 0, 0, 0.943, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.943, 0, 0, 0, 0, 0.943, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.91% {
    -webkit-transform: matrix3d(1.082, 0, 0, 0, 0, 1.082, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.082, 0, 0, 0, 0, 1.082, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.122, 0, 0, 0, 0, 1.122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.122, 0, 0, 0, 0, 1.122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.12% {
    opacity: 1;
    -webkit-transform: matrix3d(1.086, 0, 0, 0, 0, 1.086, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.086, 0, 0, 0, 0, 1.086, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.92% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 1.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.027, 0, 0, 0, 0, 1.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.82% {
    -webkit-transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.63% {
    -webkit-transform: matrix3d(0.973, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.973, 0, 0, 0, 0, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.94% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.36% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  74.77% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.19% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes geolocate-expansion___3uILO {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes geolocate-expansion___3uILO {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.inProgress:before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: geolocate-expansion___3uILO;
  animation-name: geolocate-expansion___3uILO;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.base_blinker:before {
  width: 65%;
  height: 65%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.base_blinker:after, .base_blinker:before {
  z-index: 100;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.base_blinker {
  width: 46px;
  height: 46px;
  color: #707070;
  position: absolute;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.base_blinker:after {
  background-color: #707070;
  font-size: 2px;
  height: 1em;
  width: 1em;
}

.inProgress.base_blinker {
  top: 0px;
}

.inProgress.base_blinker svg {
  display: none;
}

.base_blinker {
  top: 8px;
}

/*button {
  background: transparent;
  border: 0;
  padding: 0;
}*/
inProgress .icon {
  opacity: 0;
}

svg:not(:root) {
  overflow: hidden;
}

.icon {
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  margin: auto;
}

.valign-middle {
  vertical-align: middle;
}

svg {
  fill: currentColor;
}

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-wrapper a.right-labelll {
    font-size: 0.7em !important;
  }
}

@media (min-width: 768px) {
  .row.is-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  /*
  * And with max cross-browser enabled.
  * Nobody should ever write this by hand. 
  * Use a preprocesser with autoprefixing.
  */
  .row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
