/* KH Overrides */
body {
	background-color: #fff;
	font-size: 16px;
	line-height: 1.6;
}

#mainContentContainer {
	padding-top: 160px;
}

#rsSearch {
	margin-top: -2px;
}

div#inputSubmit {
	position: relative;
	top: -3.5px;
}

/* Other Styles */
 div.footerSmall {
	display: flex;
	justify-content: space-between;
	font-size: 1.25rem;
	color: #666;
}

div.footerSmall ul li {
	display: inline;
}

div.footerSmall ul li:first-child {
	padding-right: 2rem;
}

div.footerSmall ul li:last-child {
	display: inline;
	padding-left: 2rem;
	border-left: 1px solid;
}

div.footerSmall ul li a {
	color: #666;
	text-decoration: none;
}

div.footerSmall ul li a:hover,
div.footerSmall ul li a:focus {
	text-decoration: underline;
}

@media screen and (max-width: 540px) {
	div.footerSmall {
		display: block;
		text-align: center;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
}

body .block--hidden {
	display: none;
}

.container {
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
	margin-right: auto;
	margin-left: auto;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a .link__text--inline {
	color: #8932af;
	position: relative;
}

.link__text--inline--tertiary {
    color: #414141;
    font-weight: normal;
}

a .link__text--inline:hover,
a .link__text--inline--tertiary:hover {
	color: #414141;
	text-decoration: underline !important;
}

a .link__text--inline sup {
	position: relative;
	top: -8px;
}

.megamenu {
	width: 100%;
	z-index: 1000
}

.megamenu.fixed {
	position: fixed
}

.megamenu__header {
	background: #fff
}

@media screen and (max-width:1023px) {
	.megamenu__header {
		display: none
	}
}

.megamenu__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	-webkit-box-align: center;
	-webkit-box-pack: justify
}

.megamenu__logo {
	width: 94px;
	max-width: 160px;
	margin: 18px auto
}

@media all and (min-width:1024px) {
	.megamenu__logo {
		width: 160px;
		margin: 18px 0
	}
}

.megamenu__logo img {
	display: block;
	width: 100%
}

@media all and (min-width:1024px) {
	.megamenu__logo.logo--cobranded {
		width: auto;
		max-width: 600px;
		margin: 18px 0
	}
}

.megamenu__logo.logo--cobranded img {
	width: auto;
	max-height: 60px
}

.megamenu__logo-state img {
	width: 100%;
	max-width: 160px;
	margin: 18px 0
}

@media all and (min-width:1024px) {
	.megamenu__logo-state img {
		display: inline-block
	}
}

.megamenu__logo-state span {
	top: 2px;
	margin-left: 4px;
	font-size: 14px;
	vertical-align: middle
}

.megamenu__logo-state span sup {
	font-size: .625rem
}

.megamenu__nav {
	display: flex;
	position: relative;
	flex: 1 1 0;
	align-items: center;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-webkit-box-pack: end;
	-webkit-box-align: center;
	margin-top: 3px;
	letter-spacing: 0.3px;
}

.megamenu__nav--select {
	position: relative
}

.megamenu__nav--select.open .langselect--dropdown {
	display: block
}

.megamenu__nav--selectLink {
	display: inline-block;
	position: relative;
	color: #414141;
	text-decoration: none;
	margin-left: 48px
}

.megamenu__nav--selectLink:hover {
	color: #8932af
}

.megamenu__nav--selectLink .lang-selected-option {
	padding-right: 30px
}

.megamenu__nav--selectLink .lang-selected-option:after {
	position: absolute;
	top: 6px;
	right: 0;
	width: 18px;
	height: 13px;
	border: 0;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2015%22%3E%3Ctitle%3Eicon-expand%3C%2Ftitle%3E%3Cpath%20d%3D%22M21%200l3%203.06L12%2015%200%203.06%203%200l9%209z%22%20fill%3D%22%238932af%22%20data-name%3D%22Layer%201%22%2F%3E%3C%2Fsvg%3E");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	content: ''
}

.megamenu__nav--selectLink+.langselect--dropdown {
	display: none;
	position: absolute;
	top: 125%;
	left: 10px;
	width: 100%;
	min-width: 140px;
	max-height: 200px;
	padding: 0 14px 16px;
	border: 2px solid #ddd;
	border-top: 0;
	background-color: #fff;
	box-shadow: -1px 4px 6px rgba(0, 0, 0, 0.2);
	overflow: auto;
	z-index: 3
}

.megamenu__nav--selectLink+.langselect--dropdown .langselect--option {
	position: relative;
	margin-top: 16px
}

.megamenu__nav--selectLink+.langselect--dropdown .langselect--option.lang--selected .link__alt--inline {
	color: #8932af
}

.megamenu__nav--selectLink+.langselect--dropdown .langselect--option.lang--selected .link__alt--inline:before {
	right: 0;
	left: 0;
	height: 2px;
	content: ''
}

.megamenu__nav--selectLink+.langselect--dropdown .link__alt--inline:hover:before {
	height: 2px
}

#megamenu__nav--search {
	position: relative;
	width: 87px;
	transition: all .4s ease-in-out
}

.megamenu__nav--search {
	width: 260px
}

.megamenu__nav--search{position:relative;width:87px;transition:all .4s ease-in-out}
.megamenu__nav--search--open{width:260px !important}
.megamenu__nav--search--open .nav__search--input{width:100% !important;opacity:1 !important}
.megamenu__nav--search--open .nav__search--text{display:none}
.megamenu__nav--search--open .nav__search--icon{display:none}
.megamenu__nav--search--open .nav__close--icon{display:block !important}

#megamenu__nav--search .nav__search--icon {
	position: absolute;
	top: 1px;
	right: 0;
	width: 36px;
	height: 20px;
	border: 0;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2034.72%2035%27%3E%3Ctitle%3ESearch%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Cpath%20d%3D%27M34.72%2C31.57l-9-9a14.22%2C14.22%2C0%2C1%2C0-3.48%2C3.38l9.1%2C9.1ZM4.16%2C14.19a10%2C10%2C0%2C1%2C1%2C10%2C10A10%2C10%2C0%2C0%2C1%2C4.16%2C14.19Z%27%20fill%3D%27%23414141%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	cursor: pointer;
	z-index: 2
}

@media screen and (-ms-high-contrast:active){
	.megamenu__nav--search .nav__search--icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2034.72%2035%27%3E%3Ctitle%3ESearch%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Cpath%20d%3D%27M34.72%2C31.57l-9-9a14.22%2C14.22%2C0%2C1%2C0-3.48%2C3.38l9.1%2C9.1ZM4.16%2C14.19a10%2C10%2C0%2C1%2C1%2C10%2C10A10%2C10%2C0%2C0%2C1%2C4.16%2C14.19Z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
}
.megamenu__nav--search .nav__search--text{
	position:absolute;top:7px;left:0;color:#414141
}
.megamenu__nav--search .nav__search--input{
	display:block;position:relative;width:0;padding:8px 35px 7px 14px;transition:all .4s ease-in-out;border:0;border-bottom:3px solid #7d3f98;background-color:transparent;opacity:0;font-size:16px;
}
.megamenu__nav--search .nav__search--input::-ms-clear{
	width:0;height:0
}
.megamenu__nav .nav__close--icon{
	display:none;position:absolute;top:9px;right:0;width:16px;height:16px;border:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2025.46%2025.46%27%3E%3Ctitle%3ESearch%20Close%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(12.73%2030.73)%20rotate(-135)%27%20fill%3D%27%237d3f98%27%2F%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(-5.27%2012.73)%20rotate(-45)%27%20fill%3D%27%237d3f98%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-color:transparent;background-repeat:no-repeat;background-position:center center;background-size:contain;cursor:pointer;z-index:2
}
@media screen and (-ms-high-contrast:active){.megamenu__nav .nav__close--icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2025.46%2025.46%27%3E%3Ctitle%3ESearch%20Close%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(12.73%2030.73)%20rotate(-135)%27%20fill%3D%27%23ffffff%27%2F%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(-5.27%2012.73)%20rotate(-45)%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
}

@media screen and (-ms-high-contrast:active) {
	#megamenu__nav--search .nav__search--icon {
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2034.72%2035%27%3E%3Ctitle%3ESearch%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Cpath%20d%3D%27M34.72%2C31.57l-9-9a14.22%2C14.22%2C0%2C1%2C0-3.48%2C3.38l9.1%2C9.1ZM4.16%2C14.19a10%2C10%2C0%2C1%2C1%2C10%2C10A10%2C10%2C0%2C0%2C1%2C4.16%2C14.19Z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
	}
}

#megamenu__nav--search .nav__search--text {
	position: absolute;
	top: 1px;
	left: 0;
	color: #414141
}

#megamenu__nav--search.megamenu__nav--search--open .nav__search--input {
	padding: 8px 35px 7px 14px;
}

#megamenu__nav--search .nav__search--input {
	display: block;
	position: relative;
	width: 0;
	padding: 4px 35px 4px 14px;
	transition: all .4s ease-in-out;
	border: 0;
	border-bottom: 3px solid #7d3f98;
	background-color: transparent;
	opacity: 0;
	font-size: 16px;
}

#megamenu__nav--search .nav__search--input::-ms-clear {
	width: 0;
	height: 0
}

.megamenu__nav .nav__close--icon {
	display: none;
	position: absolute;
	top: 9px;
	right: 0;
	width: 16px;
	height: 16px;
	border: 0;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2025.46%2025.46%27%3E%3Ctitle%3ESearch%20Close%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(12.73%2030.73)%20rotate(-135)%27%20fill%3D%27%237d3f98%27%2F%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(-5.27%2012.73)%20rotate(-45)%27%20fill%3D%27%237d3f98%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	z-index: 2
}

@media screen and (-ms-high-contrast:active) {
	.megamenu__nav .nav__close--icon {
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2025.46%2025.46%27%3E%3Ctitle%3ESearch%20Close%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(12.73%2030.73)%20rotate(-135)%27%20fill%3D%27%23ffffff%27%2F%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(-5.27%2012.73)%20rotate(-45)%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
	}
}

.megamenu__nav .nav__location {
	position: relative;
	margin-right: 48px
}

.megamenu__nav .nav__location--input {
	display: inline-block;
	position: relative;
	width: 200px;
	padding: 6px 30px 4px 6px;
	border: 0;
	background-color: transparent
}

.megamenu__nav .nav__location--input::-ms-clear {
	width: 0;
	height: 0
}

.megamenu__nav .nav__location .zipcodeLoc .icon-user-location {
	vertical-align: bottom
}

.megamenu__nav .nav__location .zipcodeLoc .icon-user-location::before {
	font-size: 20px
}

.megamenu__nav .nav__location .showLocationCont {
	padding: 0;
	vertical-align: bottom
}

.megamenu__nav .nav__location .showLocationCont .locText {
	font-family: "CVS Health Sans Regular"
}

.megamenu__nav .nav__location .focus .nav__location--input {
	border-bottom: 3px solid #8932af
}

.megamenu__nav .nav__location .focus .icon-user-location {
	color: #8932af
}

.megamenu__nav .nav__location .focus .nav__close--icon {
	display: block
}

.megamenu__nav--topLinksSection {
	display: flex;
	margin: 0;
	padding: 0
}

.megamenu__nav--topItems {
	text-decoration: none !important;
	margin-right: 48px !important;
}

.megamenu__nav--topItems a {
	color: #414141;
	font-size: 16px;
	font-weight: normal
}

.megamenu__nav--topItems a:hover {
	color: #8932af;
	text-decoration: underline
}

.megamenu__navigation {
	border-bottom: 3px solid #ddd;
	background: #f5f5f5
}

@media screen and (max-width:1023px) {
	.megamenu__navigation {
		display: none
	}
}

.megamenu__navigation--container {
	display: flex;
	justify-content: space-between;
	max-width: 1488px;
	min-height: 55px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify
}

.megamenu__primary .megamenu__primary--item--btn {
	margin: 0;
	padding: 0;
	letter-spacing: -2px !important;
}

.megamenu__primary.meganav__primary--right {
	display: flex;
	align-items: center;
	margin-left: auto
}

.megamenu__primary--item {
	display: inline-block;
	margin-bottom: -3px;
	border-bottom: 3px solid transparent;
	color: #414141;
	font-size: 16px;
	cursor: pointer
}

.megamenu__primary--item.active {
	border-bottom: 3px solid #7d3f98;
	color: #8932af
}

