/* 
This is the section css for
student 
*/
#home-content .ramPortalStudent li{
	padding-bottom: 1%;
}
#home-content .ramPortalStudent img{
	border: 3px solid #eee;
}
#home-content .ramPortalStudent img.rammyLogo{
	float: right;
	border: none;
}

/** ramportal search **/
/* #home-content .ramPortalSearch h2{
text-align: center;
} */
#home-content .ramPortalSearch .ramPortalIntro{
	text-align: center;
}
/* #home-content .ramPortalSearch .searchResources{
text-align: center;
} */
#home-content .ramPortalSearch .row-responsive:first-of-type{
	margin-bottom: 0px;
}
#home-content .ramPortalSearch .row-responsive:first-of-type .grid3{
	padding-right: 35px;
}
#home-content .ramPortalSearch .searchResources input{
	width: 20em;
}
#home-content .ramPortalSearch .searchResources .btnWarning{
	padding: 5px 20px;
	font-size: .6em;
}
#home-content .ramPortalSearch .resourceTable{
	margin-top: 10px;
}
#home-content .ramPortalSearch .resourceTable table tr th{
	background: #382140;
	padding: 15px 10px 15px 30px;
	font-size: 1.3em;
	color: #ffe800;
	border: none;
}
#home-content .ramPortalSearch .resourceTable table tr th:nth-of-type(3){
	padding-left: 65px;
}
#home-content .ramPortalSearch .resourceTable table tr td{
	border: none;
	padding: 30px;
}
#home-content .ramPortalSearch .resourceTable table tr:nth-of-type(odd){
	background: #FFF;
}
#home-content .ramPortalSearch .resourceTable table tr td:first-of-type{
	width: 30%;
	min-width: 30%;
}
#home-content .ramPortalSearch .resourceTable table tr td:first-of-type a{
	font-size: 1.3em;
	font-weight: bold;
	color: #6e3061;
}
/* #home-content .ramPortalSearch .resourceTable table tr td:nth-of-type(2),
#home-content .ramPortalSearch .resourceTable table tr th:nth-of-type(2){
	display: none;
} */
#home-content .ramPortalSearch .resourceTable table tr{
	border-bottom: 2px solid #FFE800;
}
#home-content .ramPortalSearch .resourceTable table tr td:nth-of-type(3){
	width: 70%;
	min-width: 70%;
}
#home-content .ramPortalSearch .resourceTable table tr td span{
	padding-left: 30px;
	border-left: 4px solid #ffe800;
	display: inline-block;
	min-height: 75px;
}
#home-content .ramPortalSearch .resourceTable span.pdfIcon, #home-content .ramPortalSearch .resourceTable span.docuIcon{
	display: none;
}
#home-content .ramPortalSearch .resourceTable .invisible, .invisibleTags{
	display: none;
}
#home-content .ramPortalSearch .noResultsAlert{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 6px;
	margin: 0;
	clear: left;
}
.mobile-hide{
	color: #6e3061;
	font-size: 1.1em;
}
#home-content p.brokenLinkText{
	text-align: center;
    float: left;
    width: 100%;
    margin: 0;
}

/** global side menu css was not getting picked up **/
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
	background-color: #fff;
}
#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;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #763775;
}
#home-content .sideLinks .grid12 a:hover{
	color: #763775;
	border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
	color: #763775;
	border-left: 3px solid #763775;
}

@media only screen and (max-width:768px){
	#home-content .ramPortalSearch .searchResources label,
	#home-content .ramPortalSearch .searchResources input{
		width: 100%;
	}
	#home-content .ramPortalSearch .sideLinks{
		padding-right: 0;
		position: inherit;
	}
	#home-content .ramPortalSearch .resourceTable table tr{
		padding: 10px 20px;
	}
	#home-content .ramPortalSearch .resourceTable table tr td:first-of-type,
	#home-content .ramPortalSearch .resourceTable table tr td:nth-of-type(3){
		width: 100%;
		padding: 0;
	}
	#home-content .ramPortalSearch .resourceTable table tr td span{
		padding: 0;
		min-height: inherit;
	}
	#home-content .ramPortalSearch .resourceTable table tr td:before{
		display: none;
	}
}