/* 
This is the section css for

*/

.headerWrapper {
	display: none;
}

@media only screen and (max-width:768px) {
	.breadcrumb {
		padding: 15px 0px;
		max-width: 50%;
	}
}

#home-content .wcuMagHeader {
	font-size: 1.8em;
	margin: 30px 0px;
	font-family: "Phonk", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2rem;
	color: #382140;
	clear: left;
	line-height: 1.3em;

}

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

#home-content {
	width: 100%;
	margin: 50px 0px;
}

#home-content #magazineHome {
	width: 100%;
	margin: 50px 0px;
}

#home-content .bottomNav {
	float: left;
	position: relative;
}

#home-content .container {
	position: relative;
}

#home-content .image {
	display: block;
	width: 100%;
	height: auto;
}

#home-content .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #6e3061;
}

#home-content .container:hover .overlay {
	opacity: .5;
}




#home-content h4 {
	margin: 15px 0px 5px;
	text-transform: uppercase;
	line-height: 1.1em;
}

#home-content .bottomNav p{
	margin: 0px;
}

@media only screen and (max-width:768px) {
	#home-content .bottomNav p {
		margin-bottom: 20px;
	}
}

#home-content .navButtons {
	position: relative;
}

#home-content .grid3 .navButtons .category, #home-content .grid6 .navButtons .category{
	position: absolute;
	top: 15px;
	bottom: initial;
	z-index: 1;
	color: #404040;
	font-weight: 700;
	background-color: rgba(255, 255, 255, .60);
	padding: 0 5px;
	margin-left: 10px;
}


#home-content .magHeader{
	height: 520px;
	position: relative;
	padding: 30px; 
}

@media only screen and (max-width:768px) {
	#home-content .magHeader{
		height: 150px;
	}
}

#home-content .magHeader h4 {
	margin: 0;
	position: absolute;
	top: 30%;
	left: 5%;
}

#home-content hr {
	border: 1px solid #6e3061;
	margin-bottom: 30px;
}


#home-content .bigHeader {
	font-family: "Phonk", Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.2;
	text-transform: uppercase;
}

#home-content #magazineHome .smallHeader{
	font-size: 1.5em;
	line-height: 2em;
}


#home-content a{
	color: #382140;
	/*	removed required for ADA
	text-decoration: none;
	*/
}

#home-content a:hover {
	color: #6F316E;
}

/*  PROFILES  */


@media only screen and (max-width:768px) {
	.mono {
		font-size: 1.8em;
	}
}
#home-content #facProfile h2 {
	margin: 30px 0px 0px;
	line-height: 1.2em;
}

@media only screen and (max-width:768px) {
	#home-content #facProfile h2 {
		font-size: 1.5em;
	}
}
#home-content #facProfile h3 {
	margin: 0px;
}

#home-content #facProfile .profileBody p{
	font-family: serif;
}

#home-content .facProfileHeader img {
	float: right;
	max-width: 80%;
	padding: 10px 10px;
	margin-right: 20px;
}

@media only screen and (max-width:768px) {
	#home-content .facProfileHeader img {
		float: left;
		max-width: 350px;
	}
}

#home-content .imageCaption {
	text-align: center;
	font-size: .9em;
	color: #575757;
	padding: 0 10%;
}

#home-content .profileBody {
	margin: auto;
	width: 60%;
}

@media only screen and (max-width:768px) {
	#home-content .profileBody {
		margin: auto;
		width: 90%;
	}
}
#home-content .dropcap {
	color: #6F316E;
	float: left;
	font-size: 3.35em;
	font-weight: 900;
	line-height: .6em;
	padding: 3px;
	margin-left: -4px;
}


#home-content .quote {
	color: #6F316E;
	text-align: center;
	font-style: italic;
	font-size: 1.7em;
	font-family: sans-serif;
	line-height: 1.2em;
	margin: 50px;
	padding-top: 15px;
	border-top: 4px solid #6F316E;
}

#home-content .quoter {
	color: gray;
	font-size: .7em;
	padding: 15px 15px;
	line-height: 1.5em;
}

