/* 
This is the section css for
Sexual Harassment 
*/

#home-content #training .expandList div li {
	list-style-type: numbers;
	text-decoration: none;
	color: #575757;
	margin-left: 0px;
	padding-bottom: 25px;
}
#home-content #training ol li {
	padding-bottom: 25px;
}

.orBoxes {
	text-align: center;
	font-size: 2em;
	padding-top: 20px;
}

.pieCharts {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 4%;
}
.pieCharts .grid6 {
	padding:20px;
}

#SHHomepage .centerContent {
	padding: 3% 10% 0;
}

.graphicSection .grid6 {
	padding: 20px;
}

.graphicSection .row-responsive {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0px;
}

.graphicSection .largeText {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #382140;
	font-weight: bold;
}

.columnSection .grid6 {
	padding: 20px;
}

.columnSection h4 {
	margin: 20px 0px 20px 0px;
}

.purpleBackground {
	background-color: #382140;
	width: 100%;
	padding: 5px 25px 35px;
	float: left;
	display: block;
	margin: 25px 0px;
}

.purpleBackground p, .purpleBackground ul{
	color: white;	
}

.purpleBackground h4, .purpleBackground h3{
	color: #ffe800;	
}
.purpleBackground a{
	color: #FFE800;
}


.pageContentSections {
	width: 100%;
	padding: 5px 25px 35px;
	float: left;
	display: block;
}

#home-content .pageContentSections ol, #home-content .pageContentSections ul {
	color: #382140;
}

#home-content .blackText {
	color: #000;
}
#home-content .whiteText {
	color: #FFF;
}


.violetBackground {
	background-color: #6e3061;
	width: 100%;
	padding: 10px 40px 40px;
	float: left;
	display: block;
	margin: 25px 0px;
}

.violetBackground p{
	color: white;	
}
#SHHomepage .violetBackground ul{
	color: #ffe800;	
}
#workplaceSH .violetBackground ul{
	color: white;	
}

#impactYoungWorkers .violetBackground ul{
	color: white;	
}

.violetBackground h4, .violetBackground h3{
	color: #ffe800;	
}
.violetBackground a{
	color: #FFE800;
}



.references {
	margin-top: 50px;
	float: left;
	display: block;
	width: 100%;
}
.projCollaborators .row-responsive{
	padding: 0 2%;
}
.projCollaborators .grid3 {
	padding: 40px;
}




#home-content .defaultQuotes{
	border: 2px solid #eee;
	border-top: 5px solid #441F49;
	padding: 20px 30px;
}


#home-content .defaultQuotes h3{
	border-bottom: none;
	margin-bottom: 0;
	color: #441F49;
	font-size: 1.3em;
	line-height: 1em;
}
#home-content .defaultQuotes h3:after{
	display: none;
}
#home-content .defaultQuotes h3{
	margin-bottom: 30px;
}
#home-content .defaultQuotes ul{
	list-style-type: none;
	margin-left: 0;
}
#home-content .defaultQuotes li {
	padding: 20px 0px 10px 0px;
	border-bottom: 3px solid #6e3061;
	font-style: italic;
	font-size: 1em;
	line-height: 1.3em;
}
#home-content .defaultQuotes li{
	padding-bottom: 20px;
}
#home-content #hpBottomSection .defaultQuotes li:last-of-type{
	border: none;
}

#home-content .typesTable {
	width: 100%;
	display: block;
	float: left;
}

#home-content .typesTable .type:nth-of-type(odd) {
	background: #EEE;
}
#home-content .typesTable .type {
	padding: 5px 25px 10px;
	border: 1px solid #CCC;
}
#home-content .typesTable .type:last-of-type {
	border-top: none;
}





/* card section  */


#home-content #cardSection .card h3 {
	padding: 10px;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.2em;
}

#home-content #cardSection h3, #home-content .linkSection h3, #home-content .tabContainer h3{
	line-height: 1em;
	text-transform: uppercase;
	color: #441F49;
	margin-top: 10px;
	padding-top: 10px;
}
#home-content #cardSection h3, #home-content #cardSection h3:after, #home-content .linkSection h3:after, #home-content .tabContainer h3:after{
	border-bottom: none;
	background: none;
}

#home-content #cardSection {
	float: left;
	width: 100%;
}

#home-content #cardSection > .row-responsive{
	display: flex;
}
#home-content #cardSection .grid6 {
	padding: 0px 10px;
}
#home-content #cardSection .grid6:first-of-type{
	padding-left: 0px;
}
#home-content #cardSection .grid6:last-of-type{
	padding-right: 0px;
}

#home-content .card {
	border: 2px solid #eee;
	border-top: 7px solid #441F49;
	background-color: #fff;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px 20px;
}

#home-content .card img{
	display: block;
}
#home-content .card .slides{
	min-height: 300px;
}
#home-content #cardSection .card .slides h3{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.5em;
}
#home-content .card .contentSlides{
	margin-top: 0px;
}
#home-content .card img + span.pdfIcon{
	display: none;
}



@media only screen and (max-width: 768px) {
	#home-content #cardSection > .row-responsive {
		display: block;
	}
}


#home-content .contentHolder hr.purpleBorder {
	border: 5px solid #382140;
}