﻿
.title {
	color: #FFF;
	text-align: center;
	/* Heading/H1.ExtraBold.40|120% */
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 48px */
	letter-spacing: 0.1px;
	text-transform: uppercase;
}

.boxPadding {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 160px;
	padding-right: 160px;	
}

.boldFont {
	color: var(--bs-secondary);
	font-weight: bold;
}

.shadowBox {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
}

.border-top-primary {
		border-top-color: var(--bs-primary);
		border-top-width: 15px;
		border-top-style: solid;
}

.checkLabel {
		padding-top: 3px;
}

.specialInputBoxPadding {
	padding: 0.75rem;
}

.specialButtonPadding {
	padding: 0.75rem 0;
}

.fw-200 {
	font-weight: 200;
}

/*FAQ PAGE*/
.category-row {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #f3f3f3;
	cursor: pointer;
	background-color: white;
	text-align: left;
}

	.category-row:hover {
		background: #F3F3F3;
		color: #132048;
	}

	.category-row.selected {
		background-color: #132048;
		color: white !important;
	}

/*FAQ PAGE*/


.k-popup.k-list-container.k-dropdownlist-popup {
	margin-top: -20px !important;
}

