/*
  @include grid-setup((
    count: 12,
    gutter: 40px,
    column: 70px,
    width: 98%
  ));
*/
.data-content-anchor .arrow-container .arrow:before {
  content: "\e924"; }

.data-content a:not(.button) {
  -webkit-transition: color 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: color 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: color 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  color: #9e9978; }
  .hub-progressinmind .data-content a:not(.button) {
    color: #9e9978; }
  .lic .data-content a:not(.button) {
    color: #b51412; }
  .hub-linf .data-content a:not(.button) {
    color: #b51412; }
  .hub-thinc .data-content a:not(.button) {
    color: #D14330; }
  .hub-rethink .data-content a:not(.button) {
    color: #942621; }
  .hub-focus .data-content a:not(.button) {
    color: #6d6e71; }
  .data-content a:not(.button):hover {
    -webkit-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #66634a; }
    .hub-progressinmind .data-content a:not(.button):hover {
      color: #66634a; }
    .lic .data-content a:not(.button):hover {
      color: #580a09; }
    .hub-linf .data-content a:not(.button):hover {
      color: #580a09; }
    .hub-thinc .data-content a:not(.button):hover {
      color: #7f281c; }
    .hub-rethink .data-content a:not(.button):hover {
      color: #41110e; }
    .hub-focus .data-content a:not(.button):hover {
      color: #3b3b3d; }

.data-content-summary .field-subtitle {
  font-family: "Plain", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px; }
  @media (max-width: 1070px) {
    .data-content-summary .field-subtitle {
      font-size: 16px;
      line-height: 19px; } }
  @media (max-width: 900px) {
    .data-content-summary .field-subtitle {
      font-size: 18px;
      line-height: 21px; } }
  @media (max-width: 600px) {
    .data-content-summary .field-subtitle {
      font-size: 14px;
      line-height: 16px; } }
  .hub-greece .data-content-summary .field-subtitle, .data-content-summary .field-subtitle.hub-greece {
    font-family: Arial;
    text-transform: none; }
.data-content-summary .field-custom-label {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media (max-width: 600px) {
    .data-content-summary .field-custom-label {
      font-size: 9px;
      line-height: 11px; } }
  .hub-greece .data-content-summary .field-custom-label, .data-content-summary .field-custom-label.hub-greece {
    font-size: 12px;
    line-height: 13px; }
  .hub-greece .data-content-summary .field-custom-label, .data-content-summary .field-custom-label.hub-greece {
    font-family: Arial;
    text-transform: none; }

.data-content-text {
  width: 74.29245%;
  margin-right: 2.83019%;
  float: left; }
  @media (max-width: 900px) {
    .data-content-text {
      width: 100%;
      margin-right: 0; } }
  .data-content-text h2 {
    margin-bottom: 10px; }

.data-content-image.max-content-width {
  width: 74.29245%;
  margin-right: 2.83019%;
  float: left; }
  @media (max-width: 900px) {
    .data-content-image.max-content-width {
      width: 100%;
      margin-right: 0; } }
  .data-content-image.max-content-width img {
    width: auto;
    max-width: 100%; }
.data-content-image.display-flex .field-images > .items {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex: 1 0 auto;
  max-width: 100%; }
  @media (max-width: 600px) {
    .data-content-image.display-flex .field-images > .items {
      display: block; } }
  .data-content-image.display-flex .field-images > .items > .item {
    margin-right: 1.88679%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    max-width: 100%;
    -ms-flex-negative: 1;
    display: block;
    flex-shrink: 1;
    -ms-flex-direction: column; }
    .data-content-image.display-flex .field-images > .items > .item:last-child {
      margin-right: 0; }
    .data-content-image.display-flex .field-images > .items > .item img {
      width: 100%;
      height: auto; }
    @media (max-width: 600px) {
      .data-content-image.display-flex .field-images > .items > .item {
        width: 100%;
        margin-bottom: 20px; }
        .data-content-image.display-flex .field-images > .items > .item img {
          width: auto;
          max-width: 100%; } }

.data-content-image,
.data-content-video {
  margin-bottom: 30px; }

.data-content-video a.preview {
  /*
  		.play {
  		    -webkit-transition: all 0.2s ease !important;
  			-moz-transition: all 0.2s ease !important;
  			transition: all 0.2s ease !important;
  			color: #fff !important;
  			background-color: transparent !important;
  			border: 1px solid #fff;
  		}
  	
  		&:hover {
  			.play {
  				border: 1px solid #182b49;
  				color: #182b49 !important;
  			}
  		}
  */ }

.data-content-text .field-body blockquote {
  width: 45.56254%;
  margin-left: -51.41509%; }
  @media (max-width: 900px) {
    .data-content-text .field-body blockquote {
      width: 100%;
      margin-left: 0; } }

.data-content-video .field-video > .video > a.preview {
  position: relative;
  display: block; }

.data-content-collapsible-node {
  width: 74.29245%;
  margin-right: 2.83019%;
  float: left; }
  @media (max-width: 900px) {
    .data-content-collapsible-node {
      width: 100%;
      margin-right: 0; } }
  .data-content-collapsible-node .question {
    margin-bottom: 20px; }
  .data-content-collapsible-node .collapsible > .content > .field > .items > .item {
    background: #fff;
    padding-bottom: 20px; }
    .data-content-collapsible-node .collapsible > .content > .field > .items > .item .node-content.view-mode-collapsible h2.title {
      display: none; }
    .data-content-collapsible-node .collapsible > .content > .field > .items > .item .node-content.view-mode-collapsible .references {
      margin-top: 20px;
      margin-bottom: 0; }
      .data-content-collapsible-node .collapsible > .content > .field > .items > .item .node-content.view-mode-collapsible .references .header {
        background: #e2e3e4; }
    .data-content-collapsible-node .collapsible > .content > .field > .items > .item .node-content.view-mode-collapsible .content-container {
      border: 0px; }
      .data-content-collapsible-node .collapsible > .content > .field > .items > .item .node-content.view-mode-collapsible .content-container > .content {
        width: 100%;
        margin-right: 1.88679%;
        float: left; }
        .data-content-collapsible-node .collapsible > .content > .field > .items > .item .node-content.view-mode-collapsible .content-container > .content .body {
          width: 100%;
          margin-right: 1.88679%;
          float: left; }
    .data-content-collapsible-node .collapsible > .content > .field > .items > .item .node-content.view-mode-collapsible .section-article-content .field-article-content-left {
      float: none;
      width: 100%;
      margin-right: 1.88679%;
      float: left; }
    .data-content-collapsible-node .collapsible > .content > .field > .items > .item .node-content.view-mode-collapsible .section-article-content .field-article-content-right {
      float: none;
      width: 100%;
      margin-right: 1.88679%;
      float: left; }
      .data-content-collapsible-node .collapsible > .content > .field > .items > .item .node-content.view-mode-collapsible .section-article-content .field-article-content-right .data-content-text {
        width: 100%;
        margin-right: 0;
        float: left; }
    .data-content-collapsible-node .collapsible > .content > .field > .items > .item .node-content.view-mode-collapsible .collapsible {
      float: left;
      width: 100%;
      margin-right: 1.88679%;
      float: left; }

.data-content-anchor .content {
  -webkit-transition: box-shadow 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: box-shadow 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-sizing: border-box;
  padding: 10px;
  min-height: 200px;
  background-position: center center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 600px) {
    .data-content-anchor .content {
      min-height: 0; } }
.data-content-anchor .overlay {
  -webkit-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2); }
.data-content-anchor .content-inner {
  position: relative;
  z-index: 1; }
.data-content-anchor .field-custom-label {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #ffffff; }
  @media (max-width: 600px) {
    .data-content-anchor .field-custom-label {
      font-size: 9px;
      line-height: 11px; } }
  .hub-greece .data-content-anchor .field-custom-label, .data-content-anchor .field-custom-label.hub-greece {
    font-size: 12px;
    line-height: 13px; }
  .hub-greece .data-content-anchor .field-custom-label, .data-content-anchor .field-custom-label.hub-greece {
    font-family: Arial;
    text-transform: none; }
.data-content-anchor .field-body {
  font-family: "Plain", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  padding-bottom: 60px; }
  @media (max-width: 1070px) {
    .data-content-anchor .field-body {
      font-size: 16px;
      line-height: 19px; } }
  @media (max-width: 900px) {
    .data-content-anchor .field-body {
      font-size: 18px;
      line-height: 21px; } }
  @media (max-width: 600px) {
    .data-content-anchor .field-body {
      font-size: 14px;
      line-height: 16px; } }
  .hub-greece .data-content-anchor .field-body, .data-content-anchor .field-body.hub-greece {
    font-family: Arial;
    text-transform: none; }
.data-content-anchor .arrow-container {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: right; }
  .data-content-anchor .arrow-container .arrow-text {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block;
    position: relative;
    bottom: 11px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 19px;
    color: #ffffff;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
    .hub-greece .data-content-anchor .arrow-container .arrow-text, .data-content-anchor .arrow-container .arrow-text.hub-greece {
      font-family: Arial;
      text-transform: none; }
  .data-content-anchor .arrow-container .arrow {
    -webkit-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: none;
    display: inline-block;
    background-color: #9e9978;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    width: 36px;
    height: 36px; }
    .hub-progressinmind .data-content-anchor .arrow-container .arrow {
      background-color: #9e9978; }
    .lic .data-content-anchor .arrow-container .arrow {
      background-color: #b51412; }
    .hub-linf .data-content-anchor .arrow-container .arrow {
      background-color: #b51412; }
    .hub-thinc .data-content-anchor .arrow-container .arrow {
      background-color: #182b49; }
    .hub-rethink .data-content-anchor .arrow-container .arrow {
      background-color: #202d56; }
    .hub-focus .data-content-anchor .arrow-container .arrow {
      background-color: #9e9978; }
    .data-content-anchor .arrow-container .arrow:before {
      -webkit-transition: color 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -moz-transition: color 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: color 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      font-family: 'icomoon';
      font-size: 36px;
      color: #ffffff;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 36px;
      width: 36px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
.data-content-anchor a:hover .content {
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.4); }
.data-content-anchor a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.4); }
.data-content-anchor a:hover .arrow-container .arrow-text {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }
.data-content-anchor a:hover .arrow-container .arrow {
  background-color: #847f5f; }
  .hub-progressinmind .data-content-anchor a:hover .arrow-container .arrow {
    background-color: #847f5f; }
  .lic .data-content-anchor a:hover .arrow-container .arrow {
    background-color: #870f0d; }
  .hub-linf .data-content-anchor a:hover .arrow-container .arrow {
    background-color: #870f0d; }
  .hub-thinc .data-content-anchor a:hover .arrow-container .arrow {
    background-color: #a93525; }
  .hub-rethink .data-content-anchor a:hover .arrow-container .arrow {
    background-color: #6a1b18; }
  .hub-focus .data-content-anchor a:hover .arrow-container .arrow {
    background-color: #545557; }

.data-content-content-teaser-links .field-referenced-article > .items > .item:last-child .node {
  border-bottom: 1px solid #e2e3e4; }

/*# sourceMappingURL=data-content.css.map */
