@charset "UTF-8"; /*!
* Bootstrap v4.0.0-beta (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

@media print {
	*,
	::after,
	::before {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
}

@media print {
	.row {
		display: block !important;
		-webkit-flex-wrap: block !important;
		-ms-flex-wrap: block !important;
		flex-wrap: nowrap !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	#side-bar-navigation {
		display: none !important;
	}
	.collapse {
		display: block;
	}
	*,
	::after,
	::before {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important;
	}
	#header,
	.footer {
		display: none !important;
	}
	.content-header-container h1 {
		font-size: 2rem !important;
	}

	@page {
		margin: 2cm !important;
	}
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* font-family: sans-serif; */
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	font-size: 100%;
}
*,
::after,
::before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
/*	background-color: #f7f7f7;*/
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	margin: 2rem auto; /* Retain the larger margin for consistent spacing */
	border: 0.5px solid #000; /* Retain the defined border */
	clear: both; /* Retain the clear property */
	-webkit-box-sizing: content-box; /* Retain box-sizing properties */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0; /* Retain height and overflow properties */
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.75rem;

}
abbr[data-original-title],
abbr[title] {
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
	margin-left: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
	margin-left: 15px;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 15px !important;
}
blockquote {
	width: 100%;
	clear: both;
	background: #f9f9f9;
	border-left: 10px solid #f2be19;
	margin: 0 0 2.5rem 2.5rem;
	padding: 0.5em 10px;
}
dfn {
	font-style: italic;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
	color: #4a4a4a;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #002e6d;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #000e21;
	text-decoration: underline;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
pre {
	display: block; /* Ensures the <pre> is displayed as a block element */
	margin-top: 0; /* Retain the margin-top from both rules */
	margin-bottom: 1rem; /* Retain the margin-bottom for spacing */
	overflow: auto; /* Retain overflow for scrollable content */
	font-size: 90%; /* Retain font-size for readability */
	color: #4a4a4a; /* Retain text color for consistent styling */
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	width: 100%;
}
svg:not(:root) {
	overflow: hidden;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
table {
	border-collapse: collapse;
	width: 100%;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-align: left;
	caption-side: bottom;
	font-size: 0.875rem;
	line-height: 1.313rem;
	color: #6b6b6b;
}
th {
	text-align: left;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button:focus {
	outline: 1px dotted; /* Fallback for all browsers */
}
button:focus::-webkit-focus-ring {
	outline: 5px auto -webkit-focus-ring-color; /* WebKit-specific */
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: button;
	appearance: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
	-webkit-appearance: listbox;
	appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
	appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	padding: 5px 0 5px 0;
	line-height: 1.1;
	color: inherit;
}
.h1,
h1 {
	font-size: 2.5rem;
}
.h2,
h2 {
	font-size: 2.2rem;
	line-height: 2.375rem;
	font-weight: 500 !important;
	color: #046a38;
	font-style: normal;
	padding-top: 30px;
}

.h3,
h3 {
	font-size: 1.75rem;
	line-height: 1.813rem;
	font-weight: 500 !important;
	font-style: normal;
	color:#000;
}

.h4,
h4 {
	font-size: 1.35rem;
	line-height: 1.75rem;
	font-weight: 500;
	font-style: normal;
	color: #000;
}

.h5,
h5 {
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 500;
	font-style: normal;
	color: #000;
}

.h6,
h6 {
	font-size: 1rem;
	line-height: 1.438rem;
	font-weight: 500;
	font-style: normal;
	color: #000;
}
.lead {
	font-size: 1.5rem;
	font-weight: 400;
	line-height:2rem;}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.1;
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.1;
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.1;
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1;
}
.small,
small {
	font-size: 80%;
	font-weight: 400;
}
.mark,
mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 5px;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #4a4a4a;
}
.blockquote-footer::before {
	content: "\2014 \00A0";
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	max-width: 100%;
	height: auto;
}
.figure {
	display: inline-block;
}
.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}
.figure-caption {
	font-size: 90%;
	color: #4a4a4a;
}
code {
	padding: 0.2rem 0.4rem;
	font-size: 90%;
	color: #bd4147;
	background-color: #4a4a4a;
}
a > code {
	padding: 0;
	color: inherit;
	background-color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 90%;
	color: #fff;
	background-color: #4a4a4a;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.row {
	display: -webkit-flex; /* For older Safari */
	display: -ms-flexbox; /* For older IE */
	display: flex; /* Standard for modern browsers */
	-webkit-flex-wrap: wrap; /* For older Safari */
	-ms-flex-wrap: wrap; /* For older IE */
	flex-wrap: wrap; /* Standard for modern browsers */
	margin-right: -15px;
	margin-left: -15px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12;
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
}
.table {
	width: 100%;
	max-width: 100%;
	background-color: transparent;
}
.table td,
.table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
.table thead th {
	vertical-align: bottom;
/*	border-right: 1px solid #23362b; */
	border-top: 1px solid #046a38;
	border-bottom: 1px solid #046a38;
	font-size: 18.66px;
}
.table tbody + tbody {
	border-top: 2px solid #4a4a4a;
}
.table .table {
	background-color: #f7f7f7;
}
.table-sm td,
.table-sm th {
	padding: 0.3rem;
}
.table-bordered {
	border: 1px solid #4a4a4a;
}
.table-bordered td,
.table-bordered th {
	border: 1px solid #4a4a4a;
}
.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
	/* background-color: rgba(0, 0, 0, 0.05); */
	background-color: #fff;
}
.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
	background-color: #b8c4d6;
}
.table-hover .table-primary:hover {
	background-color: #a8b7cd;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #a8b7cd;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
	background-color: #ccc;
}
.table-hover .table-secondary:hover {
	background-color: #bfbfbf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #bfbfbf;
}
.table-success,
.table-success > td,
.table-success > th {
	background-color: #c3e6cb;
}
.table-hover .table-success:hover {
	background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
	background-color: #bee5eb;
}
.table-hover .table-info:hover {
	background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
	background-color: #ffeeba;
}
.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
	background-color: #f2b8bf;
}
.table-hover .table-danger:hover {
	background-color: #eea2ac;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #eea2ac;
}
.table-light,
.table-light > td,
.table-light > th {
	background-color: #fdfdfd;
}
.table-hover .table-light:hover {
	background-color: #f0f0f0;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #f0f0f0;
}
.table-dark,
.table-dark > td,
.table-dark > th {
	background-color: #ccc;
}
.table-hover .table-dark:hover {
	background-color: #bfbfbf;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #bfbfbf;
}
.table-active,
.table-active > td,
.table-active > th {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}
.thead-inverse th {
	color: #f7f7f7;
	background-color: #4a4a4a;
}
.thead-default th {
	color: #4a4a4a;
	background-color: #4a4a4a;
}
.table-inverse {
	color: #f7f7f7;
	background-color: #4a4a4a;
}
.table-inverse td,
.table-inverse th,
.table-inverse thead th {
	border-color: #5d5d5d;
}
.table-inverse.table-bordered {
	border: 0;
}
.table-inverse.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}
.table-inverse.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 991px) {
	.table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive.table-bordered {
		border: 0;
	}
}
/* stylelint-disable declaration-block-no-duplicate-properties */
.form-control {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #595959;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border: 1px solid #eaeaea;
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:focus {
	color: #4a4a4a;
	background-color: #fff;
	border-color: #002e6d;
	outline: 0;
}
.form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #595959;
}
.form-control::-moz-placeholder {
	opacity: 1;
	color: #595959;
}
.form-control:-ms-input-placeholder {
	opacity: 1;
	color: #595959;
}
.form-control::-ms-input-placeholder {
	opacity: 1;
	color: #595959;
}
.form-control::placeholder {
	opacity: 1;
	color: #595959;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #4a4a4a;
	opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
	color: #4a4a4a;
	background-color: #fff;
}
.form-control-file,
.form-control-range {
	display: block;
}
.col-form-label {
	padding-top: calc(0.5rem - 1px * 2);
	padding-bottom: calc(0.5rem - 1px * 2);
	margin-bottom: 0;
}
.col-form-label-lg {
	padding-top: calc(0.5rem - 1px * 2);
	padding-bottom: calc(0.5rem - 1px * 2);
	font-size: 1.25rem;
}
.col-form-label-sm {
	padding-top: calc(0.25rem - 1px * 2);
	padding-bottom: calc(0.25rem - 1px * 2);
	font-size: 0.875rem;
}
.col-form-legend {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0;
	font-size: 1rem;
}
.form-control-plaintext {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0;
	line-height: 1.25;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn {
	padding-right: 0;
	padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.3125rem + 2px);
}
.form-group {
	margin-bottom: 1rem;
}
.form-text {
	display: block;
	margin-top: 0.25rem;
	font-size: 14px;
}
.form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.form-check {
	position: relative;
	display: block;
	margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
	color: #4a4a4a;
}
.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
}
.form-check-input {
	position: absolute;
	margin-top: 0.25rem;
	margin-left: -1.25rem;
}
.form-check-input:only-child {
	position: static;
}
.form-check-inline {
	display: inline-block;
}
.form-check-inline .form-check-label {
	vertical-align: middle;
}
.form-check-inline + .form-check-inline {
	margin-left: 0.75rem;
}
.invalid-feedback {
	display: none;
	margin-top: 0.25rem;
	font-size: 0.875rem;
	color: #d0011b;
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	width: 250px;
	padding: 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(208, 1, 27, 0.8);
	border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
	border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip,
.form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip {
	display: block;
}
.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
	color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
	background-color: rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
	color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control,
.was-validated .custom-file-input:valid ~ .custom-file-control {
	border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control::before,
.was-validated .custom-file-input:valid ~ .custom-file-control::before {
	border-color: inherit;
}
.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
	border-color: #d0011b;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(208, 1, 27, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(208, 1, 27, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
	display: block;
}
.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
	color: #d0011b;
}
.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator {
	background-color: rgba(208, 1, 27, 0.25);
}
.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
	color: #d0011b;
}
.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
	border-color: #d0011b;
}
.custom-file-input.is-invalid ~ .custom-file-control::before,
.was-validated .custom-file-input:invalid ~ .custom-file-control::before {
	border-color: inherit;
}
.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(208, 1, 27, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(208, 1, 27, 0.25);
}
.form-inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap !important;
	-ms-flex-flow: row nowrap !important;
	flex-flow: row nowrap !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group {
		width: auto;
	}
	.form-inline .form-control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	.form-inline .form-check-label {
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
	}
	.form-inline .custom-control-indicator {
		position: static;
		display: inline-block;
		margin-right: 0.25rem;
		vertical-align: text-bottom;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

/* .btn {
display: inline-block; 
position: relative;
max-width: 100%;
width: 100%; 
border: 1px solid #003478;
background: 0 0;
text-align: center;
text-transform: uppercase;
font-size: 1rem;
line-height: 1.25;
color: #003478;
font-weight: 600; 
text-decoration: none;
padding: 0.5rem 1rem; 
margin: 1rem 0 1rem 0;
border-radius: 0;
word-wrap: normal;
white-space: normal;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
} */

.btn:focus,
.btn:hover {
	text-decoration: none;
}
.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.25);
	box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.25);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}
.btn.active,
.btn:active {
	background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
/*a.btn {
	border: inherit;
}*/
.btn-primary {
	background-color: #046a38;
	border-color: #046a38;

	/* padding: .6rem 1rem; */
}
.btn-primary:hover {
	background-color: #004b25;
	border: 1px solid #004b25;
}
.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.5);
	box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.5);
	color: #fff;}
