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;
}

/* Sublime - Only when under Resources */
.page-article .page-content {
    max-width: 1680px;
}

#widget_iframe {
    min-height: 1300px;
    overflow-x: auto;
    overflow-y: auto;
    width: 1px;
    min-width: 100%;
    *width: 100%
}
@media only screen and (max-width:1680px) {
    #widget_iframe {
        min-height: 1100px
    }
    .internal-content .page-content-wrapper {
        padding: 0
    }
}
@media only screen and (max-width:1366px) {
    #widget_iframe {
        min-height: 960px
    }
    .internal-content .page-content-wrapper {
        padding: 0
    }
}
@media only screen and (max-width:1024px) {
    #widget_iframe {
        min-height: 700px
    }
    .internal-content .page-content-wrapper {
        padding: 0
    }
}
@media only screen and (max-width:768px) {
    #widget_iframe {
        min-height: 600px
    }
    .internal-content .page-content-wrapper {
        padding: 0
    }
}
@media only screen and (max-width:640px) {
    #widget_iframe {
        min-height: 490px
    }
    .internal-content .page-content-wrapper {
        padding: 0
    }
}
@media only screen and (max-width:480px) {
    #widget_iframe {
        min-height: 400px
    }
    .internal-content .page-content-wrapper {
        padding: 0
    }
}
@media only screen and (max-width:320px) {
    #widget_iframe {
        min-height: 300px
    }
    .internal-content .page-content-wrapper {
        padding: 0
    }
}