@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
#div1 {
}
#navigation {
	display: none;
}
#header {
}
.article {
}
.article2 {
}
.footer {
	background-color: #26587A;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 20px;
	clear: both;
	margin-right: 5px;
	margin-left: 5px;
}
.nav2 {
width: 100%;
}
.fig1 {
	width: 100%;
	text-align: center;
	/* [disabled]vertical-align: baseline; */
	padding-top: 25px;
	padding-bottom: 15px;
}
.pic1 {
}
.fig1b {
	width: 100%;
	margin-left: 0;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}
.fig2 {
	width: 100%;
	text-align: justify;
	background-color: #26587A;
	padding-top: 25px;
	padding-bottom: 15px;
}
.fig2b {
	width: 100%;
	text-align: justify;
	margin-left: 0;
	background-color: #26587A;
	padding-top: 25px;
	padding-bottom: 15px;
	clear: both;
}
.article3 {
}
.figbase {
	text-align: center;
	padding-top: 25px;
}
.navtablet {
	display: none;
}
#logotablet {
	display: none;
}
#logodesktop {
	display: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.blue {
	color: #085fa9;
}
.green {
	color: #8DBE22;
}
.footquote {
	color: #ffffff;
	font-size: small;
	font-style:italic;
	text-align: center;
	line-height: normal;
	font-family: "Book Antiqua", Palatino, "Times New Roman", "Times Roman";
}
.footext {
	color: #ffffff;
	font-size: small;
	font-style:normal;
	font-family: "Book Antiqua", Palatino, "Times New Roman", "Times Roman";
	text-align: center;
	line-height: normal;
}
h1 {
	color: #537995;
	font-size: medium;
	letter-spacing: -0.05em;
	font-style: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0;
	border: thin solid #537995;
}
h1 img {
	float: left;
}
h2 {
	color: #4D96CF;
	font-family: "Book Antiqua", Palatino, "Times New Roman", "Times Roman";
	word-spacing: 0.1em;
}
p {
	display: block;
	margin: 0px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: justify;
}

.fluid.article p img {
	float: left;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-top: 10px;
}
figcaption {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	color: #ffffff;
	text-align: justify;
}
greycaption {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	color: #868686;
	text-align: justify;
}

.spacer {
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	word-spacing: 0.1em;
	text-align: center;
	padding-top: 10px;
}

}
.sticker1 {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
.nowrap {
	min-width: 328px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92.625%;
	padding-left: 1.1875%;
	padding-right: 1.1875%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#navigation {
	display: none;
}
#header {
}
.article {
}
.article2 {
}
.nav2 {
	width: 100%;
	display: none;
}
.fig1 {
	width: 48.7179%;
}
.pic1 {
}
.fig1b {
	width: 48.7179%;
	clear: none;
	margin-left: 2.5641%;
}
.fig2 {
	width: 48.7179%;
	padding-top: 25px;
	padding-bottom: 15px;
}
.fig2b {
	width: 48.7179%;
	padding-top: 25px;
	padding-bottom: 15px;
	clear: none;
	margin-left: 2.5641%;
}
.article3 {
}
.figbase {
}
.navtablet {
	display: block;
	clear: both;
	float: left;
	z-index: 140;
}
#logotablet {
	display: block;
	position: absolute;
	z-index: 20;
}
#logodesktop {
	display: none;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.footquote {
	font-size: medium;
	letter-spacing: .05em;
	font-style:italic;
	font-family: "Book Antiqua", Palatino, "Times New Roman", "Times Roman";
}
.footext {
	font-size: small;
}
h1 {
	color: #537995;
	font-size: medium;
	background-color: #FFFFFF;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#navigation {
	display: block;
}
#header {
}
.article {
}
.article2 {
}
.nav2 {
width: 6.7796%;
}
.fig1 {
width: 49.1525%;
}
.pic1 {
}
.fig1b {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.fig2 {
width: 49.1525%;
padding-top: 25px;
padding-bottom: 15px;
}
.fig2b {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
padding-top: 25px;
padding-bottom: 15px;
}
.article3 {
}
.figbase {
}
.navtablet {
	display: none;
}
#logotablet {
	display: none;
}
#logodesktop {
	display: block;
	position: absolute;
	z-index: 20;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.footquote {
	font-size: large;
	font-style: italic;
	padding-top: 15px;
}
.footext {
	font-size: medium;
}
h1 {
	color: #537995;
	font-size: large;
	padding-top: 3%;
	padding-right: 6%;
	padding-bottom: 3%;
	padding-left: 6%;
}

}
  
