.ie8 #main li,
.ie7 #main li {
	margin-left: 10px;
}
.ie7 #hero aside {
	
	margin-left: -960px;
}
.ie7 header .socialMedia {
	margin-left: 270px;
}
.ie7 .showcase .container section {
	width: 32%;
}
.ie7 #main .container ul li {
	display: inline;
}
.ie7 #main .container ul li ul,
.ie7 #main .container ul li ul li {
	display:inline; /* IE state 'stick' fix */
}
.ie7 #main .container ul li:hover ul,
.ie7 #main .container ul li:hover ul li {
	display:block; /* IE state 'stick' fix */
}
.ie7 #main .container ul li:hover ul {
	left: 0;
}
.ie7 .pure-g .left {
	float: left;
}





h1, h2, h3, h4 {
	font-family: 'Montserrat', 'sans-serif';
	text-transform: uppercase;
}
header {
	padding: 0;
	background: #e4d8cb;
}
header .container {
	background: url(//s3.amazonaws.com/fmg-websites-custom/337676-goucher/images/bg_masthead.png) no-repeat;
	height: 150px;
}
header .socialMedia {
	float: right;
	margin-right: 10px;
}
header .socialMedia a {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
header .socialMedia .facebook {
	background: #3B5998;
}
header .socialMedia .twitter {
	background: #00aced;
}
header .socialMedia .linkedIn {
	background: #007bb6;
}
header .socialMedia .youTube {
	background: #bb0000;
}
header .socialMedia .email {
	background: #6a8db1;
}
header .socialMedia img {
	display: none;
}
header .pure-g {
	padding-top: 25px;
}
header .pure-g .right {
	margin: 0;
	color: #363636;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 14px;
	text-transform: uppercase;
}
header .pure-g .right p {
	margin-left: 345px;
}
nav li {
	font-family: 'Montserrat', 'sans-serif';
	font-size: 16px;
	margin-left: 17px;
	padding-right: 17px;
}
h1 {
	color: #45719e;
	font-weight: bold;
	font-size: 34px;
}
#main {
	background: #45719e;
	min-height: 50px;
}
#main .container {
	background: none;
	padding: 0;
}
#main li {
	background: none;
}
#main .container>ul>li {
	display: inline-block;
	min-height: 50px;
}

#main .container>ul>li>a {
	padding: 15px 0;
	display: inline-block;
}
#main .subnav {
	top: 50px;
}
#homeButton {
	display: none;
}
#hero {
	background: none;
	height: 350px;
	margin-top: 20px;
	margin-bottom: 25px;
}
#hero h2 {
	font-size: 32px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	text-align: center;
	margin-top: 140px;
}
#hero p {
	font-family: 'Montserrat', 'sans-serif';
	text-align: center;
}
#hero .hero {
	width: 960px;
	height: 350px;
}
#hero1 .hero {
	background-image: url(//s3.amazonaws.com/fmg-websites-custom/337676-goucher/images/hero1.jpg)!important;
}
#hero2 .hero {
	background-image: url(//s3.amazonaws.com/fmg-websites-custom/337676-goucher/images/hero2.jpg)!important;
}
#hero3 .hero {
	background-image: url(//s3.amazonaws.com/fmg-websites-custom/337676-goucher/images/hero3.jpg)!important;
}
#hero4 .hero {
	background-image: url(//s3.amazonaws.com/fmg-websites-custom/337676-goucher/images/hero4.jpg)!important;
}
#hero aside {
	position: absolute;
	margin-left: 0;
	width: 960px;
}
#hero .wrapper {
	padding: 0;
}

#hero .backArrow, 
#hero .forwardArrow {
	width: 18px;
	height: 40px;
	z-index: 10;
	top: 148px;
}
#hero .backArrow {
	left: 30px;
	background: url(//s3.amazonaws.com/fmg-websites-custom/337676-goucher/images/backArrow.png) no-repeat;
	transition: all 0.1s ease-in-out 0s;
}
#hero .backArrow:hover {
	opacity: .5;
}
#hero .forwardArrow {
	left: 930px;
	background: url(//s3.amazonaws.com/fmg-websites-custom/337676-goucher/images/forwardArrow.png) no-repeat;
	transition: all 0.1s ease-in-out 0s;
}
#hero .forwardArrow:hover {
	opacity: .5;
}
#agentPhoto {
	display: none;
}
aside .rule {
	display: none;
}
#additional {
	display: none;
}
.learnmore {
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #fff;
	padding: 8px 20px;
	transition: all 0.1s ease-in-out 0s;
}
.learnmore:hover {
	background: #fff;
	color: #45719e;
	text-decoration: none;
	transition: all 0.1s ease-in-out 0s;
}

/*  showcase */

.homepage .showcase .container {
	background: #fff;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #d1d1d1;
}
.showcase .container section {
	display: inline-block;
	width: 32.2%;
	background: #45719e;
	margin-right: 15px;
	margin-top: 15px;
	vertical-align: top;
	min-height: 310px;
	position: relative;
	color: #fff;
}
.showcase .container .last {
	margin-right: 0;
}
.showcase-infobox {
	
}
.showcase-infobox h2 {
	font-size: 20px;
	background: #8faac5;
	color: #fff;
	margin: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.showcase-infobox p {
	font-family: 'Lato', 'sans-serif';
	font-size: 14px;
	margin-left: 20px;
	padding-top: 15px;
	margin-bottom: 20px;
	padding-right: 20px;
}
.showcase-infobox .learnmore {
	position: absolute;
	bottom: 28px;
	left: 85px;
}

.homepage #content .rule {
	display: none;
}
#content .container {
	background: none;
}
#suggested h2 {
	margin-top: 0;
}
footer {
	background: #23394f;
}
footer h4 {
	font-size: 16px;
}
footer .contact {
	width: 220px;
}
footer .quickLinks {
	display: none;
}

