/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100%;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.table td, .table th {
		background-color: #fff !important;
	}
	.btn > .caret, .dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table-bordered th, .table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333333;
	background-color: #fff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width:650px) {
	.news-card .img-responsive {
		max-height: 200px;
	}
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #acacac;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
small, .small {
	font-size: 85%;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}
.list-unstyled, .list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #acacac;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before, blockquote:after {
	content: "";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 1200px;
		width: 90%;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e4f3;
}
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 2px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto-webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #847641;
	border-color: #847641;
}
a.btn-primary {
	color: white;
}
a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary.active, .open > a.btn-primary.dropdown-toggle {
	color: #847641;
	background-color: white;
	border-color: #847641;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #004d40;
	border-color: #00342a;
}
.btn-primary .badge {
	color: #004d40;
	background-color: #fff;
}
.btn-subbtn,
a.btn-subbtn,
.main a.btn-subbtn,
.main a.btn.btn-subbtn:link,
.main a.btn.btn-subbtn:visited,
.main a.btn.btn-subbtn:hover,
.main a.btn.btn-subbtn:active {
	color: #847641;
	border-color: #847641;
}
a.btn-subbtn:hover, a.btn-subbtn:focus, a.btn-subbtn:active, a.btn-subbtn.active, .open > a.btn-subbtn.dropdown-toggle {
	color: #847641;
	background-color: white;
	border-color: #847641;
}
.btn-white,
.btn-green {
	font: bold 115%/1.1 "nimbus-sans-condensed", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 1.2em;
	letter-spacing: 1px;
	padding: 0.5em;
	width: 80%;
	max-width: 320px;
}
.btn-white {
	color: #fff;
	background-color: transparent;
	background-color: rgba(255,255,255,0.1);
	border-color: #fff;
}
a.btn-white {
	color: white;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
	color: #333;
	background-color: white;
	background-color: rgba(255,255,255,0.75);
	border-color: white;
}
a.btn.btn-white:hover {
	color: #333 !important;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
	background-image: none;
}
.btn-green {
	color: white;
	background-color: #004d40;
	background-color: rgba(0,88,71,0.9);
	border-color: #004d40;
}
a.btn-green {
	color: white;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
	color: #004d40;
	background-color: white;
	background-color: rgba(255,255,255,0.75);
	border-color: #004d40;
}
a.btn.btn-green:hover {
	color: #004d40 !important;
}
.btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
	background-image: none;
}
.btn-white .badge {
	color: #004d40;
	background-color: #fff;
}
.btn-give {
	font: bold 135%/1.1 "nimbus-sans-condensed", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	width: 80%;
	max-width: 160px;
	border-radius: 1.2em;
	letter-spacing: 1px;
	display: block;
	margin: 6px auto;
	padding: 0.5em;
}
.btn-link {
	color: #004d40;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #acacac;
	text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #333333;
}
/*  .dropdown-menu > li > a:hover,  .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
} */
.dropdown-menu > .active > a,  .dropdown-menu > .active > a:hover,  .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #004d40;
}
.dropdown-menu > .disabled > a,  .dropdown-menu > .disabled > a:hover,  .dropdown-menu > .disabled > a:focus {
	color: #acacac;
	cursor: pointer;
}
.dropdown-menu > .disabled > a:hover,  .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: pointer;
}
.open >  .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #acacac;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right >  .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}
.dropup  .dropdown-menu, .navbar-fixed-bottom .dropdown  .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
@media (min-width: 768px) {
	.navbar-right  .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right  .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #acacac;
}
.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
#dropdown-selection-tool.jumbotron p {
	font-size: 18px;
}
#dropdown-selection-tool.jumbotron li p {
	font-size: 16px;
	font-weight: 400;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron {
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #333333;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #004d40;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p, .alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable {
	padding-right: 35px;
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d7e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #cae2b3;
}
.alert-success .alert-link {
	color: #2b542b;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce9f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e2ec;
}
.alert-info .alert-link {
	color: #245369;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faeacc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e0b5;
}
.alert-warning .alert-link {
	color: #66502c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print, td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}

/*template styles*/

@font-face {
    font-family: 'GTSectra-Regular';
    src: local('GT Sectra Regular'),
         url('../fonts/GT-Sectra-Regular.woff2') format('woff2'),
         url('../fonts/GT-Sectra-Regular.woff') format('woff'),
         url('../fonts/GT-Sectra-Regular.ttf') format('truetype'),
         url('../fonts/GT-Sectra-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'GTSectra-MedItalic';
	src: local('GT Sectra Medium Italic'),
		 url('../fonts/GT-Sectra-Medium-Italic.woff2') format('woff2'),
         url('../fonts/GT-Sectra-Medium-Italic.woff') format('woff'),
         url('../fonts/GT-Sectra-Medium-Italic.ttf') format('truetype'),
         url('../fonts/GT-Sectra-Medium-Italic.eot') format('embedded-opentype');
	font-style: italic, oblique;
}
@font-face {
    font-family: 'MonumentExtended-Regular';
    src: local('Monument Extended Regular'),
         url('../fonts/MonumentExtended-Regular.woff2') format('woff2'),
         url('../fonts/MonumentExtended-Regular.woff') format('woff'),
         url('../fonts/MonumentExtended-Regular.ttf') format('truetype'),
         url('../fonts/MonumentExtended-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
a:link,
a:visited {
	color: #004d40;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto-webkit-focus-ring-color;
	outline-offset: -2px;
}
a.link-directedit {
	color: white;
}
p a:link,
p a:visited {
	text-decoration: underline;
}
.btn-cta {
	align-items: center;
	border-radius: 0;
	display: grid;
	font-family: 'MonumentExtended-Regular', sans-serif;
	font-size: 0.7em;
	grid-template-columns: auto 20px;
	grid-template-rows: auto;
	letter-spacing: 3px;
	margin-top: 3em;
    margin-bottom: 3em;
	max-width: 320px;
	text-align: left;
	text-transform: uppercase;
	width: 90%;
}
a.btn-cta,
a.btn-cta:link,
a.btn-cta:visited,
.main a.btn-cta,
.main a.btn-cta:link,
.main a.btn-cta:visited {
	background: none;
	border: solid 1px rgb(28,170,149);
	color: rgb(13,79,69);
}
a.btn-cta:hover,
a.btn-cta:active,
.main a.btn-cta:hover,
.main a.btn-cta:active {
	background: rgb(28,170,149);
	color: white;
}
.icon-btn-right {
	display: inline-block;
    float: right;
    font-size: 2em;
}
.home-header-media a.btn-cta,
.home-header-media a.btn-cta:link,
.home-header-media a.btn-cta:visited {
	border: solid 2px rgb(13,79,69);
}
.home-header-media a.btn-cta:hover,
.home-header-media a.btn-cta:active,
.home-header-media a.btn-cta:focus {
	background: rgb(13,79,69);
}
a.btn-cta:link .icon-btn-right,
a.btn-cta:visited .icon-btn-right {
	color: rgb(28,170,149);
}
.home-header-media a.btn-cta:link .icon-btn-right,
.home-header-media a.btn-cta:visited .icon-btn-right {
    color: rgb(13,79,69);
}
.home-header-media a.btn-cta:hover .icon-btn-right,
.home-header-media a.btn-cta:active .icon-btn-right,
.home-header-media a.btn-cta:focus .icon-btn-right {
	color: white;
}
a.btn-cta:hover .icon-btn-right,
a.btn-cta:active .icon-btn-right,
a.btn-cta.btn-high-contrast:link .icon-btn-right,
a.btn-cta.btn-high-contrast:visited .icon-btn-right {
	color: white;
}
a.btn-cta.btn-high-contrast:hover .icon-btn-right,
a.btn-cta.btn-high-contrast:active .icon-btn-right {
	color: rgb(28,170,149);
}
a.btn-cta.btn-high-contrast:link,
a.btn-cta.btn-high-contrast:visited,
.main a.btn-cta.btn-high-contrast:link,
.main a.btn-cta.btn-high-contrast:visited {
	background: rgb(28,170,149);
	color: white;
}
a.btn-cta.btn-high-contrast:hover,
a.btn-cta.btn-high-contrast:active,
.main a.btn-cta.btn-high-contrast:hover,
.main a.btn-cta.btn-high-contrast:active {
	background: white;
	color: rgb(13,79,69);
}
a.btn-cta.btn-cta-center {
	margin-left: auto;
	margin-right: auto;
}
a.cta-hyperlink {
	font-size: 1.15em;
	letter-spacing: 1px;
}
.section-darkbg a.btn-cta,
.section-darkbg a.btn-cta:link,
.section-darkbg a.btn-cta:visited {
	background: none;
	border: solid 1px rgb(152,253,99);
	color: white;
}
.section-darkbg a.btn-cta:hover,
.section-darkbg a.btn-cta:active {
	background: rgb(152,253,99);
	border: solid 1px rgb(13,79,69);
	color: rgb(13,79,69);
}
.section-darkbg a.btn-cta:link .icon-btn-right,
.section-darkbg a.btn-cta:visited .icon-btn-right {
	color: rgb(152,253,99);
}
.section-darkbg a.btn-cta:hover .icon-btn-right,
.section-darkbg a.btn-cta:active .icon-btn-right {
	color: rgb(13,79,69);
}
.with-tophead small {
	display: block;
	font-family: 'MonumentExtended-Regular', sans-serif;
	font-size: 0.25em;
    letter-spacing: 3px;
	margin-bottom: 0.8em;
    text-transform: uppercase;
}

#header-bar-tiny {
	background: rgb(13,79,69);
	color: white;
	font-family: 'MonumentExtended-Regular', sans-serif;
	padding: 10px 40px;
	text-transform: uppercase;
}
#header-bar-tiny .university-home {
	float: left;
	font-size: 0.7em;
	letter-spacing: 3px;
}
#header-bar-tiny .nav-social {
	float: right;
}
.nav-social ul {
	margin-bottom: 0;
}
a.link-white:link,
a.link-white:visited {
	color: white;
}
a.link-white:hover,
a.link-white:active {
	color: rgb(164,255,228);
}
h2 {
	color: rgb(13,79,69);
    font-family: 'GTSectra-Regular', serif;
	font-size: 2.5em;
}
h3 {
	color: rgb(13,79,69);
    font-family: 'Fahkwang', sans-serif;
}
#header-bar-tiny a.link-white:hover,
#header-bar-tiny a.link-white:active {
	text-decoration: none;
}
#header-bar-main {
	align-items: center;
	background: rgb(31,172,148);
		background: -moz-linear-gradient(90deg, rgba(31,172,148,1) 0%, rgba(164,255,228,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(31,172,148,1) 0%, rgba(164,255,228,1) 100%);
		background: linear-gradient(90deg, rgba(31,172,148,1) 0%, rgba(164,255,228,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fac94",endColorstr="#a4ffe4",GradientType=1);
	color: white;
	display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 134px auto;
	grid-template-areas:
		"nav title"
		"media media";
	padding: 20px 40px;
}
.home-header-nav {
	grid-area: nav;
}
.home-header-title {
	grid-area: title;
}
.home-header-media {
	grid-area: media;
	margin-top: 20px;
}
.home-header-media a.btn-cta {
	margin: 1em 0;
}
@media (min-width: 800px) {
	#header-bar-main {
		grid-template-rows: auto;
		grid-template-columns: 134px auto 320px;
		padding: 20px 40px;
		grid-template-areas: "nav title media";
	}
	.home-header-media {
		margin: 0;
	}
	.home-header-media a.btn-cta {
		float: right;
		margin: 0;
	}
}

.home-header-title h1 {
	font-family: 'GTSectra-Regular', serif;
	font-size: 3.5em;
	margin: 0;
	padding: 0 20px;
}
.home-header-title a:link,
.home-header-title a:visited,
.home-header-title a:hover,
.home-header-title a:active,
.home-header-title a:focus {
	color: white;
}


		.menu-toggle {
			border: solid 2px white;
			color: white;
			cursor: pointer;
			display: inline-block;
			float: left;
			font-family: 'MonumentExtended-Regular', sans-serif;
			font-size: 0.9em;
			letter-spacing: 4px;
			line-height: 1em;
			padding: .75em 15px;
			text-transform: uppercase;
		}
		.menu-toggle:hover,
		#main-menu-checkbox:focus ~ .menu-toggle {
			background: rgb(28,170,149);
			color: white;
			outline: auto;
		}
		#main-menu-checkbox {
			position: absolute;
			left: -100vw; /* get it off the screen */
		}
		.nav-primary {
			position: absolute;
			display: none;
			left: -300px;
			top: 0;
			height: 100%;
			overflow-y: scroll;
			overflow-x: visible;
			transition: left 0.3s ease,
			box-shadow 0.3s ease;
			z-index: 999;
			background: rgb(13,79,69);
			width: 300px;
		}

		.nav-primary .mega-menu-wrap {
			/* Hide shadow w/ -8px while 'closed' */
			-webkit-box-shadow: -8px 0 8px rgba(13,79,69,.5);
			-moz-box-shadow: -8px 0 8px rgba(13,79,69,.5);
			  box-shadow: -8px 0 8px rgba(13,79,69,.5);
			min-height: 100%;
			width: 300px;
			background: rgb(13,79,69);
		}

		.nav-primary div > ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.nav-primary div > ul ul {
			background: rgba(0,0,0,0.1);
			list-style: none;
		}

		.nav-primary h3 {
			color: rgb(152,253,99);
			font-family: 'MonumentExtended-Regular', sans-serif;
			font-size: 0.6em;
			letter-spacing: 2px;
			margin-top: 4.2em;
			margin-left: 15px;
			margin-right: 15px;
			text-transform: uppercase;
		}
		.nav-primary h3 {
			margin-top: 2.5em;
		}

		.nav-primary a,
		.nav-primary a:link,
		.nav-primary a:visited,
		.nav-primary .menu-close {
			display: block;
			padding: .75em 15px;
			line-height: 1em;
			font-size: 1em;
			color: #fff;
			text-decoration: none;
			font-weight: normal;
			font-family: 'GTSectra-Regular', serif;
			font-size: 1.4em;
		}

		.nav-primary a:hover,
		.nav-primary a:focus,
		.nav-primary .menu-close:hover,
		#main-menu-checkbox:focus ~ header .menu-close {
			background: rgb(152,253,99);
			color: rgb(13,79,69);
			text-decoration: none;
		}

		.nav-section .nav-section-title:before {
			font-family: 'Font Awesome 5 Pro';
			content: "\f107";
			float: right;
			transition: all 0.5s;
		}
		.nav-section.active .nav-section-title:before {
			-webkit-transform: rotate(180deg);
			-moz-transform: rotate(180deg);
			transform: rotate(180deg);
		}

		.nav-primary .menu-close {
			position: absolute;
			right: 0;
			top: 0;
			cursor: pointer;
		}

		#main-menu-checkbox:checked ~ .nav-primary,
		.nav-primary[aria-expanded="true"] {
			left: 0;
			display: unset;
			outline: none;
			-moz-box-shadow: 3px 0 12px rgba(13,79,69,.25);
			-webkit-box-shadow: 3px 0 12px rgba(13,79,69,.25);
			box-shadow: 3px 0 12px rgba(13,79,69,.25);
		}

		#main-menu-checkbox:checked ~ .nav-primary .menu-close,
		.nav-primary[aria-expanded="true"] .menu-close {
			z-index: 1001;
		}

		#main-menu-checkbox:checked ~ .nav-primary > ul,
		#main-menu-checkbox:checked ~ .nav-primary > div,
		.nav-primary[aria-expanded="true"] > ul,
		.nav-primary[aria-expanded="true"] > div {
			position: relative;
			z-index: 1000;
		}

		#main-menu-checkbox:checked ~ .backdrop,
		.nav-primary[aria-expanded="true"] + .backdrop {
			position: absolute;
			display: block;
			content: "";
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: 998;
			background: #000;
			background: rgba(13,79,69,.55);
			cursor: default;
		}
		.if-hidden-from-default {
			display: none;
		}

		@supports (position: fixed) {
			.nav-primary,
			#main-menu-checkbox:checked ~ .backdrop,
			.nav-primary[aria-expanded="true"] + .backdrop {
				position: fixed;
			}
		}
	@media (max-width: 775px) {
		.if-hidden-from-default {
			display: block;
		}
		.menu-toggle {
			float: none;
		}
		.nav-primary div > ul ul {
			padding-left: 0;
		}
	}

