section.section-content.section-sidebar-med {
    padding: 60px 0 40px;
}
section.section-content.section-sidebar-med.hide-section {
    display: none;
}
.section-sidebar-med > .shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-sidebar-med > .shell > .section__content {
    width: 62%;
    padding-right: 60px;
}
.section-sidebar-med > .shell > .section__sidebar {
    padding: 95px 0 0;
    width: 45%;
	max-width : 540px;
	overflow: hidden;
    padding: 0 0 40px;
}

.st_slider {
    
}
.st_slider .slick-slide {
	position: relative;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 18px 0;
}
.slick-dots li {
    padding: 0 3px;
    line-height: 0;
}
.slick-dots li button {
    width: 15px;
    height: 15px;
    background: #cac8c7;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0;
    font-size: 0.1px;
    text-indent: -9999px;
    cursor: pointer;
    transition: 0.15s ease-in;
}
.slick-dots li button:hover {
    background: #00872c;
}
.slick-dots li.slick-active button {
    background: #00872c;
}
.st_slider .play_btn_alt {
	background-size: 128px auto;
}
.st_slider figure {
    margin: 0;
    position: relative;
}
.st_slider figure img {
        margin: 0 auto;
}

.logo-slider {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.logo-slide {
  text-align: center;
  opacity: 0.4;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

.logo-slide img {
  max-width: 120px;
  margin: auto;
  filter: grayscale(100%);
}

.slick-center {
  opacity: 1;
  transform: scale(1);
}

.slick-center img {
  filter: grayscale(0%);
}


.logo-slider .slick-list {
  padding: 0 60px;
  overflow: hidden;
}

.logo-slider .slick-track {
  display: flex;
  align-items: center;
}

.heading_wrapper {
    width: 100%;
    margin-bottom: 25px;
    padding: 20px 10px;
    background: #00529b;
}
.heading_wrapper h4 {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
    transition: .15s ease-in;
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.1;
}

/* Logo + text wrapper */
.logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Logo image */
.logo-box img {
  max-width: clamp(60px, 8vw, 100px);
  height: auto;
  margin-bottom: 8px;
  filter: grayscale(100%);
  transition: all 0.35s ease;
}

.company-name {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  color: #00529b;
  white-space: nowrap;
      font-family: proxima-nova;
	 display:none; 
}

/* Active heading */
.logo-slide.slick-center .company-name {
  color: #00529b;
  display:block;
}

.sidebar_note {
    background: #cac8c7;
    padding: 20px;
	    margin-bottom: 30px;
}
.sidebar_note p {font-size:18px; color: #000000; font-weight: 400}

.sidebar_cta {
    padding: 20px 20px 180px 20px;
    text-align: center;
}

.sidebar_cta h4 {
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    letter-spacing: normal;
}
/* grid box */
.resource_section .heading_wrapper {
    margin-bottom: 0;
}
.resource_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
   background: #f4f4f4;
    padding: 15px;
}

.resource-box {
  background: #cac8c7;
	border-radius: 0px;
  transition: background 0.3s ease;
}
.resource-box.no_bg {
    background: transparent;
}
.resource-box ul {
    list-style: none;
}
/* Full centering magic */
.resource-box a {
  display: flex;
  align-items: center;        
  justify-content: center; 
  padding: 20px;
  min-height: 80px;
  text-align: center;
  font-family: proxima-nova;
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.resource-box ul li {
 font-family: proxima-nova;
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.resource-box ul li a {
	padding : 0; min-height: initial;     text-align: left;  justify-content: start;
}
.section__content .btn + h3 {
	margin-top : 35px
}
.section__content p strong {
	color: #00529b;
    line-height: 1.3;
    font-size: 20px;
    display: inline-block;
}
.section__sidebar .resource_grid{
	    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.section__sidebar .resource_grid .resource-box {

    max-width:calc(50% - 15px);
	    min-height: 150px;
    display: flex;
    align-items: center;
    width: calc(50% - 15px);
}
.section__sidebar .resource_grid .resource-box.no_bg {
	padding: 0
}

.section__sidebar .resource_grid .resource-box.no_bg ul {
	padding-left: 15px
}
.section__sidebar .resource_grid .resource-box.no_bg ul li + li {
	margin-top: 12px
}
.section__sidebar .company-name {
  display: block;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #00529b;
  font-weight: bold;
  max-width: 175px;
  margin: 0 auto;
  display: block;
  filter: grayscale(0);
  white-space: normal;
  opacity: 0;
  margin-top: 25px;
}
.section__sidebar .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 18px;
  height: 23px;
  background-size: contain;
  z-index: 1;
  border: none;
  outline: none;
  font-size: 0;
  background-color: transparent;
  bottom: 60px;
}
.section__sidebar .slick-arrow.slick-prev {
  background-image: url("https://lecomhealth.com/wp-content/uploads/2026/01/arrow-left.png");
  left: 45px;
}
.section__sidebar .slick-arrow.slick-next {
  background-image: url("https://lecomhealth.com/wp-content/uploads/2026/01/arrow-right.png");
  right: 45px;
}
.section__sidebar .slick-current.slick-active .logo-slide {
  opacity: 1;
  transform: scale(1);
}
.section__sidebar .slick-current.slick-active .logo-slide img {
  filter: grayscale(0);
  height: 100px;
  width: auto;
  object-fit: contain;
}
.section__sidebar .slick-current.slick-active .logo-slide .company-name {
  display: block;
  opacity: 1;
}
.section__sidebar .slick-dots {
  margin-bottom: 15px;
}
.section__sidebar .slick-dots li {
  padding: 0 5px;
}
.section__sidebar .slick-dots li button {
  width: 11px;
  height: 11px;
}

@media (max-width: 1199px) {
	.resource-box ul li {
		font-size: 18px
	}
	.resource-box a {
		font-size: 20px;
	}
	.section__sidebar .company-name {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.section-sidebar-med > .shell {
		flex-wrap : wrap
	}
	.section-sidebar-med > .shell > .section__content{
		width: 100%;
		 max-width: 100%
	}
	.section-sidebar-med > .shell > .section__sidebar {
		width: 100%
	}
	.sidebar_cta{
		padding: 20px 20px 100px;
	}
}

@media (max-width: 767px) {
	.sidebar_cta{
		padding: 20px 20px 60px;
	}
	.logo-box img {
		max-width : 80%
	}
	.section__sidebar .slick-current.slick-active .logo-slide img  {
		max-width: 100%
	}
	.resource_grid {
		gap: 10px;
	}
	.section__sidebar .resource_grid .resource-box {
		max-width: calc(50% - 5px); 
		width: calc(50% - 5px); min-height: 120px; 
	}
	.resource-box a {
		font-size : 16px;
	}
	.section__sidebar .resource_grid .resource-box.no_bg ul{ 
		padding-left: 0
	}
	.resource-box ul li {
        font-size: 16px;
    }
	.section-sidebar-med > .shell > .section__content {padding-right: 0px;}
	.heading_wrapper { padding: 15px 10px; }
	.heading_wrapper h4 , .sidebar_cta h4 {font-size: 24px;     line-height: 1;}
}