:root {
  --radius: 24px;
  --quarterpx: 6px;
  --bigspace: 270px;
  --white: #ffffff;
  --navy: #000047;
  --grey: #E2E9EB;
}

.navbar .navbar-inner {
	background-color: #E2E9EB;
}

.navbar .brand {
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar .nav li a {
	color: #333333 !important;
}

.navbar .nav .active a {
	color: initial !important;
}

.container-fluid {
	max-width: 960px;
	left: -3.25%;
	width: 100%;
}

.category-list {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between !important;
}


.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; /* This handles all spacing */
}

/* Mobile */
.category-list .category {
  width: 100%;
}

#docsSearch {
	background: url('https://availedtechnologies.com/wp-content/uploads/PSC-search-header.png');
	background-size: 120% auto;
	background-repeat: no-repeat;
	padding: 5em 0 !important;
}

#docsSearch h1 {
	color: var(--white);
	padding-top: var(--radius);
}

#searchBar {
	border-radius: var(--radius);
	padding: var(--radius);
	margin-bottom: var(--radius);
	text-align: center;
	position: relative;
	max-width: 960px !important;
	left: -3.25%;
	width: 100%;
}

#searchBar input {
	color: #333;
	background-color: var(--white);
	border-radius: var(--radius) !important;
	overflow: hidden;
}

#searchBar .search-query {
	width: calc(100% - 32px);
}

/* Tablet */
@media (min-width: 768px) {
  .category-list.two-col .category,
  .category-list .category {
    width: calc(50% - 0.5rem);
  }
}

/* Desktop */
@media (min-width: 1024px) {
	.category-list .category {
		width: calc(34% - 3rem);
	}

	.collection-category .category-list .category,
	.category-list.two-col .category {
		width: calc(32% - 3rem);
	}
}

/* smaller screens */

@media (max-width: 1024px) {
	#searchBar {
		max-width: 75vw !important;
	}

	#searchBar .search-query {
		width: calc(80% - 32px);
	}
}

@media (max-width: 768px) {
	.collection-category {
		width: calc(100vw - 18px);
	}
	
	#searchBar button {
		top: 24px;
	}

	#collection-category-866 .category-list h3 {
		padding-top: var(--radius) !important;
	}

	#collection-category-866 .category-list a.category p {
		padding-bottom: var(--radius) !important;
	}
}


#searchBar button {
	color: #333;
	background-color: #00C2FF;
	border-top-right-radius: var(--radius);
	border-bottom-right-radius: var(--radius);
	margin-right: 2px;
	right: 32px;
}

#category-869 {
	background: url('https://availedtechnologies.com/wp-content/uploads/AV-440-PSC.png') no-repeat;
	background-size: 100% auto;
}

#category-871 {
	background: url('https://availedtechnologies.com/wp-content/uploads/AV-200-PSC.png') no-repeat;
	background-size: 100% auto;
}

#category-872 {
	background: url('https://availedtechnologies.com/wp-content/uploads/AV-240-PSC.png') no-repeat;
	background-size: 100% auto;
}

#category-1170 {
	background: url('https://availedtechnologies.com/wp-content/uploads/Availed-FAQ-PSC.png') no-repeat;
	background-size: 100% auto;

}

.category-list a.category {
	padding: 0;
	border-radius: var(--radius) !important;
	overflow: hidden;
	background-repeat: no-repeat;
}


#collection-category-866 .category-list a.category {
	background-color: var(--navy);
	color: var(--white) !important;
	min-height: 375px;
}

/*
#collection-category-866 .category-list a.category h3:before {
	background-color: read;
	display: block;
	padding-bottom: 25%;
}
*/

#collection-category-866 .category-list a.category h3 {
	background-color: var(--navy);
	color: var(--white);
	margin: var(--bigspace) 0 0 0;
	padding-top: var(--quarterpx);
	padding-bottom: 0;
	padding-left: var(--quarterpx);
	padding-right: var(--quarterpx);
}

#collection-category-866 .category-list a.category p {
	background-color: var(--navy);
	color: var(--white);
	margin: 0;
	padding-top: var(--quarterpx);
	padding-bottom: var(--quarterpx);
}

#collection-category-866 .category-list a.category p.article-count {
	margin-top: 0;
	color: var(--white) !important;
}

#collection-category-866 .category-list a.category p.article-count:hover {
	color: #ccc !important;
}


#collection-category-841 .category-list a.category,
#collection-category-1314 .category-list a.category,
#collection-category-876 .category-list a.category {
	background-color: var(--grey);
	color: var(--navy) !important;
	min-height: 90px;
	padding: var(--quarterpx);
}

#collection-category-841 .category-list a.category p.article-count,
#collection-category-1314 .category-list a.category p.article-count,
#collection-category-876 .category-list a.category p.article-count {
	margin-top: 0;
	color: var(--navy) !important;
}

#collection-category-841 .category-list a.category p.article-count:hover,
#collection-category-1314 .category-list a.category p.article-count:hover,
#collection-category-876 .category-list a.category p.article-count:hover {
	color: #446 !important;
}

footer {
  margin-right: 0 !important;
  margin-left: calc(100% - 75%);
  display: block;
  text-align: right;
}

/* arrows */

.icon-article-doc::before {
  content: "\25B6";
  color: #00C2FF;
  font-family: "Roboto", Arial, sans-serif;
}