/* 
This is the section css for
PSU 
*/


/*	ALERT MESSAGE - top of home page	*/
#home-content .topBannerMessage{
	padding: 3% 5% 3% 10%;
	background-color: #382140;
	float: left;
	width: 100%;
}
#home-content .topBannerMessage p{
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
}
#home-content .topBannerMessage p strong{
	color: #ffe800;
}
#home-content .topBannerMessage a,
#home-content .topBannerMessage a:visited{
	color: #fff;
}
/*	end	*/

#home-content .button {
	background-color: #763775; 
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
#home-content .contain-width{
	max-width: 550px;
	margin-left: 25%;
	text-align: right;
	margin-top: 0px;
	float: left;
	display: block;
}
.split-popup-fix a.wcuLink{
	display: block;
	margin-bottom: 20px;
}
#home-content .bc-ii{
	padding: 5% 20%;
}
#home-content .leftClear{
	float: left;
}
#home-content .grid8{
	padding-right: 30px;
}
#home-content .backgroundImg {
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	clear: left;
}

#home-content .backgroundImg div {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.6);
	background-size: cover;
	border: 1px solid #F7F7F7;
	height: 100%;
	cursor: pointer;
}

#home-content .backgroundImg p {
	color: #FFF;
	padding-top: 13px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

/*Dotted line transition for all else(gray line)*/
#home-content .backgroundImg p a {
	-webkit-transition: all 75ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 75ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 75ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 75ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
#home-content .backgroundImg:hover p a{
	font-size: 1.3em;
}
/*end dotted line transition*/
#home-content #newHires {
	background-image: url(/hr/images/backgroundCheck01.jpg);
}

#home-content #minors {
	background-image: url(/hr/images/backgroundCheck02.jpg);
}

#home-content .jobOpps{
	background-color: rgba(217, 170, 42, 1);
	margin: 2px 0;
}

#home-content .jobOpps p a{
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 1.1em;
	padding: 5px 0;
	text-decoration: none;
}

/*Dotted line transition for jobOpps(black line)*/
#home-content .jobOpps p{
	text-align: center;
	padding: 20px 0;

}
/*end dotted line transition*/

#home-content #penBtn .grid6:nth-child(1) {
	padding-right: 5px;
}
#home-content #penBtn .grid6:nth-child(2) {
	padding-left: 5px;
}

#home-content .sideBtn{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;

}

#home-content .videoContainer{
	padding-right: 0;
	width: 100%	
}

#home-content .videoContainer img {
	width: 100%
}

#home-content #ytVid .row-responsive {
	margin-bottom: 1px;
}

#home-content #hmPg .grid8{
	padding-right: 10px;
}

#home-content #hmPg .grid4{
	padding-left: 10px;
}
/* Social Media Icons */
#home-content .facebookIcon a {
	background: url(../images/logos1.png) 0px 0px no-repeat;
	padding: 12px 0 6px 45px;	
}
#home-content .facebookIcon{
	margin-top: 20px;
}
#home-content  .facebookIcon a:hover{background-position: 0px -40px;}

#home-content .twitterIcon a {
	background: url(../images/logos1.png) -110px 0px no-repeat;
	padding: 12px 0 6px 45px;
	margin-top: 10px;
}

#home-content .twitterIcon{
	margin-top: 20px;
}
#home-content  .twitterIcon a:hover{background-position: -110px -40px;}

#home-content .linkedInIcon a {
	background: url(../images/logos1.png) -230px 0px no-repeat;
	padding: 12px 0 6px 45px;
	margin-top: 10px;
}

#home-content .linkedInIcon{
	margin-top: 20px;
}
#home-content .linkedInIcon a:hover{background-position: -230px -40px;}

#home-content .glassdoorIcon a {
	background: url(../images/glassdoor.png) 10px 5px no-repeat;
	padding: 12px 0 6px 45px;
	margin-top: 10px;
}

#home-content .glassdoorIcon{
	margin-top: 20px;
	margin-bottom: 10px;
}
#home-content .glassdoorIcon:hover a
{
	background:url(../images/glassdoor.png) 10px -46px no-repeat;
}


