/*
 Theme Name:   Bissell Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Bissell Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bissell-child
*/
/* General */
.page-template-page-past-events main, .page-template-page-map-detail main {
  padding-bottom: 0; }

.bissell-header .navbar .navbar-header {
  margin-bottom: 20px; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.ss-contain {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px); }

.ss-red-text {
  color: #c0091d; }

.bold {
  font-weight: bold; }

.ss-blue-heading {
  font-size: 22px;
  color: #03a7dc;
  margin-bottom: 10px;
  padding-top: 0;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.2em; }

.ss-blue-heading-large-normal {
  font-size: 30px;
  color: #03a7dc;
  margin-bottom: 5px;
  padding-top: 0; }

.ss-heading {
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #656565;
  font-family: "Helvetica W01",Helvetica,Arial,sans-serif; }

.ss-heading-normal {
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  text-transform: uppercase;
  color: #656565;
  font-family: "Helvetica W01",Helvetica,Arial,sans-serif; }

.ss-heading-large-normal {
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  color: #656565;
  font-family: "Helvetica W01",Helvetica,Arial,sans-serif; }

.yellow-link {
  color: #F5A623;
  font-weight: bold; }

.page-template-page-map-detail .banner, .page-template-page-ets-landing .banner, .page-template-page-past-events .banner {
  display: none !important; }

.page-template-page-map-detail .btn, .page-template-page-ets-landing .btn, .page-template-page-past-events .btn {
  padding: 15px 25px;
  color: white;
  background: #F5A623;
  display: table;
  font-weight: bold; }
  .page-template-page-map-detail .btn:hover, .page-template-page-ets-landing .btn:hover, .page-template-page-past-events .btn:hover {
    color: white; }

/* Map Detail */
.map-detail-top {
  margin-bottom: 10px; }
  .map-detail-top .detail-region-img.midwest {
    background: url("img/Midwest_With_Logo.png") no-repeat center;
    background-size: contain; }
  .map-detail-top .detail-region-img.west {
    background: url("img/West_With_Logo.png") no-repeat center;
    background-size: contain; }
  .map-detail-top .detail-region-img.northeast {
    background: url("img/Northeast_With_Logo.png") no-repeat center;
    background-size: contain; }
  .map-detail-top .detail-region-img.south {
    background: url("img/South_With_Logo.png") no-repeat center;
    background-size: contain; }
  .map-detail-top .detail-region-img {
    width: 45%;
    height: 300px;
    float: left;
    margin-right: 20px; }
  .map-detail-top .right {
    width: calc(55% - 20px);
    float: right;
    height: 320px;
    display: table; }
  .map-detail-top .right .inner {
    display: table-cell;
    vertical-align: middle; }
  .map-detail-top h2 {
    color: #03a7dc;
    max-width: 418px;
    text-transform: uppercase; }

#map {
  height: 450px;
  width: 100%;
  margin-bottom: 40px; }

#map-inner-wrap {
  position: relative; }

#map-inner-wrap:before, #shelters-list:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background: rgba(255, 255, 255, 0.7);
  content: 'Loading...';
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  z-index: 9;
  position: absolute;
  font-weight: bold;
  color: #03a7dc;
  text-transform: uppercase; }

#shelters-list:before {
  padding-top: 25px;
  z-index: 2; }

#map-inner-wrap.loading:before, #shelters-list.loading:before {
  opacity: 1;
  visibility: visible; }

.map-filters:after {
  content: "";
  display: table;
  clear: both; }

#address-input {
  float: left;
  width: 300px;
  margin-right: 20px;
  padding: 15px;
  position: relative;
  border: 1px solid #AAA; }

.map-filter, .map-sort {
  position: relative;
  margin-bottom: 30px;
  display: table;
  padding: 10px; }

.map-filter {
  float: left;
  min-width: 362px; }

.map-sort {
  float: left; }

#map-filter-toggle, #map-sort-toggle {
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  color: #4c4c4c;
  opacity: .7;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  margin-top: 8px;
  vertical-align: middle;
  font-size: 19px;
  color: #333; }

#map-filter-toggle .icon {
  width: 20px;
  height: 20px;
  background: url("img/filter.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  opacity: .6; }

#map-sort-toggle .icon {
  width: 20px;
  height: 20px;
  background: url("img/sort.png") no-repeat center;
  background-size: contain;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  opacity: .6;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px; }

