/** UTILITIES **/

div.mobileBreak {
	display: block;
}

.HeaderImg {
	height: 150px;
	background-size: 100%;
}

.image-sales-text {
	position: initial;
	padding: 5px;
	opacity: 1;
	border: 1px solid #31639C;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.60);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.halfseven {
    float: none;
    width: auto;
    padding: 10px;
}

.halfthree {
    float: none;
    width: auto;
	padding: 10px;
}

.halfleft {
	float: none;
    width: auto;
    padding: 10px;
}



.halfright {
	float: none;
    width: auto;
    padding: 10px;
}

.desktop-vertical-spacer {
	display: none;
}

/** MAIN HEADER **/
div.layout_header div.layout_header_image_E {
	width: 100%;
	height: 67px;
	background-image: url('/images/layout/YOW-Header-Mobile.png');	
	background-repeat: no-repeat;
	
}
div.layout_header div.layout_header_image_F {
	width: 100%;
	height: 67px;	
	background-image: url('/images/layout/YOW-Header-Mobile.png');	
	background-repeat: no-repeat;
	
}

/** MAIN NAV **/
div.layout_nav_bar {
	background-color: #06427e;
}

div.layout_header .langChange {
	top: 28px;
	right: 10px;
	position: absolute;
}

div.layout_header .langChange#langChangeF {
	right: 10px;
}

div.layout_header .layout_login_button {
	top: 0px;
	right: 10px;
}

div.layout_header .socialIcons {
	right: 10px;
	top: 70px;
	position: absolute;
}
div.layout_header .socialIcons#socialLangF {
	right: 10px;
	top: 70px;
	position: absolute;
}

div.layout_nav ul li {
	float: right;
	display: inline;
	padding: 6px 0px 0px 0px;
}

div.layout_nav ul li a {
	color: white;
    text-decoration: none;
    font-weight: bold;
    border-left: 2px solid #01284f;
    padding: 8px 10px 5px 10px;
}

div.layout_nav {
	clear: both;
}

div.layout_nav .support,div.layout_nav .extras,div.layout_nav .courses,div.layout_nav .admin  {
	display: none;
}


/** MAIN PAGE/CONTENT **/
div.layout_page {
	width: 100%;
    margin: 0px auto;
    background-color:white;
}

/** PRE-FOOTER **/
.layout_pre_footer div.pre_footer_image {
	float: none;
	clear: both;
	width: 50%;
	height: 135px;
	background-image: url('/images/layout/laptop-mobile.png');
	background-repeat: no-repeat;
	background-position: 5px 15px; 
	margin: 0px auto;
}
.layout_pre_footer div.pre_footer_heading {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
}

.layout_pre_footer div.pre_footer_content {
	clear: both;
	width: 100%;		
	text-align: center;
}

/** MAIN FOOTER **/
.layout_footer div.YOW-NAOSHW {
	position: absolute;
	top: 30px;
	left: 5px;	
}
.layout_footer div.YOW-NAOSHW img {
    width: 57px;
    height: 72px;
}
.layout_footer div.YOW-BBB {
	position: absolute;
	top: 30px;
	right: 5px;
	
}
.layout_footer div.YOW-BBB img {
    width: 57px;
    height: 91px;
}
.layout_footer div.YOW-Trustwave {
	position:static;
	text-align: center;
}

/* for bigger size screens like iPads */
@media only screen and (min-width: 600px) {
	.HeaderImg {
		height: 300px;
	}
}