#mobile-menu,
#welcome{
	display: none;
}

#mobile-menu button,
#left-panel button{
    background-color: transparent;
    background-image: none;
    border: medium none;
    color: #fff;
    display: table-cell;
    font-size: 20px;
    padding: 10px 15px;
    height: 50px;
    vertical-align: bottom;
}
#mobile-menu button.search-toggle,
#mobile-menu button.lang-toggle{
	font-size: 15px;
}
#mobile-menu button:focus,
#left-panel button:focus{
	outline: none;
}
#left-panel button{
	height: 25px;
}

#mobile-menu .sr-only,
#left-panel .sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#mobile-menu .lang-toggle{
	font-family: "SansaPro-SemiBold"
}

#mobile-menu .logo,
#left-panel .logo{
	display: block;
	width: 100%;
	min-width: 20px;
    display: table-cell;
    background: url(../img/sodexo-logo-white.png) center 3px no-repeat #29295b;
}
#left-panel .logo{
    height: 50px;
    position: absolute;
    right: 0;
}
#mobile-menu .sep:empty{
    display: table-cell;
    min-width: 1px;
    background-color: #5a5f89;
}
#mobile-menu .welcome{
	background-color: #e9e6e1;
	display: block;
	font-family: "SansaPro-Light";
	font-size: 13px;
	padding: 7px 15px;
	width: 100%;
}

#left-panel{
	background-color: #31366d;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 100%;
	z-index: 100;	
}
#left-panel.open{
	right: 55px;
}
#left-panel + .bodywrapper.live{
}
#left-panel.open + .bodywrapper.live{
	
}


