﻿*, *::before, *::after {
    box-sizing: border-box;
}

/*
	Dark Blue:		#032d53   rgba(4,45,84,1)

	font-family: "Open Sans", sans-serif;
	font-family: "Sorts Mill Goudy", serif;
	font-family: "Montserrat", sans-serif;
*/

html {
	font-size: 20px;
	line-height: 1.2;
}

body {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	background-color: #ffffff;
}

a,
a:link,
a:visited,
a:hover {
	color: #3399cc;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0 0 1.25rem 0;
	color: #032d53;
	font-weight: 400;
	font-size: 1.25rem;
	font-family: "Montserrat";
	text-transform: uppercase;
}
h1 i {
	font-size: 1.25rem;
	font-weight: 400;
	font-style: italic;
	font-family: "Sorts Mill Goudy";
	text-transform: none;
}
h2 {
	font-size: 1rem;
}
h3{
	margin: 0 0 .25rem 0;
	font-size: 1.2rem;
	font-family: "Sorts Mill Goudy", serif;
	text-transform: none;
	font-style: italic;
}
 h3 a {
	color: inherit !important;
	font-size:  inherit !important;
	font-family:  inherit !important;
	text-transform:  inherit !important;
	font-style:  inherit !important;
}

b {
	font-weight: bold;
}
p, li{
	margin: 0 0 1em 0;
}

p, li, a {
	font-size: .8rem;
	line-height: 1.5;
}

ul {
	margin: 0 1.5em 1rem 1.5em;
	list-style-type: none;
}
ul li {
	margin: 0;
	padding: 0 0 0 1.2em;
	background-image: url(../../images/bullet.png);
	background-position: left .5rem;
	background-repeat: no-repeat;
}

ul li ul {
	margin: 1.5em;
}

.arrowLink,
ul.linkList li {
	margin: 0;
	padding: 0 0 0 .75rem;
	font-size: .75rem;
	background-image: url(../../images/icon_arrowRight.png);
	background-position: left .35rem;
	background-repeat: no-repeat;
}
ul.linkList li a {
	text-decoration: none;
}
ul.pdfList li {
	padding: 0;
	background: none;
}
ul.pdfList li a {
	padding: 0 0 0 2rem;
	line-height: 1.75rem;
	display: inline-block;
	text-decoration: none;
	background-image: url('../../images/icon_pdf.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.nbr {
	white-space: nowrap;
}

.variableImage {
	max-width: 100%;
	display: inline-block;
}
.fullSep {
	height: 3px;
	margin: 2rem 0;
}
.fullSep.bottom {
	margin-bottom: 3rem;
}
.fullSep span {
	display: block;
}
.fullSep span:nth-child(1) {
	height: 1px;
	margin: 1px 0 0 0;
	background-color: #dddddd;
}
.fullSep span:nth-child(2) {
	width: 45%;
	height: 3px;
	margin: 0 auto;
	position: relative;
	top: -2px;
	background-color: #032d53;
}

.fullSep.whenSmall {
	display: none;
}
@media (max-width: 767px) {

	.fullSep.whenSmall {
		display: block;
	}
}

.standardItem {
	margin: 0 0 1.5rem 0;
}

.fancyButton {
	margin: 1.5rem 0;
	display: block;
	text-align: center;
}

.fancyButton .button {
	padding: .75rem 1rem;
	color: #032d53;
	font-size: 1rem;
	font-family: "Sorts Mill Goudy", serif;
	font-style: italic;
	display: inline-block;
	border: none;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}


.sampleContainer {
	text-align: center;
}
.sampleContainer a {
	display: block;
}
.sampleContainer img.sampleReport {
	margin: 0 0 1rem 0;
	display: inline-block;
}


.status-panel {
	margin: 0 01rem 0;
}