/* side menu */
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
}

#home-content .grid4{
	padding-right: 20px;
}
#home-content .gridLeft{
	padding-right: 10px;
}

/*IMG PLACEMENT*/
#home-content .imgRight{
	float: right;
	padding-left: 10px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}

/*LOGIN PAGE NEW*/

#home-content .ramCloud h3{
	color: #763775;
	text-transform: uppercase;
}

#home-content .ramCloud h3:after{
	display: none;
}

#home-content .ramCloud .step p{
	font-size: 1.3em;
}
#home-content .ramCloud .accordion h3{
	font-size: 1.3em;
}
#home-content .ramCloud .knowledgeBase p{
	text-align: center;
}
#home-content .ramCloud h4{
	border-bottom: none;
	color: #441F49	;
	text-transform: uppercase;
	font-size: 1.1em;

}
/**SIDELINKS**/
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
	font-size: .9em;
	padding: 5px 10px 3px 30px;
	border-left: 0;
	font-weight: bold;
	text-indent: -10px;
	line-height: 20px;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #763775;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .sideLinks .grid12 a:hover{
	color: #763775;
	border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
	color: #763775;
	border-left: 3px solid #763775;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}
#home-content .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/********** DEFAULT **********/
#home-content .homeRight{
	padding-left: 10px;
}
#home-content .homeRight .btnMain{
	float: right;
}

/********** GET STARTED ***********/
#home-content .btnRight{
	float: right;
}
#home-content .getStarted .grid6{
	padding: 0 5px;
}

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

	/********** DEFAULT **********/
	#home-content .homeRight{
		padding-left: 0;
	}
	#home-content .homeRight img{
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (min-width:769px){

	#home-content .transitionTimeline .responsiveTable td:nth-of-type(1){
		width:40%;
	}
	#home-content .transitionTimeline .responsiveTable td:nth-of-type(2){
		width:20%;
	}
	#home-content .transitionTimeline .responsiveTable td:nth-of-type(3){
		width:20%;
	}
}

#home-content .ramCloudSnip hr {
	border: 1px solid #382140;
	margin-top: 15px;
	margin-bottom: 15px;
}

#home-content .ramCloudSnip .psuedoHead4 {
	font-size: 1.3em;
	text-align: center;
}

#home-content .smallCardSection{
	display: flex;
	margin: -20px 0px;
}
#home-content .smallCardSection .grid6{
	padding: 20px 0px;
}
#home-content .smallCardSection .grid4{
	padding: 0px 10px;
}
@media only screen and (max-width:768px){
	#home-content .gridLeft{
		padding-right: 0;
	}
}
@media only screen and (min-width:768px){
	#home-content .smallCardSection .grid6:first-of-type{
		padding-right: 20px;
	}
	#home-content .smallCardSection .grid6:last-of-type{
		padding-left: 20px;
	}
}
#home-content .smallCardSection .grid6 .card, #home-content .smallCardSection .grid4 .card{
	border: 2px solid #eee;
	border-top: 5px solid #441F49;
	padding: 20px 30px;
}
#home-content .smallCardSection .cardTitle{
	font-size: 1.3em;
	color: #441F49;
	line-height: 1em;
}
#home-content .smallCardSection .grid4 .cardTitle{
	margin-top: 0px;
}

#home-content .smallCardSection .row-responsive {
	width: 100%;
	margin: 10px 0 10px;
	float: left;
}


#home-content .classic-page .grid9, #home-content .classic-page4{
	padding-right: 20px;
}
.purpleContentBtn .grid12, .purpleContentBtn .grid12 a{
	width: 100%;
}
#home-content .purpleContentBtn .grid12 p{
	padding-left: 20px;
}

#home-content #ramDefault a.btn:visited {
	color:#fff
}

#home-content #ramDefault a.btn {
	margin: 10px 10px;
}
