/*
 * 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 */
#cites-list {
  padding-bottom: calc(15px * 2);
}
#cites-list .click-list-wrap {
  width: 85%;
  margin: 0 auto;
}
#cites-list .click-list-wrap .cite-item-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cites-list .click-list-wrap .cite-item-content .title-content {
  position: relative;
  width: 33.333%;
  text-align: center;
  padding-right: calc(15px * 2);
  margin-right: calc(15px * 2);
  line-height: 1;
}
#cites-list .click-list-wrap .cite-item-content .title-content:before {
  content: '';
  position: absolute;
  top: calc(50% - 50px);
  right: 0px;
  width: 5px;
  height: 100px;
  background: #003160;
}
#cites-list .click-list-wrap .cite-item-content .title-content h3 {
  margin-bottom: 0;
  font-size: 135%;
  font-weight: 500;
}
#cites-list .click-list-wrap .cite-item-content .title-content span {
  font-weight: 600;
  font-size: 80%;
}
#cites-list .click-list-wrap .cite-item-content .item-content {
  width: 66.6666%;
  text-align: center;
  padding-left: calc(15px * 2);
}
#cites-list .click-list-wrap .cite-item-content .item-content p {
  margin: 0;
  color: #003160;
  font-weight: 400;
  font-family: 'Cormorant', serif;
  font-size: 115%;
}
