.table td,.table th{
	vertical-align:middle;
}

.card{
	position:relative;
	display:flex;
	flex-direction:column;
	min-width:0;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box;
	border:1px solid rgba(0, 0, 0, .125);
	border-radius:4px;
}

.card>hr{
	margin-right:0;
	margin-left:0;
}

.card>.list-group:first-child .list-group-item:first-child{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.card>.list-group:last-child .list-group-item:last-child{
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}

.card-body{
	flex:1 1 auto;
	min-height:1px;
	padding:1.25rem;
}

.card-title{
	margin-bottom:.75rem;
}

.card-subtitle{
	margin-top:-.375rem;
}

.card-subtitle,.card-text:last-child{
	margin-bottom:0;
}

.card-link:hover{
	text-decoration:none;
}

.card-link+.card-link{
	margin-left:1.25rem;
}

.card-header{
	padding:.75rem 1.25rem;
	margin-bottom:0;
	background-color:rgba(0, 0, 0, .03);
	border-bottom:1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child{
	border-radius:3px 3px 0 0;
}

.card-header+.list-group .list-group-item:first-child{
	border-top:0;
}

.card-footer{
	padding:.75rem 1.25rem;
	background-color:rgba(0, 0, 0, .03);
	border-top:1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child{
	border-radius:0 0 3px 3px;
}

.card-header-tabs{
	margin-bottom:-.75rem;
	border-bottom:0;
}

.card-header-pills,.card-header-tabs{
	margin-right:-.625rem;
	margin-left:-.625rem;
}

.card-img-overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:1.25rem;
}

.card-img,.card-img-bottom,.card-img-top{
	flex-shrink:0;
	width:100%;
}

.card-img,.card-img-top{
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.card-img,.card-img-bottom{
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}

.card-deck .card{
	margin-bottom:12px;
}

@media (min-width:576px){
	.card-deck{
		display:flex;
		flex-flow:row wrap;
		margin-right:-12px;
		margin-left:-12px;
	}
	.card-deck .card{
		flex:1 0 0%;
		margin-right:12px;
		margin-bottom:0;
		margin-left:12px;
	}
}

.card-group>.card{
	margin-bottom:12px;
}

@media (min-width:576px){
	.card-group{
		display:flex;
		flex-flow:row wrap;
	}
	.card-group>.card{
		flex:1 0 0%;
		margin-bottom:0;
	}
	.card-group>.card+.card{
		margin-left:0;
		border-left:0;
	}
	.card-group>.card:not(:last-child){
		border-top-right-radius:0;
		border-bottom-right-radius:0;
	}
	.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{
		border-top-right-radius:0;
	}
	.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{
		border-bottom-right-radius:0;
	}
	.card-group>.card:not(:first-child){
		border-top-left-radius:0;
		border-bottom-left-radius:0;
	}
	.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{
		border-top-left-radius:0;
	}
	.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{
		border-bottom-left-radius:0;
	}
}

.card-columns .card{
	margin-bottom:.75rem;
}

@media (min-width:576px){
	.card-columns{
		column-count:3;
		column-gap:1.25rem;
		orphans:1;
		widows:1;
	}
	.card-columns .card{
		display:inline-block;
		width:100%;
	}
}

.accordion>.card{
	overflow:hidden;
}

.accordion>.card:not(:last-of-type){
	border-bottom:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

.accordion>.card:not(:first-of-type){
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.accordion>.card>.card-header{
	border-radius:0;
	margin-bottom:-1px;
}

.card-promotion{
	height:100%;
	border-width:0;
	scroll-margin-top:4rem;
}

.card-promotion .btn-promo-learn-more{
	margin-top:auto;
}

.card-promotion .card-actions{
	flex-grow:0;
	margin-top:auto;
	padding-top:0;
}

.card-promotion .card-actions .btn{
	vertical-align:bottom;
}

.card-promotion .promotion-image{
	overflow:hidden;
}

.card-promotion .card-img-top{
	transition:transform .2s ease-in-out;
}

.card-promotion:hover .card-img-top{
	transform:scale(1.05);
}

@media (min-width:768px){
	.card-promotion{
		scroll-margin-top:0;
	}
}

.row-promotions .col{
	margin-bottom:1.5rem;
}

.modal-promo-details .modal-overlay{
	align-items:flex-start;
	padding-top:12px;
	padding-bottom:12px;
}

@media (min-width:768px){
	.modal-promo-details .modal-overlay{
		align-items:center;
		padding:0;
	}
}

.modal-promo-details .modal-title{
	padding:0 calc(1.2rem + 16px) 0 1.2rem;
}

.modal-promo-details .modal-container{
	max-width:calc(100% - 24px);
	max-height:100%;
	overflow:scroll;
}

@media (min-width:1200px){
	.modal-promo-details .modal-container{
		max-width:50rem;
		height:auto;
		overflow:auto;
	}
}

.card-promotion{
	color:#fff;
	background-color:#403267;
}

