/* #Font-Face
================================================== */
@font-face {
  font-family: 'InterstateLight';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/interstate-font/Interstate-Light.woff2') format('woff2'), url('../fonts/interstate-font/Interstate-Light.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Interstate';
  font-weight: normal;
  font-style: normal;
  src: url('../static-resources/esc-congresses/fonts/interstate-font/Interstate-Regular.woff2') format('woff2'), url('../static-resources/esc-congresses/fonts/interstate-font/Interstate-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'InterstateBold';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/interstate-font/Interstate-Bold.woff2') format('woff2'), url('../fonts/interstate-font/Interstate-Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'InterstateBlack';
  font-weight: normal;
  font-style: italic;
  src: url('Interstate-WGL-Black.otf') format('otf');
  font-display: swap;
}
@font-face {
  font-family: 'InterstateLightItalic';
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/interstate-font/Interstate-LightItalic.woff2') format('woff2'), url('../fonts/interstate-font/Interstate-LightItalic.woff') format('woff');
  font-display: swap;
}
b, strong {
  font-weight: bold
}
body {
  font-family: 'InterstateLight', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .font__bold {
  font-family: 'InterstateBold';
}
.font__regular {
  font-family: 'Interstate';
}
.font__bold {
  font-family: 'InterstateBold'
}
.clinicBox a {
  text-decoration: underline;
}
.clinicBox .team a {
  text-decoration: none;
  cursor: default;
}
.clinicBox a.box {
  text-decoration: none;
}
.clinicBox p {
  margin-bottom: 24px;
}
.clinicBox li {
  list-style: disc;
  margin-left: 1rem;
}
.clinicBox li:before {
  content: inherit !important;
}
/* FIX ESC CONGRESS 2023 */
.menuBox:not(.mm-menu) ul li {
  font-family: 'InterstateLight', sans-serif !important;
  font-size: 16px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
/* NCS LISTING */
.listflags {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.8em;
  line-height: 1.2;
}
.listflags h2 {
  margin-bottom: 25px;
  padding-top: 20px;
  font-family: 'InterstateBold';
  text-align: center;
}
.listflags .item {
  min-height: 100px;
}
.listflags img {
  width: 100%;
}
.flag {
  border: solid 1px #e0e0e0;
}
.listflags a {
  color: #000;
  display: block;
  transition: 0.2s;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
}
.listflags a:hover {
  text-decoration-color: #000;
  -webkit-text-decoration-color: #000;
  -moz-text-decoration-color: #000;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
@media (min-width: 1200px) {
  .listflags {
    width: 1170px;
  }
}
/* GLOBAL COMMUNITY*/
.color-redESC {
  color: #ae1022;
}
.gc-sessions p, .gc-sessions .nav-item {
  font-size: 16px;
}
.gc-sessions .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #ae1022;
  color: #FFF;
}
.gc-sessions .nav-link {
  color: #000;
}
@media (max-width: 768px) {
  .gc-sessions .nav-link {
    padding: 0.5rem;
  }
}
.gc-sessions .nav-link:focus, .gc-sessions .nav-link:hover {
  color: #ae1022;
}
.gc-sessions .card-footer {
  background-color: #fff;
  border-top: 0;
}
.gc-sessions .btn-link {
  color: #ae1022;
  text-decoration: none;
  padding: 10px 0;
}
/* ESC HeART Gallery */
.masonry-grid img {
  max-width: 100%;
  border-radius: 14px;
}
.masonry-column {
  padding: 0 1px;
}
.masonry-grid > div .thumbnail {
  margin: 30px 15px;
  display: block;
}
.linkButton, .linkButtonArrow, .btn {
  border-radius: 50px;
  padding: 10px 25px;
  text-transform: none;
  text-align: center;
  font-weight: normal;
  border-radius: 50px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  transition: .4s ease-in;
  -webkit-transition: background-color .4s ease-in;
  -moz-transition: background-color .4s ease-in;
  -o-transition: background-color .4s ease-in;
  -ms-transition: background-color .4s ease-in;
}
.asso-offset-button {
  margin-top: -20px;
  position: relative;
}
.asso-inverted-button {
  border: 2px solid #ae1022 !important;
  background-color: #fff !important;
  color: #ae1022 !important;
  font-weight: bold !important;
  -webkit-box-shadow: 0 2px 3px 0 #cccccc;
  box-shadow: 0 2px 3px 0 #cccccc;
  transition: all 0.5s ease !important;
  margin-bottom: 30px !important;
}
.card-body {
  padding-bottom: 0.75rem;
}
.text-centered {
  text-align: center;
}
img {
  max-width: 100%;
}
/*LOGO*/
.logo img {
  max-height: 60px;
  padding-left: 1rem;
}
/*TEASER*/
.teaser.row {
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  flex: 0 0 auto;
  width: 83.33333333%
}
@media (min-width: 768px) {
  .teaser.row {
    margin-left: 8.33333333%;
  }
}
.teaser h3 {
  font-size: 2rem;
  text-transform: none !important;
}
.teaser ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.teaser li {
  list-style-type: disc;
}
.teaser a {
  color: #ae1022;
}
/* HERAT GALLERY*/
.top-5 {
  top: 5%;
}
.right-5 {
  right: 5%;
}
/* QUIZ */
BODY .qp_bo {
  display: flex !important;
}
/* JUICER */
.juicer-feed.white li.feed-item, .juicer-feed.user li.feed-item, .juicer-feed.juicer-widget li.feed-item, .juicer-feed.colors li.feed-item, .juicer-feed.gray li.feed-item, .juicer-feed.modern li.feed-item, .juicer-feed.polaroid li.feed-item {
  border-width: 1px !important;
}
/*
----------------------------------------------------------------------------------------------------------------------
HFA 20 YEARS
----------------------------------------------------------------------------------------------------------------------
*/
.hfa-20-bg-img-flex {
  background-image: url(https://www.escardio.org/static-file//Escardio/Medias/associations/heart-failure-association/hfa-20-years/hfa-20-years-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 600px;
  color: #FFF;
  display: flex;
  align-items: center;
}
.hfa-20-bg-img-flex .subtitle {
  font-size: 1.6em !important;
}
/*
----------------------------------------------------------------------------------------------------------------------
DIGITAL NAV
----------------------------------------------------------------------------------------------------------------------
*/
.menuBox:not(.mm-menu) ul li a:before {
  display: none;
}
.menuBox:not(.mm-menu) ul li a, .menuBox:not(.mm-menu) ul li a:hover {
  color: #000;
}
.menuBox:not(.mm-menu) ul li a:after {
  background-color: #ae1022;
  bottom: 0px;
  border-radius: 3px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: width .25s cubic-bezier(.25, .46, .45, .94);
  width: 0;
}
.menuBox:not(.mm-menu) ul li a:hover:after {
  width: 100%;
}
#wrapper {
  overflow: visible;
}
#headerCntr {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  box-shadow: inherit;
}
.navbar {
  padding: 1rem 15px;
}
.navbar-brand img {
  height: 50px;
  width: auto;
}
.navbar-365 img {
  height: 25px;
  width: 50px;
}
.navbar + .header {
  height: 60px;
}
.nav-link {
  cursor: pointer;
}
.nav-link a:hover {
  color: inherit;
}
.menuBox:not(.mm-menu) {
  line-height: 60px;
}
@media (min-width: 992px) {
  #headerCntr {
    position: sticky;
    top: -70px;
  }
  .navbar-365 {
    height: 70px;
  }
}
/*
----------------------------------------------------------------------------------------------------------------------
HERO BANNER
----------------------------------------------------------------------------------------------------------------------
*/
@media (min-width: 1200px) {
  .hero__bg {
    height: 260px;
  }
}
.hero__bg {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.eventInfo {
  color: #707070;
  font-size: 1.25rem;
  padding: 3rem;
  z-index: 1;
}
.eventInfo h1 {
  color: #000;
  font-size: 2.25rem;
}
@media (min-width: 1200px) {
  .eventInfo {
    padding: 0 3rem;
  }
}
@media (max-width: 576px) {
  .pre-home__bg {
    background-position: top right !important;
    background-position-x: 75% !important;
    background-size: 240% !important;
  }
  .hero__bg {
    background-position: top right !important;
    background-size: 100%;
    overflow: hidden;
    padding-top: 2rem !important;
    padding-bottom: 1rem;
    position: relative;
    h1 {
      font-size: 2rem;
    }
  }
  .hero__bg:before {
    content: "";
    background: linear-gradient(130deg, white, transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 240%;
  }
  .eventInfo {
    padding: 0;
  }
  .bgGradient {
    background: radial-gradient(farthest-side at 280% 0%, transparent, #fff);
  }
}
/*
----------------------------------------------------------------------------------------------------------------------
SCIENTIFIC SESSIONS CARDS
----------------------------------------------------------------------------------------------------------------------
*/
.card {
  border-radius: 2rem;
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
  overflow: hidden;
  position: relative;
  bottom: 0;
  transition: all .3s ease-in-out;
  cursor: pointer;
  line-height: 1;
}
.card p small {
  font-size: 0.8em;
}
#pills-tab {
  background: #f1f2f3;
  border-radius: 50px;
}
#pills-tab button {
  padding: 0.25rem 2rem;
  border-radius: 50px;
}
/*
----------------------------------------------------------------------------------------------------------------------
COMMUNITY 
----------------------------------------------------------------------------------------------------------------------
*/
.community__landing .card {
  position: relative;
}
.community__landing .card:hover {
  bottom: 10px;
}
.community__landing .card img {
  border-radius: 2rem;
}
.community__landing .card-footer {
  background-color: transparent;
  border-top: 0;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.community__landing .card-footer {
  background-color: transparent;
  border-top: 0;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.community__landing .card-body {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  line-height: 1.25;
}
.btn-primary, .btn-primary:hover {
  background-color: #ae1022;
  border-color: #ae1022;
  font-size: 16px;
}
.btn-primary:hover {
  color: #fbdfd7;
}
.bg__red {
  background: #ae1022;
  color: #FFF;
}
.bg__red .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #ae1022;
}
/*
----------------------------------------------------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------------------------------------------------------
*/
#footerCntr {
  background: #ae1022;
  border-radius: 40px 40px 0 0;
  display: flex;
  font-family: 'Interstate';
  padding-top: 10px;
  height: 230px;
  padding-bottom: 0;
}
#footerCntr .container-large {
  max-width: 100%;
  align-self: center;
}
#footerCntr a {
  color: #fff;
}
#footerCntr .footer-link-wrapper {
  text-align: center;
}
#footerCntr .footer-social-link-wrapper {
  display: inline-block;
}
#footerCntr .data-privacy {
  font-family: 'InterstateLight';
  text-align: center;
  font-size: 0.808em;
}
#footerCntr .logo img {
  height: 30px;
  padding: 0 15px;
  max-width: inherit;
}
@media (max-width: 992px) {
  #footerCntr {
    height: 100%;
  }
}