/*! STAGE SETTING **/
.c-recommendations,
#categoryHeader,
.c-custom-select__container {
	display:  none;
}

.pwa-site div[class*="module-"] > .row > .col-xs-12 {
	padding: 0;
}

.pwa-site div[class*="module-"] > .row > .col-xs-12 p,
.pwa-site div[class*="module-"] > .row > .col-xs-12 h3,
.pwa-site div[class*="module-"] > .row > .col-xs-12 ul {
	padding-left: 24px;
	padding-right: 24px;
}

/*! GENERAL **/

div[class*="module-"] + div[class*="module-"] {
	margin-top: 50px;
}

div[class*="module-"]:last-of-type {
	margin-bottom: 50px;
}

.overlay-component {
	position: absolute;
}

.padded-modal {
	padding: 20px;
}

/*! HEADER **/

.module-header .header-component {
	letter-spacing: 2px;
}

/*! HERO **/

.module-hero .overlay-component {
	top:  0;
	bottom: 0;
	right: 5vw;
	max-width: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.desktop-site.screen-sm .module-hero .overlay-component,
.desktop-site.screen-xs .module-hero .overlay-component {
	position: relative;
	align-items: center;
	margin-top: 40px;
	right: initial;
	top: initial;
	bottom: initial;
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
}

.pwa-site .module-hero .underlay-component {
	margin-top: 50px;
	text-align: center;
}

.module-hero .envelope-header-wrapper {
	display:  flex;
	align-items:  center;
}

.desktop-site.screen-sm .module-hero .envelope-header-wrapper,
.pwa-site .module-hero .envelope-header-wrapper {
	flex-direction: column;
}

.desktop-site.screen-sm .module-hero h3 {
	margin-top: 15px !important;
}

.desktop-site.screen-sm .module-hero p,
.desktop-site.screen-xs .module-hero p,
.pwa-site .module-hero p {
	text-align: center;
}

html:not(.screen-sm,.pwa-site) .module-hero .envelope-header-wrapper img {
	margin-right: 15px;
}

.module-hero ul {
	list-style-type: none;
	padding-left: 10px;
}

.pwa-site .module-hero ul {
	text-align: left;
}

.module-hero ul li:before {
	display: inline-block;
	content: "-";
	width: 10px;
	margin-left: -10px;
}

/*! CARD REMINDER **/
.modal-trigger-btn {
	font-weight: 700;
	text-decoration: underline;
}

.pwa-site #colorbox {
	position:  fixed !important;
}

.disclaimer-low
{
position: absolute;
    right: 21px;
    bottom: 0px;
	font-size: 12px;
}

.pwa-site .disclaimer-low
{
	position: absolute;
    right: 0px;
    bottom: -40px;
    padding: 0px 10px;
    font-size: 12px;
    text-align: right;
    line-height: 1.1;
}