#map-filter-toggle.open, #map-sort-toggle.open {
  opacity: 1; }

#map-sort-toggle.open .icon {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

#map-filter-modal, #map-sort-modal {
  position: absolute;
  display: none;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px #444;
  box-shadow: 1px 1px 5px #444;
  padding: 20px;
  background: white;
  top: 45px;
  z-index: 3;
  min-width: 180px; }

#map-filter-modal.shown, #map-sort-modal.shown {
  opacity: 1;
  display: block; }

.map-key {
  width: 100%;
  margin-bottom: 20px; }

.map-notes {
  width: 33.3%;
  float: left;
  min-height: 186px;
  padding-right: 20px; }
  .map-notes p {
    max-width: 350px; }

.key-shelter-requirements, .key-participating-animals {
  width: 33.3%;
  margin-bottom: 20px;
  float: left; }
  .key-shelter-requirements .ss-blue-heading, .key-participating-animals .ss-blue-heading {
    font-size: 20px; }

.key-shelter-requirements .item, .key-participating-animals .item {
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: 0; }

.key-shelter-requirements .item .icon, .key-participating-animals .item .icon {
  width: 24px;
  margin-bottom: 6px;
  height: 30px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle; }

.key-shelter-requirements .pre-approved .icon {
  background: url("img/Pre-approved.png") no-repeat center;
  background-size: contain; }

.key-shelter-requirements .vet-verification .icon {
  background: url("img/vet-verification.png") no-repeat center;
  background-size: contain; }

.key-shelter-requirements .housing-verification .icon {
  background: url("img/housing.png") no-repeat center;
  background-size: contain; }

.key-participating-animals .dogs .icon {
  background: url("img/dog.png") no-repeat center;
  background-size: contain; }

.key-participating-animals .cats .icon {
  background: url("img/Cat.png") no-repeat center;
  background-size: contain; }

.key-participating-animals .other .icon {
  background: url("img/Bunny-Other.png") no-repeat center;
  background-size: contain; }

.key-located-at-bissell {
  width: 427px;
  float: left;
  margin-top: 10px; }

.key-located-at-bissell .icon {
  background: url("img/bissell-logo.png") no-repeat center;
  background-size: contain;
  width: 49px;
  height: 46px;
  float: left;
  display: block; }

.key-located-at-bissell .info {
  width: calc(100% - 60px);
  float: right;
  margin-top: 10px; }

.map-filters {
  margin-bottom: 15px;
  background: white;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  z-index: 4; }

.map-filters .checkbox-contain {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: normal; }

.map-filters .checkbox-contain:first-of-type {
  margin-top: 0; }

/* Hide the browser's default checkbox */
.map-filters .checkbox-contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.map-filters .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #999;
  -webkit-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out; }

/* On mouse-over, add a grey background color */
.map-filters .checkbox-contain:hover input ~ .checkmark {
  background-color: #DDD; }

/* When the checkbox is checked, add a blue background */
.map-filters .checkbox-contain input:checked ~ .checkmark {
  background-color: #03a7dc; }

/* Create the checkmark/indicator (hidden when not checked) */
.map-filters .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.map-filters .checkbox-contain input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.map-filters .checkbox-contain .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#map-distance-checkbox.shown {
  display: block; }

#map-distance-checkbox {
  display: none; }

.map-no-results {
  padding-top: 40px; }

#shelters-list {
  position: relative;
  min-height: 150px; }

