/* note these do not work in IE  */
/*

Fullscreen boostrap modals


*/
.modal-fullscreen {
  padding: 0 !important;
}
.modal-fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm {
    padding: 0 !important;
  }
  .modal-fullscreen-sm .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md {
    padding: 0 !important;
  }
  .modal-fullscreen-md .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg {
    padding: 0 !important;
  }
  .modal-fullscreen-lg .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl {
    padding: 0 !important;
  }
  .modal-fullscreen-xl .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl {
    padding: 0 !important;
  }
  .modal-fullscreen-xxl .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl .modal-body {
    overflow-y: auto;
  }
}
/* placeholder */
footer .footer-container ul.navbar-nav li {
  min-width: 26%;
}

.footer-privacy-choices-link::after {
  content: "";
  background-image: url(/themes/custom/epicentral_bs5_us/img/privacyoptions123x59.png);
  width: 24px;
  display: inline-block;
  height: 11px;
  background-size: contain;
  background-position: right;
  margin-left: 6px;
  background-repeat: no-repeat;
}

/* updates US hero carousel with different navigation based on only having two slides */
.hero-carousel-container .carousel-controls {
  display: flex;
  width: 100%;
  height: 50px;
  z-index: 1;
  margin-bottom: 30px;
  /*margin-bottom: 30px;
  padding-bottom: 30px;*/
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  bottom: unset;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-carousel-container .carousel-controls {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hero-carousel-container .carousel-controls > div {
  vertical-align: middle;
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
}
.hero-carousel-container .carousel-controls .control {
  width: auto;
  height: 50px;
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: 1s opacity ease;
}
.hero-carousel-container .carousel-controls .control a {
  position: relative;
}
.hero-carousel-container .carousel-controls .control a.text {
  display: none;
  width: auto;
  height: auto;
  border: none;
  background: none !important;
  color: white;
  font-family: "Merriweather", serif;
}
@media (min-width: 768px) {
  .hero-carousel-container .carousel-controls .control a.text {
    display: block;
  }
}
.hero-carousel-container .carousel-controls .control a.carousel-control-prev {
  position: relative;
  border-radius: 100px;
  min-width: 50px;
  border: 1px solid white;
  background-position: center;
  height: 50px;
  box-shadow: 0px 0px 0px 5px rgba(158, 136, 174, 0);
  opacity: 1;
  transition: background-color 0.3s ease;
}
.hero-carousel-container .carousel-controls .control a.carousel-control-prev:hover {
  background-color: white;
}
.hero-carousel-container .carousel-controls .control.control-prev a {
  margin-right: 20px;
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/carousel-arrow-left.svg);
}
.hero-carousel-container .carousel-controls .control.control-prev a:hover {
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/carousel-arrow-left-on.svg);
}
.hero-carousel-container .carousel-controls .control.control-next a {
  margin-left: 20px;
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/carousel-arrow-right.svg);
}
.hero-carousel-container .carousel-controls .control.control-next a.prompt {
  animation-name: pulsenext;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.hero-carousel-container .carousel-controls .control.control-next a:hover {
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/carousel-arrow-right-on.svg);
}
.hero-carousel-container .carousel-controls .control.show {
  opacity: 1;
  pointer-events: all;
}
.hero-carousel-container .carousel-controls .control-data {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 22px;
  width: 80px;
  text-align: center;
}
.hero-carousel-container .carousel {
  overflow: auto;
}
.hero-carousel-container .carousel .card-deck {
  padding-bottom: 20px;
}
.hero-carousel-container .carousel .card-deck .card .node__content {
  /* @include phone{*/
  display: flex;
  height: 100%;
  /* } */
}
.hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data {
  display: flex;
  height: 100%;
  align-content: space-between;
}
.hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data > .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data > .container {
    display: block;
  }
}
.hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data h3 {
  font-size: 34px;
  font-family: "Merriweather", serif;
  color: white;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1em;
}
@media (min-width: 768px) {
  .hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data h3 {
    font-size: 60px;
  }
}
.hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data h3 span {
  color: #29ABE2;
}
.hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data .item-body {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data .item-body {
    max-width: 340px;
  }
}
.hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data p {
  color: white;
  font-size: 20px;
}
.hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data .item-buttons {
  margin-bottom: 30px;
}
.hero-carousel-container .carousel .card-deck .card .node__content .card-body .slide-data .item-buttons .field__item a {
  padding-left: 50px;
  padding-right: 50px;
}