.megamenu__primary--item.active:hover {
	border-bottom: 3px solid #7d3f98
}

.megamenu__primary--item--btn>button {
	width: 100%;
	padding: 15px 24px;
	border: 0;
	background: transparent;
	color: inherit;
	font-weight: bold;
	font-size: inherit;
	letter-spacing: .4px;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer
}

@media screen and (max-width:1300px) {
	.megamenu__primary--item--btn>button {
		padding-top: 15px;
		padding-right: 24px;
		padding-bottom: 15px
	}
}

.megamenu__primary--item--link {
	display: block;
	width: 100%;
	padding: 15px 34px;
	color: #414141;
	font-weight: bold;
	font-size: inherit;
	letter-spacing: .4px;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer
}

@media screen and (max-width:1300px) {
	.megamenu__primary--item:first-child>button {
		padding-left: 34px
	}
}

.megamenu__primary--item:hover {
	border-bottom: 3px solid #7d3f98
}

.megamenu__primary--item:hover .megamenu__primary--item--link {
	color: #414141
}

.megamenu__primary--item:hover>button {
	color: #8932af
}

.megamenu__primary--item:hover .meganav__dropdown {
	display: flex
}

.megamenu__primary--item:hover .meganav__dropdown .row {
	width: 100%
}

.megamenu__loginbtn {
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
	padding-right: 34px
}

.megamenu__dropdown {
	position: absolute;
	top: 126px;
	left: 0;
	width: 100%;
	z-index: 1000
}

.megamenu__dropdown--contentblock {
	position: relative;
	max-width: 1504px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1)
}

.megamenu__dropdown--contentblock .megamenu__btn--close {
	display: block;
	position: absolute;
	top: 20px;
	right: 30px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.46%2025.46%22%3E%3Ctitle%3Eicon-close%3C%2Ftitle%3E%3Cg%20data-name%3D%22Layer%201%22%20fill%3D%22%237d3f98%22%3E%3Cpath%20d%3D%22M22.63%2025.455L.001%202.828%202.831-.001l22.627%2022.628z%22%2F%3E%3Cpath%20d%3D%22M.005%2022.63L22.632.001l2.829%202.829L2.833%2025.458z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	cursor: pointer;
	z-index: 2
}

.megamenu__dropdown--contentblock .megamenu__col--main {
	display: flex;
	position: relative;
	flex: 0 0 68%;
	max-width: 1024px;
	padding: 40px;
	background: #fff
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.megamenu__dropdown--contentblock .megamenu__col--main {
		max-width: 66%
	}
}

.megamenu__dropdown--contentblock .megamenu__col--side {
	flex: 0 0 32%;
	max-width: 480px;
	padding: 50px 40px 50px 0;
	background: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%
}

.megamenu__dropdown--contentblock .megamenu__sidelinkcontainer {
	padding-bottom: 15px;
	padding-left: 55px;
	border-left: 3px solid #ddd
}

.megamenu__block--main {
	flex: 0 0 400px;
	margin: 0;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 400px
}

.megamenu__block--main.megamenu__secondarylink--hover .megamenu__secondary--item {
	border-right: 1px solid #ddd
}

.megamenu__secondary--item {
	cursor: pointer
}

.megamenu__secondary--item:first-child .megamenu__secondary--link {
	padding-top: 0
}

.megamenu__secondary--item:first-child .megamenu__secondary--link a,
.megamenu__secondary--item:first-child .megamenu__secondary--link button {
	margin-top: 0;
	font-size: 16px;
}

.megamenu__secondary--item.secondaryblock--active {
	border-right: none !important
}

.megamenu__secondary--item.secondaryblock--first .megamenu__secondary--link {
	width: 400px
}

.megamenu__secondary--overview .megamenu__secondary--link.secondary__link--selected {
	width: 370px
}

.megamenu__secondary--overview .megamenu__secondary--link a {
	color: inherit
}

.megamenu__secondary--overview .megamenu__secondary--link a:hover {
	color: #8932af
}

.megamenu__secondary--link {
	display: block;
	position: relative;
	width: 370px;
	padding: 15px 0;
	border: 0;
	border-bottom: 1px solid #ddd;
	background: transparent;
	color: #414141;
	font-weight: normal;
	text-align: left;
	cursor: auto
}

.megamenu__secondary--link button {
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
}

.megamenu__secondary--link button:after {
	display: block;
	position: absolute;
	right: -20px;
	bottom: 4px;
	width: 9px;
	height: 14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2024%22%3E%3Ctitle%3Eicon-right%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%203l3.06-3L15%2012%203.06%2024%200%2021l9-9z%22%20fill%3D%22%238932af%22%20data-name%3D%22Layer%201%22%2F%3E%3C%2Fsvg%3E");
	content: ''
}

.megamenu__dropdown--contentblock {
    position: relative;
    max-width: 1504px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 4px 24px rgb(0 0 0 / 10%);
}

.megamenu__secondary--link a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: inherit;
	letter-spacing: 0;
}

.megamenu__secondary--link:hover {
	color: #414141
}

.megamenu__secondary--link>*:hover {
	color: #8932af
}

.megamenu__secondary--link.secondary__link--selected {
	width: 400px;
	color: #8932af
}

.megamenu__secondary--link .link--secure {
	position: relative;
	padding-left: 20px
}

.megamenu__secondary--link .link--secure:after {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 11px;
	height: 13px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAJVJREFUKJHVzq0NAmEQhOHnCC2gMSQ0gCdbAA1QA4QiwKEIHoGgAdyZDwQOcQVg0HSAwnwkxyX8WMZsdubN7BZqiogBpujiinVK6fzMWzVwhBPu2OZ5yj5o14qXmKeUFnnfRMQ1+/uXZvRRelWZfU1YPv12LyJigh5m2OFWyzsYY4VLEREHDH3XsfnGR/0j3Eb1I1s9APULILNPc94yAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-size: contain;
	content: ''
}

.megamenu__tertiary--block {
	position: absolute;
	top: 40px;
	left: 440px;
	margin-left: 40px
}

.megamenu__tertiary--main {
	padding-right: 30px
}

.megamenu__tertiary--item {
	margin-bottom: 10px
}

.megamenu__tertiary--item.megamenu__tertiary--item--main {
	margin-bottom: 40px
}

.megamenu__tertiary--item.megamenu__tertiary--item--main .megamenu__tertiary--link {
	position: relative;
	font-weight: bold;
	letter-spacing: .4px
}

a.megamenu__tertiary--link:hover {
	text-decoration: underline;
}

.megamenu__tertiary--item.megamenu__tertiary--item--main .megamenu__tertiary--link:after {
	display: block;
	position: absolute;
	right: -20px;
	bottom: 4px;
	width: 9px;
	height: 14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2024%22%3E%3Ctitle%3Eicon-right%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%203l3.06-3L15%2012%203.06%2024%200%2021l9-9z%22%20fill%3D%22%238932af%22%20data-name%3D%22Layer%201%22%2F%3E%3C%2Fsvg%3E");
	content: ''
}

.megamenu__tertiary--item .megamenu__tertiary--description {
	color: #414141;
	font-weight: 400
}

.megamenu__tertiary--item .link--secure {
	position: relative;
	padding-left: 20px
}

.megamenu__tertiary--item .link--secure:after {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 11px;
	height: 13px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAJVJREFUKJHVzq0NAmEQhOHnCC2gMSQ0gCdbAA1QA4QiwKEIHoGgAdyZDwQOcQVg0HSAwnwkxyX8WMZsdubN7BZqiogBpujiinVK6fzMWzVwhBPu2OZ5yj5o14qXmKeUFnnfRMQ1+/uXZvRRelWZfU1YPv12LyJigh5m2OFWyzsYY4VLEREHDH3XsfnGR/0j3Eb1I1s9APULILNPc94yAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-size: contain;
	content: ''
}

.megamenu__sidelinkcontainer>h3,
.megamenu__sidelinkcontainer h4,
.megamenu__sidelinkcontainer h5 {
	margin: 0;
	color: #414141;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .4px
}

.megamenu__sidelinkcontainer>ul {
	margin-top: 25px;
	padding: 0
}

.megamenu__sidelinkcontainer>ul>li {
	margin: 7px 0
}

.megamenu__sidelinkcontainer>ul a {
	color: #414141;
	font-size: .98rem;
	font-weight: 300
}

.megamenu__sidelinkcontainer>ul a:hover {
	color: #8932af
}

.megamenu__sidelinkcontainer>ul a:hover * {
	color: #8932af
}

.megamenu__sidelinkcontainer .link--secure {
	position: relative;
	padding-left: 20px
}

.megamenu__sidelinkcontainer .link--secure:after {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 11px;
	height: 13px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAJVJREFUKJHVzq0NAmEQhOHnCC2gMSQ0gCdbAA1QA4QiwKEIHoGgAdyZDwQOcQVg0HSAwnwkxyX8WMZsdubN7BZqiogBpujiinVK6fzMWzVwhBPu2OZ5yj5o14qXmKeUFnnfRMQ1+/uXZvRRelWZfU1YPv12LyJigh5m2OFWyzsYY4VLEREHDH3XsfnGR/0j3Eb1I1s9APULILNPc94yAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-size: contain;
	content: ''
}

.megamenu--secondaryvariation .megamenu__dropdown--contentblock {
	background: transparent;
	box-shadow: none
}

.megamenu--secondaryvariation .megamenu__col--main {
	flex: 0 0 100%;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1)
}

.megamenu--secondaryvariation .megamenu__col--side {
	display: none
}

.megamenu--secondaryvariation .megamenu__tertiary--main {
	padding-right: 70px
}

@media screen and (min-width:1024px) {
	.megamenu .megamenumobile {
		display: none
	}
}

@media screen and (min-width:1024px) and (max-width:1199px) {
	.megamenu--secondary .megamenumobile {
		display: block
	}
}

@media screen and (min-width:1200px) {
	.megamenu--secondary .megamenumobile {
		display: none
	}
}

.megamenu--tertiary .megamenumobile--fixed {
	right: 0
}

.megamenu--tertiary .megamenumobile--fixed header~div {
	width: 100%;
	margin-left: auto
}

@media all and (min-width:1024px) {
	.megamenu--tertiary .megamenumobile--fixed header~div {
		width: 30%
	}
}

@media screen and (min-width:1440px) {
	.megamenu--tertiary .megamenumobile--fixed header~div {
		width: 20%
	}
}

.megamenumobile .background-gray {
	background-color: #eee
}

.megamenumobile .showLocationCont .locText {
	font-family: "CVS Health Sans Regular"
}

.megamenumobile.menu--open .mobilemenu__close {
	display: block
}

.megamenumobile.menu--open .mobilemenu__trigger {
	display: none
}

.megamenumobile__header {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 11px 15px;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify
}

@media screen and (max-width:1023px) {
	.megamenumobile__header {
		display: flex
	}
}

.megamenumobile__header--back {
	display: none
}

.megamenumobile__header .megamenumobile__login--wrapper,
.megamenumobile__header .megamenumobile__logo--wrapper,
.megamenumobile__header .megamenumobile__menu--wrapper {
	width: 33%
}

.megamenumobile__header.logo--cobranded .megamenumobile__login--wrapper,
.megamenumobile__header.logo--cobranded .megamenumobile__menu--wrapper {
	width: auto
}

.megamenumobile__header.logo--cobranded .megamenumobile__logo--wrapper {
	width: 50%
}

.megamenumobile__header.logo--cobranded .megamenumobile--logo {
	width: auto;
	max-width: 375px;
	max-height: 40px
}

.megamenumobile .nav__close--icon {
	display: none;
	position: absolute;
	top: 9px;
	right: 0;
	width: 16px;
	height: 16px;
	border: 0;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2025.46%2025.46%27%3E%3Ctitle%3ESearch%20Close%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(12.73%2030.73)%20rotate(-135)%27%20fill%3D%27%237d3f98%27%2F%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(-5.27%2012.73)%20rotate(-45)%27%20fill%3D%27%237d3f98%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	z-index: 2
}

.megamenumobile__search {
	margin-bottom: 35px;
	padding: 0 20px
}

.megamenumobile__search .nav__search--icon {
	position: absolute;
	top: 6px;
	right: 0;
	width: 20px;
	height: 20px;
	border: 0;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2034.72%2035%27%3E%3Ctitle%3ESearch%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Cpath%20d%3D%27M34.72%2C31.57l-9-9a14.22%2C14.22%2C0%2C1%2C0-3.48%2C3.38l9.1%2C9.1ZM4.16%2C14.19a10%2C10%2C0%2C1%2C1%2C10%2C10A10%2C10%2C0%2C0%2C1%2C4.16%2C14.19Z%27%20fill%3D%27%23414141%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 2
}