.violetFont {
	color: #6e3061;
	fill: #6e3061;
}


.cruiseImages .grid6 {
	padding-right: 20px;
}

#home-content .markDueyWCU {
	background-color: purple;
	padding: 40px;
}

#home-content .markDueyWCU {
	background-color: #6e3061;
	padding: 40px;
}


#home-content .markDueyWCU li{
	font-weight: bold;
	color: white;
}





/*	PRESIDENT LETTER /  WELCOME BACK  */

#home-content #presidentLetter .profileBody p{
	font-family: serif;
}

#home-content .trustees {
	padding: 2% 10%;
	display: block;
	float: left;
	width: 100%;
}

#home-content .trustees .purpCategory {
	font-weight: bold;
	color: #6e3061
}

#home-content .trustees .purpHead {
	font-size: 1.1em;
	font-weight: bold;
	color: #382140
}

#home-content .fdLecture {
	background-color: #6e3061;
	float: left;
	display: block;
	padding: 4% 12%;
	margin-top: 20px;
	margin-left: -30px;
	width: calc(100% + 60px);
}

#home-content .fdLecture h3, #home-content .fdLecture p{
	color: white;
	font-weight: bold;
}

#home-content .fdLecture img{
	padding: 40px 20px 0px 0px;
}

#home-content .welcomeAddress {
	background-color: #382140;
	float: left;
	display: block;
	padding: 4% 12%;
	margin-top: 20px;
	margin-left: -30px;
	width: calc(100% + 60px);
}

#home-content .welcomeAddress h3, #home-content .welcomeAddress p{
	color: white;
	font-weight: bold;
}

#home-content .welcomeAddress img{
	padding-right: 20px;
}


/*	COVER STORY  */

#home-content #coverStory .chrisStory .grid8 {
	padding: 0 6%;
}

#home-content #coverStory .sueStory  {
	width:65%;
	margin:auto;
}

@media only screen and (max-width: 768px) {
	#home-content #coverStory .sueStory  {
		width:90%;
		margin:auto;
	}
}
#home-content #coverStory .coverHeader {
	padding: 0 14%;
}

#home-content #coverStory .coverHeader img{
	padding: 10px;
}

#home-content #coverStory  h2{
	font-size: 1.7em;
}

@media only screen and (max-width: 768px) {
	#home-content #coverStory .coverHeader {
		padding: 0 5%;
	}
}

#home-content #coverStory .coverHeader h2, #home-content #coverStory .coverHeader h3{
	text-align: center;
}

#home-content #coverStory .h3HeadDupe {
	font-size: .9em;
	margin: 30px 0px 20px 0px;
	padding-bottom: 0px;
	font-family: "myriad-pro", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .15rem;
}

#home-content #coverStory .imageCaption {
	text-align: right;
	font-size: .9em;
	color: #575757;
}
#home-content #coverStory .imageCaption p{
	margin: 0px;
}

#home-content #coverStory .sideBarQuote {
	font-size: 1.3em;
	line-height: 1.4;
	color: #6e3061;
	font-weight: bold;
	margin: 25px;
}

#home-content #coverStory .sideQuoter{
	font-size:.6em;
	color: #575757;
}

#home-content .purpleOpener {
	font-size: 1.1em;
	font-weight: bold;
	color: #6e3061;
	text-transform: uppercase;
}

#home-content .purpBack {
	background-color: #382140;
	padding: 30px;
	float: left;
	display: block;
	width: 100%;
	margin-bottom:-10px;
}


#home-content .purpleList {
	color: #6e3061;
}

/*	AlUMNI 	*/

#home-content .alumniHonored {
	margin: auto;
	width: 65%;
}

@media only screen and (max-width: 768px) {
	#home-content .alumniHonored {
		width: 90%;
		margin: auto;
	}
}
#home-content .alumniHonored .openerPara {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #6e3061;
	font-family: serif;
}

#home-content .alumniHonored h2 {
	color: white;
	background-color: #6e3061;
	padding: 40px 20px;
	text-align: center;
	border: 7px solid #FFE800;
}

