/*
SITEWIDE UNIVERSAL STYLES
*/

/* Defaults */
* {
	margin: 0px;
	padding: 0px;
}
	
body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
    min-height: 100%;
	font-style: normal;
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1em;
}
	
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro.ttf');
}
	
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Semibold.ttf');
	font-weight: bold;
}
	
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Italic.ttf');
	font-style: italic;
}
	
h1, h2, h3, h4, p, a {
	font-style: normal;
	font-weight: normal;
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
	
p {
	width: 100%;
	margin: 0 0 0.938em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	color: #4c4c4c;
}
	
p:last-child {
	margin: 0;
}
	
a, a:visited {
	color: inherit;
	text-decoration: none;
}
	
a:hover {
	color: #bfa700;
	text-decoration: none;
}
	
img {
	border: 0;
}
	
ul {
	list-style: none;
}
	
	
/* Main divs */
#wrapper {
	display: block;
	width: 100%;	
	margin: 0 auto;
	padding: 0;
}

.main-content {
	width: 68.750em;
	margin: 0 auto;
	padding: 0;
}

section {
	float: left;
	width: 48.250em;
	min-height: 39em;
	margin: 2em 1.750em 0 0;
	padding: 0;
}
	
aside {
	float: left;
	margin: 2em 0 0 0;
	padding: 0;
	width: 18.750em;
}
	
	
/* Main header sitewide */
.site-header-bg {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #160773;
}

.site-header-container {
	width: 68.750em;
	height: 4.500em;
	margin: 0 auto;
	padding: 0;
}
	
.site-header-content {
	float: left;
	width: 100%;
	height: 3.300em;
	margin: 0.600em 0 0.600em 0;
	padding: 0;
}
	
	
/* Logo */
.logo {
	float: left;
	position: relative;
	width: 13em;
	margin: 0 1em 0 0;
	padding: 0;
	z-index: 6;
}
	
	
/* Main navigation */
.main-navigation {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 3.300em;
	margin: -0.600em 1em 0 0;
	padding: 1.200em 0 0 0;
}
	
.main-navigation li {
	display: block;
	float: left;
}

.main-navigation ul li a, .main-navigation ul li a:visited {
	display: block;
	margin: 0 0 1.500em 0;
	padding: 0.500em 0.700em 0.500em 0.700em;
	font-size: 0.938em;
	color: #ffffff;
	text-decoration: none;
}
	
#signup a {
	font-weight: bold;
	color: #E65A49;
}
	
#selected {
	font-size: 0.938em;
	color: #ffffff;
	background: #445393;
}
	
.main-navigation ul li:hover { /* Persistent hover state for top most link in drop down menu */
	background: #445393;
}
	
/*.main-navigation ul li:hover:after {
	content: '';
	width: 0;
	padding: 2em 0 0 0;
    border-top: 140px solid #20a3bf;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
	} */

.ngd-menu, .gga-menu, .lng-menu, .ifx-menu {
	position: absolute;
	width: 66.687em;
	top: auto;
	left: 0;
	z-index: 10;
	padding: 1em;
	background: #efefef;
	border: solid 1px #d2d2d2;
	border-top: none;
	display: none;
	/* visibility: hidden; */
}
	
.main-navigation ul li:hover .ngd-menu, .main-navigation ul li:hover .gga-menu, .main-navigation ul li:hover .lng-menu, .main-navigation ul li:hover .ifx-menu {
	float: left;
	display: block;
	/* visibility: visible; */
}

.column1, .column2, .column3, .column4, .energyhub-cols {
	height: 23.500em;
}
	
.column1 {
	float: left;
	width: 17em;
	margin: -1em 0 -1em 0;
	padding: 1em 1em 1em 0;
	border-right: solid 1px #d2d2d2;
}
	
.ngd-menu .column1 a, .gga-menu .column1 a, .lng-menu .column1 a { /* Remove excess padding from images */
	margin: 0 auto;
	padding: 0;
}
	
