/* ==================================================
   Team ecc-contacts
   ================================================== */
.ecc-contacts {
  display: block;
  clear: both;
  overflow: hidden;
}
.ecc-contacts div.ecc-contacts-list .row {
  margin-bottom: 75px;
}
.ecc-contacts div.ecc-contacts-list h3 {
  margin-top: 0;
  padding-top: 0;
}
.ecc-contacts div.ecc-contacts-list h3 a {
  color: #222;
}
.ecc-contacts div.ecc-contacts-list hr {
  margin: 0 0 1rem 0;
}
.ecc-contacts div.ecc-contacts-list .data span {
  display: block;
}
.ecc-contacts div.ecc-contacts-list .data span.name {
  border-bottom: 1px solid #ddd;
}
.ecc-contacts div.ecc-contacts-list .data span.position {
  font-size: .80em;
}
.ecc-contacts div.ecc-contacts-grid li {
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (min-width: 641px) {
  .ecc-contacts div.ecc-contacts-grid li {
    margin-bottom: 35px;
  }
}
.ecc-contacts div.ecc-contacts-grid span {
  display: block;
}
.ecc-contacts div.ecc-contacts-grid span.position {
  font-size: .80em;
}
.ecc-contacts div.ecc-contacts-grid div.image {
  height: 240px;
}
.ecc-contacts table.ecc-contact-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  margin-bottom: 1.25rem;
  border: 1px solid #ddd;
  table-layout: auto;
}
.ecc-contacts table.ecc-contact-table thead {
  background: #f5f5f5;
}
.ecc-contacts table.ecc-contact-table th {
  text-align: left;
}
.ecc-contacts table.ecc-contact-table tr.alt {
  background: #f9f9f9;
}
.ecc-contacts table.ecc-contact-table tr td, .ecc-contacts table.ecc-contact-table table.ecc-contact-table tr th {
  padding: .5rem .625rem .625rem;
}
.ecc-contacts .tablenav .view-switch {
  float: right;
  margin: 5px 16px 0 8px;
}
.ecc-contacts .wp-filter .view-switch {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
  margin: 0 20px 0 0;
}
.ecc-contacts .view-switch a {
  text-decoration: none;
}
.ecc-contacts .view-switch > a {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.ecc-contacts .view-switch > a:before {
  color: #bbb;
  display: inline-block;
  float: left;
  font: normal 20px/1 'dashicons';
  speak: none;
  vertical-align: middle;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ecc-contacts .view-switch > .view-list:before {
  content: '\f163';
}
.ecc-contacts .view-switch a:hover:before {
  color: #727272;
}
.ecc-contacts .view-switch a.current:before {
  color: #0074a2;
}
.ecc-contacts .view-switch > a + a {
  margin-left: 5px;
}
.ecc-contacts .view-switch > .view-excerpt:before {
  content: '\f164';
}
.ecc-contacts .view-switch > .view-grid:before {
  content: '\f509';
}
.ecc-contacts .ecc-pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}
.ecc-contacts .ecc-pagination span, .ecc-contacts .ecc-pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}
.ecc-contacts .ecc-pagination a:hover {
  color: #fff;
  background: #3279BB;
}
.ecc-contacts .ecc-pagination .current {
  padding: 6px 9px 5px 9px;
  background: #3279BB;
  color: #fff;
}
.ecc-contacts .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.ecc-intro {
  padding-left: 140px;
}
.ecc-intro h2 {
  margin: 0 0 7px;
}
.ecc-intro .lead {
  line-height: 120%;
  font-size: 1.1em;
  font-style: italic;
  margin: 0 0 35px;
}

.ecc-contact {
  position: relative;
  margin: 0 0 20px;
  float: none;
  width: 100%;
}
.ecc-contact:after {
  content: "";
  display: table;
  clear: both;
}
.ecc-contact:nth-child(even) {
  clear: left;
}

.ecc-contact-header {
  position: absolute;
  top: 0;
}
.ecc-contact-header img {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 1000px;
}

.ecc-contact-content {
  margin: 0 0 0 125px;
  padding: 27px 20px 0 0;
  font-size: 14px;
  line-height: 1.4em;
}
.ecc-contact-content h3 {
  margin: 0;
}
.ecc-contact-content .lead {
  margin: 3px 0 20px;
  font-size: 1.3em;
  line-height: 100%;
  font-style: italic;
}
.ecc-contact-content:before {
  content: '';
  width: 36px;
  height: 3px;
  position: absolute;
  top: 0;
  background: #dededc;
}
.ecc-contact-content p {
  margin: 0 0 10px;
}

