@media only screen and (max-width:820px) {
	.headerContainer * {
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style: none;
		box-sizing: border-box;
		font-family: arial, sans-serif;
		font-size: 1.1rem;
	}
	.headerContainer {
		display: block;
		position: relative;
	}
	#headerTopNav .menuBarContainer {
		height: 60px;
		width: 100vw;
		background-color: #fff;
		border-bottom: thin #aaa solid;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		z-index: 400;
	}
	#headerTopNav .parentMenu {
		padding-top: 60px;
		background-color: #fff;
		width: 100%;
		max-height: 100%;
		max-width: 500px;
		position: fixed;
		top: -550px;
		right: 0;
		overflow: auto;
		z-index: 1;
		border-left: solid thin #bbb;
		border-bottom: solid thin #bbb;
		transition: top .5s;
		box-shadow: 0 0 15px #bbb;
	}
	#headerTopNav .btn,
	#headerTopNav img,
	#headerTopNav p {
		display: block;
	}
	#headerTopNav .menuSection {
		z-index: 2;
		padding: 1em 1em 0 1em;
		background-color: #fff;
	}
	#headerTopNav .menuSection a:first-child {
		font-weight: 700;
		padding: 10px;
	}
	#headerTopNav .menuSectionParentItem {
		padding: 1em 0 0 0;
	}
	#headerTopNav #menuCTAs a {
		font-size: 1.1rem;
		font-weight: 400;
		display: flex;
		margin-bottom: 15px;
		color: #333;
		align-items: center;
	}
	#headerTopNav .menuItem a {
		color: #333;
		padding: 13px 0;
		font-weight: 700;
		font-size: 1.1rem!important;
		line-height: 26px;
	}
	#headerTopNav #menuCTAs #startButton {
		display: block;
	}
	#headerTopNav .loginIcons {
		// height: 40px;
		margin-right: 10px;
	}
	#headerTopNav .chevron {
		height: 2rem
	}
	#headerTopNav .menuHeader {
		padding: 0 20px 0 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-width: 100%;
		z-index: 1;
		border-bottom: solid thin #ccc;
		border-top: solid thin #ccc;
		background-color: #eee;
	}
	#headerTopNav .childMenuSection {
		padding: 20px;
		background-color: #fff;
		border-bottom: dashed thin #333;
	}
	#headerTopNav .childMenuSectionTitle {
		font-size: 1.1rem;
		font-weight: bolder;
		color: #333;
	}
	#headerTopNav .childMenuSection li {
		padding-top: 20px;
	}
	#headerTopNav .childMenuSection a {
		color: #6b3374;
		font-size: 1rem;
		font-weight: 400;
	}
	#headerTopNav .linkHeaderText {
		margin-top: 30px;
		margin-bottom: -10px;
		font-size: 1rem;
		color: #333;
	}
	#headerTopNav .sectionHomeLink a {
		font-size: 1.1rem;
	}
	#headerTopNav .childMenuTopShadow {
		border-top: solid thin #ccc;
	}
	#headerTopNav .childMenuBottomNoLine {
		border-bottom: none;
	}
	#headerTopNav .menuToolTeaser {
		display: flex;
		padding-top: 20px;
		align-items: center;
	}
	#headerTopNav .menuToolTeaserSocial {
		display: flex;
		justify-content: space-around;
		padding-top: 20px;
		align-items: center;
	}
	#headerTopNav .menuToolTeaser p {
		font-size: 1.1rem;
		color: #333;
	}
	#headerTopNav .teaserToolIcon {
		height: 60px;
		margin-right: 20px;
	}
	#headerTopNav .weHearYou {
		height: 120px;
		margin-right: 20px;
	}
	#headerTopNav .creditCard {
		height: 90px;
		margin-right: 20px;
	}
	#headerTopNav .socialPodText {
		margin: 20px 0 0 0;
		font-size: 1.1rem;
		color: #6b3374;
	}
	#headerTopNav .btn {
		min-width: 100%;
		text-align: center;
		margin-bottom: 20px;
		border-radius: 2px;
		border-width: thin;
		color: #fff!important;
		font-weight: 700!important;
		font-size: 1.1rem!important;
		padding: 8px 0!important;
		line-height: 26px;
	}
	#headerTopNav .btnPrimary {
		background-color: #CC4C19;
	}
	#headerTopNav .btnPrimary:active {
		background-color: #cb3b02;
	}
	#headerTopNav .btnPrimary:hover {
		background-color: #cb3b02;
	}
	#headerTopNav .btnTertiary {
		color: #333!important;
		border-style: solid;
		border-color: #aaa;
	}
	#headerTopNav .btnTertiary:active {
		background-color: #eee;
	}
	#headerTopNav .btnTertiary:hover {
		background-color: #eee;
	}
	#headerTopNav .searchBox {
		min-width: 100%;
		padding: .8em 1em;
		margin-top: 10px;
		margin-bottom: 2px;
		border-radius: 2px;
		border-width: 1px;
		font-size: 1.1rem;
		color: #333!important;
		border-style: solid;
	}
	#headerTopNav .mainSearchContainer {
		padding: 20px;
		position: fixed;
		top: -60px;
		left: 0;
		width: 100%;
		z-index: 1;
		background-color: #ccc;
		transition: top .2s linear;
	}
	#headerTopNav .searchSubmit {
		position: absolute;
		top: 35px;
		right: 28px;
		background-color: transparent;
		border: none;
	}
	#headerTopNav .desktopSearch {
		display: none;
	}
	#headerTopNav .socialLinks {
		padding-top: 20px;
		display: flex;
		justify-content: space-around;
	}
	#headerTopNav .socialImage {
		height: 45px;
	}
	#headerTopNav .addMarginTop {
		margin-top: 20px;
	}
	#headerTopNav .addMarginBottom {
		margin-bottom: 20px;
	}
	#headerTopNav .removeMarginBottom {
		margin-bottom: 0;
	}
	#headerTopNav .removePaddingTop {
		padding-top: 0;
	}
	#headerTopNav .noBorder {
		border: none;
	}
	#headerTopNav .lastMenuSection p {
		color: #6b3374;
		margin-top: 10px;
	}
	#headerTopNav .topLogo {
		margin-top: -.7rem;
		object-fit: contain;
		transform: translateZ(0);
		width: auto;
	}
	#headerTopNav .navIcon {
		height: 35px;
		margin-left: 25px;
	}
	#mainSearchContainer .navIcon {
		width: 35px;
	}
	#headerTopNav .navIconContainer {
		padding-right: 20px;
		display: flex;
		align-items: center;
	}
	#headerTopNav .navIconContainer .navIcon {
		height: 30px;
		margin: 0 auto;
	}
	#headerTopNav .navIconMenuButton {
		width: 40px;
		text-align: center;
		margin-left: 30px;
	}
	#headerTopNav .navIconMenuButton p {
		font-size: .8rem;
	}
	#headerTopNav #advisorChat {
		display: none;
	}
}

