/* 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 IxDC Cards */
.card-content-custom {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	background-color: #F9F9F9;
	
}


/* Fancy line thing - IxDC */
.line {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #275d38;
	line-height: 0.1rem;
	margin: 10px 0 20px;
} 
.line span {
	background: #fff;
	padding: 0 10px;
}

.gradient-green {
	background-color: rgb(77, 169, 119, .65)
}


/* 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;
}
.card-name {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em !important;
    line-height: 1.5 !important;
    color: #275D38;
}
.card-title {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875em !important;
    line-height: 1.5 !important;
}
.card-company {
    font-family: Lato;
    font-style: italic;
    font-weight: normal;
    font-size: 0.875em !important;
    line-height: 1.5 !important;
}
/* End Accessible text classes */

	.border-img-custom img {
		object-position: 50% 40%;
		height: 225px;
		object-fit: cover;
		width: 100%;
	}

	.border-card-title {
		height: 120px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}

/* Industry Page CSS */
	
	.card-name {
		font-family: Rajdhani;
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 26px;
		color: #275D38;
	}
	
	.card-title {
		font-family: Lato;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 17px;
	}

	.card-company {
		font-family: Lato;
		font-style: italic;
		font-weight: normal;
		font-size: 14px;
		line-height: 17px;
	}


/* ++++++++++++++ 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-yellow-2, .dgm-bg-yellow-2-hover:hover { background-color: #ffec00; }
.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-yellow-2, .dgm-text-yellow-2-hover:hover { color: #ffec00; }

.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; }
.dgm-bd-yellow-2, .dgm-bd-yellow-2-hover:hover { border-color: #ffec00; }



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

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



/* ************************* 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;
}

/* Web-design HOMEPAGE */
.border-none, .border-none:hover {
	border: 0px;
}


/* Web-design Activities */

.activitiesHeader {
	/*   width: 1440px; */
	height: 179px;
	background-image: linear-gradient(73deg, #e89b1d, #c86dd7);
}

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

/* PRODUX JOIN CARDS - START WITH CARD-PICTURE-5 COMPONENT */

.card-picture-custom {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.card-picture-custom .card-picture-title {
	font-family: 'Raleway', arial, sans-serif;
	text-align: center;
	color: #275d38;
	font-weight: bold;
	border-bottom: 5px solid;
	padding: 30px 10px;
	margin: auto 0px 0px;
	border-color: #275d38;
	font-size: 24px;
}
.card-picture-custom .card-picture-img {
	height: 100%;
	order: -1;
}
.card-picture-custom .card-picutre-content {
	display: none;
}
.card-picture-custom .card-picture-button {
	overflow: hidden;
	height: 0;
}

/* START WITH OMNI COMPONENT EVENT-LIST-ITEM-1 */
.event-item[data-component-event-style='1'] .event-item-container {
	box-shadow: none;
	border: none;
}
.event-item[data-component-event-style='1'] .event-frame {
	border: none;
}
.event-item[data-component-event-style='1'] .poster {
	border: none;
}
.event-item[data-component-event-style='1'] .event-details {
	border-left: 5px solid #275d38;
	padding-top: 0;
	padding-bottom: 0;
}
.event-item[data-component-event-style='1'] .event-title {
	text-transform: none;
	margin-bottom: 5px;
}

/* DGM SOCIAL MEDIA ICONS LIST */
.no-bullets {
	list-style: none;
	padding: 0;
}

/* HEADSHOT-NAME-TITLE-CARD */
.custom-person-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

	.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) {



	.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) {

	.bannerBottom {
		min-height: 780px;
	}

	.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*/
