

.blog .blog-content a {
	text-decoration: underline;
	border: none;
}

.blog .blog-content a:hover {
	text-decoration: underline;
	border: none;
	opacity: 0.8
}

.author a,
.tags a {
	text-decoration: none;
}

.article-name a {
	color: inherit;
}

.article-meta {
	font-size: 0.9rem;
	opacity: 0.9;
}

.sibebar-heading {
	border-bottom: 2px solid;
}

.sidebar-menu ul li a {
	display: block;
	padding: 0.4rem 0;
	font-size: 0.9rem;
	line-height: 1;
	text-decoration: none;
}

.sidebar-menu ul li a:hover {
	text-decoration: underline;
}

.sidebar-menu ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

.sidebar-subscribe form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 1.25rem;
}

.sidebar-subscribe .hs-form-field {
	margin: 0;
}

.sidebar-subscribe .hs-error-msgs {
	position: absolute;
	margin: 0;
}

.sidebar-subscribe .hs_error_rollup,
.hide-label-true .field>label,
.hide-label-true .form-group label {
	display: none;
}

.blog-nav .hs-search-field {
	position: relative;
	margin-left: 0.5rem;
}

.blog-nav .hs-search-field ::-webkit-input-placeholder {
	/* Edge */
	color: inherit;
}

.blog-nav .hs-search-field :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: inherit;
}

.blog-nav .hs-search-field ::-moz-placeholder {
	color: inherit;
}

.blog-nav .hs-search-field ::-ms-input-placeholder {
	color: inherit;
}

.blog-nav .hs-search-field ::placeholder {
	color: inherit;
}

.blog-nav input.hs-search-field__input {
	background: transparent !important;
	border-radius: 27px !important;
	border: 2px solid !important;
	color: inherit !important;
	padding-right: 55px !important;
	min-height: 50px;
}