#nav-link-search:before {
	font-family: 'Font Awesome 5 Pro';
	content: "\f002";
	float: right;
}

.news-grid-3,
.news-grid-6 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.news-card {
	display: grid;
	grid-template-rows: 200px auto;
	grid-template-columns: 1fr;
}
.news-card-image {
	background: rgb(13, 79, 69);
}
.news-card-caption {
	border-left: solid 1px #1CAA95;
	border-right: solid 1px #1CAA95;
	border-bottom: solid 1px #1CAA95;
	padding: 6px 1em 1.2em;
}
.news-card-caption h3 {
	font-size: 18px;
}
.news-card-caption a:link,
.news-card-caption a:visited,
.news-card-caption a:hover,
.news-card-caption a:active,
.news-card-caption a:focus {
	display: block;
}
@media (min-width: 651px) {
	.header-grid {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 1fr;
		align-items: baseline;
	}
	.header-grid p {
		text-align: right;
	}
	.news-grid-6 .grid {
		display: grid;
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 24px;
	}
	.news-grid-3 .grid {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 24px;
	}
}
@media (min-width: 951px) {
	.news-grid-6 .grid {
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.news-card-caption {
		padding: 6px 2em 1.5em;
	}
}

.media-contact-bg {
	background: rgb(13,79,69);
	margin-bottom: 30px;
}
.media-contact {
	color: white;
	padding: 1em 2em;
	font-family: 'GTSectra-Regular';
}
.media-contact h2 {
	color: white;
	margin-top: 0;
	margin-bottom: 0;
}
.media-contact-info p {
	margin: 0;
}
.media-contact a:link,
.media-contact a:visited {
	color: #2BFEBB;
}
@media (min-width: 700px) {
	.media-contact {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: 30% auto;
		align-items: center;
		grid-gap: 20px;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.media-contact header {
		padding: 0.75em auto;
		border-right: solid 1px rgb(152,253,99);
	}
	.media-contact-info {
		font-size:1.4em;
	}
}

section.interior {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 2em;
}

.fw-bg {
	background: rgb(13,79,69);
    color: white;
}
.fw-bg section.interior {
	font-family: 'GTSectra-Regular';
	font-size: 1.5em;
	line-height: 1.2;
}
.fw-bg h2 {
	color: white;
	font-family: inherit;
	margin: 1em;
}
.fw-bg a:link,
.fw-bg a:visited {
	color: #2BFEBB;
	text-decoration: underline;
}
.fw-bg a:hover,
.fw-bg a:active,
.fw-bg a:focus {
	color: white;
	text-decoration: none;
}
.fw-bg li {
	margin-bottom: 3px;
}

@media (min-width: 800px) {
    .interior-columned {
		align-items: center;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 30% auto;
		grid-gap: 20px;
    }
	.interior-col:first-child {
		border: solid 1px rgb(152,253,99);
	}
	
}

.header-big, .header-small {
	display: block;
}
.header-big {
    font-weight: bold;
    font-size: 1.2em;
}

.interior {
	font-family: 'GTSectra-Regular',serif;
	font-size: 1.3em;
}
.interior > p {
	width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.expert-unit {
	margin-bottom: 30px;
}
.expert-unit h3 {
	font-family: 'GTSectra-Regular', serif;
    border-bottom: solid 2px #93FA65;
    max-width: 350px;
    font-size: 1.6em;
    padding: 20px 0;
}
.expert-unit h4 {
	font-weight: bold;
}
@media (min-width: 800px) {
	.featured {
		display: grid;
		grid-template-areas: "fcopy fimg";
		grid-template-columns: auto 45%;
		grid-gap: 40px;
		margin-bottom: 40px;
	}
	.featured-img {
		grid-area: fimg;
	}
	.featured-copy {
		grid-area: fcopy;
	}
	.expert-unit {
		display: grid;
		grid-template-areas: "eimg ecopy";
		grid-template-columns: 34% auto;
		grid-gap: 40px;
		margin-bottom: 60px;
	}
	.expert-unit-img {
		grid-area: eimg;
	}
	.expert-unit-copy {
		grid-area: ecopy;
	}
}

.btn-expert-custom {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	max-width: 450px;
}
@media (max-width: 900px) {
	.page-numeral {
		display: none;
	}
}
@media (max-width: 775px) {
    #header-bar-main {
        padding: 6px;
        grid-template-rows: auto 1fr auto;
        grid-template-columns: auto;
        grid-template-areas:
        "nav"
        "title"
        "media";
    }
    .home-header-title h1 {
        font-size: 2.8em;
        padding: 6px 0;
    }
    .home-header-nav, .interior-header-nav {
        text-align: left;
    }
}
@media (max-width:700px) {
	.nav-social {
		display: none;
	}
}

section.news-story {
	margin-bottom: 3em;
}