html {
	margin: 0;
	scroll-behavior: auto;
	overflow-y: scroll;
	color: #262626;
}

/* z-index */
	.choa-eyebrow {
		position: relative;
		z-index: 1500;
	}

	.choa-above-nav {
		position: relative;
		z-index: 2000;
		background: #fff;
	}

	#choa-main-nav > .choa-above-nav > .choa-innerWidth {
		position: relative;
	}

	.choa-navDrop {
		position: absolute;
		z-index: 1000;
	}

	.choa-modal-bg {
		position: absolute;
		z-index: 2500;
	}
	
	#choa-mobile-menu {
		position: absolute;
		z-index: 3000;
	}

/* end z-index */

body {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

header {
	width: 100%;
}

.choa-innerWidth {
	max-width: 1320px;
	margin: 0 auto;
}

.choa-eyebrow {
	background: #f7f7f7;
	font-size: 1.4rem;
}

.choa-eyebrow .choa-innerWidth {
	padding: .8rem 2.5rem;
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
}

.choa-eyebrow ul,
#choa-main-nav .choa-mn-right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.choa-eyebrow ul li,
#choa-main-nav .choa-mn-right ul li {
	display: inline;
	margin-left: 2rem;
}

.choa-eyebrow a.choa-phone {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.choa-eyebrow a.choa-phone:before {
	background-image: url(/licensees/licensee455/images/phone-flip-svgrepo-com.svg) !important;
	background-size: contain;
	background-position: top left;
	padding-right: 2rem;
	background-repeat: no-repeat;
	content: '';
}

#choa-mainLinks a,
#choa-mainLinks button {
	font-size: 1.6rem;
}

#choa-main-nav a,
#choa-main-nav button,
.choa-navDrop,
.choa-eyebrow {
	font-family: 'museo-sans', sans-serif !important;
}

.choa-eyebrow-right a, 
#choa-top-nav a, 
#choa-top-nav .choa-desktop-only button,
.choa-navDrop a {
	text-decoration: none;
	color: #262626;
	margin: 0;
	padding: 0;
	border: 0 none;
	font-weight: 300;
	background: transparent;
}

.choa-navDrop-left a {
	font-size: 1.6rem;
}

.choa-eyebrow a:hover, 
#choa-main-nav a:hover, 
#choa-main-nav button:hover {
	color: #ee3124;
	cursor: pointer;
}

#choa-main-nav .choa-navDrop ul li a:hover {
	color: #62b5e5;
}

#choa-top-nav > .choa-innerWidth {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 1.6rem;
	padding: 1.2rem 2.5rem;
	overflow-x: hidden;
}

a#choa-headSearch:after {
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-image: url(/licensees/licensee455/images/fa-search-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: -4px
}

ul#choa-mainLinks li {
	position: relative;
}

ul#choa-mainLinks li button:after {
	content: '';
	width: 1rem;
	height: 1rem;
	display: block;
	position: absolute;
	top: 3.75rem;
	left: calc(50% - .5rem);
	background-image: url(/licensees/licensee455/images/carat-down-grey.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

@keyframes caratRotateIn {
	from {transform: rotate(0deg)}
	to {transform: rotate(180deg)}
}

@keyframes caratRotateOut {
	from {transform: rotate(180deg)}
	to {transform: rotate(0deg)}
}

ul#choa-mainLinks li button.menuOpening:after {
	animation: caratRotateIn .5s;
	
}

ul#choa-mainLinks li button.menuOpen:after {
	transform: rotate(180deg)
}

ul#choa-mainLinks li button.menuClosing:after {
	animation: caratRotateOut .5s;

}

ul#choa-mainLinks li button.menuClosed:after {
	
}

.choa-mn-left a img {
	width: 19.4rem;
}

.choa-mn-left a {
	width: 5rem;
}

@keyframes navDrop {
	from {top: -20rem}
	to {top: 14.8rem}
}

@keyframes navLift {
	from {top: 14.8rem}
	to {top: -20rem}
}

