/* Base CSS file applied across the entire website */

@font-face {
	font-family: FSEmeric;
	src: url('../fonts/FSEmericWeb-Regular.eot');
	src: url('../fonts/FSEmericWeb-Regular.woff') format('woff');
}

body {
	font-size: 100%;
	font-family: 'FSEmeric', Arial, sans-serif;
	color: #333;
	background: #fff;
	margin: 0;
}


a:link {
	color: #00819d; /*color:#009;*/
}

a:visited {
	color: #74729F; /*color:#909; */
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #900;
}

a.external {
	background: url('../images/external-link.gif') no-repeat scroll right center transparent;
	padding-right: 13px;
}

#moContainer {
	margin: 0 auto 10px;
	width: 980px;
	background: #FFF;
}

:focus {
	outline: none;
}

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.hidden {
	display: none;
}

/* =float container (clearfix)
-------------------------------------------------------*/
header:after, nav:after, footer:after, .fc:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
}

/* =forms (general)
-------------------------------------------------------*/
input {
	font-size: 1em;
	outline: 0;
}


/* =cookie banner
-------------------------------------------------------*/
#EUCookie {
	background-color: #cceff6;
	color: #000;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
	display: none;
}

#EUCookie p {
	margin: .5em auto;
	width: 980px;
}

#EUCookie a, #EUCookie a:visited {
	color: #00738c;
	text-decoration: underline;
}

/* =placeholder spacing
-------------------------------------------------------*/
#bottomContainer, #topContainer {
	text-align: center;
}

#ad-bottom {
	clear: both;
	overflow: hidden;
}

.draggable-advert{
	margin-bottom: 15px;
}

/* override for old templates such as events */

#ad-leader-head, .adLeaderSmall, .adLeaderLarge, .adButton2, .adMediumRectangle, .adWidgetSponsor, .adWxSponsor {
	background-color: #ddd;
}

.adLeaderSmall {
	height: 90px;
	width: 242px;
}

.adLeaderLarge {
	height: 90px;
}

.adButton2 {
	height: 60px;
	width: 120px;
}

.adMediumRectangle {
	height: auto;
	width: 300px;
}

.adWidgetSponsor {
	height: 31px;
	line-height: 31px;
	width: 306px;
}

.adWxSponsor {
	height: 31px;
	line-height: 31px;
	width: 176px;
}

.adWxSponsor {
	float: right;
	clear: right;
}

#wxDescription {
	width: 640px;
	float: left;
}

#wxDescription p + ul, #wxDescription p + ol {
	margin-top: -0.5em;
}

#wxDescription > ol, #wxDescription > ul {
	padding: 0 0 0 2em;
}

#wxDescription > ul li, #wxDescription > ul li p, #wxDescription > ol li, #wxDescription > ol li p {
	margin: 0.5em 0;
}

#wxDescription .articleIntroText {
	font-size: 1.125em;
	font-weight: 600;
}

.relatedlinks, .featureGroup, .relatedArticles, .mediaItems, .relatedContacts, #rightLayout {
	width: 320px;
	float: right;
	clear: right;
	color: #6E6E6E;
}

.relatedlinks h2, .featureGroup h2, .relatedArticles h2, .mediaItems h2, .relatedContacts h2, .translateOptions h2 {
	padding-bottom: .83em;
	border-bottom: solid #ddd 3px;
}

.relatedContacts .contactImage {
	text-align: center;
}

.translateOptions #google_translate_element {
	float: left;
	margin: 0 1em 1em 0;
}

#translate-this-page:target #google_translate_element {
	box-shadow: 0 0 8px 0 rgba(0, 122, 169, 0.5);
}

.relatedlinks a:link, .featureGroup a:link, .relatedArticles a:link, .mediaItems a:link {
	text-decoration: none;
}

.relatedlinks a:hover, .featureGroup a:hover, .relatedArticles a:hover, .mediaItems a:hover {
	text-decoration: underline;
}

.relatedlinks ul, .featureGroup ul, .relatedArticles ul, .mediaItems ul {
	list-style: none;
	padding: 0;
}

