/******
 CSS VARIABLES
****** */
:root {
  --neutral-black: #1C1D1E;
  --neutral-white: #FFFFFF;
  --neutral-lightgrey: #EEF0F2;
  --neutral-darkgrey: #A6A6A6;
  --clinical-purple: #A37AF5;
  --strategy-lightblue: #5BCFFF;
  --regulatory-mintgreen: #49DAB0;
  --ip-darkblue: #3A6DF5;
  --health-economics-brightpink: #FF9FF2;
  --timelinetitleleft: -28px;
}
.strategy {
  --current-service-color: var(--strategy-lightblue);
}
.clinical {
  --current-service-color: var(--clinical-purple);
}
.regulatory {
  --current-service-color: var(--regulatory-mintgreen);
}
.intellectual-property {
  --current-service-color: var(--ip-darkblue);
}
.health-economics {
  --current-service-color: var(--health-economics-brightpink);
}
/*********
 TEAM PAGE
**********/
p + pre {
  margin-top: -12px;
}
/* *****
/* SERVICES DROPDOWN COLOR BOXES
****** */
.header-nav-folder-item a {
  font-size: 24px;
}

.header-nav-folder-item a .header-nav-folder-item-content {
  position: relative;
}

/* Base styles for the circle before the content */
.header-nav-folder-item a .header-nav-folder-item-content:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -20px; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%); /* Center vertically */
  background: var(--white); /* Default color */
}

.header-nav-folder-item a:hover .header-nav-folder-item-content:before {
  width: 12px;
  height: 12px;
  transition: 0.3s all ease;
}

/* Specific colors for each service and tool based on the href attribute */
.header-nav-folder-item a[href*="/regulatory"] .header-nav-folder-item-content:before {
  background: var(--regulatory-mintgreen) !important;
}
.header-nav-folder-item a[href*="/clinical"] .header-nav-folder-item-content:before {
  background: var(--clinical-purple) !important;
}
.header-nav-folder-item a[href*="/health-economics"] .header-nav-folder-item-content:before {
  background: var(--health-economics-brightpink) !important;
}
.header-nav-folder-item a[href*="/strategy"] .header-nav-folder-item-content:before {
  background: var(--strategy-lightblue) !important;
}
.header-nav-folder-item a[href*="/intellectual-property"] .header-nav-folder-item-content:before {
  background: var(--ip-darkblue) !important;
}
.header-nav-folder-item a[href*="/82304"] .header-nav-folder-item-content:before {
  background: var(--regulatory-mintgreen) !important;
}
.header-nav-folder-item a[href*="/samd"] .header-nav-folder-item-content:before {
  background: var(--clinical-purple) !important;
}
.header-nav-folder-item a[href*="/news"] .header-nav-folder-item-content:before {
  background: var(--ip-darkblue) !important;
}
/* External link styles - Squarespace-specific with higher specificity */
.header-nav-folder-item.header-nav-folder-item--external a {
  position: relative !important;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  transition: 0.3s all ease !important;
  margin-left: 12px !important;
  padding: 10px 10px !important;
  display: block !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  vertical-align: baseline !important;
}

.header-nav-folder-item.header-nav-folder-item--external a:before {
  content: "" !important;
  position: absolute !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  left: -20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: var(--health-economics-brightpink) !important;
  z-index: 1 !important;
}

/* Hover effects for external link with higher specificity */
.header-nav-folder-item.header-nav-folder-item--external:hover a {
  margin-left: 18px !important;
  transition: 0.3s all ease !important;
}

.header-nav-folder-item.header-nav-folder-item--external:hover a:before,
.header-nav-folder-item.header-nav-folder-item--external a:hover:before {
  width: 12px !important;
  height: 12px !important;
  transition: 0.3s all ease !important;
}

body:not(.header--menu-open) .header-nav-folder-item--active .header-nav-folder-item-content {
  background-size: 0px !important;
}
.header-nav-folder-item a span {
  transition: 0.3s all ease;
}
.header-nav-folder-item:hover a span {
  margin-left: 18px;
}
.header-nav-folder-item a span {
  padding: 10px 10px;
  display: block;
  margin-left: 12px;
}
.header-nav-item:not(.header-nav-item--folder):hover a {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 0.1em);
}
.header-nav-folder-title {
  margin-right: 13px;
}
.header-nav-folder-title:after {
  content: "moi";
  content: '';
  background: url('https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63020679c9719d4bab261bf5/1661077114176/chevron+down.png') no-repeat center center;
  position: absolute;
  top: 8.6px;
  right: -3.4px;
  width: 12px;
  height: 15px;
  background-size: contain;
}
.container.header-menu-nav-item .header-menu-nav-item-content {
  position: relative ; /* Establishes the positioning context for the pseudo-element */
}


.container.header-menu-nav-item .header-menu-nav-item-content:before {
  content: '' ;
  position: absolute ;
  width: 12px ;
  height: 12px ;
  border-radius: 50% ;
  left: -20px ;
  top: 50% ;
  transform: translateY(-50%) ;
  background-color: var(--neutral-white) ; 
  z-index: 1 ;
}

/* Specific colors for each item based on the href attribute */
.container.header-menu-nav-item a[href*="/82304-2"] .header-menu-nav-item-content:before {
  background-color: var(--regulatory-mintgreen);
}
.container.header-menu-nav-item a[href*="/samd-training"] .header-menu-nav-item-content:before {
  background-color: var(--clinical-purple);
}
.container.header-menu-nav-item a[href*="/newsletter"] .header-menu-nav-item-content:before {
  background-color: var(--ip-darkblue);
}
.container.header-menu-nav-item a[href*="/regulatory"] .header-menu-nav-item-content:before {
  background-color: var(--regulatory-mintgreen) !important;
}
.container.header-menu-nav-item a[href*="/clinical"] .header-menu-nav-item-content:before {
  background-color: var(--clinical-purple) !important;
}
.container.header-menu-nav-item a[href*="/health-economics"] .header-menu-nav-item-content:before {
  background-color: var(--health-economics-brightpink) !important;
}
.container.header-menu-nav-item a[href*="/strategy"] .header-menu-nav-item-content:before {
  background-color: var(--strategy-lightblue) !important;
}
.container.header-menu-nav-item a[href*="/intellectual-property"] .header-menu-nav-item-content:before {
  background-color: var(--ip-darkblue) !important;
}

/* For external menu items that don't have .header-menu-nav-item-content wrapper */
.container.header-menu-nav-item.header-menu-nav-item--external {
  position: relative ;
}

.container.header-menu-nav-item.header-menu-nav-item--external a[href*="hari.hardianhealth.com"]:before {
  content: '' !important;
  position: absolute !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  left: -20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: var(--health-economics-brightpink) !important;
  z-index: 1 !important;
  display: block !important;
}

