
/* GOTHAM */
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.woff') format('woff'),
       url('../fonts/Gotham-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.woff') format('woff'),
       url('../fonts/Gotham-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.woff') format('woff'),
       url('../fonts/Gotham-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
	text-align: center;
	padding: 30px;
	margin: 0;
	font-family: 'Gotham-Book', arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #587288;
	text-align: left;
	}

img {
	border: 0;
	vertical-align: top;
	}

h1 {
	padding: 0;
	margin: 0 0 25px 0;
	font-family: 'Gotham-Book', arial, sans-serif;
	font-size: 25px;
	line-height: 30px;
	color: #1e4986;
	font-weight: normal;
  	font-style: normal;
	}
.title {
	padding: 0;
	margin: 0 0 25px 0;
	font-family: 'Gotham-Book', arial, sans-serif;
	font-size: 25px;
	line-height: 30px;
	color: #1e4986;
	font-weight: normal;
  	font-style: normal;
	}

hr {
	height: 1px;
	border: none;
	background: rgba(0,0,0,0.15);
	margin: 40px 0;
	clear: both;
	}

a:hover, a:active, a:focus, object { 
	outline: none; 
	}			
a {
	text-decoration: none;
	color: #1e4986;	
	}
a:hover {
	text-decoration: none;
	color: #1e4986;
	}

strong {
	font-family: 'Gotham-Bold', arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	}

p {	
	margin: 0 6vw 25px 0;
	}
	p.small {	
		font-size: 13px;
		line-height: 22px;
		}

.form {
	
	}

ul {
	margin: 0 0 25px 2px;
	padding: 0;
	}
	ul li {
		margin: 0;
		padding: 5px 0 5px 25px;
		list-style: none;
		background: url('../images/icon-arrow.png') no-repeat 0 12px;		
		background-size: 7px auto;	
		}

img.logo-nfn {
	width: auto;
	height: 100px;
	margin: 0 0 20px -20px;
}
img.logo {
	width: auto;
	height: 100px;
	margin: 0 0 20px 0;
	}
img.logo-triple {
	max-width: 310px;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	}

.privacy p strong {
	font-family: 'Gotham-Bold', arial, sans-serif;
	color: #1e4986;
	}