.megamenumobile__search .nav__search--input {
	position: relative;
	width: 0;
	padding: 5px;
	transition: all .4s ease-in-out;
	border: 0;
	border-bottom: 3px solid #7d3f98;
	opacity: 0;
}

.megamenumobile__search-audience {
	margin-bottom: 0;
	padding: 8px 20px 8px 0;
	border-top: 1px solid #ddd
}

.megamenumobile .megamenu__nav--search--open {
    width: 300px;
}

.megamenumobile .megamenu__nav--search {
    display: inline-block;
    position: relative;
    width: 95px;
    margin-left: 0;
    transition: all .4s ease-in-out;
}

.megamenumobile .nav__location {
	position: relative;
	padding: 5px 0
}

.megamenumobile .nav__location--input {
	display: inline-block;
	position: relative;
	width: 200px;
	padding: 6px 30px 4px 6px;
	border: 0;
	background-color: transparent
}

.megamenumobile .nav__location .zipcodeLoc {
	width: 100%;
	margin: 6px 0
}

.megamenumobile .nav__location .zipcodeLoc .icon-user-location {
	font-size: 1.3rem;
	vertical-align: bottom
}

.megamenumobile .nav__location .showLocationCont {
	vertical-align: bottom
}

.megamenumobile .nav__location .nav__close--icon {
	display: none !important;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 16px;
	height: 16px;
	border: 0;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2025.46%2025.46%27%3E%3Ctitle%3ESearch%20Close%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(12.73%2030.73)%20rotate(-135)%27%20fill%3D%27%237d3f98%27%2F%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(-5.27%2012.73)%20rotate(-45)%27%20fill%3D%27%237d3f98%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	z-index: 2
}

.megamenu__nav--search--open .nav__close--icon {
    display: block !important;
}

.megamenumobile .nav__location .focus .nav__location--input {
	width: 90%;
	border-bottom: 3px solid #8932af
}

.megamenumobile .nav__location .focus .icon-user-location {
	color: #8932af
}

.megamenumobile .nav__location .focus .nav__close--icon {
	display: block
}

.megamenumobile #megamenu__nav--search {
	display: inline-block;
	position: relative;
	width: 95px;
	margin-left: 0;
	transition: all .4s ease-in-out
}

.megamenumobile--fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99
}

.megamenumobile .megamenumobile__logo--wrapper-state {
	width: 100%;
	margin-top: 11px;
	margin-bottom: 11px;
	margin-left: 15px
}

@media all and (min-width:768px) {
	.megamenumobile .megamenumobile__logo--wrapper-state {
		width: 58%;
		margin-left: 0;
		text-align: center
	}
}

.megamenumobile .megamenumobile__logo--wrapper-state .megamenumobile--logo {
	width: auto
}

.megamenumobile .megamenumobile__logo--wrapper-state .megamenumobile--logo img {
	display: block;
	max-width: 94px
}

@media all and (min-width:768px) {
	.megamenumobile .megamenumobile__logo--wrapper-state .megamenumobile--logo img {
		display: inline-block
	}
}

.megamenumobile .megamenumobile__logo--wrapper-state .megamenumobile--logo span {
	font-size: 14px;
	vertical-align: middle
}

.megamenumobile .megamenumobile__logo--wrapper-state .megamenumobile--logo span sup {
	font-size: .625rem
}

.megamenumobile .megamenumobile__logo--wrapper-state .megamenumobile--logo .link__text--inline {
	text-decoration: none
}

.megamenumobile .megamenumobile__logo--wrapper-state .megamenumobile--logo .link__text--inline:hover {
	text-decoration: underline
}

.megamenumobile .megamenumobile--logo {
	display: block;
	width: 94px;
	margin: 0 auto
}

.megamenumobile .megamenumobile--logo img {
	width: 100%;
	max-height: 40px
}

.megamenumobile__menu {
	display: block;
	width: 47px;
	height: 52px;
	float: right;
	overflow: hidden
}

.megamenumobile .mobilemenu__trigger {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-top: -.25em;
	border: 0;
	background: transparent;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center
}

.megamenumobile .mobilemenu__trigger:after {
	position: absolute;
	right: 0;
	bottom: -1em;
	left: 0;
	color: #414141;
	font-size: 14px;
	text-align: center;
	content: 'Menu'
}

.megamenumobile .mobilemenu__trigger svg {
	display: block;
	width: 100%
}

.megamenumobile .mobilemenu__close {
	display: none;
	width: 20px;
	height: 20px;
	margin: 12px 6px 13px auto;
	border: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.46%2025.46%22%3E%3Ctitle%3Eicon-close%3C%2Ftitle%3E%3Cg%20data-name%3D%22Layer%201%22%20fill%3D%22%237d3f98%22%3E%3Cpath%20d%3D%22M22.63%2025.455L.001%202.828%202.831-.001l22.627%2022.628z%22%2F%3E%3Cpath%20d%3D%22M.005%2022.63L22.632.001l2.829%202.829L2.833%2025.458z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer
}

.megamenumobile__nav {
	display: none;
	position: relative;
	height: calc(100vh - 74px);
	background: #fff;
	overflow-x: hidden
}

.megamenumobile__nav--fixed {
	display: block
}

.megamenumobile__nav .megamenumobile__login--wrapper {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 0 20px
}

.megamenumobile__nav .megamenumobile__login--wrapper .megamenumobile__login--btn {
	color: #fff
}

.megamenumobile__nav .megamenumobile__login--wrapper .megamenumobile__login--btn:hover {
	background-color: #414141;
	color: #fff
}

.megamenumobile__main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 120px;
	overflow-y: auto
}

.megamenumobile__main--close {
	left: -100%
}

.megamenumobile__panel {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	overflow-y: scroll
}

.megamenumobile__panel--open {
	transform: translateX(-100%)
}

.megamenumobile__panel--tertiary {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	overflow-y: scroll
}

.megamenumobile__panel--tertiary--open {
	transform: translateX(-100%)
}

.megamenumobile__primary {
	margin: 0;
	padding: 0
}

.megamenumobile__primary--item {
	padding: 0 20px;
	background: #fff
}

.megamenumobile__primary--highlight {
	background: #eee
}

.megamenumobile__primary--link {
	display: block;
	position: relative;
	width: 100%;
	padding: 14px 0;
	border: 0;
	border-top: 1px solid #ddd;
	background: transparent;
	color: #414141;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	cursor: pointer
}

.megamenumobile__primary--link:hover {
	color: #414141
}

.megamenumobile__primary--haschild:after {
	display: block;
	position: absolute;
	top: 20px;
	right: 6px;
	width: 14px;
	height: 18px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2024%22%3E%3Ctitle%3Eicon-right%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%203l3.06-3L15%2012%203.06%2024%200%2021l9-9z%22%20fill%3D%22%238932af%22%20data-name%3D%22Layer%201%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: contain;
	content: ''
}

.megamenumobile__primary-audience .megamenumobile__primary--link {
	border-top: 0
}

.megamenumobile__primary-audience .megamenumobile__primary--highlight a,
.megamenumobile__primary-audience .megamenumobile__primary--highlight button {
	border-bottom: 1px solid #ddd
}

.megamenumobile__tertiary {
	margin: 0;
	padding: 0
}

.megamenumobile__tertiary--item {
	background: #fff
}

.megamenumobile__tertiary--link {
	display: block;
	position: relative;
	padding: 10px 20px;
	border-top: 1px solid #ddd;
	color: #414141;
	font-size: 16px;
	text-decoration: none
}

.megamenumobile__tertiary--link:hover {
	color: #414141
}

.megamenumobile__tertiary--main {
	padding-bottom: 0;
	font-weight: 700
}

.megamenumobile__tertiary--description {
	padding: 0 20px 10px
}

.megamenumobile__tertiary--secondarylabel h2,
.megamenumobile__tertiary--secondarylabel h3 {
	padding: 14px 20px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: .4px
}

.megamenumobile__secondary {
	margin: 0;
	padding: 0
}

.megamenumobile__secondary--primarylabel h2,
.megamenumobile__secondary--primarylabel h3 {
	padding: 14px 20px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: .4px
}

.megamenumobile__secondary--item {
	padding: 0 20px;
	background: #fff
}

.megamenumobile__secondary--active .megamenumobile__secondary--link {
	color: #8932af
}

.megamenumobile__secondary--active .megamenumobile__secondary--link:hover {
	color: #8932af
}

.megamenumobile__secondary--active .megamenumobile__secondary--link:after {
	transform: rotateZ(-90deg)
}

.megamenumobile__secondary--link {
	display: block;
	position: relative;
	width: 100%;
	padding: 14px 0;
	border: 0;
	border-top: 1px solid #ddd;
	background: transparent;
	color: #414141;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	cursor: pointer
}

.megamenumobile__secondary--link:hover {
	color: #414141
}

.megamenumobile__secondary--haschild:after {
	display: block;
	position: absolute;
	top: 20px;
	right: 6px;
	width: 14px;
	height: 18px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2024%22%3E%3Ctitle%3Eicon-right%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%203l3.06-3L15%2012%203.06%2024%200%2021l9-9z%22%20fill%3D%22%238932af%22%20data-name%3D%22Layer%201%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: contain;
	content: ''
}

.megamenumobile__secondary-audience .megamenumobile__secondary--primarylabel {
	padding: 14px 20px
}

.megamenumobile__secondary-audience .megamenumobile__secondary--primarylabel h2,
.megamenumobile__secondary-audience .megamenumobile__secondary--primarylabel h3 {
	padding: 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold
}

.megamenumobile__secondary-audience .megamenumobile__secondary--link {
	padding: 14px 0 14px 20px;
	border-top: 0
}

.megamenumobile__panel--tertiary-audience .megamenumobile__tertiary--secondarylabel {
	padding: 14px 20px
}

.megamenumobile__panel--tertiary-audience .megamenumobile__tertiary--secondarylabel h2,
.megamenumobile__panel--tertiary-audience .megamenumobile__tertiary--secondarylabel h3 {
	padding: 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold
}

.megamenumobile__panel--tertiary-audience .megamenumobile__tertiary--link,
.megamenumobile__panel--tertiary-audience .megamenumobile__tertiary--description {
	padding: 10px 20px 10px 40px;
	border-top: 0
}

.megamenumobile.secondarymenu--open .megamenumobile__login--wrapper,
.megamenumobile.secondarymenu--open .megamenumobile__logo--wrapper,
.megamenumobile.secondarymenu--open .megamenumobile__logo--wrapper-state,
.megamenumobile.tertiarymenu--open .megamenumobile__login--wrapper,
.megamenumobile.tertiarymenu--open .megamenumobile__logo--wrapper,
.megamenumobile.tertiarymenu--open .megamenumobile__logo--wrapper-state {
	display: none
}

.megamenumobile.secondarymenu--open .megamenumobile__header--back,
.megamenumobile.tertiarymenu--open .megamenumobile__header--back {
	display: block;
	position: relative
}

.megamenumobile.secondarymenu--open .megamenumobile__header--back-link,
.megamenumobile.tertiarymenu--open .megamenumobile__header--back-link {
	position: relative;
	padding: 0;
	padding-left: 25px;
	border: 0;
	background: transparent;
	color: #414141;
	font-size: 16px;
	text-decoration: none
}

.megamenumobile.secondarymenu--open .megamenumobile__header--back-link:before,
.megamenumobile.tertiarymenu--open .megamenumobile__header--back-link:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2015%2024%27%3E%3Ctitle%3EBack%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Cg%20id%3D%27Layer_2-2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2-2%27%20data-name%3D%27Layer%201-2%27%3E%3Cpath%20d%3D%27M6%2C12l9%2C9-3.06%2C3L0%2C12%2C11.94%2C0%2C15%2C3Z%27%20fill%3D%27%238932af%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 60%;
	content: ''
}

.megamenumobile.secondarymenu--open .megamenu__logo,
.megamenumobile.secondarymenu--open .megamenumobile--logo,
.megamenumobile.tertiarymenu--open .megamenu__logo,
.megamenumobile.tertiarymenu--open .megamenumobile--logo {
	display: none
}

.megamenumobile__login--btn {
	display: block;
	width: 100%;
	color: #414141;
	font-size: 16px;
}