@media only screen and (max-width: 768px) {
	#home-content .alumniHonored h2{
		font-size: 1.2em;
	}
}

#home-content .alumNetworks {
	background-color: #6e3061;
	padding: 50px;
	margin: 5% 10%;
}
@media only screen and (max-width: 768px) {
	#home-content .alumNetworks {
		padding: 25px;
		margin: 2%;
	}
}
#home-content .alumNetworks p{
	color: white;
}

#home-content .alumNetworks a{
	color: white;
}

#home-content .alumNetworks a:hover{
	color: #FFE800;
}

#home-content .aliceCircle {
	margin: auto;
	width: 60%;
}

@media only screen and (max-width: 768px) {
	#home-content .aliceCircle {
		margin: auto;
		width: 90%;
	}
}
/*	ALUMNI BALLOT	*/


#home-content .alumniBallot {
	width: 65%;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	#home-content .alumniBallot {
		width: 90%;
		margin: auto;
	}
}

#home-content .alumniBallot .smallAlumniHeader {
	font-size: .8em;
	font-family: Arial;
}

#home-content .ballotOpener {
	font-size: 1.2em;
	line-height: 1.5;
}

#home-content .alumniBallot .ballotName {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #6e3061;
}

#home-content .purpleBallot {
	background-color: #6e3061;
	padding: 20px 40px;
	margin: 50px 0px;
}

#home-content .purpleBallot p, #home-content .purpleBallot ol{
	color: white;
	font-weight: bold;
}

/*	CAMPUS GRANT	*/



#home-content .campusGrant {
	padding:0 20%;
}

#home-content .campusGrant h2{
	margin-bottom: 0px;
}

#home-content .campusGrant h3{
	margin-top: 0px;
}

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




/*	MLK JR BRUNCH	*/



#home-content .brunch {
	padding:0 20%;
}

#home-content .brunch h2{
	margin-bottom: 0px;
}

#home-content .brunch h3{
	margin-top: 0px;
}

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

#home-content .brunch .grid6 {
	padding: 10px;
}



/*	UNIVERSITY NEWS	*/

#uNews h3 {
	margin: 0px;
}

#home-content .coachZwaan {
	display: block;
	width: 100%;
	float: left;
	background-color: #382140;
	padding: 20px 40px;
}

#home-content .coachZwaanStats {
	text-align: center;
	padding: 20px;
}

#home-content #uNews .coachZwaan .zwaanNumber {
	font-size: 2em;
	font-family: phonk;
	line-height: 1.6em;
}

#home-content .coachZwaan p, #home-content .coachZwaan h3, #home-content .coachZwaan h4, #home-content .coachZwaan ul{
	color: white;
}

#home-content .purpBackNews {
	background-color: #6e3061;
	padding: 20px 40px;
}

#home-content .purpBackNews h4{
	text-transform: none;
	color: white;
}

#home-content .purpBackNews a{
	color: white;
}

#home-content .purpBackNews a:hover{
	color: #ffe800;
}

#home-content #uNews .purpBackNews p, #home-content #uNews .purpBackNews h3{
	color: white;
}



#home-content #uNews .leftNews {
	padding: 0 6%;
}

#home-content #uNews .leftNews h2 {
	margin: 0px 0px 20px 0px;
}



/*	CLASS NOTES  */

#home-content .alumni h2{
	text-align: center;
}

@media only screen and (max-width:768px) {
	.connectLogos .grid2 {
		width: 16.666666666666668%;
	}
}

/*	ALUMNI and CHAPTER NEWS */


#home-content .alumni .grid4 {
	padding: 4%;
}

#home-content .alumni .grid4 {
	padding: 0 45px;
	border-right: 3px solid #ffe800;
}

@media only screen and (max-width:768px) {
	#home-content .alumni .grid4 {
		padding: 0 20px;
		border-right: none;
	}
}


#home-content .alumni .grid4:last-of-type {
	border-right: none;
}

#home-content .alumni .grid4 img{
	max-width: 75%
}

#home-content .alumni .image{
	text-align: center;
}

