/* homepage additions */

#homeBox1, #homeBox3 {
	display:none;
}

.linkMenu {
	height:50px;
	width:100%;
	display: flex;
	justify-content: space-between;
}

#linkMenu1 {
	height:110px;
}

#linkMenu1 a {
	width:25%;
}

#linkMenu1 span {
	font-size:26px;
	font-family:arial;
}

#linkMenu3 {
	height:260px;
}

.infoBoxHome {
	color:#FFF;
	height:auto;
	background: -webkit-linear-gradient(#094976, #0988C5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#094976, #0988C5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#094976, #0988C5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#094976, #0988C5); /* Standard syntax */
	padding:20px;
	border:1px solid #7EC9FD;
	border-radius:10px;
	margin:0px 0px 10px 0px;
}

.infoBoxHome h2, .popup h3 {
	font-size:26px;
	color:#fff;
	font-family:arial;
	text-shadow: 0 2px 2px #000044;
}

.infoBoxHome p {
	font-size:16px;
	color:#fff;
	margin:10px 0px;
}

.infoBoxHome a:link, .infoBoxHome a:visited, .infoBoxHome a:hover, .infoBoxHome a:active {
	color:#fff;
}

.infoBoxHome a.mibutton {
	margin:10px;
}

#homeBox0 {
	margin:10px 0px;
}

.blubutton span {color:#fff;}

a.blubutton:link, a.blubutton:visited, a.blubutton:hover, a.blubutton:active {
	border-radius:10px;
	text-decoration:none;
	text-align:center;
	width:200px;
	margin:auto;
	padding:10px 30px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #7EC9FD;
	background: -webkit-linear-gradient(#094976, #0988C5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#094976, #0988C5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#094976, #0988C5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#094976, #0988C5); /* Standard syntax */
	text-shadow: 0px 2px 2px #600;
	box-shadow: 0px 2px 2px #600;
	color:#fff;
}

a.blubutton:hover, a.blubutton:active {
	background:#0988C5;
}

a.overview:link, a.overview:visited, a.overview:active {
	width:83%;
	padding:2px 60px;
	margin:auto;
	text-shadow: none;
}

a.blubutton:active, a.overview:active {
	position:relative;
	top:1px;
}

.homeEds, .businessEds {
	width:19%;
	height:230px;
	padding:5px;
}

.homeEds *, .businessEds * {
	margin:0px;
	padding:0px;
}

.infoBoxHome img.plusav {
	position:relative;
	top:0px;
	right:0px;
}

/* bottom boxes */

#halfSizeBoxes {
	position:relative;
	height:390px;
	width:100%;
	display: flex;
	justify-content: space-between;
}

.boxesHomeGuides, .boxesHomeScam, .boxesHomeNews {
	width:45%;
	float:left;
	margin:5px;
}

.boxesHomeScam {
	background:#0988C5 url(../images/icons/warning-icon.png) top right no-repeat;
}

.boxesHomeGuides {
	background:#0988C5 url(../images/icons/guide-icon.png) top right no-repeat;
}

.boxesHomeNews {
	background:#0988C5 url(../images/icons/news-icon.png) top right no-repeat;
}

.boxesHomeGuides h4, .boxesHomeNews h4 {font-size:16px;}
.boxesHomeGuides p, .boxesHomeGuides h4, .boxesHomeNews p, .boxesHomeNews h4 {max-width:410px;}

/* changes to old code */
ul#menu-topnav.menu, ul#menu-topnav-french.menu, ul#menu-topnav-italian.menu, ul#menu-topnav-german.menu , ul#menu-topnav-spanish.menu {
	position:absolute;
	top:-30px;
	right:190px;
}