#heroCarousel .scroll-buttons-container {
  display: none !important;
}

#heroCarousel .horizontally-scrolling-container {
  min-height: 400px;
  margin-bottom: 60px;
}

.card-group.featured-items .card:first-child {
  margin-left: 0;
}
.card-group.featured-items .card {
  padding-top: 0;
  min-width: 315px;
}
@media (min-width: 768px) {
  .card-group.featured-items .card {
    min-width: 410px;
  }
}
.card-group.featured-items .card .filled-image-box img {
  opacity: 1;
}
.card-group.featured-items .card.asthma-heatmap-tool .card-body h4 a {
  font-size: 28px;
}
.card-group.featured-items .card .card-body {
  padding: 15px 20px 20px 25px;
}
.card-group.featured-items .card .card-body .asset-type {
  display: flex;
  height: 36px;
  padding-left: 42px;
  vertical-align: middle;
  line-height: 1.2em;
  margin-bottom: 30px;
  background-size: 36px;
  margin-bottom: 10px;
  align-items: center;
}
.card-group.featured-items .card .card-body .asset-type.infographic {
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/icon-infographic.svg);
}
.card-group.featured-items .card .card-body .asset-type.article {
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/icon-infographic.svg);
}
.card-group.featured-items .card .card-body .asset-type.slide-deck {
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/icon-slidedeck.svg);
}
.card-group.featured-items .card .card-body .asset-type.podcast {
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/icon-podcast.svg);
}
.card-group.featured-items .card .card-body .asset-type.external-website {
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/icon-website.svg);
}
.card-group.featured-items .card .card-body .asset-type.video {
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/icon-video.svg);
}
.card-group.featured-items .card .card-body .asset-type.toolkit {
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/icon-toolkit.svg);
}
.card-group.featured-items .card .card-body .asset-type span {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  /*color: #848484;*/
}
.card-group.featured-items .card .card-body .asset-type span.video-duration {
  font-weight: normal;
}
.card-group.featured-items .card .card-body h4 {
  margin-bottom: 10px;
}
.card-group.featured-items .card .card-body h4 a {
  font-size: 22px;
  font-weight: bold;
}
.card-group.featured-items .card .card-body p {
  color: #848484 !important;
  margin-bottom: 0;
  font-size: 18px;
}

/*body.datasource-epicentral-us-production{
  .card-group.featured-items {
    .card{     
        .card-body{
            p{

              display:none !important;
            }
          }
      }
  }
}*/
body.page-node-type-asthma-heatmap-tool .epi-page-template .page-top-container {
  background-color: #29ABE2;
  margin-bottom: 0;
}
body.page-node-type-asthma-heatmap-tool .wrapper {
  position: relative;
  /*padding-bottom: 56.25%; 
  padding-top: 25px;*/
  height: auto;
  width: auto;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 40px;
}
body.page-node-type-asthma-heatmap-tool .wrapper.aspect4x3 {
  aspect-ratio: 4/3;
}
body.page-node-type-asthma-heatmap-tool .wrapper.aspect3x4 {
  aspect-ratio: 3/4;
}
body.page-node-type-asthma-heatmap-tool .wrapper.aspect9x16 {
  aspect-ratio: 9/16;
}
body.page-node-type-asthma-heatmap-tool .wrapper.aspect16x9 {
  aspect-ratio: 16/9;
}
body.page-node-type-asthma-heatmap-tool .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-node-type-asthma-heatmap-tool .browser-warning {
  background: #590995;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-node-type-asthma-heatmap-tool .browser-warning .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-node-type-asthma-heatmap-tool .browser-warning .container .close {
  color: white;
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 5px rgba(158, 136, 174, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 5px rgb(158, 136, 174);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(158, 136, 174, 0);
  }
}
.article-sticky-sidebar .sidebar-widget.mobile.list-open h4 {
  background-image: none;
}
.article-sticky-sidebar .sidebar-widget.mobile.list-open h4 .sidebar-circle-arrow {
  transform: rotate(180deg);
}
.article-sticky-sidebar .sidebar-widget.mobile h4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #590995;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  width: auto;
  font-weight: bold;
  color: white;
  width: auto;
  position: relative;
  background-image: none;
  justify-content: space-between;
  align-items: center;
}
.article-sticky-sidebar .sidebar-widget.mobile h4 span {
  max-width: 70%;
}
.article-sticky-sidebar .sidebar-widget.mobile h4 .sidebar-circle-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50px;
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/sidebar-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(360deg);
  transition: 0.5s ease all;
  transform-origin: center;
}
.article-sticky-sidebar .sidebar-widget.mobile h4 .sidebar-circle-arrow.prompt {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: 3;
}