.column2, .column3, .column4, .energyhub-cols {
	float: left;
	width: 13em;
	margin: -1em 0 -1em 0;
	padding: 1em;
	border-right: solid 1px #d2d2d2;
}
	
.energyhub-cols {
	width: 10.200em;
}
	
.column4, .energyhub-cols:last-child {
	padding: 1em 0 1em 1em;
	border: none;
}	
	
.ngd-menu h2, .gga-menu h2, .lng-menu h2, .ifx-menu h2 {
	margin: 0 auto;
	padding: 0;
	font-size: 0.938em;
	font-weight: bold;
	color: #297d3e;
}
	
.column1 h2 {
	margin-bottom: 0.400em;
}
	
.column1 p {
	font-size: 0.875em;
	line-height: 1.188em;
}
	
.main-navigation .ngd-menu h3 a, .main-navigation .ngd-menu h3 a:visited, .main-navigation .gga-menu h3 a, .main-navigation .gga-menu h3 a:visited, .main-navigation .lng-menu h3 a, .main-navigation .lng-menu h3 a:visited, .main-navigation .ifx-menu h3 a, .main-navigation .ifx-menu h3 a:visited {
	margin: 0.200em 0 0.200em 0;
	padding: 0;
	font-size: 0.938em;
	color: #232323;
}
	
.main-navigation .ngd-menu h3 a:hover, .main-navigation .gga-menu h3 a:hover, .main-navigation .lng-menu h3 a:hover, .main-navigation .ifx-menu h3 a:hover {
	background: transparent;
	color: #bfa700;
}

ul.stories-list, ul.submenu {
	float: left;
	margin: 0.400em 0 0.600em 0;
	padding: 0;
}
	
.stories-list li, .submenu li {
	display: block;
	width: 100%;
	}
	
.main-navigation .stories-list li a, .main-navigation .stories-list li a:visited, .main-navigation .submenu li a, .main-navigation .submenu li a:visited {
	margin: 0 0 0.500em 0;
	padding: 0 0 0.500em 0;
	border-bottom: dotted 1px #c2bebf;
	font-size: 0.875em;
	color: #232323;
}
	
.main-navigation .submenu li a, .main-navigation .submenu li a:visited {
	margin: 0 0 0.300em 0;
	padding: 0;
	border: 0;
}
	
.main-navigation .stories-list li:last-child a {
	margin: 0;
	padding: 0;
	border: 0;
}
	
ul.stories-list li:hover, ul.submenu li:hover {
	background: transparent;
}

.stories-list li a:hover, .submenu li a:hover, .column1 a:hover p {
	color: #bfa700;
}
	
.main-navigation .green-button a {
	float: left;
	margin: 0.400em 0 0 0;
	padding: 0.400em 0.500em 0.400em 0.500em;
	font-family: 'Source Sans Pro';
	font-size: 0.750em;
	text-transform: uppercase;
	background: #297d3e;
	color: #ffffff;
	border: 0;
}

.main-navigation .green-button a:hover {
	background: #939598;
	cursor: pointer;
}
	
	
/* Search */
.search {
	float: right;
	position: relative;
	z-index: 6;
	width: 13em;
	margin: 0 auto;
	padding: 0.600em 0 0 0;
	text-align: center;
}
	
#searchform {
	float: right;
	margin: 0 auto;
	padding: 0;
}
	
.search-field {
	width: 13em;
	margin: 0 auto;
	padding: 0.500em 2.700em 0.500em 0.500em;
	font-family: 'Source Sans Pro';
	font-size: 0.875em;
	color: #CCCECE;
	background: #313182;
	border: solid 1px #313182;
	vertical-align: middle;
}

/* .search-button {
	float: right;
	position: relative;
	z-index: 1;
	margin: -2.350em 0.500em 0 -5.100em;
	padding: 0.300em 0.500em 0.300em 0.500em;
	font-family: 'Source Sans Pro';
	font-size: 0.750em;
	background: #297d3e;
	color: #ffffff;
	border: 0;
	text-transform: uppercase;
	vertical-align: middle;
	} */
	
