// ======================
// header Content Area
// ======================
#hs_cos_wrapper_knowledgebase_header {
	position: relative;
}

.header__container {
	  position: fixed !important;
    width: 100vw;
    border-bottom: 1px solid #ddd;
    z-index: 999999;
}
.header__top {
	position: absolute;
	right: 20px;
	top: 10px;
}
.header__bottom {
	padding: 10px 20px !important;
}
.header__wrapper header__wrapper--bottom {
	max-width: 100% !important;
}
.header__container--left .header__wrapper--bottom {
	max-width: 100% !important;
}
.header__logo {
	max-width: 150px !important;
    padding: 0 !important;
    display: inline-block !important;
}
.header__logo-col {
	display: flex !important;
}
.header__logo-col::before {
  content: '';
  display: inline-flex;
  width: 150px;
  background-image: url('https://edited.com/wp-content/uploads/2024/01/logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.header__logo-col .header__logo-link {
  display: none;
}
.header__logo-col::after {
	content: "Help Center";
    position: relative;
    font-family: Urbanist, Sans-Serif;
    font-weight: 500;
    font-size: 27px;
    color: #35383E;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 2px;
    margin-left: 10px;
    align-items: center;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.hs-kb-search-input-wrapper {
	  background-color: #0C4A6C;

	background-image: url('https://edited.com/wp-content/uploads/2024/01/AdobeStock_230568018-1536x960.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-top: 160px;
      margin-left: 250px;
    width: calc(100% - 250px);
}
.hs-kb-search-input-wrapper .hs-search-field {
	justify-content: left !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
}
#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__bar>form>label {
	  font-size: 4em !important;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.46) !important;
    text-align: left !important;
    margin-left: 20px !important;
}
#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__bar>form>.hs-search-field__input {
    border-radius: 40px;
    padding: 20px;
    background: #00000054;
    border: 1px solid #FFDD00;
    color: #ffffff;
}
#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__bar>form>.hs-search-field__input::placeholder {
  color: #FFDD00 !important;
  opacity: 1; /* Firefox applies opacity by default */
}
.hs-kb-search-input-wrapper .hs-search-field__bar .hs-search-field__button svg {
    height: 18px !important;
    fill: #FFDD00 !important;
}
.hs-search-field__button {
    background-color: transparent !important;
}
#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__button {
    margin-left: -55px !important;
}
.hs-search-field--open .hs-search-field__suggestions, .inpage-editor-active-field .hs-search-field__suggestions {
	   border-radius: 0 0 20px 20px !important;
    max-width: calc(100% - 45px) !important;
    margin-left: 30px !important;
        backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
     border: 1px solid #FFDD00 !important;
    border-top: none !important;
    background-color: rgb(0 0 0 / 56%) !important;
}
.autocomplete-result-title {
	color: #fff !important;
	font-family: var(--h2-secondary-header-font-family);
	font-size: 1.25em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.46) !important;
}
.hs-search-field__suggestions li {
	color: #ffffff !important;
    border-bottom: 1px solid #ffffff42;
    border-top: 1px solid #00000045;
}
.autocomplete-result-category {
    color: #fff !important;
    font-size: 1em !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.46) !important;
}
.hs-search-field__suggestions .results-for {
	    font-size: 1.5em !important;
}
#hs_cos_wrapper_hs_kb-search-input-module .hs-search-field--open .hs-search-field__suggestions a:hover {
    text-decoration: none;
}



// ======================
// Body Content Area
// ======================

.hs-kb-sidebar {
    border-inline-end: 1px solid #e2ebf4;
    padding-inline-end: 0px !important;
    position: fixed !important;
    top: 60px !important;
    background: #fff !important;
    left: 0 !important;
    max-width: 250px !important;
    height: calc(100vh - 60px);
    overflow: scroll;
}
.hs-kb-category-accordion_link {
    display: block;
    box-sizing: border-box;
    padding: 10px 20px;
    text-decoration: none;
    color: #637983;
    font-weight: 600;
    font-size: 14px;
}
a.hs-kb-category-accordion_link:hover, a.hs-kb-category-accordion_link:focus {
	text-decoration: none;
	    color: #637983;
    font-weight: 600;
}

