@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
 }
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
    content:" ";
    display:table;
    clear:both;
}


@font-face {
  font-family: 'National2Med';
  src: url('../fonts/National2Web-Medium.eot');
  src: url('../fonts/National2Web-Medium.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/National2Web-Medium.woff2') format('woff2'), 
       url('../fonts/National2Web-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NoeTextRegular';
  src: url('../fonts/Noe Text Regular.eot');
  src: url('../fonts/Noe Text Regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Noe Text Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NoeTextSemibold';
  src: url('../fonts/Noe Text Semibold.eot');
  src: url('../fonts/Noe Text Semibold.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Noe Text Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

html{height: 100%;}

body{color:#0072A2; 
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'NoeTextRegular', serif;
	font-size: 1rem;
	line-height: 1.25;
	height: 100%;
}
a{color:#0072A2; text-decoration: none; border-bottom: 1px solid #CCE3EC;}
a:hover{border-bottom: none;}
dl {
    display: block;
	margin:0 0 45px; 0;
	width: 45%;
	float: left;
	padding-right: 5%;
}
dt{font-family: 'National2Med', sans-serif;
	margin-bottom: 5px;}
h2{font-family: 'NoeTextSemibold', serif; font-size: 1.5rem; }

.wrapper{width:90%; max-width:1440px; margin: 0 auto; border-left: 1px solid #CCE3EC; border-right: 1px solid #CCE3EC;}
.details-col, .logos-col{width: 60%; float: left; padding: 25vh 0; height: 100%;}
.logos-col{width:40%;}
.logos-col img{width: 90%; max-width: 400px; display: block; margin: 0 auto; }
.inner-pad{padding: 0 15%;}

@media only screen and (max-width:768px) {
	  .details-col, .logos-col{width: 100%; float: none; padding: 10vh 0;}
	.logos-col{border-right: 0;}
	.inner-pad{padding: 0 5%;}
}

@media only screen and (max-width:500px) {
	dl { width: 100%;}
		.wrapper{width:90%; border-left: 0; border-right: 0;}
		body{font-size: 120%;}
		.inner-pad{padding: 0;}

}





