
#container-carousel .row-ih-page-title .container .row .col-sm-12 h1,#container-carousel .row-ih-page-title .container .row .col-sm-8 h1{line-height:80px}.col_circle{padding:40px}.circle{position:relative;width:100%;padding-bottom:100%;background:#fff;border:4px solid;border-radius:50%;margin:auto}@media screen and (max-width:766px){.percentage_text{Position:absolute;top:10%;padding:20px;text-align:center;width:100%}.percentage_text h3{margin:0;font-weight:600;font-size:32px}.body_text{Position:absolute;top:40%;padding:20px;text-align:center;width:100%}}@media screen and (min-width:767px) and (max-width:991px){.body_text{Position:absolute;top:40%;padding:20px;text-align:center;width:100%}.percentage_text{Position:absolute;top:10%;padding:20px;text-align:center;width:100%}.percentage_text h3{margin:0;font-weight:600;font-size:32px}}@media screen and (min-width:992px) and (max-width:1199px){.body_text{Position:absolute;top:40%;padding:20px;text-align:center;width:100%}.percentage_text{Position:absolute;top:10%;padding:20px;text-align:center;width:100%}.percentage_text h3{margin:0;font-weight:600;font-size:42px}}@media screen and (min-width:1200px){.body_text{Position:absolute;top:40%;padding:20px;text-align:center;width:100%}.percentage_text{Position:absolute;top:15%;padding:20px;text-align:center;width:100%}.percentage_text h3{margin:0;font-weight:600;font-size:42px}}.body_text p{margin:0;color:#7d8285;font-size:12pt;text-align:center}.custom-map-container ul.states li a{color:#672273 !important}.ih-location-types-heading{border-bottom:1px solid #d1d1d1;padding-bottom:10px;margin-bottom:25px}.custom-map-container ul.states li{padding:2px 15px !important}.cta-card{border:solid 1px #d3d3d3;background:#f5f3f0;display:flex;color:#5e4f46;font-weight:500;margin:5px 0}.cta-img{width:500px;background-position:center;background-size:cover}.cta-content{padding:20px 50px 25px 40px}.cta-text{font-size:14px}.cta-phone{font-size:28px;line-height:1.1}@media screen and (max-width:991px){.cta-card{display:block}.cta-img{width:auto;height:200px}}select{margin:10px 0!important;border-color:#999!important;padding:5px!important;width:100%}
/*Covid landing page*/
.covid-nav-bar {
    background: lightgray;
    text-align: center;
    padding: 8px;
    margin-top: 35px;
}
.covid-nav-bar a.btn.btn-primary {
    width: 15%;
    font-size: 14px;
}
.top-link {
    position: absolute;
    top: 29px;
    right: 0;
}
.screening-location .col-xs-12 >.row.ng-scope {
    min-width: 33%;
    max-width: 33%;
}
/*News/Blog*/
.news-blog-card {
    display: flex;
    border: solid lightgray 2px;
    height: 350px;
}
.news-blog-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px;
}
.news-blog-title {
    font-size: 24px;
    font-weight: 600;
}
.news-blog-img {
    width: 700px;
    background-position: center;
    background-size: cover;
}
.news-blog-type {
    float: right;
    background: lightgray;
    padding: 0px 30px;
    font-size: 13px;
}
/*Patient Story*/
.patient-story-img {
    position: static;
    height: 350px;
    background-position: center;
    background-size: cover;
}
.patient-story-type {
    float: right;
    background: lightgray;
    padding: 0px 30px;
    font-size: 13px;
}
.patient-story-content {
    width: 70%;
    padding: 30px;
}
.patient-story-title {
    font-size: 24px;
    font-weight: 600;
}
.patient-story-links {
    position: absolute;
    right: 55px;
    bottom: 35px;
}
.patient-story-links a {
    display: block;
    margin-top: 20px;
    font-size: 20px;
}
/*Slideshow outerbox and header*/
.mySlides {
  display: none;
}
.slideshow-outer-box {
  padding: 15px;
  border: solid 1px lightgray;
  box-shadow: 0px 2px lightgray;
}
.slideshow-header {
  display: flex;
  justify-content: space-between;
}
.slideshow-title {
  font-size: 20px;
  font-weight: 600;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.gallery-prev,
.gallery-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  padding: 25px;
  padding-top: 20%;
  color: white;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.gallery-next {
  right: 0;
}
.thumbnail-prev,
.thumbnail-next {
  cursor: pointer;
  position: absolute;
  width: auto;
  color: purple;
  bottom: 48px;
  padding: 0 5px;
  font-size: 16px;
  transition: 0.6s ease;
  user-select: none;
}
.thumbnail-next {
  right: 33px;
}
.gallery-prev:hover,
.gallery-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: white;
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
  text-decoration: none;
}
/* Caption text */
.caption-text {
  color: white;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
/* Number text (1/3 etc) */
.numbertext {
  padding: 8px 12px;
}
/*thumbnail indicators*/
.selector-list1,
.selector-list2 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.image-selector {
  background: purple;
  padding: 10px;
  width: 18%;
  visibility: hidden;
}
.image-list1,
.image-list2 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.hide-list {
  display: none;
}
.show-list {
  display: flex !important;
}
.big-image {
  height: 277px;
  object-fit: contain;
  background: lightgray;
}
.gallery-small-image {
  cursor: pointer;
  height: 75px;
  width: 18%;
  padding: 0 !important;
  object-fit: cover;
  object-position: top;
}
.slideshow-active {
  opacity: 0.3;
}
.selector-active {
  visibility: visible;
}
//Blog Page
.blog-image-box {
    width: 50%;
    float: right;
    margin-left: 25px;
}
.image-caption-box {
background: #54575a;
    color: white;
    padding: 15px 30px;
    font-size: 14px;
}
#container-carousel .row-ih-page-title .container .row .col-sm-12 h1, #container-carousel .row-ih-page-title .container .row .col-sm-8 h1 {
    line-height: 80px;
}
/*Circle Cards styling code */
.col_circle {
  padding: 40px;
}	
.circle{
  position:relative;
  width:100%;
  padding-bottom:100%;
  background:#fff;
  border: 4px solid;		
  border-radius:50%;
  margin: auto;
}
@media screen and (max-width: 766px){
.percentage_text {
  Position: absolute;
    top: 10%;
    /* transform: translate(15%, -20%); */
    padding: 20px;
    text-align: center;
    width:100%;	
}
.percentage_text h3{
  margin:0;
  font-weight: 600;
  font-size: 32px; 	
}
.body_text {
    Position: absolute;
    top: 40%;
    /* transform: translate(0%, -20%); */
    padding: 20px;
    text-align: center;
    width: 100%;
}
}
@media screen and (min-width: 767px) and (max-width: 991px){
.body_text{
  Position: absolute;
  top: 40%;
  /* transform: translate(-5%, -20%); */
  padding: 20px;
  text-align: center;
  width: 100%;
}
.percentage_text {
  Position: absolute;
    top: 10%;
    /* transform: translate(15%, -20%); */
    padding: 20px;
    text-align: center;
    width: 100%;	
}
.percentage_text h3{
  margin:0;
  font-weight: 600;
  font-size: 32px; 		
}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
.body_text {
    Position: absolute;
    top: 40%;
    /* transform: translate(0%, -20%); */
    padding: 20px;
    text-align: center;
    width: 100%;
}
.percentage_text {
  Position: absolute;
    top: 10%;
   /*  transform: translate(0%, -20%); */
    padding: 20px;
    text-align: center;	
    width: 100%;
}
.percentage_text h3{
  margin:0;
  font-weight: 600;
  font-size: 42px; 		
}
}
@media screen and (min-width: 1200px){
.body_text{
  Position: absolute;
  top: 40%;
  /* transform: translate(0%, -20%); */
  padding: 20px;
  text-align: center;
  width: 100%;
}
.percentage_text {
  Position: absolute;
    top: 15%;
    /* transform: translate(20%, -20%); */
    padding: 20px;
    text-align: center;	
    width: 100%;
}
.percentage_text h3{
  margin:0;
  font-weight: 600;
  font-size: 42px; 		
}
}
.body_text p{
  margin: 0;
  color: #7d8285;
  font-size: 12pt;	
  text-align: center;	
}
.custom-map-container ul.states li a {
    color: #672273 !important;
}
.ih-location-types-heading {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 25px;
}			
.custom-map-container ul.states li {
    padding: 2px 15px !important;
}
/* CTA card styling start */
.cta-card {
    border: solid 1px lightgray;
    background: #f5f3f0;
    display: flex;
    color: #5e4f46;
    font-weight: 500;
    margin: 5px 0;
}
.cta-img {
    width: 500px;
    background-position: center;
    background-size: cover;
}
.cta-content {
    padding: 20px 50px 25px 40px;
}
.cta-text {
    font-size: 14px;
}
.cta-phone {
    font-size: 28px;
    line-height: 1.1;
}
@media screen and (max-width: 991px){
.cta-card {
    display: block;
}
.cta-img {
    width: auto;
    height: 200px;
}			
 }
/* CTA card styling end */
/* Donation select box styling */
select {
    margin: 10px 0px!important;
    border-color: #999!important;
    padding: 5px!important;
    width: 100%;
}