@import url('https://ethn.io/fonts/ethnio-circular/fonts.css');

#mainNav .brand {
	margin: 24px 0;
	padding: 0;
	width: 94px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	/* background: url('https://ethn.io/images/logo.svg') 50% / 42px no-repeat; */
}
#mainNav .brand::before {
	content: 'Rewards Help Center';
	right: 0;
	position: absolute;
	top: 50%;
	transform: translate(calc(100% + 8px), -50%);
	border-left: 1px solid #0000001A;
	height: 24px;
	padding-left: 8px;
	color: #24242480;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.1em;
	white-space: nowrap;
}
@media (max-width: 1024px) {
	#mainNav .brand {
		width: 73px;
		height: 34px;
		background-size: 32px;
	}
	#mainNav .brand::before {
		font-size: 11px;
	}
}

#mainNav .brand span {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 0 0 16px;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #000000;
	letter-spacing: -0.1px;
	white-space: nowrap;
}
@media (max-width: 1024px) {
	#mainNav .brand span {
		font-size: 14px;
		margin-left: 8px;
	}
}
html {
	height: 100%;
}
body {
	font-family: 'ethnio-circular', sans-serif;
	-webkit-font-smoothing: antialiased;
	padding-left: 0;
	padding-right: 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
body .navbar {
	position: relative;
	margin: 0;
}
.navbar {
	position: relative;
}
.navbar .nav a {
	line-height: 26px;
	font-size: 15px;
}
.navbar .navbar-inner {
	max-width: 100%;
	box-shadow: none;
}
.navbar .navbar-inner .container-fluid {
	max-width: 100%;
}
.navbar .nav>li {
	line-height: 26px;
	font-size: 15px;
	letter-spacing: 0.03em;
}
.navbar .nav>li>a {
	padding: 5px 18px;
}
@media (max-width: 1024px) {
	.navbar .nav>li>a {
		padding: 2px 4px;
		font-size: 13px;
	}
}
/*.navbar .nav li a, .navbar .icon-private-w {
	color: #121618;
}*/
@media (min-width: 769px) {
	.navbar .nav {
		bottom: 29px;
	}
}

.navbar .brand, .navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus {
	color: #75b579;
}

.navbar .nav a.contactUs {
	display: none;
}

#docsSearch {
	text-align: center;
	background: #e3ece0;
	padding: 2em;
	max-width: 100%;
	margin: 0;
	/* margin: 0 auto 32px auto; */
	border: none;
	padding: 32px 24px;
	width: 100%;
	box-sizing: border-box;
}
#docsSearch h1 {
	font-weight: 700;
	font-size: 28px;
	color: black;
	letter-spacing: -0.2px;
	line-height: 32px;
	text-align: center;
	padding: 0;
}
/*#searchBar {

	width: 560px;
}
@media (max-width: 768px){
	#searchBar {
		margin: 0;
		width: 90%;
	}
}
@media (max-width: 480px){
	#searchBar {
		margin: 0;
		width: 90%;
	}
}*/
#searchBar .search-query {
	background: #FFF;
	border: 1.5px solid #BEC9CC;
	border-radius: 8px;
	box-shadow: none;
	transition: box-shadow .25s ease;
}