.relatedlinks li, .featureGroup li, .relatedArticles li, .mediaItems li {
	margin: .5em 0;
	padding: 0;
}

/*CSS for new social icons code*/
.share {
	display:inline-block;
	text-align: right;
	width:100%;
}
.share ul {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
}
.share li {
	display: inline-block;
	overflow: hidden;
	width: 28px;
}

#share-this {
	width:5em;
	margin-bottom: 8px;
}

.social-icons {
	width: 145px;
}

#facebook img {
	margin-left: -1px;
}

#google img {
	margin-left: -30px;
}

#twitter img {
	margin-left: -59px;
}

#linked-in img {
	height: 29px;
}

#email img {
	margin-left: -88px;
}
/*Code end*/

.relatedArticles h2{
	margin-top: 10px;
	margin-bottom: 0;
}

.mpu {
	float: right;
	clear: right;
	margin: 2em 0;
	overflow: hidden;
}

/* clickable background image for advertising */
#advertise-bg {
	background: none no-repeat fixed center top transparent;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.positionleft {
	float: left;
}

.positionright {
	float: right;
}

.displayright {
	float: right;
	padding: 0 0 5px 5px;
	margin: 0 0 5px 5px;
}

#relatedblank {
	background-color: #fff;
	float: right;
	margin-left: 4px;
}

/* Image with no caption style */
.imginline {
	display: inline-block;
}



.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.imageblock {
	clear: left;
	color: #000;
}

.lightblock {
	float: right;
}

.lastmodified {
	clear: both;
}

.inlineVideo {
	margin: 5px;
}

#wxRelated {
	clear: both;
}

.descriptionblock {
	color: #555;
	display: block;
	font-size: smaller;
}

.enlargable {
	position: relative;
	display: block;
}

.enlargable:before {
	content: url(../images/zoom-in.png);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
}

.enlargable:hover:before {
	opacity: 0.8;
}

/* figure image style */
.figure {
	background: #e8e8e8;
	color: #000;
	text-align: center;
}

.figure * {
	padding: 5px 10px;
}

.figure h2 {
	background: #bbb;
	color: #000;
	text-align: left;
}

.figure img {
	max-width: 640px;
}

#wxDescription .pageSocial {
	display: block;
	list-style: none;
	padding: 0;
	clear: left;
}

#wxDescription .pageSocial li {
	display: inline-block;
	margin: 0;
	height: 20px;
	min-width: 110px;
	vertical-align: middle;
}

#wxDescription .pageSocial li:first-child {
	padding-right: 1em;
	min-width: 0;
}

.relatedForm {
	background: #e8e8e8;
	overflow: hidden;
}

.relatedForm h1 {

	margin: 0.67em .75em;

}

h1 {
	font-size: 1.875em;
	font-weight: 300;
}

h2 {
	font-size: 1.5em;
	font-weight: 300;
}

h3 {
	font-size: 1.125em;
	font-weight: 400;
}

h4 {
	font-size: 1em;
	font-weight: 600;
}

h5 {
	font-size: .875em;
	font-weight: 600;
}

h6 {
	font-size: .80em;
	font-weight: 600;
}

h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em;
}

h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top: 0.5em;
}

#ad-leader-head {
	width: 728px;
	margin: auto;
}

#mpu:after, #ad-leader-head:after {
	content: "Advertisement";
	float: right;
	font-size: smaller;
	color: #666;
}

#header {
	background: #2a2a2a;
	color: #fff;
	min-width: 980px;
	padding: 2px 10px 0;
}

#header:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.headerContent {
	position: relative;
}

#header #toplevel {
	margin: 0 auto;
	width: 980px;
	padding: 0 10px;
}



#topNav {
	overflow: hidden;
	clear: both;
	font-size: 1.14em;
	background: #fff linear-gradient(#666, #666) repeat-x bottom;
	background-size: 100% 3px;
}

#topNav ul {
	width: 980px;
	padding: 0;
	margin: auto;
}

#topNav li {
	margin-left: -1em;
	list-style: none;
}