.megamenumobile__login--btn:hover {
	color: #414141
}

.megamenumobile .link--secure {
	position: relative;
	padding-left: 20px
}

.megamenumobile .link--secure:after {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 11px;
	height: 13px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAJVJREFUKJHVzq0NAmEQhOHnCC2gMSQ0gCdbAA1QA4QiwKEIHoGgAdyZDwQOcQVg0HSAwnwkxyX8WMZsdubN7BZqiogBpujiinVK6fzMWzVwhBPu2OZ5yj5o14qXmKeUFnnfRMQ1+/uXZvRRelWZfU1YPv12LyJigh5m2OFWyzsYY4VLEREHDH3XsfnGR/0j3Eb1I1s9APULILNPc94yAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-size: contain;
	content: ''
}

.megamenumobile--active .content_section,
.megamenumobile--active .footer.component {
	display: none
}

.megamenumobile__indesktop--active {
	overflow: hidden
}

.megamenumobile__indesktop--active .megamenu {
	position: fixed
}

.megamenumobile__indesktop--active .megamenu.in__content {
	top: 0
}

.megamenumobile__indesktop--active .content_section:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #949494;
	content: '';
	opacity: .5
}

.megamenu.megamenu--secondary .megamenu__logo-state img {
	width: 100%;
	max-width: 160px;
	margin: 18px 0 10px;
}

@media all and (min-width:1024px) {
	.megamenu.megamenu--secondary .megamenu__logo-state img {
		display: block
	}
}

@media screen and (min-width:1200px) {
	.megamenu.megamenu--secondary .megamenu__logo-state img {
		display: inline-block
	}
}

.megamenu.megamenu--secondary .megamenu__logo-state span {
	top: -19px;
	margin-left: 3px;
	font-size: 14.5px;
	vertical-align: middle
}

.megamenu.megamenu--secondary .megamenu__logo-state span sup {
	font-size: .625rem
}

.megamenu.megamenu--secondary .megamenu__logo-state .link__text--inline {
	text-decoration: none;
}

.megamenu.megamenu--secondary .megamenu__logo-state .link__text--inline:hover {
	text-decoration: underline
}

@media screen and (max-width:1199px) {
	.megamenu.megamenu--secondary .megamenu__header {
		display: none
	}
}

@media screen and (max-width:1199px) {
	.megamenu.megamenu--secondary .megamenu__navigation {
		display: none
	}
}

@media screen and (max-width:1199px) {
	.megamenu.megamenu--secondary .megamenumobile__header {
		display: flex
	}
}

.megamenu.megamenu--tertiary .megamenu__header,
.megamenu.megamenu--tertiary .megamenu__navigation {
	display: none
}

.megamenu.megamenu--tertiary .megamenumobile {
	display: block
}

.megamenu.megamenu--tertiary .megamenumobile.secondarymenu--open .back--tertiarypanel {
	display: none
}

.megamenu.megamenu--tertiary .megamenumobile.secondarymenu--open .back--secondarypanel {
	display: block
}

.megamenu.megamenu--tertiary .megamenumobile.teritarymenu--open .back--tertiarypanel {
	display: block
}

.megamenu.megamenu--tertiary .megamenumobile.teritarymenu--open .back--secondarypanel {
	display: none
}

.megamenu.megamenu--tertiary .megamenumobile__header {
	display: flex;
	min-height: 74px
}

.megamenu.megamenu--tertiary .megamenumobile__header .megamenumobile__search {
	display: none;
	margin: 0
}

@media all and (min-width:1024px) {
	.megamenu.megamenu--tertiary .megamenumobile__header .megamenumobile__search {
		display: block;
		position: absolute;
		left: 30px;
		padding: 0
	}
}

@media screen and (max-width:1200px) {
	.megamenu.megamenu--tertiary .megamenumobile__header .megamenumobile__search #megamenu__nav--search.megamenu__nav--search {
		width: 220px
	}
}

.megamenu.megamenu--tertiary .megamenumobile__header .megamenumobile__login--wrapper {
	display: none
}

.megamenu.megamenu--tertiary .megamenumobile__header .megamenumobile__logo--wrapper {
	width: 100%
}

.megamenu.megamenu--tertiary .megamenumobile__header .megamenumobile__menu--wrapper {
	position: absolute;
	right: 20px;
	width: auto
}

.megamenu.megamenu--tertiary .megamenumobile__main .megamenumobile__search {
	display: block;
	margin: 20px 0
}

@media all and (min-width:1024px) {
	.megamenu.megamenu--tertiary .megamenumobile__main .megamenumobile__search {
		display: none
	}
}

.megamenu.megamenu--tertiary .megamenumobile.secondarymenu--open .megamenumobile__logo--wrapper,
.megamenu.megamenu--tertiary .megamenumobile.secondarymenu--open .megamenumobile--logo,
.megamenu.megamenu--tertiary .megamenumobile.tertiarymenu--open .megamenumobile__logo--wrapper,
.megamenu.megamenu--tertiary .megamenumobile.tertiarymenu--open .megamenumobile--logo {
	display: block
}

.megamenu.megamenu--tertiary .megamenumobile--logo {
	width: 182px
}

@media all and (min-width:768px) and (max-width:1023px) {
	.megamenu.megamenu--tertiary .megamenumobile--logo {
		width: 306px
	}
}

@media all and (min-width:1024px) {
	.megamenu.megamenu--tertiary .megamenumobile--logo {
		width: 460px
	}
}

.megamenu.megamenu--tertiary .megamenumobile__primary--link:hover,
.megamenu.megamenu--tertiary .megamenumobile__secondary--link:hover,
.megamenu.megamenu--tertiary .megamenumobile__tertiary--link:hover {
	color: #8932af
}

.megamenu.megamenu--tertiary .megamenumobile__nav,
.megamenu.megamenu--tertiary .megamenumobile__primary--item,
.megamenu.megamenu--tertiary .megamenumobile__secondary--item,
.megamenu.megamenu--tertiary .megamenumobile__tertiary--link {
	background-color: #f5f5f5
}

.megamenu.megamenu--tertiary .megamenumobile__back--tertiaryvariation {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background: #f5f5f5
}

.megamenu.megamenu--tertiary .secondarymenu--open .megamenumobile__back--tertiaryvariation,
.megamenu.megamenu--tertiary .tertiarymenu--open .megamenumobile__back--tertiaryvariation {
	display: block
}

.megamenu.megamenu--tertiary .secondarymenu--open .megamenumobile__back--tertiaryvariation .megamenumobile__header--back-link,
.megamenu.megamenu--tertiary .tertiarymenu--open .megamenumobile__back--tertiaryvariation .megamenumobile__header--back-link {
	cursor: pointer
}

.mobilemenu-active:not(.mobile-incontent) {
	overflow: hidden
}

.mobilemenu-active:not(.mobile-incontent) .content_section,
.mobilemenu-active:not(.mobile-incontent) .footer.component {
	display: none
}

.header__global {
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000
}

.header__global.fixed {
	position: fixed
}

.header__global.header--withoutnav.header--withcountryselector .header__languageSelect {
	right: 24px
}

@media screen and (max-width:767px) {
	.header__global.header--withoutnav.header--withcountryselector .header__languageSelect {
		display: block
	}
}

