/*
Theme Name: Cardio ThinkLab
Theme URI: https://fuse.sg
Author: Adrian Tee
Author URI: https://fuse.sg
Description: Cardio ThinkLab by Fuse.SG
Version: 2.0.1

https://cardiothinklab.com/
*/

body {
  font-family: "Manrope" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  font-size: 13px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  border: 1px solid #ced4da !important;
  outline: none !important;
  box-shadow: none !important;
}
input {
  border: 1px solid #ced4da;
}
a:hover {
  color: #d6345d;
}
#wrapper-navbar {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.site {
  padding-top: 100px;
}
nav.navbar {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 20;
  top: -100px;
  transition: all 0.3s ease;
}
nav.navbar.show {
  top: 0;
}
button.navbar-toggler:focus {
  border: none !important;
}
.header-logo {
  width: 120px;
  height: 60px;
}
.header-logo img {
  max-width: 100%;
  height: auto;
}
nav.bg-primary {
  background-color: #fff !important;
  box-shadow: 0px 1px 16px 0px #00000012, 0px 1px 0px 0px #0000000d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
nav.navbar-expand-md .navbar-nav {
  justify-content: center;
  width: 100%;
}
nav.navbar-dark .navbar-nav .nav-link {
  color: #373f41;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  transition: color 0.3s;
}
nav.navbar-dark .navbar-nav .nav-link:focus,
nav.navbar-dark .navbar-nav .nav-link:hover {
  color: #da446d;
}
nav.navbar-dark .navbar-nav .active > .nav-link,
nav.navbar-dark .navbar-nav .nav-link.active,
nav.navbar-dark .navbar-nav .nav-link.show,
nav.navbar-dark .navbar-nav .show > .nav-link {
  color: #cc0033;
}
.search-btn {
  background-image: url(img/search-icon.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  padding: 5px 5px;
  box-sizing: content-box;
  margin: 0 15px 0 0;
}
.btn,
.wpcf7 input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn {
  -webkit-transition: none;
  transition: none;
  font-style: normal;
  font-weight: bold;
  background: #142344;
  border-radius: 4px;
  color: #fff;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  /*font-feature-settings: 'liga' off;*/
}

.btn:hover,
.wpcf7 input:hover[type="submit"] {
  color: #fff;
  text-decoration: none;
}
#wrapper-footer {
  background: #eff3f9;
}
.footer-menu {
  display: flex;
  justify-content: center;
}
.footer-menu ul {
  list-style: none;
  display: flex;
}
.footer-menu li {
}
.footer-menu li a {
  font-weight: normal;
  /*font-size: 16px;*/
  font-size: 14px;
  line-height: 26px;
  color: #515155 !important;
  padding: 5px 15px;
}
.copyright {
}
.footer-copyright {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.footer-menu-img {
}
.disclaimer {
}
.footer-top-title {
  font-weight: 600;
  /*font-size: 17px;*/
  font-size: 15px;
  line-height: 24px;
  color: #595959;
}
.footer-top-content {
  /*font-size: 14px;*/
  font-size: 12px;
  line-height: 150%;
  color: #595959;
}
#wrapper-keep-informed {
  background: linear-gradient(0deg, #d3dced, #d3dced), #142344;
  padding: 55px 0;
}
#wrapper-keep-informed {
  text-align: center;
  padding: 135px 0;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#wrapper-keep-informed .footer-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.keep-informed-image img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.keep-me-informed-title {
  font-weight: bold;
  /*font-size: 34px;*/
  font-size: 30px;
  line-height: 130%;
  /* or 44px */
  color: #142344;
  margin-bottom: 20px;

  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.keep-me-informed-content-title {
  font-weight: normal;
  /*font-size: 30px;*/
  font-size: 24px;
  line-height: 160%;
  /* or 48px */
  color: #142344;
  margin-bottom: 25px;

  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.btn.keep-popup-link {
  background: #d62f5d;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  text-align: center;
  color: #ffffff;
  padding: 14px 26px;
}
.keep-informed-right-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.keep-informed-right {
}
.footer-keep-me-informed {
  /*display: none;*/
  position: fixed;
  bottom: 0;
  left: 0;
  background: #142344;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 15px;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
.footer-keep-me-informed p {
  color: #fff;
  margin-bottom: 0;
}
#footer-keep-me-informed-btn {
  background-color: #d62f5d;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
}

.vimeo-placeholder {
  position: relative;
}
.vimeo-placeholder img {
  margin: 0 auto;
  display: block;
}
.vimeo-preview-thumb {
  background-color: #000;
  display: block;
}
.vimeo-placeholder:after {
  /*content: '';*/
}
.vimeo-play {
  background-image: url(img/play-button.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  /*background-color: rgb(10 10 10 / 85%);*/
  background-color: rgbs(250, 250, 250, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 50px;
  margin-top: -25px;
  margin-left: -40px;
  border-radius: 6px;
}

/*    header search box
*/
.header-search-box-container {
  overflow: hidden;
  /*position: absolute;*/
  position: fixed;
  top: 0px;
  top: -40px;
  padding-bottom: 100px;
  width: 100%;
  transition: top 0.5s;
  /*z-index: -1;*/
  z-index: 10;
  pointer-events: none;
}
.header-search-box-container.show {
  pointer-events: all;
  top: 100px;
}
.header-search-box {
  padding: 24px 200px 28px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background: #fff;
  transform: translate(0px, -100%);
  transition: transform 0.5s, box-shadow 0.4s;
}
.show .header-search-box {
  transform: translate(0px, 0px);
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.25);
}
.header-search-box input {
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.header-search-box input.submit {
  position: relative;
  border: none;
  font-size: 0;
  background-image: url(img/search-icon-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: #d62f5d;
  border-radius: 5px;
}
.search h1 {
  font-weight: 600;
  /*font-size: 44px;*/
  font-size: 26px;
  line-height: 140%;
  /* identical to box height, or 62px */
  letter-spacing: -0.0051em;
  color: #18191f;

  margin-top: 35px;
  margin-bottom: 20px;
}
.wrapper .header-search-box {
  transform: none;
  padding-bottom: 35px;
}
.search-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*    page
*/

.page-home h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  color: #142344;
  margin-bottom: 15px;
}
.border-right {
  border-right: 1px solid #d3dced;
}
.leading-expert {
  background: #142344;
  color: #fff;
  padding: 50px 0;
}
.leading-expert h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  font-size: 22px;
  line-height: 130%;
  /* identical to box height, or 39px */
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 45px;
}
.leading-expert .row-tile .col-sm-6:first-child {
  border-right: 1px solid rgba(211, 220, 237, 0.2);
}
.leading-expert .row-tile .col-sm-6:first-child {
  padding-right: 40px;
}
.leading-expert .row-tile .col-sm-6:nth-child(even) {
  padding-left: 40px;
}
.leading-expert .content-tile {
  width: 100%;
}
.leading-expert .post-tile h2 {
  margin-bottom: 20px;
  padding-right: 15px;
}
.leading-expert .post-tile h2 a {
  font-weight: bold;
  /*font-size: 27px;*/
  font-size: 24px;
  line-height: 130%;
  display: inline-block;
  /* or 35px */
  color: #ffffff;
  text-decoration: none;
  padding-right: 15px;
}
.leading-expert .post-tile p {
  font-weight: normal;
  /*font-size: 16px;*/
  font-size: 13px;
  line-height: 130%;
  /* or 21px */
  letter-spacing: 0.01em;
  color: #c0cadb;
  padding-right: 15px;
  display: inline-block;
}
.leading-expert.wrapper .category-label a {
  font-weight: bold;
  /*font-size: 14px;*/
  font-size: 13px;
  line-height: 100%;
  /* identical to box height, or 14px */
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d62f5d;
  text-decoration: none;
  padding-bottom: 15px;
  display: block;
  padding: 0;
  padding-bottom: 15px;
}

.featured-container {
}
.featured-container .col-sm-8 {
  padding-right: 35px;
}
.featured-container .col-sm-4 {
  padding-left: 35px;
}
.featured-story {
}
.featured-story h2 {
  font-weight: 600;
  /*font-size: 34px;*/
  font-size: 28px;
  font-size: 24px;
  /*line-height: 140%;*/
  line-height: 120%;
  /* identical to box height, or 48px */
  letter-spacing: -0.0051em;
  color: #18191f;
  margin-bottom: 25px;
}
.featured-story h2 a {
  color: #18191f;
  text-decoration: none;
}
.featured-story h1 a {
  font-size: 24px;
  color: #18191f;
  text-decoration: none;
}
.featured-story h1 {
  font-weight: 600;
  /*font-size: 34px;*/
  font-size: 28px;
  font-size: 24px;
  /*line-height: 140%;*/
  line-height: 120%;
  /* identical to box height, or 48px */
  letter-spacing: -0.0051em;
  color: #18191f;
  margin-bottom: 25px;
}
.featured-story .featured-img {
  margin-bottom: 15px;
}
.featured-story .featured-img img {
  object-fit: cover;
  width: 100%;
  /*height: 404px;*/
  height: 260px;
}
.featured-story .featured-video iframe {
  object-fit: cover;
  width: 100%;
  /*height: 404px;*/
  height: 100%;
}
.featured-story .featured-video a {
  display: block;
  height: 365px;
}
.featured-story .featured-video {
  margin-bottom: 15px;
  background-color: #000;
}
.featured-story .author-date {
  margin: 25px 0;
}
.featured-story .category-label-container {
  margin: 25px 0;
  margin: 20px 0;
}
.featured-story .category-label-container .category-label {
  padding: 6px 10px;
  /*background: #DA446D;*/
  background: transparent;
  border-radius: 40px;
  padding-left: 0;
}
.featured-story .category-label a {
  padding-bottom: 0px;
  /*color: #fff;*/
  color: #da446d;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.latest-article {
}
.latest-article .featured-img {
}
.latest-article .featured-img img {
  /*max-width: 100%;*/
  /*height: auto;*/
  object-fit: cover;
  width: 100%;
  /*height: 205px;*/
  height: 120px;
}
.category-label-container {
  display: flex;
  flex-wrap: wrap;
}
.category-label-container .category-label {
  padding: 10px 0;
  /*margin: 0 5px;*/
  padding-right: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-bottom: 2px;
}
.vrow {
}
.latest-article .vcol {
  border-bottom: 1px solid #d3dced;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.latest-article .vcol:last-child {
  border-bottom: 0;
}
.latest-article h3 {
  font-weight: bold;
  /*font-size: 17px;*/
  font-size: 16px;
  line-height: 130%;
  /* or 22px */
  color: #18191f;
  margin-bottom: 15px;
}
.latest-article h3 a {
  color: #18191f;
  text-decoration: none;
}
.latest-article .category-label a {
  font-size: 12px;
  font-size: 11px;
  padding-bottom: 5px;
}
.author-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author-container.author-sm {
  width: 45px;
  min-width: 40px;
  /*height: 45px;*/
}
.author-container.author-sm.one {
  width: 36px;
  min-width: 36px;
}
.author-sm .author-image,
.author-date .author-sm .author-image {
  width: 32px;
  height: 32px;
}
.author-sm .author-more {
  width: 16px;
  height: 16px;
  background-size: 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  right: 0px;
  bottom: auto;
  top: 14px;
}
.author-date .author-name {
  /*font-weight: bold;*/
  font-weight: 600;
  /*font-size: 15px;*/
  font-size: 13px;
  line-height: 120%;
  /* identical to box height, or 18px */
  color: #18191f;
  margin-top: 0;
  padding-left: 5px;
  flex-grow: 1;
}
.author-date .tile-date {
  min-width: 100px;
  text-align: right;
  color: #808c9f;
}

.post-tile {
  display: flex;
}
.tile-date {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  /* identical to box height, or 16px */
  color: #c0cadb;
  opacity: 0.7;
}
.category-label a {
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 14px */

  letter-spacing: 0.12em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #d62f5d;
  text-decoration: none;
  padding-bottom: 15px;
  display: block;
}
.author-tile {
  width: 150px;
}
.author-container {
  position: relative;
}
.author-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.42);
  overflow: hidden;
}
.author-image img {
  max-width: 100%;
  height: auto;

  max-width: 110%;
  margin-left: -5%;
}
.author-name {
  font-weight: 600;
  /*font-size: 15px;*/
  font-size: 13px;
  line-height: 120%;
  /* or 18px */
  color: #c0cadb;
  margin-top: 15px;
}
.author-more {
  background-image: url(img/author_plus.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;

  border-radius: 50%;
  background-color: #1b3773;
  border: 2px solid rgba(255, 255, 255, 0.42);
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: -20px;
}
/* load more tiles */
.btn-container {
  text-align: center;
  margin: 50px 0 20px;
}
.latest-article-tiles .tile-container {
  margin-right: 0;
  margin-left: 0;
}
.tile-container .inactive {
  pointer-events: none !important;
}
.row-tiles article {
  width: 25%;
}
article a,
article a:hover,
article a:active {
  text-decoration: none;
}
article h3 {
  font-weight: bold;
  /*font-size: 18px;*/
  font-size: 16px;
  line-height: 140%;
  /* or 25px */
  color: #18191f;
  margin-bottom: 15px;
}
article h3 a,
article h3 a:hover,
article h3 a:active {
  text-decoration: none;
  color: #18191f;
}
.tile-container article {
  cursor: pointer;
}
.row-tiles {
}
article .category-label-container {
  /*margin: 15px 0;*/
  margin: 6px 0;
}
article .category-label-container .category-label {
  padding: 0;
  /*background: #DA446D;*/
  background: transparent;
  border-radius: 40px;
  margin-right: 7px;
}
article .category-label a {
  padding-bottom: 0px;
  /*color: #fff;*/
  color: #da446d;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 10px;
  padding-left: 0;
}
a.btn-load-more {
  background: #798cb4;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 54px;

  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  text-align: center;
  color: #ffffff;
}
a.btn-load-more:hover,
a.btn-load-more:active {
  text-decoration: none;
  color: #ffffff;
}

a.btn-load-more.disabled,
a.btn-load-more.loading {
  cursor: not-allowed;
  pointer-events: none;
}
a.btn-load-more.disabled {
  opacity: 0.5;
}
@keyframes btnLoadMoreOpacityPulse {
  0%   { opacity: 0.8; }
  50%  { opacity: 0.2; }
  100% { opacity: 0.8; }
}
a.btn-load-more.loading {
  opacity: 0.8;
  animation: btnLoadMoreOpacityPulse 2s infinite linear;
}

article .featured-img img {
  object-fit: cover;
  width: 100%;
  /*height: 200px;*/
  height: 92px;
  min-height: 92px;
  max-height: 92px;
}
article .tile-date {
  margin-bottom: 15px;
  font-weight: normal;
  /*font-size: 14px;*/
  font-size: 13px;
  line-height: 120%;
  color: #808c9f;
}

/*    about us
*/
.page-about-us {
}
.page-about-us h1 {
  font-weight: 600;
  /*font-size: 81px;*/
  font-size: 46px;
  line-height: 110%;
  /* or 89px */
  /* Text / Gray 900 */
  color: #18191f;
  margin-top: 75px;
  margin-bottom: 25px;
}
.page-about-us h4 {
  font-weight: normal;
  /*font-size: 51px;*/
  font-size: 36px;
  line-height: 110%;
  /* or 56px */
  letter-spacing: -0.0051em;
  /* Text / Gray 900 */
  color: #18191f;
}
.page-about-us #page-wrapper hr {
  border-top: 1px solid rgba(0, 0, 0, 0.45);
  margin-top: 55px;
  margin-bottom: 55px;
}
.page-about-us h5 {
  font-weight: 600;
  /*font-size: 34px;*/
  font-size: 26px;
  line-height: 140%;
  /* or 48px */
  color: #18191f;
}
.page-about-us p {
  font-size: 16px;
  /*line-height: 170%;*/
  line-height: 150%;
  /* or 27px */
  text-align: justify;
  color: #18191f;
}
.page-about-us .wrapper {
  padding-bottom: 60px;
}

/*    category
*/
.category {
}
.hero-banner {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 55px;
}
.hero-banner .hero-col {
  width: 50%;
  padding: 0 15px;
}
.hero-banner h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.hero-banner h2 a {
  font-weight: 600;
  /*font-size: 34px;*/
  font-size: 24px;
  line-height: 140%;
  /* or 48px */
  letter-spacing: -0.0051em;
  color: #18191f;
  display: block;
}
.hero-banner h2 a:hover,
.hero-banner h2 a:active {
  color: #18191f;
  text-decoration: none;
}
.category-container {
  margin-bottom: 45px;
}
.category h1 {
  font-size: 26px;
  margin-bottom: 35px;
}
.breadcrumbs {
  color: #18191f;
  margin-bottom: 15px;
}
.breadcrumbs {
  font-weight: 500;
  /*font-size: 15px;*/
  font-size: 13px;
  /*line-height: 124%;*/
}
.breadcrumbs a {
  font-weight: 500;
  /*font-size: 15px;*/
  font-size: 13px;
  line-height: 124%;
  /* identical to box height, or 19px */
  color: #da446d;
}
.breadcrumbs a:hover,
.breadcrumbs a:active {
  text-decoration: underline;
  color: #da446d;
}
.hero-banner .author-date {
  margin: 20px 0;
}
.tile-container {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
  width: 100%;
}
.tile-container article {
  width: 25%;
  padding: 15px;
  display: none;
  border: 1px solid transparent;
  transition: background 0.5s;
}
.tile-container article:hover {
  background: #ecf1fb;
  border: 1px solid #e3e9f5;
}
.image-title-tag {
}
.title-tag {
}
.related-articles .tile-container article:hover {
  background: #e5edff;
  border: 1px solid #d6e0f3;
}
.hero-banner .category-label-container .category-label {
  padding: 0;
  /*background: #DA446D;*/
  background: transparent;
  border-radius: 40px;
  margin-right: 7px;
  padding-left: 0;
}
.hero-banner .category-label a {
  padding-bottom: 0px;
  /*color: #fff;*/
  color: #da446d;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 10px;
  padding-left: 0;
}
.hero-banner .featured-img img {
  object-fit: cover;
  width: 100%;
  /*height: 350px;*/
  height: 203px;
}

/*    single
*/
.single-post {
}
.single-post p {
  font-size: 16px;
}
.full-width-banner {
  text-align: center;
  background: #000;
}
.vimeo-preview-thumb {
  width: 1366px;
  height: 670px;
}
.vimeo-preview-thumb,
.full-width-banner img {
  object-fit: cover;
  width: 100%;
  height: 440px;
}
.full-width-banner iframe {
  max-width: 100%;
  background: #000;
  margin: 0 auto;
}
.full-width-banner video {
  max-width: 100%;
  background: #000;
}
.single-post .content-area .category-label-container {
  margin-top: 35px;
}
.single-post .category-label-container .category-label {
  padding: 0;
  /*background: #DA446D;*/
  background: transparent;
  border-radius: 40px;
  margin-right: 7px;
}
.single-post .category-label a {
  padding-bottom: 0px;
  /*color: #fff;*/
  color: #da446d;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 10px;
  padding-left: 0;
}
.single-post h1 {
  font-weight: 600;
  /*font-size: 44px;*/
  /*font-size: 34px;*/
  font-size: 26px;
  line-height: 132%;
  /* or 58px */
  letter-spacing: -0.0051em;
  color: #18191f;
  margin: 15px 0 15px;
}
.understrap-read-more-link {
  display: none;
}
.post-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  /* identical to box height, or 17px */
  color: #808c9f;
}
.col-author {
  padding-top: 125px;
}
.col-author .author-container {
  margin-bottom: 25px;
}
.col-author .author-name {
  font-weight: 600;
  /*font-size: 16px;*/
  font-size: 13px;
  line-height: 130%;
  /* identical to box height, or 21px */
  /* Text / Gray 900 */
  color: #18191f;
  margin-bottom: 10px;
}
.col-author .author-designation {
  font-weight: 500;
  /*font-size: 14px;*/
  font-size: 13px;
  line-height: 140%;
  /* or 20px */
  color: #808c9f;
}
.entry-content {
  margin: 20px 0;
}
.hd-cta__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px;

  background: linear-gradient(0deg, #ecf1fb, #ecf1fb), #142344;
  border: 1px solid #e3e9f5;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 15px;
}
.hd-cta__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  /* identical to box height, or 39px */
  color: #142344;
}
a.hd-cta__button {
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  text-align: center;
  color: #ffffff;

  padding: 20px 26px;

  background: #d62f5d;
  border-radius: 4px;
}
a.hd-cta__button:hover {
  color: #ffffff;
  text-decoration: none;
}
.key-takeaways {
  padding: 20px 24px;
  background: #eff3f9;
  border-radius: 2px;
  margin: 25px 0 20px;
}
.key-takeaways h4 {
  /*font-weight: 800;*/
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  letter-spacing: 0.04em;
  color: #18191f;
  margin-bottom: 12px;
}
.key-takeaways ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 15px;
}
.key-takeaways ul li {
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  /* identical to box height, or 22px */
  color: #142344;
  opacity: 0.9;
  margin-bottom: 5px;
}
.key-takeaways ul li:before {
  content: "\2022";
  color: #142344;
  display: inline-block;
  font-weight: bold;
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 18px;
}
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content span,
.entry-content input,
.entry-content td {
  font-family: "Manrope" !important;
}
.entry-content input[type="button"].ays-poll-btn {
  color: #fff !important;
}
body .ays-poll-main .box-apm input[type="button"].ays-poll-btn {
  color: #fff !important;
}
.entry-content .wp-block-button__link {
  color: #fff !important;
}

