
/* 
This is the section css for
Computer Science 
*/

/* === GLOBAL === */
#home-content .brandText { color: #763775; }
#home-content .warningText { color: #ff0000; }
#home-content .horizontalMenu{
	display: none;
}
#home-content .pageWrapper{
	border-top: 2px solid #eee;
	margin-top: -20px;
}

.btnWarning {
	background-color: #ED8809;
	border-color: #ED8809;
	color: #fff !important;
}

.footerContent {
	text-align: center;
	padding: 0 10%;
	display: block;
	float: left;
	width: 100%;
}

.artSocialBar {
	width: 100%;
	display: block;
	background-color: #6e3061;
	text-align: center;
	padding: 10px;
	float: left;
	margin-top: -5px;
}
#home-content .artSocialBar p{
	margin: 0px 0px;
}
.socialLogo{
	display: inline-block;
	margin-right: 5px;
	max-width: 45px;
}

/* GRID */


#home-content .imgRight {
	float: right;
	margin-left: 1em;
}

#home-content .noList {
	list-style: none;
	margin-left: 0;
}

/* === DEFAULT === */
#home-content .flex-caption {
	max-width: 1024px;
}

#home-content .flex-control-nav {
	text-align: left;
	margin: 0;
	padding-left: 10px;
}

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

#home-content .applyBtn {
	width: 100%;
}

#home-content #facSpotlight .grid1 {
	padding-right: 20px;
}

#home-content #facSpotlight img {
	width: 100%;
}

#home-content #slider .row-responsive {
	margin: 0;
}

#home-content .flexsliderlarge {
	margin: 0;
}

#home-content .resources {
	background-color: #f7f7f7;
	border: 3px solid #eee;
	padding: 0 10px 10px 10px;
}


/* === EMPLOYERINFO === */
#home-content .letter {
	border: solid 2px #763775;
	border-radius: 2px;
	display: inline-block;
	padding: 1em;
}

/* === FACULTY === */
#home-content .noList {
	list-style: none;
	margin-left: 0;
}
#home-content #faculty .noList {
	margin-bottom: 1em;
}

#home-content #faculty .noList strong {
	color: #441F49;
}

#home-content #faculty .noList:nth-child(2) {
	clear: both;
}

#home-content #faculty .noList:first-child li:first-of-type {
	font-weight: bold;
	font-size: 1.2em;
}

#home-content #faculty .grid4,
#home-content #faculty .grid7,
#home-content #faculty .grid10,
#home-content #faculty .grid11 {
	padding-left: 20px;
}

#home-content #faculty .grid2 img,
#home-content #faculty .grid1 img {
	width: 100%;
}



#home-content #faculty img {
	border-radius: 2px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	min-width: 100px;
}

/* INTERNSHIPS */

#home-content #internships .pictureBtns .gridTitle {
	background-color: #D9AA2A;
}

#home-content #internships .pictureBtns a:hover img {
	background-color: #D9AA2A;
}

#home-content #faculty .grid2 p,
#home-content #faculty .grid1 p {
	margin: 0;
}
#home-content .resources {
	background-color: none;
	border: 3px solid #eee;
	padding: 0 10px 10px 10px;
}

#home-content #internships .tabContentSwitcher .tcsContainer {
	padding: 0px;
}

#home-content #internships .tabContentSwitcher {
	padding: 0px 6%;
}

/* LANDING PAGES */
#home-content #undergradLanding .btnWarning,
#home-content #gradLanding .btnWarning {
	margin-top: -.5em;
	font-weight: bold;
}

#home-content  .btnWarning {
	margin-top: -.5em;
	font-weight: bold;
}


/* === UNDERGRAD === */


#home-content #compSciUndergrad .grid12.btnPad {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 25px;
}


/* UPE */
#home-content #upe img {
	border-radius: 2px;
	width: 350px;
	float: right;
	margin: 0px 10px 0px 20px
}


/* SIDE MENU */
#home-content .hideMenu{
	display: none;
}

