  /* --- Multimedia: privacy and copyright styling --- */

.consent-requirement img{
	width: 21px;
	vertical-align: bottom;
	padding: 2px 0 7px 0;
	}

.consent-requirement p{
    font-family:"DinWebBold", sans-serif;
    font-size:1em;
    text-transform: uppercase;
    }


/* --- Lunch and Learn styling --- */

.overlay .text h1, .overlay .text p {
    font-family: "DinWebBold";
    font-size: 1.75em;
    margin-bottom: -.75em;
}

.overlay .text h2, .overlay .text p {
    font-family: "DinWebMedium";
    font-size: 1em;
}


/* ---- banner ---- */

.overlay .text {
    padding: 0em 2em 0em 1em;
    background: rgba(0, 0, 0, 0.6);
    background-position: left;
    }

.overlay .text h1, .overlay .text h2 {
    color: #fff;
    }

.overlay .text h1 {
    font-family: "DinWebBold";
    font-size: 1.75em;
    }

.overlay .text h2 {
    float: left;
    font-family: "DinWebMedium";
    margin: -2;
    font-size: 1em;
    padding-top:0.25em;
    }
    
/* ---- media ---- */

@media (max-width: 640px){

.overlay .text{
    position:inherit;
    background:#3d3935;
    display:block;
    width: auto;
}

.overlay .text h1 {
    float: none;
    font-family: "DinWeb";
    margin: 0em;
    text-align:left;
}	

.overlay .text h2 {
    float: none;
    font-family: "DinWeb";
    margin: 0em;
    text-align:left;
}
		
.overlay .text h3 {
    float: none;
    font-family: "DinWeb";
    margin: 0em;
    text-align:right;
    padding-bottom: .5em;
    }
}  


@media (max-width: 480px){
       
.overlay .text {
    position:inherit;
    background:#3d3935;
    display:block;
    width: auto;
}

.overlay .text h1 {
    float: none;
    font-family: "DinWeb";
    margin-left: -1em;
    text-align:left;
    }	

.overlay .text h2 {
    float: none;
    font-family: "DinWeb";
    margin-left: -.5em;
    text-align:left;
    }
		
.overlay .text h3 {
    float: none;
    font-family: "DinWeb";
    margin-left: -.5em;
    text-align:right;
    }		

		
   	}   


@media (max-width: 360px){

.overlay .text {
    position:inherit;
    background:#3d3935;
    display:block;
    width: auto;
}

.overlay .text h1 {
    float: none;
    font-family: "DinWeb";
    margin-left: -1em;
    text-align:left;
    }	

.overlay .text h2 {
    float: none;
    font-family: "DinWeb";
    margin-left: -.5em;
    text-align:left;
    }
		
.overlay .text h3 {
    float: none;
    font-family: "DinWeb";
    margin-left: -.5em;
    text-align:left;
    }

   	}   

/* ---- custom list ---- */

.newsTitle a {
    margin: 0;
    font-family: "DINWebMedium",sans-serif;
    font-size: 1.3125em;
}

.nameDate {
    margin: 0;
    font-size: 0.857143em;
    font-family: "DINWeb",sans-serif;
    font-weight: normal;
    color: rgb(85, 85, 85);
}

.container {
margin: 0px;
line-height: 1.5;
overflow: hidden;
position: relative;
max-height: 3em; /*display ellipsis after 2 lines*/
}

.container:before  {
background: #fff;
bottom: 0;
position: absolute;
right: 0em;
content: '\2026'"\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0""\00a0";
}

.container:after{
content: '';
background: #fff;
position: absolute;
height: 50px;
width: 100%;
z-index: 1;
}

/* ---- Date ---- */

.datestamp {
    font-size: 1.2em;
    font-family: "DINWeb",sans-serif;
    font-weight: normal;
}