/*    collapsible reference
*/
.references-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
/*
.references-title:before {
   content: "+";
   position: absolute;
   top: 0;
   left: -24px;
   font-size: 30px;
   line-height: 20px;
   font-weight: bold;
}
*/
.references-title:after,
.references-title:before {
  background: #44596b;
}
.references-title:before {
  content: "";
  height: 2px;
  margin-right: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 14px;
}
.references-title:after {
  content: "";
  height: 2px;
  margin-right: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}
.references-detail.open .references-title:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*
.references-detail.open .references-title:before {
   content: "-";
   position: absolute;
   top: 0;
   left: -20px;
   font-size: 40px;
   line-height: 20px;
   font-weight: bold;
}
*/
.references-content {
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 15px 0;
  display: none;
  transition: 0.5s;
}
.references-content p {
  font-size: 13px;
}
.references-detail.open .references-content {
  display: block;
  transition: 0.5s;
}
.related-articles-title h3 {
  font-size: 40px;
  line-height: 60px;
  color: #d6345d;
  margin: 20px 0 20px 0px;
  text-align: center;
}

/*    floating share
*/
.social-share {
  visibility: hidden;
}
.social-share p {
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  /* identical to box height, or 18px */
  color: #18191f;
  margin-bottom: 10px;
}
.heateor_sss_vertical_sharing {
  position: absolute !important;
  left: auto !important;
  right: 0;
}
.social-share .heateor_sss_vertical_sharing {
  top: 1000px !important;
  /*right: 170px;*/
  z-index: 99;
  right: 50%;
  margin-right: -460px;
  /*transition: top 0.2s;*/
}
.heateor_sss_vertical_sharing .heateorSssSharing,
.heateor_sss_floating_follow_icons_container .heateorSssSharing {
  background-color: #546892 !important;
}
.social-share div.heateor_sss_bottom_sharing li {
  width: 100% !important;
}