#main-content {
	background: none;
	padding-top: 38px;
	margin: 0;
}
html .container-fluid {
	padding-left: 24px;
	padding-right: 24px;
	flex: 1 0 auto;
	padding-bottom: 90px;
	width: 100%;
	box-sizing: border-box;
}
.threeCol {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.threeCol .collection{
	box-sizing: border-box;
	flex-basis: calc(100% / 3 - 24px);
	margin: 12px;
	padding: 0;
}
@media (max-width: 768px) {
	.threeCol .collection{
		flex-basis: calc(100% / 2 - 24px);
	}
}
@media (max-width: 480px) {
	.threeCol .collection{
		flex-basis: calc(100% - 24px);
	}
}
.threeCol .collection .collection-head, .threeCol .collection .collection-body {
	padding: 24px;
}
.threeCol .collection {
	border: 1px solid #DDE1E2;
	box-shadow: 0 1px 3px 0 rgba(6,8,9,0.1);
	border-radius: 8px;
}
.threeCol h2 {
	text-align: left;
	margin: 8px 0 0 0;
	line-height: 34px;
}
.twoCol, .threeCol {
	text-align: left;
}
.threeCol p {
	font-size: 14px;
	line-height: 16px;
	color: #929A9D;
	margin: 0;
	font-weight: 400;
	padding: 8px 0 0 0;
}

.twoCol h2 a, .threeCol h2 a {
	color: #121618;
	font-weight: 700;
	letter-spacing: -0.2px;
	font-size: 18px;
	line-height: 20px;
}
.twoCol .popArticles, .threeCol .popArticles, .most-pop-articles .popArticles {
	/*font-size: 14px;
	line-height: 20px;*/
}

.contentWrapper {
	color: #121618;
	background: #FFFFFF;
	border: 1px solid black;
	box-shadow: 6px 6px black;
	border-radius: 16px;
	padding: 32px 46px;
	min-height: 0;
}
@media (max-width: 600px) {
	.contentWrapper {
		padding: 32px 24px;
	}
}
.contentWrapper h1 {
	font-weight: 700;
	font-size: 28px;
	color: #121618;
	letter-spacing: -0.2px;
	line-height: 32px;
}
.contentWrapper article a:not(.btn) {
	text-decoration: underline;
}

#sidebar {
	margin-top: 38px;
	position: sticky;
	top: 38px;
}
#sidebar form .search-query {
	background: #FFF;
	border: 1px solid black;
	border-radius: 8px;
	color: #060809;
	box-sizing: border-box;
	transition: box-shadow .25s ease;
	line-height: 16px;
	padding: 12px 15px;
	height: 40px;
	font-size: 15px;
	width: 100%;
}
#sidebar form .search-query:focus {
	border-color: black;
	box-shadow: 0 0 0 1px #83b37f;
}

/*#serp-dd .result a:hover, #serp-dd .result > li.active, #fullArticle strong a, #fullArticle a strong, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover span, .category-list .category .article-count, .category-list .category:hover .article-count {
	color: #0C81B8;
}*/

#docsSearch .search-query::-webkit-input-placeholder,
#docsSearch .search-query:-moz-placeholder,
#docsSearch .search-query::-moz-placeholder,
#docsSearch .search-query:-ms-input-placeholder ,
#docsSearch .search-query:placeholder {
	color: #fff;
}
#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
	font-size: 16px;
}
#fullArticle img {
	margin: 44px 0;
	padding: 0;
	border-radius: 8px;
	border: none;
}
.articleFoot p, .articleFoot time {
	font-family: 'ethnio-circular', sans-serif;
	font-style: normal;
}
.most-pop-articles {
	margin: 0;
}
.most-pop-articles h2 {
	text-align: left;
	font-weight: 700;
	font-size: 28px;
	color: #121618;

}

.category-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.category-list .category {
	box-sizing: border-box;
	flex-basis: calc(100% / 3 - 24px);
	margin: 12px;
	padding: 24px 24px 16px 24px;
	border: 1px solid black;
	box-shadow: 6px 6px black;
	border-radius: 8px;
	text-align: left;
	display: flex;
	flex-direction: column;
	background-color: #fff !important;
	transition: 0.2s ease-in-out;
}
.category-list .category:hover {
	background-color: white;
	box-shadow: 10px 10px black;
	/* background-color: #F2F9F4 !important; */
}
.category-list .category .article-count {
	position: relative;
	margin: auto 0 0 0;
	padding: 16px 0 0 0;
	color: black!important;
}
/* .category-list .category:hover .article-count {
	text-decoration: underline;
} */
.category-list .category .article-count::after {
	content: '';
	position: absolute;
	top: 0;
	left: -24px;
	right: -24px;
	height: 1px;
	background: #E1E0E0;
}
@media (max-width: 768px) {
	.category-list .category {
		flex-basis: calc(100% / 2 - 24px);
	}
}
@media (max-width: 480px) {
	.category-list .category {
		flex-basis: calc(100% - 24px);
	}
}
.category-list h3 {
	text-align: left;
	color: #121618;
	font-weight: 700;
	letter-spacing: -0.2px;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 24px;
}
.category-list a {

}

