/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* blue */
/* yellow */
/* grey */
/* light green */
/* light red */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Text */
/* WRAP */
/* SCROLL-TO-TOP */
/* SPACE */
/* PADDING */
/* CLASSES FOR MIXINS */
/*
 * NAVIGATION VARIABLES
 */
/* Main */
/* mobile */
/* mobile */
/* Mobile Navigation */
/*
 * TEXT-BLOCK
 */
/* Page-Image */
/* Pagination */
/*
 * CORE-DESIGN
 */
/* BREADCRUMBS */
/* CLICKLIST */
/* FOOTER */
/*
 * COLS
 */
/* ColRight & ColLeft Space */
/*
 * Listings
 */
/* Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Shadow */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
#contact-list .click-list-wrap {
  width: 90%;
  margin: 0 auto;
}
#contact-list ul.clicklist-list {
  margin-top: -15px;
}
#contact-list ul.clicklist-list > li {
  padding-bottom: 30px;
}
#contact-list ul.clicklist-list > li .card-item-content {
  padding-top: 0;
}
#contact-list ul.clicklist-list > li .card-item-content .position {
  color: #003160;
  font-weight: 900;
  font-size: 135%;
  position: relative;
  display: inline;
}
#contact-list ul.clicklist-list > li .card-item-content .title,
#contact-list ul.clicklist-list > li .card-item-content .contact-info {
  font-size: 80%;
  color: #003160;
}
#contact-list ul.clicklist-list > li .card-item-content .title {
  font-weight: 600;
}
#contact-list ul.clicklist-list > li .card-item-content .title {
  /* font-weight: 400; */
  padding-bottom: calc(15px / 2);
  position: relative;
  display: block;
}
#contact-list ul.clicklist-list > li .card-item-content .contact-info {
  line-height: 1.4;
}
#contact-list ul.clicklist-list > li .card-item-content .contact-info .label {
  font-weight: 400;
}