.search-button {
	margin: 0 0 0 -3.100em;
	padding: 0.300em 0.500em 0.300em 0.500em;
	font-family: 'Source Sans Pro';
	font-size: 0.750em;
	background: #297d3e;
	color: #ffffff;
	border: 0;
	text-transform: uppercase;
	vertical-align: middle;
	}

.search-button:hover {
	background: #939598;
	cursor: pointer;
}
	

/*.chevron-right:after {
	border-style: solid;
	border-width: 0.100em 0.100em 0 0;
	content: '';
	display: inline-block;
	width: 0.35em;
	height: 0.35em;
	left: 0.05em;
	top: 0.35em;
	position: relative;
	vertical-align: top;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}*/


/* Page header + breadcrumbs */
.page-header-bg {
	float: left;
	width: 100%;	
	margin: 0 auto;
	padding: 1em 0 1em 0;
	background: #efefef;
}

.page-header-container {
	width: 68.750em;
	margin: 0 auto;
	padding: 0;
}

.page-header-container h1 {
	font-size: 1.500em;
	font-weight: bold;
	color: #160773;
}

.page-header-title {
	float: left;
	width: 60%;
}

.breadcrumbs {
	float: left;
	width: 100%;
	margin: 0.100em 0 0 0;
	padding: 0;
	font-size: 0.875em;
	color: #7f7f7f;
}

.breadcrumbs a:after {
	content: '\00A0\00A0\203A\00A0';
	display: inline;
}

.breadcrumbs a:last-child:after {
	content: '';
}


/* Homepage subsection */
.subsection-container {
	float: left;
	width: 100%;
	margin: 0 0 2.250em 0;
	padding: 0;
}

.subsection-container:first-child {
	margin-top: 2em;
}

.subsection-content {
	width: 68.750em;
	margin: 0 auto;
	padding: 0.500em 0 0 0;
}
	
.subsection-main-content {
	width: 100%;
}

.subsection-secondary-content div:last-child, .featured-content-right div:last-child {
	margin: 0 auto;
}


/* Homepage lead content */
.lead-content-left {
	float: left;
	width: 16%;
	margin: 0 2% 0 0;
	padding: 0 2% 0 0;
	border-right: solid 1px #dddddd;
}

.lead-content-right {
	float: left;
	width: 79.5%;
}

.news-headlines li {
	float: left;
	width: 100%;
	margin: 0 0 0.520em 0;
	padding: 0 0 0.620em 0;
	border-bottom: solid 1px #e8e8e8;
}

.news-headlines li:last-child {
	margin: 0 auto;
	padding: 0;
	border: none;
}

.main-story {
	float: left;
	width: 100%;
	margin: 0 0 2% 0;
	padding: 0 0 2% 0;
	border-bottom: solid 1px #dddddd;
}

.main-story img {
	float: left;
	width: 70%;
	margin: 0 3% 0 0;
}

.featured-content {
	float: left;
	width: 100%;
}

.featured-content-left {
	float: left;
	width: 62.7%;
	margin: 0 3% 0 0;
	padding: 0;
}

.featured-content-right {
	float: left;
	width: 34.3%;
}


/* Omnibox */
.omnibox, .omnibox-shaded {
	float: left;
	width: 100%;
	margin: 0 0 1.750em 0;
	padding: 0;
}

.omnibox-shaded {
	float: left;
	width: 90%;
	margin: 0 0 1.750em 0;
	padding: 5%;
	background: #efefef;
}

.content-box {
	float: left;
	min-width: 97%;
	margin: 0 0 1.750em 0;
	padding: 1.5%;
	background: #efefef;
}

.omnibox h2, .omnibox-shaded h2, .featured-content h2, .subsection-container h2, .archive-selector h2, .sector-headlines h2, .content-box h2 {
	display: inline-block;
	width: 100%;
	margin: 0 0 1.200em 0;
	padding: 0.300em 0 0 0;
	font-size: 1.250em;
	font-weight: bold;
	color: #606060;
	position: relative;
	z-index: 2;
	border-top: solid 1px #dddddd;
}