/*
.header-nav-item a{
  padding: 15px 2px !important;
}

// ACTIVE NAV ITEM TEST
.header-nav-item--active a {
    background: #A37AF5;
    color: white !important;
    text-decoration: none !important;
   
    background-image: none !important;
   
    border-radius: 6px;
}
*/
/*h1, h2, h3, h4{
  strong{
    font-weight: inherit !important;
    font-style:normal !important;
    display:inline-block;
    background: #A37AF5;
    padding:20px;
    color: #FFF; 
    border-radius:20px;
    text-transform:none;
  }
}
*/
/*
.sqs-block-button-element--medium{
  background: rgb(163,122,245);
background: linear-gradient(22deg, rgba(163,122,245,1) 0%, rgba(91,207,255,1) 100%);  
}
*/
/*


//😎😎😎 BLOG POST WIDTHS */
.blog-item-content-wrapper {
  max-width: 550px !important;
  margin: auto;
  display: flex;
  flex-direction: column;
  /*  
p {
   max-width:550px !important;
  margin: auto;

}  */
}
.blog-item-content-wrapper .blog-item-author-profile-wrapper {
  order: 1;
}
.blog-item-content-wrapper .custom-metabox {
  order: 2;
  margin-bottom: 30px;
}
.blog-item-content-wrapper .blog-item-content {
  order: 3;
}
.blog-item-content-wrapper .blog-meta-item.blog-meta-item--tags {
  order: 4;
}
.item-pagination-link {
  align-items: center;
  max-width: 380px;
}
.blog-list-pagination {
  font-weight: 600 !important;
}
.tweak-blog-basic-grid-text-alignment-left .blog-basic-grid .blog-basic-grid--container .blog-more-link,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="regulatory"],
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="intellectual"],
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="strategy"],
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="economics"],
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="cli"],
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="regulatory"],
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="intellectual"],
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="strategy"],
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="economics"],
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="cli"],
a.summary-read-more-link {
  text-decoration: none !important;
  transition: 0.3s all ease;
  position: relative;
  left: 0;
  font-weight: 600;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 0.05em;
}
.tweak-blog-basic-grid-text-alignment-left .blog-basic-grid .blog-basic-grid--container .blog-more-link:hover,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="regulatory"]:hover,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="intellectual"]:hover,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="strategy"]:hover,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="economics"]:hover,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="cli"]:hover,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="regulatory"]:hover,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="intellectual"]:hover,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="strategy"]:hover,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="economics"]:hover,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="cli"]:hover,
a.summary-read-more-link:hover {
  left: 2px;
}
.tweak-blog-basic-grid-text-alignment-left .blog-basic-grid .blog-basic-grid--container .blog-more-link:hover:after,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="regulatory"]:hover:after,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="intellectual"]:hover:after,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="strategy"]:hover:after,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="economics"]:hover:after,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="cli"]:hover:after,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="regulatory"]:hover:after,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="intellectual"]:hover:after,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="strategy"]:hover:after,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="economics"]:hover:after,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="cli"]:hover:after,
a.summary-read-more-link:hover:after {
  left: 5px;
}
.tweak-blog-basic-grid-text-alignment-left .blog-basic-grid .blog-basic-grid--container .blog-more-link:after,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="regulatory"]:after,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="intellectual"]:after,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="strategy"]:after,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="economics"]:after,
section[data-section-id="62f528d73cd06779e8eb3ee9"] p > a[href*="cli"]:after,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="regulatory"]:after,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="intellectual"]:after,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="strategy"]:after,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="economics"]:after,
section[data-section-id="630906727a98a14798f4b3f4"] p > a[href*="cli"]:after,
a.summary-read-more-link:after {
  transition: 0.3s all ease;
  content: " →";
  display: inline;
  background: none;
  position: relative;
  top: -0.3px;
  left: 3px;
}
.sqs-is-page-editing .custom-styles-applied:before {
  content: "ADMIN! THIS SECTION has custom CSS styling applied. ";
  opacity: 1;
  transition: 0.5s all ease;
  background: #ffc3c3;
  color: black;
  padding: 2px 6px;
  font-size: 9px;
  top: 17px !important;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 400;
  height: 20px;
  z-index: 99999999;
}
.summary-read-more-link:after {
  display: none !important;
}
.header-layout-nav-center .header-title {
  flex: 1 1 20%;
}
@media (min-width: 1023px) {
  .header-layout-nav-center .header-title .header-title-logo img {
    width: 120px !important;
  }
}
.header-title-nav-wrapper {
  flex: 1 0 80%;
}
.header-layout-nav-center .header-nav {
  width: 34%;
  flex: 1 1 100%;
}
.header-layout-nav-center .header-actions {
  width: 14%;
}
@media only screen and (min-width: 600px) {
  .header-title-logo img {
    transform: scale(1.2);
    transform-origin: left center !important;
  }
}
@media only screen and (min-width: 1023px) {
  .header-title-logo img {
    transform: scale(1.8);
  }
}
/******
🏷️ LOGO GRID
*******/
.eapp-logo-showcase-header-component {
  display: none !important;
}
/******
🏷️ HOMEPAGE BLOG SUMMARY
*******/
/*
a.summary-read-more-link{
  color: var(--clinical-purple) !important;
  //text-transform:uppercase;
  font-size:13px !important;
  font-weight:500;
}
*/
/******
🏷️ BLOG
*******/
.blog-basic-grid .blog-title,
.summary-title {
  line-height: 1.31 !important;
  font-size: 22px;
}
.blog-basic-grid .blog-title a:hover,
.summary-title a:hover {
  box-shadow: inset 0 -1px 0 0 #fff, inset 0 -2px 0 0 var(--clinical-purple);
}
@media screen and (min-width: 1100px) {
  .blog-basic-grid .blog-title a:hover,
  .summary-title a:hover {
    box-shadow: inset 0 -3px 0 0 #fff, inset 0 -4px 0 0 var(--clinical-purple);
  }
}
.blog-item-author-profile-wrapper {
  padding: 0 0 0px 0 !important;
  border-radius: 12px;
  flex-direction: row !important;
  justify-content: left !important;
}
.blog-item-author-profile-wrapper .author-name {
  display: none;
}
.blog-item-author-profile-wrapper a span.author-avatar {
  display: block !important;
  margin: 0 30px 0 0 !important;
}
.blog-item-author-profile-wrapper .author-bio {
  margin: 0 !important;
  font-weight: 500;
  font-size: 14px;
  text-align: left !important;
}
.blog-item-wrapper .blog-item-author-profile-wrapper {
  margin: 0 0 4vh;
}
.blog-item-title h1.entry-title.entry-title--large.p-name {
  line-height: 1.2;
}
a[href*="linkedin"]:hover svg {
  fill: var(--clinical-purple) !important;
}
a[href*="twitter"]:hover svg {
  fill: var(--clinical-purple) !important;
}
/******
🏷️ HOMEPAGE SERVICES SECTION
*******/
section[data-section-id="62f53ab95bbb9c52dc59906f"] .sqs-block-content {
  text-align: center !important;
}
/*
🐠🐠🐠🐠🐠
🐠🐠🐠🐠🐠

CODE + TONIC ANIMATED HEADING #1 
CSS

🐠🐠🐠🐠🐠
🐠🐠🐠🐠🐠

*/
body:not(.sqs-is-page-editing) h1 span[style*="text-decoration:line-through"],
body:not(.sqs-is-page-editing) h2 span[style*="text-decoration:line-through"],
body:not(.sqs-is-page-editing) h3 span[style*="text-decoration:line-through"],
body:not(.sqs-is-page-editing) h4 span[style*="text-decoration:line-through"] {
  display: none;
}
body.sqs-is-page-editing h1 span[style*="text-decoration:line-through"],
body.sqs-is-page-editing h2 span[style*="text-decoration:line-through"],
body.sqs-is-page-editing h3 span[style*="text-decoration:line-through"],
body.sqs-is-page-editing h4 span[style*="text-decoration:line-through"] {
  display: block;
}
body.sqs-is-page-editing h1 span[style*="text-decoration:line-through"]:before,
body.sqs-is-page-editing h2 span[style*="text-decoration:line-through"]:before,
body.sqs-is-page-editing h3 span[style*="text-decoration:line-through"]:before,
body.sqs-is-page-editing h4 span[style*="text-decoration:line-through"]:before {
  content: "(This strikethrough text will be animated. )";
  position: absolute;
  top: -9px;
  left: 33%;
  font-size: 19px;
  background: #ffbba3;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 4px;
}
.codetonic-textanimation-one[style*="center"] .container .word {
  left: 50%;
  transform: translate(-50%, -10%);
}
.codetonic-textanimation-one {
  margin: 0;
}
.codetonic-textanimation-one .container {
  margin: 1rem;
  position: relative;
}
.codetonic-textanimation-one .container .word {
  text-rendering: optimizeLegibility!important;
  white-space: pre;
  opacity: 0;
  display: block;
  top: 0;
  position: absolute;
}
.codetonic-textanimation-one .letter {
  text-rendering: optimizeLegibility!important;
  display: inline-block;
  position: relative;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
.codetonic-textanimation-one .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.codetonic-textanimation-one .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.codetonic-textanimation-one .letter.behind {
  transform: rotateX(-90deg);
}
/*
🐠🐠🐠🐠🐠
🐠🐠🐠🐠🐠

CODE + TONIC ANIMATED HEADING #1 
CSS

🐠🐠🐠🐠🐠
🐠🐠🐠🐠🐠

*/
section[data-section-id="630906727a98a14798f4b3f4"] .sqs-block-image .design-layout-fluid img {
  width: 80% !important;
  margin-left: 10%;
  /*
  @black: #1C1D1E;
@white: #FFFFFF;
@lightGrey: #EEF0F2; 
@darkGrey: #A6A6A6;

//Brand Colors
var(--clinical-purple):#A37AF5; 
var(--strategy-lightblue): #5BCFFF;
var(--regulatory-mintgreen):#49DAB0;
var(--ip-darkblue):#3A6DF5;
var(--health-economics-brightpink): #FF9FF2;
  */
}
#block-yui_3_17_2_1_1661536994504_107859 {
  filter: invert(55%) sepia(51%) saturate(4343%) hue-rotate(226deg) brightness(106%) contrast(92%) !important;
}
#block-yui_3_17_2_1_1661504512609_911651 {
  filter: invert(77%) sepia(35%) saturate(3485%) hue-rotate(172deg) brightness(104%) contrast(102%);
}
#block-yui_3_17_2_1_1661536994504_24312 {
  filter: invert(78%) sepia(58%) saturate(432%) hue-rotate(102deg) brightness(87%) contrast(95%);
}
#block-yui_3_17_2_1_1661504512609_1016720 {
  filter: invert(39%) sepia(50%) saturate(2788%) hue-rotate(211deg) brightness(92%) contrast(110%);
}
#block-yui_3_17_2_1_1661504512609_1087339 {
  filter: invert(96%) sepia(51%) saturate(3731%) hue-rotate(273deg) brightness(97%) contrast(108%);
}
h2 + p.sqsrte-large,
h1 + p.sqsrte-large {
  max-width: 560px;
  margin: auto;
  margin-top: -23px !important;
  margin-left: auto;
  margin-right: auto;
}
h4 + p,
h3 + p {
  margin-top: -26px !important;
}
p {
  letter-spacing: -0.01em;
}
.sqsrte-large {
  line-height: 1.5 !important;
}
h2 {
  line-height: 1.15 !important;
}
section[data-section-id="630906727a98a14798f4b3f4"] h4 {
  position: relative;
}
/*
section[data-section-id="630906727a98a14798f4b3f4"] h4{

  &:hover:before{
    width:20px;
    height:20px !important;
    top: 6px !important;
    left:-25px;
  }
  &:before {
    transition:0.5s all ease;
    content:"";
    position:absolute;
    left:-20px;
    top:12px;
    width:10px;
    height:10px;
    background:purple;
    border-radius:50%;
  
}
}


//regulatory 
#block-yui_3_17_2_1_1660233301342_179110 h4:before{
  background:var(--regulatory-mintgreen);
}

//clinical
#block-yui_3_17_2_1_1660233301342_153163 h4:before{
  background:var(--clinical-purple);
}

//IP
#block-yui_3_17_2_1_1660233301342_220277 h4:before{
  background:var(--health-economics-brightpink);
}

#block-a78ba45834402982aeb1 h4:before{
  background:var(--strategy-lightblue);
}

#block-yui_3_17_2_1_1660233301342_249459  h4:before{
  background:var(--ip-darkblue);
}*/
.sqs-is-page-editing section[data-section-id="630906727a98a14798f4b3f4"]:before {
  content: "ADMIN! THIS SECTION has custom CSS styling applied. ";
  opacity: 1;
  transition: 0.5s all ease;
  background: #ffc3c3;
  color: black;
  padding: 2px 6px;
  font-size: 9px;
  top: 17px !important;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 400;
  height: 20px;
  z-index: 99999999;
}
section[data-section-id="630906727a98a14798f4b3f4"] h4 a {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}
section[data-section-id="630906727a98a14798f4b3f4"] h4 a:hover:before {
  transform: scale(1.5);
}
section[data-section-id="630906727a98a14798f4b3f4"] h4 a:before {
  transition: 0.5s all ease;
  content: "";
  position: absolute;
  left: -18px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
section[data-section-id="630906727a98a14798f4b3f4"] h4 a[href*="clinical"]:before {
  background: var(--clinical-purple) !important;
}
section[data-section-id="630906727a98a14798f4b3f4"] h4 a[href*="strategy"]:before {
  background: var(--strategy-lightblue) !important;
}
section[data-section-id="630906727a98a14798f4b3f4"] h4 a[href*="regulatory"]:before {
  background: var(--regulatory-mintgreen) !important;
}
section[data-section-id="630906727a98a14798f4b3f4"] h4 a[href*="intellectual"]:before {
  background: var(--ip-darkblue) !important;
}
section[data-section-id="630906727a98a14798f4b3f4"] h4 a[href*="health-economics"]:before {
  background: var(--health-economics-brightpink) !important;
}
/*
span.word:nth-of-type(1) {
    color: var(--clinical-purple) !important;
}

span.word:nth-of-type(2) {
    color: var(--strategy-lightblue)  !important;
}

span.word:nth-of-type(3) {
    color: var(--regulatory-mintgreen) !important;
}

span.word:nth-of-type(4) {
    color: var(--ip-darkblue) !important;
}

span.word:nth-of-type(5) {
    color: var(--health-economics-brightpink) !important;
}
*/
article p a,
.sqs-block-summary-v2 .summary-read-more-link,
.blog-more-link {
  color: var(--clinical-purple) !important;
}
#item-630e84b25139f15acd7bab4c .blog-item-author-profile-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  section[data-section-id="63110aa129f035f05a07ea5f"] h1 {
    font-size: 26px !important;
  }
}
/*

IMAGES
https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63f8e08536d1274cdc25373b/1677254789510/single-color+circle+clinical-purple.png
https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff42ea11aa86570516a0c4/1677673194550/Circle+regulatory-mintgreen+%2349DAB0.png
https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff42f7e9f52e0b60b703bf/1677673207327/Circle+health-economics-brightpink+%23FF9FF2.png
https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff4304c6aade086717daaf/1677673220146/Circle+ip-darkblue+%233A6DF5.png
https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff43132774ac0a27f83474/1677673236016/Circle+strategy+light+blue+5BCFFF.png
*/
.section-background {
  background-position: top calc(-6vw  - 38px) left calc(-6vw  - 38px), bottom calc(0vw  + 0px) right calc(-8vw  + -39px) !important;
  background-repeat: no-repeat, no-repeat;
  background-size: calc(12vw + 80px) auto;
}
section[data-section-id="63fe6a99421d3c16149c8d55"] .section-background {
  background-image: url(//static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff43132774ac0a27f83474/1677673236016/Circle+strategy+light+blue+5BCFFF.png), url(//static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff43132774ac0a27f83474/1677673236016/Circle+strategy+light+blue+5BCFFF.png);
}
section[data-section-id="63fe67382ca07217b03f6cb4"] .section-background {
  background-image: url(//static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63f8e08536d1274cdc25373b/1677254789510/single-color+circle+clinical-purple.png), url(//static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63f8e08536d1274cdc25373b/1677254789510/single-color+circle+clinical-purple.png);
}
section[data-section-id="63ff4493e22cef12e961eace"] .section-background {
  background-image: url(//static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff42ea11aa86570516a0c4/1677673194550/Circle+regulatory-mintgreen+%2349DAB0.png), url(//static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff42ea11aa86570516a0c4/1677673194550/Circle+regulatory-mintgreen+%2349DAB0.png);
}
section[data-section-id="63ff454406ca054fd4fcf921"] .section-background {
  background-image: url(//static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff4304c6aade086717daaf/1677673220146/Circle+ip-darkblue+%233A6DF5.png), url(//static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff4304c6aade086717daaf/1677673220146/Circle+ip-darkblue+%233A6DF5.png);
}
section[data-section-id="63ff45fee385f576b580ad2d"] .section-background {
  background-image: url(//static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff42f7e9f52e0b60b703bf/1677673207327/Circle+health-economics-brightpink+%23FF9FF2.png), url(//static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63ff42f7e9f52e0b60b703bf/1677673207327/Circle+health-economics-brightpink+%23FF9FF2.png);
}
section[data-section-id="63470e27c96c5945e6d186bb"] .section-background,
section[data-section-id="63f8da6bd2901235ddf21fe9"] .section-background,
section[data-section-id="63fe67382ca07217b03f6cb4"] .section-background {
  /*    
//background-image: url(https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63069d8616ecd437bb459966/1661377926454/single+circle+-+pink+blue+gradient.png),
background-image: url(https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63f8e08536d1274cdc25373b/1677254789510/single-color+circle+clinical-purple.png),

//url(https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/6306a10917e44f371c0c34c2/1661378825510/single+circle+-+green++blue+gradient.png);
url(https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63f8e08536d1274cdc25373b/1677254789510/single-color+circle+clinical-purple.png),
url(https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63f8e08536d1274cdc25373b/1677254789510/single-color+circle+clinical-purple.png),
url(https://static1.squarespace.com/static/62f5262a0b58c94a255a69ba/t/63f8e08536d1274cdc25373b/1677254789510/single-color+circle+clinical-purple.png);
  
  
  // create css variable for the size of the circles

  --circleBaseSize: 18vw;
  --circleAddSize: 70px;

  --circleBaseVerticalDistance: 1vh; // 0 hakkaa ylä/alareunaan. vh skaalaa responsiivisesti
  --circlePxVerticalDistance: 20px; // 0 hakkaa ylä/alareunaan
  
  --circleHorizonalBase: -6vw; // negative value -> move circles outside viewport
  --circleHorizontalPx: -90px;// negative value ->  move circles outside viewport
  
   
   // VER 4 with CSS custom properties
    background-size:calc(var(--circleBaseSize) + var(--circleAddSize)) auto;
    background-position: 
    top ~"calc(1vh + 20px)" left ~"calc(-120px + -2vw)", 
    bottom ~"calc(1vh + 20px)" right  ~"calc(-120px + -2vw)" ;
    
    // make background position using CSS custom properties instead of LESS variables but keep it exactly the same
    background-position: top calc(var(--circleBaseVerticalDistance) + var(--circlePxVerticalDistance)) left calc(var(--circleHorizonalBase) + var(--circleHorizontalPx)), bottom calc(var(--circleBaseVerticalDistance) + var(--circlePxVerticalDistance)) right calc(var(--circleHorizonalBase) + var(--circleHorizontalPx)), bottom calc(var(--circleBaseVerticalDistance) + var(--circlePxVerticalDistance)) left calc(-14vw + -69px), top calc(-7vw + -69px) right calc(-14vw + -69px);
    
*/
  /*
  // VER 2 SEP 1 16:52
   background-size:~"calc(22vw + 70px)" auto;
  background-position: 
   top ~"calc(10vh + 20px)" left ~"calc(-120px + -2vw)", 
   bottom ~"calc(10vh + 20px)" right  ~"calc(-120px + -2vw)" ;
  */
  /*
  background-position: 
   top ~"calc(10vh + 20px)" left ~"calc(-120px + -2vw)", 
   bottom ~"calc(10vh + 20px)" right  ~"calc(-120px + -2vw)" ;

   background-position: 
   top ~"calc(0vw + 20px)" left ~"calc(-120px + -2vw)", 
   bottom ~"calc(0vw + 20px)" right  ~"calc(-120px + -2vw)" ;
*/
  /*
  background-size:~"calc(18vw + 70px)" auto;
   background-position: ~"top calc(6vw + -100px) left calc(-100px + -2vw), bottom calc(0vh + 20px) right calc(-100px + -4vw)";
   
   */
}
.careers-blog-single .blog-item-meta-wrapper,
.careers-blog-single .item-pagination,
.careers-blog-single .blog-item-author-profile-wrapper {
  display: none !important;
}
.careers-blog-grid .blog-meta-section {
  display: none;
}
#collection-62f56477faacd1084a963b80 .summary-metadata-container {
  display: none;
}
.blog-item-wrapper .blog-meta-item,
.blog-item-wrapper .blog-meta-item a,
.blog-item-wrapper .blog-meta-item span,
.blog-item-wrapper .item-pagination-prev-next {
  font-size: 14px;
}
.sqs-block-html h4 a,
.fe-630906727a98a14798f4b3f3 a {
  background-image: unset;
}
.item-pagination-link .item-pagination-icon {
  padding-right: 12px;
}
.item-pagination-link--next .item-pagination-icon {
  padding-left: 12px;
}
.item-pagination-link--next .item-pagination-title {
  padding-left: 10px;
}
.item-pagination-link--prev .item-pagination-title {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .item-pagination--prev-next {
    padding: 3vw 3vw 3vw;
  }
}
/**/
/******
🏷️ TYPOGRAPHY
*******/
@media screen and (max-width: 767px) and (orientation: portrait) {
  h1 {
    font-size: calc((4 - 1) * calc(0.012 * min(100vh, 900px)) + 0.8rem) !important;
  }
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-weight: inherit !important;
}
.sqs-block-summary-v2 .summary-excerpt p,
.sqs-block-summary-v2 .summary-excerpt ul,
.sqs-block-summary-v2 .summary-excerpt li {
  font-size: calc((1 - 1) * 1.2vw + 1rem);
  line-height: inherit !important;
}
.summary-title,
.blog-title,
.next-label,
.item-pagination-title {
  margin-bottom: 5px !important;
  font-weight: 700 !important;
  font-size: calc((1 - 1) * 1.2vw + 1rem) !important;
}
/*.blog-basic-grid .blog-categories, .blog-basic-grid .blog-author,*/
.ProductItem-next-prev-codeandtonic,
.service-subpage-breadcrumbs,
.automatic-sub-page-meta,
.blog-basic-grid .blog-date,
.summary-metadata-item--date,
.blog-meta-item--date *,
pre,
pre code {
  line-height: 18px !important;
  font-weight: 600 !important;
  color: #1C1D1E !important;
  font-size: 10.9px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.11em !important;
  opacity: 1 !important;
}
.service-subpage-breadcrumbs a {
  display: inline-block;
}
.service-subpage-breadcrumbs {
  padding-right: 5px;
}
.automatic-sub-page-meta {
  padding-left: 5px;
  padding-right: 5px;
}
.ProductItem-next-prev-codeandtonic {
  padding-left: 5px;
}
section[data-section-id="630906727a98a14798f4b3f4"] h4 {
  font-size: calc((1 - 1) * 1.2vw + 1rem) !important;
}
.heading-h1 {
  font-size: 20px !important;
}
@media (min-width: 767px) {
  .heading-h1 {
    font-size: 40px !important;
  }
}
.heading-h2 {
  font-size: 20px !important;
}
@media (min-width: 767px) {
  .heading-h2 {
    font-size: 40px !important;
  }
}
.heading-h3 {
  font-size: 20px !important;
}
@media (min-width: 767px) {
  .heading-h3 {
    font-size: 40px !important;
  }
}
.heading-h4 {
  font-size: 20px !important;
}
@media (min-width: 767px) {
  .heading-h4 {
    font-size: 40px !important;
  }
}
.body-copy-large {
  font-size: 20px !important;
}
@media (min-width: 767px) {
  .body-copy-large {
    font-size: 40px !important;
  }
}
.body-copy {
  font-size: 20px !important;
}
@media (min-width: 767px) {
  .body-copy {
    font-size: 40px !important;
  }
}
.meta-date {
  font-size: 20px !important;
}
@media (min-width: 767px) {
  .meta-date {
    font-size: 40px !important;
  }
}
.nav-label {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
@media (min-width: 767px) {
}
.header-nav-list a,
.header-nav-list {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
@media (min-width: 767px) {
}
.read-more {
  font-size: 20px !important;
}
@media (min-width: 767px) {
  .read-more {
    font-size: 40px !important;
  }
}
.active-nav-item-underline {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 0.1em);
}
.blog-meta-item--date span,
time.summary-metadata-item--date,
.blog-meta-primary time.blog-date {
  transition: 0.2s opacity ease;
  opacity: 0 !important;
}
html body #page .dateFormatted-and-ready-to-show,
.dateFormatted-and-ready-to-show * {
  opacity: 1 !important;
}
@media only screen and (max-width: 770px) {
  section[data-section-id="63345cfd93596d2af59dedad"] a:after {
    content: "\A" !important;
    white-space: pre !important;
  }
}
[data-section-id="63345cfd93596d2af59dedad"] {
  display: none;
}
section[data-section-id="63345cfd93596d2af59dedad"] p,
section[data-section-id="6389f6432a12130f5a0778ab"] p,
section[data-section-id="63936a7c3d674d7079783a93"] p {
  margin: 8px !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a,
section[data-section-id="6389f6432a12130f5a0778ab"] a,
section[data-section-id="63936a7c3d674d7079783a93"] a,
.blog-item-category-wrapper a,
.blog-categories-list a {
  line-height: 1 !important;
  position: relative;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin: 0 10px 10px;
  text-decoration: none;
  color: inherit !important;
  border: 1px solid black;
  border-radius: 100px;
  display: inline-block;
  padding: 5px 12px 6px 24px;
  font-size: 12px !important;
}
@media (min-width: 767px) {
}
section[data-section-id="63345cfd93596d2af59dedad"] a:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a:before,
section[data-section-id="63936a7c3d674d7079783a93"] a:before,
.blog-item-category-wrapper a:before,
.blog-categories-list a:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href="/insights"]:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href="/insights"]:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href="/insights"]:before,
.blog-item-category-wrapper a[href="/insights"]:before,
.blog-categories-list a[href="/insights"]:before {
  background: #1C1D1E;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href="/insights"].active-filter,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href="/insights"].active-filter,
section[data-section-id="63936a7c3d674d7079783a93"] a[href="/insights"].active-filter,
.blog-item-category-wrapper a[href="/insights"].active-filter,
.blog-categories-list a[href="/insights"].active-filter,
section[data-section-id="63345cfd93596d2af59dedad"] a[href="/insights"]:hover,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href="/insights"]:hover,
section[data-section-id="63936a7c3d674d7079783a93"] a[href="/insights"]:hover,
.blog-item-category-wrapper a[href="/insights"]:hover,
.blog-categories-list a[href="/insights"]:hover {
  background: #1C1D1E;
  color: #FFFFFF !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href="/insights"].active-filter:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href="/insights"].active-filter:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href="/insights"].active-filter:before,
.blog-item-category-wrapper a[href="/insights"].active-filter:before,
.blog-categories-list a[href="/insights"].active-filter:before,
section[data-section-id="63345cfd93596d2af59dedad"] a[href="/insights"]:hover:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href="/insights"]:hover:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href="/insights"]:hover:before,
.blog-item-category-wrapper a[href="/insights"]:hover:before,
.blog-categories-list a[href="/insights"]:hover:before {
  background: #FFFFFF;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="Clinical"],
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="Clinical"],
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="Clinical"],
.blog-item-category-wrapper a[href*="Clinical"],
.blog-categories-list a[href*="Clinical"] {
  border: 1px solid var(--clinical-purple) !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="Clinical"]:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="Clinical"]:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="Clinical"]:before,