/* News Announcement */
#home-content .news{background-color: #EEE; padding: 10px;}
#home-content .news h4{margin-bottom: 5px;}
#home-content .news p{color: #474747; border-bottom: 1px dotted #763775; margin-bottom: 5px; margin-top: 5px; padding-bottom: 5px;}
#home-content .news p:last-of-type{border-bottom: none;}

/* NEWS TICKER */
#tickerContainer{
	height: 370px;
	overflow: hidden;
	position: relative;
}
/* .homepage .grid4 h3 {margin-top: 0;} */
#tickerContainer ul {position: relative; margin-left: 0;}
#tickerContainer li {
	border-bottom: 2px solid #D9AA2A;
	position: relative;
	list-style-type: none;
	color: #000;
	padding-bottom: 15px;
	background-image: none;
	padding-left: 0;
}


@media only screen and (max-width: 768px) {
	#home-content #penBtn .grid6:nth-child(1) {
		padding-right: 0;
	}
	#home-content #penBtn .grid6:nth-child(2) {
		padding-left: 0;
	}

}


/********************************/
/*******	BRAND CSS	*********/
/********************************/

.centerH2{
	text-align: center;
}
.border{
	float: left;
	padding: 1% 5%;
}
#home-content .border-p{
	padding: 0px 10%;
	font-weight: bold;
}
.purplePara .wcuLink svg, .pyPara2 .grid6:last-of-type .wcuLink svg, .pyPara1 .grid6:first-of-type .wcuLink svg{
	fill: #F5F5F5;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
#home-content hr.purplePara{
	padding: 0px 0px;
}
.pyPara2, .pyPara1{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
	height: 100%;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
.pyPara1 .silverFont, .pyPara1 .silverFont svg{
	color: #F5F5F5;
	fill: #F5F5F5;
}
#home-content .purplePara p a{
	color: #F5F5F5;
}
.artSocialBar{
	width: 100%;
	display: block;
	background-color: #6e3061;
	text-align: center;
	padding: 10px;
	float: left;
	margin-top: 0px;
}
#home-content .artSocialBar p{
	margin: 0px 0px;
}
.socialLogo{
	display: inline-block;
	margin-right: 5px;
	max-width: 45px;
}
.ovContent ul, .ovContent li{
	list-style-type: none;
	margin-left: 0px;
}
.ovContent li{
	margin-bottom: 5px;
}
.ovContent{
	padding: 20px 0px;
}
#home-content .sideAccordionContent > div h3:first-of-type{
	margin-top: 0px;
}
.bottom-hp-split{
	padding: 3.5% 5%;
}
.bottom-hp-split .grid6 a img{
	transition: all .3s;
}
.bottom-hp-split .grid6 a img:hover{
	transform: scale(1.03);
	transition: all .3s;
}
#home-content div.wcuLink{
	font-size: 1em;
	margin: 10px 0px;
	text-decoration: none;
	font-family: "myriad-pro", Arial, sans-serif;
	text-transform: uppercase;
	color: #382140;
}
#home-content div.wcuLink svg{
	transition: all .5s;
}
#home-content div.wcuLink:hover{
	cursor: pointer;
	text-decoration: underline;
}
#home-content div.wcuLink:hover svg{
	transform: rotate(90deg); 
	left: 10px;
	transition: all .5s;
}
#home-content .expandList div li{
	list-style-type: none;
	margin-left: 20px;
}
#home-content #elp-page .topBannerMessage{
	padding: 5% 5% 5% 10%;
	background-color: #382140;
	float: left;
	width: 100%;
}
#home-content #elp-page .topBannerMessage > div{
	border-left: 4px solid #FFE800;
	padding: 1% 2%;
}
#home-content #elp-page .topBannerMessage p{
	margin: 20px 0px;
	font-weight: bold;
	font-size: 1.1em;
}
#home-content #elp-page .topBannerMessage p a, #home-content #elp-page .topBannerMessage .wcuLink svg{
	color: #f5f5f5;
	fill: #f5f5f5;
}
#home-content #elp-page .border, #home-content .student-hiring-page .border, #home-content .faculty-hiring-page .border{
	width: 100%;
}
#home-content #elp-page .sideAccordionContent h4{
	margin-bottom: 10px;
}
#home-content #elp-page .sideAccordionContent h4 + p{
	margin-top: 10px;
}