#home-content .alumniPresMessage {
	background-color: #382140;
	float: left;
	display: block;
	padding: 4% 12%;
	margin-top: 20px;
	margin-left: -30px;
	width: calc(100% + 60px);
}

#home-content .alumniPresMessage h3, #home-content .alumniPresMessage p{
	color: white;
}

#home-content .alumniPresMessage img {
	padding-right: 30px;
}

#home-content .chapNewsOpener{
	padding: 2% 12%;
}

@media only screen and (max-width:768px) {
	#home-content .chapNewsOpener{
		padding: 2% 2%;
	}
}

#home-content .messageAAP {
	margin: 3% 12%;
	padding: 2% 5%;
	border: 3px solid #6e3061;
}

@media only screen and (max-width:768px) {
	#home-content .messageAAP {
		margin: 3% 3%;
		padding: 2% 4%;
	}
}

#home-content .messageAAP img{
	max-width: 200px;
	border: 3px solid #FFE800;
}


#home-content .alumMagnet {
	background-color: #382140;
	float: left;
	display: block;
	padding: 4% 8% 4% 12%;
	margin-top: 20px;
	margin-left: -30px;
	width: calc(100% + 60px);
}

#home-content .alumMagnet h3, #home-content .alumMagnet p{
	color: white;
}

#home-content .alumMagnet .yellowMag{
	color: #ffe800;
}


#home-content .alumMagnet a{
	color: #ffe800;
	text-decoration: underline;
}

#home-content .alumMagnet a:hover{
	color: #ffe800;
}

#home-content .alumMagnet .whiteMag {
	font-size: 1.2em;
	font-weight: bold;
}

#home-content .alumMagnet .yellowMag {
	font-size: 1.2em;
	font-weight: bold;
}

/*	HOMECOMING  */ 

#home-content .homecomingPurple {
	background-color: #382140;
	float: left;
	display: block;
	padding: 5% 12%;
	margin-top: 20px;
	margin-left: -30px;
	width: calc(100% + 60px);
}

#home-content .homecomingPurple p{
	color: white;
}



#home-content .homeHeader {
	font-size: 3em;
	line-height: 1.3em;
	font-family: phonk;
	letter-spacing: 2px;
	text-align: right;
	text-transform: uppercase;
}

@media only screen and (max-width:768px) {

	#home-content .homeHeader {
		font-size: 2.5em;
		text-align: left;	
	}
}

#home-content .homecomingPurple .grid5, #home-content .homecomingPurple .grid7 {
	padding: 20px;
}

@media only screen and (max-width:768px) {
	#home-content .homecomingPurple .grid5, #home-content .homecomingPurple .grid7 {
		padding: 0px 20px;
	}
}

#home-content .home2 {
	font-size: 1.1em;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: phonk;
}

#home-content .yellowFont {
	color: #d4a129;
}


/*	BOTTOM NAV 	*/


#home-content .bottomNav {
	float: left;
	position: relative;
}

#home-content .bottomNav p{
	margin: 0px;
}

@media only screen and (max-width:768px) {
	#home-content .bottomNav p {
		margin-bottom: 20px;
	}
}

#home-content .navButtons {
	position: relative;
}



#home-content .grid3 .navButtons .category, #home-content .grid6 .navButtons .category{
	position: absolute;
	top: 15px;
	bottom: initial;
	z-index: 1;
	color: #303030;
	font-weight: 700;
	background-color: rgba(255, 255, 255, .60);
	padding: 0 5px;
	margin-left: 10px;
}

#home-content .bottom-nav-ii {
	padding: 0 10%;
	margin-top: 15px;
}
@media only screen and (max-width:768px) {
	#home-content .bottom-nav-ii {
		padding: 0 5%;
	}
}
#home-content .bottom-nav-ii .grid6{
	padding-right: 5%;
}
@media only screen and (max-width:768px) {
	#home-content .bottom-nav-ii .grid6{
		padding-right: 0px;
	}
}
#home-content .bottom-nav-ii h3{
	margin: 0px 0px 15px 0px; !important!
	text-transform: uppercase;
}
#home-content .bottom-nav-ii h5{
	margin-bottom: 35px; 
}
#home-content .bottom-nav-ii .grid6 h4 {
	font-size: 1.3em;
	letter-spacing: .05em;
}
#home-content .bottom-nav-ii .grid6 h4 a{
	font-family: serif;
	text-transform: initial;
	color: #6e3061;
}