/*    related articles
*/
.related-articles {
  background: #eff3f9;
  /*color: #fff;*/
  padding: 50px 0 0;
}
.related-articles .container {
  padding-bottom: 50px;
}
.related-articles h2 {
  font-weight: 600;
  /*font-size: 28px;*/
  font-size: 22px;
  line-height: 140%;
  /* or 39px */
  letter-spacing: -0.0051em;
  color: #18191f;
}
.related-articles .tile-container {
  margin-right: 0;
  margin-left: 0;
}
.bottom-border {
  background: #eff3f9;
  padding: 0;
}
.bottom-border hr {
  margin-bottom: 1px;
}

/*    disclaimer popup
*/
.overlay {
  background: rgba(20, 35, 68, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  z-index: -10;
}
.overlay.show {
  opacity: 1;
  z-index: 100;
}
.popup {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
  height: 227px;
  background-color: #ffffff;
  padding: 50px 60px 50px 60px;
  position: relative;
  text-align: center;
}
.popup p {
  font-weight: normal;
  font-size: 24px;
  font-size: 18px;
  line-height: 160%;
  /* or 38px */
  color: #142344;
}
.btn-ok {
  cursor: pointer;
  padding: 12px 35px;
  background: #d62f5d;
  border-radius: 4px;

  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  text-align: center;
  color: #ffffff;
  display: inline-block;
  /*position: absolute;*/
  /*right: 35px;*/
  /*bottom: 35px;*/
}

/*    keep me informed
*/
.btn-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px !important;
  top: 20px;
  font-size: 30px;
  opacity: 1;
  color: #d6305d;
  cursor: pointer;
  /*display: none;*/
}
.btn-close {
  background-image: url(img/close-button.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.kmi .popup {
  height: auto;
}
.overlay.kmi.show {
  /*display: block;*/
}
.kmi {
}
#mktoForm_3098.mktoForm {
  font-family: "Manrope" !important;
  color: #18191f !important;
}
#mktoForm_3098.mktoForm
  .mktoFormRow:nth-of-type(1)
  .mktoFormCol:nth-of-type(1)
  .mktoHtmlText.mktoHasWidth
  span {
  font-size: 16px;
  color: #18191f;
}
#mktoForm_3098.mktoForm
  .mktoFormRow:nth-of-type(1)
  .mktoFormCol:nth-of-type(1)
  .mktoHtmlText.mktoHasWidth
  h1 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.3;
}
#mktoForm_3098 label a {
  color: #d6305d !important;
}
#mktoForm_3098.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  text-align: center;
  background-color: #d6305d !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 25px 25px !important;
}
#mktoForm_3098.mktoForm input[type="text"],
#mktoForm_3098.mktoForm input[type="url"],
#mktoForm_3098.mktoForm input[type="email"],
#mktoForm_3098.mktoForm input[type="tel"],
#mktoForm_3098.mktoForm input[type="number"],
#mktoForm_3098.mktoForm input[type="date"],
#mktoForm_3098.mktoForm textarea.mktoField,
#mktoForm_3098.mktoForm select.mktoField {
  background: #fff !important;
  color: #495057 !important;
  border: 1px solid #ced4da !important;
  text-align-last: left;
  text-align: left;
  padding: 5px 10px;
}
#mktoForm_3098.mktoForm input[type="text"]::placeholder,
#mktoForm_3098.mktoForm input[type="email"]::placeholder {
  color: #373f41 !important;
}
#mktoForm_3098 :nth-of-type(2).mktoFormRow :nth-of-type(1).mktoFormCol {
  padding-right: 10px;
}
.mktoForm#mktoForm_3098
  :nth-of-type(1).mktoFormRow
  :nth-of-type(1).mktoFormCol
  .mktoHtmlText.mktoHasWidth
  h1 {
  margin-bottom: 15px;
}
.mktoForm .mktoFormCol {
  width: 100%;
}

