#archive-blog-role-area .blog-roll-item-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}
#archive-blog-role-area .blog-roll-item-wrapper .CategoryType {
  text-transform: uppercase;
}
#archive-blog-role-area .blog-roll-item-wrapper a {
  text-decoration: none;
}

#blog-roll-section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  #blog-roll-section {
    padding: 30px 0;
  }
}
#blog-roll-section .blog-roll-item-wrapper {
  display: contents;
  margin-left: 0;
}
#blog-roll-section .blog-roll-item-wrapper .blog-roll-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding-bottom: 2rem;
}
#blog-roll-section .blog-roll-item-wrapper .blog-roll-item a {
  text-decoration: none;
}
#blog-roll-section .blog-roll-item-wrapper .blog-roll-item:hover, #blog-roll-section .blog-roll-item-wrapper .blog-roll-item:active {
  color: #0067AB;
}
@media (min-width: 768px) {
  #blog-roll-section .blog-roll-item-wrapper .blog-roll-item {
    width: 50%;
  }
  #blog-roll-section .blog-roll-item-wrapper .blog-roll-item:nth-child(4n-2), #blog-roll-section .blog-roll-item-wrapper .blog-roll-item:nth-child(4n-3) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #9BA0A6;
  }
  #blog-roll-section .blog-roll-item-wrapper .blog-roll-item:nth-child(4n-4), #blog-roll-section .blog-roll-item-wrapper .blog-roll-item:nth-child(4n-5) {
    padding-top: 2rem;
  }
}
#blog-roll-section .blog-roll-item-wrapper .blog-roll-item .image {
  aspect-ratio: 1/1;
}
#blog-roll-section .blog-roll-item-wrapper .blog-roll-item .image img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog-roll-section .item-wrapper a {
  text-decoration: none;
  color: #313131;
}
#blog-roll-section .item-wrapper a:active, #blog-roll-section .item-wrapper a:hover {
  color: #0067AB;
}
#blog-roll-section .item-wrapper .wrapper-row {
  margin: 0 -12px;
  padding: 0 12px;
}
#blog-roll-section .item-wrapper .image {
  aspect-ratio: 1/1;
}
#blog-roll-section .item-wrapper .image img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog-roll-section.items-8 .news-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #blog-roll-section.items-8 .bordered-row {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
  }
}
#blog-roll-section.items-8 .item-wrapper {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  #blog-roll-section.items-8 .item-wrapper {
    margin-top: 0;
  }
}
#blog-roll-section.items-8 .item-wrapper .image {
  aspect-ratio: 1/1;
}
#blog-roll-section.items-8 .item-wrapper .image img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog-roll-section.items-2 {
  padding-top: 25px;
}
@media (min-width: 768px) {
  #blog-roll-section.items-2 {
    padding-top: 50px;
  }
}
#blog-roll-section.items-2 .blog-roll-item {
  border: 0 !important;
  padding: 0 !important;
}

.news-search-bar {
  margin-bottom: 4rem;
}
.news-search-bar .search-wrapper {
  position: relative;
  width: 100%;
}
.news-search-bar .search-wrapper svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  fill: #888;
  pointer-events: none;
}
.news-search-bar .search-wrapper input {
  padding-left: 30px;
  /* Make room for the icon */
}

#main-news-wrapper {
  background-color: #F5F5F5;
  padding: 25px 0;
}
@media (min-width: 768px) {
  #main-news-wrapper {
    padding: 30px 0;
  }
}
#main-news-wrapper h1 {
  margin-bottom: 1.5rem;
}
#main-news-wrapper .main-blog-card {
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
#main-news-wrapper .main-blog-card a {
  text-decoration: none;
}
#main-news-wrapper .main-blog-card a .card-img {
  height: 360px;
}
#main-news-wrapper .main-blog-card a .card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-news-wrapper .main-blog-card a .blog-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#main-news-wrapper .main-blog-card a .blog-text p {
  margin-top: auto;
}
#main-news-wrapper .main-blog-card a:hover {
  color: #0067AB;
}

.blog-item {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-item a {
  text-decoration: none;
  color: #1D1D1D;
}
.blog-item a:active, .blog-item a:hover {
  color: #0067AB;
}
.blog-item .card-img img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-item .card-text {
  padding: 1.25rem;
  background-color: #FFFFFF;
}

#more-news-section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  #more-news-section {
    padding: 30px 0;
  }
}
#more-news-section h2 {
  font-size: 38px;
}