#home-content .bottom-nav-ii .grid6 h4 a:hover{
	color: #382140;
}

#home-content .bottom-nav-ii p{
	margin-bottom: 15px;
	font-size: 1em;
}
#home-content .bottom-nav-ii .grid6 p strong{
	color: #6e3061;
	font-family: serif;
	font-size: 1.2em;
}
#home-content .bottom-nav-ii .grid6 p strong:hover, #home-content  #facProfile .bottom-nav-ii .grid6 h4 a:hover{
	color: #382140;
}

/*  EVENTS  */

#home-content .forwardCampaign {
	border: 3px solid #382140;
	padding: 15px 40px;
	margin-top: 20px;
}

#home-content .purpleBoxForward {
	background-color: #382140;
	padding: 20px 40px;
	width: 100%;
	display: block;
	float: left;
}

#home-content .purpleBoxForward p {
	font-size: 1.3em;
	line-height: 1.3;
	color: #FFE800;
	font-family: serif;
	letter-spacing: .02em;
}

#home-content .purpleBoxForward a {
	text-transform: uppercase;
	line-height: 1em;
	color: white;
	font-family: sans-serif;
}

#home-content .purpleBoxForward a:hover{ 
	color: #FFE800;
}

#home-content .numberForward {
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: bolder;
    color: #6e3061;
    padding-right: 10px;
}

#home-content .forwardOpener {
	text-transform: none;
	font-family: serif;
	letter-spacing: .02em;
}

#home-content .purpleBoxHeader h4 {
	line-height: 1.4em;
}


#home-content .leftEvents {
	display: block;
	width: 60%;
	margin:auto;
}

@media only screen and (max-width:768px) {
	#home-content .leftEvents {
		width: 90%;
	}
}

#home-content .leftEvents .month {
	font-size: 1.2em;
	font-weight: bold;
	font-family: phonk;
}

#home-content .leftEvents .month {
	font-size: 1.5em;
	font-weight: bold;
	font-family: phonk;
	color: #6e3061;
	text-transform: uppercase;
}

#home-content .leftEvents .date {
	font-size: 1.2em;
	font-weight: bold;
	color: #382140;

}

#home-content .leftEvents hr {
	border: 1px dotted #6e3061;
	margin-bottom: 30px;
}


#home-content .pledge {
	background-color: #ffe800;
	float: left;
	display: block;
	padding: 4% 12% 4% 4%;
	margin-left: -30px;
	width: calc(100% + 60px);
}

#home-content .pledge img{
	padding-right: 15px;
}


#home-content .pledge .purpleSite {
	float: left;
	display: block;
	background-color:  #382140;
	width: calc(100% + 60px);
	margin-left: -4.3%;
	padding: 20px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

#home-content .pledge .purpleSite p{
	text-align: center;
}

#home-content .womenDistinction .violetQuote {
	font-size: 1.3em;
	color: #382140;
	font-family: serif;
}



/** COVER STORY TIMELINE **/

#home-content .timeline {
	border-left: 4px solid #B094B5;
	padding: 20px;
}

#home-content .timeline .date, #home-content .timeline .year {
	position: relative;
}


#home-content .timeline h3 {
	border-bottom: none;
	margin: 0;
	margin-bottom: 15px;
	color: #441F49;
	font-family: serif;
	padding-top: 20px;
}



#home-content .timeline .date p{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
}

#home-content .timeline > .grid12::after {
	content: '';
	width: 15px;
	height: 15px;
	background: #FFF;
	border: 4px solid #B094B5;
	position: absolute;
	border-radius: 50%;
	top: 0;
	z-index: 1;
	left: -33px;
}





