@charset "UTF-8";
#contacts {
  float: left;
  padding: 15px 0 0 0;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
  margin-top: 10px;
  padding-top: 0;
  width: 100%;
}
#contacts .contact-card {
  display: block;
  box-sizing: border-box;
  padding: 20px 30px 50px 30px;
  width: 100%;
  margin: 0;
  grid-column: span 1;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.02);
}
#contacts .contact-card:hover {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
#contacts .contact-card h2 {
  font-size: 0.95em;
  line-height: 1.4;
  font-weight: 500;
  font-family: "NeueHelveticaeText65Medium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #9eb1b5;
  margin-bottom: 1em;
  margin-top: 0;
}
#contacts .contact-card h3 {
  font-family: "NeueHelveticaeText55Roman", Helvetica, Arial, sans-serif;
  color: #444b4e;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
}
#contacts .contact-card h4 {
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: 500;
  font-family: "NeueHelveticaeText75Bold", Helvetica, sans-serif;
  color: #111;
  margin-top: 0;
}
#contacts .contact-card .edit-retailer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 6px !important;
  display: block;
  float: left;
  margin: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  margin-bottom: 10px;
  background: #aa41d6;
  color: #fff;
}
#contacts .contact-card .map {
  background: #fff;
  border-radius: 4px;
  color: #0f0f0f;
  font-weight: bold;
  font-family: "NeueHelveticaeText65Medium", Helvetica, sans-serif;
  padding: 1px 15px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  text-align: center;
  word-spacing: 1px;
  border: 1px solid #9bb2b8;
}

#contacts .contact-card {
  font-size: 1em;
  width: 100%;
  margin: 0;
  grid-row: span 1;
  grid-column: span 1;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.02);
  background: #fff;
}
#contacts .contact-card:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
#contacts .contact-card.hidden {
  display: none;
}
#contacts .contact-card .text-holder {
  padding: 0 20px 10px 0;
}
#contacts .contact-card .events-text h2 {
  font-size: 18px;
  margin: 10px 0 0 25px;
}
#contacts .contact-card .events-text h2 a {
  color: #a948d3;
}
#contacts .contact-card .events-text p {
  font-size: 16px;
  color: #444b4e;
  margin: 0 0 20px 25px;
}