.mktoGutter {
  width: 0 !important;
  display: none;
  /*Content.co Remove Gutter*/
}
.mktoCheckboxList {
  display: flex;
}
.mktoCheckboxList input {
  /*min-width: 20px;*/
  /*margin-right: 15px !important;*/
}
.mktoCheckboxList > label {
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 !important;
  margin-left: 35px !important;
}
.mktoCheckboxList > input[type="checkbox"] {
  position: absolute;
  left: -999em;
}
.mktoCheckboxList > input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  padding: 4px 6px 4px 2px;
  margin-left: -35px;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 3px;
  font: bold 18px/12px sans-serif;
  border: 1px solid #18191f;
  color: #fff;
}
.mktoCheckboxList > input[type="checkbox"]:checked + label:before {
  content: "✓";
  color: #d6345d;
  background-color: #fff;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 17px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

/*    gdpr cookies bottom banner
*/
#cookie-notice .cookie-notice-container {
  display: block;
  background-color: #d6345d;
}
.cn-button.bootstrap {
  color: #d6345d !important;
  background: #ffffff !important;
}
/*    gdpr cookies new plugin
*/
a#wt-cli-accept-btn,
.cli-style-v2 .cli-bar-btn_container #wt-cli-accept-all-btn.cli-plugin-button {
  background-color: #d6345d !important;
  color: #fff !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn,