.omnibox h2, .omnibox-shaded h2, .archive-selector h2, .sector-headlines h2, .lead-content-left h2, .content-box h2 {
	padding: 0;
	border: 0;
}

/*.omnibox h2:before, .omnibox-shaded h2:before, .featured-content h2:before, .subsection-container h2:before {
	content: "";
	display: block;
	border-bottom: solid 1px #606060;
	width: 2em;
	height: 1px;
	position: absolute;
	top: 1.200em;
	z-index: 1;
}*/

.omnibox li, .omnibox-shaded li {
	float: left;
	width: 100%;
	margin: 0 0 0.500em 0;
	padding: 0 0 0.500em 0;
	border-bottom: solid 1px #e8e8e8;
}

.omnibox li:last-child, .omnibox-shaded li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}


/* Most read */
.custom-counter {
	list-style-type: none;
}
	
.custom-counter li {
	counter-increment: step-counter;
	height: 2.125em;
}
	
.custom-counter li:before {
	float: left;
	content: counter(step-counter);
	margin: 0 0.500em 0.750em 0;
	padding: 0.100em 0.400em 0.200em 0.400em;
	font-size: 1em;
	color: #ffffff;
	background: #297d3e;
}


/* Featured articles */
.article-card, .article-card-solo {
	float: left;
	width: 100%;
	margin: 0 0 1.5% 0;
	padding: 0 0 2% 0;
	border-bottom: solid 1px #e8e8e8;
}

.article-card:last-child, .article-card-solo:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.article-card-solo {
	margin: 0 0 0.700em 0;
	padding: 0 0 0.720em 0;	
}

.article-card-halves {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
	padding: 0;
}

.article-card-thirds {
	float: left;
	width: 30.66%;
	margin: 0 4% 0 0;
	padding: 0;
}

.article-card-quarters {
	float: left;
	width: 23.125%;
	margin: 0 2.5% 0 0;
	padding: 0;
}

.article-card-halves:nth-child(2n), .article-card-thirds:last-child, .article-card-quarters:last-child {
	margin-right: 0;
}

.article-card ul, .article-card-quarters ul {
	float: left;
	margin: 0.400em 0 0 0.400em;
}

.article-card li, .article-card-quarters li {
	display: block;
	position: relative;
	margin: 0 0 0.400em 0;
	padding: 0 0 0 0.900em;
	font-size: 0.938em;
	color: #666666;
}

.article-card li:before, .article-card-quarters li:before {
	display: block;
	position: absolute;
	content: "\25AA\0020";
	vertical-align: middle;
	font-size: 1.500em;
	color: #297d3e;
	left: 0;
	top: 0;
}

.article-card li:last-child, .article-card-quarters li:last-child {
	margin-bottom: 0;
}

.article-card img {
	float: left;
	width: 29%;
	height: auto;
	margin: 0 0.875em 0 0;
	padding: 0;
}

.article-card-solo img, .article-card-halves img, .article-card-thirds img, .article-card-quarters img {
	float: left;
	width: 100%;
	margin: 0 0 0.400em 0;
}

.article-card-flexbox {
	float: left;
	width: 64%;
}

.small-headline, .small-headline-notbold, .small-headline-free, .small-headline-notbold-free, .list-headline, .medium-headline, .medium-headline-notbold, .medium-headline-free, .medium-headline-notbold-free, .large-headline, .large-headline-free {
	display: block;
	margin: 0 0 0.200em 0;
	font-size: 1em;
	color: #303030;
}

.small-headline-notbold, .small-headline-notbold-free {
	margin: 0 auto;
}

.list-headline, .medium-headline, .large-headline, .medium-headline-free, .large-headline-free {
	font-size: 1.750em;
	line-height: 1em;
}

.list-headline {
	font-size: 1.125em;
}

.medium-headline, .medium-headline-free, .medium-headline-notbold {
	font-size: 1.250em;
}

.small-headline-free:before, .small-headline-notbold-free:before, .medium-headline-free:before, .medium-headline-notbold-free:before, .large-headline-free:before {
	margin-right: 0.200em;
	display: inline;
	content: url(../images/universal/unlocked.png);
}