/*	TALENT PAGE RIBBON	*/
/* #home-content #ribbonDDL{
display: none;
}
#home-content .contentHolder .ribbon{
width: 100%;
margin-left: -150px;
margin-bottom: 60px;
}
#home-content .contentHolder .ribbon li{
color: #fff;
height: 50px;
line-height: 50px;
width: 11%;
background: #441F49;
font-size: .9em;
text-align: center;
position: relative;
cursor: pointer;
color: #fff;
font-weight: bold;
text-decoration: none;
display: inline-block;
margin-right: 25px;
}
#home-content .contentHolder .ribbon li span{
color: #fff;
text-decoration: none;
display: inline-block;
width: 100%;
}
#home-content .contentHolder .ribbon li:visited{
color: #fff;
}
#home-content .contentHolder .ribbon li.publishBtn{
width: 220px;
}

#home-content .contentHolder .ribbon li::before {
content: '';
border-left: 25px solid transparent;
border-top: 25px solid #441F49;
border-bottom: 25px solid #441F49;
border-right: 0;
position: absolute;
left: -25px;
}
#home-content .contentHolder .ribbon li:first-of-type::before{
border-left: none;
border-top: none;
border-bottom: none;
border-right: none;
position: absolute;
left: auto;
display: none;
}

#home-content .contentHolder .ribbon li::after {
content: '';
border-left: 25px solid #441F49;
border-top: 25px solid transparent;
border-bottom: 25px solid transparent;
border-right: 0;
position: absolute;
right: -25px;
}
#home-content .contentHolder .ribbon li:hover, #home-content .contentHolder li.activeRibbon {
background: #B094B5;
}
#home-content .contentHolder .ribbon li.activeRibbon {
background: #B094B5;
}
#home-content .contentHolder li.activeRibbon::before, #home-content .contentHolder .ribbon li:hover::before {
border-left: 25px solid transparent;
border-top: 25px solid #B094B5;
border-bottom: 25px solid #B094B5;
}

#home-content .contentHolder li.activeRibbon::after, #home-content .contentHolder .ribbon li:hover::after {
border-left: 25px solid #B094B5;
border-top: 25px solid transparent;
border-bottom: 25px solid transparent;
} */

.home-border .border{
	width: 100%;
}
#home-content h2 .force-lowercase, #home-content h3 .force-lowercase, #home-content h4 .force-lowercase, #home-content .force-lowercase{
	text-transform: lowercase;
}
.ribbon-section{
	float: left;
	width: 100%;
	display: block;
	padding: 2.5% 5%;
}
#faculty-track .ribbon-section{
	padding-top: 1%;
}
#faculty-track .ribbon-section h3{
	font-family: "Phonk", Arial, sans-serif;
	font-size: 1.5em;
}
.top-ribbon-sec{
	margin-top: 10px;
}
.top-ribbon-sec-pad{
	padding-top: 10px;
	margin-top: 0px;
}
.ribbon-section img{
	margin-top: 40px;
}
.shareCareer{
	float: left;
	width: 100%;
	display: block;
	padding: 0px 5%;
}
.pullup-img{
	margin-top: -30px;
}
#bottom-hiring{
	float: left;
	width: 100%;
	display: block;
	padding: 2% 25%;
}
#bottom-hiring .contentSlides img{
	width: 100%;
}
#bottom-hiring .contentSlides h4{
	font-family: "Phonk", Arial, sans-serif;
	text-align: center;
	font-size: 1.5em;
	margin: 20px 0px 30px 0px;
}

#staff-hiring-page .centerContent .grid8 p{
	text-align: left;
}
#staff-hiring-page .centerContent .grid8{
	padding-left: 40px;
}
#staff-hiring-page .centerContent .grid4 img{
	margin-top: -15%;
}
#home-content .faculty-hiring-page .centerContent .row-responsive .grid4 img{
	margin-top: -18%;
}
#home-content .employee-onboarding-page .centerContent .row-responsive .grid4 img{
	margin-top: -20%;
}
#staff-hiring-page .innerWCUSplitBlock .row-responsive{
	margin-top: 0px;
}
#staff-hiring-page .innerWCUSplitBlock .grid7, .faculty-hiring-page .innerWCUSplitBlock .grid7{
	padding-right: 30px;
}
.faculty-hiring-page .border .btnMain{
	min-width: 24%;
}

