div.header-top a.paymentButton
	{
	display:block;
	border: 1px solid #fff;
	padding: 5px 10px;
	background: transparent;
	transition: background-color 0.5s ease;
	}
	
div.header-top a.paymentButton:hover
	{
	border: 1px solid #fff;
	color: #122ff1;
	background-color: #fff!important;
	}
	
header.template-header .header-top
	{
	z-index: 1000;
	}

header.template-header.multiple-phones .header-top li.website-phone-dropdown ul li {
    border-bottom: 1px dotted #fff;
        margin: 4px  0;
}

header.template-header.multiple-phones .header-top li.website-phone-dropdown ul {
    width: 300px;
    margin: -5px 0 0 -100px;
}

.warning-message {
    background: #2240ee;
    border-bottom: 1px solid #f4f4f4;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}

#review-button > div {
    max-width: 170px;
    margin: 0 auto;
}

.image-container img {
		max-width: 100%;
		transition: .3s;
	}
	.image-container img:hover {
		opacity: .8;
	}
	.image-container {
		width: 49%;
		display: inline-block;
		height: 400px;
		overflow: hidden;
		padding: 10px;
		text-align: center;
	}
	@media (max-width: 767px) {
		.image-container {
			width: 100%;
			height: auto;
			overflow: visible;
		}
	}



.widget.image-heading4-text.block--center.grayback.opt-align-right.opt-wrap-bottom > div {
    background-color: #f4f4f4;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}
.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

hr.blue {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 2px solid #283dec;
}