@font-face {
  font-family: GTAmerica;
  src: url(fonts/GTAmerica-Bold.woff);
  font-weight: 600;
}
@font-face {
  font-family: GTAmerica;
  src: url(fonts/GTAmerica-Regular.woff);
  font-weight: 400;
}
body {
  background-color: #012d74;font-family: GTAmerica;
  border:none;text-align: left;

}

.landing {
	background-color: #012d74;
	font-size: 17px;
	color: #888c95;
	text-decoration: none;
	border:none;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	bottom: auto;
}

.smallcopy {
	background-color: #012d74;
	font-size: 12px;
	color: #888c95;
	text-decoration: none;
	border:none;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	bottom: auto;
}

#image-map area {
    outline: none;
}

.image-map {
outline: 0;
}

img.map, map area{
    outline: none;
}

img{
    max-width: 100%;
    height: auto;
}
.icon-share img{
	    max-width: 40px;
    min-width: auto;
    margin-left: 0;
}
.icon-share {text-align: left;}
h5{text-transform: uppercase;color: #fff;font-weight: 600;text-align: left;line-height: normal;margin-bottom: 5px;}
p{font-weight: 400;text-align: left;margin-top: 0} 
a{font-weight: 400;text-align: left;  margin-bottom: 8px;  color: #888c95;text-decoration: none;display: block;}
@media (max-width: 768px){
		table{
		    max-width: 70%;
			width: auto;
		}
	}
