.s-lch-widget-float{
	right: 80px !important;
	bottom: 40px !important;
}
#home-content .imgRight{
	float: right;
	margin-left: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}
#home-content .leftGrid{
	padding-right: 10px;
}

.exitBtn{
	position: fixed;
	right: 10px;
	top: 180px;
	z-index: 999999;
	max-width: 170px;
	padding: 10px;
	background: #FFBD07;
	color: #000;
	border: 10px solid #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

/********* SLIDE SHOW FIX**********/
#home-content .slides img{
	width: 100%;
}
#home-content .contentHolder{
	padding-left: 30px;
	padding-right: 30px;
}

/*********ABOUT PAGE**********/
#home-content .noStyleList{
	margin-left: 0;
}
#home-content .noStyleList li{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.aboutOutline
{
	border: 2px solid #763775;
	padding: 20px;
	margin: 10px;
}
.aboutOutline a
{
	font-weight: bold;
}
#home-content .aboutOutline p
{
	margin-top: 0;
	margin-bottom: 0;
}
/********SCHOLARSHIPS********/
#home-content .lgbtqaSeven .grid9
{
	padding-right:20px;
}
#home-content .lgbtqaSeven h2
{
	margin-bottom: 0;
}
/******BBAKER, DBAKER, & BOBBAKER PAGES******/
#home-content .lgbtqaNine .grid9
{
	padding-right:10px;
}
#home-content .lgbtqaNine .grid3
{
	padding-left: 5px;
	padding-right: 5px;
}
.bobBakerImg
{
	padding-top: 10px;
}
/*******DEFAULT PAGE*******/
.rightStyleInfo
{
	border: 2px solid #eee;
	padding: 10px;
	font-weight: bold;
}
.rightStyleInfo h4
{
	text-align: center;
}
.rightStyleInfo hr
{
	margin-top: 7.5px;
	margin-bottom: 7.5px;
}
.negativeImagePadding
{
	padding-top: -15px;
}
.fullBtn
{
	width: 100%;
}
#home-content .grid8
{
	padding-right: 10px;
}
#home-content .purpleBack{
	float: left;
	width: 100%;
	display: block;
	background-color: #382140;
	position: relative;
	padding-top: 1%;
}
/**********STUDENT ORGANIZATION************/
#home-content #stuOrgStyle .row-responsive
{
	margin-bottom: 0;
}
#home-content #stuOrgStyle a
{
	font-weight: bold;
	text-decoration: none;
}
#home-content #stuOrgStyle a:before
{
	content: "• ";
}
#home-content .stuOrgPar
{
	margin-top: 0;
	margin-bottom: 0;
}


#home-content .imgLeft{
	float: left;
	padding: 0px 20px 20px 0px;
}


#home-content #topSection .grid3{
	padding-left: 20px;
}

#home-content #cardSection .grid6{
	padding: 0px 20px;
}
#home-content #cardSection .card{
	padding: 20px;
	border-right: 3px solid #eee;
	border-bottom: 3px solid #eee;
}
#home-content .midSection{
	padding: 20px;
}

#home-content #grayBackground{
	background-color: #eee;
	padding: 20px 30px 20px 30px;
	float: left;
	margin-top: 20px;
}
#home-content #grayBackground h3{
	margin-top: 10px;
}
#home-content #grayBackground .grid8{
	padding-right: 20px;
	border-right: 3px  solid #fff; 
}
#home-content #grayBackground .grid4{
	padding-left: 30px;
	padding-right: 20px;
	font-size: 1.1em;
}
#home-content #grayBackground .spotlightName{
	font-size: 1.2em;
}
#home-content #grayBackground .spotlightName strong{
	font-size: 1.3em;
	color: #441F49;
}

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

	/********** DEFAULT PAGE **********/
	#home-content .linkWrapper .grid4{
		width: 33.3333%;
		padding: 0 10px;
	}

	/*********** SCHOLARSHIP PAGE **********/
	#home-content .scholarshipImages img{
		width: 32%;
		margin: 0;
	}

}


@media only screen and (max-width:650px){
	/********** ALLY PROGRAM **********/
	/* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr{display: block;}
    /* Hide table headers (but not display: none;, for accessibility) */
    #home-content .allyTable thead tr{position: absolute; top: -9999px; left: -9999px;}
    /* Behave  like a "row" */
    #home-content .allyTable td{ border-bottom: 1px solid #C1C1C1; position: relative; padding-left: 50%;}
    /* Now like a table header */
    #home-content .allyTable td:before{position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; font-weight: bold;}
    #home-content .allyTable td:before{content: attr(data-label);}

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr{display: block;}
    /* Hide table headers (but not display: none;, for accessibility) */
    #home-content .bathroomTable thead tr{position: absolute; top: -9999px; left: -9999px;}
    /* Behave  like a "row" */
    #home-content .bathroomTable td{ border-bottom: 1px solid #C1C1C1; position: relative; padding-left: 50%;}
    /* Now like a table header */
    #home-content .bathroomTable td:before{position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; font-weight: bold;}
    #home-content .bathroomTable td:before{content: attr(data-label);}
}
@media only screen and (max-width:480px){
	/********** DEFAULT PAGE **********/
	#home-content .linkWrapper .grid12{
		width: 100%;
	}

	/*********** SCHOLARSHIP PAGE **********/
	#home-content .scholarshipImages img{
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width:480px){
	/********** ABOUT US PAGE **********/
	#home-content .staffProfiles .grid6{
		width: 100%;
		margin: 0;
	}
	#home-content .staffProfiles .grid6:first-of-type{
		margin-bottom: 10px;
	}
	#home-content .bBaker img{
		display: none;
	}
	#home-content .dBaker img{
		display: none;
	}
	#home-content .bobBaker img{
		display: none;
	}
}