#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
}
#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 .accordion a a{
	padding: 0px;
	padding-left: 0px !important;
	border-bottom: none;
	border-right: none;
}
#home-content .sideLinks .accordion a{
	padding-left: 30px;
}
#home-content .sideLinks .accordion a:hover a{
	border-left: none !important;
}
#home-content .sideLinks .accordion h3{
	font-size: 1em;
	font-family: "myriad-pro", Arial, sans-serif
}
#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;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #6e3061;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .sideLinks .grid12 a:hover{
	color: #6e3061;
	border-left: 3px solid #FFE800;
}
#home-content .sideLinks .activeSideLink{
	color: #6e3061;
	border-left: 3px solid #6e3061;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}

/* INFO SECURITY */


#home-content .fRight { margin: 0; }

#home-content #buttonRight {
	float: right;
}

/** ORGANIZATIONS **/
#home-content .organizations > .row-responsive > .grid3{
	margin-top: 10px;
}

/* in the news */
#home-content .csProgramImages .grid3 p{
	margin-bottom: 0;
}
#home-content .csProgramImages .grid3 p:last-of-type{
	margin: 0;
	font-size: .8em;
	font-style: italic;
}


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

	#home-content .grid9 { padding-right: 0; }

	/* DEFAULT */
	#home-content #facSpotlight img { width: 20%; }
	#home-content #facSpotlight .grid1 { padding-right: 0; }
}

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


#home-content .studentSpotlight{
	padding: 3.5% 5%;
	float: left;
	width: 100%;
}
#home-content .studentSpotlight .grid6{
	padding: 5px 10px;
}
#home-content .studentSpotlight .grid6 img{
	width: 100%;
}

.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 {
	margin-bottom: 10px;
}
/* .collageImages .row-responsive:first-of-type .grid6{
padding-right: 30px;
}
.collageImages .row-responsive:last-of-type .grid6{
padding-right: 30px;
} */
.collageImages .row-responsive .grid6 {
	padding: 0px 10px;
}

@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 .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;
	}


}

@media only screen and (max-width:768px){
	#home-content h2{
		font-size: 1.8em;
		margin: 30px 0px;
	}
}
.accreditations {
	padding-bottom:30px;
}

#home-content .acredLogos .grid6 p{
	text-align: center;
}

#home-content .acredLogos {
	width: 100%;
	display: block;
	float: left;
	padding-right: 3%;
	padding-left: 10%;
}

#home-content .newsPage img{
	padding: 0px 0px 0px 20px;
	float: right;
}


#home-content #faqGrad .accordion {
	margin-bottom: 40px;
}

#CSCrebrand .innerWCUSplitBlock p{
	margin: 10px 0px;
}


#CSCrebrand .wcuSplitBlockContainer .outerWCUSplitBlock, .ovBlockContainer .outerWCUSplitBlock {
	padding: 0px 10% 10px 10%;
}

#CSCrebrand .split6 .grid6 {
	padding: 0;
	margin-bottom: -10px;
}

#CSCrebrand  h3 .smallHead {
	font-size: .5em;
	line-height: 3em;
}

#CSCrebrand .wcuSplitBlockContainer .outerWCUSplitBlock, .ovBlockContainer .outerWCUSplitBlock .wcuLink {
	font-weight: bold;
}

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


#home-content #CSCrebrand .acredLogos {
	width: 100%;
	display: block;
	margin: auto;
	padding: 2% 22% 0 26%;
}

@media only screen and (max-width: 768px) {
	#home-content #CSCrebrand .btnPad p{
		margin: 0px;
	}
	#home-content #CSCrebrand .btnPad {
		margin-bottom: 10px;
	}
}

#home-content #CSCrebrand .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);
}


/* card section  */


#home-content #cardSection .card h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}

#home-content #cardSection .card {
	padding: 5px 25px;

}

#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: 20px;
}
#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%;
}

#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 .tutorSchedule .responsiveTable td:first-child {
    background: #6e3061;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

