@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
	overflow-y: scroll;
	overflow-x: hidden;
}
.header {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}

#block-cordlife-site-branding {
	padding: 10px;
	margin-left: 20px;
}
#block-cordlife-site-branding > a > img{
	max-width: 150px;
	height: auto;
}

/* menu */

ul.sf-menu a, ul.sf-menu  .nolink {
    display: block;
    padding: 1em 1.5em;
    position: relative;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
}

ul.sf-menu .sf-sub-indicator {
  height: 1em;
  opacity: 0.75;
  overflow: hidden;
  position: absolute;
  right: 0; 
  top: 40%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  
}

ul.sf-menu .sf-sub-indicator:after {
	  content: "\F282";
    font-family: "bootstrap-icons";
    font-weight: 700;
    color: #333; 
    font-size: 12px;
}

ul.sf-menu li.sfHover > ul {
	background: #FFF;
	left: 0;
  top: 100%;
  border-radius: 15px;
  width: 22em !important;
}

.subnav a:hover {
	color: #32bdc7;
}

.sf-accordion-toggle {
	padding: 10px;
}

.sf-accordion-toggle > a > span {
 	display: inline-block;
 }

.sf-accordion-toggle > a > span:after { 
 content: "\F479";
    font-family: "bootstrap-icons";
    font-weight: 600;
    color: #333; 
    font-size: 32px;
}

ul.sf-menu.sf-accordion.sf-expanded {
    z-index: 999;
    position: absolute;
    overflow-y: scroll;
    width: 100%;
    background-color: #FCFCFC;
    left: 0 !important;
}

.sf-expanded > ul > li {
	padding-left: 15px;
}


.footer-menu {
	list-style: none;
	padding-inline-start: 0px;
}

.footer-menu > li {
	margin: 5px 0;
	
}
.footer-menu > li > a {
	text-decoration: none;
	font-weight: 500;
	padding: 10px 0;
	color: #555;
	font-size: 14px;
}

.footer-menu > li > a:hover {
	color: #32bdc7;
}


/* Back to top button */
#backtoTop{
  display: none; /* Hidden by default */
  width: 50px; 
  height: 50px;
  border-radius: 50%;
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ddd; /* Set a background color */
  cursor: pointer; /* Add a mouse pointer on hover */
  color: #17a2ac;
}
#backtoTop::before
{   content: "\F281";
    font-family: "bootstrap-icons"; 
} 
#backtoTop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
  color: #FFF;
}


/* Typography */

body {
	font-family: 'Roboto', sans-serif;
	color: #333;
}


h1, h2, h3, h4, h5, h6 { font-weight: 400;}
 
h1{font-size: 3.5em;} 
h2{font-size: 3em;}
h3{font-size: 2.5em;}
h4{font-size: 2.2em;}  
h5{font-size: 1.8em;} 
h6{font-size: 1.4em;} 

p , li{
    color: #333;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
}

a {
	color: #32bdc7;
}
.btn-news-more {
		position: absolute;
    bottom: 25px;
	
	}

.btn-news-more > a {
    padding: 8px 15px;
    background:#ECFCFC;
    color: #17A2AC;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    border-radius: 40px;
  }
  
.btn-more > a {
	 	background-color: #32BDC7;
 		padding: 0.5em 2em;
    font-weight: 500;
	}
 
 