@media (max-width: 700px) {

	div.branding{
		height: 100%;
	}
	div.branding > img{
		max-height: 100%;
	}
	
	.bodywrapper.live header[role=banner]{
        display: none!important;
    }
    
    .bodywrapper.live{
    	background-color: #fff;
    }
    
    #welcome{
    	background-color: #edece9 ;
		color: #2a295c;
		display: block;
		font-family: "SansaPro-Normal",sans-serif;
		font-size: 11pt;
		padding: 8px 15px;
    }
    .bodywrapper .page-banner {
        display: block;
    }
    
    .bodywrapper.live .band-menu{
    	margin-top: 1.5em;
    }
	.bodywrapper.live .band-menu .main-navigation{
    	padding: 0;
    }
    .bodywrapper.live .band-menu .main-navigation__list--lvl1{
    	padding: 0 1.875em;
    	width: 100%;
    	display: table;
    	background: rgba(255,92,114,1);
		background: -moz-linear-gradient(left, rgba(241,156,125,1) 0%, rgba(213,0,28,1) 33%, rgba(213,0,28,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,156,125,1)), color-stop(33%, rgba(213,0,28,1)), color-stop(100%, rgba(213,0,28,1)));
		background: -webkit-linear-gradient(left, rgba(241,156,125,1) 0%, rgba(213,0,28,1) 33%, rgba(213,0,28,1) 100%);
		background: -o-linear-gradient(left, rgba(241,156,125,1) 0%, rgba(213,0,28,1) 33%, rgba(213,0,28,1) 100%);
		background: -ms-linear-gradient(left, rgba(241,156,125,1) 0%, rgba(213,0,28,1) 33%, rgba(213,0,28,1) 100%);
		background: linear-gradient(to right, rgba(241,156,125,1) 0%, rgba(213,0,28,1) 33%, rgba(213,0,28,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F19C7D', endColorstr='#d5001c', GradientType=1);
	  	margin: 0;
	  	padding: 0 0 0 1.875em;
    }
    .bodywrapper.live .band-menu .main-navigation__list--lvl1 > li:not(.mobile-red-menu){
    	display: none;
    }
    .bodywrapper.live .band-menu .main-navigation__list--lvl1 > li.mobile-red-menu{
    	min-width: 33%;
    	display: table-cell;
    }
    .bodywrapper.live .band-menu .main-navigation__list--lvl1 > li > a > span{
    	width: 100%;
    	text-align: center;
    	vertical-align: middle;
    }
    
    .bodywrapper.live .band-menu .main-navigation__list--lvl1 li .main-navigation__panel{
    	display: none;
    }
    .bodywrapper.live .page-wrapper .main-content {
        padding: 1.5em 0 0;
        background-position: 95% 0;
    }
    
    .bodywrapper.live .masterpage__table {
/*         border-spacing: 0; */
        margin-top: 0;
    }
    .bodywrapper .masterpage__table .solvingmasterpage{
    	display:none;
    }
/*     .bodywrapper.live table td{ */
/*     	border: none; */
/*     } */
    .bodywrapper .bg-dark-blue-1{
    	box-shadow: none;
    }
/*     .bodywrapper table[role="presentation"] tr td{ */
/*     	margin-bottom: 0; */
/*     } */
    .bodywrapper .page-wrapper footer{
    	margin-bottom: 0;
    }
    .bodywrapper .page-wrapper .footer-logo {
    	text-align: right;
    }
    
    #mobile-menu{
		background-color: #29295b;
		display: block;
		width: 100%;
	}
    #mobile-menu .top-bar{
    	display: table-row;
    	height: 50px;
    }
    #mobile-menu form.global-search{
    	background-color:#fff;
    	height:40px;
    	position: relative;
    	display: none;
    }
    #mobile-menu form.global-search input#searchTerm{
    	border: none;
    	font-style: italic;
		height:100%;
    	padding-left: 20px;
    	width:100%;
    }
    #mobile-menu form.global-search input[type=submit]{
    	display: block !important;
		visibility: hidden;
    }
    #mobile-menu form.global-search i.fa-close{
	    cursor: pointer;
	    font-size: 21px;
	    position: absolute;
	    right: 10px;
	    top: 10px;
    }
    #mobile-menu ul.language-selector__list{
	    background-color: #fff;
		display: none;
		margin: 0;
		padding: 0;
    }
    #mobile-menu ul.language-selector__list li{
		
    }
    #mobile-menu ul.language-selector__list li.selected{
    	color: #31366d;
		padding-left: 10px;
    }
    #mobile-menu ul.language-selector__list li a{
    	color: #29295b;
    	display: block;
		font-family: "SansaPro-Normal",sans-serif;
    	padding: 5px 5px 5px 26px;
		text-decoration: none;
    }
    #mobile-menu ul.language-selector__list li a:hover{
    	background-color: #31366d;
    	color: #fff;
    }
    #mobile-menu ul.language-selector__list li abbr{
    	font-family: "SansaPro-Normal",sans-serif;
		border: none;
    }
    #mobile-menu button.active{
    	background: url( ../img/button-active-bg.png) center bottom no-repeat #31366d;
    }
    
    #left-panel ol{
    	margin: 0;
    	padding:0;
    	background: none;
    	border: none!important;
    }
    #left-panel ol::before{
    	border: none;
    }
	#left-panel > ol{
    	margin-top:50px;
    }

    #left-panel ol li{
    	display: block;
    	margin:0;
    	padding: 0;
    }
	#left-panel ol li a,
	#left-panel ol li span.country-menu{
		padding: 10px;
		background-color: #31366d;
		color: #fff;
		display: block;
		box-shadow: none;
		color: #fff;
		display: block;
		font-family: "SansaPro-Bold",sans-serif;
		font-size: 0.875em;
		line-height: 2.15em;
		text-decoration: none;
	}
	#left-panel > ol > li > a,
	#left-panel ol li span.country-menu{
		text-transform: uppercase;
	}
	#left-panel ol li a:hover{
		background-color: #fff;
		color: #31366d;
	}
    #left-panel ol li a span{
    	border: none;
    }
	#left-panel ol li div.main-navigation__panel{
		position: relative;
		left:0;
		top: 0;
		width: 100%;
		padding: 0;
		box-shadow: none;
	}
	#left-panel ol  li  li{
		width: 100%;
	}
	#left-panel ol  li  li a{
		background-color: #29295b;
		padding-left: 25px;
		font-family: Arial;
		border: none;
	}
	#left-panel ol  li  li a button{
		padding: 0;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	#left-panel ol  li  li.expanded > a,
	#left-panel ol  li  li.expanded > a > button{
		color: #7b7f9c
	}
	#left-panel ol  li  li a:hover,
	#left-panel ol  li  li a:hover > button{
		color: #29295b;
	}
	#left-panel ol  li li a button:hover{
		cursor: pointer;
	}
	#left-panel ol  li  li li a{
		font-size: 1.2em;
		padding-left: 40px;	
	}
	#left-panel ol ol ol{
		display: none;
	}
	
	.page-wrapper :empty{
		/*display: none;*/
		boder: 1px solid red;
	}
	.page-wrapper .main-content .breadcrumb{
		background-color: #e9e6e1;
		display: block;
		font-family: "SansaPro-Light";
		font-size: 13px;
		padding: 7px 15px;
		width: 100%;
	}
	.page-wrapper .main-content .breadcrumb p{
		margin: 0;
	}
	
	.page-wrapper .main-content div.responsive-table-wrapper{
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		min-height: 0.01%;
		border: 1px solid #666;
	}
	
	.page-wrapper .main-content table:not([role=presentation]){
		display: none;
	}
	
	.page-wrapper .main-content form[name=contactForm] fieldset input,
	.page-wrapper .main-content form[name=contactForm] fieldset textarea{
		width: 100%;
	}
	
	.page-wrapper .main-content form input#fileUpload{
		margin-left: 0;
	}
	
	.page-wrapper .main-content form div.divButton span.submitButton{
		display: inline-block;
		maring: 0;
		width: 100%;
	}
	.page-wrapper .main-content form div.divButton span.submitButton input#submitButton{
		width: auto;
	}
	
	.page-wrapper .main-content .generic .main-text{
		clear: both;
		padding-top: 0.5em; 
	}
	
	.page-wrapper .main-content .searchResults > ul{
		width: 100%;
	}
	
	.w20p,.w25p,.w30p,.w33p,.w40p,.w50p,.w66p,.w75p,.w80p,.w100p {
        width: 100%;
    }
	
	.bodywrapper main .grid .grid__cell .w20p,
	.bodywrapper main .grid .grid__cell.w25p,
	.bodywrapper main .grid .grid__cell.w30p,
	.bodywrapper main .grid .grid__cell.w33p,
	.bodywrapper main .grid .grid__cell.w40p,
	.bodywrapper main .grid .grid__cell.w50p,
	.bodywrapper main .grid .grid__cell.w66p,
	.bodywrapper main .grid .grid__cell.w75p,
	.bodywrapper main .grid .grid__cell.w80p,
	.bodywrapper main .grid .grid__cell.w100p{
		padding-left:0.7em;
		padding-right:0.7em;
	}
	
	
	.bodywrapper .w66p .videoToPromoteFrame,
	.bodywrapper .w100p .videoToPromoteFrame {
	    height: 15.563em !important;
	}
	.bodywrapper .slick-slider{
		margin-left: 13px;
	}
	.bodywrapper .slick-prev i{
		margin-left: -15px;
	}
	.bodywrapper .video.slick-slide{
		width: 101px;
	}
	.bodywrapper .w100p .slick-list{
		margin-left: 0;
		margin-right: 14px;
	}
	.bodywrapper .video .videoTitle{
		padding-right: 5px;
		width: 100%;
	}
	
	.bodywrapper .main-content .resizer-addthis-block{
		background: none;
	}
	.bodywrapper .main-content .resizer-addthis-block .textResizer,
	.bodywrapper .main-content .resizer-addthis-block .addthis_sharing_toolbox{
		float: none;
	}
	.bodywrapper .main-content .resizer-addthis-block::after,
	.bodywrapper .main-content .resizer-addthis-block::before{
		background:none;
		border: none;
	}
	
	.bodywrapper .images-list .images-list__table{
		width: 100%
	}
	
	.bodywrapper article.event-detail .add-to-outlook{
		float: none;
	}
	
	.bodywrapper main form label.left{
		text-align: left;
		width: 100%;
	}
	.bodywrapper .slideshow {
		background: #edece9;
		height: 65vw; max-height: auto;
	}
	.bodywrapper .slideshow__item a {
		text-decoration: none;
	}
	.bodywrapper .slideshow__item-title {
		display: block;
		font-family: 'SansaPro-Normal', Sans-Serif;
		font-size: 1.2em;
		padding: .625em .9375em;
		text-align: left;
		color: #283897;
	}
	.bodywrapper .slideshow .text,
	.bodywrapper .slideshow .slideLink {
		display: none;
	}
	.bodywrapper .slideshow .description{
		display: none;
	}
	.bodywrapper .slideshowHomePage .blueWhite,
	.bodywrapper .slideshowHomePage .whiteGrey{
		width: 90%;
	}
	.bodywrapper .slideshowHomePage #left.slideLink{
		right: 15%;
		float:none;
		position: absolute;
		white-space: nowrap;
		padding: 2px 8px;
	}
	.bodywrapper .slideshowHomePage #left.slideLink i{
		font-size: 10px;
	}
	.bodywrapper .slideshowHomePage .arrows{
		top: 0;
		margin-top: -20px;
	}
	.bodywrapper .slideshowInternalPage{
		border: none;
		padding: 0;
		height: 17.5em;
	}
	.bodywrapper .slideshowInternalPage ul li img{
		height: auto
	}
	.bodywrapper .slideshowInternalPage .arrows{
		top: 16.55em;
	}
	.bodywrapper .slideshow .pager{
		float: none;
		padding-top: 12.35em;
		text-align:center;
	}
	.bodywrapper .slideshow .pager i{
		font-size: 10px;
	}
	
	.bodywrapper .slideshowHomePage .thumbnailPager{
		display: none;
	}
	.bodywrapper .slideshowHomePage .pager{
		/*padding-top: 12em;*/
		margin: 0 auto;
		padding-top: 0;
		position: absolute; bottom: .15em;
		text-align: center;
		width: 100%;
	}
	.bodywrapper .slideshowHomePage .pager .bulletPager {
	    color: #fff;
	    font-size: 0.7em;
	}
	.bodywrapper .slideshowHomePage .pager .active {
	    color: #808080;
	}
	
	
	
    .w20p,.w25p,.w30p,.w33p,.w40p,.w50p,.w66p,.w75p,.w80p,.w100p {
        width: 100%;
    }
    
    table[role=presentation] {
        border-spacing: 0;
        display: block;
        margin-top: 16px;
    }
    table[role=presentation] tr {
        display: block;
    }
    table[role=presentation] tr td {
        display: block;
        margin-bottom: 8px;
        width: 100% !important;
    }
    table[role=presentation] tr td > * {
        width: 100%;
    }
    
    .cookies-dialog {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
    }
    .cookies-dialog__actions {
        padding: 1em 0;
        position: relative;
        text-align: center;
    }
    .cookies-dialog__actions button {
        border-radius: 0.25em;
        padding: 0.75em 1.5em;
    }
    
    .bodywrapper header[role=banner] {
        background: #fff;
        box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
        border-radius: 0.5em;
        margin: 0.5em 0.5em -2em;
        padding: 1em;
        height: 8em;
        /*width: 16em;*/
        position: relative;
        z-index: 1337;
    }
    
    .bodywrapper .page-banner {
        margin: 0;
    }
    .bodywrapper .page-wrapper .main-content {
        padding: 0 1.5em;
    }
    
    .bodywrapper main .grid header h1{
    	margin: 0.5em 0.1em;
    }
    
    .bodywrapper .news-list article{
    	padding-left: 5px;
    }
    
    .bodywrapper.live  .page-banner img{
    	height: auto;
		min-width: 100%; max-width: 100%;
    }
    
	#cookieChoiceInfo {
		font-size: 1em;
		position: fixed!important; top: auto!important; right: 0!important; bottom: 0!important; left: 0!important;
		width: auto!important;
		margin-left: 0!important;
	}
	#cookieChoiceInfo > span {
		max-width: 100%;
	}
	.bodywrapper .skip-links {
		display: none;
	}
}