footer.center p {
	text-align: left;
}

/* CUSTOM */
#searchBar button {
	text-shadow: none !important;
	background: black;
	border: 1px solid black;
	transition: background-color 0.2s ease-in-out;
}
#searchBar button:hover {
	background: #2d462e;
}
@media (max-width: 768px) {
  #searchBar {
    width: 100%;
  }
}
#searchBar .search-query {
	border: 1px solid black;
	box-shadow: none;
}
#searchBar .search-query:focus-visible {
	outline: none;
	border-color: #69A36D;
	-webkit-box-shadow: 0 1px 3px 0 rgba(13, 3, 82, 0.15), 0 0 0 1px #69A36D;
	box-shadow: 0 1px 3px 0 rgba(13, 3, 82, 0.15), 0 0 0 1px #69A36D;
}
@media (max-width: 768px){
	.navbar .btn-navbar { 
		display: none;
	}
}

#sidebar .nav-list a {
	font-weight: 500;
	font-size: 15px;
	color: black;
	padding: 9px 12px;
	transition: 0.2s ease-in-out;
	border-radius: 8px;
	transition-property: background-color, color;
	width: 100%;
	box-sizing: border-box;
}
#sidebar .nav-list a:hover {
	background-color: #0000000F;
}
#sidebar .nav-list a .icon-arrow{
	display: none !important;
}
#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
	background-color: black;
	color: white;
	text-shadow: none;
	font-weight: 500;
}
#sidebar h3 {
	padding: 9px 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #00000080;
}
footer span {
	display: none;
}
/*Common Questions*/
.category#category-387 { 
	padding-top: 68px;
	background: url('https://ethn.io/images/helpscout/help.svg') 24px 24px / 32px no-repeat;
}
/*Virtual Credit Cards*/
.category#category-388 { 
	padding-top: 68px;
	background: url('https://ethn.io/images/helpscout/credit-card.svg') 24px 24px / 32px no-repeat;
}
/*Redeeming Your Reward*/
.category#category-393 { 
	padding-top: 68px;
	background: url('https://ethn.io/images/helpscout/incentives.svg') 24px 24px / 32px no-repeat;
}
/*Amazon Gift Cards & Codes*/
.category#category-391 { 
	padding-top: 68px;
	background: url('https://ethn.io/images/helpscout/amazon.svg') 24px 24px / 32px no-repeat;
}
/*Bank Deposits*/
.category#category-389 { 
	padding-top: 68px;
	background: url('https://ethn.io/images/helpscout/bank.svg') 24px 24px / 32px no-repeat;
}
/*PayPal*/
.category#category-390 { 
	padding-top: 68px;
	background: url('https://ethn.io/images/helpscout/paypal.svg') 20px 20px / 38px no-repeat;
}
/*Charities*/
.category#category-392 { 
	padding-top: 68px;
	background: url('https://ethn.io/images/helpscout/charity.svg') 24px 24px / 32px no-repeat;
}

#categoryHead h1, #fullArticle .title {
	margin-bottom: 32px;
}
#fullArticle strong {
  color: black;
}
#contentArea {
	container: main / inline-size;
}
footer {
	position: absolute;
	bottom: 0;
	left: calc((100vw - 100cqw) / -2 + 54px)
}
footer p {
	text-align: left;
  margin-top: 3em;
  color: black;
}
footer p a {
  color: black;
}
@media (max-width: 768px) {
	#searchBar.sm {
		margin-bottom: 0;
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	#categoryHead .sort{
		position: static;
		display: block;
	}
}
#fullArticle .printArticle {
	top: 40px;
}
.articleList {
  margin: 0;
}
#serp-dd .result a {
	color: black;
}
.in-cell-link {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
