/* This file is for the Desktop view of node/content
** pages like Articles, Videos, Webinars, Podcasts, etc.
** Just the main/full display.
*/


.back-link {
  display: block;
  position: absolute;
  font-size: 16px;
  padding-left: 25px;
  background-image: url(../../images/icons/back_arrow.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 0 50%;
}
.node__content__multimedia .back-link {
  position: relative;
  margin: 0 0 20px 20px;
}
.node--unpublished {
  background-color: #fff4f4;
}


.node--view-mode-full >.node__content >.node__content__body {
  max-width: 680px;
  margin: 40px auto;
}
.node--view-mode-full >.node__content >.node__content__body .field--type-text-long a {
  font-weight: 500;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  margin: 10px 0;
  color: #008182;
}
.node__content h1 {
  font-family: Gordita;
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -2px;
  vertical-align: middle;
  margin-bottom:15px;

}
.node--view-mode-full >.node__content >.node__content__body .field--type-text-long h2 {
  font-family: Gordita;
  font-size: 32px;
}
.node--view-mode-full >.node__content >.node__content__body .field--type-text-long h3  {
  font-family: Gordita;
  font-size: 24px;
}
.node--view-mode-full >.node__content >.node__content__body .field--type-text-long h4 {
  font-family: Gordita;
  font-size: 20px;
}
.node__content .node_updated_date{
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #1A1A1BCC;
  margin-bottom: 20px;
}



.node__content .field--name-body{
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 25px;
}


/** Multimedia specific styles **/
.node__content .node__content__multimedia {
  max-width: 1145px;
  margin: 40px auto;
}
.node__content .node__content__multimedia iframe {
    border-radius: 30px;
}
.page-node-type-multimedia .node__main_content {
  background: #FAFAFA;
  gap: 24px;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 45px;
}
.page-node-type-multimedia .node__main_content.closed {
  display: none;
}
.page-node-type-multimedia .node__main_content .field--name-field-transcript-note{
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #1A1A1B99;
  padding-left: 30px;
  background-image: url(../../images/icons/info-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0px 50%;
  margin-bottom: 25px;
}
.page-node-type-multimedia .node_transcript_toggle {
  background: #292663;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  border-radius: 100px;
  padding: 16px 55px 16px 24px;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
  user-select: none; /* Standard */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}
.page-node-type-multimedia .node_transcript_toggle:after {
  content: '';
  position: absolute;
  background:#FFFEFE66;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: 15px;
  background-image: url(../../images/icons/arrow_up.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  top: 4px;
  right: 4px;
}
.page-node-type-multimedia .node_transcript_toggle.closed:after{
  background-image: url(../../images/icons/arrow_down.svg);
}
/** End Multimedia**/

/** Article type sepcifics **/
.article-callout {
  border-radius: 18px;
  padding: 20px 20px 20px 90px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: 20px 30px;
  margin: 25px 0;
}

.article-callout.article-callout--note {
  background-color: #00A3A41A;
  background-image: url(../../images/icons/article-callout-note.svg);
} 
.article-callout.article-callout--quote {
  background-color: #3586CF1A;
  background-image: url(../../images/icons/article-callout-quote.svg);
} 

.page-node-type-article .node__main_content .field--name-field-image-half img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/** End Article **/

/** List item styles **/
.paragraph--type--list-audit {
  border-radius: 20px;
  padding-top: 23px;
  padding-right: 24px;
  padding-bottom: 23px;
  padding-left: 24px;
  background: #B5B5B51A;
  margin: 25px 0;
}
.paragraph--type--list-audit .field--name-field-heading {
  font-family: Gordita;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -1px;
  vertical-align: middle;
  margin: 0 0 5px 0;
}
.paragraph--type--list-audit .field--name-field-heading p {
  margin: 0;
}
.paragraph--type--list-audit .field--name-field-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.paragraph--type--list-item {
  border-radius: 20px;
  padding: 32px 32px 32px 72px;
  background-color: #B5B5B533;
  background-image: url(../../images/icons/list-item.svg);
  background-repeat: no-repeat;
  background-position: 18px 25px;
  font-family: Gordita;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -3%;
  vertical-align: middle;
  margin: 25px 0;
}
.paragraph--type--list-item p {margin: 0;}
/** end list **/

/** Infographic styles **/
.node__main_content .field--name-field-pdf-preview{
  margin: 35px 0 25px 0;
}
.node__main_content .field--name-field-pdf-preview img {
  width: 100%;
  height: auto;
  border: 0.67px solid #CCCCCC;
  border-radius: 20px;
}
.node__main_content .node__pdf-download {
  width: 100%;
  margin-bottom: 65px;
  display: block;
  height: 50px;
}
.node__main_content .node__pdf-download a {
  padding-left: 50px;
  background-image: url(../../images/icons/document-download.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 21px 16px;
  float: right;
}
.node__content__body .field--name-field-references  {
  margin: 65px 0;
}
.node__content__body .field--name-field-references .field__label {
  font-family: Gordita;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -3%;
  vertical-align: middle;  
}
.node__content__body .field--name-field-references .field__item a{
    font-weight: 500;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    margin: 10px 0;
    color: #008182;
}
/** End Infographic **/

/** Contributor **/
.node_contributor .field--name-field-contributor  >.field__item{
  margin-bottom: 35px;
  justify-content: space-between;
  border-radius: 20px;
  background: #EDF7FE;
}
.node_contributor .field--name-field-contributor .author-wrapper {
  display: flex;
  position: relative;
}
.node_contributor .field--name-field-contributor .author-wrapper .field--name-field-image {
  margin-right: 20px;
}
.node_contributor .field--name-field-contributor .author-wrapper .field--name-field-image img{
  width: 100px;
  height: 100px;
  border-radius:10px;
  position: relative;
}
 .author-wrapper .field--name-field-location p {
  display: flex;
  padding: 6px 16px 6px 6px;
  align-items: center;
  border-radius: 40px;
  background: rgba(181, 181, 181, 0.20);
  flex-shrink: 1;
  gap: 8px;
}
.author-wrapper .field--name-field-location p:before {
  content: "";
  display: flex;
  height: 28px;
  width: 28px;
  background: url(../../images/icons/location-icon.svg) no-repeat;
}
.author-wrapper h2 {
  margin: 0;
}
.author-wrapper h2 a{
  text-decoration: none;
  color: #000;
}
.author-wrapper .author h2 a span {
  font-weight: 400;
}
.author-wrapper .field--name-field-byline p {
  margin: 5px 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1A1A1BCC;
}
.author-wrapper .field--name-field-location p {
  margin: 0;
}
.author-wrapper .author {
  align-self: flex-end;
}
.author-wrapper .contributer-view-more {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../../images/icons/contrib_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 52px;
  height: 52px;
}


.fade-out {
  height: 250px;
  overflow: hidden;
  padding: 20px;
  font-size: 18px;
  background-color: white;
  -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0px,
      rgba(0, 0, 0, 0.75) 25px,
      rgba(0, 0, 0, 0.5) 65px,
      rgba(0, 0, 0, 0.25) 155px,
      rgba(0, 0, 0, 0) 250px
  );
  mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0px,
      rgba(0, 0, 0, 0.75) 25px,
      rgba(0, 0, 0, 0.5) 65px,
      rgba(0, 0, 0, 0.25) 155px,
      rgba(0, 0, 0, 0) 250px
  );
}
.wcbn-gate-pop-up {
  position: relative;
  margin: -125px auto 0;
}

.node__content__body .field--name-field-disclaimer .field__label {
  display: none;
}
.node__content__body .field--name-field-disclaimer .field__item {
  font-size: 12px;
}