.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #002e6d;
	border-color: #002e6d;
}
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
	background-color: #001e47;
	background-image: none;
	border-color: #00183a;
}
.btn-outline-primary {
	color: #00692e;
	border-color: #00692e;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:active:focus {
	color: #fff;
	background-color: #00692e;
	border-color: #00692e;
}
.btn-secondary {
	background-color: #ffda00;
	border-color: #ffda00;
	color: #212529;
}
.btn-secondary:hover {
	background-color: #e2b51f;
	border: 1px solid #e2b51f;
	color: #212529;
}
.btn-secondary.focus,
.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.5);
	box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #4a4a4a;
	border-color: #4a4a4a;
}
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
	background-color: #373737;
	background-image: none;
	border-color: #313131;
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
	background-color: #218838;
	background-image: none;
	border-color: #1e7e34;
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
	background-color: #138496;
	background-image: none;
	border-color: #117a8b;
}
.btn-warning {
	color: #111;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:hover {
	color: #111;
	background-color: #e0a800;
	border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
	background-color: #e0a800;
	background-image: none;
	border-color: #d39e00;
}
.btn-danger {
	color: #fff;
	background-color: #d0011b;
	border-color: #d0011b;
}
.btn-danger:hover {
	color: #fff;
	background-color: #aa0116;
	border-color: #9d0114;
}
.btn-danger.focus,
.btn-danger:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(208, 1, 27, 0.5);
	box-shadow: 0 0 0 3px rgba(208, 1, 27, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #d0011b;
	border-color: #d0011b;
}
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
	background-color: #aa0116;
	background-image: none;
	border-color: #9d0114;
}
.btn-light {
	background-color: #eaeaea;
	border-color: #eaeaea;
	color: #000; /* Optional: adjust text color for contrast */
}
.btn-light:hover,
.btn-light:focus {
	background-color: #dcdcdc; /* Slightly darker for hover */
	border-color: #dcdcdc;
	color: #000;
}
.btn-light.focus,
.btn-light:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(247, 247, 247, 0.5);
	box-shadow: 0 0 0 3px rgba(247, 247, 247, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
	background-color: #e4e4e4;
	background-image: none;
	border-color: #dedede;
}
.btn-dark {
	color: #fff;
	background-color: #4a4a4a;
	border-color: #4a4a4a;
}
.btn-dark:hover {
	color: #fff;
	background-color: #373737;
	border-color: #313131;
}
.btn-dark.focus,
.btn-dark:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.5);
	box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #4a4a4a;
	border-color: #4a4a4a;
}
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
	background-color: #373737;
	background-image: none;
	border-color: #313131;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #00692e;
	border-color: #00692e;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.5);
	box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #002e6d;
	background-color: transparent;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #00692e;
	border-color: #00692e;
}
.btn-outline-secondary {
	color: #4a4a4a;
	background-color: transparent;
	background-image: none;
	border-color: #4a4a4a;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #4a4a4a;
	border-color: #4a4a4a;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.5);
	box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #4a4a4a;
	background-color: transparent;
}
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #4a4a4a;
	border-color: #4a4a4a;
}
.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}
.btn-outline-success.active,
.btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}
.btn-outline-info.active,
.btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
}
.btn-outline-warning:hover {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}
.btn-outline-warning.active,
.btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-danger {
	color: #d0011b;
	background-color: transparent;
	background-image: none;
	border-color: #d0011b;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #d0011b;
	border-color: #d0011b;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(208, 1, 27, 0.5);
	box-shadow: 0 0 0 3px rgba(208, 1, 27, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #d0011b;
	background-color: transparent;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #d0011b;
	border-color: #d0011b;
}
.btn-outline-light {
	color: #f7f7f7;
	background-color: transparent;
	background-image: none;
	border-color: #f7f7f7;
}
.btn-outline-light:hover {
	color: #fff;
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(247, 247, 247, 0.5);
	box-shadow: 0 0 0 3px rgba(247, 247, 247, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f7f7f7;
	background-color: transparent;
}
.btn-outline-light.active,
.btn-outline-light:active,
.show > .btn-outline-light.dropdown-toggle {
	color: #fff;
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}
.btn-outline-dark {
	color: #4a4a4a;
	background-color: transparent;
	background-image: none;
	border-color: #4a4a4a;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #4a4a4a;
	border-color: #4a4a4a;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.5);
	box-shadow: 0 0 0 3px rgba(74, 74, 74, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #4a4a4a;
	background-color: transparent;
}
.btn-outline-dark.active,
.btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #4a4a4a;
	border-color: #4a4a4a;
}
.btn-link {
	font-weight: 400;
	color: #002e6d;
	border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
	background-color: transparent;
}
.btn-link,
.btn-link:active,
.btn-link:focus {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link:hover {
	border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
	color: #000e21;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link:disabled {
	color: #4a4a4a;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
	text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.125rem;
}
.btn-group-sm > .btn,
.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.btn-block {
	display: block;
	width: 100% !important;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.show {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.show {
	display: block;
/*	background: #fafafa; */ }
tr.collapse.show {
	display: table-row;
}
tbody.collapse.show {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.dropdown,
.dropup {
	position: relative;
}
.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
	border-top: 0;
	border-bottom: 0.3em solid;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #4a4a4a;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #4a4a4a;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #4a4a4a;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #3d3d3d;
	text-decoration: none;
	background-color: #4a4a4a;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #002e6d;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #4a4a4a;
	background-color: transparent;
}
.show > a {
	outline: 0;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #4a4a4a;
	white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-bottom: 0;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
	z-index: 2;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
	z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn + .dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split::after {
	margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.btn-group-vertical {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 1rem auto;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
	z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.input-group-addon,
.input-group-btn {
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #4a4a4a;
	text-align: center;
	background-color: #4a4a4a;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
	margin-top: 0;
}
.input-group-addon:not(:last-child) {
	border-right: 0;
}
.form-control + .input-group-addon:not(:first-child) {
	border: 0;
	background: 0 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
	z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
	margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
	z-index: 3;
}
.custom-control {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	margin-right: 1rem;
}
.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
	color: #fff;
	background-color: #002e6d;
}
.custom-control-input:focus ~ .custom-control-indicator {
	-webkit-box-shadow: 0 0 0 1px #f7f7f7, 0 0 0 3px #002e6d;
	box-shadow: 0 0 0 1px #f7f7f7, 0 0 0 3px #002e6d;
}
.custom-control-input:active ~ .custom-control-indicator {
	color: #fff;
	background-color: #217eff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
	background-color: #4a4a4a;
}
.custom-control-input:disabled ~ .custom-control-description {
	color: #4a4a4a;
}
.custom-control-indicator {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-indicator {
	background-color: #002e6d;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-indicator {
	border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-controls-stacked {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.custom-controls-stacked .custom-control {
	margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
	margin-left: 0;
}
.custom-select {
	display: inline-block;
	max-width: 100%;
	color: #4a4a4a;
	height: calc(2.25rem + 2px);
	vertical-align: middle;
	background: #fff
		url('data:image/svg+xml;charset=utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 952.38"><g id="khgtJn"><image id="khgtJn-2" data-name="khgtJn" width="512" height="512" transform="translate(0 0)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIBCAYAAAA/JAdfAAAACXBIWXMAAAsSAAALEgHS3X78AAAdwklEQVR4Xu3dfbS1aV0XcNAIeVGQkEiX1lrZWtlKWv1BrZb+A4mSEgKFiRFkVKZGqJURYChFJSaohNnrSpzhzHXmPM/MANMwJBYv8mIoZJICurRlS21FK8kwEZjpumb2mXnmmfOc733O2Xvf133dnz8+nGHmu/c5+96/fX1/85x9zjzgzjvvfAAAsC4xAACMJwYAgPHEAAAwnhgAAMYTAwDAeGIAABhPDAAA44kBAGA8MQAAjCcGAIDxxAAAMJ4YAADGEwMAwHhiAAAYTwwAAOOJAQBgPDEAAIwnBgCA8cQAADCeGAAAxhMDAMB4YgAAGE8MAADjiQEAYDwxAACMJwYAgPHEAAAwnhgAAMYTAwDAeGIAABhPDAAA44kBAGA8MQAAjCcGAIDxxAAAMJ4YAADGEwMAwHhiAAAYTwwAAOOJAQBgPDEAAIwnBgCA8cQAADCeGAAAxhMDAMB4YgAAGE8MAADjiQEAYDwxAACMJwYAgPHEAAAwnhgAAMYTAwDAeGIAABhPDAAA44kBAGA8MQAAjCcGAIDxxAAAMJ4YAADGEwMAwHhiAAAYTwwAAOOJAQBgPDEAAIwnBgCA8cQAADCeGAAAxhMDAMB4YgAAGE8MAADjiQEAYDwxAACMJwYAgPHEAAAwnhgAAMYTAwDAeGIAABhPDAAA44kBAGA8MQAAjCcGAIDxxAAAMJ4YAADGEwMAwHhiAAAYTwwAAOOJAQBgPDEAAIwnBgCA8cQAADCeGAAAxhMDAMB4YgAYx9HlWz7joBx9wQ2Hlx5fPWXj8e3vvfa6gwen2wPjiAFgWWqZP6jcePmJ1StquR/Vj2+rHz9Y/Xr96zuD/139XPXW6rB6eb2/L731tts/PX1eYFliAOjf9QeHj6ll/dzqxuqjE4r+rP5XdX31ddWj0tcD9C8GgD7VIv699d/qX1K9u/rUhBLflk/Wz/f2+vGFh0c3fW76OoE+xQDQl4Ny9Ohavq+qJfxbE8p6136zekXxpwKwODEA9OHyzW94WC3a7yi7+SP+C2nvL2h/GnHd68rD0+MA+hADwLw2b+r75urXUhHPrS4B/6N6gZ8ogP7FADCfWqpPrIX686l4e1O/5v9WPTU9PmA+MQDMoxbpN1afSGXbsTvqEvBd9bE8MD1WYP9iANiv9jP3tThfPaFgF6E+ljcclKNHpMcN7FcMAPtzdPmWR9bSfHMq1aVpv4iofvyi9PiB/YkBYD9qQX5hufu38MVCXaj/Uz0tXQdgP2IA2L2DcvSEcvdv20slunR3VC+70/sCYHYxAOxWLcQnd/JLffbpB++0BMCsYgDYnbLO8j9mCYAZxQCwG2Xd5X+X+vhfc6clAGYRA8D2FeV/j80SEK8ZsF0xAGxXUf73YwmA/YsBYHuK8j/NP03XD9ieGAC2oyj/KSwBsCcxAFxcUf5nYQmAPYgB4GKK8j+z9t9CSNcVuJgYAM6vKP9zswTAbsUAcD5F+W/DD6TrDJxPDABnV5T/NlkCYAdiADibovx3wRIAWxYDwHRF+e/S96frD0wXA8A0RfnvgyUAtiQGgKwo/72p1/n70vMBZDEAnK4o/72zBMDFxQBwbUX5z8YSABcTA8DJivLvwavS8wScLAaA+yvKvyeWADiHGADuqyj/HlkC4IxiALhXUf49e2V6/oB7xQBwt6L8l8ASABPFAKD8l6Q+T9+bnk/AAgBRUf6LYwmALAZgzYryXyxLAJwuBmCtivIfwT9JzzOsVQzAGhXlPxJLAJwgBmBtivIfTn0+vyc977A2MQBrUpT/sCwBcF8xAGtRlP/wLAFwrxiANSjKf01ekeYB1iAGYHRF+a+RJYDViwEYWVH+a/bdaT5gZDEAoyrKH0sAKxYDMKKi/LmXJYBVigEYTVH+XKXOwz9OcwOjiQEYSVH+XIMlgLWJARhFUf5k/yjNEYwiBmAERfkznSWAVYgBWLqi/Dk7SwDDiwFYsqL8Oac6N/8wzRcsWQzAUhXlzwVZAhhZDMASFeXP9rw8zRssUQzA0hTlz/ZZAhhODMCSFOXP7lgCGEoMwFIU5c/u/YM0h7AUMQBLUJQ/+2MJYAgxAL0ryp89q/P299NcQu9iAHpWlD8zsQSwdDEAvSrKn5lZAliyGIAeFeVPP16W5hV6FAPQm6L86Y8lgMWJAehJUf50qs7ld6X5hZ7EAPSiKH86ZwlgSWIAelCUPwthCWApYgDmVpQ/y/Odaa5hbjEAcyrKn+X6zjTfMKcYgLkU5c/yvTTNOcwlBmAORfkzjpemeYc5xADsW1H+jOelae5h32IA9qkofwZV5/rvpfmHfYoB2Jei/BmcJYCexADsQ1H+rMd3pNcD7EMMwK4V5c/6WAKYXQzALhXlz0rVuX9Jen3ALsUA7EpR/qycJYA5xQDsQlH+cBdLAHOJAdi2ovzhai9OrxvYthiAbSrKH67FEsBexQBsS1H+kLwovY5gW2IAtqEof5jKEsBexABcVFH+cFaWAHYuBuAiivKHc6mvm7+bXl9wETEA51WUP1yIJYBdigE4j6L8YVtemF5vcB4xAGdVlD9smyWArYsBOIui/GFXLAFsVQzAVEX5w07V19ffSa9DmCoGYIqi/GEvLAFsSwxAUpQ/7Nu3p9clJDEApynKH+ZiCeBCYgCupSh/mJslgHOLAThJUf7Qi7+dXq9wkhiAqxXlD72xBHBmMQBXKsofulRfl38rvX7hSjEAx4ryh65ZAjiLGICmKH9YBEsAU8UAFOUPS/M30+saYoB1K8oflsoSwKligPUqyh+WzhLANcUA61SUPwyhvo6/Lb3eWacYYH2K8oehWAI4SQywLkX5w6i+Nb3+WZcYYD2K8ofRWQK4RwywDkX5w1pYArhLDDC+ovxhbb4lnQuMLwYYW1H+sFaWgJWLAcZVlD+sWn39vyCdE4wrBhhTUf7AjZaANYsBxlOUP3AFS8A6xQBjKcofONnfSOcHY4kBxlGUP3A6S8CKxABjKMofmMYSsBIxwPIV5Q+czfPTucLyxQDLVpQ/cD6WgMHFAMtVlD9wAfX8+OvpnGG5YoBlKsof2AJLwLhigOUpyh/YIkvAmGKAZSnKH9iNb07nD8sSAyxHUf7AblkCBhIDLENR/sAe1HPmm9J5xDLEAP0ryh/YI0vAGGKAvhXlD8zAErB8MUC/ivIH5nNH9Y3pnKJfMUCfivIH5mcJWLAYoD9F+QP9sAQsVAzQl6L8gf60JeCvpfOLvsQA/SjKH+iXJWBhYoA+FOUP9O+Oek59QzrP6EMMML+i/IHlsAQsRAwwr6L8geWxBCxADDCfovyB5WrvCfir6ZxjPjHAPIryB5bPEtCxGGD/ivIHxmEJ6FQMsF9F+QPjae8J+Cvp/GO/YoD9KcofGJcloDMxwH4U5Q+MzxLQkRhg94ryB9ajvSfgL6dzkd2LAXarKH9gfSwBHYgBdqcof2C92hLwvHROsjsxwG4U5Q9gCZhRDLB9RfkDHLMEzCQG2K6i/AGu1n464C+l85PtigG2pyh/gGuxBOxZDLAdRfkDJJaAPYoBLq4of4BJ6ln5qfrx69O5ysXFABdTlD/AmVgC9iMGOL+i/OnbhzdSDvbOErB7McD5FOVP3z58/cHh5zXFEkCn2hJQ/cV03nI+McDZFeVP3+4q/+N5tQTQM0vA7sQAZ1OUP3370JXlf2yzBHxowu1h7zbfDnhuOn85mxhguqL86duJ5X/MEkDPLAHbFwNMU5Q/fTu1/I9ZAuiZJWC7YoCsKH/69qHDo5s+N83xsZYtlgA6tVkCnpPmmCwGOF1R/nSszuYHz1L+x9pt2m3T/cMcLAHbEQNcW1H+dOy85X/MEkDPLAEXFwOcrCh/OnbR8j9mCaBnmx8R/AtpjjlZDHB/RfnTsVbYB+Xo96Q5nqrdlyWAXlkCzi8GuK+i/Onbz22z/I+1+2z3PeHzw95ZAs4nBrhXUf70bSflf8wSQM827wl4dppj7hUD3K0of/q20/I/ZgmgZ5aAs4kBlD99q7P5s0eXb3lsmuNtaZ+rfc70dcEcLAHTxcDaFeVPx/Zd/scsAfRs856AP5/meO1iYM2K8qdjc5X/MUsAnfukJeB0MbBWRfnTsbnL/5glgM5ZAk4RA2tUlD99+689lP+x9rW0r2nC1w1z+GT1dWmO1ygG1qYof/rWivZ3pznet/Y1FUsA/bIEnCAG1qQof/rWZfkfK5YA+mYJuEoMrEVR/vTtA6Xj8j9W7l4CPjDh8cAc2hLwrDTHaxEDa1CUP31bRPkfK5YA+mYJ2IiB0RXlT98WVf7HiiWAvrWfDvjaNMeji4GRFeVP3z5w/cHhY9Ic96p97cUSQL9WvwTEwKiK8qdjdTZ/Zsnlf6w9hvZY0uOFmax6CYiBERXlT8dGKf9jlgA6194T8OfSHI8oBkZTlD8dG638j1kC6Nwql4AYGElR/vTtv9x46ebPSXO8VO2xtcc44TrAHFa3BMTAKIryp29Dl/8xSwCda+8J+Jo0x6OIgREU5U/fVlH+xywBdG41S0AMLF1R/vRtVeV/zBJA5z6xhiUgBpasKH86Vmfzp9dY/sfaY2/XIF0nmMknqmemOV6yGFiqovzpWCu+g3L06DTHo2vXwBJAx4ZeAmJgiYryp2PK/74sAXRu2CUgBpamKH/69p+V//21a9KuzYTrB3NoS8CfTXO8NDGwJEX50zflfwpLAJ0bbgmIgaUoyp++Kf8JLAF0bqglIAaWoCh/+vb+Sze9/nelOeZu7Vq1azbhusIc2o8I/pk0x0sQA70ryp++Kf9zsATQuSGWgBjoWVH+9E35X4AlgM4tfgmIgV4V5U/flP8WWALoXHtPwDPSHPcqBnpUlD8dq7P5PuW/Pe1atmuarjvMZLFLQAz0pih/OrYpqkelOeZs2jW1BNCxRS4BMdCTovzpmPLfrWIJoGN1Nn+7enqa457EQC+K8qdvP1WU/861a7y51un5gL1b2hIQAz0oyp++Kf89KpYAOrakJSAG5laUP31T/jMolgA61paA+vFpaY7nFgNzKsqfjtXZ/Mmi/GdT7n5PwE+m5wnmsIQlIAbmUpQ/HWvFc/3B4WenOWa32nNgCaBXvS8BMTCHovzpmPLviyWAnm2WgK9OczyHGNi3ovzp23uVf3/ac9KemwnPH+xdr0tADOxTUf70Tfl3zBJAz3pcAmJgX4ryp2/KfwEsAfRs8yOCT01zvC8xsA9F+dO3/3R0+ZZHpjmmD+25as/ZhOcV9q6nJSAGdq0of/qm/BfIEkDnPt7DEhADu1SUP31T/gtmCaBzsy8BMbArRfnTN+U/AEsAnft49afTHO9KDOxCUf50rM7mTyj/cbTnsj2n6XmHmcy2BMTAthXlT8eU/5gsAXRuliUgBrapKH861grioBw9Is0xy9SeW0sAHWvvCXhKmuNtioFtKcqfvr1H+Y+vPcftuZ4wDzCHvS4BMbANRfnTN+W/IpYAOre3JSAGLqoof/qm/FfIEkDnPn54dNNXpTm+qBi4iKL86VidzXcr//XavCfg3WlOYCY7XwJi4LyK8qdj7eC/+fW3flaaY8bWZsASQMd2ugTEwHkU5U/HlD9XsgTQs02XfmWa4/OIgbMqyp++vUv5c7U2E202JswP7N2uloAYOIui/Omb8ueaLAH0bBdLQAxMVZQ/fVP+RJYAetY6tvpTaY6nioEpivKnb+9U/ky1WQLeOWGuYO+2uQTEQFKUP3175+HRTZ+Z5hiu1GamWALo1LaWgBg4TVH+9E35c26WAHq26d4npzk+TQxcS1H+dKzO5o8rfy6qzVCbpTRvMIeLLgExcJKi/OmY8mebLAH07CJLQAxc7aAcfbnyp1fKn12wBNCz1smtm9McXy0GrlQ/wRfXT/Qb6YuBmbxD+bMrm/cEvGPCHMLetW5uHZ3m+EoxcOz6g8PH1E/yS+mLgJm847rXlYenOYaLaDNWLAH065daV6c5PhYDzWuvO3iwP/6iY8qfvbEE0LPW1a2z0xw3MdDUO/2R9ElhDnXY36782bc2c2320nzCTH4kzXATA/WOXjThk8HeKX/mZAmgcy9KM3zqP6x38IzqjgmfCPbtbcqfuW2+HfC2CfMK+9a6+xmnze81/8FBOfqCut1+bMIngX1T/nTDEkCvWoe3Lr/W7F5zqOuNfzjdOcxA+dMdSwAd++Frze2Jf7Pe4HF1c/jUhDuGfXrr5Zvf8LB0GMMc2my2GZ0wx7A3my5/3Ekze+Ig1/Bt6U5hz5Q/3bME0KnbTprX+/2NGnzihDuDfVL+LIYlgE498epZvXp4H1hD751wR7AXNxxe+o/Kn6VpM9tmN8037NF762w+8Mo5vc/Q1sCzJtwJ7IXyZ8ksAXToWVfO6H0Gtv7DD0+4A9g55c8ILAF05sNXzuc9f3F4dNMfmXBj2If/cFCOHpoOV1iCNsttpifMPexc6/rj2bxnSOuW+pJ0Q9gD5c9wLAH0onX98VzeM6D1H7wn3RB2TPkzLEsAnXjP8Uze9T9Hl295bPE7/5lR3Up/TPkzujbjbdbT6wF26I7W+W0e7xrK+jeeN+FGsBPKnzWxBNCB57VZvGsg6zDeMuEGsHXKnzWyBDCn1vltDtsf/3+G/+ofM3mL8metNu8JeMuE1wlsVev81v1tCL80hWEH3nLrbbc/JB2SMLL2GiiWAGbQur99//+ZKQhb9qPKH+62WQJ+dMLrBrbpmW0BeP6EIGyL8oerWAKYwfPbAvDyCUHYBuUP12AJYM9e3n4C4F9PCMKF1Dn798ofTtdeI+21kl5PcFGt+9ufALwxBeEilD9MZwlgT97YFoD3TgjCuSh/ODtLAHvw3vYtgP8+IQjn8WblD+ezeU/Amye8zuDMWve3PwH4eArCOby5/aKJdMgB19ZeQ8USwG58vC0AH5kQhLNQ/rAllgB25CPtWwA/MyEIk9R5ul35w3ZtfmX77en1B2fwgfYnAH4NJVuh/GF3LAFsU/uPUbUF4PoUhAnepPxhtzbfDnjThNcjnKouAAdtAXhlCkKg/GFPLAFsQ10Avq8tAN+egnAK5Q97ZglgC17UFoDnTAjCSW577XUHD06HFbB97bXXXoMTXqdwkue1BeArJgThasofZmYJ4LxuOLz0lAfceOnmz09BuIryh05YAjiP1v13DVDdBN6XwtDUWfl3yh/60l6T7bWZXr+w8f42N3cNT/0/L5twA1ZO+UO/LAGcwcvbzNw1OHVoHj/hBqzbrcof+rb5dsCtE17PrNjh0U1/os3L8eA8sC4Bv5JuxGopf1gISwCnqV3/P1/9mh/6tDYr9wxN/Zv/It2QVVL+sDCWAK6ldv1rj+fknoFpPxKQbsjqvFH5wzJtloA3TnidsyK167/meEbuGZZbb7v9IfUffCzdmNV4Y52J35kOGaBf7TVcLAHc6+MH5egRx/Nxn2GpC8D3TLgDBlfn4A3KH8bQXsvtNZ1e94yv/f7/K2fjPoNydPmWR9bQR9KdMC7lD+OxBFB9tP7b/6OvnIv7DUodkhdMuCMGpPxhXJaA1Xvx1TNxvyGpG8KDavDDE+6Msbxe+cPYNu8JeP2E84CBtB/zr93+0Kvn4cQhqTd4RrpDhqL8YSUsAetTF4BvOGkWrjkk9QZvT3fKEJQ/rIwlYD1ql3/wXe/+id9x0hxcc0AOytEfrze+I905y1UH4xblD+u0eU/ALemcYNnqc/z0a83AqQNSb/yidOcsk/IHLAHD+8HTnv84IPUO/uWET8Ky3Nze7Jmee2B8mzd+3zzh3GBZ3nKtP/o/Foej3UG9ozdN+GQsg/IH7sMSMJz2k3yPSs97HIzm8Oimz6x39v4Jn5S+KX/gRJaAMdxweOnX63P5B9Pz3cTAsesPDj+v3vkvp09Ot25S/sBpNkvATRPOE/r0yerJ6Xk+FgNXqnf8uOqjE74I+qL8gUksAYv2Len5vVIMnDAcT/BfDVyO+lxdVv7AWbQzo50d6XyhK69Mz+vVYuAk9RM9sfrNCV8QM1L+wHlZAhblVen5PEkMXEuxBHRN+QMXZQlYhHOVfxMDpymWgF5dUv7ANmzeE3BpwrnD/p27/JsYSOoX8CeLJaAbdVs/Sr/8AeAs2pnSzpZ0/rBXFyr/JgamKJaALih/YFcsAV25cPk3MTBVsQTMSvkDu2YJ6MJWyr+JgbMoloC53Kj8gX3Y/Hr4GyecS2zf1sq/iYGzqtvhlxVLwD4pf2CvLAGz2Gr5NzFwHpaAvTlU/sAcNkvA4YRziovbevk3MXBeloCdU/7ArCwBe7GT8m9i4CIsATuj/IEuWAJ2amfl38TARVkCtqtez6L8gZ5sfjqgpPOLM9lp+TcxsA31gTyp+n8THjCnUP5ArywBW7Xz8m9iYFuKJeCibrj1tts/PV1ngLm0M6qdVRPOM65tL+XfxMA2FUvAeSl/YBEsAReyt/JvYmDbiiXgrJQ/sCiWgHPZa/k3MbALB+Xoy4slILrh8NKB8geWqJ1d7QxL5xx32Xv5NzGwK5aA0yl/YOksAZPMUv5NDOySJeCaXqf8gRFsvh3wugnn3hrNVv5NDOyaJeB+lD8wFEvAiWYt/yYG9qFeiK8oloBG+QNDsgTcx+zl38TAvhRLwPXKHxjZZgm4fsJ5OLIuyr+JgX0q610ClD+wCitfArop/yYG9q2sbAm44fDSdcofWJPNTwdcl87HwXRV/k0MzKFeqC+pPjLhgi7dK1/9mh/6tHQ9AEbTzr66BHzvhHNy0epj/FT1bel6zCEG5nJ0+ZY/UC/az6eLu0RtIOrH56drADC6eh5+Uz0PP5nOzYX6aPWV6RrMJQbmdOOlmz+nXrx3TbjIi1GH/WPVU9NjB1iLw6Obvqqej/83nZ8L8wu1w/5QeuxzioG53Xrb7Q+pF/LShIu9BL9Wy//x6TEDrE09H/9oPR9/ZcI5ugRvPShHj06PeW4x0IP2vaJ6QV854aJ3qw72z15/cPj70mMFWKv6b8yfX8/Kn07naef+VS3/B6XH2oMY6Em9sM9Z2oa4+X7/v6nl/9np8QGs3c2vv/Wz6pn5z6pPpPO1J5tu+vr0+HoSA725fPMbHlYv8kvLMr5f9KbqcekxAXBf9ez8olqqb5hwzs6tvdHvxfXf+h+aHlNvYqBXR5dveWy96P+89Pnu0fdXT0qPAYDT1WJ9Qj1Pf2rCubtXdTn57frxB9qb1dNj6FUM9K69y7KjLfGXq+f62X6ArXpgPVufszlj0zm8a3dUN9TF5PdP+Lq7FgNLUZ+QP1Z9d3uz3YQncJs+Wj9nqR+f3X5iIX2dAJzP5qfCnr05cz864Xzemvo531c/vqwW/xenr3MpYmCJ6pP0hdW31ifsx8oO3khS7/cX68fvrx+/bCnv9gQYSTt72xm8OYt/MZ3bZ1Xv87fqx9vaLypqP52Qvp4lioGlO7p8yyPrE/i11Wuqy9WP1yf1F0p+E2F7b8Gvbra+9ma+f1u98PDopj+cPicA+9XO5nZGb87qN23O7l8t4X1iNfcb9eOHq3fUvz4qdy8UT29vOE+fc+liYGTXva48vH0fp9z93x54WvWk6nHXHxw+xvfxAZavneXtTG9n++aMb2f9l7Szfw0lf5oYAADGEwMAwHhiAAAYTwwAAOOJAQBgPDEAAIwnBgCA8cQAADCeGAAAxhMDAMB4YgAAGE8MAADjiQEAYDwxAACMJwYAgPHEAAAwnhgAAMYTAwDAeGIAABhPDAAA44kBAGA8MQAAjCcGAIDxxAAAMJ4YAADGEwMAwHhiAAAYTwwAAOOJAQBgPDEAAIwnBgCA8cQAADCeGAAAxhMDAMB4YgAAGE8MAADjiQEAYDwxAACMJwYAgPHEAAAwnhgAAMYTAwDAeGIAABhPDAAA44kBAGA8MQAAjCcGAIDxxAAAMJ4YAADGEwMAwHhiAAAYTwwAAOOJAQBgPDEAAIwnBgCA8cQAADCeGAAAxhMDAMB4YgAAGE8MAADjiQEAYDwxAACMJwYAgPHEAAAwnhgAAMYTAwDAeGIAABhPDAAA44kBAGA8MQAAjCcGAIDxxAAAMJ4YAADGEwMAwHhiAAAYTwwAAOOJAQBgPDEAAIwnBgCA8cQAADCeGAAAxhMDAMB4YgAAGE8MAADjiQEAYDwxAACMJwYAgPHEAAAwnhgAAMYTAwDAeGIAABhPDAAA44kBAGA8MQAAjCcGAIDx/H+t/vg25qztdQAAAABJRU5ErkJggg=="/></g><g id="_6geJrq" data-name="6geJrq"><image id="_6geJrq-2" data-name="6geJrq" width="512" height="512" transform="translate(0 440.38)" xlink:href="data:image/png;base64,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"/></g></svg>')
			no-repeat center right;
			background-size: 2.8rem 2rem;
			border: 1px solid #eaeaea;
			border-radius: 0;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			}
.custom-select:focus {
	border-color: #003478;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.custom-select:focus::-ms-value {
	color: #4a4a4a;
	background-color: #fff;
}
.custom-select:disabled {
	color: #ededed;
	background-color: transparent;
}
.custom-select::-ms-expand {
	opacity: 0;
}
.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 75%;
}
.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 2.5rem;
	margin-bottom: 0;
}
.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: 2.5rem;
	margin: 0;
	opacity: 0;
}
.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: 2.5rem;
	padding: 0.5rem 1rem;
	line-height: 1.5;
	color: #4a4a4a;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.custom-file-control:lang(en):empty::after {
	content: "Choose file...";
}
.custom-file-control::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: 2.5rem;
	padding: 0.5rem 1rem;
	line-height: 1.5;
	color: #4a4a4a;
	background-color: #4a4a4a;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.custom-file-control:lang(en)::before {
	content: "Browse";
}
.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}
.nav-link.disabled {
	color: #4a4a4a;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #4a4a4a #4a4a4a #ddd;
}
.nav-tabs .nav-link.disabled {
	color: #4a4a4a;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #4a4a4a;
	background-color: #f7f7f7;
	border-color: #ddd #ddd #f7f7f7;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
}
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
	color: #fff;
	background-color: #002e6d;
}
.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}
.nav-justified .nav-item {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}

@media (max-width: 991px) {
	.oy-scroll {
		overflow-y: scroll !important;
		overflow-x: hidden !important;
		-webkit-overflow-scrolling: touch;
	}
}
.navbar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar-brand {
	display: inline-block; /* Retain inline-block for layout purposes */
	position: relative; /* Retain relative positioning */
	z-index: 1000; /* Retain z-index for layering */
	white-space: nowrap; /* Ensure no text wrapping */
	float: left; /* Retain float for alignment */
	top: 0; /* Retain top positioning */
	width: auto; /* Use auto width */
	margin: 0; /* Retain zero margin */
	margin-right: 1rem; /* Add right margin for spacing */
	padding: 20px 0 20px 0; /* Retain padding from the second rule */
	font-size: 1.25rem; /* Set font size */
	line-height: inherit; /* Retain inherited line height */
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar-collapse {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-toggler {
	padding: 0.25rem 0 0.5rem; /* Combined padding values from both rules */
	font-size: 1.25rem; 
	line-height: 1; 
	background: 0 0;
	border: 1px solid transparent;
	display: block; 
	z-index: 1001; 
	position: relative;
	cursor: pointer; 
	margin-left: auto; 
}
.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 20px;
	height: 0.75em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
	padding: 0;
}
@media (max-width: 575px) {
	.library-banner > form label {
		font-size: 1rem !important;
	}
	.library-banner > form {
		top: 0 !important;
	}
	.library-banner input {
		width: 100% !important;
		margin-bottom: 14px !important;
	}
	#library-secondary-nav {
		background: 0 0 !important;
	}
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.home-page .hero-image,
	.home-page .hero-image2 {
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}
	.message-box {
		width: 100% !important;
		position: relative !important;
		bottom: 0 !important;
		right: 0 !important;
	}
	.message-box p {
		font-size: 1.1rem !important;
		line-height: 1.4rem !important;
	}
	.message-box h2 a {
		font-size: 1.5rem !important;
	}
	.home-page .card-component {
		margin-left: 0;
		margin-right: 0;
		margin-top: -45px;
		padding-left: 18px;
		padding-right: 15px;
		padding-top: 18px;
	}
	.home-page .news-flipster .flipster__button {
		top: 89.5% !important;
	}
	.slogan {
		display: none;
	}
	.home-header-white {
		display: none;
	}
	.rectangle-card-icon .card-block a.learn-more-button {
		width: 100% !important;
	}
	.tiles li {
		display: table !important;
		width: 100% !important;
	}
	.gateway {
		display: inline-block !important;
		white-space: normal !important;
	}
	.home-page section#slider-top-features .caption-slider-nav .prev {
		font-size: 2rem !important;
		font-weight: 400 !important;
	}
	.home-page section#slider-top-features .caption-slider-nav .next {
		font-size: 2rem !important;
		font-weight: 400 !important;
	}
	.home-page section#slider-top-features .caption-slider-nav .fa {
		font-size: 2rem !important;
	}
	#slider-top-features .slick-slider {
		height: 260px !important;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.boxes {
		width: 100% !important;
	}
	.showmobile {
		display: block;
	}
	.hidemobile {
		display: none;
		margin-bottom: 120px;
	}
	#ebscohostCustomSearchBox input {
		display: block;
	}
}

@media (min-width: 768px) {
	.showmobile {
		display: none !important;
	}
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 1rem;
	}
	.nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}
.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
	padding-right: 0;
	padding-left: 0;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.navbar-expand .navbar-toggler {
	display: none;
}
.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-brand {
	color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}
.card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #eaeaea;
}
.card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.card-title {
	margin-bottom: 0.5rem;
}
.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}
.card-text:last-child {
	margin-bottom: 0;
}
.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 1.25rem;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid #eaeaea;
}
.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid #eaeaea;
}
.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}
.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}
.card-img {
	width: 100%;
}
.card-img-top {
	width: 100%;
}
.card-img-bottom {
	width: 100%;
}

