/*********************************************************
= POST - Section
*********************************************************/
.section-posts {position: relative;}
.section-posts .section--header {display: none;}

/*********************************************************
= POST - Generic
*********************************************************/
.post {
  display: block; position: relative;
  width: 100%; max-width: 100%; height: auto;
  padding: 60px 20px;
}
.post img {max-width: 100%;}
.post h1 {
  position: relative;
  font-size: 30px; line-height: 34px; font-weight: 700; 
  margin: 0;
}
.post h2 {
  font-size: 20px; line-height: 26px;
  font-weight: 400; margin-bottom: 10px;
}
.post p {
  font: normal 20px/28px Georgia;
  color: #333333;
  margin-bottom: 20px;
}
.post a {color: #333333;}
.post a:hover {color: #181ea0;}
.post .post--pic {
  display: block; position: relative;
  padding-top: 56.25%;
  background-color: #f0f2f5;
}
.post .post--pic picture {
  display: block; position: absolute;
  width: 100%; height: 100%;
  left: 0; top: 0;
}
.post .post--content {
  display: block; position: relative;
  padding: 20px 0 0 0;
}
.post .post--content .post--content_main {
  width: 100%; max-width: 820px;
}
.post .post--content_url {display: none;}
.post .post--content_info {
  position: relative; /*max-width: 300px;*/
  font-size: 13px; line-height: 13px;
  font-weight: 400;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  padding-top: 15px;
  padding-bottom: 15px;
}
.post .post--content_info a {
  color: #6e7080;
  fill: #6e7080;
  margin-right: 15px;
}
.post .post--content_info a:hover {
  color: #4d6be8;
  fill: #4d6be8;
}
.post .post--content_info a:hover:after {
  border-color: #4d6be8;
}
.post .post--content_info .post--content_author {font-weight: 700;}
.post .post--content_info .post--content_author,
.post .post--content_info .post--content_date {white-space: nowrap;}

.post--footer {padding-top: 30px;}

/* SECTION POSTS LIST */
.section-posts_list {
  display: block; position: relative;
  width: 100%; max-width: 680px;
  margin: 0 auto;
}
.section-posts_list .post:before {
  display: block; position: absolute;
  width: calc(100% - 40px); height: 6px;
  left: 20px; top: -3px;
  border-top: 1px solid #dddde1;
  border-bottom: 2px solid #dddde1;
  content: "";
}
.section-posts_highlight {
  max-width: 1020px;
  margin: 0 auto 20px auto;
}
.section-posts_highlight .post {padding: 60px 0;}
.section-posts_highlight .post--header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.section-posts_highlight .post--header h1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  font-size: 42px; line-height: 46px; font-weight: 700; 
  margin: 30px 0 0 0 ;
  padding-left: 20px;
  padding-right: 20px;
}
.section-posts_highlight .post .post--content {
  padding: 20px 20px 0 20px;
}
.section-posts_highlight .post--content_info {
  display: none;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
/*.section-posts_highlight .post--content {
  display: block; position: relative;
  width: 100%; max-width: 640px;
  margin: 0 auto;
}*/
.section-posts_highlight .post--content p {
  /*font: 400 20px/26px 'Titillium Web', Helvetica, Arial;*/
  margin: 0 auto 20px auto;
  max-width: 640px;
}
.section-posts_highlight .post--content p:first-child {
  font: 400 26px/32px 'Titillium Web', Helvetica, Arial;
  max-width: 100%;
}

.section-posts_highlight .post--footer {display: none;}

/* TEASER MD */
.section-posts_list .teaser.teaser-md {
  width: calc(100% - 40px); min-height: 180px;
  background: #dfe7ed;
  margin: 60px 20px; padding: 10px;
  border-radius: 6px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section-posts_list .teaser.teaser-md:before {
  display: block; position: absolute;
  width: 100%; height: 6px;
  left: 0px; top: -63px;
  border-top: 1px solid #dddde1;
  border-bottom: 2px solid #dddde1;
  content: "";
}
.section-posts_list .teaser.teaser-md + .teaser.teaser-md,
.section-posts_list .pub--mrec + .teaser.teaser-md{
  margin-top: 120px!important;
}
.section-posts_list .teaser.teaser-md h1 {
  font-size: 30px; line-height: 36px;
}
.section-posts_list .teaser.teaser-md .teaser--share.is-hidden {display: none;}
.section-posts_list .teaser.teaser-md .teaser--content {
  position: initial;
  width: 100%;
  /*margin-bottom: 20px;*/
  padding: 30px 10px;
}
.section-posts_list .teaser.teaser-md .teaser--content .teaser--content_info {
  position: relative;
  max-width: 100%;
}
.section-posts_list .teaser.teaser-md .teaser--content .teaser--content_info:after {
  display: block; position: absolute;
  right: 0; bottom: -2px;
  width: 16px; height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236e7080'%3E%3Cpath d='M761.9,1985.79h-1.13a.43.43,0,0,0-.43.43v5.15a.49.49,0,0,1-.49.49H750a.49.49,0,0,1-.49-.49v-9.88a.49.49,0,0,1,.49-.49h5.42a.42.42,0,0,0,.42-.43v-1.13a.42.42,0,0,0-.42-.42H750a2.48,2.48,0,0,0-2.47,2.47v9.88a2.48,2.48,0,0,0,2.47,2.47h9.88a2.48,2.48,0,0,0,2.47-2.47v-5.15A.42.42,0,0,0,761.9,1985.79Z' transform='translate(-747.5 -1977.84)'/%3E%3Cpath d='M763.08,1977.84h-4.5a.42.42,0,0,0-.42.43v1.13a.42.42,0,0,0,.42.42h1.54l-5.8,5.8a.42.42,0,0,0,0,.6l.8.8a.41.41,0,0,0,.6,0l5.8-5.8v1.54a.42.42,0,0,0,.43.42h1.13a.42.42,0,0,0,.42-.42v-4.49A.42.42,0,0,0,763.08,1977.84Z' transform='translate(-747.5 -1977.84)'/%3E%3C/svg%3E");
  background-size: 100% auto;
  content: "";
}
.section-posts_list .teaser.teaser-md .teaser--pic {
  display: block; position: relative;
  width: auto; height: 100%;
  border-radius: 6px; overflow: hidden;
}
.section-posts_list .teaser.teaser-md .teaser--pic picture {
  width: auto; height: 100%;
  padding: 0;
}
.section-posts_list .teaser.teaser-md .teaser--pic picture img {
  display: block; position: relative;
}
.section-posts_list .teaser.teaser-md .teaser--url {
  width: 100%; height: auto;
  border-radius: 6px;
  overflow: hidden;
}
.section-posts_list .teaser.teaser-md .teaser--category-wrapper,
.section-posts_list .teaser.teaser-md .headline,
.section-posts_list .teaser.teaser-md .teaser--content_interaction {display: none;}

.section-posts_list .teaser.teaser-md .teaser--content_url {
  display: block; position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 1; border-radius: 6px;
}
.section-posts_list .teaser.teaser-md:hover a {
  color: #181ea0;
}
.section-posts_list .teaser.teaser-md:hover .teaser--content .teaser--content_info:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181ea0'%3E%3Cpath d='M761.9,1985.79h-1.13a.43.43,0,0,0-.43.43v5.15a.49.49,0,0,1-.49.49H750a.49.49,0,0,1-.49-.49v-9.88a.49.49,0,0,1,.49-.49h5.42a.42.42,0,0,0,.42-.43v-1.13a.42.42,0,0,0-.42-.42H750a2.48,2.48,0,0,0-2.47,2.47v9.88a2.48,2.48,0,0,0,2.47,2.47h9.88a2.48,2.48,0,0,0,2.47-2.47v-5.15A.42.42,0,0,0,761.9,1985.79Z' transform='translate(-747.5 -1977.84)'/%3E%3Cpath d='M763.08,1977.84h-4.5a.42.42,0,0,0-.42.43v1.13a.42.42,0,0,0,.42.42h1.54l-5.8,5.8a.42.42,0,0,0,0,.6l.8.8a.41.41,0,0,0,.6,0l5.8-5.8v1.54a.42.42,0,0,0,.43.42h1.13a.42.42,0,0,0,.42-.42v-4.49A.42.42,0,0,0,763.08,1977.84Z' transform='translate(-747.5 -1977.84)'/%3E%3C/svg%3E");
}

/* MREC  */
.section-posts_list .pub--mrec {
  width: calc(100% - 40px); max-width: 100%;
  margin: 120px 20px 60px 20px;
  background: #f0f2f5;
}
.section-posts_list .pub--mrec .pub--wrapper {
  width: 100%; max-width: 100%;
  padding: 20px 20px 10px 20px;
  background: #f0f2f5;
}
.section-posts_list .pub--mrec .doc-write {
  position: relative;
  width: auto; margin: 0 auto;
  left: initial; top: initial;
}
.section-posts_list .pub--mrec.pub--bg_grey:before {
  display: block; position: absolute;
  width: 100%; height: 6px;
  left: 0px; top: -63px;
  border-top: 1px solid #dddde1;
  border-bottom: 2px solid #dddde1;
  content: "";
}

/*.section-posts_list .pub--mrec + .post, 
.section-posts_list .pub--mrec + .teaser.teaser-md {margin-top: 60px!important;}
.section-posts_list .pub--mrec + .post:before,
.section-posts_list .pub--mrec + .teaser:before {display: none;}*/

/* EDITOR - Article Quote */
.editor-quote {
  padding: 30px 0; margin: 0;
  border-top: 1px solid #dbdde0;
  border-bottom: 1px solid #dbdde0;
  margin-bottom: 40px;
  margin-top: 40px;
}
.editor-quote blockquote {
  position: relative; margin: 0;
  font: italic 18px/24px Georgia;
  color: #333333;
}
.editor-quote blockquote .ico-quotes {
  display: inline-block; position: relative; float: left;
  width: 80px; height: 50px;
  margin-top: 0px; margin-right: 20px;
  fill: #dfe7ed;
}
.editor-quote blockquote span {
  display: block; margin-top: 15px;
  font: 300 14px/22px 'Titillium Web', Helvetica, Arial;
  color: #333333; text-align: left;
}
.editor-quote blockquote span:before {
  content: "— ";
}

/* EDITOR - Gallery */
.editor-gallery > div {
  background: #f0f2f5;
}
.editor-gallery .editor-caption {
  display: block; position: relative;
  padding: 10px 0;
  font-size: 14px; line-height: 18px;
  background: transparent;
}

/* ASIDE - Tags */
.post--aside_tags {
  display: block; position: relative;
  padding: 0!important; margin: 0!important;
}
.post--aside_tags li {
  display: inline-block; margin-right: 15px;
}
.post--aside_tags li a {
  font: 600 14px/22px 'Titillium Web', Helvetica, Arial;
  color: #6e7080; text-transform: uppercase;
  text-decoration: none;
}
.post--aside_tags li a:hover {
  text-decoration: underline;
}

/* INTERACTIONS */
.post .post--content_interaction {
  margin-left: auto; margin-top: -9px;
  min-width: 30px;
}
.post .post--content_interaction a {
  display: block; position: relative;
  float: left; overflow: hidden;
  width: 30px; height: 30px;
  text-align: center;
  padding: 0; margin: 0 0 0 5px;
  color: #6e7080;
  fill: #6e7080;
}
.post .post--content_interaction .post--content_comments .ico-comments-outer {
  fill: rgba(110, 112, 128, 0.3);
}
.post .post--content_interaction .post--content_share:after {
  display: block; position: absolute;
  width: 100%; height: 100%;
  left: 0; top: 0;
  border-radius: 15px;
  border: 2px solid #6e7080;
  opacity: .3;
  content: "";
}
.post .post--content_interaction a svg {
  display: block; position: relative;
  width: 15px; height: 15px;
  margin: 7px;
}
.post .post--content_interaction .post--content_comments {
  font-size: 14px; line-height: 30px;
  font-weight: 700;
  text-decoration: none!important;
}
.post .post--content_interaction .post--content_comments .comments-icon {
  display: inline-block;
  position: relative;
  width: 30px; height: 30px;
  margin-right: 5px;
  text-align: center;
}
.post .post--content_interaction .post--content_comments svg {
  display: block; position: absolute;
  left: 0; top: 0; margin: 0;
  width: 30px; height: 30px;
  /*z-index: -1;*/
}
.post .post--content_interaction .post--content_comments #ico-comments .ico-comments-inner {
  fill: transparent;
}
.post .post--content_interaction .post--content_comments:hover #ico-comments .ico-comments-outer {
  fill: rgba(24, 30, 160, 0.3);
}