#home-content .student-hiring-page hr.purplePara{
	margin: 40px 0px;
}



#shi-page > div{
	padding: 0px 2%;
}
#home-content #shi-page h2:first-of-type{
	margin-bottom: 0px;
}
#shi-page .grid3{
	padding-right: 30px;
}
#home-content #shi-page .grid3 p{
	margin: 0px 0px 0px 0px;
}
#shi-page .grid3 .btn{
	margin: 5px 0px 5px 0px;
}
#shi-page .grid3 .btn:first-of-type{
	margin: 10px 0px 5px 0px;
}
#shi-page .grid9 img{
	display: block;
	margin: 0 auto;
}


#contact-elr{
	float: left;
	width: 100%;
	display: block;
	padding: 2.5% 2%;
}
#home-content #professional-dev-page .expandList{
	margin-top: -10px;
}
#home-content #professional-dev-page .expandList p{
	border: 2px solid #6e3061;
	background: #6e3061;
	color: #fff;
	font-size: 1em;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	margin: 10px 0px;
	font-family: "myriad-pro", Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
}
#home-content #professional-dev-page .expandList p:hover{
	color: #6e3061;
	background: #fff;
}
#home-content #professional-dev-page .expandList summary{
	list-style-type: none;
}
#home-content #professional-dev-page .expandList div, #home-content #professional-dev-page .expandList div ul{
	margin-left: 0px;
}

#home-content #professional-dev-page a.wcuLink {
	font-size: .95em;
}



/*	STUDENT EMPLOYMENT PAGE	*/
#stu-emp-page .innerWCUSplitBlock a, #stu-emp-page .innerWCUSplitBlock a:visited{
	color: #382140;
}
#stu-emp-page, .advantages-section, .contain-area, .stu-emp-opp, .becoming-stu-emp, .spotlight-section, .purple-background, .height-match-section{
	float: left;
	width: 100%;
	display: block;
}
#stu-emp-page .centerContent .grid4 img{
	max-width: 150px;
	transition: all .2s ease-in-out;
}
#stu-emp-page .centerContent .grid4 a:hover img{
	transform: scale(1.05);
	transition: all .2s ease-in-out;
}
#stu-emp-page .centerContent .grid4 a, #stu-emp-page .centerContent .grid4 a:visited{
	color: #382140;
	font-size: 1.2em;
	font-weight: bold;
}
.advantages-section, .becoming-stu-emp, .contain-area, .stu-emp-opp, .purple-background{
	padding: 2% 5%;
}
.becoming-stu-emp{
	padding-top: 1%;
}
.contain-area{
	padding: 3.5% 5% 1% 5%;
}
.advantages-section .grid10{
	padding-left: 20px;
}
.advantages-section .grid10 p{
	font-weight: bold;
	font-size: 1.2em;
	color: #382140;
}
.left-icon{
	width: 100%;
	max-width: 100px;
	margin-top: -30px;
}
#home-content .border-purple .border{
	width: 100%;
	border: 5px solid #6e3061;
	margin-bottom: 7.5%;
}
#home-content .border-purple p, #home-content .border-purple ul, #home-content .border-purple li{
	text-align: left;
}
.workforce .grid6:last-of-type img{
	max-width: 135px;
}
#home-content .purple-background{
	background-color: #382140;
	margin-top: 5%;
	margin-bottom: 5%;
}
#home-content .keep-case{
	text-transform: initial;
}



@media only screen and (min-width:768px){
	#home-content .border-purple, .spotlight-section{
		padding: 2% 15% 0% 15%;
	}
	.advantages-section{
		padding: 2% 20% 0% 20%;
	}
	#home-content .height-match-section{
		display: flex;
		padding-top: 0px;
	}
	.height-match-section .grid6, .height-match-section .grid6 .border, .height-match-section .grid6 .borderContent{
		height: 100%;
	}
}