#pagination-wrapper .prev-page svg,
#pagination-wrapper .next-page svg {
  fill: #9BA0A6 !important;
  width: 30px;
  height: 30px;
}
#pagination-wrapper .prev-page.disabled,
#pagination-wrapper .next-page.disabled {
  opacity: 0.4 !important;
  pointer-events: none;
  cursor: not-allowed;
}
#pagination-wrapper .current-page {
  border: 1px solid #9BA0A6;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 0.5rem;
}

#archive-blog-roll-section .blog-roll-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  margin-bottom: 2rem;
  color: #313131;
}
#archive-blog-roll-section .blog-roll-item a {
  text-decoration: none;
}
#archive-blog-roll-section .blog-roll-item:active, #archive-blog-roll-section .blog-roll-item:hover {
  color: #0067AB;
}
@media (min-width: 992px) {
  #archive-blog-roll-section .blog-roll-item {
    flex-direction: row;
    align-items: center;
  }
}
#archive-blog-roll-section .blog-roll-item .image {
  width: 100%;
}
@media (min-width: 992px) {
  #archive-blog-roll-section .blog-roll-item .image {
    width: 400px;
  }
}
#archive-blog-roll-section .blog-roll-item .image img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  #archive-blog-roll-section .blog-roll-item .image img {
    height: 267px;
  }
}
#archive-blog-roll-section .blog-roll-item .description {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
#archive-blog-roll-section h5 {
  font-size: 26px;
  font-weight: 700;
}
#archive-blog-roll-section p {
  font-size: 16px;
  margin-top: 1rem;
}
#archive-blog-roll-section .archive-pagination {
  display: flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #archive-blog-roll-section .archive-pagination {
    width: 20%;
    margin-bottom: unset;
  }
}
#archive-blog-roll-section .archive-pagination .page-counter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#archive-blog-roll-section .archive-pagination .current-page {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid gray;
}
#archive-blog-roll-section .archive-pagination span {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  align-self: center;
}
#archive-blog-roll-section .archive-pagination h5 {
  font-size: 18px;
}
#archive-blog-roll-section .archive-pagination a.disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
}
#archive-blog-roll-section .archive-pagination .next-page,
#archive-blog-roll-section .archive-pagination .prev-page {
  border: 0;
  background: transparent;
}
#archive-blog-roll-section .archive-pagination .next-page.disabled,
#archive-blog-roll-section .archive-pagination .prev-page.disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
}
#archive-blog-roll-section .archive-pagination svg {
  width: 20px;
  fill: black;
}

#blog-post-section h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
}
#blog-post-section h6 {
  letter-spacing: 0.05rem;
  color: #313131;
}
#blog-post-section .col-8 {
  overflow: visible;
}
#blog-post-section .social-links-wrapper {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
#blog-post-section .social-links-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
#blog-post-section .social-links-wrapper svg {
  width: 20px;
  height: 26px;
  aspect-ratio: 1/1;
  display: block;
  flex-shrink: 0;
  fill: #9BA0A6;
  overflow: visible;
}
#blog-post-section .social-links-wrapper svg:hover {
  fill: #0067AB;
}
#blog-post-section .image-wrapper {
  display: flex;
  justify-content: center;
}
#blog-post-section .image-wrapper img {
  border-radius: 12px;
  width: 100%;
}
#blog-post-section .blog-post-body {
  margin-top: 3rem;
}
#blog-post-section .blog-post-body a {
  text-decoration: underline;
  color: #1D1D1D;
}
#blog-post-section .blog-post-body a:active, #blog-post-section .blog-post-body a:hover {
  color: #0067AB;
}
#blog-post-section .blog-post-body a:has(img) {
  text-decoration: none;
  display: block;
  margin: 2rem auto;
}
#blog-post-section .blog-post-body img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto;
}

#related-news-section {
  width: 100%;
}
#related-news-section .site-container-1340 {
  padding-left: 0;
}
#related-news-section h2 {
  text-align: left !important;
}
#related-news-section .col-12 {
  padding-left: 0;
}