.choa-navDrop {
	border-top: 2px solid #ee3124;
	box-shadow: 1px 4px 4px rgba(0, 0, 0, .15);
	padding: 2.4rem;
	display: flex;
	left: calc(50% - 660px);
	width: 100%;
	background: #fff;
}

.choa-drops.slideDown .choa-navDrop {
	animation: navDrop .5s;
	top: 14.8rem;
}

.choa-drops.slidDown .choa-navDrop {
	top: 14.8rem;
}

.choa-drops.slideUp .choa-navDrop {
	animation: navLift .5s;
	top: -20rem;
}

.choa-drops.slidUp .choa-navDrop {
	top: -20rem;
}

.choa-navDrop-left {
	display: block;
	width: 25%;
	border-right: 1px solid #262626;
	padding: 1.2rem;
}

.choa-navDrop-title {
	font-size: 2.9rem;
	display: block;
	font-family: 'futura-pt', sans-serif;
}

.choa-navDrop-right {
	width: 100%;
	display: inline-flex;
	justify-content: flex-start;
	padding-left: 2rem;
	align-items: center;
}

.choa-navDrop-right ul {
	column-count: 3;
	width: 100%;
}

.choa-navDrop ul li {
	list-style-type: none;
	margin-bottom: 2rem;
	font-size: 1.6rem;
	padding-right: .75rem;
}

/* footer */

footer#choa-footer {
	background: #f7f7f7;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.choa-footer-innerWidth {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.choa-footer-row {
	
}

#choa-footer-row1 {
	display: flex;
	justify-content: space-between;
}

#choa-footer-row1 > div {
	width: 20%;
	padding: 0 1rem;
}

#choa-footer-row1 h2  {
	margin-bottom: 1rem;
}

#choa-footer-row1 h2,
#choa-footer-row2 h2, 
#choa-footer-row3 h2 {
	font-family: 'futura-pt', sans-serif;
	font-size: 2.1rem;
	text-transform: uppercase;
	line-height: 1.125;
}

#choa-footer-col1 h2,
#choa-footer-row2 h2,
#choa-footer-row3 h2 {
	color: #62b5e5;
}

#choa-footer-col2 h2 {
	color: #2ecc71;
}

#choa-footer-col3 h2 {
	color: #9678d3;
}

#choa-footer-col4 h2 {
	color: #ffbf3f;
}

#choa-footer-col5 h2 {
	color: #ee3124;
}

#choa-footer-row2 h2,
#choa-footer-row3 h2 {
	margin-bottom: 3.25rem;
}

.choa-footer-col img {
	width: 156px;
	max-width: 100%;
}

#choa-footer-row1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#choa-footer-row1 ul li {
	margin-bottom: 1.5rem;
}

#choa-footer-row1 ul li a,
#choa-footer-row1 ul li,
#choa-footer-row3 ul li a {
	color: #262626;
	text-decoration: none;
	font-size: 1.6rem;
	font-family: 'museo-sans', sans-serif;
	font-weight: 300
}

#choa-footer-row1 ul li a:hover,
#choa-footer-row3 ul li a:hover,
#choa-footer-row4 ul li a:hover,
#choa-footer-row5 a:hover {
	border-bottom: 1px solid #ee3124;
}

#choa-footer-row1 ul li.choa-image-link a:hover,
#choa-footer-row4 ul li.choa-image-link a:hover {
	border-bottom: 0 none;
}

#choa-footer-row2 ul,
#choa-footer-row3 ul,
#choa-footer-row4 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#choa-footer-row1,
#choa-footer-row2,
#choa-footer-row3 {
	margin-bottom: 3.25rem;
}

#choa-footer-row2 ul li {
	display: inline;
	margin-right: 2rem;
}

#choa-footer-row3 ul li {
	display: inline;
	margin-right: 2rem;
}

#choa-footer-row3 ul li a,
#choa-footer-row4 ul li a,
#choa-footer-row5 a {
	font-family: 'museo-sans', sans-serif;
	color: #262626;
	font-size: 1.6rem;
	text-decoration: none;
	font-weight: 300;
}

#choa-footer-row4 ul {
	margin-top: 1.5rem;
}

