﻿/* #0099cc #017398 */

/* #125da3 #0F4E84 */


header, footer, nav, section {
    display: block;
}

@font-face { font-family: 'SourceSansPro-Light'; src: url('Content?fileName=SourceSansPro-Regular.otf'); }
@font-face { font-family: 'SourceSansPro-Light'; src: url('Content?fileName=SourceSansPro-Semibold.otf'); font-weight: bold; }

body {
    font-size: 15px;
    font-family: SourceSansPro-Light, "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-weight: 300;
    color: black;
    background-color: #fcfcfc;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    max-width: 900px;
    padding-top:0px;
}

h1 /* Page header | header */ {
    letter-spacing: 0em;
    font-size: 37px; /* 28pt 42pt */
    font-weight: bold;
    margin: 0;
    font-style: italic;
    color:#0078A1;
}

h2 /* Interactive subheader | subheader */ {
    letter-spacing: 0.01em;
    font-size: 26px; /* 20pt; */
    font-weight: bold;
    margin: 0;
    font-style: italic;
    color:#0078A1;
}

h3 /* Interactive subheader | subheader */ {
    letter-spacing: 0.02em;
    font-size: 21px; /* 16pt */
    font-weight: 300;
    margin: 0;
}

label,
h4
/* Item title/header | Small subheader/subcaption */ {
    letter-spacing: 0.02em;
    font-size: 15px; /* 11pt */
    font-weight: 400; /* 600 */
    margin: 0;
}

h5 /* Navigation | Navigation */ {
    letter-spacing: 0.02em;
    font-size: 15px; /* 11pt */
    font-weight: 400;
    margin: 0;
}

h6 /* Tertiary info | Tertiary info */ {
    letter-spacing: 0.02em;
    font-size: 12px; /* 9pt */
    font-weight: 300;
    margin: 0;
}

.container {
	display:none;
	padding: 20px 10px 0 10px;
}

.boldheader {
    font-size: 47px; 
    font-weight: 200;
    margin: 0;
    font-style: italic;
    color:#0078A1;
    padding-top:5px;
    font-weight:bold;
    text-align:center;
}

.boldparagraph {
    font-size: 20px; 
    font-style: italic;
    color:black;
    padding-top:5px;
    font-weight:bold;
}

.normalparagraph {
    font-size: 15px; 
    color:black;
    padding-top:5px;
    font-weight:500;
}

li {
    font-size: 15px; 
    color:black;
    padding-top:5px;
    font-weight:500;
}

.normalparagraph-italic {
    font-size: 15px; 
    color:black;
    padding-top:0px;
    font-weight:500;
    font-style: italic;
    margin-bottom:0px;
}

.italicparagraph {
    font-size: 20px; 
    color:black;
    padding-top:0px;
    font-weight:500;
    font-style: italic;
    margin-bottom:15px;
}

ul {
    list-style-type: disc;
    padding-left:65px;
    margin-top:0px;
}
.imageholder {
	text-align:center;
	position:relative;
	width:100%;
}

.imageholder > img {
	width:100%;
	max-width: 800px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 20px;
	}
	
	h2 {
		margin-top: 10px;
		font-size: 15px;
	}
	
	.italicparagraph ,
	.boldparagraph {
		font-size: 15px;
	}
}
