/* Variables */
.locations-block {
  position: relative; }
  body:not(.wp-admin) .locations-block {
    margin-bottom: 100px;
    margin-top: 100px; }
    @media (max-width: 767px) {
      body:not(.wp-admin) .locations-block {
        margin-bottom: 60px;
        margin-top: 60px; } }
  .locations-block h2 {
    border-bottom: solid 1px #46CDFC;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .locations-block h2 {
        margin-bottom: 20px;
        padding-bottom: 10px; } }
  .locations-block .locations {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px; }
    @media (max-width: 599px) {
      .locations-block .locations {
        margin-left: -10px;
        margin-right: -10px; } }
    .locations-block .locations .location {
      flex: 0 0 16.66%;
      max-width: 16.66%;
      padding: 20px 16px;
      text-align: center; }
      @media (max-width: 1199px) {
        .locations-block .locations .location {
          flex: 0 0 20%;
          max-width: 20%; } }
      @media (max-width: 949px) {
        .locations-block .locations .location {
          flex: 0 0 25%;
          max-width: 25%; } }
      @media (max-width: 767px) {
        .locations-block .locations .location {
          flex: 0 0 33.3%;
          max-width: 33.3%; } }
      @media (max-width: 549px) {
        .locations-block .locations .location {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 399px) {
        .locations-block .locations .location {
          padding: 10px 10px 20px; } }
      .locations-block .locations .location a {
        display: block; }
      .locations-block .locations .location .image {
        background-blend-mode: color, normal;
        background-repeat: no-repeat, no-repeat !important;
        background-position: center, center !important;
        background-size: cover, cover !important;
        border-radius: 112px;
        display: inline-block;
        height: 280px;
        margin-bottom: 30px;
        vertical-align: middle;
        max-width: 208px;
        width: 100%; }
        @media (max-width: 599px) {
          .locations-block .locations .location .image {
            margin-bottom: 15px; } }
        @media (max-width: 399px) {
          .locations-block .locations .location .image {
            height: 250px; } }
      .locations-block .locations .location h3,
      .locations-block .locations .location h4 {
        font-size: 14px;
        backface-visibility: hidden;
        cursor: pointer;
        font-family: 'Mint Grotesk', sans-serif;
        font-weight: bold;
        line-height: 1.2;
        margin: 0 0 15px;
        position: relative; }
        @media screen and (min-width: 768px) {
          .locations-block .locations .location h3,
          .locations-block .locations .location h4 {
            font-size: 16px; } }
      .locations-block .locations .location .address {
        font-size: 12px;
        font-weight: normal; }
        @media screen and (min-width: 768px) {
          .locations-block .locations .location .address {
            font-size: 14px; } }
  .locations-block .regions .region {
    padding-top: 20px; }
    .locations-block .regions .region > h3 {
      font-size: 20px;
      color: #0C3984;
      line-height: 1.4;
      font-family: 'Mint Grotesk', sans-serif;
      font-weight: normal; }
      @media screen and (min-width: 768px) {
        .locations-block .regions .region > h3 {
          font-size: 24px; } }
    .locations-block .regions .region .locations {
      padding-bottom: 0; }
      .locations-block .regions .region .locations .location a {
        border-bottom: solid 1px transparent;
        padding-bottom: 30px; }
        .locations-block .regions .region .locations .location a:hover, .locations-block .regions .region .locations .location a:focus {
          border-color: #46CDFC; }
    .locations-block .regions .region.south .locations {
      padding-bottom: 0; }
  .locations-block.admin-block {
    background-color: #ECF8FE;
    padding: 60px 20px;
    text-align: center; }

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