#topNav li a, #topNav li span {
	display: block;
	float: left;
	padding: 1em;
	text-decoration: none;
	color: #222;
	border-bottom: 3px solid #666;
}

#topNav li .selected, #topNav li .onpath {
	border-bottom: solid 3px #b9db0c;
}

#topNav li a:hover, #topNav li a:focus {
	border-bottom: solid 3px #00add3;
	transition: all 150ms linear;
}

#header #topbanner #toputilnav {
	position: absolute;
	left: 650px;
	width: 320px;
}

#header #toplogo {
	float: left;
	margin-left: 0;
	line-height: 1em; /* for the image */
}

.mainLogo {
	background:url(../images/icons/mo-all-logos.svg) no-repeat -1.4em 0.1em;
	background-size: 7em 5em;
	font-size: 2.2em;
	height: 69px;
	width: 150px;
	display: block;
	overflow:hidden;
	text-indent:101%;
	white-space:nowrap;
}

#header #toputilnav {
	float: right;
	margin-top: 24px;
}

#header #toputilnav ul {
	margin: 0;
	list-style: none;
}

#header #toputilnav li {
	float: left;
	margin-left: 20px;
}

#header #toputilnav li:before {
	content: "|";
	color: #666;
	margin-left: -10px;
	padding: 0 10px 0 0;
}

#header #toputilnav li:first-child:before, #header #toputilnav li:last-child:before {
	display: none;
}

#header #toputilnav a {
	color: #fff;
	text-decoration: none;
}

#header #toputilnav a:hover {
	text-decoration: underline;
}

#header #toputilnav .selected {
	color: #999;
}

/* =header (email sign up)
-------------------------------------------------------*/
#header .signUp {
	border: 0;
	cursor: pointer;
	position: relative;
	float: right;
	color: #fff;
}

#header #toputilnav .signUp a {
	background: url(../images/arrowwhite_down.gif) no-repeat right center;
	padding: 0 12px 0 0;
}

#header .signUp:hover {
	background-color: #202A2C !important;
}

#header .signUpModule {
	border-radius: 3px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	background: #fff;
	border: 1px solid #ccc;
	color: #999;
	display: none;
	padding: 20px 10px 10px 10px;
	position: absolute;
	right: -5px;
	top: 25px;
	width: 260px;
	z-index: 5000;
}

#header .signUpModule:before {
	border-bottom: 10px solid #ccc;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: '';
	height: 0;
	margin: -10px 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
}

#header .signUpModule:after {
	border-bottom: 8px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: '';
	height: 0;
	margin: -8px 0 0 0;
	position: absolute;
	top: 0;
	right: 2px;
	width: 0;
}

#header .signUpModule form {
	display: block;
	float: none;
	margin: 0;
}

/* form overrides */

#header .signUpModule input {
	border-radius: 3px;
	font-weight: normal;
	max-width: 260px;
	width: 100%;
}

#header .signUpModule #emailInput {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.18em;
	height: 38px;
	line-height: 38px;
	margin: 0 0 5px 0;
	padding: 0 10px;
	width: 238px;
	box-sizing: content-box;
}

#emailInput:invalid, #emailInput:required {
	box-shadow: none;
}

#header .signUpModule #subscribeButton {
	background: #00819d;
	border: 0;
	color: #fff;
	font-size: 1.14em;
	height: 40px;
	padding: 0;
}

#header .signUpModule #subscribeButton:hover {
	background: #00add3;
}

#header .signUpModule .error label {
	color: #e00;
	display: block;
	font-size: 1.18em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#header .signUpModule .error #emailInput {
	background: #fffafa;
	border: 1px solid #e00;
}

#header .signUpModule p {
	cursor: default;
	font-size: 1.8em;
	font-weight: normal;
	margin: 8px 0;
	text-align: center;
}

#header .signUpModule ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header .signUpModule li {
	border-radius: 3px;
	background: #eee no-repeat 50% 0;
	border-left: 1px solid #fff;
	cursor: pointer;
	display: table-cell;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: -99999em;
	width: 86px;
}

#header .signUpModule li:first-child {
	border: 0;
}

#header .signUpModule li:hover {
	background-color: #ddd;
}