.ecc-contact-footer {
  position: absolute;
  top: 121px;
  width: 100px;
  text-align: center;
}
.ecc-contact-footer a {
  display: inline-block;
  margin: 0 3px;
  line-height: 18px;
}
.ecc-contact-footer a:hover i {
  color: #595959;
}
.ecc-contact-footer a:active i {
  color: #000;
}
.ecc-contact-footer i {
  position: relative;
  font-size: 18px;
}
.ecc-contact-footer i.icon-envelope, .ecc-contact-footer i.icon-linkedin {
  font-size: 16px;
  top: -1px;
}

.ecc-contacts [class*="eccblockgrid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.ecc-contacts [class*="eccblockgrid-"]:before, .ecc-contacts [class*="eccblockgrid-"]:after {
  content: " ";
  display: table;
}
.ecc-contacts [class*="eccblockgrid-"]:after {
  clear: both;
}
.ecc-contacts [class*="eccblockgrid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
@media only screen {
  .ecc-contacts .small-eccblockgrid-1 > li {
    list-style: none;
    width: 100%;
  }
  .ecc-contacts .small-eccblockgrid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-2 > li {
    list-style: none;
    width: 50%;
  }
  .ecc-contacts .small-eccblockgrid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .ecc-contacts .small-eccblockgrid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-4 > li {
    list-style: none;
    width: 25%;
  }
  .ecc-contacts .small-eccblockgrid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-5 > li {
    list-style: none;
    width: 20%;
  }
  .ecc-contacts .small-eccblockgrid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .ecc-contacts .small-eccblockgrid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .ecc-contacts .small-eccblockgrid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .ecc-contacts .small-eccblockgrid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .ecc-contacts .small-eccblockgrid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-10 > li {
    list-style: none;
    width: 10%;
  }
  .ecc-contacts .small-eccblockgrid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .ecc-contacts .small-eccblockgrid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .ecc-contacts .small-eccblockgrid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .ecc-contacts .small-eccblockgrid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .small-eccblockgrid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .ecc-contacts .medium-eccblockgrid-1 > li {
    list-style: none;
    width: 100%;
  }
  .ecc-contacts .medium-eccblockgrid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-2 > li {
    list-style: none;
    width: 50%;
  }
  .ecc-contacts .medium-eccblockgrid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .ecc-contacts .medium-eccblockgrid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-4 > li {
    list-style: none;
    width: 25%;
  }
  .ecc-contacts .medium-eccblockgrid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-5 > li {
    list-style: none;
    width: 20%;
  }
  .ecc-contacts .medium-eccblockgrid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .ecc-contacts .medium-eccblockgrid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .ecc-contacts .medium-eccblockgrid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .ecc-contacts .medium-eccblockgrid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .ecc-contacts .medium-eccblockgrid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-10 > li {
    list-style: none;
    width: 10%;
  }
  .ecc-contacts .medium-eccblockgrid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .ecc-contacts .medium-eccblockgrid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .ecc-contacts .medium-eccblockgrid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .ecc-contacts .medium-eccblockgrid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .medium-eccblockgrid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .ecc-contacts .large-eccblockgrid-1 > li {
    list-style: none;
    width: 100%;
  }
  .ecc-contacts .large-eccblockgrid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-2 > li {
    list-style: none;
    width: 50%;
  }
  .ecc-contacts .large-eccblockgrid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .ecc-contacts .large-eccblockgrid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-4 > li {
    list-style: none;
    width: 25%;
  }
  .ecc-contacts .large-eccblockgrid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-5 > li {
    list-style: none;
    width: 20%;
  }
  .ecc-contacts .large-eccblockgrid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .ecc-contacts .large-eccblockgrid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .ecc-contacts .large-eccblockgrid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .ecc-contacts .large-eccblockgrid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .ecc-contacts .large-eccblockgrid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-10 > li {
    list-style: none;
    width: 10%;
  }
  .ecc-contacts .large-eccblockgrid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .ecc-contacts .large-eccblockgrid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .ecc-contacts .large-eccblockgrid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .ecc-contacts .large-eccblockgrid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .ecc-contacts .large-eccblockgrid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.ecc-list-widget-main-section {
  margin-bottom: 1.25rem;
}

.ecc-list-widget-contacts-section.with-title .ecc-list-widget-contact {
  margin-left: 0.75em;
}
.ecc-list-widget-contacts-section .ecc-list-widget-contact {
  margin-bottom: 1.25rem;
}
.ecc-list-widget-contacts-section .ecc-list-widget-contact span {
  display: block;
}
.ecc-list-widget-contacts-section .ecc-list-widget-contact span.name a {
  font-weight: bold;
}

.ecc-directory-query-results .table .row {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.ecc-directory-query-results .table .row.alt {
  background-color: #f9f9f9;
}

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