#helpsearch {
	width: 100%;
	min-height: 400px;
	background-position: 100% center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	color: white;
}

#helpsearch h1 {
	color: #FFF;
	font-weight: 300;
	font-size: 32px;
	line-height: 44px;
}

#helpsearch .wrapper {
	padding: 48px 0 56px;
}

#helpsearch .wrapper>div {
	margin: 0 calc((((100% - (11 * 20px)) / 12) * 2) + (2 * 20px));
}

form#searchpage {
	margin-bottom: 40px;
	display: flex;
}

form#searchpage input[type="text"] {
	background: #FFFFFF;
	border: 1px solid #3BB25E;
	box-sizing: border-box;
	width: calc((((100% - (7 * 20px)) / 8) * 6) + (5 * 20px));
	margin-right: 20px;
	height: 80px;
	border: 1px solid #D9D1C7;
	box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.25);
	font-family: "Source Sans Pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 80px;
	color: #00020D;
	padding: 0 10px;
	display: block;
}

form#searchpage input[type="submit"] {
	outline: none;
	border: none;
	display: block;
	flex: 1;
	height: 80px;
	cursor: pointer;
	font-family: "Source Sans Pro", sans-serif;
	font-style: normal;
	font-weight: 600;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	font-size: 24px;
	background: #BD4800;
	background: #BE2126;
	color: white;
	background: #03A87C;
	color: white;
}

form#searchpage input[type="submit"]:hover {
	background: #BD4800;
}

@media all and (max-width: 1199px) {
	#helpsearch .wrapper {
		padding: 36px 0 48px;
	}
	#helpsearch .wrapper>div {
		margin: 0 calc((((100% - (11 * 20px)) / 12) * 1) + (1 * 20px));
	}
	form#searchpage input[type="text"] {
		width: calc((((100% - (9 * 20px)) / 10) * 8) + (7 * 20px));
	}
}

@media all and (max-width:899px) {
	#helpsearch h1 {
		font-size: 2.4rem;
	}
	#helpsearch .wrapper {
		padding: 36px 0 48px;
	}
	#helpsearch .wrapper>div {
		margin: 0;
	}
	form#searchpage input[type="submit"] {
		font-size: 20px;
		line-height: 60px;
		height: 60px;
		min-width: 4em;
	}
	form#searchpage input[type="text"] {
		flex: 3;
		margin-right: 10px;
		font-size: 20px;
		line-height: 60px;
		height: 60px;
		color: #00020D;
		padding: 0 10px;
	}
	form#searchpage ::-webkit-input-placeholder {
		/* WebKit browsers */
		color: transparent;
	}
	form#searchpage :-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: transparent;
	}
	form#searchpage ::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: transparent;
	}
	form#searchpage :-ms-input-placeholder {
		/* Internet Explorer 10+ */
		color: transparent;
	}
	form#searchpage input::placeholder {
		color: transparent;
	}
}

#helptopics {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 24px calc((((100% - (11 * 20px)) / 12) * 1) + (1 * 20px));
}

#helptopics section {
	background: #FBF8EA;
	border-top: 1px solid rgba(120, 166, 169, 0.6);
	padding: 20px;
	width: calc((((100% - (9 * 20px)) / 10) * 4) + (3 * 20px));
	margin-bottom: 20px;
}

#helptopics section {
	display: flex;
	flex-direction: column;
}

#helptopics section>p:last-child {
	margin: auto 0 0;
}

#helptopics section>p:last-child a {
	color: #1D402D;
}

#helptopics section>p:last-child a {
	text-decoration: none;
	color: #020873;
	font-weight: 600;
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	background-position: 0 100%, 0 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 0 1px, 100% 1px;
	transition: background-size .5s;
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(29, 64, 45, 0.25), rgba(29, 64, 45, 0.25));
}

#helptopics section>p:last-child a:hover {
	color: #020873;
	background-size: 100% 1px, 100% 1px
}

#helptopics section:nth-child(4n+1),
#helptopics section:nth-child(4n+4) {
	width: calc((((100% - (9 * 20px)) / 10) * 6) + (5 * 20px));
}

@media all and (max-width: 1199px) {
	#helptopics {
		margin: 24px 0;
	}
	#helptopics section {
		width: calc((((100% - (11 * 20px)) / 12) * 5) + (4 * 20px));
	}
	#helptopics section:nth-child(4n+1),
	#helptopics section:nth-child(4n+4) {
		width: calc((((100% - (11 * 20px)) / 12) * 7) + (6 * 20px));
	}
}

@media all and (max-width: 899px) {
	#helptopics {
		margin: 24px 0;
	}
	#helptopics section {
		width: calc((((100% - (11 * 20px)) / 12) * 6) + (5 * 20px));
	}
	#helptopics section:nth-child(4n+1),
	#helptopics section:nth-child(4n+4) {
		width: calc((((100% - (11 * 20px)) / 12) * 6) + (5 * 20px));
	}
}