.blog-item-category-wrapper a[href*="Clinical"]:before,
.blog-categories-list a[href*="Clinical"]:before {
  background: var(--clinical-purple);
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="Clinical"].active-filter,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="Clinical"].active-filter,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="Clinical"].active-filter,
.blog-item-category-wrapper a[href*="Clinical"].active-filter,
.blog-categories-list a[href*="Clinical"].active-filter,
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="Clinical"]:hover,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="Clinical"]:hover,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="Clinical"]:hover,
.blog-item-category-wrapper a[href*="Clinical"]:hover,
.blog-categories-list a[href*="Clinical"]:hover {
  background: var(--clinical-purple);
  color: #FFFFFF !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="Clinical"].active-filter:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="Clinical"].active-filter:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="Clinical"].active-filter:before,
.blog-item-category-wrapper a[href*="Clinical"].active-filter:before,
.blog-categories-list a[href*="Clinical"].active-filter:before,
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="Clinical"]:hover:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="Clinical"]:hover:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="Clinical"]:hover:before,
.blog-item-category-wrapper a[href*="Clinical"]:hover:before,
.blog-categories-list a[href*="Clinical"]:hover:before {
  background: #FFFFFF;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="trategy"],
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="trategy"],
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="trategy"],
.blog-item-category-wrapper a[href*="trategy"],
.blog-categories-list a[href*="trategy"] {
  border: 1px solid var(--strategy-lightblue) !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="trategy"]:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="trategy"]:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="trategy"]:before,
