.bodySection {
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 40px;
}

.bodySection.faqSection {
	padding-top: 0;
	max-width: 800px;
}

.faqSection h3.firstHeader {
	margin-top: 100px;
}

.faqSection p {
	margin: 0;
	padding: 10px 0;
}

.faqSection ul {
    padding-left: 16px;
}

.faqSection li {
    font-size: 16px;
}

.faqSection ul.smaller li {
	font-size: 11px;
}

.faqSection h2,
.faqSection h3 {
    font-weight: bolder;
	text-transform: uppercase;
}

.faqSection h2 {
	font-size: 32px;
}

.faqSection h3 {
    font-size: 23px;
	margin-top: 20px;
}

.faqSection h3.dropdownHeader {
    font-size: 19px;
    padding-left: 40px;
    position: relative;
}

.faqSection h2.faqHeader {
    margin-top: 80px;
	margin-bottom: 80px;
}

.dropdownHeader {
	cursor: pointer;
}

.dropdownHeader .fa {
    position: absolute;
    left: 0;
    top: 3px;
}

.dropdownContent {
	display: none;
}

/* BX Style Overrides */

.bx-wrapper {
	border: 0;
	box-shadow: none;
	margin-bottom: 0px !important;
}

.bx-controls {
	bottom: 50px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border: 2px solid #fff;
	background: transparent !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff !important;
}