@media (min-width: 576px) {
	.card-deck {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media (min-width: 576px) {
	.card-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.card-group .card {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.card-group .card + .card {
		margin-left: 0;
		border-left: 0;
	}
}
.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}
.breadcrumb {
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #4a4a4a;
	background: 0 0;
	margin-left: 0;
	display: none;
}
.breadcrumb::after {
	display: block;
	clear: both;
	content: "";
}
.breadcrumb-item {
	color: #4a4a4a;
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: left;
	text-decoration: none;
	font-weight: 400;
	float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #4a4a4a;
	content: "\007C";
	text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}
.breadcrumb-item.active {
	color: #4a4a4a;
}
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;
	padding-left: 0;
	list-style: none;
}
.page-item:first-child .page-link {
	margin-left: 0;
}
.page-item.active .page-link {
	z-index: 2;
	color: #fff;
	background-color: #002e6d;
	border-color: #002e6d;
}
.page-item.disabled .page-link {
	color: #4a4a4a;
	pointer-events: none;
	background-color: #fff;
	border-color: #ddd;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #4a4a4a;
	background: 0 0;
	border: 0;
	text-decoration: none;
	font-weight: 700;
}
.page-link:focus,
.page-link:hover {
	color: #000e21;
	text-decoration: none;
	background-color: #4a4a4a;
	border-color: #ddd;
}
.pagination-lg .page-link {
	padding: 0.6rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
}
.badge-primary {
	color: #fff;
	background-color: #002e6d;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00183a;
}
.badge-secondary {
	color: #fff;
	background-color: #4a4a4a;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #313131;
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34;
}
.badge-info {
	color: #fff;
	background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b;
}
.badge-warning {
	color: #111;
	background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
	color: #111;
	text-decoration: none;
	background-color: #d39e00;
}
.badge-danger {
	color: #fff;
	background-color: #d0011b;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #9d0114;
}
.badge-light {
	color: #111;
	background-color: #f7f7f7;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
	color: #111;
	text-decoration: none;
	background-color: #dedede;
}
.badge-dark {
	color: #fff;
	background-color: #4a4a4a;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #313131;
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #4a4a4a;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}
.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
}
.alert {
	color: #d0011b; /* Text color */
	border-radius: 5px; /* Rounded borders */
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); /* Shadow effect */
	margin: 0 auto; /* Center alignment */
	background: url(/_media/apps/alert-stripe.png); /* Background with the alert stripe image */
	padding: 0.75rem 1.25rem; /* Inner spacing */
	margin-bottom: 1rem; /* Spacing below the alert */
	border: 1px solid #d0011b; /* Border color */
}
.alert p {
	background: pink url(/_media/apps/alert.png) no-repeat 8px 10px; /* Background with pink color and alert icon */
	color: #000; /* Text color */
	font-weight: 700; /* Bold text */
	font-size: 20px; /* Font size */
	text-align: left; /* Align text to the left */
	text-transform: uppercase; /* Uppercase text */
	padding: 16px 63px 15px; /* Inner spacing */
	margin: 0; /* Remove margins */
}
.alert-heading {
	color: inherit;
}
.alert-link {
	font-weight: 700;
}
.alert-dismissible .close {
	position: relative;
	top: -3.75rem;
	right: 0.75rem;
	padding: 0.75rem 1.25rem;
	color: #000;
}
.alert-primary {
	color: #001839;
	background-color: #ccd5e2;
	border-color: #b8c4d6;
}
.alert-primary hr {
	border-top-color: #a8b7cd;
}
.alert-primary .alert-link {
	color: #000306;
}
.alert-secondary {
	color: #262626;
	background-color: #dbdbdb;
	border-color: #ccc;
}
.alert-secondary hr {
	border-top-color: #bfbfbf;
}
.alert-secondary .alert-link {
	color: #0d0d0d;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-success hr {
	border-top-color: #b1dfbb;
}
.alert-success .alert-link {
	color: #0b2e13;
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}
.alert-info hr {
	border-top-color: #abdde5;
}
.alert-info .alert-link {
	color: #062c33;
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.alert-warning hr {
	border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
	color: #533f03;
}
.alert-danger {
	color: #6c010e;
	background-color: #f6ccd1;
	border-color: #f2b8bf;
}
.alert-danger hr {
	border-top-color: #eea2ac;
}
.alert-danger .alert-link {
	color: #390107;
}
.alert-light {
	color: gray;
	background-color: #fdfdfd;
	border-color: #fdfdfd;
}
.alert-light hr {
	border-top-color: #f0f0f0;
}
.alert-light .alert-link {
	color: #676767;
}
.alert-dark {
	color: #262626;
	background-color: #dbdbdb;
	border-color: #ccc;
}
.alert-dark hr {
	border-top-color: #bfbfbf;
}
.alert-dark .alert-link {
	color: #0d0d0d;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
	background-color: #4a4a4a;
}
.progress-bar {
	height: 1rem;
	line-height: 1rem;
	color: #fff;
	background-color: #002e6d;
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-bar-striped {
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 1rem 1rem;
}
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}
.media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.list-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}
.list-group-item-action {
	width: 100%;
	color: #4a4a4a;
	text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
	color: #4a4a4a;
	text-decoration: none;
	background-color: #4a4a4a;
}
.list-group-item-action:active {
	color: #4a4a4a;
	background-color: #4a4a4a;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:last-child {
	margin-bottom: 0;
}
.list-group-item:focus,
.list-group-item:hover {
	text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
	color: #4a4a4a;
	background-color: #fff;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #002e6d;
	border-color: #002e6d;
}
.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0;
}
.list-group-item-primary {
	color: #001839;
	background-color: #b8c4d6;
}
a.list-group-item-primary,
button.list-group-item-primary {
	color: #001839;
}
a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
	color: #001839;
	background-color: #a8b7cd;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
	color: #fff;
	background-color: #001839;
	border-color: #001839;
}
.list-group-item-secondary {
	color: #262626;
	background-color: #ccc;
}
a.list-group-item-secondary,
button.list-group-item-secondary {
	color: #262626;
}
a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
	color: #262626;
	background-color: #bfbfbf;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
	color: #fff;
	background-color: #262626;
	border-color: #262626;
}
.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}
a.list-group-item-success,
button.list-group-item-success {
	color: #155724;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #155724;
	background-color: #b1dfbb;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}
.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}
a.list-group-item-info,
button.list-group-item-info {
	color: #0c5460;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #0c5460;
	background-color: #abdde5;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}
.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}
a.list-group-item-warning,
button.list-group-item-warning {
	color: #856404;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #856404;
	background-color: #ffe8a1;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}
.list-group-item-danger {
	color: #6c010e;
	background-color: #f2b8bf;
}
a.list-group-item-danger,
button.list-group-item-danger {
	color: #6c010e;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #6c010e;
	background-color: #eea2ac;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
	color: #fff;
	background-color: #6c010e;
	border-color: #6c010e;
}
.list-group-item-light {
	color: gray;
	background-color: #fdfdfd;
}
a.list-group-item-light,
button.list-group-item-light {
	color: gray;
}
a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
	color: gray;
	background-color: #f0f0f0;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
	color: #fff;
	background-color: gray;
	border-color: gray;
}
.list-group-item-dark {
	color: #262626;
	background-color: #ccc;
}
a.list-group-item-dark,
button.list-group-item-dark {
	color: #262626;
}
a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
	color: #262626;
	background-color: #bfbfbf;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
	color: #fff;
	background-color: #262626;
	border-color: #262626;
}
.close {
	float: right;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #003478;
	text-shadow: none;
	opacity: 1;
	cursor: pointer;
}
.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}
button.close {
	padding: 0;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-box-orient: vertical; 
	-webkit-box-direction: normal; 
	-webkit-flex-direction: column; 
	-ms-flex-direction: column; 
	flex-direction: column; 
	background-color: #fff; 
	background-clip: padding-box; 
	border: 0; /* Overridden by the second rule */
	border-radius: 0; /* Overridden by the second rule */
	-webkit-box-shadow: 0 0 3.5px 0 rgba(0, 0, 0, 0.06); /* Overridden by the second rule */
	box-shadow: 0 0 3.5px 0 rgba(0, 0, 0, 0.06); /* Overridden by the second rule */
	outline: 0; 
	padding: 0 1rem; /* Added from the second rule */
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}
.modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e8e8e8;
}
.modal-title {
	padding-bottom: 0;
	margin: 0;
	line-height: 1.5;
}
.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}
.modal-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 15px;
	border-top: 0; /* Overridden by the second rule */
}
.modal-footer > :not(:first-child) {
	margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
	margin-right: 0.25rem;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 30px auto;
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;

	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip .arrow {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
}
.tooltip.bs-tooltip-auto[x-placement^="top"],
.tooltip.bs-tooltip-top {
	padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.bs-tooltip-top .arrow {
	bottom: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="right"],
.tooltip.bs-tooltip-right {
	padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.bs-tooltip-right .arrow {
	left: 0;
	border-color: #003478;
	color: #003478;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
	margin-top: -3px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #003478;
	border-left-color: #003478;
	color: #fff;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"],
.tooltip.bs-tooltip-bottom {
	padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
	top: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="left"],
.tooltip.bs-tooltip-left {
	padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.bs-tooltip-left .arrow {
	right: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
	right: 0;
	margin-top: -3px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip .arrow::before {
	position: absolute;
	border-color: transparent;
	border-style: solid;
}
.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 1.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.56;
	background: #003478;
	border-radius: 5px;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	padding: 1px;

	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
	position: absolute;
	display: block;
	width: 10px;
	height: 5px;
}
.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow::before {
	content: "";
	border-width: 11px;
}
.popover .arrow::after {
	content: "";
	border-width: 11px;
}
.popover.bs-popover-auto[x-placement^="top"],
.popover.bs-popover-top {
	margin-bottom: 10px;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow,
.popover.bs-popover-top .arrow {
	bottom: 0;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-top .arrow::before {
	border-bottom-width: 0;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::before {
	bottom: -11px;
	margin-left: -6px;
	border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover.bs-popover-top .arrow::after {
	bottom: -10px;
	margin-left: -6px;
	border-top-color: #fff;
}
.popover.bs-popover-auto[x-placement^="right"],
.popover.bs-popover-right {
	margin-left: 10px;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow,
.popover.bs-popover-right .arrow {
	left: 0;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-right .arrow::before {
	margin-top: -8px;
	border-left-width: 0;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::before {
	left: -11px;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover.bs-popover-right .arrow::after {
	left: -10px;
	border-right-color: #fff;
}
.popover.bs-popover-auto[x-placement^="bottom"],
.popover.bs-popover-bottom {
	margin-top: 10px;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow,
.popover.bs-popover-bottom .arrow {
	top: 0;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-bottom .arrow::before {
	margin-left: -7px;
	border-top-width: 0;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
	top: -11px;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
	top: -10px;
	border-bottom-color: #fff;
}
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.popover.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 20px;
	margin-left: -10px;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-auto[x-placement^="left"],
.popover.bs-popover-left {
	margin-right: 10px;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow,
.popover.bs-popover-left .arrow {
	right: 0;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-left .arrow::before {
	margin-top: -8px;
	border-right-width: 0;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::before {
	right: -11px;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover.bs-popover-left .arrow::after {
	right: -10px;
	border-left-color: #fff;
}
.popover-header {
	padding: 8px 14px;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
	display: none;
}
.popover-body {
	padding: 9px 14px;
	color: #4a4a4a;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	-o-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}
.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
@supports (
	(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.active.carousel-item-right,
.carousel-item-next {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
@supports (
	(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.active.carousel-item-left,
.carousel-item-prev {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
@supports (
	(-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.carousel-indicators .active {
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}
.bg-primary {
	background-color: #002e6d !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #00183a !important;
}
.bg-secondary {
	background-color: #4a4a4a !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover {
	background-color: #313131 !important;
}
.bg-success {
	background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover {
	background-color: #1e7e34 !important;
}
.bg-info {
	background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover {
	background-color: #117a8b !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #d39e00 !important;
}
.bg-danger {
	background-color: #d0011b !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #9d0114 !important;
}
.bg-light {
	background-color: #f7f7f7 !important;
}
a.bg-light:focus,
a.bg-light:hover {
	background-color: #dedede !important;
}
.bg-dark {
	background-color: #4a4a4a !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
	background-color: #313131 !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.border {
	border: 1px solid #4a4a4a !important;
}
.border-0 {
	border: 0 !important;
}
.border-top-0 {
	border-top: 0 !important;
}
.border-right-0 {
	border-right: 0 !important;
}
.border-bottom-0 {
	border-bottom: 0 !important;
}
.border-left-0 {
	border-left: 0 !important;
}
.border-primary {
	border-color: #002e6d !important;
}
.border-secondary {
	border-color: #4a4a4a !important;
}
.border-success {
	border-color: #28a745 !important;
}
.border-info {
	border-color: #17a2b8 !important;
}
.border-warning {
	border-color: #ffc107 !important;
}
.border-danger {
	border-color: #d0011b !important;
}
.border-light {
	border-color: #f7f7f7 !important;
}
.border-dark {
	border-color: #4a4a4a !important;
}
.border-white {
	border-color: #fff !important;
}
.rounded {
	border-radius: 0 !important;
}
.rounded-top {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.rounded-right {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.rounded-left {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.rounded-circle {
	border-radius: 50%;
}
.rounded-0 {
	border-radius: 0;
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.d-print-block {
	display: none !important;
}

@media print {
	.d-print-block {
		display: block !important;
	}
}
.d-print-inline {
	display: none !important;
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
}
.d-print-inline-block {
	display: none !important;
}

@media print {
	.d-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive-4by3::before {
	padding-top: 75%;
}
.embed-responsive-1by1::before {
	padding-top: 100%;
}
.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
	background: #fff;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none;
}
.w-25 {
	width: 25% !important;
}
.w-50 {
	width: 50% !important;
}
.w-75 {
	width: 75% !important;
}
.w-100 {
	width: 100% !important;
}
.h-25 {
	height: 25% !important;
}
.h-50 {
	height: 50% !important;
}
.h-75 {
	height: 75% !important;
}
.h-100 {
	height: 100% !important;
}
.mw-100 {
	max-width: 100% !important;
}
.mh-100 {
	max-height: 100% !important;
}
.m-0 {
	margin: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}
.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mr-3 {
	margin-right: 1rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.ml-3 {
	margin-left: 1rem !important;
}
.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}
.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mr-4 {
	margin-right: 1.5rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.ml-4 {
	margin-left: 1.5rem !important;
}
.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}
.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.m-5 {
	margin: 3rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mr-5 {
	margin-right: 3rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.ml-5 {
	margin-left: 3rem !important;
}
.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}
.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pr-1 {
	padding-right: 0.25rem !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1 {
	padding-left: 0.25rem !important;
}
.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pr-2 {
	padding-right: 0.5rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2 {
	padding-left: 0.5rem !important;
}
.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.pt-3 {
	padding-top: 1rem !important;
}
.pr-3 {
	padding-right: 1rem !important;
}
.pb-3 {
	padding-bottom: 1rem !important;
}
.pl-3 {
	padding-left: 1rem !important;
}
.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.pt-4 {
	padding-top: 1.5rem !important;
}
.pr-4 {
	padding-right: 1.5rem !important;
}
.pb-4 {
	padding-bottom: 1.5rem !important;
}
.pl-4 {
	padding-left: 1.5rem !important;
}
.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}
.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}
.pt-5 {
	padding-top: 3rem !important;
}
.pr-5 {
	padding-right: 3rem !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}
.pl-5 {
	padding-left: 3rem !important;
}
.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}
.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.m-auto {
	margin: auto !important;
}
.mt-auto {
	margin-top: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.ml-auto {
	margin-left: auto !important;
}
.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0 {
		margin-left: 0 !important;
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1 {
		margin-left: 0.25rem !important;
	}
	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2 {
		margin-left: 0.5rem !important;
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3 {
		margin-left: 1rem !important;
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4 {
		margin-left: 1.5rem !important;
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5 {
		margin-left: 3rem !important;
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0 {
		padding-left: 0 !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1 {
		padding-left: 0.25rem !important;
	}
	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2 {
		padding-left: 0.5rem !important;
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3 {
		padding-left: 1rem !important;
	}
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4 {
		padding-left: 1.5rem !important;
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5 {
		padding-left: 3rem !important;
	}
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto {
		margin-left: auto !important;
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0 {
		margin-left: 0 !important;
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1 {
		margin-left: 0.25rem !important;
	}
	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2 {
		margin-left: 0.5rem !important;
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3 {
		margin-left: 1rem !important;
	}
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4 {
		margin-left: 1.5rem !important;
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5 {
		margin-left: 3rem !important;
	}
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0 {
		padding-left: 0 !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1 {
		padding-left: 0.25rem !important;
	}
	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2 {
		padding-left: 0.5rem !important;
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3 {
		padding-left: 1rem !important;
	}
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4 {
		padding-left: 1.5rem !important;
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5 {
		padding-left: 3rem !important;
	}
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto {
		margin-left: auto !important;
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0 {
		margin-left: 0 !important;
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1 {
		margin-left: 0.25rem !important;
	}
	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2 {
		margin-left: 0.5rem !important;
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3 {
		margin-left: 1rem !important;
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4 {
		margin-left: 1.5rem !important;
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5 {
		margin-left: 3rem !important;
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0 {
		padding-left: 0 !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1 {
		padding-left: 0.25rem !important;
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2 {
		padding-left: 0.5rem !important;
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3 {
		padding-left: 1rem !important;
	}
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4 {
		padding-left: 1.5rem !important;
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5 {
		padding-left: 3rem !important;
	}
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto {
		margin-left: auto !important;
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0 {
		margin-left: 0 !important;
	}
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1 {
		margin-left: 0.25rem !important;
	}
	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2 {
		margin-left: 0.5rem !important;
	}
	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3 {
		margin-left: 1rem !important;
	}
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4 {
		margin-left: 1.5rem !important;
	}
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5 {
		margin-left: 3rem !important;
	}
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0 {
		padding-left: 0 !important;
	}
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1 {
		padding-left: 0.25rem !important;
	}
	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2 {
		padding-left: 0.5rem !important;
	}
	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3 {
		padding-left: 1rem !important;
	}
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4 {
		padding-left: 1.5rem !important;
	}
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5 {
		padding-left: 3rem !important;
	}
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto {
		margin-left: auto !important;
	}
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
}
.text-justify {
	text-align: justify !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
	padding: 0 0.75rem;
}
@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.font-weight-normal {
	font-weight: 400;
}
.font-weight-bold {
	font-weight: 700;
}
.font-italic {
	font-style: italic;
}
.text-white {
	color: #fff !important;
}
.text-primary {
	color: #002e6d !important;
}
a.text-primary:focus,
a.text-primary:hover {
	color: #00183a !important;
}
.text-secondary {
	color: #4a4a4a !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
	color: #313131 !important;
}
.text-success {
	color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
	color: #1e7e34 !important;
}
.text-info {
	color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
	color: #117a8b !important;
}
.text-warning {
	color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
	color: #d39e00 !important;
}
.text-danger {
	color: #d0011b !important;
}
a.text-danger:focus,
a.text-danger:hover {
	color: #9d0114 !important;
}
.text-light {
	color: #f7f7f7 !important;
}
a.text-light:focus,
a.text-light:hover {
	color: #dedede !important;
}
.text-dark {
	color: #4a4a4a !important;
}
a.text-dark:focus,
a.text-dark:hover {
	color: #313131 !important;
}
.text-muted {
	color: #919090 !important;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
.h1,
.h1-white,
.header-white,
h1 {
	font-family: "Poppins", sans-serif;
/*	font-style: italic;*/
	font-weight: 500;
}

@media (min-width: 768px) {
	.h1,
	.h1-white,
	.header-white,
	h1 {
		font-size: 4rem;
		line-height: 4rem;
	}
}
.home-header-white {
	font-size: 1.25rem;
	line-height: 1.375rem;
	font-style: normal;
	text-shadow: 2px 2px 5px #000;
}
.message-box {
	background: #003478;
	opacity: 0.8;
	padding: 15px 20px;
	width: 30%;
	position: absolute;
	left: 68%;
	bottom: 26%;
}
.message-box h2 {
	line-height: 2.3rem !important;
}
.message-box h2 a {
	color: #fff;

	font-size: 2.2rem;
	line-height: 2.3rem !important;
	font-weight: 400 !important;
	text-decoration: underline !important;
}
.message-box h2 a:hover {
	text-decoration: none !important;
}
.message-box p {
	font-size: 1.2rem;
	color: #fff;
	line-height: 2rem;
}

@media (min-width: 768px) {
	.home-header-white {
		font-size: 1.625rem;
		line-height: 1.75rem;
	}
}
.header-white,
h1.home-header-white {
	color: #fff;
}
.h1-white {
	color: #fff;
}
.create-account .h1-white,
.create-account .header-white {
	text-align: center;
}
.extra-info > h3,
.supplementary-content > h3 {
	font-size: 1.5rem;
	font-family: "Poppins", sans-serif;
	line-height: 1.75rem;
	font-weight: 500;
	font-style: normal;
	color: #000;
}
.extra-info > h3 {
	font-size: 1.563rem !important;
}
mark {
	text-align: left;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 400;
	color: #000;

	background: #ff0;
}
a,
li a,
p a {
	/*color: #003478;*/
	color: #004b25;
	/*	font-size: 1rem; */
	line-height: 1.625rem;
	-webkit-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	text-decoration: underline;
}

a:focus,
li a:focus,
p a:focus {
	color: #003478;
	text-decoration: underline;
}
a:active,
li a:active,
p a:active {
	color: #003478;
	text-decoration: underline;
	font-weight: 700;
}
a:hover,
li a:hover,
p a:hover {
	color: #003478;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	text-decoration: underline;
}
#main-content ul {
	font-size: 1.125rem;
}
p.cta {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.hr-divider hr {
	margin: 2rem 0;
}

@media (min-width: 992px) {
	.hr-divider hr {
		margin: 2.5rem 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	body {
		overflow-x: hidden;
	}
}
body.modal-open {
	overflow: hidden !important;
	position: static;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

@media (max-width: 767px) {
	body.modal-open .modal-content {
		max-height: 90vh;
		padding-top: 20px;
	}
	body.modal-open .modal-body {
		overflow-y: scroll;
	}
}
.menu-open #main-content,
.menu-open .content-header-container,
.menu-open .footer {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
/* image caption variation */
table.ou-image-caption.portrait {
	width: 230px;
	float: right;
}
@media (max-width: 767px) {
	input,
	select,
	textarea {
		font-size: 16px !important;
	}
}
li a {
	word-wrap: break-word;
}
a:active,
a:visited {
	text-decoration: none;
}
:active {
	border: 0;
}
.inner {
/*	background: #f7f7f7;*/
}
.inner #main-content {
	padding: 0 1rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.inner #main-content {
		padding: 0 2rem;
		margin-bottom: 2rem;
		margin-top: 1.5rem;
	}
}

@media (min-width: 992px) {
	.inner #main-content {
		padding: 0 3rem;
		margin-top: 1rem;
	}
}
.inner.full-width #main-content {
	padding: 0;
	margin-left: -2px;
}
.inner.full-width #main-content h2,
.inner.full-width #main-content h3,
.inner.full-width #main-content h4,
.inner.full-width #main-content p {
	padding-left: 15px;
}
.inner.two-column #main-content {
	padding: 0;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.inner.two-column #main-content {
		margin-bottom: 3rem;
	}
}
.inner.start #top-two-column {
	background: #fff;
}
.inner.start .top-two-column-container {
	max-width: 540px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.inner.start .top-two-column-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.inner.start .top-two-column-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.inner.start .top-two-column-container {
		max-width: 1140px;
	}
}
.enrich #main-content {
	margin-bottom: 2.5rem;
}
#main-content {
	background: 0 0;
}
article,
aside,
footer,
header,
main,
nav,
section {
	display: block;
}
img.normal {
	width: auto;
}
.normal.left {
	float: left;
	margin: 0 15px 15px 0;
}
img.normal.right {
	float: right;
	margin: 0 0 15px 15px;
}
iframe {
	margin: 0 auto;
	max-width: 100%;
	border: 0;
}
figcaption {
	padding: 0.5rem 0;
}
.fa {
	color: #000;
}
.block {
	margin: 0 0 2.5rem;
	max-width: 400px;
}
.input-group-item input[type="text"] {
	border-radius: 0;
	border: 1px solid #e8e8e8;
}
.input-group-item .input-group-addon {
	border-radius: 0;
}
strong {
	font-weight: 800;
}
.media-text-section {
	margin-top: 1rem;
}
.slick-modal .slick-modal-header {
	text-align: center;
	padding: 0;
	margin: 0;
}
.slick-modal .modal-img {
	padding: 0 0.2rem;
}

@media (max-width: 767px) {
	.media {
		max-width: 100%;
	}
}
#content-top img {
	width: 100%;
}
@media (min-width: 768px) {
	.btn {
		width: auto;
	}
}
.btn:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	background: #003478;
	fill: #fff;
	padding: 1rem;
}
.btn-small {
	width: 50%;
}
.learn-more {
	display: block;
	padding: 0.5rem 0;
	text-decoration: underline;
}
.checked-icon {
	list-style-type: none;
}
.checked-icon:before {
	font-family: FontAwesome;
	content: "\f058";
	color: #003478;
	padding: 0;
	margin-right: 0;
	margin-top: 0.1px;
	margin-bottom: 0;
	margin-left: -18px;
	position: absolute;
	text-align: right;
}
.star-icon-link {
	list-style-type: none;
	font-weight: 700;
	font-size: 1.2rem;
	margin: 0;
	padding: 0 0 0 1.4rem;
	width: 100%;
	text-decoration: none;
}
.star-icon-link:before {
	font-family: FontAwesome;
	content: "\f006";
	font-weight: 400;
	color: #046a38;
	padding: 0;
	margin-right: 0;
	margin-top: 0.1px;
	margin-bottom: 0;
	margin-left: -25px;
	position: absolute;
	text-align: right;
}
.star-icon-link:hover:before {
	font-family: FontAwesome;
	content: "\f005";
}
.more-info-modal {
	border: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 0.2rem 0 0.2rem;
	font-size: 1.2rem;
}

@media (min-width: 992px) {
	.more-info-modal {
		font-size: 1.4rem;
	}
}
.more-info-modal span {
	color: #4a4a4a;
}
.more-info-modal span:hover {
	cursor: pointer;
}
.white-btn {
	padding: 0.5rem 0;
	color: #fff !important;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
	display: block;
	width: 100%;
	text-decoration: none;
}
.white-btn:hover {
	padding: 0.5rem 0;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
.white-btn:visited {
	padding: 0.5rem 0;
	color: #fff !important;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
	display: block;
	width: 100%;
	text-decoration: none;
}
.learn-more-button {
	display: inline-block;
	position: relative;
	border: 1px solid #003478;
	background: 0 0;
	width: 100%;
	margin: 0.5rem 0;
	text-align: center;

	text-transform: uppercase;
	line-height: 1.125rem;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	padding: 0.5rem 1.5rem;
}

@media (min-width: 992px) {
	.learn-more-button {
		width: auto;
		margin: 0;
	}
}
.learn-more-button.white-version {
	border: 1px solid #fff;
	color: #fff;
}
.learn-more-button.white-version:active,
.learn-more-button.white-version:visited {
	border: 1px solid #fff;
}
.learn-more-button:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	background: #003478;
	fill: #fff;
	padding: 1rem;
}
.learn-more-button:focus {
	text-decoration: none;
}
.learn-more-button:hover {
	fill: #fff;
	color: #fff;
	border: 1px solid #003478;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	font-weight: 700;
	text-decoration: none;
}
.learn-more-button:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	fill: #fff;
	color: #fff;
	z-index: -1;
	padding: 1rem;
}
.learn-more-button:active,
.learn-more-button:visited {
	border: 1px solid #003478;
	text-decoration: none;
}
.button-right-icon {
	display: inline-block;
	position: relative;
	border: 1px solid #003478;
	background: 0 0;
	width: auto;
	text-align: center;

	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
	padding: 0.5rem 2.5rem;
}

@media (min-width: 576px) {
	.button-right-icon {
		font-size: 1rem;
	}
}
.button-right-icon:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	background: #003478;
	fill: #fff;
	padding: 1rem;
}
.button-right-icon:after {
	font-family: FontAwesome;
	content: "\f0aa";
	padding: 0 0 0 0.5rem;
}
.button-right-icon:hover {
	fill: #fff;
	color: #fff;
	border: 1px solid #003478;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	font-weight: 500;
}
.button-right-icon:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	fill: #fff;
	color: #fff;
	z-index: -1;
	padding: 1rem;
}
.fullwidth-button-link-container {
	padding: 1rem 0;
}
.fullwidth-button-link {
	background: #046a38;
	color: #fff;
	width: auto;
	padding: 1rem;

	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9rem;
	text-align: center;
	z-index: 1;
	-webkit-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	text-decoration: none;
}

@media (min-width: 576px) {
	.fullwidth-button-link {
		font-size: 1rem;
		padding: 1rem 3rem;
	}
}
.fullwidth-button-link:hover {
	background: #00512e;
}
.fullwidth-button-link:hover,
.fullwidth-button-link:visited {
	color: #fff;
	text-decoration: none;
}
.fullwidth-button-link:focus {
	color: #fff;
	text-decoration: none;
}
.line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 1rem 0;
}
.line:after,
.line:before {
	display: none;
	content: "";
	position: absolute;
	height: 0;
	border: 0.5px solid #046a38;
	top: 44px;
	width: 90%;
	z-index: 0;
}

@media (min-width: 576px) {
	.line:after,
	.line:before {
		display: inline-block;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.line:after,
	.line:before {
		display: none !important;
	}
}
.hr-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.hr-container .hr-line {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #fecb00;
}
.center-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.center-button {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.center-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.column-padding {
	padding: 1.5rem;
}

@media (min-width: 992px) {
	.column-padding {
		padding: 1rem 5rem 2rem 5rem;
	}
}
.width-50 {
	width: 100%;
}

@media (min-width: 992px) {
	.width-50 {
		width: 50%;
	}
}
.width-auto {
	width: auto;
}
.circle-image {
	border-radius: 50%;
	max-width: 90px;
}
.circle-image-sidebar {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	max-width: 90px;
}
.circle-image-column {
	padding-left: 0;
	padding-right: 0;
}
.vertical-align-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.horizontal-align-content {
	margin: 0 auto;
	display: block;
}
.block-text {
	display: block;
	width: 100%;
}
.next,
.prev {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	color: #9b9b9b;
	cursor: pointer;
	z-index: 2;
	font-weight: 700;
	font-size: 2rem;
}
.small-text-dark,
.small-text-light {
	margin: 0;
	font-style: italic;
	font-size: 14px;
}
.small-text-dark {
	font-weight: 700;
	color: #4a4a4a;
}
.off-gray-background {
	background: #f7f7f7;
}
.more-content {
	display: inline;
}
.more-content p {
	display: none;
}

@media (min-width: 992px) {
	.more-content p {
		display: inline;
	}
}
.read-more-ellipses {
	display: inline;
}

@media (min-width: 992px) {
	.read-more-ellipses {
		display: none;
	}
}
.addReadMoreLink button {
	display: inline;
	background: 0 0;
	border: 0;
	color: #003478;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
body.menu-open:after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
	.sm-p-0 .subnav-container {
		margin-top: 0;
	}
	li.buttontiles {
		min-height: 0;
	}
}

@media (max-width: 991px) {
	.sm-p-0 {
		width: 100vw !important;
		margin-left: -50vw;
		left: 50%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		max-width: none;
	}
}

@media (max-width: 575px) {
	.sm-p-0 {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin: auto !important;
		left: auto;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		max-width: none;
	}
}
.degree-cards-slider-container .slick-track {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.degree-cards-slider-container .slick-track .slick-slide {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.al-btm {
	margin: 0 auto 1rem;
	max-width: 93%;
}

@media (min-width: 992px) {
	.al-btm {
		margin: 0 15px 1rem;
		max-width: 100%;
	}
}
body .buorg {
	background-position: 8px 17px;
	position: absolute;
	position: fixed;
	z-index: 111111;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	font: 17px Calibri, Helvetica, Arial, sans-serif;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.buorg div a:visited,
body .buorg div a {
	text-indent: 0;
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	padding: 1px 10px;
	border-radius: 0;
	font-weight: 400;
	text-transform: uppercase;
	background: #046a38;
	white-space: nowrap;
	margin: 0 2px;
	display: inline-block;
}
body #buorgig {
	background-color: #d0011b;
}
.developer-note {
	margin-top: -3rem;
}
.red-note {
	border: 5px solid #d0011b;
	padding: 2rem 2rem 6rem 2rem;
	color: #d0011b;
	font-size: 1.5rem;
	font-weight: 700;
}
.red-note p {
	color: #d0011b;
	font-size: 1.5rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#skip-links {
		display: none;
	}
	.skip {
		display: none;
	}
	#skip-links a {
		display: none;
	}
	#skip-links a:active,
	#skip-links a:focus {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.skip-links-nav ul {
		margin: 0;
		padding: 0;
	}
	#skips-links {
		position: fixed;
		margin: 0;
		top: 0;
		padding: 20rem;
		z-index: 9999;
	}
	.skip {
		position: absolute;
		left: -99999px;
		top: 0;
		color: #003478;
	}
	#skips-links a {
		position: absolute;
		left: -99999px;
		top: 0;
	}
	#skip-links a:active,
	#skip-links a:focus {
		position: fixed;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0.5rem;
		text-align: left;
		background: #fff;
		color: #003478;
		text-decoration: none;
		font-weight: 700;
		font-family: inherit;
		font-size: 14px;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	}
}
#header {
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

@media (max-width: 991px) {
	.navbar-scroll-custom {
		-webkit-transform: translateY(-77px);
		-ms-transform: translateY(-77px);
		transform: translateY(-77px);
		-webkit-transition-duration: 0.6s;
		-o-transition-duration: 0.6s;
		transition-duration: 0.6s;
	}
}
header {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	padding: 0;
	margin-top: -1rem;
	margin-bottom: 1px;
	background: #046a38;
}

@media (max-width: 991px) {
	header .m-flexonly {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 992px) {
	header {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		background: #046a38;
	}
}

@media (max-width: 767px) {
	#gallery-caption-nav-wrapper span {
		top: -15px !important;
		color: #9b9b9b !important;
		margin: 10px 0 !important;
		text-shadow: none !important;
	}
	header .row {
		margin: 0;
	}
	.slogan {
		display: none;
	}
	.message-box {
		opacity: none;
		width: 100%;
		position: relative;
		left: 0;
		bottom: 0;
		display: inline-block;
	}
}
header #gateway-nav-desktop {
	display: none;
}

@media (min-width: 992px) {
	header #gateway-nav-desktop {
		display: block;
	}
}
header #gateway-nav-mobile {
	display: block;
}

@media (min-width: 992px) {
	header #gateway-nav-mobile {
		display: none;
	}
}
header #main-nav-buttons-desktop {
	display: none;
}

@media (min-width: 992px) {
	header #main-nav-buttons-desktop {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
header #main-nav-buttons-mobile {
	display: block;
}

@media (min-width: 992px) {
	header #main-nav-buttons-mobile {
		display: none;
	}
}
header #main-nav-form-mobile {
	padding: 0;
}
header .navbar {
	width: 100%;
	position: relative;
}
header .navbar-expand-lg {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width: 992px) {
	header .navbar-expand-lg {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}
header .navbar-collapse {
	width: 100%;
	margin-left: 0;
}

@media (min-width: 992px) {
	header .navbar-collapse {
		width: auto;
		margin-left: auto;
	}
}
header .nav-item {
	padding: 0 0.5rem;
}
header .main-menu-small-text {
	display: block;
	color: #4a4a4a;
	font-size: 0.8rem;
	line-height: 1.2rem;
	padding-left: 1.1rem;
	font-family: "Noto Sans", sans-serif;
}
header .form-inline {
	background: #046a38 !important;
}

@media (min-width: 992px) {
	header .form-inline {
		background: #f6f6f6;
	}
}
header .form-inline .form-control {
	background: #fff;
	border-radius: 0;
	padding: 0.5rem;
	font-size: 0.75rem;
	font-style: italic;

	width: calc(100% - 24px);
	line-height: 1rem;
	font-weight: 400;
	color: #595959;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

@media (min-width: 992px) {
	header .form-inline .form-control {
		width: calc(100% - 62px);
	}
}
header .form-inline .form-control:placeholder {
	color: #595959;
	font-size: 0.75rem;
	font-style: italic;

	width: 100%;
	line-height: 1rem;
}
header .form-inline .btn {
	width: auto;
	color: #fff;
	border: 2px solid #003478;
	padding: 0.5rem 0.5rem;
	min-height: 37px;
	background: #003478;
	margin-left: -11px;
	-webkit-transform-origin: none;
	-ms-transform-origin: none;
	transform-origin: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

@media (min-width: 992px) {
	header .form-inline .btn {
		padding: 0.4rem 0.5rem;
	}
}
header .form-inline .btn .fa {
	color: #fff;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
header .form-inline .btn:hover {
	cursor: pointer;
}
header .form-inline .btn:hover:before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transform-origin: none;
	-ms-transform-origin: none;
	transform-origin: none;
	fill: transparent;
}

@media (min-width: 992px) {
	#main-nav-form-container {
		border-top: 0;
	}
}
@media (min-width: 992px) {
	.navbar-brand {
		padding: 30px 0 0 0;
	}
}
.navbar-brand img {
	display: block;
	max-width: 300px;
	width: 300px;
	height: auto;
}

@media (min-width: 992px) {
	.navbar-brand img {
		padding-left: 15px;
	}
}

@media (max-width: 991px) {
	.navbar-brand img {
		max-width: 300px;
	}
}

@media (max-width: 530px) {
	.navbar-brand img {
		max-width: 160px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-brand img {
		padding-left: 15px;
	}
}
.navbar-brand img:hover {
	cursor: pointer;
}
.navbar-brand:active {
	border: 0 !important;
}
@media (min-width: 992px) {
	.navbar-toggler {
		display: none !important;
		visibility: hidden;
		width: 0;
		overflow: hidden;
	}
}
.navbar-toggler span {
	color: #fff;
}
#cart-button-desktop,
#cart-button-mobile,
#login-button-desktop,
#login-button-mobile {
	border: 0;
	padding: 0 !important;
	color: #046a38;
	background: 0 0;
	text-align: left;
	line-height: 1.188rem;
	cursor: pointer;
}
#login-button-desktop {
	margin-top: 0.5rem;
}

@media (min-width: 992px) {
	#cart-button-desktop,
	#cart-button-mobile,
	#login-button-desktop,
	#login-button-mobile {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}
#cart-button-desktop .main-menu-small-text,
#cart-button-mobile .main-menu-small-text,
#login-button-desktop .main-menu-small-text,
#login-button-mobile .main-menu-small-text {
	padding-left: 0;
}
#login-button-desktop,
#login-button-mobile {
	font-size: 1.375rem;
}
#login-nav-item-desktop,
#login-nav-item-mobile {
	position: relative; /* Shared positioning */
	display: inline-block; /* Display property from the first rule */
	width: 100%; /* Width property from the second rule */
}
#login-dropdown-desktop .my-wcc-li,
#login-dropdown-mobile .my-wcc-li {
	padding: 0.4rem 0;
	border-top: 1px solid #ededed;
	left: -18px;
	margin: 0.5rem auto;
	position: relative;
}
#login-dropdown-desktop .my-wcc-li:nth-child(5),
#login-dropdown-mobile .my-wcc-li:nth-child(5) {
	border-bottom: 1px solid #ededed;
}
#login-dropdown-desktop li,
#login-dropdown-mobile li {
	list-style: none;
	border-bottom: 0 !important;
}
#login-dropdown-desktop .my-wcc-link,
#login-dropdown-mobile .my-wcc-link {
	color: #003478;
	font-size: 1rem;
	padding-left: 0;
}
#my-wcc-logout-desktop,
#my-wcc-logout-desktop2,
#my-wcc-logout-mobile {
	position: relative;
	left: -18px;
}
#my-wcc-logout-desktop .btn,
#my-wcc-logout-desktop2 .btn,
#my-wcc-logout-mobile .btn {
	width: 100%;
	text-decoration: none;
	font-family: 'Noto Sans';
    color: #fff;
    background: #006e37;
    margin-top: 7px;
}
#main-nav #my-wcc-logout-desktop a::before,
#main-nav #my-wcc-logout-desktop2 a::before,
#main-nav #my-wcc-logout-mobile a::before {
	border-left: none;
}
@media (min-width: 992px) {
	#login-nav-item-desktop,
	#login-nav-item-mobile {
		width: auto;
	}
}
#view-switch-radios-desktop label,
#view-switch-radios-mobile label {
	display: block;
}
.login-dropdown-content {
	display: none;
	position: relative;
	background-color: transparent;
	width: 100%;
	top: 0;
	left: -83px;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 1;
	padding-top: 30px;
}
.login-dropdown-content label {
	color: #4a4a4a;
	left: -20px;
	top: 8px;
}
.login-dropdown-content input[type="radio"]:checked + label {
	color: #000;
	font-weight: 700;
}

@media (min-width: 992px) {
	.login-dropdown-content {
		position: absolute;
		background-color: #f6f6f6;
		min-width: 230px;
		top: 119%;
		left: -83px;
		right: 0;
		width: auto;
		-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
		z-index: 1;
	}
}

@media (min-width: 1200px) {
	.login-dropdown-content {
		min-width: 230px;
		padding-top: 30px;
	}
}

@media (min-width: 1068px) {
	.login-dropdown-content {
		top: 100%;
		padding-top: 30px;
	}
}
.bottom-label {
	margin-top: 0.8rem;
	margin-bottom: 0.5rem;
}
input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	background: #fff;
}
input[type="radio"] + label:before,
input[type="radio"]:hover + label:before {
	border-color: #eaeaea;
	background: #fff;
}
input[type="radio"]:active + label:before {
	-webkit-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-filter: brightness(0.2);
	filter: brightness(0.2);
}
input[type="radio"] + label {
	position: relative;
	padding-left: 26px;
	font-weight: 400;
}
input[type="radio"] + label:after,
input[type="radio"] + label:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	content: "";
	display: block;
	left: 0;
	border-radius: 50%;
}
input[type="radio"] + label:before {
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	border: 2px solid #e8e8e8;
	text-align: center;
}
input[type="radio"] + label:after {
	background-color: #003478;
	top: 50%;
	left: 2px;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: -webkit-transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
input[type="radio"]:checked + label:before {
	-webkit-animation: borderscale 0.3s ease-in;
	animation: borderscale 0.3s ease-in;
	background-color: #fff;
}
input[type="radio"]:checked + label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
span.fa.fa-shopping-cart {
	color: #046a38;
	font-size: 1.125rem;
}
#gateway-nav {
	float: right;
	padding: 0;
	top: 10px;
	background: #f6f6f6;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
#gateway-nav,
#main-nav {
	position: relative;
	z-index: 999;
	width: auto;
}
#gateway-nav a,
#main-nav a {
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	border: 1px solid transparent;
}
#gateway-nav a:hover,
#main-nav a:hover {
	text-decoration: none;
}
#gateway-nav-mobile {
	background: #f6f6f6;
	padding-bottom: 1rem;
}
#gateway-nav-mobile .nav-item {
	border-bottom: 0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#gateway-nav-mobile .nav-link {
	color: #4a4a4a;
	font-size: 14px;
}
#gateway-nav-mobile .nav-link:before {
	content: "";
	border-left: 0;
}

@media (min-width: 992px) {
	#gateway-nav {
		background: 0 0;
		margin-bottom: 0;
		padding: 0 0 0.5rem 0;
	}
}
#gateway-nav li {
	margin-bottom: 5px;
}
#gateway-nav a {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1rem;
}
#gateway-nav a:hover {
	text-decoration: underline;
}
#gateway-nav a:after {
	content: "|";
	position: absolute;
	margin-left: 1.3rem;
}

@media (max-width: 991px) {
	#gateway-nav a:after {
		content: "";
	}
}
#gateway-nav a.last:after {
	content: "";
}

@media (min-width: 992px) {
	#gateway-nav {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
#main-nav-form-column-desktop,
#main-nav-form-column-mobile {
	padding: 1rem 2rem;
	background: #046a38;
}

@media (min-width: 992px) {
	#main-nav-form-column-desktop,
	#main-nav-form-column-mobile {
		padding: 0;
	}
}
#main-nav {
	padding: 0;
	background: #fff;
	border-top: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 0;
	width: 100%;
	border-top: 8px solid #fecb00 !important;
	border-bottom: 1px solid #eee !important;
}

@media (min-width: 992px) {
	#main-nav {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 1.75rem;
		width: 100%;
		border-top: 1px solid #eaeaea;
	}
	#main-nav a {
		padding-left: 0;
	}
}
#main-nav .container {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
#main-nav a {
	color: #046a38;
	font-size: 1.5rem;
	line-height: 1.188rem;
	padding-left: 1rem;
	border: 1px solid transparent;
	text-align: left;
	position: relative;
}
#main-nav a:before {
	content: "";
	border-left: 1px solid #dadada;
	padding-left: 1rem;
	padding-bottom: 1rem;
}
#main-nav a:hover:before {
	content: "";
	border-left: 1px solid #fecb00;
}
#main-nav a.current:before {
	content: "";
	border-left: 1px solid #fecb00;
}
#main-nav .navbar-nav {
	margin-top: 0;
	width: 100%;
	/* keep the Unna, serif font family for card titles and nav only */
	font-family: Unna, serif;

}
#main-nav .navbar-nav li {
	border-bottom: 1px solid #dadada;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

@media (min-width: 992px) {
	#main-nav .navbar-nav li {
		border-bottom: 0;
	}
}
#main-nav .navbar-nav li:last-child {
	border-bottom: 0;
}
#main-nav .collapse {
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 992px) {
	#main-nav .collapse {
		margin: 0 auto;
		width: 100%;
	}
}
#main-nav .nav-item {
	padding: 0.3rem 2.25rem 0.2rem !important;
}

@media (min-width: 992px) {
	#main-nav .nav-item {
		padding: 0.7rem 2.25rem 0 2.25rem;
		margin-left: -2rem;
	}
}
.login-nav-container {
	border-bottom: 1px solid #dadada;
	border-right: 0;
}