.shelter-item {
  padding: 30px 0; }
  .shelter-item:nth-of-type(even) {
    background: #f7f7f7; }
  .shelter-item .three-col:after {
    content: "";
    display: table;
    clear: both; }
  .shelter-item .three-col .col {
    width: calc(33.33% - 15px);
    float: left;
    margin-right: 20px; }
  .shelter-item .three-col .col p:last-of-type {
    margin-bottom: 0; }
  .shelter-item .three-col .col.last {
    margin-right: 0; }
  .shelter-item .three-col .col.last p {
    max-width: 209px; }
  .shelter-item .title {
    margin-bottom: 5px;
    color: #03a7dc;
    line-height: 1em; }
  .shelter-item .address a, .shelter-item .phone a {
    text-decoration: none;
    color: inherit; }
  .shelter-item .bissell-icon {
    background: url(img/bissell-logo-small.png) no-repeat center;
    background-size: contain;
    width: 35px;
    height: 30px;
    margin: 8px 0; }
  .shelter-item .city-state {
    margin-bottom: 10px;
    color: #03a7dc;
    padding-top: 0; }
  .shelter-item .bold-label {
    font-weight: bold;
    color: #333; }
  .shelter-item .bold-label.red {
    color: #c0091d; }
  .shelter-item .additional-notes p {
    margin-bottom: 10px; }
  .shelter-item .website {
    color: #03a7dc;
    display: block;
    margin-bottom: 5px; }
  .shelter-item .participating-icons, .shelter-item .requirements-icons {
    margin-bottom: 5px;
    display: block; }
  .shelter-item .participating-icons .icon, .shelter-item .requirements-icons .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 5px; }
  .shelter-item .participating-icons .icon:last-of-type, .shelter-item .requirements-icons .icon:last-of-type {
    margin-right: 0; }
  .shelter-item .participating-icons .icon.dogs {
    background: url("img/dog.png") no-repeat center;
    background-size: contain; }
  .shelter-item .participating-icons .icon.cats {
    background: url("img/Cat.png") no-repeat center;
    background-size: contain; }
  .shelter-item .participating-icons .icon.other {
    background: url("img/Bunny-Other.png") no-repeat center;
    background-size: contain; }
  .shelter-item .requirements-icons .icon.requires-pre-approval {
    background: url("img/Pre-approved.png") no-repeat center;
    background-size: contain; }
  .shelter-item .requirements-icons .icon.requires-vet-verification {
    background: url("img/vet-verification.png") no-repeat center;
    background-size: contain; }
  .shelter-item .requirements-icons .icon.requires-housing-verification {
    background: url("img/housing.png") no-repeat center;
    background-size: contain; }
  .shelter-item p {
    margin-bottom: 5px; }

/* Map Regions / Overview */
.no-ongoing-event-intro {
  margin-bottom: 40px; }
  .no-ongoing-event-intro .left {
    width: 54%;
    float: left;
    margin-right: 55px; }
  .no-ongoing-event-intro .right {
    width: calc(46% - 55px);
    float: left; }
  .no-ongoing-event-intro .heading {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
  .no-ongoing-event-intro .mentioned-on {
    margin-bottom: 52px; }
  .no-ongoing-event-intro .ets-stats {
    margin-bottom: 10px; }
  .no-ongoing-event-intro .ets-logo {
    height: 212px;
    margin-bottom: 15px;
    background-position: left top !important; }

.no-ongoing-event-video iframe, .no-ongoing-event-video {
  width: 100%;
  height: 500px;
  margin-bottom: 30px; }

.no-ongoing-event-three-col {
  margin-bottom: 50px; }
  .no-ongoing-event-three-col .col {
    width: calc(33.3% - 20px);
    margin-right: 30px;
    float: left; }
  .no-ongoing-event-three-col .col .heading {
    font-size: 20px;
    color: #03a7dc;
    margin-bottom: 0;
    padding-top: 0;
    font-weight: bold; }
  .no-ongoing-event-three-col .col:nth-of-type(3n) {
    margin-right: 0; }
  .no-ongoing-event-three-col .col .thumb {
    width: 100%;
    height: 270px;
    display: block;
    background-color: #444;
    background-size: cover;
    text-decoration: none; }
  .no-ongoing-event-three-col .col .info {
    padding: 15px 0 0 0;
    display: block;
    text-decoration: none; }
  .no-ongoing-event-three-col .col p {
    margin-bottom: 0;
    color: #333; }
  .no-ongoing-event-three-col .col .title {
    font-size: 20px;
    color: #03a7dc;
    margin-bottom: 0;
    padding-top: 0; }

.ets-footer-submit-story {
  margin-bottom: 50px; }
  .ets-footer-submit-story .thumb {
    width: 65%;
    float: left;
    height: 270px;
    margin-right: 20px; }
  .ets-footer-submit-story .info {
    width: calc(35% - 20px);
    float: left;
    display: table;
    height: 270px; }
  .ets-footer-submit-story .inner {
    vertical-align: bottom;
    display: table-cell; }
  .ets-footer-submit-story .copy {
    margin-bottom: 20px; }

.ets-footer-faq {
  background: #f7f7f7;
  width: 100%;
  padding: 50px 0;
  text-align: center; }
  .ets-footer-faq .ss-blue-heading {
    font-size: 32px;
    margin-top: 0; }

.ets-logo {
  background: url("img/ETS-01.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 165px;
  margin-bottom: 25px; }

.ongoing-event-main .ets-logo {
  background: url("img/ETS-01.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 212px;
  margin-bottom: 25px; }

.ongoing-event-main .date-heading {
  font-size: 45px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
  font-weight: normal;
  padding-top: 0; }

.ongoing-event-main .event-description {
  margin-bottom: 30px; }

.ongoing-event-info {
  margin-bottom: 60px; }
  .ongoing-event-info .left {
    float: left;
    width: 55%;
    margin-right: 50px; }
  .ongoing-event-info .left h3 {
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 0; }
  .ongoing-event-info .left .red-heading {
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 0;
    color: #b80d20;
    line-height: 1.3em;
    font-weight: bold;
    font-family: "Helvetica W01",Helvetica,Arial,sans-serif; }
  .ongoing-event-info .right {
    float: left;
    width: calc(45% - 50px); }
  .ongoing-event-info .ets-stats {
    margin-bottom: 25px; }

.ets-stats {
  margin-bottom: 45px;
  text-align: center; }

.ets-stat {
  float: left;
  width: auto; }
  .ets-stat:first-of-type {
    text-align: left; }

.ets-stat:first-of-type {
  margin-right: 30px; }

.ets-stat .counter {
  font-size: 51px;
  text-transform: uppercase;
  padding-top: 0;
  color: #656565;
  margin-bottom: 0;
  font-family: "Helvetica W01",Helvetica,Arial,sans-serif;
  font-weight: bolder; }

.ets-stat h5 {
  margin-bottom: 0;
  line-height: 1em;
  font-family: "Helvetica W01",Helvetica,Arial,sans-serif; }

.ets-stat h6 {
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 9px;
  line-height: 1em;
  margin-top: 0;
  text-transform: uppercase;
  color: #888;
  font-family: "Helvetica W01",Helvetica,Arial,sans-serif; }

.ets-stat .desc {
  font-size: 12px;
  text-transform: uppercase;
  color: #03a7dc;
  font-weight: bold;
  padding-top: 0; }

.mentioned-on .mentioned-item {
  display: block;
  float: left;
  margin-right: 10px;
  height: 57px;
  width: calc(33.33% - 7px); }
  .mentioned-on .mentioned-item img {
    max-width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto; }

.mentioned-on .mentioned-item:nth-of-type(3n) {
  margin-right: 0; }

.mentioned-on .mentioned-item:nth-of-type(5), .mentioned-on .mentioned-item:nth-of-type(6) {
  padding-top: 23px; }

.mentioned-on .mentioned-heading {
  margin-bottom: 20px;
  font-size: 20px; }

.map-regions-overview {
  position: relative;
  width: 1000px;
  height: 515px;
  margin: 0 auto 65px auto; }

.region-img {
  -webkit-transition: opacity .5s ease-out, -webkit-filter;
  transition: opacity .5s ease-out, -webkit-filter;
  -o-transition: filter, opacity .5s ease-out;
  transition: filter, opacity .5s ease-out;
  transition: filter, opacity .5s ease-out, -webkit-filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.region-img:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: .7; }

.region-img.west {
  position: absolute;
  top: .9%;
  left: .5%;
  width: 300px;
  width: 37.2%; }

.region-img.midwest {
  position: absolute;
  top: -.8%;
  left: 34.43%;
  width: 300px;
  width: 38.6%;
  z-index: 2; }

.region-img.northeast {
  position: absolute;
  top: 38px;
  right: 48px;
  width: 213px;
  width: 22.026196%; }

.region-img.south {
  position: absolute;
  bottom: 0;
  left: 240px;
  left: 30.226700%;
  width: 411px;
  width: 51.76322%; }

/* Past Events */
.past-events-intro {
  margin-bottom: 50px; }
  .past-events-intro .ets-logo {
    width: 55%;
    float: left;
    margin-right: 40px;
    height: 212px; }
  .past-events-intro .right {
    width: calc(45% - 40px);
    float: left; }
    .past-events-intro .right .ss-heading-large-normal {
      margin: 0; }
  .past-events-intro .ets-stats {
    margin-bottom: 20px; }

.past-events-grid {
  position: relative; }

.past-event-item {
  width: calc(33% - 15px);
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px; }
  .past-event-item:nth-of-type(3n) {
    margin-right: 0; }
  .past-event-item .thumb {
    width: 100%;
    height: 285px;
    display: block;
    background-color: #444;
    text-decoration: none; }
  .past-event-item .info {
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #E2E2E2;
    display: block;
    text-decoration: none; }
  .past-event-item .title {
    color: #03a7dc;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0; }
  .past-event-item .title a {
    color: inherit; }
  .past-event-item p {
    margin-bottom: 0;
    color: #656565;
    font-size: 14px; }
  .past-event-item .lives-saved {
    font-weight: bold; }

.toggle-past-event {
  cursor: pointer; }

.past-event-expanded {
  visibility: hidden;
  position: absolute;
  background: #f7f7f7;
  z-index: 0;
  left: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  padding: 30px 50px 50px 50px;
  border-color: white;
  width: 100%; }
  .past-event-expanded p {
    color: #333; }
  .past-event-expanded .close-past-event {
    position: absolute;
    font-size: 50px;
    right: 17px;
    cursor: pointer;
    font-weight: lighter;
    top: -6px;
    color: #bfbebe;
    text-decoration: none; }
  .past-event-expanded.shown {
    visibility: visible;
    z-index: 2;
    opacity: 1;
    height: auto;
    border-top: 26px solid white; }
  .past-event-expanded .title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px; }
  .past-event-expanded .split {
    margin-bottom: 55px; }
  .past-event-expanded .past-events-slider {
    margin: 30px auto 80px auto; }
  .past-event-expanded .split .left {
    width: 45%;
    float: left;
    text-align: center;
    padding-top: 30px; }
    .past-event-expanded .split .left .ss-blue-heading {
      font-size: 35px;
      line-height: 1em;
      font-weight: normal; }
      .past-event-expanded .split .left .ss-blue-heading.bold {
        margin-top: 0;
        font-weight: bold; }
  .past-event-expanded .split .right {
    width: 55%;
    float: right;
    padding-right: 20px; }
  .past-event-expanded iframe {
    margin: 0 auto 40px auto;
    width: 100%; }
  .past-event-expanded .ss-blue-heading {
    text-align: center; }
  .past-event-expanded .list-of-shelters {
    list-style: none;
    margin-top: 30px;
    padding: 0; }
  .past-event-expanded .list-of-shelters li {
    width: 33%;
    display: block;
    line-height: 1em;
    float: left;
    margin-bottom: 4px;
    padding-right: 10px; }
  .past-event-expanded .btn {
    margin: 0 auto 50px auto;
    display: table;
    min-width: 385px;
    padding: 20px 40px;
    font-size: 18px; }
  .past-event-expanded .thank-you-heading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px; }

@media only screen and (max-width: 1100px) {
  .map-regions-overview {
    width: 794px;
    height: 409px; }
    .map-regions-overview .region-img.northeast {
      top: 29px;
      right: 38px; }
    .map-regions-overview .region-img.west {
      left: 4px; } }

@media only screen and (max-width: 950px) {
  .ongoing-event-info .left, .ongoing-event-info .right {
    width: 100%;
    float: none;
    max-width: 491px;
    margin: 0 auto; }
  .mentioned-on {
    max-width: 400px; } }

@media only screen and (max-width: 970px) {
  .bissell-header .navbar .navbar-header {
    margin-bottom: 0; } }

@media only screen and (max-width: 850px) {
  #shelters-list .shelter-item .three-col .col.last {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 0; }
  #shelters-list .shelter-item .three-col .col.last, #shelters-list .shelter-item .three-col .col:nth-of-type(2) {
    border-left: 4px solid #f7f7f7;
    padding-left: 20px;
    width: 53%;
    margin-right: 0; }
  #shelters-list .shelter-item .three-col .col:first-of-type {
    width: 47%;
    margin-right: 0;
    padding-right: 20px;
    min-height: 300px; }
  .shelter-item .participating-icons .icon, .shelter-item .requirements-icons .icon {
    margin-right: 6px; }
  .ets-stats {
    max-width: 291px;
    margin-left: auto;
    margin-right: auto; }
  .mentioned-on .mentioned-heading {
    text-align: center; }
  .mentioned-on {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .mentioned-on .mentioned-item {
    width: 50%;
    margin-right: 0; }
    .mentioned-on .mentioned-item img {
      margin-left: auto;
      margin-right: auto;
      display: block; }
  .no-ongoing-event-video, .no-ongoing-event-video iframe {
    height: 250px; }
  .no-ongoing-event-three-col .col {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
    .no-ongoing-event-three-col .col .thumb {
      height: 250px; }
  .ongoing-event-main .ongoing-event-info .ss-heading-normal {
    font-size: 18px; }
  .ongoing-event-main .date-heading {
    margin-bottom: 30px;
    font-size: 41px; }
  .ongoing-event-main .ets-logo {
    width: 100%;
    float: none;
    margin: 0 auto 0 auto;
    max-width: 298px;
    height: 159px; }
  .ongoing-event-info .red-heading {
    text-align: center;
    font-size: 21px; }
  .map-detail-top .detail-region-img {
    float: none;
    width: 100%; }
  .map-detail-top .right {
    width: 100%;
    float: none;
    height: auto;
    text-align: center; }
  .map-detail-top .copy {
    display: none; }
  .map-key {
    margin-bottom: 0px; }
    .map-key .key-shelter-requirements {
      width: 60%; }
      .map-key .key-shelter-requirements .ss-blue-heading {
        font-size: 19px;
        height: 44px;
        margin-bottom: 0; }
    .map-key .key-participating-animals {
      width: 40%; }
      .map-key .key-participating-animals .ss-blue-heading {
        font-size: 19px;
        text-align: center;
        height: 44px;
        margin-bottom: 0; }
      .map-key .key-participating-animals .item {
        padding-left: 26px; }
    .map-key .map-notes {
      float: none;
      width: 100%;
      min-height: 0px;
      margin-bottom: 20px;
      padding-right: 0; }
      .map-key .map-notes p {
        max-width: none; }
  #address-input {
    width: 100%; }
  .map-filter, .map-sort {
    min-width: 50%;
    margin-bottom: 0px; }
  #map-filter-modal, #map-sort-modal {
    min-width: 0px;
    width: 100%;
    padding: 10px; }
  #map-filter-modal {
    width: 260px; }
  .map-filters {
    padding-top: 15px; }
  .past-events-intro .ets-logo {
    width: 100%;
    float: none;
    margin: 0 auto 0 auto;
    max-width: 298px;
    height: 159px; }
  .past-events-intro .right {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 296px; }
  .past-events-intro .ets-stats {
    margin-bottom: 30px;
    margin-top: 30px; }
  .past-events-intro .copy p {
    text-align: center; }
  .past-event-item:nth-of-type(n) {
    width: 100%;
    max-width: 360px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .past-event-item .split .left, .past-event-item .split .right {
    float: none;
    width: 100%; }
  .past-event-item .past-event-expanded {
    padding-left: 20px;
    padding-right: 20px; }
    .past-event-item .past-event-expanded iframe {
      height: 250px; }
    .past-event-item .past-event-expanded .split {
      margin-bottom: 40px; }
    .past-event-item .past-event-expanded .split .right {
      text-align: center; }
    .past-event-item .past-event-expanded .btn {
      min-width: 0px;
      padding: 15px 20px; }
    .past-event-item .past-event-expanded .list-of-shelters li {
      width: 50%;
      font-size: 15px; }
  .map-regions-overview {
    width: calc(100% - 30px);
    height: auto;
    max-width: 300px;
    margin: 0 auto; }
  .ets-footer-submit-story .thumb {
    margin-bottom: 25px; }
  .ets-footer-submit-story .thumb, .ets-footer-submit-story .info {
    width: 100%;
    float: none; }
  .ets-footer-submit-story .info .inner {
    display: block;
    vertical-align: middle; }
  .map-regions-overview .region-img {
    width: 100%;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    display: block;
    max-width: 250px;
    margin: 0 auto; }
  .map-regions-overview .region-img.west {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
  .region-link {
    display: block;
    margin-bottom: 30px; } }

@media only screen and (max-width: 500px) {
  .map-key .key-participating-animals .ss-blue-heading, .map-key .key-shelter-requirements .ss-blue-heading {
    font-size: 16px; }
  .ets-footer-submit-story .btn {
    width: 100%; }
  .key-located-at-bissell {
    width: auto; }
    .key-located-at-bissell .info {
      margin-top: 0; }
  .past-event-item .past-event-expanded .btn {
    width: 100%;
    font-size: 14px; }
  .past-event-item .past-event-expanded .list-of-shelters li {
    width: 100%;
    padding-right: 0; }
  .past-event-item .past-event-expanded .close-past-event {
    font-size: 39px;
    top: -10px; } }
