/*
 * ---- start OUT-BREAKPOINT definition ---- DEFAULT SETTINGS
 */

	.media-panel{
		height: 45px;
	}
	
	.partner-icon {
	    height: 22px;
	    top: 4px;
	}
	
	.universityFontAwesome-icon{
		font-size: 22px !important;
   	}
   	
   	.linkedinFontAwesome-icon{
		font-size: 24px !important;
   	}
   	
   	.socialFontAwesome-icon{
		font-size: 24px !important;
   	}
   	
   	.countryFlag-icon{
		top:5px;
		height:25px;
	}

/* ---- start LARGE SCREEN DEVICE BREAKPOINT ----
 */
 
@media only screen and (min-width: 1824px) {
	
	
}

/* ---- end Large screen DEVICE BREAKPOINT ----
 */


/* ---- start Desktops and laptops DEVICE BREAKPOINT ----
 */
 

@media only screen and (min-width: 1224px) and (max-width: 1823px){
	
		
}


/* ---- end Desktops and laptops DEVICE BREAKPOINT ----
 */
 
@media only screen and (max-width: 1224px){

	.cookies-notificationbar{
 		height: 190px;
 	}
	
	.footer-panel{
		height: 900px;
	}
	
	.footerItems-panel{
		height: 150px;
		
	}
} 