#header .signUpModule li a {
	display: block;
	width: 100%;
	outline: 0;
}

/* search form */
#fsrch {
	margin-top: -8px;
}

#fsrch label {
	display: none;
}

#fsrch fieldset {
	padding: 2px;
	background: #fff;
	color: #000;
	border-radius: 3px;
}

#fsrch input {
	border-style: none;
	width: 108px;
	height: 22px;
	padding: 4px;
	transition: width 200ms linear;
	box-sizing: content-box;
	font-weight: 400;
}

#fsrch input:focus {
	width: 216px;
}

#fsrch button {
	border: none;
	padding: 0;
	border-radius: 0;
	width: 30px;
	height: 30px;
	background: #fff;
}

#content {
	clear: both;
	margin: 0 auto;
	width: 980px;
}

/* second level nav */
.secondnav {
	background: #eee;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	min-width: 980px;
	margin: 0 auto;

}

.secondnav ul {
	padding: 0;
	margin: .7em auto;
	width: 980px;
	overflow: hidden;
}

.secondnav li {
	list-style-type: none;
}

.secondnav ul li {
	display: block;
	width: 245px;
	float: left;
	overflow: hidden;
	margin-left: -.2em;
}

.secondnav ul a, .secondnav ul span {
	display: block;
	padding: .2em;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

.secondnav ul .selected, .secondnav ul .onpath {
	font-weight: 600;
}

.secondnav ul a:hover, .secondnav ul a:focus {
	text-decoration: underline;
}


/* breadcrumb */

#bcbar {
	border-bottom: 1px solid #ddd;
	background: #fff;
}

#bcbarcontent {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

#breadcrumb {
	clear: left;
	overflow: hidden;
	font-size: .875em;
	margin: .5em 0;
	color: #999;
}

#breadcrumb ul {
	padding: 0;
	margin: 0;
}

#breadcrumb ul li:before {
	content: "/";
	margin-right: .5em;
	color: #333;
}

#breadcrumb ul li:first-child:before {
	content: "";
	margin-right: 0;
}

#breadcrumb ul li {
	list-style: none;
	float: left;
	margin-right: .5em;
}

.article {
	float: left;
	width: 640px;
}

.article .articleHeading {
	font-size: 2.5em;
}

.article .articleIntroText {
	font-size: 1.5em;
}

ul.pageSocial {
	padding: 0;
	height: 25px;
	display: block;
}

ul.pageSocial li {
	list-style: none;
	display: inline-block;
	width: 24%;
}

#footer {
	background: #202A2C;
	color: #B9DB0C;
	overflow: hidden;
	padding: 0 10px 30px 10px;
	clear: both;
	min-width: 980px;
}

#footer h2, #footer h3, #footer ul a {
	color: #fff;
	font-weight: normal;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .quicklinks, #footer .footerutils {
	width: 980px;
	margin: auto;
	position: relative;
}

#footer .utils {
	padding: 0;
}

#footer .utils li {
	display: block;
	list-style: none;
}

#footer .utils a, #footer .utils span {
	display: block;
	float: left;
	padding: 5px 10px;
}

#footer .licence {
	float: right;
	text-align: center;
}

#footer .licence a {
	text-decoration: none;
}

#footer .licence .logo {
	padding: 10px;
}

ul#quicklinks {
	display: block;
	list-style: none;
	margin: 0.5em 0;
	padding: 0;
}

#quicklinks li {
	margin: 0.25em 0;
}

ul#quicklinks > li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	width: 300px;
}

ul#quicklinks > li > h3 {
	border-bottom: 1px #B9DB0C solid;
	display: block;
}

ul#quicklinks > li a {
	font-weight: normal;
}

ul#quicklinks > li ul {
	list-style: disc outside none;
	padding-left: 1.5em;
}

.quicklinks #explore h2 {
	margin-bottom: 0;
}

.quicklinks #follow ul {
	padding: 0;
	margin-left: -5px;
}

.quicklinks #follow li {
	display: inline;
	padding: 5px;
	list-style: none;
}

.ig-b- {
	display: inline-block;
}

