/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

/* Custom Classes for DGM 20th Cards */
.card-picture-custom {
	background-color: #fff;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
 .card-picture-custom .card-picture-button {
	 overflow: hidden;
	 height: 0;
 }

.card-picture-custom .card-picture-title {
	text-align: center;
	color: #000000;
	font-weight: bold;
	padding: 30px 10px;
	margin: 0px 0px 0px;
}

.card-picture-custom .card-picture-img {
	order: -1;
}

.card-picture-custom .card-picture-content {
	display: none;
}


/* ====================== Mobile and Up ========================== */

.max-height-custom {
	max-height: 35px;
}

/* schedule cards for 20th anniversary */
.card-schedule-wrapper{
	position: relative;
       -webkit-flex-grow: 2;
       flex-grow: 2;
       -webkit-flex-direction: column;
       flex-direction: column;
       display: -webkit-flex;
       display: flex;
}

.card-schedule-container{
	padding:4%;
	/*align-items:stretch;
	display:flex;
	flex-direction: column;*/
	-webkit-flex-grow: 2;
    flex-grow: 2;
    display: -webkit-flex;
    display: flex;
	height:100%;
	justify-content: center;
}

.card-schedule-border{
	border:2px solid #c1c2c4;
	border-radius:25px;
	width:90%;
	padding:3%;
	min-height:20vh;
}

.card-schedule-border-left{
	border-left:2px solid #c1c2c4;
	/*height:100%;*/	
	min-height:19.5vh;
}

/* end */

/* Accessible text classes */
.text-12 {
	font-size: 0.7500em;
	line-height: 1.5;
}
.text-14 {
	font-size: 0.8750em;
	line-height: 1.5;
}
.text-16 {
	font-size: 1.0000em;
	line-height: 1.5;
}
.text-17 {
	font-size: 1.063em;
	line-height: 1.5;
}
.text-18 {
	font-size: 1.1250em;
	line-height: 1.5;
}
.text-20 {
	font-size: 1.2500em;
	line-height: 1.5;
}
.text-21 {
	font-size: 1.3125em;
	line-height:1.5;
}
.text-22 {
	font-size: 1.3750em;
	line-height: 1.5;
}
.text-24 {
	font-size: 1.5000em;
	line-height: 1.5;
}
.text-26 {
	font-size: 1.625em;
	line-height: 1.5;
}
.text-28 {
	font-size: 1.75em;
	line-height: 1.5;
}
.text-40-lg {
	font-size: 2.5em;
	line-height: 1.5;
}
p {
	line-height: 1.5;
}
/* End Accessible text classes */
 
/* --- Program Cards --- */
.container {
	text-align: center
	background: #78be20;
}

/* ----- /students/first-year.html ----- */
.first-year-bg {
	background-image: url(/digitalmedia/images/dgm/students/first-year-bg.png);
    box-shadow: inset 2000px 0 0 0 rgba(255, 138, 0, 0.72);;
}



.text-transform-none {
	text-transform: none;
}

/* ===== Faculty Card ===== */
.custom-directory .card-staff-portrait {
	height: auto;
	border: none;
}

/* ---- Button Arrow ---- */

.button-solid.button-invert-icon:after{
	content: '\f105';
	font-size: 32px;
	border-radius: 0px;
	padding: 15px 15px 15px 19px;
}
/* Green */
.button-solid.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #275d38;
	background-color: #275d38;
}
.button-solid:after {
	color: #275d38;
}
.button-solid:hover:after {
	background-color: #275d38;
	color: #fff;
}
.button-solid:hover {
	background-color: #fff;
	color: #275d38;
	border-color: #275d38;
}
/* Aqua-D1 */
.button-solid-aqua-d1.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #5e8c84;
	background-color: #5e8c84;
}
.button-solid-aqua-d1:after {
	color: #5e8c84;
}
.button-solid-aqua-d1:hover:after {
	background-color: #5e8c84;
	color: #fff;
}
.button-solid-aqua-d1:hover {
	background-color: #fff;
	color: #5e8c84;
	border-color: #5e8c84;
}

