html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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, input, textarea, label, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video  {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  width: 100% !important;
  -moz-box-sizing:    border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing:         border-box;
  display: block; 
  height: auto !important; }
  
body {
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000; 		
}

body * {
	-webkit-print-color-adjust: exact; 
	print-color-adjust: exact;		
}

/* Layout
-------------------------------------------------------------- */

hr { 
  background:#E5E5E5; 
  color:#E5E5E5;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}


/* Text
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	color: #254c5a;
	margin-bottom: .5em;
	font-weight: 400;
}
h1 { font-size: 175%; }
h2 { font-size: 150%; }
h3 { font-size: 135%; }
h4 { font-size: 115%;  }
h5 { font-size: 110%; }
h6 { font-size: 105%; font-style: italic; }

h1 { color: #009e97; }
h2 { color: #254c5a; }
h3 { color: #df4f2a; }
h4 { color: #df4f2a; }
h5 { color: #009e97; }
h6 { color: #d0112b; }

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em; }
  
.content { width: 100%; }


/* Links
-------------------------------------------------------------- */

a,
a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: none;
  color: #009e97;
}

p { margin-bottom: .5cm; }

.wrap { 
	width: 100%;
	display: block; }
/* Hide
-------------------------------------------------------------- */

#fullpage,
header,
.id,
.meta,
.share,
.options,
footer .partners,
.menu-footer-menu-container { display: none; }


footer {
	width: 100%;
	color: #9a9a9a; 
	opacity: 1;
	background: white;
	line-height: 1;
	padding: 2em 0;	
	margin-top: 2em;
	border-top: 12px solid #254c5a; }
	
footer .contact { 
	display: inline-block;
	padding-bottom: 1em;
	font-size: .7em; } 	

footer .contact p { margin-bottom: .75em; }  
footer .contact p:last-child { margin-bottom: 0; }  

footer a {
  color: #009e97 !important; }
  display: inline-block !important; }
footer a:after { display: none !important; }


/* --- Section ID --- */

.hero { 
  width: 100%; 
	text-align: left; }

.hero img { 
  height: auto;
  display: block; } 

.id a { color: #fff; }
.hero h1 { 
  background: #009e97; 
  font-size: 1.2em;
  text-align: left;
  margin: 0;
  padding: .5cm;
  display: block; 
  color: #ffffff !important; }  
.hero h1 a { 
  display: block;
  color: #ffffff !important; 
  text-align: left; } 
  
.hero article {
	background: #254b59;
	overflow: hidden;
	padding: 1.3em;
	line-height: 1.3;  
	margin-bottom: 2em;
	display: block;
	position: relative; 
	color: #ffffff !important; 
	text-align: left; }  
   
.hero article h3,
.hero article h3 a {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase; }
  
  
.grid { margin: .5cm; }  
.grid article h3  { margin-bottom: .3em; }


.content ol,
.content ul {
	list-style: disc;
	margin: 0 0 .3cm .5cm; }
	
.print-description { display: block; }	