.uc-embedding-container,
.uc-embedding-container .uc-embedding-wrapper,
.uc-embedding-container .uc-embedding-wrapper > h3,
.uc-embedding-container .uc-embedding-wrapper > .description-text{
	background: #e3e3e3;
	font-family: Conduit ITC W01 Medium, 'Concert One', Impact, Charcoal, sans-serif !important;
	color: #000000;
}

.uc-embedding-container .uc-embedding-wrapper{
	border-radius: 0;
}

.uc-embedding-container .uc-embedding-wrapper .uc-embedding-buttons .uc-embedding-more-info{
	background: #584e4f;
	font-family: inherit;
	color: #fff;
}

.uc-embedding-container .uc-embedding-wrapper .uc-embedding-buttons .uc-embedding-accept{
	background: #d83224;
	font-family: inherit;
}

.uc-embedding-container .uc-embedding-wrapper a{
	color: #d83224;
	font-family: inherit;
}
.uc-embedding-container .uc-embedding-wrapper  .uc-embedding-powered-by{
	font-family: inherit;
}

.uc-embedding-container .uc-embedding-wrapper .uc-embedding-buttons button{
	border-radius: 0;
	text-transform: uppercase;
	padding: 5px 13px;
	line-height: 27px;
	font-size: 19px;
	width: 400px;
	max-width: 100%;
}

@media(max-width: 1200px){
	.uc-embedding-container .uc-embedding-wrapper .uc-embedding-buttons button{
		flex-wrap: nowrap;
		flex-direction:row;
	}
}

@media(max-width: 992px){
	.uc-embedding-container .uc-embedding-wrapper{
	max-height: 255px;
	top:0;
	transform: none;
	left:0;
	width: 100%;
	max-width: none;
}
}

@media(max-width: 768px){
	.uc-embedding-container .uc-embedding-wrapper{
	width: 100%;
	max-width: none;
	max-height: 200px;
	top:0;
	left:0;
	transform: none;
}
}