@media (min-width: 992px) {
	.login-nav-container {
		border-bottom: 0;
		border-right: 1px solid #dadada;
	}
}
.login-nav-container:hover {
	background: #f6f6f6;
}
.cart-nav-container,
.login-nav-container {
	background: #eaeaea;
	padding: 0;
}

@media (min-width: 992px) {
	.cart-nav-container,
	.login-nav-container {
		padding: 0 0.5rem;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#global-search-desktop {
		width: 510px;
	}
	#gateway-nav {
		width: 55% !important;
	}
}

@media (min-width: 992px) {
	#global-search-button-mobile,
	#global-search-mobile {
		display: none;
	}
}

@media all and (-ms-high-contrast: none) and (max-width: 991px),
	(-ms-high-contrast: active) and (max-width: 991px) {
		#gateway-nav {
			width: auto !important;
		}
	}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#gateway-mobile ul {
		float: right;
	}
	#gateway-mobile #main-nav-form-container {
		float: right;
		display: block;
	}
	.card {
		-ms-flex: 1;
	}
	.card img {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.home-cards {
		width: 100%;
	}
	.slick-list,
	.slick-slider {
		width: 100%;
	}
}
footer.footer {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 105, 60, 0.8)),
		to(rgba(0, 105, 60, 0.8))
	),
		url(/_resources/img/create-account-bw-min.jpg);
	background: -webkit-linear-gradient(
		rgba(0, 105, 60, 0.8),
		rgba(0, 105, 60, 0.8)
	),
		url(/_resources/img/create-account-bw-min.jpg);
	background: -o-linear-gradient(rgba(0, 105, 60, 0.8), rgba(0, 105, 60, 0.8)),
		url(/_resources/img/create-account-bw-min.jpg);
	background: linear-gradient(rgba(0, 105, 60, 0.8), rgba(0, 105, 60, 0.8)),
		url(/_resources/img/create-account-bw-min.jpg);
	background-size: cover;
	padding: 1rem 0;
	margin-top: -1px;
}
footer.footer .footer-logo-image {
	margin-left: 0;
	max-width: 300px;
}

@media (min-width: 768px) {
	footer.footer .footer-logo-image {
		margin-left: -2rem;
	}
}

@media (min-width: 768px) {
	footer.footer {
		padding: 2rem 0 4rem;
	}
}
footer.footer img {
	width: auto;
}
footer.footer .btn {
	display: block;
}
footer.footer ul {
	list-style: none;
	color: #fff;
}
footer.footer a,
footer.footer li {
	color: #fff;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
footer.footer .heading {
	font-weight: 700;
}
footer.footer a:hover {
	text-decoration: underline;
}
footer.footer .footer-content {
	margin-top: 2rem;
}
footer.footer .footer-heading {
	color: #fff;

	font-size: 1.375rem;
	font-weight: 400;
	border-bottom: 1px solid #fecb00;
}
footer.footer address {
	color: #fff;
	margin-bottom: 0;
}
footer.footer .footer-right ul > li {
	padding-bottom: 0.5rem;
}
footer.footer .footer-bottom {
	border-top: 1px solid #fecb00;
	padding-top: 1rem;
}
footer.footer .footer-bottom .footer-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0.2rem;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
}
footer.footer .footer-bottom .footer-logo .footer-logo-image {
	height: auto;
}

@media (min-width: 768px) {
	footer.footer .footer-bottom .footer-logo {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}
footer.footer .footer-bottom .row {
	padding-left: 15px;
}

@media (max-width: 767px) {
	footer.footer .footer-bottom .row {
		padding-left: 0;
	}
	.login-dropdown-content {
		left: 0;
	}
}
footer.footer .footer-bottom .footer-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 767px) {
	footer.footer .footer-bottom .footer-social {
		margin-top: -25px;
	}
}

@media (min-width: 768px) {
	footer.footer .footer-bottom .footer-social {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
footer.footer .footer-bottom .footer-social .social-icons {
	position: relative;
	top: 0;
}

@media (min-width: 768px) {
	footer.footer .footer-bottom .footer-social .social-icons {
		top: 1rem;
	}
}
footer.footer .footer-bottom .social-link {
	padding: 0.2rem;
	color: #000;
}
footer.footer .footer-bottom li {
	display: inline-block;
}
footer.footer .footer-bottom .fa {
	color: #fff;
	padding: 0.5rem;
	font-size: 2rem;
}
#content-header img {
	width: 100%;
}

@media (max-width: 767px) {
	#subnavigation {
		background-color: #fff;
	}
}
#subnav-aside {
	padding-left: 0;
}

@media (min-width: 992px) {
	#subnav-aside {
		padding-left: 1.5rem;
	}
}
.subnav-container {
	margin: -1px 0 1.875rem 0;
	padding: 0;
}

@media (min-width: 768px) {
	.subnav-container {
		margin-top: 1rem;
	}
}

@media (min-width: 992px) {
	.subnav-container {
		margin-top: 0.5rem;
	}
}
.subnav-container .subnav-content {
	margin-bottom: 0;
}
.subnav-container .section-title {
	display: block;
	margin: 0;
	padding: 0.75rem;
	padding-left: 25px;
	position: relative;
	background: #ededed;
	color: #4a4a4a;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;

	font-size: 0.875rem;
	line-height: 1.75rem;
	font-weight: 400;
	cursor: pointer;
	z-index: 5;
}

@media (min-width: 992px) {
	.subnav-container .section-title {
		display: none;
	}
}
.subnav-container .section-title:before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.2rem;
	color: #9b9b9b;
	line-height: 1;
	font-weight: 400;
	padding-left: 5px;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	margin-right: 1rem;
}

@media (min-width: 992px) {
	.subnav-container .section-title:before {
		display: none;
	}
}

@media (min-width: 576px) {
	.subnav-container .section-title:before {
		font-size: 1.4rem;
	}
}
.subnav-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subnav-container ul.subnav {
	background: #fff;
}

@media (min-width: 576px) {
	.subnav-container ul.subnav {
		display: block;
		background: 0 0;
	}
}
.subnav-container ul.subnav > li {
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.subnav-container ul.subnav > li {
		padding-left: 30px;
	}
}
.subnav-container ul.subnav > li .no-children {
	padding-left: 1;
}
.subnav-container ul.subnav > li > a {
	display: block;
	margin: 0;
	padding-left: 1.25rem;
	position: relative;
	color: #4a4a4a;
}
.subnav-container ul.subnav > li > a:focus {
	text-decoration: underline;
}
.subnav-container ul.subnav > li > a:hover {
	color: #003478;
	text-decoration: none;
	font-weight: 700;
}
.subnav-container ul.subnav > li > a:active {
	font-weight: 700;
}
.subnav-container ul.sub-menu {
	display: none;
	margin: 0;
	padding: 0 0 0 1rem;
	background: 0 0;
}

@media (min-width: 768px) {
	.subnav-container ul.sub-menu {
		background: 0 0;
	}
}
.subnav-container ul.sub-menu li a {
	color: #4a4a4a;
	font-size: 0.875rem;
	line-height: 1.75rem;
}
.subnav-container ul.sub-menu li a:focus {
	text-decoration: underline;
}
.subnav-container ul.sub-menu li a:hover {
	color: #003478;
	text-decoration: none;
	font-weight: 700;
}
.subnav-container ul.sub-menu li a:active {
	font-weight: 700;
}
.subnav-container .menu-item-has-children button.list-toggle {
	display: block;
	position: absolute;
	background: inherit;
	border: 0;
	text-shadow: none;
	z-index: 1;
}
.subnav-container .menu-item-has-children button.list-toggle:before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.5rem;
	color: #9b9b9b;
	font-weight: 400;
	padding-left: 0;
	margin-left: -10px;
	position: relative;
	cursor: pointer;
}

@media (max-width: 991px) {
	.subnav-container .menu-item-has-children button.list-toggle:before {
		margin-left: -10px;
	}
}

@media (max-width: 767px) {
	.subnav-container .menu-item-has-children button.list-toggle:before {
		margin-left: -10px;
	}
}
.subnav-container .menu-item-has-children button.list-toggle span {
	color: #9b9b9b;
	font-size: 1.5rem;
	cursor: pointer;
}
.subnav-container .menu-item-has-children button.list-toggle:hover {
	text-decoration: none;
	color: #000;
}
.subnav-container .menu-item-has-children.list-item-open button.list-toggle {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
	margin-left: 0;
	margin-top: 2px;
}

@media (max-width: 991px) {
	.subnav-container .menu-item-has-children.list-item-open button.list-toggle {
		margin-left: -5px;
		margin-top: 5px;
	}
}
.subnav-container .menu-item-has-children.list-item-open .sub-menu {
	display: block;
}
.subnav-container .card {
	border: 0;
}

@media (max-width: 991px) {
	.subnav-open #subnav-toggle:before {
		-webkit-transform: rotateZ(90deg);
		-ms-transform: rotate(90deg);
		transform: rotateZ(90deg);
	}
	.subnav-content {
		display: none;
	}
	body.subnav-open .subnav-content {
		display: block;
	}
}
.related-navigation {
	padding: 2rem 0 1rem;
}
.related-navigation h4 {
	padding-bottom: 1rem;
	padding-left: 1rem;
	border-bottom: 1px solid #dadada;
}
.related-navigation a {
	color: #4a4a4a;
}
.related-navigation ul {
	list-style: none;
}
.card-block .extra-info span,
.card-block.extra-info span {
	display: block;
	padding-left: 0;
}
.extra-info {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
	padding: 1rem 0;
}
.extra-info .noicon::before {
	content: none !important;
}
@media (max-width: 991px) {
	.extra-info .extra-info span,
	.extra-info .info-text {
		display: block !important;
	}
}
.extra-info span {
	padding-left: 1rem;
	display: inline-block;
}

@media (max-width: 991px) {
	.extra-info span {
		display: block;
	}
}
.extra-info h4 {
	padding: 0 0 1rem 1rem;
	border-bottom: 1px solid #dadada;
}
.extra-info .info-text {
	color: #4a4a4a;
	display: inline-block;
	margin: 0.5rem 0;
	font-weight: 400;
	word-wrap: break-word;
}
.extra-info .info-text:before {
	font-family: FontAwesome;
	content: "\f19c";
	color: #9b9b9b;
	margin-right: 0.5rem;
}
.extra-info .phone-number {
	color: #4a4a4a;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	margin: 0.5rem 0;
	word-wrap: break-word;
}
.extra-info .phone-number:before {
	font-family: FontAwesome;
	content: "\f095";
	color: #9b9b9b;
	margin-right: 0.5rem;
}
.extra-info .fax-number {
	color: #4a4a4a;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	margin: 0.5rem 0;
	word-wrap: break-word;
}
.extra-info .fax-number:before {
	font-family: FontAwesome;
	content: "\f02f";
	color: #9b9b9b;
	margin-right: 0.5rem;
}
.extra-info .email {
	color: #003478;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	margin: 0.5rem 0;
	word-wrap: break-word;
}
.extra-info .email:before {
	font-family: FontAwesome;
	content: "\f0e0";
	color: #9b9b9b;
	margin-right: 0.5rem;
}
.extra-info .virtual {
	color: #4a4a4a;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	margin: 0.5rem 0;
	word-wrap: break-word;
}
.extra-info .virtual:before {
	font-family: FontAwesome;
	content: "\f109";
	color: #9b9b9b;
	margin-right: 0.5rem;
}
.subnav-container ul,
.supplementary-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subnav-container li,
.supplementary-content li {
	margin: 0;
}
.subnav-container li a,
.supplementary-content li a {
	display: block;
	margin: 0 0 0 20px;
	padding: 0.2rem 0 0.2rem 1rem;
	background: 0 0;
	font-weight: 400;
	text-decoration: none;
}
@media (min-width: 768px) {
	.subnav-container li a,
	.supplementary-content li a {
		background: 0 0;
	}
}
.subnav-container li a:hover,
.supplementary-content li a:hover {
	color: #003478;
	text-decoration: none;
	background: 0 0;
}

@media (min-width: 768px) {
	.subnav-container li a:hover,
	.supplementary-content li a:hover {
		background: 0 0;
		text-decoration: underline;
	}
}
.subnav-container li.current-menu-item > a,
.supplementary-content li.current-menu-item > a {
	font-weight: 400;
}
.subnav-container li.current-menu-item .current-page-item > a,
.supplementary-content li.current-menu-item .current-page-item > a {
	font-weight: 600;
	color: #003478;
}
.subnav-container #current-page-item,
.supplementary-content #current-page-item {
	font-weight: 600;
	color: #003478;
}
.supplementary-content .learn-more-button {
	margin-top: 1.5rem;
	width: 100%;
}
.right-sidebar h2 {
	color: #007077;
	/*font-family: 'Zilla Slab', serif;*/
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	font-size: 1.875rem;
}
.right-sidebar hr {
	margin: 1rem 0 1rem;
}
.right-sidebar .apply-now-component a,
.right-sidebar .generic-card a {
	text-decoration: none;
}
.main-sidebars-disabled {
	margin: 0;
	padding: 0 2rem 0 2rem;
}

@media (min-width: 768px) {
	.main-sidebars-disabled {
		padding: 0 3rem 0 3rem;
	}
}
.home-page {
	background: #f6f6f6;
}
.home-page section {
	margin-top: -1px;
}
.home-page .card .card-title {
	background-color: #046a38;
	border-top: 4px solid #fecb00 !important;
	color: #fff;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem;
	margin-bottom: 0;
	padding: 0.4rem 1rem 0.6rem;
	/* keep the Unna, serif font family for card titles and nav only */
	font-family: Unna, serif;
}
.home-page section home-cards {
	margin-top: -1px;
}
.home-page .news-flipster {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 60px;
}
.flipster__item__content > img {
	height: 387px;
	width: 608px;
	object-fit: cover;
	border: 1px solid #eee;
}