.ig-b- img {
	visibility: hidden;
}

.ig-b-32 {
	width: 32px;
	height: 32px;
	background: url(//badges.instagram.com/static/images/ig-badge-sprite-32.png) no-repeat 0 0;
}



.greybackground a:link {
	color: #00728b;
}

.greybackground a:visited {
	color: #66648c;
}

.attention-grabber.alert {
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid transparent;
}

.attention-grabber.alert h1, .attention-grabber.alert h2, .attention-grabber.alert h3, .attention-grabber.alert h4, .attention-grabber.alert h5, .attention-grabber.alert h6 {
	margin: 0;
}

.attention-grabber.alert .attention-grabber.alert-link {
	font-weight: bold;
}

.attention-grabber.alert > p,
.attention-grabber.alert > ul {
	margin-bottom: 0;
	margin-top: 0;
}

.attention-grabber.alert > p + p {
	margin-top: 5px;
}

.attention-grabber.alert-warning {
	/* Copied from bootstrap.com on 16/03/2015, as MetO Style Guide has success as green, and warning as red. */
	background-color: #fcf8e3;
	border-color: #EBCCD1;
	color: #000;
}

.attention-grabber.alert-warning hr {
	border-top-color: #f7e1b5;
}

.attention-grabber.alert-warning .attention-grabber.alert-link {
	color: #66512c;
}


/* =columns
-------------------------------------------------------*/
.columns {display:table; margin:0 0 1em 0; clear:both;}
.columns div.c1,.columns div.c2, .columns div.c1and2container {display:table-cell; width:310px; vertical-align:top;}
.columns div.c2 {border-left:25px solid transparent; border-right:25px solid transparent;}
.columns > div.c1and2container{width:670px;}
#main .columns h2 {font-size:1.3em!important; font-weight:400; margin: 0 0 .5em 0;}
#main .columns h3 { font-size:1.3em!important; font-weight:400;}
#main .columns h4 { font-size:1.1250em; font-weight:400; margin:0;}



/* tabbed list elements */
#textNav {
	display: table;
	margin: 20px 0 1em 0;
	width: 100%;
	padding: 0;
}

#textNav li:first-child {border-radius:0;}
#textNav li:last-child {border-radius:0;}
#textNav li {border-bottom:1px solid #ddd; border-left:0; border-right:0; border-top:2px solid transparent; color:#007AA9; cursor:pointer; display:table-cell; font-size:0.8750em; line-height:1; padding:10px 5px; text-align:center; vertical-align:middle; width:33%;}
#textNav li:hover {background:#E9E9E9; border-top:2px solid #007aa9;}
#textNav li.tabActive {background:#fff; border-bottom:1px solid transparent; border-left:1px solid #ddd; border-right:1px solid #ddd; border-top:2px solid #6E6E6E;  color:#000;}


#fcContent {font-size: 16px;}


/* =normalise override
-------------------------------------------------------*/
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* position: absolute Corrects bug in Chrome where vector layer gets displaced in resizing window */
svg:not(:root) {
	position: static;
}


/* =icons (SVG and SVG alternatives)
-------------------------------------------------------*/
.svg {display:block; margin:0 auto;}
text {font-family:"Open Sans",arial,sans-serif; font-size:23px; font-weight:bold; text-anchor:middle;}
.svgAlt {display:block; margin:0 auto; overflow:hidden; position:relative;}
.svgAlt .printIcon {display:none;}
.svgAlt span {font-weight:bold; margin:0 auto; text-align:center; padding:0; position:absolute; top:0; left:0;}
.svgAlt img {display:block;}


/*  Widget date legends
-----------------------*/

.widgetDate {
	background:#EAEDF3;
	background:rgba(234,237,243,.95);
	display:block;
	color:#000;
	font-size:0.8750em;
	padding:.5em;
	position:absolute;
	text-align:center;
	z-index:1000;
	opacity: 0.8;
}

span.topRightDate {
	top:.5em;
	right:.5em;

}

span.topLeftDate {
	top:3em;
	left:.5em;

}

span.bottomRightDate {
	bottom:.5em;
	right:.5em;
}