.cli-switch input:checked + .cli-slider {
  background-color: #d6345d !important;
}
.cli-modal .cli-modal-close {
  border: 0 !important;
  border-radius: 0 !important;
}
#cookie-law-info-bar .cli-style-v2 {
  font-size: 13px;
}
div.heateorSssSharingArrow {
  display: none;
}
.cli-tab-container p,
.cli-privacy-content-text {
  font-size: 12px;
}
.cookie-button-bar {
  margin-top: 10px;
}
.cookie-button-bar #wt-cli-accept-all-btn {
  background-color: #d6345d !important;
}
.cli-modal-footer .cli-tab-footer {
  padding-top: 5px;
}

/*.cli-privacy-content-text #wt-cli-accept-all-btn {
   margin-left: 0 !important;
}
.cli-privacy-content-text #wt-cli-reject-btn {
   margin-left: 0 !important;
   margin-top: 15px !important;
}*/

.wt-cli-iframe-placeholder .wt-cli-inner-text {
  color: #fff;
}
.cookie-banner-close-btn {
  display: inline-block;
  background: #d62f5d;
  border-radius: 4px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  padding: 7px 20px;
  cursor: pointer;
}
.cli-bar-btn_container .cli-accept-button {
  font-family: "Manrope";
  background: #d62f5d;
}
#wt-cli-settings-btn {
  margin: 0px 10px 0px 5px;
}
.cli-bar-btn_container .cli-accept-button:hover {
  background: #d62f5d;
}