/* Category */
.post--category-wrapper {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-end;
  width: 100%;
  /*display: inline-block;*/ position: absolute;
  top: -25px; min-height: 25px;
  
}
.post--category-wrapper > a,
.post--category-wrapper > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*margin-bottom: 5px;*/
}
.post--category {
  display: inline-block; padding: 5px 10px;
  font-size: 12px; line-height: 15px; font-weight: 400;
  letter-spacing: 1px; text-transform: uppercase;
  /*height: 25px;*/
}


/*********************************************************
= POST SHARE
*********************************************************/
.post .post--share {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 20px; top: 20px; right: 20px; bottom: 20px;
  padding: 20px;
  background: #e9ebee;
  z-index: 10;
}
/*.post.post--lead .post--share {
  left: 10px; top: 10px; right: 10px; bottom: 10px;
}*/
.post .post--share h1 {
  font-size: 16px; line-height: 20px;
  max-width: 300px; text-align: center;
  margin-bottom: 10px; padding-bottom: 10px;
}
.post .post--share h1:before {
  display: block; position: absolute;
  width: 20px; height: 1px;
  bottom: 0; left: 50%; margin-left: -10px;
  background: #000000;
  content: "";
}
/*.post.post-xs .post--share {bottom: 0;}
.post.post-xs .post--share h1 {display: none;}*/
.post .post--share.is-hidden {display: none;}
.post .post--share .post--share_close {
  display: block; position: absolute;
  right: 10px; top: 10px;
  width: 24px; height: 24px;
  cursor: pointer;
}
.post .post--share .post--share_close .ico-close {
  display: block; position: relative;
  top: 10px; right: 0;
  width: 24px; height: 2px;
  background: #6e7080;
  transform: rotate(45deg);
  text-indent: -5555px;
  cursor: pointer;
}
.post .post--share .post--share_close .ico-close:after {
  display: block; position: absolute;
  width: 100%; height: 100%;
  left: 0; top: 0;
  content: "";
  background: inherit;
  transform: rotate(90deg);
}
.post .post--share .post--share_close:hover .ico-close {
  background: #2c3ec7;
}

