/* wide-fat-widget
-------------------------------------------------- */
#wide-fat-widget {
	width: 100%;
	height: 450px;
	background-color: #f6f6f6;
	position: relative;
}

#wide-fat-widget .pagewidth {
	height: 200px;
	margin: -100px 0 0 -555px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.bg1 {
	background-image: url(../images/wide-fat-widget_bg1.jpg);
	background-position: 50% 50%;
}

.bg1, .bg1 a {
	color: #fff;
}
.bg1 a:hover {
	color:#555;
}
.bg1 form {
	box-shadow: 0px 0px 3px #555;
}

.bg2 {
	background-image: url(../images/wide-fat-widget_bg2.jpg);
	background-position: 50% 50%;
}

.bg2, .bg2 a {
	color: #fff;
}
.bg2 a:hover {
	color:#555;
}
.bg2 form {
	box-shadow: 0px 0px 3px #555;
}

.bg3 {
	background-image: url(../images/wide-fat-widget_bg3.jpg);
	background-position: 50% 50%;
}
.bg3 .links_more_advance a {
    color: #333;
}
.bg3 .links_more_advance li {
    border-color: #333;
}
.bg3 h1{
	color: #333 !important;
}
.bg3, .bg3 a {
	color: #333;
}
.bg3 a:hover {
	color: #869757;
} 
.bg3 form {
	box-shadow: 0px 0px 3px #999;
}

.bg4 {
	background-image: url(../images/wide-fat-widget_bg4.jpg);
	background-position: 50% 50%;
}
.bg4 a:hover {
	color: #9EAC79;
}
.bg4, .bg4 a {
	color: #fff;
}

.bg4 form {
	box-shadow: 0px 0px 3px #555;
}

#wide-fat-widget h1 {
	font-size: 45px;
	line-height: 100%;
	margin-left: -3px;
	color:#fff;
}

#wide-fat-widget h2 {
	font-size: 16px;
	line-height: 100%;
	margin: 8px 0 20px 0;
}
#wide-fat-widget p span{
	font-weight: bold;
}
#wide-fat-widget form {
	background: #fff;
	padding: 5px;
	width: 638px;
	height: 60px;
	margin-bottom: 5px;
}

#wide-fat-widget p {
	float: left;
}

#wide-fat-widget label {
	display: none;
}

#wide-fat-widget_zipfield {
	width: 500px;
	height: 50px;

	padding-left: 5px;
	font: 300 18px/36px 'Open Sans', sans-serif;
	border: 0;
	background: #fff;
}

#wide-fat-widget .gradient {
	float:right;
	width: auto;
	height: 50px;
	border: 1px solid #728148;
	background: #869757 url(../images/white-gradient.png) repeat-x left top;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}

#wide-fat-widget .gradient:hover {
	background-color: #728148;
}

#wide-fat-widget_button {
	width: 120px;
	color: #fff;
	font: 400 18px/20px 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px #566726;
	vertical-align:middle;
	padding-left: 15px;
	text-align: left;
	height: 50px;
	border: 0;
	background: url(../images/wide-fat-widget_arrow.png) no-repeat 87% 50%;
	cursor: pointer;
}

#wide-fat-widget a {
	font-size: 12px;
}

/* home_feedback-slideshow
-------------------------------------------------- */
#home_feedback-slideshow .pagewidth {
	margin: 15px auto 20px;
	border: 1px solid #e5e5e5;
	padding: 20px 60px;
	text-align: center;
}

#home_feedback-slideshow .hp-slideshow {
	width: 100%;
	height: 170px;
	overflow:hidden;
}

#home_feedback-slideshow .hp-slideshow li {
	background: #fff;
	width: 100%;
	height: 170px;
	list-style-type:none;
}

#home_feedback-slideshow strong {
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	line-height: 36px;
	display: block;
	margin-bottom: 5px;
}
#fssList {
	margin-top:10px;
}
#home_feedback-slideshow #fssList li {
	display: inline-block;
	margin: 0 3px;
}

#home_feedback-slideshow #fssList li a {
	display: block;
	width: 12px;
	height: 12px;
	background: #bbb;
	text-indent: -999em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#home_feedback-slideshow #fssList li.fssActive a {
	background: #869853;
}

/* home_search-filters
-------------------------------------------------- */
#home_search-filters h1 {
	font-size: 24px;
}

#home_search-filters h2 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}

#home_search-filters .a-to-z-list {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}

#home_search-filters .a-to-z-list a {
	display: inline-block;
	margin-right: 15px;
}

#home_search-filters .column-links {
	border-bottom: 1px solid #e5e5e5;
	columns: 6;
	-webkit-columns: 6;
	-moz-columns: 6;
	padding: 15px 0;
}

#home_search-filters .column-links a {
	display: block;
	background: url(../images/blue-arrow-right.png) no-repeat -4px 6px;
	background-size: 15px;
	padding-left: 13px;
}

#home_search-filters .left-column {
	width: 50%;
	float: left;
}

#home_search-filters .right-column {
	width: 50%;
	float: left;
}

#home_search-filters .left-column ul, #home_search-filters .right-column ul {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	padding-top: 0;
}

#home_search-filters .full-column {
	width: 100%;
	float: left;
}

#home_search-filters .full-column ul {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	padding-top: 0;
}

#home_search-filters .psychology-tests ul {
	padding: 10px 0 0;
	border-bottom: 0;
}

#home_search-filters .psychology-tests h2 a {
	color: #555;
	text-decoration: none;
}