@media all and (max-width: 599px) {
	#helptopics {
		margin: 24px 0;
	}
	#helptopics section {
		width: 100%;
	}
	#helptopics section:nth-child(4n+1),
	#helptopics section:nth-child(4n+4) {
		width: 100%;
	}
}

#helptopics section:nth-child(1) {
	background-color: rgba(120, 166, 169, 0.1);
	border-top-color: rgba(217, 209, 199, 0.8);
}

#helptopics section:nth-child(2) {
	background-color: #FBF8EA;
	border-top-color: rgba(120, 166, 169, 0.6);
}

#helptopics section:nth-child(3) {
	background-color: #F4F1EE;
	border-top-color: rgba(217, 208, 199, 0.6);
}

#helptopics section:nth-child(4) {
	background-color: #FBF0E7;
	border-top-color: rgba(216, 181, 40, 0.2);
}

#helptopics section:nth-child(5) {
	background-color: rgba(2, 8, 115, 0.05);
	border-top-color: rgba(2, 8, 115, 0.1);
}

#helptopics section:nth-child(6) {
	background-color: rgba(217, 209, 199, 0.2);
	border-top-color: rgba(217, 209, 199, 0.58);
}

#helptopics section ul {
	margin-bottom: 10px;
	position: relative;
}

#helptopics section ul.processing li {
	opacity: 0.5;
}

#helptopics section ul.processing::after {
	content: "";
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("/assets/themes/bf_2020/images/loader.gif");
	background-size: contain;
	background-repeat: no-repeat;
}


#helptopics section ul.processing+p {
    opacity: 0;
    pointer-events: none;
}

.process {
	opacity: 0.5;
	pointer-events: none;
	min-height: 100px;
	position: relative;
}

.process::before {
	content: "";
	display: block;
	width: 100%;
	height: 64px;
	margin-top: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("/assets/themes/bf_2020/images/loader.gif");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#helptopics section ul li {
	margin: 0 0 14px;
}

#helptopics section ul li a {
	background: #FFFFFF;
	color: #1D402D;
	font-size: 18px;
	line-height: 26px;
	padding: 0.5em 1em;
	display: block;
	transition: all 0.2s ease;
}

#helptopics section ul li a:hover {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	background: #1D402D;
}

#helptopics section h2 {
	font-weight: 300;
	color: #1D401D;
	font-size: 28px;
	margin-bottom: 1.185882352941176em;
	line-height: 44px;
	line-height: 1.214285714285714
}

#helptopics section h2 a {
	color: #1D401D;
}

.similar_help {
	margin: 20px 0;
}

.similar_help ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.similar_help ul.section1 li a {
	background-color: rgba(120, 166, 169, 0.1);
}

.similar_help ul.section2 li a {
	background-color: #FBF8EA;
}

.similar_help ul.section3 li a {
	background-color: #F4F1EE;
}

.similar_help ul.section4 li a {
	background-color: #FBF0E7;
}

.similar_help ul.section5 li a {
	background-color: rgba(2, 8, 115, 0.05);
}

.similar_help ul li {
	margin: 0 20px 20px 0;
	width: calc(25% - (20px * 0.75));
	display: flex;
	flex-direction: column;
}

.similar_help ul li:nth-child(4n+4) {
	margin-right: 0;
}

.similar_help ul li a {
	padding: 24px;
	display: block;
	color: #1D402D;
	background: #FBF8EA;
	flex: 1;
	transition: all 0.2s ease;
}

.similar_help ul li a:hover {
	color: white;
	background: #BD4800;
}

.similar_help ul li,
.similar_help>h2 {
	font-weight: 300;
	font-family: "Merriweather";
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 1em;
	color: #020873;
}

@media all and (max-width: 1199px) {
	.similar_help ul li {
		font-size: 18px;
		line-height: 23px;
	}
}

@media all and (max-width: 899px) {
	.similar_help ul li {
		width: calc(50% - 10px);
	}
	.similar_help ul li:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media all and (max-width: 599px) {
	.similar_help ul li {
		width: 100%;
	}
	.similar_help ul li {
		margin-right: 0;
	}
}

@media all and (-ms-high-contrast:none) {
	.similar_help ul,
	.similar_help ul li,
	.similar_help ul li a {
		display: block;
	}
	.similar_help ul li a {
		min-height: 8em;
	}
	.similar_help ul::after {
		content: "";
		display: table;
		height: 0;
		clear: left;
	}
	.similar_help ul li {
		float: left;
	}
}

@media all and (-ms-high-contrast:none) and ( max-width: 899px) {
	.similar_help ul li a {
		min-height: 10em;
	}
}

@media all and (-ms-high-contrast:none) and ( max-width: 599px) {
	.similar_help ul li a {
		min-height: 0;
	}
}