#choa-footer-row4 ul li {
	display: inline;
	margin-right: 1rem;
}

#choa-footer-row4 ul li a,
#choa-footer-row5 a {
	color: #ee3124
}

#choa-footer-row4 {
	display: flex;
}

#choa-footer-row4-col2 {
	text-align: right
}

img.choa-intranet {
	width: 3rem;
}

#choa-footer-row5 {
	font-family: 'museo-sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	color: #262626;
	display: flex;
	align-items: center;
}

#choa-footer-row5 img {
	width: 19.4rem;
	margin-right: 2rem;
}

#choa-footer-row5 span {
	padding: 0 .5rem;
}

@media screen and (max-width: 1390px) {
	.choa-innerWidth {
		max-width: 1100px;
	}

	.choa-navDrop {
		left: calc(50% - 550px);
	}
}

@media screen and (max-width: 1170px) {
	.choa-innerWidth{
		max-width: 960px;
	}

	#mainContentContainer  {
		max-width: 920px
	}

	.choa-navDrop {
		left: calc(50% - 480px);
	}

	#choa-main-nav .choa-mn-right ul li {
		margin-left: 1rem;
	}

	#choa-mainLinks a,
	#choa-mainLinks button {
		font-size: 1.46rem;
	}
}

@media screen and (max-width: 1032px) and (min-width: 990px) {
	#mainContentContainer {
		padding: 1rem 6rem;
	}
	#choa-footer .choa-innerWidth {
		max-width: 900px;
	}
}

@media screen and (min-width: 991px) {
	#choa-mobile-menu {
		display: none !important;
	}
	.choa-mobile-only {
		display: none;
	}
}