.blog-item-category-wrapper a[href*="trategy"]:before,
.blog-categories-list a[href*="trategy"]:before {
  background: var(--strategy-lightblue);
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="trategy"].active-filter,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="trategy"].active-filter,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="trategy"].active-filter,
.blog-item-category-wrapper a[href*="trategy"].active-filter,
.blog-categories-list a[href*="trategy"].active-filter,
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="trategy"]:hover,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="trategy"]:hover,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="trategy"]:hover,
.blog-item-category-wrapper a[href*="trategy"]:hover,
.blog-categories-list a[href*="trategy"]:hover {
  background: var(--strategy-lightblue);
  color: #FFFFFF !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="trategy"].active-filter:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="trategy"].active-filter:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="trategy"].active-filter:before,
.blog-item-category-wrapper a[href*="trategy"].active-filter:before,
.blog-categories-list a[href*="trategy"].active-filter:before,
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="trategy"]:hover:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="trategy"]:hover:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="trategy"]:hover:before,
.blog-item-category-wrapper a[href*="trategy"]:hover:before,
.blog-categories-list a[href*="trategy"]:hover:before {
  background: #FFFFFF;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="egulat"],
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="egulat"],
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="egulat"],
.blog-item-category-wrapper a[href*="egulat"],
.blog-categories-list a[href*="egulat"] {
  border: 1px solid var(--regulatory-mintgreen) !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="egulat"]:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="egulat"]:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="egulat"]:before,
