/** Shopify CDN: Minification failed

Line 361:0 Expected "}" to go with "{"

**/
.Banner {
  display: grid;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  align-items: center; 
  justify-content: center; 
  margin: 0;
  padding: 1rem;
  grid-template-columns: none;
}

.Banner h1 {
  font-family: "Open Sans", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-size: 2rem;
  margin: 0;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}  

.Banner p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

  .links-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem; /* Space between columns */
    margin-top: 1rem;
    justify-items: center;
  }

  .community-blog-links-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem; /* Space between columns */
    margin-top: 1rem;
    justify-items: center;
  }

  .link-column {
    text-align: center;
  }

  .link-column a {
    text-decoration: none;
    color: #ffffff; /* Link color */
    font-size: 1rem;
  }

  .link-column a:hover {
    text-decoration: underline; /* Underline on hover */
    color: #5C676D;
  }


img.cover {
  object-fit: contain;
}


.blog-page-wrapper  .Container {
    max-width: 1400px;
    margin: 20px auto 0;
    padding: 0 20px;
}

.blog-page-wrapper .main-row.row {
    margin: 0 -20px;
    align-items: center;
}

.blog-page-wrapper .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.blog-heading a  {
  color: rgb(0, 0, 0);
}

.blog-page-wrapper .Article__content h5 a {
    color: rgb(0, 0, 0);
    font-size: 24px;
}

.blog-page-wrapper .Article__content h5 a:hover {
    color: #83C4C5;
}

.blog-page-wrapper .col-8 {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 20px;
}

.blog-page-wrapper .col-4 {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 20px;
}

.blog-page-wrapper  .col-8 .image-section {
    position: relative;
    padding-bottom: 60%;
}

.blog-page-wrapper  .col-8 .image-section .banner-image { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.blog-page-wrapper  .col-12 .image-section {
    position: relative;
    padding-bottom: 50%;
}

.blog-page-wrapper  .col-12 .image-section .banner-image { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.blog-page-wrapper  .blog-heading {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

.blog-page-wrapper .blog-sub-heading {
  font-size: 20px;
  color: #83C4C5;
  font-weight: 500;
  margin: 10px 0;
  letter-spacing: 1px;
  border-bottom: 1px solid #83C4C5;
  text-align: left;
}

.blog-page-wrapper .blog-description {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.blog-page-wrapper  .blog-banner-section {
  margin-bottom:50px;
  width: 100%;
  background-color: transparent !important;
}

.blog-banner-section {
  display: block;
  text-decoration: none;
}
        .blog-banner-section:hover {
            background-color: #e0e0e0;
        }

        .blog-heading a {
            text-decoration: none;
            color: inherit;
        }

        .banner-image {
            width: 100%;
            height: auto;
        }

.blog-page-wrapper  .Article__content  {
    display: flex;
}

.blog-page-wrapper .image-section svg {
    background: rgb(128 128 128 / 16%);
} 

.latest-blog-section {
    width: 100%;
    max-width: 100%;
}

.latest-blog-section .row {
    margin: 0 -10px;
}

.latest-blog-heading {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1em;
    color:#4d596b;
    text-transform:uppercase;
    padding: 0 0 5px !important;
    border-bottom: 1px solid #83c4c5;
}

.latest-blog-section .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

.latest-blog-section .Article__media figure:before {
  padding-top: 80%;
}

.latest-blog-section .responsive_img img {
  border-radius: 7px;
  object-fit: cover;
}

.paginatation-wrapper .pagination .page.current {
    color: #83C4C5;
    font-weight: 500;
}

.latest-blog-section .Article__content {
   margin: 1rem 0;
}

.latest-blog-section .paginatation-wrapper {
    display: flex;
    justify-content: center;
}

.blog-link-text:hover .blog-link {
   background: rgb(92, 103, 109);
   color:#ffffff;
  
} 

.blog-article-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    /* flex-direction: column; */
}

.pagination-wrapper .pagination {
  justify-content: center;
  display: flex;
  gap: 16px;
}

.pagination-wrapper .pagination .page.current {
  color: #8cc8c5;
}

@media only screen and (max-width: 1100px) {
  .latest-blog-section {
    width: 100%;
    max-width: 100%;
  }

  .blog-page-wrapper .col-8 .image-section {
    position: relative;
    padding-bottom: 70%;
}
  
}

@media only screen and (max-width: 1024px) {

  .latest-blog-section {
    width: 100%;
    max-width: 100%;
  }

  .blog-page-wrapper .main-row.row {
    margin: 0 -10px;
 }

  .blog-page-wrapper .col-8 {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 10px;
  }

  .blog-page-wrapper .col-4 {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 10px;
  }

  

}


@media only screen and (max-width: 768px) {

.blog-page-wrapper .main-row.row {
  margin: 0px;
}

.blog-page-wrapper .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    margin-bottom: 15px;
}

.blog-page-wrapper .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

.latest-blog-section .row {
    margin: 0px;
}

.latest-blog-heading {
    text-align: center;
}

.latest-blog-section .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}

/* .latest-blog-section .Article__content h5 {
    text-align: center;
}

.latest-blog-section .article-description {
  text-align: center;
} */
