@charset "UTF-8";
.btnBlue, a.btnBlue {
  background: transparent;
  border-radius: 0;
  color: #FC1921;
  outline: none;
  box-shadow: none;
  padding: 6px 15px;
  border: 1px solid #FC1921;
  text-decoration: none;
  text-align: center; }
  .btnBlue:hover, .btnBlue:enabled, .btnBlue:focus, .btnBlue:disabled, .btnBlue:active, .btnBlue:visited, a.btnBlue:hover, a.btnBlue:enabled, a.btnBlue:focus, a.btnBlue:disabled, a.btnBlue:active, a.btnBlue:visited {
    transition: all 0.3s ease;
    outline: none;
    box-shadow: none;
    color: #FC1921;
    text-decoration: none; }

.btnWhite, a.btnWhite {
  background: transparent;
  border-radius: 0;
  color: #FFFFFF;
  outline: none;
  box-shadow: none;
  padding: 6px 15px;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  text-align: center; }
  .btnWhite:hover, .btnWhite:enabled, .btnWhite:focus, .btnWhite:disabled, .btnWhite:active, .btnWhite:visited, a.btnWhite:hover, a.btnWhite:enabled, a.btnWhite:focus, a.btnWhite:disabled, a.btnWhite:active, a.btnWhite:visited {
    transition: all 0.3s ease;
    outline: none;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none; }
.localTime {color: #FC1921;}
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.ttf?tdhkaq") format("truetype"), url("fonts/icomoon.woff?tdhkaq") format("woff"), url("fonts/icomoon.svg?tdhkaq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-angina:before {
  content: "\e900"; }

.icon-angle-down:before {
  content: "\e901"; }

.icon-angle-left:before {
  content: "\e902"; }

.icon-angle-right:before {
  content: "\e903"; }

.icon-calendar:before {
  content: "\e904"; }

.icon-dyslipidemia:before {
  content: "\e905"; }

.icon-edit:before {
  content: "\e906"; }

.icon-e-health:before {
  content: "\e907"; }

.icon-heart-failure:before {
  content: "\e908"; }

.icon-hypertension:before {
  content: "\e909"; }

.icon-like:before {
  content: "\e90a"; }

.icon-mail-share:before {
  content: "\e90b"; }

.icon-play:before {
  content: "\e90c"; }

  .img-podcast img {
    width:65px;
  }

.icon-podcast:before {
  content: "\e91c"; 
}

.icon-search:before {
  content: "\e90d"; }

.icon-share:before {
  content: "\e90e"; }

.icon-unlike:before {
  content: "\e90f"; }

.icon-covid-icon:before {
  content: "\e910"; }

.icon-other-resources:before {
  content: "\e911"; }

body {
  font-family: 'Montserrat', sans-serif;
  word-break: break-word; 
  color:#212121;
  background-color: #ffffff;
  font-size: 14px;
}


h1, .h1 {
  font-size: 4.5rem; }
.hero-left h1 {
    font-size: 2.5rem; }
  @media screen and (max-width: 992px) {
    h1, .h1 {
      font-size: 3.25rem; }
      .hero-left h1 {
        font-size: 30px; }
    }
  @media screen and (max-width: 768px) {
    h1, .h1 {
      font-size: 2.625rem; } }

h1.small {
  font-size: 4rem; }
  @media screen and (max-width: 992px) {
    h1.small {
      font-size: 2.625rem; } }
  @media screen and (max-width: 768px) {
    h1.small {
      font-size: 2.875rem; } }

h2, .h2 {
  font-size: 2.875rem; }
  @media screen and (max-width: 768px) {
    h2, .h2 {
      font-size: 2.25rem; } }

h3, .h3 {
  font-size: 2rem; }
  @media screen and (max-width: 768px) {
    h3, .h3 {
      font-size: 1.5rem; } }

h3.small {
  font-size: 1.875rem; }
  @media screen and (max-width: 768px) {
    h3.small {
      font-size: 1.375rem; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    h4, .h4 {
      font-size: 1.25rem; } }

h5, .h5 {
  font-size: 1.3125rem; }
  @media screen and (max-width: 768px) {
    h5, .h5 {
      font-size: 1.125rem; } }

h6, .h6 {
  font-size: 1.125rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    h6, .h6 {
      font-size: 1rem; } }

p {
  font-size: 1.125rem;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    p {
      font-size: 1rem; } }

p.small {
  font-size: 1rem; }
  @media screen and (max-width: 768px) {
    p.small {
      font-size: 0.9375rem; } }

p.x-small {
  font-size: 0.9375rem; }
  @media screen and (max-width: 768px) {
    p.x-small {
      font-size: 0.875rem; } }

p.xx-small {
  font-size: 0.875rem; }
  @media screen and (max-width: 768px) {
    p.xx-small {
      font-size: 0.8125rem; } }

p.xxx-small {
  font-size: 0.8125rem; }
  @media screen and (max-width: 768px) {
    p.xxx-small {
      font-size: 0.75rem; } }

b, strong {
  font-weight: 700; }

a {
  color: #333333;
  text-decoration: none;
  transition: .3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #FC1921; }

.field--name-field-description a:not(.btnBlue), .field--name-field-description a:not(.btnWhite), .field--name-field-description a.nav-link:not(.btnBlue), .field--name-field-description a.nav-link:not(.btnWhite), .field--name-field-abstract a:not(.btnBlue), .field--name-field-abstract a:not(.btnWhite), .field--name-field-abstract a.nav-link:not(.btnBlue), .field--name-field-abstract a.nav-link:not(.btnWhite) {
  transition: none;
  color: #FC1921; }
  .field--name-field-description a:not(.btnBlue):active, .field--name-field-description a:not(.btnBlue):visited, .field--name-field-description a:not(.btnWhite):active, .field--name-field-description a:not(.btnWhite):visited, .field--name-field-description a.nav-link:not(.btnBlue):active, .field--name-field-description a.nav-link:not(.btnBlue):visited, .field--name-field-description a.nav-link:not(.btnWhite):active, .field--name-field-description a.nav-link:not(.btnWhite):visited, .field--name-field-abstract a:not(.btnBlue):active, .field--name-field-abstract a:not(.btnBlue):visited, .field--name-field-abstract a:not(.btnWhite):active, .field--name-field-abstract a:not(.btnWhite):visited, .field--name-field-abstract a.nav-link:not(.btnBlue):active, .field--name-field-abstract a.nav-link:not(.btnBlue):visited, .field--name-field-abstract a.nav-link:not(.btnWhite):active, .field--name-field-abstract a.nav-link:not(.btnWhite):visited {
    color: #333333;
    text-decoration: underline; }
  .field--name-field-description a:not(.btnBlue):hover, .field--name-field-description a:not(.btnBlue):focus, .field--name-field-description a:not(.btnWhite):hover, .field--name-field-description a:not(.btnWhite):focus, .field--name-field-description a.nav-link:not(.btnBlue):hover, .field--name-field-description a.nav-link:not(.btnBlue):focus, .field--name-field-description a.nav-link:not(.btnWhite):hover, .field--name-field-description a.nav-link:not(.btnWhite):focus, .field--name-field-abstract a:not(.btnBlue):hover, .field--name-field-abstract a:not(.btnBlue):focus, .field--name-field-abstract a:not(.btnWhite):hover, .field--name-field-abstract a:not(.btnWhite):focus, .field--name-field-abstract a.nav-link:not(.btnBlue):hover, .field--name-field-abstract a.nav-link:not(.btnBlue):focus, .field--name-field-abstract a.nav-link:not(.btnWhite):hover, .field--name-field-abstract a.nav-link:not(.btnWhite):focus {
    color: #FC1921;
    text-decoration: underline;
    outline: none; }

img {
  max-width: 100%;
  height: auto; }

.top-content {
  background: rgba(55, 179, 201, 0.08); }

.no-auth .top-content {
  background: #FFFFFF; }

.path-frontpage:not(.user-logged-in) .no-auth .top-content:before {
  background: #FFFFFF; }

.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
  padding: 0; }

.container-upEvents .field--type-image {
  margin-top: 70px; }
  @media screen and (max-width: 991px) {
    .container-upEvents .field--type-image {
      margin-top: 0px; } }

.container-upEvents {
  margin-bottom: 114px;
  padding-bottom: 50px;
  border-bottom: 2px solid #e6e6e6; }

.container-upEvents .calendar-teaser-link {
  margin-top: 70px; }
  @media screen and (max-width: 991px) {
    .container-upEvents .calendar-teaser-link {
      margin-top: 0px; } }

.container-upEvents .event-date-teaser {
  float: left;
  width: 100%; }
  .container-upEvents .event-date-teaser h3 {
    width: auto;
    float: left;
    padding: 10px;
    color: #FFFFFF !important;
    background-color: #FC1921; }

@media screen and (max-width: 767px) {
  .p-mobile-15 {
    padding: 0 15px !important; } }
ol.breadcrumb {
  background: transparent;
  margin-top: 80px;
  margin-bottom: 10px;
  padding: 0; }
  ol.breadcrumb li a {
    font-size: 0.9375rem;
    font-weight: 300;
    text-decoration: none; }
  ol.breadcrumb li + .breadcrumb-item {
    padding-left: 5px; }
    ol.breadcrumb li + .breadcrumb-item:before {
      content: '/';
      padding-right: 3px; }

.node--type-page .field--name-body {
  margin-bottom: 50px; }
  .node--type-page .field--name-body table {
    width: 100% !important;
    margin: 20px 0; }
    .node--type-page .field--name-body table tbody tr td {
      padding: 8px; }
    .node--type-page .field--name-body table tbody tr:first-child td {
      font-weight: 700; }

#externalLinkPopupModal {
  font-family: 'Roboto', sans-serif; }
  #externalLinkPopupModal .modal-content {
    border: 1px solid #E6E6E6;
    border-radius: 0;
    outline: none;
    background-clip: border-box; }
  #externalLinkPopupModal .modal-header {
    border-bottom: 0; }
    #externalLinkPopupModal .modal-header h5 {
      color: #FC1921;
      font-weight: 700; }
    #externalLinkPopupModal .modal-header .close {
      color: #FC1921; }
  #externalLinkPopupModal .modal-body {
    color: #333333;
    font-weight: 300; }
    #externalLinkPopupModal .modal-body p {
      font-size: 1rem; }
  #externalLinkPopupModal .modal-footer {
    border-top: 0; }
    #externalLinkPopupModal .modal-footer a.btn {
      background: transparent;
      border-radius: 0;
      color: #FC1921;
      outline: none;
      box-shadow: none;
      padding: 6px 15px;
      border: 2px solid #FC1921;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase; }
      #externalLinkPopupModal .modal-footer a.btn:hover, #externalLinkPopupModal .modal-footer a.btn:enabled, #externalLinkPopupModal .modal-footer a.btn:focus, #externalLinkPopupModal .modal-footer a.btn:disabled, #externalLinkPopupModal .modal-footer a.btn:active, #externalLinkPopupModal .modal-footer a.btn:visited {
        transition: all 0.3s ease;
        outline: none;
        box-shadow: none;
        color: #FC1921;
        text-decoration: none; }

/*.simple-popup-blocks-global {
    .spb_overlay {
        background-color: rgba(0, 0, 0, 0.85);
    }
    .spb_center {
        transform: translate(-50%, -50%);
        margin-top: 0;
        width: 95%!important;
        max-width: 840px;
        margin-left: 0!important;
        border: 0;
        padding: 20px 0 15px;
        h5.profile-complete-message {
            color: $btnBlue;
            font-weight: 700;
            padding: 10px 15px 25px;
            text-align: center;
        }
        .user-form {
            form {
                .form-submit, .btn-primary, .btn-primary:not(:disabled):not(.disabled) {
                    margin: 0 10px;
                    padding: 10px 20px;
                    max-width: 240px;
                }
                .form-actions {
                    display: flex;
                    justify-content: center;
                    flex-flow: row wrap;
                    align-items: center;
                }
            }
            .custom-complete-close {
                color: $btnBlue;
                border: 2px solid $btnBlue;
                text-transform: uppercase;
                max-width: 240px;
                width: 100%;
                padding: 10px 20px;
                font-weight: 600;
                margin: 0 10px;
            }
        }
    }
}*/

.region-hero-region .alert {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 9999;
  width: 100%; }
  .region-hero-region .alert .close:focus {
    border: none;
    outline: none;
    box-shadow: none; }

.path-user .block-page-title-block {
  word-wrap: break-word; }
.path-user article.profile {
  max-width: 768px;
  display: flex;
  flex-flow: row wrap;
  background: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 0;
  padding: 40px;
  margin: 0 auto 80px;
  justify-content: space-between;
  align-items: flex-start; }
  .path-user article.profile > .field {
    flex: 0 0 48%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(55, 179, 201, 0.4);
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .path-user article.profile > .field {
        flex: 0 0 100%; } }
  .path-user article.profile > .field .field__label {
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 900;
    color: #FC1921; }
  .path-user article.profile > .field .field__item {
    font-size: 1.125rem;
    font-weight: 400; }
.path-user nav.tabs-wrapper ul.nav-tabs {
  justify-content: center;
  border: 0;
  margin-bottom: 40px; }
  .path-user nav.tabs-wrapper ul.nav-tabs li {
    background: transparent;
    border: 0; }
    .path-user nav.tabs-wrapper ul.nav-tabs li a {
      text-transform: uppercase;
      border: 0;
      font-weight: 300;
      color: #FC1921;
      opacity: 0.5;
      background: transparent;
      transition: .3s ease-in-out;
      font-size: 1.125rem; }
      .path-user nav.tabs-wrapper ul.nav-tabs li a.active, .path-user nav.tabs-wrapper ul.nav-tabs li a:hover {
        opacity: 1; }
      @media screen and (max-width: 768px) {
        .path-user nav.tabs-wrapper ul.nav-tabs li a {
          font-size: 1rem; } }
    .path-user nav.tabs-wrapper ul.nav-tabs li.active {
      background: transparent; }

.other-res-filters a {
  border-radius: 0 !important;
  font-size: 1rem !important;
  padding: 8px 10px !important;
  min-height: auto;
  min-height: auto; }

.other-res-title {
  border-bottom: 2px solid rgba(55, 179, 201, 0.4) !important; }

.line-left {
  border-left: 2px solid rgba(55, 179, 201, 0.4) !important; }
  .line-left p {
    font-weight: 300; }
 

.Th-page .logo-brand {
  text-align: center;
  margin-top: 10px; }
  @media screen and (max-width: 991px) {
    .Th-page .logo-brand {
      margin-bottom: 30px;
      margin-top: 0; } }
  .Th-page .logo-brand img {
    width: 150px; }
@media screen and (max-width: 1350px) {
  .Th-page.landing-standard .txt-th-header {
    padding-left: 50px; } }
@media screen and (max-width: 1024px) {
  .Th-page.landing-standard .txt-th-header {
    padding-left: 86px; } }
@media screen and (max-width: 767px) {
  .Th-page.landing-standard .txt-th-header {
    padding-left: 0px; } }
.Th-page.landing-standard .hero-container.custom-page-title {
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .Th-page.landing-standard .hero-container.custom-page-title {
      background-size: inherit;
      background-position: bottom right; } }
.Th-page.landing-standard .hero-container.custom-page-title .hero-left h1 {
  color: #73fbff;
  font-size: 40px; }
  @media screen and (max-width: 1199px) {
    .Th-page.landing-standard .hero-container.custom-page-title .hero-left h1 {
      font-size: 35px; } }
  @media screen and (max-width: 1024px) {
    .Th-page.landing-standard .hero-container.custom-page-title .hero-left h1 {
      font-size: 32px; } }
  @media screen and (max-width: 500px) {
    .Th-page.landing-standard .hero-container.custom-page-title .hero-left h1 {
      font-size: 24px; } }
  @media screen and (max-width: 360px) {
    .Th-page.landing-standard .hero-container.custom-page-title .hero-left h1 {
      font-size: 23px; } }
@media screen and (max-width: 500px) {
  .Th-page.landing-standard .hero-container.custom-page-title .hero-left p {
    font-size: 18px;
    line-height: 28px; } }
.Th-page .hero-left h3 {
  color: #fff;
  margin-top: 15px; }
.Th-page .go-top {
  position: fixed;
  width: 120px;
  bottom: 60px;
  cursor: pointer;
  right: 0px; }
  @media screen and (max-width: 767px) {
    .Th-page .go-top {
      display: none; } }
  .Th-page .go-top .arrow-top {
    cursor: pointer;
    margin: 0 auto;
    background-color: #0170C4;
    margin-bottom: 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 15px;
    text-align: center;
    width: 60px;
    height: 60px;
    -moz-transform: rotate(45deg) skew(0deg, 0deg);
    -webkit-transform: rotate(45deg) skew(0deg, 0deg);
    -ms-transform: rotate(45deg) skew(0deg, 0deg);
    -o-transform: rotate(45deg) skew(0deg, 0deg);
    transform: rotate(45deg) skew(0deg, 0deg); }
    .Th-page .go-top .arrow-top:after {
      content: "\279C";
      position: absolute;
      text-align: center;
      color: #fff;
      left: 15px;
      top: 5px;
      font-size: 32px;
      -moz-transform: rotate(-135deg) skew(0deg, 0deg);
      -webkit-transform: rotate(-135deg) skew(0deg, 0deg);
      -ms-transform: rotate(-135deg) skew(0deg, 0deg);
      -o-transform: rotate(-135deg) skew(0deg, 0deg);
      transform: rotate(-135deg) skew(0deg, 0deg); }
  .Th-page .go-top .reg-cont-top {
    background-color: #0170C4;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    float: left;
    text-align: center; }
    .Th-page .go-top .reg-cont-top a {
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      float: left;
      width: 100%;
      padding-top: 6px;
      font-weight: 700; }
.Th-page .btn-gen {
  margin: 0 auto;
  max-width: 240px;
  display: inline; }
  .Th-page .btn-gen a {
    display: block;
    width: 100%;
    max-width: 240px;
    padding: 8px 16px;
    margin: 0 auto;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
    color: #FC1921;
    outline: none;
    box-shadow: none;
    border: 2px solid #FC1921;
    text-decoration: none;
    text-align: center; }
.Th-page .color-blue2 {
  color: #73fbff !important; }
.Th-page .logo-landing-style {
  text-align: center; }
  .Th-page .logo-landing-style img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 100%;
    border: 15px solid rgba(255, 255, 255, 0.1); }
.Th-page .container-ta-free-text {
  clear: both;
  float: left;
  width: 100%; }
  .Th-page .container-ta-free-text h6 {
    margin: 25px 0;
    padding-top: 40px;
    border-top: 2px solid rgba(55, 179, 201, 0.4);
    font-weight: 300;
    line-height: 31px;
    font-size: 21px; }
.Th-page .cont-pre {
  margin-bottom: 30px; }
.Th-page .ta-img-user {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;
  text-align: center;
  padding: 0px;
  border: 0; }
.Th-page .ta-name-user {
  text-align: center;
  margin: 20px 0 10px 0;
  color: #0170C4;
  font-size: 1.125rem;
  line-height: 1.3rem;
  font-weight: 700; }
.Th-page .ta-bio-user {
  font-weight: 300;
  margin-bottom: 20px; }
.Th-page .teaser-3col-contents.node__content {
  border-bottom: 2px solid rgba(55, 179, 201, 0.4); }
.Th-page .field--type-image {
  margin-bottom: 20px; }
.Th-page h2 {
  font-size: 1.5rem;
  color: #FC1921;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 34px;
  text-align: center; }
  .Th-page h2:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    border-bottom: 4px solid #FC1921;
    margin-top: 20px; }
.Th-page .box-video-list-container {
  width: 100%;
  margin-bottom: 60px; }
  .Th-page .box-video-list-container .teaser-3col-events {
    border-bottom: 2px solid rgba(55, 179, 201, 0.4);
    padding-bottom: 20px;
    min-height: 450px; }
    @media screen and (max-width: 767px) {
      .Th-page .box-video-list-container .teaser-3col-events {
        min-height: 387px;
        margin-bottom: 30px; } }
    .Th-page .box-video-list-container .teaser-3col-events .btn {
      border-bottom: 0; }
  .Th-page .box-video-list-container .teaser-3col-contents {
    border-bottom: 2px solid rgba(55, 179, 201, 0.4);
    padding-bottom: 20px;
    min-height: 330px; }
    @media screen and (max-width: 767px) {
      .Th-page .box-video-list-container .teaser-3col-contents {
        min-height: 330px;
        margin-bottom: 30px; } }
    .Th-page .box-video-list-container .teaser-3col-contents .btn {
      border-bottom: 0; }
