#home-content .hiddenContent {
	display: none;
}

a#btnContactBrandTop {
	display: none;
}

a#btnContactBrand {
	width: 400px;
	background: #382140;
	color: #ffe800;
	border: 1px solid #ffe800;
	font-family: "Phonk", Arial, sans-serif;
	font-size: 1.2em;
}

.titleNoPadding {
	margin-top: 0px;
}

.dateLocationNoMargin{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
}


.noList {
	list-style: none;
}

.tableOfContents {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #382140;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin-bottom: 0px;
}

/***** BANNERS *****/

#home-content #aboutUs .footerBannerMessage,
#home-content #candidateServices .footerBannerMessage, 
#home-content #clearances .footerBannerMessage,
#home-content #fieldExperiences .footerBannerMessage, 
#home-content #infoResources .footerBannerMessage,
#home-content #studentTeaching .footerBannerMessage,
#home-content #socialWorkClearances .footerBannerMessage,
#home-content #educatorClearances .footerBannerMessage{
	margin-bottom:-50px;
}

#home-content .footerBannerMessage p {
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 1em;
}

#home-content .footerBannerMessage {
	padding: 2% 5% 2% 10%;
	background-color: #382140;
	float: left;
	width: 100%;
	margin-left: -30px;
	width: calc(100% + 60px);
}

#home-content .contactBanner {
	padding: 5px 1% 5px 5%;
	background-color: #382140;
	float: left;
	margin-left: -30px;
	width: calc(100% + 60px);

}


#home-content #clearances .contactBanner, 
#home-content #fieldExperiences .contactBanner,
#home-content #candidateServices .contactBanner,
#home-content #studentTeaching .contactBanner,
#home-content #socialWorkClearances .contactBanner,
#home-content #educatorClearances .contactBanner{
	margin-top: -20px;	
}

#home-content .contactBanner p {
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-size: 1em;
}

#home-content .contactBanner .h4Header {
	border-left: none;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	text-transform:uppercase;
	font-family: "myriad-pro", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .15rem;
	font-size: 1.4em;
}




/** Home Page Button Icons **/

#home-content .iconMenuButtons {
	text-align: center;
	width: 100%;
	padding: 0px 2%;
	float: left;
	display: block;
}
#home-content .iconMenuButtons .row-responsive{
	margin: 0px;
}

#home-content .iconMenuButtons .grid2 {
	padding: 15px;
}
#home-content #infoResources .iconMenuButtons .grid2 {
	width: 20%;
}
#home-content #infoResources .iconMenuButtons .imgCenter {
	width: 80%;
}
#home-content .iconMenuButtons .grid1 {
	display: none;
}

#home-content .iconMenuButtons .grid3 img,  #home-content .iconMenuButtons .grid4 img{
	width: 200px;
}
#home-content .iconMenuButtons .grid3 {
	padding: 20px;
}
#home-content .iconMenuButtons .grid4 {
	padding: 35px;
}

@media only screen and (max-width: 768px) {
	#home-content .iconMenuButtons .grid3, #home-content .iconMenuButtons .grid4 {
		padding: 10px;
	}
}

#home-content .iconMenuButtons .smallInfo {
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: bold;
	color: #382140;
	margin-top: 5px;
}
#home-content .iconMenuButtons .grid2 a img, #home-content .iconMenuButtons .grid3 a img, #home-content .iconMenuButtons .grid4 a img {
	transition: all .3s;
}
#home-content .iconMenuButtons .grid2 a:hover img, #home-content .iconMenuButtons .grid3 a:hover img, #home-content .iconMenuButtons .grid4 a:hover img {
	transform: scale(1.03);
	transition: all .3s;
}



/* EVENTS SECTION */

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

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

#home-content .eventsSection .grid6 {
	padding: 15px;
}
#home-content .eventsSection .card{
	padding: 15px;
}