.hs-kb-category_accordion_nav_list_item, .hs-kb-category_accordion_nav_list_item--has-children > .hs-kb-anchor_toggle {
	transition: background-color 0.3s ease;
}
.hs-kb-category_accordion_nav_list_item:hover, .hs-kb-anchor_toggle:hover {
	background: #f2f2f2;
}
.hs-kb-category_accordion_nav_list_item.hs-kb-category_accordion_nav_list_item--has-children:hover  {
	background: #fff !important;
}
.hs-kb-anchor_toggle .hs-kb-anchor_toggle--active {
	background: #e5e5e5;
    border-bottom: 1px solid #ddd;
}
.hs-kb-category-accordion_link--active{
	background: #f2f2f2;
    border-bottom: 1px solid #ddd;
}
.hs-kb-category_accordion_nav_list_item.hs-kb-category_accordion_nav_list_item--has-children.hs-kb-category-accordion_link--active:hover{
	background: #f2f2f2 !important;
 
}
.hs-kb-category_accordion_nav_list_item.hs-kb-category_accordion_nav_list_item--has-children.hs-kb-category-accordion_link--active .hs-kb-category_accordion_nav_list_item:hover {
	background: #e5e5e5 !important;
}
.hs-kb-anchor_toggle--active, .hs-kb-category-accordion_link--active:hover {
	background: #e5e5e5 !important;
}


#main-content {
    margin-left: 250px;
    width: calc(100% - 250px);
}

.hs-kb-content-wrapper--responsive-spacing, .hs-kb-home-list {
	margin: 50px !important;
}

.knowledgebase-post img {
	-webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.27); 
box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.27);
}

// ======================
// Footer Content Area
// ======================
.footer {
	margin-left: 250px;
    border-top: 1px solid #ddd;
}
.footer__bottom {
	border-top: none !important;
	padding: 24px 24px !important;
}


// ======================
// Home page overrides 
// ======================
.hs-knowledge-listing-page .footer {
	margin-left: 0px;
    border-top: 1px solid #ddd;
}

.hs-knowledge-listing-page #main-content, .hs-knowledge-listing-page .hs-kb-search-input-wrapper {
    margin-left: 0px;
    width: calc(100% - 0px);
}
.hs-knowledge-listing-page .hs-kb-content-wrapper--responsive-spacing, .hs-knowledge-listing-page .hs-kb-home-list {
	margin: 0 auto !important;
}
.hs-knowledge-listing-page .hs-kb-search-input-wrapper .hs-search-field {
	    align-items: center !important;
    justify-content: center !important;
    width: calc(100% - 114px) !important;
}

.hs-knowledge-listing-page #hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__bar>form>label {
    text-align: center !important;
}


.hs-knowledge-listing-page .kb-body-wrapper {
      background-color: #0C4A6C;
    background-image: url(https://edited.com/wp-content/uploads/2024/01/AdobeStock_230568018-1536x960.webp) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}
.hs-knowledge-listing-page .hs-kb-search-input-wrapper {
	background-color: transparent !important;
	background-image: none;
}

.hs-kb-home-list--tiles .hs-kb-home-list__category:hover {
    box-shadow: 0px 0px 1px 4px #FFDD00 !important;
}
.hs-knowledge-listing-layout--tiles #main-content {
	background: transparent !important;
}

.hs-kb-home-list--tiles .hs-kb-home-list__category {
	padding: 0px 20px;
	border-radius: 30px;
	    margin: 20px 5px;
}


.hs-kb-home-list__text h3 {
    margin: 0 0 1rem !important;
    font-size: 32px !important;
    font-family: urbanist, sans-serif !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.hs-kb-home-list--tiles .hs-kb-home-list__text {
    text-align: left !important;
    margin-top: 40px !important;
}
.hs-kb-home-list--tiles .hs-kb-home-list__image {
    height: 40px !important;
    width: auto !important;
    object-fit: contain !important;
}
.hs-kb-home-list--tiles .hs-kb-home-list__icon {
	align-items: center;
    justify-content: center;
    position: absolute;
    background: #0C4A6C;
    top: -15px;
    left: -15px;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    border: 2px solid #6FE4FF;
}



// ======================
// Loading Animation 
// ======================
.knowledgebase-post img {
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMwMDAiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBiZWdpbj0iMHMiIGR1cj0iMS44cyIgdmFsdWVzPSIxOyAyMCIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiBiZWdpbj0iMHMiIGR1cj0iMS44cyIgdmFsdWVzPSIxOyAwIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1LCAxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIGJlZ2luPSItMC45cyIgZHVyPSIxLjhzIiB2YWx1ZXM9IjE7IDIwIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLW9wYWNpdHkiIGJlZ2luPSItMC45cyIgZHVyPSIxLjhzIiB2YWx1ZXM9IjE7IDAiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIwLjMsIDAuNjEsIDAuMzUsIDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PC9nPjwvc3ZnPg==') center center no-repeat;
  background-color: #f0f0f0;
  background-size: 40px 40px;
  min-height: 200px;
}/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/