/* Beige-D1 */
.button-solid-beige-d1.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #9b9290;
	background-color: #9b9290;
}
.button-solid-beige-d1:after {
	color: #9b9290;
}
.button-solid-beige-d1:hover:after {
	background-color: #9b9290;
	color: #fff;
}
.button-solid-beige-d1:hover {
	background-color: #fff;
	color: #9b9290;
	border-color: #9b9290;
}

/* Blue */
.button-solid-blue.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #0095c8;
	background-color: #0095c8;
}
.button-solid-blue:after {
	color: #0095c8;
}
.button-solid-blue:hover:after {
	background-color: #0095c8;
	color: #fff;
}
.button-solid-blue:hover {
	background-color: #fff;
	color: #0095c8;
	border-color: #0095c8;
}

/* Blue-Light-D1 */
.button-solid-blue-light-d1.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #8496a1;
	background-color: #8496a1;
}
.button-solid-blue-light-d1:after {
	color: #8496a1;
}
.button-solid-blue-light-d1:hover:after {
	background-color: #8496a1;
	color: #fff;
}
.button-solid-blue-light-d1:hover {
	background-color: #fff;
	color: #8496a1;
	border-color: #8496a1;
}

/* Brick */
.button-solid-brick.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #823b34;
	background-color: #823b34;
}
.button-solid-brick:after {
	color: #823b34;
}
.button-solid-brick:hover:after {
	background-color: #823b34;
	color: #fff;
}
.button-solid-brick:hover {
	background-color: #fff;
	color: #823b34;
	border-color: #823b34;
}

/* Brick-Light */
.button-solid-brick-light.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #bc8279;
	background-color: #bc8279;
}
.button-solid-brick-light:after {
	color: #bc8279;
}
.button-solid-brick-light:hover:after {
	background-color: #bc8279;
	color: #fff;
}
.button-solid-brick-light:hover {
	background-color: #fff;
	color: #bc8279;
	border-color: #bc8279;
}

/* Brown */
.button-solid-brown.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #696158;
	background-color: #696158;
}
.button-solid-brown:after {
	color: #696158;
}
.button-solid-brown:hover:after {
	background-color: #696158;
	color: #fff;
}
.button-solid-brown:hover {
	background-color: #fff;
	color: #696158;
	border-color: #696158;
}

/* Clover */
.button-solid-clover.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #35712c;
	background-color: #35712c;
}
.button-solid-clover:after {
	color: #35712c;
}
.button-solid-clover:hover:after {
	background-color: #35712c;
	color: #fff;
}
.button-solid-clover:hover {
	background-color: #fff;
	color: #35712c;
	border-color: #35712c;
}

/* Fern */
.button-solid-fern.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #4A8500;
	background-color: #4A8500;
}
.button-solid-fern:after {
	color: #4A8500;
}
.button-solid-fern:hover:after {
	background-color: #4A8500;
	color: #fff;
}
.button-solid-fern:hover {
	background-color: #fff;
	color: #4A8500;
	border-color: #4A8500;
}

/* Forest */
.button-solid-forest.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #00843d;
	background-color: #00843d;
}
.button-solid-forest:after {
	color: #00843d;
}
.button-solid-forest:hover:after {
	background-color: #00843d;
	color: #fff;
}
.button-solid-forest:hover {
	background-color: #fff;
	color: #00843d;
	border-color: #00843d;
}

/* Gold-D1 */
.button-solid-gold-d1.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #b37f00;
	background-color: #b37f00;
}
.button-solid-gold-d1:after {
	color: #b37f00;
}
.button-solid-gold-d1:hover:after {
	background-color: #b37f00;
	color: #fff;
}
.button-solid-gold-d1:hover {
	background-color: #fff;
	color: #b37f00;
	border-color: #b37f00;
}



/* Grey-Dark */
.button-solid-grey-dark.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #a7a8aa;
	background-color: #a7a8aa;
}
.button-solid-grey-dark:after {
	color: #a7a8aa;
}
.button-solid-grey-dark:hover:after {
	background-color: #a7a8aa;
	color: #fff;
}
.button-solid-grey-dark:hover {
	background-color: #fff;
	color: #a7a8aa;
	border-color: #a7a8aa;
}