@media (max-width: 767px) {
	.home-page .news-flipster {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.home-page .news-flipster .flipster__item img {
		width: 100%;
	}
}
.home-page .news-flipster .flipster__nav {
	margin-top: 1em;
}

@media (min-width: 768px) {
	.home-page .news-flipster .flipster__nav {
		display: none;
	}
}
.home-page .news-flipster .flipster__nav__item--current .flipster__nav__link {
	background: #003478;
}
.home-page .news-flipster .flipster__nav__link {
	background: #fff;
	border: 1px solid #9b9b9b;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	padding: 0;
	text-indent: -99999px;
}
.home-page .news-flipster .card-title {
	color: #003478;

	font-weight: 700;
	font-style: normal;
	text-align: left;
	font-size: 1.25rem;
	padding-top: 15px;
}

@media (max-width: 767px) {
	.home-page .news-flipster .card-title {
		max-width: 80vw;
		margin: auto;
	}
}
.home-page .news-flipster .nh-caption {
	max-width: 611px;
	text-align: left;
	padding-top: 0;
	font-size: 0.875rem;
	line-height: 1.313rem;
}
.home-page .news-flipster .nh-caption strong {
	display: block;
	color: #003478;
}

@media (max-width: 767px) {
	.home-page .news-flipster .nh-caption {
		max-width: 80vw;
		min-height: 50px !important;
		margin: auto;
	}
}
.home-page .news-flipster .flipster__item--future,
.home-page .news-flipster .flipster__item--past {
	visibility: hidden;
	opacity: 0;
	color: #fff;
	-webkit-transition: visibility 0s 0.1s, opacity 0.1s linear;
	-o-transition: visibility 0s 0.1s, opacity 0.1s linear;
	transition: visibility 0s 0.1s, opacity 0.1s linear;
}
.home-page .news-flipster .flipster__item--future .card-title,
.home-page .news-flipster .flipster__item--past .card-title {
	visibility: hidden;
	opacity: 0;
	color: #fff;
	-webkit-transition: visibility 0s 0.1s, opacity 0.1s linear;
	-o-transition: visibility 0s 0.1s, opacity 0.1s linear;
	transition: visibility 0s 0.1s, opacity 0.1s linear;
}
.home-page .news-flipster .flipster__item--future .nh-caption,
.home-page .news-flipster .flipster__item--past .nh-caption {
	visibility: hidden;
	opacity: 0;
	color: #fff;
	-webkit-transition: visibility 0s 0.1s, opacity 0.1s linear;
	-o-transition: visibility 0s 0.1s, opacity 0.1s linear;
	transition: visibility 0s 0.1s, opacity 0.1s linear;
}
.home-page .news-flipster .flipster__item--future .nh-caption strong,
.home-page .news-flipster .flipster__item--past .nh-caption strong {
	color: #fff;
}
.home-page .news-flipster .flipster__item--future-1,
.home-page .news-flipster .flipster__item--past-1 {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.home-page .news-flipster .flipster__button {
	opacity: 1;
}
.home-page .news-flipster .flipster__button svg {
	width: 1.5em;
	stroke: #003478;
	stroke-width: 2px;
}

@media (max-width: 767px) {
	.home-page .news-flipster .flipster__button {
		top: 86.5%;
	}
}
.home-page .news-flipster ul {
	text-align: center;
}
.home-page .main-content {
	background: #f6f6f6;
}
.home-page .content-container {
	margin-left: 15px;
	margin-right: 15px;
}

@media (max-width: 767px) {
	.home-page .mobile-block {
		display: block;
	}
}
.home-page .cta-home {
	height: 100%;
	background-color: #0a5327;
}
.home-page .cta-home .cta {
	height: 27%;
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.home-page .cta-home .cta {
		padding: 20px;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.home-page .cta-home .cta a {
		margin: auto;
		max-width: 340px;
	}
}
.home-page .cta-home .cta-bottom {
	height: 46%;
	padding-bottom: 9.5rem;
}

@media (max-width: 767px) {
	.home-page .cta-home .cta-bottom {
		padding-bottom: 20px;
	}
}
.home-page .cta-home hr.cta-hr {
	margin: auto;
	border: none;
	border-top: 1px solid #fecb00;
	width: 85%;
}
.home-page .cta-home .row {
	height: 100%;
}
.home-page .cta-home .cta-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.home-page .cta-home .circle-container {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 100px;
	float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-page .cta-home .circle-container {
		height: 80px;
		width: 80px;
	}
}
.home-page .cta-home .circle-container .cta-img {
	background-size: cover !important;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.home-page .cta-home .circle-container .cta-1 {
	background: url(/_resources/img/CTA-img-1-2x.png) no-repeat;
}
.home-page .cta-home .circle-container .cta-2 {
	background: url(/_resources/img/CTA-img-2-2x.png) no-repeat;
}
.home-page .cta-home .circle-container .cta-3 {
	background: url(/_resources/img/CTA-img-3-2x.png) no-repeat;
}
.home-page .cta-home .cta-message {
	float: left;
	width: 60%;
	color: #fff;
	padding-left: 25px;
	font-size: 1.5rem;
	line-height: 28px;
}

@media (max-width: 767px) {
	.home-page .cta-home .cta-message {
		font-size: 1.2rem;
		line-height: 22px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-page .cta-home .cta-message {
		font-size: 1.2rem;
		line-height: 22px;
	}
}
.home-page .cta-home .cta-wrapper:hover .cta-img {
	height: 135%;
	width: 135%;
	background-position: -10px -5px !important;
}
.home-page .hero-image,
.home-page .hero-image2 {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.5))
	),
		url(/_resources/img/home-hero-min.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/home-hero-min.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/home-hero-min.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/home-hero-min.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.home-page .hero-image,
	.home-page .hero-image2 {
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		height: 650px;
	}
	.home-page .hero-image2 {
		height: 563px;
	}
}

@media (max-width: 767px) {
	.home-page .hero-image,
	.home-page .hero-image2 {
		display: block;
		background-size: 160% auto;
		background-position: 0 0;
	}
}
.home-page .hero-image .hero-content,
.home-page .hero-image2 .hero-content {
	position: absolute;
	margin: 0;
	top: 47%;
	padding-left: 10%;
}
.home-page .hero-image2 .hero-content {
	padding-left: 5%;
}

@media (max-width: 767px) {
	.home-page .hero-image .hero-content,
	.home-page .hero-image2 .hero-content {
		position: relative;
		padding: 145px 0 20px 0;
	}
}
.home-page .hero-image .home-h1--blue,
.home-page .hero-image2 .home-h1--blue {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 2.188rem;
	color: #003478;
}

@media (min-width: 768px) {
	.home-page .hero-image .home-h1--blue,
	.home-page .hero-image2 .home-h1--blue {
		font-size: 3.813rem;
		line-height: 3.813rem;
	}
}
.home-page .hero-image .block-text,
.home-page .hero-image2 .block-text {
	display: block;
}
.home-page .hero-image .emphasized-text,
.home-page .hero-image2 .emphasized-text {
	font-size: 2.5rem;
	font-weight: 700;
	font-style: italic;
	display: block;
	line-height: 2.188rem;
	margin-top: 2rem;
}

@media (min-width: 768px) {
	.home-page .hero-image .emphasized-text,
	.home-page .hero-image2 .emphasized-text {
		font-size: 3.813rem;
		line-height: 3.813rem;
	}
}
.home-page .card-component {
	margin: 0;
	padding: 18px 15px 0;
}

@media (min-width: 768px) {
	.home-page .card-component {
		padding-top: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
}
.home-page .home-cards .card {
	margin: 1rem 0;
	border-radius: 0;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

@media (min-width: 768px) {
	.home-page .home-cards .card {
		margin: -6rem 0 8rem;
	}
}
.home-page .home-cards .card .card-text {
	font-size: 0.875rem;
	line-height: 1.313rem;
}
.home-page .home-cards img {
	padding: 0;
	margin: 0;
}
.home-page .home-cards .card-block {
	padding: 1.5rem;
}
.home-page .learn-more-button {
	display: inline-block;
	position: relative;
	border: 1px solid #003478;
	background: 0 0;
	width: 100%;
	text-align: center;

	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	padding: 0.5rem;
}
.home-page .learn-more-button:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	background: #003478;
	fill: #fff;
	padding: 1rem;
}
.home-page .learn-more-button:hover {
	fill: #fff;
	color: #fff;
	border: 1px solid #003478;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.home-page .learn-more-button:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	fill: #fff;
	color: #fff;
	z-index: -1;
	padding: 1rem;
}
.home-page .home-stats {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(74, 74, 74, 0.7)),
		to(rgba(74, 74, 74, 0.7))
	),
		url(/_resources/img/home-stats-bw-crop-min.jpg);
	background: -webkit-linear-gradient(
		rgba(74, 74, 74, 0.7),
		rgba(74, 74, 74, 0.7)
	),
		url(/_resources/img/home-stats-bw-crop-min.jpg);
	background: -o-linear-gradient(rgba(74, 74, 74, 0.7), rgba(74, 74, 74, 0.7)),
		url(/_resources/img/home-stats-bw-crop-min.jpg);
	background: linear-gradient(rgba(74, 74, 74, 0.7), rgba(74, 74, 74, 0.7)),
		url(/_resources/img/home-stats-bw-crop-min.jpg);
	background-size: cover;
	background-position: center;
	padding: 2rem 0.5rem;
}

@media (min-width: 576px) {
	.home-page .home-stats {
		padding: 4rem 3rem;
	}
}

@media (min-width: 768px) {
	.home-page .home-stats {
		padding: 5rem 4rem;
	}
}

@media (min-width: 992px) {
	.home-page .home-stats {
		padding: 8rem 10rem;
	}
}
.home-page .home-stats .home-stats-component {
	margin: 0;
}

@media (min-width: 768px) {
	.home-page .home-stats .home-stats-component {
		margin: 2rem 0;
	}
}
.home-page .home-stats .card-text,
.home-page .home-stats .card-title {
	color: #fff;
	margin-left: 0;
}

@media (min-width: 768px) {
	.home-page .home-stats .card-text,
	.home-page .home-stats .card-title {
		margin-left: -2rem;
	}
}
.home-page .home-stats .card-title {
	display: block;
	font-size: 2.188rem;

	font-weight: 700;
	line-height: 2.375rem;
	margin-top: 0;
}

@media (min-width: 768px) {
	.home-page .home-stats .card-title {
		font-size: 2.813rem;
		line-height: 3.25rem;
	}
}

@media (min-width: 992px) {
	.home-page .home-stats .card-title {
		font-size: 3.438rem;
		line-height: 3.25rem;
	}
}
.home-page .home-stats .card-text {
	font-size: 1.25rem;
	line-height: 1.375rem;
}

@media (min-width: 768px) {
	.home-page .home-stats .card-text {
		font-size: 1.625rem;
		line-height: 1.75rem;
	}
}
.home-page .home-stats .stats-content-white,
.home-page .home-stats .stats-content-yellow {
	margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
	.home-page .home-stats .stats-content-white,
	.home-page .home-stats .stats-content-yellow {
		margin: 0 1rem;
	}
}
.home-page .home-stats .stats-content-white {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 2rem 0;
}
.home-page .home-stats .stats-content-yellow {
	border-top: 1px solid #fecb00;
	border-right: 1px solid #fecb00;
	border-bottom: 1px solid #fecb00;
	padding: 2rem 0;
}
.home-page .home-stats .yellow-line:after {
	content: "";
	display: block;
	padding-top: 0.5rem;
	border-bottom: 1.5px solid #fecb00;
	width: 33%;
}
.home-page .home-stats .cta-title {
	font-style: italic;
	text-align: center;
	border-bottom: none;
	color: #fff;
}
.home-page .home-center-mode-slider-section {
/*	margin: 5rem 0; */
}

@media (max-width: 767px) {
	.home-page .home-center-mode-slider-section {
		margin: 3rem 0;
	}
}
.home-page .home-center-mode-slider-section .section-heading {
	text-align: center;
	margin-bottom: 2rem;
	color: #003478;
}
.home-page .home-center-mode-slider-section figcaption p {
	color: #003478;

	font-weight: 700;
	line-height: 1.3rem;
	margin-bottom: 0;
}
.ProgramBrowser .create-account,
.home-page .create-account {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(74, 74, 74, 0.7)),
		to(rgba(74, 74, 74, 0.7))
	),
		url(/_resources/img/create-account-bw-min.jpg);
	background: -webkit-linear-gradient(
		rgba(74, 74, 74, 0.7),
		rgba(74, 74, 74, 0.7)
	),
		url(/_resources/img/create-account-bw-min.jpg);
	background: -o-linear-gradient(rgba(74, 74, 74, 0.7), rgba(74, 74, 74, 0.7)),
		url(/_resources/img/create-account-bw-min.jpg);
	background: linear-gradient(rgba(74, 74, 74, 0.7), rgba(74, 74, 74, 0.7)),
		url(/_resources/img/create-account-bw-min.jpg);
	background-size: cover;
	background-position: center;
	height: auto;
	padding: 2rem 1rem;
}

@media (min-width: 992px) {
	.home-page .create-account {
		padding: 5rem 2rem;
		margin-bottom: 0;
	}
}
.home-page .create-account .container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.home-page .create-account-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.home-page .create-account-container .h1-white,
.home-page .create-account-container .home-header-white {
	text-align: center;
}
.home-page .create-account-container .hr-container {
	margin: 0.8rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.home-page .create-account-container .hr-container .hr-line {
	width: 100%;
	position: relative;
	margin: 1rem;
	border-bottom: 1px solid #fecb00;
}
.home-page .create-account-container .hr-container .hr-icon {
	position: relative;
	top: 3px;
}
.home-page .create-account-container .hr-container .fa-key {
	color: #fff;
	font-size: 1rem;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 1rem;
}
.home-page .create-account-container a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 0.5rem;
}

@media (min-width: 992px) {
	.home-page .create-account-container a {
		width: 50%;
	}
}
.home-page .gallery-header {
	margin-top: 5rem;
	text-align: center;
	padding: 0;
}
.home-page .home-slider {
	margin: 0 auto;
}
.home-page .news-highlights {
	background: #fff;
}
.home-page .home-gallery-component-container {
	position: relative;
	width: 100%;
}
.home-page .home-gallery-component-container .home-gallery-component img {
	width: 100%;
	max-width: 100%;
}
.home-page .home-gallery-component-container a.thumbnail {
	border: 0;
	padding: 0;
}
.home-page .home-gallery-component-container .gallery-header {
	font-size: 2rem;
	font-style: normal;
	line-height: 1.5;
	padding: 0 0 0.5rem;
	text-align: center;
}
.home-page .home-gallery-component-container .caption-title {
	color: #003478;
	font-style: normal;
	font-size: 1.2rem;
}
.home-page .home-gallery-component-container .gallery-caption {
	padding: 1rem 0;
	background: 0 0;
	width: 100%;
	position: relative;
	bottom: 0.8rem;
	margin-bottom: 1rem;
}
.home-page .home-gallery-component-container .gallery-caption p {
	font-size: 1.2rem;
}
.home-page .home-gallery-component-container ul.slick-dots {
	text-align: center;
	position: relative;
	width: 100%;
	margin: -2.5rem auto;
	padding: 0;
	overflow: hidden;
}
.home-page .home-gallery-component-container ul.slick-dots li {
	display: inline-block;
	margin: 0 0.3rem;
}
.home-page .home-gallery-component-container ul.slick-dots li a {
	display: block;
	text-align: center;
	padding: 1rem;
	text-decoration: none;
}
.home-page .home-gallery-component-container .slider-icons {
	background: #fff;
	border: 1px solid #e8e8e8;
	width: 1.3rem;
	height: 1.3rem;
	padding: 0.5rem;
	border-radius: 50%;
	margin: 0.2rem;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

@media (min-width: 576px) {
	.home-page .home-gallery-component-container .slider-icons {
		margin: 0.5rem;
	}
}
.home-page .home-gallery-component-container li.slick-active .slider-icons {
	background: #003478;
}
.home-page .home-gallery-component-container .next,
.home-page .home-gallery-component-container .prev {
	color: #9b9b9b;
	position: absolute;
	cursor: pointer;
	z-index: 2000;
	font-size: 3rem;
	padding: 1rem;
	bottom: 0;
	margin: -2.5rem auto;
}

@media (min-width: 576px) {
	.home-page .home-gallery-component-container .next,
	.home-page .home-gallery-component-container .prev {
		margin: -2.5rem auto;
	}
}

@media (min-width: 992px) {
	.home-page .home-gallery-component-container .next,
	.home-page .home-gallery-component-container .prev {
		margin: -2.5rem 8rem;
	}
}
.home-page .home-gallery-component-container .prev {
	left: 0;
}
.home-page .home-gallery-component-container .next {
	right: 0;
}
.home-page .home-gallery-component-container .icon {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #0097a1;
}
.home-page .home-gallery-component-container span.fa.fa-circle-thin {
	font-size: 2rem;
	padding: 0.5rem;
}
.home-page .no-caption ul.slick-dots {
	margin: -1rem auto;
	padding: 1.5rem;
}
.home-page a {
	text-decoration: none;
}
.inner.top-level-page .content-header-container {
	background: #fff;
}
.inner.top-level-page #main-content {
	padding: 0;
/*	background: #f7f7f7; */
}
.inner.top-level-page #top-fullwidth-column,
.inner.top-level-page #top-two-column {
	margin-top: 0;
	margin-bottom: 3rem;
}

@media (max-width: 991px) {
	.inner.top-level-page #top-fullwidth-column,
	.inner.top-level-page #top-two-column {
		margin-bottom: 0;
	}
}
.inner.top-level-page #top-fullwidth-column {
	background: #fff;
	padding-bottom: 4rem;
}

@media (max-width: 991px) {
	.inner.top-level-page #top-fullwidth-column {
		padding-bottom: 2rem;
	}
}
.inner.top-level-page .photo-caption {
	padding: 1rem 0 2rem;
}
.inner.top-level-page .quick-links-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width: 992px) {
	.inner.top-level-page .quick-links-container {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
.inner.top-level-page .top-quick-links-content .learn-more-button {
	margin: 0.5rem 0;
	width: 100%;
}
.inner.top-level-page .quick-links li {
	list-style-type: none;
}
.inner.top-level-page .quick-links li:before {
	content: "\2022";
	color: #003478;
	padding: 0;
	margin-right: 0;
	margin-top: 0.1px;
	margin-bottom: 0;
	margin-left: -18px;
	position: absolute;
	text-align: right;
}
.inner.top-level-page .quick-links li a {
	font-weight: 400;
	margin: 0;
	padding: 0.1rem 0;
	width: 100%;
}
.inner.top-level-page .quick-links li a:hover {
	font-weight: 700;
	text-decoration: none;
}
.inner.top-level-page .fullwidth-column,
.inner.top-level-page .two-column-quick-links {
	margin-top: 1rem;
}

@media (min-width: 576px) {
	.inner.top-level-page .fullwidth-column,
	.inner.top-level-page .two-column-quick-links {
		margin-top: 3rem;
	}
}
.inner.top-level-page .two-column-left .card {
	padding: 0;
}

@media (min-width: 992px) {
	.inner.top-level-page .two-column-left .card {
		padding: 0 1rem;
	}
}
.inner.top-level-page .two-column {
	padding-top: 0;
}

@media (min-width: 576px) {
	.inner.top-level-page .two-column {
		padding-top: 0;
	}
}
.inner.top-level-page .top-fullwidth-column-content,
.inner.top-level-page .two-column-left {
	padding-top: 1.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0;
}

@media (min-width: 992px) {
	.inner.top-level-page .top-fullwidth-column-content,
	.inner.top-level-page .two-column-left {
		padding-top: 0;
	}
}
.inner.top-level-page .two-column-right {
	padding-top: 1.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 1rem;
	width: 100%;
}

@media (min-width: 992px) {
	.inner.top-level-page .two-column-right {
		padding-top: 0.5rem;
		padding-right: 1rem;
		padding-bottom: 2rem;
		width: auto;
	}
}
.inner.top-level-page .two-column-right .quick-links-heading {
	padding-top: 0;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.inner.top-level-page .two-column-right .quick-links-heading:after {
	content: "";
	display: block;
	width: 100%;
	height: 1rem;
	border-bottom: 1px solid #dadada;
}
.inner.top-level-page .card {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.inner.top-level-page .card-image-row {
	width: 100%;
	margin-right: 1.7rem;
	margin-left: -1px;
}
.inner.top-level-page .card-image-container {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 8rem 0;
	margin-right: 0.9rem;
	margin-left: 0.9rem;
}

@media (min-width: 575px) and (max-width: 767px) {
	.inner.top-level-page .card-image-container {
		padding: 15rem 0;
	}
}

@media (min-width: 767px) and (max-width: 1199px) {
	.inner.top-level-page .card-image-container {
		padding: 10rem 0;
	}
}
.inner.top-level-page .card-content-container {
	padding: 2rem;
}
.inner.top-level-page .card-content-container .learn-more-button {
	margin: 1rem 0 0.5rem 0;
	width: 100%;
}
.inner.top-level-page .card-section {
	margin: 0 0.5rem;
}

@media (min-width: 992px) {
	.inner.top-level-page .card-section {
		margin: 0 3rem;
	}
}
.inner.top-level-page .create-account {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(74, 74, 74, 0.7)),
		to(rgba(74, 74, 74, 0.7))
	),
		url(/_resources/img/create-account-bw-min.jpg);
	background: -webkit-linear-gradient(
		rgba(74, 74, 74, 0.7),
		rgba(74, 74, 74, 0.7)
	),
		url(/_resources/img/create-account-bw-min.jpg);
	background: -o-linear-gradient(rgba(74, 74, 74, 0.7), rgba(74, 74, 74, 0.7)),
		url(/_resources/img/create-account-bw-min.jpg);
	background: linear-gradient(rgba(74, 74, 74, 0.7), rgba(74, 74, 74, 0.7)),
		url(/_resources/img/create-account-bw-min.jpg);
	background-size: cover;
	background-position: center;
	height: auto;
	padding: 2rem 1rem;
}

@media (min-width: 992px) {
	.inner.top-level-page .create-account {
		padding: 5rem 2rem;
		margin-bottom: 3rem;
	}
}
.inner.top-level-page .create-account .container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.inner.top-level-page .create-account-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.inner.top-level-page .create-account-container .h1-white,
.inner.top-level-page .create-account-container .header-white {
	text-align: center;
}
.inner.top-level-page .create-account-container .hr-container {
	margin: 0.8rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.inner.top-level-page .create-account-container .hr-container .hr-line {
	width: 100%;
	position: relative;
	margin: 1rem;
	border-bottom: 1px solid #fecb00;
}
.inner.top-level-page .create-account-container .hr-container .hr-icon {
	position: relative;
	top: 3px;
}
.inner.top-level-page .create-account-container .hr-container .fa-key {
	color: #fff;
	font-size: 1rem;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 1rem;
}
.inner.top-level-page .create-account-container a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 0.5rem;
}

@media (min-width: 992px) {
	.inner.top-level-page .create-account-container a {
		width: 50%;
	}
}
.inner.top-level-page .degrees-section {
	background: #f7f7f7;
	padding: 2rem 0 0;
}

@media (min-width: 992px) {
	.inner.top-level-page .degrees-section {
		padding: 0 1rem;
	}
}
.inner.top-level-page .section-heading {
	text-align: center;
}
.inner.top-level-page .degree-cards {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
	.inner.top-level-page .degree-cards {
		margin-top: 2.5rem;
		margin-bottom: 1rem;
	}
}
.inner.top-level-page .degree-cards-slider img {
	width: 100%;
	height: auto;
	margin: 0;
}
.start.inner #top-two-column {
	background: #fff;
	padding-bottom: 2rem;
	padding-top: 2rem;
	margin-top: -1rem;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.start.inner #top-two-column {
		margin-top: -24px;
	}
}

@media (max-width: 767px) {
	.start.inner #top-two-column {
		padding-left: 0;
		padding-right: 0;
	}
}
.start.inner h1 {
	padding-bottom: 1rem;
}
.start.inner .card {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-top: 2rem;
}
.start.inner .two-column-left P {
	padding-bottom: 1rem;
}
.start.inner .two-column-left h3 {
	padding-top: 0.5rem;
}
.start.inner .learn-more-button {
	margin-bottom: 2rem;
}
.start.inner .button-right-icon {
	margin-bottom: 0;
}
.start.inner .twelve-column-button {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.start.inner .twelve-column-button {
		padding-left: 1.5rem;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.inner.program-page .two-column {
	padding-top: 0;
}

@media (min-width: 992px) {
	.inner.program-page .two-column {
		padding-top: 0;
	}
}
.inner.program-page .two-column-right {
	padding-top: 0;
}
.inner.program-page .program-content-top {
	margin: 1rem 0;
}
.inner.program-page .card-content-container .learn-more-button {
	width: 100%;
}

@media (min-width: 992px) {
	.inner.program-page .card-content-container .learn-more-button {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.inner.program-page img {
		margin-bottom: 0;
	}
}
.inner.program-page .checked-icon {
	font-weight: 400;
	margin: 0;
	padding: 0 0 0 1rem;
	width: 100%;
}
.inner.program-page .supplementary-content .learn-more {
	padding: 0;
	font-weight: 400;
}

@media (min-width: 992px) {
	.inner.program-page .supplementary-content .learn-more {
		padding: 0.5rem 0;
	}
}
.inner.program-page .supplementary-content .extra-info {
	margin-bottom: 1.5rem;
}
.inner.program-page .create-account {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(74, 74, 74, 0.7)),
		to(rgba(74, 74, 74, 0.7))
	),
		url(/_resources/img/create-account-bw-min.jpg);
	background: -webkit-linear-gradient(
		rgba(74, 74, 74, 0.7),
		rgba(74, 74, 74, 0.7)
	),
		url(/_resources/img/create-account-bw-min.jpg);
	background: -o-linear-gradient(rgba(74, 74, 74, 0.7), rgba(74, 74, 74, 0.7)),
		url(/_resources/img/create-account-bw-min.jpg);
	background: linear-gradient(rgba(74, 74, 74, 0.7), rgba(74, 74, 74, 0.7)),
		url(/_resources/img/create-account-bw-min.jpg);
	background-size: cover;
	background-position: center;
	height: auto;
	padding: 2rem 1rem;
}

@media (min-width: 992px) {
	.inner.program-page .create-account {
		padding: 5rem 2rem;
	}
}
.inner.program-page .create-account .container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.inner.program-page .create-account-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.inner.program-page .create-account-container .h1-whitem .header-white {
	text-align: center;
}
.inner.program-page .create-account-container .hr-container {
	margin: 0.8rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.inner.program-page .create-account-container .hr-container .hr-line {
	width: 100%;
	position: relative;
	margin: 1rem;
	border-bottom: 1px solid #fecb00;
}
.inner.program-page .create-account-container .hr-container .hr-icon {
	position: relative;
	top: 3px;
}
.inner.program-page .create-account-container .hr-container .fa-key {
	color: #fff;
	font-size: 1rem;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 1rem;
}
.inner.program-page .create-account-container a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 0.5rem;
}

@media (min-width: 992px) {
	.inner.program-page .create-account-container a {
		width: 50%;
	}
}
.inner.program-page .rectangle-card {
	padding: 2rem 1.5rem;
}
.inner.program-page .rectangle-card .learn-more-button {
	margin-top: 1rem;
}
.inner.program-page .rectangle-card .quick-links li {
	list-style-type: none;
}
.inner.program-page .rectangle-card .quick-links li:before {
	content: "\2022";
	color: #003478;
	padding: 0;
	margin-right: 0;
	margin-top: 0.1px;
	margin-bottom: 0;
	margin-left: -18px;
	position: absolute;
	text-align: right;
}
.inner.program-page .rectangle-card .quick-links li a {
	font-weight: 400;
	margin: 0;
	padding: 0.1rem 0;
	width: 100%;
}
.inner.program-page .rectangle-card .quick-links {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.inner.program-page .rectangle-card .quick-links {
		margin-bottom: 1rem;
	}
}
.inner.academic-certificates-degrees .two-column {
	padding-top: 0;
}
.inner.academic-certificates-degrees .two-column-right {
	padding-top: 0;
}
.program-page .calendar > .card-component {
	margin: 1rem auto;
}
.twelve-column-button {
	padding-left: 1.5rem;
}
.inner.learn #main-content {
	background: #f7f7f7;
	margin-top: 0;
}
.inner.learn #top-fullwidth-column {
	padding-top: 1rem;
}
.inner.learn .hr-divider {
	background: #f7f7f7;
}
.center-mode-slider-section,
.two-column {
/*	background: #f7f7f7; */
}
.center-mode-slider-section {
	padding: 3rem 0 4rem;
}
.center-mode-slider-section .section-heading {
	color: #4a4a4a;
	margin-top: -3rem;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.center-mode-slider-section .section-heading {
		margin-bottom: 3rem;
	}
}
.center-mode-slider-section p {
	color: #003478;
	font-weight: 700;
}
.center-mode-slider-section .learn-more-button {
	width: 100%;
}
.two-column-right p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-bottom: 1.5rem;
}
.two-column-right-h6 {
	color: #003478;
	font-weight: 700;
	font-style: normal;
}

