@import url(../styles/standard.css);
@import url(../styles/butler-custom.css);

.bkg:nth-of-type(3), .bkg:nth-of-type(5) {
	background: #2A0E34;
	color: #fff;
	padding-bottom: 25px;
	border-top: 10px solid #513f59;
	border-bottom: 10px solid #513f59;
}

/*
Commented out for support fix
.bkg:nth-of-type(2) h2 {
	font-size: 1.5em;
	font-family: 'Conv_MemphisLTStd-Medium';
	letter-spacing: -1px;
	line-height: 1.2em;
}*/
.bkg:nth-of-type(5) h2 {
	letter-spacing: -1px;
	line-height: 1.2em;
}

.bkg:nth-of-type(3) .item-list li a, .bkg:nth-of-type(5) .item-list li a {
	color: #fff;
}

.bkg:nth-of-type(3) .item-list li a:hover, .bkg:nth-of-type(5) .item-list li a:hover {
	color: #A29061;
}


.ie8 .item-list__stars li a {
	color: #000;
}

.bkg:nth-of-type(3) .form__block, .bkg:nth-of-type(5) .form__block {
	background: none;
}


@media screen and (max-width: 800px) {
	.bkg:nth-of-type(4) .widget {
		margin-bottom: 5em;
	}

	#feedbackWidgetForm {
		margin-top: -35px!important;
	}
}
/* Hyperlink styles for top content box on Homepages */
.widget-width__100 .editor a{
    color: #346296;
    text-decoration: underline;
}