.article-blurb {
	margin: 0 0 0.938em 0;
	font-size: 0.938em;
	line-height: 1.3em;
	color: #666666;	
}

p.article-blurb:last-of-type {
	margin-bottom: 0;
}


/* Ad box */	
.ad-box {
	float: left;
	width: 100%;
	margin: 0 0 1.750em 0;
	padding: 0;
	font-size: 0.750em;
	color: #969696;
}


/* Social */
.social-box {
	float: left;
	width: 93%;
	margin: 0 0 1.750em 0;
	padding: 0.600em;
	background: #efefef;
}
	
.social-para {
	float: left;
	margin: 0 0.700em 0 0;
	padding: 0.200em 0 0 0;
	font-size: 1em;
	color: #160773;
	font-weight: bold;
}
	
.social-box li {
	display: inline;
	margin: 0 0.300em 0 0;
	padding: 0;
}


/* Common (miscellaneous) styles */
.subsection-container h2 a, .content-box h2 a, .small-headline a, .list-headline, .list-headline a, .medium-headline, .medium-headline a, .large-headline a, .small-headline-free a, .medium-headline-free a, .large-headline-free a, .sector-headlines h2 a {
	font-weight: bold;
}

.subcategory {
	display: block;
	margin: 0 0 0.100em 0;
	padding: 0;
	font-size: 0.875em;
	color: #297d3e;
}

.kicker {
	display: block;
	margin: 0 auto;
	font-size: 0.875em;
	/* color: #9b9f9f; */
	color: #999999;
}

img.resize {
	margin: 0 0 0.400em 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.time, .author {
	display: block;
	margin: 0.5% 0 0 0;
	font-size: 0.875em;
	color: #999999;
}

.time:before {
	content: url(../images/universal/time.png);
	margin: 0 0.300em 0 0;
	display: inline;
}

.date-location {
	margin: -0.100em 0 0 0;
	padding: 0;
	font-size: 0.875em;
	font-weight: normal;
	color: #7f7f7f;
}


/* Cookie banner */
#cookie-info-container {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: rgba(0,0,0,0.8);
}

#cookie-info {
	max-width: 68.750em;
	margin: 0 auto;
	padding: 1em 0 1.750em 0;
}

#cookie-info h2 {
	margin-bottom: 0.300em;
	font-size: 1.188em;
	font-weight: bold;
	color: #ffffff;
}

#cookie-info p {
	margin-bottom: 1em;
	font-size: 0.875em;
	color: #ffffff;
}

a.cookie-button {
	background: #160773;
	border: 0;
	font-size: 0.875em;
	font-family: 'Source Sans Pro';
	color: #ffffff;
	margin: 0 auto;
	padding: 0.400em 0.700em 0.500em 0.700em;
}

a.cookie-button:nth-of-type(1) {
	background: #00a14b;
	margin-right: 1em;
}

a.cookie-button:nth-of-type(2) {
	background: #CE6E05;
}

a.cookie-button:hover {
	background: #939598;
	cursor: pointer;
}


/* Footer */
footer, .footer-homepage {
	float: left;
	width: 100%;
	margin: 2em 0 0 0;
	padding: 1.500em 0 1.500em 0;
	background: #efefef;
}

.footer-homepage {
	background: transparent;
}

.footer-container {
	width: 68.750em;
	margin: 0 auto;
	padding: 0;
}

.footer-content {
	float: left;
	width: 100%;
	margin: 0 0 0.700em 0;
	padding: 0;
}
	
.footer-content:last-child {
	margin: 0 auto;
}
	
.footer-left, .footer-right {
	float: left;
	width: 34.375em;
	margin: 0 auto;
	padding: 0;
}
	
.footer-container li {
	float: left;
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
	font-size: 0.875em;
	color: #303030;
}
	
.footer-container li:last-child {
	margin: 0 auto;
}
	
.footer-right ul {
	float: right;
}
	
.footer-right li {
	float: left;
}