.inner.bio .two-column {
	padding-top: 1rem;
}

@media (min-width: 992px) {
	.inner.bio .two-column {
		padding-top: 1.5rem;
	}
}
.inner.bio .rectangle-card {
	margin-bottom: 2rem;
}
.inner.bio .rectangle-card .card-content-container {
	padding: 2rem;
}

@media (min-width: 992px) {
	.inner.bio .rectangle-card .card-content-container {
		padding: 2rem 3rem 1rem 2rem;
	}
}
.inner.bio .extra-info a {
	line-height: 1;
}
.circle-image-content {
	margin-left: 0;
}

@media (min-width: 992px) {
	.circle-image-content {
		padding-left: 0;
	}
}
.inner.class-listing .two-column-right {
	padding: 0;
}
.tabs-container {
	padding: 0.5rem 0;
}
.tabs-container h3 {
	color: #767676;
	text-align: left;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
	padding: 0.5rem 0;
}
.tabs-container ul.nav.nav-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0;
	margin-bottom: -3px;
	background: #4a4a4a;
}
.tabs-container ul.nav.nav-tabs .nav-item {
	width: 100%;
	margin-left: 0;
	margin-bottom: 3px;
}

@media (min-width: 992px) {
	.tabs-container ul.nav.nav-tabs .nav-item {
		width: auto;
		margin-left: 3px;
	}
}
.tabs-container ul.nav.nav-tabs a {
	color: #fff;
	font-size: 1.125rem;
	text-align: center;
	background: #4a4a4a;
	/*font-family: Montserrat, sans-serif;*/
	text-decoration: none;
	border-radius: 0;
	outline-offset: 1px;
	outline: 1px solid #ededed;
	font-weight: 400;
}
.tabs-container ul.nav.nav-tabs a:focus {
	padding: 0.5rem 1rem;
}
.tabs-container ul.nav.nav-tabs .nav-link.active {
	border: 0;
	padding: 0.5rem 1rem;
	background: #007077;
}
.tabs-container .tab-pane {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.tabs-container .tab-pane p {
	padding: 1.5rem;
}
.card .card-text,
.card .card-text a {
	/*	font-size: .875rem; */
	line-height: 1.313rem;
}
.card .card-block .learn-more-button {
	width: 100%;
}
.main-card .card,
.right-sidebar .card {
	margin: 1rem 0;
	border-radius: 0;
}
.main-card .card .card-block,
.right-sidebar .card .card-block {
	padding: 1.5rem;
}
.main-card .card .card-title,
.right-sidebar .card .card-title {
	word-wrap: normal;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.main-card .card .card-text,
.right-sidebar .card .card-text {
	font-size: 0.875rem;
	line-height: 1.313rem;
}
.main-card .card img,
.right-sidebar .card img {
	max-width: 100%;
	padding: 0;
	margin: 1px 0;
}
.main-card .card-component .card,
.right-sidebar .card-component .card {
	padding: 0;
	margin: 1rem 0 1rem 0;
	border-radius: 0;
	border: 1px solid #eaeaea;
}
.main-card .card-link:hover,
.right-sidebar .card-link:hover {
	text-decoration: underline;
}
.fullwidth-card-component .card-image-container {
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.fullwidth-card-component .card-image-container {
		padding-right: 0;
		padding-left: 1.5rem;
	}
}
.fullwidth-card-component .card-content-container {
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.fullwidth-card-component .card-content-container {
		padding-right: 2rem;
		padding-left: 1.5rem;
	}
}
.fullwidth-card-component .card-content-container,
.fullwidth-card-component .card-image-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fullwidth-card-component .card {
	padding: 1.5rem;
}

@media (min-width: 992px) {
	.fullwidth-card-component .card {
		padding: 1.5rem 1rem;
	}
}
.fullwidth-card-component .card img {
	width: 100%;
	max-width: 100%;
	padding: 1rem 0;
	margin: 0;
}

@media (min-width: 992px) {
	.fullwidth-card-component .card img {
		padding: 0;
	}
}
.fullwidth-card-component .card-block {
	padding: 1rem;
}

@media (min-width: 992px) {
	.fullwidth-card-component .card-block {
		padding: 1rem 0;
	}
}
.fullwidth-card-component .card-title {
	word-break: normal;
	font-weight: 600;
}
.fullwidth-card-component .card-text {
	font-size: 0.875rem;
	line-height: 1.313rem;
}
.events-card .card,
.right-sidebar .card {
	margin: 1rem 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.events-card .card .card-block,
.right-sidebar .card .card-block {
	padding: 1.5rem;
}
.events-card .card .card-title,
.right-sidebar .card .card-title {
	word-break: normal;
	text-align: left;
	font-weight: 600;
}
.events-card .card img,
.right-sidebar .card img {
	max-width: 100%;
	margin: 0;
}
.events-card .card-component .card,
.right-sidebar .card-component .card {
	padding: 0;
	margin: 1rem 0 1rem 0;
}
.events-card .card-link:hover,
.right-sidebar .card-link:hover {
	text-decoration: underline;
}
.left-subnav .important-dates-component,
.right-sidebar .important-dates-component,
main .important-dates-component {
	background: #ededed;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.left-subnav .important-dates-component .card-title,
.right-sidebar .important-dates-component .card-title,
main .important-dates-component .card-title {
	color: #007077;
	/*font-family: 'Zilla Slab', serif;*/
	font-weight: 600;
	text-align: left;
	margin-bottom: 0.5rem;
}
.left-subnav .important-dates-component .card-block,
.right-sidebar .important-dates-component .card-block,
main .important-dates-component .card-block {
	padding: 0;
}
.left-subnav .important-dates-component ul,
.right-sidebar .important-dates-component ul,
main .important-dates-component ul {
	list-style: none;
}
.left-subnav .important-dates-component li,
.right-sidebar .important-dates-component li,
main .important-dates-component li {
	margin-left: -2rem;
}
.left-subnav .important-dates-component a,
.right-sidebar .important-dates-component a,
main .important-dates-component a {
	/*font-family: Montserrat, sans-serif;*/
	font-weight: 600;
	text-align: left;
	color: #000;
	text-decoration: none;
}
.left-subnav .important-dates-component a:hover,
.right-sidebar .important-dates-component a:hover,
main .important-dates-component a:hover {
	color: #007077;
	background: #ededed;
}
.left-subnav .important-dates-component p,
.right-sidebar .important-dates-component p,
main .important-dates-component p {
	margin-left: -2rem;
}
.left-subnav .generic-card,
.right-sidebar .generic-card,
main .generic-card {
	background: #ededed;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.left-subnav .generic-card .card-title,
.right-sidebar .generic-card .card-title,
main .generic-card .card-title {
	color: #007077;
	/*font-family: 'Zilla Slab', serif;*/
	font-weight: 600;
	text-align: left;
	margin-bottom: 0;
}
.left-subnav .generic-card .card-block,
.right-sidebar .generic-card .card-block,
main .generic-card .card-block {
	padding: 0;
}
.left-subnav .generic-card ul,
.right-sidebar .generic-card ul,
main .generic-card ul {
	list-style: none;
}
.left-subnav .generic-card li,
.right-sidebar .generic-card li,
main .generic-card li {
	margin-left: -2rem;
}
.left-subnav .generic-card a,
.right-sidebar .generic-card a,
main .generic-card a {
	/*font-family: Montserrat, sans-serif;*/
	font-weight: 600;
	text-align: left;
	color: #000;
	text-decoration: none;
}
.left-subnav .generic-card .email,
.left-subnav .generic-card .virtual,
.left-subnav .generic-card .phone-number,
.right-sidebar .generic-card .email,
.right-sidebar .generic-card .phone-number,
main .generic-card .email,
main .generic-card .phone-number {
	/*font-family: Montserrat, sans-serif;*/
	font-weight: 500;
	text-align: left;
	color: #6b6b6b;
	text-decoration: none;
}
.left-subnav .generic-card .email a:hover,
.left-subnav .generic-card .virtual a:hover,
.left-subnav .generic-card .phone-number a:hover,
.right-sidebar .generic-card .email a:hover,
.right-sidebar .generic-card .phone-number a:hover,
main .generic-card .email a:hover,
main .generic-card .phone-number a:hover {
	color: #007077;
	background: #ededed;
}
.left-subnav .generic-card a:hover,
.right-sidebar .generic-card a:hover,
main .generic-card a:hover {
	color: #007077;
	background: #ededed;
}
.left-subnav .important-dates-component li {
	margin-left: 0;
}
.left-subnav .important-dates-component p {
	margin-left: 0.6rem;
}
.left-subnav .important-dates-component a:hover {
	color: #007077;
	background: #ededed;
}
.two-column-left .rectangle-card {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.two-column-left .rectangle-card {
		padding-left: 16px;
		padding-right: 16px;
	}
}
span#basic-addon1 {
	color: #6b6b6b;
}
.accordion-container {
	margin: 1rem 0 1rem 0;
	padding-bottom: 1rem;
}
.accordion-container .accordion-card {
	margin: 1rem 0 -1rem 0;
	border: 0;
	background: 0 0;
}
.accordion-container .accordion-card a[data-toggle="collapse"] {
	display: block;
	font-size: 1.2rem;
	line-height: 1.75rem;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	padding: 0;
	border: 0;
	background: 0 0;
}

@media (min-width: 768px) {
	.accordion-container .accordion-card a[data-toggle="collapse"] {
		/*	font-size: 1.563rem;*/
		line-height: 1.75rem;
	}
}
.accordion-container .accordion-card .card-header {
	padding: 1rem;
	border: 1px solid #eaeaea;
	background: #fff;
}
.accordion-container .accordion-card .card-header a:before {
	font-family: FontAwesome;
	content: "\f104";
	display: block;
	float: right;
	color: #9b9b9b;
	font-weight: 700;
	font-size: 1.3rem;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotateZ(-90deg);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

@media (min-width: 768px) {
	.accordion-container .accordion-card .card-header a:before {
		font-size: 1.6rem;
	}
}
.accordion-container .accordion-card .card-header a.collapsed:before {
	font-family: FontAwesome;
	content: "\f104";
	-webkit-transform: rotateZ(0);
	-ms-transform: rotate(0);
	transform: rotateZ(0);
	color: #046a38;
}
.accordion-container .accordion-card .card-block {
	padding: 1rem;
}
#leftsidebar-accordion .card,
#rightsidebar-accordion .card {
	padding: 0;
}
.rectangle-card {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #eaeaea;
}
.rectangle-card p {
	font-size: 0.875rem;
}
.rectangle-card .rectangle-card-content-container {
	padding: 2.5rem 3rem;
}
.rectangle-card .rectangle-card-content-container .learn-more-button {
	margin: 1rem 0 0.5rem 0;
	width: 100%;
}

@media (min-width: 992px) {
	.rectangle-card .rectangle-card-content-container .learn-more-button {
		width: auto;
	}
}
.rectangle-card-image-container {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10rem 0;
	margin-right: 0.9rem;
	margin-left: 0.9rem;
}

@media (min-width: 575px) and (max-width: 767px) {
	.rectangle-card-image-container {
		padding: 15rem 0;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.rectangle-card-image-container {
		padding: 20rem 0;
	}
}

@media (min-width: 992px) {
	.rectangle-card-image-container {
		padding: 0;
		margin-right: 0;
		margin-left: -1px;
	}
}
.rectangle-card-icons {
	padding: 2rem 1rem;
	margin-right: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #eaeaea;
}
.rectangle-card-icons .card-title {
	margin-left: 1.5rem;
}
.rectangle-card-icons .card-content-container {
	padding: 0;
}
.rectangle-card-icons .card-content-container .learn-more-button {
	margin: 1rem 0 0.5rem 0;
	width: 100%;
}

@media (min-width: 992px) {
	.rectangle-card-icons .card-content-container .learn-more-button {
		width: auto;
	}
}
.rectangle-card-icons .rectangle-card-image-container {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10rem 0;
	margin-right: 0.9rem;
	margin-left: 0.9rem;
}

@media (min-width: 575px) and (max-width: 767px) {
	.rectangle-card-icons .rectangle-card-image-container {
		padding: 15rem 0;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.rectangle-card-icons .rectangle-card-image-container {
		padding: 20rem 0;
	}
}

@media (min-width: 992px) {
	.rectangle-card-icons .rectangle-card-image-container {
		padding: 0;
		margin-right: 0;
		margin-left: -1px;
	}
}
.rectangle-card-icons .icon-links {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.rectangle-card-icons .icon-links {
		margin-bottom: 1rem;
	}
}
.rectangle-card-icons .icon-links li {
	list-style-type: none;
}
.rectangle-card-icons .icon-links li:before {
	font-family: FontAwesome;
	content: "\f058";
	color: #003478;
	padding: 0;
	margin-right: 0;
	margin-top: 0.1px;
	margin-bottom: 0;
	margin-left: -18px;
	position: absolute;
	text-align: right;
}
.rectangle-card-icons a {
	font-weight: 400;
	margin: 0;
	padding: 0 0 0 0.5rem;
	width: 100%;
}
.calendar-header,
.news-slider-nav {
	text-align: center;
	margin: 3rem 0 1rem;
}
.center-mode-slider-section .slick-list,
.home-center-mode-slider .slick-list {
	padding-top: 1.8rem !important;
	padding-bottom: 4vw !important;
}
.center-nav-wrapper {
	margin-bottom: 30px;
}
.degree-slider-nav,
.nocaption-slider-nav,
.vertical-caption-slider-nav {
	margin: 30px auto;
}
.caption-slider-nav,
.center-nav-wrapper,
.degree-slider-nav,
.home-nav-wrapper2,
.mobile-only-slider-nav,
.news-slider-nav,
.nocaption-slider-nav,
.vertical-caption-gallery .vertical-caption-slider-nav {
	text-align: center;
	height: 20px;
}
.caption-slider-nav .next,
.caption-slider-nav .prev,
.center-nav-wrapper .next,
.center-nav-wrapper .prev,
.degree-slider-nav .next,
.degree-slider-nav .prev,
.home-nav-wrapper2 .next,
.home-nav-wrapper2 .prev,
.mobile-only-slider-nav .next,
.mobile-only-slider-nav .prev,
.news-slider-nav .next,
.news-slider-nav .prev,
.nocaption-slider-nav .next,
.nocaption-slider-nav .prev,
.vertical-caption-gallery .vertical-caption-slider-nav .next,
.vertical-caption-gallery .vertical-caption-slider-nav .prev {
	position: relative;
	display: inline;
	color: #9b9b9b;
	width: 30px;
}
.caption-slider-nav .next:hover:before,
.caption-slider-nav .prev:hover:before,
.center-nav-wrapper .next:hover:before,
.center-nav-wrapper .prev:hover:before,
.degree-slider-nav .next:hover:before,
.degree-slider-nav .prev:hover:before,
.home-nav-wrapper2 .next:hover:before,
.home-nav-wrapper2 .prev:hover:before,
.mobile-only-slider-nav .next:hover:before,
.mobile-only-slider-nav .prev:hover:before,
.news-slider-nav .next:hover:before,
.news-slider-nav .prev:hover:before,
.nocaption-slider-nav .next:hover:before,
.nocaption-slider-nav .prev:hover:before,
.vertical-caption-gallery .vertical-caption-slider-nav .next:hover:before,
.vertical-caption-gallery .vertical-caption-slider-nav .prev:hover:before {
	color: #002e6d;
}
.caption-slider-nav .prev,
.center-nav-wrapper .prev,
.degree-slider-nav .prev,
.home-nav-wrapper2 .prev,
.mobile-only-slider-nav .prev,
.news-slider-nav .prev,
.nocaption-slider-nav .prev,
.vertical-caption-gallery .vertical-caption-slider-nav .prev {
	top: -7px;
	padding: 0 1rem;
}
.caption-slider-nav .next,
.center-nav-wrapper .next,
.degree-slider-nav .next,
.home-nav-wrapper2 .next,
.mobile-only-slider-nav .next,
.news-slider-nav .next,
.nocaption-slider-nav .next,
.vertical-caption-gallery .vertical-caption-slider-nav .next {
	top: -7px;
	padding: 0 1rem;
}
.caption-slider-nav ul.slick-dots,
.center-nav-wrapper ul.slick-dots,
.degree-slider-nav ul.slick-dots,
.home-nav-wrapper2 ul.slick-dots,
.mobile-only-slider-nav ul.slick-dots,
.news-slider-nav ul.slick-dots,
.nocaption-slider-nav ul.slick-dots,
.vertical-caption-gallery .vertical-caption-slider-nav ul.slick-dots {
	widows: auto;
	display: inline;
}
.calendar,
.slickwrapper {
	margin-bottom: 2rem;
}
.calendar .slick-list,
.calendar .slick-track,
.slickwrapper .slick-list,
.slickwrapper .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.calendar .card-component,
.slickwrapper .card-component {
	margin: 4rem auto;
}
.calendar .card,
.slickwrapper .card {
	margin: 1rem 10px;
	border-radius: 0;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.calendar img,
.slickwrapper img {
	padding: 0;
	margin: 1px 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.calendar img:hover,
.slickwrapper img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.calendar .date-icon-container,
.slickwrapper .date-icon-container {
	width: 30%;
	margin: -3vh auto 0;
}

@media (min-width: 576px) {
	.calendar .date-icon-container,
	.slickwrapper .date-icon-container {
		width: 18%;
		margin: -2.9vh auto 0;
	}
}

@media (min-width: 768px) {
	.calendar .date-icon-container,
	.slickwrapper .date-icon-container {
		width: 35%;
		margin: -3.5vh auto 0;
	}
}

@media (min-width: 992px) {
	.calendar .date-icon-container,
	.slickwrapper .date-icon-container {
		width: 30%;
		margin: -2.5vh auto 0;
	}
}

@media (min-width: 1200px) {
	.calendar .date-icon-container,
	.slickwrapper .date-icon-container {
		width: 30%;
		margin: -2.9vh auto 0;
	}
}
.calendar .no-image .date-icon-container,
.slickwrapper .no-image .date-icon-container {
	margin: 1rem auto;
	padding-top: 2rem;
}
.calendar .date-icon,
.slickwrapper .date-icon {
	background: #003478;
	position: relative;
	width: 100%;
	height: 0;
	padding: 50% 0;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
	.calendar .date-icon,
	.slickwrapper .date-icon {
		padding: 60% 60%;
	}
}
.calendar .date-text,
.slickwrapper .date-text {
	text-align: center;
	font-size: 0.875rem;
	text-transform: uppercase;
}
.calendar .date-number,
.slickwrapper .date-number {
	font-family: Merriweather, serif;
	margin-top: -0.5rem;
	font-size: 1.5rem;
}
.calendar .date-number,
.calendar .date-text,
.slickwrapper .date-number,
.slickwrapper .date-text {
	color: #fff;
}
.calendar .card-block,
.slickwrapper .card-block {
	padding: 1.5rem;
}
.calendar .calendar-header,
.slickwrapper .calendar-header {
	text-align: center;
}
.calendar .date,
.slickwrapper .date {
	margin-top: -1rem;
}
.calendar-button-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
}
.dropdown-container {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 4.75rem;
}
.dropdown-container ul {
	display: none;
	float: left;
	width: 100%;
	z-index: 2;
	background: #fff;
	border: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 0;
	padding: 0;
}
.dropdown-container ul li {
	display: block;
	float: left;
	width: 100%;
}
.dropdown-container ul li a {
	display: block;
	color: #767676;
	font-size: 1rem;
	line-height: 1.56;
	width: calc(100% - 20px);
	padding: 0 1.5rem 1rem;
	margin: 0;
	border: 0;
	text-decoration: none;
	font-weight: 300;
}
.dropdown-container ul li a:focus {
	padding: 0 1.5rem 1rem;
	font-weight: 700;
	color: #003478;
}
.dropdown-container ul li a:active {
	padding: 0 1.5rem 1rem;
	font-weight: 700;
	color: #003478;
}
.dropdown-container ul li a:hover {
	background: 0 0;
	color: #003478;
	font-weight: 700;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 1.5rem 1rem;
}
.dropdown-container .dropdown-menu {
	color: #4a4a4a;
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 300;
	position: relative;
	padding-right: 1.25rem;
	border: 1px solid #eaeaea;
	outline: 0;
	padding: 1rem;
	cursor: pointer;
	text-transform: unset;
	background: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 0;
}
.dropdown-container .dropdown-menu:after {
	font-family: FontAwesome;
	content: "\f104";
	font-weight: 700;
	font-size: 1.8rem;
	position: absolute;
	color: #9b9b9b;
	-webkit-transform: rotateZ(0);
	-ms-transform: rotate(0);
	transform: rotateZ(0);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	right: 0;
	padding: 0 1rem;
}
.dropdown-container.open .dropdown-menu:after {
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotateZ(-90deg);
}
.dropdown-container.open ul {
	display: block;
	position: relative;
	top: 100%;
	padding: 1rem;
}

@media (min-width: 576px) {
	.dropdown-container.open ul {
		position: relative;
	}
}
input[type="date"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-control .ms-choice {
	height: 34px;
	line-height: 32px;
}
.adaptive-label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 1em;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	background: #fff;
	resize: none;
	outline: 0;
}
.adaptive-label[required]:focus + label[placeholder]:before {
	color: #003478;
}
.adaptive-label[required]:focus + label[placeholder]:before,
.adaptive-label[required]:valid + label[placeholder]:before {
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
	-ms-transform: translate(0, -1.5em) scale(0.9, 0.9);
	transform: translate(0, -1.5em) scale(0.9, 0.9);
}
.adaptive-label[required]:invalid + label[placeholder][alt]:before {
	content: attr(alt);
}
.adaptive-label[required] + label[placeholder] {
	display: block;
	pointer-events: none;
	line-height: 1em;
	margin-top: calc(-3em - 2px);
	margin-bottom: calc((3em - 1em) + 2px);
}
.adaptive-label[required] + label[placeholder]:before {
	content: attr(placeholder);
	display: inline-block;
	margin: 0 calc(1em + 2px);
	padding: 0 2px;
	color: #4a4a4a;
	white-space: nowrap;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#fff)
	);
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	background-image: -o-linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
}
.textarea-adaptive-label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: calc(em + 2px);
	margin: 0 0 1em;
	padding: 1em;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	background: #fff;
	resize: none;
	outline: 0;
}
@supports (-ms-ime-align: auto) {
	.textarea-adaptive-label {
		margin: 0 0 0.5em;
	}
}
.textarea-adaptive-label[required]:focus {
	border-color: #003478;
}
.textarea-adaptive-label[required]:focus + label[placeholder]:before {
	color: #003478;
}
.textarea-adaptive-label[required]:focus + label[placeholder]:before,
.textarea-adaptive-label[required]:valid + label[placeholder]:before {
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
	-ms-transform: translate(0, -1.5em) scale(0.9, 0.9);
	transform: translate(0, -1.5em) scale(0.9, 0.9);
}
.textarea-adaptive-label[required]:invalid + label[placeholder][alt]:before {
	content: attr(alt);
}
.textarea-adaptive-label[required] + label[placeholder] {
	display: block;
	pointer-events: none;
	line-height: 1em;
	margin-top: calc(-10em - 8px);
	margin-bottom: calc((10em - 1em) + 2px);
}
.textarea-adaptive-label[required] + label[placeholder]:before {
	content: attr(placeholder);
	display: inline-block;
	margin: 0 calc(1em + 2px);
	padding: 0 2px;
	color: #4a4a4a;
	white-space: nowrap;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#fff)
	);
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	background-image: -o-linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
}
.inner > form {
	margin: 1rem 0 1rem 0;
}
.form-group input[type="date"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="text"],
.form-group select,
.form-group textarea {
	min-height: 52px;
	/*font-family: Lato sans-serif;*/
	font-size: 16px;
	font-weight: 300;
	line-height: 1.56;
	text-align: left;
	color: #4a4a4a;
}
.form-group select,
.form-group textarea {
	padding: 0.75rem 1.5rem;
}
.form-group select {
	cursor: pointer;
}
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	background: #fff;
}
.form-group input[type="checkbox"] + label:before,
.form-group input[type="checkbox"]:hover + label:before,
.form-group input[type="radio"] + label:before,
.form-group input[type="radio"]:hover + label:before {
	border-color: #eaeaea;
	background: #fff;
}
.form-group input[type="checkbox"]:active + label:before,
.form-group input[type="radio"]:active + label:before {
	-webkit-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-filter: brightness(0.2);
	filter: brightness(0.2);
}
.form-group input[type="checkbox"] + label,
.form-group input[type="radio"] + label {
	position: relative;
	padding-left: 26px;
	font-weight: 400;
}
.form-group input[type="checkbox"] + label:after,
.form-group input[type="checkbox"] + label:before,
.form-group input[type="radio"] + label:after,
.form-group input[type="radio"] + label:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	content: "";
	display: block;
	left: 0;
}
.form-group input[type="checkbox"] + label:before,
.form-group input[type="radio"] + label:before {
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border: 2px solid #e8e8e8;
	text-align: center;
}
.form-group input[type="checkbox"] + label:after,
.form-group input[type="radio"] + label:after {
	background-color: #003478;
	top: 50%;
	left: 2px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: -webkit-transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.form-group input[type="checkbox"]:checked + label:after,
.form-group input[type="radio"]:checked + label:before {
	-webkit-animation: borderscale 0.3s ease-in;
	animation: borderscale 0.3s ease-in;
	background-color: #fff;
}
.form-group input[type="checkbox"]:checked + label:after {
	background-color: #003478;
}
.form-group input[type="checkbox"]:checked + label:after,
.form-group input[type="radio"]:checked + label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.form-group input[type="radio"] + label:after,
.form-group input[type="radio"] + label:before {
	border-radius: 50%;
}
.form-group input[type="checkbox"] + label:after {
	background-color: #003478;
	top: 50%;
	left: 2px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.form-group p {
	margin: 1rem 0 0 0.3rem;
	padding-left: 0;
}
.form-group h1,
.form-group h2,
.form-group h3 {
	margin: 1rem 1rem 1rem 0;
	padding-left: 0;
}
.form-note {
	font-size: 1rem;
	padding-left: 0 !important;
}
.file-input {
	display: inline-block;
	position: relative;
}
.file-input > [type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}
.file-input > .btn {
	display: block;
	margin-right: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.file-input > .btn {
		display: inline-block;
		margin-right: 8px;
	}
}
.file-input > .label {
	color: #595959;
	white-space: nowrap;
	opacity: 1;
}
.file-input.-chosen > .label {
	opacity: 1;
}
.custom-list-group .list-group-item:first-child {
	border-radius: 0;
}
.custom-list-group .list-group-item:last-child {
	border-radius: 0;
}
.content-header-container h1 {
	margin-left: 0;
}

@media (min-width: 768px) {
	.content-header-container h1 {
		margin-left: 1rem;
	}
}
.inner .content-header-container .content-header {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.5))
	),
		url(/_resources/img/home-hero-min.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/home-hero-min.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/home-hero-min.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/home-hero-min.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	padding-top: 3.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.inner .content-header-container .content-header {
		padding-top: 4.5rem;
	}
}
@media (min-width: 992px) {
	.breadcrumb {
		display: block;
	}
}
.breadcrumb .row {
	background: #f7f7f7;
}
.breadcrumb-item a {
	font-size: 0.75rem;
	line-height: 1rem;
}
.content-header-container .content-header,
.inner.start .content-header {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.5))
	),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	padding-top: 10rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.content-header-container .content-header,
	.inner.start .content-header {
		padding-top: 15rem;
	}
}
.two-column .content-header-container .content-header {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.5))
	),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	padding-top: 10rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.two-column .content-header-container .content-header {
		padding-top: 18rem;
	}
}
.two-column .content-header-container .header-white {
	margin-bottom: 1rem;
}
.inner.enrich .breadcrumb .row {
	background: #f7f7f7;
}
.inner.enrich .content-header {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.5))
	),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/enrich-breadcrumb-resize-2-min.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	padding-top: 3.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.inner.enrich .content-header {
		padding-top: 4.5rem;
	}
}
.inner.enrich .header-white {
	margin-bottom: 1rem;
}
.inner.learn .content-header {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.5))
	),
		url(/_resources/img/learn-breadcrumb-crop-min.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/learn-breadcrumb-crop-min.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/learn-breadcrumb-crop-min.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/learn-breadcrumb-crop-min.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	padding-top: 10rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.inner.learn .content-header {
		padding-top: 15rem;
	}
}
.inner.learn .header-white {
	margin-bottom: 1rem;
}
.inner.bio .breadcrumb .row {
	background: #f7f7f7;
}
.inner.bio .content-header {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.5))
	),
		url(/_resources/img/create-account-min.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/create-account-min.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/create-account-min.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/create-account-min.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	padding-top: 3.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.inner.bio .content-header {
		padding-top: 4.5rem;
	}
}
.inner.bio .header-white {
	margin-bottom: 1rem;
}
.inner.class-listing .breadcrumb .row,
.inner.program-page .breadcrumb .row {
	background: #f7f7f7;
}
.inner.class-listing .content-header,
.inner.program-page .content-header {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.5))
	),
		url(/_resources/img/learn-breadcrumb-min.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/learn-breadcrumb-min.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/learn-breadcrumb-min.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/learn-breadcrumb-min.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	padding-top: 3.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.inner.class-listing .content-header,
	.inner.program-page .content-header {
		padding-top: 4.5rem;
	}
}
.inner.class-listing .header-white,
.inner.program-page .header-white {
	margin-bottom: 1rem;
}
.inner.academic-certificates-degrees .breadcrumb .row {
	background: #f7f7f7;
}
.inner.academic-certificates-degrees .content-header {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(rgba(0, 0, 0, 0.5))
	),
		url(/_resources/img/learn-breadcrumb-min.jpg);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/learn-breadcrumb-min.jpg);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/learn-breadcrumb-min.jpg);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(/_resources/img/learn-breadcrumb-min.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	padding-top: 3.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.inner.academic-certificates-degrees .content-header {
		padding-top: 4.5rem;
	}
}
.inner.academic-certificates-degrees .header-white {
	margin-bottom: 1rem;
}
.modal-header-title,
.modal-title {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 0;
}
.close:focus {
	color: #9b9b9b;
}
.close:active {
	color: #9b9b9b;
}
.close:hover {
	color: #003478;
}
.close-modal {
	background: 0 0;
	color: #9b9b9b;
	border: 1px solid #9b9b9b;
	cursor: pointer;
}
.close-modal:hover {
	border: 1px solid #9b9b9b;
	background: #fff;
	color: #fff;
}
.save-modal {
	cursor: pointer;
	border: 1px solid #003478;
}
.save-modal:hover {
	border: 1px solid #003478;
}
.gallery-component-container {
	margin-bottom: 3rem;
}
.vertical-caption-gallery {
	visibility: hidden;
}
.vertical-caption-slider-nav {
	visibility: visible;
}
.degree-cards-slider-container,
.gallery-component-container,
.vertical-caption-gallery-component-container {
	position: relative;
	width: 100%;
}
.degree-cards-slider-container .gallery-component img,
.degree-cards-slider-container .gallery-component-no-caption img,
.degree-cards-slider-container .vertical-caption-gallery-component img,
.gallery-component-container .gallery-component img,
.gallery-component-container .gallery-component-no-caption img,
.gallery-component-container .vertical-caption-gallery-component img,
.vertical-caption-gallery-component-container .gallery-component img,
.vertical-caption-gallery-component-container .gallery-component-no-caption img,
.vertical-caption-gallery-component-container
.vertical-caption-gallery-component
img {
	width: 100%;
	max-width: 100%;
}
.degree-cards-slider-container a.thumbnail,
.gallery-component-container a.thumbnail,
.vertical-caption-gallery-component-container a.thumbnail {
	border: 0;
	padding: 0;
}
.degree-cards-slider-container .gallery-header,
.gallery-component-container .gallery-header,
.vertical-caption-gallery-component-container .gallery-header {
	font-style: italic;
}
.degree-cards-slider-container .gallery-caption,
.gallery-component-container .gallery-caption,
.vertical-caption-gallery-component-container .gallery-caption {
	padding: 1rem 1.2rem 1.2rem;
	background: #f7f7f7;
	width: 100%;
	position: relative;
	bottom: 0.8rem;
	margin-bottom: 1rem;
}
.degree-cards-slider-container .gallery-caption p,
.gallery-component-container .gallery-caption p,
.vertical-caption-gallery-component-container .gallery-caption p {
	font-size: 0.875rem;
	line-height: 1.313rem;
}
.degree-cards-slider-container .slider-lightbox-control,
.gallery-component-container .slider-lightbox-control,
.vertical-caption-gallery-component-container .slider-lightbox-control {
	position: relative;
	left: -0.3rem;
	margin: -2.5rem auto;
	color: #0097a1;
	display: none;
}