@media screen and (max-width: 990px) {
	.choa-desktop-only,
	.choa-drops {
		display: none;
	}
	.choa-innerWidth {
		max-width: 840px;
	}

	#choa-footer .choa-innerWidth {
		max-width: 744px;
	}

	#choa-mainLinks, .choa-eyebrow {
		display: none;
	}

	.choa-mn-left a img {
		width: 15.5rem;
	}

	ul#choa-mobileToggles {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 7rem;
	}

	#choa-hamburger {
		background-image: url(/licensees/licensee455/images/choa-hamburger.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 2rem;
		height: 2rem;
		display: block;
		border: 0 none;
		background-color: transparent;
	}

	#choa-footer-row3 ul li {
		display: block;
		margin-bottom: .5rem;
	}

	#choa-footer-row4-col1 {
		padding-right: 5rem;
	}

	@keyframes modalIn {
		from { opacity: 0}
		to { opacity: .675}
	}

	@keyframes modalOut {
		from { opacity: .675}
		to {opacity: 0}
	}

	.modalIn-doing {
		animation: modalIn .5s;
	}

	.modalOut-doing {
		animation: modalOut .5s;
	}

	.choa-modal-bg {
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .675;
		top: 0;
		left: 0;
	}

	@keyframes mmIn {
		from {
			right: -43rem;
		} to {
			right: 0;
		}
	}

	@keyframes mmOut {
		from {
			right: 0;
		} to {
			right: -43rem;
		}
	}

	.mobIn-doing,
	.choa-flying-in {
		animation: mmIn .5s;
	}

	.mobOut-doing,
	.choa-flying-out {
		animation: mmOut .5s;
	}
	
	#choa-mobile-menu {
		display: none;
		right: 0;
		top: 0;
		background: #fff;
		width: 42.4rem;
		height: 100%;
		font-size: 1.6rem;
		position: fixed;
		font-family: 'museo-sans', sans-serif;
	}
	
	.cmf-hidden {
		display: none;
	}

	.choa-mm-static-head {
		height: 14rem;
		display: flex;
		justify-content: space-between;
		padding: 4rem;
		align-items: baseline;
	}

	.choa-mm-static-head > a {
		color: #ee3124;
		font-weight: 600;
		text-decoration: none;
	}

	#choa-mm-phone:before {
		background-image: url(/licensees/licensee455/images/phone-flip-svgrepo-com-red.svg) !important;
		background-size: contain;
		background-position: top left;
		padding-right: 2.5rem;
		background-repeat: no-repeat;
		content: '';
	}

	.choa-mm-static-head > button {
		border: 0 none;
		background: transparent;
		height: 3rem;
		font-size: 1.4rem;
		font-weight: 100;
		position: relative;
		padding-right: 2rem;
		cursor: pointer;
	}

	.choa-mm-static-head > button:after {
		content:'';
		background-image: url(/licensees/licensee455/images/choa-x-icon.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 1.3rem;
		height: 1.3rem;
		display: inline-block;
		margin-left: 1rem;
		top: .75rem;
		right: 0;
		position: absolute;
	}

	#choa-mobile-menu ul {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #d4d4d0;
	}

	#choa-mobile-menu ul li {
		list-style-type: none;
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #d4d4d0;
	}

	#choa-mobile-menu ul li a,
	#choa-mobile-menu ul li > div{
		color: #222;
		font-weight: 600;
		text-decoration: none;
		width: 100%;
		display: block;
		padding: 1.2rem 1rem;

	}

	#choa-mobile-menu ul li:nth-child(n+7) a {
		font-weight: 400;
	}

	#choa-mobile-menu ul li.choa-mm-has-sub > div {
		padding: 1.5rem 1rem;
	}

	#choa-mobile-menu ul li button:not(.choa-mm-back-button) {
		height: 3rem;
		width: 5rem;
		margin-right: 1rem;
		border: 0 none;
		border-radius: 4px;
		background-image: url(/licensees/licensee455/images/carat-next.svg);
		background-color: #f6f6f6;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 1rem;
		cursor: pointer;
	}

	.choa-mm-flyout {
		background: #fff;
		position: fixed;
		width: 100%;
		top: 14rem;
		height: calc(100% - 14rem);
		right: 0;
		max-width: 42.4rem;
	}

	#choa-mobile-menu .choa-mm-flyout ul  {
		border-bottom: 0 none;
	}

	#choa-mobile-menu .choa-mm-flyout ul li:first-child {
		border-top: 0 none;
		justify-content: flex-start;
	}

	#choa-mobile-menu .choa-mm-back-button,
	#choa-mobile-menu .choa-mm-view-all-button {
		background: #fff;
		border-radius: 5px;
		border: 1px solid;
		height: 3.5rem;
		width: 8rem;
		max-width: 8rem;
		font-size: 1.6rem;
		font-weight: 100;
		position: relative;
		left: 1rem;
		padding: 0 0 0 2rem;
		margin-bottom: 1rem;
		margin-right: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	#choa-mobile-menu .choa-mm-view-all-button {
		padding: 0;
		margin-top: 1rem;
		margin-bottom: 0;
	}

	.choa-mm-back-button:before {
		background-image: url(/licensees/licensee455/images/carat-previous.svg);
		background-repeat: no-repeat;
		content: '';
		display: block;
		width: 1.5rem;
		height: 1.5rem;
		background-size: 1rem;
		position: absolute;
		left: 1.125rem;
	}

	/* adjust kh to match */
	#mainContentContainer {
		max-width: 800px !important;
		min-width: unset !important;
	}
}

@media screen and (max-width: 870px) {
	.choa-innerWidth,
	#mainContentContainer {
		max-width: 100%;
		padding-left: 1.2rem !important; 
		padding-right: 1.2rem !important;
	}
}

@media screen and (max-width: 767px) {
	#choa-footer-row1,
	#choa-footer-row4,
	#choa-footer-row5 {
		flex-direction: column;
	}

	#choa-footer-row1 > div {
		width: 100%;
	}

	.choa-footer-address-left {
		text-align: center;
		padding-bottom: 2rem;
	}
	
	#choa-footer-row5 img {
		width: 90%;
		margin-right: 0;
	}
}

@media screen and (max-width: 640px) {
	#choa-footer {
		padding: 1rem;
	}
}

@media screen and (max-width: 460px) {
	#choa-mobile-menu {
		width: 100%;
		min-width: 30rem;
	}
}