@media only screen and (max-width:1500px){
	#staff-hiring-page .centerContent .grid4 img{
		margin-top: -8%;
	}
	#home-content .faculty-hiring-page .centerContent .row-responsive .grid4 img{
		margin-top: -11%;
	}
	#home-content .employee-onboarding-page .centerContent .row-responsive .grid4 img{
		margin-top: -13%;
	}
}
@media only screen and (max-width:1200px){
	#home-content .contentHolder .ribbon li{
		width: 10%;
	}
	#bottom-hiring{
		padding: 2% 10%;
	}
	#staff-hiring-page .centerContent .grid4 img{
		margin-top: -1%;
	}
	#home-content .faculty-hiring-page .centerContent .row-responsive .grid4 img{
		margin-top: -4%;
	}
	#home-content .employee-onboarding-page .centerContent .row-responsive .grid4 img{
		margin-top: -6%;
	}
}

@media only screen and (max-width:1024px){
	#home-content .contentHolder .ribbon{
		margin-left: -30px;
	}
}
@media only screen and (min-width:1367px){
	#home-content #fid_table .sideAccordionMenu{
		position: sticky;
		top: 0px;
	}
}
@media only screen and (min-width:768px){
	.noImgPad .grid6:first-of-type{
		padding: 0px 0px !important;
	}
	/* 	.fancybox-outer{
	padding: 40px;
} */
	#home-content #shi-page > h2, #home-content .leftPad{
		padding-left: 2%;
	}
	#home-content #professional-dev-page .btnPad-II .grid4{
		padding-left: 0px;
		padding-right: 30px;
	}
	#home-content #fid_table .row-responsive, #home-content .student-hiring-page .row-responsive{
		display: flex;
	}
	#home-content .student-hiring-page #side-sticky{
		top: 20px;
	}
	#home-content #fid_table .sideAccordionContent{
		overflow: clip;
	}
	#home-content #fid_table h4 #home-content .student-hiring-page #side-sticky{
		position: sticky;
		top: 0px;
	}
	#fid_table .sideAccordion .sideAccordionMenu .smMobileContain > a, #fid_table .sideAccordion .sideAccordionMenu > div:last-of-type > a{
		padding: 10px 20px;
		text-align: left;
		border: 1px solid #ddd;
		border-left: 0px;
		font-size: .8em;
	}
	#s2 h4, #s3 h4, #s4 h4, #s5 h4, #s6 h4, #s7 h4, #s8 h4, #s9 h4, #s10 h4, #s11 h4, #s12 h4, #s13 h4, #s14 h4{
		margin-top: 0px;
	}
	.rsII{
		padding-left: 20%;
		padding-right: 20%;
	}
	.rsII .grid7{
		padding-right: 20px;
	}
	#faculty-track h2{
		margin-left: 5%;
	}
	.sa-pad-left{
		float: left;
		width: 100%;
		display: block;
		padding: 2% 1% 0% 1%;
	}
}
@media only screen and (max-width:768px){
	.centerContent{
		padding: 1% 1%;
	}
	.purplePara{
		padding: 20% 5% 20% 5%;
	}
	.pyPara2, .pyPara1{
		display: block;
	}
	.pyPara2 .grid6:first-of-type{
		background-color: #382140;
	}
	.pyPara2 .grid6:last-of-type{
		background-color: #FFE800;
	}
	.bottom-hp-split{
		padding: 2.5% 2.5%;
	}
	/* 	.fancybox-outer{
	padding: 10px;
} */
	.ribbon{
		margin-top: 20px !important;
	}
	#bottom-hiring{
		padding: 2% 2%;
	}
	#staff-hiring-page .centerContent .grid8 p{
		text-align: center;
	}
	#staff-hiring-page .centerContent .grid4 img{
		max-width: 75%;
	}
}

.careerHR {
	padding: 2% 8%;
	display: block;
	float: left;
	width: 100%;
}

.leftParaPadding {
	padding-left: 20%;
	padding-bottom: 10%;
}

