html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Merriweather Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
h1,
h2,
h1 a,
h2 a {
	/* letter-spacing: 2px; */
}
small {
	font-size: 12px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
html,
body {
	font-size: 10px;
	-moz-appearance: none;
}
body {
	line-height: 1;
	right: 0vw;
	position: relative;
	/* word-wrap: break-word; */
	transition: right 500ms ease, padding 500ms ease;
	-moz-transition: right 500ms ease, padding 500ms ease;
	-webkit-transition: right 500ms ease, padding 500ms ease;
}
ul {
	list-style: none;
}
sup {
	vertical-align: super;
	font-size: smaller;
	/*   font-weight: bold; */
}
b,
strong {
	/* 	font-weight: bold; */
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	background: white;
	padding-top: 90px;
}
.wrapper {
	float: left;
	width: 100%;
}
.container,
.main-nav ul li ul {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
.wht-btn {
	font-size: 1.4rem;
	font-weight: 900;
	border: 2px solid white;
	border-radius: 10px;
	padding: 8px;
	text-decoration: none;
	padding: 10px;
	color: white;
	float: right;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: transform 300ms;
	-moz-transition: transform 300ms;
	transition: transform 300ms;
}
.wht-btn:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.wht-btn span {
	background-image: url(images/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right bottom;
	width: 30px;
	height: 14px;
	float: right;
	margin-left: 10px;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 0em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content a.btn-download {
	border-radius: 10px;
	background-color: #2d5c7f;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 1.7rem;
	/* 	font-weight: 600; */
	padding: 12px 45px 12px 15px;
	position: relative;
	margin: 25px 0 5px 0;
	float: left;
	width: auto;
	transition: all 0.3s linear;
}
.btn-download:after {
	content: "";
	background-image: url(images/icon-white-download.svg);
	background-repeat: no-repeat;
	width: 18px;
	height: 30px;
	position: absolute;
	bottom: 8px;
	right: 15px;
}
.content a.btn-download:hover {
	transform: scale(1.05);
}

.content-full table tr td {
	font-size: 1.5rem;
	line-height: 2.5rem;
	padding-left: 20px;
	margin-bottom: 4px;
}
.accordHolder {
	position: relative;
	padding-bottom: 25px;
}

.cp-fullAccordion .accordHolder .accord .accordTitle {
	min-height: 45px;
	cursor: pointer;
}

.cp-fullAccordion .accordHolder .accord .accordTitle {
	position: relative;
}

.cp-fullAccordion .accordHolder h3 + .accord {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

.cp-fullAccordion .accordHolder .accord:first-of-type {
	border-top: 2px solid #eee;
}

.cp-fullAccordion .accordHolder .accord {
	border-bottom: 2px solid #eee;
}

.interior-content .cp-fullAccordion .accordHolder .accord:last-of-type,
.interior-content .cp-fullAccordion .accordHolder .accord + .accord {
	border-bottom: 2px solid #eee;
}

.cp-fullAccordion .accordHolder .accord .accordTitle .title {
	font-size: 1.6rem;
	padding: 10px 15px;
	position: relative;
	float: left;
	width: 100%;
	/*     font-weight: 600; */
}

.cp-fullAccordion .accordHolder .accord .accordTitle .icon {
	cursor: pointer;
	height: 18px;
	position: absolute;
	width: 18px;
	padding-right: 3%;
	margin-top: 23px;
	right: 0;
	top: 0;
}

.accordTitle .left {
	line-height: 24px;
	position: absolute;
	padding: 0 44px 0 15px;
}

.accordTitle .right {
	display: block;
	text-align: left;
}

.accordTitle {
	background-color: #f1f1f1;
	transition: all 500ms ease;
}

.accordTitle:hover {
	background-color: #005d7e;
	color: white;
}

.accordTitle .icon:before,
.accordTitle .icon:after {
	background: #2e6ca0;
	content: "";
	height: 2px;
	left: -20px;
	position: absolute;
	top: 0;
	width: 15px;
	transition: transform 500ms ease;
}

.accordTitle:hover .icon:before,
.accordTitle:hover .icon:after {
	background-color: #fff;
}

.accordTitle .icon:before {
	transform: rotate(90deg);
}

.accordTitle .icon:after {
	transform: rotate(180deg);
}

.accordTitle .icon:after {
	transform-origin: center;
}

.accordTitle.active .icon:after {
	transform: rotate(0deg);
	background-color: #fff;
}

.accordTitle.active .icon:before {
	transform: rotate(0deg);
	background-color: #fff;
}

.accordTitle.active {
	background-color: #005d7e;
	color: white;
}

.accordInner {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.6s;
	transition: max-height 0.6s;
	-webkit-animation: accordionOut 0.3s alternate ease-in-out both;
	animation: accordionOut 0.3s alternate ease-in-out both;
}

.accordInner > div {
	box-sizing: border-box;
	padding: 3%;
	font-size: 16px;
	line-height: 22px;
	float: left;
}

.accordInner ol {
	list-style: decimal;
	margin-left: 25px;
}

.accordInner ul {
	list-style: inherit;
	margin-left: 25px;
}

.accordTitle.active + .accordInner {
	height: auto;
	max-height: 999999px;
	-webkit-animation: accordionIn 0.65s normal ease-in-out both;
	animation: accordionIn 0.65s normal ease-in-out both;
}

@-webkit-keyframes accordionIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes accordionIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes accordionOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@keyframes accordionOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

/* --------------------------------

DHansen Edits - 08-17-2016

-------------------------------- */

.page-id-16490 .accordHolder {
	position: relative;
	padding-bottom: 25px;
}

.page-id-16490 .cp-fullAccordion .accordHolder .accord .accordTitle {
	min-height: 45px;
	cursor: pointer;
}

.page-id-16490 .cp-fullAccordion .accordHolder .accord .accordTitle {
	position: relative;
}

.page-id-16490 .cp-fullAccordion .accordHolder h3 + .accord {
	border-top: 0;
	border-bottom: 0;
}

.page-id-16490 .cp-fullAccordion .accordHolder .accord:first-of-type {
	border-top: 0;
}

.page-id-16490 .cp-fullAccordion .accordHolder .accord {
	border-bottom: 0;
	background-color: #dca900;
	margin-bottom: 10px;
}

.page-id-16490
	.interior-content
	.cp-fullAccordion
	.accordHolder
	.accord:last-of-type,
.page-id-16490
	.interior-content
	.cp-fullAccordion
	.accordHolder
	.accord
	+ .accord {
	border-bottom: 0;
}

.page-id-16490 .cp-fullAccordion .accordHolder .accord .accordTitle .title {
	font-size: 1.6rem;
	padding: 10px 15px;
	position: relative;
	float: left;
	width: 100%;
	/*     font-weight: 600; */
}

.page-id-16490 .cp-fullAccordion .accordHolder .accord .accordTitle .icon {
	cursor: pointer;
	height: 18px;
	position: absolute;
	width: 18px;
	padding-right: 3%;
	margin-top: 23px;
	right: 0;
	top: 0;
}

.page-id-16490 .accordTitle .left {
	line-height: 24px;
	position: absolute;
	padding: 0 44px 0 15px;
}

.page-id-16490 .accordTitle .right {
	display: block;
	text-align: left;
}

.page-id-16490 .accordTitle {
	background-color: #cccccc;
	color: #595a5c;
	transition: all 500ms ease;
}

.page-id-16490 .accordTitle:hover {
	background-color: #dca900;
	color: white;
}

.page-id-16490 .accordTitle .icon:before,
.page-id-16490 .accordTitle .icon:after {
	background: #dca900;
	content: "";
	height: 2px;
	left: -20px;
	position: absolute;
	top: 0;
	width: 15px;
	transition: transform 500ms ease;
}

.page-id-16490 .accordTitle:hover .icon:before,
.page-id-16490 .accordTitle:hover .icon:after {
	background-color: #fff;
}

.page-id-16490 .accordTitle .icon:before {
	transform: rotate(90deg);
}

.page-id-16490 .accordTitle .icon:after {
	transform: rotate(180deg);
}

.page-id-16490 .accordTitle .icon:after {
	transform-origin: center;
}

.page-id-16490 .accordTitle.active .icon:after {
	transform: rotate(0deg);
	background-color: #fff;
}

.page-id-16490 .accordTitle.active .icon:before {
	transform: rotate(0deg);
	background-color: #fff;
}

.page-id-16490 .accordTitle.active {
	background-color: #dca900;
	color: white;
}

.page-id-16490 .accordInner {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.6s;
	transition: max-height 0.6s;
	-webkit-animation: accordionOut 0.3s alternate ease-in-out both;
	animation: accordionOut 0.3s alternate ease-in-out both;
}

.page-id-16490 .accordInner > div {
	box-sizing: border-box;
	padding: 3%;
	font-size: 16px;
	line-height: 22px;
	float: left;
}

.page-id-16490 .accordInner ol {
	list-style: decimal;
	margin-left: 25px;
}

.page-id-16490 .accordInner ul {
	list-style: inherit;
	margin-left: 25px;
}

.page-id-16490 .accordTitle.active + .accordInner {
	height: auto;
	max-height: 999999px;
	-webkit-animation: accordionIn 0.65s normal ease-in-out both;
	animation: accordionIn 0.65s normal ease-in-out both;
}

.page-id-16490 .accordInner p {
	color: #fff !important;
	padding: 10px;
}

.page-id-16490 .view-right {
	text-align: right;
	margin-right: 14px;
}

.page-id-16490 .right-text {
	overflow: visible !important;
	margin-bottom: 20px;
	width: 100%;
}

.data-prog-bar-con {
	border-left: 2px solid #092f57;
	padding: 6px 0;
	margin-bottom: 20px;
	font-size: 18px;
	height: 40px;
}

.data-prog-bar-oth {
	border-left: 2px solid #092f57;
	padding: 6px 0;
	margin-bottom: 0;
	font-size: 18px;
	height: 38px;
}

.data-prog-bar-blue {
	color: #fff !important;
	background-color: #092f57;
	/*     font-weight: bold; */
	float: left;
	display: inline-block;
	width: 56%;
	padding: 10px 4px;
	margin: 0 6px 0 0;
	transition: width 5s ease;
}

.data-prog-bar-gold {
	color: #fff !important;
	background-color: #dca900;
	/*     font-weight: bold; */
	float: left;
	display: inline-block;
	padding: 10px 4px;
	margin: 0 6px 0 0;
	transition: width 5s ease;
}

.data-prog-school {
	padding-top: 10px;
}

.info-txt {
	text-transform: uppercase;
	color: #005d7e;
	text-align: center;
	margin-bottom: 30px;
	border-top: 3px solid #005d7e;
	padding-top: 10px;
}

.data-prog-school {
	padding-top: 8px;
	font-size: 13px;
}

.page-id-16490 .content2 {
	display: none;
}

.page-id-16490 .content2.active {
	display: block;
}

svg {
	width: 100%;
	height: auto;
}

.page-id-16490 #canvas {
	width: 100% !important;
	height: 100% !important;
}

.page-id-16490 .data-ftr {
	display: none;
}

.active {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* MEDIA QUERIES */

/* DHansen Edits - 08-17-2016 */