@media only screen and (max-width:960px) {
	#headerTopNav .menuHeader {
		width: 10px!important;
	}
}

@media only screen and (max-width:350px) {
	#headerTopNav .topLogo {
		width: auto;
	}
}

@media only screen and (min-width:821px) {
	.headerContainer * {
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style: none;
		box-sizing: border-box;
		font-family: arial, sans-serif;
		font-size: 1rem;
	}
	.headerContainer {
		max-width: 960px;
		margin: 0 auto;
		position: relative;
	}
	#headerTopNav #menuCTAs {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		margin-top: 20px;
	}
	#headerTopNav #menuCTAs a {
		display: flex;
		margin-right: 20px;
		margin-left: 20px;
		align-items: center;
		font-size: 1.1rem;
		color: #333;
	}
	#headerTopNav #menuCTAs #startButton {
		display: none;
	}
	#headerTopNav #menuCTAs a:hover {
		background-color: transparent;
		text-decoration: underline;
	}
	#headerTopNav .loginIcons {
		height: 25px;
		margin-right: 4px;
	}
	#headerTopNav .mainSearchContainer {
		display: none;
	}
	#headerTopNav .desktopSearch {
		max-width: 160px;
		margin: 0 20px;
		position: relative;
	}
	#headerTopNav .searchSubmitDesktop {
		position: absolute;
		top: 8px;
		right: 8px;
		background-color: transparent;
		border: none;
	}
	#headerTopNav .searchBoxDesktop {
		max-width: 160px;
		padding: .8em 1em;
		border-radius: 2px;
		border-width: 1px;
		font-size: 1.1rem;
		color: #333!important;
		border: solid thin #333;
	}
	#headerTopNav .navIcon,
	.socialImage {
		height: 2rem;
	}
	#headerTopNav .topLogo,
	.teaserToolIcon {
		width: auto;
	}
	#headerTopNav .weHearYou {
		height: 120px;
	}
	#headerTopNav .creditCard {
		height: 90px;
	}
	#headerTopNav .chevron {
		display: none;
	}
	#headerTopNav .collapseContent {
		min-width: 100%;
		background-color: #fff;
		width: 50%;
		position: absolute;
		left: 0;
		border-bottom: solid #6b3374;
		border-left: solid thin #ccc;
		border-right: solid thin #ccc;
		-webkit-box-shadow: 0 10px 17px -4px rgba(51, 51, 51, 1);
		-moz-box-shadow: 0 10px 17px -4px rgba(51, 51, 51, 1);
		box-shadow: 0 10px 17px -4px rgba(51, 51, 51, 1);
	}
	#headerTopNav .navIconContainer {
		display: none;
	}
	#headerTopNav .menuSectionParentItem ul {
		display: flex;
		justify-content: space-around;
		position: relative;
		max-width: 960px;
		z-index: 11;
	}
	#headerTopNav .sectionHomeLink {
		display: none!important;
	}
	#headerTopNav .menuSectionParentItem ul .childMenuSection {
		background-color: #fff;
	}
	#headerTopNav .menuItem a {
		color: #333;
		padding: 20px 0;
		font-size: 1.1rem;
		margin-right: 5px;
		text-align: center;
		text-decoration: none;
	}
	#headerTopNav .menuHeader a {
		margin-right: 0;
		display: block;
		min-width: 160px;
		text-decoration: none;
		font-size: 16.5px;
	}
	#headerTopNav .menuHeader a:hover, 
	#headerTopNav .menuHeader a:focus  {
		background-color: #783982;
		color: #fff;
	}

	#headerTopNav .menuHeader a:hover .collapseContent, 
	#headerTopNav .menuHeader a:focus .collapseContent {
		display: block;
	}
	#headerTopNav .moveLeftDesktop {
		width: 50%;
		float: left;
	}
	#headerTopNav .moveRightDesktop {
		width: 50%;
		float: right;
	}
	#headerTopNav .moveLeftDesktop .childMenuSection,
	#headerTopNav .moveRightDesktop .childMenuSection {
		width: 100%;
	}
	#headerTopNav .childMenuSection {
		width: 50%;
		display: flex;
		flex-direction: column;
		padding: 20px 60px 20px 60px;
	}
	#headerTopNav .childMenuSectionTitle {
		font-size: 1rem;
		font-weight: bolder;
		margin-bottom: 10px;
	}
	#headerTopNav .childMenuSection li {
		min-height: 40px;
		padding-top: 10px;
	}
	#headerTopNav .childMenuSection a {
		color: #6b3374;
		font-size: 1rem;
		font-weight: 400;
	}
	#headerTopNav .childMenuSection a:hover {
		text-decoration: underline;
	}
	#headerTopNav .linkHeaderText {
		margin-top: 20px;
		font-size: 1.1rem;
		color: #333;
	}
	#headerTopNav .menuToolTeaser {
		max-width: 350px;
		display: flex;
		padding-top: 20px;
		align-items: center;
	}
	#headerTopNav .menuToolTeaserSocial {
		display: flex;
		justify-content: space-around;
		padding-top: 20px;
		align-items: center;
	}
	#headerTopNav .menuToolTeaser p {
		font-size: 1.1rem;
		color: #333;
		margin-left: 20px;
	}
	#headerTopNav .childMenuSection .btn {
		display: inline-block;
		width: 300px;
		text-align: center;
		padding: 8px 0;
		margin: 20px auto 20px auto;
		border-radius: 2px;
		border-width: thin;
		font-weight: 700;
		font-size: 1.1rem;
	}
	#headerTopNav .childMenuSection .btn:hover {
		text-decoration: none;
	}
	#headerTopNav .childMenuSection .btnPrimary {
		background-color: #CC4C19;
		color: #fff;
	}
	#headerTopNav .btnPrimary:active {
		background-color: #cb3b02;
	}
	#headerTopNav .btnPrimary:hover {
		background-color: #cb3b02;
	}
	#headerTopNav .btnTertiary {
		color: #333!important;
		border-style: solid;
		border-color: #aaa;
	}
	#headerTopNav .btnTertiary:active {
		background-color: #ddd;
	}
	#headerTopNav .btnTertiary:hover {
		background-color: #eee;
	}
	#headerTopNav .socialChat {
		display: none;
	}
	#headerTopNav .socialLinks {
		padding-top: 20px;
	}
	#headerTopNav .socialImage {
		height: 35px;
		margin-right: 20px;
	}
}

@media only screen and (max-width:960px) {
	#headerTopNav .menuHeader a {
		min-width: 130px
	}
}

#toggleSctn1,
#toggleSctn2,
#toggleSctn3,
#toggleSctn4,
#toggleSctn5,
#toggleSctn6 {
	display: none;
}

#headerTopNav #cross,
#headerTopNav #lineSearchBtn {
	display: none;
}

#headerTopNav .menuActive {
	top: 0;
}

#headerTopNav .menuInnactive {
	top: -550px;
}

#headerTopNav .searchMenuActive {
	top: 50px;
}

#headerTopNav .searchMenuInnactive {
	top: -60px;
}