/* Lime-D1 */
.button-solid-lime-d1.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #8aa24c;
	background-color: #8aa24c;
}
.button-solid-lime-d1:after {
	color: #8aa24c;
}
.button-solid-lime-d1:hover:after {
	background-color: #8aa24c;
	color: #fff;
}
.button-solid-lime-d1:hover {
	background-color: #fff;
	color: #8aa24c;
	border-color: #8aa24c;
}

/* Orange */
.button-solid-orange.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #d45d00;
	background-color: #d45d00;
}
.button-solid-orange:after {
	color: #d45d00;
}
.button-solid-orange:hover:after {
	background-color: #d45d00;
	color: #fff;
}
.button-solid-orange:hover {
	background-color: #fff;
	color: #d45d00;
	border-color: #d45d00;
}

/* Purple */
.button-solid-purple.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #595478;
	background-color: #595478;
}
.button-solid-purple:after {
	color: #595478;
}
.button-solid-purple:hover:after {
	background-color: #595478;
	color: #fff;
}
.button-solid-purple:hover {
	background-color: #fff;
	color: #595478;
	border-color: #595478;
}

/* Red */
.button-solid-red.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #e15230;
	background-color: #e15230;
}
.button-solid-red:after {
	color: #e15230;
}
.button-solid-red:hover:after {
	background-color: #e15230;
	color: #fff;
}
.button-solid-red:hover {
	background-color: #fff;
	color: #e15230;
	border-color: #e15230;
}

/* Teal */
.button-solid-teal.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #00bfb3;
	background-color: #00bfb3;
}
.button-solid-teal:after {
	color: #00bfb3;
}
.button-solid-teal:hover:after {
	background-color: #00bfb3;
	color: #fff;
}
.button-solid-teal:hover {
	background-color: #fff;
	color: #00bfb3;
	border-color: #00bfb3;
}

/* Yellow-D1 */
.button-solid-yellow-d1.button-invert-icon {
	/* Added .button-invert-icon for specificity
	to avoid conflict in components.css */
	border-color: #b09747;
	background-color: #b09747;
}
.button-solid-yellow-d1:after {
	color: #b09747;
}
.button-solid-yellow-d1:hover:after {
	background-color: #b09747;
	color: #fff;
}
.button-solid-yellow-d1:hover {
	background-color: #fff;
	color: #b09747;
	border-color: #b09747;
}

/* ---- END Button Arrow ---- */

.justify-content-between {
	justify-content:space-between;
}

.justify-content-end {
	justify-content: flex-end;
}

/* ++++++++++++++ COLORS ++++++++++++++ */


/* BACKGROUNDS COLORS */

/* OLD COLORS */
/* .dgm-bg-green-1, .dgm-bg-green-1-hover:hover { background-color: #5fab00; }
.dgm-bg-orange-1, .dgm-bg-orange-1-hover:hover { background-color: #ffa100; }
.dgm-bg-red-1, .dgm-bg-red-1-hover:hover { background-color: #be0000; }
.dgm-bg-blue-1, .dgm-bg-blue-1-hover:hover { background-color: #003fb5; } */

