@charset "UTF-8";

/* @font-face for fonts not in Typekit yet...
----------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'NovecentowideBookBold';
    src: url('../fonts/Novecentowide-Bold-webfont.eot');
    src: url('../fonts/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Novecentowide-Bold-webfont.woff') format('woff'),
         url('../fonts/Novecentowide-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
		font-family: 'Novecentowide-Medium';
		src: url('../fonts/novecentowidemedium.eot');
		src: url('../fonts/novecentowidemedium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/novecentowidemedium.woff') format('woff'),
		url('../fonts/novecentowidemedium.ttf') format('truetype'),
		url('../fonts/novecentowidemedium.svg#novecentowidemedium') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'Novecentowide-Book';
		src: url('../fonts/novecentowidebook.eot');
		src: url('../fonts/novecentowidebook.eot?#iefix') format('embedded-opentype'),
		url('../fonts/novecentowidebook.woff') format('woff'),
		url('../fonts/novecentowidebook.ttf') format('truetype'),
		url('../fonts/novecentowidebook.svg#novecentowidebook') format('svg');
		font-weight: normal;
		ont-style: normal;
}
			

/* Global 
----------------------------------------------------------------------------------------- */

span.lineWidth {color: #900;}
/*  This is a DEV tool to help layout copy. 45-75 characters is optimal.  */

h1 {
	font-family: "Novecentowide-Medium",sans-serif; font-style: normal; font-weight: 400;
	font-size: 2.50em; /* 48px / 16px */
	margin-bottom: 0.700em;
	color: #13a79d;
	text-align: center;
	line-height: 1.4em;
}
h2 {
	font-family: "Novecentowide-Medium",sans-serif; font-style: normal; font-weight: 400;
	font-size: 2.7em; /* 1.75em 28px / 16px */
	line-height: 1.250;
	color: #FFFFFF;
	text-align: center;
}
h3 {
	font-family: "Novecentowide-Medium",sans-serif; font-style: normal; font-weight: 400;
	font-size: 1.2em; /* 1.75em 28px / 16px */
	line-height: 1.250;
	color: #FFFFFF;
}
h4 {
	font-family: "jaf-facitweb",sans-serif; font-style: normal; font-weight: 600;
	font-size: 1.125em; /* 18px / 16px */
	color: #33b6b2;
}
h5 {
	font-family: "jaf-facitweb",sans-serif; font-style: normal; font-weight: 600;
	font-size: 1.000em;
	line-height: 1.250;
	color: #00a9ec;
}
h6 {
	font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 600;
	font-size: 1.000em;
	color: #00a9ec;
}
p {
	font-family: "jaf-facitweb",sans-serif; font-style: normal; font-weight: 400;
	font-size: 1.00em;
	line-height: 1.600;
	color: #333;
}
strong,
b {
	font-weight: bold;
}
em {
	font-style: italic;
}

p.footertext {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	color: #fff;
	text-align: center;
	font-family: "jaf-facitweb",sans-serif; font-style: normal; font-weight: 400;
	font-size: 1.00em;
	
}


/* DIV Specific 
----------------------------------------------------------------------------------------- */

div#middlepanel div.sub p {
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.300em;
	line-height: 1.65;
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}

div#middlepanel div.sub h1 {
	text-align: center;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

div.capsule div.sub p {
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.300em;
	line-height: 1.65;
}

div#one ul,
div#three ul {
	list-style: none; 
	position: relative; 
	float: left; 
	display: block; 
	left: 50%;
}
div#one ul li,
div#three ul li {
	position: relative; float: left; display: block; right: 50%;
}
div#one ul li a {
	font-family: "jaf-facitweb",sans-serif; font-style: normal; font-weight: 600;
	font-size: 1.300em;
	color: #0f6a64;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 24px;
}
div#three ul li a {
	font-family: "jaf-facitweb",sans-serif; font-style: normal; font-weight: 600;
	font-size: 1.300em;
	color: #0f6a64;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 24px 0px 0px;
}

div.rightcapsule p {
	text-align: center;
	font-family: "jaf-facitweb",sans-serif; font-style: normal; font-weight: 400;
	font-size: 1.20em;
}

div.sub div.newsColm h3 {
}

p.footertext {
	padding-top: 2em;
}

@media(max-width: 38.5em) {

#middlepanel h1 {
	margin-top: .7em;
	font-size: 1.6em;
	line-height: 1.4em;
}
div#middlepanel div.sub p {
 	margin-bottom: 2em;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6em;
}

div.capsule div.sub p {
	margin-bottom: 2em;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.65em;
}
div.capsuleul li {
    color: #017770;
    font-family: "jaf-facitweb",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.8em;
}
	
	
}
	