/* MEDIA QUERIES*/
.site-header-bg , .page-header-bg {/*display:none;*/}

@media only screen
and (max-width : 1150px) {
	body {/*background:pink;*/}	
	.responsive .site-header-container {max-width:68.75em!important;width:auto;height:auto;}
		.responsive .site-header-container .site-header-content {height:auto;margin-bottom:0;}
		        .responsive .logo {margin-left:10px;}
		        .responsive .search {margin-right:10px;}
			.responsive .main-navigation {margin:50px 0 0; top:0;}
				.responsive .main-navigation ul li:hover .ngd-menu {display:none;}
				.responsive .main-navigation ul li:hover .gga-menu {display:none;}
				.responsive .main-navigation ul li:hover .lng-menu {display:none;}
	.responsive .page-header-bg {padding-left:0;}
		.responsive .page-header-container {width:auto;padding-left:10px;}
	.responsive .subsection {width:auto;padding:0 10px}
    .responsive .subsection-content , .responsive .footer-container {max-width: /*68.75em*/100%;width: auto;}
		.responsive .section-left {/*background:gray;*/}
			.responsive .lead-right {width:auto!important;}
			.responsive .lead-left {width:100%!important;}
				.responsive .lead-left .topstory a {display:inline-block;}
				.responsive .lead-left .topstory a img.resize {width:100%!important;}
			.responsive .section-left, .responsive .section-right {	max-width: inherit !important;width: auto;}
				.responsive .section-left { width: 68%; }
				.responsive .section-right { width: 27.27%; }
				/*aside-right {width:300px;}*/
				
	.responsive .footer-left , .responsive .footer-right , .responsive .footer-content , .responsive .footer-container li , .responsive .footer-right ul {float:none;text-align:center;width:auto;}
}

@media only screen
and (max-width : 980px) {
body {/*background:red;*/}	
.responsive .section-left {width:63%;}
/*.section-right {float:right;}*/
}

@media only screen
and (max-width : 768px) {
body {/*background:blue;*/}	
.responsive .subsection {padding:2.5%;width:95%;}
.responsive .section-left, .responsive .section-right, .responsive div[name="lead-section"] > .section-left {width:100%;}
.responsive .lead-left {border:none;padding:0;}
	.responsive .lead-left .topstory {text-align:center;}
	.responsive .lead-left .topfeatures .recent-article img {max-width:inherit;width:100%;}
.responsive .lead-right {}
	.responsive .lead-right .news-queue {text-align:center;margin:30px 0;}
.responsive .section-left + .section-right {float:none;width:100%}
.responsive .section-left + .section-right .ad-box { width:300px;}
.responsive .section-left + .section-right .omnibox {float: right; width:44%;}
.responsive .section-left + .section-right .social-box { display: none;}
}

@media only screen
and (max-width : 590px) {
body {/*background:orange;*/}	
.responsive .section-left + .section-right .ad-box {float:none;margin: 0 auto 20px;}
.responsive .section-left + .section-right .omnibox {float:none;width:100%;}
.responsive .main-navigation {height:auto;text-align:center;}
	.responsive .main-navigation ul li {float:none;display:inline-block;}
	.responsive .main-navigation ul li a {margin:0;padding: 0.5em 0.2em;}
}

@media only screen
and (max-width : 480px) {
body {/*background:gold;*/}	
.responsive .lead-left .topfeatures .recent-article {float:none;width:100%;margin-bottom:20px;}
.responsive .recent-article, .responsive .recent-article-quarters {float:none;margin-right:0;}
.responsive .recent-article-quarters , .responsive .recent-article, .responsive .sector-cluster {width:100%;margin-bottom:15px;}
.responsive .logo {float:none;}
.responsive .search {float:none;width:95%;padding:10px 2.5% 10px;text-align:left;position:relative;}
	.responsive #searchform {float:none;}
	.responsive .search-field {padding:0.5em 15% 0.5em 2%;width:83%;}
	.responsive .search-button {margin:0;position:absolute;right:3.5%;top:14px;}
.responsive .main-navigation {margin:0;padding:0;}
}