#home-content .btnRight{
	float: right;
	margin-left: 10px;
}
#home-content .gridLeft{
	padding-right: 10px;
}

/********** DEFAULT **********/
#home-content .welcomeText{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2em;
	color: #763775;
}
#home-content .rammyHome .grid4{
	padding: 0 10px;
}
#home-content .rammyHome .grid4 img{
	display: block;
	margin: 0 auto;
}

/********** APPEARANCE REQUEST **********/
#home-content .btnRight{
	float: right;
	margin-left: 10px;
}
#home-content .requestRammy img{
	display: block;
	margin: 0 auto;
}
#home-content .requestRammy .pdfIcon{
	display: none;
}
#home-content .requestRammy .btnWide{
	text-align: center;
	width: 100%;
}

/** TIMELINE **/
#home-content .timeline{
	position: relative;
	width: 100%;
}
#home-content .timeline h3{
	border-bottom: none;
	margin: 0;
	padding-top: 10px;
	color: #441F49;
}
#home-content .timeline h4{
	border-bottom: 3px solid #441F49;
}
#home-content .timeline h3:after{
	display: none;
}
#home-content .timeline:after{
	content: '';
	position: absolute;
	width: 6px;
	margin-left: -3px;
	background-color: #441F49;
	top: 0;
	bottom: 0;
	left: 50%;
}
#home-content .timeline > .grid12{
	margin: 20px 0;
	position: relative;
}
#home-content .timeline > .grid12:first-of-type{
	margin-top: 10px;
}
#home-content .timeline p{
	margin-top: 0;
}
#home-content .timeline > .grid12.left{
	padding-right: calc(50% + 20px);
}
#home-content .timeline > .grid12.right{
	padding-left: calc(50% + 20px);
}
#home-content .timeline .date{
	border: 2px solid #EEE;
	padding: 5px 10px;
	position: relative;
	box-shadow: 0px 0px 5px 2px #888888;
}
#home-content .timeline > .grid12 > .grid12:after{
	content: '';
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 4px solid #B094B5;
	position: absolute;
	border-radius: 50%;
	top: -15px;
	z-index: 1;
}
#home-content .timeline .left > .grid12:after{
	right: -35.5px;
}
#home-content .timeline .right > .grid12:after{
	left: -35.5px;
}
#home-content .timeline .right img,
#home-content .timeline .left img{
	display: block;
	margin: 10px auto;
	max-width: 400px;
	width: 100%;
}
#home-content .timeline .grid6,
#home-content .timeline .grid4{
	padding: 0 10px;
}

/** recordings **/
#home-content .recordings .videoTitle{
	display: block;
	font-weight: bold;
	text-align: center;
}
#home-content .recordings a{
	text-decoration: none;
	color: #763775;
}
#home-content .recordings a:visited{
	color: #763775;
}

/** spirit enhancements **/
#home-content .spiritEnhancements tr td:nth-of-type(5){
	width: 15%;
}
#home-content .spiritEnhancements tr td img{
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width:850px){
	#home-content .timeline:after{
		left: 0;
		margin-left: 0;
	}
	#home-content .timeline > .grid12.left{
		padding: 0;
	}
	#home-content .timeline > .grid12.right{
		padding: 0;
	}
	#home-content .timeline > .grid12.left, #home-content .timeline > .grid12.right{
		padding-left: 25px;
	}
	#home-content .timeline .left > .grid12:after, #home-content .timeline .right > .grid12:after{
		left: -38px;
	}
}

@media only screen and (max-width:768px){
	#home-content .gridLeft{
		padding-right: 0;
	}	
}