.post--aside_share {
  display: block; position: relative;
  padding: 0!important; margin: 0!important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.post--aside_share li {
  display: block; position: relative;
  float: left; margin: 2px;
}
.post--aside_share li a {
  display: block; position: relative;
  overflow: hidden;
  width: 30px; height: 30px;
  text-align: center;
  padding: 0;
}
.post--aside_share li a:after {
  display: block; position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  border-radius: 15px;
  border: 2px solid black;
  content: ""; background: transparent;
  opacity: .2;
}
.post--aside_share li a:hover:after {
  opacity: 1;
}
.post--aside_share li a svg {
  display: block; position: relative;
  width: 18px; height: 18px;
  margin: 6px; fill: #333333;
}
.post--aside_share li a.facebook-share svg {fill: #3e5c9a;}
.post--aside_share li a.whatsapp-share svg {fill: #25d366;}
.post--aside_share li a.messenger-share svg {fill: #1eafe5;}
.post--aside_share li a.twitter-share svg {fill: #29a9e1;}
.post--aside_share li a.linkedin-share svg {fill: #117bb8;}
.post--aside_share li a.email-share svg {fill: #303030;}

.post--aside_share li a.facebook-share:after {border-color: #3e5c9a;}
.post--aside_share li a.whatsapp-share:after {border-color: #25d366;}
.post--aside_share li a.messenger-share:after {border-color: #1eafe5;}
.post--aside_share li a.twitter-share:after {border-color: #29a9e1;}
.post--aside_share li a.linkedin-share:after {border-color: #117bb8;}
.post--aside_share li a.email-share:after {border-color: #303030;}



/* EDITOR - Article Reference */
.editor-reference {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font: 300 14px/18px 'Titillium Web', Helvetica, Arial;
  background: #f0f1f5;
  padding: 20px; border-radius: 5px;
}
.editor-reference > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 100%;
}
.editor-reference {
  color: #333333; text-decoration: none;
  margin: 30px auto;
}
.editor-reference:hover {color: #2128bd;}
.editor-reference h1 {
  font: 700 24px/28px 'Titillium Web', Helvetica, Arial;
}
.editor-reference p {
  font: 300 14px/18px 'Titillium Web', Helvetica, Arial;
  color: #333333; margin: 10px 0 0 0;
}
.editor-reference a {color: #333333; text-decoration: none;}
.editor-reference a:hover {color: #2128bd; text-decoration: none;}

.editor-reference .editor-reference-img {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 170px;
  -ms-flex: 0 1 170px;
  flex: 0 1 170px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  min-width: 200px;
  overflow: hidden;
  margin-left: 0px; margin-top: 20px;
}
.editor-reference .editor-reference-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor-reference:before {
  display: block; position: absolute;
  width: 100%; height: 6px;
  left: 0; top: -33px;
  border-top: 1px solid #dddde1;
  border-bottom: 2px solid #dddde1;
  content: "";
}


.infinite-scroll-load-new {
  display: block; position: absolute;
  left: 50%; top: -20px;
  transform: translateX(-50%);
  z-index: 90; cursor: pointer;
  white-space: nowrap;
}
.infinite-scroll-load-new i {
  display: inline-block; position: relative;
  margin-right: 5px;

}
@media only screen and (min-width: 768px) {
  .editor-reference {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .editor-reference .editor-reference-img {
    margin-left: 20px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 640px) {
  .editor-reference {margin-left: 20px; margin-right: 20px;}
  .section-posts_list .teaser.teaser-md {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-posts_list .teaser.teaser-md .teaser--content {
    width: calc(100% - 220px);
    margin-right: 40px; margin-bottom: 0px;
    padding: 20px 10px;
  }
  .section-posts_list .teaser.teaser-md .teaser--url {
    width: 180px;
  }
  .section-posts_list .teaser.teaser-md .teaser--pic picture img {
    position: absolute;
    top: auto; left: 50%; bottom: auto; right: auto;
    width: auto; height: 100%; min-height: 180px;
    max-width: initial;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section-posts_highlight .post {padding: 60px 20px;}
  .section-posts_highlight .post--header h1 {
    padding-left: 0;
    padding-right: 0;
  }
/*  .section-posts_highlight .post .post--content {
    padding: 20px 0 0 0;
  }*/
}

}
@media only screen and (min-width: 480px) {
  .post-quote {padding: 30px 0px;}
  .post-quote blockquote {font: italic 20px/28px Georgia;}
  .post-quote blockquote span {text-align: right;}
}