.dgm-bg-green-1, .dgm-bg-green-1-hover:hover { background-color: #4a8500; }
.dgm-bg-orange-1, .dgm-bg-orange-1-hover:hover { background-color: #87008f; }
.dgm-bg-red-1, .dgm-bg-red-1-hover:hover { background-color: #be0000; }
.dgm-bg-blue-1, .dgm-bg-blue-1-hover:hover { background-color: #014cd7; }

.dgm-bg-grey-1, .dgm-bg-grey-1-hover:hover { background-color: #f7f7f7; }
.dgm-bg-grey-2, .dgm-bg-grey-2-hover:hover { background-color: #c5c6c8; }
.dgm-bg-yellow-1, .dgm-bg-yellow-1-hover:hover { background-color: #e5bc25; }
.dgm-bg-orange-2, .dgm-bg-orange-2-hover:hover { background-color: #ffb500; }
.dgm-bg-green-2, .dgm-bg-green-2-hover:hover { background-color: #00843d; }
.dgm-bg-green-3, .dgm-bg-green-3-hover:hover { background-color: #0c5f36; }
.dgm-bg-green-4, .dgm-bg-green-4-hover:hover { background-color: #0a5e35; }

.dgm-bg-transparent, .dgm-bg-transparent-hover{background-color: transparent;}

/* TEXT COLORS */
.dgm-text-green-1, .dgm-text-green-1-hover:hover { color: #4a8500; }
.dgm-text-orange-1, .dgm-text-orange-1-hover:hover { color: #87008f; }
.dgm-text-red-1, .dgm-text-red-1-hover:hover { color: #be0000; }
.dgm-text-blue-1, .dgm-text-blue-1-hover:hover { color: #014cd7; }

.dgm-text-grey-1, .dgm-text-grey-1-hover:hover { color: #f7f7f7; }
.dgm-text-grey-2, .dgm-text-grey-2-hover:hover { color: #c5c6c8; }
.dgm-text-yellow-1, .dgm-text-yellow-1-hover:hover { color: #e5bc25; }
.dgm-text-orange-2, .dgm-text-orange-2-hover:hover { color: #ffb500; }
.dgm-text-green-2, .dgm-text-green-2-hover:hover { color: #00843d; }
.dgm-text-green-3, .dgm-text-green-3-hover:hover { color: #0c5f36; }
.dgm-text-green-4, .dgm-text-green-4-hover:hover { color: #0a5e35; }

/* BORDER COLORS */
.dgm-bd-green-1, .dgm-bd-green-1-hover:hover { border-color: #4a8500; }
.dgm-bd-orange-1, .dgm-bd-orange-1-hover:hover { border-color: #87008f; }
.dgm-bd-red-1, .dgm-bd-red-1-hover:hover { border-color: #be0000; }
.dgm-bd-blue-1, .dgm-bd-blue-1-hover:hover { border-color: #014cd7; }



.text-white-hover:hover,
.text-white-hover:focus { 
	color: #ffffff; 
	text-decoration: none;
}


.cardButton1.dgm-bg-transparent-hover:hover{background-color: transparent;}

.dgm-no-underline, .dgm-no-underline:hover{
	text-decoration: none;
}

.text-white-hover span:hover{
	color: white !important;
}

/* ++++++++++++++++++++++++++++++++++++ */

.list-none {
	list-style-type: none;
}

.border-radius-14 {
	border-radius: 14px;
}

.border-multi {
	border-image: url(/dgm/images/linear_gradient.png) 5 0 5 0 stretch;
}

.font-weight-600 {
	font-weight: 600;
}

.line-height-1 {
	line-height: 1;
}

.border-none {
	border: none;
}

.z-index-0 {
	z-index: 0;
}

.z-index-1 {
	z-index: 1;
}

.height-67-px {
	height: 67px;
}

.header-slim {
	height: 174px;
}


.list-check{
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-check span{
	padding-top: 3px;
	float: left;
}

.list-check li{
	display: block;
	overflow: hidden;
}

/* ************************* HOMEPAGE HEADER ************************* */

.homeHeader {
	margin-top: -40px;
	padding: 0px !important;
}

/*.bannerBottom {
min-height: 2456px;
}

.bannerBottom:after{
content:'NEWS FLASH - DGM HEADLINES';
background-color: #e5bc25;
padding: 20px;
width: 100%;
position: absolute;
bottom: 0;
text-align: center;
left: 0;
}*/

/* ************************* HOMEPAGE ************************* */

.dgm-rect {
	width: 1440px;
	height: 89px;
	background-color: #e5bc25;
}


.displayTab {
	visibility: none;
}

.frontCardPic{
	height: 320px;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.frontCardPic.animation{
	background-image: url('/digitalmedia/images/dgm/home/agd-program-selection.jpg');
}


.frontCardPic.audio{
	background-image: url('/digitalmedia/images/dgm/home/da-program-selection.jpg');
}

.frontCardPic.cinema{
	background-image: url('/digitalmedia/images/dgm/home/dc-program-selection.jpg');
}

.frontCardPic.web{
	background-image: url('/digitalmedia/images/dgm/home/wdd-program-selection.jpg');
}

.bannerBottom {
	min-height: 430px;
}


.iconLeft{
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 75px;
	margin-bottom: 20px;

}

.emmyIcon{
	background-image: url('/digitalmedia/images/dgm/home/icon-emmy-award-grn.png');
	padding: 0px 0px 0px 50px ;
}


.festivalIcon{
	background-image: url('/digitalmedia/images/dgm/home/icon-inyf-award-grn.png');
	padding: 0px 0px 0px 90px;
}

.skillsIcon{
	background-image: url('/digitalmedia/images/dgm/home/icon-award-grn.png');
	padding: 0px 0px 0px 50px;
}

/*---------------------------Students------------------------------*/
.awesome-lg{
	font-size: 6.5em;
}

.button-arrow-right{
	width: 100%;
	margin-bottom: 0px;
}

.button-solid.button-icon:after, 
.button-border.button-icon:after, 
.button-solid.button-invert-icon:after, 
.button-border.button-invert-icon:after{
	content: '\f105';
	font-size: 32px;
	border-radius: 0px;
	padding: 15px 15px 15px 19px
}

.button-red:hover {
	background-color: #fff !important;
	color: #e15230 !important;
	border-color: #e15230 !important;
}

.button-red:after {
	color: #e15230;
}

.button-red:hover:after {
	background-color: #e15230;
	color: #fff;
}

.button-brown:hover {
	background-color: #fff !important;
	color: #8c640f !important;
	border-color: #8c640f !important;
}

.button-brown:after {
	color: #8c640f;
}

.button-brown:hover:after {
	background-color: #8c640f !important;
	color: #fff;
}

.button-blue:hover {
	background-color: #fff !important;
	color: #0095c8 !important;
	border-color: #0095c8 !important;
}

.button-blue:after {
	color: #0095c8;
}

.button-blue:hover:after {
	color: #fff;
}

.button-teal:hover {
	background-color: #fff !important;
	color: #00bfb3 !important;
	border-color: #00bfb3 !important;
}

.button-teal:after {
	color: #00bfb3;
}

.button-teal:hover:after {
	background-color: #00bfb3;
	color: #fff;
}

.button-purple:hover {
	background-color: #fff !important;
	color: #595478 !important;
	border-color: #595478 !important;
}

.button-purple:after {
	color: #595478;
}

.button-purple:hover:after {
	background-color: #595478;
	color: #fff;
}

.button-green-custom {
	background-color: #275d38 !important;
}

.button-green-custom:hover {
	background-color: #fff !important;
	color: #275d38 !important;
	border-color: #275d38 !important;
}

.button-green-custom:after {
	color: #275d38;
}

.button-green-custom:hover:after {
	background-color: #275d38;
	color: #fff;
}

/* .button-solid, 
.button-solid:active, 
.button-solid:focus,
.big-block-button,
.big-block-button:active,
.big-block-button:focus {
	background-color: #8c640f;
}

.button-solid:hover,
.big-block-button:hover {
	background-color: #fff;
	color: #8c640f;
	border-color: #8c640f;
} */

/* CET FACULTY CARD COMPONENT */


/* END COMPONENT */


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	
	.max-height-custom {
	max-height: none;
}

	.margin-top-neg-100-md {
		margin-top: -100px;
	}

	.text-40-lg {
		font-size: 40px;
	}

	.margin-30-md {
		margin: 30px;
	}

	.displayTab {
		visibility: inherit;
	}

	.frontCardPic{
		height: 350px;
	}

	.width-768-md {
		width: 768px;
	}

	.padding-left-120 {
		padding-left: 120px;
	}

	.padding-right-120 {
		padding-right: 120px;
	}

	.text-left-md {
		text-align: left;
	}

}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

.max-height-custom {
	max-height: none;
}

	.margin-40-lg {
		margin: 40px;
	}


}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {

	.max-height-custom {
		max-height: none;
	}
	
	.bannerBottom {
		max-height: 535px;
	}

	.cardSection {
		margin-top: -585px;
/* 		margin-bottom: 110px; */
	}

	.margin-left-10-lg {
		margin-left: 10px
	}

	.margin-right-10-lg {
		margin-right: 10px
	}

	.display-inline-lg {
		display: inline;
	}

}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
