@charset "utf-8";

#divider {
	display: inline-block;
	width: 0rem;
	height: 53rem;
	margin: 1rem 0rem 0rem -0.30rem;
	border-left: 0.075rem solid #01407F;
	vertical-align: top;
}

#description {
	padding: 0.125rem 0rem 0.25rem 0rem;
}

#highlightsmob {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.75rem 4rem 1rem 4rem;
}

#highlightsmob ul {
	display: block;
	padding: 0rem 0rem 0rem 0rem;
}
#highlightsmob li {
	display: inline-block;
	list-style-type: none;
	line-height: 1.25;
	padding: 0.125rem 0.5rem 0.125rem 0.5rem;
}

@media screen and (max-width: 1180px) {
#divider {
	height: 70rem;
	margin: 1.5rem 0rem 0rem -0.30rem;
}
#description {
	padding: 0.25rem 0rem 0.5rem 0rem;
}
}

@media screen and (max-width: 868px) {
#divider {
	display: none;
}
}

@media screen and (min-width: 669px) {
#highlightsmob {
	display: none;
	background-color: red;
}
}

@media screen and (max-width: 668px) {
#highlights {
	display: none;
}
}