@media (min-width: 576px) {
	.degree-cards-slider-container .slider-lightbox-control,
	.gallery-component-container .slider-lightbox-control,
	.vertical-caption-gallery-component-container .slider-lightbox-control {
		float: right;
		display: block;
	}
}

@media (min-width: 992px) {
	.degree-cards-slider-container .slider-lightbox-control,
	.gallery-component-container .slider-lightbox-control,
	.vertical-caption-gallery-component-container .slider-lightbox-control {
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.degree-cards-slider-container .slider-lightbox-control span,
.gallery-component-container .slider-lightbox-control span,
.vertical-caption-gallery-component-container .slider-lightbox-control span {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 1.2rem;
}

@media (min-width: 992px) {
	.degree-cards-slider-container .slider-lightbox-control span,
	.gallery-component-container .slider-lightbox-control span,
	.vertical-caption-gallery-component-container .slider-lightbox-control span {
		font-size: 1.5rem;
	}
}
.degree-cards-slider-container .icon,
.gallery-component-container .icon,
.vertical-caption-gallery-component-container .icon {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #0097a1;
}
.degree-cards-slider-container span.fa.fa-circle-thin,
.gallery-component-container span.fa.fa-circle-thin,
.vertical-caption-gallery-component-container span.fa.fa-circle-thin {
	font-size: 2rem;
	padding: 0.5rem;
}
#close-gallery {
	position: absolute;
	font-size: 10rem;
	top: 10px;
	right: 10px;
	color: #fff;
	cursor: pointer;
}
.slick-lightbox > .slick-prev.slick-arrow,
.slick-next.slick-arrow {
	z-index: 999999 !important;
}
.nav-wrapper,
.nav-wrapper2 {
	text-align: center;
	margin-bottom: 40px;
}
.nav-wrapper .prev,
.nav-wrapper2 .prev {
	left: auto;
}
.nav-wrapper .next,
.nav-wrapper .prev,
.nav-wrapper2 .next,
.nav-wrapper2 .prev {
	position: relative;
	right: auto;
	top: auto;
	display: inline;
}
.nav-wrapper ul.slick-dots,
.nav-wrapper2 ul.slick-dots {
	width: auto;
	display: inline;
	top: -2px;
}
.nav-wrapper .center-mode-slider-nav,
.nav-wrapper .home-center-mode-slider-nav,
.nav-wrapper .slider-nav,
.nav-wrapper2 .center-mode-slider-nav,
.nav-wrapper2 .home-center-mode-slider-nav,
.nav-wrapper2 .slider-nav {
	display: inline;
}
.slider-nav {
	margin: -1.5rem 0 1.5rem;
}

@media (min-width: 576px) {
	.slider-nav {
		margin: -1rem 0 1.5rem;
	}
}
ul.slick-dots {
	text-align: center;
	position: relative;
	width: 100%;
	padding: 1.5rem 0;
	overflow: hidden;
	top: -10px;
	bottom: 0;
}

@media (min-width: 576px) {
	ul.slick-dots {
		padding: 1rem 0;
	}
}
ul.slick-dots li {
	display: inline-block;
}
ul.slick-dots li a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.slider-icons {
	background: #fff;
	border: 1px solid #9b9b9b;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-right: 4px;
	margin-left: 4px;
}
li.slick-active .slider-icons {
	background: #003478;
}
.center-mode-slider-nav {
	margin: -5rem 0 1.5rem;
	display: none;
}

@media (min-width: 576px) {
	.center-mode-slider-nav {
		margin: -2.5rem 0 1.5rem;
	}
}

@media (min-width: 768px) {
	.center-mode-slider-nav {
		display: block;
	}
}
.center-mode-slider-nav .next,
.center-mode-slider-nav .prev {
	color: #9b9b9b;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	font-weight: 700;
	font-size: 2rem;
	padding: 1rem 1.5rem;
	bottom: 0;
}
.center-mode-slider-nav .prev {
	left: 0;
	top: -15.5px;
}

@media (min-width: 576px) {
	.center-mode-slider-nav .prev {
		left: 8.5rem;
		top: -6.5px;
	}
}

@media (min-width: 768px) {
	.center-mode-slider-nav .prev {
		left: 14rem;
	}
}

@media (min-width: 992px) {
	.center-mode-slider-nav .prev {
		left: 21.5rem;
	}
}

@media (min-width: 1200px) {
	.center-mode-slider-nav .prev {
		left: 26.5rem;
	}
}
.center-mode-slider-nav .next {
	right: 0;
	top: -15.5px;
}

@media (min-width: 576px) {
	.center-mode-slider-nav .next {
		right: 8.5rem;
		top: -6.5px;
	}
}

@media (min-width: 768px) {
	.center-mode-slider-nav .next {
		right: 14rem;
	}
}

@media (min-width: 992px) {
	.center-mode-slider-nav .next {
		right: 21.5rem;
	}
}

@media (min-width: 1200px) {
	.center-mode-slider-nav .next {
		right: 26.5rem;
	}
}
.home-nav-wrapper2 {
	margin-bottom: 1.8rem;
}
.home-center-mode-slider-nav {
	height: 20px;
}
.home-center-mode-slider-nav .next,
.home-center-mode-slider-nav .prev {
	position: relative;
	display: inline-block;
	color: #9b9b9b;
}
.home-center-mode-slider-nav .next:hover:before,
.home-center-mode-slider-nav .prev:hover:before {
	color: #002e6d;
}
.home-center-mode-slider-nav .prev {
	float: left;
	top: -7px;
	padding: 0 1.5rem;
}
.home-center-mode-slider-nav .next {
	float: right;
	top: -7px;
	padding: 0 1.5rem;
}
.home-center-mode-slider-nav ul.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: auto;
	padding: 0;
}
.center-mode-slider,
.home-center-mode-slider {
	background: #f7f7f7;
}
.center-mode-slider .slick-slide,
.home-center-mode-slider .slick-slide {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}
.center-mode-slider .slick-slide.slick-center,
.home-center-mode-slider .slick-slide.slick-center {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width: 576px) {
	.center-mode-slider .slick-slide.slick-center,
	.home-center-mode-slider .slick-slide.slick-center {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@media (min-width: 768px) {
	.center-mode-slider .slick-slide.slick-center,
	.home-center-mode-slider .slick-slide.slick-center {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@media (min-width: 992px) {
	.center-mode-slider .slick-slide.slick-center,
	.home-center-mode-slider .slick-slide.slick-center {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
}
.center-mode-slider .slick-slide img,
.home-center-mode-slider .slick-slide img {
	margin: 0 0 1rem 0;
	padding: 0;
}

@media (min-width: 992px) {
	.center-mode-slider .slick-slide img,
	.home-center-mode-slider .slick-slide img {
		padding: 0 1rem;
	}
}

@media (min-width: 1200px) {
	.center-mode-slider .slick-slide img,
	.home-center-mode-slider .slick-slide img {
		padding: 0 2.5rem;
	}
}
.center-mode-slider figcaption,
.home-center-mode-slider figcaption {
	text-align: center;
}
.degree-cards-slider {
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.degree-cards-slider {
		margin-top: 2rem;
		margin-bottom: 0;
	}
}
.degree-cards-slider .learn-more-button {
	margin: 0 15px 1rem;
	max-width: 90%;
}

@media (min-width: 992px) {
	.degree-cards-slider .learn-more-button {
		margin: 0 15px 1rem;
		max-width: 100%;
	}
}
.vertical-caption-gallery .overlay {
	height: 12rem;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.vertical-caption-gallery .overlay {
		height: 26rem;
	}
}
.vertical-caption-gallery .overlay .gallery-caption {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	margin-bottom: 0;
	top: 0;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media (min-width: 576px) {
	.vertical-caption-gallery .overlay .gallery-caption {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}

@media (min-width: 768px) {
	.vertical-caption-gallery .overlay .gallery-caption {
		width: 35%;
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}

@media (min-width: 992px) {
	.vertical-caption-gallery .overlay .gallery-caption {
		width: 30%;
	}
}
.vertical-caption-gallery .overlay .gallery-caption p {
	color: #fff;

	font-style: italic;
	font-size: 1rem;
	line-height: 1;
}

@media (min-width: 768px) {
	.vertical-caption-gallery .overlay .gallery-caption p {
		font-size: 1.4rem;
	}
}

@media (min-width: 1200px) {
	.vertical-caption-gallery .overlay .gallery-caption p {
		font-size: 1.6rem;
	}
}
.vertical-caption-gallery .overlay .gallery-caption .white-btn {
	padding: 0.5rem 0;

	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
.vertical-caption-gallery .overlay .gallery-caption .white-btn:hover {
	padding: 0.5rem 0;
	border: 1px solid #fff;
	color: #fff !important;
	text-decoration: underline;
}
.pagination .page-item {
	float: left;
}

@media (min-width: 576px) {
	.pagination {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.pagination .page-item {
		float: none;
	}
}
.pagination span.fa.fa-angle-double-left,
.pagination span.fa.fa-angle-double-right,
.pagination span.fa.fa-angle-left,
.pagination span.fa.fa-angle-right {
	font-family: FontAwesome;
	color: #9b9b9b;
	font-size: 2rem;
	font-weight: 700;
}
.pagination .page-active {
	color: #003478;
}
.pagination-nav {
	background: 0 0;
}
.page-link:focus {
	text-decoration: underline;
	color: #003478;
	background: 0 0;
}
.page-link:hover {
	text-decoration: underline;
	color: #003478;
	background: 0 0;
}
.page-link.active {
	color: #003478;
	text-decoration: underline;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination-nav:after {
	content: "";
	width: 100%;
	display: inline-block;
}
table,
table a {
	font-weight: 400;
	font-size: 1.125rem;
}
.table td,
.table th,
.table thead th {
	vertical-align: top;
	font-weight: 400;
}
.data-table-container {
	overflow: auto;
	background: #fbfbfb;
	border: 1px solid #f7f7f7;
}
.data-table-container .table-header-section {
	width: 100%;
	border: 1px solid #f7f7f7;
	background: 0 0;
	border-radius: 0;
	padding-left: 1rem;
}
.data-table-container .table-header-section .card-header,
.data-table-container .table-header-section .table-header {
	margin-left: -1rem;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
	border: 1px solid transparent;
	background: #f7f7f7;
}
.data-table-container thead {
	background: #046a38;
	color: #fff;
}
.scrollspy-container {
	margin: 1rem 0;
	border: 0;
}
.scrollspy-container #list-scrollspy {
	background: 0 0;
}
.scrollspy-container .list-group {
	padding: 0;
}
.scrollspy-container .list-group-item {
	/*font-family: Montserrat, sans-serif;*/
	color: #fff;
	text-decoration: none;
	font-size: 1.125rem;
	background: #007077;
	text-align: center;
	padding: 1rem;
	border-radius: 0;
	border-bottom: 1px solid #005055;
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1px;
}
.scrollspy-container .list-group-item:hover {
	color: #fff;
	background-color: #b75e00;
	border: 0;
}
.scrollspy-container .list-group-item.active {
	z-index: 2;
	color: #b75e00;
	background-color: #fff;
	border-color: #007077;
}
.scrollspy-container .scrollspy-content {
	padding: 1rem;
	position: relative;
	overflow: auto;
	background: #fff;
	height: 21.2rem;
}
.tooltip-button {
	white-space: nowrap;
	padding: 0.5rem 2rem;
	background: #4a4a4a;
	color: #fff;
	border: #4a4a4a;
	border-radius: 5px;
	min-width: 140px;
	text-align: center;
	text-decoration: none;
}
.tooltip-button:hover {
	background: #4a4a4a;
	border-radius: 5px;
	border: #4a4a4a;
	color: #fff;
}
.tooltip-link {
	background: 0 0;
	border: 0;
	color: #003478;

	font-size: 1rem;
	font-weight: 700;
	line-height: 1.625rem;
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.tooltip-link:focus {
	color: #003478;
	text-decoration: underline;
	font-weight: 700;
}
.tooltip-link:active {
	color: #003478;
	text-decoration: underline;
	font-weight: 700;
}
.tooltip-link:hover {
	color: #003478;
	text-decoration: underline;
}
.img-overlay-container {
	border: none;
	width: 100%;
	margin: 1rem 0;
	padding: 0;
}
.img-overlay-container img {
	margin: 0;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
}
.img-overlay-container .card-img-top {
	border-radius: 0;
}
.img-overlay-container .card-img-overlay {
	top: auto;
	padding: 0.5rem 1.25rem 0.5rem 1.25rem;
	background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
	.img-overlay-container .card-img-overlay {
		display: block;
		border: none;
		background: #f7f7f7;
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0;
	}
}
.img-overlay-container .card-text {
	padding: 0.5rem;

	font-weight: 600;
	font-style: italic;
	font-size: 1.125rem;
}

@media (max-width: 767px) {
	.img-overlay-container .card-text {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.img-overlay-container .img-overlay-text p {
		margin-bottom: 1rem;
	}
}
.media .media-left img {
	max-height: 250px;
	-o-object-fit: contain;
	object-fit: contain;
}
.media .media-right img {
	max-height: 250px;
	-o-object-fit: contain;
	object-fit: contain;
}
.media img.img-border {
	border: 2px solid #046a38;
	border-radius: 0;
}
.photo-caption figcaption {
	background: #eaeaea;
	padding: 1rem;
	color: #4a4a4a;
	font-style: italic;

	font-size: 1rem;
}
/*
@media (min-width: 768px) {
	.photo-caption figcaption {
		font-size: 1.5rem;
	}
}*/
.photo-caption img {
	width: 100%;
}
.text-input-section .pull-quote {
	color: #888;
}
.embed-video-container {
	width: 100%;
	max-width: 100%;
	margin: 1rem auto;
	float: left;
}
.embed-video-container iframe {
	width: 100%;
}
main .embed-video-container iframe {
	width: 560px;
}
.stats-container {
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}
.stats-container .stats-component {
	position: relative;
}

@media (min-width: 768px) {
	.stats-container .stats-component {
		margin: 2rem 0;
	}
}
.stats-container .card-text,
.stats-container .card-title {
	margin-left: 0;
}

@media (min-width: 768px) {
	.stats-container .card-text,
	.stats-container .card-title {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.stats-container .card-text,
	.stats-container .card-title {
		margin-left: -2rem;
		text-align: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.stats-container .card-text,
	.stats-container .card-title {
		margin-left: -2.5rem;
	}
}
.stats-container .card-title {
	font-size: 3rem;
}
.stats-container .card-text {
	font-size: 1.5rem;
}
.stats-container .stats-content {
	margin: 0 0 1rem 0;
	border-top: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	padding: 2rem;
}

@media (min-width: 768px) {
	.stats-container .stats-content {
		margin: 0 1rem;
	}
}

@media (min-width: 992px) {
	.stats-container .stats-content {
		padding: 2rem 0;
	}
}

@media (max-width: 991px) {
	.stats-container .stats-content {
		width: 80%;
		margin: auto;
		padding-left: 0;
	}
	.stats-container .stats-content .card-text,
	.stats-container .stats-content h2 {
		margin-left: -20px;
	}
}
.stats-container .yellow-line:after {
	content: "";
	display: block;
	padding-top: 0.5rem;
	border-bottom: 1.5px solid #fecb00;
	width: 30%;
	margin: 0;
}

@media (min-width: 768px) {
	.stats-container .yellow-line:after {
		width: 25%;
	}
}

@media (min-width: 992px) {
	.stats-container .yellow-line:after {
		width: 30%;
		margin: 0;
	}
}
.stats-container .prev {
	position: absolute;
	left: 0;
	margin-left: -1rem;
}
.stats-container .next {
	position: absolute;
	right: 0;
	margin-right: -1rem;
}
.stats-container .next,
.stats-container .prev {
	color: #9b9b9b;
	font-weight: 700;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.stats-container .next:hover,
.stats-container .prev:hover {
	cursor: pointer;
}
.pull-quote {
	display: block;
	margin: 0 2rem 2rem 0;
	padding: 1.6rem 2rem 1.6rem 2rem;
	max-width: 250px;
	position: relative;
	float: none;
	/*font-family: Helvetica, sans-serif;*/
	font-size: 1rem;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	text-transform: uppercase;
	background: #003478;
	border: 1px solid #888;
	-webkit-box-shadow: 0 0 5px #2f2f2f;
	box-shadow: 0 0 5px #2f2f2f;
}
.pull-quote:after,
.pull-quote:before {
	content: "“";
	/*font-family: Georgia;*/
	font-size: 400%;
	position: absolute;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.pull-quote:before {
	content: "“";
	top: -1rem;
	left: 0.5rem;
}
.pull-quote:after {
	content: "”";
	bottom: -2.5rem;
	right: 1rem;
}

@media (min-width: 768px) {
	.pull-quote {
		float: left;
	}
}
.highlight-text-mac::after,
.highlight-text::after {
	background: rgba(0, 0, 0, 0) url(https://www.wccnet.edu/_media/online.png)
		repeat scroll 0 0 / cover;
	content: "";
	height: 15px;
	margin-left: 4px;
	margin-top: 6px;
	position: absolute;
	width: 15px;
}
.highlight-text-mta::after {
	background: rgba(0, 0, 0, 0) url(/_media/m.png) repeat scroll 0 0 / cover;
	content: "";
	height: 15px;
	margin-left: 4px;
	margin-top: 6px;
	position: absolute;
	width: 15px;
}
.highlight-text-mtamac::after {
	background: rgba(0, 0, 0, 0) url(/_media/mtamac.png) repeat scroll 0 0 / cover;
	content: "";
	height: 15px;
	margin-left: 4px;
	margin-top: 6px;
	position: absolute;
	width: 29px;
}
.highlight-text-mac::after,
.highlight-text-mta::after,
.highlight-text-mtamac::after {
	margin-left: 0;
}
span.highlight-text {
	padding-right: 20px !important;
	white-space: nowrap !important;
}
.highlight-text-mac,
.highlight-text-mta {
	margin-right: 20px;
	white-space: nowrap;
}
span.highlight-text-mtamac {
	margin-right: 30px !important;
	white-space: nowrap;
}
.onlinetext img {
	width: 18px !important;
}
.logosafety,
.logotrans {
	margin-left: 51px;
}
.logosafety::before,
.logotrans::before {
	background: rgba(0, 0, 0, 0) url(https://www.wccnet.edu/_media/logotrans.png)
		repeat scroll 0 0 / cover;
	border-radius: 30px;
	content: "";
	height: 45px;
	left: 14px;
	position: absolute;
	width: 45px;
}
.logosafety::before {
	background: rgba(0, 0, 0, 0) url(https://www.wccnet.edu/_media/logosafety.png)
		repeat scroll 0 0 / cover;
	border: 1px solid grey;
}
.logotrans {
	margin-top: 1.5rem;
}
#ebscohostCustomSearchBox {
	margin-bottom: 100px;
}
.anchor {
	position: absolute;
	top: -210px;
}
.gateway {
	background: rgba(0, 0, 0, 0)
		url(https://www.wccnet.edu/_media/icon-sprite-mini-grey.png) no-repeat
		scroll 0 0;
	height: 32px;
	padding-left: 43px !important;
	width: 51px;
	white-space: nowrap;
	font-size: 1.6rem;
}
.it {
	background-position: 1px 0 !important;
}
.con {
	background-position: -602px 0 !important;
}
.eme {
	background-position: -49px 0 !important;
}
.tra {
	background-position: -100px 0 !important;
}
.fac {
	background-position: -150px 0 !important;
}
.emp {
	background-position: -200px 0 !important;
}
.hea {
	background-position: -300px 0 !important;
}
.sup {
	background-position: -350px 0 !important;
}
.mar {
	background-position: -401px 0 !important;
}
.stu {
	background-position: -552px 0 !important;
}
.sta {
	background-position: -501px 0 !important;
	font-size: 1.3rem !important;
}
.zoo {
	background-position: -929px 0 !important;
}
.ann {
	background-position: -707px 0 !important;
	font-size: 1.3rem !important;
}
.dat {
	background-position: -764px 0 !important;
	font-size: 1.3rem !important;
}
.sch {
	background-position: -451px 0 !important;
}
.aca {
	background-position: -652px 0 !important;
	background: rgba(0, 0, 0, 0) url(https://www.wccnet.edu/_media/academics.png)
		no-repeat scroll 0 0;
}
.rectangle-card-icon {
	margin-left: 30px;
}
.rectangle-card-icon .quick-links {
	border-top: 1px solid #ccc;
}
.rectangle-card-icon .card-block > p {
	margin-bottom: 46px !important;
}
.rectangle-card-icon .quick-links > li {
	list-style-type: none;
	margin-left: -39px;
}
.rectangle-card-icon .card-block a.learn-more-button {
	display: inline-block;
	margin: 10px 20px 10px -10px;
	width: 40%;
}
.rectangle-card-icon .twobuttons {
	text-align: center;
}
.row .tiles {
	margin: 0;
}
.tiles .learn-more-button {
	margin: 0 0 0.7rem 0 !important;
	width: 100%;
}
.tiles .gateway {
	font-size: 1.8rem;
	white-space: nowrap;
}
.tiles ul {
	margin-left: -40px;
}
.tiles li {
	display: table-cell;
	padding: 10px 10px 0;
}
.tiles li a {
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #000;
	display: table-cell;
	font-size: 1.29rem;
	height: 160px;
	padding-bottom: 14px !important;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 240px;
	white-space: nowrap;
}
.tiles li a:hover {
	border-color: #000;
}
.tiles .regtile {
	background: #fff url(https://www.wccnet.edu/mywcc/_media/icon-med-click1.png)
		no-repeat scroll 50% 20%;
}
.tiles .paytile {
	background: #fff url(https://www.wccnet.edu/mywcc/_media/icon-med-pay1.png)
		no-repeat scroll 50% 30%;
	height: 190px;
}
.tiles .paytile2 {
	background: #fff url(https://www.wccnet.edu/mywcc/_media/icon-med-pay2.png)
		no-repeat scroll 50% 30%;
	height: 190px;
}
.tiles .tilespansub {
	display: block;
	font-style: italic;
	font-size: 16px;
	color: #666;
}
.tiles .progresstile {
	background: #fff url(https://www.wccnet.edu/mywcc/_media/icon-med-check1.png)
		no-repeat scroll 50% 34%;
}
.tiles .mywcctile {
	background: #fff url(https://www.wccnet.edu/mywcc/_media/icon-door.png)
		no-repeat scroll 50% 20%;
}
.tiles .bbtile {
	background: #fff url(https://www.wccnet.edu/mywcc/_media/icon-blackboard.png)
		no-repeat scroll 50% 30%;
}
.tiles .emailtile {
	background: #fff url(https://www.wccnet.edu/mywcc/_media/icon-mail.png)
		no-repeat scroll 50% 34%;
}
.tiles .tilespan {
	border-top: 1px solid #ccc;
	display: block;
	margin: 0 20px;
}
.top-caption-slider-nav {
	margin: -330px auto;
	position: absolute;
	width: 100%;
	z-index: 2000;
	text-align: center;
}
.top-caption-slider-nav ul.slick-dots {
	display: none;
}
.top-caption-slider-nav .prev {
	position: relative;
	display: inline;
	color: #9b9b9b;
	width: 30px;
	top: 50px;
	margin-left: 20px;
}
.top-caption-slider-nav .next {
	position: relative;
	display: inline;
	color: #9b9b9b;
	width: 30px;
	top: 50px;
	margin-right: 20px;
}
#slider-top-features .container-fluid .gallery-caption {
	margin: -330px auto;
	position: absolute;
	width: 100%;
	z-index: 2000;
	text-align: center;
}
#slider-top-features .slick-slider {
	margin-right: -23px !important;
	margin-left: -23px !important;
}
.home-page #slider-top-features .slick-slider {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.bulleted-titles h3 {
	margin-left: 105px;
	padding: 41px 0 50px 0;
}
.bulleted-titles h3::before {
	background: url(/succeed/_media/badges.png) no-repeat -100px 0;
	margin: -29px 20px 10px -105px;
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	content: "";
}
.bulleted-titles h3.reach::before {
	background-position: 0 0;
}
.bulleted-titles h3.teched::before {
	background-position: -199px 0;
}
.bulleted-titles h3.coach::before {
	background-position: -398px 0;
}
.bulleted-titles h3.adult::before {
	background-position: -498px 0;
}
.bulleted-titles h3.scholar::before {
	background-position: -298px 0;
}
.bulleted-titles h3.success::before {
	background-position: -100px 0;
}
.home-page .slogan {
	opacity: 0.9;
	position: absolute;
	margin: 12px 15px;
	width: 30%;
	left: 2%;
	top: 6%;
}
.home-page .slogan p {
	font-size: 1.4rem !important;
	line-height: 1.7rem !important;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
}
.home-page .slogan span {
	font-size: 2.7rem !important;
	color: #fff !important;
	text-shadow: 2px 2px 4px #000;
}
.home-page section#slider-top-features .col-sm-12.slick-slide img {
	display: block;
	max-height: 782px;
	object-fit: cover;
}
.home-page section#slider-top-features .slick-list {
	max-height: 665.9px;
}
.home-page section#slider-top-features .caption-slider-nav .prev {
	top: -200px !important;
	left: -120px !important;
	color: #f8f9f9 !important;
	font-size: 4rem !important;
	text-shadow: 1px 1px 4px #333;
	opacity: 0.9;
}
.home-page section#slider-top-features .caption-slider-nav .next {
	top: -200px !important;
	right: -120px !important;
	color: #f8f9f9 !important;
	font-size: 4rem !important;
	text-shadow: 1px 1px 4px #333;
	opacity: 0.9;
}
.library-header {
	color: #fff;
	font-style: italic;
	font-weight: 400 !important;
	position: relative;
	top: 41px;
}
.wtmc-header {
	color: #fff !important;
	font-style: italic;
	font-weight: 400 !important;
	position: absolute;
	top: 22px;
	left: 121px;
	margin-right: 10px;
	line-height: 1.5rem;
	font-size: 20px;
}
body.wtmc-home h1,
body.wtmc-home h2,
body.wtmc-home h3,
body.wtmc-home h4,
body.wtmc-home h5,
body.wtmc-template h1,
body.wtmc-template h2,
body.wtmc-template h3,
body.wtmc-template h4,
body.wtmc-template h5 {
	color: #13426b;
}
.library-banner {
	background: #fff url(/library/_media/library-art.jpg) no-repeat scroll 0 0 /
		cover;
	height: 305px;
}
.learning-commons-banner {
	background: #fff url(/library/_media/commons.jpg) no-repeat scroll 0 0 / cover;
	height: 305px;
}
.library-banner > form {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fecb00;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	padding: 65px 88px 20px 88px;
	position: relative;
	top: 25px;
	margin: 0 auto;
}
.library-banner input[type="text"] {
	border: 1px solid #eb6700;
	height: 40px;
	position: relative;
	top: -60px;
	width: 77%;
}
.library-banner #one-search-title {
	color: #eb6700;
	display: block;

	font-size: 2.5rem;
	position: relative;
	top: -60px;
}
.radio-inline input[type="radio"] {
	position: absolute;
	margin: 4px 0 0 -20px;
}
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
.row.m-0.library-banner button {
	background: #eb6700 none repeat scroll 0 0;
	border: medium none;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	color: #fff;
	font-size: 1.1rem;
	height: 43px;
	outline: medium none;
	position: relative;
	text-transform: uppercase;
	top: -60px;
	width: 101px;
}
.library-secondary-nav {
	margin: 0 auto;
}
#library-secondary-nav {
	background: #046a38;
	width: 1140px;
	margin: 0 auto;
}
#library-secondary-nav a {
	color: #fff;
	font-size: 1.3rem;
	padding-right: 2rem;
	text-decoration: none;
}
#library-secondary-nav a:hover {
	text-decoration: underline;
}
.container-fluid.content-header.librarybanner {
	background: #000 url(/library/_media/library-art.jpg) no-repeat scroll 0 0 /
		cover;
	height: 305px;
}
.container-fluid.content-header.librarybanner.librarysearch {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 0;
}
.librarybanner h1 {
	color: #fff;
	text-shadow: 2px 2px 5px #000;
}
.container-fluid.content-header.learningcommonsbanner {
	background: #000 url(/learning-commons/_media/commons.jpg) no-repeat scroll 0
		0 / cover;
	height: 305px;
}
.container-fluid.content-header.learningcommonsbanner.librarysearch {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 0;
	margin-top: -134px;
	padding-bottom: 74px;
}
.learningcommonsbanner h1 {
	color: #fff;
	text-shadow: 2px 2px 5px #000;
}
.librarynav a:before {
	padding-bottom: 0 !important;
}
.librarysearch .btn {
	background: orange none repeat scroll 0 0;
	height: 38px;
	margin-left: -10px !important;
	border: none;
}
.library main .linkgroup {
	column-count: 2;
	float: left;
	width: 100%;
	padding: 10px;
}
.library main .linkgroup.three {
	column-count: 3;
}
.library main .linkgroup p {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

@media (max-width: 767px) {
	.library-banner #one-search-title {
		font-size: 1.5rem;
	}
	.library-banner > form {
		padding: 72px 28px 20px 28px;
	}
	.library-banner input[type="text"] {
		height: 30px;
	}
	.row.m-0.library-banner button {
		height: 27px;
	}
	#library-main-content .linkgroup {
		column-count: 1;
	}
}
ul.campus-map {
	background: rgba(0, 0, 0, 0) url(/_media/apps/colored-campus-map.png)
		no-repeat scroll 0 0;
	height: 420px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 700px;
}
ul.campus-map li {
	position: absolute;
}
ul.campus-map li a {
	display: block;
	height: 100%;
	text-indent: -9000px;
}
ul.campus-map li a:hover {
	border: 3px solid #fff;
	transition: border 1s linear;
	-webkit-transition: border 1s linear;
}
ul.campus-map .be-building {
	height: 34px;
	left: 305px;
	top: 100px;
	width: 34px;
}
ul.campus-map .la-building {
	height: 43px;
	left: 333px;
	top: 210px;
	width: 28px;
}
ul.campus-map .fe-building {
	height: 20px;
	left: 308px;
	top: 236px;
	width: 24px;
}
ul.campus-map .gl-building {
	height: 28px;
	left: 438px;
	top: 182px;
	width: 34px;
}
ul.campus-map .gm-building {
	height: 38px;
	left: 273px;
	top: 173px;
	width: 34px;
}
ul.campus-map .hfc-building {
	height: 43px;
	left: 446px;
	top: 29px;
	width: 45px;
}
ul.campus-map .hl-building {
	height: 22px;
	left: 219px;
	top: 106px;
	width: 24px;
}
ul.campus-map .ml-building {
	height: 66px;
	left: 450px;
	top: 234px;
	width: 30px;
}
ul.campus-map .oe-building {
	height: 62px;
	left: 393px;
	top: 176px;
	width: 43px;
}
ul.campus-map .parking-structure {
	height: 22px;
	left: 372px;
	top: 259px;
	width: 51px;
}
ul.campus-map .po-building {
	height: 36px;
	left: 260px;
	top: 118px;
	width: 22px;
}
ul.campus-map .publicsafety-building {
	height: 17px;
	left: 380px;
	top: 240px;
	width: 34px;
}
ul.campus-map .shipping-building {
	height: 26px;
	left: 233px;
	top: 79px;
	width: 32px;
}
ul.campus-map .sc-building {
	height: 29px;
	left: 341px;
	top: 179px;
	width: 39px;
}
ul.campus-map .ti-building {
	height: 35px;
	left: 336px;
	top: 135px;
	width: 35px;
}
li.buttontiles {
	border-radius: 10px;
	/*display: inline-block;*/ /* inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block' */
	float: left;
	height: 200px;
	list-style: inside none none;
	margin: 20px 19px 0 -23px;
	position: relative;
	text-align: center;
}
.buttontiles a {
	border: 1px solid #ccc;
	border-radius: 20px;
	color: #000;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 5px 10px;
	min-height: 141px;
	padding-top: 95px;
	text-align: center;
	text-decoration: none;
	background: #fff;
}
.tile-icon {
	background: rgba(0, 0, 0, 0)
		url(https://www.wccnet.edu/_media/apps/icon-sprite.png) no-repeat scroll 0 0;
	height: 88px;
	margin-left: -40px;
	position: absolute;
	width: 80px;
	top: 20px;
}

.tile-icon.onedrivetile {
	background-position: -1307px 0;
}
.tile-icon.onenotetile {
	background-position: -1218px 0;
}
.tile-icon.accesstile {
	background-position: -1133px 0;
}
.tile-icon.wordtile {
	background-position: -722px 0;
}
.tile-icon.teamstile {
	background-position: -1052px 0;
}
.tile-icon.o365tile {
	background-position: -969px 0;
}
.tile-icon.exceltile {
	background-position: -809px 0;
}
.tile-icon.powerpointtile {
	background-position: -889px 0;
}
.tile-icon.studenttile {
	background-position: -638px 0;
}
.tile-icon.facstafftile {
	background-position: -560px 0;
}
.tile-icon.give {
	background-position: -479px 0;
}
.tile-icon.mywcc {
	background-position: -80px 0;
}
.tile-icon.blackboard {
	background-position: -161px 0;
}
.tile-icon.email {
	background-position: 0 0;
}
.tile-icon.register {
	background-position: -244px 0;
}
.tile-icon.paytuition {
	background-position: -322px 0;
}
.tile-icon.checkprogress {
	background-position: -399px 0;
}
.buttontiles a:hover {
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 20px;
	transition: border 1s linear;
}
.tile-subtext {
	border-top: 1px solid #ccc;
	display: block;
	font-size: 0.7em;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0.5em 1em;
	padding-top: 0.5em;
	text-align: center;
}
span.tile-subtext:empty {
	border: none;
}
div.emsi .accordion-card .card-block h3 span {
	color: #046a38;
	display: block;

	font-size: 1.75em;
	text-align: center;
}
div.emsi .accordion-card .card-block h3 {
	color: #000;

	font-size: 1.1em;
	font-weight: 400 !important;
	text-align: center;
	line-height: 1em;
}
div.emsi .accordion-card .card {
	background-color: transparent;
	border: none;
	margin-top: 0;
}
div.emsi .accordion-card span {
	background: rgba(0, 0, 0, 0) url(/_media/apps/emsi-sprite.png) no-repeat
		scroll 0 0;
	margin: 0 auto;
	padding: 73px 0 0;
	width: 150px;
	line-height: 1em;
}
div.emsi .accordion-card span.salary {
	background-position: 3px 0;
}
div.emsi .accordion-card span.jobs {
	background-position: -147px 0;
}
div.emsi .accordion-card span.growth {
	background-position: -296px 0;
}
div.emsi .accordion-card .card-text.more {
	text-align: right;
	width: 100%;
	font-size: 0.9rem;
}
div.emsi .accordion-card .card-text.more a {
	background: rgba(0, 0, 0, 0) url(/_media/apps/more-button.png) no-repeat
		scroll right top;
	margin-top: 20px;
	padding: 3px 34px 6px;
	text-align: right;
	text-decoration: none;
}
div.emsi .accordion-card .card-text.more a:hover {
	text-decoration: underline;
}
div.emsi .accordion-card .main-card {
	margin-bottom: -10px;
}
a.courselink {
	white-space: nowrap;
	margin-right: 18px;
}
.webfiles img {
	width: auto;
	max-width: auto;
}
.data-table-container th {
	background: #75787b;
	color: #fff;
	border-right: 1px solid #23362b;
	border-top: 1px solid #046a38;
	border-bottom: 1px solid #046a38;
}
.accordion-container
.accordion-card
.card-block
.requirements
.data-table-container
.card-block {
	padding: 0 !important;
}
.cardblock > div.requirements {
	margin: 1rem -0.5rem 1rem !important;
}
div.requirements dt {
	float: left;
}
div.requirements dt::after {
	content: ":";
	padding-right: 1em;
}
div.requirements {
	margin: 0 15px;
}
.card-block div.requirements {
	margin: 0 -15px;
}

@media (min-width: 992px) {
	.requirements table tr td:nth-child(1) {
		white-space: nowrap !important;
		width: 105px;
	}
	.requirements table tr td:nth-child(4) {
		white-space: nowrap !important;
		width: 99px;
	}
	.requirements table tr td:nth-child(3) {
		width: 70%;
	}
}
.classicon {
	height: 25px;
	width: 25px;
	margin-right: 3px;
}
.classicontext {
	font-size: 11px;
	margin-left: 3px;
}
.classoffered td {
	border-left: 1px solid #efefef;
}
span.classkey {
	font-size: 12px;
	margin-right: 15px;
	text-align: center;
}
.netid.btn.learn-more {
	margin-bottom: -27px !important;
}
.socialicons {
	margin-top: -22px !important;
}
li.nav-item.wtmcnav a::before {
	display: none !important;
}
header.wtmcheader {
	background: #13426b !important;
}
header.wtmcheader .form-inline {
	background: #13426b !important;
}
#main-nav.wtmcnavbar a {
	color: #13426b !important;
}
nav#main-nav.wtmcnavbar {
	border-top: 8px solid #93a7cc !important;
}
.wtmc-home section#wtmc-slider-top-feature .col-sm-12.slick-slide img {
	display: block;
	max-height: 320px;
	object-fit: cover;
}
.wtmc-home section#wtmc-slider-top-feature .slick-list {
	max-height: 320px;
	margin-top: -20px;
}
.wtmc-home section#wtmc-slider-top-feature .caption-slider-nav .prev {
	top: -130px !important;
	left: -120px !important;
	color: #f8f9f9 !important;
	font-size: 4rem !important;
	text-shadow: 1px 1px 4px #333;
	opacity: 0.9;
}
.wtmc-home section#wtmc-slider-top-feature .caption-slider-nav .next {
	top: -130px !important;
	right: -120px !important;
	color: #f8f9f9 !important;
	font-size: 4rem !important;
	text-shadow: 1px 1px 4px #333;
	opacity: 0.9;
}
.wtmc-home section#wtmc-slider-top-feature .caption-slider-nav #caption-nav {
	display: none !important;
}
.wtmc-home section#wtmc-slider-top-feature .gallery-component .message-box {
	background: #003478;
	opacity: 0.8;
	padding: 12px 15px;
	width: 30%;
	position: absolute;
	left: 68%;
	bottom: 15% !important;
}

@media (max-width: 575px) {
	.wtmc-home section#wtmc-slider-top-feature .caption-slider-nav .prev {
		font-size: 2rem !important;
		font-weight: 400 !important;
		left: -120px !important;
		color: #f8f9f9 !important;
		font-size: 4rem !important;
		text-shadow: 1px 1px 4px #333;
		opacity: 0.8;
	}
	.wtmc-home section#wtmc-slider-top-feature .caption-slider-nav .next {
		font-size: 2rem !important;
		font-weight: 400 !important;
		right: -120px !important;
		color: #f8f9f9 !important;
		font-size: 4rem !important;
		text-shadow: 1px 1px 4px #333;
		opacity: 0.8;
	}
	.wtmc-home section#wtmc-slider-top-feature .caption-slider-nav .fa {
		font-size: 2.5rem !important;
	}
	.wtmc-home section#wtmc-slider-top-feature .slick-list {
		max-height: 320px;
		margin-top: 0;
	}
	.wtmc-home section#wtmc-slider-top-feature .slick-slider img {
		margin-top: 14px !important;
	}
	.wtmc-home section#wtmc-slider-top-feature .gallery-component .message-box {
		padding: 8px 20px;
		left: 0;
	}
	.wtmc-home .desktop-only {
		display: none;
	}
}
div.announcements .entry-title {
	font-size: 18px;
	font-weight: 400;
	/*font-family: lato;*/
	font-style: italic;
}
div.announcements .entry-title a {
	font-size: 18px;
	font-style: normal;
}
div.announcements {
	margin-left: 34px;
}
.inner.top-level-page .card-content-container .card-block-simple {
	padding: 2rem !important;
	color: red !important;
}
.table-box {
	overflow: hidden;
	margin-bottom: 1rem;
}
.lcs_slide_out-r {
	top: 300px !important;
}
.lcs_slide_out {
	z-index: 2000 !important;
}
#lcs_slide_out_button-13182 {
	font-size: 24px;
}
/*
#oualerts-active-alert-display .oualerts-notify-date, #oualerts-active-alert-display .oualerts-notify-title {
margin:bottom: 0!important;
}
#oualerts-active-alert-display.oualerts-notify .oualerts-notify-body {
padding: 5px!important;
}
#oualerts-active-alert-display .oualerts-notify-footer {
margin-bottom: 0!important;
}
*/
/* bio photo fix */
.inner.bio .rectangle-card-image-container {
	background-size: contain !important;
}
/* hiding emsi projections */
.careers-info .main-card:nth-child(3) {
	display: none;
}
.careers-info .col-lg-4 {
	flex: 0 0 50% !important;
	max-width: 50% !important;
}

