/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.map {
  padding: 100px 0 100px 0; }
  @media (min-width: 1025px) {
    .map {
      padding: 100px 0 150px 0; } }
  .map .acf-map {
    height: 400px; }
    @media (min-width: 1025px) {
      .map .acf-map {
        height: 600px; } }
    .map .acf-map .gm-style-iw-d {
      font-family: "Figtree", "Arial Narrow", "Verdana", sans-serif;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase; }
  .map .content h3 {
    margin-bottom: 1rem; }
  .map .content h2 {
    color: #EE9F16;
    margin-bottom: 2.5rem; }
  .map .content .contact-block {
    margin-bottom: 2rem; }
    .map .content .contact-block h3 {
      margin-bottom: 5px;
      color: #EE9F16;
      letter-spacing: 1px; }
    .map .content .contact-block p {
      margin-bottom: 2px; }
      .map .content .contact-block p a {
        color: #3E3E3E; }
    .map .content .contact-block:last-of-type {
      margin-bottom: 0; }
    .map .content .contact-block address {
      font-size: 18px;
      color: #3E3E3E; }
      @media (min-width: 1025px) {
        .map .content .contact-block address {
          font-size: 20px; } }
