.text-center {
  text-align: center;
}

.full-bleed {
  padding: 0;
}

.flex-map-component-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.full-bleed-inner {
  margin: 3em;
  align-self: center;
}

.full-bleed-inner > *:last-child {
  margin-bottom: 0;
}

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

.iframe-wrapper iframe {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#map-canvas {
  width: 100%;
  height: 500px;
}

/* header stuff */
.callcap_phone_number {
  line-height: 1em;
}

.callcap_phone_number .phone {
  font-size: 1.75em;
  padding-top: 15px;
  text-align: right;
}

.custom-logo {
  margin: 1em 0 0;
}

.content {
  padding-top: 5em;
}

/* adding in mobile specific layouts */

.sm-one-half {width: 48.71794871794871%;}

.sm-one-third {width: 31.62393162393162%;}
.sm-two-thirds {width: 65.81196581196582%;}

.sm-one-fifth {width: 17.94871794871794%;}
.sm-two-fifths {width: 38.46153846153846%;}
.sm-three-fifths {width: 58.97435897435897%;}
.sm-four-fifths {width: 79.48717948717948%;}

.sm-hidden {display: none;}

.sm-margin-bottom-reset {margin-bottom: 0;}

/* extending basic theme .gallery class */
.gallery--align-center {
  align-items: center;
}

.landing-3 .wrap {
  padding: 0;
}

.landing-3 .slick-list {
  width: 100%;
}

.landing-3 .slick-track {
  display: -ms-flexbox;
  display: flex;

  min-width: 100%;

  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery__tile img {
  width: 100%;
  height: auto;
  min-height: 10px;
  min-height: 1rem;
  padding: 0 6vw;
}

.form-wrapper .iframe-wrapper {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  color: #000;
  width: calc(100% - 60px);
  min-height: 700px;
}

@media (min-width: 768px) {
  .landing-3 {
    padding: 3rem 0;
  }

  .gallery__tile img {
    padding: 0 5vw;
    margin: 0;
  }

  .content {
    padding-top: 5.5em;
  }

  .full-bleed-inner {
    margin: 4em 3em;
    -webkit-box-align: center;
    -ms-flex-aligh: center;
    align-items: center;
  }

  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-map-component {
    min-height: 500px;
  }

  .iframe-wrapper {
    padding: 0;
    height: 100%;
  }
}

@media (min-width: 896px) {

  .content {
    padding-top: 0;
  }

  .one-half--left {
    margin-left: 0;
  }

  .one-half--right {
    float: right;
  }

  .sm-hidden {
    display: block;
  }

  /* header things */
  .callcap_phone_number {
    line-height: 1.618;
  }

  .callcap_phone_number .phone {
    font-size: 2.5em;
  }

  .custom-logo {
    margin: 0;
  }

  .landing-3 {
    padding: 4rem 0;
  }

  .gallery__tile img {
    padding: 0 3.75rem;
  }

  .flex-map-component-map {
    width: 60%;
  }
  
  .flex-map-component-copy {
    width: 40%;
  }

  #map-canvas {
    height: 100%;
  }

}

/* .gallery__tile {
  margin: 0 1rem 2rem;
  text-align: center;
  width: calc(100% / 6 - 2rem);
}

.gallery__tile img {
  width: auto;
  max-width: 100%;
}

@media (max-width: 895px) {
  .gallery__tile {
    width: calc(100% / 4 - 2rem);
  }
}

@media (max-width: 767px) {
  .gallery__tile {
    width: calc(100% / 3 - 2rem);
  }
} */