/* Colors */
.col-pri {color:#32bdc7;}
.col-sec {color:#ECFCFC}

.col-bg-sec { background-color: #ECFCFC;}
.col-bg-pri { background-color:#32BDC7;}
.col-bg-grey { background-color: #FCFCFC;}
.col-bg-white { background-color: #FFFFFF;}

.bor-rad-25 {border-radius:25px;}
.bor-rad-15 {border-radius:15px;}

.bor-rad-img-25 >  img {border-radius:25px;}
.bor-rad-img-15 >  img {border-radius:15px;}
.bor-rad-img-15 > figure > img {border-radius:15px;}
.bor-rad-footer {border-radius: 120px 120px 0px 0px;}

 .underline:after {
  position: relative;
  display:block;
  content: '';
  height: 3px;
  width: 20%;
  background: #32BDC7;
  top: 5px;
  bottom: 5px;
 }
 
  .underline-green:after {
  position: relative;
  display:block;
  content: '';
  height: 3px;
  width: 20%;
  background: #347c34;
  top: 5px;
  bottom: 5px;
 }


/* Legends for the map */
.dot-number {
	    height: 40px;
    width: 40px;
    background-color: #e76067;
    border-radius: 20% 0% 20% 0%;
}

.acc-title {
	border-radius: 0 50px 50px 0;
}
.int-accr-bg {
	border-radius: 0px 50px 0 50px;
	background-color: #ECFCFC;
	margin: 10px auto;
	max-width: 120px;
	
}
.caption-text{
	font-size: 28px;
}

.country-logo{
width: 50px;
height: 50px;
text-align:center;
}
 

/* News Listing Style */
.news-sublink >  a {
	text-decoration: none;
	font-weight: 500;
}

.news-sublink >  a:hover {
	color: #ECFCFC;
}

.news-title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0;
  color: #555;
}

.news-date {
  color: #17A2AC ;
  font-weight: 500;
  font-size: 0.8em;
  margin-bottom:1em;
}

.news-entry {
  padding: 0 5px;
  background: #FFFFFF;
  border: 1px solid #32BDC7;
  border-radius: 10px;
  border-width: thin;
  max-width: 340px;
  height: 230px;
  position: relative;
 }
 
 .news-align {
   margin: 0 auto;
       display: flex;
    justify-content: space-evenly;
    align-content: center;
 }
 
 .views-exposed-form {
 	display: flex;
    justify-content: flex-end;
    margin: 20px auto;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    padding-right: 20px;
 }
  .pager__items {
 display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin: 1rem 0;
    list-style: none;
    text-align: center;
    font-weight: bold;
}

 .pager__item  {
	    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-inline-size:2rem;
    block-size: 2rem;
    padding-inline: 0.5rem;
    -webkit-text-decoration: none;
     text-decoration: none;
    color: #32BDC7;
    border-radius: 1rem;
    background: #ecfcfc;
    line-height: 1;
    margin: 5px;
}



 .pager__item:hover {
 	background: #32BDC7;
 	color: #FFF;
 }
 .pager__item > a {
 	 text-decoration: none;
 	 color: #333;
 }

 .pager__item > a:hover {
 	 text-decoration: none;
 	 color: #FFF;
 }

 /* brand and services country listing */
 .flex-container {
 	display: flex;
 }
 .country-flag-row {
 	display: flex;
 	align-items: center;
 	min-width: 110px;
 }
 
 .country-flag-row > figcaption {
 	margin: 0 0 0 0.5rem;
 }
 .country-service { min-width: 150px;}
 .country-service > figcaption {
 	display:inline;
 	padding: 0 0.8rem;
 	font-size: 0.7em;
 	
 }

.normal-list {padding-left: 0px;}
.normal-list > li {list-style-type: none;}
.normal-list > li > a {text-decoration: none; color: inherit;}

.normal-list,.check-list,.check-list-round-fill {
    padding-inline-start:15px;padding-left: 10px !important;
    display: inline-block;
}

.normal-list li,.check-list li,.check-list-round-fill li {
    list-style-type: none;
    display: table;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
}

.normal-list li::before {
    content: "\F285";
    font-family: "bootstrap-icons";
    font-weight: bold;
    font-size: 10px;
    color: #2b9ea6;
    display: table-cell;
    padding: 5px;
} 

 
.country-service-list {
	padding-inline-start: 0;
	text-align: center;
	padding: 5px 15px ;
}
.country-service-list li {
	list-style-type: none;
	text-decoration:none;
	display: inline-flex;
  margin: 5px;
  font-weight: 500;
  font-size: 14px;
}

.milestone-entry h2 {
    color: #32BDC7;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.milestone-list {
    padding-inline-start:15px;
    padding-left: 10px !important;
}

.milestone-list li {
    list-style-type: none;
    display: table;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin: 10px 0;
}

.milestone-list li::before {
    content: "\F280";
    font-family: "bootstrap-icons";
    font-weight: bold;
    font-size: 10px;
    color: #2b9ea6;
    display: table-cell;
    padding: 5px;
} 


#views-exposed-form-news-view-block-4 {
	    float: left;
    display: flex;
    width: 50%;
    justify-content: space-around;
}

@media (min-width: 640px) {
    .milestone-entry {
        border-left:1px #2b9ea6 solid;
        position: relative;
        padding-left: 30px;
        margin: 0px;
        display: flex;
        flex-direction: column;
    }

    .milestone-entry p {
        color: #333;
        font-size: 14px; 
        border-radius: 10px;
        padding: 10px;
        font-weight: 500;
    }

    .milestone-entry::before {
        content: '';
        width: 20px;
        height: 20px;
        background: #32BDC7;
        position: absolute;
        border-radius: 100%;
        box-shadow: 0px 0px 1px 5px #32bdc7;
        margin-left: -40px;
    }
}  


 /* Accordion */


.accgroup .acc-container {
  position: relative;
  padding-bottom: 20px;
}

.acclabel {
	background-color: #ecfcfc;
  padding: 10px;
  box-shadow: 2px 2px 10px #CCC;
}

.accgroup .acclabel {
    position: relative;
    cursor: pointer; 
    display: flex;
    justify-content: space-between;
    margin: -20px 0 20px 0;
    align-items: center;
}

.acclabel:hover > h6 , .acclabel:hover > p{
  color: #32bdc7;
}

.acclabel > p , .acclabel > h6 {
    font-size: 16px;
}

.accgroup .acclabel::after
{   content: "\F27E";
    font-family: "bootstrap-icons";
    font-weight: bold;
    font-size: 16px;
    color: #17a2b8;
  margin: 10px;
} 

.accgroup .acc-container.active .acclabel::after {
  content: "\F281";
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 14px;
  color: #17a2b8;
  margin: 10px;
  
}

.accgroup .acc-content {
  position: relative;
  height: 0; 
  overflow: hidden;
  transition: 0.5s;
  word-break: break-word;
 
}
 
.accgroup .acc-container.active .acc-content {
   height: 100%;
   word-break: break-word;
   padding: 10px 10px 10px 10px;
   background: #F5F5F5;
   margin: 10px 0;
   border-radius: 5px;
   box-shadow: 5px 5px 10px #CCC;
   margin-top: -10px;
}

.accgroup .acc-container.active .acc-content > p {
 margin: 10px 0;
}

.accgroup .acc-container.active .acc-content > p:before {
		  content: "\F280";
    font-family: "bootstrap-icons";
    font-weight: 700;
    color: #333; 
    font-size: 12px;
}

.textshadow {
text-shadow:  5px 5px 10px #CCC;
-webkit-text-shadow: 5px 5px 10px #CCC;
-moz-text-shadow:  5px 5px 10px #CCC;
}


 .img-responsive  >  img {
 	max-width: 100%;
 	height: auto;
 }

:root {
  --marquee-width: 80vw;
  --marquee-height: 20vh;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
   width: var(--marquee-width);
  height: var(--marquee-height);
 
  overflow: hidden;
  position: relative;
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
   
}
.marquee:after {
  right: 0;
   
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content div {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%; 
  white-space: nowrap;
}

.marquee-content div img {
  box-shadow: 10px 10px 20px #CCC;
}


@media (max-width: 600px) {
    :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after { width: 5rem; }
  .desktop-display{         display : none; }
    .mobile-display{        display: block;    }

	
}

/* Tablet and Mobile */


@media (max-width: 1024px) {
	.header {
			justify-content: space-between;
	}
	
}


/* Tablet */

  @media (min-width: 481px) and (max-width: 767px) {
		.flex-container {
					flex-direction: column;
		}
	}

 /* Media Query for Tablets Ipads portrait mode */
  @media (min-width: 768px) and (max-width: 1024px){
  	.flex-container {
	         	flex-direction: column;
	   }
 }
 
 
 
 /* Mobile */

@media (max-width: 480px) {
	
h1{font-size: 3em;} 
h2{font-size: 2.7em;}
h3{font-size: 2.5em;}
h4{font-size: 2.2em;}  
h5{font-size: 2em;}
h6{font-size: 1.2em;}

.bor-rad-footer {	
	border-radius: 50px 50px 0 0;
 }
 #block-cordlife-site-branding {
 	margin-left: 5px;
 }
  .news-align {
  	flex-direction: column;
  }
 .news-entry {
 	width: 100% !important;
 	height: 180px;
 }
 
}