.leftRight h2, .leftRight p{
	text-align: left;
}




/*	SEARCH FAQS	*/
.container-fluid{
	float: left;
	width: 100%;
	display: block;
	/* 	padding: 3.5% 10%; */
	/* 	background-image: url(/hr/images/search-back-ii.jpg); */
	/* 	background-position: center; */
	background-repeat: no-repeat;
	/* 	background-size: cover; */
	margin-bottom: 1%;
	z-index: 1;
}
.container-fluid .navbar-header input{
	display: block;
	/* 	margin: 0 auto; */
	min-width: 50%;
	width: 100%;
	max-width: 80%;
	padding: 10px;
	margin-top: 30px;
}
/* .container-fluid h3, .container-fluid p{
color: #382140;
text-align: left;
} */
.container-fluid h3{
	margin-bottom: 10px;
	/* 	font-family: "Phonk", Arial, sans-serif; */
	color: #382140;
}
#home-content .container-fluid p{
	margin-bottom: 0px;
}
#home-content #scrollSection .leftContent, #home-content #scrollSection .recSection h2{
	position: sticky;
	top: 20px;
}
.faq-item p:first-of-type{
	margin-bottom: 10px;
}
.faq-item p:nth-of-type(2){
	margin-top: 10px;
}
#facStaffEmployee, #student-employment, #background-checks, #newly-hired-employees, #benefits-health, #life-insurance, #retirement, #seap, #leave-of-absence, #manager-degree-reimbursement-program, #performance-management, #miscellaneous, #labor-relations{
	float: left;
	width: 100%;
	display: block;
	position: relative;
}
#home-content #fid_table{
	margin-top: 5%;
}
#home-content #fid_table h4{
	display: block;
	padding: 20px;
	background-color: #6e3061;
	color: #fff;
	font-family: "Phonk", Arial, sans-serif;
	font-size: 1.3em;
}
#home-content .ref-point{
	font-size: .1em;
	margin: 0px 0px 0px 0px;
}
.invisible{
	display: none;
}
#home-content .inner-color{
	padding: 3.5%;
	padding-bottom: 5%;
}
#home-content .inner-color, #home-content .inner-color .grid6{
	background-color: #382140;
}
#home-content .inner-color .grid6{
	padding: 0px 5%;
}
#home-content .inner-color .grid6 h3, #home-content .inner-color .grid6 p, #home-content .inner-color .grid6 ul, #home-content .inner-color .grid6 li, #home-content .inner-color .grid6 a:not(.btn), #home-content .inner-color .grid6 a:visited{
	color: #fff !important;
} 
.centerImg{
	display: block;
	margin: 0 auto;
}


/** HR/ELR TRAINING SCHEDULE **/
#home-content #scheduleCtr .accordion h3 a:visited:not(.btn){
	color: #382140;
}
#home-content #scheduleCtr .accordion h3 span.dateInfo,
#home-content #scheduleCtr .accordion h3 span.timeInfo{
	font-size: .8em;
	background: #382140;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0 5px;
	text-align: center;
	display: inline-block;
	width: auto;
	border-radius: 5px;
}
#home-content #scheduleCtr .accordion h3 span.dateInfo{
	min-width: 100px;
}
#home-content #scheduleCtr .accordion h3 span.timeInfo{
	min-width: 250px;
	margin-right: 20px;
}
#home-content #scheduleCtr a.btnRight{
	float: right;
	margin: 0;
	margin-left: 10px;
}
#home-content #scheduleCtr .btnMain{
	width: inherit;
}
#home-content #scheduleCtr p.trainingCheckIn{
	margin: 0;
}
#home-content #scheduleCtr p.trainingCheckIn a.btn:visited{
	color: #FFF;
}
#home-content #scheduleCtr .eventDetails p{
	margin: 0;
	margin-bottom: 5px;
}
#home-content #scheduleSearch{
	height: 32px;
}
#home-content #resetSearch{
	background-color: #382140;
	border: 2px solid #382140;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	height: 32px;
	position: relative;
	top: 1px;
}
#home-content #resetSearch:hover {
	background-color: #FFF;
	color: #382140;
}