#home-content .eventsSection #cardSection .card h3{
	text-align: left;
}
#home-content .eventsSection .card p{
	color: #444;
	padding: 0px 10px;
}
#home-content .eventsSection .card ul{
	padding: 0px 10px;
}
#home-content .dateLocation {
	font-size: 1.1em;
	font-weight: bold;
}

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

}




/* side menu */
#home-content .hideMenu{
	display: none;
}
#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;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}

#home-content .bordered {
	border: 1px solid #ddd;
	padding: 20px;
}

#home-content .bordered h4 {
	margin-top: 0;
}

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

/* 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 .grid3{
	padding: 10px;
}
#home-content #cardSection > .row-responsive{
	display: flex;
}
#home-content #cardSection .grid4{
	padding: 10px;
}
#home-content #cardSection .grid4:first-of-type{
	padding-left: 0px;
}
#home-content #cardSection .grid4: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%;
}

#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;
	}
}


/******* ABOUT US *******/

#aboutUs {
	float: left;
	display: block;
	width: 100%;
}

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

#home-content #aboutUs {
	display: block;
	width: 100%;
	float: left;
}
#home-content #aboutUs .grid2{
	padding: 25px;
}

/******* STUDENT TEACHING ******/

#studentTeaching {
	float: left;
	display: block;
	width: 100%;
}

#studentTeaching a.btn, .btn {
	margin: 0px;

}

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

#studentTeaching .hidden{
	display: none;
}


#home-content #studentTeaching .card p {
	padding: 0 10px;
	margin: 15px 0px;
}
#home-content #studentTeaching .card ul {
	padding: 0 10px;
}

#home-content .contactBox {
	padding: 0px 25px;
	border: 3px solid #382140;
	margin-left: 25px;
	margin-top: 30px;
}


#home-content #aboutUs .popOutBorder {
	margin: 10px 12%
}



/***** FIELD EXPERIENCES *****/

#fieldExperiences {
	float: left;
	display: block;
	width: 100%;
}

#home-content #fieldExperiences .popOutBorder {
	margin-left: 25%;
	margin-right: 25%;
}

#fieldExperiences .purpleBoxAccordion {
	background-color: #6e3061;
	padding: 0 35px 10px;
	margin-bottom: 45px;
	display: block;
	width: 100%;
	float: left;
}

#fieldExperiences .purpleBoxAccordion h3, #fieldExperiences .purpleBoxAccordion p, #fieldExperiences .purpleBoxAccordion ul,  #fieldExperiences .purpleBoxAccordion h4{
	color: #FFF;
}

#fieldExperiences .purpleBoxAccordion .goldLine {
	border: 2px solid #ffe800;
}

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

#home-content #fieldExperiences .cardPadding {
	padding: 25px;
}

#home-content #fieldExperiences .cardPadding .fieldCard{
	font-size: 1.5em;
}

#home-content #fieldExperiences .cardPadding img {
	padding: 25px;
}

/***** CANDIDACY INFO *****/

.samplesPadding .grid9{
	padding-right: 15px;
}

#candidateServices {
	float: left;
	display: block;
	width: 100%;
}

#candidateServices .candidacyColumns {
	padding: 0 2%;
}
#candidateServices .candidacyColumns .grid6{
	padding: 0 25px;
}

#candidateServices .candidacyColumns .grid6:first-of-type{
	border-right: 2px solid #eee;
}
#candidateServices .candidacyColumns {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	float: left;
}

#candidateServices .candidacyColumns .popOutBorder {
	margin: 0px 50px 30px 50px;
}

/***** CLEARANCES  *****/

#clearances{
	float: left;
	display: block;
	width: 100%;
}
#socialWorkClearances{
	float: left;
	display: block;
	width: 100%;
}
#educatorClearances{
	float: left;
	display: block;
	width: 100%;
}

#home-content .clearanceCard .card {
	padding: 15px;
}

#home-content .clearanceCard .card p{
	color: #444;
	padding: 0px 10px;
}
#home-content .clearanceCard #cardSection .card h3{
	text-align: left;
}