/* helpie style (faq/accordion)
*/
body
  .helpie-faq.accordions.custom-styles
  .accordion
  .accordion__item
  .accordion__header {
  padding-right: 65px;
}

/*
Fix content style
*/
.container {
  width: 100% !important;
}

/* 
Update: 4-feb-2024

*/

.tagcloud-container {
  margin-top: 15px;
  margin-bottom: 10px;
}
.tagcloud-container h2 {
  color: #d62f5d;
  font-size: 22px;
  font-weight: bold;
}
.tagcloud a:hover {
  text-decoration: none;
}
.tagcloud a {
  font-size: 14px !important;
  padding: 5px 12px;
  background-color: #d62f5d;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.tag-container h4 {
  color: #d62f5d !important;
  font-size: 30px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 10px;
}

.tag-container h1 {
  color: #d62f5d !important;
  font-size: 30px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 10px;
}

.tag-container .tile-container {
  margin-right: 0;
  margin-left: 0;
}

.tag-container .tile-container .inactive {
  pointer-events: none !important;
}

/* 
Author page
 */

.wrapper-author h3 {
  margin-bottom: 25px;
}
.wrapper-author .author-tile {
  /* border: 1px solid red; */
  width: 100%;
  height: auto;
}
.wrapper-author .author-image {
  /* border: 1px solid blue; */
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border: 2px solid rgb(227 227 227 / 42%);
}
.wrapper-author .author-image img {
  object-fit: cover;
  height: 100%;
}
.author-row .author-image img {
  object-fit: cover;
  height: 100%;
}
.wrapper-author .author-name {
  font-weight: bold;
  /* font-size: 18px; */
  font-size: 16px;
  line-height: 140%;
  color: #18191f;
  color: #da446d;
  margin-bottom: 5px;
  text-align: center;
}
.wrapper-author .author-title {
  font-weight: 500;
  /* font-size: 14px; */
  font-size: 13px;
  line-height: 140%;
  color: #808c9f;
  text-align: center;
}
.wrapper-author .author-container {
  margin-bottom: 15px;
}
.wrapper-author .author-container {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}
.wrapper-author .author-container article {
  width: 25%;
  padding: 15px;
  border: 1px solid transparent;
  transition: background 0.5s;
  cursor: pointer;
}
.wrapper-author .author-container article:hover {
  background: #ecf1fb;
  border: 1px solid #e3e9f5;
}
.wrapper-author .pagination {
  /*  */
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.85rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #da446d;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #da446d;
}
.page-link:focus {
  box-shadow: none !important;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #da446d;
  border-color: #da446d;
}