.hero-carousel-container .carousel .card-deck .card .video-poster {
  width: auto;
  height: 100%;
  aspect-ratio: 16/9;
  min-width: 310px;
  min-height: 200px;
}
.hero-carousel-container .carousel .card-deck .card .video-poster .video-source.big {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  visibility: hidden;
}
.hero-carousel-container .carousel .card-deck .card .video-poster .video-source.big iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-carousel-container .carousel .card-deck .card .video-poster.playing {
  background-image: none !important;
}
.hero-carousel-container .carousel .card-deck .card .video-poster.playing .play-button {
  display: none;
}
.hero-carousel-container .carousel .card-deck .card .video-poster.playing .video-source.big {
  visibility: visible;
}
.hero-carousel-container .carousel .card-deck .card .video-poster.playing::after {
  content: none;
}

.card.epicreator .filled-image-box {
  cursor: pointer;
}

form#filtersForm .language-filters {
  display: none;
}

section.section-resource-repository,
section.section-why-focus-epithelium,
section.section-references,
section.section-references {
  background-color: #EFEFEF;
}

section.section-sister-site {
  background-color: #FFF;
}
section.section-sister-site .resources-block-intro {
  margin-bottom: 20px;
}

.node__content section {
  margin-bottom: 0;
}

section.section-resource-repository.popular-resources .popular-resources-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  section.section-resource-repository.popular-resources .popular-resources-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  section.section-resource-repository.popular-resources .popular-resources-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

section.section-epithelial-topics {
  margin-top: 3rem;
}

