

body {
	background:white;
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
}


div.header {
	padding: 1em 0.5em 0 0.5em;
}

div.header {
	padding: 1em 0.5em 0 0.5em;
}

img.header {
	max-height: 5em;
}

.row {
  margin:0px;
}

h1.header {
	color: #005e9b;
}
h2.header {
	color: #005e9b;
}
h3.header {
	color: #005e9b;
}

.spaced {
	margin-bottom:20px;
	margin-top:20px;
}

.margin {
	margin-bottom:5px;
	margin-top:5px;
}

.liner {
	border-top: 1px solid black;
}
.subfooter {
	text-align:center;
	width: 100%;
	margin-top:10px;
}


#footer-top-block {
	background-color: #333333;
	padding: 10px 0 10px 0;
	text-align:center;	
}

#footer-block p {
	color:#eeeeee;
}

#footer-block {
	background-color: #333333;
	color:#ffffff;
	padding: 20px;
	margin:0 ;
}

#footer-block a {
	color:#ffffff;
	text-decoration:none;	
}
#footer-block a:hover {
	text-decoration:underline;	
}

.small {
	font-size: 0.8em;
}

.debug {
	font-family: monospace;
	font-size: 0.9em;
	color: #666;
}

.tsmall {
	font-size: 0.8em;
	padding: 6px;
}

.listicon {
	float:left;
	margin: 0 5px 5px 0;
}

.listli {
	clear: left;
}

.offsite {
	background: url(/framework/Icon_External_Link.png)     center right no-repeat;
	padding-right: 13px;
}

.quote {
	padding: 0 1em 0 0;
	font-style: italic;
}

.dropper {
	position:relative;
	width:100%;
	border: 3px dashed silver;
	padding-top:2em;
}

.hidden {
	visibility: none;
	display: none;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}


/* Panels (borrowed from Foundation as Bootstrap doesn't have them) */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }


.panel.splash {
    border-style: solid;
    border-width: 2px;
    border-color: orange;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #FFCC99; 
    border-radius: 10px;
}
.panel.splash > :first-child {
      margin-top: 0; 
}
.panel.splash > :last-child {
      margin-bottom: 0; 
}
.panel.splash h1, .panel.splash h2, .panel.splash h3, .panel.splash h4, .panel.splash h5, .panel.splash h6, .panel.splash p {
      color: #333333; 
}
.panel.splash h1, .panel.splash h2, .panel.splash h3, .panel.splash h4, .panel.splash h5, .panel.splash h6 {
      line-height: 1;
      margin-bottom: 0.625rem; 
}
.panel.splash h1.subheader, .panel.splash h2.subheader, .panel.splash h3.subheader, .panel.splash h4.subheader, .panel.splash h5.subheader, .panel.splash h6.subheader {
        line-height: 1.4; 
}
.panel.splash a:not(.button) {
      color: #008cba; 
}
.panel.wideradius {
    border-radius: 10px; }