#home-content .clearanceCard {
	display: block;
	float: left;
	width: 55%;
	margin-left: 22%;
	margin-right: 22%;
	padding: 25px 15px 40px;
}




.collageImages{
	background-image: none;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
}

.collageImages h4{
	font-size: 1.2em;
	text-transform: uppercase;
}

.collageImages img{
	width: 100%;
}
.cardImageBackground img{
	display: block;
}
.collageImages .row-responsive:first-of-type, .collageImages .row-responsive:first-of-type .grid6{
	display: flex;
}
.collageImages .bottomPlacement{
	align-self: flex-end;
}
.collageImages .row-responsive:first-of-type{
	margin-bottom: 10px;
}

.collageImages .row-responsive:first-of-type .grid6, .collageImages .row-responsive:last-of-type .grid6{
	padding-right: 15px;
}

@media only screen and (max-width:1206px){
	#home-content .grid9 .collageImages .grid6{
		width: 100%;
	}
	#home-content .collageImages .cardBox .cardContent .row-responsive:first-of-type{
		margin-bottom: 0px;
		display: block;
	}
	#home-content .collageImages .row-responsive:first-of-type .grid6, #home-content .collageImages .row-responsive:last-of-type .grid6{
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
		display: block;
	}
	#home-content .grid9 .collageImages .row-responsive{
		margin-bottom: 0px;
	}
	#home-content .collageImages{
		padding: 30px 20px;
	}
	#home-content .collageImages .grid6{
		padding-right: 10px;
		padding-left: 10px;
	}
	#home-content .cardBox{
		position: relative;
		height: auto;
	}
	#home-content .cardImageBackground{
		height: auto;
	}
	#home-content .cardBox .cardContent{
		bottom: 0%;
		position: relative;
	}
	#home-content .cardImageBackground img{
		display: none;
	}
	#home-content .collageImages .row-responsive, #home-content .collageImages .row-responsive:first-of-type{
		display: block;
	}

}

#home-content .grades {
	margin-left: 40px;
}

#home-content .letterGrade {
	margin-left: -40px;
}

#home-content .letterText {
	margin-left: 20px;
}


/********* MOBILE *********/

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

	a#btnContactBrand {
		width: auto;
	}

	#home-content #rebrandedHome h2 {
		font-size: 1.6em;
	}
	#home-content .psuedoHead3 {
		font-size: 1.5em;
	}
	#home-content #rebrandedHome .imgCenter {
		width:75%;
	}
	#home-content .eventsSection {
		padding: 0;
	}
	#home-content #rebrandedHome .footerBannerMessage, 
	#home-content#infoResources .footerBannerMessage {
		width: calc(100% + 30px);
	}
	#home-content #aboutUs .popOutBorder {
		margin: 0px 40px 20px 20px;
	}

	#candidateServices .candidacyColumns {
		padding: 0px;
	}
	#candidateServices .candidacyColumns .grid6:first-of-type {
		border-right: none;
	}
	#candidateServices .candidacyColumns .grid6 {
		padding: 0;
	}
	#home-content .collageImages {
		padding: 0px;
	}
	#home-content #fieldExperiences .grid6 {
		padding: 0px;
	}
	#home-content #fieldExperiences .cardPadding img {
		padding: 0px;
	}
	#home-content #studentTeaching .card ul, home-content #studentTeaching .card p {
		padding: 10px 10px;
	}
	#home-content #cardSection {
		padding: 0px;
	}
	#home-content #infoResources .iconMenuButtons .grid2 {
		width: 100%;
	}


}
@media only screen and (min-width:1200px){
	#home-content .imgCenter {
		display: block;
		margin: 0 auto;
		padding: 0px 30px;
	}
}

@media only screen and (min-width:1600px){
	#home-content #aboutUs .popOutBorder {
		margin: 15px 20%;
	}
}