.us-dashboard-cont {
  position: relative;
  background: linear-gradient(to right, rgba(36, 7, 56, 0.4), rgba(71, 8, 119, 0.2666666667), rgba(36, 7, 56, 0.1333333333)), top right/contain no-repeat url(/themes/custom/epicentral_bs5_us/img/us_dashboard_bg_mob.png), linear-gradient(to right, #240738, #470877, #240738);
}
@media (min-width: 992px) {
  .us-dashboard-cont {
    background: linear-gradient(to right, rgba(36, 7, 56, 0.6666666667) 10%, rgba(89, 10, 148, 0) 60%, #590995 66%), right/cover no-repeat url(/themes/custom/epicentral_bs5_us/img/us_dashboard_bg.png), linear-gradient(to right, #240738, #590a94 75%);
  }
}

.welcome-panel {
  position: relative;
  color: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
}
.welcome-panel h1, .welcome-panel h2, .welcome-panel h3, .welcome-panel h4, .welcome-panel h5, .welcome-panel h6, .welcome-panel p {
  color: #FFF;
}
@media (min-width: 992px) {
  .welcome-panel .welcome-panel-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.welcome-panel .welcome-panel-title {
  font-family: "Merriweather", serif;
  font-size: 50px;
  font-weight: bold;
}
.welcome-panel .welcome-panel-body {
  font-family: "Avenir-Next", "Avenir Next", "Montseratt", sans-serif;
  font-size: 20px;
}

.heatmap-panel {
  position: relative;
  background-color: #590995;
  padding: 50px 50px;
}
.heatmap-panel::before {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  aspect-ratio: 1/5.7;
  background-size: cover;
  background-position: 0 0;
  background: #590995;
  right: -50%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .heatmap-panel::before {
    right: 100%;
    width: unset;
    background-position: 0 bottom;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='325' width='56'%3E%3Cpolygon points='56,0 0,325 56,325' style='fill:%23590995;'%3E%3C/polygon%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.heatmap-panel::after {
  content: "Featured";
  color: #FFF;
  font-family: "Avenir-Next", "Avenir Next", "Montseratt", sans-serif;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #29ABE2;
  padding: 4px 20px;
  border-radius: 12px 4px 12px 4px;
  clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .heatmap-panel::after {
    top: 38px;
    left: 32px;
  }
}
.heatmap-panel .heatmap-panel-title {
  color: #FFF;
  font-family: "Merriweather", serif;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-wrap: balance;
  margin: 0;
}
@media (min-width: 992px) {
  .heatmap-panel .heatmap-panel-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .heatmap-panel .heatmap-panel-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .heatmap-panel .heatmap-panel-title {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.heatmap-panel .heatmap-panel-button {
  display: inline-block;
  width: 100%;
  color: #FFF;
  border: 2px solid white;
  padding: 16px 20px;
  padding-right: 72px;
  font-family: "Avenir-Next", "Avenir Next", "Montseratt", sans-serif;
  font-weight: 600;
  border-radius: 4px;
  text-align: left;
  position: relative;
  transition: background-color 0.2s ease;
}
.heatmap-panel .heatmap-panel-button:hover {
  background-color: #3d0567;
  text-decoration: none;
}
.heatmap-panel .heatmap-panel-button::after {
  display: inline-block;
  content: "";
  background-image: url(/themes/custom/epicentral_bs5/img/icons/circle-arrow-white-right.svg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.heatmap-panel .heatmap-panel-screenshot-cont {
  max-width: 555px;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
@media (min-width: 992px) {
  .heatmap-panel .heatmap-panel-screenshot-cont {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .heatmap-panel .heatmap-panel-screenshot-cont {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1400px) {
  .heatmap-panel .heatmap-panel-screenshot-cont {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.heatmap-panel .heatmap-panel-screenshot {
  display: block;
  margin: 32px;
  border-radius: 12px;
  overflow: hidden;
}
.heatmap-panel .heatmap-panel-screenshot:hover img {
  transform: scale(1.08);
}
.heatmap-panel .heatmap-panel-screenshot img {
  width: 100%;
  height: auto;
  transition: all ease 0.8s;
}

.see-all-button-cont {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 48px;
}
.see-all-button-cont .see-all-button {
  text-align: center;
  display: inline-block;
  color: #590995;
  padding: 0px 20px;
  padding-right: 60px;
  font-family: "Avenir-Next", "Avenir Next", "Montseratt", sans-serif;
  font-weight: bold;
  position: relative;
  transition: background-color 0.2s ease;
}
.see-all-button-cont .see-all-button:hover {
  text-decoration: none;
}
.see-all-button-cont .see-all-button:hover::after {
  transform: translate(-50%, -50%) translateX(8px);
}
.see-all-button-cont .see-all-button::after {
  display: inline-block;
  content: "";
  background-image: url(/themes/custom/epicentral_bs5/img/icons/circle-arrow-purple-right.svg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}

.luma-logo-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  background-color: #d5e8fc;
  border-radius: 12px 12px 0 0;
}
.luma-logo-panel img {
  width: 100%;
  max-width: 326px;
}
@media (min-width: 992px) {
  .luma-logo-panel {
    border-radius: 12px 0 0 12px;
  }
}

.luma-info-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #E6F2FF;
  color: #434343;
  border-radius: 0 0 12px 12px;
}
@media (min-width: 992px) {
  .luma-info-panel {
    border-radius: 0 12px 12px 0;
    padding: 60px;
  }
}
.luma-info-panel .luma-info-panel-button {
  display: inline-block;
  color: #FFF;
  background-color: #590995;
  padding: 16px 20px;
  padding-right: 100px;
  font-family: "Avenir-Next", "Avenir Next", "Montseratt", sans-serif;
  font-weight: 600;
  border-radius: 4px;
  text-align: left;
  position: relative;
  transition: background-color 0.2s ease;
  width: 100%;
}
.luma-info-panel .luma-info-panel-button:hover {
  background-color: #3d0567;
  text-decoration: none;
}
.luma-info-panel .luma-info-panel-button::after {
  display: inline-block;
  content: "";
  background-image: url(/themes/custom/epicentral_bs5/img/icons/external-link.svg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 30px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 576px) {
  .luma-info-panel .luma-info-panel-button {
    width: auto;
  }
}
.luma-info-panel .luma-info-panel-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .luma-info-panel .luma-info-panel-title {
    text-wrap: unset;
  }
}

.node--type-epicentral-article-v2 .page-back-container a {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 16px 8px 40px;
  background-position-x: 12px;
  border-radius: 50rem;
}

.breadcrumbs-cont {
  display: block;
}

@media (min-width: 992px) {
  header ul.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
    right: 0;
    left: auto;
    position: absolute;
  }
}

/*# sourceMappingURL=us_style.css.map */