/*Google Translate
-----------------------*/
.google_translate_wrapper #moGoogleTranslate {
	background: #444 none repeat scroll 0 0;
	color: #fff;
	display: block;
	margin: 10px 0 0;
	padding: 10px;
}

.google_translate_wrapper > #moGoogleTranslate > #google_translate_element {
	width: 300px;
}

.goog-te-combo {
	-webkit-box-sizing:border-box;	/* Safari/Chrome, other WebKit */
	-moz-box-sizing:border-box;		/* Firefox, other Gecko */
	box-sizing:border-box;			/* Opera/IE 8+ */
	border:1px solid #6e6e6e;
	border-radius:5px;
	font-size:1em;
	font-weight:300;
	line-height:1.375em;
	min-height:1.375em;
	padding:.3125em;
	width: 300px;
}


/* =print
-------------------------------------------------------*/

@media print {

	/* =all (print)
    ----------------------------*/
	body {
		color: #444;
		padding: 0;
		width: 98%;
	}

	/* some browsers cropping edge when 100% */
	.svgAlt {
		background: none;
	}

	.svgAlt .printIcon {
		display: block;
	}

	.svgAlt span {
		color: #000 !important;
	}

	a:link,
	a:visited,
	a:active {
		color: #000;
		text-decoration: none;
	}

	/*p a:after {content: " ("attr(href)") ";} */
	#moContainer {
		width: 100%;
	}

	.wxTop {
		width: 95%;
	}

	/* header */
	#moHeader .logoBar {
		background: none;
		border-bottom: 0;
		margin: 0;
	}

	.logoBar .logo {
		margin: 0;
	}

	.logoBar .logo .displayB {
		display: block;
	}

	.logoBar .logo .displayW {
		display: none;
	}

	#moHeader .logoBar .signUp {
		display: none;
	}

	/* footer */
	#moFooter {
		border-top: 1px solid #ccc;
		margin: 0;
	}

	#moFooter .moNavUtilities ul {
		float: none;
	}

	#moFooter .moNavUtilities a {
		padding: 0 20px 0 0;
	}

	#moFooter #printDisclaimer {
		display: block;
		margin: 10px 0 0 0;
		color: #000;
	}

	/* warnings */
	#moNSWWS {
		border: 3px solid #ddd;
		margin: 0 0 20px 0;
		padding: 10px;
	}

	#weatherwarnings ul {
		display: block;
	}

	#weatherwarnings p {
		float: none;
		margin: 5px;
		text-align: left;
	}

	.warningBar {
		padding: 0;
	}

	.warningBar * {
		color: #000;
	}

	.warningBar h2 {
		border: 0;
		color: #000;
		padding: 0;
		position: static;
		width: 75%;
	}

	.warningLevels div {
		border: none;
		padding: 0;
	}

	.warningBar .warnBox {
		border: 0;
		margin: 0 0 10px 0;
		min-height: 0;
		padding: 0;
	}

	/*turn off background on all images */
	body,
	#moHeader,
	#moHeader *,
	#moFooter,
	#moFooter * {
		background: none !important;
	}

	.moHome * {
		background: none !important;
	}

	.relatedlinks, .featureGroup, .relatedArticles, .mediaItems, .relatedContacts, #rightLayout {
		float: none;
		width: 100%;
	}

	/*turn off elements */
	#EUCookie,
	#topNav,
	#footer .quicklinks,
	#footer .footerutils, .utils,
	#fsrch,
	#header,
	#moExplore,
	#moFooter .logoBar,
	#moFooter .moNavUtilities li:after,
	#moFooter .moNavUtilities ul:first-child,
	#moHeader .moNavUtilities,
	#moHeader fieldset,
	#weatherwarnings,
	#bottomContainer,
	.moInfo,
	.moNavTabs,
	.mpu,
	.pageSocial,
	.secondnav,
	.warningBar .symbol,
	.warningBar nav,
	.wxTip {
		display: none !important;
	}

	#footer {
		background: none;
		color: #000;
		border-top: solid thin;
	}

	#footer .footerutils {
		width: 100%;
	}

}