.blog-nav .hs-search-field button {
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 50%;
	border: 0;
	color: transparent;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-nav .hs-search-field__bar button svg {
	height: 20px !important;
}

.blog-nav a {
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: inherit;
	font-size: 0.9rem;
	text-decoration: none;
}

.blog-nav a:hover {
	color: inherit;
	opacity: 0.75
}

.blog-nav .hs-menu-wrapper ul {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

.meta {
	line-height: 1.2;
	opacity: .8;
}

.author-section {
	border-radius: 3px;
	background: #ffffff;
	-webkit-box-shadow: 0px 12px 14px rgb(0 0 0 / 10%);
	box-shadow: 0px 12px 14px rgb(0 0 0 / 10%);
	padding: 2rem;
	font-size: 0.9rem;
	line-height: 1.6;
}

.author-section .avatar img {
	width: 64px;
	height: auto;
	border-radius: 100%;
	margin-right: 1.2em;
	position: relative;
}


.author-heading {
	position: relative;
	padding-bottom: 0.75rem;
	margin-bottom: 1.5rem;
  text-transform: capitalize;
}

.author-heading:after {
	content: "";
	height: 8px;
	background: var(--primary);
	width: 55px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.author-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.author-social-links svg,
.author-social-links svg g,
.author-social-links svg path{
    max-height: 16px;
}

.hs-search-field {
	position: relative;
	padding: 0.65rem 0;
}

.blog-nav .hs-search-field--open .hs-search-field__suggestions {
	position: absolute;
	background: #fff;
	color: #000;
	z-index: 1;
	width: 100%;
	text-align: left;
	padding: 1rem;
	-webkit-box-shadow: 0px 12px 14px rgb(0 0 0 / 10%);
	box-shadow: 0px 12px 14px rgb(0 0 0 / 10%);
	border: none !important;
	top: 100%;
}

.blog-nav .hs-search-field__suggestions a,
.blog-nav .hs-search-field__suggestions #results-for {
	border-bottom: 1px solid;
	border-top: 1px solid transparent;
	padding: 0.75rem 0;
	line-height: 1.25;
}

.blog-nav .hs-search-field__suggestions li:last-child a {
	border-bottom: none
}

.blog-nav input.hs-search-field__input:focus {
	-webkit-box-shadow: 0 0 2pt 1pt #000 !important;
	box-shadow: 0 0 2pt 1pt #000 !important;
	-webkit-box-shadow: 0 0 2pt 1pt var(--primary) !important;
	box-shadow: 0 0 2pt 1pt var(--primary) !important;
	outline: 0;
}

.sidebar-subscribe input[type="submit"] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.blog-authurs .avatar {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
}

.blog-single .avatar {
	max-width: 50px;
	margin-right: 1rem;
}

.blog-single .avatar img {
	border-radius: 50%;
}

.blog-authurs .author-name {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-authurs .author:not(:hover) .author-name {
	background-color: inherit !important
}

.tag {
	height: 100%;
}

.tag-count {
	width: 50px;
	display: -ms-grid;
	display: grid;
	place-content: center;
}

.blog-authurs .author {
	height: 100%;
}

@media (max-width: 768px) {

	.article-image {
		width: 100%;
	}
	.hs-search-field__bar button svg {
		height: 10px !important;
	}
}

.sticky-col {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.sticky-col > div {
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}

.featured-blog-wrap {
  display: grid;
  grid-template-columns: auto 35%;
  gap: 2rem;
  grid-column: 1 / 4;
}

.featured-article-text {
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.featured-article-text a {
  color: black;
}

.featured-image-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}

.article-panel-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
  align-items: stretch;
  align-content: stretch;
  grid-column: 1 / 4;
}

.blog-posts {
  display: flex;
  flex-direction: column;
}

.blog-article-panel {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  gap: 1.5625rem;
  height: 100%;
}

.blog-article-panel:hover img{
  filter: brightness(85%);
}

.blog-article-image img {
 width: 100%;
 object-fit: cover;
 aspect-ratio: 5/3;
}

.blog-h5 {
  font-weight: 600;
  margin-bottom: auto;
  max-width: 26ch;
}

.article-content {
  display: flex;
  flex-direction: column;
  height:100%;
  color: black;
  position: relative;
}

.article-content:after {
  content: "\2197";
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 900;
  color: #0da6ff;
  transition: transform 0.2s ease-in;
}

.blog-article-panel:hover .article-content::after {
  transform: scale(1.5);
}

.blog-post-article-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.blog-listing-row {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  overflow: visible;
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  min-width: fit-content;
  position: sticky;
  top: 2rem;
  gap: 1rem;
  height: fit-content;
  background-color: white;
  transition: all 0.5s ease-in-out;
}

.blog-sidebar a {
  color: black;
  text-decoration: none;
}

.blog-sidebar a:hover {
  color: #0da6ff;
  text-decoration: none!important;
}

.font-light {
  font-weight: 600;
}

.blog-sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sibebar-heading {
  border-bottom: none;
  margin-bottom: 0;
  color: #ad4500;
}

.btn-show-sidebar {
  display: none;
}

.blog-pagination-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.blogs-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.blog-hero {
  display: flex;
  background-color: rgba(6, 120, 183, 1.0);
  padding-block: 8rem;
}

.blog-hero h1 {
  color: white;
  clamp(2.875rem, 9.13978494623656vw + -1.5120967741935485rem, 5rem);
  margin: 0;
}

.mobile-sidebar {
  display: none;
}

.blog-sidebar h6 {
  font-size: 1rem;
  font-weight: 600;
}

.blog-sidebar a,
.blog-sidebar .tags a {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 10px;
}

.sticky {
  display: none;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
  padding-block: 1rem;
}

@media (max-width: 768px) {
  
  .blog-listing-row {
    flex-direction: column;
  }
  
  .blog-sidebar {
    display: none;
  }
  
  .sidebar-show {
    display: flex;
    width: 100%;
    height: fit-content;
    overflow-y: auto;
  }
  
  .featured-blog-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
  .article-panel-grid {
    display: flex;
    flex-direction: column;
  }
  
  .blog-h5 {
    max-width: 20ch;
}

  .btn-show-sidebar {
    display: block;
    position: relative;
    top: 0;
    border: unset;
    background: unset;
    background-color: #0678b7;
    border-color: #0678b7;
    color: #fff;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
  }
  
  .show-btn-container {
    display: flex;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    position: sticky;
  }
  
  .btn-show-sidebar:hover {
    filter: brightness(110%);
  }
  
  .mobile-sidebar {
    display: flex;
    flex-direction: column;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 22;
  }
  
  .mobile-sidebar .blog-sidebar {
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-left: 1rem;
    padding-top: 0;
    box-sizing: border-box;
    width: 100vw;
  }
  
  .sticky {
    display: block;
  }
}

body.sidebar-open {
  overflow: hidden;
}