.header__global .header__mainnav {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

.header__global .header__caption p {
	margin-top: 4px;
	color: #7d3f98;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase
}

@media screen and (max-width:1023px) {
	.header__global .header__caption p {
		display: none
	}
}

.header__global .header__wrapper {
	position: relative;
	background: #fff;
	z-index: 3
}

.header__global.header--small .header__wrapper {
	height: 100%;
	border-bottom: 3px solid #ddd
}

@media all and (min-width:1024px) {
	.header__global.header--small .header__container {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.header__global.header--small.header--withnav .header__brand--center--small {
		text-align: left
	}

	.header__global.header--small.header--withnav .header__brand--center--small a {
		display: inline-flex
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none),
all and (min-width:1024px) and (-ms-high-contrast:active) {
	.header__global.header--small.header--withnav .header__brand--center--small a {
		display: inline-block
	}
}

@media all and (min-width:1024px) {
	.header__global.header--small .header__logo {
		width: auto;
		max-height: 26px
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none),
all and (min-width:1024px) and (-ms-high-contrast:active) {
	.header__global.header--small .header__logo {
		height: 26px
	}
}

@media all and (min-width:1024px) {
	.header__global.header--small .header__logo.header__logo--boxy {
		max-height: 46px
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none),
all and (min-width:1024px) and (-ms-high-contrast:active) {
	.header__global.header--small .header__logo.header__logo--boxy {
		height: 46px
	}
}

@media all and (min-width:1024px) {
	.header__global.header--small .header__logo.header__logo--cobranded {
		max-width: 240px;
		max-height: 26px
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none),
all and (min-width:1024px) and (-ms-high-contrast:active) {
	.header__global.header--small .header__logo.header__logo--cobranded {
		height: 26px
	}
}

@media all and (min-width:1024px) {
	.header__global.header--small .header__logo.header__logo--cobranded.header__logo--boxy {
		max-height: 46px
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none),
all and (min-width:1024px) and (-ms-high-contrast:active) {
	.header__global.header--small .header__logo.header__logo--cobranded.header__logo--boxy {
		height: 46px
	}
}

.header__global.header--small .header__caption {
	display: none
}

.header__global.header--small .header__nav--onslide {
	height: 100%
}

.header__global.header--small .header__nav--onslide nav {
	height: 100%
}

.header__global.header--small .header__nav--onslide .navmenu--onslide {
	display: flex;
	justify-content: center;
	height: 100%;
	transform: translateY(0);
	transition: all .4s .4s;
	opacity: 1;
	visibility: visible
}

@media screen and (min-width:1024px) {
	.header__global.header--small .header__navutility {
		margin-top: calc(-1em - 58px);
		transition-delay: 0;
		-webkit-transition-delay: 0
	}
}

.header__global.header--small .header__navutility.mobile-active .nav__location {
	right: auto;
	margin-right: 0
}

.header__global.header--small.header--withoutnav.header--withcountryselector .header__languageSelect {
	opacity: 1
}

.header__global.header--small .header__languageSelect {
	opacity: 0
}

.header__global.header--small .nav__location {
	right: 2vw;
	margin-right: 0
}

@media all and (min-width:768px) and (max-width:1023px) {
	.header__global.header--small .nav__location {
		margin-right: 48px
	}
}

.header__global.header--small .nav__link--active {
	display: inline-flex;
	padding: 0 12px;
	transition-delay: 0;
	border-bottom-color: #ddd !important
}

.header__global.header--small .nav__link--onslide.nav__link--active {
	transition: border-bottom-color .4s .4s;
	border-bottom-color: #7d3f98 !important;
	color: #7d3f98 !important
}

.header__global.header--withnav .header__wrapper {
	border-bottom: 0
}

.header__global .header__container {
	position: relative;
	padding: 18px 24px
}

@media all and (min-width:1024px) {
	.header__global .header__container {
		padding: 24px;
		transition: padding-top .4s, padding-bottom .4s;
		-webkit-transition: padding-top .4s, padding-bottom .4s
	}

	.header__global .header__container .header__brand--center {
		text-align: center
	}
}

.header__global .header__container .header__brand--left {
	display: flex;
	flex-direction: column;
	text-align: left
}

.header__global .header__container .header__brand--left a {
	display: inherit
}

.header__global .header__container .header__logo {
	width: auto;
	max-height: 24px;
	vertical-align: middle
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.header__global .header__container .header__logo {
		height: 24px
	}
}

.header__global .header__container .header__logo.header__logo--boxy {
	max-height: 46px
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.header__global .header__container .header__logo.header__logo--boxy {
		height: 46px
	}
}

.header__global .header__container .header__logo.header__logo--cobranded {
	max-height: 26px
}

.header__global .header__container .header__logo.header__logo--cobranded.header__logo--boxy {
	max-height: 46px
}

@media all and (min-width:1024px) {
	.header__global .header__container .header__logo {
		max-height: 32px;
		transition: max-width .4s, max-height .4s, width .4s, height .4s;
		-webkit-transition: max-width .4s, max-height .4s, width .4s, height .4s
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none),
all and (min-width:1024px) and (-ms-high-contrast:active) {
	.header__global .header__container .header__logo {
		height: 32px
	}
}

@media all and (min-width:1024px) {
	.header__global .header__container .header__logo.header__logo--boxy {
		max-height: 55px
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none),
all and (min-width:1024px) and (-ms-high-contrast:active) {
	.header__global .header__container .header__logo.header__logo--boxy {
		height: 55px
	}
}

@media all and (min-width:1024px) {
	.header__global .header__container .header__logo.header__logo--cobranded {
		max-height: 40px
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none),
all and (min-width:1024px) and (-ms-high-contrast:active) {
	.header__global .header__container .header__logo.header__logo--cobranded {
		height: 40px
	}
}

@media all and (min-width:1024px) {
	.header__global .header__container .header__logo.header__logo--cobranded.header__logo--boxy {
		max-height: 55px
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none),
all and (min-width:1024px) and (-ms-high-contrast:active) {
	.header__global .header__container .header__logo.header__logo--cobranded.header__logo--boxy {
		height: 55px
	}
}

.header__global .nav__location--container {
	display: none
}

.header__global .nav__location {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 260px;
	transform: translateY(-50%);
	transition: right .4s, margin-right .4s;
	z-index: 5
}

@media screen and (max-width:767px) {
	.header__global .nav__location {
		display: none
	}
}

.header__global .nav__location--input {
	display: inline-block;
	position: relative;
	width: 200px;
	padding: 6px 30px 4px 6px;
	border: 0;
	background-color: transparent
}

.header__global .nav__location--input::-ms-clear {
	width: 0;
	height: 0
}

.header__global .nav__location .zipcodeLoc {
	position: relative
}

.header__global .nav__location .zipcodeLoc .icon-user-location {
	vertical-align: bottom
}

.header__global .nav__location .zipcodeLoc .icon-user-location::before {
	font-size: 20px
}

.header__global .nav__location .showLocationCont {
	padding: 0;
	vertical-align: bottom
}

.header__global .nav__location .showLocationCont .locText {
	font-family: "CVS Health Sans Regular"
}

.header__global .nav__location .nav__close--icon {
	display: none;
	position: absolute;
	top: 9px;
	right: 0;
	width: 16px;
	height: 16px;
	border: 0;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2025.46%2025.46%27%3E%3Ctitle%3ESearch%20Close%3C%2Ftitle%3E%3Cg%20id%3D%27Layer_2%27%20data-name%3D%27Layer%202%27%3E%3Cg%20id%3D%27Layer_1-2%27%20data-name%3D%27Layer%201%27%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(12.73%2030.73)%20rotate(-135)%27%20fill%3D%27%237d3f98%27%2F%3E%3Crect%20x%3D%27-3.27%27%20y%3D%2710.73%27%20width%3D%2732%27%20height%3D%274%27%20transform%3D%27translate(-5.27%2012.73)%20rotate(-45)%27%20fill%3D%27%237d3f98%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	z-index: 2
}

@media screen and (max-width:767px) {
	.header__global .nav__location--container {
		display: list-item
	}

	.header__global .nav__location--container .nav__location {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		padding: 24px 8px;
		transform: none;
		border-top: 2px solid #ddd;
		font-size: 1rem
	}
}

.header__global .nav__location .focus .nav__location--input {
	border-bottom: 3px solid #7d3f98
}

.header__global .nav__location .focus .icon-user-location {
	color: #7d3f98
}

.header__global .nav__location .focus .nav__close--icon {
	display: block
}

.header__global .header__languageSelect {
	position: absolute;
	top: 50%;
	right: 80px;
	transform: translateY(-50%);
	transition: opacity .4s
}

@media screen and (max-width:767px) {
	.header__global .header__languageSelect {
		display: none
	}
}

.header__global .header__triggermenu {
	position: absolute;
	top: 40%;
	right: 14px;
	transform: translateY(-50%)
}

@media all and (min-width:1024px) {
	.header__global .header__triggermenu {
		display: none
	}
}

.header__global .header__triggermenu .mobilemenu__trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-top: -0.25em;
	padding: 0;
	border: 0;
	background-color: #fff;
	cursor: pointer
}

.header__global .header__triggermenu .mobilemenu__trigger:after {
	position: absolute;
	right: 0;
	bottom: -1em;
	left: 0;
	color: #7d3f98;
	font-size: 14px;
	text-align: center;
	content: 'Menu'
}

.header__global .header__triggermenu .mobilemenu__bars {
	display: block;
	width: 100%
}

.header__global .header__nav--onslide {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: calc(100% - 420px);
	margin-left: 15%;
	transform: translate(0, -50%)
}

@media screen and (max-width:1023px) {
	.header__global .header__nav--onslide {
		display: none
	}
}

.header__global .header__nav--onslide .navmenu--onslide {
	margin: 0;
	padding: 0;
	transform: translateY(50%);
	border: 0;
	list-style: none;
	text-align: center;
	opacity: 0;
	vertical-align: baseline;
	visibility: hidden
}

.header__global .header__nav--onslide .header__navitem {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

@media all and (min-width:1024px) {
	.header__global .header__nav--onslide .header__navitem {
		display: inline-block
	}
}

.header__global .header__nav--onslide .nav__link {
	display: block;
	padding: 24px 8px;
	text-decoration: none
}

@media all and (min-width:1024px) {
	.header__global .header__nav--onslide .nav__link {
		margin-right: 3px;
		margin-bottom: -3px;
		padding: 24px 34px;
		border-bottom: 3px solid transparent
	}

	.header__global .header__nav--onslide .nav__link:hover {
		border-bottom-color: #7d3f98;
		color: #7d3f98
	}
}

.header__global .header__nav--onslide .nav__link--onslide {
	display: inline-flex;
	align-items: center;
	height: 100%;
	padding-right: 12px;
	padding-left: 12px;
	color: #414141;
	font-weight: bold;
	font-size: .8889rem
}

.header__global .header__navutility {
	background-color: #fff
}

@media screen and (max-width:1023px) {
	.header__global .header__navutility {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding-top: 72px;
		transform: translate3d(-100%, 0, 0);
		transition: transform .4s;
		overflow: auto;
		z-index: 4
	}

	.header__global .header__navutility.mobile-active {
		transform: translate3d(0, 0, 0)
	}
}

@media all and (min-width:1024px) {
	.header__global .header__navutility {
		position: relative;
		transition: all .4s .4s;
		border-bottom: 3px solid #ddd;
		background-color: #f5f5f5;
		z-index: 2;
		-webkit-transition: all .4s .4s
	}

	.header__global .header__navutility .header__mainnav {
		flex: 1;
		margin-left: -34px
	}
}

.header__global .header__navutility .header__navitem {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

@media all and (min-width:1024px) {
	.header__global .header__navutility .header__navitem {
		display: inline-flex;
		align-items: center
	}

	.header__global .header__navutility .header__navitem.nav__location--container {
		display: none
	}
}

.header__global .header__navutility .mainnav__link {
	display: block;
	padding: 24px 8px;
	color: #414141;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .4px;
	text-decoration: none
}

@media screen and (max-width:1023px) {
	.header__global .header__navutility .mainnav__link {
		position: relative;
		padding-right: calc(11px + 0px);
		border-top: 2px solid #ddd
	}

	.header__global .header__navutility .mainnav__link:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 8px;
		width: 11px;
		height: 18px;
		margin-top: -9px;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2024%22%3E%3Ctitle%3Eicon-right%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%203l3.06-3L15%2012%203.06%2024%200%2021l9-9z%22%20fill%3D%22%237d3f98%22%20data-name%3D%22Layer%201%22%2F%3E%3C%2Fsvg%3E");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		content: ''
	}
}

@media all and (min-width:1024px) {
	.header__global .header__navutility .mainnav__link {
		margin-right: 3px;
		margin-bottom: -3px;
		padding: 16px 34px 14px;
		border-bottom: 3px solid transparent
	}

	.header__global .header__navutility .mainnav__link:hover {
		border-bottom-color: #7d3f98;
		color: #7d3f98
	}
}

.header__global .nav__link--active {
	transition: border-bottom-color .4s .4s;
	border-bottom-color: #7d3f98 !important;
	color: #7d3f98 !important
}

.header__global .header__mobileclose {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	padding: 20px;
	border: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.46%2025.46%22%3E%3Ctitle%3Eicon-close%3C%2Ftitle%3E%3Cg%20data-name%3D%22Layer%201%22%20fill%3D%22%237d3f98%22%3E%3Cpath%20d%3D%22M22.63%2025.455L.001%202.828%202.831-.001l22.627%2022.628z%22%2F%3E%3Cpath%20d%3D%22M.005%2022.63L22.632.001l2.829%202.829L2.833%2025.458z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	text-indent: -9999px;
	vertical-align: middle
}

@media screen and (min-width:1024px) {
	.header__global .header__mobileclose {
		display: none
	}
}

.header__global .country__selector .lang-select {
	margin-right: 0
}

.mobilemenu-active .header_trigger_tfn {
	display: none
}

@media screen and (min-width:1024px) {
	.header__global.header_tfn {
		border-bottom: 3px solid #ddd
	}

	.header__global.header_tfn.header--small {
		border: 0
	}
}

.header__global.header_tfn.header--withoutnav.header--withcountryselector .header__languageSelect {
	right: 0
}

.header__global.header_tfn .header_tfn_nav.header__navutility.noborder_tfn .container_tfn:first-child {
	padding-bottom: 0;
	border: 0
}

.header__global.header_tfn .header_tfn_nav.header__navutility.noborder_tfn .container_tfn:last-child {
	padding-top: 0
}

@media screen and (min-width:1024px) {
	.header__global.header_tfn .header_tfn_nav.header__navutility {
		border-bottom: 0;
		background-color: #fff
	}
}

.header__global.header_tfn .header_tfn_nav .container_tfn:first-child {
	padding-top: 56px;
	border-bottom: 1px solid #ddd
}

@media screen and (min-width:1024px) {
	.header__global.header_tfn .header_tfn_nav .container_tfn:first-child {
		padding: 0;
		border-right: 1px solid #ddd;
		border-bottom: 0;
		text-align: center
	}
}

.header__global.header_tfn .header_tfn_nav .container_tfn {
	position: relative;
	padding-top: 14px;
	padding-bottom: 24px;
	background-color: #fff
}

@media screen and (min-width:1024px) {
	.header__global.header_tfn .header_tfn_nav .container_tfn {
		padding: 0
	}
}

.header__global.header_tfn .header_tfn_nav .header__languageSelect {
	display: block;
	position: relative;
	right: 0
}

.header__global.header_tfn.header--small .header_tfn_nav {
	display: none
}

@media screen and (max-width:1023px) {
	.header__global.header_tfn .header__wrapper {
		height: 82px
	}
}

.header__global.header_tfn .header__wrapper .header__container .header__headertfn-align {
	display: inline;
	flex-direction: column;
	text-align: center
}

@media screen and (max-width:1023px) {
	.header__global.header_tfn .header__wrapper .header__container .header__headertfn-align a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 46px
	}
}

@media all and (min-width:1024px) {
	.header__global.header_tfn .header__wrapper .header__container .header__headertfn-align {
		display: flex;
		text-align: left
	}

	.header__global.header_tfn .header__wrapper .header__container .header__headertfn-align a {
		display: inherit
	}
}

@media screen and (max-width:1023px) {
	.header__global.header_tfn .header__navutility.header_tfn_nav {
		padding-top: 82px;
		background: 0
	}
}

@media screen and (max-width:1023px) {
	.mobile-incontent .header__global.header_tfn .header__navutility.header_tfn_nav {
		padding-top: 82px;
		background-color: transparent;
		background-image: linear-gradient(transparent 82px, #f5f5f5 10px)
	}
}

.container {
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:480px) {
	.container {
		max-width: 767px
	}
}

@media(min-width:768px) {
	.container {
		max-width: 1023px
	}
}

@media(min-width:1024px) {
	.container {
		max-width: 1488px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -24px;
	margin-left: -24px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xlg-1,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg,
.col-xlg-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 24px;
	padding-left: 24px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media(min-width:480px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:1024px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:1200px) {
	.col-xlg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xlg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-xlg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xlg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xlg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xlg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xlg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xlg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xlg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xlg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xlg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xlg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xlg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xlg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xlg-first {
		order: -1
	}

	.order-xlg-last {
		order: 13
	}

	.order-xlg-0 {
		order: 0
	}

	.order-xlg-1 {
		order: 1
	}

	.order-xlg-2 {
		order: 2
	}

	.order-xlg-3 {
		order: 3
	}

	.order-xlg-4 {
		order: 4
	}

	.order-xlg-5 {
		order: 5
	}

	.order-xlg-6 {
		order: 6
	}

	.order-xlg-7 {
		order: 7
	}

	.order-xlg-8 {
		order: 8
	}

	.order-xlg-9 {
		order: 9
	}

	.order-xlg-10 {
		order: 10
	}

	.order-xlg-11 {
		order: 11
	}

	.order-xlg-12 {
		order: 12
	}

	.offset-xlg-0 {
		margin-left: 0
	}

	.offset-xlg-1 {
		margin-left: 8.33333%
	}

	.offset-xlg-2 {
		margin-left: 16.66667%
	}

	.offset-xlg-3 {
		margin-left: 25%
	}

	.offset-xlg-4 {
		margin-left: 33.33333%
	}

	.offset-xlg-5 {
		margin-left: 41.66667%
	}

	.offset-xlg-6 {
		margin-left: 50%
	}

	.offset-xlg-7 {
		margin-left: 58.33333%
	}

	.offset-xlg-8 {
		margin-left: 66.66667%
	}

	.offset-xlg-9 {
		margin-left: 75%
	}

	.offset-xlg-10 {
		margin-left: 83.33333%
	}

	.offset-xlg-11 {
		margin-left: 91.66667%
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media(max-width:479.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:480px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media(max-width:767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media(max-width:1023.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:1024px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media(max-width:1199.98px) {

	.navbar-expand-xlg>.container,
	.navbar-expand-xlg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:1200px) {
	.navbar-expand-xlg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xlg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xlg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xlg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xlg>.container,
	.navbar-expand-xlg>.container-fluid {
		flex-wrap: nowrap
	}

	.navbar-expand-xlg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xlg .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3CsvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(0,0,0,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3CsvgviewBox='003030'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathstroke='rgba(255,255,255,0.5)'stroke-width='2'stroke-linecap='round'stroke-miterlimit='10'd='M47h22M415h22M423h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 16px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.btn--primary {
	display: inline-block;
	width: auto;
	padding: 7px 25px;
	border: 0;
	border-radius: 6px;
	background-color: #7d3f98;
	color: #fff;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
	margin-right: 0;
	font-weight: bold;
}

.footer__logo__social__wrapper .footer__logo .logo__wrapper {
	display: inline-block;
	width: 100%;
	max-width: 150px;
	vertical-align: middle
}

.footer__logo__social__wrapper .footer__logo.footer__logo--cobranded .logo__wrapper {
	max-width: 215px
}

.footer__logo__social__wrapper .footer__logo .logo__link {
	display: block
}

.footer__logo__social__wrapper .footer__logo .logo__text {
	display: inline-block;
	margin-top: 11px;
	font-size: .875rem;
	vertical-align: middle
}

@media all and (min-width:768px) {
	.footer__logo__social__wrapper .footer__logo .logo__text {
		margin-top: 6px;
		margin-left: 4px
	}
}

.footer__logo__social__wrapper .footer__logo img {
	width: 100%
}

.footer__logo__social__wrapper .footer__logo .link__text--inline {
	text-decoration: none
}

.footer__logo__social__wrapper .footer__logo .link__text--inline:hover {
	text-decoration: underline
}

.footer__content__wrapper {
	margin-top: 42px
}

@media all and (min-width:480px) and (max-width:767px) {
	.footer__content__wrapper {
		margin-top: 42px
	}
}

@media all and (min-width:0) and (max-width:479px) {
	.footer__content__wrapper {
		margin-top: 42px
	}
}

@media screen and (max-width:1023px) {
	.footer__content__wrapper .footer__contact__wrapper {
		margin-bottom: 50px
	}
}

.footer__content__wrapper .contactus__email,
.footer__content__wrapper .contactus__phone,
.footer__content__wrapper .contactus__timing {
	margin-top: 10px
}

.footer__content__wrapper .contactus__phone p.intro__copy span,
.footer__content__wrapper .contactus__phone p.intro__copy a {
	color: #414141;
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: "CVS Health Sans Regular";
	color: #414141;
	word-wrap: break-word;
	word-break: break-word
}

@media all and (min-width:768px) {

	.footer__content__wrapper .contactus__phone p.intro__copy span,
	.footer__content__wrapper .contactus__phone p.intro__copy a {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1024px) {

	.footer__content__wrapper .contactus__phone p.intro__copy span,
	.footer__content__wrapper .contactus__phone p.intro__copy a {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1440px) {

	.footer__content__wrapper .contactus__phone p.intro__copy span,
	.footer__content__wrapper .contactus__phone p.intro__copy a {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

.footer__content__wrapper .contactus__phone p.intro__copy span h1,
.footer__content__wrapper .contactus__phone p.intro__copy span h2,
.footer__content__wrapper .contactus__phone p.intro__copy span h3,
.footer__content__wrapper .contactus__phone p.intro__copy span h4,
.footer__content__wrapper .contactus__phone p.intro__copy span h5,
.footer__content__wrapper .contactus__phone p.intro__copy span h6,
.footer__content__wrapper .contactus__phone p.intro__copy a h1,
.footer__content__wrapper .contactus__phone p.intro__copy a h2,
.footer__content__wrapper .contactus__phone p.intro__copy a h3,
.footer__content__wrapper .contactus__phone p.intro__copy a h4,
.footer__content__wrapper .contactus__phone p.intro__copy a h5,
.footer__content__wrapper .contactus__phone p.intro__copy a h6 {
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: "CVS Health Sans Bold";
	color: #414141
}

@media all and (min-width:768px) {

	.footer__content__wrapper .contactus__phone p.intro__copy span h1,
	.footer__content__wrapper .contactus__phone p.intro__copy span h2,
	.footer__content__wrapper .contactus__phone p.intro__copy span h3,
	.footer__content__wrapper .contactus__phone p.intro__copy span h4,
	.footer__content__wrapper .contactus__phone p.intro__copy span h5,
	.footer__content__wrapper .contactus__phone p.intro__copy span h6,
	.footer__content__wrapper .contactus__phone p.intro__copy a h1,
	.footer__content__wrapper .contactus__phone p.intro__copy a h2,
	.footer__content__wrapper .contactus__phone p.intro__copy a h3,
	.footer__content__wrapper .contactus__phone p.intro__copy a h4,
	.footer__content__wrapper .contactus__phone p.intro__copy a h5,
	.footer__content__wrapper .contactus__phone p.intro__copy a h6 {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1024px) {

	.footer__content__wrapper .contactus__phone p.intro__copy span h1,
	.footer__content__wrapper .contactus__phone p.intro__copy span h2,
	.footer__content__wrapper .contactus__phone p.intro__copy span h3,
	.footer__content__wrapper .contactus__phone p.intro__copy span h4,
	.footer__content__wrapper .contactus__phone p.intro__copy span h5,
	.footer__content__wrapper .contactus__phone p.intro__copy span h6,
	.footer__content__wrapper .contactus__phone p.intro__copy a h1,
	.footer__content__wrapper .contactus__phone p.intro__copy a h2,
	.footer__content__wrapper .contactus__phone p.intro__copy a h3,
	.footer__content__wrapper .contactus__phone p.intro__copy a h4,
	.footer__content__wrapper .contactus__phone p.intro__copy a h5,
	.footer__content__wrapper .contactus__phone p.intro__copy a h6 {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1440px) {

	.footer__content__wrapper .contactus__phone p.intro__copy span h1,
	.footer__content__wrapper .contactus__phone p.intro__copy span h2,
	.footer__content__wrapper .contactus__phone p.intro__copy span h3,
	.footer__content__wrapper .contactus__phone p.intro__copy span h4,
	.footer__content__wrapper .contactus__phone p.intro__copy span h5,
	.footer__content__wrapper .contactus__phone p.intro__copy span h6,
	.footer__content__wrapper .contactus__phone p.intro__copy a h1,
	.footer__content__wrapper .contactus__phone p.intro__copy a h2,
	.footer__content__wrapper .contactus__phone p.intro__copy a h3,
	.footer__content__wrapper .contactus__phone p.intro__copy a h4,
	.footer__content__wrapper .contactus__phone p.intro__copy a h5,
	.footer__content__wrapper .contactus__phone p.intro__copy a h6 {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

.footer__content__wrapper .contactus__phone p.intro__copy span p,
.footer__content__wrapper .contactus__phone p.intro__copy a p {
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: "CVS Health Sans Regular";
	color: #414141
}

@media all and (min-width:768px) {

	.footer__content__wrapper .contactus__phone p.intro__copy span p,
	.footer__content__wrapper .contactus__phone p.intro__copy a p {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1024px) {

	.footer__content__wrapper .contactus__phone p.intro__copy span p,
	.footer__content__wrapper .contactus__phone p.intro__copy a p {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1440px) {

	.footer__content__wrapper .contactus__phone p.intro__copy span p,
	.footer__content__wrapper .contactus__phone p.intro__copy a p {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

.footer__content__wrapper .contactus__phone p.intro__copy span b,
.footer__content__wrapper .contactus__phone p.intro__copy a b {
	font-family: "CVS Health Sans Bold"
}

.footer__content__wrapper .contactus__email span:hover {
	text-decoration: underline
}

.footer__content__wrapper .footer__links h1,
.footer__content__wrapper .footer__links h2,
.footer__content__wrapper .footer__links h3,
.footer__content__wrapper .footer__links h4,
.footer__content__wrapper .footer__links h5,
.footer__content__wrapper .footer__links h6 {
	margin-bottom: 15px;
	font-size: 1rem;
	letter-spacing: .4px;
	text-transform: uppercase
}

.title__block,
.h2,
.article_body-copy h1 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
	color: #414141;
}

.contactus__phone a {
	color: #414141;
	font-weight: bold;
}

.footer__content__wrapper .footer__links .link__text--footer {
	font-size: inherit;
	line-height: inherit;
	color: #414141;
}

.footer__content__wrapper .footer__links .link__text--footer:hover {
	color: #8932af;
	text-decoration: underline;
}

.footer__content__wrapper .footer__links .link__text--footer:hover:before {
	right: initial;
	left: initial
}

.footer__content__wrapper .footer__links.footer__links--one ul {
	margin-bottom: 30px
}

.footer__content__wrapper .footer__links.footer__links--one ul:last-child {
	margin-bottom: 0
}

.footer__content__wrapper .footer__links ul {
	padding-left: 0
}

.footer__content__wrapper .footer__links li {
	margin-left: 0;
	margin-bottom: 0 !important;
	padding-bottom: 5px !important;
	list-style-type: none
}

.footer__content__wrapper .col-md-2 .footer__links {
	margin-top: 0
}

.footer__copyright .copyright a {
	color: #8932af;
	word-break: break-word
}

.footer__copyright .copyright a:hover {
	color: #414141;
	text-decoration: underline
}

.footer__copyright .copyright ul li {
	display: inline-block;
	margin: 0;
	padding-bottom: 5px
}

.footer__copyright .copyright ul li::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 20px;
	margin-left: 20px;
	border-radius: 50%;
	background: #414141;
	content: ''
}

.cmp-footer {
	padding-top: 30px;
	background-color: #fff;
	margin-bottom: 0
}

.cmp-footer .footer__logo__social__wrapper .logo-container {
	text-align: center
}

.cmp-footer.mlp-footer {
	position: relative;
	padding-top: 30px;
}

.cmp-footer.mlp-footer .footer__logo__social__wrapper .icons-container {
	margin-top: 30px
}

.cmp-footer.mlp-footer .footer__logo__social__wrapper .icons-container .social__wrapper {
	display: flex;
	justify-content: center;
	column-gap: 20px
}

.cmp-footer .social__wrapper {
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	padding-left: 0;
	margin-top: 40px;
	margin-bottom: 0
}

@media all and (min-width:1024px) {
	.cmp-footer .social__wrapper {
		margin-top: 0;
		justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end
	}
}

.cmp-footer .social__wrapper .facebook-icon {
	position: relative;
	top: 0;
	border: 0;
	border-radius: 40px;
	background-color: #3c5a99;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	text-transform: none;
	content: "";
	padding: 14px 19px;
    width: 64px;
    height: 64px;
    display: block;
}

@media all and (min-width:1024px) {
	.cmp-footer .social__wrapper .facebook-icon {
		position: relative;
		top: 0;
		border: 0;
		background-color: #414141;
		color: #fff;
		line-height: 1;
		text-transform: none;
		content: ""
	}

	.cmp-footer .social__wrapper .facebook-icon:hover {
		background-color: #3c5a99;
		color: #fff
	}
}

.cmp-footer .social__wrapper .linkedin-icon {
	position: relative;
	top: 0;
	border: 0;
	border-radius: 40px;
	background-color: #0077b5;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	text-transform: none;
	content: "";
	padding: 14px 16px;
    width: 64px;
    height: 64px;
    display: block;
}

@media all and (min-width:1024px) {
	.cmp-footer .social__wrapper .linkedin-icon {
		position: relative;
		top: 0;
		border: 0;
		background-color: #414141;
		color: #fff;
		line-height: 1;
		text-transform: none;
		content: "";
	}

	.cmp-footer .social__wrapper .linkedin-icon:hover {
		background-color: #0077b5;
		color: #fff
	}
}

.cmp-footer .social__wrapper .youtube-icon {
	position: relative;
	top: 0;
	border: 0;
	border-radius: 40px;
	font-size: 40px;
	background-color: red;
	color: #fff;
	line-height: 1;
	text-transform: none;
	content: "";
	padding: 14px 10px;
    width: 64px;
    height: 64px;
    display: block;
}

@media all and (min-width:1024px) {
	.cmp-footer .social__wrapper .youtube-icon {
		position: relative;
		top: 0;
		border: 0;
		background-color: #414141;
		color: #fff;
		line-height: 1;
		text-transform: none;
		content: "";
	}

	.cmp-footer .social__wrapper .youtube-icon:hover {
		background-color: red;
		color: #fff
	}
}

.cmp-footer .social__wrapper .tumblr-icon {
	position: relative;
	top: 0;
	border: 0;
	border-radius: 40px;
	font-size: 40px;
	background-color: #39475d;
	color: #fff;
	line-height: 1;
	text-transform: none;
	content: "";
	padding: 14px 16px;
    width: 64px;
    height: 64px;
    display: block;
}

@media all and (min-width:1024px) {
	.cmp-footer .social__wrapper .tumblr-icon {
		position: relative;
		top: 0;
		border: 0;
		border-radius: 34px;
		background-color: #414141;
		color: #fff;
		font-family: 'AETH-ICONS';
		font-size: 64px;
		line-height: 1;
		text-transform: none;
		content: ""
	}

	.cmp-footer .social__wrapper .tumblr-icon:hover {
		background-color: #39475d;
		color: #fff
	}
}

.cmp-footer .social__wrapper .twitter-icon {
	position: relative;
	top: 0;
	border: 0;
	border-radius: 40px;
	background-color: #007bff;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	text-transform: none;
	content: "";
	padding: 14px 13px;
    width: 64px;
    height: 64px;
    display: block;
}

@media all and (min-width:1024px) {
	.cmp-footer .social__wrapper .twitter-icon {
		position: relative;
		top: 0;
		border: 0;
		background-color: #414141;
		color: #fff;
		line-height: 1;
		text-transform: none;
		content: "";
	}

	.cmp-footer .social__wrapper .twitter-icon:hover {
		background-color: #007bff;
		color: #fff
	}
}

.cmp-footer .social__wrapper .instagram-icon {
	position: relative;
	top: 0;
	border: 0;
	border-radius: 40px;
	background-color: #d93175;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	text-transform: none;
	content: "";
	padding: 14px 15px;
    width: 64px;
    height: 64px;
    display: block;
}

@media all and (min-width:1024px) {
	.cmp-footer .social__wrapper .instagram-icon {
		position: relative;
		top: 0;
		border: 0;
		background-color: #414141;
		color: #fff;
		line-height: 1;
		text-transform: none;
		content: ""
	}

	.cmp-footer .social__wrapper .instagram-icon:hover {
		background-color: #d93175;
		color: #fff
	}
}

.cmp-footer.withcontactus .link--cols {
	padding: 0 24px
}

@media all and (min-width:1024px) {
	.cmp-footer.withcontactus .link--cols {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
}

@media all and (min-width:768px) and (max-width:1023px) {
	.cmp-footer.withcontactus .link--cols:nth-child(3) {
		margin-top: 0 !important
	}

	.cmp-footer.withcontactus .link--cols .footer__links {
		display: flex;
		flex-wrap: wrap;
		margin-right: -24px;
		margin-left: -24px
	}

	.cmp-footer.withcontactus .link--cols .footer__links>div {
		flex: 0 0 80%;
		max-width: 80%;
		padding: 0 24px
	}
}

.cmp-footer.withcontactus .social__wrapper .socialitem {
	max-width: 64px;
	padding-bottom: 0;
}

.cmp-footer.withcontactus .social__wrapper .sociallink {
	width: 64px;
	height: 64px
}

.cmp-footer.withoutcontactus .link--cols {
	padding: 0 24px
}

@media all and (min-width:1024px) {
	.cmp-footer.withoutcontactus .link--cols {
		flex: 0 0 20%;
		max-width: 20%
	}
}

.cmp-footer.withoutcontactus .footer__logo__social__wrapper .social__wrapper {
	justify-content: flex-start
}

.cmp-footer.withoutcontactus .footer__logo__social__wrapper .social__wrapper .socialitem {
	max-width: 64px;
	padding-bottom: 0
}

.cmp-footer.withoutcontactus .footer__logo__social__wrapper .social__wrapper .sociallink {
	width: 64px;
	height: 64px
}

.cmp-footer.withoutcontactus .copyright *,
.cmp-footer.withoutcontactus .lastupdated *,
.cmp-footer.withoutcontactus .cmscontent * {
	font-family: "CVS Health Sans Regular"
}

.cmp-footer.withoutcontactus .copyright .rte-component-wraper>*,
.cmp-footer.withoutcontactus .lastupdated .rte-component-wraper>*,
.cmp-footer.withoutcontactus .cmscontent .rte-component-wraper>* {
	margin-bottom: 40px
}

.cmp-footer.withoutcontactus .copyright .rte-component-wraper>*:last-child,
.cmp-footer.withoutcontactus .lastupdated .rte-component-wraper>*:last-child,
.cmp-footer.withoutcontactus .cmscontent .rte-component-wraper>*:last-child {
	margin-bottom: 0
}

.cmp-footer.footer--wide .footer__content__wrapper .link--cols {
	width: 100%
}

@media screen and (max-width:767px) {
	.cmp-footer.footer--wide .footer__content__wrapper>div {
		margin-bottom: 30px
	}

	.cmp-footer.footer--wide .footer__content__wrapper>div:last-child {
		margin-bottom: 0
	}
}

@media all and (min-width:768px) and (max-width:1023px) {
	.cmp-footer.footer--wide .footer__content__wrapper>div {
		flex: 0 0 50%;
		max-width: 50%;
		margin-left: 0;
		padding: 0 24px
	}

	.cmp-footer.footer--wide .footer__content__wrapper>div:nth-child(3) {
		margin-top: 15px
	}

	.cmp-footer.footer--wide .footer__content__wrapper>div:nth-child(4) {
		margin-top: 15px
	}
}

@media all and (min-width:1024px) {
	.cmp-footer.footer--wide .footer__content__wrapper>div {
		flex: 0 0 25%;
		max-width: 25%;
		margin-left: 0;
		padding: 0 24px
	}
}

.cmp-footer.footer--wide .footer__links h1,
.cmp-footer.footer--wide .footer__links h2,
.cmp-footer.footer--wide .footer__links h3,
.cmp-footer.footer--wide .footer__links h4,
.cmp-footer.footer--wide .footer__links h5,
.cmp-footer.footer--wide .footer__links h6 {
	margin-bottom: 20px
}

@media all and (min-width:1024px) {

	.cmp-footer.footer--wide .footer__links h1,
	.cmp-footer.footer--wide .footer__links h2,
	.cmp-footer.footer--wide .footer__links h3,
	.cmp-footer.footer--wide .footer__links h4,
	.cmp-footer.footer--wide .footer__links h5,
	.cmp-footer.footer--wide .footer__links h6 {
		margin-bottom: 40px
	}
}

@media screen and (max-width:767px) {
	.cmp-footer.footer--wide .footer__links ul {
		column-count: 2
	}
}

.cmp-footer.footer--wide .footer__copyright {
	margin-top: 0;
	margin-bottom: 0
}

.cmp-footer.footer--wide .copyright *,
.cmp-footer.footer--wide .lastupdated *,
.cmp-footer.footer--wide .cmscontent * {
	font-family: "CVS Health Sans Regular"
}

@media screen and (max-width:767px) {

	.cmp-footer.footer--wide .copyright ul,
	.cmp-footer.footer--wide .lastupdated ul,
	.cmp-footer.footer--wide .cmscontent ul {
		column-count: 2
	}

	.cmp-footer.footer--wide .copyright ul li,
	.cmp-footer.footer--wide .lastupdated ul li,
	.cmp-footer.footer--wide .cmscontent ul li {
		display: list-item;
		list-style-type: none
	}

	.cmp-footer.footer--wide .copyright ul li::before,
	.cmp-footer.footer--wide .lastupdated ul li::before,
	.cmp-footer.footer--wide .cmscontent ul li::before {
		display: none
	}
}

.cmp-footer.footer--wide .copyright .rte-component-wraper>*,
.cmp-footer.footer--wide .lastupdated .rte-component-wraper>*,
.cmp-footer.footer--wide .cmscontent .rte-component-wraper>* {
	margin-bottom: 40px
}

.cmp-footer.footer--wide .copyright .rte-component-wraper>*:last-child,
.cmp-footer.footer--wide .lastupdated .rte-component-wraper>*:last-child,
.cmp-footer.footer--wide .cmscontent .rte-component-wraper>*:last-child {
	margin-bottom: 0
}

.cmp-footer.footer--wide .copyright li,
.cmp-footer.footer--wide .lastupdated li,
.cmp-footer.footer--wide .cmscontent li {
	font-family: "CVS Health Sans Regular"
}

.cmp-footer.footer--wide .copyright li *,
.cmp-footer.footer--wide .lastupdated li *,
.cmp-footer.footer--wide .cmscontent li * {
	font-family: "CVS Health Sans Regular"
}

.cmp-footer.footer--wide .copyright li:first-child:before,
.cmp-footer.footer--wide .lastupdated li:first-child:before,
.cmp-footer.footer--wide .cmscontent li:first-child:before {
	display: none !important
}

.cmp-footer.footer--wide .copyright li:before,
.cmp-footer.footer--wide .lastupdated li:before,
.cmp-footer.footer--wide .cmscontent li:before {
	background: #fff !important
}

.cmp-footer.footer--wide .social__wrapper {
	justify-content: flex-start
}

.cmp-footer.footer--wide .social__wrapper .socialitem {
	max-width: 64px;
	padding-bottom: 0;
}

.social__wrapper .socialitem {
	display: inline-block;
	list-style: none;
}

.cmp-footer.footer--wide .social__wrapper .sociallink {
	width: 64px;
	height: 64px
}

.cmp-footer .footer__additionaltext {
	margin-top: 60px;
	margin-bottom: 60px
}

.cmp-footer .footer__additionaltext sup {
	font-size: 75%
}

.cmp-footer .footer__cmscontent+.footer__lastupdated {
	margin-top: 0
}

.cmp-footer .footer__cmscontent+.footer__copyright {
	margin-top: 30px
}

.cmp-footer .footer__lastupdated+.footer__copyright {
	margin-top: 30px
}

.cmp-footer .contactus__phone--dynamic a {
	margin: 0 !important
}

.cmp-footer .contactus__phone--dynamic a span {
	margin-right: 0 !important;
	padding: 0 !important;
	border: 0;
	background: transparent !important;
	color: #414141 !important;
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: "CVS Health Sans Regular";
	color: #414141;
	word-wrap: break-word;
	word-break: break-word
}

@media all and (min-width:768px) {
	.cmp-footer .contactus__phone--dynamic a span {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1024px) {
	.cmp-footer .contactus__phone--dynamic a span {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1440px) {
	.cmp-footer .contactus__phone--dynamic a span {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

.cmp-footer .contactus__phone--dynamic a span h1,
.cmp-footer .contactus__phone--dynamic a span h2,
.cmp-footer .contactus__phone--dynamic a span h3,
.cmp-footer .contactus__phone--dynamic a span h4,
.cmp-footer .contactus__phone--dynamic a span h5,
.cmp-footer .contactus__phone--dynamic a span h6 {
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: "CVS Health Sans Bold";
	color: #414141
}

@media all and (min-width:768px) {

	.cmp-footer .contactus__phone--dynamic a span h1,
	.cmp-footer .contactus__phone--dynamic a span h2,
	.cmp-footer .contactus__phone--dynamic a span h3,
	.cmp-footer .contactus__phone--dynamic a span h4,
	.cmp-footer .contactus__phone--dynamic a span h5,
	.cmp-footer .contactus__phone--dynamic a span h6 {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1024px) {

	.cmp-footer .contactus__phone--dynamic a span h1,
	.cmp-footer .contactus__phone--dynamic a span h2,
	.cmp-footer .contactus__phone--dynamic a span h3,
	.cmp-footer .contactus__phone--dynamic a span h4,
	.cmp-footer .contactus__phone--dynamic a span h5,
	.cmp-footer .contactus__phone--dynamic a span h6 {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1440px) {

	.cmp-footer .contactus__phone--dynamic a span h1,
	.cmp-footer .contactus__phone--dynamic a span h2,
	.cmp-footer .contactus__phone--dynamic a span h3,
	.cmp-footer .contactus__phone--dynamic a span h4,
	.cmp-footer .contactus__phone--dynamic a span h5,
	.cmp-footer .contactus__phone--dynamic a span h6 {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

.cmp-footer .contactus__phone--dynamic a span p {
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: "CVS Health Sans Regular";
	color: #414141
}

@media all and (min-width:768px) {
	.cmp-footer .contactus__phone--dynamic a span p {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1024px) {
	.cmp-footer .contactus__phone--dynamic a span p {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

@media all and (min-width:1440px) {
	.cmp-footer .contactus__phone--dynamic a span p {
		font-size: 1.5rem;
		line-height: 1.6
	}
}

.cmp-footer .contactus__phone--dynamic a span b {
	font-family: "CVS Health Sans Bold"
}

.cmp-footer .contactus__phone--dynamic a span:after {
	width: 0;
	height: 0;
	background: url("")
}

.cmp-footer .footer__bottomarea {
	margin-top: 40px;
	padding: 48px 0;
	background: #5a2e6f
}

.cmp-footer .footer__bottomarea * {
	color: #fff !important;
	font-size: 16.5px;
}

.cmp-footer .footer__bottomarea a::after {
	color: #fff
}

.cmp-footer .footer__sticky {
	background-color: #5a2e6f;
	color: #fff;
	padding: 20px 0 40px;
	border-top: solid 3px #fff
}

.cmp-footer .footer__sticky a:focus-visible,
.cmp-footer .footer__sticky [class^='btn--']:focus-visible [class*=' btn--']:focus-visible {
	outline-color: #fff
}

.cmp-footer .footer__sticky * {
	color: #fff
}

.cmp-footer .footer__sticky .h1,
.cmp-footer .footer__sticky .h2,
.cmp-footer .footer__sticky .h3,
.cmp-footer .footer__sticky .h4,
.cmp-footer .footer__sticky .h5,
.cmp-footer .footer__sticky .title__page,
.cmp-footer .footer__sticky .title__block,
.cmp-footer .footer__sticky .title__section,
.cmp-footer .footer__sticky .title__container,
.cmp-footer .footer__sticky .title--secondary__big,
.cmp-footer .footer__sticky .title--secondary,
.cmp-footer .footer__sticky .subhead,
.cmp-footer .footer__sticky .caption__copy,
.cmp-footer .footer__sticky .intro__copy,
.cmp-footer .footer__sticky .body__copy,
.cmp-footer .footer__sticky .rte-component-wraper {
	color: #fff
}

.cmp-footer .footer__sticky [class^='link__'],
.cmp-footer .footer__sticky [class*=' link__'] {
	color: #fff
}

.cmp-footer .footer__sticky [class^='link__']:after,
.cmp-footer .footer__sticky [class^='link__']:before,
.cmp-footer .footer__sticky [class*=' link__']:after,
.cmp-footer .footer__sticky [class*=' link__']:before {
	color: inherit
}

.cmp-footer .footer__sticky .btn--primary,
.cmp-footer .footer__sticky .btn--primary-small,
.cmp-footer .footer__sticky .btn__digital-download--primary,
.cmp-footer .footer__sticky .btn--external-link {
	background-color: #fff;
	color: #414141;
	box-shadow: 0 0 0 2px #fff inset
}

.cmp-footer .footer__sticky .btn--primary:hover,
.cmp-footer .footer__sticky .btn--primary-small:hover,
.cmp-footer .footer__sticky .btn__digital-download--primary:hover,
.cmp-footer .footer__sticky .btn--external-link:hover {
	background-color: transparent;
	color: #fff
}

.cmp-footer .footer__sticky .btn__digital-download--primary:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%2013%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4.5%208l3.71-4H5.5V0h-2v4H.79L4.5%208zM0%2011h9v2H0z%22%2F%3E%3C%2Fsvg%3E")
}

.cmp-footer .footer__sticky .btn__digital-download--primary:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%2013%22%3E%3Cpath%20fill%3D%22%23414141%22%20d%3D%22M4.5%208l3.71-4H5.5V0h-2v4H.79L4.5%208zM0%2011h9v2H0z%22%2F%3E%3C%2Fsvg%3E")
}

.cmp-footer .footer__sticky .btn--secondary,
.cmp-footer .footer__sticky .btn__digital-download--secondary,
.cmp-footer .footer__sticky .btn--secondary-external-link {
	background-color: transparent;
	color: #fff;
	box-shadow: 0 0 0 2px #fff inset
}

.cmp-footer .footer__sticky .btn--secondary:hover,
.cmp-footer .footer__sticky .btn__digital-download--secondary:hover,
.cmp-footer .footer__sticky .btn--secondary-external-link:hover {
	background-color: #fff;
	color: #414141;
	box-shadow: 0 0 0 2px transparent inset
}

.cmp-footer .footer__sticky .btn__digital-download--secondary:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%2013%22%3E%3Cpath%20fill%3D%22%23414141%22%20d%3D%22M4.5%208l3.71-4H5.5V0h-2v4H.79L4.5%208zM0%2011h9v2H0z%22%2F%3E%3C%2Fsvg%3E")
}

.cmp-footer .footer__sticky .btn__digital-download--secondary:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%2013%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4.5%208l3.71-4H5.5V0h-2v4H.79L4.5%208zM0%2011h9v2H0z%22%2F%3E%3C%2Fsvg%3E")
}

.cmp-footer .footer__sticky .generic-form-input .forminput__wrap input,
.cmp-footer .footer__sticky .generic-form-input .forminput__wrap select,
.cmp-footer .footer__sticky .generic-form-input .forminput__wrap textarea {
	border-color: #fff
}

.cmp-footer .footer__sticky .generic-form-input .forminput__wrap input:focus,
.cmp-footer .footer__sticky .generic-form-input .forminput__wrap select:focus,
.cmp-footer .footer__sticky .generic-form-input .forminput__wrap textarea:focus {
	outline-color: #c0a4cc !important
}

.cmp-footer .footer__sticky .generic-form-input .forminput__wrap .error {
	color: #fff
}

.cmp-footer .footer__sticky .generic-form-input .forminput__wrap label {
	background-color: #5a2e6f
}

.cmp-footer .footer__sticky .generic-form-input .forminput__wrap label.focus {
	color: #fff
}

@media all and (min-width:480px) {
	.cmp-footer .footer__sticky {
		padding: 20px 0
	}
}

@media all and (min-width:1024px) {
	.cmp-footer .footer__sticky {
		padding: 40px 0
	}
}

@media all and (min-width:0) and (max-width:767px) {
	.cmp-footer .footer__sticky--mobilehidden {
		display: none
	}
}

.cmp-footer .footer__sticky .resetPosBtn {
	position: absolute;
	top: auto;
	right: 24px;
	bottom: 6px;
	left: auto;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #fff;
	cursor: pointer
}

.cmp-footer .footer__sticky .resetPosBtn.icon-cross::before {
	font-size: 12px
}

@media all and (min-width:480px) {
	.cmp-footer .footer__sticky .resetPosBtn {
		top: 24px;
		bottom: auto
	}
}

@media all and (min-width:1024px) {
	.cmp-footer .footer__sticky .resetPosBtn {
		display: none
	}
}

.cmp-footer .sticky-active {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999
}

.cmp-footer .link--cols {
	padding: 0 24px
}

@media screen and (max-width:767px) {
	.cmp-footer .link--cols {
		margin-bottom: 30px
	}

	.cmp-footer .link--cols:last-child {
		margin-bottom: 0
	}
}

@media all and (min-width:768px) and (max-width:1023px) {
	.cmp-footer .link--cols {
		flex: 0 0 50%;
		max-width: 50%
	}

	.cmp-footer .link--cols:nth-child(3),
	.cmp-footer .link--cols:nth-child(4),
	.cmp-footer .link--cols:nth-child(5) {
		margin-top: 15px
	}
}

.mobile .footer .contactus__phone a,
.tablet .footer .contactus__phone a {
	color: #8932af !important
}

.component.disclaimer.disclaimer--componentLevel {
	margin-bottom: 0
}

.component.disclaimer.disclaimer--componentLevel .disclaimer__wrapper--componentLevel {
	margin-top: 25px
}

.component.disclaimer.disclaimer--componentLevel .disclaimer__wrapper--componentLevel .title--secondary {
	margin-bottom: 30px
}

.component.disclaimer.disclaimer--componentLevel .disclaimer__wrapper--componentLevel .disclaimer__logoRow:before {
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 30px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%2076%2076%22%20version%3D%221.1%22%20viewBox%3D%220%200%2076%2076%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%237D3F98%3B%7D%0A%09.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st2%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%09%3Ccircle%20class%3D%22st0%22%20cx%3D%2238%22%20cy%3D%2238%22%20r%3D%2238%22%2F%3E%0A%3Ccircle%20class%3D%22st1%22%20cx%3D%2238%22%20cy%3D%2238%22%20r%3D%2221%22%2F%3E%0A%09%3Cpath%20class%3D%22st2%22%20d%3D%22m40.9%2045.8c0%202.1%200.1%202.5%201.5%203.4v0.1h-8.6v-0.1c1.4-0.9%201.5-1.3%201.5-3.4v-8.7c0-2.1-0.2-2.6-1.7-3.4v-0.1h7.3v12.2zm-2.9-20.1c1.8%200%203.2%201.3%203.2%203s-1.4%203-3.2%203-3.1-1.3-3.1-3%201.3-3%203.1-3z%22%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-size: 100%;
	content: ''
}

@media all and (min-width:768px) and (max-width:1023px) {
	.component.disclaimer.component--right .disclaimer__parentContainer {
		margin-left: 16.66667%
	}
}

@media all and (min-width:1024px) {
	.component.disclaimer.component--right .disclaimer__parentContainer {
		margin-left: 16.66667%
	}
}

.component.disclaimer .disclaimer__wrapper {
	padding-top: 48px;
	padding-bottom: 70px;
	padding-right: 24px;
	padding-left: 24px;
	background-color: #fff
}

@media all and (min-width:768px) {
	.component.disclaimer .disclaimer__wrapper {
		padding-right: 0;
		padding-left: 0
	}
}

.component.disclaimer .disclaimer__wrapper.option-b {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner {
	display: flex;
	flex-wrap: wrap;
	margin-right: -24px;
	margin-left: -24px
}

@media all and (min-width:768px) {
	.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper {
		flex: 0 0 60%;
		max-width: 60%;
		margin-left: 0;
		padding: 0 24px
	}

	.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper--wide {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper .disclaimer__description {
	padding-top: 30px
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper .disclaimer__description .text-link {
	font-family: "CVS Health Sans Regular"
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper .disclaimer__description p {
	margin-bottom: 20px
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper .disclaimer__expandCollapseWrapper {
	padding-top: 30px
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper .disclaimer__expandCollapseWrapper .link--collapse {
	display: none
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper .disclaimer__expandCollapseWrapper .disclaimer__moreTextContainer {
	display: none
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper .disclaimer__expandCollapseWrapper .disclaimer__moreTextContainer h3 {
	padding-bottom: 25px
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper .disclaimer__expandCollapseWrapper.active .link--expand {
	display: none
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper .disclaimer__expandCollapseWrapper.active .link--collapse {
	display: inline-block;
	margin-top: 30px
}

.component.disclaimer .disclaimer__wrapper.option-b .row--inner .disclaimer__contentwrapper .disclaimer__expandCollapseWrapper.active .disclaimer__moreTextContainer {
	display: block
}