.blog-item-category-wrapper a[href*="egulat"]:before,
.blog-categories-list a[href*="egulat"]:before {
  background: var(--regulatory-mintgreen);
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="egulat"].active-filter,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="egulat"].active-filter,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="egulat"].active-filter,
.blog-item-category-wrapper a[href*="egulat"].active-filter,
.blog-categories-list a[href*="egulat"].active-filter,
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="egulat"]:hover,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="egulat"]:hover,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="egulat"]:hover,
.blog-item-category-wrapper a[href*="egulat"]:hover,
.blog-categories-list a[href*="egulat"]:hover {
  background: var(--regulatory-mintgreen);
  color: #FFFFFF !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="egulat"].active-filter:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="egulat"].active-filter:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="egulat"].active-filter:before,
.blog-item-category-wrapper a[href*="egulat"].active-filter:before,
.blog-categories-list a[href*="egulat"].active-filter:before,
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="egulat"]:hover:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="egulat"]:hover:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="egulat"]:hover:before,
.blog-item-category-wrapper a[href*="egulat"]:hover:before,
.blog-categories-list a[href*="egulat"]:hover:before {
  background: #FFFFFF;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ntellectual"],
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ntellectual"],
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ntellectual"],
.blog-item-category-wrapper a[href*="ntellectual"],
.blog-categories-list a[href*="ntellectual"] {
  border: 1px solid var(--ip-darkblue) !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ntellectual"]:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ntellectual"]:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ntellectual"]:before,
.blog-item-category-wrapper a[href*="ntellectual"]:before,
.blog-categories-list a[href*="ntellectual"]:before {
  background: var(--ip-darkblue);
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ntellectual"].active-filter,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ntellectual"].active-filter,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ntellectual"].active-filter,
.blog-item-category-wrapper a[href*="ntellectual"].active-filter,
.blog-categories-list a[href*="ntellectual"].active-filter,
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ntellectual"]:hover,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ntellectual"]:hover,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ntellectual"]:hover,
.blog-item-category-wrapper a[href*="ntellectual"]:hover,
.blog-categories-list a[href*="ntellectual"]:hover {
  background: var(--ip-darkblue);
  color: #FFFFFF !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ntellectual"].active-filter:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ntellectual"].active-filter:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ntellectual"].active-filter:before,
.blog-item-category-wrapper a[href*="ntellectual"].active-filter:before,
.blog-categories-list a[href*="ntellectual"].active-filter:before,
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ntellectual"]:hover:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ntellectual"]:hover:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ntellectual"]:hover:before,
.blog-item-category-wrapper a[href*="ntellectual"]:hover:before,
.blog-categories-list a[href*="ntellectual"]:hover:before {
  background: #FFFFFF;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ealth"],
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ealth"],
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ealth"],
.blog-item-category-wrapper a[href*="ealth"],
.blog-categories-list a[href*="ealth"] {
  border: 1px solid var(--health-economics-brightpink) !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ealth"]:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ealth"]:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ealth"]:before,
.blog-item-category-wrapper a[href*="ealth"]:before,
.blog-categories-list a[href*="ealth"]:before {
  background: var(--health-economics-brightpink);
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ealth"].active-filter,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ealth"].active-filter,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ealth"].active-filter,
.blog-item-category-wrapper a[href*="ealth"].active-filter,
.blog-categories-list a[href*="ealth"].active-filter,
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ealth"]:hover,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ealth"]:hover,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ealth"]:hover,
.blog-item-category-wrapper a[href*="ealth"]:hover,
.blog-categories-list a[href*="ealth"]:hover {
  background: var(--health-economics-brightpink);
  color: #FFFFFF !important;
}
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ealth"].active-filter:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ealth"].active-filter:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ealth"].active-filter:before,
.blog-item-category-wrapper a[href*="ealth"].active-filter:before,
.blog-categories-list a[href*="ealth"].active-filter:before,
section[data-section-id="63345cfd93596d2af59dedad"] a[href*="ealth"]:hover:before,
section[data-section-id="6389f6432a12130f5a0778ab"] a[href*="ealth"]:hover:before,
section[data-section-id="63936a7c3d674d7079783a93"] a[href*="ealth"]:hover:before,
.blog-item-category-wrapper a[href*="ealth"]:hover:before,
.blog-categories-list a[href*="ealth"]:hover:before {
  background: #FFFFFF;
}
a.blog-categories {
  font-size: 9px !important;
  padding: 3px 7px 3px 16px;
  margin: 0 !important;
}
a.blog-categories:before {
  left: 8px !important;
  top: 6px;
  width: 4px;
  height: 4px;
}
.blog-item-tag-wrapper {
  padding: 6px 0px;
  display: inline-block;
}
span.category-count {
  font-size: 11px;
  font-weight: 400;
}
.tweak-blog-item-delimiter-bullet .blog-item-wrapper .blog-item-category-wrapper:not(:last-child)::after,
.tweak-blog-item-delimiter-bullet .blog-item-wrapper .blog-item-tag-wrapper:not(:last-child)::after {
  content: none;
}
/*BLOG SUBNAVIGATION TAGS / KEY VERTICALS ALTERNATIVE STYLE - pills / labels*/
/*
section[data-section-id="63345cfd93596d2af59dedad"] a,
.blog-meta-item--tags a{
    &.active-filter, &:hover{
        .active-nav-item-underline()
    }
    position:relative;
//    .nav-label();
    display:inline-block;
  padding: 1px 10px 1px 30px;
  border: 1px solid;
  border-radius:30px;
  font-size:12px !important;
    margin:0 10px ;
    text-decoration:none;
    color: inherit !important;
    &:before{
     content:"";
    position:absolute;
    left:17px;
    top:7px;
    width:8px;
    height:8px;
    border-radius:50%;
  }
   &[href="/blog"]{
     color:@black;
&:before{
    background:@black;
     }}
  
   &[href*="Clinical"]:before{
    background:var(--clinical-purple);
  }
  
  &[href*="trategy"]:before{
    background:var(--strategy-lightblue);
  }
  &[href*="egulat"]:before{
    background:var(--regulatory-mintgreen);
  }
  &[href*="ntellectual"]:before{
    background:var(--ip-darkblue);
  }
  &[href*="ealth"]:before{
    background:var(--health-economics-brightpink);
  }
  }
*/
.GTM-hidden-field-hide {
  display: none;
}
.blog-basic-grid--container .image-wrapper {
  display: none;
}
.blog-basic-grid .blog-basic-grid--container {
  opacity: 1 !important;
}
.blog-categories-list a,
.blog-categories--comma {
  display: none;
}
.blog-categories-list a:first-of-type {
  display: inline-block;
}
.blog-category-filtered .blog-categories-list a:first-of-type {
  display: none;
}
.blog-category-filtered .blog-post-category-current-filter {
  display: inline-block !important;
}
/*.blog-meta-item.blog-meta-item--categories,*/
.blog-meta-item--tags {
  display: none !important;
}
/*

DOMAIN JOTTA FONTIT: ;
/config/settings/domains ➡️ https://macbook-pro.local:5757

*/
/*
🟪
🟪
🟪
🟩
🟩
🟩
SERVIES PORTFOLIO SUBPAGE SKETCHING

*/
/*

.sqs-block-content, .line{
  height:100%;
}
.line{
  position:relative;
   background:black;
  width: 1px;
  left:50%;
}
*/
body.portfolio-parent-page section:first-of-type .content-wrapper {
  padding: 90px 0 !important;
}
#gridThumbs {
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  /*
  &:after{
    display:block;
    position:absolute;
    content:"";
    width:1px;
    left:50%;
    height:100% !important;
    background:black;
  }
  */
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
#gridThumbs .grid-image {
  display: none;
}
#gridThumbs h2,
#gridThumbs h3,
#gridThumbs h4 {
  width: 100%;
  margin-left: -20px !important;
  z-index: 10;
  background-color: var(--neutral-white);
}
#gridThumbs .grid-item {
  box-sizing: border-box;
  margin: 0;
  border-left: 1px solid;
  border-color: #cecece !important;
  padding: 28px 0px 28px 40px;
  position: relative;
  --sizeandleft: 4px;
  /*
   .no-touch & {
    .pofo-readmore{
      opacity:0;
    }
    &:hover{
      .pofo-readmore{
        opacity:1;
      }
    }
   }
   */
}
#gridThumbs .grid-item .portfolio-text {
  margin-left: 20px;
}
#gridThumbs .grid-item:hover .number {
  transform: scale(1.06);
  transform-origin: center center;
}
#gridThumbs .grid-item:hover .portfolio-text {
  transform: translateX(6px);
  transform: none !important;
}
#gridThumbs .grid-item:hover .arrow {
  transform: translateX(8px);
}
#gridThumbs .grid-item:hover .pofo-readmore {
  transform: translateX(8px);
}
#gridThumbs .grid-item * {
  transition: 0.3s all ease;
}
#gridThumbs .grid-item:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: calc(-1 * var(--sizeandleft) - 0.5px);
  top: 50%;
  width: calc(2 * var(--sizeandleft));
  aspect-ratio: 1;
  border-radius: 100%;
  background: var(--clinical-purple);
}
#gridThumbs .grid-item .portfolio-title {
  font-size: 20px !important;
  margin: 0 0 4px 0 !important;
  font-weight: 700;
}
#gridThumbs .grid-item .seo-description {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 !important;
}
#gridThumbs .grid-item .seo-description .pofo-readmore {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  content: "Read more →";
  color: var(--current-service-color) !important;
  font-weight: 600;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 0.05em;
  transition: 0.3s all ease;
  position: relative;
  left: 0;
}
#gridThumbs .grid-item .seo-description .pofo-readmore .arrow {
  display: inline-block;
}
#gridThumbs .grid-item .number {
  --timeline-number-size: 58px;
  width: var(--timeline-number-size);
  line-height: var(--timeline-number-size);
  left: calc( (var(--timeline-number-size) * -0.5) - 3px);
  z-index: 10;
  transition: 0.2s all ease;
  position: absolute;
  background: var(--neutral-white);
  top: calc(50% - 32px);
  font-weight: bold;
  text-align: center;
  color: var(--current-service-color) !important;
  border: 2px solid transparent !important;
  border-radius: 100%;
  font-size: 22px !important;
}
#gridThumbs .grid-item .number.number-overlap {
  border: 2px solid var(--current-service-color) !important;
}
/*
    .grid-item[href*="post"] {
      //background:red;
      &:before{
        content:"Post-Market";
        font-size: 38px;
        font-weight:bold;
        margin-bottom:70px;
      }
    }


    .grid-item[href*="post"] ~ .grid-item[href*="post"] {
      // background:blue;
      &:before{
        display:none;
      }
        // Reverse the above rule 
    }


    .grid-item[href*="pre"]{
    //  background:green;
      &:before{
        font-size: 38px;
        font-weight:bold;
        margin-bottom:70px;
      }
    }

    .grid-item[href*="pre"] ~ .grid-item[href*="pre"] {
    //    background:blue;
      &:before{
        display:none;
      }
        // Reverse the above rule 
    }
*/
.tube-item-vertical-line {
  transition: none !important;
  background: var(--current-service-color) !important;
  height: 0;
  position: absolute;
  width: 1px;
  left: -1px;
  top: 0;
  z-index: 5;
  width: 2px;
  left: -1.5px;
}
/*END 
🟪
🟪
🟪
🟩
🟩
🟩
SERVIES PORTFOLIO SUBPAGE SKETCHING
*/
/*
* NEWSLETTER - SUBPAGE and FOOTER NEWSLETTER BLOCK
*/
.newsletter-block .newsletter-form-field-element,
.newsletter-block .newsletter-form-button {
  padding: 0.84rem 2rem !important;
  border: none !important;
}
#block-yui_3_17_2_1_1672830175723_37275 .newsletter-form-header,
#block-a6d2b76149f477c1df75 .newsletter-form-header {
  display: none;
}
#block-a6d2b76149f477c1df75 .newsletter-form-field-element {
  border-radius: 3px;
  padding: 0.76rem 2rem !important;
}
#block-yui_3_17_2_1_1672830175723_37275 .newsletter-form-field-element {
  border: 1px solid #0000004a !important;
  border-radius: 3px;
  padding: 0.76rem 2rem !important;
}
#collection-63b55cee346eda406188c653 section[data-section-id="62f5380c4bfb83573bcedd97"] {
  display: none;
}
/*
* SERVICES - SUBPAGES 
*/
.portfolio-main-or-child-page section.page-section .content-wrapper {
  padding: 60px 0 !important;
}
@media (max-width: 767px) {
  .portfolio-main-or-child-page section.page-section .content-wrapper {
    padding: 32px 0 !important;
  }
}
h1.automatic-sub-page-title.jsonContentLoadedFadeIn {
  margin-top: 0 !important;
}
.automatic-sub-page-meta {
  margin-bottom: 6px !important;
}
.service-subpage-breadcrumbs a {
  color: var(--current-service-color) !important;
}
.portfolio-child-page article.sections h4 + p,
.portfolio-child-page article.sections h3 + p {
  margin-top: 0 !important;
}
.portfolio-child-page article.sections h4,
.portfolio-child-page article.sections h3 {
  font-size: inherit !important;
  margin-bottom: 2px !important;
}
.portfolio-child-page article.sections p,
.portfolio-child-page article.sections h1,
.portfolio-child-page article.sections h2,
.portfolio-child-page article.sections h3,
.portfolio-child-page article.sections h4 {
  max-width: 533px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-child-page article.sections h1 {
  max-width: 800px !important;
}
.portfolio-child-page .sqsrte-large + p,
.portfolio-child-page .sqsrte-large + ul,
.portfolio-child-page .sqsrte-large + ol {
  margin-top: 44px !important;
}
@media (max-width: 767px) {
  .portfolio-child-page .sqsrte-large + p,
  .portfolio-child-page .sqsrte-large + ul,
  .portfolio-child-page .sqsrte-large + ol {
    margin-top: 20px !important;
  }
}
.ProductItem-next-prev-codeandtonic {
  text-align: right;
}
.ProductItem-next-prev-codeandtonic .codetonic-prev:before {
  content: '\2039\0020';
}
.ProductItem-next-prev-codeandtonic .codetonic-next:after {
  content: '\0020\203A';
}
.ProductItem-next-prev-codeandtonic .ProductItem-nav-pagination-separator:after {
  content: '\002F';
}
.sub-service-meta {
  display: flex;
  justify-content: space-between;
}
.ProductItem-next-prev-codeandtonic,
.service-subpage-breadcrumbs {
  flex: 1;
}
.sub-service-meta a {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .portfolio-child-page article.sections .design-layout-fluid.image-position-center .sqs-image {
    justify-content: left;
  }
  .portfolio-child-page article.sections p,
  .portfolio-child-page article.sections h3,
  .portfolio-child-page article.sections h4,
  .portfolio-child-page article.sections h1,
  .portfolio-child-page article.sections h2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: left;
  }
  .portfolio-child-page article.sections p[style*="text-align:center"],
  .portfolio-child-page article.sections h1[style*="text-align:center"],
  .portfolio-child-page article.sections h2[style*="text-align:center"],
  .portfolio-child-page article.sections h3[style*="text-align:center"],
  .portfolio-child-page article.sections h4[style*="text-align:center"] {
    text-align: left !important;
  }
  .portfolio-child-page .portfolio-child-page section.page-section:first-of-type .content {
    margin-top: 0px;
  }
  .portfolio-child-page h1 {
    margin-top: 10px !important;
  }
  .portfolio-child-page .sub-service-meta {
    flex-wrap: wrap;
  }
  .portfolio-child-page .sub-service-meta > * {
    flex: 1 1 100%;
  }
  .portfolio-child-page .sub-service-meta .ProductItem-next-prev-codeandtonic {
    margin-top: 30px;
    text-align: left;
  }
  .portfolio-child-page .automatic-sub-page-meta {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .portfolio-child-page .item-pagination-link {
    z-index: 9999;
    max-width: calc((100vw - 501px  - ( 100vw / 12)  ) /  2);
    position: relative;
    top: calc(-92px - 4vw) !important;
  }
}
@media screen and (max-width: 959px) {
  #itemPagination {
    padding-bottom: 40px;
  }
}
/*
* INFORGRAPHICS
*/
.fe-block-f9e1dff646acf9c4af73,
.fe-block-a3ee845a15ec1d968b6d,
.fe-block-70567ea7cb126eebad5d,
.fe-block-a230150d8b24e9e15530,
.fe-block-dc21c2250a162a6e2e96,
.fe-block-727f3d4ec1382dc833ac,
#block-d692121b106fabb16cee,
#block-f34d6ceab7bf536e2169,
#block-6b4c4b9eaeaaf3fa1468,
#block-20e09700f8c868526153,
#block-e6e6a2c281381d8af7ec,
#block-96499bd8f90668ed34d0 {
  border: 1px solid var(--current-service-color) !important;
  padding: 4px;
  box-sizing: border-box;
}
.fluid-engine.fe-642ea9e4f4bfb7196da20c8e {
  --current-service-color: var(--regulatory-mintgreen);
}
.fe-block-yui_3_17_2_1_1674825182091_9353,
.fe-block-7f494c7d7b0c3bec5f1d,
.fe-block-e3d9e808ea70e42b3295,
.fe-block-fde60c7a7bc7e1765192,
.fe-block-9c8006e2cb038e9b667d,
.fe-block-476107b978f5680de416,
.fe-block-82f6c56288e017cc0b7d,
.fe-block-c3c0fd53a1d8adf71442,
.fe-block-3369f8c3bfc229873fed,
.fe-block-e56b2bcc16f0f0abe47e,
.fe-block-f84520f3c66d224c9ad6,
.fe-block-5566db8db162ac064756,
.fe-block-0220c9853d0843df67dc,
.fe-block-05b8d0a57689e67de280,
.fe-block-cbb6e8af5d9ad0fa7b81,
.fe-block-f-3b94caa0f1713b38d2,
.fe-block-f81f643749bbd8167670,
.fe-block-e36884fe060700b67418,
.fe-block-12d8f049834f03a487dde,
.fe-block-abf84ca7bcfbc235eecb,
.fe-block-f07b94caa0f1713b38d2,
.fe-block-88072067f3690415748a,
.fe-block-71e83213d745acffce8f,
.fe-block-e36894fe060700b67418,
.fe-block-fda217c1094ec997087f,
.fe-block-2d8f049834f03a487dde,
.fe-block-61e83213d745acffce8f,
.fe-block-70e407110940e92b41b9,
.fe-block-6f3c14955a67f2e78f3d,
.fe-block-a0317479b7d1a2057d8b,
.fe-block-4db8873f1f939b15d0da,
.fe-block-f702a5928c2e491202a7,
.fe-block-6f3c14955a67f2e78f3d,
.fe-block-9a2a74726e671dc117f9,
.fe-block-6585b40cb0f0db3ffb91,
.fe-block-6f3c14955a67f2e78f3d,
.fe-block-f821aab4f3efc1414a99,
.fe-block-a0317479b7d1a2057d8b,
.fe-block-08ed482bc16160c3a73d,
.fe-block-4db8873f1f939b15d0da,
.fe-block-e38a810da2bd45c7d7b7,
.fe-block-f702a5928c2e491202a7,
.fe-block-9a2a74726e671dc117f9,
.fe-block-bc3f2e462238b9449328,
.fe-block-c1e2788eebec8e6dbe3c,
.fe-block-d6434ba57d726538307d,
.fe-block-d3e555c74ec772e4ee3b,
.fe-block-af0b30ca7574dd7d0705,
.fe-block-ad9635fa4d1b796afb3c,
.fe-block-6585b40cb0f0db3ffb91,
.fe-block-e3807be8c4f0428e4fa4,
.fe-block-8ba676ace17bcc4a6c99,
.fe-block-a6fa39392b8843b578fd,
.fe-block-b839b46403e0b7ec49f1,
.fe-block-6385ea74587ac3b29ae3,
.fe-block-0d9ee209f499ccd09c15,
.fe-block-5b69034db40bf584e34b,
.fe-block-5b69034db40bf584e34b,
.fe-block-253cbb08654a5e75f3cd,
.fe-block-0c5b3cfa9d304e89955d,
.fe-block-33f4b2919045a4732557,
.fe-block-22117c26303b5a994a27,
.fe-block-b8e05aa529444b2789be,
.fe-block-a992c4e0904ce66db11c,
.fe-block-9dfb6a0e25ae05139aa8,
.fe-block-ff43b0f7da6a41de99fa,
.fe-block-87cb1200e50671e59c63,
.fe-block-0aa6c96fd76e87ff228f,
.fe-block-99a64411c06977899f48,
.fe-block-2dcdc9b3a287d49f81f6,
.fe-block-506e9667d56d357e2522,
.fe-block-aa58305faf4b2f19d10b,
.fe-block-a05ce3da6258f5b282cd,
.fe-block-f6a8ce60a9004e4a9aa5,
.fe-block-6de12b327fb2cfbab3e2,
.fe-block-cbb7b909a674703ed97b,
.fe-block-27fffa639278e7503e7f,
.fe-block-8196192dae8ab267049c,
.fe-block-506e96b7d56d357e2522 {
  outline: 1px solid var(--neutral-lightgrey);
  padding: 4px !important;
  text-align: center !important;
  margin: 0 1px 1px 0;
  /**/
}
.fe-block-yui_3_17_2_1_1674825182091_9353 .html-block,
.fe-block-7f494c7d7b0c3bec5f1d .html-block,
.fe-block-e3d9e808ea70e42b3295 .html-block,
.fe-block-fde60c7a7bc7e1765192 .html-block,
.fe-block-9c8006e2cb038e9b667d .html-block,
.fe-block-476107b978f5680de416 .html-block,
.fe-block-82f6c56288e017cc0b7d .html-block,
.fe-block-c3c0fd53a1d8adf71442 .html-block,
.fe-block-3369f8c3bfc229873fed .html-block,
.fe-block-e56b2bcc16f0f0abe47e .html-block,
.fe-block-f84520f3c66d224c9ad6 .html-block,
.fe-block-5566db8db162ac064756 .html-block,
.fe-block-0220c9853d0843df67dc .html-block,
.fe-block-05b8d0a57689e67de280 .html-block,
.fe-block-cbb6e8af5d9ad0fa7b81 .html-block,
.fe-block-f-3b94caa0f1713b38d2 .html-block,
.fe-block-f81f643749bbd8167670 .html-block,
.fe-block-e36884fe060700b67418 .html-block,
.fe-block-12d8f049834f03a487dde .html-block,
.fe-block-abf84ca7bcfbc235eecb .html-block,
.fe-block-f07b94caa0f1713b38d2 .html-block,
.fe-block-88072067f3690415748a .html-block,
.fe-block-71e83213d745acffce8f .html-block,
.fe-block-e36894fe060700b67418 .html-block,
.fe-block-fda217c1094ec997087f .html-block,
.fe-block-2d8f049834f03a487dde .html-block,
.fe-block-61e83213d745acffce8f .html-block,
.fe-block-70e407110940e92b41b9 .html-block,
.fe-block-6f3c14955a67f2e78f3d .html-block,
.fe-block-a0317479b7d1a2057d8b .html-block,
.fe-block-4db8873f1f939b15d0da .html-block,
.fe-block-f702a5928c2e491202a7 .html-block,
.fe-block-6f3c14955a67f2e78f3d .html-block,
.fe-block-9a2a74726e671dc117f9 .html-block,
.fe-block-6585b40cb0f0db3ffb91 .html-block,
.fe-block-6f3c14955a67f2e78f3d .html-block,
.fe-block-f821aab4f3efc1414a99 .html-block,
.fe-block-a0317479b7d1a2057d8b .html-block,
.fe-block-08ed482bc16160c3a73d .html-block,
.fe-block-4db8873f1f939b15d0da .html-block,
.fe-block-e38a810da2bd45c7d7b7 .html-block,
.fe-block-f702a5928c2e491202a7 .html-block,
.fe-block-9a2a74726e671dc117f9 .html-block,
.fe-block-bc3f2e462238b9449328 .html-block,
.fe-block-c1e2788eebec8e6dbe3c .html-block,
.fe-block-d6434ba57d726538307d .html-block,
.fe-block-d3e555c74ec772e4ee3b .html-block,
.fe-block-af0b30ca7574dd7d0705 .html-block,
.fe-block-ad9635fa4d1b796afb3c .html-block,
.fe-block-6585b40cb0f0db3ffb91 .html-block,
.fe-block-e3807be8c4f0428e4fa4 .html-block,
.fe-block-8ba676ace17bcc4a6c99 .html-block,
.fe-block-a6fa39392b8843b578fd .html-block,
.fe-block-b839b46403e0b7ec49f1 .html-block,
.fe-block-6385ea74587ac3b29ae3 .html-block,
.fe-block-0d9ee209f499ccd09c15 .html-block,
.fe-block-5b69034db40bf584e34b .html-block,
.fe-block-5b69034db40bf584e34b .html-block,
.fe-block-253cbb08654a5e75f3cd .html-block,
.fe-block-0c5b3cfa9d304e89955d .html-block,
.fe-block-33f4b2919045a4732557 .html-block,
.fe-block-22117c26303b5a994a27 .html-block,
.fe-block-b8e05aa529444b2789be .html-block,
.fe-block-a992c4e0904ce66db11c .html-block,
.fe-block-9dfb6a0e25ae05139aa8 .html-block,
.fe-block-ff43b0f7da6a41de99fa .html-block,
.fe-block-87cb1200e50671e59c63 .html-block,
.fe-block-0aa6c96fd76e87ff228f .html-block,
.fe-block-99a64411c06977899f48 .html-block,
.fe-block-2dcdc9b3a287d49f81f6 .html-block,
.fe-block-506e9667d56d357e2522 .html-block,
.fe-block-aa58305faf4b2f19d10b .html-block,
.fe-block-a05ce3da6258f5b282cd .html-block,
.fe-block-f6a8ce60a9004e4a9aa5 .html-block,
.fe-block-6de12b327fb2cfbab3e2 .html-block,
.fe-block-cbb7b909a674703ed97b .html-block,
.fe-block-27fffa639278e7503e7f .html-block,
.fe-block-8196192dae8ab267049c .html-block,
.fe-block-506e96b7d56d357e2522 .html-block {
  justify-content: center !important;
}
.fe-block-yui_3_17_2_1_1674825182091_9353 p,
.fe-block-7f494c7d7b0c3bec5f1d p,
.fe-block-e3d9e808ea70e42b3295 p,
.fe-block-fde60c7a7bc7e1765192 p,
.fe-block-9c8006e2cb038e9b667d p,
.fe-block-476107b978f5680de416 p,
.fe-block-82f6c56288e017cc0b7d p,
.fe-block-c3c0fd53a1d8adf71442 p,
.fe-block-3369f8c3bfc229873fed p,
.fe-block-e56b2bcc16f0f0abe47e p,
.fe-block-f84520f3c66d224c9ad6 p,
.fe-block-5566db8db162ac064756 p,
.fe-block-0220c9853d0843df67dc p,
.fe-block-05b8d0a57689e67de280 p,
.fe-block-cbb6e8af5d9ad0fa7b81 p,
.fe-block-f-3b94caa0f1713b38d2 p,
.fe-block-f81f643749bbd8167670 p,
.fe-block-e36884fe060700b67418 p,
.fe-block-12d8f049834f03a487dde p,
.fe-block-abf84ca7bcfbc235eecb p,
.fe-block-f07b94caa0f1713b38d2 p,
.fe-block-88072067f3690415748a p,
.fe-block-71e83213d745acffce8f p,
.fe-block-e36894fe060700b67418 p,
.fe-block-fda217c1094ec997087f p,
.fe-block-2d8f049834f03a487dde p,
.fe-block-61e83213d745acffce8f p,
.fe-block-70e407110940e92b41b9 p,
.fe-block-6f3c14955a67f2e78f3d p,
.fe-block-a0317479b7d1a2057d8b p,
.fe-block-4db8873f1f939b15d0da p,
.fe-block-f702a5928c2e491202a7 p,
.fe-block-6f3c14955a67f2e78f3d p,
.fe-block-9a2a74726e671dc117f9 p,
.fe-block-6585b40cb0f0db3ffb91 p,
.fe-block-6f3c14955a67f2e78f3d p,
.fe-block-f821aab4f3efc1414a99 p,
.fe-block-a0317479b7d1a2057d8b p,
.fe-block-08ed482bc16160c3a73d p,
.fe-block-4db8873f1f939b15d0da p,
.fe-block-e38a810da2bd45c7d7b7 p,
.fe-block-f702a5928c2e491202a7 p,
.fe-block-9a2a74726e671dc117f9 p,
.fe-block-bc3f2e462238b9449328 p,
.fe-block-c1e2788eebec8e6dbe3c p,
.fe-block-d6434ba57d726538307d p,
.fe-block-d3e555c74ec772e4ee3b p,
.fe-block-af0b30ca7574dd7d0705 p,
.fe-block-ad9635fa4d1b796afb3c p,
.fe-block-6585b40cb0f0db3ffb91 p,
.fe-block-e3807be8c4f0428e4fa4 p,
.fe-block-8ba676ace17bcc4a6c99 p,
.fe-block-a6fa39392b8843b578fd p,
.fe-block-b839b46403e0b7ec49f1 p,
.fe-block-6385ea74587ac3b29ae3 p,
.fe-block-0d9ee209f499ccd09c15 p,
.fe-block-5b69034db40bf584e34b p,
.fe-block-5b69034db40bf584e34b p,
.fe-block-253cbb08654a5e75f3cd p,
.fe-block-0c5b3cfa9d304e89955d p,
.fe-block-33f4b2919045a4732557 p,
.fe-block-22117c26303b5a994a27 p,
.fe-block-b8e05aa529444b2789be p,
.fe-block-a992c4e0904ce66db11c p,
.fe-block-9dfb6a0e25ae05139aa8 p,
.fe-block-ff43b0f7da6a41de99fa p,
.fe-block-87cb1200e50671e59c63 p,
.fe-block-0aa6c96fd76e87ff228f p,
.fe-block-99a64411c06977899f48 p,
.fe-block-2dcdc9b3a287d49f81f6 p,
.fe-block-506e9667d56d357e2522 p,
.fe-block-aa58305faf4b2f19d10b p,
.fe-block-a05ce3da6258f5b282cd p,
.fe-block-f6a8ce60a9004e4a9aa5 p,
.fe-block-6de12b327fb2cfbab3e2 p,
.fe-block-cbb7b909a674703ed97b p,
.fe-block-27fffa639278e7503e7f p,
.fe-block-8196192dae8ab267049c p,
.fe-block-506e96b7d56d357e2522 p {
  font-size: 12px !important;
}
.fe-block-yui_3_17_2_1_1674825182091_9353:hover,
.fe-block-7f494c7d7b0c3bec5f1d:hover,
.fe-block-e3d9e808ea70e42b3295:hover,
.fe-block-fde60c7a7bc7e1765192:hover,
.fe-block-9c8006e2cb038e9b667d:hover,
.fe-block-476107b978f5680de416:hover,
.fe-block-82f6c56288e017cc0b7d:hover,
.fe-block-c3c0fd53a1d8adf71442:hover,
.fe-block-3369f8c3bfc229873fed:hover,
.fe-block-e56b2bcc16f0f0abe47e:hover,
.fe-block-f84520f3c66d224c9ad6:hover,
.fe-block-5566db8db162ac064756:hover,
.fe-block-0220c9853d0843df67dc:hover,
.fe-block-05b8d0a57689e67de280:hover,
.fe-block-cbb6e8af5d9ad0fa7b81:hover,
.fe-block-f-3b94caa0f1713b38d2:hover,
.fe-block-f81f643749bbd8167670:hover,
.fe-block-e36884fe060700b67418:hover,
.fe-block-12d8f049834f03a487dde:hover,
.fe-block-abf84ca7bcfbc235eecb:hover,
.fe-block-f07b94caa0f1713b38d2:hover,
.fe-block-88072067f3690415748a:hover,
.fe-block-71e83213d745acffce8f:hover,
.fe-block-e36894fe060700b67418:hover,
.fe-block-fda217c1094ec997087f:hover,
.fe-block-2d8f049834f03a487dde:hover,
.fe-block-61e83213d745acffce8f:hover,
.fe-block-70e407110940e92b41b9:hover,
.fe-block-6f3c14955a67f2e78f3d:hover,
.fe-block-a0317479b7d1a2057d8b:hover,
.fe-block-4db8873f1f939b15d0da:hover,
.fe-block-f702a5928c2e491202a7:hover,
.fe-block-6f3c14955a67f2e78f3d:hover,
.fe-block-9a2a74726e671dc117f9:hover,
.fe-block-6585b40cb0f0db3ffb91:hover,
.fe-block-6f3c14955a67f2e78f3d:hover,
.fe-block-f821aab4f3efc1414a99:hover,
.fe-block-a0317479b7d1a2057d8b:hover,
.fe-block-08ed482bc16160c3a73d:hover,
.fe-block-4db8873f1f939b15d0da:hover,
.fe-block-e38a810da2bd45c7d7b7:hover,
.fe-block-f702a5928c2e491202a7:hover,
.fe-block-9a2a74726e671dc117f9:hover,
.fe-block-bc3f2e462238b9449328:hover,
.fe-block-c1e2788eebec8e6dbe3c:hover,
.fe-block-d6434ba57d726538307d:hover,
.fe-block-d3e555c74ec772e4ee3b:hover,
.fe-block-af0b30ca7574dd7d0705:hover,
.fe-block-ad9635fa4d1b796afb3c:hover,
.fe-block-6585b40cb0f0db3ffb91:hover,
.fe-block-e3807be8c4f0428e4fa4:hover,
.fe-block-8ba676ace17bcc4a6c99:hover,
.fe-block-a6fa39392b8843b578fd:hover,
.fe-block-b839b46403e0b7ec49f1:hover,
.fe-block-6385ea74587ac3b29ae3:hover,
.fe-block-0d9ee209f499ccd09c15:hover,
.fe-block-5b69034db40bf584e34b:hover,
.fe-block-5b69034db40bf584e34b:hover,
.fe-block-253cbb08654a5e75f3cd:hover,
.fe-block-0c5b3cfa9d304e89955d:hover,
.fe-block-33f4b2919045a4732557:hover,
.fe-block-22117c26303b5a994a27:hover,
.fe-block-b8e05aa529444b2789be:hover,
.fe-block-a992c4e0904ce66db11c:hover,
.fe-block-9dfb6a0e25ae05139aa8:hover,
.fe-block-ff43b0f7da6a41de99fa:hover,
.fe-block-87cb1200e50671e59c63:hover,
.fe-block-0aa6c96fd76e87ff228f:hover,
.fe-block-99a64411c06977899f48:hover,
.fe-block-2dcdc9b3a287d49f81f6:hover,
.fe-block-506e9667d56d357e2522:hover,
.fe-block-aa58305faf4b2f19d10b:hover,
.fe-block-a05ce3da6258f5b282cd:hover,
.fe-block-f6a8ce60a9004e4a9aa5:hover,
.fe-block-6de12b327fb2cfbab3e2:hover,
.fe-block-cbb7b909a674703ed97b:hover,
.fe-block-27fffa639278e7503e7f:hover,
.fe-block-8196192dae8ab267049c:hover,
.fe-block-506e96b7d56d357e2522:hover {
  background: var(--current-service-color);
}
.fe-block-yui_3_17_2_1_1674825182091_9353:hover p,
.fe-block-7f494c7d7b0c3bec5f1d:hover p,
.fe-block-e3d9e808ea70e42b3295:hover p,
.fe-block-fde60c7a7bc7e1765192:hover p,
.fe-block-9c8006e2cb038e9b667d:hover p,
.fe-block-476107b978f5680de416:hover p,
.fe-block-82f6c56288e017cc0b7d:hover p,
.fe-block-c3c0fd53a1d8adf71442:hover p,
.fe-block-3369f8c3bfc229873fed:hover p,
.fe-block-e56b2bcc16f0f0abe47e:hover p,
.fe-block-f84520f3c66d224c9ad6:hover p,
.fe-block-5566db8db162ac064756:hover p,
.fe-block-0220c9853d0843df67dc:hover p,
.fe-block-05b8d0a57689e67de280:hover p,
.fe-block-cbb6e8af5d9ad0fa7b81:hover p,
.fe-block-f-3b94caa0f1713b38d2:hover p,
.fe-block-f81f643749bbd8167670:hover p,
.fe-block-e36884fe060700b67418:hover p,
.fe-block-12d8f049834f03a487dde:hover p,
.fe-block-abf84ca7bcfbc235eecb:hover p,
.fe-block-f07b94caa0f1713b38d2:hover p,
.fe-block-88072067f3690415748a:hover p,
.fe-block-71e83213d745acffce8f:hover p,
.fe-block-e36894fe060700b67418:hover p,
.fe-block-fda217c1094ec997087f:hover p,
.fe-block-2d8f049834f03a487dde:hover p,
.fe-block-61e83213d745acffce8f:hover p,
.fe-block-70e407110940e92b41b9:hover p,
.fe-block-6f3c14955a67f2e78f3d:hover p,
.fe-block-a0317479b7d1a2057d8b:hover p,
.fe-block-4db8873f1f939b15d0da:hover p,
.fe-block-f702a5928c2e491202a7:hover p,
.fe-block-6f3c14955a67f2e78f3d:hover p,
.fe-block-9a2a74726e671dc117f9:hover p,
.fe-block-6585b40cb0f0db3ffb91:hover p,
.fe-block-6f3c14955a67f2e78f3d:hover p,
.fe-block-f821aab4f3efc1414a99:hover p,
.fe-block-a0317479b7d1a2057d8b:hover p,
.fe-block-08ed482bc16160c3a73d:hover p,
.fe-block-4db8873f1f939b15d0da:hover p,
.fe-block-e38a810da2bd45c7d7b7:hover p,
.fe-block-f702a5928c2e491202a7:hover p,
.fe-block-9a2a74726e671dc117f9:hover p,
.fe-block-bc3f2e462238b9449328:hover p,
.fe-block-c1e2788eebec8e6dbe3c:hover p,
.fe-block-d6434ba57d726538307d:hover p,
.fe-block-d3e555c74ec772e4ee3b:hover p,
.fe-block-af0b30ca7574dd7d0705:hover p,
.fe-block-ad9635fa4d1b796afb3c:hover p,
.fe-block-6585b40cb0f0db3ffb91:hover p,
.fe-block-e3807be8c4f0428e4fa4:hover p,
.fe-block-8ba676ace17bcc4a6c99:hover p,
.fe-block-a6fa39392b8843b578fd:hover p,
.fe-block-b839b46403e0b7ec49f1:hover p,
.fe-block-6385ea74587ac3b29ae3:hover p,
.fe-block-0d9ee209f499ccd09c15:hover p,
.fe-block-5b69034db40bf584e34b:hover p,
.fe-block-5b69034db40bf584e34b:hover p,
.fe-block-253cbb08654a5e75f3cd:hover p,
.fe-block-0c5b3cfa9d304e89955d:hover p,
.fe-block-33f4b2919045a4732557:hover p,
.fe-block-22117c26303b5a994a27:hover p,
.fe-block-b8e05aa529444b2789be:hover p,
.fe-block-a992c4e0904ce66db11c:hover p,
.fe-block-9dfb6a0e25ae05139aa8:hover p,
.fe-block-ff43b0f7da6a41de99fa:hover p,
.fe-block-87cb1200e50671e59c63:hover p,
.fe-block-0aa6c96fd76e87ff228f:hover p,
.fe-block-99a64411c06977899f48:hover p,
.fe-block-2dcdc9b3a287d49f81f6:hover p,
.fe-block-506e9667d56d357e2522:hover p,
.fe-block-aa58305faf4b2f19d10b:hover p,
.fe-block-a05ce3da6258f5b282cd:hover p,
.fe-block-f6a8ce60a9004e4a9aa5:hover p,
.fe-block-6de12b327fb2cfbab3e2:hover p,
.fe-block-cbb7b909a674703ed97b:hover p,
.fe-block-27fffa639278e7503e7f:hover p,
.fe-block-8196192dae8ab267049c:hover p,
.fe-block-506e96b7d56d357e2522:hover p {
  color: var(--neutral-white) !important;
}
.fe-block-5b69034db40bf584e34b:hover,
.fe-block-5b69034db40bf584e34b:hover,
.fe-block-253cbb08654a5e75f3cd:hover,
.fe-block-0c5b3cfa9d304e89955d:hover,
.fe-block-33f4b2919045a4732557:hover,
.fe-block-22117c26303b5a994a27:hover,
.fe-block-b8e05aa529444b2789be:hover,
.fe-block-a992c4e0904ce66db11c:hover,
.fe-block-9dfb6a0e25ae05139aa8:hover,
.fe-block-ff43b0f7da6a41de99fa:hover,
.fe-block-87cb1200e50671e59c63:hover,
.fe-block-99a64411c06977899f48:hover,
.fe-block-2dcdc9b3a287d49f81f6:hover,
.fe-block-506e9667d56d357e2522:hover,
.fe-block-aa58305faf4b2f19d10b:hover,
.fe-block-a05ce3da6258f5b282cd:hover,
.fe-block-f6a8ce60a9004e4a9aa5:hover,
.fe-block-6de12b327fb2cfbab3e2:hover,
.fe-block-cbb7b909a674703ed97b:hover,
.fe-block-27fffa639278e7503e7f:hover,
.fe-block-8196192dae8ab267049c:hover,
.fe-block-506e96b7d56d357e2522:hover {
  background: unset !important;
}
.fe-block-5b69034db40bf584e34b:hover p,
.fe-block-5b69034db40bf584e34b:hover p,
.fe-block-253cbb08654a5e75f3cd:hover p,
.fe-block-0c5b3cfa9d304e89955d:hover p,
.fe-block-33f4b2919045a4732557:hover p,
.fe-block-22117c26303b5a994a27:hover p,
.fe-block-b8e05aa529444b2789be:hover p,
.fe-block-a992c4e0904ce66db11c:hover p,
.fe-block-9dfb6a0e25ae05139aa8:hover p,
.fe-block-ff43b0f7da6a41de99fa:hover p,
.fe-block-87cb1200e50671e59c63:hover p,
.fe-block-99a64411c06977899f48:hover p,
.fe-block-2dcdc9b3a287d49f81f6:hover p,
.fe-block-506e9667d56d357e2522:hover p,
.fe-block-aa58305faf4b2f19d10b:hover p,
.fe-block-a05ce3da6258f5b282cd:hover p,
.fe-block-f6a8ce60a9004e4a9aa5:hover p,
.fe-block-6de12b327fb2cfbab3e2:hover p,
.fe-block-cbb7b909a674703ed97b:hover p,
.fe-block-27fffa639278e7503e7f:hover p,
.fe-block-8196192dae8ab267049c:hover p,
.fe-block-506e96b7d56d357e2522:hover p {
  color: inherit !important;
}
@media screen and (min-width: 768px) {
  .fe-block-e36894fe060700b67418,
  .fe-block-f81f643749bbd8167670,
  .fe-block-61e83213d745acffce8f,
  .fe-block-88072067f3690415748a,
  .fe-block-fda217c1094ec997087f,
  .fe-block-abf84ca7bcfbc235eecb,
  .fe-block-f07b94caa0f1713b38d2,
  .fe-block-2d8f049834f03a487dde,
  .fe-block-0d9ee209f499ccd09c15,
  .fe-block-8ba676ace17bcc4a6c99,
  .fe-block-ad9635fa4d1b796afb3c,
  .fe-block-d3e555c74ec772e4ee3b,
  .fe-block-c1e2788eebec8e6dbe3c,
  .fe-block-b839b46403e0b7ec49f1,
  .fe-block-8196192dae8ab267049c,
  .fe-block-cbb7b909a674703ed97b,
  .fe-block-f6a8ce60a9004e4a9aa5,
  .fe-block-506e96b7d56d357e2522,
  .fe-block-99a64411c06977899f48,
  .fe-block-87cb1200e50671e59c63 {
    display: none !important;
  }
}
.fluid-engine.fe-642ea9e4f4bfb7196da20c8e .fe-block .sqs-block.html-block {
  padding: 0 !important;
}
.fe-block-0aa6c96fd76e87ff228f {
  outline: 1px solid var(--neutral-lightgrey);
  padding: 4px !important;
  text-align: center !important;
  margin: 0 1px 1px 0;
  /**/
  background: var(--current-service-color);
}
.fe-block-0aa6c96fd76e87ff228f .html-block {
  justify-content: center !important;
}
.fe-block-0aa6c96fd76e87ff228f p {
  font-size: 12px !important;
}
.fe-block-0aa6c96fd76e87ff228f p {
  color: var(--neutral-white) !important;
}
html .fe-63d3d1df55d0b241361a0b22:before {
  display: none !important;
  content: "Custom CSS applied by Fenix to this element .fe-63d3d1df55d0b241361a0b22. Duplicating will not work. ";
  opacity: 1;
  transition: 0.5s all ease;
  background: #ffc3c3;
  color: black;
  padding: 2px 6px;
  font-size: 9px;
  top: 17px !important;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 400;
  height: 20px;
  z-index: 99999999;
}
/*hide these mobile only extra grid cells on destkop, min-width 677px*/
.sqs-block-content.has-charts-100-height,
.sqs-block-content:has(.chart-line) {
  height: 100% !important;
}
/*
.sqs-block-content:has(.horizontal-line) {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
*/
.chart-line {
  background: var(--current-service-color);
}
.chart-line.vertical-line {
  margin: 0 auto;
  width: 1px;
  height: 100%;
}
.chart-line.horizontal-line {
  height: 1px;
  width: 100%;
}
a.automatic-external-link:not([class*="icon"])::after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23A37AF5' class='bi bi-box-arrow-up-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
canvas {
  display: block;
  max-width: 100vw;
  max-height: 56.25vw;
  /* 100vw * 9 / 16 */
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*------------------------------------*\

Full-Width Blocks 5.0 by codeandtonic.com

 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
  
\*------------------------------------*/
/*
// 🎛 Tweak Full-width settings
@fullWidthMaxWidth: 199200px; //set to 99999 if you don't want max-width
@fullWidthPadding: 0px; // 0px if no padding




// ⬇️🔥🔥🔥⬇️ FULL-WIDTH BLOCK ID'S
#block-yui_3_17_2_1_1680779512574_9556,
#block-yui_3_17_2_1_1694678311330_2188,
#block-yui_3_17_2_1_1699003760782_3152
// ⬆️🔥🔥🔥⬆️ FULL-WIDTH BLOCK ID'S
{
  



.full-width-base; // "extend" full-width styles to these IDs

 body.sqs-layout-editing & //editing the page content
                          {
  &:before{
    content: "Full-width CSS | MAX: @{fullWidthMaxWidth} | Padding: @{fullWidthPadding}";
    opacity: 0.0;
	transition: .5s all ease;
    background: #ffc3c3;
    color: black;
    padding: 2px 6px;
    font-size: 9px;
    top: 17px !important;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    font-weight: 400;
    height: 20px;
    z-index: 99999999;
  }
                           
 }
    &:hover{
    &:before{
      opacity:1 !important;

    }
}
}



// DONT TOUNCH ANYTHING BELOW! 
//for 7.1 to prevent layout from breaking
.page-section:not(.full-bleed-section)>.content-wrapper{
  box-sizing: border-box !important;
}


//magic below
.full-width-base{
  box-sizing: border-box !important;
  padding-left: @fullWidthPadding !important;
  padding-right: @fullWidthPadding !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  width: 100vw;

  left: ~"calc(-50vw + 50%)"; // the magic formula 🪄
  .intrinsic{
    max-width: unset !important;
  }
  
  @media only screen and (min-width: @fullWidthMaxWidth){
     width: min( ~"calc(100vw), @{fullWidthMaxWidth}");
    left: ~"calc(-50vw + 50% + ((100vw - @{fullWidthMaxWidth} ) /2 ) )";
  }
  
}

//remove scrollbars pure CSS windows etc https://streamofcoding.com/css-horizontal-scroll-with-100vw/
html, body{
  overflow-x: hidden !important;
}

/*------------------------------------*\

 SQSP Full-Width Blocks 5.0 by codeandtonic.com

 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
  
\*------------------------------------*/
.refresh-icon {
  max-width: 30px !important;
  cursor: pointer !important;
}
.refresh-svg {
  display: inline-block;
  transform: translate(-3px, 2px);
}
#block-yui_3_17_2_1_1694692999741_5995 {
  cursor: pointer !important;
}
#block-yui_3_17_2_1_1694692999741_5995 .sqs-block-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #block-9515ee7079835042fd14 {
    display: none;
  }
}
/*
CUBE
*/
/************/
/*          */
/*   Cube   */
/*          */
/************/
.cube {
  width: 100%;
  height: 100%;
}
/*
@font-face {

	font-family: "RubikExtended";
	src:
		url( "../media/RubikExtended.ttf"  ) format( "truetype" ),
		url( "../media/RubikExtended.otf"  ) format( "otf" );
	font-weight: normal;
	font-style: normal;
}*/
/*

	This next bit is just for labeling a Cube's face.

*/
.faceLabel {
  display: none;
  position: absolute;
  font-size: 60px;
  text-align: center;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  color: #FFF;
}
/****************/
/*              */
/*   Cubelets   */
/*              */
/****************/
.cube .cubelet {
  width: 1em;
  height: 1em;
  position: absolute;
  box-sizing: border-box;
}
/*********************/
/*                   */
/*   Cubelet Faces   */
/*                   */
/*********************/
/*

	Direction-facing planes of limited size
	that act as containers for content.

*/
.cube .face {
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #000;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0.05em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*

	Extroverted faces have content such as a colored sticker, text, etc.
	They are constantly visible. Meanwhile introverted faces are not
	visible when the cube is an untwisted state. Some introverted walls
	are momentarily visible as the cube twists.

*/
.cube .face.faceIntroverted {
  background-color: #000;
}
/*

	Our Cubelet faces are naturally black to match the physical Rubik's Cube.
	Adding or removing the "transparent" class here keeps the position and
	rotation integrity of the face while supporting Group.showPlastics() and
	Group.hidePlastics().

*/
.cube .face.faceTransparent {
  background-color: transparent;
}
/*

	Awwww.... Look at da purty colors...

*/
.purty .face {
  opacity: 0.5;
}
.purty .face.faceFront {
  background-color: #FFF;
}
.purty .face.faceUp {
  background-color: #E87000;
}
.purty .face.faceRight {
  background-color: #3D81F6;
}
.purty .face.faceDown {
  background-color: #DC422F;
}
.purty .face.faceLeft {
  background-color: #009D54;
}
.purty .face.faceBack {
  background-color: #F5B400;
}
/*.purty .face.faceFront { background-color: #CCC; }
.purty .face.faceUp    { background-color: #C30; }
.purty .face.faceRight { background-color: #00A; }
.purty .face.faceDown  { background-color: #C00; }
.purty .face.faceLeft  { background-color: #070; }
.purty .face.faceBack  { background-color: #CB0; }*/
/****************************/
/*                          */
/*   Cubelet Face Content   */
/*                          */
/****************************/
/*

	WIREFRAMES

	Oddly, we cannot use borders to make our wireframes
	because this will cause a visible oscillation as CSS
	struggles to decide what gets drawn on top.
	Instead we use specially crafted box-shadows.

*/
.cube .face > .wireframe {
  /*box-sizing: border-box;*/
  display: none;
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.05);
}
/*

	STICKERS

	About what you'd expect. The default color here
	is full on bright purple (which does not exist
	on an actual Rubik's Cube) so that one can see
	quickly if something's gone wrong with stickers.

*/
.cube .sticker {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  background-color: #F0F;
  border-radius: 0.1em;
  text-align: center;
}
.cube .stickerLogo {
  background-image: url("https://hardian-health-71.squarespace.com/s/Hardian-H-white-on-black.png") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
/*
.cube .sticker.red { background: #DC422F; }
.cube .sticker.white { background: white; }
.cube .sticker.blue { background: #3D81F6; }
.cube .sticker.green { background: #009D54; }
.cube .sticker.orange { background: #FF6C00; }
.cube .sticker.yellow { background: #FDCC09; }
*/
/*lets use our own colors from the theme*/
.cube .sticker.red {
  background: var(--clinical-purple);
}
.cube .sticker.white {
  background: var(--neutral-white);
}
.cube .sticker.blue {
  background: var(--ip-darkblue);
}
.cube .sticker.green {
  background: var(--regulatory-mintgreen);
}
.cube .sticker.orange {
  background: var(--health-economics-brightpink);
}
.cube .sticker.yellow {
  background: var(--strategy-lightblue);
}
/*

	CUBELET IDs

	Each Cubelet has a unique ID number from 0 to 26.
	We display these mostly for debugging purposes
	as the end user probably doesn't care and/or would
	find this superfluous info confusing.

*/
.cube .face > .id {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 90%;
  height: 90%;
  font-size: 1em;
  line-height: 0.9em;
  text-align: center;
  color: #000;
}
.cube .face > .id > .underline {
  border-bottom: 1px solid #000;
}
/*

	We want ID numbers displayed on introverted faces to be white,
	but why use #FEFEFE instead of #FFF?
	So we can export as PDF, open up in Adobe Illustrator, select "Same Fill Color"
	and it will exclude our #FFF text nodes!

*/
.cube .face.faceIntroverted > .id {
  color: #FEFEFE;
}
.cube .face.faceIntroverted > .id > .underline {
  border-bottom: 1px solid #FEFEFE;
}
/*

	TEXT

	Formerly referred to as "Hero Text", this is the one-character
	display for a Cubelet face.

*/
.cube .face > .text {
  display: none;
  position: absolute;
  z-index: 2000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  font-family: "RubikExtended", sans-serif;
  font-size: 1em;
  line-height: 1em;
  /*-webkit-backface-visibility: hidden;
  	-moz-backface-visibility:    hidden;
  	-o-backface-visibility:      hidden;
  	backface-visibility:         hidden;*/
}
#cube-container {
  min-height: 500px;
}
@media screen and (min-width: 600px) {
  #cube-container {
    min-height: 700px;
  }
}