.wrapper-author .tile-container article {
  cursor: pointer;
}

/* single author page */
.single-author_v2 .author-row {
  display: flex;
  margin-bottom: 25px;
}
.single-author_v2 .author-row .author-image {
  /* border: 1px solid blue; */
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 2px solid rgb(227 227 227 / 42%);
}
.single-author_v2 .author-row .author-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.0051em;
  color: #18191f;
  color: #da446d;
  margin-top: 0;
}
.single-author_v2 .author-row .author-title {
  color: #808c9f;
}
.single-author_v2 .author-col {
}
.single-author_v2 .author-col-left {
  /* width: 33%; */
  margin-right: 20px;
}
.single-author_v2 .author-col-right {
  /* width: 67%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.heateor_sss_sharing_ul > a {
  margin-bottom: 5px;
}

.specialty-wrapper {
  /* border: 1px solid red; */
  margin-bottom: 25px;
}

.btn.specialty-btn {
  background: #d62f5d;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  padding: 14px 26px;
  margin-right: 15px;
}
.btn.specialty-btn.inactive {
  background: #cdcdcd;
}

/* fix language icon */
nav .wpml-ls-menu-item > .nav-link {
  /* border: 1px solid red; */
  width: 50px;
}

/* language width */
.navbar-expand-md .navbar-nav .dropdown-menu {
  background: #fff;
}
.wpml-ls-menu-item {
  width: 50px;
}