.Th-page .event-date-teaser {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }
  .Th-page .event-date-teaser h4 {
    width: auto;
    float: left;
    padding: 8px 16px;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #FC1921; }
.Th-page h4.teaser-node-title {
  margin-bottom: 8px; }
  .Th-page h4.teaser-node-title a {
    color: #0170C4;
    font-size: 1.125rem;
    line-height: 1.3rem;
    font-weight: 700; }
.Th-page .btn.teaser-3col-events {
  margin: 0 auto;
  max-width: 240px;
  display: inline; }
  .Th-page .btn.teaser-3col-events a {
    display: block;
    width: 100%;
    width: 240px;
    padding: 8px 16px;
    margin-left: -120px;
    background: transparent;
    position: absolute;
    font-size: 18px;
    left: 50%;
    bottom: 30px;
    font-weight: 700;
    border-radius: 0;
    color: #FC1921;
    outline: none;
    box-shadow: none;
    border: 2px solid #FC1921;
    text-decoration: none;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .Th-page .btn.teaser-3col-events a {
        bottom: 50px; } }
.Th-page .btn.teaser-3col-contents {
  margin: 0 auto;
  max-width: 240px;
  display: inline; }
  .Th-page .btn.teaser-3col-contents a {
    display: block;
    width: 100%;
    width: 240px;
    padding: 8px 16px;
    margin-left: -120px;
    background: transparent;
    position: absolute;
    font-size: 18px;
    left: 50%;
    bottom: 30px;
    font-weight: 700;
    border-radius: 0;
    color: #FC1921;
    outline: none;
    box-shadow: none;
    border: 2px solid #FC1921;
    text-decoration: none;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .Th-page .btn.teaser-3col-contents a {
        bottom: 50px; } }
.Th-page .top-content {
  padding: 30px 0;
  margin-bottom: 40px; }
  .Th-page .top-content.container-blue {
    background: rgba(55, 179, 201, 0.08); }
    .Th-page .top-content.container-blue h2 {
      color: #0170C4; }
      .Th-page .top-content.container-blue h2:after {
        border-bottom: 4px solid #0170C4; }
    .Th-page .top-content.container-blue ul {
      margin: 0; }
      .Th-page .top-content.container-blue ul li {
        color: #0170C4;
        margin-bottom: 20px;
        font-size: 1.3125rem; }
        .Th-page .top-content.container-blue ul li ul li {
          font-size: 1.125rem; }
.Th-page .hero-container.custom-page-title {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  min-height: 361px;
  max-height: 100%;
  padding-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .Th-page .hero-container.custom-page-title {
      height: auto;
      min-height: auto;
      max-height: none; } }
  .Th-page .hero-container.custom-page-title .hero-left {
    padding: 0 50px; }
    @media screen and (max-width: 991px) {
      .Th-page .hero-container.custom-page-title .hero-left {
        padding: 0 15px;
        margin: 30px 0; } }
    @media screen and (max-width: 375px) {
      .Th-page .hero-container.custom-page-title .hero-left {
        padding: 0; } }
    .Th-page .hero-container.custom-page-title .hero-left h1 {
      color: #FFFFFF;
      font-weight: 700;
      font-size: 40px;
      word-break: break-all; }
      @media screen and (max-width: 1199px) {
        .Th-page .hero-container.custom-page-title .hero-left h1 {
          font-size: 35px; } }
    @media screen and (max-width: 1199px) {
      .Th-page .hero-container.custom-page-title .hero-left h3 {
        font-size: 27px; } }
    @media screen and (max-width: 375px) {
      .Th-page .hero-container.custom-page-title .hero-left h3 {
        font-size: 23px; } }
    .Th-page .hero-container.custom-page-title .hero-left p {
      font-size: 1.3125rem;
      margin-bottom: 0;
      line-height: 1.4;
      color: #fff; }
      @media screen and (max-width: 1199px) {
        .Th-page .hero-container.custom-page-title .hero-left p {
          font-size: 21px;
          line-height: 31px; } }
      @media screen and (max-width: 375px) {
        .Th-page .hero-container.custom-page-title .hero-left p {
          font-size: 20px;
          line-height: 30px; } }
.Th-page a.btn-register-landing {
  background: #fff;
  border-radius: 0;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 500;
  outline: none;
  width: 100%;
  box-shadow: none;
  float: left;
  padding: 10px 20px;
  position: relative;
  border: 0;
  text-decoration: none;
  text-align: center; }
.Th-page.landing-hipertension a.btn-register-landing {
  color: #00b0f0; }
.Th-page.landing-angina a.btn-register-landing {
  color: #e52828; }
.Th-page.landing-heartfailure a.btn-register-landing {
  color: #ed7d31; }
.Th-page.landing-dyslipidemia a.btn-register-landing {
  color: #92d050; }
.Th-page.landing-standard a.btn-register-landing {
  color: #0170C4 !important; }
.Th-page .btn-register-landing:after {
  width: 120px;
  height: 4px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -60px; }
.Th-page .cont-log-landing {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 991px) {
    .Th-page .cont-log-landing {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center; } }
  .Th-page .cont-log-landing p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px; }
  .Th-page .cont-log-landing a {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    float: left;
    width: 210px;
    text-decoration: none; }
    @media screen and (max-width: 991px) {
      .Th-page .cont-log-landing a {
        width: 280px;
        clear: both; } }
    .Th-page .cont-log-landing a.login-link {
      color: #fff; }

.paragraph--type--box-video-list ul {
  list-style: none;
  padding-left: 0; }
  .paragraph--type--box-video-list ul li {
    margin-bottom: 10px;
    position: relative;
    font-weight: 300;
    display: block;
    padding-left: 27px;
    color: #333333;
    font-size: 1.125rem; }
    .paragraph--type--box-video-list ul li::before {
      content: '';
      width: 12px;
      height: 12px;
      min-width: 12px;
      background: #333333;
      display: block;
      position: absolute;
      left: 0;
      top: 7px;
      bottom: 0; }
.paragraph--type--box-video-list p {
  font-weight: 300; }

.Th-page.landing-hipertension .go-top .arrow-top {
  background-color: #00b0f0; }
.Th-page.landing-hipertension .go-top .reg-cont-top {
  background-color: #00b0f0; }
.Th-page.landing-angina .go-top .arrow-top {
  background-color: #e52828; }
.Th-page.landing-angina .go-top .reg-cont-top {
  background-color: #e52828; }
.Th-page.landing-dyslipidemia .go-top .arrow-top {
  background-color: #92d050; }
.Th-page.landing-dyslipidemia .go-top .reg-cont-top {
  background-color: #92d050; }
.Th-page.landing-heartfailure .go-top .arrow-top {
  background-color: #ed7d31; }
.Th-page.landing-heartfailure .go-top .reg-cont-top {
  background-color: #ed7d31; }

.not-logged-in-abstract .text-formatted {
  max-height: 300px;
  overflow: hidden; }



.videoRegModal .modal-content {
  background: #0170C4;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 10px 10px 15px 0px #4a4848;
  -moz-box-shadow: 10px 10px 15px 0px #4a4848;
  box-shadow: 10px 10px 15px 0px #4a4848;
  padding-bottom: 20px;
  position: relative; }
  .videoRegModal .modal-content .modal-body .separator {
    margin: 5px auto 15px;
    border-bottom: 4px solid #fff;
    display: block;
    max-width: 150px;
    width: 100%; }
  .videoRegModal .modal-content .modal-body .btnWhite {
    padding: 6px 35px;
    text-transform: uppercase; }
  .videoRegModal .modal-content .modal-body .x-small {
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0; }
  .videoRegModal .modal-content .modal-body .login-link {
    color: #fff !important;
    text-transform: uppercase; }
  .videoRegModal .modal-content .modal-header {
    display: inline;
    border: 0; }
    .videoRegModal .modal-content .modal-header h2.modal-title {
      font-size: 40px;
      text-align: left;
      color: #fff; }
      @media screen and (max-width: 480px) {
        .videoRegModal .modal-content .modal-header h2.modal-title {
          font-size: 32px;
          line-height: 42px;
          padding-right: 30px; } }
    .videoRegModal .modal-content .modal-header .login-block-text {
      font-size: 22px;
      text-align: left;
      color: #fff; }
      @media screen and (max-width: 480px) {
        .videoRegModal .modal-content .modal-header .login-block-text {
          font-size: 20px;
          line-height: 30px; } }
    .videoRegModal .modal-content .modal-header .close {
      position: absolute;
      right: 15px;
      padding: 0;
      opacity: 1; }
      .videoRegModal .modal-content .modal-header .close span {
        font-size: 30px;
        color: #fff;
        font-size: 62px;
        font-weight: 300; }

.registration-description {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0; }
  .registration-description p {
    margin-bottom: 24px; }
  .registration-description::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    border-bottom: 2px solid #FC1921;
    margin-top: 20px; }

.path-user.userregister .block-page-title-block .page-title {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .Th-page .box-video-list-container .teaser-3col-events {
    min-height: 520px; } }
@media screen and (max-width: 480px) {
  .Th-page .box-video-list-container .teaser-3col-events {
    min-height: 480px; } }
header .header-logo-not-logged {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  padding: 10px 15px; }
  header .header-logo-not-logged .navbar-brand img {
    width: 150px;
    height: auto; }
header .navbar {
  background: #0170C4;
  padding: 0 15px; }
  header .navbar > .container {
    align-items: stretch; }
  header .navbar .navbar-brand img {
    width:auto;
    /* height: 50px;*/height: auto; } 
  header .navbar .region-nav-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 10px 0 0px 0; }
  header .navbar .region.region-nav-main {
    width: 100%;
    display: flex;
    height: 100%;
    padding-left: 25px;
    align-items: center;
    align-content: center;
  }
    header .navbar .region.region-nav-main .menu--main {
      height: 100%; }
  header .navbar .region-nav-additional {
    width: 140px;
    padding: 15px 0; }
    @media screen and (max-width: 992px) {

      header .navbar .navbar-brand img {
        width:auto;
        height: auto; }

      header .navbar .region-nav-additional {
        width: auto; } }
  header .navbar .menu--account {
    text-align: right; }
    header .navbar .menu--account .menu-account-text {
      font-weight: 700;
      color: #FFFFFF;
      line-height: 1.4;
      margin-bottom: 5px; }
      header .navbar .menu--account .menu-account-text a {
        color: #FFFFFF;
        text-decoration: none;
        word-break: break-word; }
        header .navbar .menu--account .menu-account-text a:hover, header .navbar .menu--account .menu-account-text a:focus {
          color: #FC1921; }
    header .navbar .menu--account .navbar-nav {
      font-weight: 300;
      justify-content: flex-end;
      font-size: 0.8125rem; }
      header .navbar .menu--account .navbar-nav li a {
        color: #FFFFFF;
        padding: 0; }
        header .navbar .menu--account .navbar-nav li a:hover {
          background: none;
          color: #FC1921; }

.menu--main {
  width: 100%; }
  .menu--main .navbar-nav {
    font-size: 0.8125rem;
    font-weight: 500;
    height: 100%;
    width: 100%; }
    .menu--main .navbar-nav li {
      flex: 1 1 100%; }
      .menu--main .navbar-nav li a {
        color: #FFFFFF;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 25px;
        text-align: center; }
        .menu--main .navbar-nav li a:before {
          font-size: 36px;
          margin-bottom: 2px; }
        .menu--main .navbar-nav li a:hover, .menu--main .navbar-nav li a.active {
          color: #FFFFFF;
          background: #FC1921; }
        .menu--main .navbar-nav li a.icon-hypertension:hover, .menu--main .navbar-nav li a.icon-hypertension.active {
          background: #00B0F0; }
        .menu--main .navbar-nav li a.icon-angina:hover, .menu--main .navbar-nav li a.icon-angina.active {
          background: #E52828; }
        .menu--main .navbar-nav li a.icon-dyslipidemia:hover, .menu--main .navbar-nav li a.icon-dyslipidemia.active {
          background: #92D050; }
        .menu--main .navbar-nav li a.icon-heart-failure:hover, .menu--main .navbar-nav li a.icon-heart-failure.active {
          background: #ED7D31; }
        .menu--main .navbar-nav li a.icon-other-resources:hover, .menu--main .navbar-nav li a.icon-other-resources.active {
          background: #003167; }

body:not(.user-logged-in) header .navbar .region.region-nav-main {
  /*width: calc(100% - 160px);*/ }

.path-user:not(.user-logged-in) .block-local-tasks-block, .page-node-type-page:not(.path-frontpage):not(.user-logged-in) .block-local-tasks-block {
  display: none; }
.path-user .main-content, .path-user .top-content, .page-node-type-page:not(.path-frontpage) .main-content, .page-node-type-page:not(.path-frontpage) .top-content {
  background: rgba(55, 179, 201, 0.06); }
.path-user .field--name-body a:not(.btnBlue), .path-user .field--name-body a:not(.btnWhite), .path-user .field--name-body a.nav-link:not(.btnBlue), .path-user .field--name-body a.nav-link:not(.btnWhite), .page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnBlue), .page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnWhite), .page-node-type-page:not(.path-frontpage) .field--name-body a.nav-link:not(.btnBlue), .page-node-type-page:not(.path-frontpage) .field--name-body a.nav-link:not(.btnWhite) {
  transition: none;
  color: #FC1921; }
  .path-user .field--name-body a:not(.btnBlue):active, .path-user .field--name-body a:not(.btnBlue):visited, .path-user .field--name-body a:not(.btnWhite):active, .path-user .field--name-body a:not(.btnWhite):visited, .path-user .field--name-body a.nav-link:not(.btnBlue):active, .path-user .field--name-body a.nav-link:not(.btnBlue):visited, .path-user .field--name-body a.nav-link:not(.btnWhite):active, .path-user .field--name-body a.nav-link:not(.btnWhite):visited, .page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnBlue):active, .page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnBlue):visited, .page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnWhite):active, .page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnWhite):visited, .page-node-type-page:not(.path-frontpage) .field--name-body a.nav-link:not(.btnBlue):active, .page-node-type-page:not(.path-frontpage) .field--name-body a.nav-link:not(.btnBlue):visited, .page-node-type-page:not(.path-frontpage) .field--name-body a.nav-link:not(.btnWhite):active, .page-node-type-page:not(.path-frontpage) .field--name-body a.nav-link:not(.btnWhite):visited {
    color: #333333;
    text-decoration: underline; }
    #paModal  div.modal-footer.text-end  a.btn-generic {color: #FFF;text-decoration: none !important;}
    #paModal  div.modal-footer.text-end  a.closes.btn-light {text-decoration: none !important;}
  .path-user .field--name-body a:not(.btnBlue):hover, .path-user .field--name-body a:not(.btnBlue):focus, .path-user .field--name-body a:not(.btnWhite):hover, .path-user .field--name-body a:not(.btnWhite):focus, .path-user .field--name-body a.nav-link:not(.btnBlue):hover, .path-user .field--name-body a.nav-link:not(.btnBlue):focus, .path-user .field--name-body a.nav-link:not(.btnWhite):hover, .path-user .field--name-body a.nav-link:not(.btnWhite):focus, .page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnBlue):hover, .page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnBlue):focus, .page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnWhite):hover, .page-node-type-page:not(.path-frontpage) .field--name-body a:not(.btnWhite):focus, .page-node-type-page:not(.path-frontpage) .field--name-body a.nav-link:not(.btnBlue):hover, .page-node-type-page:not(.path-frontpage) .field--name-body a.nav-link:not(.btnBlue):focus, .page-node-type-page:not(.path-frontpage) .field--name-body a.nav-link:not(.btnWhite):hover, .page-node-type-page:not(.path-frontpage) .field--name-body a.nav-link:not(.btnWhite):focus {
    color: #FC1921;
    text-decoration: underline;
    outline: none; }

.path-user footer .region-footer, .page-node-type-page:not(.path-frontpage) footer .region-footer {
  border-top: 0; }
.path-user .block-page-title-block, .page-node-type-page:not(.path-frontpage) .block-page-title-block {
 /* padding-top: 130px;*/ }
  @media screen and (max-width: 1024px) {
    .path-user .block-page-title-block, .page-node-type-page:not(.path-frontpage) .block-page-title-block {
      padding-top: 50px; } }
  .path-user .block-page-title-block .page-title, .page-node-type-page:not(.path-frontpage) .block-page-title-block .page-title {
    font-size: 2rem;
    color: #FC1921;
    text-transform: uppercase;
    margin-bottom: 65px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .path-user .block-page-title-block .page-title, .page-node-type-page:not(.path-frontpage) .block-page-title-block .page-title {
        font-size: 1.5rem; } }
    .path-user .block-page-title-block .page-title:after, .page-node-type-page:not(.path-frontpage) .block-page-title-block .page-title:after {
      content: '';
      display: block;
      width: 100%;
      max-width: 140px;
      margin: 0 auto;
      border-bottom: 2px solid #FC1921;
      margin-top: 20px; }

/*.path-admin-login {
    .block-page-title-block {
        padding-top: 130px;
        @media screen and (max-width: 1024px) {
            padding-top: 50px;
        }
        .page-title {
            font-size: 2rem;
            color: $btnBlue;
            text-transform: uppercase;
            margin-bottom: 65px;
            font-weight: 700;
            @media screen and (max-width: 768px) {
                font-size: 1.5rem;
            }
            &:after {
                content: '';
                display: block;
                width: 100%;
                max-width: 140px;
                margin: 0 auto;
                border-bottom: 2px solid $btnBlue;
                margin-top: 20px;
            }
        }
    }
    .main-content, .top-content {
        background: $transparentbtnBlueBgUser;
    }
    footer {
        .region-footer {
            border-top: 0;
        }
    }
}*/
/*.path-user.userlogin {
    .region-top-content {
        > .block-page-title-block {
            display: none;
        }
    }
    .block-page-title-block.custom-doccheck {
        margin-bottom: 65px;
        .page-title {
            text-transform: none;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
            &:before {
                content: '';
                background-image: url(images/doccheck-logo.svg);
                display: block;
                background-size: contain;
                width: 70px;
                height: 70px;
                background-repeat: no-repeat;
                margin-left: -15px;
            }
            &:after {
                display: none;
            }
        }
        &:after {
            content: '';
            display: block;
            width: 100%;
            max-width: 140px;
            margin: 0 auto;
            border-bottom: 2px solid $btnBlue;
            margin-top: 20px;
        }
    }
}*/
/*.register.path-register {
    .main-content, .top-content {
        background: $transparentbtnBlueBgUser;
    }
    footer {
        .region-footer {
            border-top: 0;
        }
    }
}*/
footer {
  padding: 0;
  background: #FFFFFF; }
  footer .region-footer {
    border-top: 8px solid #E6E6E6;
    padding-top: 50px;
    padding-bottom: 150px;
    text-align: center; }

    footer .region-footer .field--name-body p {
      font-size: 0.8125rem;
      color: #C9C9C9; }
    footer .region-footer .navbar-nav {
      max-width: 979px;
      margin: 0 auto;
      flex-direction: row;
      justify-content: space-between;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 0.875rem;
      margin-bottom: 10px; }
      footer .region-footer .navbar-nav:after {
        content: '';
        width: 100%;
        display: block;
        max-width: 540px;
        margin: 0 auto;
        border-bottom: 2px solid #E6E6E6; }
      footer .region-footer .navbar-nav li a.active {
        color: #FC1921; }
      @media screen and (max-width: 768px) {
        footer .region-footer .navbar-nav {
          justify-content: center; } }

.footer-bottom {
  display: none;
  padding: 0;
  background: #0170C4; }
  @media screen and (max-width: 992px) {
    .footer-bottom {
      display: block;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9999; } }
  .footer-bottom .region-footer-bottom .menu--main .navbar-nav {
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    padding: 0;
    justify-content: space-around; }
    .footer-bottom .region-footer-bottom .menu--main .navbar-nav li {
      flex-grow: 1; }
      .footer-bottom .region-footer-bottom .menu--main .navbar-nav li a {
        padding: 10px 5px;
        font-size: 0; }
        .footer-bottom .region-footer-bottom .menu--main .navbar-nav li a p {
          display: none; }

#sliding-popup {
  background: #FFFFFF !important; }
  #sliding-popup .eu-cookie-compliance-banner {
    background: rgba(55, 179, 201, 0.08) !important; }
    #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content {
      padding: 20px 0 0; }
      #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message h2 {
        color: #333333 !important; }
      #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p {
        color: #333333 !important; }
      #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message .eu-cookie-compliance-more-button {
        color: #333333 !important;
        font-size: 12px; }
        #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message .eu-cookie-compliance-more-button:focus, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message .eu-cookie-compliance-more-button:hover {
          outline: none;
          box-shadow: none;
          border: 0; }
      @media screen and (max-width: 600px) {
        #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
          margin-bottom: 20px; } }
      #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button {
        background: transparent;
        border-radius: 0;
        color: #FC1921;
        outline: none;
        box-shadow: none;
        padding: 6px 15px;
        border: 2px solid #FC1921;
        text-decoration: none;
        text-align: center;
        font-size: 0.8rem;
        max-width: 206px;
        margin: 5px;
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        text-shadow: none; }
        #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button:hover, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button:enabled, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button:focus, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button:disabled, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button:active, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button:visited {
          transition: all 0.3s ease;
          outline: none;
          box-shadow: none;
          color: #FC1921;
          text-decoration: none; }
        #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button:active {
          top: 0; }
      #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button {
        background: transparent;
        border-radius: 0;
        color: #E52828;
        outline: none;
        box-shadow: none;
        padding: 6px 15px;
        border: 2px solid #E52828;
        text-decoration: none;
        text-align: center;
        font-size: 0.8rem;
        max-width: 206px;
        margin: 5px;
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        text-shadow: none; }
        #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:hover, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:enabled, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:focus, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:disabled, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:active, #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:visited {
          transition: all 0.3s ease;
          outline: none;
          box-shadow: none;
          color: #E52828;
          text-decoration: none; }
        #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:active {
          top: 0; }

.hero-container {
 /* padding: 90px 0 40px;*/
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1100px) {
    /* .hero-container {
      background-size: auto; }*/ } 
  .hero-container .hero-left {
    padding: 52px 0 20px;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1530px) {
      .hero-container .hero-left {
        padding: 0 20px 0 60px; } }
    @media screen and (max-width: 1100px) {
      .hero-container .hero-left {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .hero-container .hero-left {
        padding: 40px 0 60px; } }
    .hero-container .hero-left h2 {
      font-weight: 900;
      color: #73fbff;
      line-height: 1;
      margin-bottom: 5px; }
    .hero-container .hero-left .field--name-body p {
      color: #FFFFFF;
      font-size: 1.3125rem;
      font-weight: 400;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        .hero-container .hero-left .field--name-body p {
          font-size: 1.125rem; } }
  .hero-container .login-block {
    max-width: 350px;
    padding: 30px 34px 30px;
    background: rgba(255, 255, 255, 0.9);
    border-top-right-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0; }
    .hero-container .login-block .login-block-text {
      line-height: 1.4;
      margin-bottom: 15px; }
    .hero-container .login-block .separator {
      margin: 35px auto 15px;
      border-bottom: 4px solid #FC1921;
      display: block;
      max-width: 140px;
      width: 100%; }
    .hero-container .login-block .btnBlue, .hero-container .login-block .login-link {
      text-transform: uppercase;
      font-weight: 700;
      color: #FC1921; }
    .hero-container .login-block .btnBlue {
      max-width: 255px;
      margin: 0 auto;
      width: 100%; }
    .hero-container .login-block .login-link {
      margin-top: 2px; }
  .hero-container.slider {
    padding: 70px 0;
    min-height: 540px;
    max-height: 540px;
    background-position: center top; }
    @media screen and (max-width: 767px) {
      .hero-container.slider {
        padding: 60px 0 40px; } }
    @media screen and (max-width: 374px) {
      .hero-container.slider {
        padding: 30px 0; } }
    .hero-container.slider:before {
      content: '';
      background: linear-gradient(270deg, rgba(55, 179, 201, 0) 0%, #FC1921 70%, #FC1921 100%);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
      @media screen and (max-width: 992px) {
        .hero-container.slider:before {
          background: rgba(55, 179, 201, 0.75); } }
    .hero-container.slider .hero-left {
      padding: 0;
      max-width: 100%;
      margin: 0 auto 0 0;
      position: relative;
      z-index: 10; }
      .hero-container.slider .hero-left h2 {
        text-transform: uppercase;
        color: #FFFFFF; }
        .hero-container.slider .hero-left h2 a {
          color: #FFFFFF;
          text-decoration: none; }
          .hero-container.slider .hero-left h2 a:hover {
            color: #FFFFFF;
            text-decoration: none; }
      .hero-container.slider .hero-left .field--name-field-teaser-text {
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          .hero-container.slider .hero-left .field--name-field-teaser-text {
            margin-bottom: 15px; } }
        .hero-container.slider .hero-left .field--name-field-teaser-text p {
          color: #FFFFFF;
          font-size: 1.3125rem;
          font-weight: 300;
          line-height: 1.4; }
          .hero-container.slider .hero-left .field--name-field-teaser-text p.darkText {
            color: #333333; }
          @media screen and (max-width: 768px) {
            .hero-container.slider .hero-left .field--name-field-teaser-text p {
              font-size: 1.125rem; } }
        .hero-container.slider .hero-left .field--name-field-teaser-text p.color-dark {
          color: #333333; }
      .hero-container.slider .hero-left .custom-dots-container {
        text-align: left; }
        .hero-container.slider .hero-left .custom-dots-container .owl-dot {
          transition: .3s ease-in-out; }
          .hero-container.slider .hero-left .custom-dots-container .owl-dot span {
            background: transparent;
            border: 1px solid #FFFFFF;
            margin: 0 4px 0 0; }
          .hero-container.slider .hero-left .custom-dots-container .owl-dot.active span {
            background: #FFFFFF; }
          .hero-container.slider .hero-left .custom-dots-container .owl-dot:active, .hero-container.slider .hero-left .custom-dots-container .owl-dot:focus {
            outline: none;
            box-shadow: none;
            border: none; }
  .hero-container.custom-page-title {
    padding: 0;
    min-height: 261px;
    max-height: 261px;
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/ 
}
    .hero-container.custom-page-title .hero-left {
      padding: 0;
      position: relative;
      max-width: 100%; }
      .hero-container.custom-page-title .hero-left h1 {
        color: #FFFFFF !important;
        font-weight: 700; }
      .hero-container.custom-page-title .hero-left .field--name-field-teaser-text p {
        color: #FFFFFF;
        font-size: 1.3125rem;
        font-weight: 300;
        line-height: 1.4; }
        @media screen and (max-width: 768px) {
          .hero-container.custom-page-title .hero-left .field--name-field-teaser-text p {
            font-size: 1.125rem; } }
    .hero-container.custom-page-title .hero-right {
      text-align: right;
      max-height: 261px;
      overflow: hidden; }
      .hero-container.custom-page-title .hero-right:before {
        display: none; }
      .hero-container.custom-page-title .hero-right > span:before {
        font-size: 250px;
        color: #FFFFFF; }
      .hero-container.custom-page-title .hero-right > span.icon-calendar:before, .hero-container.custom-page-title .hero-right > span.icon-e-health:before {
        font-size: 168px; }
      .hero-container.custom-page-title .hero-right.icon-angina {
        padding-top: 20px; }
      .hero-container.custom-page-title .hero-right.icon-hypertension {
        padding-top: 45px; }
      .hero-container.custom-page-title .hero-right.icon-calendar, .hero-container.custom-page-title .hero-right.icon-e-health {
        padding: 0 25px; }
    @media screen and (max-width: 992px) {
      .hero-container.custom-page-title {
        max-height: 100%;
        padding: 0px 0; }
        .hero-container.custom-page-title .hero-right {
          max-height: 100%; } }
    @media screen and (max-width: 767px) {
      .hero-container.custom-page-title {
        padding: 0px 15px; }
        .hero-container.custom-page-title .hero-right {
          text-align: center;
          padding-top: 30px; }
          .hero-container.custom-page-title .hero-right > span:before {
            font-size: 168px; }
          .hero-container.custom-page-title .hero-right.icon-calendar, .hero-container.custom-page-title .hero-right.icon-e-health {
            padding: 30px 0 0; } }
  .hero-container.taxonomy-header {
    background: url(images/bg-icon-calendar.jpg); }
    .hero-container.taxonomy-header.tax-term-hypertension {
      background: url(images/bg-icon-hypertension.jpg); }
    .hero-container.taxonomy-header.tax-term-angina {
      background: url(images/bg-icon-angina.jpg); }
    .hero-container.taxonomy-header.tax-term-dyslipidemia {
      background: url(images/bg-icon-dyslipidemia.jpg); }
    .hero-container.taxonomy-header.tax-term-heart-failure {
      background: url(images/bg-icon-heart-failure.jpg); }
    .hero-container.taxonomy-header .hero-right > span[class^="icon-"]:before, .hero-container.taxonomy-header .hero-right > span[class*=" icon-"]:before, .hero-container.taxonomy-header .hero-right > span.icon-e-health:before {
      content: "\e907";
      padding: 0 25px;
      font-size: 168px; }
    .hero-container.taxonomy-header .hero-right > span.icon-hypertension:before {
      content: "\e909";
      font-size: 250px; }
    .hero-container.taxonomy-header .hero-right > span.icon-angina:before {
      content: "\e900";
      font-size: 250px; }
    .hero-container.taxonomy-header .hero-right > span.icon-dyslipidemia:before {
      content: "\e905";
      font-size: 250px; }
    .hero-container.taxonomy-header .hero-right > span.icon-heart-failure:before {
      content: "\e908";
      font-size: 250px; }
    .hero-container.taxonomy-header .hero-right > span.icon-calendar:before {
      content: "\e904";
      font-size: 250px; }
    .hero-container.taxonomy-header .hero-right > span.icon-covid-19:before {
      content: "\e910";
      font-size: 250px; }
    @media screen and (max-width: 767px) {
      .hero-container.taxonomy-header .hero-right > span[class^="icon-"]:before, .hero-container.taxonomy-header .hero-right > span[class*=" icon-"]:before, .hero-container.taxonomy-header .hero-right > span.icon-e-health:before {
        font-size: 168px;
        padding: 30px 0 0 0; } }

.slider-carousel > .owl-dots {
  display: none; }

.calendar-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  background: rgba(55, 179, 201, 0.2);
  padding: 30px 80px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px; }
  .calendar-wrapper > h3 {
    font-size: 1.5rem;
    color: #FC1921;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 34px;
    text-align: center; }
    .calendar-wrapper > h3:after {
      content: "";
      display: block;
      width: 100%;
      max-width: 140px;
      margin: 0 auto;
      border-bottom: 4px solid #FC1921;
      margin-top: 20px; }
  .calendar-wrapper #calendar {
    max-width: 768px; }
  .calendar-wrapper .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0; }
    .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-prev-button, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-next-button, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-prevYear-button, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-nextYear-button, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-prev-button, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-next-button, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-prevYear-button, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-nextYear-button {
      padding: 0;
      border: 0; }
      .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-prev-button .fc-icon, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-next-button .fc-icon, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-prevYear-button .fc-icon, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-nextYear-button .fc-icon, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-prev-button .fc-icon, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-next-button .fc-icon, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-prevYear-button .fc-icon, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-nextYear-button .fc-icon {
        top: 1px; }
        .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-prev-button .fc-icon:after, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-next-button .fc-icon:after, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-prevYear-button .fc-icon:after, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-nextYear-button .fc-icon:after, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-prev-button .fc-icon:after, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-next-button .fc-icon:after, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-prevYear-button .fc-icon:after, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-nextYear-button .fc-icon:after {
          content: "\e902";
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: 700;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 14px;
          top: 0; }
      .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-prev-button:hover, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-prev-button:focus, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-next-button:hover, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-next-button:focus, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-prevYear-button:hover, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-prevYear-button:focus, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-nextYear-button:hover, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-nextYear-button:focus, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-prev-button:hover, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-prev-button:focus, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-next-button:hover, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-next-button:focus, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-prevYear-button:hover, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-prevYear-button:focus, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-nextYear-button:hover, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-nextYear-button:focus {
        background: transparent;
        border: none;
        outline: none;
        box-shadow: none; }
    .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-next-button .fc-icon:after, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-left .fc-nextYear-button .fc-icon:after, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-next-button .fc-icon:after, .calendar-wrapper .fc-toolbar.fc-header-toolbar .fc-right .fc-nextYear-button .fc-icon:after {
      content: "\e903"; }
  .calendar-wrapper .calendar-bottom {
    padding: 0 15px; }
    .calendar-wrapper .calendar-bottom .request-text {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: flex-start; }
      .calendar-wrapper .calendar-bottom .request-text .calendar-guide {
        flex: 1 1 33%;
        max-width: 145px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide:not(:last-child) {
          border-right: 1px solid #FC1921; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide .text {
          margin-top: 5px; }
          .calendar-wrapper .calendar-bottom .request-text .calendar-guide .text p {
            text-transform: uppercase;
            color: #FC1921; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide .dot {
          width: 18px;
          height: 18px;
          border-radius: 18px;
          margin-top: 3px; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide.live-event .dot {
          background-color: #0170C4; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide.yellow-event .dot {
          background-color: #F2D222; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide.virtual-event .dot {
          background-color: #B774B5; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide.hypertension-event .dot {
          background-color: #00B0F0; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide.angina-event .dot {
          background-color: #E52828; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide.dyslipidemia-event .dot {
          background-color: #92D050; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide.heart-failure-event .dot {
          background-color: #ED7D31; }
        .calendar-wrapper .calendar-bottom .request-text .calendar-guide.e-health-event .dot {
          background-color: #FC1921; }
    .calendar-wrapper .calendar-bottom .request-button-wrap {
      margin-top: 0; }
      .calendar-wrapper .calendar-bottom .request-button-wrap a {
        margin: 0 0 0 auto; }
  .calendar-wrapper .fc-day-grid-container {
    height: auto !important; }
  .calendar-wrapper .fc-left > div, .calendar-wrapper .fc-right > div {
    display: flex;
    flex-direction: row; }
    .calendar-wrapper .fc-left > div h2, .calendar-wrapper .fc-left > div .fc-yearText-button, .calendar-wrapper .fc-right > div h2, .calendar-wrapper .fc-right > div .fc-yearText-button {
      font-family: 'Roboto', sans-serif;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 1.6;
      margin: 0;
      padding: 4px 5px;
      min-width: 110px;
      color: #FC1921;
      font-weight: 600; }
    .calendar-wrapper .fc-left > div .fc-yearText-button, .calendar-wrapper .fc-right > div .fc-yearText-button {
      cursor: text;
      pointer-events: none;
      min-width: 80px;
      height: auto; }
      .calendar-wrapper .fc-left > div .fc-yearText-button:hover, .calendar-wrapper .fc-left > div .fc-yearText-button:focus, .calendar-wrapper .fc-right > div .fc-yearText-button:hover, .calendar-wrapper .fc-right > div .fc-yearText-button:focus {
        outline: none;
        box-shadow: none;
        background: transparent;
        border: none; }
  .calendar-wrapper .fc-month-view {
    margin-top: 20px;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .calendar-wrapper .fc .fc-bg table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1.6rem 0;
    font-size: 18px; }
  .calendar-wrapper .fc-content-skeleton {
    display: none; }
  .calendar-wrapper .fc table thead.fc-head {
    display: none; }
  .calendar-wrapper .fc table .fc-body td.fc-day {
    border: 1px solid #E6E6E6;
    padding: 0;
    text-align: center;
    border-collapse: separate;
    background: #FFFFFF;
    height: 73px;
    vertical-align: middle;
    position: relative;
    cursor: pointer; }
    .calendar-wrapper .fc table .fc-body td.fc-day .dots-container {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 5px;
      line-height: 0; }
      .calendar-wrapper .fc table .fc-body td.fc-day .dots-container .fc-event-dot {
        width: 10px;
        height: 10px;
        margin: 0 2px;
        border-radius: 18px; }
  .calendar-wrapper .fc-basic-view .fc-body .fc-row {
    max-height: 93px; }
  .calendar-wrapper .fc-day {
    font-family: 'Roboto', sans-serif;
    color: #333333; }
  .calendar-wrapper .fcalen__week-day {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase; }
  .calendar-wrapper .fcalen__month-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 1; }
  .calendar-wrapper a.fc-day-number {
    display: none; }
  .calendar-wrapper .fc-scroller {
    overflow-y: hidden !important; }
  .calendar-wrapper .fc-scroller {
    overflow-y: hidden !important; }
  .calendar-wrapper .fc table .fc-body td.fc-day.fc-past {
    opacity: 1; }
  .calendar-wrapper .fc table .fc-body td.fc-day.fc-other-month {
    background: #F9FCFF; }
    .calendar-wrapper .fc table .fc-body td.fc-day.fc-other-month .fcalen__week-day, .calendar-wrapper .fc table .fc-body td.fc-day.fc-other-month .fcalen__month-name {
      opacity: 0.4; }
    .calendar-wrapper .fc table .fc-body td.fc-day.fc-other-month.fc-state-highlight {
      background: rgba(55, 179, 201, 0.5);
      color: #333333; }
  .calendar-wrapper .fc table .fc-body td.fc-day.fc-sat,
  .calendar-wrapper .fc table .fc-body td.fc-day.fc-sun {
    background-color: rgba(55, 179, 201, 0.2);
    border: 1px solid transparent; }
    .calendar-wrapper .fc table .fc-body td.fc-day.fc-sat .fcalen__week-day, .calendar-wrapper .fc table .fc-body td.fc-day.fc-sat .fcalen__month-name,
    .calendar-wrapper .fc table .fc-body td.fc-day.fc-sun .fcalen__week-day,
    .calendar-wrapper .fc table .fc-body td.fc-day.fc-sun .fcalen__month-name {
      opacity: 0.4; }
  .calendar-wrapper .fc table .fc-body td.fc-day.fc-state-highlight {
    border: 1px solid transparent;
    background: #FC1921;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px 5px white;
    -moz-box-shadow: 0px 0px 0px 5px white;
    box-shadow: 0px 0px 0px 5px white; }
    .calendar-wrapper .fc table .fc-body td.fc-day.fc-state-highlight.fc-sat, .calendar-wrapper .fc table .fc-body td.fc-day.fc-state-highlight.fc-sun {
      background-color: rgba(55, 179, 201, 0.2);
      color: #333333; }
  .calendar-wrapper td.fc-day.fc-widget-content.fc-past {
    opacity: 0.5; }
  .calendar-wrapper .fc-scroller > .fc-day-grid {
    padding-top: 5px; }
  @media screen and (max-width: 1200px) {
    .calendar-wrapper .fc-month-view {
      margin-left: 0;
      margin-right: 0; }
    .calendar-wrapper .fc .fc-bg table {
      border-spacing: 10px 0; }
    .calendar-wrapper .fc table .fc-body td.fc-day .dots-container {
      bottom: 5px; } }
  @media screen and (max-width: 991px) {
    .calendar-wrapper {
      padding: 30px 15px; }
      .calendar-wrapper .calendar-bottom {
        padding: 0; }
        .calendar-wrapper .calendar-bottom .request-text {
          justify-content: center; }
          .calendar-wrapper .calendar-bottom .request-text .calendar-guide {
            margin-bottom: 20px; }
        .calendar-wrapper .calendar-bottom .request-button-wrap a {
          margin: 20px auto 0; }
      .calendar-wrapper .fc-month-view {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0; }
      .calendar-wrapper .fc .fc-bg table {
        width: 100%;
        box-sizing: border-box;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 20px 0;
        font-size: 18px; }
      .calendar-wrapper .fc table .fc-body td.fc-day {
        height: 50px;
        padding: 5px 5px 5px; }
        .calendar-wrapper .fc table .fc-body td.fc-day .dots-container {
          bottom: 5px; }
          .calendar-wrapper .fc table .fc-body td.fc-day .dots-container .fc-event-dot {
            width: 8px;
            height: 8px; }
      .calendar-wrapper .fcalen__week-day {
        font-size: 10px; }
      .calendar-wrapper .fcalen__month-name {
        font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .calendar-wrapper .fc .fc-bg table {
      border-spacing: 10px 5px; }
    .calendar-wrapper .fc table .fc-body td.fc-day {
      height: 40px;
      padding: 5px 5px 5px; }
      .calendar-wrapper .fc table .fc-body td.fc-day .dots-container .fc-event-dot {
        margin: 0 1px;
        width: 6px;
        height: 6px; } }
  @media screen and (max-width: 540px) {
    .calendar-wrapper .fc .fc-bg table {
      border-spacing: 5px 2px; }
    .calendar-wrapper .fc table .fc-body td.fc-day {
      height: 40px;
      padding: 5px 5px 5px; }
      .calendar-wrapper .fc table .fc-body td.fc-day .dots-container .fc-event-dot {
        margin: 0 1px;
        width: 5px;
        height: 5px; }
    .calendar-wrapper .fc table .fc-body td.fc-day.fc-state-highlight {
      -webkit-box-shadow: 0px 0px 0px 2px white;
      -moz-box-shadow: 0px 0px 0px 2px white;
      box-shadow: 0px 0px 0px 2px white; } }

form {
  color: #666666;
  align-items: flex-start; }
  form:not(.user-pass) {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  form.user-pass-reset {
    display: block; }
  form .form-wrapper {
    width: 50%;
    flex-grow: 1; }
    form .form-wrapper#edit-account {
      width: 100%; }
    @media screen and (max-width: 768px) {
      form .form-wrapper {
        width: 100%; } }
  form .form-item {
    font-size: 1.125rem;
    margin-bottom: 40px;
    padding: 0 5px 0 0;
    flex-grow: 1;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      form .form-item {
        font-size: 1rem;
        margin-bottom: 20px; 
        padding: 0; } }

      @media screen and (max-width: 767px) {
        form .form-item:not(.text-format-wrapper) {
          padding: 0; } }
    form .form-item .filter-wrapper {
      display: none; }
    form .form-item .description {
      line-height: 1.4;
      margin-top: 8px;
      font-size: 0.875rem;
      margin-top: 15px; }
      form .form-item .description a {
        color: #FC1921; }
      @media screen and (max-width: 768px) {
        form .form-item .description {
          font-size: 0.8125rem; } }
    form .form-item label {
      font-weight: 700;
      padding: 0 10px;
      font-size: 1rem; }
      @media screen and (max-width: 768px) {
        form .form-item label {
          font-size: 1rem; } }
      form .form-item label.form-required:after {
        color: #E52828;
        content: '*';
        background: none;
        vertical-align: top; }
    form .form-item input, form .form-item textarea, form .form-item select {
      min-height: 50px;
      padding: 10px 20px;
      border-radius: 0;
      border: 1px solid #FC1921;
      font-size: 0.9375rem; }
      form .form-item input:not(output):invalid:focus, form .form-item textarea:not(output):invalid:focus, form .form-item select:not(output):invalid:focus {
        border: 1px solid #E52828;
        box-shadow: none; }
      form .form-item input:not(output):-moz-ui-invalid, form .form-item textarea:not(output):-moz-ui-invalid, form .form-item select:not(output):-moz-ui-invalid {
        border: 1px solid #E52828;
        box-shadow: none; }
      form .form-item input:focus, form .form-item textarea:focus, form .form-item select:focus {
        box-shadow: none;
        border: 1px solid #FC1921; }
      form .form-item input.error, form .form-item textarea.error, form .form-item select.error {
        border: 1px solid #E52828; }

      form .form-item select::-ms-expand {
        display: none; }
    form .form-item.form-item-field-topic-of-interest select {
      background-position: 97.7% center; }
      @media screen and (max-width: 767px) {
        form .form-item.form-item-field-topic-of-interest select {
          background-position: 95% center; } }
    form .form-item.form-item-pass {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      padding: 0;
      margin-bottom: 0; }
      form .form-item.form-item-pass > div:not(.form-item) {
        min-width: 100%;
        width: 100%; }
      form .form-item.form-item-pass .description {
        display: none; }
      form .form-item.form-item-pass .password-suggestions.description {
        border: none;
        font-size: 0.875rem;
        padding: 0 20px;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          form .form-item.form-item-pass .password-suggestions.description {
            font-size: 0.8125rem;
            padding: 0;
            margin-top: 0; } }
        form .form-item.form-item-pass .password-suggestions.description ul {
          border: 1px solid #707070;
          padding: 12px 15px;
          list-style-type: none;
          margin-top: 12px; }
      form .form-item.form-item-pass .password-strength__title, form .form-item.form-item-pass .password-strength__text, form .form-item.form-item-pass .js-password-confirm-message {
        font-size: 0.9375rem;
        line-height: 1.4;
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          form .form-item.form-item-pass .password-strength__title, form .form-item.form-item-pass .password-strength__text, form .form-item.form-item-pass .js-password-confirm-message {
            font-size: 0.875rem; } }
    form .form-item.form-type-checkbox {
      position: relative; }
      form .form-item.form-type-checkbox .description {
        padding-left: 0;
        margin-top: 6px;
        margin-left: 30px; }
        form .form-item.form-type-checkbox .description a {
          color: #FC1921;
          transition: none; }
          form .form-item.form-type-checkbox .description a:active, form .form-item.form-type-checkbox .description a:visited {
            color: #333333;
            text-decoration: underline; }
          form .form-item.form-type-checkbox .description a:hover, form .form-item.form-type-checkbox .description a:focus {
            color: #FC1921;
            text-decoration: underline;
            outline: none; }
    form .form-item .form-checkbox {
      opacity: 0;
      width: 20px;
      min-height: 20px;
      position: absolute;
      left: 20px;
      top: 3px; }
      form .form-item .form-checkbox + label {
        padding: 0 30px;
        position: relative; }
      form .form-item .form-checkbox + label:before {
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        border: 1px solid #FC1921;
        border-radius: 0;
        position: absolute;
        left: 0;
        background: #FFFFFF;
        margin-top: 3px; }
      form .form-item .form-checkbox:checked + label:before {
        background-image: url(images/check.png);
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: center center; }
    form .form-item.form-type-radio {
      position: relative; }
    form .form-item .form-radio {
      opacity: 0;
      width: 20px;
      min-height: 20px;
      position: absolute;
      left: 0;
      top: 0; }
      form .form-item .form-radio + label {
        padding: 0 30px;
        position: relative;
        margin-bottom: 0; }
      form .form-item .form-radio + label:before {
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        border: 1px solid #9BDBE6;
        border-radius: 20px;
        position: absolute;
        left: 0;
        background: #FFFFFF; }
      form .form-item .form-radio:checked + label:after {
        content: '';
        width: 12px;
        height: 12px;
        display: block;
        border-radius: 20px;
        position: absolute;
        left: 4px;
        top: 4px;
        background: #FC1921; }
  form .field--type-boolean {
    width: 100%; }
  form .captcha.form-wrapper {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    padding: 20px; }
    form .captcha.form-wrapper summary {
      font-weight: 700;
      padding: 0 25px; }
      form .captcha.form-wrapper summary:focus, form .captcha.form-wrapper summary:hover, form .captcha.form-wrapper summary:active, form .captcha.form-wrapper summary:active:focus {
        border: none;
        box-shadow: none;
        outline: none; }
    form .captcha.form-wrapper > .details-wrapper {
      padding-top: 30px; }
      form .captcha.form-wrapper > .details-wrapper .details-description {
        margin-bottom: 10px; }
  form details#edit-google-analytics {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px; }
    form details#edit-google-analytics summary {
      padding: 10px;
      border: 0;
      box-shadow: none;
      outline: none; }
    @media screen and (max-width: 768px) {
      form details#edit-google-analytics {
        margin-left: 0;
        margin-right: 0; } }
  form .form-actions, form a.forgot-password, form a.doccheck-forgot {
    width: 100%; }
  form a.forgot-password, form a.doccheck-forgot {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    font-size: 1rem;
    color: #FC1921;
    transition: none; }
    form a.forgot-password:active, form a.forgot-password:visited, form a.doccheck-forgot:active, form a.doccheck-forgot:visited {
      color: #333333;
      text-decoration: underline; }
    form a.forgot-password:hover, form a.forgot-password:focus, form a.doccheck-forgot:hover, form a.doccheck-forgot:focus {
      color: #FC1921;
      text-decoration: underline;
      outline: none; }
  form .form-submit, form .btn-primary, form .btn-primary:not(:disabled):not(.disabled) {
    background: transparent;
    border-radius: 0;
    color: #FFFFFF;
    outline: none;
    box-shadow: none;
    padding: 6px 15px;
    border: 2px solid #FC1921;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 340px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 50px auto;
    display: block;
    min-height: auto;
    padding: 15px 20px;
    background: #FC1921; }
    form .form-submit:hover, form .form-submit:enabled, form .form-submit:focus, form .form-submit:disabled, form .form-submit:active, form .form-submit:visited, form .btn-primary:hover, form .btn-primary:enabled, form .btn-primary:focus, form .btn-primary:disabled, form .btn-primary:active, form .btn-primary:visited, form .btn-primary:not(:disabled):not(.disabled):hover, form .btn-primary:not(:disabled):not(.disabled):enabled, form .btn-primary:not(:disabled):not(.disabled):focus, form .btn-primary:not(:disabled):not(.disabled):disabled, form .btn-primary:not(:disabled):not(.disabled):active, form .btn-primary:not(:disabled):not(.disabled):visited {
      transition: all 0.3s ease;
      outline: none;
      box-shadow: none;
      color: #FFFFFF;
      text-decoration: none; }
    form .form-submit:hover, form .form-submit:focus, form .form-submit:active, form .form-submit:active:focus, form .btn-primary:hover, form .btn-primary:focus, form .btn-primary:active, form .btn-primary:active:focus, form .btn-primary:not(:disabled):not(.disabled):hover, form .btn-primary:not(:disabled):not(.disabled):focus, form .btn-primary:not(:disabled):not(.disabled):active, form .btn-primary:not(:disabled):not(.disabled):active:focus {
      box-shadow: none;
      outline: none;
      background: #FC1921;
      border: 2px solid #FC1921;
      color: #FFFFFF; }
  form.user-login-form .form-item:not(.form-item-captcha-response) {
    width: 50%; }
    @media screen and (max-width: 768px) {
      form.user-login-form .form-item:not(.form-item-captcha-response) {
        width: 100%; } }
  form.user-login-form .form-item-pass {
    padding: 0 20px; }
    form.user-login-form .form-submit, form.user-login-form .btn-primary, form.user-login-form .btn-primary:not(:disabled):not(.disabled) {
      margin: 30px auto 0; }

      form.user-login-form .btn-reg {
        color: #212121 !important;
        border: 1px solid #FFF !important;
        background-color: #FFF !important;
        margin: 0 !important; 
        border-radius: 30px !important;
      padding: 13px 30px !important;}

        form.user-login-form .btn-reg:hover {
          color: #FFF !important;
          border: 1px solid #212121 !important;
          background-color: #212121 !important;
          margin: 0 !important; 
          border-radius: 30px !important;}

  form.user-pass .form-item {
    margin-bottom: 30px; }
  form.user-pass .form-item + p {
    padding: 0 20px;
    font-weight: 700; }

.doccheck-login-form form .form-item:not(.form-item-captcha-response) {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .doccheck-login-form form .form-item:not(.form-item-captcha-response) {
      width: 100%; } }
.doccheck-login-form form .form-item-pass {
  padding: 0 20px; }
.doccheck-login-form form .form-submit, .doccheck-login-form form .btn-primary, .doccheck-login-form form .btn-primary:not(:disabled):not(.disabled) {
  margin: 30px auto 0; }
.doccheck-login-form form .forgotPwdDocCheck {
  display: none; }

/*
.path-user {
    .user-login-form {
        display: none;
    }
}

.path-admin-login {
    .view-admin-login {
        display: none;
    }
    .user-login-form {
        + .item-list {
            display: none;
        }
    }
}

.doccheck-register {
    .form-actions {
        .form-submit, .btn-primary, .btn-primary:not(:disabled):not(.disabled), a.btn-primary {
            @include button-custom($white, $btnBlue);
            width: 100%;
            max-width: 340px;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            margin: 50px auto;
            display: block;
            min-height: auto;
            padding: 15px 20px;
            background: $btnBlue;
            &:hover, &:focus, &:active, &:active:focus {
                box-shadow: none;
                outline: none;
                background: $btnBlue;
                border: 2px solid $btnBlue;
                color: $white;
            }
        }
    }
}*/
.fullwidth-content.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.view-latest-content {
  margin-bottom: 50px; 
  clear: both;
  float: left;
  width: 100%;
}
  .view-latest-content .node--view-mode-alternative-teaser .node__content .therapeutic-area-box {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.4); }
    @media screen and (max-width: 992px) {
      .view-latest-content .node--view-mode-alternative-teaser .node__content .therapeutic-area-box {
        margin: 25px auto; } }
    .view-latest-content .node--view-mode-alternative-teaser .node__content .therapeutic-area-box > span {
      line-height: 0; }
      .view-latest-content .node--view-mode-alternative-teaser .node__content .therapeutic-area-box > span:before {
        font-size: 60px;
        color: #FFFFFF; }
    .view-latest-content .node--view-mode-alternative-teaser .node__content .therapeutic-area-box.bg-hypertension {
      background: #00B0F0; }
    .view-latest-content .node--view-mode-alternative-teaser .node__content .therapeutic-area-box.bg-angina {
      background: #E52828; }
    .view-latest-content .node--view-mode-alternative-teaser .node__content .therapeutic-area-box.bg-dyslipidemia {
      background: #92D050; }
    .view-latest-content .node--view-mode-alternative-teaser .node__content .therapeutic-area-box.bg-heart-failure {
      background: #ED7D31; }
  .view-latest-content .node--view-mode-alternative-teaser .node__content h4.alt-teaser-title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px; }
    .view-latest-content .node--view-mode-alternative-teaser .node__content h4.alt-teaser-title.color-hypertension {
      color: #00B0F0; }
    .view-latest-content .node--view-mode-alternative-teaser .node__content h4.alt-teaser-title.color-angina {
      color: #E52828; }
    .view-latest-content .node--view-mode-alternative-teaser .node__content h4.alt-teaser-title.color-dyslipidemia {
      color: #92D050; }
    .view-latest-content .node--view-mode-alternative-teaser .node__content h4.alt-teaser-title.color-heart-failure {
      color: #ED7D31; }
  .view-latest-content .node--view-mode-alternative-teaser .node__content .field--name-field-image {
    margin-bottom: 18px; }
    @media screen and (max-width: 992px) {
      .view-latest-content .node--view-mode-alternative-teaser .node__content .field--name-field-image img {
        width: 100%; } }
  .view-latest-content .node--view-mode-alternative-teaser .node__content h6.alt-teaser-node-title {
    color: #0170C4;
    margin-bottom: 25px;
    line-height: 1.3; }
    .view-latest-content .node--view-mode-alternative-teaser .node__content h6.alt-teaser-node-title a {
      color: #0170C4; }
  .view-latest-content .node--view-mode-alternative-teaser .node__content .view-all-link {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #FC1921;
    position: absolute;
    bottom: 0;
    left: 15px; }
    @media screen and (max-width: 768px) {
      .view-latest-content .node--view-mode-alternative-teaser .node__content .view-all-link {
        font-size: 0.8125rem; } }

.node--type-article.auth-teaser-content, .node--type-video.auth-teaser-content, .node--type-event.auth-teaser-content,
.node--type-link.auth-teaser-content, .node--type-download.auth-teaser-content, .node--type-survey.auth-teaser-content {
  position: inherit;
  padding-bottom: 65px;
  height: 100%; }
  .node--type-article.auth-teaser-content .node__content .teaser-header, .node--type-video.auth-teaser-content .node__content .teaser-header, .node--type-event.auth-teaser-content .node__content .teaser-header,
  .node--type-link.auth-teaser-content .node__content .teaser-header, .node--type-download.auth-teaser-content .node__content .teaser-header, .node--type-survey.auth-teaser-content .node__content .teaser-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    padding: 14px 20px 28px 12px; }
    .node--type-article.auth-teaser-content .node__content .teaser-header.color-hypertension, .node--type-video.auth-teaser-content .node__content .teaser-header.color-hypertension, .node--type-event.auth-teaser-content .node__content .teaser-header.color-hypertension,
    .node--type-link.auth-teaser-content .node__content .teaser-header.color-hypertension, .node--type-download.auth-teaser-content .node__content .teaser-header.color-hypertension, .node--type-survey.auth-teaser-content .node__content .teaser-header.color-hypertension {
      background: #00B0F0; }
    .node--type-article.auth-teaser-content .node__content .teaser-header.color-angina, .node--type-video.auth-teaser-content .node__content .teaser-header.color-angina, .node--type-event.auth-teaser-content .node__content .teaser-header.color-angina,
    .node--type-link.auth-teaser-content .node__content .teaser-header.color-angina, .node--type-download.auth-teaser-content .node__content .teaser-header.color-angina, .node--type-survey.auth-teaser-content .node__content .teaser-header.color-angina {
      background: #E52828; }
    .node--type-article.auth-teaser-content .node__content .teaser-header.color-dyslipidemia, .node--type-video.auth-teaser-content .node__content .teaser-header.color-dyslipidemia, .node--type-event.auth-teaser-content .node__content .teaser-header.color-dyslipidemia,
    .node--type-link.auth-teaser-content .node__content .teaser-header.color-dyslipidemia, .node--type-download.auth-teaser-content .node__content .teaser-header.color-dyslipidemia, .node--type-survey.auth-teaser-content .node__content .teaser-header.color-dyslipidemia {
      background: #92D050; }
    .node--type-article.auth-teaser-content .node__content .teaser-header.color-heart-failure, .node--type-video.auth-teaser-content .node__content .teaser-header.color-heart-failure, .node--type-event.auth-teaser-content .node__content .teaser-header.color-heart-failure,
    .node--type-link.auth-teaser-content .node__content .teaser-header.color-heart-failure, .node--type-download.auth-teaser-content .node__content .teaser-header.color-heart-failure, .node--type-survey.auth-teaser-content .node__content .teaser-header.color-heart-failure {
      background: #ED7D31; }
    .node--type-article.auth-teaser-content .node__content .teaser-header.color-e-health, .node--type-video.auth-teaser-content .node__content .teaser-header.color-e-health, .node--type-event.auth-teaser-content .node__content .teaser-header.color-e-health,
    .node--type-link.auth-teaser-content .node__content .teaser-header.color-e-health, .node--type-download.auth-teaser-content .node__content .teaser-header.color-e-health, .node--type-survey.auth-teaser-content .node__content .teaser-header.color-e-health {
      background: #FC1921; }
    .node--type-article.auth-teaser-content .node__content .teaser-header.color-webinar, .node--type-video.auth-teaser-content .node__content .teaser-header.color-webinar, .node--type-event.auth-teaser-content .node__content .teaser-header.color-webinar,
    .node--type-link.auth-teaser-content .node__content .teaser-header.color-webinar, .node--type-download.auth-teaser-content .node__content .teaser-header.color-webinar, .node--type-survey.auth-teaser-content .node__content .teaser-header.color-webinar {
      background: #B774B5; }
    .node--type-article.auth-teaser-content .node__content .teaser-header .therapeutic-area, .node--type-video.auth-teaser-content .node__content .teaser-header .therapeutic-area, .node--type-event.auth-teaser-content .node__content .teaser-header .therapeutic-area,
    .node--type-link.auth-teaser-content .node__content .teaser-header .therapeutic-area, .node--type-download.auth-teaser-content .node__content .teaser-header .therapeutic-area, .node--type-survey.auth-teaser-content .node__content .teaser-header .therapeutic-area {
      flex-grow: 1;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .node--type-article.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box, .node--type-video.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box, .node--type-event.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box,
      .node--type-link.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box, .node--type-download.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box, .node--type-survey.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box {
        width: 100px;
        height: 100px;
        margin-top: -62px;
        border-radius: 100px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.4);
        -moz-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.4);
        box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.4); }
        .node--type-article.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span, .node--type-video.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span, .node--type-event.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span,
        .node--type-link.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span, .node--type-download.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span, .node--type-survey.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span {
          line-height: 0; }
          .node--type-article.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span:before, .node--type-video.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span:before, .node--type-event.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span:before,
          .node--type-link.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span:before, .node--type-download.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span:before, .node--type-survey.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box > span:before {
            font-size: 60px;
            color: #FFFFFF; }
        .node--type-article.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-hypertension, .node--type-video.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-hypertension, .node--type-event.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-hypertension,
        .node--type-link.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-hypertension, .node--type-download.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-hypertension, .node--type-survey.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-hypertension {
          background: #00B0F0; }
        .node--type-article.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-angina, .node--type-video.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-angina, .node--type-event.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-angina,
        .node--type-link.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-angina, .node--type-download.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-angina, .node--type-survey.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-angina {
          background: #E52828; }
        .node--type-article.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-dyslipidemia, .node--type-video.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-dyslipidemia, .node--type-event.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-dyslipidemia,
        .node--type-link.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-dyslipidemia, .node--type-download.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-dyslipidemia, .node--type-survey.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-dyslipidemia {
          background: #92D050; }
        .node--type-article.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-heart-failure, .node--type-video.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-heart-failure, .node--type-event.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-heart-failure,
        .node--type-link.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-heart-failure, .node--type-download.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-heart-failure, .node--type-survey.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box.bg-heart-failure {
          background: #ED7D31; }
    .node--type-article.auth-teaser-content .node__content .teaser-header .teaser-title, .node--type-video.auth-teaser-content .node__content .teaser-header .teaser-title, .node--type-event.auth-teaser-content .node__content .teaser-header .teaser-title,
    .node--type-link.auth-teaser-content .node__content .teaser-header .teaser-title, .node--type-download.auth-teaser-content .node__content .teaser-header .teaser-title, .node--type-survey.auth-teaser-content .node__content .teaser-header .teaser-title {
      margin-left: 28px;
      margin-top: 8px; }
      .node--type-article.auth-teaser-content .node__content .teaser-header .teaser-title h4, .node--type-video.auth-teaser-content .node__content .teaser-header .teaser-title h4, .node--type-event.auth-teaser-content .node__content .teaser-header .teaser-title h4,
      .node--type-link.auth-teaser-content .node__content .teaser-header .teaser-title h4, .node--type-download.auth-teaser-content .node__content .teaser-header .teaser-title h4, .node--type-survey.auth-teaser-content .node__content .teaser-header .teaser-title h4 {
        font-weight: 700;
        text-transform: uppercase; }
    .node--type-article.auth-teaser-content .node__content .teaser-header .teaser-header-link, .node--type-video.auth-teaser-content .node__content .teaser-header .teaser-header-link, .node--type-event.auth-teaser-content .node__content .teaser-header .teaser-header-link,
    .node--type-link.auth-teaser-content .node__content .teaser-header .teaser-header-link, .node--type-download.auth-teaser-content .node__content .teaser-header .teaser-header-link, .node--type-survey.auth-teaser-content .node__content .teaser-header .teaser-header-link {
      margin-top: 8px; }
      .node--type-article.auth-teaser-content .node__content .teaser-header .teaser-header-link a, .node--type-video.auth-teaser-content .node__content .teaser-header .teaser-header-link a, .node--type-event.auth-teaser-content .node__content .teaser-header .teaser-header-link a,
      .node--type-link.auth-teaser-content .node__content .teaser-header .teaser-header-link a, .node--type-download.auth-teaser-content .node__content .teaser-header .teaser-header-link a, .node--type-survey.auth-teaser-content .node__content .teaser-header .teaser-header-link a {
        text-transform: uppercase;
        font-size: 0.8125rem;
        color: #FFFFFF; }
    @media screen and (max-width: 1199px) {
      .node--type-article.auth-teaser-content .node__content .teaser-header, .node--type-video.auth-teaser-content .node__content .teaser-header, .node--type-event.auth-teaser-content .node__content .teaser-header,
      .node--type-link.auth-teaser-content .node__content .teaser-header, .node--type-download.auth-teaser-content .node__content .teaser-header, .node--type-survey.auth-teaser-content .node__content .teaser-header {
        text-align: center; }
        .node--type-article.auth-teaser-content .node__content .teaser-header .therapeutic-area, .node--type-video.auth-teaser-content .node__content .teaser-header .therapeutic-area, .node--type-event.auth-teaser-content .node__content .teaser-header .therapeutic-area,
        .node--type-link.auth-teaser-content .node__content .teaser-header .therapeutic-area, .node--type-download.auth-teaser-content .node__content .teaser-header .therapeutic-area, .node--type-survey.auth-teaser-content .node__content .teaser-header .therapeutic-area {
          display: block; }
          .node--type-article.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box, .node--type-video.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box, .node--type-event.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box,
          .node--type-link.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box, .node--type-download.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box, .node--type-survey.auth-teaser-content .node__content .teaser-header .therapeutic-area .therapeutic-area-box {
            margin: -62px auto 25px; }
        .node--type-article.auth-teaser-content .node__content .teaser-header .teaser-title, .node--type-video.auth-teaser-content .node__content .teaser-header .teaser-title, .node--type-event.auth-teaser-content .node__content .teaser-header .teaser-title,
        .node--type-link.auth-teaser-content .node__content .teaser-header .teaser-title, .node--type-download.auth-teaser-content .node__content .teaser-header .teaser-title, .node--type-survey.auth-teaser-content .node__content .teaser-header .teaser-title {
          margin-left: 0; } }
  .node--type-article.auth-teaser-content .node__content .field--name-field-image, .node--type-video.auth-teaser-content .node__content .field--name-field-image, .node--type-event.auth-teaser-content .node__content .field--name-field-image,
  .node--type-link.auth-teaser-content .node__content .field--name-field-image, .node--type-download.auth-teaser-content .node__content .field--name-field-image, .node--type-survey.auth-teaser-content .node__content .field--name-field-image {
    margin-bottom: 18px; }
    @media screen and (max-width: 992px) {
      .node--type-article.auth-teaser-content .node__content .field--name-field-image img, .node--type-video.auth-teaser-content .node__content .field--name-field-image img, .node--type-event.auth-teaser-content .node__content .field--name-field-image img,
      .node--type-link.auth-teaser-content .node__content .field--name-field-image img, .node--type-download.auth-teaser-content .node__content .field--name-field-image img, .node--type-survey.auth-teaser-content .node__content .field--name-field-image img {
        width: 100%; } }
  .node--type-article.auth-teaser-content .node__content .field--name-field-teaser-text, .node--type-video.auth-teaser-content .node__content .field--name-field-teaser-text, .node--type-event.auth-teaser-content .node__content .field--name-field-teaser-text,
  .node--type-link.auth-teaser-content .node__content .field--name-field-teaser-text, .node--type-download.auth-teaser-content .node__content .field--name-field-teaser-text, .node--type-survey.auth-teaser-content .node__content .field--name-field-teaser-text {
    margin-bottom: 25px;
    font-weight: 300;
    word-break: break-word; }
  .node--type-article.auth-teaser-content .node__content .event-date-teaser, .node--type-video.auth-teaser-content .node__content .event-date-teaser, .node--type-event.auth-teaser-content .node__content .event-date-teaser,
  .node--type-link.auth-teaser-content .node__content .event-date-teaser, .node--type-download.auth-teaser-content .node__content .event-date-teaser, .node--type-survey.auth-teaser-content .node__content .event-date-teaser {
    padding: 6px 15px;
    background: #FC1921;
    color: white;
    display: inline-block;
    margin-bottom: 15px; }
  .node--type-article.auth-teaser-content .node__content .teaser-node-title, .node--type-video.auth-teaser-content .node__content .teaser-node-title, .node--type-event.auth-teaser-content .node__content .teaser-node-title,
  .node--type-link.auth-teaser-content .node__content .teaser-node-title, .node--type-download.auth-teaser-content .node__content .teaser-node-title, .node--type-survey.auth-teaser-content .node__content .teaser-node-title {
    color: #0170C4;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 1.125rem;
    font-weight: 700; }
    .node--type-article.auth-teaser-content .node__content .teaser-node-title a, .node--type-video.auth-teaser-content .node__content .teaser-node-title a, .node--type-event.auth-teaser-content .node__content .teaser-node-title a,
    .node--type-link.auth-teaser-content .node__content .teaser-node-title a, .node--type-download.auth-teaser-content .node__content .teaser-node-title a, .node--type-survey.auth-teaser-content .node__content .teaser-node-title a {
      color: #0170C4; }
  .node--type-article.auth-teaser-content .node__content .buttons-box, .node--type-video.auth-teaser-content .node__content .buttons-box, .node--type-event.auth-teaser-content .node__content .buttons-box,
  .node--type-link.auth-teaser-content .node__content .buttons-box, .node--type-download.auth-teaser-content .node__content .buttons-box, .node--type-survey.auth-teaser-content .node__content .buttons-box {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 10px;
    border-top: 2px solid rgba(55, 179, 201, 0.4);
    margin-top: 0;
    margin-bottom: 0; }
    .node--type-article.auth-teaser-content .node__content .buttons-box .flag-like, .node--type-video.auth-teaser-content .node__content .buttons-box .flag-like, .node--type-event.auth-teaser-content .node__content .buttons-box .flag-like,
    .node--type-link.auth-teaser-content .node__content .buttons-box .flag-like, .node--type-download.auth-teaser-content .node__content .buttons-box .flag-like, .node--type-survey.auth-teaser-content .node__content .buttons-box .flag-like {
      position: relative; }
      .node--type-article.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress, .node--type-video.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress, .node--type-event.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress,
      .node--type-link.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress, .node--type-download.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress, .node--type-survey.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress {
        position: absolute;
        top: -25px;
        right: 0; }
        .node--type-article.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress .throbber, .node--type-video.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress .throbber, .node--type-event.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress .throbber,
        .node--type-link.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress .throbber, .node--type-download.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress .throbber, .node--type-survey.auth-teaser-content .node__content .buttons-box .flag-like .ajax-progress .throbber {
          background-position: center center; }
      .node--type-article.auth-teaser-content .node__content .buttons-box .flag-like .js-flag-message, .node--type-video.auth-teaser-content .node__content .buttons-box .flag-like .js-flag-message, .node--type-event.auth-teaser-content .node__content .buttons-box .flag-like .js-flag-message,
      .node--type-link.auth-teaser-content .node__content .buttons-box .flag-like .js-flag-message, .node--type-download.auth-teaser-content .node__content .buttons-box .flag-like .js-flag-message, .node--type-survey.auth-teaser-content .node__content .buttons-box .flag-like .js-flag-message {
        display: none; }
      .node--type-article.auth-teaser-content .node__content .buttons-box .flag-like a, .node--type-video.auth-teaser-content .node__content .buttons-box .flag-like a, .node--type-event.auth-teaser-content .node__content .buttons-box .flag-like a,
      .node--type-link.auth-teaser-content .node__content .buttons-box .flag-like a, .node--type-download.auth-teaser-content .node__content .buttons-box .flag-like a, .node--type-survey.auth-teaser-content .node__content .buttons-box .flag-like a {
        display: block;
        font-size: 0;
        color: #FC1921;
        padding: 0 0 0 40px;
        height: 32px; }
        .node--type-article.auth-teaser-content .node__content .buttons-box .flag-like a:before, .node--type-video.auth-teaser-content .node__content .buttons-box .flag-like a:before, .node--type-event.auth-teaser-content .node__content .buttons-box .flag-like a:before,
        .node--type-link.auth-teaser-content .node__content .buttons-box .flag-like a:before, .node--type-download.auth-teaser-content .node__content .buttons-box .flag-like a:before, .node--type-survey.auth-teaser-content .node__content .buttons-box .flag-like a:before {
          content: "\e90a";
          font-size: 25px;
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: 700;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        @media screen and (max-width: 991px) {
          .node--type-article.auth-teaser-content .node__content .buttons-box .flag-like a, .node--type-video.auth-teaser-content .node__content .buttons-box .flag-like a, .node--type-event.auth-teaser-content .node__content .buttons-box .flag-like a,
          .node--type-link.auth-teaser-content .node__content .buttons-box .flag-like a, .node--type-download.auth-teaser-content .node__content .buttons-box .flag-like a, .node--type-survey.auth-teaser-content .node__content .buttons-box .flag-like a {
            padding: 0 0 0 20px; } }
      .node--type-article.auth-teaser-content .node__content .buttons-box .flag-like.action-unflag a:before, .node--type-video.auth-teaser-content .node__content .buttons-box .flag-like.action-unflag a:before, .node--type-event.auth-teaser-content .node__content .buttons-box .flag-like.action-unflag a:before,
      .node--type-link.auth-teaser-content .node__content .buttons-box .flag-like.action-unflag a:before, .node--type-download.auth-teaser-content .node__content .buttons-box .flag-like.action-unflag a:before, .node--type-survey.auth-teaser-content .node__content .buttons-box .flag-like.action-unflag a:before {
        content: "\e90f"; }
    .node--type-article.auth-teaser-content .node__content .buttons-box .addtoany_list a, .node--type-video.auth-teaser-content .node__content .buttons-box .addtoany_list a, .node--type-event.auth-teaser-content .node__content .buttons-box .addtoany_list a,
    .node--type-link.auth-teaser-content .node__content .buttons-box .addtoany_list a, .node--type-download.auth-teaser-content .node__content .buttons-box .addtoany_list a, .node--type-survey.auth-teaser-content .node__content .buttons-box .addtoany_list a {
      color: #FC1921;
      font-size: 25px;
      padding: 0 0 0 40px; }
      .node--type-article.auth-teaser-content .node__content .buttons-box .addtoany_list a span:before, .node--type-video.auth-teaser-content .node__content .buttons-box .addtoany_list a span:before, .node--type-event.auth-teaser-content .node__content .buttons-box .addtoany_list a span:before,
      .node--type-link.auth-teaser-content .node__content .buttons-box .addtoany_list a span:before, .node--type-download.auth-teaser-content .node__content .buttons-box .addtoany_list a span:before, .node--type-survey.auth-teaser-content .node__content .buttons-box .addtoany_list a span:before {
        font-weight: 700; }
      @media screen and (max-width: 991px) {
        .node--type-article.auth-teaser-content .node__content .buttons-box .addtoany_list a, .node--type-video.auth-teaser-content .node__content .buttons-box .addtoany_list a, .node--type-event.auth-teaser-content .node__content .buttons-box .addtoany_list a,
        .node--type-link.auth-teaser-content .node__content .buttons-box .addtoany_list a, .node--type-download.auth-teaser-content .node__content .buttons-box .addtoany_list a, .node--type-survey.auth-teaser-content .node__content .buttons-box .addtoany_list a {
          padding: 0 0 0 20px; } }
    .node--type-article.auth-teaser-content .node__content .buttons-box.events, .node--type-video.auth-teaser-content .node__content .buttons-box.events, .node--type-event.auth-teaser-content .node__content .buttons-box.events,
    .node--type-link.auth-teaser-content .node__content .buttons-box.events, .node--type-download.auth-teaser-content .node__content .buttons-box.events, .node--type-survey.auth-teaser-content .node__content .buttons-box.events {
      justify-content: space-between;
      padding: 15px 0 10px; }
      .node--type-article.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link, .node--type-video.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link, .node--type-event.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link,
      .node--type-link.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link, .node--type-download.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link, .node--type-survey.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link {
        font-size: 0.875rem;
        text-transform: uppercase; }
        .node--type-article.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-video.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-event.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a,
        .node--type-link.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-download.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-survey.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a {
          color: #FC1921;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .node--type-article.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-video.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-event.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after,
          .node--type-link.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-download.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-survey.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after {
            content: "\e904";
            font-family: 'icomoon' !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 36px;
            color: #FC1921;
            margin-left: 22px; }
            @media screen and (max-width: 991px) {
              .node--type-article.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-video.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-event.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after,
              .node--type-link.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-download.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-survey.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after {
                margin-left: 12px; } }
          @media screen and (max-width: 375px) {
            .node--type-article.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-video.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-event.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a,
            .node--type-link.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-download.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-survey.auth-teaser-content .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a {
              font-size: 0.75rem; } }
      .node--type-article.auth-teaser-content .node__content .buttons-box.events .buttons, .node--type-video.auth-teaser-content .node__content .buttons-box.events .buttons, .node--type-event.auth-teaser-content .node__content .buttons-box.events .buttons,
      .node--type-link.auth-teaser-content .node__content .buttons-box.events .buttons, .node--type-download.auth-teaser-content .node__content .buttons-box.events .buttons, .node--type-survey.auth-teaser-content .node__content .buttons-box.events .buttons {
        display: flex;
        justify-content: flex-end;
        align-items: center; }

.path-frontpage .auth-teaser-content .node__content .teaser-header {
  display: flex; }
  @media screen and (max-width: 1199px) {
    .path-frontpage .auth-teaser-content .node__content .teaser-header {
      display: block; } }

.path-frontpage:not(.user-logged-in) .top-content {
  position: relative; }
  .path-frontpage:not(.user-logged-in) .top-content:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 192px;
    background: rgba(55, 179, 201, 0.08); }

#block-calltoactionregister {
  color: #FFFFFF;
  background-image: url(images/bg-additional.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 50px; }
  #block-calltoactionregister .field--name-body {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    #block-calltoactionregister .field--name-body h3 {
      font-weight: 700;
      margin-bottom: 33px; }
      #block-calltoactionregister .field--name-body h3:after {
        content: '';
        display: block;
        width: 140px;
        border-bottom: 4px solid #FFFFFF;
        padding-top: 25px; }
    #block-calltoactionregister .field--name-body > h4 {
      font-weight: 700;
      margin-bottom: 5px; }
    #block-calltoactionregister .field--name-body ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 80px; }
      #block-calltoactionregister .field--name-body ul li {
        display: flex;
        justify-content: flex-start;
        flex-flow: row nowrap;
        align-items: center;
        margin-bottom: 5px; }
        #block-calltoactionregister .field--name-body ul li a {
          color: #FFFFFF; }
          #block-calltoactionregister .field--name-body ul li a:hover, #block-calltoactionregister .field--name-body ul li a:focus {
            text-decoration: underline; }
        #block-calltoactionregister .field--name-body ul li h4 {
          font-weight: 300; }
        #block-calltoactionregister .field--name-body ul li:before {
          content: '';
          width: 15px;
          height: 15px;
          min-width: 15px;
          background: white;
          display: block;
          margin-right: 15px; }
    #block-calltoactionregister .field--name-body a.btnWhite {
      display: block;
      width: 100%;
      max-width: 340px;
      padding: 18px;
      margin: 0 auto; }
      #block-calltoactionregister .field--name-body a.btnWhite:hover {
        color: #FFFFFF; }
    @media (min-width: 576px) {
      #block-calltoactionregister .field--name-body {
        max-width: 540px;
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      #block-calltoactionregister .field--name-body {
        max-width: 720px;
        padding-right: 30px;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      #block-calltoactionregister .field--name-body {
        max-width: 960px;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 1200px) {
      #block-calltoactionregister .field--name-body {
        max-width: 1140px;
        padding-right: 90px;
        padding-left: 90px; } }

.block-views-blockupcoming-events-block-upcoming-events, .block-views-blocklatest-news-block-1,
#block-latestcontent, #block-views-block-events-my-upcoming-events {
  margin-top: 70px;
  margin-bottom: 20px; }
  .block-views-blockupcoming-events-block-upcoming-events > h2, .block-views-blocklatest-news-block-1 > h2,
  #block-latestcontent > h2, #block-views-block-events-my-upcoming-events > h2 {
    font-size: 1.5rem;
    color: #FC1921;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 64px;
    text-align: center; }
    .block-views-blockupcoming-events-block-upcoming-events > h2:after, .block-views-blocklatest-news-block-1 > h2:after,
    #block-latestcontent > h2:after, #block-views-block-events-my-upcoming-events > h2:after {
      content: "";
      display: block;
      width: 100%;
      max-width: 140px;
      margin: 0 auto;
      border-bottom: 4px solid #FC1921;
      margin-top: 20px; }

.block_cta_web_resources {
  margin-top: 0px;
  margin-bottom: 70px; }
  .block_cta_web_resources h2 {
    font-size: 1.5rem;
    color: #FC1921;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 50px;
    width: 100%;
    text-align: center; }
    .block_cta_web_resources h2:after {
      content: "";
      display: block;
      width: 100%;
      max-width: 140px;
      margin: 0 auto;
      border-bottom: 4px solid #FC1921;
      margin-top: 20px; }

.block_cta_web_resources p {
  color: #FC1921;
  font-size: 32px;
  line-height: 38px; }
.block_cta_web_resources h3 {
  color: #FC1921;
  font-size: 32px;
  font-weight: 700; }

.cta-web-resources-text a {
  font-weight: 700;
  padding: 10px 20px;
  font-size: 1.125rem; }

@media screen and (max-width: 767px) {
  .cta-web-resources-text {
    margin-top: 30px; } }
.ico-cta-web-resources {
  float: right;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .ico-cta-web-resources {
      margin: 0 auto 30px;
      width: 220px;
      float: none; } }
  .ico-cta-web-resources .icon-other-resources {
    float: left;
    padding: 58px;
    background-color: #FC1921;
    border-top-left-radius: 20px;
    text-align: center;
    border-bottom-right-radius: 20px; }
    .ico-cta-web-resources .icon-other-resources:before {
      color: #FFFFFF;
      font-size: 100px;
      text-align: center; }

#block-latestcontent {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 0 0 70px 0;
  position: relative;
  background: rgba(55, 179, 201, 0.08); }
  #block-latestcontent > h2 {
    display: none; }
  #block-latestcontent:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 192px;
    background: rgba(55, 179, 201, 0.08); }
    @media screen and (max-width: 991px) {
      #block-latestcontent:before {
        display: none; } 
      
        .img-podcast img{margin-top:50px;}
      
      }

.user-logged-in #block-latestcontent {
  margin-top: 0px; }

#block-latestcontent .col-12.col-md-6.col-lg-3 {
  margin-top: -50px; }

.user-logged-in #block-latestcontent {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 10px; }
  .user-logged-in #block-latestcontent > h2 {
    display: block;
    margin-bottom: 120px; }
  .user-logged-in #block-latestcontent .views-view-grid > .row {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .img-podcast img{margin-top:10px;}
      .user-logged-in #block-latestcontent .views-view-grid > .row {
        margin-bottom: 0; }
        .user-logged-in #block-latestcontent .views-view-grid > .row > .col-12 {
          margin-bottom: 85px; } }

.block-views-blockupcoming-events-block-upcoming-events {
  padding-bottom: 0px; }
  .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row {
    align-items: flex-start;
    flex-flow: row wrap;
    margin-top: 65px; }
    .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row .field--type-image {
      max-width: 350px; }
    .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row .text-grow {
      flex-grow: 1; }
    .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row .event-details {
      max-width: 540px; }
      .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row .event-details h3 {
        font-weight: 700;
        color: #FC1921;
        margin-bottom: 8px; }
      .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row .event-details h3.small {
        font-weight: 400;
        color: #FC1921;
        margin-bottom: 15px; }
      .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row .event-details .field--name-field-teaser-text {
        font-weight: 300;
        margin-bottom: 25px;
        line-height: 1.3; }
      .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row .event-details .btnBlue {
        font-size: 1.125rem;
        font-weight: 700;
        text-transform: uppercase;
        width: 100%;
        max-width: 200px;
        display: block;
        text-align: center; }
    .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row a.calendar-teaser-link {
      display: block;
      max-width: 160px;
      height: 152px;
      background: #FC1921;
      color: #FFFFFF;
      border-top-left-radius: 20px;
      border-bottom-right-radius: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 18px;
      text-align: center; }
      .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row a.calendar-teaser-link .icon-calendar {
        line-height: 0;
        margin-bottom: 10px; }
        .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row a.calendar-teaser-link .icon-calendar:before {
          font-size: 77px; }
      .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row a.calendar-teaser-link p {
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row .field--type-image {
        max-width: 100%;
        margin-bottom: 20px; }
        .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row .field--type-image img {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row a.calendar-teaser-link {
        height: auto;
        padding: 10px; }
        .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row a.calendar-teaser-link .icon-calendar {
          margin-bottom: 0; }
          .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row a.calendar-teaser-link .icon-calendar:before {
            font-size: 40px; }
        .block-views-blockupcoming-events-block-upcoming-events .node--type-event.node--view-mode-alternative-teaser .node__content .event-row a.calendar-teaser-link p {
          display: none; } }

.view-latest-news {
  margin-bottom: 70px; }
  .view-latest-news .node--view-mode-_col-teaser .node__content .field--name-field-image {
    margin-bottom: 18px; }
    @media screen and (max-width: 992px) {
      .view-latest-news .node--view-mode-_col-teaser .node__content .field--name-field-image img {
        width: 100%; } }
  .view-latest-news .node--view-mode-_col-teaser .node__content h6.threecol-teaser-node-title {
    color: #0170C4;
    margin-bottom: 25px;
    line-height: 1.3; }
    .view-latest-news .node--view-mode-_col-teaser .node__content h6.threecol-teaser-node-title a {
      color: #0170C4; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-region, main {
    flex-shrink: 0; } }
.video-image-wrapper {
  position: relative; }
  .video-image-wrapper .video-button {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    text-align: center; }
    .video-image-wrapper .video-button .icon-play:before,
    .video-image-wrapper .video-button .icon-podcast:before
      {
      color: #FFFFFF;
      font-size: 70px; }
      .video-image-wrapper.video-detail .video-button .icon-play:before,
      .video-image-wrapper.video-detail .video-button .icon-podcast:before {
    font-size: 100px; }
    @media screen and (max-width: 767px) {
      .video-image-wrapper.video-detail .video-button .icon-play:before,
      .video-image-wrapper.video-detail .video-button .icon-podcast:before
       {
        font-size: 70px; } }

        .video-image-wrapper .video-button .icon-play:before,
        .video-image-wrapper .video-button .icon-podcast:before {
  text-shadow: 0px 0px 4px #495057; }

@media screen and (max-width: 1200px) {
  .hero-container.slider .video-button {
    left: auto;
    right: 25%; } }
@media screen and (max-width: 991px) {
  .hero-container.slider .video-button {
    position: relative;
    margin-top: 30px;
    transform: none;
    top: 0;
    right: 0; } }
@media screen and (max-width: 374px) {
  .hero-container.slider .video-button {
    margin-top: 15px; } }
    .hero-container.slider .video-button .icon-play:before,
    .hero-container.slider .video-button .icon-podcast:before {
  font-size: 125px; }
  @media screen and (max-width: 991px) {
    .hero-container.slider .video-button .icon-play:before,
    .hero-container.slider .video-button .icon-podcast:before {
      font-size: 95px; } }
  @media screen and (max-width: 374px) {
    .hero-container.slider .video-button .icon-play:before,
    .hero-container.slider .video-button .icon-podcast:before {
      font-size: 80px; } }

.view-therapeutic-areas .view-content, .view-events .view-content, .view-taxonomy-term .view-content {

  margin-bottom: 40px; }
  .view-therapeutic-areas .view-content > .views-view-grid > .row > .col-12, .view-events .view-content > .views-view-grid > .row > .col-12, .view-taxonomy-term .view-content > .views-view-grid > .row > .col-12 {
    margin-bottom: 65px; }
  .view-therapeutic-areas .view-content .auth-teaser-content .node__content .buttons-box, .view-events .view-content .auth-teaser-content .node__content .buttons-box, .view-taxonomy-term .view-content .auth-teaser-content .node__content .buttons-box {
    left: 0;
    right: 0; }
.view-therapeutic-areas:after, .view-therapeutic-areas:before, .view-events:after, .view-events:before, .view-taxonomy-term:after, .view-taxonomy-term:before {
  content: '';
  display: table;
  position: relative; }
.view-therapeutic-areas .view-empty, .view-events .view-empty, .view-taxonomy-term .view-empty {
  margin-top: 60px;
  margin-bottom: 100px;
  font-size: 1.125rem; }

.views-exposed-form {
  padding: 22px 0 15px; }
  .views-exposed-form form .form--inline {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row wrap; }
    .views-exposed-form form .form--inline.form-checkboxes {
      display: block;
      width: auto; }
    @media screen and (max-width: 991px) {
      .views-exposed-form form .form--inline {
        justify-content: flex-start; } }
  .views-exposed-form form fieldset.form-wrapper {
    width: auto; }
    .views-exposed-form form fieldset.form-wrapper .fieldset-legend {
      display: none; }
  .views-exposed-form form .form-item {
    padding: 0;
    margin: 8px 5px;
    flex-grow: 1; }
    .views-exposed-form form .form-item label {
      display: none; }
    .views-exposed-form form .form-item input, .views-exposed-form form .form-item select {
      border-radius: 38px;
      border-color: #9BDBE6;
      color: #FC1921; }
    .views-exposed-form form .form-item select {
      padding: 10px 38px 10px 20px;
      background-image: url(images/select-triangle.png);
      background-position: 90% center; }
  .views-exposed-form form .form-type-select {
    max-width: 222px;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .views-exposed-form form .form-type-select {
        max-width: 50%; } }
    @media screen and (max-width: 767px) {
      .views-exposed-form form .form-type-select {
        max-width: 100%; } }
  .views-exposed-form form fieldset.form-wrapper {
    flex-grow: 0; }
  .views-exposed-form form .form-type-checkbox .form-checkbox {
    left: 0; }
  .views-exposed-form form .form-type-checkbox label {
    display: block;
    color: #FC1921;
    font-weight: 400;
    font-size: 0.9375rem;
    margin-bottom: 0;
    padding-right: 0; }
    .views-exposed-form form .form-type-checkbox label:before {
      border-radius: 3px;
      border-color: #9BDBE6;
      margin-top: 0; }
  .views-exposed-form form .form-type-radio .form-radio {
    left: 0; }
  .views-exposed-form form .form-type-radio label {
    display: block;
    color: #FC1921;
    font-weight: 400;
    font-size: 0.9375rem;
    padding-right: 0; }
  .views-exposed-form form .form-item-title {
    position: relative;
    max-width: 30%; }
    @media screen and (max-width: 991px) {
      .views-exposed-form form .form-item-title {
        max-width: 50%; } }
    @media screen and (max-width: 767px) {
      .views-exposed-form form .form-item-title {
        max-width: 100%; } }
    .views-exposed-form form .form-item-title input {
      padding: 10px 42px 10px 20px;
      background: #FC1921;
      border-color: #FC1921;
      color: #FFFFFF; }
      .views-exposed-form form .form-item-title input::placeholder {
        color: rgba(255, 255, 255, 0.6); }
    .views-exposed-form form .form-item-title:before {
      color: #FFFFFF;
      content: "\e90d";
      font-size: 20px;
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: 700;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
  .views-exposed-form form .form-actions {
    margin: 0;
    width: auto; }
    .views-exposed-form form .form-actions .form-submit {
      margin-top: 0;
      margin-bottom: 0;
      max-width: 140px;
      padding: 8px 10px;
      margin-left: auto;
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .views-exposed-form form .form-actions {
        width: 100%; }
        .views-exposed-form form .form-actions .form-submit {
          margin-right: auto; } }

.a2a_menu {
  font-size: 0.9375rem !important;
  font-weight: 300 !important;
  font-family: "Roboto", sans-serif !important;
  border-radius: 0 !important;
  border: 1px solid #E6E6E6 !important; }
  .a2a_menu a {
    font-size: 0.9375rem !important;
    font-weight: 300 !important;
    font-family: "Roboto", sans-serif !important;
    color: #333333 !important;
    border: none !important;
    background: none !important; }
    .a2a_menu a:hover, .a2a_menu a:focus {
      color: #FC1921 !important;
      border: none !important;
      background: none !important; }
  .a2a_menu .a2a_wide a {
    border-top: 2px solid rgba(55, 179, 201, 0.4);
    color: #FC1921; }
    .a2a_menu .a2a_wide a span {
      color: #333333; }
  .a2a_menu a.a2a_more {
    border-top: 2px solid rgba(55, 179, 201, 0.4) !important;
    border: 0; }
    .a2a_menu a.a2a_more:hover, .a2a_menu a.a2a_more:focus {
      border-top: 2px solid rgba(55, 179, 201, 0.4) !important;
      background: transparent !important;
      border: 0; }
      .a2a_menu a.a2a_more:hover span, .a2a_menu a.a2a_more:focus span {
        color: #FC1921; }
  .a2a_menu .a2a_mini_services a.a2a_i, .a2a_menu .a2a_mini_services i.a2a_i {
    color: #333333;
    border: none;
    background: transparent; }
    .a2a_menu .a2a_mini_services a.a2a_i:hover, .a2a_menu .a2a_mini_services a.a2a_i:focus, .a2a_menu .a2a_mini_services i.a2a_i:hover, .a2a_menu .a2a_mini_services i.a2a_i:focus {
      color: #FC1921;
      background: transparent;
      border: none; }

.a2a_menu_find_container {
  border-radius: 0 !important; }

div.a2a_full_footer {
  display: none; }

.view-events .view-content .auth-teaser-content .node__content .field--name-field-image {
  margin-bottom: 10px; }
.view-events.view-display-id-my_upcoming_events .view-content {
  margin-top: 0; }

.events-empty {
  margin-top: 110px;
  margin-bottom: 105px;
  font-size: 1.5rem;
  text-align: center;
  color: #004467;
  font-weight: 600; }

#js-events-appointment-wrapper > .row > .col-12 {
  margin-bottom: 65px; }
#js-events-appointment-wrapper .node--type-event.auth-teaser-content .node__content .buttons-box {
  left: 0;
  right: 0; }

.short-teaser-row {
  background: rgba(55, 179, 201, 0.08);
  padding: 30px 40px 33px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 140px;
  margin-bottom: 30px; }
  .short-teaser-row .event-date-teaser h3 {
    font-weight: 900;
    color: #FC1921; }
  .short-teaser-row .event-details h4 {
    font-weight: 700;
    color: #0170C4;
    line-height: 1.5;
    padding-top: 5px; }
    .short-teaser-row .event-details h4 a {
      color: #0170C4; }

.block-views-blockevent-location-block-event-location {
  position: relative; }
  .block-views-blockevent-location-block-event-location > h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    background: rgba(55, 179, 201, 0.8);
    max-width: 320px;
    margin: 0 auto;
    padding: 35px 15px 30px;
    width: 100%;
    z-index: 510;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center; }
    .block-views-blockevent-location-block-event-location > h2:after {
      content: "";
      display: block;
      width: 100%;
      max-width: 140px;
      margin: 0 auto;
      border-bottom: 4px solid #FFFFFF;
      margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .block-views-blockevent-location-block-event-location > h2 {
        font-size: 1.25rem; } }

.page-node-type-article .top-content:after, .page-node-type-video .top-content:after, .page-node-type-event .top-content:after,
.page-node-type-link .top-content:after, .page-node-type-download .top-content:after, .page-node-type-survey .top-content:after {
  content: '';
  display: block;
  background: rgba(55, 179, 201, 0.08);
  width: 100%;
  height: 360px;
  position: absolute;
  left: 0;
  right: 0; }
  @media screen and (max-width: 1024px) {
    .page-node-type-article .top-content:after, .page-node-type-video .top-content:after, .page-node-type-event .top-content:after,
    .page-node-type-link .top-content:after, .page-node-type-download .top-content:after, .page-node-type-survey .top-content:after {
      height: 282px; } }

.node--type-article:not(.auth-teaser-content) .node__content > h2, .node--type-video:not(.auth-teaser-content) .node__content > h2, .node--type-event:not(.auth-teaser-content) .node__content > h2,
.node--type-link:not(.auth-teaser-content) .node__content > h2, .node--type-download:not(.auth-teaser-content) .node__content > h2, .node--type-survey:not(.auth-teaser-content) .node__content > h2 {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 10px; }
.node--type-article:not(.auth-teaser-content) .node__content .content-tags, .node--type-video:not(.auth-teaser-content) .node__content .content-tags, .node--type-event:not(.auth-teaser-content) .node__content .content-tags,
.node--type-link:not(.auth-teaser-content) .node__content .content-tags, .node--type-download:not(.auth-teaser-content) .node__content .content-tags, .node--type-survey:not(.auth-teaser-content) .node__content .content-tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 10px 0;
  margin-bottom: 10px;
 }
  .node--type-article:not(.auth-teaser-content) .node__content .content-tags p, .node--type-video:not(.auth-teaser-content) .node__content .content-tags p, .node--type-event:not(.auth-teaser-content) .node__content .content-tags p,
  .node--type-link:not(.auth-teaser-content) .node__content .content-tags p, .node--type-download:not(.auth-teaser-content) .node__content .content-tags p, .node--type-survey:not(.auth-teaser-content) .node__content .content-tags p {
    color: #6F7070;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 9px; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-tags .tags .tag, .node--type-video:not(.auth-teaser-content) .node__content .content-tags .tags .tag, .node--type-event:not(.auth-teaser-content) .node__content .content-tags .tags .tag,
  .node--type-link:not(.auth-teaser-content) .node__content .content-tags .tags .tag, .node--type-download:not(.auth-teaser-content) .node__content .content-tags .tags .tag, .node--type-survey:not(.auth-teaser-content) .node__content .content-tags .tags .tag {
    font-weight: 500;
    color: #FC1921;
    text-decoration: underline;
    margin: 0 9px; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-tags .tags .tag a, .node--type-video:not(.auth-teaser-content) .node__content .content-tags .tags .tag a, .node--type-event:not(.auth-teaser-content) .node__content .content-tags .tags .tag a,
    .node--type-link:not(.auth-teaser-content) .node__content .content-tags .tags .tag a, .node--type-download:not(.auth-teaser-content) .node__content .content-tags .tags .tag a, .node--type-survey:not(.auth-teaser-content) .node__content .content-tags .tags .tag a {
      color: #FC1921; }
.node--type-article:not(.auth-teaser-content) .node__content .buttons-box, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box,
.node--type-link:not(.auth-teaser-content) .node__content .buttons-box, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0 10px;
  border-top: 2px solid rgba(55, 179, 201, 0.4);
  margin-top: 30px; }
  .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .flag-like, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .flag-like, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .flag-like,
  .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .flag-like, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .flag-like, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .flag-like {
    position: relative; }
    .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress,
    .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress {
      position: absolute;
      top: -25px;
      right: 0; }
      .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress .throbber, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress .throbber, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress .throbber,
      .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress .throbber, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress .throbber, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .flag-like .ajax-progress .throbber {
        background-position: center center; }
    .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .flag-like .js-flag-message, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .flag-like .js-flag-message, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .flag-like .js-flag-message,
    .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .flag-like .js-flag-message, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .flag-like .js-flag-message, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .flag-like .js-flag-message {
      display: none; }
    .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .flag-like a, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .flag-like a, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .flag-like a,
    .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .flag-like a, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .flag-like a, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .flag-like a {
      display: block;
      font-size: 0;
      color: #FC1921;
      padding: 0 0 0 40px; }
      .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .flag-like a:before, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .flag-like a:before, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .flag-like a:before,
      .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .flag-like a:before, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .flag-like a:before, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .flag-like a:before {
        content: "\e90a";
        font-size: 25px;
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: 700;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      @media screen and (max-width: 991px) {
        .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .flag-like a, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .flag-like a, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .flag-like a,
        .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .flag-like a, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .flag-like a, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .flag-like a {
          padding: 0 0 0 20px; } }
    .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .flag-like.action-unflag a:before, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .flag-like.action-unflag a:before, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .flag-like.action-unflag a:before,
    .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .flag-like.action-unflag a:before, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .flag-like.action-unflag a:before, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .flag-like.action-unflag a:before {
      content: "\e90f"; }
  .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a,
  .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a {
    color: #FC1921;
    font-size: 25px;
    padding: 0 0 0 40px; }
    .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a span:before, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a span:before, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a span:before,
    .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a span:before, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a span:before, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a span:before {
      font-weight: 700; }
    @media screen and (max-width: 991px) {
      .node--type-article:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a,
      .node--type-link:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box .addtoany_list a {
        padding: 0 0 0 20px; } }
  .node--type-article:not(.auth-teaser-content) .node__content .buttons-box.events, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box.events, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box.events,
  .node--type-link:not(.auth-teaser-content) .node__content .buttons-box.events, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box.events, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box.events {
    justify-content: space-between;
    padding: 15px 0 10px; }
    .node--type-article:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link,
    .node--type-link:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link {
      font-size: 0.875rem;
      text-transform: uppercase; }
      .node--type-article:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a,
      .node--type-link:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a {
        color: #FC1921;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        border: 2px solid #FC1921;
        font-weight: 700;
        padding: 5px 30px;
        font-size: 1rem; }
        @media screen and (max-width: 991px) {
          .node--type-article:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a,
          .node--type-link:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a {
            font-size: 0.9375rem;
            padding: 0;
            border: 0; } }
        .node--type-article:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after,
        .node--type-link:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after {
          content: "\e904";
          font-family: 'icomoon' !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 46px;
          color: #FC1921;
          margin-left: 20px;
          position: absolute;
          right: -66px; }
          @media screen and (max-width: 991px) {
            .node--type-article:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after,
            .node--type-link:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a:after {
              margin-left: 12px;
              font-size: 36px;
              position: relative;
              right: 0; } }
        @media screen and (max-width: 375px) {
          .node--type-article:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a,
          .node--type-link:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box.events .add-calendar .field--name-field-ics-link a {
            font-size: 0.75rem; } }
    .node--type-article:not(.auth-teaser-content) .node__content .buttons-box.events .buttons, .node--type-video:not(.auth-teaser-content) .node__content .buttons-box.events .buttons, .node--type-event:not(.auth-teaser-content) .node__content .buttons-box.events .buttons,
    .node--type-link:not(.auth-teaser-content) .node__content .buttons-box.events .buttons, .node--type-download:not(.auth-teaser-content) .node__content .buttons-box.events .buttons, .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box.events .buttons {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
.node--type-article:not(.auth-teaser-content) .node__content .event-date-btn-box, .node--type-video:not(.auth-teaser-content) .node__content .event-date-btn-box, .node--type-event:not(.auth-teaser-content) .node__content .event-date-btn-box,
.node--type-link:not(.auth-teaser-content) .node__content .event-date-btn-box, .node--type-download:not(.auth-teaser-content) .node__content .event-date-btn-box, .node--type-survey:not(.auth-teaser-content) .node__content .event-date-btn-box {
  background: #0170C4;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
  margin-bottom: 50px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap; }
  .node--type-article:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date, .node--type-video:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date, .node--type-event:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date,
  .node--type-link:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date, .node--type-download:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date, .node--type-survey:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date {
    flex-grow: 1; }
    .node--type-article:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3, .node--type-video:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3, .node--type-event:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3,
    .node--type-link:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3, .node--type-download:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3, .node--type-survey:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3 {
      font-weight: 300; }
      .node--type-article:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3 > strong, .node--type-video:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3 > strong, .node--type-event:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3 > strong,
      .node--type-link:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3 > strong, .node--type-download:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3 > strong, .node--type-survey:not(.auth-teaser-content) .node__content .event-date-btn-box .event-date h3 > strong {
        font-weight: 900; }
  .node--type-article:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button, .node--type-video:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button, .node--type-event:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button,
  .node--type-link:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button, .node--type-download:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button, .node--type-survey:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button {
    flex-grow: 1;
    max-width: 320px; }
    .node--type-article:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a, .node--type-video:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a, .node--type-event:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a,
    .node--type-link:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a, .node--type-download:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a, .node--type-survey:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a {
      display: block;
      padding: 6px 15px;
      text-transform: uppercase;
      color: #FFFFFF;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin: 0 10px; }
      @media screen and (max-width: 768px) {
        .node--type-article:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a, .node--type-video:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a, .node--type-event:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a,
        .node--type-link:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a, .node--type-download:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a, .node--type-survey:not(.auth-teaser-content) .node__content .event-date-btn-box .register-button a {
          font-size: 1.5rem;
          margin-top: 30px; } }
.node--type-article:not(.auth-teaser-content) .node__content .content-wrapper, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper,
.node--type-link:not(.auth-teaser-content) .node__content .content-wrapper, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper {
  max-width: 920px;
  margin: 0 auto; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .survey-title, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .survey-title, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .survey-title,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .survey-title, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .survey-title, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .survey-title {
    font-size: 1.5rem;
    color: #FC1921;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 64px;
    text-align: center; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title:after, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title:after, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title:after, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .survey-title:after, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title:after, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title:after, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title:after, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .survey-title:after, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title:after, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title:after, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title:after, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .survey-title:after,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title:after,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title:after,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title:after,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .survey-title:after, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title:after, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title:after, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title:after, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .survey-title:after, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .event-landing-title:after, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title:after, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title:after, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .survey-title:after {
      content: "";
      display: block;
      width: 100%;
      max-width: 140px;
      margin: 0 auto;
      border-bottom: 4px solid #FC1921;
      margin-top: 20px; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button {
    display: block;
    padding: 20px;
    text-transform: uppercase;
    color: #FC1921;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    max-width: 510px;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper a.event-landing-button, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button {
        font-size: 1.5rem;
        margin-top: 30px;
        padding: 10px 15px; } }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .survey-title, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .survey-title, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .survey-title, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .survey-title,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .survey-title, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-title, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .survey-title, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-title {
    margin-bottom: 40px; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper a.downloadable-button, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper a.ext-link-button {
    font-size: 1.5rem;
    margin-top: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: auto;
    display: inline-block; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-btn-container, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-btn-container, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-btn-container, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-btn-container, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-btn-container, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-btn-container,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-btn-container,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-btn-container, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-btn-container, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-btn-container, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .ext-link-btn-container, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .downloadable-btn-container {
    text-align: center; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-material-preview-image, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-material-preview-image, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-material-preview-image,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-material-preview-image, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-material-preview-image, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-material-preview-image {
    text-align: center;
    margin-bottom: 30px; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references {
    margin-bottom: 50px; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label {
      font-size: 1.5rem;
      color: #FC1921;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: 34px;
      text-align: center; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label:after, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label:after, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label:after,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label:after, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label:after, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__label:after {
        content: "";
        display: block;
        width: 100%;
        max-width: 140px;
        margin: 0 auto;
        border-bottom: 4px solid #FC1921;
        margin-top: 20px; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item {
      font-size: 0.9375rem; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item ol, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item ol, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item ol,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item ol, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item ol, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-references .field__item ol {
        color: #6F7070;
        padding-left: 15px; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text {
    margin-bottom: 50px; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description p, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract p, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text p, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description p, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract p, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text p, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description p, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract p, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text p,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description p,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract p,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text p, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description p, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract p, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text p, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description p, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract p, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text p {
      font-weight: 300;
      margin-bottom: 10px;
      line-height: 1.6; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul {
      list-style-type: none;
      padding-left: 0; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li {
        display: block;
        padding-left: 27px;
        position: relative;
        margin-bottom: 10px;
        line-height: 1.6;
        font-size: 16px;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li {
            font-size: 1rem; } }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a {
          font-size: 1.125rem; }
          @media screen and (max-width: 768px) {
            .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li a {
              font-size: 1rem; } }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li:before,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li:before,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li:before,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li:before {
          content: '';
          width: 12px;
          height: 12px;
          min-width: 12px;
          background: #333333;
          display: block;
          position: absolute;
          left: 0;
          top: 7px;
          bottom: 0; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul {
          margin-top: 10px; }
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul li ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul li ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul li ul li {
            margin-bottom: 5px; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li {
        color: #0170C4; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li a, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li a, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li a,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li a,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li a,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li a {
          color: #0170C4; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li:before,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li:before,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li:before,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description ul.blueText li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract ul.blueText li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text ul.blueText li:before {
          background: #0170C4; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message {
      background: #FC1921;
      margin-top: 50px;
      border-top-left-radius: 20px;
      border-bottom-right-radius: 20px;
      padding: 40px 15px 45px;
      color: #FFFFFF;
      align-items: flex-start;
      margin-bottom: 30px; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon {
        padding: 0 15px; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span {
          line-height: 0; }
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span:before,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span:before,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span:before,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-icon > span:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-icon > span:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-icon > span:before {
            font-size: 145px; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text {
        padding: 0 15px; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h3, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h3, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h3, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h3, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h3, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h3, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h3, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h3, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h3,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h3,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h3,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h3, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h3, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h3, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h3, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h3, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h3, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h3 {
          font-weight: 700;
          margin-bottom: 15px; }



.article-key-message .key-message-text h3:last-child{
  margin-bottom: 0 !important;
}



        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h5, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h5, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h5, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h5, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h5, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h5, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h5, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h5, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h5,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h5,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h5,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h5, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h5, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h5, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h5, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text h5, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text h5, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text h5 {
          font-weight: 400; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li {
          color: #FFFFFF; }
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li a, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li a, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li a, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li a, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li a,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li a,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li a,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li a, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li a, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li a {
            color: #FFFFFF; }
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li:before,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li:before,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li:before,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text ul li:before {
            background: #FFFFFF; }
      @media screen and (max-width: 767px) {
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message {
          flex-flow: row wrap;
          justify-content: center; }
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .article-key-message .key-message-text, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .article-key-message .key-message-text, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .article-key-message .key-message-text {
            text-align: left;
            margin-top: 30px; } }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container {
      margin-top: 30px;
      letter-spacing: -0.5px; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container > .row, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container > .row, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container > .row, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container > .row, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container > .row, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container > .row, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container > .row, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container > .row, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container > .row,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container > .row,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container > .row,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container > .row, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container > .row, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container > .row, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container > .row, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container > .row, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container > .row, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container > .row {
        align-items: stretch; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box {
        margin-bottom: 30px; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content {
        height: 100%;
        padding: 40px 25px;
        background-color: #F0F0F0;
        text-align: center; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content img, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content img, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content img, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content img, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content img, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content img, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content img, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content img, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content img,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content img,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content img,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content img, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content img, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content img, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content img, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content img, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content img, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content img {
          max-width: 120px;
          margin: 0 auto;
          margin-bottom: 20px; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content h5, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content h5, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content h5, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content h5, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content h5, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content h5, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content h5, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content h5, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content h5,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content h5,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content h5,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content h5, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content h5, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content h5, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content h5, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content h5, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content h5, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content h5 {
          font-weight: 900;
          color: #E94C05; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul {
          text-align: left;
          margin-top: 30px;
          padding-left: 15px; }
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li {
            color: #6E6E6E;
            font-size: 1rem;
            font-weight: 400;
            padding-left: 15px;
            line-height: 1.3;
            margin-bottom: 0; }
            .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li:before,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li:before,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li:before,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .threecol-box-container .threecol-box-content ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .threecol-box-container .threecol-box-content ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .threecol-box-container .threecol-box-content ul li:before {
              content: '>';
              color: #F49700;
              background: transparent;
              width: auto;
              height: auto;
              top: 0; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container {
      margin-top: 30px;
      padding: 40px 40px 10px;
      letter-spacing: -0.5px; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.lightOrangeBg, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.lightOrangeBg, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.lightOrangeBg, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.lightOrangeBg, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.lightOrangeBg, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.lightOrangeBg, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.lightOrangeBg, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.lightOrangeBg, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.lightOrangeBg,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.lightOrangeBg,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.lightOrangeBg,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.lightOrangeBg, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.lightOrangeBg, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.lightOrangeBg, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.lightOrangeBg, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.lightOrangeBg, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.lightOrangeBg, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.lightOrangeBg {
        background-color: #FFF5E9; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.greyBg, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.greyBg, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.greyBg, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.greyBg, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.greyBg, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.greyBg, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.greyBg, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.greyBg, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.greyBg,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.greyBg,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.greyBg,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.greyBg, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.greyBg, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.greyBg, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.greyBg, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.greyBg, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.greyBg, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.greyBg {
        background-color: #F0F0F0; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.reducedPadding, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.reducedPadding, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.reducedPadding, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.reducedPadding, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.reducedPadding, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.reducedPadding, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.reducedPadding, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.reducedPadding, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.reducedPadding,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.reducedPadding,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.reducedPadding,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.reducedPadding, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.reducedPadding, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.reducedPadding, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.reducedPadding, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container.reducedPadding, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container.reducedPadding, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container.reducedPadding {
        padding: 40px 15px; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > h3, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > h3, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > h3, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > h3, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > h3, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > h3, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > h3, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > h3, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > h3,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > h3,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > h3,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > h3, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > h3, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > h3, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > h3, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > h3, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > h3, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > h3 {
        width: auto;
        display: inline-block;
        margin-bottom: 20px;
        padding: 2px 15px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 1.125rem;
        color: #FFFFFF;
        font-weight: 300;
        text-transform: uppercase;
        background: linear-gradient(90deg, #e4080a 0%, #f49700 100%); }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > .row, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > .row, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > .row, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > .row, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > .row, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > .row, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > .row, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > .row, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > .row,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > .row,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > .row,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > .row, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > .row, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > .row, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > .row, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container > .row, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container > .row, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container > .row {
        align-items: stretch; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box {
        margin-bottom: 30px; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderRight, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderRight, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderRight, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderRight, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderRight, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderRight, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderRight, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderRight, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderRight,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderRight,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderRight,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderRight, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderRight, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderRight, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderRight, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderRight, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderRight, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderRight {
          border-right: 2px solid #FFFFFF; }
        @media screen and (min-width: 992px) {
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderMdRight, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderMdRight, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderMdRight, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderMdRight, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderMdRight, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderMdRight, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderMdRight, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderMdRight, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderMdRight,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderMdRight,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderMdRight,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderMdRight, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderMdRight, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderMdRight, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderMdRight, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box.borderMdRight, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box.borderMdRight, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box.borderMdRight {
            border-right: 2px solid #FFFFFF; } }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content {
        height: 100%;
        text-align: center;
        padding: 0 15px; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content img, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content img, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content img, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content img, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content img, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content img, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content img, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content img, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content img,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content img,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content img,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content img, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content img, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content img, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content img, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content img, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content img, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content img {
          max-width: 100%;
          margin: 0 auto;
          margin-bottom: 20px; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p {
          text-align: left;
          font-weight: 400;
          font-size: 1rem;
          line-height: 1.3; }
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .orange, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .orange, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .orange, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .orange, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .orange, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .orange, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .orange, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .orange, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .orange,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .orange,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .orange,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .orange, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .orange, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .orange, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .orange, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .orange, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .orange, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .orange {
            color: #E94C05;
            font-weight: 700; }
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted {
            color: #E94C05;
            font-size: 1.6rem;
            font-weight: 700;
            line-height: 1; }
            .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted .biggest,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted .biggest,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted .biggest,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted .biggest, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted .biggest {
              font-size: 2.9rem; }
            .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted sup,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted sup,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted sup,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p .highlighted sup, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p .highlighted sup {
              top: -20px; }
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p sup, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p sup, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p sup, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p sup, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p sup, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p sup, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p sup, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p sup, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p sup,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p sup,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p sup,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p sup, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p sup, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p sup, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p sup, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content p sup, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content p sup, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content p sup {
            font-size: 0.65rem; }
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul {
          text-align: left;
          margin-top: 30px; }
          .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li,
          .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li {
            color: #6E6E6E;
            font-size: 1rem;
            font-weight: 400;
            padding-left: 15px;
            margin-bottom: 0;
            line-height: 1.3; }
            .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li:before,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li:before,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li:before,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li:before {
              content: '>';
              color: #F49700;
              background: transparent;
              width: auto;
              height: auto;
              top: 0; }
            .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul,
            .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul {
              padding-left: 0;
              margin-top: 0;
              margin-left: -15px; }
              .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul li:before,
              .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul li:before,
              .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul li:before,
              .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-description .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-abstract .fourcol-box-container .fourcol-box-content ul li ul li:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-intro-text .fourcol-box-container .fourcol-box-content ul li ul li:before {
                content: "";
                width: 8px;
                height: 8px;
                background: #6E6E6E;
                border-radius: 30px;
                min-width: auto;
                top: 6px; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract {
    position: relative;
    /*.field--name-field-teaser-text {
        margin-bottom: 30px;
        p {
            font-weight: 300;
            margin-bottom: 10px;
            line-height: 1.6;
        }
    }*/ }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract .abstract-gradient, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract .abstract-gradient, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract .abstract-gradient,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract .abstract-gradient, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract .abstract-gradient, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .not-logged-in-abstract .abstract-gradient {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form {
    display: block; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .poll .bar .foreground, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .poll .bar .foreground, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .poll .bar .foreground,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .poll .bar .foreground, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .poll .bar .foreground, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .poll .bar .foreground {
    background-color: #FC1921; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3 {
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form h3 {
        font-size: 1.25rem; } }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item {
    padding: 0; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label {
      font-weight: 400; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label:before,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-item label:before {
        top: 0; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions {
    display: flex;
    justify-content: center; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions .form-submit, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions .form-submit, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions .form-submit,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions .form-submit, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions .form-submit, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper form.poll-view-form .form-actions .form-submit {
      display: inline-block;
      margin: 20px 15px;
      width: auto;
      padding: 10px 25px;
      flex-grow: 1;
      max-width: 200px; }
  .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources,
  .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources {
    margin-bottom: 50px;
    padding-bottom: 20px; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label {
      font-size: 1.5rem;
      color: #FC1921;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: 64px;
      text-align: center; }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label:after, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label:after, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label:after,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label:after, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label:after, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .field__label:after {
        content: "";
        display: block;
        width: 100%;
        max-width: 140px;
        margin: 0 auto;
        border-bottom: 4px solid #FC1921;
        margin-top: 20px; }
    .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource,
    .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource {
      display: block;
      font-weight: 700;
      color: #0170C4;
      font-size: 1.125rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource,
        .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource {
          font-size: 1rem; } }
      .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource:before, .node--type-article:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource:before, .node--type-video:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource:before, .node--type-event:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource:before,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource:before,
      .node--type-link:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource:before, .node--type-download:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .link-related-resource:before, .node--type-survey:not(.auth-teaser-content) .node__content .content-wrapper .field--name-field-related-resources .node__content .downloadable-resource:before {
        content: "\e907";
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        color: #FC1921;
        margin-right: 22px;
        font-weight: 700; }

body.user-logged-in .node--type-article:not(.auth-teaser-content) .node__content .buttons-box, body.user-logged-in .node--type-video:not(.auth-teaser-content) .node__content .buttons-box, body.user-logged-in .node--type-event:not(.auth-teaser-content) .node__content .buttons-box,
body.user-logged-in .node--type-link:not(.auth-teaser-content) .node__content .buttons-box, body.user-logged-in .node--type-download:not(.auth-teaser-content) .node__content .buttons-box, body.user-logged-in .node--type-survey:not(.auth-teaser-content) .node__content .buttons-box {
  margin-bottom: 50px; }

.anonymous-login-container {
  padding: 0;
  background: #eeeeee;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 80px;
  -webkit-box-shadow: 10px 10px 15px 0px #dbd9d9;
  -moz-box-shadow: 10px 10px 15px 0px  #dbd9d9;
  box-shadow: 10px 10px 15px 0px  #dbd9d9; }
  .anonymous-login-container h2 {
    font-size: 2.5rem; }
  .anonymous-login-container .hero-left {
    padding: 52px 0 20px;
    max-width: 405px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .anonymous-login-container .hero-left {
        padding: 40px 0 60px; } }
    .anonymous-login-container .hero-left .field--name-body h2 {
      font-weight: 900;
      color: #FFFFFF;
      line-height: 1;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .anonymous-login-container .hero-left .field--name-body p {
      color: #FFFFFF;
      font-size: 1.3125rem;
      font-weight: 300;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        .anonymous-login-container .hero-left .field--name-body p {
          font-size: 1.125rem; } }
  .anonymous-login-container .login-block {
    max-width: 750px;
    padding: 30px 34px 30px;
    background: #eeeeee;
    border-top-right-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0; }
    .anonymous-login-container .login-block .login-block-text {
      line-height: 1.4;
      font-size: 21px;
      margin: 15px 0 30px 0; }
    .anonymous-login-container .login-block .separator {
      margin: 35px auto 15px;
      border-bottom: 4px solid #FC1921;
      display: block;
      max-width: 140px;
      width: 100%; }
    .anonymous-login-container .login-block .login-link {
      text-transform: uppercase;
      font-weight: 700;
      color: #FC1921; }
    .anonymous-login-container .login-block .btnBlue {
      text-transform: uppercase;
      font-weight: 700;
      color: #FC1921;
      max-width: 255px;
      margin: 0 auto;
      width: 100%; }
    .anonymous-login-container .login-block .h3.btn.btnBlue {
      background-color: #FFFFFF; }
    .anonymous-login-container .login-block .login-link {
      margin-top: 2px; }

.authors-container, .participants-container, .view-event-speakers {
  border-top: 2px solid #E6E6E6;
  padding-top: 30px; }

.participant-wrapper, .author-wrapper {
  margin-bottom: 50px; }
  .participant-wrapper .info-wrapper, .author-wrapper .info-wrapper {
    padding: 20px 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    border-bottom: 2px solid rgba(55, 179, 201, 0.4);
    flex-flow: row nowrap; }
    .participant-wrapper .info-wrapper .field--type-image, .author-wrapper .info-wrapper .field--type-image {
      margin-right: 20px; }
      .participant-wrapper .info-wrapper .field--type-image img, .author-wrapper .info-wrapper .field--type-image img {
        max-width: 124px;
        border-radius: 50%; }
    .participant-wrapper .info-wrapper .field--type-string, .author-wrapper .info-wrapper .field--type-string {
      font-size: 1rem;
      text-align: left; }
    .participant-wrapper .info-wrapper h4, .author-wrapper .info-wrapper h4 {
      color: #0170C4; }
      .participant-wrapper .info-wrapper h4 .field--type-string, .author-wrapper .info-wrapper h4 .field--type-string {
        font-size: 1.5rem; }
    @media screen and (max-width: 540px) {
      .participant-wrapper .info-wrapper, .author-wrapper .info-wrapper {
        flex-flow: row wrap;
        justify-content: center; }
        .participant-wrapper .info-wrapper h4 .field--type-string, .author-wrapper .info-wrapper h4 .field--type-string {
          margin-top: 30px; } }
  .participant-wrapper .text-wrapper .field--type-text-long, .author-wrapper .text-wrapper .field--type-text-long {
    font-weight: 300; }

.view-event-speakers {
  max-width: 920px;
  margin: 0 auto; }

.block-views-blockrelated-contents-content-block {
  margin-top: 60px;
  margin-bottom: 20px; }
  .block-views-blockrelated-contents-content-block > h2 {
    font-size: 1.5rem;
    color: #FC1921;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 64px;
    text-align: center; }
    .block-views-blockrelated-contents-content-block > h2:after {
      content: "";
      display: block;
      width: 100%;
      max-width: 140px;
      margin: 0 auto;
      border-bottom: 4px solid #FC1921;
      margin-top: 20px; }

.view-related-contents {
  margin-bottom: 70px; }
  .view-related-contents .node--view-mode-_col-teaser .node__content .field--name-field-image {
    margin-bottom: 18px; }
    @media screen and (max-width: 992px) {
      .view-related-contents .node--view-mode-_col-teaser .node__content .field--name-field-image img {
        width: 100%; } }
  .view-related-contents .node--view-mode-_col-teaser .node__content h6.threecol-teaser-node-title {
    color: #0170C4;
    margin-bottom: 25px;
    line-height: 1.3; }
    .view-related-contents .node--view-mode-_col-teaser .node__content h6.threecol-teaser-node-title a {
      color: #0170C4; }

.event-teaser {
  padding-bottom: 50px;
  border-bottom: 2px solid #E6E6E6; }
  .event-teaser .event-row {
    align-items: flex-start;
    flex-flow: row wrap; }
    .event-teaser .event-row .text-grow {
      flex-grow: 1; }
    .event-teaser .event-row .event-details {
      max-width: 860px; }
      .event-teaser .event-row .event-details h3 {
        font-weight: 700;
        color: #FC1921;
        margin-bottom: 8px; }
      .event-teaser .event-row .event-details h3.small {
        font-weight: 400;
        color: #FC1921;
        margin-bottom: 15px; }
      .event-teaser .event-row .event-details .field--name-field-teaser-text {
        font-weight: 300;
        margin-bottom: 25px;
        line-height: 1.3; }
      .event-teaser .event-row .event-details .btnBlue {
        font-size: 1.125rem;
        font-weight: 700;
        text-transform: uppercase;
        width: 100%;
        max-width: 200px;
        display: block;
        text-align: center; }
    .event-teaser .event-row a.calendar-teaser-link {
      display: block;
      max-width: 160px;
      height: 152px;
      background: #FC1921;
      color: #FFFFFF;
      border-top-left-radius: 20px;
      border-bottom-right-radius: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 18px;
      text-align: center; }
      .event-teaser .event-row a.calendar-teaser-link .icon-calendar {
        line-height: 0;
        margin-bottom: 10px; }
        .event-teaser .event-row a.calendar-teaser-link .icon-calendar:before {
          font-size: 77px; }
      .event-teaser .event-row a.calendar-teaser-link span.xx-small {
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .event-teaser .event-row a.calendar-teaser-link {
        height: auto;
        padding: 10px; }
        .event-teaser .event-row a.calendar-teaser-link .icon-calendar {
          margin-bottom: 0; }
          .event-teaser .event-row a.calendar-teaser-link .icon-calendar:before {
            font-size: 40px; }
        .event-teaser .event-row a.calendar-teaser-link span.xx-small {
          display: none; } }
  .event-teaser.agenda-event {
    border-bottom: 0; }
    .event-teaser.agenda-event .event-row .background-agenda {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 124px;
      height: 124px;
      border-radius: 50%; }
      @media screen and (max-width: 1200px) {
        .event-teaser.agenda-event .event-row .background-agenda {
          margin: 0 auto 30px; } }
    .event-teaser.agenda-event .event-row .event-details .agenda-detail {
      font-weight: 300; }
      .event-teaser.agenda-event .event-row .event-details .agenda-detail strong {
        font-weight: 700; }
      .event-teaser.agenda-event .event-row .event-details .agenda-detail img {
        max-width: 30px;
        margin-top: -5px; }
    .event-teaser.agenda-event .event-row .event-details .agenda-title {
      font-weight: 700;
      color: #0170C4; }
    .event-teaser.agenda-event .event-row .event-details .agenda-bottom {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: row nowrap; }
      .event-teaser.agenda-event .event-row .event-details .agenda-bottom .btnBlue {
        margin-right: 20px; }
      .event-teaser.agenda-event .event-row .event-details .agenda-bottom .icon-share:before {
        color: #FC1921;
        font-weight: 700;
        font-size: 30px; }

.page-node-type-landing-page .node__meta {
  display: none; }
.page-node-type-landing-page .bgBlue {
  padding: 60px 0 80px;
  background: rgba(55, 179, 201, 0.08); }
.page-node-type-landing-page h4.block-title {
  font-size: 1.5rem;
  color: #FC1921;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center; }
  .page-node-type-landing-page h4.block-title:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    border-bottom: 4px solid #FC1921;
    margin-top: 20px; }
.page-node-type-landing-page #mapCustom {
  width: 100%;
  height: 740px; }
  @media screen and (max-width: 992px) {
    .page-node-type-landing-page #mapCustom {
      height: 400px; } }
.page-node-type-landing-page iframe {
  width: 100%; }
  @media screen and (max-width: 992px) {
    .page-node-type-landing-page iframe {
      height: 400px; } }
.page-node-type-landing-page .outer-container {
  max-width: 1358px;
  padding: 0 15px;
  margin: 0 auto; }
.page-node-type-landing-page .separator {
  border-bottom: 2px solid #E6E6E6;
  margin-top: 60px;
  margin-bottom: 60px; }
.page-node-type-landing-page .bottom-content {
  padding: 60px 15px 80px;
  background: rgba(55, 179, 201, 0.08);
  margin-top: -7px; }

.events-agenda-wrapper h4.block-title {
  margin-top: 90px; }
.events-agenda-wrapper .nav-tabs {
  justify-content: center;
  border-bottom: 0;
  margin-bottom: 12px; }
  .events-agenda-wrapper .nav-tabs .nav-item a {
    text-transform: uppercase;
    border: 0;
    font-weight: 300;
    color: #FC1921;
    font-size: 1.5rem;
    opacity: 0.5; }
    .events-agenda-wrapper .nav-tabs .nav-item a.active {
      opacity: 1; }
.events-agenda-wrapper .events-agenda {
  border: 1px solid rgba(55, 179, 201, 0.5);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 65px; }

.speakers-block .speaker-box {
  max-width: 275px;
  margin: 30px auto; }
  .speakers-block .speaker-box .field--name-field-image .background-speaker {
    background-size: cover;
    height: auto;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: calc(100% - 24px); }
  .speakers-block .speaker-box .speaker-text {
    padding: 20px 15px;
    text-align: center; }
    .speakers-block .speaker-box .speaker-text .speaker-name {
      font-weight: 700;
      color: #0170C4; }
    .speakers-block .speaker-box .speaker-text .speaker-subtitle {
      color: #FC1921;
      font-weight: 700;
      margin-bottom: 20px; }
    .speakers-block .speaker-box .speaker-text .speaker-teaser {
      font-weight: 300; }
  .speakers-block .speaker-box .speaker-bottom {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start; }
    .speakers-block .speaker-box .speaker-bottom img {
      max-width: 44px;
      margin: 0 7px; }
      @media screen and (max-width: 1200px) {
        .speakers-block .speaker-box .speaker-bottom img {
          margin: 0 3px; } }

.recent-blog-posts {
  margin-bottom: 80px; }
  .recent-blog-posts h4.block-title {
    margin-bottom: 50px; }
  .recent-blog-posts .blog-post .field--name-field-image {
    margin-bottom: 20px; }
    .recent-blog-posts .blog-post .field--name-field-image .background-blog-post {
      background-size: cover;
      height: 170px;
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat; }
  .recent-blog-posts .blog-post .threecol-teaser-node-title {
    font-weight: 700;
    color: #0170C4; }
  .recent-blog-posts .blog-post .blog-date {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: center; }
    .recent-blog-posts .blog-post .blog-date p {
      font-weight: 300;
      max-width: 90%; }
    .recent-blog-posts .blog-post .blog-date .blog-comments {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .recent-blog-posts .blog-post .blog-date .blog-comments img {
        max-width: 14px;
        margin-right: 6px; }
      .recent-blog-posts .blog-post .blog-date .blog-comments p {
        max-width: auto; }
  .recent-blog-posts .blog-post .blog-teaser p {
    font-weight: 300; }
  .recent-blog-posts .blog-post .blog-more a {
    text-transform: uppercase;
    margin-top: 24px;
    display: block;
    max-width: 200px;
    font-weight: 700;
    font-size: 1.125rem;
    margin-left: auto; }
  @media screen and (max-width: 991px) {
    .recent-blog-posts .blog-post {
      margin-bottom: 50px; } }
  .recent-blog-posts + .recent-posts-all a {
    text-transform: uppercase;
    display: block;
    max-width: 350px;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 auto; }

.map-wrapper {
  position: relative; }
  .map-wrapper h4.block-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    background: rgba(55, 179, 201, 0.8);
    max-width: 320px;
    margin: 0 auto;
    padding: 35px 15px 30px;
    width: 100%; }
    .map-wrapper h4.block-title:after {
      border-bottom: 4px solid #FFFFFF; }

.quote-box .quote-row {
  align-items: flex-end; }
.quote-box .quote-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap; }
  .quote-box .quote-detail .quote-text {
    padding-top: 30px; }
    .quote-box .quote-detail .quote-text h3 {
      font-weight: 700;
      color: #0170C4;
      margin-bottom: 10px; }
    .quote-box .quote-detail .quote-text .quote-teaser {
      font-weight: 300; }
  .quote-box .quote-detail:before, .quote-box .quote-detail:after {
    content: '“';
    font-size: 330px;
    color: #FC1921;
    line-height: 0.85; }
  .quote-box .quote-detail:after {
    transform: rotate(-180deg); }
  @media screen and (max-width: 767px) {
    .quote-box .quote-detail {
      padding: 0 40px;
      position: relative; }
      .quote-box .quote-detail .quote-text {
        padding-top: 20px; }
      .quote-box .quote-detail:before, .quote-box .quote-detail:after {
        font-size: 100px;
        position: absolute; }
      .quote-box .quote-detail:before {
        left: 0;
        top: 0; }
      .quote-box .quote-detail:after {
        right: 0;
        bottom: 0; } }
.quote-box .quote-image {
  max-width: 224px;
  margin: 0 auto 30px; }
  .quote-box .quote-image .background-quote {
    background-size: cover;
    height: auto;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 84.38% 0 0 0; }
  @media screen and (min-width: 992px) {
    .quote-box .quote-image {
      margin-left: auto;
      margin-right: 15px; } }

.quotes-carousel {
  position: relative; }
  .quotes-carousel.owl-theme .owl-dots .owl-dot, .quotes-carousel.owl-theme .owl-dots .owl-dot:hover {
    outline: none;
    box-shadow: none;
    border: none; }
    .quotes-carousel.owl-theme .owl-dots .owl-dot span, .quotes-carousel.owl-theme .owl-dots .owl-dot:hover span {
      background: transparent;
      border: 1px solid #FC1921;
      margin: 5px 3px; }
    .quotes-carousel.owl-theme .owl-dots .owl-dot.active span, .quotes-carousel.owl-theme .owl-dots .owl-dot:hover.active span {
      background: #FC1921; }
  @media screen and (min-width: 992px) {
    .quotes-carousel .owl-dots {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      max-width: 224px;
      margin: 0 15px; } }
  @media screen and (min-width: 1050px) {
    .quotes-carousel .owl-dots {
      margin: 0 30px; } }
  @media screen and (max-width: 767px) {
    .quotes-carousel.owl-theme .owl-nav.disabled + .owl-dots {
      margin-top: 40px; } }

.event-about-box {
  padding-top: 70px;
  padding-bottom: 70px; }
  .event-about-box h4.block-title {
    margin-bottom: 60px; }
  .event-about-box .event-about-detail {
    margin-bottom: 35px; }
    .event-about-box .event-about-detail .event-about-img {
      margin-bottom: 40px; }
      .event-about-box .event-about-detail .event-about-img .background-event-about {
        background-size: cover;
        height: auto;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 50% 0 0 0; }
    .event-about-box .event-about-detail .event-about-text h4.event-about-title {
      font-weight: 700;
      color: #0170C4;
      margin-bottom: 15px; }
    .event-about-box .event-about-detail .event-about-text .event-about-teaser {
      font-weight: 300;
      margin-bottom: 20px; }
    .event-about-box .event-about-detail .event-about-register a {
      display: block;
      max-width: 200px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.125rem; }
  .event-about-box .left-event-about {
    max-width: 520px; }
  .event-about-box .right-event-about {
    flex-grow: 1; }
    .event-about-box .right-event-about .event-about-detail {
      cursor: pointer;
      position: relative; }
      .event-about-box .right-event-about .event-about-detail:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(1, 112, 196, 0.5); }
    .event-about-box .right-event-about .event-about-text {
      display: none; }

form.webform-submission-contact-us-form {
  display: block; }
  form.webform-submission-contact-us-form .form-submit, form.webform-submission-contact-us-form .btn-primary, form.webform-submission-contact-us-form .btn-primary:not(:disabled):not(.disabled) {
    margin-bottom: 0;
    background: transparent;
    color: #FC1921;
    border: 2px solid #FC1921;
    max-width: 300px;
    font-size: 1.125rem; }
    form.webform-submission-contact-us-form .form-submit:focus, form.webform-submission-contact-us-form .btn-primary:focus, form.webform-submission-contact-us-form .btn-primary:not(:disabled):not(.disabled):focus {
      background: transparent; }

.hero-container.landing-hero {
  padding: 60px 0 0; }
  .hero-container.landing-hero .outer-container {
    max-width: 1600px; }
  .hero-container.landing-hero .landing-hero-center {
    padding: 0 90px; }
    .hero-container.landing-hero .landing-hero-center h1.date-wrapper {
      color: #FFFFFF;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase; }
    .hero-container.landing-hero .landing-hero-center .field--name-field-event-title {
      color: #FFFFFF;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
      margin: 20px 0 40px; }
      .hero-container.landing-hero .landing-hero-center .field--name-field-event-title .blueText {
        color: #FC1921; }
      .hero-container.landing-hero .landing-hero-center .field--name-field-event-title .redText {
        color: #D96262; }
    .hero-container.landing-hero .landing-hero-center .countdown-date {
      display: none; }
    .hero-container.landing-hero .landing-hero-center #countdown-wrap {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-around;
      text-align: center;
      color: #FFFFFF;
      font-weight: 300;
      font-size: 1.5rem;
      text-transform: uppercase;
      text-align: center;
      line-height: 1;
      min-height: 120px; }
      .hero-container.landing-hero .landing-hero-center #countdown-wrap h1 {
        font-size: 5rem;
        font-weight: 900; }
    .hero-container.landing-hero .landing-hero-center .register-button {
      margin: 60px 0;
      text-align: center; }
      .hero-container.landing-hero .landing-hero-center .register-button a {
        display: inline-block;
        max-width: 100%;
        font-size: 2rem;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        padding: 15px;
        min-width: 300px; }
        @media screen and (max-width: 374px) {
          .hero-container.landing-hero .landing-hero-center .register-button a {
            min-width: 100%; } }
  .hero-container.landing-hero .landing-hero-bottom {
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    background-color: #0170C4;
    color: #FFFFFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px 0; }
    .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper {
      flex-grow: 1;
      flex: 1 1 25%;
      padding: 0 10px;
      display: flex; }
      .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper .detail-wrap > p {
        text-transform: uppercase;
        font-weight: 700;
        color: #FC1921;
        line-height: 1; }
      .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper .detail-wrapper-value {
        font-weight: 700;
        font-size: 1rem; }
      .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper:before {
        content: '';
        display: block;
        height: 32px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
        margin-right: 10px;
        max-width: 55px; }
      .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper.date:before {
        background-image: url(images/icon-calendar.png); }
      .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper.location:before {
        background-image: url(images/icon-location.png); }
      .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper.session:before {
        background-image: url(images/icon-group.png); }
      .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper.speakers:before {
        background-image: url(images/icon-mic.png); }
  @media screen and (max-width: 992px) {
    .hero-container.landing-hero .landing-hero-center {
      padding: 0 30px; }
      .hero-container.landing-hero .landing-hero-center #countdown-wrap {
        font-size: 1.2rem; }
        .hero-container.landing-hero .landing-hero-center #countdown-wrap .count-value {
          padding: 0 10px; }
        .hero-container.landing-hero .landing-hero-center #countdown-wrap h1 {
          font-size: 4rem; }
    .hero-container.landing-hero .landing-hero-bottom {
      flex-flow: row wrap; }
      .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper {
        flex: 1 1 50%;
        margin-bottom: 20px; }
        .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper:before {
          background-position: center center; } }
  @media screen and (max-width: 500px) {
    .hero-container.landing-hero .landing-hero-center {
      padding: 0; }
      .hero-container.landing-hero .landing-hero-center #countdown-wrap {
        font-size: 0.875rem; }
        .hero-container.landing-hero .landing-hero-center #countdown-wrap h1 {
          font-size: 2.5rem; }
    .hero-container.landing-hero .landing-hero-bottom .event-detail-wrapper {
      flex: 1 1 100%;
      margin-bottom: 20px; } }

.cta-register {
  color: #FFFFFF;
  background-image: url(images/bg-additional.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0; }
  .cta-register .cta-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    word-break: break-word; }
    .cta-register .cta-content h3 {
      font-weight: 700;
      margin-bottom: 33px; }
      .cta-register .cta-content h3:after {
        content: '';
        display: block;
        width: 140px;
        border-bottom: 4px solid #FFFFFF;
        padding-top: 25px; }
    .cta-register .cta-content > h4 {
      font-weight: 700;
      margin-bottom: 5px; }
    .cta-register .cta-content ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 80px; }
      .cta-register .cta-content ul li {
        display: flex;
        justify-content: flex-start;
        flex-flow: row nowrap;
        align-items: center;
        margin-bottom: 5px; }
        .cta-register .cta-content ul li a {
          color: #FFFFFF; }
          .cta-register .cta-content ul li a:hover, .cta-register .cta-content ul li a:focus {
            text-decoration: underline; }
        .cta-register .cta-content ul li h4 {
          font-weight: 300; }
        .cta-register .cta-content ul li:before {
          content: '';
          width: 15px;
          height: 15px;
          min-width: 15px;
          background: white;
          display: block;
          margin-right: 15px; }
    .cta-register .cta-content a.btnWhite {
      display: block;
      width: 100%;
      max-width: 340px;
      padding: 18px;
      margin: 0 auto;
      text-transform: uppercase; }
      .cta-register .cta-content a.btnWhite:hover {
        color: #FFFFFF; }