.geo-wrapper {
	position: relative;
	top: -36px;
}
.geo-slideshow {
	margin-bottom: 0;
}
.graysection {
	background: #31342B;
	padding: 20px 27px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: white;
	clear: both;
	overflow: auto;
}
.whitesection {
	background: white;
	padding: 20px 27px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #31342b;
	clear: both;
	overflow: auto;
}

/*GEO HOMEPAGE*/
.geo-headline {
	color: #b2bb1c;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 4px;
}
.geo-home-intro {
	background: #31342B;
	padding: 20px 27px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
	color: white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	clear: both;
	overflow: auto;
}
.arrow-btn {
	width: 250px;
	background: #b2bb1c;
	color: white;
	padding: 0;
	margin: 8px 0 6px 230px;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
.white-arrow-green {
	float: right;
	width: 45px;
	padding: 12px 0;
	background: url(/images/layout/globaled/whitearrow.png) center center no-repeat #D1D677;
}
.arrow-btn-text {
	text-align: center;
	padding: 12px 0;
}
.arrow-btn:hover {
	background: #bcc61e;
	text-decoration: underline;
	color: white;
}
.geo-wide-tilegridwrapper {
	margin-right: -26px;
}
.geo-widegrid-3col {
	float: left;
	width: 220px;
	margin: 0 26px 18px 0;
	padding: 20px 4px;
	background: #b2bb1c;
	color: white;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.geo-widegrid-3col:hover {
	background: #D1D677;
	color: white;
}
.socialbar {
	background: #E0E4A4;
	color: #31342b;
	padding: 16px 27px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	clear: both;
}

/*PROGRAM TEMPLATE*/
.programtitle {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #31342b;
	padding: 16px;
	margin: 0;
}
.program-menu {
	padding: 14px;
	color: white;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.geo-intro {
	text-align: center;
}
.highlights-wrapper {
	margin-top: 28px;
}
.program-highlight {
	width: 228px;
	float: left;
	font-size: 0.95em;
	line-height: 1.3em;
}
.program-highlight img {
	float: left;
	margin-right: 10px;
}
.map {
	margin: 0;
	background: #A9DDF3 url('/images/layout/globaled/aix/map-france.jpg') no-repeat left top;
	height: 300px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.map-aix {
	background: #A9DDF3 url('/images/layout/globaled/aix/map-france.jpg') no-repeat left top;
}
.map-orvieto {
	background: #A9DDF3 url('/images/layout/globaled/orvieto/map-orvieto.jpg') no-repeat left top;
}
.map-balkans {
	background: #A9DDF3 url('/images/layout/globaled/balkans/map-balkans.jpg') no-repeat left top;
}
.map-boston {
	background: #A9DDF3 url('/images/layout/globaled/boston/map-boston.jpg') no-repeat left top;
}
.map-oxford {
	background: #A9DDF3 url('/images/layout/globaled/oxford/map-oxford.jpg') no-repeat left top;
}
.map p {
	margin-top: 22px;
	margin-left: 27px;
	width: 250px;
	font-size: 1.2em;
	line-height: 1.5em;
}
.quote-pic {
	float: left;
	margin-right: 24px;
}
.quote-text {
	margin: 5px 0 0 80px;
}
.openquote {
	float: left;
	font-size: 4.5em;
	position: relative;
	vertical-align: top;
	top: 8px;
	right: 4px;
	margin-top: 6px;
}
.geo-menu {
	background: #31342B;
	color: white;
	padding: 16px 27px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	clear: both;
}

/* PROGRAMS PAGE */

.in-tile-wrapper {
	margin-right: -20px;
}
.in-tile {
	width: 351px;
	float: left;
	background: #31342b;
	color: white;
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 10px;
	margin: 0 20px 20px 0;
}
.in-tile img {
	margin-bottom: 10px;
}
.in-tile:hover {
	opacity: 0.7;
}
.programtile {
	float: left;
	width: 373px;
	margin: 0 20px 20px 0;
	background: #31342b;
	color: white;
	font-size: 1.2em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.programtile img {
	float: left;
	margin-right: 12px;
}
.programtile p {
	margin: 12px;
}
.programtile:hover {
	opacity: 0.7;
}