/*********************
COLORS
Need help w/ choosing your colors? Try this site out: http://0to255.com/
*********************/
/*
 i imported this one in the functions file so campjoy would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/*********************
Breakpoints
*********************/
#map-block .map {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  padding: 32px 8px 0; }
  @media (min-width: 768px) {
    #map-block .map {
      padding: 64px 8px 0; } }
  #map-block .map__gmap .acf-map {
    width: 100%;
    height: 100%;
    min-height: 440px;
    font-family: "futura-pt", sans-serif; }
    #map-block .map__gmap .acf-map a {
      color: #e14650;
      font-weight: bold;
      font-family: "hypatia-sans-pro", sans-serif; }
    #map-block .map__gmap .acf-map p {
      font-family: "futura-pt", sans-serif; }
    #map-block .map__gmap .acf-map img {
      max-width: inherit !important; }

/*# sourceMappingURL=map.css.map */
