.sentByCardTop, .sentByCardBottom, .sentByCardFooter{
	position: absolute;
	width: 350px;
	max-width: 100%;
	padding:  0px 20px;
	background-color: white;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: "Roboto";
}

.sentByCardTop {
	top: 20px;
	left: 150px;
}

.sentByCardBottom {
	bottom: 75px;
	left: -15px;
	z-index: 101;
}

.sentByCardFooter {
	bottom: 0px;
	left: 0px;
	z-index: 101;
	margin-left: 0px;
	width: 100%;
}

.sentByLabel {
	margin-top: 5px;
	font-style: italic;
	color:#666;
	font-weight: 500;
}

.sentByName {
	font-size: 24px;
	font-weight: 500;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
	font-weight: 700;
	line-height: .8em;
}

.sentByEmail {
	font-size: 16px;
	font-weight: 200;
	padding-left: 25px;
	margin: 0px;
	color:#666;
}

.sentByDate {
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
}

.sentByButton {
	display: inline-block;
	padding:10px;
	margin-top: 5px;
	margin-left: 20px;
	color: black;
	font-size: 18px;
	font-weight: 200;
}
.sentByButton>img {
	margin-right: 3px;
}

.sentByButton:hover {
	opacity: 0.5;
}

.sentByCardFooter>.wvFooterStorySlabLink {
	height: 40px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	border-top: 2px solid #666;
	display: inline-block;
	max-width: 100%;
}

.sentByCardFooter>.wvFooterStorySlabLink>img{
	height: 100%;
}

.sentByButtonContainer {
	display: inline-block;
	width: 100%;
    text-align: center;
}

.card-item .item-options {
	display: block;
}

.wvIdentity {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 255;
	backdrop-filter: blur(10px);
	text-align: center;
	vertical-align: middle;
}

.wvIndentityModal {
	padding: 30px;
	padding-top: 15px;
	background-color: white;
	max-width: 500px;
	max-height: 300px;
	width: 80%;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	position: relative;
	top: 40%;
  	left: 50%;
	transform: translate(-50%, -50%);
}

.wvIndentityModal form {
	position: relative;
}

.wvIndentityModal .privacy {
	margin-top: 20px;
}

#wvIdentityEmail {
	padding: 5px;
	width: 100% !important;
	margin-left: 0px !important;
}

.wvIdentityTerms, .wvIdentityEmail {
	width: 75%;
	margin: auto;
}

.wvIdentityTerms {	
	margin:auto;
	margin-bottom: 10px;
}

.wvIdentityTerms span {
	font-size: 0.8rem !important;
}

#submitIdentity {
	min-width: 180px;
}

.wvShare {
	pointer-events: all;
}
.wvHeader {
	z-index: 250;
}

@media all and (max-width: 749px) {
	.wvIdentityTerms, .wvIdentityEmail {
		width: 85%;
	}

	.card-segment .header {
	  width:100% !important;
	  margin-left: 0px;
	}

	.privacy {
		padding-left: 50px;
		padding-right: 50px;
	}

	.wvContent {
		height: Calc(100% - 130px) !important
	}

}  

@media screen and (max-width: 1200px) {
	.disclaimerPopover {
		z-index: 255;
		height: 60px;
		left: auto;
		right: 25px;
	}
}


@media screen and (min-width: 1200px) {
	.sentByCardBottom {
		display: none;
	}
	.sentByCardFooter, .sentByCardBottomFooterContainer {
		display: none;
	}
}

@media screen and (min-width: 925px) and (max-width: 1200px) {
	.sentByCardBottom {
		display: inline-block;
	}
	.sentByCardTop {
		display: none;
	}
	.sentByCardFooter, .sentByCardBottomFooterContainer {
		display: none;
	}
}

@media screen and (max-width: 924px) {
	.disclaimerPopover {
		width: 100%;
		right: 0;
	}
	.sentByCardBottom {
		display: none;
	}
	.sentByCardTop {
		display: none;
	}
	.wvContent {
		height: Calc(100% - 90px);
	}
	.wvFooter {
		display: none !important;
	}
	.sentByButtonContainer {
		float: right;
		width: auto;
		margin-top: -40px;
	}
}

@media screen and (max-width: 350px) {
	.sentByCardFooter {
		margin-left: 0px;
	}	
	.sentByButton {
		margin-left:5px;
	}
}

@media screen and (max-width: 475px) {
	.sentByButtonContainer {
		margin-top: 0px;
	}	
}

@media screen and (max-width: 284px) {
	.wvContent {
		height: Calc(100% - 181px) !important;
	}
}
