@font-face {
    font-family: GeoBrandBold;
    src: url(https://assets-cdn.nationalgeographic.com/natgeo/static/fonts/geographweb-bold.eot);
    src: url(https://assets-cdn.nationalgeographic.com/natgeo/static/fonts/geographweb-bold.eot#iefix) format("embedded-opentype"),url(https://assets-cdn.nationalgeographic.com/natgeo/static/fonts/geographweb-bold.woff2) format("woff2"),url(https://assets-cdn.nationalgeographic.com/natgeo/static/fonts/geographweb-bold.woff) format("woff"),url(https://assets-cdn.nationalgeographic.com/natgeo/static/fonts/geographweb-bold.ttf) format("truetype")
}

@font-face {
    font-family: GeoEditRegular;
    src: url(https://assets-cdn.nationalgeographic.com/natgeo/static/fonts/geographeditweb-regular.eot);
    src: url(https://assets-cdn.nationalgeographic.com/natgeo/static/fonts/geographeditweb-regular.eot#iefix) format("embedded-opentype"),url(https://assets-cdn.nationalgeographic.com/natgeo/static/fonts/geographeditweb-regular.woff2) format("woff2"),url(https://assets-cdn.nationalgeographic.com/natgeo/static/fonts/geographeditweb-regular.woff) format("woff"),url(https://assets-cdn.nationalgeographic.com/natgeo/static/fonts/geographeditweb-regular.ttf) format("truetype")
}

.footer  {
    padding: 0px;
    color: #ccc;
    font-family: GeoEditRegular,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    letter-spacing: .1px;
    font-size: 0.9em;
	line-height:1.3em;
}

.footer .Footer__Copyright {
    margin-top: 1.5em;
	padding-top:2em;
	border-top:1px solid #555;
	line-height:1.6em;
    text-align: center;
	color:#ccc;
}

.footer .Footer__Links {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.footer .Footer__Group {
    width:33.3%;
	padding-right:2em;
}

.footer h4 {
    font-family: GeoBrandBold,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 3px;
	color:white;
    margin: 0 0 1.5em;
}

.footer .Footer__List {
    list-style-type: none;
    padding: 0;
}

.footer .Footer__ListItem {
    margin: .35em 0 0 0;
}

.footer a {
    color: #ccc;
    font-weight: 400;
    text-decoration: none;
}

.footer a:hover, .footer a:active {
    text-decoration: underline;
}

@media (max-width: 767px) {	
	.footer {
		padding:1em;
		
	}
	.footer .Footer__Group {
		width:50%;
		padding-right:0em;
		margin-bottom:1em; 
	}
	.footer .Footer__Group:first-of-type {
		width:100%;
	}
	.footer .Footer__Copyright {
		margin-top: 0em;
		text-align: left;
	}
	.footer .Footer__ListItem {
		margin: .25em 0 0 0;
	}
	.footer h4 {
		margin: 0 0 1.1em;
	}
}
@media (max-width: 480px) {	
	.footer .Footer__Links {
	}


}