/* ER messaging alternative region for static alert */
.static-alert {
	background-color: #fef2c1 !important;
	display: none;
}
.static-alert p {
	text-align: center;
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 0;
}
.static-alert a {
	font-size: 1em;
	color: #046a38;
	font-weight: bold;
	text-decoration: underline;
}
.static-alert a:hover {
	color: #046a38;
	text-decoration: none;
}
li p {
	font-size: 1rem;
}

.card .card-body .card-text p a {
	font-size: 1rem;
}

.bootstrap-alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
		0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
		0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 10px;
}

.bootstrap-alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	background-repeat: repeat-x;
	border-color: #b2dba1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}

.bootstrap-alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	background-repeat: repeat-x;
	border-color: #9acfea;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}

.bootstrap-alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
	background-repeat: repeat-x;
	border-color: #f5e79e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}

.bootstrap-alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	background-repeat: repeat-x;
	border-color: #dca7a7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}

.bootstrap-alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
	border-top-color: #c8cbcf;
}
.bootstrap-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.bootstrap-btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.bootstrap-btn:hover,
.bootstrap-btn:focus {
	color: #333333;
	text-decoration: none;
}

.bootstrap-btn:active,
.bootstrap-btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-btn.disabled,
.bootstrap-btn[disabled],
fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-btn-default,
.bootstrap-btn-primary,
.bootstrap-btn-success,
.bootstrap-btn-info,
.bootstrap-btn-warning,
.bootstrap-btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
		0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
		0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-btn-default:active,
.bootstrap-btn-primary:active,
.bootstrap-btn-success:active,
.bootstrap-btn-info:active,
.bootstrap-btn-warning:active,
.bootstrap-btn-danger:active,
.bootstrap-btn-default.active,
.bootstrap-btn-primary.active,
.bootstrap-btn-success.active,
.bootstrap-btn-info.active,
.bootstrap-btn-warning.active,
.bootstrap-btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bootstrap-btn-default:hover,
.bootstrap-btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}

.bootstrap-btn-default:active,
.bootstrap-btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}

.bootstrap-btn-primary {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
	background-repeat: repeat-x;
	border-color: #2b669a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bootstrap-btn-primary:hover,
.bootstrap-btn-primary:focus {
	background-color: #2d6ca2;
	background-position: 0 -15px;
}

.bootstrap-btn-primary:active,
.bootstrap-btn-primary.active {
	background-color: #2d6ca2;
	border-color: #2b669a;
}

.bootstrap-btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bootstrap-btn-success:hover,
.bootstrap-btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px;
}

.bootstrap-btn-success:active,
.bootstrap-btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e;
}

.bootstrap-btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
	background-repeat: repeat-x;
	border-color: #e38d13;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bootstrap-btn-warning:hover,
.bootstrap-btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
}

.bootstrap-btn-warning:active,
.bootstrap-btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13;
}

.bootstrap-btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	background-repeat: repeat-x;
	border-color: #b92c28;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bootstrap-btn-danger:hover,
.bootstrap-btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px;
}

.bootstrap-btn-danger:active,
.bootstrap-btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28;
}

.bootstrap-btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
	background-repeat: repeat-x;
	border-color: #28a4c9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bootstrap-btn-info:hover,
.bootstrap-btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px;
}

.bootstrap-btn-info:active,
.bootstrap-btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}

.message-box-light p {
	font-size: 1.1rem !important;
	line-height: 1.4rem !important;
	color: #fff;
}
.message-box-light h2 a {
	color: #fff;
	font-size: 1.5rem !important;
	line-height: 2.3rem !important;
	font-weight: 400 !important;
	text-decoration: underline !important;
}
.message-box-light {
	background: #49a1d7;
	opacity: 0.8;
	padding: 15px 20px;
	width: 30%;
	position: absolute;
	left: 68%;
	bottom: 26%;
}
.message-box-light h2 {
	line-height: 2.3rem !important;
}
.message-box-light h2 a:hover {
	text-decoration: none !important;
}

@media (max-width: 767px) {
	.message-box-light {
		position: initial;
		width: 100%;
	}
}

.gray-text {
	color: #b9b9b9;
}

h3.gallery-header {
	display: none;
}

.callout {
	padding: 15px;
	margin: 20px 0;
}
.callout.box.gray {
	background: #efefef;
	border: #777 solid 1px;
}
.callout.box.green {
	background: #046a38;
	border: #02361d solid 1px;
}
.callout h3 {
	border-bottom: 1px solid #777;
	padding: 6px 0 20px;
}

/* learn-more-button inverse */
.learn-more-button-inverse {
	display: inline-block;
	position: relative;
	border: 1px solid #003478;
	background: #003478;
	width: 100%;
	margin: 0.5rem 0;
	text-align: center;

	text-transform: uppercase;
	line-height: 1.125rem;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	padding: 0.5rem 2.5rem;
	color: #fff;
}
@media (min-width: 992px) {
	.learn-more-button-inverse {
		width: auto;
		margin: 0;
	}
}

.learn-more-button-inverse:hover {
	color: #fff;
}

/* Google Translate Logo */
.goog-logo-link img {
	width: auto !important;
}
.goog-te-gadget,
.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
	color: #fff !important;
}
.supplementary-content .goog-te-gadget,
.supplementary-content .goog-logo-link,
.supplementary-content .goog-logo-link:link,
.supplementary-content .goog-logo-link:visited,
.supplementary-content .goog-logo-link:hover,
.supplementary-content .goog-logo-link:active {
	color: #000 !important;
}

h3, h4, h5, h6 {padding-top: 15px;}

.btn-wtmc {
	background-color: #214168;
	border-color: #214168;
	color: #ffffff;
	/* padding: .6rem 1rem; */
}
.btn-wtmc:hover {
	background-color: #09203c;
	color: #ffffff;
	border: 1px #09203c solid;
}
.btn-wtmc.focus,
.btn-wtmc:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.5);
	box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.5);
}
.btn-wtmc.disabled,
.btn-wtmc:disabled {
	background-color: #002e6d;
	border-color: #002e6d;
}

.wcc-green-card {
	background-color: #003e16;
}
			
.wcc-green-card a, .wcc-green-card h2, .wcc-green-card h3, .wcc-green-card h4, .wcc-green-card h5 {color:#ffda00;}
.wcc-green-card a:hover {color:#df7125;}
			
.wcc-green-card p {
	color: #fff;
}

.wcc-green-card .btn-secondary {color: #000;}
.wcc-green-card .btn-secondary:hover {color: #000;}