.contact_new-template, .representatives_new-template, .contract_sale_new-template {
  /* @group Contact cards */
  /* @end */
}
.contact_new-template #addressMapWrap, .representatives_new-template #addressMapWrap, .contract_sale_new-template #addressMapWrap {
  display: grid !important;
  grid-template-columns: 3fr 1fr;
  float: left;
  width: 100%;
  grid-gap: 0;
}
.contact_new-template #addressMapWrap #addressMap, .representatives_new-template #addressMapWrap #addressMap, .contract_sale_new-template #addressMapWrap #addressMap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  grid-column: span 1;
  overflow: hidden;
}
.contact_new-template #addressMapWrap #addressMap #addressMapInner, .representatives_new-template #addressMapWrap #addressMap #addressMapInner, .contract_sale_new-template #addressMapWrap #addressMap #addressMapInner {
  position: relative;
  height: 100%;
  width: 100%;
}
.contact_new-template #addressMapWrap #mapInfo, .representatives_new-template #addressMapWrap #mapInfo, .contract_sale_new-template #addressMapWrap #mapInfo {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  grid-column: span 1;
  padding: 50px 30px;
}
.contact_new-template #addressMapWrap #mapInfo .map, .representatives_new-template #addressMapWrap #mapInfo .map, .contract_sale_new-template #addressMapWrap #mapInfo .map {
  display: none !important;
}
.contact_new-template #addressMapWrap #mapInfo .edit-retailer, .representatives_new-template #addressMapWrap #mapInfo .edit-retailer, .contract_sale_new-template #addressMapWrap #mapInfo .edit-retailer {
  display: none !important;
}
.contact_new-template #left-column-with-controls, .representatives_new-template #left-column-with-controls, .contract_sale_new-template #left-column-with-controls {
  background: #fff;
  box-sizing: border-box;
  padding: 50px 30px;
  min-height: 400px;
}
.contact_new-template #right-column-with-map, .representatives_new-template #right-column-with-map, .contract_sale_new-template #right-column-with-map {
  background: #fff;
  padding: 0;
}
.contact_new-template #right-column-with-map #map, .representatives_new-template #right-column-with-map #map, .contract_sale_new-template #right-column-with-map #map {
  position: relative;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact_new-template .search-form #contact-search, .representatives_new-template .search-form #contact-search, .contract_sale_new-template .search-form #contact-search {
  width: 242px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 6px;
  height: 30px;
}
.contact_new-template .search-form #contact-search:focus, .representatives_new-template .search-form #contact-search:focus, .contract_sale_new-template .search-form #contact-search:focus {
  border-color: #8fa6ab;
}
.contact_new-template #controls-with-map, .representatives_new-template #controls-with-map, .contract_sale_new-template #controls-with-map {
  display: grid;
  grid-template-columns: 1fr 3fr;
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  grid-gap: 0;
}
.contact_new-template #controls-with-map .controls-with-map-column, .representatives_new-template #controls-with-map .controls-with-map-column, .contract_sale_new-template #controls-with-map .controls-with-map-column {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  grid-column: span 1;
}
.contact_new-template #controls-with-map .myedit-button, .representatives_new-template #controls-with-map .myedit-button, .contract_sale_new-template #controls-with-map .myedit-button {
  width: 222px;
  text-align: center;
}
.contact_new-template #search-contacts, .representatives_new-template #search-contacts, .contract_sale_new-template #search-contacts {
  float: left;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1350px) {
  .contact_new-template #contacts, .representatives_new-template #contacts, .contract_sale_new-template #contacts {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact_new-template #controls-with-map, .representatives_new-template #controls-with-map, .contract_sale_new-template #controls-with-map {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (max-width: 1150px) {
  .contact_new-template #contacts, .representatives_new-template #contacts, .contract_sale_new-template #contacts {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact_new-template #controls-with-map, .representatives_new-template #controls-with-map, .contract_sale_new-template #controls-with-map {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .contact_new-template #contacts, .representatives_new-template #contacts, .contract_sale_new-template #contacts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact_new-template .add-representative, .representatives_new-template .add-representative, .contract_sale_new-template .add-representative {
  display: block;
  float: left;
  background: #aa41d6;
}
.contact_new-template .representative, .representatives_new-template .representative, .contract_sale_new-template .representative {
  color: #fff;
  position: relative;
  display: block;
  float: left;
  margin-right: 30px;
  padding-bottom: 16px;
}
.contact_new-template .representative .edit-representative, .representatives_new-template .representative .edit-representative, .contract_sale_new-template .representative .edit-representative {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 6px !important;
  display: block;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  text-decoration: none !important;
  margin-bottom: 10px;
  background: #aa41d6;
}
.contact_new-template .representative .name, .representatives_new-template .representative .name, .contract_sale_new-template .representative .name {
  font-size: 1.15em;
}
.contact_new-template .representative .subheading, .representatives_new-template .representative .subheading, .contract_sale_new-template .representative .subheading {
  font-size: 0.8em;
  text-transform: uppercase;
  opacity: 0.8;
}
.contact_new-template .myedit-button, .representatives_new-template .myedit-button, .contract_sale_new-template .myedit-button {
  padding: 5px 10px !important;
  display: block;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  text-decoration: none !important;
  margin-bottom: 10px;
  color: #fff !important;
}
.contact_new-template #socool-block-contact .socool-column-text, .representatives_new-template #socool-block-contact .socool-column-text, .contract_sale_new-template #socool-block-contact .socool-column-text {
  background: #97b4ba;
  border-radius: 5px;
}
.contact_new-template #contacts-list li, .representatives_new-template #contacts-list li, .contract_sale_new-template #contacts-list li {
  border-radius: 2px;
}
.contact_new-template #socool-block-contact .socool-text-light a,
.contact_new-template #socool-block-contact.socool-block a, .representatives_new-template #socool-block-contact .socool-text-light a,
.representatives_new-template #socool-block-contact.socool-block a, .contract_sale_new-template #socool-block-contact .socool-text-light a,
.contract_sale_new-template #socool-block-contact.socool-block a {
  color: #fff;
  text-decoration: underline;
}
.contact_new-template #socool-block-contact .socool-column-text h2.big, .representatives_new-template #socool-block-contact .socool-column-text h2.big, .contract_sale_new-template #socool-block-contact .socool-column-text h2.big {
  color: #fff;
}
.contact_new-template #socool-block-contact .col-holder .col:first-child,
.contact_new-template #socool-block-contact .col-holder .col, .representatives_new-template #socool-block-contact .col-holder .col:first-child,
.representatives_new-template #socool-block-contact .col-holder .col, .contract_sale_new-template #socool-block-contact .col-holder .col:first-child,
.contract_sale_new-template #socool-block-contact .col-holder .col {
  width: 100%;
  padding: 0;
}
.contact_new-template #socool-block-contact .col-holder, .representatives_new-template #socool-block-contact .col-holder, .contract_sale_new-template #socool-block-contact .col-holder {
  padding: 0 25px 10px 30px;
  line-height: 1.3;
}
.contact_new-template #socool-block-contact .socool-col-6, .representatives_new-template #socool-block-contact .socool-col-6, .contract_sale_new-template #socool-block-contact .socool-col-6 {
  padding-left: 15px;
  min-width: calc(25% - 30px);
  width: auto;
}
.contact_new-template .select-form, .representatives_new-template .select-form, .contract_sale_new-template .select-form {
  padding: 8px 0 6px 0;
}
.contact_new-template .box-styled-select:after, .representatives_new-template .box-styled-select:after, .contract_sale_new-template .box-styled-select:after {
  content: "〉";
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #ab41d7;
  display: block;
  float: right;
  line-height: 23px;
  margin-left: 10px;
  margin-right: 12px;
  width: 1px;
  position: absolute;
  top: 3px;
  right: 0;
}
.contact_new-template .box-styled-select, .representatives_new-template .box-styled-select, .contract_sale_new-template .box-styled-select {
  position: relative;
  background: #fff;
  padding: 0 5px 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 3px;
  margin-right: 10px;
  height: 30px;
  overflow: hidden;
  width: 232px;
  border: 1px solid #ccc;
}
.contact_new-template .box-styled-select select, .representatives_new-template .box-styled-select select, .contract_sale_new-template .box-styled-select select {
  background: transparent;
  -webkit-appearance: none;
  border: none;
  height: 30px;
  padding: 0px 5px 0px 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 220px;
  font-size: 15px;
  line-height: 20px;
  color: #101010;
}
.contact_new-template #representative table, .representatives_new-template #representative table, .contract_sale_new-template #representative table {
  margin: 0;
  border-color: transparent;
}
.contact_new-template #representative td, .representatives_new-template #representative td, .contract_sale_new-template #representative td {
  margin: 0;
  padding: 0 8px 0 0;
  border-color: transparent;
}
.contact_new-template #representative td, .representatives_new-template #representative td, .contract_sale_new-template #representative td {
  color: #fff;
  line-height: 18px;
}
.contact_new-template .contact-block .col, .representatives_new-template .contact-block .col, .contract_sale_new-template .contact-block .col {
  clear: both;
}
.contact_new-template .contact-block, .representatives_new-template .contact-block, .contract_sale_new-template .contact-block {
  color: #fff;
  max-width: 100% !important;
}
.contact_new-template .contact-block h2.big, .representatives_new-template .contact-block h2.big, .contract_sale_new-template .contact-block h2.big {
  color: #fff;
  margin: 0 0 5px 0;
}
.contact_new-template #representative h2, .representatives_new-template #representative h2, .contract_sale_new-template #representative h2 {
  color: #fff;
  margin: 30px 0 5px 0;
}
.contact_new-template .contact-block a, .representatives_new-template .contact-block a, .contract_sale_new-template .contact-block a {
  color: #fff;
}
.contact_new-template .contact-block p, .representatives_new-template .contact-block p, .contract_sale_new-template .contact-block p {
  margin-bottom: 0;
  margin-top: 8px;
  line-height: 20px;
}
.contact_new-template .content-wrapp .head h1, .representatives_new-template .content-wrapp .head h1, .contract_sale_new-template .content-wrapp .head h1 {
  margin-left: 20px;
  font-size: 22px;
  line-height: 26px;
}
.contact_new-template .head h1, .representatives_new-template .head h1, .contract_sale_new-template .head h1 {
  word-spacing: 1px;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 1680px) {
  .contact_new-template #socool-block-contact .socool-col-6, .representatives_new-template #socool-block-contact .socool-col-6, .contract_sale_new-template #socool-block-contact .socool-col-6 {
    min-width: calc(33% - 30px);
  }
}
@media only screen and (max-width: 1116px) {
  .contact_new-template #socool-block-contact .socool-col-6, .representatives_new-template #socool-block-contact .socool-col-6, .contract_sale_new-template #socool-block-contact .socool-col-6 {
    min-width: calc(50% - 30px);
  }
  .contact_new-template #contacts-list, .representatives_new-template #contacts-list, .contract_sale_new-template #contacts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 727px) {
  .contact_new-template .contact-block, .representatives_new-template .contact-block, .contract_sale_new-template .contact-block {
    padding: 60px 4px 46px 4% !important;
  }
  .contact_new-template #filter-label, .representatives_new-template #filter-label, .contract_sale_new-template #filter-label {
    display: none;
  }
  .contact_new-template .content-wrapp .head h1, .representatives_new-template .content-wrapp .head h1, .contract_sale_new-template .content-wrapp .head h1 {
    padding-left: 0;
    margin-left: 0;
  }
  .contact_new-template #representative h2, .representatives_new-template #representative h2, .contract_sale_new-template #representative h2 {
    margin: 20px 0 5px 0;
  }
  .contact_new-template #socool-block-contact .socool-col-6, .representatives_new-template #socool-block-contact .socool-col-6, .contract_sale_new-template #socool-block-contact .socool-col-6 {
    padding-left: 0;
  }
  .contact_new-template #contacts-list li, .representatives_new-template #contacts-list li, .contract_sale_new-template #contacts-list li {
    width: 100% !important;
  }
  .contact_new-template .contact-template #content, .representatives_new-template .contact-template #content, .contract_sale_new-template .contact-template #content {
    padding-left: 0;
  }
  .contact_new-template .contact-template .head, .representatives_new-template .contact-template .head, .contract_sale_new-template .contact-template .head {
    padding-left: 0;
    padding-right: 0;
  }
  .contact_new-template #contacts-list, .representatives_new-template #contacts-list, .contract_sale_new-template #contacts-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 560px) {
  .contact_new-template #socool-block-contact .socool-col-6, .representatives_new-template #socool-block-contact .socool-col-6, .contract_sale_new-template #socool-block-contact .socool-col-6 {
    min-width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */