h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Font SCSS goes here */
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Italic";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans-Light";
  font-style: normal;
  font-weight: lighter;
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-display: swap;
}
/* Theme Colours */
/* Typography Variables */
/* Site variables */
/* Spacing */
/* Layouts */
/* Elements */
/* Component Variables */
/* Module Variables */
/* Background Images */
body {
  margin: 0;
  padding: 0;
  font-family: "OpenSans", sans-serif, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0f0f0f;
  overflow-x: hidden;
}
body.remove-scroll {
  overflow: hidden;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

a {
  color: #143858;
}

h1,
.h1 {
  margin-bottom: 2rem;
  font-size: 32px;
  line-height: 43px;
}

h2,
.h2 {
  font-size: 20px;
  line-height: 28px;
}

h4,
.h4 {
  font-size: 14px;
  line-height: 16px;
}

ul {
  margin: 0;
  padding-left: 0;
}

.user-is-not-logged-in .page-header {
  display: none;
}

.is-logged-in .page-header {
  display: block;
}

.conditional-message {
  padding: 1.5rem 0;
  background-color: rgba(77, 174, 146, 0.7);
  color: #143858;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 14px;
  z-index: 100;
}

.path-frontpage .main-container .row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .path-frontpage .main-container .row {
    display: block;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
       color: #fff;
    }
}
.main-container .row > section {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .container,
  .navbar-header {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media screen and (min-width: 1360px) {
  .container,
  .navbar-header {
    width: 1360px;
  }
}

.main-content .inner-content,
.main-content .view-header,
.main-content .view-filters,
.main-content .view-content,
.main-content .view-footer,
.region-header .inner-content,
.region-header .view-header,
.region-header .view-filters,
.region-header .view-content,
.region-header .view-footer,
.region-content .inner-content,
.region-content .view-header,
.region-content .view-filters,
.region-content .view-content,
.region-content .view-footer {
  padding: 25px;
}
@media screen and (min-width: 992px) {
  .main-content .view-footer,
  .region-header .view-footer,
  .region-content .view-footer {
    padding: 0;
  }
}
.main-content .view-footer .view-content,
.region-header .view-footer .view-content,
.region-content .view-footer .view-content {
  padding: 0;
}

.main-container .row > .col-sm-12 {
  padding: 0;
}

aside .well {
  padding: 0;
  background-color: #fff;
  border: 0;
  box-shadow: none;
}
@media screen and (min-width: 992px) {
  aside .well {
    padding: 2rem;
  }
}

.button {
  display: inline-flex;
  padding: 10px 20px;
  background-color: #f7ab02;
  border-radius: 40px;
  color: #143858;
  font-family: "OpenSans-Bold", sans-serif;
  line-height: 18px;
}
.button--secondary {
  background-color: #63d5b4;
  font-family: "OpenSans-Bold", sans-serif;
}

.topic-tag {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px; 
  margin-bottom: 15px;
  padding: 8px 20px;
  background-color: #f2f2f2;
  border-radius: 20px;
  font-size: 14px;
  max-width: 300px;
}
.article__footer .topic-tag {
  margin-bottom: 15px;
}
.topic-tag a {
  color: #143858;
}
.thumb-article__footer-content .topic-tag a {
  color: #143858 !important;
  font-weight: bold;
}

.section-type-indicator {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
  display: inline-flex !important;
}
.section-type-indicator__label {
  font-size: 14px;
  color: #143858;
  margin-right: 10px;
}
.section-type-indicator__label--dark {
  color: #0f0f0f;
}
.well .section-type-indicator__label {
  color: #0f0f0f;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 16px;
}
.section-type-indicator--article .section-type-indicator__label:before {
  height: 18px;
  width: 14px;
  background: url("../images/icon-article-indicator.svg");
}
.section-type-indicator--podcast .section-type-indicator__label:before {
  top: 8px;
  height: 26px;
  width: 16px;
  background: url("../images/icon-podcast-indicator.svg");
}
.section-type-indicator--search .section-type-indicator__label:before {
  height: 14px;
  width: 18px;
  background: url("../images/icon-search-indicator.svg");
}
.section-type-indicator--small {
  display: inline-flex;
  padding: 5px 10px;
}
.section-type-indicator--small .section-type-indicator__label {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
}
.section-type-indicator--small .section-type-indicator__label:before {
  top: 1px;
  background-size: 18px 18px;
}
.section-type-indicator--small .section-type-indicator__label a {
  font-size: 11px !important;
}

.sharethis-wrapper .stButton .stLarge {
  height: 20px !important;
  width: 20px !important;
  background-image: url("../images/icon-share.svg") !important;
}
.sharethis-wrapper .stButton .stLarge:hover {
  opacity: 1;
  background-position: unset;
}

.view-filters {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .view-filters {
    padding-bottom: 2.5rem;
  }
}
.view-filters .control-label {
  display: none;
}
.view-home-page-content .view-filters .select-wrapper {
  display: none;
}
.view-home-page-content .view-filters ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  gap: 20px;
}
.view-home-page-content .view-filters ul li:nth-of-type(even) {
  margin-right: 3rem;
}
.view-home-page-content .view-filters ul li .bef-link {
  padding-bottom: 3px;
  color: #6c6c6c;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .view-home-page-content .view-filters ul li .bef-link {
    font-size: 26px;
    line-height: 36px;
  }
}
.view-home-page-content .view-filters ul li .bef-link:hover,
.view-home-page-content .view-filters ul li .bef-link:focus {
  text-decoration: none;
}
.view-home-page-content .view-filters ul li .bef-link--selected {
  border-bottom: 3px solid #f7ab02;
  color: #143858;
}
.view-filters .select-wrapper {
  width: 100%;
}
.view-filters .select-wrapper:after {
  content: "";
  display: none;
}
.view-filters .select-wrapper .form-select {
  position: relative;
  width: 100% !important;
  padding: 6px 0;
  border: 0;
  box-shadow: none;
  color: #143858;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .view-filters .select-wrapper .form-select {
    padding-bottom: 0;
  }
}

.article__share .social-media-sharing {
  position: relative;
  display: inline-block;
  height: 32px;
  width: 36px;
  background: url("../images/share-icon.png") no-repeat 0 -2px;
  cursor: pointer;
}
.article__share .social-media-sharing ul {
  z-index: 5;
  display: none;
  position: absolute;
  left: -63px;
  width: 150px;
  top: 47px;
  margin-bottom: 0;
  padding: 1rem 0;
  background-color: #3D9291;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.article__share .social-media-sharing ul:after {
  bottom: 100%;
  left: 58%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 139, 166, 0);
  border-bottom-color: #3D9291;
  border-width: 14px;
  margin-left: -20px;
}
.article__share .social-media-sharing ul li {
  display: block;
  margin-right: 0;
}
.article__share .social-media-sharing ul li a {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.article__share .social-media-sharing ul li a:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 1rem;
}
.article__share .social-media-sharing ul li a.share {
  color: #fff;
  font-family: "OpenSans", sans-serif;
  text-decoration: none;
}
.article__share .social-media-sharing ul li a.facebook-share:before {
  background: url("../images/icon-facebook-share.svg") no-repeat scroll 0 0;
}
.article__share .social-media-sharing ul li a.twitter:before {
  background: url("../images/icon-twitter-share.svg") no-repeat scroll 0 0;
}
.article__share .social-media-sharing ul li a.clipboard:before {
  background: url("../images/icon-copy-link.svg") no-repeat scroll 0 0;
}

.region-language-selector {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .region-language-selector {
    display: flex;
    align-items: center;
    flex-direction: unset;
  }
}
.region-language-selector .kd-endemic-language {
  order: 3;
}
@media screen and (min-width: 768px) {
  .region-language-selector .kd-endemic-language {
    order: unset;
    margin-left: 22px;
    border-left: 1px solid #d4d4d4;
    padding-left: 22px;
    position: relative;
  }
}
.region-language-selector .kd-endemic-language .language-selector {
  background-color: unset;
  border: unset;
  display: none;
}
@media screen and (min-width: 768px) {
  .region-language-selector .kd-endemic-language .language-selector {
    display: flex;
    justify-content: space-evenly;
    min-width: 100px;
    align-items: center;
    gap: 5px;
  }
}
.region-language-selector .kd-endemic-language .language-selector:hover {
  color: #143858;
  transition: 500ms ease-in;
  cursor: pointer;
}
.region-language-selector .kd-endemic-language .language-selector .language {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  gap: 7px;
}
.region-language-selector
  .kd-endemic-language
  .language-selector
  .language
  .country-title {
  line-height: 10px;
}
@media screen and (min-width: 768px) {
  .region-language-selector
    .kd-endemic-language
    .language-selector
    .language
    .country-title {
    display: block;
  }
}
.region-language-selector
  .kd-endemic-language
  .language-selector
  .language
  .language-subtitle {
  line-height: 5px;
  font-size: 10px;
}
.region-language-selector .kd-endemic-language .language-selector-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  background-color: #e1f7f1;
}
@media screen and (min-width: 768px) {
  .region-language-selector .kd-endemic-language .language-selector-mobile {
    display: none;
  }
}
.region-language-selector
  .kd-endemic-language
  .language-selector-mobile
  .country-title {
  padding-left: 11px;
  text-decoration: underline;
}
.region-language-selector .kd-endemic-language .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 270px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
  margin-top: 20px;
  right: 0;
  flex-direction: column;
}
.region-language-selector .kd-endemic-language .dropdown-content.show-content {
  display: flex;
  border-radius: 8px;
}
.region-language-selector .kd-endemic-language .dropdown-content a {
  padding: 10px 20px;
  align-items: center;
  display: flex;
}
.region-language-selector .kd-endemic-language .dropdown-content a:hover {
  background-color: #d4d4d4;
  text-decoration: unset;
}
.region-language-selector .kd-endemic-language .dropdown-content a span {
  margin-left: 10px;
  text-decoration: underline;
}
.region-language-selector .navbar-collapse-language {
  display: none;
  height: 0px;
}
.region-language-selector .navbar-collapse-language.show-content {
  display: block;
  height: 100vh;
  position: absolute;
  width: 100vw;
  background-color: white;
  z-index: 100;
  padding: 26px 33px;
}
.region-language-selector .navbar-collapse-language.show-content h2 {
  line-height: 43px;
  font-size: 32px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.region-language-selector .navbar-collapse-language.show-content h2:before {
  content: "";
  position: absolute;
  top: 39px;
  left: 25px;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  background-image: url(/themes/custom/kd_endemic/images/icon-chevron-up.svg);
  transform: rotate(-90deg);
  font-family: unset;
}
.region-language-selector
  .navbar-collapse-language.show-content
  .navbar-language-list {
  display: flex;
  flex-direction: column;
}
.region-language-selector
  .navbar-collapse-language.show-content
  .navbar-language-list
  a {
  padding: 10px 20px;
  align-items: center;
  display: flex;
}
.region-language-selector
  .navbar-collapse-language.show-content
  .navbar-language-list
  a
  span {
  margin-left: 10px;
  text-decoration: underline;
}

.kd-header {
  z-index: 100;
}
.kd-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  box-shadow: 0 6px 4px -5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .kd-header__top {
    width: 75%;
    justify-content: unset;
    padding: 1rem 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 992px) {
  .kd-header__top {
    width: auto;
  }
  body .kd-header .region-navigation {
    justify-content: center;
  }
}
@media screen and (min-width: 1360px) {
  .kd-header__top {
    justify-content: space-between;
  }
  .kd-header__top {
    width: auto;
  }
  .kd-header .region-navigation {
    justify-content: space-between;
  }
}
.kd-header__top .input-group-addon {
  display: none;
}
.kd-header__top > section:first-child {
  flex-basis: 60%;
}
@media screen and (min-width: 768px) {
  .kd-header__top > section:first-child {
    flex-basis: 80%;
  }
}
.kd-header__logo img {
  width: 180px;
}
@media screen and (max-width: 430px) {
  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
      font-size: 41px;
      color: #64C2C0;
  }
  .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
      margin-right: -22px;
  }
  .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {

      margin-left: -22px;
  }
  .views-article-campaign .carousel-control {
      top: 190px !important;
  }
  .carousel-indicators .active{
    width: 20px;
    height: 20px;
    margin: 2px;
  }
  .carousel-indicators li{
    width: 20px;
    height: 20px;
    margin: 2px;
  }
  .views-article-campaign .patient-story-teaser {
    min-height: 1236px !important;
  }
}
@media screen and (min-width: 768px) {
  .kd-header__logo img {
    width: 200px;
  }


}
.kd-header .views-exposed-form .form-group {
  display: flex;
  margin-bottom: 0;
  cursor: pointer;
}
.kd-header .views-exposed-form .form-group:first-child:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
  z-index: 60;
}
@media screen and (min-width: 1360px) {
  .kd-header .views-exposed-form .form-group:first-child:before {
    position: relative;
    left: 40px;
    height: 25px;
    width: 25px;
    background-size: 25px;
  }
}
@media screen and (min-width: 1360px) {
  .kd-header .views-exposed-form .form-group:first-child {
    display: flex;
    float: none;
    align-items: center;
  }
}
.kd-header .views-exposed-form .form-group .input-group {
  z-index: 50;
  display: flex;
  align-items: center;
}
.kd-header .views-exposed-form .form-group:last-child {
  display: none;
}
.kd-header .views-exposed-form .form-group input {
  display: none;
}
@media screen and (min-width: 1360px) {
  .kd-header .views-exposed-form .form-group input {
    display: block;
    height: 56px;
    width: 310px;
    padding: 1rem 5rem 1rem 6rem;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 40px;
    box-shadow: none;
    font-size: 18px;
    line-height: 20px;
  }
  .kd-header .views-exposed-form .form-group input:focus {
    background-color: #fff;
    border: 2px solid #008ba6;
  }
}
.kd-header .views-exposed-form .form-group .search-reset {
  position: absolute;
  right: 0;
  z-index: 1000;
  display: none;
  padding: 0;
  width: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-close-in-circle.svg");
  height: 22px;
  margin-right: 25px;
}
.kd-header .views-exposed-form .form-group .search-reset:focus {
  border: none !important;
}
.kd-header .views-exposed-form .form-group .search-reset.show {
  display: block;
}
.kd-header.navbar-default {
  background-color: #fff;
  border: 0;
  border-color: #fff;
}
.path-frontpage .kd-header.navbar-default {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .kd-header.navbar-default {
    margin-bottom: 3.5rem;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 992px) {
  .kd-header.navbar-default {
    margin-bottom: 3.5rem;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 1360px) {
  .page-node-type-page .kd-header.navbar-default {
    margin-bottom: 0;
  }
}

.kd-header.navbar-default .navbar-nav {
  display: flex;
  flex-direction: column;
  margin: 0 0 3.5rem;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .kd-header.navbar-default .navbar-nav {
    flex-direction: row;
    margin: 0 2rem 0 4rem;
    float: none;
  }
}
@media screen and (min-width: 1360px) {
  .kd-header.navbar-default .navbar-nav {
    justify-content: flex-end;
  }
}
.kd-header.navbar-default .navbar-nav > li {
  float: none;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (min-width: 768px) {
  .kd-header.navbar-default .navbar-nav > li {
    border-bottom: 0;
  }
}
.kd-header.navbar-default .navbar-nav > li.first {
  order: 2;
}
.kd-header.navbar-default .navbar-nav > li.first a:before {
  background-image: url("../images/icon-ktn.svg");
}
.kd-header.navbar-default .navbar-nav > li.last {
  order: 1;
}
.kd-header.navbar-default .navbar-nav > li.last a:before {
  background-image: url("../images/icon-kts.svg");
}
@media screen and (min-width: 992px) {
  .kd-header.navbar-default .navbar-nav > li.last {
    margin-right: 2rem;
  }
}
.kd-header.navbar-default .navbar-nav > li > a {
  display: flex;
  padding: 0.5rem 2rem 0.5rem;
  background-color: transparent;
  color: #143858 !important;
  text-decoration: none !important;
  font-family: "OpenSans-Bold", sans-serif;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  .kd-header.navbar-default .navbar-nav > li > a {
    padding: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .kd-header.navbar-default .navbar-nav > li > a {
    font-size: 11px!important;
  }
  .kd-header.navbar-default .navbar-nav > li > a {
    flex-direction: column;
    align-items: center;
    line-height: 110%;
  }
}
@media screen and (min-width: 1360px) {
  .kd-header.navbar-default .navbar-nav > li > a {
    font-size: 12px!important;
  }
}
body .kd-header.navbar-default .navbar-nav > li > a:before {
  content: "";
  display: inline-block;
  height: 60px!important;
  width: 60px!important;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .kd-header.navbar-default .navbar-nav > li > a:before {
    height: 50px;
    width: 50px;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  body .kd-header.navbar-default .navbar-nav > li > a:before {
    height: 55px!important;
    width: 40px!important;
    margin-right: 0;
  }
}
@media screen and (min-width: 1360px) {
  body .kd-header.navbar-default .navbar-nav > li > a:before {
    height: 55px!important;
    width: 55px!important;
    margin-right: 0;
  }
}
.kd-header.navbar-default .navbar-toggle {
  position: unset;
  float: none;
  height: 40px;
  width: 40px;
  margin: 0 1.5rem 0 0;
  padding: 0;
  background-image: url("../images/icon-menu.svg");
  border: 0;
  border-color: transparent;
  border-radius: 0;
}
.kd-header.navbar-default .navbar-toggle:hover,
.kd-header.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.kd-header.navbar-default .navbar-toggle.open {
  background-image: url("../images/icon-close.svg");
}
.kd-header.navbar-default .navbar-toggle .icon-bar {
  display: none;
}
.kd-header.navbar-default .navbar-collapse {
  height: 100vh;
  padding: 0;
  flex-basis: 132%;
  border: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .kd-header.navbar-default .navbar-collapse {
    padding-right: 1.5rem;
    flex-shrink: 0;
    justify-content: flex-end;
    flex-basis: unset;
  }
}
@media screen and (min-width: 768px) {
  .kd-header.navbar-default .navbar-collapse .views-element-container {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .kd-header.navbar {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .kd-header.navbar.container {
    max-width: unset;
    width: 100%;
    box-shadow: 0 6px 4px -5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
  }
}
.kd-header.navbar.container > .navbar-header {
  float: none;
}
@media screen and (min-width: 768px) {
  .kd-header.navbar.container > .navbar-header {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .kd-header .region-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1360px) {
  .kd-header .region-navigation {
    justify-content: space-between;
  }
}
.kd-header .region-navigation .overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 80px;
  background-color: white;
  overflow-y: hidden;
  transition: 0.5s;
}
.kd-header .region-navigation .view-explore-related-topics {
  padding: 0 2rem;
}
.path-content-search .kd-header {
  margin-bottom: 0;
}

.kd-welcome-search {
  position: relative;
  background: linear-gradient(0deg, #41948e 0%, #008ba6 100%);
  overflow: hidden;
}
.kd-welcome-search .view-header {
  padding-bottom: 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .kd-welcome-search .view-header {
    padding: 4rem 15rem 0;
  }
}
.kd-welcome-search .view-header h1 {
  margin-bottom: 1.5rem;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (min-width: 992px) {
  .kd-welcome-search .view-header h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.kd-welcome-search .view-header h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .kd-welcome-search .view-header h2 {
    margin-bottom: 5rem;
    font-size: 26px;
  }
}
.kd-welcome-search .view-header .straight-header-line {
  display: block;
  height: 2px;
  width: 100%;
  margin-bottom: 3rem;
  background-color: #f7ab02;
}
@media screen and (min-width: 992px) {
  .kd-welcome-search .view-header .straight-header-line {
    margin-bottom: 3.5rem;
  }
}
.kd-welcome-search .view-header h3 {
  margin-bottom: 1.5rem;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .kd-welcome-search .view-header h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1360px) {
  .kd-welcome-search .view-header .views-exposed-form .form-inline {
    display: flex;
  }
  .kd-welcome-search .view-header .views-exposed-form .form-inline button {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 0;
    padding: 1rem 3.5rem;
    background-color: #143858;
    border-color: #143858;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 18px;
  }
}
.kd-welcome-search .view-header .views-exposed-form .form-group:first-child {
  width: 100%;
  margin: 0 2rem 0 0;
  float: none;
  cursor: pointer;
  z-index: 30;
}
.kd-welcome-search .view-header .views-exposed-form .form-group .input-group {
  display: flex;
  position: relative;
  float: none;
  align-items: center;
  background: #fff url("../images/icon-search.svg") no-repeat scroll 25px center;
  background-size: 35px;
  cursor: default;
  border-radius: 40px;
  z-index: 100;
}
@media screen and (min-width: 1360px) {
  .kd-welcome-search .view-header .views-exposed-form .form-group .input-group {
    width: 100%;
    margin-right: 2rem;
  }
}
.kd-welcome-search
  .view-header
  .views-exposed-form
  .form-group
  .input-group.autocomplete-active {
  border: 2px solid #008ba6;
}
.kd-welcome-search
  .view-header
  .views-exposed-form
  .form-group
  .input-group.autocomplete-active:before {
  content: "";
  display: inline-block;
  position: relative;
  right: 30px;
  height: 20px;
  width: 20px;
  border: 1px solid #143858;
  border-radius: 50px;
  color: #143858;
}
.kd-welcome-search
  .view-header
  .views-exposed-form
  .form-group
  .input-group.autocomplete-active:after {
  content: "x";
  display: inline-block;
  font-size: 1rem;
}
.kd-welcome-search .view-header .views-exposed-form .form-group input {
  display: block;
  height: 72px;
  padding: 1rem 5rem 1rem 7.5rem;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 40px;
  box-shadow: none;
  color: #0f0f0f;
  font-size: 16px;
  line-height: 20px;
}
.kd-welcome-search .view-header .views-exposed-form .form-group input:focus {
  border: 2px solid #008ba6;
}
.kd-welcome-search .view-header .views-exposed-form .form-group .search-reset {
  position: absolute;
  right: 0;
  z-index: 1000;
  display: none;
  padding: 0;
  width: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-close-in-circle.svg");
  height: 22px;
  margin-right: 25px;
}
.kd-welcome-search
  .view-header
  .views-exposed-form
  .form-group
  .search-reset:focus {
  border: none !important;
}
.kd-welcome-search
  .view-header
  .views-exposed-form
  .form-group
  .search-reset.show {
  display: block;
}
.kd-welcome-search
  .view-header
  .views-exposed-form
  .form-group
  .input-group-addon {
  display: none;
}
.view-footer .kd-welcome-search {
  background: none;
}
.kd-welcome-search__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px;
}
@media screen and (min-width: 992px) {
  .kd-welcome-search__footer {
    margin: 4rem 15rem;
  }
}
.kd-welcome-search__footer .splide__arrow {
  top: 26px;
}
.kd-welcome-search__footer .splide__arrow--next {
  right: -3rem;
}
.kd-welcome-search__footer .splide__arrow--prev {
  left: -3rem;
}
@media screen and (min-width: 1360px) {
  .kd-welcome-search__footer .topic-tags {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    padding: unset;
    z-index: 10;
  }
  .kd-welcome-search__footer .topic-tags.show-results {
    max-width: 880px;
    height: 56px;
  }
}
@media screen and (min-width: 1360px) {
  .kd-welcome-search__footer .topic-tags.extras-added {
    flex-wrap: wrap;
  }
  .kd-welcome-search__footer .topic-tags.extras-added .extras {
    display: none;
  }
  .kd-welcome-search__footer .topic-tags.extras-added .extras__container {
    display: flex;
  }
}
.kd-welcome-search__footer .topic-tags.scrolled::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  height: 74px;
  width: 65px;
  background: linear-gradient(270deg, #3a8f8e 0%, rgba(58, 143, 142, 0) 100%);
  transform: rotate(180deg);
  z-index: 60;
}
.kd-welcome-search__footer .topic-tags__all .view-content {
  display: flex;
}
.kd-welcome-search__footer .topic-tags__show-all {
  display: none;
}
@media screen and (min-width: 1360px) {
  .kd-welcome-search__footer .topic-tags__show-all {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .kd-welcome-search__footer .topic-tags__show-all a {
    display: flex;
    align-items: center;
    color: #fff;
    white-space: nowrap;
  }
  .kd-welcome-search__footer .topic-tags__show-all a.opened:after {
    transform: rotate(270deg);
  }
  .kd-welcome-search__footer .topic-tags__show-all a:after {
    content: "";
    display: inline-block;
    background: url("../images/icon-chevron-right.svg") no-repeat scroll center
      center;
    width: 20px;
    height: 20px;
    margin-left: 1rem;
    transform: rotate(90deg);
  }
}
.kd-welcome-search__footer .topic-tags .topic-tag {
  display: flex;
  align-items: center;
  margin-right: 8px;
  padding: 1.5rem 2.5rem;
  border-radius: 40px;
  white-space: nowrap;
}
.kd-welcome-search__footer .topic-tags .topic-tag:last-child {
  margin-right: 0;
}
.kd-welcome-search__footer .topic-tags .topic-tag a {
  font-size: 16px;
  line-height: 22px;
}
.kd-welcome-search__footer.showing-all {
  align-items: baseline;
}
.kd-welcome-search__footer.showing-all .topic-tags__show-all a:after {
  transform: rotate(-90deg);
}
.kd-welcome-search__footer .view-content {
  padding: 0;
  margin: 0;
}
.kd-welcome-search__footer .view-content.splide__track {
  position: unset;
}
.kd-welcome-search__footer .view-content .gradient-overlay {
  display: flex;
  position: absolute;
  right: -2px;
  top: 0px;
  height: 54px;
  width: 65px;
  z-index: 60;
  background: linear-gradient(270deg, #ffffff 0%, rgba(58, 143, 142, 0) 100%);
}
@media screen and (min-width: 1360px) {
  .kd-welcome-search__footer .view-content .gradient-overlay {
    background: unset;
  }
}
.kd-welcome-search__chevron-prev,
.kd-welcome-search__chevron-next {
  position: absolute;
  right: 2%;
  display: none;
  height: 20px;
  width: 20px;
  background: url("../images/icon-chevron-right.svg");
  background-repeat: no-repeat;
  z-index: 70;
  cursor: pointer;
}
.kd-welcome-search__chevron-prev.active,
.kd-welcome-search__chevron-next.active {
  display: block;
}
@media screen and (min-width: 992px) {
  .kd-welcome-search__chevron-prev,
  .kd-welcome-search__chevron-next {
    display: none;
  }
}
.kd-welcome-search__chevron-prev.active {
  left: 2%;
  transform: rotate(180deg);
}

.footer {
  margin: 0;
  padding: 2rem 0 3.5rem;
  border: 0;
}
@media screen and (min-width: 992px) {
  .footer {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1360px) {
  .footer {
    width: 1360px;
  }
}
.footer .region-footer {
  padding: 0 1.5rem 0;
}
.footer__top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4rem;
  padding-top: 2.5rem;
  border-top: 2px solid #ddd;
}
.footer__logo {
  margin-right: 5rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-right: 10rem;
  }
}
.footer__logo img {
  width: 120px;
}
.footer__links ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .footer__links ul {
    flex-direction: row;
  }
}
.footer__links li {
  list-style-type: none;
  margin-bottom: 1rem;
}
.footer__links li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer__links li {
    margin-right: 3.5rem;
    margin-bottom: 0;
  }
  .footer__links li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__links li {
    margin-bottom: 0;
  }
}
.footer__links a {
  color: #e1242a !important;
  text-decoration: none !important;
  font-family: "OpenSans-Bold", sans-serif;
}
.footer__copy p,
.footer__copyright,
.footer__trademark,
.footer__registered-number,
.footer__preparation {
  color: #4c4948;
  font-size: 14px;
  line-height: 16px;
}
.footer__copy p {
  margin-bottom: 2rem;
}
.footer__copyright {
  margin-bottom: 1.5rem;
}
.footer__registered-number {
  margin-top: 1rem;
}

#block-campaign-block {
  z-index: 50;
  transition: 0.5s ease-out;
}

.view-campaign .views-row {
  display: flex;
  flex-direction: column;
}
.view-campaign__heading {
  padding: 1rem 2.5rem;
  background: linear-gradient(90deg, #008ba6 0%, #63d5b4 100%);
  font-family: "OpenSans-Bold", sans-serif;
  order: 1;
}
@media screen and (min-width: 1360px) {
  .view-campaign__heading {
    padding: 2.5rem 0 2.5rem 15rem;
    font-size: 24px;
  }
}
.view-campaign__heading--light {
  display: block;
  color: #fff;
}
@media screen and (min-width: 1360px) {
  .view-campaign__heading--light {
    display: inline-block;
  }
}
.view-campaign__heading--dark {
  color: #143858;
}
.view-campaign__cta {
  position: relative;
  top: -25px;
  width: 100%;
  display: inline-block;
  margin-top: -44px;
  text-align: center;
}
@media screen and (min-width: 1360px) {
  .view-campaign__cta {
    top: -58px;
    margin-top: unset;
    text-align: right;
    order: 2;
  }
}
.view-campaign__cta .button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.view-campaign__cta .button:after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-left: 1rem;
  background-image: url("../images/icon-close-in-circle.svg");
  background-position-y: 2px;
  background-repeat: no-repeat;
}
.view-campaign__image {
  order: 2;
}
@media screen and (min-width: 1360px) {
  .view-campaign__image {
    margin: 0;
    order: 3;
  }
}
.view-campaign__image img {
  width: 100%;
}

.article-banner {
  margin-bottom: 2rem;
}
.article-card {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2rem;
  max-width: 245px;
  border: 1px solid #f2f2f2;
}
@media screen and (min-width: 576px) {
  .article-card {
    flex-direction: row;
    flex: 1;
    max-width: 100%;
  }
}
.article-card__image,
.article-card__content {
  padding: 2rem;
}
@media screen and (min-width: 576px) {
  .article-card--half .article-card__image,
  .article-card--half .article-card__content {
    flex-basis: 50%;
  }
}
.article-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 30%;
}
.article-card__image img {
  height: auto;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  .article-card__image img {
    width: 160px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .article-card--half .article-card__image img {
    max-width: 100%;
  }
}
.article-card__content {
  display: flex;
  justify-content: center;
  flex-basis: 70%;
  flex-direction: column;
  background-color: #f2f2f2;
  color: #143858;
  font-family: "OpenSans", sans-serif;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .article-card__content {
    text-align: left;
  }
}
.article-card__content p {
  font-family: "OpenSans-SemiBold", sans-serif;
  line-height: 20px;
}
.article-card__content a {
  text-decoration: underline;
}
.article-card--reversed {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .article-card--reversed {
    display: flex;
    flex-basis: 66%;
    flex-direction: row-reverse;
  }
}
.article-card--reversed img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .article-card--reversed img {
    height: 130px;
    width: auto;
  }
}
.article-card--reversed .article-card__content {
  text-align: left;
}
.article-card--half {
  flex-direction: column;
  max-width: none;
  border: 0;
}
@media screen and (min-width: 768px) {
  .article-card--half {
    flex-direction: row;
  }
}
.article-card--half .article-card__image {
  background-color: #fcdc96;
  padding: 0;
}
.article-card--half .article-card__image img {
  height: auto;
  width: 100%;
  padding: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .article-card--half .article-card__image img {
    min-height: 174px;
    width: 100%;
  }
}
.article-card--half .article-card__content {
  text-align: left;
}
.article-card--stacked {
  margin: 0;
  max-width: 100%;
  flex-direction: column;
  border: 0;
}
.article-card--stacked .article-card__image {
  display: flex;
  justify-content: center;
  height: 174px;
  width: 100%;
  padding: 0 0 1rem;
  overflow: hidden;
}
.article-card--stacked .article-card__image img {
  height: 174px;
  padding: 0;
  object-fit: cover;
  width: 100%;
}
.article-card--stacked .article-card__content {
  padding: 0 0 1.5rem;
  background-color: transparent;
  text-align: left;
}
.article-card--stacked .article-card__content p {
  margin-bottom: 0.5rem;
}
.article-card--stacked .article-card__content strong {
  font-family: "OpenSans-ExtraBold", sans-serif;
  font-size: 18px;
}
.article__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto 0 0;
}
.article__footer-info {
  display: flex;
  margin-bottom: 1rem;
}
.page-node-type-article-advanced .article__footer {
  flex-direction: row;
}
.article__created {
  margin-right: 2rem;
  font-family: "OpenSans-Light", sans-serif;
  color: #333;
}
.article__read-time {
  margin-right: 2rem;
  font-size: 14px;
  color: #515B61;
}

.thumb-article__image {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .thumb-article__image {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.thumb-article__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) {
  .thumb-article__content {
    display: flex;
  }
  .thumb-article__content .field-content {
    display: flex;
  }
}
.thumb-article__content p:only-child,
.thumb-article__content p:last-child {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 576px) {
  .thumb-article__footer-content {
    display: flex;
    flex-direction: column;
  }
}
.thumb-article__footer-content a {
  display: block;
  color: #0f0f0f;
}
.thumb-article__footer-content p {
  margin-bottom: 1.5rem;
  font-family: "OpenSans-Light", sans-serif;
  color: #333;
}

.related-articles .view-content {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .related-articles .view-content {
    display: flex;
  }
}
.related-articles .thumb-article {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .related-articles .thumb-article {
    flex: 1;
  }
  .related-articles .thumb-article:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.related-articles .thumb-article__image {
  margin-right: 0;
  margin-bottom: 1.5rem;
}
.related-articles .thumb-article__content {
  flex-direction: column;
}
.related-articles .thumb-article__content > a {
  display: block;
  margin-bottom: 1.5rem;
  color: #0f0f0f;
  font-size: 18px;
}
.related-articles .thumb-article__content p {
  color: #333;
}
.related-articles .article__footer {
  margin-bottom: 1.5rem;
}
.related-articles .article__footer .topic-tag {
  margin: 0 0 0 10px !important;
}

p.mc-font--regular,
a.mc-font--regular,
span.mc-font--regular,
li.mc-font--regular,
.mc-font--regular {
  color: #0f0f0f;
  font-family: "OpenSans", sans-serif;
}
p.mc-font--strong,
a.mc-font--strong,
span.mc-font--strong,
li.mc-font--strong,
.mc-font--strong {
  color: #143858;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 16px;
}
p.mc-font--light,
a.mc-font--light,
span.mc-font--light,
li.mc-font--light,
.mc-font--light {
  color: #143858;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 16px;
}
p.mc-font--tiny,
a.mc-font--tiny,
span.mc-font--tiny,
li.mc-font--tiny,
.mc-font--tiny {
  font-size: 14px;
}
p.mc-font--bold,
a.mc-font--bold,
span.mc-font--bold,
li.mc-font--bold,
.mc-font--bold {
  font-family: "OpenSans-ExtraBold", sans-serif;
}
p.mc-font--impact,
a.mc-font--impact,
span.mc-font--impact,
li.mc-font--impact,
.mc-font--impact {
  font-family: "OpenSans-ExtraBold", sans-serif;
  font-size: 24px;
}
p.mc-font--big-impact,
a.mc-font--big-impact,
span.mc-font--big-impact,
li.mc-font--big-impact,
.mc-font--big-impact {
  font-family: "OpenSans-ExtraBold", sans-serif;
  font-size: 30px;
}
p.mc-font--highlight,
a.mc-font--highlight,
span.mc-font--highlight,
li.mc-font--highlight,
.mc-font--highlight {
  color: #63d5b4;
  font-size: 24px;
}
.article-card__content p.mc-font--highlight,
.article-card__content a.mc-font--highlight,
.article-card__content span.mc-font--highlight,
.article-card__content li.mc-font--highlight,
.article-card__content .mc-font--highlight {
  font-size: inherit;
}
p.mc-font--highlight a,
a.mc-font--highlight a,
span.mc-font--highlight a,
li.mc-font--highlight a,
.mc-font--highlight a {
  color: #63d5b4;
}
p.mc-font--accent,
a.mc-font--accent,
span.mc-font--accent,
li.mc-font--accent,
.mc-font--accent {
  color: #f7ab02;
}
p.mc__arrow-yellow:before,
a.mc__arrow-yellow:before,
span.mc__arrow-yellow:before,
li.mc__arrow-yellow:before,
.mc__arrow-yellow:before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 14px;
  background: url("../images/icon-chevron-right-yellow.svg") scroll 0 0
    no-repeat;
}
p.mc__disc:before,
a.mc__disc:before,
span.mc__disc:before,
li.mc__disc:before,
.mc__disc:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  height: 20px;
  width: 20px;
  margin-right: 0.5rem;
  background-color: #143858;
  border-radius: 30px;
}
p.mc__disc--accent:before,
a.mc__disc--accent:before,
span.mc__disc--accent:before,
li.mc__disc--accent:before,
.mc__disc--accent:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  height: 20px;
  width: 20px;
  margin-right: 0.5rem;
  background-color: #f7ab02;
  border-radius: 30px;
}
p.mc__disc--green-tick:before,
a.mc__disc--green-tick:before,
span.mc__disc--green-tick:before,
li.mc__disc--green-tick:before,
.mc__disc--green-tick:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 6px;
  height: 25px;
  width: 24px;
  margin-right: 0.5rem;
  background: url("../images/icon-green-tick.svg");
}
p.mc__disc--red-cross,
a.mc__disc--red-cross,
span.mc__disc--red-cross,
li.mc__disc--red-cross,
.mc__disc--red-cross {
  align-items: center;
}
p.mc__disc--red-cross:before,
a.mc__disc--red-cross:before,
span.mc__disc--red-cross:before,
li.mc__disc--red-cross:before,
.mc__disc--red-cross:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 6px;
  height: 24px;
  width: 24px;
  margin-right: 0.5rem;
  background: url("../images/icon-red-cross.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
p.mc__disc--exclamation:before,
a.mc__disc--exclamation:before,
span.mc__disc--exclamation:before,
li.mc__disc--exclamation:before,
.mc__disc--exclamation:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  height: 24px;
  width: 24px;
  margin-right: 0.5rem;
  background: url("../images/icon-exclamation.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.fact-check {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
.fact-check__card {
  position: relative;
  max-width: 310px;
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.1);
}
.fact-check__card:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #63d5b4;
}
.fact-check__card:not(:nth-last-of-type(1)) {
  margin-bottom: 2rem;
}
.fact-check__card-inner {
  padding: 1rem 2rem 1.5rem;
}
.fact-check__card-title {
  margin-bottom: 0.5rem;
  font-family: "OpenSans-Bold", sans-serif;
}
.fact-check__card-description {
  margin: 0;
  color: #333;
  font-family: "OpenSans-Light", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.did-you-know,
.did-you-know--sidebar {
  background-color: #f2f2f2;
}

.did-you-know {
  padding: 25px;
  color: #0f0f0f;
}
.did-you-know .block-title {
  margin-bottom: 2.5rem;
  text-align: center;
}
.did-you-know--sidebar {
  padding: 25px;
  border-radius: 6px;
  color: #143858;
}
.did-you-know--sidebar__tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4.5rem;
}
.did-you-know--sidebar__tile:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  margin: 0 auto;
  border: 1px solid #143858;
}
.did-you-know--sidebar__tile .field--type-image {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.did-you-know--sidebar__tile .field--type-image img {
  width: 210px;
  height: auto;
}
.did-you-know--sidebar__tile .field--name-field-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.5rem;
  text-align: center;
}
.did-you-know--sidebar .block-title {
  margin-bottom: 3.5rem;
  color: #143858;
  font-size: 28px;
  font-family: "OpenSans-SemiBold", sans-serif;
  text-align: center;
}
.did-you-know--sidebar img {
  width: 168px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .promo-boxes__small {
    display: flex;
    flex: 1;
  }
  .promo-boxes__small section {
    flex: 1 0 calc(50% - 30px);
  }
  .promo-boxes__small section:first-child {
    /* margin-right: 2rem; */
  }
}
@media screen and (min-width: 1360px) {
  .promo-boxes__small {
    display: block;
    width: 55%;
  }
  .promo-boxes__small section {
    width: 45%;
    margin-right: 2rem;
    float: left;
  }
}
.promo-boxes__long {
  height: 465px;
  background-color: #143858;
}
@media screen and (max-width: 576px) {
  .promo-boxes__long {
    height: auto;
  }
}
@media screen and (min-width: 576px) {
  .promo-boxes__long {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .promo-boxes__long {
    height: 320px;
  }
}
@media screen and (min-width: 992px) {
  .promo-boxes__long {
    margin-right: 0;
    margin-left: 0;
    border-radius: 6px;
  }
}
@media screen and (min-width: 1360px) {
  .promo-boxes__long {
    float: left;
    width: 47%;
  }
}

.static-banner {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  background-repeat: no-repeat;
  background-position: right -32px bottom;
  background-size: 210px;
  border-radius: 6px;
}
@media screen and (min-width: 1360px) {
  .static-banner {
    height: 320px;
  }
}
.static-banner a {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem 2.5rem;
}
.static-banner__heading {
  margin-bottom: 1rem;
  color: #0f0f0f;
  font-size: 22px;
}
.static-banner__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.static-banner__content p {
  width: 49%;
  margin-bottom: auto;
  color: #0f0f0f;
}
.static-banner__content .button {
  align-self: flex-start;
}

.dengue-facts {
  height: 465px;
  overflow: hidden;
  background-color: #143858;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .dengue-facts {
    height: 290px;
  }
}
.dengue-facts .layout--onecol,
.dengue-facts .layout__region--content,
.dengue-facts .slick--field-dengue-facts,
.dengue-facts .slick-list,
.dengue-facts .slick-track,
.dengue-facts .slick__slide {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .dengue-facts .slick--field-dengue-facts {
    position: relative;
  }
}
.dengue-facts__slide {
  height: 100%;
  padding: 4.5rem 1rem 1rem 2rem;
  background-position: calc(100vw - 142px) 35px;
  background-repeat: no-repeat;
  background-size: 224px;
}
@media screen and (min-width: 768px) {
  .dengue-facts__slide {
    padding: 2rem 5rem;
    background-position: calc(100vw - 242px) 10px;
    background-size: 332px;
  }
}
@media screen and (min-width: 992px) {
  .dengue-facts__slide {
    background-position: calc(992px - 296px) 10px;
  }
}
@media screen and (min-width: 1360px) {
  .dengue-facts__slide {
    background-position: calc(1360px - 300px) 10px;
  }
}
.dengue-facts__heading {
  display: inline-block;
  align-self: flex-start;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #f7ab02;
  color: #63d5b4;
  text-transform: uppercase;
}
.dengue-facts__title,
.dengue-facts__copy {
  color: #fff;
}
@media screen and (min-width: 576px) {
  .dengue-facts__content {
    padding: 2rem 5rem !important;
  }
}
.dengue-facts__title {
  height: 150px;
  width: 63%;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 28px;
  line-height: 30px;
}
@media screen and (max-width: 576px) {
  .dengue-facts__title {
    height: auto;
    width: 66%;
  }
}
@media screen and (min-width: 576px) {
  .dengue-facts__title {
    height: auto;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .dengue-facts__title {
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 26px;
  }
}
@media screen and (min-width: 1360px) {
  .dengue-facts__title {
    width: 80%;
  }
}
.dengue-facts__title--large {
  margin-top: 3rem;
  font-size: 36px;
  line-height: 44px;
}
.dengue-facts__copy {
  font-family: "OpenSans-Light", sans-serif;
}
@media screen and (max-width: 576px) {
  .dengue-facts__copy {
    width: 68%;
  }
}
@media screen and (min-width: 576px) {
  .dengue-facts__copy {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .dengue-facts__copy {
    width: 75%;
  }
}
@media screen and (min-width: 1360px) {
  .dengue-facts__copy {
    width: 72%;
  }
}

.block-references,
#block-referencehomepage {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1360px) {
  #block-referencehomepage {
    padding: 0 210px 7.5rem 115px;
  }
}

#block-referencehomepage .field--name-field-reference > .field--label,
.block-references .field--name-field-reference > .field--label {
  display: none;
}

#block-referencehomepage .field--name-field-reference > .field--item {
  padding: 0 1.5rem 0;
}

#block-referencehomepage .field--name-field-reference > .field--item p,
.block-references .field--name-field-reference > .field--item p {
  font-size: 14px;
}

#block-referencehomepage .field--name-field-reference > .field--item p a,
.block-references .field--name-field-reference > .field--item p a {
  color: #008ba6;
  font-family: "OpenSans-SemiBold", sans-serif;
  text-decoration: underline;
  word-break: break-word;
}

#block-referencehomepage .block-title,
.block-references .block-title {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 18px;
  margin-bottom: 2.5rem;
}

.path-frontpage .region-header .view-content:first-child {
  padding: 0;
}
.path-frontpage .region-content .view-filters {
  margin-bottom: 0;
  padding-bottom: 0;
}
.path-frontpage .region-content .view-filters .form-group {
  margin-bottom: 0;
}
@media screen and (min-width: 1360px) {
  .path-frontpage .header-articles {
    display: flex;
    margin-bottom: 2.5rem;
  }
}
.path-frontpage .header-articles-primary img {
  width: 100%;
}
.path-frontpage .header-articles-secondary .view-content {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1360px) {
  .path-frontpage .header-articles-secondary .view-content {
    padding: 0 0 0 25px;
  }
}
.path-frontpage .thumb-articles .view-content .views-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .path-frontpage .thumb-articles .view-content .views-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .path-frontpage .thumb-articles .header-articles-primary {
    width: 50%;
  }
}
.path-frontpage .thumb-articles .header-articles-primary .thumb-article__image {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .path-frontpage .thumb-articles .header-articles-secondary {
    width: 50%;
  }
}
.path-frontpage
  .thumb-articles
  .header-articles-secondary
  .view-content
  > div:first-child {
  margin-bottom: 3rem;
}
.path-frontpage
  .thumb-articles
  .header-articles-secondary
  .thumb-article__image {
  display: none;
}
.path-frontpage .thumb-articles.view-footer {
  padding: 0 2.5rem;
}
.path-frontpage .thumb-articles.view-footer .thumb-article {
  display: flex;
  margin-bottom: 4.5rem;
}
.path-frontpage .thumb-articles.view-footer .thumb-article__image {
  display: none;
}
@media screen and (min-width: 992px) {
  .path-frontpage .thumb-articles.view-footer .thumb-article__image {
    display: block;
    margin-bottom: 1rem;
  }
  .path-frontpage .thumb-articles.view-footer .thumb-article__image img {
    width: auto;
  }
}
.path-frontpage .thumb-articles.view-footer .thumb-article .topic-tag {
  margin-bottom: 1rem;
}
.path-frontpage aside {
  padding: 0;
}
@media screen and (min-width: 1360px) {
  .path-frontpage aside .well {
    padding: 25px;
  }
}
.path-frontpage .content_bottom.container {
  padding: 0;
}
.path-frontpage .content_bottom.container section {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1360px) {
  .path-frontpage .content_bottom.container section {
    margin-bottom: 0;
  }
}
.path-frontpage
  .content_bottom.container
  section:nth-of-type(odd)
  .static-banner {
  background-color: #e1f7f1;
  background-position: right 2px bottom;
  background-size: 450px;
}
.path-frontpage
  .content_bottom.container
  section:nth-of-type(odd)
  .static-banner
  a {
  /* padding-right: 0; */
}
.path-frontpage
  .content_bottom.container
  section:nth-of-type(even)
  .static-banner {
  background-color: #4dae92;
}
.path-frontpage
  .content_bottom.container
  section:nth-of-type(even)
  .static-banner
  a {
  /* padding-right: 0; */
}
.path-frontpage .region-content-bottom {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1360px) {
  .path-frontpage .region-content-bottom {
    display: block;
    padding: 0;
  }
}

.topics__header,
.view-topic-page__header {
  padding-bottom: 0;
}
.topics .view-header,
.view-topic-page .view-header {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .topics .view-header,
  .view-topic-page .view-header {
    padding: 0 0 0 15rem;
  }
}
.topics .view-filters,
.view-topic-page .view-filters {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .topics .view-filters,
  .view-topic-page .view-filters {
    margin-bottom: 0;
  }
}
.topics__main-article,
.view-topic-page__main-article {
  margin-bottom: 25px;
  background-color: #e1f7f1;
}
@media screen and (min-width: 768px) {
  .region-content .topics__main-article,
  .region-content .view-topic-page__main-article {
    padding: 0rem 7.5rem;
  }
}
.topics__main-article .views-field-title a,
.view-topic-page__main-article .views-field-title a {
  display: block;
  margin-bottom: 2.5rem;
  color: #0f0f0f;
  font-size: 18px;
}
.topics__main-article .views-field:not(last-child),
.view-topic-page__main-article .views-field:not(last-child) {
  display: block;
  margin-bottom: 0.5rem;
}
.topics__main-article .views-field-field-image img,
.view-topic-page__main-article .views-field-field-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .topics__main-article .views-field-field-image img,
  .view-topic-page__main-article .views-field-field-image img {
    margin-bottom: 2.5rem;
  }
}
.topics__main-article .views-field-body,
.view-topic-page__main-article .views-field-body {
  color: #333;
}
.topics__main-article .views-field-body p,
.view-topic-page__main-article .views-field-body p {
  margin-bottom: 2rem;
}
.topics__main-article .views-field-body p:last-child,
.view-topic-page__main-article .views-field-body p:last-child {
  margin-bottom: 3.5rem;
}
.topics__main-article .article__footer,
.view-topic-page__main-article .article__footer {
  flex-direction: row;
}
.topics__thumb-articles .views-row:not(last-child),
.view-topic-page__thumb-articles .views-row:not(last-child) {
  margin-bottom: 3.5rem;
}
.topics .thumb-article__image,
.view-topic-page .thumb-article__image {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .topics .thumb-article__image,
  .view-topic-page .thumb-article__image {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.topics .thumb-article__image img,
.view-topic-page .thumb-article__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) {
  .topics .thumb-article__image img,
  .view-topic-page .thumb-article__image img {
    width: auto;
  }
}
@media screen and (min-width: 576px) {
  .topics .thumb-article__content,
  .view-topic-page .thumb-article__content {
    display: flex;
  }
  .topics .thumb-article__content .field-content,
  .view-topic-page .thumb-article__content .field-content {
    display: flex;
  }
}
@media screen and (min-width: 576px) {
  .topics .thumb-article__footer-content,
  .view-topic-page .thumb-article__footer-content {
    display: flex;
    flex-direction: column;
  }
}
.topics .thumb-article__footer-content a,
.view-topic-page .thumb-article__footer-content a {
  display: block;
  margin-bottom: 1.5rem;
  color: #0f0f0f;
}
.topics .thumb-article__footer-content p,
.view-topic-page .thumb-article__footer-content p {
  margin-bottom: 1.5rem;
  font-family: "OpenSans-Light", sans-serif;
  color: #333;
}
@media screen and (min-width: 576px) {
  .topics .thumb-article__footer-content .article__footer,
  .view-topic-page .thumb-article__footer-content .article__footer {
    display: flex;
    margin: auto 0 0;
  }
}
.topics .views-field-node-read-time,
.view-topic-page .views-field-node-read-time {
  color: #000;
}
.topics .view-footer .views-row,
.view-topic-page .view-footer .views-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .topics .view-footer .views-row,
  .view-topic-page .view-footer .views-row {
    flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .path-topic aside {
    padding-top: 40px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1360px) {
  .path-topic aside {
    padding-left: 60px;
  }
}
.path-topic aside .static-banner {
  background-color: #e1f7f1;
  background-position-y: 60px;
  background-size: cover;
}

.kd__view-body .views-field-rendered-entity .views-row {
  flex-direction: column;
  display: flex;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 576px) {
  .kd__view-body .views-field-rendered-entity .views-row {
    flex-direction: row;
  }
}

.page-node-type-article-advanced .main-container .row {
  display: flex;
  flex-direction: column;
}
.page-node-type-article-advanced .kd-header {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .page-node-type-article-advanced .main-container .row {
    display: block;
  }
}
.page-node-type-article-advanced .main-container .row > .view-header {
  padding: 0 25px;
}
@media screen and (min-width: 992px) {
  .page-node-type-article-advanced .main-container .row > .view-header {
    padding: 0 0 0 125px;
  }
}
.page-node-type-article-advanced .region-header .view-content {
  padding: 0;
}
.page-node-type-article-advanced .region-header .view-article-banner-image {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 992px) {
  .page-node-type-article-advanced .region-header .view-article-banner-image {
    margin-bottom: 2.5rem;
  }
}
.page-node-type-article-advanced .region-header .view-article-banner-image img {
  width: 100%;
}
.page-node-type-article-advanced .thumb-article__content {
  display: flex;
}
.page-node-type-article-advanced .thumb-article__content a, .block-references a {
  color: #3D9291;
  font-family: "OpenSans-SemiBold", sans-serif;
  text-decoration: none;
  font-size: initial;
}
.page-node-type-article-advanced .thumb-article__content a:hover, .block-references a:hover{
  text-decoration: underline;
}
.page-node-type-article-advanced .region-content .content {
  padding: 0 2.5rem 0 1.5rem;
}
.page-node-type-article-advanced .block-views-blockarticle-banner-image-block-1 {
  padding: 0 1.5rem;
}
@media screen and (min-width: 992px) {
  .page-node-type-article-advanced .region-content .content {
    border-right: 2px solid #ddd;
  }
}
.page-node-type-article-advanced .region-content .layout--onecol {
  width: 100%;
}
.page-node-type-article-advanced
  .region-content
  .article__content
  .field--type-text-with-summary
  img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) {
  .page-node-type-article-advanced
    .region-content
    .article__content
    .field--type-text-with-summary
    img {
    min-width: 578px;
  }
}
.page-node-type-article-advanced .region-content .related-articles {
  padding: 0 2.5rem 0 1.5rem;
}
.page-node-type-article-advanced
  .region-content
  .related-articles
  .thumb-article__content
  a:not(.share) {
  color: #0f0f0f;
  font-family: "OpenSans", sans-serif;
  text-decoration: none;
}
.page-node-type-article-advanced aside .well {
  padding-top: 0;
}
.page-node-type-article-advanced aside .well .section-type-indicator {
  margin-top: 0;
}
@media screen and (min-width: 1360px) {
  .page-node-type-article-advanced aside .well {
    padding-left: 0;
  }
}
.page-node-type-article-advanced aside .static-banner {
  background-color: #e1f7f1;
  background-position-x: right;
  background-size: contain;
}
.page-node-type-article-advanced
  .block-references
  .field--name-field-reference
  > .field--label {
  display: block;
  padding: 0 1.5rem 0;
}
.page-node-type-article-advanced .block-references {
  padding-left: 1rem;
}
@media screen and (min-width: 1360px) {
  .page-node-type-article-advanced .block-references {
    padding-right: 0;
    padding-bottom: 0;
  }
}

.kd-search__header {
  position: relative;
  padding: 25px 25px 4rem;
  background: linear-gradient(0deg, #41948e 0%, #008ba6 100%);
}
@media screen and (min-width: 992px) {
  .kd-search__header {
    padding: 4rem 15rem;
  }
}
.kd-search__header .block-title {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  color: #fff;
  font-size: 14px;
}
.kd-search__header .block-title:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.5rem;
  background: url("../images/icon-search-white.svg");
}
@media screen and (min-width: 1360px) {
  .kd-search__header.views-exposed-form .form-inline {
    display: flex;
  }
  .kd-search__header.views-exposed-form .form-inline button {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 0;
    padding: 1rem 3.5rem;
    background-color: #143858;
    border-color: #143858;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 18px;
  }
}
.kd-search__header.views-exposed-form .form-group:first-child {
  width: 100%;
  margin: 0 2rem 0 0;
  float: none;
  cursor: pointer;
  z-index: 30;
}
.kd-search__header.views-exposed-form .form-group .input-group {
  position: relative;
  display: flex;
  float: none;
  align-items: center;
  background: #fff url("../images/icon-search.svg") no-repeat scroll 25px center;
  background-size: 35px;
  border-radius: 40px;
}
@media screen and (min-width: 1360px) {
  .kd-search__header.views-exposed-form .form-group .input-group {
    width: 670px;
    margin: 0 auto;
  }
}
.kd-search__header.views-exposed-form
  .form-group
  .input-group.autocomplete-active {
  border: 2px solid #008ba6;
}
.kd-search__header.views-exposed-form
  .form-group
  .input-group.autocomplete-active:before {
  content: "";
  display: inline-block;
  position: relative;
  right: 30px;
  height: 20px;
  width: 20px;
  border: 1px solid #143858;
  border-radius: 50px;
  color: #143858;
}
.kd-search__header.views-exposed-form
  .form-group
  .input-group.autocomplete-active:after {
  content: "x";
  display: inline-block;
  font-size: 1rem;
}
.kd-search__header.views-exposed-form .form-group input {
  display: block;
  height: 72px;
  padding: 1rem 5rem 1rem 7.5rem;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 40px;
  box-shadow: none;
  color: #0f0f0f;
  font-size: 16px;
  line-height: 20px;
}
.kd-search__header.views-exposed-form .form-group input:focus {
  border: 2px solid #008ba6;
}
.kd-search__header.views-exposed-form .form-group .search-reset {
  position: absolute;
  right: 0;
  z-index: 1000;
  display: none;
  padding: 0;
  width: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-close-in-circle.svg");
  height: 22px;
  margin-right: 25px;
}
.kd-search__header.views-exposed-form .form-group .search-reset:focus {
  border: none !important;
}
.kd-search__header.views-exposed-form .form-group .search-reset.show {
  display: block;
}
.kd-search__header.views-exposed-form .form-group .input-group-addon {
  display: none;
}
.kd-search__header.views-exposed-form .form-actions {
  display: none;
}
.kd-search__results {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.kd-search__results--empty {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.kd-search__results-heading {
  padding: 2rem 2rem 0;
}
@media screen and (min-width: 992px) {
  .kd-search__results-heading {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
}
.kd-search__results-heading,
.kd-search__results h4 {
  color: #0f0f0f;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 1360px) {
  .kd-search__results .thumb-articles {
    padding-bottom: 0;
  }
}
.kd-search__results .thumb-articles .thumb-article,
.kd-search__results .thumb-articles .views-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.kd-search__results .thumb-articles .thumb-article__image,
.kd-search__results .thumb-articles .views-row__image {
  margin-right: 2rem;
}
.kd-search__results .thumb-articles .thumb-article__image img,
.kd-search__results .thumb-articles .views-row__image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.kd-search__results .thumb-articles .thumb-article .article__created,
.kd-search__results .thumb-articles .thumb-article .article__read-time,
.kd-search__results .thumb-articles .views-row .article__created,
.kd-search__results .thumb-articles .views-row .article__read-time {
  font-size: 14px;
}
.kd-search__results .thumb-articles .thumb-article:last-child,
.kd-search__results .thumb-articles .views-row:last-child {
  margin-bottom: 0;
}
.kd-search__results .thumb-articles .thumb-article__footer-content a:hover,
.kd-search__results .thumb-articles .views-row__footer-content a:hover {
  text-decoration: none;
}
.kd-search__results .thumb-articles .thumb-article__footer-content .highlighted,
.kd-search__results .thumb-articles .views-row__footer-content .highlighted {
  border-bottom: 1px solid #0f0f0f;
}
@media screen and (min-width: 1360px) {
  .kd-search__results {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}
.kd-search__no-results {
  padding: 2.5rem;
}
@media screen and (min-width: 992px) {
  .kd-search__no-results {
    padding-top: 7rem;
  }
}
.kd-search__no-results-heading {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 992px) {
  .kd-search__no-results-heading {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
.kd-search__no-results-heading,
.kd-search__no-results h4 {
  color: #0f0f0f;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 16px;
}
.kd-search__no-results .view-header {
  padding: 1rem 0 0;
}
.kd-search__no-results .section-type-indicator {
  margin-bottom: 0;
}
.kd-search__no-results .topic-tags {
  padding: 2.5rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .kd-search__no-results .topic-tags {
    width: 70%;
  }
}
@media screen and (min-width: 1360px) {
  .kd-search__no-results .topic-tags {
    width: 50%;
  }
}
.kd-search__load-more {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.kd-search__load-more li {
  display: inline-flex;
}
@media screen and (min-width: 1360px) {
  .kd-search__load-more {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .kd-search .topic-tags {
    width: 75%;
  }
}
@media screen and (min-width: 1360px) {
  .kd-search .topic-tags {
    width: 50%;
  }
}
.kd-search aside h2 {
  margin-bottom: 2.5rem;
}
.kd-search aside .topic-tags {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .path-content-search aside .well {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1360px) {
  .path-content-search aside {
    padding-left: 0;
  }
  .path-content-search aside .well {
    padding: 6rem 0 !important;
  }
}
.path-content-search .region-sidebar-second .static-banner {
  background-size: 440px;
}
@media screen and (min-width: 440px) {
  .path-content-search .region-sidebar-second .static-banner {
    background-size: auto;
  }
}
@media screen and (min-width: 992px) {
  .path-content-search .region-sidebar-second .static-banner {
    background-size: 440px;
  }
}
@media screen and (min-width: 1360px) {
  .path-content-search .region-sidebar-second .static-banner {
    height: 268px;
    background-position: 0 0;
  }
  .path-content-search .region-sidebar-second .static-banner__content p {
    width: 80%;
  }
}

@media screen and (min-width: 1360px) {
  .huu-ktn-home__map-wrapper[data-v-6611bcd0] {
    margin-bottom: 0;
  }
}

#ktnApi + div .huu-app-container {
  padding-bottom: 1rem;
}

.path-taxonomy .static-banner {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  border-radius: 6px;
  background-color: #e1f7f1;
  background-size: cover;
  background-position: right;
}
@media screen and (min-width: 576px) {
  .path-taxonomy .static-banner {
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .path-taxonomy .static-banner {
    background-size: cover;
  }
}
@media screen and (min-width: 1360px) {
  .path-taxonomy .static-banner {
    height: 292px;
  }
}

.ui-widget.ui-widget-content {
  max-width: 670px;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) {
  .ui-widget.ui-widget-content {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .ui-widget.ui-widget-content .ui-dialog-titlebar {
    padding: 0;
  }
}
.ui-widget-overlay {
  background: none;
  background-color: rgba(15, 15, 15, 0.5);
  opacity: unset;
}
.ui-widget-header {
  background: none;
  border: 0;
}
.ui-widget-header .ui-dialog-title {
  color: #0f0f0f;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .ui-widget-header .ui-dialog-title {
    width: 100%;
  }
}
.ui-widget-content {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border: 0;
}
.ui-widget-content.ui-dialog .ui-dialog-buttonpane {
  padding-right: 0.4em;
}
.ui-widget-content .ui-dialog-titlebar-close {
  position: absolute;
  top: -20px;
  right: 2rem;
  left: auto;
  height: 27px;
  width: 27px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url("../images/icon-close.svg") no-repeat scroll 0 0;
  background-color: transparent;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .ui-widget-content .ui-dialog-titlebar-close {
    left: 59rem;
  }
}
.ui-widget-content.ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  float: none;
}
.ui-widget-content.ui-dialog-buttonpane .ui-dialog-buttonset button {
  width: 125px;
  margin-right: 1.5rem;
  padding: 1rem 2.5rem;
  background-color: #4c4948;
  border: 0;
  border-radius: 40px;
  color: #fff;
  font-family: "OpenSans", sans-serif;
}
.ui-widget-content.ui-dialog-buttonpane
  .ui-dialog-buttonset
  button:first-child {
  margin-right: 0;
  background-color: #e1242a;
}
.ui-widget-content p {
  color: #0f0f0f;
  font-family: "OpenSans", sans-serif;
  text-align: center;
}

.ui-autocomplete .ui-menu-item {
  padding: 3.5rem 7rem 0;
}
.ui-autocomplete .ui-menu-item:hover {
  background: none;
}
.ui-autocomplete .ui-menu-item:last-child {
  padding-bottom: 3.5rem;
}

.search-api-autocomplete-search .ui-menu-item-wrapper {
  color: #0f0f0f;
  font-size: 16px;
}
.search-api-autocomplete-search
  .ui-menu-item-wrapper.ui-state-active
  .search-api-autocomplete-suggestion {
  background: unset;
  color: unset;
}

.ui-widget.ui-autocomplete {
  max-width: 100%;
  padding: 2rem 0 0;
  border: 2px solid #008ba6;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.did-you-know .slick-initialized .slick__slide {
  text-align: center;
}
.did-you-know .slick-initialized .slick__slide .field--name-field-image {
  margin-bottom: 1rem;
}
.did-you-know .slick-initialized .slick__slide img {
  height: auto;
  width: 168px;
  margin: 0 auto;
}
.did-you-know .slick-initialized .slick__slide p {
  margin-bottom: 1rem;
}
.dengue-facts .slick-initialized {
  height: 100%;
}
.slick-initialized .slick-dots {
  display: flex;
  justify-content: center;
}
.dengue-facts .slick-initialized .slick-dots {
  position: relative;
  bottom: 30px;
}
@media screen and (min-width: 768px) {
  .dengue-facts .slick-initialized .slick-dots {
    justify-content: flex-start;
    padding-left: 5rem;
  }
}
.slick-initialized .slick-dots li {
  list-style: none;
}
.slick-initialized .slick-dots li:not(:last-child) {
  margin-right: 0.5rem;
}
.slick-initialized .slick-dots li::marker {
  display: none;
}
.slick-initialized .slick-dots li button {
  height: 12px;
  width: 12px;
  padding: 0;
  background-color: #d4d4d4;
  border: 0;
  border-radius: 50px;
  text-indent: -9999px;
}
.slick-initialized .slick-dots li.slick-active button {
  background-color: #63d5b4;
}
.slick-initialized + .slick__arrow {
  display: none;
}
@media screen and (min-width: 576px) {
  .dengue-facts .slick-initialized + .slick__arrow {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .dengue-facts .slick-initialized + .slick__arrow button {
    background-color: transparent;
    background-image: url("../images/icon-chevron-right.svg");
    background-repeat: no-repeat;
    background-size: 16px 25px;
    border: 0;
    text-indent: -9999px;
  }
  .dengue-facts .slick-initialized + .slick__arrow button.slick-prev {
    padding-left: 2rem;
    transform: rotate(180deg);
  }
  .dengue-facts .slick-initialized + .slick__arrow button.slick-next {
    padding-right: 2rem;
  }
}

/* Above to be removed */
.bef-exposed-form .form--inline > .form-item {
  display: block;
  float: none;
  margin-bottom: 0;
  text-align: right;
}

.sort-by-select {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.sort-by-select a {
  cursor: pointer;
}

.sort-by-select {
  position: relative;
  width: 100% !important;
  padding: 6px 0;
  border: 0;
  box-shadow: none;
  color: #143858;
  cursor: pointer;
}
.sort-by-select .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  text-align: right;
  white-space: nowrap;
  line-height: 24px;
}
.sort-by-select .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sort-by-select .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.sort-by-select.active .chosen-drop {
  clip: auto;
  clip-path: none;
}
.sort-by-select .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.sort-by-select .chosen-results {
  color: #444;
  position: relative;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.sort-by-select .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

select[name="sort_by"] {
  visibility: hidden;
  height: 0;
}

.sort-by-select:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 25px;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  background-image: url("../images/icon-chevron-up.svg");
  transform: rotate(-180deg);
  font-family: unset;
}
@media screen and (min-width: 992px) {
  .sort-by-select:after {
    right: 5px;
  }
}
.sort-by-select .chosen-single {
  right: 50px;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  color: #143858;
  font-family: "OpenSans-Light", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .sort-by-select .chosen-single {
    right: 30px;
  }
}
.sort-by-select .chosen-single span {
  margin-right: 0;
  text-overflow: unset;
}
.sort-by-select.active:after {
  transform: rotate(0deg);
}
.sort-by-select.active .chosen-drop {
  margin-top: 1.5rem;
  background: #f2f2f2;
}
@media screen and (min-width: 992px) {
  .sort-by-select.active .chosen-drop {
    position: absolute;
    right: 0;
    width: auto;
    margin-top: -1rem;
    padding-right: 7.5rem;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}
.sort-by-select .chosen-drop {
  border: 0;
  box-shadow: none;
}
.sort-by-select .chosen-results {
  margin: 0;
  padding: 2rem 0;
}
.sort-by-select .chosen-results li {
  padding: 1.5rem 2.5rem;
  color: #143858;
  font-size: 16px;
}
.sort-by-select .chosen-results li:hover {
  text-decoration: underline;
}
.sort-by-select .chosen-results li.disabled-result {
  display: list-item;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  cursor: default;
}
.sort-by-select .chosen-results li.disabled-result:hover {
  text-decoration: none;
}
.sort-by-select .chosen-results li.active-result {
  display: list-item;
  text-align: left;
}
.sort-by-select .chosen-results li.highlighted {
  background-color: transparent;
  background-image: none;
  color: unset;
}

@media screen and (min-width: 1280px) {
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
    width: 60% !important;
  }
  #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
    width: 40% !important;
  }
}
#ot-sdk-btn-floating.ot-floating-button {
  transform: translateX(calc(100vw - 100px));
}
@media screen and (min-width: 992px) {
  #ot-sdk-btn-floating.ot-floating-button {
    transform: translateX(88vw);
  }
}
#ot-sdk-btn-floating.ot-floating-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

/* Hiding the search block on th navigation region */
.region-navigation .search-block-form {
  display: none;
}

/* Home Page - Header block*/
.view-list-of-topics-homepage-search .view-display-id-block_2 {
  display: none;
}

/** Display the did you know no carousel block on Desktop **/
#block-views-block-did-you-know-block-1 {
  display: none;
}
@media only screen and (min-width: 768px) {
  #block-views-block-did-you-know-block-1 {
    display: block;
  }
}

#block-didyouknow {
  display: block;
}
@media only screen and (min-width: 768px) {
  #block-didyouknow {
    display: none;
  }
}

/************************* To clean up *****************************************/
.bg-light {
  background-color: #fff !important;
}

form#search-block-form .form-actions #edit-submit {
  display: none;
}

.form-search {
  display: inline-block;
  border: 0;
  border-radius: 25px;
  background-color: #f2f2f2;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 20px center;
  width: 16rem;
}

/* Menu Items */
.menu--main ul.navbar-nav .nav-item {
  display: inline-flex;
  color: #143858;
  font-size: 0.89rem;
  font-weight: 500;
  margin-right: 8px;
  padding: 11px 3px;
}
.menu--main ul.navbar-nav li:first-child::before {
  content: "";
  background: url("../images/know-symptoms-icon.svg");
  background-size: cover;
  background-position: 0 center;
  width: 60px;
  height: 60px;
}
.menu--main ul.navbar-nav li:nth-child(2)::before {
  content: "";
  background: url("../images/know-numbers-icon.svg");
  background-size: cover;
  background-position: 0 center;
  width: 60px;
  height: 60px;
}

/* Article Title */
article h2 {
  font-weight: 400;
  font-size: 2rem;
  margin-left: 5.5rem;
}

.page-title {
  text-align: left !important;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 5rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

h4.article::before {
  content: "";
  display: inline-block;
  background: url("../images/article.svg");
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}

.node__content .field--type-image img {
  height: 100%;
  width: 100%;
}
.node__content .field--name-field-image {
  display: none;
}
.node__content .field--name-body h2 {
  font-family: "OpenSans", sans-serif;
  color: #63d5b4;
  font-weight: bold;
  font-size: 36px;
}
.node__content .field--name-body h2 a {
  color: #63d5b4;
}
.node__content .field--name-body h3 {
  font-style: "OpenSans-Bold", sans-serif;
  color: #143858;
  font-weight: bold;
  font-size: 17px;
}
.node__content .field--name-body h4 {
  font-style: "OpenSans-Italic", sans-serif;
  color: #143858;
  font-size: 17px;
}
.node__content .text-formatted {
  width: 70%;
  margin: auto;
  padding-top: 5.5em;
}
.node__content .text-formatted p strong {
  display: block;
  color: #143858;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.node__content .field--name-field-tags {
  width: 70%;
  margin: auto;
}
.node__content .field--name-field-tags .field__label {
  display: none;
}
.node__content .field--name-field-tags .field__items .field__item {
  display: inline-block;
  border: 0;
  border-radius: 25px;
  background-color: #f2f2f2;
  color: #143858;
  font-size: 0.875rem;
  padding: 7px 20px;
}
.node__content .field--name-field-tags .field__items .field__item a {
  color: #143858;
}
.node__content .field--name-field-tags .field__items .field__item a:hover {
  color: #143858;
}

/* Footer Styling */
.hd-app-container {
  border-top: 1px solid #ddd;
  padding: 5em 1em 3em 1em;
}
.hd-app-container .hd-footer__top-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.1875em;
}
.hd-app-container .hd-footer__top-row .hd-footer__logo {
  min-width: 120px;
  max-width: 150px;
}
.hd-app-container .hd-footer__top-row .hd-footer__links {
  display: flex;
  margin-left: 3em;
}
.hd-app-container
  .hd-footer__top-row
  .hd-footer__links
  .hd-footer__links--items {
  font-weight: 600;
  cursor: pointer;
  margin-right: 1.5em;
}
.hd-app-container
  .hd-footer__top-row
  .hd-footer__links
  .hd-footer__links--items
  a {
  color: #e1242a;
}
.hd-app-container .hd-footer__text {
  margin-top: 2em;
}
.hd-app-container .hd-footer__job-code {
  margin-top: 1.875em;
}

/* External Link Pop-up */
.hd-external-link-overlay {
  display: flex;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}
.hd-external-link-overlay .hd-external-link-overlay__wrapper {
  width: 85%;
  max-width: 800px;
}
.hd-external-link-overlay .hd-external-link-overlay__content {
  margin: 1em 0;
  background: #fff;
  padding: 2em 5em;
  max-height: 80vh;
  overflow-y: auto;
  text-align: center;
  position: relative;
}
.hd-external-link-overlay .hd-external-link-overlay__close {
  width: 30px;
  height: 30px;
  background: url("../img/close-overlay.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.hd-external-link-overlay .hd-external-link-overlay__title {
  font-size: 1.5em;
  font-weight: 600;
  margin: 1em 0;
}
.hd-external-link-overlay .hd-external-link-overlay__copy {
  font-size: 1.1em;
}
.hd-external-link-overlay .hd-external-link-overlay__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em 0 1em 0;
}
.hd-external-link-overlay .hd-external-link-overlay__controls--button {
  color: #fff;
  background: #4c4948;
  padding: 10px;
  border-radius: 20px;
  min-width: 130px;
  margin: 0 10px;
  cursor: pointer;
}
.hd-external-link-overlay .hd-external-link-overlay__controls--button.primary {
  background: #e10;
}

/* Load more Button */
.load-more-button {
  margin: 8rem auto 0;
  width: 14.4rem;
}
.load-more-button ul {
  list-style: none;
}

/* Sort by style on topics page*/
.chosen-drop {
  border-top: 1px solid rgba(20, 56, 88, 0.5) !important;
}
.chosen-drop .chosen-title {
  display: flex !important;
  text-decoration: none !important;
  font-weight: 600;
  color: #143858 !important;
}

/* Arrows hidden on mobile version */
@media screen and (max-width: 576px) {
  #dengue-facts .splide__arrows {
    display: none;
  }
}

/*only show on desktop or mobile*/
.kd-welcome-search__footer .desktop-only {
  display: flex !important;
}
@media (max-width: 992px) {
  .kd-welcome-search__footer .desktop-only {
    display: none !important;
  }
}

.desktop-only {
  display: block !important;
}
@media (max-width: 992px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: block !important;
}
@media (max-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

#navbar-collapse .view-content.topic-tags {
  display: flex;
  flex-wrap: wrap;
}

.region-sidebar-second .view-content.topic-tags {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .form-radios {
    display: flex;
    align-items: center;
  }
}
.form-radios .form-item {
  margin-top: 10px;
}

.view.view-home-page-content .bef-exposed-form .form--inline > .form-item {
  float: left;
  text-align: left;
}

.view.view-home-page-content .view-filters .control-label {
  display: inline;
  float: left;
  padding-bottom: 3px;
  color: #6c6c6c;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding-left: 0px;
  margin-right: 3rem;
}
.view.view-home-page-content .view-filters .control-label.active {
  border-bottom: 3px solid #f7ab02;
  color: #143858;
}

.view.view-home-page-content .view-filters .control-label input {
  display: none;
}

.view-home-page-content .views-exposed-form legend {
  display: none;
  border: none;
}

/* Testing Modal */
/* End Testing Modal */

/* KTN App */
.huu-ktn-country-map__cases sup {
  top: 0.5em;
}
/* End KTN App /*

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

.view-campaign__heading {
  background: #e22f35;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
}

.view-campaign__cta a.button--explore::after {
  content: unset;
}

.view-id-campaign .view-content {
  padding: 0;
}

.kd-header {
  z-index: unset;
}
/* Start Search */
#block-modal-search .modal-body {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #block-modal-search .modal-dialog {
    max-width: 1160px;
    width: 100%;
  }
}

#block-modal-search .modal-content {
  box-shadow: none;
  border: none;
  background-color: transparent;
}

ul[id^="ui-id-"].search-api-autocomplete-search {
  z-index: 1050;
}

#block-modal-search .form-group input#edit-search-api-fulltext {
  width: 100%;
  height: 70px;
  display: block;
  padding: 1rem 5rem 1rem 6rem;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 40px;
  box-shadow: none;
  font-size: 18px;
  line-height: 20px;
}

#block-modal-search .input-group {
  width: 100%;
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (75vh + 25px));
  content: "";
}

@media (min-width: 576px) {
  .modal-dialog-centered::before {
    min-height: calc(100vh - (75vh + 35px));
  }
  .modal-dialog-centered {
    min-height: calc(100vh - (75vh + 35px));
  }
}

#block-modal-search .form-group:first-child {
  margin-right: 18px;
  max-width: 980px;
  width: 100%;
  display: flex;
  align-items: center;
}

#block-modal-search .form-group.form-actions {
  display: block;
}

#block-modal-search .form-group.form-actions button {
  background: #143858;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  border-radius: 3.6rem;
  padding: 2.4rem 3.7rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
#block-modal-search span.input-group-addon,
#block-modal-search .form-group.form-actions button span {
  display: none;
}

@media screen and (max-width: 767px) {
  #block-iconactonmenu{
    margin-top:10px;
    margin-bottom: 10px;
  }
  .kd-header .kd-header__search {
    padding: 0 2rem 0.5rem;
  }
  #block-modal-search .form-group input#edit-search-api-fulltext {
    height: 5rem;
    font-size: 16px;
  }

  #block-modal-search .form-group.form-actions button {
    padding: 1.5rem 2.7rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
}

#block-modal-search form[id^="views-exposed-form-content-search"] .form-inline {
  display: flex;
  align-items: center;
}

.kd-header .views-exposed-form .form-group:first-child:before {
  position: relative;
  left: 40px;
  height: 25px;
  width: 25px;
  background-size: 25px;
}

.kd-header .views-exposed-form .form-group .search-reset {
  height: 22px;
  width: 22px;
  padding: 0;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 40px;
  box-shadow: none;
  font-size: 18px;
  line-height: 20px;
}

.modal-backdrop.in {
  opacity: 0.8;
}

/* End Search */

/* Basic page */

article.basic-page .field--name-body {
  padding: 4rem 100px 4rem;
}

@media screen and (max-width: 1360px) {
  article.basic-page .field--name-field-campaign-info {
    padding: 0 2.5rem;
  }

  article.basic-page .field--name-body {
    padding: 4rem 2.5rem;
  }
}

/* End Basic page */

/* Start carousel */

.view-id-campaign .splide__arrow svg {
  width: 3.2rem;
  height: 3.2rem;
}

/* End carousel */

.cta-button-wrapper {
  margin-bottom: 20px;
}

.huu-app-container .cta-button-wrapper {
  margin: 20px 0;
}

.huu-app-container .cta-button-wrapper a {
  color: #143858;
}

/* Start Article */

.article__content .thumb-article__content .field--name-field-body ul {
  list-style-position: inside;
}

.path-resources .view-filters,
.path-know-the-disease .view-filters,
.view-topic-page .view-filters {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .path-resources .view-filters,
  .path-know-the-disease .view-filters,
  .view-topic-page .view-filters {
    margin-bottom: 0;
  }
}

.path-resources .thumb-article__image,
.path-know-the-disease .thumb-article__image,
.view-topic-page .thumb-article__image {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  .path-resources .thumb-article__image,
  .path-know-the-disease .thumb-article__image,
  .view-topic-page .thumb-article__image {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}

.path-resources .thumb-article__image img,
.path-know-the-disease .thumb-article__image img,
.view-topic-page .thumb-article__image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 576px) {
  .path-resources .thumb-article__image img,
  .path-know-the-disease .thumb-article__image img,
  .view-topic-page .thumb-article__image img {
    width: auto;
  }
}

@media screen and (min-width: 576px) {
  .path-resources .thumb-article__content,
  .path-know-the-disease .thumb-article__content,
  .view-topic-page .thumb-article__content {
    display: flex;
  }

  .path-resources .thumb-article__content .field-content,
  .path-know-the-disease .thumb-article__content .field-content,
  .view-topic-page .thumb-article__content .field-content {
    display: flex;
  }
}

@media screen and (min-width: 576px) {
  .path-resources .thumb-article__footer-content,
  .path-know-the-disease .thumb-article__footer-content,
  .view-topic-page .thumb-article__footer-content {
    display: flex;
    flex-direction: column;
  }
}

.path-know-the-disease .thumb-article__footer-content a,
.view-topic-page .thumb-article__footer-content a {
  display: block;
  margin-bottom: 1.5rem;
  color: #0f0f0f;
}

.path-resources .thumb-article__footer-content p,
.path-know-the-disease .thumb-article__footer-content p,
.view-topic-page .thumb-article__footer-content p {
  margin-bottom: 1.5rem;
  color: #333;
}

@media screen and (min-width: 576px) {
  .path-resources .thumb-article__footer-content .article__footer,
  .path-know-the-disease .thumb-article__footer-content .article__footer,
  .view-topic-page .thumb-article__footer-content .article__footer {
    display: flex;
    margin: auto 0 0;
  }
}

.path-resources .views-field-node-read-time,
.path-know-the-disease .views-field-node-read-time,
.view-topic-page .views-field-node-read-time {
  color: #000;
}

.path-resources .view-footer .views-row,
.view-topic-page .view-footer .views-row {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .path-resources .view-footer .views-row,
  .path-know-the-disease .view-footer .views-row,
  .view-topic-page .view-footer .views-row {
    flex-direction: row;
  }
}

.path-resources .static-banner,
.path-know-the-disease .static-banner {
  display: flex;
  flex-direction: column;
  height: 260px;
  background-repeat: no-repeat;
  border-radius: 6px;
  background-color: #e1f7f1;
  background-size: cover;
  background-position: right;
}

@media screen and (min-width: 992px) {
  .path-resources .static-banner,
  .path-know-the-disease .static-banner {
    background-size: cover;
  }
}

@media screen and (min-width: 1360px) {
  .path-resources .static-banner,
  .path-know-the-disease .static-banner {
    height: 292px;
  }
}

.article__main-article,
.view-topic-page__main-article {
  margin-bottom: 25px;
  background-color: #e1f7f1;
}

.article__main-article .views-field-title a,
.view-topic-page__main-article .views-field-title a {
  display: block;
  margin-bottom: 2.5rem;
  color: #0f0f0f;
  font-size: 18px;
}

.article__main-article .views-field:not(last-child),
.view-topic-page__main-article .views-field:not(last-child) {
  display: block;
  margin-bottom: 0.5rem;
}

.article__main-article .views-field-field-image img,
.view-topic-page__main-article .views-field-field-image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .article__main-article .views-field-field-image img,
  .view-topic-page__main-article .views-field-field-image img {
    margin-bottom: 2.5rem;
  }
}

.article__main-article .views-field-body,
.view-topic-page__main-article .views-field-body {
  color: #333;
}

.article__main-article .views-field-body p,
.view-topic-page__main-article .views-field-body p {
  margin-bottom: 2rem;
}

.article__main-article .views-field-body p:last-child,
.view-topic-page__main-article .views-field-body p:last-child {
  margin-bottom: 3.5rem;
}

.article__main-article .article__footer,
.view-topic-page__main-article .article__footer {
  flex-direction: row;
}

.region-content .view-article-page-first {
  background-color: #e1f7f1;
}

@media screen and (min-width: 768px) {
  .region-content .view-article-page-first {
    padding: 4.5rem 10rem;
  }
}

.view-id-list_news .kd__view-body .views-row .views-row,
.view-id-list_article .kd__view-body .views-row .views-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 576px) {
  .view-id-list_news .kd__view-body .views-row .views-row,
  .view-id-list_article .kd__view-body .views-row .views-row {
    flex-direction: row;
  }
}

div.kd-block-list-topics {
  background: unset;
}

div.kd-block-list-topics {
  background: unset;
}

div.kd-block-list-topics .kd-welcome-search__footer .topic-tags__show-all a,
div.kd-block-list-topics .view-header {
  color: #143858;
}

div.kd-block-list-topics .view-header .straight-header-line {
  margin-bottom: 2rem;
}

div.kd-block-list-topics .view-header h1 {
  margin-bottom: 3rem;
}

div.kd-block-list-topics .view-header h3 {
  color: #63d5b4;
}

div.kd-block-list-topics .topic-tag {
  background-color: #63d5b4;
  color: #143858;
  font-weight: 600;
  cursor: pointer;
}

div.kd-block-list-topics .topic-tag.active {
  background-color: #143858;
  color: #63d5b4;
}

div.kd-block-list-topics .topic-tag.active span {
  color: #b9c3cd;
}

div.kd-block-list-topics .kd-welcome-search__footer a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

#block-views-block-list-of-topics-homepage-search-block-list-topics {
  margin-bottom: 3rem;
  border-bottom: 1px solid #b5ebdc;
}

.trending-wrapper {
  border-bottom: 3px solid #f7ab02;
  color: #143858;
  display: inline-block;
  padding-bottom: 3px;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding-left: 0px;
  margin-right: 3rem;
}

div.kd-block-list-topics li.splide__slide.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.view-list-news form[id^="views-exposed-form-list-news-page-1"],
.view-list-article form[id^="views-exposed-form-list-article-page-1"] {
  display: none;
}

@media screen and (min-width: 992px) {
  div.kd-block-list-topics
    .kd-welcome-search__footer
    .topic-tags__show-all
    a:after {
    background: url(../images/icon-chevron-right-blue.svg) no-repeat scroll
      center center;
  }
  div.kd-block-list-topics .kd-welcome-search__footer {
    margin: 2rem 15rem;
  }
}

.list-topic-tag .topic-tag.section-type-indicator {
  margin-top: 0;
}

.list-topic-tag .topic-tag.section-type-indicator a {
  margin-bottom: 0;
}

section[id^="block-dengue-symptoms-one-page"] .static-banner__content p {
  width: 90%;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .path-resources .row .col-sm-12,
  .path-know-the-disease .row .col-sm-12 {
    float: unset;
  }
  .path-resources .view-id-list_article,
  .path-know-the-disease .view-id-list_article {
    margin-bottom: 16px;
  }
}

/* End Article */

.navbar-default .navbar-nav > .active > a:hover {
  color: unset;
  background-color: unset;
}

/* Start Login */
.path-user .search-reset {
  display: none;
}

.path-user .user-login-form {
  max-width: 300px;
  width: 100%;
  margin: 2rem auto 0;
}
/* End Login */
@media screen and (max-width: 767px) {
  .footer__top {
    align-items: center;
  }
}

/* Start Top banner */
.view-campaign__heading {
  position: relative;
}

.view-campaign__heading--light {
  font-size: 22px;
  font-weight: 700;
}

.view-campaign__heading--dark {
  font-weight: 500;
}

.view-campaign__heading:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 415px;
  background: url(../images/image-top-banner.png) no-repeat;
  background-size: 100%;
}

.view-campaign__cta {
  position: absolute;
  top: 5%;
  right: 16rem;
  display: block;
  text-align: right;
  z-index: 100;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 0;
}

.view-campaign__cta a.button--explore {
  background: #000000;
  border-radius: 4px;
  transform: skewX(-30deg);
  padding: 1rem 1.8rem;
  color: #e31119;
}

.view-campaign__cta a.button--explore span {
  transform: skewX(30deg);
}

.view-campaign__heading--dark {
  color: #000000;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-campaign__heading:after {
    max-width: 517px;
  }

  .view-campaign__cta {
    right: 20rem;
  }
}

@media screen and (max-width: 767px) {
  .view-campaign__cta {
    position: static;
    text-align: left;
    transform: none;
    margin-top: 0.8rem;
    padding-left: 1.2rem;
  }

  .view-campaign__heading:after {
    display: none;
  }
}
/* End Top banner */

/* Start Common */

br.tablet {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  br.tablet {
    display: block;
  }
}

/* End Common */

/* Start Topics */

.path-taxonomy .static-banner {
  background-color: #e1f7f1;
  background-position: right 2px bottom;
  background-size: 450px;
}

@media screen and (max-width: 767px) {
  .path-taxonomy .static-banner {
    background-size: 400px;
  }
}
/* End Topics */

/* Start Paitent */
.huu-kts-patient-view__hero
  .huu-kts-patient-view__card-wrapper
  .huu-kts-patient-view__card {
  width: 360px;
}
/* End Paitent */

/* Start page Know who to consult  */
article[about^="/know-who-to-consult"] .field--name-body {
  padding: 24px 0;
}

.know-who-to-consult-wrapper {
  padding: 0 8.5rem;
}

.know-who-to-consult-wrapper h1.heading-page {
  margin-bottom: 3.05rem;
}

.block-cta-two-column {
  display: flex;
  margin: 2rem 0 0 12rem;
  flex-wrap: wrap;
}

.block-cta-two-column .static-banner-col-6 {
  max-width: 50%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.block-cta-two-column .static-banner {
  background-position: right 2px bottom;
  background-size: 100% 100%;
  min-height: 300px;
  padding: 23px 32px 36px 32px;
}

@media screen and (min-width: 992px) {
  .block-cta-two-column .static-banner {
    background-size: cover;
  }
}

.block-cta-two-column .static-banner__heading {
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  max-width: 65%;
}

.block-cta-two-column .static-banner__content {
  justify-content: flex-end;
}

.block-cta-two-column .static-banner__heading,
.block-cta-two-column .static-banner__content {
  color: #ffff;
}

.block-cta-two-column .static-banner__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #f2f2f2;
  width: auto;
}

.block-cta-two-column .dengue-facts__heading {
  padding: 0;
  margin-bottom: 1.6rem;
  text-align: left;
  font-size: 15px;
  text-transform: none;
}

.block-cta-two-column .dengue-facts__heading:first-child p {
  color: #ffff;
}

.block-cta-two-column .dengue-facts__heading.aqua p,
.block-cta-two-column .dengue-facts__heading:nth-child(2) p {
  color: #63d5b4;
}

.block-cta-two-column .static-banner a {
  padding-top: 0;
}

article[about^="/know-who-to-consult"] .field--name-body h2.heading-page {
  margin-left: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  color: #0f0f0f;
}

article[about^="/know-who-to-consult"] .field--name-body p.content-page {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.block-cta-two-column .static-banner .button a {
  padding: 0;
}

@media screen and (max-width: 992px) {
  .know-who-to-consult-wrapper {
    padding: 0 2.5rem;
  }

  .block-cta-two-column .static-banner-col-6 {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .block-cta-two-column{
    margin: 2rem 0 0 2rem;
  }
  .block-cta-two-column .static-banner__heading {
    font-size: 2rem;
    max-width: 50%;
  }

  .block-cta-two-column .static-banner__content p {
    max-width: 50%;
  }

  .block-cta-two-column .dengue-facts__heading {
    margin-bottom: 1rem;
  }

  .block-cta-two-column .static-banner {
    background-size: cover;
    background-position-x: -22rem;
  }

  .block-cta-two-column .button {
    font-size: 14px;
  }
}

/* End page Know who to consult  */

/* Start - Fix header menu on laptop screen */

@media screen and (min-width: 768px) and (max-width: 1360px) {
  #navbar-collapse {
    width: 80%;
  }

  .kd-header.navbar-default .navbar-nav {
    flex-wrap: wrap;
  }

  .region-navigation-collapsible.region-language-selector
    section[id^="block-exposedformcontent-searchpage-1"] {
    width: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1360px) {
  .kd-header.navbar-default .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/** End - Fix header menu on laptop screen */

/* Start Home page */
.path-frontpage .promo-boxes__small {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.path-frontpage #block-knowthedisease .static-banner {
  background-position: right 0 bottom 10px;
  background-size: 158px;
}

@media screen and (max-width: 991px) {
  .path-frontpage .promo-boxes__small {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .path-frontpage .promo-boxes__small section {
    float: unset;
    width: 100%;
    margin-right: 0;
    flex: unset;
  }

  .path-frontpage .promo-boxes__small .static-banner a {
    padding-right: 2.5rem;
  }

  .page-node-type-article-advanced .region-content .content {
    padding-left: 2.5rem;
  }
  .page-node-type-article-advanced .region-content .related-articles {
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .path-frontpage .static-banner {
    min-height: 352px;
  }
  .path-frontpage #block-knowthedisease .static-banner {
    background-position: right 10px bottom 10px;
  }
}

@media screen and (min-width: 1360px) {
  .path-frontpage .promo-boxes__small section {
    float: unset;
    flex: 1 0 calc(50% - 30px);
    margin-right: 0;
  }

  .path-frontpage .promo-boxes__long {
    float: none;
    width: 100%;
    margin: auto;
  }
}
.path-frontpage
  .content_bottom.container
  section[id^="block-howcanifindoutifthelocation"]
  .static-banner,
.path-frontpage
  .content_bottom.container
  section#block-denguesymptomscta
  .static-banner {
  background-color: #e1f7f1;
  background-position: right 2px bottom;
  background-size: 450px;
}

.path-frontpage
  .content_bottom.container
  section#block-howhasdengueaffectedwhereyoulive
  .static-banner {
  background-color: #4dae92;
  background-position: right -32px bottom;
  background-size: 210px;
}

@media screen and (min-width: 1360px) {
  .path-frontpage #block-knowthedisease .static-banner {
    background-size: 250px;
  }

  .path-frontpage
    .content_bottom.container
    section[id^="block-howcanifindoutifthelocation"]
    .static-banner,
  .path-frontpage
    .content_bottom.container
    section#block-denguesymptomscta
    .static-banner {
    background-size: 650px;
  }

  .path-frontpage
    .content_bottom.container
    section#block-howhasdengueaffectedwhereyoulive
    .static-banner {
    background-position: right -42px bottom;
    background-size: 300px;
  }
}
/* End Home page */

/* Start - Page know what ask your doctor */

.dark-blue {
  color: #143858;
}

.bright-blue {
  color: #63d5b4;
}

.know-what-ask--wrapper {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}

.know-what-ask--wrapper > h1 {
  font-family: "OpenSans-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 65px;
  margin-bottom: 0;
}

.know-what-ask--wrapper > h1:last-of-type {
  margin-bottom: 10px;
}

.know-what-ask--wrapper > p {
  font-weight: 500;
}

.know-what-ask--wrapper > ul {
  list-style-position: inside;
}

.know-what-ask--wrapper > ul li {
  padding: 25px 2rem 25px 10rem;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.know-what-ask--wrapper > ul li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #143858;
  margin-right: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}

.know-what-ask--wrapper > ul li:nth-child(2n) {
  background: #f5f5f5;
}

@media screen and (max-width: 992px) {
  .know-what-ask--wrapper > h1 {
    font-size: 32px;
    line-height: 43px;
  }

  .know-what-ask--wrapper > ul li {
    padding: 25px 2rem 25px 3rem;
  }

  .know-what-ask--wrapper {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .know-what-ask--wrapper > h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .know-what-ask--wrapper > ul li {
    padding: 25px 0 25px 1rem;
  }

  .know-what-ask--wrapper > ul li:before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
}

/* End - Page know what ask your doctor */


/* custom size dengue-game */
.img_custom_card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.card_1, .card_2 {
  flex: 1; 
  padding: 10px;
}
.card_1 img, .card_2 img{
  width: 100%;
  height: auto;
}

.card_1{
position: relative;
}

.card_1_link_1 a{
width:20%;
height: 15%;
position: absolute;
top: 68%;
left: 10%;
background-color: transparent;
z-index: 1; 
}
.card_1_link_2 a{
width:20%;
height: 15%;
position: absolute;
top: 68%;
left: 35%;
background-color: transparent;
z-index: 100; 
}

.card_2{
position: relative;
}
.card_2_link_1 a{
width:20%;
height: 15%;
position: absolute;
top: 70%;
left: 8%;
background-color: transparent;
z-index: 100; 
}

@media screen and (max-width: 801px) {
  .img_custom_card {
    flex:none
  }
  .card_1  {
    margin: 0px 5px;
    max-width: 100%; 
    flex: none;
  }
  .img_1{
    width: 100%;
    height: auto;
  }
  .img_2{
    width: 100%;
    height: auto;
  }
  .card_2 {
    margin: 0px 5px;
    max-width: 100%; 
    flex:none
  }
}
.path-know-the-disease .list-news-title,
.path-resources .list-topic-title {
  display: none;
}
.path-resources .thumb-article__footer-content a.title-news {
  display: block;
  color: #0f0f0f;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 120%;
}
.path-resources .thumb-article__footer-content .sub-title {
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 5px;
}
.path-resources .thumb-article__footer-content .article__footer {
  margin-top: 10px;
}
.page-node-type-article-advanced .block-references .field--name-field-reference > .field--label {
  padding-left: 7px;
  color: #053858;
  margin-bottom: 15px;
}
.page-node-type-article-advanced .related-articles .view-content {
  padding-bottom: 0;
}
.page-node-type-article-advanced .related-articles .thumb-article {
  border: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 3px 2px 0 rgba(0, 0, 0, 0.24);
}
.page-node-type-article-advanced .related-articles .thumb-article .thumb-article__content {
  padding: 0 20px;
}
.page-node-type-article-advanced .related-articles .article__footer {
  margin-bottom: 0;
}
.page-node-type-article-advanced .related-articles .thumb-article .thumb-article__content {
  height: 100%;
}
.page-node-type-article-advanced .related-articles .thumb-article .thumb-article__content .thumb-article__footer-content {
  height: 100%;
}
.page-node-type-article-advanced .related-articles .thumb-article .article__footer-info {
  width: 100%;
  justify-content: space-between;
}
.page-node-type-article-advanced .related-articles .thumb-article .section-type-indicator--small {
  padding: 0;
  margin: 0 0 15px;
  background-color: transparent;
}
.page-node-type-article-advanced .related-articles .thumb-article .section-type-indicator--small .section-type-indicator__label {
  background-color: #f2f2f2;
  color: #1F4C69;
  border-radius: 20px;
  font-size: 14px;
  padding: 8px 12px;
}
.page-node-type-article-advanced .related-articles .thumb-article .thumb-article__footer-content__title {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-node-type-article-advanced .related-articles .thumb-article .thumb-article__footer-content__title a {
  flex: 1;
  color: #515B61 !important;
  font-weight: bold;
}
.main-content-paragraph-block-content .static-banner-1.article-detail-1 .static-banner__content_img {
  width: 100%;
}
.main-content-paragraph-block-content .static-banner-1.article-detail-1 .static-banner__content__wrapper,
.page-node-type-article-advanced .static-banner.article-detail .static-banner__content__wrapper {
  padding-top: 3%;
  margin-top: -23%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main-content-paragraph-block-content .static-banner-1.article-detail-1 .static-banner__heading,
.page-node-type-article-advanced .static-banner.article-detail .static-banner__heading {
  padding: 0 20px;
  color: #4CB09F;
  font-size: 23px;
  font-weight: 700;
}
.main-content-paragraph-block-content .static-banner-1.article-detail-1 .static-banner__content .static-banner__content__body,
.page-node-type-article-advanced .static-banner.article-detail .static-banner__content .static-banner__content__body {
  padding: 0 20px 20px;
}
.main-content-paragraph-block-content .static-banner-1.article-detail-1 .static-banner__content .button,
.page-node-type-article-advanced .static-banner.article-detail .static-banner__content .button {
  width: 100%;
  border-radius: 0;
  justify-content: center;
  padding: 15px;
  color: #fff;
}
.main-content-paragraph-block-content .static-banner-1.article-detail-1,
.page-node-type-article-advanced aside .static-banner.article-detail {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 3px 2px 0 rgba(0, 0, 0, 0.24);
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
}
.main-content-paragraph-block-content .static-banner-1.article-detail-1 {
  margin-bottom: 0;
}
.main-content-paragraph-block-content .static-banner-1.article-detail-1 .static-banner__content p,
.page-node-type-article-advanced aside .static-banner.article-detail .static-banner__content p {
  width: 90%;
}
.main-content-paragraph-block-content .static-banner-1.article-detail-1 a,
.page-node-type-article-advanced aside .static-banner.article-detail a {
  padding: 0;
}
#field--cta-scroll {
  position: relative;
  transition: all 0.3s ease;
}

@media screen and (min-width: 767px) {
  #field--cta-scroll.fixed {
    position: fixed;
    top: 10px;
    z-index: 2;
  }
}
@media screen and (min-width: 992px) {
  #field--cta-scroll {
    max-width: 260px;
  }
}
@media screen and (min-width: 1360px) {
  #field--cta-scroll {
    max-width: 403px;
  }
}
.article__read-time::before {
  content: url('../images/read-icon.png'); 
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.article__content h1, .article__content strong{
  color: #053858;
}
.article__content h3{
  font-size: 22px;
  line-height: 28px;
}
.article__content ul {
  list-style: none;  
  padding-left: 0;
  margin-bottom: 10px;
}

.article__content ul li {
  position: relative;
  padding-left: 1.5em; 
  margin-top: 10px;
  color: #747474;
}
.article__content ol li {
  position: relative;
  padding-left: 0.5em; 
  margin-top: 10px;
  color: #747474;
}
.article__content ul li::before {
  content: "●";         
  position: absolute;
  left: 0;
  top: 0em;           
  color: #053858;
  font-size: 1.4em; 
  line-height: 1;
}
.article__content ol li::marker{
  color: #053858; 
  font-weight: bold;
}
.article__content ol li strong, .article__content ul li strong {
  color: #053858; 
  
}
.block-references{
  color: #515B61;
  margin-top: 30px;
  padding-right: 15px;
  word-break: break-word;
}
.article__content p{
  color: #747474;
}
.field--item ol li {
  position: relative;
  padding-left: 0.1em; 
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .limit-width-pc {
    width: 81%;
    margin: 0 auto;
  }
}
.main-content-paragraph-block-content {
  margin: 30px auto;
}
.field-main-content-custom-paragraph .social-group {
  background: #098DA3;
  color: #fff;
  padding: 30px 55px;
  display: flex;
  gap: 20px;
  border-radius: 15px;
  align-items: center;
  margin: 0 15px;
}
.field-main-content-custom-paragraph .social-group .text-description  {
  flex: 1;
}
.field-main-content-custom-paragraph .social-group .text-description h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6px;
  color: #fff;
}
.field-main-content-custom-paragraph .social-group .social-items-wrapper {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .field-main-content-custom-paragraph .social-group {
    flex-direction: column;
  }
  .main-content-paragraph-block-content .col-12:not(:last-of-type) .static-banner-1.article-detail-1 {
    margin-bottom: 30px;
  }
  .field-main-content-custom-paragraph .social-group {
    margin: 0;
  }
}
