:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	/* font-weight: lighter */
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role="button"] {
	cursor: pointer
}

select {
	word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

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: .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
}

[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;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1,
.h1 {
	font-size: 2.5rem
}

h2,
.h2 {
	font-size: 2rem
}

h3,
.h3 {
	font-size: 1.75rem
}

h4,
.h4 {
	font-size: 1.5rem
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
	font-size: 80%;
	font-weight: 400
}

mark,
.mark {
	padding: .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: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "— "
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media(min-width:768px) {

	.container,
	.container-sm,
	.container-md {
		max-width: 720px
	}
}

@media(min-width:992px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px
	}
}

@media(min-width:1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 10px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media(min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #b8daff
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #7abaff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #8fd19e
}

.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>th,
.table-info>td {
	background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #86cfda
}

.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>th,
.table-warning>td {
	background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #ffdf7e
}

.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>th,
.table-danger>td {
	background-color: #f5c6cb
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #ed969e
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #95999c
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media(max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media(max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media(max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	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;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
	left: 5px
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc(.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
	left: 5px
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media(min-width:576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		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,
	.form-inline .custom-select {
		width: auto
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.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 {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.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 {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media(min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media(min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media(min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media(min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: flex;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
	display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
	height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	overflow: hidden;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media(prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media(prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media(prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {

	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
	max-height: 75vh;
	overflow-y: auto
}

@media(max-width:575.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media(max-width:767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media(max-width:991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media(max-width:1199.98px) {

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
	flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	/*border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem*/
	border: 1px solid rgba(34 48 86);
    border-radius: 6px;
    margin-bottom: 10px;
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0
}

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.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: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-top,
.card-img-bottom {
	flex-shrink: 0;
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
	margin-bottom: 15px
}

@media(min-width:576px) {
	.card-deck {
		display: flex;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}

	.card-deck .card {
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group>.card {
	margin-bottom: 15px
}

@media(min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-img-top,
	.card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-img-bottom,
	.card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-img-top,
	.card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-img-bottom,
	.card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media(min-width:576px) {
	.card-columns {
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}

	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion {
	overflow-anchor: none
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

a.badge:hover,
a.badge:focus {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #0062cc
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media(min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.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: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

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

	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		animation: none
	}
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}

.list-group-horizontal {
	flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}

@media(min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}

	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media(min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row
	}

	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media(min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}

	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media(min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}

	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

.list-group-flush {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}

a.close.disabled {
	pointer-events: none
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -moz-min-content;
	height: min-content;
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

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

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -moz-min-content;
		height: min-content
	}

	.modal-sm {
		max-width: 300px
	}
}

@media(min-width:992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media(min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	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: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	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: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
	bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
	top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {

	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

	.carousel-control-prev,
	.carousel-control-next {
		transition: none
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

@media(prefers-reduced-motion:reduce) {

	.spinner-border,
	.spinner-grow {
		animation-duration: 1.5s
	}
}

.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: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important
}

.bg-secondary {
	background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !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: #007bff !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-lg {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.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-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	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-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		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-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		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-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		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-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

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

	.d-print-inline {
		display: inline !important
	}

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

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !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 iframe,
.embed-responsive embed,
.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 {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media(min-width:576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media(min-width:768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media(min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media(min-width:1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		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
	}
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !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:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media(min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media(min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-n1 {
		margin: -.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media(min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-n1 {
		margin: -.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media(min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@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-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0056b3 !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {

	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	abbr[title]::after {
		content: " (" attr(title) ")"
	}

	pre {
		white-space: pre-wrap !important
	}

	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	tr,
	img {
		page-break-inside: avoid
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important
	}

	.table-dark {
		color: inherit
	}

	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody+tbody {
		border-color: #dee2e6
	}

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		transform: scale(.75)
	}

	.mfp-arrow-left {
		transform-origin: 0
	}

	.mfp-arrow-right {
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

pre {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	background: rgba(0, 0, 0, 0);
	border: 1px
}

[lang^="ar"]:not(.sfPageEditorWrp),
[lang^="he"]:not(.sfPageEditorWrp),
[lang^="fa"]:not(.sfPageEditorWrp),
[lang^="ku"]:not(.sfPageEditorWrp),
[lang^="ur"]:not(.sfPageEditorWrp),
[lang^="dv"]:not(.sfPageEditorWrp),
[lang^="ps"]:not(.sfPageEditorWrp),
[lang^="ha"]:not(.sfPageEditorWrp),
[lang^="ks"]:not(.sfPageEditorWrp),
[lang^="yi"]:not(.sfPageEditorWrp),
[lang^="uz-arab"]:not(.sfPageEditorWrp),
[lang^="tzm-arab"]:not(.sfPageEditorWrp) {
	direction: rtl
}

[lang^="ar"]:not(.sfPageEditorWrp)>body,
[lang^="he"]:not(.sfPageEditorWrp)>body,
[lang^="fa"]:not(.sfPageEditorWrp)>body,
[lang^="ku"]:not(.sfPageEditorWrp)>body,
[lang^="ur"]:not(.sfPageEditorWrp)>body,
[lang^="dv"]:not(.sfPageEditorWrp)>body,
[lang^="ps"]:not(.sfPageEditorWrp)>body,
[lang^="ha"]:not(.sfPageEditorWrp)>body,
[lang^="ks"]:not(.sfPageEditorWrp)>body,
[lang^="yi"]:not(.sfPageEditorWrp)>body,
[lang^="uz-arab"]:not(.sfPageEditorWrp)>body,
[lang^="tzm-arab"]:not(.sfPageEditorWrp)>body {
	text-align: right
}

img,
video {
	max-width: 100%
}

img {
	height: auto
}

.u-toe {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
	margin: 0
}

.sf-media .sf-media-body h3,
.sf-Gallery-next,
.sf-Gallery-prev,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video>.sf-Gallery-thumb,
.sf-list--expandable .sf-list-item h3:first-child {
	margin-top: 0
}

.sf-Gallery-navigation,
[lang^="ar"] .sf-list--expandable i,
[lang^="he"] .sf-list--expandable i,
[lang^="fa"] .sf-list--expandable i,
[lang^="ku"] .sf-list--expandable i,
[lang^="ur"] .sf-list--expandable i,
[lang^="dv"] .sf-list--expandable i,
[lang^="ps"] .sf-list--expandable i,
[lang^="ha"] .sf-list--expandable i,
[lang^="ks"] .sf-list--expandable i,
[lang^="yi"] .sf-list--expandable i,
[lang^="uz-arab"] .sf-list--expandable i,
[lang^="tzm-arab"] .sf-list--expandable i,
[lang^="ar"] .sf-Comments-header h3,
[lang^="he"] .sf-Comments-header h3,
[lang^="fa"] .sf-Comments-header h3,
[lang^="ku"] .sf-Comments-header h3,
[lang^="ur"] .sf-Comments-header h3,
[lang^="dv"] .sf-Comments-header h3,
[lang^="ps"] .sf-Comments-header h3,
[lang^="ha"] .sf-Comments-header h3,
[lang^="ks"] .sf-Comments-header h3,
[lang^="yi"] .sf-Comments-header h3,
[lang^="uz-arab"] .sf-Comments-header h3,
[lang^="tzm-arab"] .sf-Comments-header h3,
[lang^="ar"] .sf-Comment-count--block .sf-Comment-count,
[lang^="he"] .sf-Comment-count--block .sf-Comment-count,
[lang^="fa"] .sf-Comment-count--block .sf-Comment-count,
[lang^="ku"] .sf-Comment-count--block .sf-Comment-count,
[lang^="ur"] .sf-Comment-count--block .sf-Comment-count,
[lang^="dv"] .sf-Comment-count--block .sf-Comment-count,
[lang^="ps"] .sf-Comment-count--block .sf-Comment-count,
[lang^="ha"] .sf-Comment-count--block .sf-Comment-count,
[lang^="ks"] .sf-Comment-count--block .sf-Comment-count,
[lang^="yi"] .sf-Comment-count--block .sf-Comment-count,
[lang^="uz-arab"] .sf-Comment-count--block .sf-Comment-count,
[lang^="tzm-arab"] .sf-Comment-count--block .sf-Comment-count,
[lang^="ar"] .sf-FormNav li:first-child,
[lang^="he"] .sf-FormNav li:first-child,
[lang^="fa"] .sf-FormNav li:first-child,
[lang^="ku"] .sf-FormNav li:first-child,
[lang^="ur"] .sf-FormNav li:first-child,
[lang^="dv"] .sf-FormNav li:first-child,
[lang^="ps"] .sf-FormNav li:first-child,
[lang^="ha"] .sf-FormNav li:first-child,
[lang^="ks"] .sf-FormNav li:first-child,
[lang^="yi"] .sf-FormNav li:first-child,
[lang^="uz-arab"] .sf-FormNav li:first-child,
[lang^="tzm-arab"] .sf-FormNav li:first-child,
[lang^="ar"] .sf-FormNav-page,
[lang^="he"] .sf-FormNav-page,
[lang^="fa"] .sf-FormNav-page,
[lang^="ku"] .sf-FormNav-page,
[lang^="ur"] .sf-FormNav-page,
[lang^="dv"] .sf-FormNav-page,
[lang^="ps"] .sf-FormNav-page,
[lang^="ha"] .sf-FormNav-page,
[lang^="ks"] .sf-FormNav-page,
[lang^="yi"] .sf-FormNav-page,
[lang^="uz-arab"] .sf-FormNav-page,
[lang^="tzm-arab"] .sf-FormNav-page {
	margin-right: 0
}

.sf-Gallery-next,
.sf-Gallery-prev {
	margin-bottom: 0
}

.sf-Gallery-navigation,
.sf-Comment-count--block .sf-Comment-count,
.sf-Review-count--block .sf-Review-count,
.sf-Comment-count--block .sf-Review-count {
	margin-left: 0
}

.sf-Gallery-navigation,
.sf-Comment-count--block .sf-Comment-count,
.sf-Comments-header a,
.sf-Review-count--block .sf-Review-count {
	margin-top: .25rem
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video>.sf-Gallery-thumb,
.sf-icon-feed {
	margin-right: .25rem
}

.sf-list--expandable .sf-list-item>div {
	margin-bottom: .25rem
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video>.sf-Gallery-thumb,
[lang^="ar"] .sf-list--expandable i,
[lang^="he"] .sf-list--expandable i,
[lang^="fa"] .sf-list--expandable i,
[lang^="ku"] .sf-list--expandable i,
[lang^="ur"] .sf-list--expandable i,
[lang^="dv"] .sf-list--expandable i,
[lang^="ps"] .sf-list--expandable i,
[lang^="ha"] .sf-list--expandable i,
[lang^="ks"] .sf-list--expandable i,
[lang^="yi"] .sf-list--expandable i,
[lang^="uz-arab"] .sf-list--expandable i,
[lang^="tzm-arab"] .sf-list--expandable i,
.sf-Comments-header a {
	margin-left: .25rem
}

.sf-Gallery h2,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
	margin-top: .5rem
}

[lang^="ar"] .sf-Comment-count,
[lang^="ar"] .sf-Review-count,
[lang^="he"] .sf-Comment-count,
[lang^="he"] .sf-Review-count,
[lang^="fa"] .sf-Comment-count,
[lang^="fa"] .sf-Review-count,
[lang^="ku"] .sf-Comment-count,
[lang^="ku"] .sf-Review-count,
[lang^="ur"] .sf-Comment-count,
[lang^="ur"] .sf-Review-count,
[lang^="dv"] .sf-Comment-count,
[lang^="dv"] .sf-Review-count,
[lang^="ps"] .sf-Comment-count,
[lang^="ps"] .sf-Review-count,
[lang^="ha"] .sf-Comment-count,
[lang^="ha"] .sf-Review-count,
[lang^="ks"] .sf-Comment-count,
[lang^="ks"] .sf-Review-count,
[lang^="yi"] .sf-Comment-count,
[lang^="yi"] .sf-Review-count,
[lang^="uz-arab"] .sf-Comment-count,
[lang^="uz-arab"] .sf-Review-count,
[lang^="tzm-arab"] .sf-Comment-count,
[lang^="tzm-arab"] .sf-Review-count,
.sf-FormNav-page,
.sf-event-type {
	margin-right: .5rem
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video>.sf-Gallery-thumb,
.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
	margin-bottom: .5rem
}

.sf-document-list--table .sf-title,
.sf-Comment-count,
.sf-Review-count,
[lang^="ar"] .sf-FormNav-page,
[lang^="he"] .sf-FormNav-page,
[lang^="fa"] .sf-FormNav-page,
[lang^="ku"] .sf-FormNav-page,
[lang^="ur"] .sf-FormNav-page,
[lang^="dv"] .sf-FormNav-page,
[lang^="ps"] .sf-FormNav-page,
[lang^="ha"] .sf-FormNav-page,
[lang^="ks"] .sf-FormNav-page,
[lang^="yi"] .sf-FormNav-page,
[lang^="uz-arab"] .sf-FormNav-page,
[lang^="tzm-arab"] .sf-FormNav-page {
	margin-left: .5rem
}

.sf-Comment-subscribe {
	margin-top: 1rem
}

.sf-Comments .sf-loading {
	margin-bottom: 1rem
}

.sf-Gallery-image,
.sf-Comments,
.sf-Review-already {
	margin-top: 1.5rem
}

[lang^="ar"] .sf-list--expandable .sf-list-content,
[lang^="he"] .sf-list--expandable .sf-list-content,
[lang^="fa"] .sf-list--expandable .sf-list-content,
[lang^="ku"] .sf-list--expandable .sf-list-content,
[lang^="ur"] .sf-list--expandable .sf-list-content,
[lang^="dv"] .sf-list--expandable .sf-list-content,
[lang^="ps"] .sf-list--expandable .sf-list-content,
[lang^="ha"] .sf-list--expandable .sf-list-content,
[lang^="ks"] .sf-list--expandable .sf-list-content,
[lang^="yi"] .sf-list--expandable .sf-list-content,
[lang^="uz-arab"] .sf-list--expandable .sf-list-content,
[lang^="tzm-arab"] .sf-list--expandable .sf-list-content,
.sf-Comments-header h3,
.sf-FormNav li {
	margin-right: 1.5rem
}

.sf-Gallery-navigation,
.sf-search-results,
.sf-Comments-header,
.sf-Comments-list,
.sf-Comments-more {
	margin-bottom: 1.5rem
}

.sf-list--expandable .sf-list-content,
[lang^="ar"] .sf-list--expandable .sf-list-content,
[lang^="he"] .sf-list--expandable .sf-list-content,
[lang^="fa"] .sf-list--expandable .sf-list-content,
[lang^="ku"] .sf-list--expandable .sf-list-content,
[lang^="ur"] .sf-list--expandable .sf-list-content,
[lang^="dv"] .sf-list--expandable .sf-list-content,
[lang^="ps"] .sf-list--expandable .sf-list-content,
[lang^="ha"] .sf-list--expandable .sf-list-content,
[lang^="ks"] .sf-list--expandable .sf-list-content,
[lang^="yi"] .sf-list--expandable .sf-list-content,
[lang^="uz-arab"] .sf-list--expandable .sf-list-content,
[lang^="tzm-arab"] .sf-list--expandable .sf-list-content,
[lang^="ar"] .sf-Comments-header h3,
[lang^="he"] .sf-Comments-header h3,
[lang^="fa"] .sf-Comments-header h3,
[lang^="ku"] .sf-Comments-header h3,
[lang^="ur"] .sf-Comments-header h3,
[lang^="dv"] .sf-Comments-header h3,
[lang^="ps"] .sf-Comments-header h3,
[lang^="ha"] .sf-Comments-header h3,
[lang^="ks"] .sf-Comments-header h3,
[lang^="yi"] .sf-Comments-header h3,
[lang^="uz-arab"] .sf-Comments-header h3,
[lang^="tzm-arab"] .sf-Comments-header h3 {
	margin-left: 1.5rem
}

.sf-Comment-subscribe {
	margin-left: 3rem
}

pre,
ul.sf-autocomplete,
.sf-FormNav,
.k-scheduler-agendaview .sf-event-item {
	padding: 0
}

.sf-Gallery-next,
.sf-Gallery-prev {
	padding-top: 0
}

[lang^="ar"] .list-unstyled,
[lang^="ar"] .list-inline,
[lang^="he"] .list-unstyled,
[lang^="he"] .list-inline,
[lang^="fa"] .list-unstyled,
[lang^="fa"] .list-inline,
[lang^="ku"] .list-unstyled,
[lang^="ku"] .list-inline,
[lang^="ur"] .list-unstyled,
[lang^="ur"] .list-inline,
[lang^="dv"] .list-unstyled,
[lang^="dv"] .list-inline,
[lang^="ps"] .list-unstyled,
[lang^="ps"] .list-inline,
[lang^="ha"] .list-unstyled,
[lang^="ha"] .list-inline,
[lang^="ks"] .list-unstyled,
[lang^="ks"] .list-inline,
[lang^="yi"] .list-unstyled,
[lang^="yi"] .list-inline,
[lang^="uz-arab"] .list-unstyled,
[lang^="uz-arab"] .list-inline,
[lang^="tzm-arab"] .list-unstyled,
[lang^="tzm-arab"] .list-inline,
[lang^="ar"] .media-left,
[lang^="he"] .media-left,
[lang^="fa"] .media-left,
[lang^="ku"] .media-left,
[lang^="ur"] .media-left,
[lang^="dv"] .media-left,
[lang^="ps"] .media-left,
[lang^="ha"] .media-left,
[lang^="ks"] .media-left,
[lang^="yi"] .media-left,
[lang^="uz-arab"] .media-left,
[lang^="tzm-arab"] .media-left,
[lang^="ar"] .nav,
[lang^="he"] .nav,
[lang^="fa"] .nav,
[lang^="ku"] .nav,
[lang^="ur"] .nav,
[lang^="dv"] .nav,
[lang^="ps"] .nav,
[lang^="ha"] .nav,
[lang^="ks"] .nav,
[lang^="yi"] .nav,
[lang^="uz-arab"] .nav,
[lang^="tzm-arab"] .nav,
[lang^="ar"] .sf-search-input-wrapper,
[lang^="he"] .sf-search-input-wrapper,
[lang^="fa"] .sf-search-input-wrapper,
[lang^="ku"] .sf-search-input-wrapper,
[lang^="ur"] .sf-search-input-wrapper,
[lang^="dv"] .sf-search-input-wrapper,
[lang^="ps"] .sf-search-input-wrapper,
[lang^="ha"] .sf-search-input-wrapper,
[lang^="ks"] .sf-search-input-wrapper,
[lang^="yi"] .sf-search-input-wrapper,
[lang^="uz-arab"] .sf-search-input-wrapper,
[lang^="tzm-arab"] .sf-search-input-wrapper,
[lang^="ar"] .sf-profile .sf-profile-aside,
[lang^="he"] .sf-profile .sf-profile-aside,
[lang^="fa"] .sf-profile .sf-profile-aside,
[lang^="ku"] .sf-profile .sf-profile-aside,
[lang^="ur"] .sf-profile .sf-profile-aside,
[lang^="dv"] .sf-profile .sf-profile-aside,
[lang^="ps"] .sf-profile .sf-profile-aside,
[lang^="ha"] .sf-profile .sf-profile-aside,
[lang^="ks"] .sf-profile .sf-profile-aside,
[lang^="yi"] .sf-profile .sf-profile-aside,
[lang^="uz-arab"] .sf-profile .sf-profile-aside,
[lang^="tzm-arab"] .sf-profile .sf-profile-aside,
.sf-lang-selector.list-inline .list-inline-item {
	padding-right: 0
}

.sf-Gallery-next,
.sf-Gallery-prev {
	padding-bottom: 0
}

[lang^="ar"] .checkbox label,
[lang^="ar"] .radio label,
[lang^="he"] .checkbox label,
[lang^="he"] .radio label,
[lang^="fa"] .checkbox label,
[lang^="fa"] .radio label,
[lang^="ku"] .checkbox label,
[lang^="ku"] .radio label,
[lang^="ur"] .checkbox label,
[lang^="ur"] .radio label,
[lang^="dv"] .checkbox label,
[lang^="dv"] .radio label,
[lang^="ps"] .checkbox label,
[lang^="ps"] .radio label,
[lang^="ha"] .checkbox label,
[lang^="ha"] .radio label,
[lang^="ks"] .checkbox label,
[lang^="ks"] .radio label,
[lang^="yi"] .checkbox label,
[lang^="yi"] .radio label,
[lang^="uz-arab"] .checkbox label,
[lang^="uz-arab"] .radio label,
[lang^="tzm-arab"] .checkbox label,
[lang^="tzm-arab"] .radio label,
[lang^="ar"] .checkbox input[type=checkbox],
[lang^="he"] .checkbox input[type=checkbox],
[lang^="fa"] .checkbox input[type=checkbox],
[lang^="ku"] .checkbox input[type=checkbox],
[lang^="ur"] .checkbox input[type=checkbox],
[lang^="dv"] .checkbox input[type=checkbox],
[lang^="ps"] .checkbox input[type=checkbox],
[lang^="ha"] .checkbox input[type=checkbox],
[lang^="ks"] .checkbox input[type=checkbox],
[lang^="yi"] .checkbox input[type=checkbox],
[lang^="uz-arab"] .checkbox input[type=checkbox],
[lang^="tzm-arab"] .checkbox input[type=checkbox],
[lang^="ar"] .radio input[type=radio],
[lang^="he"] .radio input[type=radio],
[lang^="fa"] .radio input[type=radio],
[lang^="ku"] .radio input[type=radio],
[lang^="ur"] .radio input[type=radio],
[lang^="dv"] .radio input[type=radio],
[lang^="ps"] .radio input[type=radio],
[lang^="ha"] .radio input[type=radio],
[lang^="ks"] .radio input[type=radio],
[lang^="yi"] .radio input[type=radio],
[lang^="uz-arab"] .radio input[type=radio],
[lang^="tzm-arab"] .radio input[type=radio],
.sf-Progress-page-title {
	padding-left: 0
}

.sf-lang-selector a,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
	padding-top: .25rem
}

.sf-Comments-list .sf-Comments-list-author {
	padding-right: .25rem
}

.sf-lang-selector a,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
	padding-bottom: .25rem
}

.sf-media .media-left,
.sf-search-input-wrapper,
.sf-lang-selector a,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
	padding-right: .5rem
}

[lang^="ar"] .media-left,
[lang^="he"] .media-left,
[lang^="fa"] .media-left,
[lang^="ku"] .media-left,
[lang^="ur"] .media-left,
[lang^="dv"] .media-left,
[lang^="ps"] .media-left,
[lang^="ha"] .media-left,
[lang^="ks"] .media-left,
[lang^="yi"] .media-left,
[lang^="uz-arab"] .media-left,
[lang^="tzm-arab"] .media-left,
[lang^="ar"] .sf-search-input-wrapper,
[lang^="he"] .sf-search-input-wrapper,
[lang^="fa"] .sf-search-input-wrapper,
[lang^="ku"] .sf-search-input-wrapper,
[lang^="ur"] .sf-search-input-wrapper,
[lang^="dv"] .sf-search-input-wrapper,
[lang^="ps"] .sf-search-input-wrapper,
[lang^="ha"] .sf-search-input-wrapper,
[lang^="ks"] .sf-search-input-wrapper,
[lang^="yi"] .sf-search-input-wrapper,
[lang^="uz-arab"] .sf-search-input-wrapper,
[lang^="tzm-arab"] .sf-search-input-wrapper,
.sf-lang-selector a,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
	padding-left: .5rem
}

body[contenteditable="true"] {
	padding: 1.5rem
}

.sf-profile .sf-profile-aside,
[lang^="ar"] .checkbox label,
[lang^="ar"] .radio label,
[lang^="he"] .checkbox label,
[lang^="he"] .radio label,
[lang^="fa"] .checkbox label,
[lang^="fa"] .radio label,
[lang^="ku"] .checkbox label,
[lang^="ku"] .radio label,
[lang^="ur"] .checkbox label,
[lang^="ur"] .radio label,
[lang^="dv"] .checkbox label,
[lang^="dv"] .radio label,
[lang^="ps"] .checkbox label,
[lang^="ps"] .radio label,
[lang^="ha"] .checkbox label,
[lang^="ha"] .radio label,
[lang^="ks"] .checkbox label,
[lang^="ks"] .radio label,
[lang^="yi"] .checkbox label,
[lang^="yi"] .radio label,
[lang^="uz-arab"] .checkbox label,
[lang^="uz-arab"] .radio label,
[lang^="tzm-arab"] .checkbox label,
[lang^="tzm-arab"] .radio label {
	padding-right: 1.5rem
}

[lang^="ar"] .sf-profile .sf-profile-aside,
[lang^="he"] .sf-profile .sf-profile-aside,
[lang^="fa"] .sf-profile .sf-profile-aside,
[lang^="ku"] .sf-profile .sf-profile-aside,
[lang^="ur"] .sf-profile .sf-profile-aside,
[lang^="dv"] .sf-profile .sf-profile-aside,
[lang^="ps"] .sf-profile .sf-profile-aside,
[lang^="ha"] .sf-profile .sf-profile-aside,
[lang^="ks"] .sf-profile .sf-profile-aside,
[lang^="yi"] .sf-profile .sf-profile-aside,
[lang^="uz-arab"] .sf-profile .sf-profile-aside,
[lang^="tzm-arab"] .sf-profile .sf-profile-aside {
	padding-left: 1.5rem
}

.sf-Gallery-next,
.sf-Gallery-prev {
	padding-right: 3rem
}

.sf-Gallery-next,
.sf-Gallery-prev {
	padding-left: 3rem
}

.sf-icon-txt {
	display: inline-block;
	position: relative;
	line-height: normal
}

.sf-icon-txt [class^="sf-icon-txt-"] {
	position: absolute;
	height: auto;
	font-size: .5em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #333;
	line-height: normal
}

.sf-icon-txt .sf-icon-txt-xlsx {
	background-color: #38ab63
}

.sf-icon-txt .sf-icon-txt-doc,
.sf-icon-txt .sf-icon-txt-docx {
	background-color: #1a8cff
}

.sf-icon-txt .sf-icon-txt-ppt,
.sf-icon-txt .sf-icon-txt-pptx {
	background-color: #ed8527
}

.sf-icon-txt .sf-icon-txt-pdf {
	background-color: #ff4848
}

.sf-icon-txt .sf-icon-txt-zip {
	background-color: #596c9b
}

.sf-icon-xxs {
	height: 14px;
	width: 14px
}

.sf-icon-xs {
	height: 16px;
	width: 16px
}

.sf-icon-txt-sm {
	padding: .1em .2em;
	top: 31%;
	right: -10%
}

.sf-icon-sm {
	height: 24px;
	width: 24px
}

.sf-icon-txt-md {
	padding: .2em .4em;
	top: 47%;
	right: 0
}

.sf-icon-lg {
	height: 40px;
	width: 40px
}

.sf-icon-file {
	fill: #ccc
}

.sf-icon-feed {
	fill: #eb742f
}

.sf-icon-comment {
	fill: #63b5f0
}

.sf-icon-linkedin {
	fill: #238cc8
}

.sf-icon-tumblr {
	fill: #426d9b
}

.sf-icon-myspace {
	fill: #008dde
}

.sf-icon-facebook {
	fill: #5d82d1
}

.sf-icon-twitter {
	fill: #38bcf5
}

.sf-icon-blogger {
	fill: #ff9233
}

.sf-icon-delicious {
	fill: #377bda
}

.sf-icon-stumble-upon {
	fill: #ff5c30
}

.sf-icon-reddit {
	fill: #9bbad9
}

.sf-icon-mailto {
	fill: #596c9b
}

.sf-icon-digg {
	fill: #596c9b
}

.sf-icon-google {
	fill: #347df4
}

.sf-loading:before,
.sf-loading:after,
.sf-loading>span {
	background-color: #9cc5f7;
	height: 30px;
	width: 6px;
	display: inline-block;
	animation: stretchdelay 1.1s infinite ease-in-out
}

.sf-loading {
	height: 30px;
	width: 6px;
	position: relative;
	margin: -5px 0 0 12px
}

.sf-loading:before,
.sf-loading:after {
	content: " ";
	position: absolute;
	top: 0
}

.sf-loading:before {
	animation-delay: -1.2s;
	left: -10px
}

.sf-loading:after {
	animation-delay: -1s;
	right: -10px
}

.sf-loading-wrapper {
	position: absolute;
	z-index: 902;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.sf-loading-wrapper .sf-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px
}

@keyframes stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4)
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		background-color: #105ab5
	}
}

.sf-media .sf-img-thmb a {
	display: block;
	width: 120px;
	height: 90px;
	overflow: hidden
}

.sf-media .sf-video-thmb {
	position: relative;
	width: 120px;
	height: 90px;
	background-color: #000
}

.sf-media .sf-video-thmb a {
	display: block;
	margin-top: -35px;
	position: absolute;
	top: 50%;
	height: 70px;
	overflow: hidden
}

.sf-media .sf-video-thmb a .sf-icon-play {
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #000;
	opacity: .8
}

.sf-media .sf-video-thmb a .sf-icon-play:hover {
	background-color: #333
}

.sf-media .sf-video-thmb a .sf-icon-play:before {
	display: block;
	position: absolute;
	left: 12px;
	top: 9px;
	width: 0;
	height: 0;
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-left: 8px solid #fff;
	content: ""
}

.sf-Gallery-thumbs-container {
	overflow: hidden
}

.sf-Gallery-thumbs a {
	display: inline-block;
	border: 5px solid rgba(0, 0, 0, 0);
	line-height: 120px;
	overflow: hidden;
	cursor: pointer
}

.sf-Gallery-thumbs a.is-selected {
	border-color: #428bca
}

.sf-Gallery-thumbs a>img {
	vertical-align: middle
}

.sf-Gallery-image {
	position: relative;
	height: 600px;
	text-align: center;
	background: #e4e4e4;
	border: 1px solid #e4e4e4;
	line-height: 600px
}

.sf-Gallery-image>img {
	max-height: 100%;
	width: auto;
	display: inline-block
}

.sf-Gallery-next,
.sf-Gallery-prev {
	cursor: pointer;
	position: absolute;
	height: 600px;
	width: 50%;
	left: 0;
	top: 0;
	text-align: left;
	font-family: Verdana;
	color: #000;
	font-size: 40px;
	line-height: 600px;
	text-shadow: 0 0 3px #fff;
	opacity: 0;
	transition: opacity .2s ease;
	background: rgba(0, 0, 0, .1);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.sf-Gallery-next:hover,
.sf-Gallery-next:focus,
.sf-Gallery-prev:hover,
.sf-Gallery-prev:focus {
	opacity: 1;
	color: #000
}

.sf-Gallery-prev {
	background: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 100%)
}

.sf-Gallery-next {
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
	left: auto;
	right: 0;
	text-align: right
}

.sf-Gallery-prev--simple {
	float: left
}

.sf-Gallery-next--simple {
	float: right
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video>.sf-Gallery-thumb {
	display: inline-block;
	width: 160px;
	height: 170px;
	border: 5px solid rgba(0, 0, 0, 0);
	cursor: pointer
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
	display: block;
	border: 1px;
	width: 160px;
	height: 130px;
	overflow: hidden;
	cursor: pointer
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.sf-Gallery-thumbs .sf-Gallery-thumb {
	float: left
}

[lang^="ar"] .sf-Gallery-thumb,
[lang^="he"] .sf-Gallery-thumb,
[lang^="fa"] .sf-Gallery-thumb,
[lang^="ku"] .sf-Gallery-thumb,
[lang^="ur"] .sf-Gallery-thumb,
[lang^="dv"] .sf-Gallery-thumb,
[lang^="ps"] .sf-Gallery-thumb,
[lang^="ha"] .sf-Gallery-thumb,
[lang^="ks"] .sf-Gallery-thumb,
[lang^="yi"] .sf-Gallery-thumb,
[lang^="uz-arab"] .sf-Gallery-thumb,
[lang^="tzm-arab"] .sf-Gallery-thumb {
	float: right
}

[lang^="ar"] .sf-Gallery-prev--simple,
[lang^="he"] .sf-Gallery-prev--simple,
[lang^="fa"] .sf-Gallery-prev--simple,
[lang^="ku"] .sf-Gallery-prev--simple,
[lang^="ur"] .sf-Gallery-prev--simple,
[lang^="dv"] .sf-Gallery-prev--simple,
[lang^="ps"] .sf-Gallery-prev--simple,
[lang^="ha"] .sf-Gallery-prev--simple,
[lang^="ks"] .sf-Gallery-prev--simple,
[lang^="yi"] .sf-Gallery-prev--simple,
[lang^="uz-arab"] .sf-Gallery-prev--simple,
[lang^="tzm-arab"] .sf-Gallery-prev--simple {
	float: right
}

[lang^="ar"] .sf-Gallery-next--simple,
[lang^="he"] .sf-Gallery-next--simple,
[lang^="fa"] .sf-Gallery-next--simple,
[lang^="ku"] .sf-Gallery-next--simple,
[lang^="ur"] .sf-Gallery-next--simple,
[lang^="dv"] .sf-Gallery-next--simple,
[lang^="ps"] .sf-Gallery-next--simple,
[lang^="ha"] .sf-Gallery-next--simple,
[lang^="ks"] .sf-Gallery-next--simple,
[lang^="yi"] .sf-Gallery-next--simple,
[lang^="uz-arab"] .sf-Gallery-next--simple,
[lang^="tzm-arab"] .sf-Gallery-next--simple {
	float: left
}

[lang^="ar"] .mfp-counter,
[lang^="he"] .mfp-counter,
[lang^="fa"] .mfp-counter,
[lang^="ku"] .mfp-counter,
[lang^="ur"] .mfp-counter,
[lang^="dv"] .mfp-counter,
[lang^="ps"] .mfp-counter,
[lang^="ha"] .mfp-counter,
[lang^="ks"] .mfp-counter,
[lang^="yi"] .mfp-counter,
[lang^="uz-arab"] .mfp-counter,
[lang^="tzm-arab"] .mfp-counter {
	right: auto;
	left: 0
}

.right-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu .nav-link {
	white-space: nowrap
}

.dropdown-submenu:hover>.dropdown-menu,
.dropdown-submenu .nav-link:focus+.dropdown-menu,
.dropdown-submenu .dropdown-item:focus+.dropdown-menu {
	left: 100%;
	top: 0;
	display: block
}

.dropdown.show .nav-link,
.dropdown.show .nav-link:hover {
	color: rgba(0, 0, 0, .9)
}

@media(max-width:767px) {
	.navbar-collapse .dropdown-menu {
		background-color: transparent;
		border: 0
	}

	.navbar-collapse .dropdown-submenu .dropdown-menu {
		padding-left: 20px;
		display: block
	}

	.navbar-collapse .right-caret {
		display: none
	}
}

[lang^="ar"] .navbar-header,
[lang^="he"] .navbar-header,
[lang^="fa"] .navbar-header,
[lang^="ku"] .navbar-header,
[lang^="ur"] .navbar-header,
[lang^="dv"] .navbar-header,
[lang^="ps"] .navbar-header,
[lang^="ha"] .navbar-header,
[lang^="ks"] .navbar-header,
[lang^="yi"] .navbar-header,
[lang^="uz-arab"] .navbar-header,
[lang^="tzm-arab"] .navbar-header {
	float: right
}

[lang^="ar"] .navbar-nav,
[lang^="he"] .navbar-nav,
[lang^="fa"] .navbar-nav,
[lang^="ku"] .navbar-nav,
[lang^="ur"] .navbar-nav,
[lang^="dv"] .navbar-nav,
[lang^="ps"] .navbar-nav,
[lang^="ha"] .navbar-nav,
[lang^="ks"] .navbar-nav,
[lang^="yi"] .navbar-nav,
[lang^="uz-arab"] .navbar-nav,
[lang^="tzm-arab"] .navbar-nav {
	float: right
}

[lang^="ar"] .navbar-nav>li,
[lang^="he"] .navbar-nav>li,
[lang^="fa"] .navbar-nav>li,
[lang^="ku"] .navbar-nav>li,
[lang^="ur"] .navbar-nav>li,
[lang^="dv"] .navbar-nav>li,
[lang^="ps"] .navbar-nav>li,
[lang^="ha"] .navbar-nav>li,
[lang^="ks"] .navbar-nav>li,
[lang^="yi"] .navbar-nav>li,
[lang^="uz-arab"] .navbar-nav>li,
[lang^="tzm-arab"] .navbar-nav>li {
	float: right
}

[lang^="ar"] .dropdown-menu,
[lang^="he"] .dropdown-menu,
[lang^="fa"] .dropdown-menu,
[lang^="ku"] .dropdown-menu,
[lang^="ur"] .dropdown-menu,
[lang^="dv"] .dropdown-menu,
[lang^="ps"] .dropdown-menu,
[lang^="ha"] .dropdown-menu,
[lang^="ks"] .dropdown-menu,
[lang^="yi"] .dropdown-menu,
[lang^="uz-arab"] .dropdown-menu,
[lang^="tzm-arab"] .dropdown-menu {
	left: auto;
	right: 0
}

[lang^="ar"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="he"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="fa"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="ku"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="ur"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="dv"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="ps"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="ha"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="ks"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="yi"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="uz-arab"] .dropdown-submenu:hover>.dropdown-menu,
[lang^="tzm-arab"] .dropdown-submenu:hover>.dropdown-menu {
	left: 0;
	right: 100%
}

[lang^="ar"] .right-caret,
[lang^="he"] .right-caret,
[lang^="fa"] .right-caret,
[lang^="ku"] .right-caret,
[lang^="ur"] .right-caret,
[lang^="dv"] .right-caret,
[lang^="ps"] .right-caret,
[lang^="ha"] .right-caret,
[lang^="ks"] .right-caret,
[lang^="yi"] .right-caret,
[lang^="uz-arab"] .right-caret,
[lang^="tzm-arab"] .right-caret {
	border-left: 0;
	border-right: 4px solid
}

[lang^="ar"] .nav-tabs>li,
[lang^="he"] .nav-tabs>li,
[lang^="fa"] .nav-tabs>li,
[lang^="ku"] .nav-tabs>li,
[lang^="ur"] .nav-tabs>li,
[lang^="dv"] .nav-tabs>li,
[lang^="ps"] .nav-tabs>li,
[lang^="ha"] .nav-tabs>li,
[lang^="ks"] .nav-tabs>li,
[lang^="yi"] .nav-tabs>li,
[lang^="uz-arab"] .nav-tabs>li,
[lang^="tzm-arab"] .nav-tabs>li {
	float: right
}

[lang^="ar"] .nav-stacked>li,
[lang^="he"] .nav-stacked>li,
[lang^="fa"] .nav-stacked>li,
[lang^="ku"] .nav-stacked>li,
[lang^="ur"] .nav-stacked>li,
[lang^="dv"] .nav-stacked>li,
[lang^="ps"] .nav-stacked>li,
[lang^="ha"] .nav-stacked>li,
[lang^="ks"] .nav-stacked>li,
[lang^="yi"] .nav-stacked>li,
[lang^="uz-arab"] .nav-stacked>li,
[lang^="tzm-arab"] .nav-stacked>li {
	float: none
}

.nav-sitemap {
	display: table;
	width: 100%;
	overflow: hidden
}

.nav-sitemap li {
	list-style-type: none
}

.nav-sitemap>li {
	display: table-cell;
	border-left: 1px solid #ccc
}

.nav-sitemap>li:first-child {
	border-left-width: 0
}

@media only screen and (max-width:480px) {
	.nav-sitemap {
		display: block
	}

	.nav-sitemap>li {
		display: block;
		border-left-width: 0
	}

	.nav-sitemap>li:first-child {
		border-top-width: 0
	}
}

@media only screen and (min-width:480px) and (max-width:768px) {
	.nav-sitemap {
		display: block
	}

	.nav-sitemap>li {
		margin-left: 1%;
		margin-right: 1%;
		float: left;
		width: 48%;
		border-left-width: 0
	}

	.nav-sitemap>li:nth-child(odd) {
		clear: both
	}
}

[lang^="ar"] .nav-pills>li,
[lang^="he"] .nav-pills>li,
[lang^="fa"] .nav-pills>li,
[lang^="ku"] .nav-pills>li,
[lang^="ur"] .nav-pills>li,
[lang^="dv"] .nav-pills>li,
[lang^="ps"] .nav-pills>li,
[lang^="ha"] .nav-pills>li,
[lang^="ks"] .nav-pills>li,
[lang^="yi"] .nav-pills>li,
[lang^="uz-arab"] .nav-pills>li,
[lang^="tzm-arab"] .nav-pills>li {
	float: right
}

.nav-stacked {
	flex-direction: column
}

[lang^="ar"] .nav-stacked>li,
[lang^="he"] .nav-stacked>li,
[lang^="fa"] .nav-stacked>li,
[lang^="ku"] .nav-stacked>li,
[lang^="ur"] .nav-stacked>li,
[lang^="dv"] .nav-stacked>li,
[lang^="ps"] .nav-stacked>li,
[lang^="ha"] .nav-stacked>li,
[lang^="ks"] .nav-stacked>li,
[lang^="yi"] .nav-stacked>li,
[lang^="uz-arab"] .nav-stacked>li,
[lang^="tzm-arab"] .nav-stacked>li {
	float: none
}

ul.sf-autocomplete {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	list-style: none
}

ul.sf-autocomplete .ui-menu-item-wrapper {
	padding: 3px;
	color: #000
}

ul.sf-autocomplete .ui-menu-item-wrapper.ui-state-active {
	background-color: #eee
}

ul.sf-autocomplete .ui-menu-item-wrapper:hover {
	cursor: pointer
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sf-facets-filter-label {
	background-color: rgba(108, 117, 125, .1) !important
}

.sf-facets-remove-filter {
	right: 0
}

[lang^="ar"] .form-check,
[lang^="he"] .form-check,
[lang^="fa"] .form-check,
[lang^="ku"] .form-check,
[lang^="ur"] .form-check,
[lang^="dv"] .form-check,
[lang^="ps"] .form-check,
[lang^="ha"] .form-check,
[lang^="ks"] .form-check,
[lang^="yi"] .form-check,
[lang^="uz-arab"] .form-check,
[lang^="tzm-arab"] .form-check {
	padding-right: 1.25rem;
	padding-left: 0
}

[lang^="ar"] .form-check-input,
[lang^="he"] .form-check-input,
[lang^="fa"] .form-check-input,
[lang^="ku"] .form-check-input,
[lang^="ur"] .form-check-input,
[lang^="dv"] .form-check-input,
[lang^="ps"] .form-check-input,
[lang^="ha"] .form-check-input,
[lang^="ks"] .form-check-input,
[lang^="yi"] .form-check-input,
[lang^="uz-arab"] .form-check-input,
[lang^="tzm-arab"] .form-check-input {
	margin-right: -1.25rem;
	margin-left: 0
}

.sf-profile .sf-profile-avatar {
	display: inline-block;
	margin-bottom: 10px;
	position: relative
}

.sf-profile .sf-profile-avatar .sf-remove {
	position: absolute;
	top: 5px;
	right: 5px;
	outline: 0
}

.sf-profile textarea {
	min-height: 100px
}

.sf-profile .media-object img {
	max-width: none
}

.sf-list--expandable a[data-sf-role="toggleLink"] svg {
	fill: #999;
	height: 1em;
	width: 1em
}

.sf-list--expandable .sf-list-expand {
	float: right
}

[lang^="ar"] .sf-list-item,
[lang^="he"] .sf-list-item,
[lang^="fa"] .sf-list-item,
[lang^="ku"] .sf-list-item,
[lang^="ur"] .sf-list-item,
[lang^="dv"] .sf-list-item,
[lang^="ps"] .sf-list-item,
[lang^="ha"] .sf-list-item,
[lang^="ks"] .sf-list-item,
[lang^="yi"] .sf-list-item,
[lang^="uz-arab"] .sf-list-item,
[lang^="tzm-arab"] .sf-list-item {
	float: right
}

[lang^="ar"] .sf-list-expand,
[lang^="he"] .sf-list-expand,
[lang^="fa"] .sf-list-expand,
[lang^="ku"] .sf-list-expand,
[lang^="ur"] .sf-list-expand,
[lang^="dv"] .sf-list-expand,
[lang^="ps"] .sf-list-expand,
[lang^="ha"] .sf-list-expand,
[lang^="ks"] .sf-list-expand,
[lang^="yi"] .sf-list-expand,
[lang^="uz-arab"] .sf-list-expand,
[lang^="tzm-arab"] .sf-list-expand {
	float: left
}

[lang^="ar"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="he"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="fa"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="ku"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="ur"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="dv"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="ps"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="ha"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="ks"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="yi"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="uz-arab"] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^="tzm-arab"] .sf-list--expandable .glyphicon-chevron-right:before {
	content: ""
}

.sf-lang-selector a {
	display: block;
	font-size: 1rem;
	border-radius: 8px
}

.sf-lang-selector a.selected {
	background-color: #f2f2f2;
	color: #333
}

.sf-lang-selector label select {
	display: block;
	font-weight: normal
}

.sf-Comments [class^="sf-icon"] {
	display: inline-block
}

.sf-Comment-count {
	display: inline-block
}

.sf-Comment-count [class^="sf-icon"] {
	display: inline-block;
	vertical-align: middle
}

.sf-Comment-count--block .sf-Comment-count {
	display: block
}

[data-sf-role="error-message"],
[data-sf-role="list-loading-indicator"],
[data-sf-role="list-loading-indicator"],
[data-sf-role="comments-new-message-error"],
[data-sf-role="comments-new-logged-out-view"],
[data-sf-role="comments-new-name-error"],
[data-sf-role="captcha-container"],
[data-sf-role="single-comment-template"],
[data-sf-role="comments-new-pending-approval-message"],
[data-sf-role="comments-load-more-button"],
[data-sf-role="comments-new-form-button"],
[data-sf-role="comments-sort-new-button"],
[data-sf-role="comments-sort-old-button"],
[data-sf-role="comments-new-requires-authentication"],
[data-sf-role="list-rating-wrapper"],
[data-sf-role="review-new-form-replacement"] {
	display: none
}

.sf-Comments-header h3 {
	display: inline-block;
	margin-top: 0
}

.sf-Comments-header .selected {
	color: #333
}

.sf-Comments-list .sf-Comments-list-author {
	border-right: 1px solid #777
}

.sf-Comments-form textarea {
	min-height: 90px
}

.sf-Comments-filter {
	float: right
}

.sf-Review-count {
	display: inline-block
}

.sf-Review-count--block .sf-Review-count {
	display: block
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
	display: block
}

[lang^="ar"] .sf-Comments-filter,
[lang^="he"] .sf-Comments-filter,
[lang^="fa"] .sf-Comments-filter,
[lang^="ku"] .sf-Comments-filter,
[lang^="ur"] .sf-Comments-filter,
[lang^="dv"] .sf-Comments-filter,
[lang^="ps"] .sf-Comments-filter,
[lang^="ha"] .sf-Comments-filter,
[lang^="ks"] .sf-Comments-filter,
[lang^="yi"] .sf-Comments-filter,
[lang^="uz-arab"] .sf-Comments-filter,
[lang^="tzm-arab"] .sf-Comments-filter {
	float: left
}

.sf-Ratings {
	position: relative
}

.sf-Ratings .sf-Ratings-stars {
	display: inline-block;
	vertical-align: middle
}

.sf-Ratings .sf-Ratings-stars span {
	font-size: 24px;
	color: #ccc
}

.sf-Ratings .sf-Ratings-stars label {
	z-index: 2;
	cursor: pointer
}

.sf-Ratings .sf-Ratings-stars input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 1px;
	opacity: .0001;
	position: absolute;
	top: auto;
	width: 1px;
	z-index: 1
}

.sf-Ratings .sf-Ratings-stars .hover span {
	color: #999
}

.sf-Ratings .sf-Ratings-stars .on span {
	color: #006cd8
}

.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span {
	cursor: default
}

.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on {
	color: #fc0
}

.sf-Ratings .sf-Ratings-average,
.sf-Ratings .sf-Ratings-count {
	font-size: 16px;
	vertical-align: middle
}

.sf-Ratings .sf-Ratings-count span {
	vertical-align: middle
}

.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
	display: inline-block;
	font-size: 1rem;
	border-radius: 8px
}

.sf-site-selector a.selected,
.sf-site-selector span.selected,
.sf-site-selector strong.selected {
	background-color: #f2f2f2;
	color: #333
}

.sf-Code pre {
	color: #e83e8c
}

.sf-Tags-size1 {
	font-size: 11px
}

.sf-Tags-size2 {
	font-size: 13px
}

.sf-Tags-size3 {
	font-size: 18px
}

.sf-Tags-size4 {
	font-size: 24px
}

.sf-Tags-size5 {
	font-size: 30px
}

.sf-Tags-size6 {
	font-size: 36px
}

[lang^="ar"] .checkbox input[type=checkbox],
[lang^="he"] .checkbox input[type=checkbox],
[lang^="fa"] .checkbox input[type=checkbox],
[lang^="ku"] .checkbox input[type=checkbox],
[lang^="ur"] .checkbox input[type=checkbox],
[lang^="dv"] .checkbox input[type=checkbox],
[lang^="ps"] .checkbox input[type=checkbox],
[lang^="ha"] .checkbox input[type=checkbox],
[lang^="ks"] .checkbox input[type=checkbox],
[lang^="yi"] .checkbox input[type=checkbox],
[lang^="uz-arab"] .checkbox input[type=checkbox],
[lang^="tzm-arab"] .checkbox input[type=checkbox] {
	margin-right: -20px
}

[lang^="ar"] .radio input[type=radio],
[lang^="he"] .radio input[type=radio],
[lang^="fa"] .radio input[type=radio],
[lang^="ku"] .radio input[type=radio],
[lang^="ur"] .radio input[type=radio],
[lang^="dv"] .radio input[type=radio],
[lang^="ps"] .radio input[type=radio],
[lang^="ha"] .radio input[type=radio],
[lang^="ks"] .radio input[type=radio],
[lang^="yi"] .radio input[type=radio],
[lang^="uz-arab"] .radio input[type=radio],
[lang^="tzm-arab"] .radio input[type=radio] {
	margin-right: -20px
}

.sf-FileField .sf-icon-remove {
	display: inline-block;
	cursor: pointer;
	fill: #ccc
}

input[type=file].sf-FileField-input {
	display: inline-block
}

.sf-FormNav li.active {
	font-weight: bold
}

.sf-FormNav-page {
	width: 28px;
	height: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	border: 1px solid #999;
	border-radius: 50%
}

.active .sf-FormNav-page {
	color: #333;
	border-color: #333
}

.past .sf-FormNav-page:after {
	content: "✓"
}

.past .sf-FormNav-page-number {
	display: none
}

.sf-Progress-percent,
.sf-Progress-page-title {
	font-size: 1rem
}

.sf-Progress-percent {
	font-weight: bold
}

.sf-Progress-page-title {
	display: inline-block
}

.sf-Progress-page-title li {
	display: none
}

.sf-Progress-page-title li.active {
	display: inline-block
}

div.k-event {
	border-radius: 0
}

div.k-scheduler-header-wrap {
	text-align: left
}

div.k-scheduler-toolbar {
	line-height: 32px
}

div.k-scheduler-toolbar .k-button-icon {
	height: 32px
}

table.k-scheduler-monthview .k-scheduler-table td {
	height: 90px
}

.sf-event-item {
	margin: 0;
	min-height: 100%;
	white-space: nowrap
}

.sf-event-title,
.sf-event-link {
	display: inline-block
}

.sf-event-link {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top
}

.sf-event-type {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	vertical-align: middle
}

.sf-event-type.sf-event-type--all {
	background-color: #fff;
	border: 1px solid #999
}

.sf-event-addToList {
	display: inline-block
}

.sf-calendarList-title {
	font-weight: bold
}

.sf-calendarList-item {
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer
}

.sf-calendarList-item.active {
	background: #f2f2f2
}

.k-scheduler-agendaview .sf-event-item {
	display: inline-block
}

.k-scheduler-agendaview .sf-event-type {
	display: none
}

.-sf-google-button {
	color: #d54f50;
	border-color: #d54f50
}

.-sf-google-button:hover {
	color: #fff;
	background-color: #d54f50;
	border-color: rgba(0, 0, 0, 0)
}

.-sf-facebook-button {
	color: #3e86b4;
	border-color: #3e86b4
}

.-sf-facebook-button:hover {
	color: #fff;
	background-color: #3e86b4;
	border-color: rgba(0, 0, 0, 0)
}

.-sf-github-button {
	color: #333;
	border-color: #333
}

.-sf-github-button:hover {
	color: #fff;
	background-color: #333;
	border-color: rgba(0, 0, 0, 0)
}

.-sf-yahoo-button {
	color: #410093;
	border-color: #410093
}

.-sf-yahoo-button:hover {
	color: #fff;
	background-color: #410093;
	border-color: rgba(0, 0, 0, 0)
}

.-sf-linkedin-button {
	color: #0077b5;
	border-color: #0077b5
}

.-sf-linkedin-button:hover {
	color: #fff;
	background-color: #0077b5;
	border-color: rgba(0, 0, 0, 0)
}

.-sf-microsoft-button {
	color: #00a1f1;
	border-color: #00a1f1
}

.-sf-microsoft-button:hover {
	color: #fff;
	background-color: #00a1f1;
	border-color: rgba(0, 0, 0, 0)
}

.-sf-adfs-button {
	color: #00a1f1;
	border-color: #00a1f1
}

.-sf-adfs-button:hover {
	color: #fff;
	background-color: #00a1f1;
	border-color: rgba(0, 0, 0, 0)
}

.-sf-windows-button {
	color: #00bcf2;
	border-color: #00bcf2
}

.-sf-windows-button:hover {
	color: #fff;
	background-color: #00bcf2;
	border-color: rgba(0, 0, 0, 0)
}

.-sf-twitter-button {
	color: #1da1f2;
	border-color: #1da1f2
}

.-sf-twitter-button:hover {
	color: #fff;
	background-color: #1da1f2;
	border-color: rgba(0, 0, 0, 0)
}

.sf-registration-link {
	clear: both
}

[lang^="ar"] .pagination,
[lang^="he"] .pagination,
[lang^="fa"] .pagination,
[lang^="ku"] .pagination,
[lang^="ur"] .pagination,
[lang^="dv"] .pagination,
[lang^="ps"] .pagination,
[lang^="ha"] .pagination,
[lang^="ks"] .pagination,
[lang^="yi"] .pagination,
[lang^="uz-arab"] .pagination,
[lang^="tzm-arab"] .pagination {
	padding-right: 0
}

[lang^="ar"] .page-item:first-child .page-link,
[lang^="he"] .page-item:first-child .page-link,
[lang^="fa"] .page-item:first-child .page-link,
[lang^="ku"] .page-item:first-child .page-link,
[lang^="ur"] .page-item:first-child .page-link,
[lang^="dv"] .page-item:first-child .page-link,
[lang^="ps"] .page-item:first-child .page-link,
[lang^="ha"] .page-item:first-child .page-link,
[lang^="ks"] .page-item:first-child .page-link,
[lang^="yi"] .page-item:first-child .page-link,
[lang^="uz-arab"] .page-item:first-child .page-link,
[lang^="tzm-arab"] .page-item:first-child .page-link {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

[lang^="ar"] .page-item:last-child .page-link,
[lang^="he"] .page-item:last-child .page-link,
[lang^="fa"] .page-item:last-child .page-link,
[lang^="ku"] .page-item:last-child .page-link,
[lang^="ur"] .page-item:last-child .page-link,
[lang^="dv"] .page-item:last-child .page-link,
[lang^="ps"] .page-item:last-child .page-link,
[lang^="ha"] .page-item:last-child .page-link,
[lang^="ks"] .page-item:last-child .page-link,
[lang^="yi"] .page-item:last-child .page-link,
[lang^="uz-arab"] .page-item:last-child .page-link,
[lang^="tzm-arab"] .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.btn {
	padding: 16px 60px;
	border-radius: 0;
	transition: all .2s ease-in-out;
	font-size: 14px;
	font-size: .875rem;
	line-height: 18px;
	line-height: 1.125rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	background: #223056;
	border: 2px solid transparent;
	color: #fff !important;
	white-space: initial;
	letter-spacing: .5px
}

.btn.btn-primary {
	background: #223056 !important;
	border: 2px solid transparent
}

@media(hover:hover) and (pointer:fine) {
	.btn.btn-primary:hover {
		background: #fff !important;
		color: #000 !important;
		border: 2px solid #223056
	}
}

.btn.btn-primary:focus,
.btn.btn-primary.active {
	background: #fff !important;
	color: #000 !important;
	border: 2px solid #223056
}

.btn.btn-secondary {
	background: #ffc82e !important;
	color: #000 !important;
	border: 2px solid #ffc82e
}

@media(hover:hover) and (pointer:fine) {
	.btn.btn-secondary:hover {
		background: none !important;
		color: #000 !important
	}
}

.btn.btn-secondary:focus,
.btn.btn-secondary.active {
	background: none !important;
	color: #000 !important
}

.btn.btn-tertiary {
	background: #fff !important;
	border: 2px solid #fff;
	color: #223056 !important
}

@media(hover:hover) and (pointer:fine) {
	.btn.btn-tertiary:hover {
		background: none !important;
		color: #fff !important;
		border: 2px solid #fff
	}
}

.btn.btn-tertiary:focus,
.btn.btn-tertiary.active {
	background: none !important;
	color: #fff !important;
	border: 2px solid #fff
}

.btn.btn-quaternary {
	background: #fff !important;
	border: 2px solid #223056;
	color: #000 !important
}

@media(hover:hover) and (pointer:fine) {
	.btn.btn-quaternary:hover {
		background: #223056 !important;
		color: #fff !important;
		border: 2px solid #223056
	}
}

.btn.btn-quaternary:focus,
.btn.btn-quaternary.active {
	background: #223056 !important;
	color: #fff !important;
	border: 2px solid #223056
}

.btn.btn-quinary {
	background: none !important;
	border: 2px solid #fff;
	color: #fff !important
}

@media(hover:hover) and (pointer:fine) {
	.btn.btn-quinary:hover {
		background: #fff !important;
		color: #000 !important;
		border: 2px solid #fff
	}
}

.btn.btn-quinary:focus,
.btn.btn-quinary.active {
	background: #fff !important;
	color: #000 !important;
	border: 2px solid #fff
}

.btn:focus,
.btn:active {
	box-shadow: none
}

.btn:disabled {
	background: #969696 !important;
	color: #fff !important
}

.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled:active {
	background: #969696 !important;
	color: #fff !important;
	cursor: initial;
	outline: none !important;
	border: 2px solid transparent
}

.btn.small {
	padding: 16px
}

.btn.large {
	padding: 16px 115px
}

.btn.full-width {
	padding: 16px;
	width: 100%
}

.btn.btn-user-created {
	margin: 0 10px 14px 0
}

button,
.btn {
	cursor: pointer
}

button:focus,
.btn:focus {
	outline: none
}

button:focus-visible,
.btn:focus-visible {
	outline: 2px solid #0057bb
}

#back-to-top-wrapper {
	position: sticky;
	bottom: 0;
	z-index: 10
}

#back-to-top-wrapper #back-to-top {
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #223056;
	background-image: url("data:image/svg+xml;utf8,<svg width='21px' height='14px' viewBox='0 0 20.89 14.6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon fill='%23FFFFFF' points='20.19 11.76 12.6 3.17 12.6 3.17 10.47 0.75 0.71 11.76 3.12 13.9 10.45 5.61 17.77 13.9 20.19 11.76'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	width: 44px;
	height: 44px;
	border: solid 2px #fff;
	border-radius: 50%;
	position: absolute;
	bottom: 20px;
	right: 20px;
	-webkit-transition: all .125s ease-in-out;
	-moz-transition: all .125s ease-in-out;
	-ms-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out
}

#back-to-top-wrapper #back-to-top:hover,
#back-to-top-wrapper #back-to-top:focus {
	background-color: #223056;
	background-image: url("data:image/svg+xml;utf8,<svg width='21px' height='14px' viewBox='0 0 20.89 14.6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon fill='%23FFFFFF' points='20.19 11.76 12.6 3.17 12.6 3.17 10.47 0.75 0.71 11.76 3.12 13.9 10.45 5.61 17.77 13.9 20.19 11.76'/></svg>")
}

body.modal-open #back-to-top {
	pointer-events: none;
	opacity: 0 !important
}

.inline-buttons {
	display: inline-flex;
	align-items: center
}

.inline-buttons .btn+.btn {
	margin-left: 20px
}

.CTA-link-wrapper {
	width: max-content
}

.CTA-link-wrapper .cta-underlined-link {
	position: relative;
	display: block;
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	padding-bottom: 16px;
	margin-bottom: 32px;
	width: inherit
}

.CTA-link-wrapper .cta-underlined-link a {
	text-decoration: none
}

.CTA-link-wrapper .cta-underlined-link:before {
	content: '';
	display: block;
	position: absolute;
	top: 32px;
	width: calc(100% + 2rem);
	height: 2px;
	background: #223056;
	transition: width .2s;
	overflow: visible
}

.CTA-link-wrapper .cta-underlined-link:after {
	content: "";
	font-family: 'stmrtu_icons_2020' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 15px
}

.CTA-link-wrapper .cta-underlined-link:hover:before {
	width: 0
}

#escape-button {
	position: sticky;
	bottom: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	padding-top: 60px;
	z-index: 100000;
	pointer-events: none
}

#escape-button .btn.btn-primary {
	position: relative;
	bottom: 0;
	margin: 0 auto;
	background-color: #ef3340 !important;
	pointer-events: all
}

@media(hover:hover) and (pointer:fine) {
	#escape-button .btn.btn-primary:hover {
		background: #fff !important;
		color: #ef3340 !important;
		border: 2px solid #ef3340
	}
}

#escape-button .btn.btn-primary:focus,
#escape-button .btn.btn-primary.active {
	background: #fff !important;
	color: #ef3340 !important;
	border: 3px solid #ef3340
}

#escape-button .btn.btn-primary:focus-visible {
	outline-offset: 0
}

.modal-open.safe-space-mode::after {
	content: "Entering Safe Space Mode";
	position: fixed;
	top: 50%;
	left: 0;
	font-size: 23px;
	color: #ef3340;
	z-index: 100;
	text-align: center;
	width: 100%
}

@media(max-width:991.98px) {
	.btn {
		padding: 16px 30px
	}

	.btn.large {
		padding: 16px 45px
	}
}

@media(max-width:767.98px) {
	.btn {
		padding: 15px
	}

	.btn.large {
		padding: 16px
	}

	.content-block .btn {
		width: 100%;
		display: block
	}

	#back-to-top {
		right: 20px
	}

	.inline-buttons {
		flex-direction: column;
		align-items: flex-start
	}

	.inline-buttons .btn+.btn {
		margin-left: 0;
		margin-top: 10px
	}
}

@media(max-width:575.98px) {
	.inline-buttons {
		width: 100%
	}

	.inline-buttons .btn {
		width: 100%
	}
}

.form-check-inline .form-check-input {
	position: relative
}

input[type="radio"] {
	position: relative;
	background: #fff;
	appearance: none;
	display: inline-block;
	background-color: #fff;
	color: #223056;
	top: 2px;
	height: 16px;
	width: 16px;
	border: 1px solid #223056;
	border-radius: 8px;
	cursor: pointer;
	margin-right: 7px;
	outline: none
}

input[type="radio"]:checked::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	background: #223056;
	border-radius: 25px
}

@media(hover:hover) and (pointer:fine) {
	input[type="radio"]:hover {
		border: 2px solid #223056
	}

	input[type="radio"]:hover:checked::before {
		top: 1px;
		left: 1px
	}
}

input[type="radio"]:focus-visible {
	border: 2px solid #223056
}

input[type="radio"]:focus-visible:checked::before {
	top: 1px;
	left: 1px
}

.form-check-inline .form-check-input {
	position: relative
}

input[type="checkbox"] {
	position: relative;
	background: #fff;
	appearance: none;
	display: inline-block;
	background-color: #fff;
	color: #223056;
	top: 2px;
	height: 16px;
	width: 16px;
	border: 1px solid #223056;
	border-radius: 0;
	cursor: pointer;
	margin-right: 7px;
	outline: none
}

input[type="checkbox"]:checked::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	background: #223056
}

@media(hover:hover) and (pointer:fine) {
	input[type="checkbox"]:hover {
		border: 2px solid #223056
	}

	input[type="checkbox"]:hover:checked::before {
		top: 1px;
		left: 1px
	}
}

input[type="checkbox"]:focus-visible {
	border: 2px solid #223056
}

input[type="checkbox"]:focus-visible:checked::before {
	top: 1px;
	left: 1px
}

@-moz-keyframes dothabottomcheck {
	0% {
		height: 0
	}

	100% {
		height: 20px
	}
}

@-webkit-keyframes dothabottomcheck {
	0% {
		height: 0
	}

	100% {
		height: 20px
	}
}

@keyframes dothabottomcheck {
	0% {
		height: 0
	}

	100% {
		height: 20px
	}
}

@keyframes dothatopcheck {
	0% {
		height: 0
	}

	50% {
		height: 0
	}

	100% {
		height: 48px
	}
}

@-webkit-keyframes dothatopcheck {
	0% {
		height: 0
	}

	50% {
		height: 0
	}

	100% {
		height: 48px
	}
}

@-moz-keyframes dothatopcheck {
	0% {
		height: 0
	}

	50% {
		height: 0
	}

	100% {
		height: 48px
	}
}

input.customCheckbox {
	display: none
}

.customCheckboxLabel {
	height: 40px;
	width: 40px;
	background-color: #fff;
	border: 1px solid #a3a3a3;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	transition: border-color ease .2s;
	cursor: pointer
}

.customCheckboxLabel::before,
.customCheckboxLabel::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	height: 0;
	width: 8px;
	background-color: #5fa512;
	display: inline-block;
	transform-origin: left top;
	border-radius: 5px;
	content: ' ';
	transition: opacity ease .5
}

.customCheckboxLabel::before {
	top: 28.8px;
	left: 16.4px;
	box-shadow: 0 0 0 2px #fff;
	transform: rotate(-135deg)
}

.customCheckboxLabel::after {
	top: 14.8px;
	left: 2px;
	transform: rotate(-45deg)
}

input.customCheckbox:checked+.customCheckboxLabel,
.customCheckboxLabel.checked {
	border-color: #5fa512
}

input.customCheckbox:checked+.customCheckboxLabel::after,
.customCheckboxLabel.checked::after {
	height: 20px;
	animation: dothabottomcheck .2s ease 0s forwards
}

input.customCheckbox:checked+.customCheckboxLabel::before,
.customCheckboxLabel.checked::before {
	height: 48px;
	animation: dothatopcheck .4s ease 0s forwards
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="autocomplete"],
select,
textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-weight: 400;
	padding: 0 15px;
	background: #fff;
	border: 1.5px solid #cfcfcf;
	box-shadow: none;
	outline: none;
	border-radius: 2px;
	width: 100%;
	height: 38px;
}

input[type="text"]::selection,
input[type="email"]::selection,
input[type="password"]::selection,
input[type="number"]::selection,
input[type="search"]::selection,
input[type="tel"]::selection,
input[type="autocomplete"]::selection,
select::selection,
textarea::selection {
	background: #dbe8ee
}

input.error {
	border: 2px solid #ff3e3e;
	background: #ffebeb;
	box-shadow: 0 0 8px 0 #fff
}

input[type="submit"] {
	cursor: pointer;
	height: 44px;
	padding: 14px 16px 16px 16px
}

label {
	margin-bottom: 0;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600
}

.required-astric {
	color: #223056
}

.input-hint {
	font-size: 13px;
	font-style: italic;
	color: #223056
}

select {
	padding: 0 45px 0 15px;
	height: 44px;
	appearance: none;
	background-image: url(../ResourcePackages/lib/img/dropdown-arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center right 15px
}

select option {
	color: #223056;
	background: #fff;
	font-style: normal
}

select option:hover {
	background: #223056
}

select option:focus {
	box-shadow: none
}

select::-ms-expand {
	display: none
}

.form-group {
	margin-bottom: 10px
}

.error {
	font-weight: 600;
	margin-bottom: 5px
}

.field-validation-error {
	font-size: 14px;
	font-size: .875rem;
	line-height: 16px
}

.thankYou {
	text-align: center
}

.thankYou .title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600
}

.thankYou .blurb {
	line-height: 22px;
	margin-top: 10px
}

.search-box {
	width: calc(100% - 4px);
	outline: 2px solid #223056;
	margin: 0 auto 20px;
	padding: 0;
	background: #fff;
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.search-box.input-focused {
	outline: 2px solid #223056
}

.search-box.input-focused.active {
	outline: 2px solid #223056
}

.search-box input[type=search] {
	height: 53px;
	font-size: 13px;
	font-size: .8125rem;
	padding: 15px;
	width: calc(100% - 58px);
	border: none;
	overflow: hidden;
	display: inline-block;
	letter-spacing: .2px
}

.search-box input[type=search]:focus {
	outline: none
}

.search-box input[type=search]::-webkit-input-placeholder,
.search-box input[type=search]::-moz-placeholder {
	color: #000
}

.search-box input[type=search]::-webkit-search-decoration,
.search-box input[type=search]::-webkit-search-cancel-button,
.search-box input[type=search]::-webkit-search-results-button,
.search-box input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none
}

.search-box input[type=search]::-ms-clear,
.search-box input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

.search-box button {
	height: 58px;
	width: 58px;
	border: none;
	background-color: #223056;
	color: #fff;
	padding: 0;
	position: relative;
	transition: color .2s
}

.search-box button span {
	font-size: 18px
}

.search-box button span:before {
	position: relative;
	top: 2px;
	left: 2px
}

@media(hover:hover) and (pointer:fine) {
	.search-box button:hover {
		color: #ffc82e
	}
}

.search-box button:focus-visible {
	color: #ffc82e;
	outline: 2px solid #0057bb;
	outline-offset: -1px;
	border-radius: 4px
}

.search-box button:active {
	background: #223056;
	color: #ffc82e;
	padding: 0;
	outline: none !important
}

.search-box button[type=reset] {
	position: absolute;
	right: 58px;
	border: 2px solid transparent;
	background-color: transparent;
	color: #8db9ca
}

@media(hover:hover) and (pointer:fine) {
	.search-box button[type=reset]:hover {
		color: #223056
	}
}

.search-box .search-error {
	position: absolute;
	color: #b32b3e;
	font-size: 12px;
	font-size: .75rem;
	font-style: italic;
	padding-top: 85px;
	display: none;
	white-space: nowrap;
	pointer-events: none;
	user-select: none
}

.search-box .search-error .icon-stmrtu-error {
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	top: 2px
}

.search-box.has-error {
	outline: 1px solid #b32b3e
}

.search-box.has-error.input-focused {
	outline: 2px solid #b32b3e
}

.search-box.has-error.input-focused.active {
	outline: 2px solid #93283e
}

.search-box.has-error button {
	background-color: #b32b3e
}

.search-box.has-error button:hover {
	color: #ffc82e
}

.search-box.has-error button:active {
	background-color: #93283e
}

.search-box.has-error button[type=reset] {
	background-color: unset
}

.search-box.has-error button[type=reset]:hover {
	color: unset
}

.search-box.has-error button[type=reset]:active {
	background-color: unset
}

.search-box.has-error .search-error {
	display: block
}

.search-box .search-suggestions-wrapper {
	position: absolute;
	bottom: -64px;
	width: 100%
}

div[data-sf-role="form-container"] .alert.alert-danger {
	background: #dc3545;
	border: none;
	color: #fff;
	border-radius: 0;
	font-style: italic
}

div[data-sf-role="form-container"] div[data-sf-role=error-message] {
	display: none;
	font-style: italic;
	font-size: 12px;
	line-height: normal;
	letter-spacing: .5px
}

div[data-sf-role="form-container"] div[data-sf-role=error-message]::before {
	content: "";
	font-family: 'stmrtu_icons_2020' !important;
	font-style: normal !important;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 4px
}

div[data-sf-role="form-container"] .form-group {
	margin-bottom: 30px
}

div[data-sf-role="form-container"] .form-group label,
div[data-sf-role="form-container"] .form-group legend {
	font-size: 12px;
	font-size: .75rem;
	line-height: 19px;
	line-height: 1.1875rem;
	font-weight: 500;
	font-family: tablet-gothic, verdana, sans-serif;
	position: relative;
	display: inline-block;
	background: #fff;
	letter-spacing: 1px;
	margin: 0 0 10px;
	top: -10px;
	z-index: 1
}

div[data-sf-role="form-container"] .form-group label.h1,
div[data-sf-role="form-container"] .form-group label.h2,
div[data-sf-role="form-container"] .form-group label.h3,
div[data-sf-role="form-container"] .form-group label.h4,
div[data-sf-role="form-container"] .form-group label.h5,
div[data-sf-role="form-container"] .form-group label.h6,
div[data-sf-role="form-container"] .form-group legend.h1,
div[data-sf-role="form-container"] .form-group legend.h2,
div[data-sf-role="form-container"] .form-group legend.h3,
div[data-sf-role="form-container"] .form-group legend.h4,
div[data-sf-role="form-container"] .form-group legend.h5,
div[data-sf-role="form-container"] .form-group legend.h6 {
	@font-size (12);
	line-height: 19px;
	line-height: 1.1875rem;
	font-weight: 500;
	font-family: tablet-gothic, verdana, sans-serif;
	position: relative;
	display: inline-block;
	background: #fff;
	letter-spacing: 1px;
	margin: 0 0 10px;
	top: -10px;
	z-index: 1
}

div[data-sf-role="form-container"] .form-group label .required,
div[data-sf-role="form-container"] .form-group legend .required {
	color: #223056
}

div[data-sf-role="form-container"] .form-group label {
	left: 10px;
	padding: 0 5px
}

div[data-sf-role="form-container"] .form-group label .h6 {
	left: 10px;
	padding: 0 5px
}

div[data-sf-role="form-container"] .form-group input[type="text"],
div[data-sf-role="form-container"] .form-group input[type="email"],
div[data-sf-role="form-container"] .form-group input[type="password"],
div[data-sf-role="form-container"] .form-group input[type="number"],
div[data-sf-role="form-container"] .form-group input[type="search"],
div[data-sf-role="form-container"] .form-group input[type="tel"],
div[data-sf-role="form-container"] .form-group input[type="date"],
div[data-sf-role="form-container"] .form-group input[type="autocomplete"],
div[data-sf-role="form-container"] .form-group select,
div[data-sf-role="form-container"] .form-group textarea {
	border: 1px solid #223056;
	color: #000;
	border-radius: 0;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 22px;
	line-height: 1.375rem;
	margin-top: -30px;
	position: relative
}

div[data-sf-role="form-container"] .form-group input[type="text"]:focus,
div[data-sf-role="form-container"] .form-group input[type="email"]:focus,
div[data-sf-role="form-container"] .form-group input[type="password"]:focus,
div[data-sf-role="form-container"] .form-group input[type="number"]:focus,
div[data-sf-role="form-container"] .form-group input[type="search"]:focus,
div[data-sf-role="form-container"] .form-group input[type="tel"]:focus,
div[data-sf-role="form-container"] .form-group input[type="date"]:focus,
div[data-sf-role="form-container"] .form-group input[type="autocomplete"]:focus,
div[data-sf-role="form-container"] .form-group select:focus,
div[data-sf-role="form-container"] .form-group textarea:focus {
	box-shadow: none
}

div[data-sf-role="form-container"] .form-group input[type="text"]:focus-visible,
div[data-sf-role="form-container"] .form-group input[type="email"]:focus-visible,
div[data-sf-role="form-container"] .form-group input[type="password"]:focus-visible,
div[data-sf-role="form-container"] .form-group input[type="number"]:focus-visible,
div[data-sf-role="form-container"] .form-group input[type="search"]:focus-visible,
div[data-sf-role="form-container"] .form-group input[type="tel"]:focus-visible,
div[data-sf-role="form-container"] .form-group input[type="date"]:focus-visible,
div[data-sf-role="form-container"] .form-group input[type="autocomplete"]:focus-visible,
div[data-sf-role="form-container"] .form-group select:focus-visible,
div[data-sf-role="form-container"] .form-group textarea:focus-visible {
	box-shadow: none;
	border: 2px solid #223056;
	padding: 0 14px
}

div[data-sf-role="form-container"] .form-group input[type="text"]::-webkit-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="email"]::-webkit-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="password"]::-webkit-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="number"]::-webkit-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="search"]::-webkit-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="tel"]::-webkit-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="date"]::-webkit-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="autocomplete"]::-webkit-input-placeholder,
div[data-sf-role="form-container"] .form-group select::-webkit-input-placeholder,
div[data-sf-role="form-container"] .form-group textarea::-webkit-input-placeholder {
	color: #556b6f;
	font-style: italic
}

div[data-sf-role="form-container"] .form-group input[type="text"]:-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="email"]:-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="password"]:-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="number"]:-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="search"]:-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="tel"]:-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="date"]:-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="autocomplete"]:-moz-placeholder,
div[data-sf-role="form-container"] .form-group select:-moz-placeholder,
div[data-sf-role="form-container"] .form-group textarea:-moz-placeholder {
	color: #556b6f;
	font-style: italic
}

div[data-sf-role="form-container"] .form-group input[type="text"]::-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="email"]::-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="password"]::-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="number"]::-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="search"]::-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="tel"]::-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="date"]::-moz-placeholder,
div[data-sf-role="form-container"] .form-group input[type="autocomplete"]::-moz-placeholder,
div[data-sf-role="form-container"] .form-group select::-moz-placeholder,
div[data-sf-role="form-container"] .form-group textarea::-moz-placeholder {
	color: #556b6f;
	font-style: italic
}

div[data-sf-role="form-container"] .form-group input[type="text"]:-ms-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="email"]:-ms-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="password"]:-ms-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="number"]:-ms-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="search"]:-ms-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="tel"]:-ms-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="date"]:-ms-input-placeholder,
div[data-sf-role="form-container"] .form-group input[type="autocomplete"]:-ms-input-placeholder,
div[data-sf-role="form-container"] .form-group select:-ms-input-placeholder,
div[data-sf-role="form-container"] .form-group textarea:-ms-input-placeholder {
	color: #556b6f;
	font-style: italic
}

div[data-sf-role="form-container"] .form-group select {
	height: unset;
	padding: 12px 15px;
	font-style: italic;
	color: #556b6f
}

div[data-sf-role="form-container"] .form-group select:valid {
	color: #000;
	font-style: normal
}

div[data-sf-role="form-container"] .form-group select:focus-visible {
	padding: 11px 13px
}

div[data-sf-role="form-container"] .form-group.required-field label::after {
	content: '*';
	color: #223056
}

div[data-sf-role="form-container"] .form-group .text-muted {
	margin: 0 0 0;
	font-style: italic;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 13px;
	line-height: .8125rem;
	padding: 6px 0 2px;
	letter-spacing: .6px;
	color: #556b6f !important
}

div[data-sf-role="form-container"] .form-group .text-muted .icon-stmrtu-info3 {
	margin-right: 4px;
	color: #fff;
	background: #757575;
	border-radius: 50%;
	padding: 2px
}

div[data-sf-role="form-container"] fieldset.form-group legend.h6 {
	left: 0;
	padding: 0;
	padding: 0 10px 5px 0;
	margin: 6px 0 0
}

div[data-sf-role="form-container"] fieldset.form-group ul.list-unstyled {
	display: flex;
	margin: 0 0 10px
}

div[data-sf-role="form-container"] fieldset.form-group ul.list-unstyled li {
	margin-right: 44px
}

div[data-sf-role="form-container"] fieldset.form-group ul.list-unstyled li label {
	padding: 0 10px 0 0;
	left: 0
}

div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="multiple-choice-field-container"] {
	margin-bottom: 15px
}

div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="multiple-choice-field-container"] ul.list-unstyled {
	margin-top: -17px;
	display: flex;
	width: 100%;
	flex-wrap: wrap
}

div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="multiple-choice-field-container"] ul.list-unstyled li {
	margin-bottom: 0;
	flex-basis: calc(33% - 44px);
	flex-grow: 0;
	flex-shrink: 1
}

div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="multiple-choice-field-container"] ul.list-unstyled li label {
	text-indent: -27px;
	padding: 12px 10px 12px 27px;
	background: none;
	top: 0
}

div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="checkboxes-field-container"] {
	margin-bottom: 25px
}

div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="checkboxes-field-container"] ul.list-unstyled {
	margin-top: -17px;
	margin-bottom: 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	columns: 3
}

div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="checkboxes-field-container"] ul.list-unstyled li {
	margin-bottom: 0;
	flex-basis: calc(33% - 44px);
	flex-grow: 0;
	flex-shrink: 1
}

div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="checkboxes-field-container"] ul.list-unstyled li label {
	text-indent: -27px;
	padding: 12px 10px 12px 27px;
	background: none;
	top: 0
}

div[data-sf-role="form-container"] .form-group[data-sf-role="paragraph-text-field-container"] textarea:focus-visible {
	padding: 5px 11px
}

div[data-sf-role="form-container"] .sf-FileField.form-group {
	margin: 0 0 29px;
	padding-bottom: 1px
}

div[data-sf-role="form-container"] .sf-FileField.form-group label,
div[data-sf-role="form-container"] .sf-FileField.form-group label.h6 {
	padding: 0 5px;
	margin: 0 0 -15px;
	display: block;
	width: max-content;
	top: -5px
}

div[data-sf-role="form-container"] .sf-FileField.form-group div[data-sf-role="file-field-inputs"] {
	border: 1px solid #223056;
	padding: 12px 14px
}

div[data-sf-role="form-container"] .sf-FileField.form-group button {
	margin-bottom: 0
}

div[data-sf-role="form-container"] .sf-FileField.form-group .sf-FileField-input {
	border-radius: 0
}

div[data-sf-role="form-container"] .form-group[data-sf-role="field-captcha-container"] {
	border: 1px solid #223056;
	padding: 15px
}

div[data-sf-role="form-container"] .form-group[data-sf-role="field-captcha-container"] .captcha-first-row {
	display: flex;
	align-items: center;
	margin: 0
}

div[data-sf-role="form-container"] .form-group[data-sf-role="field-captcha-container"] .captcha-first-row .sf-Captcha-button {
	margin: 0;
	color: #fff
}

div[data-sf-role="form-container"] .form-group[data-sf-role="field-captcha-container"] a[data-sf-role="captcha-refresh-button"] {
	margin-bottom: 20px;
	display: block;
	width: max-content;
	color: #223056;
	text-decoration: underline;
	cursor: pointer
}

div[data-sf-role="form-container"] .form-group[data-sf-role="field-captcha-container"] a[data-sf-role="captcha-refresh-button"]:hover {
	text-decoration: none
}

div[data-sf-role="form-container"] .form-group[data-sf-role="field-captcha-container"] .form-group {
	margin-bottom: 5px
}

div[data-sf-role="form-container"] .btn.btn-secondary {
	background: #223056 !important;
	border: 2px solid transparent;
	color: #fff !important;
	margin-top: 30px;
	width: 100%;
	text-transform: uppercase
}

div[data-sf-role="form-container"] .btn.btn-secondary:hover,
div[data-sf-role="form-container"] .btn.btn-secondary:focus,
div[data-sf-role="form-container"] .btn.btn-secondary.active {
	background: #fff !important;
	color: #000 !important;
	border: 2px solid #223056
}

ol.sf-FormNav {
	position: relative;
	background: none;
	margin: 0 auto;
	padding: 0;
	width: max-content;
	height: 48px
}

ol.sf-FormNav::after {
	z-index: 0;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: calc(100% - 80px);
	height: 2px;
	background: #c4dbe4;
	content: "";
	margin: 0 40px
}

ol.sf-FormNav li {
	z-index: 1;
	position: relative;
	float: left;
	margin: 0 20px;
	background: #c4dbe4;
	height: 47px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #223056;
	cursor: default;
	user-select: none;
	transform: skew(-23deg, 0deg);
	padding: 15px 25px
}

ol.sf-FormNav li span.sf-FormNav-page {
	display: none !important
}

ol.sf-FormNav li.active {
	background: #223056;
	color: #ffc82e
}

ol.sf-FormNav li span[data-sf-page-title] {
	white-space: nowrap;
	transform: skew(23deg, 0deg)
}

@media(max-width:767.98px) {
	div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="multiple-choice-field-container"] ul.list-unstyled li {
		flex-basis: calc(50% - 44px)
	}

	div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="checkboxes-field-container"] ul.list-unstyled li {
		flex-basis: calc(50% - 44px)
	}

	ol.sf-FormNav {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: calc(100% - 30px)
	}

	ol.sf-FormNav li {
		margin: 0 12px;
		flex-shrink: 1;
		flex-grow: 1;
		flex-basis: 47px;
		padding: 0;
		justify-content: center;
		min-width: 35px
	}

	ol.sf-FormNav li span.sf-FormNav-page {
		display: inline-flex !important;
		transform: skew(23deg, 0deg)
	}

	ol.sf-FormNav li.active {
		background: #223056;
		color: #ffc82e
	}

	ol.sf-FormNav li span[data-sf-page-title] {
		display: none
	}
}

@media(max-width:575.98px) {
	div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="multiple-choice-field-container"] ul.list-unstyled li {
		flex-basis: 100%
	}

	div[data-sf-role="form-container"] fieldset.form-group[data-sf-role="checkboxes-field-container"] ul.list-unstyled li {
		flex-basis: 100%
	}
}

[v-cloak] {
	opacity: 0
}

.skip-to-main-content {
	padding: 0 10px !important;
	margin: 1px 20px !important;
	display: inline-block;
	border-radius: 3px
}

.skip-to-main-content:focus {
	border: 2px solid #0057bb
}

.page-wrapper {
	position: relative;
	margin-top: 0;
	overflow-x: hidden;
	overflow-y: hidden
}

.page-wrapper .inline-alert {
	margin-bottom: 60px
}

.scrollSnap {
	overflow-y: hidden
}

.scrollSnap .page-wrapper {
	overflow-y: scroll;
	height: calc(100vh - 123px);
	scroll-snap-type: y mandatory
}

.scrollSnap .page-wrapper.scrolling {
	scroll-snap-type: initial
}

.scrollSnap .page-wrapper section,
.scrollSnap .page-wrapper footer {
	scroll-snap-align: start
}

.modal-open .siteHeaderBar {
	transition: all .2s
}

.modal-open .siteHeaderBar:before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 2
}

.section-padding {
	padding: 30px 0;
	clear: both
}

.section-padding.no-top-padding {
	padding-top: 0
}

.section-padding.no-top-padding>h1:first-child,
.section-padding.no-top-padding h2:first-child,
.section-padding.no-top-padding h3:first-child,
.section-padding.no-top-padding h4:first-child,
.section-padding.no-top-padding h5:first-child,
.section-padding.no-top-padding h6:first-child {
	margin-top: 0
}

.widget-padding {
	margin-bottom: 60px
}

img.user-created {
	margin-bottom: 60px
}

.col-12 .content-block,
.col-12 div[data-sf-role="form-container"],
.col-lg-6 .content-block,
.col-lg-6 div[data-sf-role="form-container"],
.col-lg-7 .content-block,
.col-lg-7 div[data-sf-role="form-container"],
.col-lg-8 .content-block,
.col-lg-8 div[data-sf-role="form-container"],
.col-lg-9 .content-block,
.col-lg-9 div[data-sf-role="form-container"],
.col-lg-12 .content-block,
.col-lg-12 div[data-sf-role="form-container"],
.container .content-block,
.container div[data-sf-role="form-container"] {
	padding-bottom: 1px;
	margin-bottom: 30px
}

.col-12 .content-block h1,
.col-12 .content-block h2,
.col-12 .content-block h3,
.col-12 .content-block h4,
.col-12 .content-block h5,
.col-12 .content-block h6,
.col-12 .content-block .h1,
.col-12 .content-block .h2,
.col-12 .content-block .h3,
.col-12 .content-block .h4,
.col-12 .content-block .h5,
.col-12 .content-block .h6,
.col-12 div[data-sf-role="form-container"] h1,
.col-12 div[data-sf-role="form-container"] h2,
.col-12 div[data-sf-role="form-container"] h3,
.col-12 div[data-sf-role="form-container"] h4,
.col-12 div[data-sf-role="form-container"] h5,
.col-12 div[data-sf-role="form-container"] h6,
.col-12 div[data-sf-role="form-container"] .h1,
.col-12 div[data-sf-role="form-container"] .h2,
.col-12 div[data-sf-role="form-container"] .h3,
.col-12 div[data-sf-role="form-container"] .h4,
.col-12 div[data-sf-role="form-container"] .h5,
.col-12 div[data-sf-role="form-container"] .h6,
.col-lg-6 .content-block h1,
.col-lg-6 .content-block h2,
.col-lg-6 .content-block h3,
.col-lg-6 .content-block h4,
.col-lg-6 .content-block h5,
.col-lg-6 .content-block h6,
.col-lg-6 .content-block .h1,
.col-lg-6 .content-block .h2,
.col-lg-6 .content-block .h3,
.col-lg-6 .content-block .h4,
.col-lg-6 .content-block .h5,
.col-lg-6 .content-block .h6,
.col-lg-6 div[data-sf-role="form-container"] h1,
.col-lg-6 div[data-sf-role="form-container"] h2,
.col-lg-6 div[data-sf-role="form-container"] h3,
.col-lg-6 div[data-sf-role="form-container"] h4,
.col-lg-6 div[data-sf-role="form-container"] h5,
.col-lg-6 div[data-sf-role="form-container"] h6,
.col-lg-6 div[data-sf-role="form-container"] .h1,
.col-lg-6 div[data-sf-role="form-container"] .h2,
.col-lg-6 div[data-sf-role="form-container"] .h3,
.col-lg-6 div[data-sf-role="form-container"] .h4,
.col-lg-6 div[data-sf-role="form-container"] .h5,
.col-lg-6 div[data-sf-role="form-container"] .h6,
.col-lg-7 .content-block h1,
.col-lg-7 .content-block h2,
.col-lg-7 .content-block h3,
.col-lg-7 .content-block h4,
.col-lg-7 .content-block h5,
.col-lg-7 .content-block h6,
.col-lg-7 .content-block .h1,
.col-lg-7 .content-block .h2,
.col-lg-7 .content-block .h3,
.col-lg-7 .content-block .h4,
.col-lg-7 .content-block .h5,
.col-lg-7 .content-block .h6,
.col-lg-7 div[data-sf-role="form-container"] h1,
.col-lg-7 div[data-sf-role="form-container"] h2,
.col-lg-7 div[data-sf-role="form-container"] h3,
.col-lg-7 div[data-sf-role="form-container"] h4,
.col-lg-7 div[data-sf-role="form-container"] h5,
.col-lg-7 div[data-sf-role="form-container"] h6,
.col-lg-7 div[data-sf-role="form-container"] .h1,
.col-lg-7 div[data-sf-role="form-container"] .h2,
.col-lg-7 div[data-sf-role="form-container"] .h3,
.col-lg-7 div[data-sf-role="form-container"] .h4,
.col-lg-7 div[data-sf-role="form-container"] .h5,
.col-lg-7 div[data-sf-role="form-container"] .h6,
.col-lg-8 .content-block h1,
.col-lg-8 .content-block h2,
.col-lg-8 .content-block h3,
.col-lg-8 .content-block h4,
.col-lg-8 .content-block h5,
.col-lg-8 .content-block h6,
.col-lg-8 .content-block .h1,
.col-lg-8 .content-block .h2,
.col-lg-8 .content-block .h3,
.col-lg-8 .content-block .h4,
.col-lg-8 .content-block .h5,
.col-lg-8 .content-block .h6,
.col-lg-8 div[data-sf-role="form-container"] h1,
.col-lg-8 div[data-sf-role="form-container"] h2,
.col-lg-8 div[data-sf-role="form-container"] h3,
.col-lg-8 div[data-sf-role="form-container"] h4,
.col-lg-8 div[data-sf-role="form-container"] h5,
.col-lg-8 div[data-sf-role="form-container"] h6,
.col-lg-8 div[data-sf-role="form-container"] .h1,
.col-lg-8 div[data-sf-role="form-container"] .h2,
.col-lg-8 div[data-sf-role="form-container"] .h3,
.col-lg-8 div[data-sf-role="form-container"] .h4,
.col-lg-8 div[data-sf-role="form-container"] .h5,
.col-lg-8 div[data-sf-role="form-container"] .h6,
.col-lg-9 .content-block h1,
.col-lg-9 .content-block h2,
.col-lg-9 .content-block h3,
.col-lg-9 .content-block h4,
.col-lg-9 .content-block h5,
.col-lg-9 .content-block h6,
.col-lg-9 .content-block .h1,
.col-lg-9 .content-block .h2,
.col-lg-9 .content-block .h3,
.col-lg-9 .content-block .h4,
.col-lg-9 .content-block .h5,
.col-lg-9 .content-block .h6,
.col-lg-9 div[data-sf-role="form-container"] h1,
.col-lg-9 div[data-sf-role="form-container"] h2,
.col-lg-9 div[data-sf-role="form-container"] h3,
.col-lg-9 div[data-sf-role="form-container"] h4,
.col-lg-9 div[data-sf-role="form-container"] h5,
.col-lg-9 div[data-sf-role="form-container"] h6,
.col-lg-9 div[data-sf-role="form-container"] .h1,
.col-lg-9 div[data-sf-role="form-container"] .h2,
.col-lg-9 div[data-sf-role="form-container"] .h3,
.col-lg-9 div[data-sf-role="form-container"] .h4,
.col-lg-9 div[data-sf-role="form-container"] .h5,
.col-lg-9 div[data-sf-role="form-container"] .h6,
.col-lg-12 .content-block h1,
.col-lg-12 .content-block h2,
.col-lg-12 .content-block h3,
.col-lg-12 .content-block h4,
.col-lg-12 .content-block h5,
.col-lg-12 .content-block h6,
.col-lg-12 .content-block .h1,
.col-lg-12 .content-block .h2,
.col-lg-12 .content-block .h3,
.col-lg-12 .content-block .h4,
.col-lg-12 .content-block .h5,
.col-lg-12 .content-block .h6,
.col-lg-12 div[data-sf-role="form-container"] h1,
.col-lg-12 div[data-sf-role="form-container"] h2,
.col-lg-12 div[data-sf-role="form-container"] h3,
.col-lg-12 div[data-sf-role="form-container"] h4,
.col-lg-12 div[data-sf-role="form-container"] h5,
.col-lg-12 div[data-sf-role="form-container"] h6,
.col-lg-12 div[data-sf-role="form-container"] .h1,
.col-lg-12 div[data-sf-role="form-container"] .h2,
.col-lg-12 div[data-sf-role="form-container"] .h3,
.col-lg-12 div[data-sf-role="form-container"] .h4,
.col-lg-12 div[data-sf-role="form-container"] .h5,
.col-lg-12 div[data-sf-role="form-container"] .h6,
.container .content-block h1,
.container .content-block h2,
.container .content-block h3,
.container .content-block h4,
.container .content-block h5,
.container .content-block h6,
.container .content-block .h1,
.container .content-block .h2,
.container .content-block .h3,
.container .content-block .h4,
.container .content-block .h5,
.container .content-block .h6,
.container div[data-sf-role="form-container"] h1,
.container div[data-sf-role="form-container"] h2,
.container div[data-sf-role="form-container"] h3,
.container div[data-sf-role="form-container"] h4,
.container div[data-sf-role="form-container"] h5,
.container div[data-sf-role="form-container"] h6,
.container div[data-sf-role="form-container"] .h1,
.container div[data-sf-role="form-container"] .h2,
.container div[data-sf-role="form-container"] .h3,
.container div[data-sf-role="form-container"] .h4,
.container div[data-sf-role="form-container"] .h5,
.container div[data-sf-role="form-container"] .h6 {
	padding-top: 30px
}

.col-12 .content-block h1:first-child,
.col-12 .content-block h2:first-child,
.col-12 .content-block h3:first-child,
.col-12 .content-block h4:first-child,
.col-12 .content-block h5:first-child,
.col-12 .content-block h6:first-child,
.col-12 .content-block .h1:first-child,
.col-12 .content-block .h2:first-child,
.col-12 .content-block .h3:first-child,
.col-12 .content-block .h4:first-child,
.col-12 .content-block .h5:first-child,
.col-12 .content-block .h6:first-child,
.col-12 div[data-sf-role="form-container"] h1:first-child,
.col-12 div[data-sf-role="form-container"] h2:first-child,
.col-12 div[data-sf-role="form-container"] h3:first-child,
.col-12 div[data-sf-role="form-container"] h4:first-child,
.col-12 div[data-sf-role="form-container"] h5:first-child,
.col-12 div[data-sf-role="form-container"] h6:first-child,
.col-12 div[data-sf-role="form-container"] .h1:first-child,
.col-12 div[data-sf-role="form-container"] .h2:first-child,
.col-12 div[data-sf-role="form-container"] .h3:first-child,
.col-12 div[data-sf-role="form-container"] .h4:first-child,
.col-12 div[data-sf-role="form-container"] .h5:first-child,
.col-12 div[data-sf-role="form-container"] .h6:first-child,
.col-lg-6 .content-block h1:first-child,
.col-lg-6 .content-block h2:first-child,
.col-lg-6 .content-block h3:first-child,
.col-lg-6 .content-block h4:first-child,
.col-lg-6 .content-block h5:first-child,
.col-lg-6 .content-block h6:first-child,
.col-lg-6 .content-block .h1:first-child,
.col-lg-6 .content-block .h2:first-child,
.col-lg-6 .content-block .h3:first-child,
.col-lg-6 .content-block .h4:first-child,
.col-lg-6 .content-block .h5:first-child,
.col-lg-6 .content-block .h6:first-child,
.col-lg-6 div[data-sf-role="form-container"] h1:first-child,
.col-lg-6 div[data-sf-role="form-container"] h2:first-child,
.col-lg-6 div[data-sf-role="form-container"] h3:first-child,
.col-lg-6 div[data-sf-role="form-container"] h4:first-child,
.col-lg-6 div[data-sf-role="form-container"] h5:first-child,
.col-lg-6 div[data-sf-role="form-container"] h6:first-child,
.col-lg-6 div[data-sf-role="form-container"] .h1:first-child,
.col-lg-6 div[data-sf-role="form-container"] .h2:first-child,
.col-lg-6 div[data-sf-role="form-container"] .h3:first-child,
.col-lg-6 div[data-sf-role="form-container"] .h4:first-child,
.col-lg-6 div[data-sf-role="form-container"] .h5:first-child,
.col-lg-6 div[data-sf-role="form-container"] .h6:first-child,
.col-lg-7 .content-block h1:first-child,
.col-lg-7 .content-block h2:first-child,
.col-lg-7 .content-block h3:first-child,
.col-lg-7 .content-block h4:first-child,
.col-lg-7 .content-block h5:first-child,
.col-lg-7 .content-block h6:first-child,
.col-lg-7 .content-block .h1:first-child,
.col-lg-7 .content-block .h2:first-child,
.col-lg-7 .content-block .h3:first-child,
.col-lg-7 .content-block .h4:first-child,
.col-lg-7 .content-block .h5:first-child,
.col-lg-7 .content-block .h6:first-child,
.col-lg-7 div[data-sf-role="form-container"] h1:first-child,
.col-lg-7 div[data-sf-role="form-container"] h2:first-child,
.col-lg-7 div[data-sf-role="form-container"] h3:first-child,
.col-lg-7 div[data-sf-role="form-container"] h4:first-child,
.col-lg-7 div[data-sf-role="form-container"] h5:first-child,
.col-lg-7 div[data-sf-role="form-container"] h6:first-child,
.col-lg-7 div[data-sf-role="form-container"] .h1:first-child,
.col-lg-7 div[data-sf-role="form-container"] .h2:first-child,
.col-lg-7 div[data-sf-role="form-container"] .h3:first-child,
.col-lg-7 div[data-sf-role="form-container"] .h4:first-child,
.col-lg-7 div[data-sf-role="form-container"] .h5:first-child,
.col-lg-7 div[data-sf-role="form-container"] .h6:first-child,
.col-lg-8 .content-block h1:first-child,
.col-lg-8 .content-block h2:first-child,
.col-lg-8 .content-block h3:first-child,
.col-lg-8 .content-block h4:first-child,
.col-lg-8 .content-block h5:first-child,
.col-lg-8 .content-block h6:first-child,
.col-lg-8 .content-block .h1:first-child,
.col-lg-8 .content-block .h2:first-child,
.col-lg-8 .content-block .h3:first-child,
.col-lg-8 .content-block .h4:first-child,
.col-lg-8 .content-block .h5:first-child,
.col-lg-8 .content-block .h6:first-child,
.col-lg-8 div[data-sf-role="form-container"] h1:first-child,
.col-lg-8 div[data-sf-role="form-container"] h2:first-child,
.col-lg-8 div[data-sf-role="form-container"] h3:first-child,
.col-lg-8 div[data-sf-role="form-container"] h4:first-child,
.col-lg-8 div[data-sf-role="form-container"] h5:first-child,
.col-lg-8 div[data-sf-role="form-container"] h6:first-child,
.col-lg-8 div[data-sf-role="form-container"] .h1:first-child,
.col-lg-8 div[data-sf-role="form-container"] .h2:first-child,
.col-lg-8 div[data-sf-role="form-container"] .h3:first-child,
.col-lg-8 div[data-sf-role="form-container"] .h4:first-child,
.col-lg-8 div[data-sf-role="form-container"] .h5:first-child,
.col-lg-8 div[data-sf-role="form-container"] .h6:first-child,
.col-lg-9 .content-block h1:first-child,
.col-lg-9 .content-block h2:first-child,
.col-lg-9 .content-block h3:first-child,
.col-lg-9 .content-block h4:first-child,
.col-lg-9 .content-block h5:first-child,
.col-lg-9 .content-block h6:first-child,
.col-lg-9 .content-block .h1:first-child,
.col-lg-9 .content-block .h2:first-child,
.col-lg-9 .content-block .h3:first-child,
.col-lg-9 .content-block .h4:first-child,
.col-lg-9 .content-block .h5:first-child,
.col-lg-9 .content-block .h6:first-child,
.col-lg-9 div[data-sf-role="form-container"] h1:first-child,
.col-lg-9 div[data-sf-role="form-container"] h2:first-child,
.col-lg-9 div[data-sf-role="form-container"] h3:first-child,
.col-lg-9 div[data-sf-role="form-container"] h4:first-child,
.col-lg-9 div[data-sf-role="form-container"] h5:first-child,
.col-lg-9 div[data-sf-role="form-container"] h6:first-child,
.col-lg-9 div[data-sf-role="form-container"] .h1:first-child,
.col-lg-9 div[data-sf-role="form-container"] .h2:first-child,
.col-lg-9 div[data-sf-role="form-container"] .h3:first-child,
.col-lg-9 div[data-sf-role="form-container"] .h4:first-child,
.col-lg-9 div[data-sf-role="form-container"] .h5:first-child,
.col-lg-9 div[data-sf-role="form-container"] .h6:first-child,
.col-lg-12 .content-block h1:first-child,
.col-lg-12 .content-block h2:first-child,
.col-lg-12 .content-block h3:first-child,
.col-lg-12 .content-block h4:first-child,
.col-lg-12 .content-block h5:first-child,
.col-lg-12 .content-block h6:first-child,
.col-lg-12 .content-block .h1:first-child,
.col-lg-12 .content-block .h2:first-child,
.col-lg-12 .content-block .h3:first-child,
.col-lg-12 .content-block .h4:first-child,
.col-lg-12 .content-block .h5:first-child,
.col-lg-12 .content-block .h6:first-child,
.col-lg-12 div[data-sf-role="form-container"] h1:first-child,
.col-lg-12 div[data-sf-role="form-container"] h2:first-child,
.col-lg-12 div[data-sf-role="form-container"] h3:first-child,
.col-lg-12 div[data-sf-role="form-container"] h4:first-child,
.col-lg-12 div[data-sf-role="form-container"] h5:first-child,
.col-lg-12 div[data-sf-role="form-container"] h6:first-child,
.col-lg-12 div[data-sf-role="form-container"] .h1:first-child,
.col-lg-12 div[data-sf-role="form-container"] .h2:first-child,
.col-lg-12 div[data-sf-role="form-container"] .h3:first-child,
.col-lg-12 div[data-sf-role="form-container"] .h4:first-child,
.col-lg-12 div[data-sf-role="form-container"] .h5:first-child,
.col-lg-12 div[data-sf-role="form-container"] .h6:first-child,
.container .content-block h1:first-child,
.container .content-block h2:first-child,
.container .content-block h3:first-child,
.container .content-block h4:first-child,
.container .content-block h5:first-child,
.container .content-block h6:first-child,
.container .content-block .h1:first-child,
.container .content-block .h2:first-child,
.container .content-block .h3:first-child,
.container .content-block .h4:first-child,
.container .content-block .h5:first-child,
.container .content-block .h6:first-child,
.container div[data-sf-role="form-container"] h1:first-child,
.container div[data-sf-role="form-container"] h2:first-child,
.container div[data-sf-role="form-container"] h3:first-child,
.container div[data-sf-role="form-container"] h4:first-child,
.container div[data-sf-role="form-container"] h5:first-child,
.container div[data-sf-role="form-container"] h6:first-child,
.container div[data-sf-role="form-container"] .h1:first-child,
.container div[data-sf-role="form-container"] .h2:first-child,
.container div[data-sf-role="form-container"] .h3:first-child,
.container div[data-sf-role="form-container"] .h4:first-child,
.container div[data-sf-role="form-container"] .h5:first-child,
.container div[data-sf-role="form-container"] .h6:first-child {
	padding-top: 0
}

.col-12 .content-block p,
.col-12 div[data-sf-role="form-container"] p,
.col-lg-6 .content-block p,
.col-lg-6 div[data-sf-role="form-container"] p,
.col-lg-7 .content-block p,
.col-lg-7 div[data-sf-role="form-container"] p,
.col-lg-8 .content-block p,
.col-lg-8 div[data-sf-role="form-container"] p,
.col-lg-9 .content-block p,
.col-lg-9 div[data-sf-role="form-container"] p,
.col-lg-12 .content-block p,
.col-lg-12 div[data-sf-role="form-container"] p,
.container .content-block p,
.container div[data-sf-role="form-container"] p {
	margin-top: -8px;
	padding: 0 0 25px 0;
	margin-bottom: 0
}

.col-12 .content-block p:empty,
.col-12 div[data-sf-role="form-container"] p:empty,
.col-lg-6 .content-block p:empty,
.col-lg-6 div[data-sf-role="form-container"] p:empty,
.col-lg-7 .content-block p:empty,
.col-lg-7 div[data-sf-role="form-container"] p:empty,
.col-lg-8 .content-block p:empty,
.col-lg-8 div[data-sf-role="form-container"] p:empty,
.col-lg-9 .content-block p:empty,
.col-lg-9 div[data-sf-role="form-container"] p:empty,
.col-lg-12 .content-block p:empty,
.col-lg-12 div[data-sf-role="form-container"] p:empty,
.container .content-block p:empty,
.container div[data-sf-role="form-container"] p:empty {
	padding: 0 0 30px 0
}

.col-12 .content-block p .btn,
.col-12 div[data-sf-role="form-container"] p .btn,
.col-lg-6 .content-block p .btn,
.col-lg-6 div[data-sf-role="form-container"] p .btn,
.col-lg-7 .content-block p .btn,
.col-lg-7 div[data-sf-role="form-container"] p .btn,
.col-lg-8 .content-block p .btn,
.col-lg-8 div[data-sf-role="form-container"] p .btn,
.col-lg-9 .content-block p .btn,
.col-lg-9 div[data-sf-role="form-container"] p .btn,
.col-lg-12 .content-block p .btn,
.col-lg-12 div[data-sf-role="form-container"] p .btn,
.container .content-block p .btn,
.container div[data-sf-role="form-container"] p .btn {
	margin: 8px 30px 5px 0
}

.col-12 .content-block ul,
.col-12 .content-block ol,
.col-12 div[data-sf-role="form-container"] ul,
.col-12 div[data-sf-role="form-container"] ol,
.col-lg-6 .content-block ul,
.col-lg-6 .content-block ol,
.col-lg-6 div[data-sf-role="form-container"] ul,
.col-lg-6 div[data-sf-role="form-container"] ol,
.col-lg-7 .content-block ul,
.col-lg-7 .content-block ol,
.col-lg-7 div[data-sf-role="form-container"] ul,
.col-lg-7 div[data-sf-role="form-container"] ol,
.col-lg-8 .content-block ul,
.col-lg-8 .content-block ol,
.col-lg-8 div[data-sf-role="form-container"] ul,
.col-lg-8 div[data-sf-role="form-container"] ol,
.col-lg-9 .content-block ul,
.col-lg-9 .content-block ol,
.col-lg-9 div[data-sf-role="form-container"] ul,
.col-lg-9 div[data-sf-role="form-container"] ol,
.col-lg-12 .content-block ul,
.col-lg-12 .content-block ol,
.col-lg-12 div[data-sf-role="form-container"] ul,
.col-lg-12 div[data-sf-role="form-container"] ol,
.container .content-block ul,
.container .content-block ol,
.container div[data-sf-role="form-container"] ul,
.container div[data-sf-role="form-container"] ol {
	margin-top: -8px;
	padding-bottom: 1px;
	margin-bottom: 15px
}

.col-12 .content-block .btn,
.col-12 div[data-sf-role="form-container"] .btn,
.col-lg-6 .content-block .btn,
.col-lg-6 div[data-sf-role="form-container"] .btn,
.col-lg-7 .content-block .btn,
.col-lg-7 div[data-sf-role="form-container"] .btn,
.col-lg-8 .content-block .btn,
.col-lg-8 div[data-sf-role="form-container"] .btn,
.col-lg-9 .content-block .btn,
.col-lg-9 div[data-sf-role="form-container"] .btn,
.col-lg-12 .content-block .btn,
.col-lg-12 div[data-sf-role="form-container"] .btn,
.container .content-block .btn,
.container div[data-sf-role="form-container"] .btn {
	margin-bottom: 30px
}

.col-12 .content-block img,
.col-12 div[data-sf-role="form-container"] img,
.col-lg-6 .content-block img,
.col-lg-6 div[data-sf-role="form-container"] img,
.col-lg-7 .content-block img,
.col-lg-7 div[data-sf-role="form-container"] img,
.col-lg-8 .content-block img,
.col-lg-8 div[data-sf-role="form-container"] img,
.col-lg-9 .content-block img,
.col-lg-9 div[data-sf-role="form-container"] img,
.col-lg-12 .content-block img,
.col-lg-12 div[data-sf-role="form-container"] img,
.container .content-block img,
.container div[data-sf-role="form-container"] img {
	margin-bottom: 30px
}

.col-12 .content-block figure,
.col-12 div[data-sf-role="form-container"] figure,
.col-lg-6 .content-block figure,
.col-lg-6 div[data-sf-role="form-container"] figure,
.col-lg-7 .content-block figure,
.col-lg-7 div[data-sf-role="form-container"] figure,
.col-lg-8 .content-block figure,
.col-lg-8 div[data-sf-role="form-container"] figure,
.col-lg-9 .content-block figure,
.col-lg-9 div[data-sf-role="form-container"] figure,
.col-lg-12 .content-block figure,
.col-lg-12 div[data-sf-role="form-container"] figure,
.container .content-block figure,
.container div[data-sf-role="form-container"] figure {
	clear: both;
	margin-bottom: 18px;
	display: block;
	width: fit-content
}

.col-12 .content-block figure:first-of-type,
.col-12 div[data-sf-role="form-container"] figure:first-of-type,
.col-lg-6 .content-block figure:first-of-type,
.col-lg-6 div[data-sf-role="form-container"] figure:first-of-type,
.col-lg-7 .content-block figure:first-of-type,
.col-lg-7 div[data-sf-role="form-container"] figure:first-of-type,
.col-lg-8 .content-block figure:first-of-type,
.col-lg-8 div[data-sf-role="form-container"] figure:first-of-type,
.col-lg-9 .content-block figure:first-of-type,
.col-lg-9 div[data-sf-role="form-container"] figure:first-of-type,
.col-lg-12 .content-block figure:first-of-type,
.col-lg-12 div[data-sf-role="form-container"] figure:first-of-type,
.container .content-block figure:first-of-type,
.container div[data-sf-role="form-container"] figure:first-of-type {
	margin-top: 0
}

.col-12 .content-block figure img,
.col-12 div[data-sf-role="form-container"] figure img,
.col-lg-6 .content-block figure img,
.col-lg-6 div[data-sf-role="form-container"] figure img,
.col-lg-7 .content-block figure img,
.col-lg-7 div[data-sf-role="form-container"] figure img,
.col-lg-8 .content-block figure img,
.col-lg-8 div[data-sf-role="form-container"] figure img,
.col-lg-9 .content-block figure img,
.col-lg-9 div[data-sf-role="form-container"] figure img,
.col-lg-12 .content-block figure img,
.col-lg-12 div[data-sf-role="form-container"] figure img,
.container .content-block figure img,
.container div[data-sf-role="form-container"] figure img {
	margin-bottom: 0
}

.col-12 .content-block figure.center,
.col-12 div[data-sf-role="form-container"] figure.center,
.col-lg-6 .content-block figure.center,
.col-lg-6 div[data-sf-role="form-container"] figure.center,
.col-lg-7 .content-block figure.center,
.col-lg-7 div[data-sf-role="form-container"] figure.center,
.col-lg-8 .content-block figure.center,
.col-lg-8 div[data-sf-role="form-container"] figure.center,
.col-lg-9 .content-block figure.center,
.col-lg-9 div[data-sf-role="form-container"] figure.center,
.col-lg-12 .content-block figure.center,
.col-lg-12 div[data-sf-role="form-container"] figure.center,
.container .content-block figure.center,
.container div[data-sf-role="form-container"] figure.center {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 30px;
	padding-left: 0;
	padding-right: 0
}

.col-12 .content-block figure.center figcaption,
.col-12 div[data-sf-role="form-container"] figure.center figcaption,
.col-lg-6 .content-block figure.center figcaption,
.col-lg-6 div[data-sf-role="form-container"] figure.center figcaption,
.col-lg-7 .content-block figure.center figcaption,
.col-lg-7 div[data-sf-role="form-container"] figure.center figcaption,
.col-lg-8 .content-block figure.center figcaption,
.col-lg-8 div[data-sf-role="form-container"] figure.center figcaption,
.col-lg-9 .content-block figure.center figcaption,
.col-lg-9 div[data-sf-role="form-container"] figure.center figcaption,
.col-lg-12 .content-block figure.center figcaption,
.col-lg-12 div[data-sf-role="form-container"] figure.center figcaption,
.container .content-block figure.center figcaption,
.container div[data-sf-role="form-container"] figure.center figcaption {
	text-align: center;
	width: fit-content
}

.col-12 .content-block:after,
.col-12 div[data-sf-role="form-container"]:after,
.col-lg-6 .content-block:after,
.col-lg-6 div[data-sf-role="form-container"]:after,
.col-lg-7 .content-block:after,
.col-lg-7 div[data-sf-role="form-container"]:after,
.col-lg-8 .content-block:after,
.col-lg-8 div[data-sf-role="form-container"]:after,
.col-lg-9 .content-block:after,
.col-lg-9 div[data-sf-role="form-container"]:after,
.col-lg-12 .content-block:after,
.col-lg-12 div[data-sf-role="form-container"]:after,
.container .content-block:after,
.container div[data-sf-role="form-container"]:after {
	content: "";
	clear: both;
	display: table
}

.content-block.light-blue-accent-3 {
	background-color: #c4dbe4
}

.content-block.bg-primary,
.content-block.bg-danger,
.content-block.bg-dark,
.content-block.bg-secondary,
.content-block.bg-info,
.content-block.bg-success {
	background-color: transparent !important
}

.content-group {
	margin-bottom: 30px
}

.content-group .widget-padding,
.content-group .content-block {
	margin-bottom: 0 !important
}

.content-group .two-column-list-row .content-block ul:nth-last-of-type(n+1) {
	margin-bottom: 8px
}

.page-wrapper .content-block ol {
	line-height: normal;
	padding-left: 25px;
	padding-bottom: 1px
}

.page-wrapper .content-block ol li>ol {
	list-style-type: lower-alpha;
	margin-top: 10px;
	margin-bottom: 0
}

.page-wrapper .content-block ol li>ol li>ol {
	list-style-type: lower-roman;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 20px
}

.page-wrapper .content-block ol li>ol li>ol li>ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 25px
}

.page-wrapper .content-block ol li ol {
	padding-bottom: 0
}

.page-wrapper .content-block ul {
	line-height: normal;
	padding-left: 25px;
	padding-bottom: 1px
}

.page-wrapper .content-block ul li>ul {
	margin-top: 10px;
	margin-bottom: 0
}

.page-wrapper .content-block ul li>ul li>ul {
	margin-top: 10px;
	margin-bottom: 0
}

.page-wrapper .content-block ul li>ul li>ul li>ul {
	margin-top: 10px;
	margin-bottom: 0
}

.page-wrapper .content-block ul li ul {
	padding-bottom: 0
}

body.show-overlay {
	position: static;
	height: 100%;
	overflow: hidden
}

body.show-overlay:before {
	content: '';
	background: rgba(0, 0, 0, .8);
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

body.show-overlay .siteHeaderBar {
	z-index: 12
}

body.show-overlay .left-nav {
	z-index: 11
}

body.show-overlay.college .top-sub-menu,
body.show-overlay.college .top-sub-menu-inner {
	z-index: 12
}

body.compare-modal-open {
	position: fixed;
	height: 100vh;
	width: 100%;
	overflow-y: hidden
}

body.hide-alerts .alerts {
	display: none
}

.sticky-scroll.sticking {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100
}

.center {
	text-align: center
}

.video-embed {
	margin-bottom: 60px
}

.video-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 60px
}

.video-wrapper:after {
	padding-top: 56.25%;
	display: block;
	content: ''
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.content-block .video-embed {
	margin-bottom: 0;
	margin-top: 30px
}

.content-block .video-wrapper {
	margin-bottom: 30px
}

.content-block div[data-sf-ec-immutable] {
	z-index: unset !important
}

html.noscroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%
}

.bg-top-left {
	background-position: top left !important
}

.bg-top-center {
	background-position: top center !important
}

.bg-top-right {
	background-position: top right !important
}

.bg-center-left {
	background-position: center left !important
}

.bg-center-center {
	background-position: center center !important
}

.bg-center-right {
	background-position: center right !important
}

.bg-bottom-left {
	background-position: bottom left !important
}

.bg-bottom-center {
	background-position: bottom center !important
}

.bg-bottom-right {
	background-position: bottom right !important
}

.u-toe {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media(max-width:767.98px) {
	.section-padding {
		padding: 15px 0
	}
}

.lazy-load-bg {
	background-image: none !important
}

.img-load-lazy {
	opacity: 0
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes LoadInFromRight {
	0% {
		transform: translateX(98%)
	}

	45% {
		transform: translateX(98%)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes LoadInFromLeft {
	0% {
		transform: translateX(-98%)
	}

	45% {
		transform: translateX(-98%)
	}

	100% {
		transform: translateX(0)
	}
}

.toned-background.maroon-tone:before {
	content: '';
	background: rgba(106, 0, 50, .25);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.toned-background.maroon-tone:after {
	content: '';
	background: rgba(106, 0, 50, .85);
	mix-blend-mode: normal;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.toned-background.maroon-tone img[src*=".jpg"],
.toned-background.maroon-tone img[src*=".png"] {
	filter: grayscale(100%) opacity(.75)
}

:root {
	-webkit-scrollbar-color: #223056 #f3f6f7;
	scrollbar-color: #223056 #f3f6f7
}

*:focus-visible {
	outline: 2px solid #0057bb;
	outline-offset: 2px
}

.wait-4-typekit {
	visibility: hidden
}

.wait-4-typekit.tk-loaded {
	visibility: visible
}

ul.nav-sitemap {
	display: list
}

ul.nav-sitemap .nav {
	display: list-item
}

ul.nav-sitemap li {
	display: block;
	border-left: none;
	list-style-type: none;
	margin: 0 0 0 0;
	width: initial
}

ul.nav-sitemap li .nav-link {
	padding-left: 0;
	display: inline-block
}

ul.nav-sitemap .nav li {
	display: list-item;
	border-left: none;
	margin: 0 0 0 30px;
	list-style-type: square
}

ul.nav-sitemap .nav li .nav-link {
	padding-left: 20px;
	display: inline-block
}

@media(max-width:1219.98px) {
	.scrollSnap .page-wrapper {
		height: calc(100vh - 100px);
		scroll-snap-type: y proximity
	}
}

@media(max-width:991.98px) {
	.scrollSnap .page-wrapper {
		height: calc(100vh - 60px)
	}

	.swap-cols-on-mobile {
		flex-direction: column-reverse
	}

	.col-12 .content-block ul,
	.col-12 .content-block ol,
	.col-lg-6 .content-block ul,
	.col-lg-6 .content-block ol,
	.col-lg-7 .content-block ul,
	.col-lg-7 .content-block ol,
	.col-lg-8 .content-block ul,
	.col-lg-8 .content-block ol,
	.col-lg-9 .content-block ul,
	.col-lg-9 .content-block ol,
	.col-lg-12 .content-block ul,
	.col-lg-12 .content-block ol {
		margin-top: -8px;
		margin-bottom: 15px;
		padding-bottom: 1px
	}

	.col-12 .content-block figure,
	.col-lg-6 .content-block figure,
	.col-lg-7 .content-block figure,
	.col-lg-8 .content-block figure,
	.col-lg-9 .content-block figure,
	.col-lg-12 .content-block figure {
		margin-top: 0
	}
}

@media(max-width:767.98px) {
	ul.nav-sitemap .nav li {
		margin: 0 0 0 20px
	}
}

@media(max-width:575.98px) {

	.content-block img,
	.content-block figure {
		float: none !important
	}

	main.main-content .content-block figure {
		display: table !important;
		margin: 0 auto 18px !important
	}

	main.main-content .content-block img {
		margin: auto !important
	}

	main.main-content .content-block img,
	main.main-content .content-block figure {
		float: none !important
	}
}

@media(max-width:370px) {
	.scrollSnap .page-wrapper {
		scroll-snap-type: none
	}
}

.side-scrolling-container {
	margin-bottom: 60px
}

.side-scrolling-container .container {
	display: flex;
	overflow-x: auto;
	flex-wrap: nowrap
}

.well {
	background-color: #f3f6f7;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well.well-sm {
	border-radius: 3px;
	padding: 9px
}

.well.well-lg {
	padding: 24px
}

.z-pattern-layout .row {
	margin-bottom: 30px;
	padding: 30px
}

.z-pattern-layout .row img {
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%
}

.z-pattern-layout .row .content-block {
	height: 100%;
	padding: 60px
}

.z-pattern-layout .row .content-block>div {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center
}

@media(max-width:1219.98px) {
	.z-pattern-layout.container {
		padding: 0
	}

	.z-pattern-layout.container .row {
		padding: 0
	}

	.z-pattern-layout.container .row img {
		padding: 0;
		margin-bottom: 30px;
		height: 100%;
		width: 100%;
		object-fit: cover
	}

	.z-pattern-layout.container .row .content-block {
		padding: 15px;
		flex-direction: column;
		justify-content: center
	}
}

.table-layout.section-padding {
	padding-top: 0
}

.table-scrollable {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	overflow-x: auto
}

table,
.table {
	margin-bottom: 18px;
	width: 100%
}

table th,
table td,
.table th,
.table td {
	text-align: left
}

table th,
.table th {
	background: #223056;
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	line-height: 14px;
	line-height: .875rem;
	padding: 13px 10px;
	text-transform: uppercase;
	border-right: 2px solid #fff;
	vertical-align: middle
}

table th:last-child,
.table th:last-child {
	border-right: none
}

table tbody tr:nth-child(2n+1) td,
.table tbody tr:nth-child(2n+1) td {
	/* background: #f3f6f7 */
}

table tbody td,
.table tbody td {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	/* padding: 6px 10px; */
	background: #fff;
	/* border-right: 2px solid #fff; 
	vertical-align: middle*/
}

table tbody td:last-child,
.table tbody td:last-child {
	border-right: none
}

table tbody td small,
.table tbody td small {
	color: #000;
	font-size: 13px;
	font-size: .8125rem
}

.content-block .table-wrapper {
	margin-bottom: 22px;
	max-width: 100%;
	overflow-x: auto
}

.content-block .table-wrapper table,
.content-block .table-wrapper .table {
	margin-bottom: 0
}

.content-block .table-wrapper table th>p,
.content-block .table-wrapper table td>p,
.content-block .table-wrapper .table th>p,
.content-block .table-wrapper .table td>p {
	margin-top: unset !important;
	padding-bottom: 0 !important
}

.content-block .table-wrapper.show-scroll-hint:after {
	content: "Note: table scrolls side to side";
	font-size: 13px;
	color: #757575;
	font-style: italic;
	position: relative;
	padding-left: 20px
}

.tableLoadMore {
	text-align: center;
	padding: 10px 0
}

.tableLoadMore .icon {
	display: block;
	text-align: center;
	line-height: 1
}

@media(max-width:991.98px) {

	table th,
	.table th {
		border-right: 2px solid #fff
	}

	table tbody td,
	.table tbody td {
		border-right: 2px solid #fff
	}
}

@media(max-width:767.98px) {

	table tbody th,
	table tbody td,
	.table tbody th,
	.table tbody td {
		padding: 0px 0px;
	}

	table tbody th:first-child,
	table tbody td:first-child,
	.table tbody th:first-child,
	.table tbody td:first-child {
		min-width: 92px
	}
}

html,
body {
	position: relative
}

html {
	max-width: 100%;
	-webkit-text-size-adjust: none
}

html.text-large {
	font-size: 110%
}

html.text-larger {
	font-size: 125%
}

html.text-largest {
	font-size: 150%
}

body {
	font-family: tablet-gothic, verdana, sans-serif;
	color: #000;
	background: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: .2px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	/* font-family:antarctican-headline,impact,sans-serif; */
	color: #223056;
	font-weight: 900;
	margin: 0 0 30px 0;
	letter-spacing: 1.2px
}

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b,
.h1 strong,
.h1 b,
.h2 strong,
.h2 b,
.h3 strong,
.h3 b,
.h4 strong,
.h4 b,
.h5 strong,
.h5 b,
.h6 strong,
.h6 b {
	font-weight: 900
}

h1,
.h1 {
	font-size: 66px;
	font-size: 4.125rem;
	line-height: 56px;
	line-height: 3.5rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: -10px
}

h2,
.h2 {
	font-size: 51px;
	font-size: 3.1875rem;
	line-height: 47px;
	line-height: 2.9375rem;
	font-weight: 900;
	margin-top: -10px
}

h3,
.h3 {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 38px;
	line-height: 2.375rem;
	font-weight: 900;
	color: #000;
	margin-top: -8px
}

h4,
.h4 {
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: 34px;
	line-height: 2.125rem;
	font-weight: 700;
	color: #000;
	margin-top: -8px
}

h5,
.h5 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 29px;
	line-height: 1.8125rem;
	font-weight: 900;
	color: #000;
	margin-top: -8px
}

h6,
.h6 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 900;
	color: #000;
	margin-top: -8px
}

img {
	max-width: 100%
}

a {
	color: #223056;
	text-decoration: none;
	position: relative
}

a:hover,
a:focus,
a:active {
	color: #223056;
	text-decoration: none
}

a:focus-visible {
	outline: 2px solid #0057bb;
	outline-offset: 2px
}

p {
	margin-top: 0;
	margin-bottom: 20px
}

li {
	margin-bottom: 10px
}

figure {
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #223056
}

figure img:not(.img-load-lazy) {
	animation: fadeIn 1s forwards
}

figure figcaption {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	margin: 15px 10px 0;
	text-align: center;
	color: #000;
	max-width: min-content;
	min-width: calc(100% - 20px)
}

figure.-align-right,
figure.float-right,
figure.float-sm-right,
figure.float-md-right,
figure.float-lg-right,
img.-align-right,
img.float-right,
img.float-sm-right,
img.float-md-right,
img.float-lg-right {
	float: right;
	display: inline-block;
	margin: 0 0 26px 30px !important;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 16px
}

figure.-align-left,
figure.float-left,
figure.float-sm-left,
figure.float-md-left,
figure.float-lg-left,
img.-align-left,
img.float-left,
img.float-sm-left,
img.float-md-left,
img.float-lg-left {
	float: left;
	display: inline-block;
	margin: 0 30px 26px 0 !important;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 16px
}

hr {
	border-top: 1px solid #c4dbe4
}

hr.dashed {
	border-top: 1px dashed #ff00ac;
	margin: 45px 0
}

hr.thick {
	border-top: 6px solid #c4dbe4
}

.ui-autocomplete {
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	z-index: 12
}

.ui-autocomplete li {
	list-style: none;
	margin: 0;
	cursor: pointer
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #223056;
	border: 1px solid #223056;
	font-weight: normal;
	color: #fff
}

@media(max-width:991.98px) {
	h1 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 44px;
		line-height: 2.75rem;
		margin-top: -8px
	}

	h2 {
		font-size: 45px;
		font-size: 2.8125rem;
		line-height: 45px;
		line-height: 2.8125rem;
		margin-top: -8px
	}

	hr.dashed {
		margin: 20px 0
	}

	p {
		margin-bottom: 25px
	}

	figure.-align-right,
	figure.float-lg-right,
	img.-align-right,
	img.float-lg-right {
		margin: 0 25px 26px 0;
		padding-left: 0;
		padding-right: 0
	}

	figure.-align-left,
	figure.float-lg-left,
	img.-align-left,
	img.float-lg-left {
		margin: 0 0 26px 25px;
		padding-left: 0;
		padding-right: 0
	}
}

@media(max-width:767.98px) {

	figure.-align-right,
	figure.float-sm-right,
	figure.float-md-right,
	figure.float-lg-right,
	figure.-align-left,
	figure.float-sm-left,
	figure.float-md-left,
	figure.float-lg-left {
		margin: 10px 0 35px
	}
}

body.sitefinity-design-mode header.sf-top-toolbar div .sf-tooltip:after {
	content: 'Design Mode';
	position: absolute;
	top: -2px;
	right: -100px;
	background: #eee;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 6px;
	margin-left: 15px;
	border-radius: 3px
}

.vanilla-accordion-outer-wrapper .sf_colsIn:first-child .content-block h1:last-of-type,
.vanilla-accordion-outer-wrapper .sf_colsIn:first-child .content-block h2:last-of-type,
.vanilla-accordion-outer-wrapper .sf_colsIn:first-child .content-block h3:last-of-type,
.vanilla-accordion-outer-wrapper .sf_colsIn:first-child .content-block h4:last-of-type,
.vanilla-accordion-outer-wrapper .sf_colsIn:first-child .content-block h5:last-of-type,
.vanilla-accordion-outer-wrapper .sf_colsIn:first-child .content-block h6:last-of-type,
.vanilla-accordion-outer-wrapper .sf_colsIn:first-child .content-block p:last-of-type {
	margin: 0 0 -3px;
	padding: 0
}

.vanilla-accordion-wrapper {
	margin-bottom: 60px
}

.content-block .vanilla-accordion-wrapper {
	margin-bottom: 30px
}

.accordion {
	margin-bottom: 10px;
	transition: border .25s ease-out;
	background-color: #f3f6f7
}

.accordion:last-child {
	margin-bottom: 18px
}

.accordion .accordion-title {
	color: #000;
	font-family: tablet-gothic, verdana, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700;
	position: relative;
	letter-spacing: .5px;
	margin: 0;
	padding: 25px 76px 25px 20px
}

.accordion .accordion-title .accordion-icon {
	font-size: 15px;
	font-size: .9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	height: 16px;
	width: 16px;
	background-image: url("data:image/svg+xml;utf8,  ");
	background-repeat: no-repeat;
	background-position: center
}

.accordion .accordion-title:hover {
	cursor: pointer;
	outline: none
}

.accordion .accordion-title:hover .accordion-icon {
	background-image: url("data:image/svg+xml;utf8,  ")
}

.accordion .accordion-content {
	display: none;
	padding: 23px 30px 50px 30px;
	background-color: #fff;
	border: solid 1px #264348;
	border-top: none
}

.accordion .accordion-content>*:first-child {
	padding-top: 3px
}

.accordion .accordion-content p {
	margin-bottom: 27px
}

.accordion .accordion-content .btn {
	padding: 14px 50px;
	font-size: 13px;
	font-size: .8125rem
}

.accordion .accordion-content .btn.btn-accordion-cta {
	margin-top: 10px
}

.accordion.open {
	background: #264348
}

.accordion.open .accordion-title {
	color: #fff
}

.accordion.open .accordion-title:hover .accordion-icon {
	background-image: url("data:image/svg+xml;utf8,  ")
}

.accordion.open .accordion-title:focus {
	color: #fff
}

.accordion.open .accordion-icon {
	background-image: url("data:image/svg+xml;utf8,  ")
}

@media(max-width:767.98px) {
	.accordion .accordion-title {
		padding: 25px 56px 25px 25px
	}

	.accordion .accordion-title .accordion-icon {
		right: 20px
	}

	.accordion .accordion-content {
		padding: 7px 25px 58px
	}

	.accordion .accordion-content .container {
		padding: 0
	}

	.accordion .accordion-content .btn-accordion-cta {
		width: 100%
	}
}

@media(max-width:575.98px) {
	.accordion .accordion-title {
		padding-top: 28px !important;
		padding-bottom: 28px !important
	}

	.accordion .accordion-content {
		position: relative;
		padding-top: 13px;
		padding-bottom: 40px
	}

	.accordion .accordion-content .btn-accordion-cta {
		margin-top: 5px !important
	}
}

.alerts {
	position: relative;
	z-index: 15
}

.alerts .alert-item {
	background-color: #f00;
	border-bottom: 2px solid #fff;
	display: none;
	overflow: hidden
}

.alerts .alert-item .container {
	max-width: 1348px;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.alerts .alert-item .container .row {
	margin: 0;
	height: 0;
	transition: all .4s;
	z-index: -1;
	position: relative;
	overflow: hidden
}

.alerts .alert-item .container .row.active {
	height: initial;
	padding: 22px 20px;
	transition: all .4s;
	z-index: 0
}

.alerts .alert-item .container .row .alert-accordion {
	width: 100%
}

.alerts .alert-item .container .row .alert-accordion .alert-title {
	position: relative;
	padding-top: 2px;
	padding-right: 12px;
	font-family: antarctican-headline, impact, sans-serif;
	display: inline-block;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: .6px;
	width: 100%
}

.alerts .alert-item .container .row .alert-accordion .alert-title .alert-title-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	width: calc(100% - 110px);
	overflow: hidden
}

.alerts .alert-item .container .row .alert-accordion .alert-title .icon-stmrtu-arrow-backtotop {
	cursor: pointer;
	position: relative;
	margin-left: 44px;
	float: right;
	transform: rotate(180deg);
	transition: all .2s;
	font-size: 16px;
	font-size: 1rem;
	top: 6px
}

.alerts .alert-item .container .row .alert-accordion .alert-title .icon-stmrtu-nav-close {
	cursor: pointer;
	position: relative;
	margin-left: 5px;
	float: right;
	color: #fff;
	font-size: 13px;
	font-size: .8125rem;
	top: 7px
}

.alerts .alert-item .container .row .alert-accordion .alert-message {
	max-height: 0;
	overflow: hidden;
	transition: max-height .6s;
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

.alerts .alert-item .container .row .alert-accordion .alert-message p {
	position: relative;
	top: 4px;
	margin: 9px 0 6px;
	max-width: 750px;
	color: #fff
}

.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton {
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 60px 8px 60px;
	text-decoration: none;
	width: max-content;
	flex-shrink: 0
}

.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton a {
	text-decoration: none;
	letter-spacing: .4px;
	color: #fff
}

.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton a:after {
	content: '';
	display: block;
	width: calc(100% + 3rem);
	height: 2px;
	background: #fff;
	transition: width .2s;
	margin-top: 2px;
	overflow: visible
}

.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton a:hover,
.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton a:focus {
	color: #fff;
	margin-bottom: 2px
}

.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton a:hover:after,
.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton a:focus:after {
	width: 0
}

.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton a>span {
	position: relative;
	top: 1px;
	margin-left: 12px
}

.alerts .alert-item.open .container .row .alert-accordion .alert-title .icon-stmrtu-arrow-backtotop {
	transform: rotate(0deg)
}

.alerts .alert-item.open .container .row .alert-accordion .alert-message {
	transition-delay: .2s;
	max-height: 500px;
	color: #fff
}

.alerts .emergency-item {
	background-color: #000;
	border-bottom: 2px solid #fff
}

.alerts .emergency-item .container {
	max-width: 1348px;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.alerts .emergency-item .container .row {
	margin: 0;
	height: 0;
	z-index: -1;
	position: relative;
	align-items: center;
	justify-content: center
}

.alerts .emergency-item .container .row.active {
	height: initial;
	padding: 22px 20px;
	z-index: 0
}

.alerts .emergency-item .container .row svg {
	display: block;
	width: 200px;
	max-width: 100%;
	margin: auto
}

.alerts .emergency-item .container .row .alert-title {
	position: relative;
	padding-top: 2px;
	padding-right: 12px;
	font-family: antarctican-headline, impact, sans-serif;
	display: inline-block;
	font-size: 45px;
	font-size: 2.8125rem;
	line-height: 40px;
	line-height: 2.5rem;
	color: #fff;
	font-weight: 900;
	letter-spacing: 1.2px;
	width: 100%
}

.alerts .emergency-item .container .row .alert-title-smaller-text {
	font-family: antarctican-headline, impact, sans-serif;
	font-weight: 400;
	font-size: 45px;
	letter-spacing: .6px
}

.alerts .emergency-item .container .row .alert-message p {
	position: relative;
	top: 4px;
	margin: 16px 0;
	max-width: 750px;
	color: #fff;
	font-size: 21px
}

.alerts .emergency-item .container .row .alert-message .emergency-link-button {
	font-weight: bold;
	padding: 25px 0 8px
}

.alerts .emergency-item .container .row .alert-message .emergency-link-button a {
	text-decoration: none;
	letter-spacing: .4px;
	background-color: #ef3340;
	color: #000 !important;
	margin-bottom: 0 !important
}

.alerts .emergency-item .container .row .alert-message .emergency-link-button a:hover,
.alerts .emergency-item .container .row .alert-message .emergency-link-button a:focus {
	color: #fff !important;
	margin-bottom: 2px
}

.alerts .emergency-item .container .row .alert-message .emergency-link-button a:hover:after,
.alerts .emergency-item .container .row .alert-message .emergency-link-button a:focus:after {
	width: 0
}

@media(max-width:991.98px) {
	.alerts .alert-item .container .row {
		padding: 20px
	}

	.alerts .alert-item .container .row.active {
		padding: 20px
	}

	.alerts .alert-item .container .row .alert-accordion .alert-title {
		padding-right: 0;
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 22px;
		line-height: 1.375rem
	}

	.alerts .alert-item .container .row .alert-accordion .alert-title .icon-stmrtu-arrow-backtotop {
		font-size: 16px;
		font-size: 1rem;
		margin-left: 23px;
		top: 5px
	}

	.alerts .alert-item .container .row .alert-accordion .alert-title .icon-stmrtu-nav-close {
		font-size: 13px;
		font-size: .8125rem;
		top: 7px
	}

	.alerts .alert-item .container .row .alert-accordion .alert-message {
		display: block
	}

	.alerts .alert-item .container .row .alert-accordion .alert-message p {
		max-width: 690px;
		top: 0
	}

	.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton {
		padding: 7px 0 5px
	}

	.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton a:after {
		margin-top: 9px
	}

	.alerts .alert-item.open .container .row.active .alert-accordion .alert-title .alert-title-text {
		white-space: normal
	}

	.alerts .emergency-item .container .row .alert-title-text,
	.alerts .emergency-item .container .row .alert-title-smaller-text {
		font-size: 36px
	}

	.alerts .emergency-item .container .row .alert-message p {
		font-size: 17px
	}
}

@media(max-width:767.98px) {
	.alerts .alert-item .container .row.active {
		padding: 15px 20px 12px
	}

	.alerts .alert-item .container .row .alert-accordion .alert-title .icon-stmrtu-arrow-backtotop {
		top: 4px
	}

	.alerts .alert-item .container .row .alert-accordion .alert-title .icon-stmrtu-nav-close {
		top: 6px
	}

	.alerts .alert-item .container .row .alert-accordion .alert-message .homeLinkButton {
		padding: 7px 0 8px
	}

	.alerts .emergency-item .container .row svg {
		width: 100px;
		margin: 20px auto
	}

	.alerts .emergency-item .container .row .emergency-link-button .btn {
		width: 100%
	}
}

.profile-header {
	display: inline-flex;
	background-color: #f2f2f2
}

.profile-header .photo {
	height: 100%
}

.profile-header .chevron-double-red {
	padding-right: 8px;
	height: 20px
}

.profile-header .profile-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 18px 32px 0 32px;
	font-size: 60px;
	align-self: center
}

.profile-header .profile-text .chevron-double-red {
	align-self: center
}

.profile-header .profile-text span {
	margin: 0;
	color: #000
}

.bio-secondary-header .chevron-double-red {
	padding-right: 10px;
	height: 30px;
	padding-bottom: 2px
}

.story-cards-wrapper .story-card-background {
	background-color: #f2f2f2 !important
}

.profile-detail {
	background-color: #f2f2f2
}

.bio-detail {
	margin-bottom: 70px
}

.bio-detail .professional-title>ul {
	border-bottom: 1px solid #c4dbe4;
	padding-bottom: 57px;
	margin-bottom: 57px
}

.bio-detail .professional-title ul {
	padding-left: 26px
}

.bio-detail .professional-title ul li {
	list-style: square;
	font-size: 32px;
	font-size: 2rem;
	line-height: 42px;
	line-height: 2.625rem;
	font-weight: 700;
	text-indent: -25px;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	letter-spacing: .8px;
	margin-bottom: 3px
}

.bio-detail .professional-title ul li:before {
	content: '';
	display: inline-block;
	position: relative;
	margin-right: 18px;
	top: -9px;
	width: 7px;
	height: 7px;
	background-color: #223056
}

.bio-detail .professional-title ul li::marker {
	color: transparent
}

.bio-detail .professional-title ul ul {
	padding-left: 45px
}

.bio-detail .professional-title ul ul li {
	list-style: disc;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 400;
	font-family: tablet-gothic, verdana, sans-serif;
	text-indent: -23px
}

.bio-detail .professional-title ul ul li:before {
	border-radius: 50%;
	height: 4px;
	width: 4px;
	top: -5px
}

.bio-detail .photo-wrapper svg {
	width: 100%
}

.bio-detail ul.course-list {
	padding-left: 29px;
	padding-bottom: 7px
}

.bio-detail ul.course-list li {
	margin-bottom: 4px;
	text-indent: -22px
}

.bio-detail ul.course-list li:before {
	content: "";
	border-radius: 50%;
	height: 4px;
	width: 4px;
	top: -5px;
	margin-right: 17px;
	background: #223056;
	display: inline-block;
	position: relative
}

.bio-detail ul.course-list li::marker {
	color: transparent
}

@media(max-width:1219.98px) {
	.bio-detail .photo-wrapper.sidebar {
		max-width: 355px;
		margin-bottom: 45px
	}

	.bio-detail h1 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 44px;
		line-height: 2.75rem
	}

	.bio-detail h2 {
		font-size: 45px;
		font-size: 2.8125rem;
		line-height: 38px;
		line-height: 2.375rem
	}

	.bio-detail .bio-detail-list {
		padding: 25px 0 45px 29px;
		border-bottom: 1px solid #c4dbe4;
		margin-bottom: 57px
	}

	.bio-detail .bio-detail-list li {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 30px;
		line-height: 1.875rem;
		text-indent: -27px
	}

	.bio-detail .bio-detail-list li:before {
		margin-right: 15px;
		top: -9px;
		width: 7px;
		height: 7px
	}

	.bio-detail .bio-detail-list li ul {
		margin-top: 10px
	}

	.bio-detail .bio-detail-list li ul li {
		text-indent: -20px
	}

	.bio-detail .pull-quote-cta .card {
		border: none
	}
}

@media(max-width:767.98px) {
	.profile-header {
		display: inline-flex;
		flex-direction: column;
		background-color: #f2f2f2;
		align-self: center;
		justify-content: center;
		align-content: center;
		align-items: center
	}

	.profile-header .photo {
		height: 100%;
		width: 100%;
		float: none
	}

	.profile-header .profile-text {
		padding: 24px 14px 32px 14px;
		align-items: center;
		align-content: center
	}
}

body.blog-detail-layout .heroWrapper {
	border-bottom: 1px solid #223056
}

body.blog-detail-layout .heroWrapper .hero-image-wrapper {
	max-height: 635px
}

body.blog-detail-layout .heroWrapper:after {
	content: url("../ResourcePackages/lib/img/accents/AngledLinesRed.html");
	position: absolute;
	bottom: -7px
}

.blog-detail {
	margin-top: 60px;
	margin-bottom: 75px
}

.blog-detail .col-lg-3 .blog-hot-topic-cards {
	margin-bottom: 30px
}

.blog-detail .col-lg-3 .sidebar-share .headline:after {
	content: " This Blog"
}

.blog-detail .blog-title-wrapper {
	padding: 50px 0 20px;
	background: url("../ResourcePackages/lib/img/accents/AngledLinesLtBlue-short.svg") repeat-x top;
	background-size: 580px 26px;
	border-top: 1px solid #223056;
	background-position-y: -5px
}

.blog-detail .blog-subtitle-wrapper {
	padding: 12px 0 30px
}

.blog-detail .blog-subtitle-wrapper h2 {
	margin-bottom: 0
}

.blog-detail .blog-content {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding: 0 0 50px 0;
	text-align: left;
	background: url("../ResourcePackages/lib/img/accents/AngledLinesLtBlue-short.svg") repeat-x bottom;
	background-size: 580px 26px;
	background-position: 0 calc(100% + 5px);
	overflow: hidden;
	margin-bottom: 0
}

.blog-detail .blog-content img {
	margin-bottom: 24px
}

.blog-detail .blog-content ul li {
	list-style: none;
	text-indent: -15px
}

.blog-detail .blog-content ul li:before {
	content: "";
	position: relative;
	height: 5px;
	border-radius: 50%;
	padding-right: 5px;
	background: #000;
	display: inline-block;
	top: -3px;
	margin-right: 10px
}

.blog-detail figcaption {
	padding: 0 10px
}

.blog-detail .card-date {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.blog-detail .card-date .blog-date {
	font-weight: 700
}

.blog-detail .card-date a {
	font-weight: 400
}

.blog-detail .faux-bottom-border {
	margin: 0 0 55px;
	height: 1px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #223056
}

.blog-detail .author-disclaimer {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	color: #757575;
	margin-bottom: 30px
}

@media(max-width:991.98px) {
	body.blog-detail-layout .heroWrapper .hero-image-wrapper {
		max-height: 480px
	}

	.blog-detail-layout {
		margin-top: 0
	}

	.blog-detail-layout .col-lg-3 {
		padding-left: 20px;
		padding-right: 20px
	}

	.blog-detail-layout .col-lg-3 .blog-hot-topic-cards {
		margin-bottom: 10px
	}

	.blog-detail-layout .col-lg-3 .blog-hot-topic-cards .row {
		margin-bottom: 0;
		justify-content: space-around
	}

	.blog-detail-layout .col-lg-3 .blog-hot-topic-cards .row .col-md-6,
	.blog-detail-layout .col-lg-3 .blog-hot-topic-cards .row .col-sm-12 {
		padding-left: 20px;
		padding-right: 20px
	}

	.blog-detail-layout .col-lg-3 .sidebar-share {
		margin-bottom: 0;
		margin-top: 60px
	}

	.blog-detail-layout .col-lg-3 .sidebar-share .social-share {
		border-bottom: none
	}

	.container.blog-detail {
		margin-bottom: 65px;
		padding: 0 35px
	}

	.container.blog-detail .col-lg-8 {
		padding: 0
	}

	.container.blog-detail .blog-title-wrapper {
		padding: 50px 20px 22px;
		background-position-y: -12px;
		background-size: 200%;
		margin-left: -20px;
		margin-right: -20px
	}

	.container.blog-detail .blog-subtitle-wrapper {
		padding: 0
	}

	.container.blog-detail .blog-subtitle-wrapper h2 {
		margin: 0 0 26px
	}

	.container.blog-detail .blog-content {
		padding: 0 20px 30px
	}

	.container.blog-detail .blog-content ul {
		padding-left: 16px
	}

	.card-date {
		-webkit-line-clamp: 2
	}
}

.blog-item {
	width: 100%
}

.blog-item .row {
	flex-wrap: nowrap
}

.blog-item.no-image .card-body {
	border-left: 8px solid #ef3340
}

.blog-item:hover .photo a img,
.blog-item:focus .photo a img {
	transform: scale(1.2);
	transition: transform 6s
}

.blog-item:hover .card-body .card-title,
.blog-item:focus .card-body .card-title {
	text-decoration: underline;
	transition: transform 6s
}

.blog-item .background {
	background: rgba(255, 200, 46, .07)
}

.blog-item .photo a {
	display: block;
	height: 100%;
	width: 300px;
	overflow: hidden
}

.blog-item .photo img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	max-height: 265px;
	transition: transform .3s
}

.blog-item .photo img:not(.img-load-lazy) {
	animation: fadeIn 1s forwards
}

.blog-item .card-body {
	width: 100%;
	padding: 25px 45px 30px 30px;
	text-align: left;
	min-height: 200px;
	background: url("../ResourcePackages/lib/img/accents/AngledLinesLtBlue-short.svg") repeat-x bottom;
	background-size: auto 25px;
	background-position: 0 calc(100% + 5px);
	overflow: hidden
}

.blog-item .card-body .card-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: .5px;
	font-family: tablet-gothic, verdana, sans-serif;
	font-weight: 700;
	margin: 0 0 10px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.blog-item .card-body .card-title a {
	text-decoration: none
}

.blog-item .card-body .card-title a:hover,
.blog-item .card-body .card-title a:focus {
	text-decoration: underline
}

.blog-item .card-body .card-text {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	letter-spacing: .75px;
	max-height: 67px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.blog-item .card-body .card-text .icon-stmrtu-double-chevs {
	color: #ef3340;
	font-size: 12.5px
}

.blog-item .card-body .card-date {
	padding-top: 20px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	display: block;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.blog-item .card-body .card-date .bold {
	font-weight: 700
}

@media(max-width:991.98px) {
	.blog-item .row {
		flex-wrap: wrap
	}

	.blog-item .photo {
		width: 100%;
		height: 350px
	}

	.blog-item .photo a {
		width: initial
	}

	.blog-item .photo a img {
		max-height: initial
	}

	.blog-item .card-body {
		width: 100%;
		height: 100%;
		min-height: 1px;
		padding: 30px 20px
	}

	.blog-item .card-body .card-title {
		-webkit-line-clamp: 3
	}

	.blog-item .card-body .card-text {
		-webkit-line-clamp: 3
	}

	.blog-item .card-body .card-date {
		padding-top: 20px;
		-webkit-line-clamp: 2
	}
}

@media(max-width:767.98px) {
	.blog-item .photo {
		height: 237px
	}
}

.blog-listing {
	margin-top: 60px;
	margin-bottom: 65px
}

.blog-listing .blog-title .content-block {
	margin-bottom: 0
}

.blog-listing .blog-image-widget img {
	margin-bottom: 30px
}

@media(max-width:991.98px) {
	.blog-listing {
		margin-bottom: 80px
	}

	.blog-listing .slick-slide {
		padding: 0
	}
}

.featured-blog-item {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 7px
}

.featured-blog-item .card-row {
	flex-wrap: nowrap;
	flex-direction: column
}

.featured-blog-item.no-image .card-body {
	border-left: 8px solid #ef3340
}

.featured-blog-item.hover .photo a img {
	transform: scale(1.2);
	transition: transform 6s
}

.featured-blog-item.hover .card-body .card-title {
	text-decoration: underline;
	transition: transform 6s
}

.featured-blog-item .background {
	background: rgba(255, 200, 46, .07)
}

.featured-blog-item .photo {
	position: relative
}

.featured-blog-item .photo a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.featured-blog-item .photo a img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	max-height: 495px;
	transition: transform .3s
}

.featured-blog-item .photo a img:hover,
.featured-blog-item .photo a img:focus {
	transform: scale(1.2);
	transition: transform 6s
}

.featured-blog-item .photo .photo-caption {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	padding: 44px 30px 40px 30px;
	width: 60%;
	clip-path: polygon(0% 0, calc(100% - 40px) 0%, 100% 70px, 100% 100%, 0 100%);
	pointer-events: none
}

.featured-blog-item .photo .photo-caption .card-title {
	color: #fff;
	text-decoration: none
}

.featured-blog-item .card-body {
	width: 100%;
	padding: 10px 45px 15px 30px;
	text-align: left;
	background: url("../ResourcePackages/lib/img/accents/AngledLinesLtBlue-short.svg") repeat-x bottom;
	background-size: auto 25px;
	background-position: 0 calc(100% + 5px);
	overflow: hidden
}

.featured-blog-item .card-body .card-date {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 28px;
	line-height: 1.75rem;
	margin-bottom: 25px;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.featured-blog-item .card-body .card-date .bold {
	font-weight: 700
}

.featured-blog-item .card-body .card-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: .5px;
	font-family: tablet-gothic, verdana, sans-serif;
	font-weight: 700;
	margin: 0 0 10px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.featured-blog-item .card-body .card-title a {
	text-decoration: none
}

.featured-blog-item .card-body .card-title a:hover,
.featured-blog-item .card-body .card-title a:focus {
	text-decoration: underline
}

.featured-blog-item .card-body .card-text {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 28px;
	line-height: 1.75rem;
	letter-spacing: .75px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 30px
}

.featured-blog-item .card-body .card-text .accent-chevs {
	height: 14px;
	position: relative;
	top: -2px
}

@media(max-width:991.98px) {
	.featured-blog-item {
		margin-bottom: -8px
	}

	.featured-blog-item .card-row {
		flex-wrap: wrap
	}

	.featured-blog-item .photo {
		width: 100%;
		height: 480px
	}

	.featured-blog-item .photo img {
		max-height: initial
	}

	.featured-blog-item .photo .photo-caption {
		padding: 44px 20px 30px 20px;
		width: calc(100% - 20px)
	}

	.featured-blog-item .photo .photo-caption .card-title a {
		color: #fff;
		text-decoration: none
	}

	.featured-blog-item .card-body {
		width: 100%;
		height: 100%;
		min-height: 1px;
		padding: 30px 20px 50px
	}

	.featured-blog-item .card-body .card-titel {
		margin: 0 0 7px 0
	}

	.featured-blog-item .card-body .card-text {
		max-height: initial;
		font-size: 15px;
		font-size: .9375rem;
		line-height: 26px;
		line-height: 1.625rem;
		-webkit-line-clamp: 7
	}

	.featured-blog-item .card-body .card-text .accent-chevs {
		height: 12px;
		position: relative;
		top: -1.5px
	}

	.featured-blog-item .card-body .card-date {
		padding-top: 20px;
		text-overflow: initial;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

@media(max-width:767.98px) {
	.blog-item .photo {
		height: 237px
	}
}

.breadcrumb-wrapper {
	padding: 12px 0 84px
}

.breadcrumb-wrapper.no-bg {
	background: none
}

.breadcrumb-wrapper.no-top-padding {
	padding-top: 0
}

.breadcrumb-wrapper ol,
.breadcrumb-wrapper ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none
}

.breadcrumb-wrapper ol li,
.breadcrumb-wrapper ul li {
	margin-bottom: 0;
	font-size: 13px;
	font-size: .745rem;
	line-height: 25px;
	line-height: 1.5625rem;
	letter-spacing: .2px;
	display: inline
}

.breadcrumb-wrapper ol li.breadcrumb-item,
.breadcrumb-wrapper ol li.ellipsis,
.breadcrumb-wrapper ul li.breadcrumb-item,
.breadcrumb-wrapper ul li.ellipsis {
	color: #000 !important;
	padding: 0 18px 0 0
}

.breadcrumb-wrapper ol li.breadcrumb-item:before,
.breadcrumb-wrapper ol li.ellipsis:before,
.breadcrumb-wrapper ul li.breadcrumb-item:before,
.breadcrumb-wrapper ul li.ellipsis:before {
	content: '/';
	margin: 0;
	padding: 0 18px 0 0 !important;
	color: #000 !important;
	float: initial
}

.breadcrumb-wrapper ol li.breadcrumb-item:active,
.breadcrumb-wrapper ol li.ellipsis:active,
.breadcrumb-wrapper ul li.breadcrumb-item:active,
.breadcrumb-wrapper ul li.ellipsis:active {
	color: #000
}

.breadcrumb-wrapper ol li.hide,
.breadcrumb-wrapper ul li.hide {
	display: none
}

.breadcrumb-wrapper ol li:first-child:before,
.breadcrumb-wrapper ul li:first-child:before {
	display: none
}

.breadcrumb-wrapper ol li a,
.breadcrumb-wrapper ul li a {
	color: #223056 !important;
	text-decoration: none
}

.breadcrumb-wrapper ol li a:hover,
.breadcrumb-wrapper ol li a:focus,
.breadcrumb-wrapper ul li a:hover,
.breadcrumb-wrapper ul li a:focus {
	color: #000
}

body.location-details .breadcrumb-wrapper>nav,
body.people-detail .breadcrumb-wrapper>nav,
body.fired-up-and-focused-detail .breadcrumb-wrapper>nav,
body.news-detail .breadcrumb-wrapper>nav {
	display: none
}

@media(max-width:991.98px) {
	.breadcrumb-wrapper {
		background: none !important;
		padding: 12px 0 70px
	}
}

.full-width-image-background-carousel-wrapper {
	overflow: hidden;
	margin-bottom: 18px
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel {
	width: 100%
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .slick-slide {
	padding: 20px 0
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container {
	display: flex;
	align-items: flex-end;
	height: calc(100vh - 123px);
	min-height: 740px;
	padding: 0
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_image-wrapper {
	overflow: hidden;
	position: absolute;
	height: inherit;
	min-height: 740px
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
	width: 100vw;
	max-width: initial;
	height: 100%;
	object-fit: cover;
	position: relative
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox {
	position: relative;
	bottom: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	clip-path: polygon(30px 0%, 130% 0%, 130% 100%, 0 100%, 0% 80px);
	color: #000;
	margin-bottom: 31px
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
	background-color: #fff;
	text-align: left;
	padding: 60px 60px 60px;
	position: relative;
	width: 470px
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .chevron-double-red {
	width: 38px;
	margin-bottom: 2rem
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading {
	display: none;
	color: #223056;
	font-size: 13px;
	margin-bottom: 2rem;
	font-weight: bold
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_heading {
	display: block;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 38px;
	line-height: 2.375rem;
	margin-top: -5px;
	margin-bottom: 15px;
	color: #000
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_description {
	padding: 0 0 13px;
	line-height: 27px;
	line-height: 1.6875rem
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper {
	width: max-content
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link {
	margin-bottom: 2rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link a {
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	letter-spacing: .5px
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link a .icon-stmrtu-arrow-cta {
	margin-left: 12px
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link a:after {
	content: '';
	display: block;
	width: calc(100% + 2rem);
	height: 2px;
	background: #223056;
	transition: width .2s;
	margin-top: 10px;
	overflow: visible
}

.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link a:hover:after,
.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link a:focus:after {
	width: 0
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	z-index: 1;
	pointer-events: none
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
	height: calc(100vh - 123px);
	min-height: 740px
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner {
	height: 100%;
	display: flex;
	overflow: visible;
	width: 100%;
	padding: 0 0 65px 60px;
	position: relative;
	align-items: flex-end
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next {
	border: none;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	background-color: #223056;
	transition: all .2s;
	margin-right: 5px;
	pointer-events: all;
	padding: 0
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev span,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next span {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 1px
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span.icon-stmrtu-arrow-carousel-left,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev span.icon-stmrtu-arrow-carousel-left,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next span.icon-stmrtu-arrow-carousel-left {
	left: -1px
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span.icon-stmrtu-arrow-carousel-right,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev span.icon-stmrtu-arrow-carousel-right,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next span.icon-stmrtu-arrow-carousel-right {
	left: 1px
}

@media(hover:hover) and (pointer:fine) {

	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover,
	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover,
	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover {
		background-color: #ffc82e
	}

	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover span,
	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover span,
	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover span {
		color: #000
	}
}

@media(pointer:coarse) {

	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active,
	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active,
	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:active {
		background-color: #ffc82e
	}

	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active span,
	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active span,
	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:active span {
		color: #000
	}
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible {
	background-color: #ffc82e;
	outline: 2px solid #0057bb;
	outline-offset: 2px
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible span,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible span,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible span {
	color: #000
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next {
	margin-right: 0
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause {
	color: #fff;
	font-size: 18px;
	position: relative;
	text-indent: 2px
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.active,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.playing {
	text-indent: 0
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.active:before,
.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.playing:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

@media(hover:hover) and (pointer:fine) {
	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover {
		background-color: #ffc82e;
		color: #000
	}
}

@media(pointer:coarse) {
	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active {
		background-color: #ffc82e;
		color: #000
	}
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible {
	color: #000
}

.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_spacer {
	width: 470px;
	height: 10px;
	outline: 1px solid;
	padding: 4rem 4rem 4rem 0
}

.full-width-image-background-carousel-wrapper.single-slide .lc_playpause {
	display: none
}

@media(max-width:991.98px) {
	.full-width-image-background-carousel-wrapper::after {
		display: block;
		content: '';
		border-bottom: 1px solid #223056;
		height: 1px;
		margin: 0 20px 20px
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel {
		width: 100%;
		height: calc(100vh - 60px);
		min-height: initial
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container {
		display: block;
		align-items: center;
		height: initial;
		min-height: initial
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container.slick-slide {
		padding: 0
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_image-wrapper {
		height: initial;
		min-height: initial;
		width: 100%;
		position: relative
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
		width: 100%
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
		width: 100%;
		object-fit: cover;
		height: 450px
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox {
		margin: auto;
		bottom: initial;
		clip-path: initial
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
		right: initial;
		width: initial;
		margin: auto;
		padding: 38px 0 40px;
		position: relative
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .chevron-double-red {
		margin-top: 3px
	}

	.full-width-image-background-carousel-wrapper .lc_button-wrapper .row {
		margin: 0
	}

	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		top: 428px;
		right: 0;
		height: initial;
		min-height: initial;
		position: absolute;
		display: flex;
		flex-direction: row-reverse;
		width: 100%
	}

	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner {
		padding: 0;
		justify-content: flex-end
	}
}

@media(max-width:767.98px) {
	.full-width-image-background-carousel-wrapper::after {
		display: none
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container {
		height: initial
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
		height: 326px
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .narrow-col {
		padding-right: 20px;
		padding-left: 20px
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox {
		width: 100%
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
		padding: 31px 0 15px
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .chevron-double-red {
		margin-top: 10px
	}

	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_description {
		padding-bottom: 8px
	}

	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		top: 305px
	}
}

@media(max-width:575.98px) {
	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
		height: 260px
	}

	.full-width-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		top: 237.5px
	}
}

@media(max-width:370px) {

	.full-width-image-background-carousel-wrapper,
	.full-width-image-background-carousel-wrapper .full-width-image-background-carousel {
		height: initial
	}
}

.gold-background-carousel-wrapper {
	overflow: hidden;
	margin-bottom: 10px;
	height: calc(100vh - 200px);
	max-height: 60vw;
	min-height: 520px
}

.gold-background-carousel-wrapper .gold-background-carousel {
	--image-height: 640px;
	width: 100%
}

.gold-background-carousel-wrapper .gold-background-carousel .slick-slide {
	padding: 0
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container {
	display: flex !important;
	align-items: center;
	background-image: url("../ResourcePackages/lib/img/accents/Lines-in-Circle-Red.svg"), linear-gradient(65deg, white 45%, #ffc82e 45%, #ffc82e 100%);
	background-repeat: no-repeat;
	background-position: calc(50% + 570px) -200px, 0 0;
	padding: 0;
	height: calc(100vh - 200px);
	max-height: 60vw;
	min-height: 520px
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-height: calc(100vh - 280px);
	overflow: hidden
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
	flex-basis: calc(100vh - 200px);
	flex-grow: .6
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner .lc_image {
	width: 100%;
	object-fit: cover;
	object-position: center
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
	text-align: left;
	padding: 0 20px 0 60px;
	position: relative;
	flex-basis: 420px;
	color: #000
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_eyebrow {
	height: 12px;
	width: 115px;
	background: #fff;
	position: absolute;
	top: 7px;
	left: -73px
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading {
	display: block;
	color: #223056;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	letter-spacing: .65px;
	margin-bottom: 30px;
	font-weight: bold;
	text-transform: uppercase
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_heading {
	display: block;
	color: #000
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_description {
	padding: 0 0 10px
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper {
	width: max-content
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper>a {
	color: #223056
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper>a:before {
	background: #223056
}

.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner.no-subheading .lc_eyebrow {
	top: 10px
}

.gold-background-carousel-wrapper .lc_button-wrapper {
	display: flex;
	position: relative;
	padding: 0 31px;
	z-index: 1
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
	display: flex;
	width: 100%;
	flex-direction: row-reverse;
	position: absolute;
	bottom: 25px;
	padding-right: 15px
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner {
	display: flex;
	height: 44px;
	overflow: visible
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next {
	border: none;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	background-color: #223056;
	transition: all .2s;
	margin-right: 5px;
	padding: 0
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev span,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next span {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 1px;
	transition: color .125s ease-in-out
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span.icon-stmrtu-arrow-carousel-left,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev span.icon-stmrtu-arrow-carousel-left,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next span.icon-stmrtu-arrow-carousel-left {
	left: -1px
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span.icon-stmrtu-arrow-carousel-right,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev span.icon-stmrtu-arrow-carousel-right,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next span.icon-stmrtu-arrow-carousel-right {
	left: 1px
}

@media(hover:hover) and (pointer:fine) {

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover {
		background-color: #fff
	}

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover span {
		color: #223056
	}
}

@media(pointer:coarse) {

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:active {
		background-color: #fff
	}

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:active span {
		color: #223056
	}
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible {
	background-color: #fff
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible span,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible span,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible span {
	color: #223056
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next {
	margin-right: 0
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause {
	color: #fff;
	font-size: 18px;
	position: relative;
	text-indent: 2px
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:before {
	content: '';
	font-family: 'stmrtu_icons_2020';
	transition: color .125s ease-in-out
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.active,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.playing {
	text-indent: 0
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.active:before,
.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.playing:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

@media(hover:hover) and (pointer:fine) {
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover {
		background-color: #fff;
		color: #223056
	}
}

@media(pointer:coarse) {
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active {
		background-color: #fff;
		color: #223056
	}
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible {
	color: #223056
}

.gold-background-carousel-wrapper .lc_button-wrapper .lc_spacer {
	width: 470px;
	height: 10px;
	outline: 1px solid;
	padding: 4rem 4rem 4rem 0
}

.gold-background-carousel-wrapper.single-slide .lc_playpause {
	display: none
}

@media(max-width:1219.98px) {
	.gold-background-carousel-wrapper {
		height: calc(100vh - 100px)
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container {
		height: calc(100vh - 100px)
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
		max-width: 720px;
		width: 100%;
		padding-left: 30px
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_eyebrow {
		width: 65px
	}
}

@media(max-width:991.98px) {
	.gold-background-carousel-wrapper {
		height: calc(100vh - 115px);
		max-height: 120vw;
		min-height: 800px;
		display: flex;
		flex-direction: column-reverse
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container {
		height: calc(100vh - 115px);
		max-height: 120vw;
		min-height: 800px;
		display: block !important;
		align-items: center;
		padding-top: 0;
		padding-bottom: 0;
		background-position: 118% 42%, 0 0
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .container {
		padding: 0;
		max-width: initial
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container.slick-slide {
		padding: 0
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper {
		height: initial;
		width: 100%
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
		width: 100%;
		flex-basis: initial
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner .lc_image {
		width: 100%;
		height: 450px
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox {
		margin: auto;
		display: block
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
		right: initial;
		margin: auto;
		padding: 30px 20px;
		position: relative;
		max-width: 720px
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_eyebrow {
		display: none
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading {
		z-index: 1;
		position: relative;
		margin-bottom: 50px;
		line-height: normal;
		white-space: nowrap;
		width: min-content;
		padding-right: 20px;
		display: inline-block
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading:after {
		content: '';
		position: relative;
		left: 20px;
		background: #fff;
		height: 12px;
		width: 120px;
		display: inline-block
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_heading {
		margin-bottom: 12px
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link a {
		font-size: 16px;
		font-size: 1rem;
		line-height: 22px;
		line-height: 1.375rem
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner.no-subheading {
		padding-top: 45px
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner.no-subheading:before {
		display: none
	}

	.gold-background-carousel-wrapper .lc_button-wrapper {
		padding: 0 15px
	}

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		top: 429px
	}

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next {
		background-color: #fff
	}

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:before,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:before,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:before {
		color: #223056
	}
}

@media(max-width:991.98px) and (hover:hover) and (pointer:fine) {

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover {
		background-color: #223056
	}

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover:before,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover:before,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover:before {
		color: #fff
	}
}

@media(max-width:991.98px) and (pointer:coarse) {

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:active {
		background-color: #223056
	}

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active:before,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active:before,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:active span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:active:before {
		color: #fff
	}
}

@media(max-width:991.98px) {

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible {
		background-color: #223056
	}

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible:before,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible:before,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible span,
	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible:before {
		color: #fff
	}
}

@media(max-width:767.98px) {
	.gold-background-carousel-wrapper {
		height: initial;
		max-height: initial;
		min-height: initial
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container {
		background-image: url("../ResourcePackages/lib/img/accents/Lines-in-Circle-Red.svg"), linear-gradient(65deg, white 16%, #ffc82e 16%, #ffc82e 100%);
		background-position: calc(100% + 180px) 30%, 0 0;
		height: initial;
		max-height: initial;
		min-height: initial
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper {
		width: 100%
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
		width: 100%
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner .lc_image {
		height: 326px
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
		padding: 45px 20px 31px;
		max-width: 540px
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner:before {
		top: 51px
	}

	.gold-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		top: 303px
	}
}

@media(max-width:575.98px) {
	.gold-background-carousel-wrapper .gold-background-carousel .lc_container {
		background-image: url("../ResourcePackages/lib/img/accents/Lines-in-Circle-Red.svg"), linear-gradient(65deg, white 16%, #ffc82e 16%, #ffc82e 100%);
		background-position: calc(100% + 180px) 45%, 0 0
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper {
		width: 100%
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
		width: 100%
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner .lc_image {
		height: 326px
	}

	.gold-background-carousel-wrapper .gold-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading {
		background: #ffc82e;
		position: relative;
		max-width: 50vw
	}
}

.gray-overlay-carousel-wrapper {
	overflow: hidden;
	margin-bottom: 18px;
	scroll-snap-align: center !important
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel {
	width: 100%;
	border-left: 18px solid #fff;
	border-right: 18px solid #fff
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .slick-slide {
	padding: 20px 0
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container {
	display: flex;
	align-items: center;
	padding: 0
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .container {
	max-width: 100%;
	padding: 0
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .container .row {
	flex-direction: row-reverse
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_image-wrapper {
	width: calc(936px + ((100vw - 1362px)/2));
	height: 640px;
	overflow: visible;
	order: 1
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_image-wrapper .lc_image {
	width: 85vw;
	max-width: initial;
	height: 640px;
	object-fit: cover;
	object-position: right;
	position: relative;
	margin-left: -45%
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	clip-path: polygon(0 0%, 100% 0%, calc(100% - 260px) 100%, 0 100%);
	position: relative;
	background-color: #f3f6f7;
	background-image: url("../ResourcePackages/lib/img/accents/Lines-in-Circle-LtBlue.svg"), url("../ResourcePackages/lib/img/accents/Lines-in-Circle-LtBlue.svg"), url("../ResourcePackages/lib/img/accents/Lines-in-Circle-LtBlue.svg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 30px calc(100% + 175px), 30px calc(100% + 175px), 30px calc(100% + 175px);
	color: #000;
	padding-left: calc((100vw - 1362px)/2);
	height: 640px;
	z-index: 1;
	width: 46vw;
	min-width: 600px
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner {
	text-align: left;
	padding: 50px 4rem 50px 2rem;
	position: relative;
	width: 470px;
	transform: translateY(-50px)
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading {
	display: none
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_heading {
	display: block;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 40px;
	line-height: 2.5rem;
	margin-bottom: 20px;
	color: #000
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_description {
	padding: 0 0 25px
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_description p {
	margin-top: 0
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_description p:last-child {
	margin-bottom: 10px
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper {
	width: max-content
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link {
	margin-bottom: 2rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: .75px
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link a {
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	position: relative
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link a .icon-stmrtu-arrow-cta {
	margin-left: 12px
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link a:after {
	content: '';
	display: block;
	width: calc(100% + 2rem);
	height: 2px;
	background: #223056;
	transition: width .2s;
	margin-top: .8em;
	overflow: visible
}

.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link a:hover:after,
.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper .CTA-link a:focus:after {
	width: 0
}

.gray-overlay-carousel-wrapper .goc-button-container {
	max-width: initial
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons {
	position: absolute;
	top: 690px;
	z-index: 2;
	padding-left: calc((100vw - 1362px)/2)
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner {
	display: flex;
	padding-left: 30px
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_prev,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next {
	border: none;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	background-color: #223056;
	transition: all .2s;
	margin-right: 5px;
	padding: 0
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause span,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_prev span,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next span {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 1px
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause span.icon-stmrtu-arrow-carousel-left,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_prev span.icon-stmrtu-arrow-carousel-left,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next span.icon-stmrtu-arrow-carousel-left {
	left: -1px
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause span.icon-stmrtu-arrow-carousel-right,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_prev span.icon-stmrtu-arrow-carousel-right,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next span.icon-stmrtu-arrow-carousel-right {
	left: 1px
}

@media(hover:hover) and (pointer:fine) {

	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause:hover,
	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_prev:hover,
	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next:hover {
		background-color: #ffc82e
	}

	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause:hover span,
	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_prev:hover span,
	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next:hover span {
		color: #000
	}
}

@media(pointer:coarse) {

	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause:active,
	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_prev:active,
	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next:active {
		background-color: #ffc82e
	}

	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause:active span,
	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_prev:active span,
	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next:active span {
		color: #000
	}
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_prev:focus-visible,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next:focus-visible {
	background-color: #ffc82e
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible span,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_prev:focus-visible span,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next:focus-visible span {
	color: #000
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_next {
	margin-right: 0
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause {
	color: #fff;
	font-size: 18px;
	position: relative;
	text-indent: 2px
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause.active,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause.playing {
	text-indent: 0
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause.active:before,
.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause.playing:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

@media(hover:hover) and (pointer:fine) {
	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause:hover {
		background-color: #ffc82e;
		color: #000
	}
}

@media(pointer:coarse) {
	.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause:active {
		background-color: #ffc82e;
		color: #000
	}
}

.gray-overlay-carousel-wrapper .goc-button-container .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible {
	color: #000
}

.gray-overlay-carousel-wrapper.single-slide .lc_playpause {
	display: none
}

@media(max-width:1219.98px) {
	.gray-overlay-carousel .lc_container .lc_textbox .lc_description {
		padding: 1rem 2rem 0 2rem
	}
}

@media(max-width:991.98px) {
	.gray-overlay-carousel-wrapper {
		margin-bottom: 0
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel {
		border-left: none;
		border-right: none;
		width: 100%;
		background-image: url("../ResourcePackages/lib/img/accents/Lines-in-Circle-LtBlue.svg");
		background-repeat: no-repeat;
		background-position: -200px calc(100% + 175px)
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel:after {
		content: '';
		display: block;
		position: absolute;
		height: calc(100% - 450px);
		top: 450px;
		width: 100%;
		background: #f3f6f7;
		z-index: -1;
		clip-path: polygon(0 0%, 100% 0%, calc(100% - 180px) 100%, 0 100%)
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container {
		display: block;
		align-items: center;
		overflow-y: visible
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container.slick-slide {
		padding: 0
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_image-wrapper {
		height: initial;
		width: 100%;
		position: relative
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
		width: 100%
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_image-wrapper .lc_image {
		width: 100%;
		object-fit: cover;
		height: 450px;
		margin-left: initial
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .container {
		max-width: 720px
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .container .lc_textbox {
		margin: auto;
		bottom: initial;
		height: initial;
		clip-path: initial;
		width: initial;
		min-width: initial;
		background: none
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .container .lc_textbox .lc_textbox-inner {
		right: initial;
		width: initial;
		margin: auto;
		padding: 30px 20px;
		position: relative;
		transform: translateY(0)
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .container .lc_textbox .lc_textbox-inner .lc_heading {
		margin-top: 5px;
		margin-bottom: 20px
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .container .lc_textbox .lc_textbox-inner .lc_description {
		line-height: 26px;
		line-height: 1.625rem;
		padding: 0 0 20px
	}

	.gray-overlay-carousel-wrapper .goc-button-container {
		max-width: 720px
	}

	.gray-overlay-carousel-wrapper .goc-button-container .lc_button-wrapper {
		padding: 0 20px
	}

	.gray-overlay-carousel-wrapper .goc-button-container .lc_button-wrapper .lc_buttons {
		top: 428px !important;
		width: 100%;
		padding: 0;
		display: flex;
		flex-direction: row-reverse;
		transform: translateY(0)
	}

	.gray-overlay-carousel-wrapper .goc-button-container .lc_button-wrapper .lc_buttons .lc_buttons-inner {
		padding: 0 1rem;
		display: flex
	}
}

@media(max-width:767.98px) {
	.gray-overlay-carousel-wrapper .gray-overlay-carousel:after {
		height: calc(100% - 392px);
		top: 392px
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container {
		height: initial
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .lc_image-wrapper .lc_image {
		height: 392px;
		object-position: center
	}

	.gray-overlay-carousel-wrapper .gray-overlay-carousel .lc_container .container {
		max-width: 540px
	}

	.gray-overlay-carousel-wrapper .goc-button-container {
		max-width: 540px
	}

	.gray-overlay-carousel-wrapper .goc-button-container .lc_button-wrapper .lc_buttons {
		top: 371px !important
	}
}

@media(max-width:370px) {
	.gray-overlay-carousel-wrapper {
		height: min-content
	}
}

:root {
	--carousel-btn-offset-top: 560px;
	--carousel-aspect-based-height: calc((467px/700px)*100%)
}

.image-with-caption-carousel {
	--btn-dimension: 43px;
	--btn-padding: 10px;
	width: 100%;
	position: relative
}

.image-with-caption-carousel.single-slide .photo {
	height: initial;
	max-height: 560px
}

.image-with-caption-carousel.single-slide button {
	display: none
}

.image-with-caption-carousel.no-playpause .iwcc_prev {
	right: calc(var(--btn-dimension) + var(--btn-padding))
}

.image-with-caption-carousel .card {
	border: none;
	border-radius: 0
}

.image-with-caption-carousel .card figure {
	margin-bottom: 0;
	border-bottom: none !important
}

.image-with-caption-carousel .card figure .photo {
	object-fit: contain;
	object-position: center;
	width: 100%;
	max-height: var(--carousel-aspect-based-height);
	height: var(--carousel-aspect-based-height);
	background: #f3f6f7
}

.image-with-caption-carousel .card figure:focus {
	outline: none
}

.image-with-caption-carousel .card figure:focus .photo {
	box-shadow: 0 0 5px #223056
}

.image-with-caption-carousel .card figure figcaption {
	border-bottom: 1px solid #223056;
	margin: 25px 10px 15px
}

.image-with-caption-carousel .slick-slide {
	padding: 0
}

.image-with-caption-carousel button {
	position: absolute;
	top: var(--carousel-btn-offset-top);
	right: 0;
	width: var(--btn-dimension);
	height: var(--btn-dimension);
	background: #223056;
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	transform: none;
	border-radius: 50%;
	border: none;
	transition: all 0s ease-out;
	z-index: 1;
	margin-right: 20px
}

@media(hover:hover) and (pointer:fine) {
	.image-with-caption-carousel button:hover {
		background: #ffc82e;
		color: #000
	}
}

@media(pointer:coarse) {
	.image-with-caption-carousel button:active {
		background: #ffc82e;
		color: #000
	}
}

.image-with-caption-carousel button:focus-visible {
	background: #ffc82e;
	color: #000
}

.image-with-caption-carousel button.iwcc_prev {
	right: calc(var(--btn-dimension)*2 + var(--btn-padding)*2)
}

.image-with-caption-carousel button.iwcc_playpause {
	right: calc(var(--btn-dimension) + var(--btn-padding));
	font-size: 18px;
	text-indent: 2px
}

.image-with-caption-carousel button.iwcc_playpause:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

.image-with-caption-carousel button.iwcc_playpause.active,
.image-with-caption-carousel button.iwcc_playpause.playing {
	text-indent: 0
}

.image-with-caption-carousel button.iwcc_playpause.active:before,
.image-with-caption-carousel button.iwcc_playpause.playing:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

.maroon-background-carousel-wrapper {
	overflow: hidden;
	margin-bottom: 10px;
	height: calc(100vh - 200px);
	max-height: 60vw;
	min-height: 520px
}

.maroon-background-carousel-wrapper .maroon-background-carousel {
	width: 100%
}

.maroon-background-carousel-wrapper .maroon-background-carousel .slick-slide {
	padding: 0
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container {
	display: flex !important;
	align-items: center;
	background-image: url("../ResourcePackages/lib/img/accents/Lines-in-Circle-Red.svg"), linear-gradient(65deg, #223056 45%, #223056 45%, #223056 100%);
	background-repeat: no-repeat;
	background-position: calc(50% + 570px) -200px, 0 0;
	padding: 0;
	height: calc(100vh - 200px);
	max-height: 60vw;
	min-height: 520px
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-height: calc(100vh - 280px);
	overflow: hidden
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
	flex-basis: calc(100vh - 200px);
	flex-grow: .6
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner .lc_image {
	width: 100%;
	object-fit: cover;
	object-position: center
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
	text-align: left;
	padding: 0 20px 0 60px;
	position: relative;
	flex-basis: 420px;
	color: #fff
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_eyebrow {
	height: 12px;
	width: 115px;
	background: #ef3340;
	position: absolute;
	top: 7px;
	left: -73px
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading {
	display: block;
	color: #ffc82e;
	font-size: 16px;
	letter-spacing: .65px;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	margin-bottom: 30px;
	font-weight: bold;
	text-transform: uppercase
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_heading {
	display: block;
	color: #fff
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_description {
	padding: 0 0 10px
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper {
	width: max-content
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper>a {
	color: #fff
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper>a:before {
	background: #fff
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper>a:focus-visible {
	outline: 2px solid #ffc82e;
	color: #ffc82e
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper>a:focus-visible:before {
	background: #ffc82e;
	width: 0
}

.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner.no-subheading .lc_eyebrow {
	top: 10px
}

.maroon-background-carousel-wrapper .lc_button-wrapper {
	display: flex;
	position: relative;
	padding: 0 31px;
	z-index: 1
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
	display: flex;
	width: 100%;
	flex-direction: row-reverse;
	position: absolute;
	bottom: 25px;
	padding-right: 15px
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner {
	display: flex;
	height: 44px;
	overflow: visible
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next {
	border: none;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	background-color: #fff;
	transition: all .2s;
	margin-right: 5px;
	padding: 0
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev span,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next span {
	color: #223056;
	font-size: 18px;
	position: relative;
	top: 1px
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span.icon-stmrtu-arrow-carousel-left,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev span.icon-stmrtu-arrow-carousel-left,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next span.icon-stmrtu-arrow-carousel-left {
	left: -1px
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span.icon-stmrtu-arrow-carousel-right,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev span.icon-stmrtu-arrow-carousel-right,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next span.icon-stmrtu-arrow-carousel-right {
	left: 1px
}

@media(hover:hover) and (pointer:fine) {

	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover,
	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover,
	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover {
		background-color: #ffc82e
	}

	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover span,
	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover span,
	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover span {
		color: #000
	}
}

@media(pointer:coarse) {

	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active,
	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active,
	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:active {
		background-color: #ffc82e
	}

	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active span,
	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active span,
	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:active span {
		color: #000
	}
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible {
	background-color: #ffc82e;
	outline: 2px solid #ffc82e
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible span,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible span,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible span {
	color: #000
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_next {
	margin-right: 0
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause {
	color: #223056;
	font-size: 18px;
	position: relative;
	text-indent: 2px
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.active,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.playing {
	text-indent: 0
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.active:before,
.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.playing:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

@media(hover:hover) and (pointer:fine) {
	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover {
		background-color: #ffc82e;
		color: #000
	}
}

@media(pointer:coarse) {
	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active {
		background-color: #ffc82e;
		color: #000
	}
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible {
	color: #000
}

.maroon-background-carousel-wrapper .lc_button-wrapper .lc_spacer {
	width: 470px;
	height: 10px;
	outline: 1px solid;
	padding: 4rem 4rem 4rem 0
}

.maroon-background-carousel-wrapper.single-slide .lc_playpause {
	display: none
}

@media(max-width:1219.98px) {
	.maroon-background-carousel-wrapper {
		height: calc(100vh - 100px)
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container {
		height: calc(100vh - 100px)
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
		max-width: 720px;
		width: 100%;
		padding-left: 30px
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_eyebrow {
		width: 65px
	}
}

@media(max-width:991.98px) {
	.maroon-background-carousel-wrapper {
		height: calc(100vh - 115px);
		max-height: 120vw;
		min-height: 800px;
		display: flex;
		flex-direction: column-reverse
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container {
		height: calc(100vh - 115px);
		max-height: 120vw;
		min-height: 800px;
		display: block !important;
		align-items: center;
		padding-top: 0;
		padding-bottom: 0;
		background-position: 118% 42%, 0 0
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .container {
		padding: 0;
		max-width: initial
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container.slick-slide {
		padding: 0
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper {
		height: initial;
		width: 100%
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
		width: 100%;
		flex-basis: initial
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner .lc_image {
		width: 100%;
		height: 450px
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox {
		margin: auto;
		display: block
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
		right: initial;
		margin: auto;
		padding: 30px 20px;
		position: relative;
		max-width: 720px
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_eyebrow {
		display: none
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading {
		z-index: 1;
		position: relative;
		margin-bottom: 50px;
		line-height: normal;
		white-space: nowrap;
		width: min-content;
		padding-right: 20px;
		display: inline-block
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading:after {
		content: '';
		position: relative;
		left: 20px;
		background: #ef3340;
		height: 12px;
		width: 120px;
		display: inline-block
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_heading {
		margin-bottom: 12px
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link a {
		font-size: 16px;
		font-size: 1rem;
		line-height: 22px;
		line-height: 1.375rem
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner.no-subheading {
		padding-top: 45px
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner.no-subheading:before {
		display: none
	}

	.maroon-background-carousel-wrapper .lc_button-wrapper {
		padding: 0 15px
	}

	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		top: 429px
	}
}

@media(max-width:767.98px) {
	.maroon-background-carousel-wrapper {
		height: initial;
		max-height: initial;
		min-height: initial
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container {
		background-image: url("../ResourcePackages/lib/img/accents/Lines-in-Circle-Red.svg"), linear-gradient(65deg, #223056 16%, #223056 16%, #223056 100%);
		background-position: calc(100% + 180px) 30%, 0 0;
		height: initial;
		max-height: initial;
		min-height: initial
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper {
		width: 100%
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
		width: 100%
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner .lc_image {
		height: 326px
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
		padding: 45px 20px 31px;
		max-width: 540px
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading {
		background-color: #223056
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner:before {
		top: 51px
	}

	.maroon-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		top: 303px
	}
}

@media(max-width:575.98px) {
	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container {
		background-image: url("../ResourcePackages/lib/img/accents/Lines-in-Circle-Red.svg"), linear-gradient(65deg, #223056 16%, #223056 16%, #223056 100%);
		background-position: calc(100% + 180px) 45%, 0 0
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper {
		width: 100%
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
		width: 100%
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner .lc_image {
		height: 326px
	}

	.maroon-background-carousel-wrapper .maroon-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading {
		position: relative;
		max-width: 50vw
	}
}

.homePage .partial-image-background-carousel-wrapper {
	margin-bottom: 0
}

.partial-image-background-carousel-wrapper {
	overflow: hidden;
	margin-bottom: 10px;
	height: calc(100vh - 123px);
	min-height: 660px
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel {
	width: 100%
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .slick-slide {
	padding: 20px 0
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container {
	display: flex;
	align-items: center;
	padding: 0
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper {
	height: calc(100vh - 123px);
	min-height: 660px
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
	position: absolute;
	width: calc(999px + ((100vw - 1362px)/2));
	height: calc(100vh - 123px);
	min-height: 660px;
	object-fit: cover
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .narrow-col {
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, .3))
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_textbox {
	position: relative;
	color: #000;
	text-align: left
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner {
	clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 0 100%, 0% 80px);
	background-color: #fff;
	padding: 50px 4rem
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .chevron-double-red {
	width: 38px;
	margin-bottom: 2rem
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_subheading {
	display: block;
	color: #223056;
	font-size: 13px;
	margin-bottom: 2rem;
	font-weight: bold
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_heading {
	display: block;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 38px;
	line-height: 2.375rem;
	margin-bottom: 19px;
	color: #000
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .lc_description {
	padding: 0 0 12px
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper {
	width: max-content
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper a {
	margin-bottom: 21px
}

.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_textbox .lc_textbox-inner .CTA-link-wrapper a:last-child {
	margin-bottom: 25px
}

.partial-image-background-carousel-wrapper .lc_buttons {
	position: absolute;
	z-index: 1;
	display: flex;
	pointer-events: none
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner {
	display: flex;
	padding-left: 8rem;
	height: calc(100vh - 123px);
	min-height: 660px;
	align-items: flex-end;
	padding-bottom: 30px
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_prev,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next {
	pointer-events: all;
	border: none;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	background-color: #223056;
	transition: all .2s;
	margin-right: 5px;
	padding: 0
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_prev span,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next span {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 2px
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span.icon-stmrtu-arrow-carousel-left,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_prev span.icon-stmrtu-arrow-carousel-left,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next span.icon-stmrtu-arrow-carousel-left {
	left: -1px
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause span.icon-stmrtu-arrow-carousel-right,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_prev span.icon-stmrtu-arrow-carousel-right,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next span.icon-stmrtu-arrow-carousel-right {
	left: 1px
}

@media(hover:hover) and (pointer:fine) {

	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover,
	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover,
	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover {
		background-color: #ffc82e
	}

	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover span,
	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_prev:hover span,
	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next:hover span {
		color: #000
	}
}

@media(pointer:coarse) {

	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active,
	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active,
	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next:active {
		background-color: #ffc82e
	}

	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active span,
	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_prev:active span,
	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next:active span {
		color: #000
	}
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible {
	background-color: #ffc82e;
	outline: 2px solid #0057bb;
	outline-offset: 2px
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible span,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_prev:focus-visible span,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next:focus-visible span {
	color: #000
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_next {
	margin-right: 0
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause {
	color: #fff;
	font-size: 18px;
	position: relative;
	text-indent: 2px
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.active,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.playing {
	text-indent: 0
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.active:before,
.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause.playing:before {
	content: '';
	font-family: 'stmrtu_icons_2020'
}

@media(hover:hover) and (pointer:fine) {
	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:hover {
		background-color: #ffc82e;
		color: #000
	}
}

@media(pointer:coarse) {
	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:active {
		background-color: #ffc82e;
		color: #000
	}
}

.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner .lc_playpause:focus-visible {
	color: #000
}

.partial-image-background-carousel-wrapper.single-slide .lc_playpause {
	display: none
}

@media(orientation:portrait) {
	.partial-image-background-carousel-wrapper {
		height: fit-content;
		min-height: 650px
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper {
		height: 650px;
		min-height: 650px
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
		height: 650px;
		min-height: 650px
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container .lc_textbox .lc_textbox-inner .chevron-double-red {
		width: 35px;
		margin-bottom: 1.75rem
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container .lc_textbox .lc_heading {
		font-size: 35px;
		font-size: 2.1875rem;
		line-height: 37px;
		line-height: 2.3125rem
	}

	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner {
		padding-left: 7rem;
		height: 100%
	}
}

@media(max-width:1219.98px) and (orientation:landscape) {
	.partial-image-background-carousel-wrapper {
		height: calc(100vh - 100px)
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper {
		height: calc(100vh - 100px)
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
		height: calc(100vh - 100px)
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container {
		max-width: initial
	}

	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner {
		padding-left: 4rem
	}
}

@media(max-width:1219.98px) and (orientation:portrait) {
	.partial-image-background-carousel-wrapper {
		height: fit-content;
		min-height: 550px
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper {
		height: 550px;
		min-height: 550px
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
		height: 550px;
		min-height: 550px
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container .lc_textbox .lc_textbox-inner {
		padding: 40px 3rem 20px;
		margin-bottom: 30px
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container .lc_textbox .lc_textbox-inner .chevron-double-red {
		width: 30px;
		margin-bottom: 1.5rem
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container .lc_textbox .lc_heading {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 23px;
		line-height: 1.4375rem
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container .lc_textbox .lc_description {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.5
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container .lc_textbox .CTA-link-wrapper .cta-underlined-link {
		font-size: 14px;
		font-size: .875rem;
		line-height: 16pxpx;
		line-height: 1pxrem
	}

	.partial-image-background-carousel-wrapper .lc_buttons .lc_buttons-inner {
		padding-left: 10rem;
		min-height: 565px
	}
}

@media(max-width:991.98px) {
	.partial-image-background-carousel-wrapper {
		height: auto;
		min-height: initial
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .container {
		padding: 0 20px
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container {
		display: block;
		align-items: center
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container.slick-slide {
		padding: 0
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .narrow-col {
		filter: initial
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper {
		height: initial;
		min-height: initial;
		width: 100%;
		position: relative
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper .lc_image-wrapper-inner {
		width: 100%
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
		width: 100%;
		object-fit: cover;
		height: 470px;
		min-height: initial;
		position: relative
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container {
		max-width: 720px
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container .lc_textbox {
		margin: auto;
		bottom: initial;
		padding: 0
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .container .lc_textbox .lc_textbox-inner {
		right: initial;
		margin: auto;
		padding: 40px 0 30px;
		position: relative;
		clip-path: initial;
		width: initial
	}

	.partial-image-background-carousel-wrapper .lc_button-wrapper {
		margin: 0 20px
	}

	.partial-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		display: flex;
		top: calc(470px - 22px);
		width: 100%;
		flex-direction: row-reverse;
		padding-right: 5px
	}

	.partial-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons .lc_buttons-inner {
		display: flex;
		padding: 0;
		justify-content: flex-end;
		width: 470px;
		height: initial;
		min-height: initial
	}
}

@media(max-width:767.98px) {
	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container {
		height: initial
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
		height: 435px
	}

	.partial-image-background-carousel-wrapper .lc_button-wrapper {
		padding-right: 0
	}

	.partial-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		top: calc(435px - 22px)
	}
}

@media(max-width:767.98px) {
	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container {
		height: initial
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
		height: 385px
	}

	.partial-image-background-carousel-wrapper .lc_button-wrapper {
		padding-right: 0
	}

	.partial-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		top: calc(385px - 22px)
	}
}

@media(max-width:370px) {
	.partial-image-background-carousel-wrapper {
		height: min-content
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container {
		height: initial
	}

	.partial-image-background-carousel-wrapper .partial-image-background-carousel .lc_container .lc_image-wrapper .lc_image {
		height: 265px
	}

	.partial-image-background-carousel-wrapper .lc_button-wrapper {
		padding-right: 0
	}

	.partial-image-background-carousel-wrapper .lc_button-wrapper .lc_buttons {
		top: calc(265px - 22px)
	}
}

.college-contact-banner {
	background: #ffc82e;
	padding: 20px 0;
	overflow: hidden
}

.college-contact-banner .row {
	flex-wrap: nowrap;
	align-items: center
}

.college-contact-banner .row .col-logo {
	padding-top: 20px;
	padding-bottom: 20px
}

.college-contact-banner .row .col-info .contact-info {
	line-height: normal;
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 2
}

.college-contact-banner .row .col-info .contact-info ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
	display: flex;
	align-items: center
}

.college-contact-banner .row .col-info .contact-info ul li {
	margin: 0
}

.college-contact-banner .row .col-info .contact-info ul li:after {
	content: '|';
	margin: 0 5px
}

.college-contact-banner .row .col-info .contact-info ul li:last-child:after {
	display: none
}

.college-contact-banner .container {
	position: relative
}

.college-contact-banner .arrow-overlay1 {
	position: absolute;
	z-index: 1;
	height: calc(100% + 40px);
	bottom: -20px;
	left: 27%
}

.college-contact-banner .arrow-overlay2 {
	position: absolute;
	z-index: 1;
	width: 65px;
	height: 88px;
	bottom: -20px;
	left: 74%;
	fill: rgba(255, 255, 255, .4)
}

.college-contact-banner .banner-logo {
	position: relative;
	z-index: 2;
	max-width: 340px;
	width: 100%
}

.college-contact-banner .headline {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 23px;
	line-height: 1.4375rem;
	letter-spacing: 1px;
	margin: 0;
	color: #000
}

.college-contact-banner .social-info {
	position: relative;
	z-index: 2
}

.college-contact-banner .social-info .headline {
	margin: 12px 0 25px 0
}

.college-contact-banner .social-info li {
	margin-right: 8px
}

.college-contact-banner .social-info li a:hover,
.college-contact-banner .social-info li a:focus {
	background: #000
}

.college-contact-banner .social-info li a:hover span,
.college-contact-banner .social-info li a:hover i,
.college-contact-banner .social-info li a:focus span,
.college-contact-banner .social-info li a:focus i {
	color: #fff
}

@media(max-width:991.98px) {
	.college-contact-banner {
		padding: 45px 0;
		position: relative
	}

	.college-contact-banner .container {
		position: initial;
		width: 290px
	}

	.college-contact-banner .container .arrow-overlay1 {
		top: initial;
		left: initial;
		right: 60px;
		bottom: 0;
		height: 175px;
		background-repeat: no-repeat
	}

	.college-contact-banner .container .arrow-overlay2 {
		left: initial;
		right: 0;
		bottom: 0
	}

	.college-contact-banner .container .row {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		text-align: center
	}

	.college-contact-banner .container .row .col-logo {
		padding-top: 0;
		padding-bottom: 0
	}

	.college-contact-banner .container .row .col-logo .banner-logo {
		margin-bottom: 26px
	}

	.college-contact-banner .container .row .contact-info {
		margin-bottom: 20px;
		text-align: center;
		justify-content: center;
		align-items: center
	}

	.college-contact-banner .container .row .contact-info .headline {
		margin-bottom: 10px;
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 21px;
		line-height: 1.3125rem
	}

	.college-contact-banner .container .row .contact-info ul li {
		margin-bottom: 0
	}

	.college-contact-banner .container .row .social-info {
		text-align: center
	}

	.college-contact-banner .container .row .social-info .headline {
		margin: 12px 0 10px 0;
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 21px;
		line-height: 1.3125rem
	}

	.college-contact-banner .container .row .social-info .social-share {
		justify-content: center
	}
}

@media(max-width:575.98px) {
	.college-contact-banner .contact-info {
		flex-direction: column;
		align-items: center
	}

	.college-contact-banner .contact-info ul {
		margin: 0
	}
}

.college-program-list {
	margin-bottom: 60px
}

.college-program-list fieldset {
	padding: 0 0 20px
}

.college-program-list fieldset legend {
	position: relative;
	font-size: 15px;
	font-size: .9375rem;
	top: 10px
}

.college-program-list fieldset div {
	padding: 10px 0
}

.college-program-list fieldset div label {
	padding: 0 40px 0 0;
	font-weight: 400;
	font-size: 15px;
	font-size: .9375rem
}

.college-program-list .program-wrapper,
.college-program-list .program-certificate-wrapper {
	margin-bottom: 30px
}

.college-program-list .fas {
	color: #223056
}

.college-program-list .divider {
	color: #c4dbe4;
	padding: 0 8px;
	font-size: 20px;
	position: relative;
	top: -2px
}

.college-program-list .list-legend-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px
}

.college-program-list .list-legend-wrapper .list-label {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 700
}

.college-program-list .list-legend-wrapper .list-legend {
	font-size: 11px;
	font-size: .6875rem;
	line-height: 19px;
	line-height: 1.1875rem
}

.college-program-list .list-legend-wrapper .list-legend .fas {
	color: #223056;
	font-size: 14px;
	font-size: .875rem;
	position: relative;
	padding-right: 2px;
	top: -1px
}

.college-program-list .program-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #c4dbe4;
	padding: 15px 0;
	flex-wrap: wrap
}

.college-program-list .program-row a {
	max-width: calc(100% - 90px)
}

.college-program-list .program-row>div {
	width: 70px;
	text-align: right
}

.college-program-list .program-row .accordion {
	margin-top: 16px;
	width: 100%;
	text-align: left
}

.college-program-list .program-row .accordion .accordion-title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-family: tablet-gothic-condensed;
	margin-bottom: 0
}

.college-program-list .program-row .accordion .accordion-content {
	padding-bottom: 12px
}

@media(max-width:767.98px) {
	.college-program-list fieldset legend {
		left: 0
	}

	.college-program-list fieldset div {
		padding: 20px 0 10px
	}

	.college-program-list fieldset div label {
		font-size: 13px;
		font-size: .8125rem;
		padding: 0 15px 0 0
	}

	.college-program-list fieldset div input {
		margin-right: 3px
	}

	.college-program-list .list-legend-wrapper {
		flex-direction: column-reverse
	}

	.college-program-list .list-legend-wrapper .list-label {
		align-self: flex-start
	}

	.college-program-list .list-legend-wrapper .list-legend {
		align-self: flex-end
	}

	.college-program-list .program-row .accordion .accordion-title {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 19px;
		line-height: 1.1875rem;
		padding-top: 15px !important;
		padding-bottom: 15px !important
	}
}

body.homePage main.main-content .breadcrumbs {
	background: none
}

main.main-content.landing-layout {
	margin-top: 140px
}

.publication-name-wrapper {
	margin: -8px 0 0
}

.publication-name-wrapper .publication-name-eyebrow {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 42px;
	line-height: 2.625rem;
	font-family: antarctican-headline, impact, sans-serif;
	font-weight: 900;
	color: #264348
}

.publication-name-wrapper .publication-name-eyebrow:before {
	content: "";
	width: 32px;
	height: 28px;
	background: url("../ResourcePackages/lib/img/accents/Chevron-Double-Red.svg");
	display: inline-block;
	margin-right: 10px
}

.publication-name-wrapper .publication-name {
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 42px;
	line-height: 2.625rem;
	font-family: tablet-gothic-condensed;
	color: #757575;
	font-weight: 700
}

@media(max-width:991.98px) {
	main.main-content.landing-layout {
		margin-top: 60px
	}

	.publication-name-wrapper .publication-name-eyebrow:before {
		margin-right: 20px
	}
}

.cookie-message {
	background: #f3f6f7;
	opacity: 95%;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 2px solid #223056;
	z-index: 1000
}

.cookie-message .row .desc {
	letter-spacing: .2px;
	padding: 2px 0;
	margin: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #333
}

.cookie-message .row .desc p {
	margin-bottom: 0
}

.cookie-message .row .desc .cta .btn-quaternary {
	border: 2px solid #223056;
	color: #fff !important;
	background: #223056 !important;
	height: 40px;
	display: flex;
	align-items: center
}

.cookie-message .row .desc .cta .btn-quaternary:hover,
.cookie-message .row .desc .cta .btn-quaternary:focus {
	background: #fff !important;
	color: #000 !important;
	border: 2px solid #223056
}

.cookie-message .row .desktop-line-break {
	display: block
}

@media(max-width:1219.98px) {
	.cookie-message .row .desktop-line-break {
		display: none
	}

	.cookie-message .row .cta {
		margin-left: 20px
	}
}

@media(max-width:991.98px) {
	.cookie-message .row .headline {
		max-width: initial
	}

	.cookie-message .row .desc .cta {
		display: block
	}
}

@media(max-width:767.98px) {
	.cookie-message .row .headline {
		max-width: initial;
		font-size: 14px;
		font-size: .875rem;
		line-height: 26px;
		line-height: 1.625rem;
		font-weight: 700;
		margin-bottom: 12px
	}

	.cookie-message .row .desc p {
		font-size: 14px;
		font-size: .875rem;
		line-height: 19px;
		line-height: 1.1875rem
	}
}

.datepicker-target {
	clear: both
}

.datepicker-wrapper .datepicker .date label {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	display: block;
	font-weight: 400;
	clear: both;
	margin: 20px 0 10px
}

.datepicker-wrapper .datepicker .date label .mdy {
	color: #757575
}

.datepicker-wrapper .datepicker .date .datepicker-input {
	border: 1px solid #223056;
	height: 44px;
	width: calc(100% - 55px);
	margin-bottom: 20px
}

.datepicker-wrapper .datepicker .date .datepicker-button {
	padding: 0;
	top: -3px;
	left: 5px
}

.datepicker-wrapper .datepicker .date .datepicker-button svg {
	margin: 0;
	cursor: pointer
}

.datepicker-wrapper .datepicker .date .datepicker-button:focus {
	border-color: #8db9ca
}

.datepicker-wrapper .datepicker .datepickerDialog {
	width: 100%;
	max-width: 413px;
	border: 1px solid #223056;
	border-radius: 0;
	margin-top: 0;
	box-shadow: 0 0 3px #555
}

.datepicker-wrapper .datepicker .datepickerDialog .header {
	background: #fff;
	align-items: center;
	border-bottom: 1px solid #223056
}

.datepicker-wrapper .datepicker .datepickerDialog .header .nextMonth,
.datepicker-wrapper .datepicker .datepickerDialog .header .nextYear,
.datepicker-wrapper .datepicker .datepickerDialog .header .prevMonth,
.datepicker-wrapper .datepicker .datepickerDialog .header .prevYear {
	padding: 0 4px
}

.datepicker-wrapper .datepicker .datepickerDialog .header .nextMonth:focus,
.datepicker-wrapper .datepicker .datepickerDialog .header .nextYear:focus,
.datepicker-wrapper .datepicker .datepickerDialog .header .prevMonth:focus,
.datepicker-wrapper .datepicker .datepickerDialog .header .prevYear:focus {
	border: 0;
	outline: 1px solid #223056
}

.datepicker-wrapper .datepicker .datepickerDialog .header h2 {
	color: #000;
	text-transform: uppercase;
	line-height: initial;
	letter-spacing: 1px
}

.datepicker-wrapper .datepicker .datepickerDialog .header .fas {
	color: #223056
}

.datepicker-wrapper .datepicker .datepickerDialog table {
	font-family: 'Antarctican Headline'
}

.datepicker-wrapper .datepicker .datepickerDialog table thead tr th {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	font-weight: 700;
	padding: 8px;
	background: #fff;
	color: #000;
	text-transform: none;
	border-right: none;
	border-bottom: 1px solid #223056;
	border-radius: 0;
	letter-spacing: 1px
}

.datepicker-wrapper .datepicker .datepickerDialog table tbody tr {
	border: none
}

.datepicker-wrapper .datepicker .datepickerDialog table tbody tr td {
	font-size: 16px;
	font-size: 1rem;
	line-height: 19px;
	line-height: 1.1875rem;
	background: #fff;
	font-weight: 700;
	background: #fff;
	color: #000;
	text-transform: none;
	min-width: initial
}

.datepicker-wrapper .datepicker .datepickerDialog table tbody tr td button {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 8px;
	letter-spacing: 1px;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-weight: 700
}

.datepicker-wrapper .datepicker .datepickerDialog table tbody tr td button[aria-selected] {
	color: #ffc82e;
	background: #223056
}

.datepicker-wrapper .datepicker .datepickerDialog table tbody tr td button[tabindex="0"] {
	border: 1px solid #223056
}

.datepicker-wrapper .datepicker .datepickerDialog .dialogButtonGroup {
	padding: 0
}

.datepicker-wrapper .datepicker .datepickerDialog .dialogButtonGroup .btn {
	margin-left: 15px
}

.datepicker-wrapper .datepicker .datepickerDialog .dialogButtonGroup .btn.small {
	border-radius: 0;
	width: initial;
	padding: 16px;
	margin-top: 0;
	letter-spacing: .6px
}

.datepicker-wrapper .datepicker .datepickerDialog .message {
	background: #223056;
	height: initial;
	padding: 5px 10px;
	text-align: center
}

.doc-link-single,
.doc-link-list {
	margin-bottom: 30px
}

.doc-link-single .doc-link-item,
.doc-link-list .doc-link-item {
	display: flex;
	align-items: center
}

.doc-link-single .sf-icon-txt,
.doc-link-list .sf-icon-txt {
	color: #ccc;
	letter-spacing: 1px
}

.doc-link-single .sf-icon-txt .sf-icon-txt-xlsx,
.doc-link-single .sf-icon-txt .sf-icon-txt-doc,
.doc-link-single .sf-icon-txt .sf-icon-txt-docx,
.doc-link-single .sf-icon-txt .sf-icon-txt-ppt,
.doc-link-single .sf-icon-txt .sf-icon-txt-pptx,
.doc-link-single .sf-icon-txt .sf-icon-txt-pdf,
.doc-link-single .sf-icon-txt .sf-icon-txt-zip,
.doc-link-list .sf-icon-txt .sf-icon-txt-xlsx,
.doc-link-list .sf-icon-txt .sf-icon-txt-doc,
.doc-link-list .sf-icon-txt .sf-icon-txt-docx,
.doc-link-list .sf-icon-txt .sf-icon-txt-ppt,
.doc-link-list .sf-icon-txt .sf-icon-txt-pptx,
.doc-link-list .sf-icon-txt .sf-icon-txt-pdf,
.doc-link-list .sf-icon-txt .sf-icon-txt-zip {
	background-color: #223056
}

.doc-link-pager {
	margin: 20px 0 10px
}

.footer-top-menu {
	background-color: #223056;
	color: #fff;
	font-size: 13px;
	line-height: 1.5rem;
	overflow-x: hidden
}

.footer-top-menu a {
	text-decoration: none
}

.footer-top-menu .social-container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	border-right: 2px solid #223056;
	padding: 4rem 15px;
	min-width: 280px;
	flex-basis: 280px;
	flex-grow: 1
}

.footer-top-menu .social-container .footer-wordmark {
	width: 270px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #fff
}

.footer-top-menu .social-container .footer-icons {
	display: flex;
	align-items: center;
	grid-column-gap: 12px;
	flex-wrap: wrap
}

.footer-top-menu .social-container .footer-icons .footer-icons-row1 {
	flex-basis: 225px;
	margin: 0 0 15px;
	flex-shrink: 0
}

.footer-top-menu .social-container .footer-icons .footer-icons-row2 {
	flex-basis: 129px;
	margin: 0 0 15px;
	flex-shrink: 0
}

.footer-top-menu .social-container .footer-icons .socialButton:last-child {
	margin: 0
}

.footer-top-menu .social-container .footer-street-address {
	display: inline-block
}

.footer-top-menu .social-container .social-bar {
	font-size: 2rem;
	display: inline-block
}

.footer-top-menu .social-container .social-bar .content-block {
	margin-bottom: 16px
}

.footer-top-menu .social-container .social-bar a:hover,
.footer-top-menu .social-container .social-bar a:focus {
	text-decoration: none;
	color: #000;
	background-color: #ffc82e;
	transition: all .2s
}

.footer-top-menu .social-container .address a {
	color: #fff
}

.footer-top-menu .social-container .address a:hover span {
	color: #ffc82e;
	text-decoration: underline
}

.footer-top-menu .social-container .address a:focus {
	outline: 2px solid #ffc82e
}

.footer-top-menu .social-container .address a:focus span {
	color: #ffc82e
}

.footer-top-menu .footer-menu-container {
	align-items: flex-start;
	padding: 3rem 0 2rem;
	flex-basis: 230px;
	flex-grow: 1
}

-->.footer-top-menu .footer-menu-container .footer-center-cols {
	 margin-left: 3rem;
}

.footer-top-menu .footer-menu-container .footer-center-cols .col-6 {
	padding: 1rem
}

.footer-top-menu .footer-menu-container .footer-center-cols .col-6 .nav-item {
	min-height: 2rem
}

.footer-top-menu .footer-menu-container .footer-center-cols .col-6 .nav-item.budget-transp-link {
	max-width: 12rem
}

.footer-top-menu .footer-menu-container .nav-link {
	font-weight: lighter;
	color: #fff;
	transition: all .2s;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	letter-spacing: 1px;
	line-height: calc(1.1rem - 1px)
}

.footer-top-menu .footer-menu-container .nav-link:hover {
	color: #ffc82e;
	text-decoration: none
}

.footer-top-menu .footer-menu-container .nav-link:focus {
	color: #ffc82e;
	text-decoration: none;
	outline: 2px solid #ffc82e
}

.footer-top-menu .transparency-container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 2rem 20px 0 0;
	min-width: 180px
}

.footer-top-menu .transparency-container a #transparency-reporting-seal {
	height: fit-content;
	margin-top: 2rem;
	color: #fff
}

.footer-top-menu .transparency-container a:focus {
	outline: none
}

.footer-top-menu .transparency-container a:focus img {
	outline: 2px solid #ffc82e;
	outline-offset: 10px
}

.footer-top-menu.smuhealth img {
	height: auto;
	width: 100%;
	max-width: 235px
}

.footer-top-menu.smuhealth .top-row {
	display: flex;
	align-items: center;
	padding: 30px 0
}

.footer-top-menu.smuhealth .top-row .content-block {
	margin-bottom: 0
}

.footer-top-menu.smuhealth .top-row .social-bar .content-block {
	margin-bottom: 30px
}

.footer-top-menu.smuhealth .top-row .social-bar .content-block .socialButton:hover {
	background: #ffc82e;
	color: #000
}

.footer-top-menu.smuhealth .health-links-row {
	padding-bottom: 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px
}

.footer-top-menu.smuhealth .health-links-row ul.nav {
	list-style: none;
	padding: 0 0 20px;
	display: block
}

.footer-top-menu.smuhealth .health-links-row ul.nav li.nav-item a.nav-link {
	color: #fff;
	padding: 0
}

.footer-top-menu.smuhealth .health-links-row ul.nav li.nav-item a.nav-link:hover {
	text-decoration: underline
}

.footer-top-menu.smuhealth .med-row {
	display: flex;
	align-items: center;
	padding: 0 0 30px
}

.footer-top-menu.smuhealth .med-row ul {
	display: flex;
	align-items: center;
	padding-bottom: 0;
	margin-bottom: 0
}

.footer-top-menu.smuhealth .med-row ul li {
	margin-bottom: 0
}

.footer-top-menu.smuhealth .med-row a {
	color: #fff;
	padding: 0 30px 0 0
}

.footer-top-menu.smuhealth .med-row a:hover {
	text-decoration: underline
}

.footer-top-menu.smuhealth .h6 {
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase
}

.footer-top-menu.smuhealth ul {
	list-style: none;
	padding: 0 0 20px
}

.footer-top-menu.smuhealth ul li a {
	color: #fff
}

.footer-top-menu.smuhealth ul li a:hover {
	text-decoration: underline
}

.smuhealth-pre-footer {
	margin-bottom: 30px;
	position: relative
}

.smuhealth-pre-footer .background-wrapper {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.smuhealth-pre-footer .background-wrapper .content-block,
.smuhealth-pre-footer .background-wrapper .content-block div {
	height: 100%;
	margin: 0;
	padding: 0
}

.smuhealth-pre-footer .background-wrapper img {
	object-fit: cover;
	object-position: left;
	height: 100%;
	float: right
}

.smuhealth-pre-footer .clipping-wrapper {
	clip-path: polygon(0 0, calc(999px + ((100vw - 1362px)/2 - 100px)) 0, calc(999px + ((100vw - 1362px)/2 - 200px)) 100%, 0 100%);
	position: relative;
	z-index: 1;
	background: #264348;
	color: #fff;
	padding: 30px 0 30px;
	font-size: .9rem
}

.smuhealth-pre-footer .row {
	align-items: center
}

.smuhealth-pre-footer .h4 {
	text-transform: uppercase;
	color: #fff;
	margin: -7px 0 16px
}

.smuhealth-pre-footer .col-lg-3 .content-block {
	margin: 0;
	padding: 0
}

.smuhealth-pre-footer .col-lg-3 .content-block p {
	margin: 0;
	padding-bottom: 24px
}

.smuhealth-pre-footer .col-lg-3.order-lg-2,
.smuhealth-pre-footer .col-lg-3.order-lg-3 {
	align-self: flex-start
}

.smuhealth-pre-footer .col-lg-3 strong {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold
}

.smuhealth-pre-footer .col-lg-3 a {
	color: #fff
}

.smuhealth-pre-footer .see-all-wrapper .content-block {
	margin-bottom: 0
}

.smuhealth-pre-footer .see-all-wrapper .content-block .btn.btn-primary {
	position: relative;
	margin-bottom: 0
}

.smuhealth-pre-footer .see-all-wrapper .content-block .btn.btn-primary:hover {
	background: #fff !important
}

.footer-sub-menu {
	background-color: #223056;
	padding: 15px 0;
	font-size: 12px;
	font-size: .75rem;
	line-height: 22px;
	line-height: 1.375rem
}

.footer-sub-menu .footer-sub-list {
	align-content: center;
	justify-content: center
}

.footer-sub-menu .footer-sub-list .nav-item {
	display: block;
	margin: 0
}

.footer-sub-menu a,
.footer-sub-menu .nav-link {
	color: #ddd;
	text-decoration: underline;
	transition: all .2s;
	letter-spacing: 1.2px
}

.footer-sub-menu a:hover,
.footer-sub-menu a:focus,
.footer-sub-menu .nav-link:hover,
.footer-sub-menu .nav-link:focus {
	color: #ffc82e
}

.footer-sub-menu a:focus-visible,
.footer-sub-menu .nav-link:focus-visible {
	outline: 2px solid #ffc82e;
	outline-offset: 2px
}

.footer-copyright {
	color: #223056;
	text-align: center;
	font-size: .7rem;
	padding: 14px 0 23px;
	background-color: #fff
}

.footer-copyright a {
	text-decoration: underline;
	letter-spacing: 1px;
	font-size: 14px;
    font-weight: 600;
}

.socialButton {
	border-radius: 50px;
	float: left;
	margin: 0 12px 0 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all .2s
}

.socialButton.big {
	background-color: #fff;
	color: #223056;
	font-size: 1.2rem;
	height: 35px;
	width: 35px
}

.socialButton.small {
	background-color: #223056;
	color: #fff;
	font-size: 1rem;
	height: 29px;
	width: 29px
}

.socialButton:hover {
	color: #ffc82e
}

.socialButton:focus {
	color: #ffc82e;
	outline: 2px solid #ffc82e
}

@media(max-width:1219.98px) {
	.footer-top-menu.container {
		max-width: 960px
	}

	.footer-top-menu .footer-menu-container .footer-center-cols {
		margin-left: 0
	}

	.smuhealth-pre-footer .clipping-wrapper {
		clip-path: polygon(0 0, calc(999px + ((100vw - 1362px)/2 - 200px)) 0, calc(999px + ((100vw - 1362px)/2 - 300px)) 100%, 0 100%)
	}

	.smuhealth-pre-footer .col-lg-3 .content-block p {
		margin-bottom: 15px
	}

	.smuhealth-pre-footer .col-lg-3 .h4 {
		margin-bottom: 20px
	}

	.smuhealth-pre-footer .col-lg-3 a.btn {
		margin-bottom: 30px
	}
}

@media(max-width:991.98px) {
	.footer-top-menu.container {
		max-width: initial;
		padding: 0 20px
	}

	.footer-top-menu .social-container {
		padding: 3rem 15px 2rem 15px;
		min-width: 268px;
		flex-basis: initial
	}

	.footer-top-menu .social-container .footer-wordmark {
		width: 225px
	}

	.footer-top-menu .footer-menu-container {
		position: relative;
		top: -3px;
		padding: 2rem 0 0
	}

	.footer-top-menu .footer-menu-container .footer-center-cols {
		margin-left: 0
	}

	.footer-top-menu .footer-menu-container .footer-center-cols .nav-link {
		padding: .5rem 0
	}

	.footer-top-menu .transparency-container {
		align-items: flex-start;
		padding: 2rem 0 0
	}

	.footer-top-menu .transparency-container a {
		position: relative;
		right: 15px
	}

	.footer-top-menu.smuhealth img {
		margin-bottom: 20px
	}

	.footer-top-menu.smuhealth .top-row {
		padding: 30px 5px 43px
	}

	.footer-top-menu.smuhealth .health-links-row {
		padding: 0 5px
	}

	.footer-top-menu.smuhealth .med-row {
		padding: 0 5px 30px
	}

	.footer-top-menu.smuhealth .med-row ul {
		display: initial;
		columns: 2
	}

	.footer-top-menu.smuhealth .med-row ul li {
		display: inline-block;
		width: calc(50% - 2px);
		margin-bottom: 10px
	}

	.footer-top-menu.smuhealth .med-row ul li:nth-child(2n) {
		padding-left: 14px
	}

	.footer-top-menu.smuhealth ul {
		padding-bottom: 10px
	}

	.smuhealth-pre-footer .background-wrapper {
		position: relative
	}

	.smuhealth-pre-footer .clipping-wrapper {
		clip-path: none
	}

	.smuhealth-pre-footer .col-lg-3 {
		align-self: flex-start
	}

	.footer-sub-menu .container {
		padding-right: 0;
		padding-left: 0
	}

	.footer-sub-menu .footer-sub-list {
		display: flex;
		align-items: stretch;
		justify-content: space-between
	}

	.footer-sub-menu .footer-sub-list nav {
		width: 100%
	}

	.footer-sub-menu .footer-sub-list li {
		display: block;
		flex: 0 1 auto;
		list-style-type: none
	}

	.footer-sub-menu .footer-sub-list li a.nav-link {
		padding: .5rem 0 !important
	}

	.footer-sub-menu ul {
		display: initial;
		columns: 2
	}

	.footer-sub-menu ul li {
		display: inline-block;
		width: calc(50% - 2px);
		margin-bottom: 10px
	}

	.footer-sub-menu ul li:nth-child(2n) {
		padding-left: 15px
	}
}

@media(min-width:768px) and (max-width:992px) {
	.footer-menu-container .footer-center-cols .nav-item {
		min-height: 49.2px !important
	}
}

@media(max-width:465px) {
	.footer-menu-container .footer-center-cols .nav-item {
		min-height: 49.2px !important
	}
}

@media(max-width:767.98px) {
	.footer-top-menu .social-container {
		border-bottom: 2px solid #223056;
		text-align: center;
		border-right: none;
		justify-content: center
	}

	.footer-top-menu .social-container .footer-icons {
		justify-content: center
	}

	.footer-top-menu .social-container .footer-street-address {
		display: inline-block
	}

	.footer-top-menu .footer-menu-container {
		top: 0
	}

	.footer-top-menu .footer-menu-container .footer-center-cols {
		margin-left: 0
	}

	.footer-top-menu .footer-menu-container .footer-center-cols .col-6 {
		padding: 0
	}

	.footer-top-menu .transparency-container {
		padding: 0 0 2rem;
		justify-content: center
	}

	.footer-top-menu .transparency-container a {
		right: initial
	}
}

@media(max-width:575.98px) {
	.footer-top-menu .social-container {
		border-bottom: 3px solid #223056
	}

	.footer-top-menu .footer-menu-container {
		padding: 29px 0 0
	}

	.footer-top-menu .footer-menu-container .footer-center-cols {
		margin: 0 .3rem
	}

	.footer-top-menu .footer-menu-container .footer-center-cols .nav-link {
		padding: .5rem 1.25rem;
		font-size: 13px;
		/* font-size:1rem */
	}

	.footer-top-menu .transparency-container {
		padding-bottom: 40px
	}

	.footer-top-menu .transparency-container #transparency-reporting-seal {
		margin-top: 30px
	}

	.footer-sub-menu {
		padding: 28.5px 0
	}

	.footer-sub-menu .container {
		padding-right: 20px !important;
		padding-left: 20px !important
	}

	.footer-sub-menu .footer-sub-list {
		margin: 0 .3rem;
		line-height: 18px;
		line-height: 1.125rem
	}

	.footer-sub-menu ul.footer-sub-list .nav-item {
		font-size: 13px;
		font-size: .8125rem
	}

	.footer-copyright {
		font-size: 13px;
		font-size: .8125rem;
		padding: 13px 0 15px
	}
}

.siteHeaderBar {
	position: sticky;
	width: 100%;
	background-color: #223056;
	color: #fff;
	z-index: 11;
	top: 0;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
	display: flex;
	flex-wrap: wrap
}

.siteHeaderBar.simple .header-nav .logo-spacing {
	transition: all .25s ease-in-out
}

.siteHeaderBar.simple .header-nav #stmrtuLogoWrapper {
	min-width: 580px;
	padding: 15px;
	transition: all .25s ease-in-out
}

.siteHeaderBar.simple .header-nav #stmrtuLogoWrapper a img {
	height: 80px;
	top: 6px;
	left: 0;
	transition: all .25s ease-in-out;
	width: unset
}

.siteHeaderBar.simple .header-nav .site-header-inner {
	max-width: 720px
}

.siteHeaderBar.simple.scrolled-offset .header-nav .logo-spacing {
	height: 60px
}

.siteHeaderBar.simple.scrolled-offset .header-nav #stmrtuLogoWrapper {
	height: 60px;
	padding: 0
}

.siteHeaderBar.simple.scrolled-offset .header-nav #stmrtuLogoWrapper img {
	height: 48px
}

.siteHeaderBar .header-nav {
	display: flex;
	width: 100%
}

.siteHeaderBar .header-nav .logo-spacing {
	flex-grow: 1;
	height: 123px;
	background: #223056;
	z-index: 3
}

.siteHeaderBar .header-nav #stmrtuLogoWrapper {
	background-color: #223056;
	height: 123px;
	min-width: 393px;
	position: relative;
	clip-path: polygon(0 0, 100% 0%, 100% 60px, calc(100% - 25px) 101%, -1px 101%);
	z-index: 4;
	flex-grow: 0
}

/* .siteHeaderBar .header-nav #stmrtuLogoWrapper a img {
	position: relative;
	display: block;
	top: 23px;
	left: 34px;
	width: 300px;
	color: #fff
} */

 .siteHeaderBar .header-nav #stmrtuLogoWrapper a img {
	position: relative;
	display: block;
	top: 5px;
	left: 5px;
	width: 350px;
	color: #fff;
} 

.siteHeaderBar .header-nav #stmrtuLogoWrapper a:focus img {
	outline: 1px dotted #ffc82e
}

.siteHeaderBar .header-nav .site-header-inner {
	height: 60px;
	max-width: 840px;
	display: flex;
	flex-basis: 100%;
	padding: .5rem 0;
	flex-direction: row-reverse;
	z-index: 3;
	background: #223056
}

.siteHeaderBar .header-nav .site-header-inner .nav-link:focus-visible {
	outline: 2px solid #ffc82e
}

.siteHeaderBar .header-nav .header-nav-wrapper {
	display: flex;
	flex-basis: 100%;
	justify-content: flex-end;
	max-width: 915px;
	height: 60px;
	position: relative
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay {
	background: #223056;
	position: absolute;
	z-index: 3;
	/**/
	width: calc(100% - 60px);
	margin-right: 60px;
	height: 60px;
	clip-path: polygon(23px 0, 101% 0%, 101% 60px, 101% 100%, 0 100%);
	display: none
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block {
	display: flex;
	width: 100%;
	align-items: center;
	padding-left: 60px
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block>div {
	width: 100%
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block .search-burger-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-right: 20px;
	text-transform: uppercase
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block .gsc-search-box {
	direction: rtl
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block .gsc-search-box tr {
	background: none;
	border: none
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block .gsc-search-box tr td {
	border: none
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block .gsc-search-box tr td.gsib_b {
	padding: 3px
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block .gsc-search-box tr .gsc-search-button-v2 {
	background: none;
	display: flex;
	align-items: center;
	justify-content: space-evenly
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block .gsc-search-box tr .gsc-search-button-v2:before {
	content: "Search ";
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	text-transform: uppercase;
	display: inline;
	position: relative;
	font-size: 25px;
	color: #fff;
	top: 2px;
	left: 0;
	direction: ltr;
	letter-spacing: .6px;
	font-weight: 400
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block .gsc-search-box tr .gsc-search-button-v2:after {
	top: 4px;
	font-size: 20px;
	padding-right: 12px
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block .gsc-search-box tr .gsc-input-box {
	background: none
}

.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay .search-input-block .gsc-search-box tr .gsc-input-box .gsc-input {
	background: none !important;
	color: #fff;
	height: 60px;
	position: relative;
	top: 3px
}

.siteHeaderBar .header-nav .header-buttons-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-left: 1px solid #fff;
	position: relative;
	z-index: 3;
	background: #223056;
	align-items: center;
	justify-content: center;
	padding-left: 5px
}

.siteHeaderBar .header-nav .header-buttons-wrapper .sign-in-link {
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	text-decoration: none;
	padding: 0 15px;
	height: 100%;
	justify-content: center;
	align-items: center
}

.siteHeaderBar .header-nav .header-buttons-wrapper .sign-in-link svg {
	width: 16px;
	fill: white;
	position: relative;
	top: -2px
}

.siteHeaderBar .header-nav .header-buttons-wrapper .sign-in-link .sign-in-link-text {
	text-transform: uppercase;
	position: relative;
	bottom: 2px;
	font-weight: 700;
	font-size: 9px;
	font-size: .5625rem;
	line-height: 9px;
	line-height: .5625rem;
	white-space: nowrap
}

.siteHeaderBar .header-nav .header-buttons-wrapper .sign-in-link:hover,
.siteHeaderBar .header-nav .header-buttons-wrapper .sign-in-link:focus-visible {
	color: #ffc82e;
	transition: color .2s
}

.siteHeaderBar .header-nav .header-buttons-wrapper .sign-in-link:hover svg,
.siteHeaderBar .header-nav .header-buttons-wrapper .sign-in-link:focus-visible svg {
	fill: #ffc82e;
	transition: fill .2s
}

.siteHeaderBar .header-nav .header-buttons-wrapper .sign-in-link:focus-visible {
	outline: 2px solid #ffc82e;
	outline-offset: -5px
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: initial;
	border: none;
	height: 60px;
	z-index: 3;
	flex-shrink: 0;
	background: #fff;
	width: 78px
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.new-nav {
	width: 60px;
	background: #223056
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.new-nav .close {
	background: #223056;
	opacity: 1;
	transition: all .4s
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.new-nav .close .icon-stmrtu-nav-close {
	color: #fff
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.new-nav .close .icon-stmrtu-nav-close:before {
	font-size: 18px
}

@media(hover:hover) and (pointer:fine) {
	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.new-nav:hover .close .icon-stmrtu-nav-close {
		color: #ffc82e
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.new-nav:focus .close .icon-stmrtu-nav-close {
		color: #ffc82e
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.new-nav:focus-visible .close {
		outline: 2px solid #ffc82e;
		outline-offset: -5px
	}
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.new-nav.closed .close {
	opacity: 0
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .search-burger-icon {
	width: 55px;
	flex-shrink: 0;
	flex-grow: 0;
	position: relative;
	top: 0
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .header-search-icon {
	stroke: white
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link:focus-visible {
	outline-offset: -5px
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed {
	background-color: #223056;
	color: #fff
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed g {
	stroke: white;
	transition: stroke .2s
}

@media(hover:hover) and (pointer:fine) {
	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed:hover {
		color: #ffc82e
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed:hover .sbStroke,
	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed:hover g {
		stroke: #ffc82e;
		transition: stroke .2s
	}
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed:focus {
	color: #ffc82e;
	stroke: #ffc82e
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed:focus .sbStroke,
.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed:focus g {
	stroke: #ffc82e;
	transition: stroke .2s
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed:focus-visible {
	outline: 2px solid #ffc82e
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed .searchBurger {
	display: block
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.closed .close {
	display: none
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .searchBurger {
	width: initial;
	margin: 0 10px;
	background-size: initial;
	display: block;
	font-size: 50px;
	height: 52px
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .close {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #000;
	position: absolute;
	background: #fff;
	opacity: 1;
	z-index: 2;
	text-shadow: initial
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .close .icon-stmrtu-nav-close {
	font-size: 20px;
	font-size: 1.25rem;
	position: relative;
	left: 1px;
	top: -1px
}

.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .close:focus-visible {
	outline-offset: -5px;
	outline: 2px solid #008000
}

.siteHeaderBar .header-nav .nav-spacing {
	flex-grow: 1;
	background: #223056;
	z-index: 2;
	height: 60px
}

.siteHeaderBar .header-nav .nav-spacing.search-open {
	background: #223056
}

.siteHeaderBar .top-sub-menu {
	display: block;
	background-color: #fff;
	width: 100%;
	position: absolute;
	top: 60px;
	z-index: 1;
	height: 63px
}

.siteHeaderBar .top-sub-menu .mobile-accordion {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding: 14px 20px;
	border-bottom: 1px solid #223056;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background: #ffc82e
}

.siteHeaderBar .top-sub-menu .mobile-accordion:hover,
.siteHeaderBar .top-sub-menu .mobile-accordion:focus {
	background: #ffc82e
}

.siteHeaderBar .top-sub-menu .mobile-accordion .fa {
	font-size: 20px;
	margin-left: 30px
}

.siteHeaderBar .top-sub-menu .top-sub-menu-inner {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	max-width: 1352px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding-left: 425px;
	padding-right: 0
}

.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700
}

.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link a {
	text-decoration: none;
	transition: all .2s;
	letter-spacing: .5px;
	padding: 19px 10px;
	font-size: 15px !important;
}

.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link a:hover,
.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link a:active,
.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link a:focus {
	color: #93283e;
	text-decoration: none
}

.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link a.flyout-nav-link.active:after {
	opacity: 1;
	transition: all .2s
}

.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link a.flyout-nav-link:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	display: block;
	bottom: 0;
	background: #c4dbe4;
	opacity: 0;
	transition: all .2s
}

.siteHeaderBar .top-sub-menu.box-shadow {
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15)
}

.college .siteHeaderBar .header-nav #stmrtuLogoWrapper {
	display: flex;
	padding-left: 10px;
	justify-content: flex-start
}

.college .siteHeaderBar .header-nav #stmrtuLogoWrapper a {
	display: block;
	max-width: 320px;
	align-self: center;
	flex: 1
}

.college .siteHeaderBar .header-nav #stmrtuLogoWrapper a img {
	max-height: 90px;
	top: 0;
	left: 0
}

.college .siteHeaderBar .header-nav .header-buttons-wrapper {
	z-index: 3;
	border-left: 1px solid #fff;
	padding-left: 12.5px;
	background-color: #223056
}

.college .siteHeaderBar .header-nav .header-buttons-wrapper .home-icon {
	padding: 0 12.5px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background-color: #223056;
	z-index: 2;
	flex-shrink: 0
}

.college .siteHeaderBar .header-nav .header-buttons-wrapper .home-icon:hover svg,
.college .siteHeaderBar .header-nav .header-buttons-wrapper .home-icon:focus svg {
	stroke: #ffc82e;
	transition: all .2s
}

.college .siteHeaderBar .header-nav .header-buttons-wrapper .home-icon svg {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	transition: all .2s;
	position: relative;
	top: -1px
}

.college .siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link {
	border-left: none;
	padding: 0;
	background: #223056
}

.college .siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .searchBurger {
	width: 52px
}

.college .siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .close>span {
	left: 0
}

.college .siteHeaderBar .header-nav .site-header-inner {
	max-width: 760px
}

.college .siteHeaderBar .top-sub-menu {
	background: #ffc82e
}

.college .siteHeaderBar .top-sub-menu .top-sub-menu-inner {
	max-width: 1330px
}

.college .siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link a.flyout-nav-link:after {
	background: #223056
}

.college .siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link a.flyout-nav-link:hover {
	color: #223056
}

.college.modal-open .siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link {
	background-color: #223056
}

@media(max-width:1219.98px) {
	.siteHeaderBar.simple .header-nav #stmrtuLogoWrapper {
		min-width: 480px;
		padding: 15px
	}

	.siteHeaderBar.simple .header-nav #stmrtuLogoWrapper a img {
		height: 68px;
		top: 0;
		left: 0;
		width: initial
	}

	.siteHeaderBar.simple .header-nav .site-header-inner {
		max-width: 720px
	}

	.siteHeaderBar.simple.scrolled-offset .header-nav {
		height: 66px
	}

	.siteHeaderBar.simple.scrolled-offset .header-nav #stmrtuLogoWrapper {
		padding: 8px 15px;
		height: 66px
	}

	.siteHeaderBar.simple.scrolled-offset .header-nav #stmrtuLogoWrapper img {
		height: 50px
	}

	.siteHeaderBar .header-nav .logo-spacing {
		display: none !important
	}

	.siteHeaderBar .header-nav #stmrtuLogoWrapper {
		height: 100px;
		min-width: 310px;
		clip-path: polygon(0 0, 100% 0%, 100% 60px, calc(100% - 16px) 101%, -1px 101%)
	}

	/* .siteHeaderBar .header-nav #stmrtuLogoWrapper a img {
		top: 20px;
		left: 25px;
		width: 245px
	} */
	 .siteHeaderBar .header-nav #stmrtuLogoWrapper a img {
		top: 5px;
		left: 5px;
		width: 275px;
	}

	.siteHeaderBar .header-nav .site-header-inner {
		max-width: 1010px
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper .sign-in-link {
		width: 66px
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link {
		background-color: #223056;
		transition: all .2s
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .searchBurger {
		position: relative
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .close {
		box-shadow: 1px 0 0 #fff
	}

	.siteHeaderBar .top-sub-menu {
		height: 40px
	}

	.siteHeaderBar .top-sub-menu .top-sub-menu-inner {
		padding-left: 340px;
		padding-right: 20px
	}

	.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link {
		font-size: 13px;
		font-size: .8125rem
	}

	.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link .flyout-nav-link {
		padding: 11px 10px
	}

	.siteHeaderBar .top-sub-menu.box-shadow {
		-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15)
	}

	.siteHeaderBar .flyout-menu {
		top: 100px
	}
}

@media(min-width:992px) {
	.college .top-sub-menu .top-sub-menu-inner {
		display: flex !important

	}
	
}
@media(max-width:1053px) {
	.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link .flyout-nav-link {
		font-size: 12px !important;
		padding: 1px 9px;
	}
}

@media(min-width:1053px) {
	.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link .flyout-nav-link {
		font-size: 13px !important;
	}
}

@media(min-width:1220px) {
	.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link .flyout-nav-link {
		font-size: 14px !important;
	}
}

@media(min-width:1350px) {
	.siteHeaderBar .top-sub-menu .top-sub-menu-inner .sub-menu-link .flyout-nav-link {
		font-size: 15px !important;
	}
}


@media(max-width:991.98px) {

	.siteHeaderBar.simple .header-nav #stmrtuLogoWrapper {
		min-width: 480px;
		padding: 8px 15px
	}

	.siteHeaderBar.simple .header-nav #stmrtuLogoWrapper a img {
		height: 45px;
		top: 0;
		left: 0;
		width: initial
	}

	.siteHeaderBar.simple .header-nav .site-header-inner {
		max-width: 720px
	}

	.siteHeaderBar .header-nav {
		overflow: hidden
	}

	.siteHeaderBar .header-nav #stmrtuLogoWrapper {
		min-width: 200px;
		height: 66px;
		clip-path: none;
		display: flex;
		align-items: center
	}

	.siteHeaderBar .header-nav #stmrtuLogoWrapper a img {
		top: 0;
		left: 10px;
		width: 194px
	}

	.siteHeaderBar .header-nav .site-header-inner {
		height: 66px
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper {
		height: 66px;
		border-left: 1px solid #223056
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link {
		transition: initial
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .searchBurger {
		margin: 0 10px
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .close {
		top: 0;
		background: #223056
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .close .icon-stmrtu-nav-close {
		color: #fff;
		font-size: 1.25rem
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link.new-nav {
		height: 66px;
		width: 78px;
		padding: 0
	}

	.siteHeaderBar .top-sub-menu {
		display: none
	}

	.college .top-sub-menu {
		display: block;
		top: 66px;
		height: auto;
		max-height: calc(100vh - 60px);
		width: 100%;
		left: 0;
		background: #fff;
		z-index: 11;
		margin-bottom: 0;
		overflow-y: auto
	}

	.college .top-sub-menu .mobile-accordion {
		display: flex
	}

	.college .top-sub-menu .mobile-accordion .college-title-accordion-text:after {
		content: " menu"
	}

	.college .top-sub-menu .top-sub-menu-inner {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		padding: 0
	}

	.college .top-sub-menu .top-sub-menu-inner .sub-menu-link {
		display: block;
		width: 100%;
		border-bottom: 1px solid #fff
	}

	.college .top-sub-menu .top-sub-menu-inner .sub-menu-link:last-child {
		border-bottom: none
	}

	.college .top-sub-menu .top-sub-menu-inner .sub-menu-link a {
		background: #ffde81;
		font-size: 16px;
		font-size: 1rem;
		line-height: 27px;
		line-height: 1.6875rem;
		font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
		letter-spacing: .5px;
		font-weight: 400
	}

	.college .top-sub-menu .top-sub-menu-inner .sub-menu-link a:hover,
	.college .top-sub-menu .top-sub-menu-inner .sub-menu-link a:focus {
		background: #ffc82e;
		color: #000
	}

	.college .top-sub-menu .top-sub-menu-inner .sub-menu-link.current-page a {
		background: #ffc82e;
		border-left: 6px solid #ef3340;
		color: #000;
		font-weight: 700
	}

	.college .top-sub-menu .top-sub-menu-inner .sub-menu-link a {
		padding: 14px 20px;
		display: block
	}

	.college .siteHeaderBar .header-nav #stmrtuLogoWrapper {
		padding-left: 0 !important
	}

	.college .siteHeaderBar .header-nav #stmrtuLogoWrapper a {
		max-width: 310px
	}

	.college .siteHeaderBar .header-nav #stmrtuLogoWrapper a img {
		width: auto;
		left: 15px;
		max-height: 55px;
		margin-left: 5px
	}

	.college .siteHeaderBar .header-nav .header-buttons-wrapper {
		border-left: none
	}

	.college .siteHeaderBar .header-nav .header-buttons-wrapper .home-icon {
		margin: 0;
		height: 66px
	}

	.college .siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link {
		padding: 0 20px 0 10px;
		min-width: 60px;
		left: unset
	}

	.college .siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .searchBurger {
		margin: 0
	}

	.college .siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .close {
		left: unset;
		right: 0
	}
}

@media(max-width:767.98px) {
	.siteHeaderBar .header-nav .header-buttons-wrapper .sign-in-link {
		padding: 0 5px
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link {
		border: none;
		padding-left: 0
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .searchBurger {
		margin: 0 10px 0 10px
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .close {
		background-color: #223056
	}

	.siteHeaderBar .header-nav .header-buttons-wrapper #search-burger-link .close .icon-stmrtu-nav-close {
		color: #fff
	}
}

@media(max-width:360px) {
	.siteHeaderBar .header-nav {
		align-items: center
	}

	.siteHeaderBar .header-nav #stmrtuLogoWrapper {
		min-width: 160px
	}

	.siteHeaderBar .header-nav #stmrtuLogoWrapper a {
		padding-top: 0
	}

	.siteHeaderBar .header-nav #stmrtuLogoWrapper a img {
		top: initial
	}

	.college .top-sub-menu .mobile-accordion .college-title-accordion-text:after {
		content: ""
	}
}

:root {
	--main-nav-modal-height: calc(100vh - 66px)
}

.mobile-nav-menu {
	position: absolute;
	box-shadow: -4px 4px 4px rgba(0, 0, 0, .3);
	min-width: 280px;
	width: 100%;
	max-width: 375px;
	right: 0;
	top: 66px;
	background: #223056;
	padding: 20px;
	z-index: 3;
	overflow-x: hidden;
	max-height: calc(100vh - 150px);
	height: 700px
}

.mobile-nav-menu.closed {
	display: none
}

.mobile-nav-menu .college-home-link {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 19px;
	display: block;
	margin-bottom: 16px
}

.mobile-nav-menu .college-home-link .icon-stmrtu-arrow-cta {
	transform: rotate(180deg);
	display: inline-block;
	position: relative;
	top: 1px
}

.mobile-nav-menu .college-home-link:hover {
	text-decoration: underline;
	color: #ffc82e
}

.mobile-nav-menu .gsc-search-box {
	padding: 5px 0 25px
}

.mobile-nav-menu .gsc-search-box tr {
	border: none
}

.mobile-nav-menu .gsc-search-box .gsc-search-button {
	text-align: right
}

.mobile-nav-menu .gsc-search-box .gsc-search-button .gsc-search-button-v2 {
	height: 44px;
	width: 44px;
	text-align: center
}

.mobile-nav-menu .gsc-search-box .gsc-search-button .gsc-search-button-v2:after {
	font-size: 15px;
	top: 6px
}

.mobile-nav-menu .mobile-top-level {
	padding: 0 0 20px
}

.mobile-nav-menu .mobile-top-level .nav-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 2px solid #223056;
	padding: 0 5px;
	margin-bottom: 0;
	height: 50px
}

.mobile-nav-menu .mobile-top-level .nav-item.home-link {
	padding: 0
}

.mobile-nav-menu .mobile-top-level .nav-item.home-link .nav-link:hover {
	text-decoration: none
}

.mobile-nav-menu .mobile-top-level .nav-item.home-link .nav-link:hover:after {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 1px solid #ffc82e;
	padding-left: 5px;
	z-index: 1;
	width: 100%
}

.mobile-nav-menu .mobile-top-level .nav-item .nav-link {
	display: inline-block;
	padding: 0;
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 29px;
	line-height: 1.8125rem;
	letter-spacing: .8px;
	color: #fff;
	text-decoration: none;
	font-weight: 700
}

.mobile-nav-menu .mobile-top-level .nav-item .nav-link:hover {
	color: #ffc82e
}

.mobile-nav-menu .mobile-top-level .nav-item .nav-link:hover svg {
	stroke: #ffc82e
}

.mobile-nav-menu .mobile-top-level .nav-item .nav-link svg {
	stroke: white;
	fill: none;
	stroke-width: 2;
	height: 18px;
	position: relative;
	top: -4px
}

.mobile-nav-menu .mobile-top-level .nav-item span {
	cursor: pointer;
	padding: 18px;
	margin-right: -14px;
	color: #fff
}

.mobile-nav-menu .mobile-top-level .nav-item span:hover {
	color: #ffc82e
}

.mobile-nav-menu .mobile-utility-nav-dropzone1 .mobile-inline-util-nav {
	display: flex;
	margin: 0 -20px;
	padding: 16px 40px;
	background: #300015;
	border-top: 1px solid #223056;
	border-bottom: 1px solid #223056;
	justify-content: space-between
}

.mobile-nav-menu .mobile-utility-nav-dropzone1 .mobile-inline-util-nav .mobile-util-link a {
	color: #fff;
	font-family: 'tablet-gothic-condensed';
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0;
	font-weight: 700
}

.mobile-nav-menu .mobile-utility-nav-dropzone1 .mobile-inline-util-nav .mobile-util-link a:hover {
	text-decoration: underline;
	color: #ffc82e
}

.mobile-nav-menu .mobile-utility-nav-dropzone2 .col-12 {
	padding: 20px 0
}

.mobile-nav-menu .mobile-utility-nav-dropzone2 .mobile-util-link {
	padding: 5px 0
}

.mobile-nav-menu .mobile-utility-nav-dropzone2 .mobile-util-link a {
	color: #fff;
	font-family: unset !important;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 5px;
	font-weight: 600
}

.mobile-nav-menu .mobile-utility-nav-dropzone2 .mobile-util-link a .icon-stmrtu-arrow-cta {
	padding-left: 10px
}

.mobile-nav-menu .mobile-utility-nav-dropzone2 .mobile-util-link a:hover {
	text-decoration: underline;
	color: #ffc82e
}

.mobile-nav-menu .mobile-utility-nav-dropzone2 .quickLinkURL{
	color: #223056;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}
.mobile-nav-menu .mobile-utility-nav-dropzone2 .quickLinkInnerUrl{

    font-size: 16px;
    font-weight: 600;
    margin-bottom: -2px;
    border-bottom: 1px solid #fff;
}

#top-nav-drop-down {
	position: absolute;
	top: 60px;
	right: 0;
	width: 100%;
	max-height: 90vh;
	opacity: 0;
	transition: all .4s;
	z-index: 2;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

#top-nav-drop-down.closed {
	display: none
}

#top-nav-drop-down.animating {
	display: block;
	overflow-y: hidden !important
}

#top-nav-drop-down.open {
	display: block;
	opacity: 1;
	overflow-y: auto
}

#top-nav-drop-down .top-sub-menu {
	z-index: 0
}

#top-nav-drop-down .top-nav-drop-down-inner {
	max-width: 1460px;
	display: block;
	border: 40px solid #fff;
	background-color: #f3f6f7;
	margin: 0 auto;
	padding: 80px 30px;
	height: 100%
}

#top-nav-drop-down .top-nav-drop-down-inner .new-nav {
	display: none
}

#top-nav-drop-down .top-nav-drop-down-inner .container {
	margin: 0 auto;
	max-width: initial
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1,
#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2,
#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 {
	color: #000;
	padding: 20px 50px 16px;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .search-burger-title,
#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .info-block-title,
#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-burger-title,
#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .info-block-title,
#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .search-burger-title,
#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .info-block-title {
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: .8px
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .search-burger-link a,
#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-burger-link a,
#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .search-burger-link a {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin-bottom: 5px;
	display: inline-block
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 {
	border-right: solid 1px #8db9ca
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav .nav-item {
	display: block;
	border-bottom: 1px solid #8db9ca;
	margin-bottom: 0
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav .nav-item:first-child .nav-link {
	padding-top: 0
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav .nav-item .nav-link {
	color: #223056;
	text-decoration: none;
	padding: 20px 0 22px;
	font-family: antarctican-headline, impact, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 29px;
	line-height: 1.8125rem;
	font-weight: 900;
	letter-spacing: 1.1px
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav .nav-item .nav-link:hover {
	text-decoration: underline
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 {
	border-right: solid 1px #8db9ca
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-input-block {
	padding-bottom: 46px;
	margin-bottom: 25px;
	border-bottom: 1px solid #8db9ca
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-input-block .search-burger-category {
	margin-left: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 30px;
	max-width: 320px
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-input-block .search-burger-category label {
	font-size: 14px;
	font-size: .875rem;
	line-height: 10px;
	line-height: .625rem;
	font-weight: 400;
	text-transform: none;
	cursor: pointer
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-input-block .search-box {
	margin: auto;
	margin-top: 8px
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-input-block .search-box input[type=search] {
	height: 48px;
	font-size: 13px;
	font-size: .8125rem;
	padding: 15px;
	width: calc(100% - 51px);
	overflow: hidden
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-input-block .search-box button {
	height: 51px;
	width: 51px
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-input-block .search-box button span {
	font-size: 16px
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .information-block {
	border-bottom: solid 1px #8db9ca;
	padding-bottom: 42px
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .menu-social-bar {
	padding-top: 50px;
	min-width: 333px
}

#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .menu-social-bar .socialButton:hover {
	background-color: #ffc82e;
	color: #000
}

#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .search-burger-title {
	pointer-events: none
}

#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .search-burger-title .top-search-arrow {
	display: none
}

.flyout-menu {
	position: absolute;
	top: 123px;
	width: 100%
}

.flyout-menu .flyout-container {
	display: none;
	background: #fff;
	position: absolute;
	z-index: 3;
	height: fit-content;
	width: fit-content;
	flex-wrap: wrap;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	color: #333
}

.flyout-menu .flyout-container.active {
	display: flex
}

.flyout-menu .flyout-container .flyout-nav-links-col {
	max-width: 565px;
	padding: 30px 15px 30px
}

.flyout-menu .flyout-container .flyout-nav-links-col .nav-link:hover:hover {
	color: #264348
}

.flyout-menu .flyout-container .flyout-rel-links-col {
	min-width: 230px;
	max-width: 280px;
	background: #fff;
	padding: 30px 15px 30px
}

.flyout-menu .flyout-container .flyout-nav-links-col,
.flyout-menu .flyout-container .flyout-rel-links-col {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem
}

.flyout-menu .flyout-container .flyout-nav-links-col .flyout-menu .flyout-container .flyout-rel-links-col . {
	color: #999;
	padding-left: 15px;
	margin-bottom: 16px;
	color: #333;
	text-transform: uppercase;
	font-weight: 700
}

.flyout-menu .flyout-container .flyout-nav-links-col .:after,
.flyout-menu .flyout-container .flyout-rel-links-col .:after {
	content: "";
	display: inline-block;
	width: calc(100% - 144px);
	border-bottom: 2px solid #c4dbe4;
	margin-left: 20px
}

.flyout-menu .flyout-container .flyout-nav-links-col .rel-links-caption,
.flyout-menu .flyout-container .flyout-rel-links-col .rel-links-caption {
	color: #333;
	padding-left: 15px;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-weight: 700
}

.flyout-menu .flyout-container .flyout-nav-links-col ul,
.flyout-menu .flyout-container .flyout-rel-links-col ul {
	list-style-type: none;
	padding: 0;
	max-width: 300px
}

.flyout-menu .flyout-container .flyout-nav-links-col ul .nav-item,
.flyout-menu .flyout-container .flyout-rel-links-col ul .nav-item {
	margin-bottom: 0
}

.flyout-menu .flyout-container .flyout-nav-links-col ul .nav-link,
.flyout-menu .flyout-container .flyout-rel-links-col ul .nav-link {
	color: #000;
	text-decoration: none;
	padding: 4px 16px;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	display: inline-block;
	outline-offset: -2px;
	margin-bottom: 10px
}

.flyout-menu .flyout-container .flyout-nav-links-col ul .nav-link:hover,
.flyout-menu .flyout-container .flyout-rel-links-col ul .nav-link:hover {
	text-decoration: underline
}

.flyout-menu .flyout-container .flyout-nav-links-col ul.two-col,
.flyout-menu .flyout-container .flyout-rel-links-col ul.two-col {
	columns: 1;
	max-width: 500px
}

#mobile-flyout-pane {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 700px;
	width: 100%;
	background: #000;
	overflow-y: scroll
}

#mobile-flyout-pane.show {
	display: block
}

#mobile-flyout-pane .close-mobile-flyout {
	padding: 20px 0 10px 5px;
	font-size: 13px
}

#mobile-flyout-pane .close-mobile-flyout:hover,
#mobile-flyout-pane .close-mobile-flyout:active,
#mobile-flyout-pane .close-mobile-flyout:focus {
	color: #ffc82e
}

#mobile-flyout-pane .close-mobile-flyout .icon-stmrtu-arrow-cta {
	padding-left: 5px
}

#mobile-flyout-pane .close-mobile-flyout .icon-stmrtu-arrow-cta:before {
	transform: rotate(180deg);
	display: inline-block;
	font-size: 12px;
	padding-left: 3px
}

#mobile-flyout-pane .mobile-flyout-section-label {
	font-size: 28px;
	font-family: antarctican-headline, impact, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	padding: 8px 30px 16px;
	letter-spacing: .6px
}

#mobile-flyout-pane #mobile-flyout-pane .rel-links-caption {
	text-transform: uppercase;
	color: #ffc82e;
	padding: 8px 30px;
	font-weight: 700;
	font-size: 13px
}

#mobile-flyout-pane .d-flex {
	display: flex;
	flex-direction: column
}

#mobile-flyout-pane .d-flex ul {
	list-style: none;
	padding: 0 0 16px
}

#mobile-flyout-pane .d-flex ul .nav-item {
	margin-bottom: 0
}

#mobile-flyout-pane .d-flex ul .nav-item .nav-link {
	text-decoration: none;
	color: #fff;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5
}

#mobile-flyout-pane .d-flex ul .nav-item:hover {
	background: #350016;
	text-decoration: underline
}

@media(max-width:1219.98px) {
	#top-nav-drop-down .top-nav-drop-down-inner {
		padding-top: 35px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1,
	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2,
	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 {
		padding: 6px 20px 1rem
	}

	#mobile-flyout-pane {
		display: block;
		left: calc(100%);
		transition: all .3s
	}

	#mobile-flyout-pane.show {
		left: 0;
		box-shadow: -5px 5px 5px rgba(0, 0, 0, .4)
	}
}

@media(max-width:991.98px) {
	#top-nav-drop-down {
		overflow-y: auto;
		max-height: initial;
		height: var(--main-nav-modal-height);
		top: 66px;
		right: 0;
		background-color: #f3f6f7;
		z-index: 14
	}

	#top-nav-drop-down .top-nav-drop-down-inner {
		padding: 0;
		border: none
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container {
		max-width: initial;
		border: 40px solid #fff
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1,
	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2,
	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 {
		padding: 6px 40px 20px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 {
		border-right: none
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav {
		columns: 120px 2;
		column-gap: 25px;
		display: block;
		padding: 0
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav .nav-item:first-child .nav-link {
		padding-top: 15px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav .nav-item .nav-link {
		padding: 15px 0;
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 29px;
		line-height: 1.8125rem;
		letter-spacing: .8px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 {
		border-right: none;
		padding: 20px 40px 2rem
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-input-block {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 43px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-input-block .search-burger-category {
		margin-bottom: 20px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 .search-input-block .search-box input[type="search"] {
		width: calc(100% - 52px)
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 {
		margin-top: 12px;
		padding-bottom: 85px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .info-block-title {
		color: #000;
		font-weight: bold;
		margin: 16px 0 14px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row.mobile-utility-nav {
		background-color: #223056;
		width: 100%;
		padding: 1rem 0 2rem;
		margin: 0
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row.mobile-utility-nav .col-12 {
		padding-left: 40px;
		padding-right: 40px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row.mobile-utility-nav .col-12 .mobile-util-link {
		padding: 10px 0 8px;
		border-bottom: 2px solid #fff;
		margin: .5rem 0
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row.mobile-utility-nav .col-12 .mobile-util-link a {
		color: #fff;
		font-size: 16px;
		font-size: 1rem;
		line-height: 22px;
		line-height: 1.375rem;
		text-decoration: none;
		font-weight: bold;
		font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
		text-transform: uppercase;
		letter-spacing: 1.2px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row.mobile-utility-nav .col-12 .mobile-util-link a .icon-stmrtu-arrow-cta {
		margin-left: 12px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .row {
		margin-left: 0;
		margin-right: 0
	}

	#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .search-burger-title {
		pointer-events: all;
		color: #223056;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		cursor: pointer
	}

	#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .search-burger-title .top-search-arrow {
		display: inline-block !important;
		font-size: 14px;
		padding-left: 10px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .search-burger-title .top-search-arrow.d-md-none {
		display: inline-block !important
	}

	#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .search-burger-title:after {
		content: '';
		display: block;
		position: relative;
		width: 100%;
		height: 1px;
		background: #223056;
		transition: width .2s;
		overflow: visible
	}

	#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .search-burger-title:hover:after {
		width: 0
	}

	#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .top-searches-list {
		height: 0;
		transition: all .2s;
		overflow: hidden;
		user-select: none
	}

	#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .top-searches-list .col-6 {
		padding-left: 0
	}

	#top-nav-drop-down .top-nav-drop-down-inner .top-search-block .top-searches-list .top-searches-list-inner {
		margin-top: 24px
	}
}

@media(max-width:767.98px) {
	#top-nav-drop-down {
		overflow-y: auto
	}

	#top-nav-drop-down .top-nav-drop-down-inner {
		margin: 0;
		padding: 0;
		border: none
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container {
		max-width: initial;
		padding: 0;
		border: none
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row {
		background-color: #f3f6f7;
		margin: 0;
		padding: 0
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1,
	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2,
	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 {
		padding: 6px 20px 20px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 {
		padding: 0 0 10px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav {
		padding: 10px 20px 24px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav .nav-item .nav-link {
		padding: 13px 0 11px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav .nav-item:first-child .nav-link {
		padding-top: 13px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col2 {
		padding: 6px 20px 1rem
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .information-block {
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 40px;
		border-bottom: none
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .information-block:after {
		content: '';
		height: 1px;
		width: 100vw;
		position: absolute;
		bottom: 0;
		left: -30px;
		background-color: #8db9ca
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .menu-social-bar {
		padding-right: 5px;
		padding-left: 5px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .menu-social-bar .socialButton {
		margin-right: 10px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row.mobile-utility-nav .col-12 {
		padding-left: 20px;
		padding-right: 20px
	}

	#top-nav-drop-down .top-nav-drop-down-inner .top-search-block {
		margin-bottom: 15px
	}
}

@media(max-width:360px) {
	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col1 .bigNav {
		columns: initial
	}

	#top-nav-drop-down .top-nav-drop-down-inner .container .row .sb-col3 .menu-social-bar {
		min-width: 300px
	}
}

.result-count-paging-wrapper .result-count {
	flex-basis: 285px;
	margin-right: 44px
}

.result-count-paging-wrapper .pagination-bar {
	flex-basis: 405px;
	padding-bottom: 45px;
	justify-content: flex-end
}

.result-count-paging-wrapper .pagination-bar .pagination-pages {
	margin-right: 0
}

.pagination-bar {
	font-size: 0;
	display: flex;
	align-items: flex-start
}

.pagination-bar .pagination-arrow {
	display: block
}

.pagination-bar .pagination-pages {
	display: inline-flex;
	width: 100%;
	max-width: calc(100% - 110px);
	margin-right: 4px;
	position: relative
}

.pagination-bar .pagination-pages .pagination {
	overflow: hidden
}

.pagination-bar .pagination-pages .pagination .page-item:last-child {
	margin-right: 0
}

.pagination {
	display: flex;
	padding: 20px 0;
	font-size: 16px;
	font-size: 1rem;
	border-radius: 0
}

.pagination .page-item {
	display: block;
	margin-right: 5px;
	padding: 0;
	flex-basis: 44px;
	flex-grow: 0;
	flex-shrink: 0;
	z-index: 0
}

.pagination .page-item.active .page-link {
	background-color: #223056;
	color: #fff
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	border-radius: 0
}

.pagination .page-item.disabled .page-link {
	background-color: #9c9c9c
}

.pagination .page-link {
	color: #223056;
	background-color: #f3f6f7;
	text-decoration: none;
	border: none;
	border-radius: 0;
	padding: 0;
	max-width: 44px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700
}

.pagination .page-link.prev,
.pagination .page-link.next {
	background: #ffc82e;
	color: #000
}

.pagination .page-link.prev:focus,
.pagination .page-link.next:focus {
	background-color: #223056;
	color: #fff
}

@media(hover:hover) and (pointer:fine) {

	.pagination .page-link.prev:hover,
	.pagination .page-link.next:hover {
		background-color: #223056;
		color: #fff
	}
}

.pagination .page-link.prev:focus-visible,
.pagination .page-link.next:focus-visible {
	box-shadow: none;
	background-color: #223056;
	color: #fff
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	background-color: #c4dbe4;
	color: #223056;
	outline: none;
	box-shadow: none
}

.pagination .page-link:focus-visible {
	box-shadow: none
}

@media(max-width:991.98px) {
	.result-count-paging-wrapper .pagination-bar {
		flex-basis: 405px;
		padding-bottom: 45px;
		justify-content: flex-start
	}

	.pagination-bar .pagination-pages .pagination {
		overflow: auto
	}
}

@charset "UTF-8";

.speed-bump-modal {
	position: fixed;
	background: rgba(0, 0, 0, .8);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity .4s
}

.speed-bump-modal.show {
	opacity: 1
}

.speed-bump-modal .modal-box {
	background: #fff;
	min-height: 300px;
	display: flex;
	align-content: space-evenly;
	flex-direction: column;
	justify-content: left;
	padding: 60px;
	margin: 15px;
	max-width: 580px;
	position: relative;
	clip-path: polygon(0% 0, calc(100% - 40px) 0%, 100% 70px, 100% 100%, 0 100%)
}

.speed-bump-modal .modal-box .modal-header {
	border-bottom: none;
	padding: 0 1rem
}

.speed-bump-modal .modal-box .accent-img {
	position: absolute;
	z-index: 0;
	bottom: 85px;
	right: 50px
}

.speed-bump-modal .modal-box * {
	position: relative;
	z-index: 1
}

.speed-bump-modal .modal-box .notice {
	padding: 15px
}

.speed-bump-modal .modal-box .notice:before {
	content: "Thank you for visiting Central Michigan University’s Website. You are now leaving our site.";
	display: block;
	font-weight: 700;
	padding-bottom: 16px
}

.speed-bump-modal .modal-box .ctas {
	padding: 1rem 0
}

.speed-bump-modal .modal-box .ctas .btn {
	margin: 5px 10px
}

@media(max-width:575.98px) {
	.speed-bump-modal {
		overflow: scroll;
		display: block
	}

	.speed-bump-modal .modal-box {
		padding: 30px 15px 15px
	}

	.speed-bump-modal .modal-box .modal-header .title {
		font-size: 40px;
		font-size: 2.5rem;
		margin-bottom: 0
	}

	.speed-bump-modal .modal-box .ctas .btn {
		padding: 10px;
		font-size: 13px;
		font-size: .8125rem
	}
}

#top-nav ul {
	margin-right: 20px;
	display: inline-table;
}

#top-nav ul li {
	display: inline-block;
	margin: 0px 0px 0px 9px;
	font-size: 13px;
}

#top-nav ul li a {
	color: #fff;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-weight: bold;
	transition: color .2s;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 3px !important;
	
}

#top-nav ul li a:hover,
#top-nav ul li a:focus {
	background-color: #93283E !important;
	color: #fff;
/*	padding: 3px 5px 3px 5px !important;*/
	
	border-radius: 3px;

}

#top-nav ul li a.close:hover {
	color: #000
}

@media(max-width:1219.98px) {
	#top-nav ul {
		margin-right: 0px;
	}

	#top-nav ul li {
		line-height: 12px;
		line-height: .75rem
	}
}

.state-authorizations-content #authorization-header {
	font-weight: 700
}

.state-authorizations-content>div {
	margin-bottom: 20px
}

.state-authorizations-content>div>p {
	margin-bottom: 0
}

ul#complaint-process-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

ul#complaint-process-list li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media screen and (max-width:1200px) {
	ul#complaint-process-list {
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
}

@media screen and (max-width:768px) {
	ul#complaint-process-list {
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media screen and (max-width:500px) {
	ul#complaint-process-list {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:767.98px) {

	#daily-reported-cases-wrapper .c3-chart-texts,
	#weekly-reported-cases-wrapper .c3-chart-texts,
	#smu-testing-program-wrapper .c3-chart-texts {
		display: none
	}
}

.azButtons {
	margin-bottom: 10px
}

.azButtons .deptLetter {
	width: 44px;
	height: 44px;
	border: none;
	margin-bottom: 3px;
	color: #223056;
	font-weight: 700;
	margin-right: 3px;
	background: #efefef
}

.azButtons .deptLetter:hover {
	background: #c4dbe4
}

.azButtons .deptLetter.active {
	background: #223056;
	color: #fff;
	pointer-events: none
}

.dept-filter-wrapper {
	margin-bottom: 30px
}

.dept-filter-wrapper label {
	font-weight: 400
}

.dept-filter-wrapper:focus-within label {
	font-weight: 700
}

.no-az-result {
	list-style: none;
	font-weight: bold
}

.department-directory-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 15px;
	margin-bottom: 30px;
	min-height: 651px
}

.department-directory-wrapper .department-directory-card {
	position: relative;
	border: 1px solid #000;
	padding: 25px 25px 0;
	padding-bottom: 60px
}

.department-directory-wrapper .department-directory-card .image {
	position: relative;
	background-color: #223056;
	overflow: hidden;
	height: 285px;
	width: 100%;
	aspect-ratio: .78/1;
	clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 60px, 100% 100%, 0 100%)
}

.department-directory-wrapper .department-directory-card .image svg {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 140px;
	width: 175px;
	margin-left: -87.5px;
	margin-top: -70px
}

.department-directory-wrapper .department-directory-card .image .fill-gold {
	fill: #ffc82e
}

.department-directory-wrapper .department-directory-card .image .fill-white {
	fill: white
}

.department-directory-wrapper .department-directory-card .image .img {
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.department-directory-wrapper .department-directory-card .info .full-name {
	font-family: antarctican-headline, impact, sans-serif;
	font-size: 1.75rem;
	line-height: normal;
	min-height: 85px;
	margin: 0;
	font-weight: 700
}

.department-directory-wrapper .department-directory-card .info .title {
	font-weight: bold
}

.department-directory-wrapper .department-directory-card .info .email {
	text-transform: lowercase
}

.department-directory-wrapper .department-directory-card .info .email-phone {
	display: none;
	text-transform: lowercase
}

.department-directory-wrapper .department-directory-card .info a:focus-visible {
	z-index: 1
}

.department-directory-wrapper .department-directory-card .cta {
	position: absolute;
	bottom: 30px
}

.department-directory-wrapper .department-directory-card .cta .contact-info {
	font-family: tablet-gothic-condensed, verdana, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px
}

.department-directory-wrapper .department-directory-card .cta-underlined-link {
	position: relative;
	color: #757575;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	padding-bottom: 16px;
	margin-bottom: 32px;
	width: inherit
}

.department-directory-wrapper .department-directory-card .cta-underlined-link a {
	text-decoration: none
}

.department-directory-wrapper .department-directory-card .cta-underlined-link:before {
	content: '';
	display: block;
	position: absolute;
	top: 32px;
	width: 100%;
	height: 2px;
	background: #757575;
	transition: width .2s;
	overflow: visible
}

.department-directory-wrapper .department-directory-card .cta-underlined-link:after {
	content: "";
	font-family: 'stmrtu_icons_2020' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 15px
}

.department-directory-wrapper .department-directory-card .cta-underlined-link:hover:before {
	width: 0
}

@media(max-width:1219.98px) {
	.department-directory-wrapper {
		grid-template-columns: 1fr 1fr
	}

	.department-directory-wrapper .department-directory-card .image {
		height: auto
	}
}

@media(max-width:576px) {
	.department-directory-wrapper {
		grid-template-columns: 1fr !important;
		padding: 5px
	}

	.department-directory-wrapper .department-directory-card {
		padding: 0;
		border: 0;
		padding-bottom: 51px;
		margin-bottom: 40px !important
	}

	.department-directory-wrapper .department-directory-card .image {
		max-width: 260px;
		width: 100%
	}

	.department-directory-wrapper .department-directory-card .info .full-name {
		min-height: unset;
		margin-bottom: 30px
	}

	.department-directory-wrapper .department-directory-card .info .email,
	.department-directory-wrapper .department-directory-card .info .phone {
		display: block
	}

	.department-directory-wrapper .department-directory-card .info .email-phone {
		display: block
	}

	.department-directory-wrapper .department-directory-card .cta {
		position: relative;
		bottom: unset
	}

	.department-directory-wrapper .department-directory-card:after {
		content: '';
		height: 1px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #8db9ca
	}

	.department-directory-wrapper .department-directory-card:last-child {
		margin-bottom: 0
	}
}

.directory-item {
	border-bottom: 1px solid #c4dbe4;
	padding-bottom: 45px;
	margin-bottom: 45px
}

.directory-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.directory-item .photo-wrapper {
	width: 190px;
	height: 239px
}

.directory-item .photo-wrapper .photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center top
}

.directory-item .photo-wrapper .photo:not(.lazy-load-bg) {
	animation: fadeIn .5s forwards
}

.directory-item .card-body {
	width: calc(100% - 190px);
	padding: 0 0 0 30px
}

.directory-item .card-body .headline {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 29px;
	line-height: 1.8125rem;
	color: #000;
	margin: 0 0 15px 0
}

.directory-item .card-body .bio {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	margin-bottom: 30px
}

.directory-item.no-image .card-body {
	width: 100%;
	padding: 0
}

@media(max-width:575.98px) {
	.directory-item:last-child {
		border-bottom: 1px solid #c4dbe4;
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	.directory-item .row {
		flex-direction: column
	}

	.directory-item .photo-wrapper,
	.directory-item .card-body {
		width: 100%;
		padding: 0
	}

	.directory-item .photo-wrapper {
		height: 400px;
		width: 290px;
		margin-bottom: 10px
	}

	.directory-item .card-body .bio {
		margin-bottom: 15px
	}
}

@media(max-width:575.98px) {
	.directory-item .photo-wrapper {
		height: 250px;
		width: 190px
	}
}

.directory-listing {
	position: relative;
	border-top: 1px solid #c4dbe4;
	padding: 20px 0 30px 0
}

@media(max-width:991.98px) {
	.directory-listing {
		padding: 40px 0 0 0
	}

	.directory-listing .container {
		padding: 0
	}

	.directory-listing-wrapper hr.dashed {
		margin: 20px 0 50px 0
	}
}

.image-card-callout {
	position: relative;
	padding: 55px 50px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 3/2
}

.image-card-callout:before {
	content: '';
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: calc(100%);
	height: calc(100%);
	z-index: 2;
	-webkit-transition: all 4000ms ease;
	transition: all 4000ms ease;
	pointer-events: none
}

.image-card-callout:before:not(.img-load-lazy) {
	animation: fadeIn 1s forwards
}

.image-card-callout>a {
	text-decoration: none;
	position: initial
}

.image-card-callout>a:focus-visible .btn-secondary {
	background: none !important;
	color: #fff !important
}

.image-card-callout .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 4000ms ease;
	transition: all 4000ms ease
}

.image-card-callout .photo:not(.img-load-lazy) {
	animation: fadeIn 1s forwards
}

.image-card-callout .content {
	position: relative;
	z-index: 3;
	text-align: center;
	color: #fff
}

.image-card-callout .content .headline {
	color: #fff;
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 34px;
	line-height: 2.125rem;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0 0 2px 0
}

.image-card-callout .content .desc {
	margin-top: 6px;
	margin-bottom: 20px
}

.image-card-callout .content .desc p:last-child {
	margin-bottom: 0
}

.image-card-callout .btn {
	min-width: 255px
}

.image-card-callout:hover:before {
	opacity: .5
}

.image-card-callout:hover .photo {
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.image-card-callout:hover .btn-secondary {
	background: none !important;
	color: #fff !important
}

.image-card-callout:focus-within {
	outline: 2px solid #0057bb;
	outline-offset: 2px
}

@supports not (aspect-ratio:3/2) {
	.image-card-callout::before {
		float: left;
		padding-top: 100%;
		content: ""
	}

	.image-card-callout::after {
		display: block;
		content: "";
		clear: both
	}
}

.col-lg-4 .image-card-callout {
	padding: 25px 30px
}

.col-lg-4 .image-card-callout .content .headline {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 28px;
	line-height: 1.75rem
}

.col-lg-4 .image-card-callout .content .desc {
	font-size: 14px;
	font-size: .875rem;
	line-height: 22px;
	line-height: 1.375rem
}

.col-lg-4 .image-card-callout .btn {
	min-width: 155px;
	padding: 10px 16px;
	white-space: nowrap;
	font-size: 13px;
	font-size: .8125rem
}

@media(max-width:1219.98px) {
	.image-card-callout {
		padding: 30px 50px
	}

	.image-card-callout .content .headline {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 30px;
		line-height: 1.875rem
	}

	.image-card-callout .content .desc {
		margin-top: 1px;
		margin-bottom: 10px
	}

	.image-card-callout .content .desc p:last-child {
		margin-bottom: 0
	}

	.col-lg-4 .image-card-callout {
		padding: 20px 20px
	}

	.col-lg-4 .image-card-callout .content .headline {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 18px;
		line-height: 1.125rem
	}

	.col-lg-4 .image-card-callout .content .desc {
		font-size: 11px;
		font-size: .6875rem;
		line-height: 18px;
		line-height: 1.125rem
	}

	.col-lg-4 .image-card-callout .btn {
		min-width: 155px;
		padding: 8px 16px;
		white-space: nowrap;
		font-size: 12px;
		font-size: .75rem
	}
}

@media(max-width:991.98px) {

	.col-lg-4 .image-card-callout,
	.image-card-callout {
		min-height: initial
	}

	.col-lg-4 .image-card-callout .content .headline,
	.image-card-callout .content .headline {
		font-size: 34px;
		font-size: 2.125rem;
		line-height: 34px;
		line-height: 2.125rem
	}

	.col-lg-4 .image-card-callout .content .desc,
	.image-card-callout .content .desc {
		margin-top: 1px;
		margin-bottom: 10px
	}

	.col-lg-4 .image-card-callout .content .desc p:last-child,
	.image-card-callout .content .desc p:last-child {
		margin-bottom: 0
	}

	.col-lg-4 .image-card-callout {
		padding: 25px 35px
	}

	.col-lg-4 .image-card-callout .content .desc {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 21px;
		line-height: 1.3125rem
	}

	.col-lg-4 .image-card-callout .btn {
		min-width: 155px;
		padding: 10px 16px;
		white-space: nowrap;
		font-size: 13px;
		font-size: .8125rem
	}
}

@media(max-width:767.98px) {

	.col-lg-4 .image-card-callout,
	.image-card-callout {
		min-height: initial;
		padding: 30px 35px
	}

	.col-lg-4 .image-card-callout .container,
	.image-card-callout .container {
		padding: 0
	}

	.col-lg-4 .image-card-callout .row .col-12,
	.image-card-callout .row .col-12 {
		padding: 0
	}

	.col-lg-4 .image-card-callout .btn,
	.image-card-callout .btn {
		min-width: unset;
		width: calc(100% - 30px)
	}
}

@media(max-width:575.98px) {

	.col-lg-4 .image-card-callout,
	.image-card-callout {
		padding: 30px 50px
	}

	.col-lg-4 .image-card-callout .content .headline,
	.image-card-callout .content .headline {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 30px;
		line-height: 1.875rem
	}

	.col-lg-4 .image-card-callout .content .desc,
	.image-card-callout .content .desc {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 21px;
		line-height: 1.3125rem
	}

	.col-lg-4 .image-card-callout .content .desc p:last-child,
	.image-card-callout .content .desc p:last-child {
		margin-bottom: 0
	}
}

@media all and (max-width:450px) {

	.col-lg-4 .image-card-callout,
	.image-card-callout {
		padding: 20px 20px
	}

	.col-lg-4 .image-card-callout .content .headline,
	.image-card-callout .content .headline {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 18px;
		line-height: 1.125rem
	}

	.col-lg-4 .image-card-callout .content .desc,
	.image-card-callout .content .desc {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 21px;
		line-height: 1.3125rem
	}

	.col-lg-4 .image-card-callout .btn,
	.image-card-callout .btn {
		min-width: 155px;
		padding: 8px 16px;
		white-space: nowrap;
		font-size: 12px;
		font-size: .75rem
	}
}

@media all and (max-width:375px) {

	.col-lg-4 .image-card-callout .content .headline,
	.image-card-callout .content .headline {
		font-size: 16px;
		font-size: 1rem;
		line-height: 16px;
		line-height: 1rem
	}

	.col-lg-4 .image-card-callout .content .desc,
	.image-card-callout .content .desc {
		font-size: 12px;
		font-size: .75rem;
		line-height: 18px;
		line-height: 1.125rem
	}
}

.image-card-callouts {
	padding: 0;
	margin-bottom: 60px
}

.image-card-callouts .row {
	justify-content: flex-start
}

.image-card-callouts .row>[class^='col-'] {
	margin-bottom: 30px
}

.content-block .image-card-callouts {
	margin-bottom: 30px
}

@media(max-width:991.98px) {
	.image-card-callouts {
		margin-bottom: 30px
	}

	.image-card-callouts .container {
		padding: 0
	}

	.image-card-callouts .row>[class^='col-'] {
		margin-bottom: 15px
	}

	.image-card-callouts:last-child {
		margin-bottom: 60px
	}
}

@media(max-width:767.98px) {
	.image-card-callouts .row>[class^='col-'] {
		padding-left: 0;
		padding-right: 0
	}
}

.mfp-bg {
	background: #000;
	opacity: .9;
	filter: alpha(opacity=90)
}

.mfp-image-holder {
	display: flex;
	align-items: center
}

.mfp-image-holder .mfp-content figure {
	border-bottom: none
}

.mfp-image-holder .mfp-content figure .mfp-img {
	max-height: calc(100vh - 110px) !important
}

.image-gallery-wrapper .content-block h1,
.image-gallery-wrapper .content-block h2,
.image-gallery-wrapper .content-block h3,
.image-gallery-wrapper .content-block h4,
.image-gallery-wrapper .content-block h5,
.image-gallery-wrapper .content-block h6,
.image-gallery-wrapper .content-block .h1,
.image-gallery-wrapper .content-block .h2,
.image-gallery-wrapper .content-block .h3,
.image-gallery-wrapper .content-block .h4,
.image-gallery-wrapper .content-block .h5,
.image-gallery-wrapper .content-block .h6 {
	margin-bottom: 0
}

.image-gallery-wrapper .image-gallery-wrapper-inner .col-12 {
	padding: 0
}

.image-gallery-wrapper .smu-overlay-image-gallery .sf-Gallery-thumbs {
	max-height: 460px;
	overflow: auto;
	padding: 10px 5px 5px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly
}

.image-gallery-wrapper .smu-overlay-image-gallery .sf-Gallery-thumbs li {
	flex-grow: 1;
	min-width: 140px;
	display: flex;
	align-items: center
}

.image-gallery-wrapper .smu-overlay-image-gallery .sf-Gallery-thumbs li a {
	background: #757575
}

.image-gallery-wrapper .smu-overlay-image-gallery .sf-Gallery-thumbs li a img {
	max-height: 140px;
	width: 140px;
	object-fit: cover;
	object-position: center
}

@media(hover:hover) and (pointer:fine) {
	.image-gallery-wrapper .smu-overlay-image-gallery .sf-Gallery-thumbs li a img:hover {
		outline: 3px solid #8db9ca;
		outline-offset: -1px
	}
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image {
	height: 600px;
	display: flex;
	align-items: center
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav {
	position: absolute;
	width: calc(100% - 30px);
	left: 15px
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-prev,
.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next {
	text-decoration: none;
	color: #fff;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	background: #223056;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all .2s;
	opacity: 1
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-prev span,
.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next span {
	color: #fff;
	font-size: 18px;
	position: relative
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-prev span.icon-stmrtu-arrow-carousel-left,
.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next span.icon-stmrtu-arrow-carousel-left {
	left: -1px
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-prev span.icon-stmrtu-arrow-carousel-right,
.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next span.icon-stmrtu-arrow-carousel-right {
	left: 1px
}

@media(hover:hover) and (pointer:fine) {

	.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-prev:hover,
	.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next:hover {
		background-color: #ffc82e
	}

	.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-prev:hover span,
	.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next:hover span {
		color: #000
	}
}

@media(pointer:coarse) {

	.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-prev:active,
	.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next:active {
		background-color: #ffc82e
	}

	.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-prev:active span,
	.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next:active span {
		color: #000
	}
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-prev:focus-visible,
.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next:focus-visible {
	background-color: #ffc82e;
	outline: none
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-prev:focus-visible span,
.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next:focus-visible span {
	color: #000
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image nav .sf-Gallery-next {
	position: absolute;
	right: 0
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-image img {
	max-height: 60vh;
	margin: 0 auto 30px;
	display: block;
	background: #dbe8ee
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-thumbs {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 5px;
	display: flex;
	flex-wrap: nowrap
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-thumbs a {
	display: flex;
	flex-shrink: 0;
	padding: 5px;
	justify-content: center;
	align-items: center
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-thumbs a img {
	max-height: 160px;
	width: 160px;
	object-fit: cover;
	object-position: center;
	background: #757575
}

@media(hover:hover) and (pointer:fine) {
	.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-thumbs a img:hover {
		outline: 3px solid #8db9ca;
		outline-offset: -1px
	}
}

.image-gallery-wrapper .smu-image-gallery-strip .sf-Gallery-thumbs a.is-selected img {
	outline: 3px solid #8db9ca;
	outline-offset: -1px
}

.image-gallery-wrapper .simple-list-image-gallery figure {
	border-bottom: none;
	margin: 0;
	padding: 3px
}

.mfp-content {
	min-width: 400px;
	padding: 20px
}

.mfp-content .figure {
	border-bottom: none
}

.inline-alert {
	background: #ffc82e;
	padding: 35px 45px
}

.inline-alert .content-block {
	margin-bottom: 0
}

.inline-alert .content-block>div *:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important
}

.inline-alert .content-block>div *:last-child.btn {
	padding-bottom: 16px !important
}

.inline-alert .alert-header {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 38px;
	line-height: 2.375rem;
	font-family: antarctican-headline;
	letter-spacing: 1.2px;
	font-weight: 900;
	padding-bottom: 25px
}

.inline-alert .alert-header .content-block a,
.inline-alert .alert-header .content-block p,
.inline-alert .alert-header .content-block h1,
.inline-alert .alert-header .content-block h2,
.inline-alert .alert-header .content-block h3,
.inline-alert .alert-header .content-block h4,
.inline-alert .alert-header .content-block h5,
.inline-alert .alert-header .content-block h6,
.inline-alert .alert-header .content-block .h1,
.inline-alert .alert-header .content-block .h2,
.inline-alert .alert-header .content-block .h3,
.inline-alert .alert-header .content-block .h4,
.inline-alert .alert-header .content-block .h5,
.inline-alert .alert-header .content-block .h6 {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 38px;
	line-height: 2.375rem;
	font-family: antarctican-headline;
	letter-spacing: 1.2px;
	font-weight: 900;
	padding: 0;
	margin: -8px 0 20px;
	color: #000;
	text-transform: initial
}

.inline-alert .content {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 28px;
	line-height: 1.75rem
}

@media(max-width:991.98px) {
	.inline-alert {
		padding: 25px 15px
	}

	.inline-alert header.alert-header {
		flex-direction: column
	}

	.inline-alert header.alert-header .date {
		font-size: 16px;
		font-size: 1rem;
		line-height: 22px;
		line-height: 1.375rem
	}

	.inline-alert .content {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 22px;
		line-height: 1.375rem
	}
}

.nav-card {
	border-radius: 0;
	height: 100%;
	background: #f3f6f7;
	border: none
}

.nav-card a {
	text-decoration: none;
	height: 100%;
	transition: box-shadow 1s, border .3s
}

.nav-card a:hover,
.nav-card a:focus {
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3)
}

.nav-card a:hover .card-title,
.nav-card a:focus .card-title {
	text-decoration: underline
}

.nav-card a .photo-wrapper {
	overflow: hidden
}

.nav-card a .photo {
	object-fit: cover;
	object-position: center;
	height: 281px;
	width: 100%
}

.nav-card a .photo:not(.lazy-load-bg) {
	animation: fadeIn .5s forwards
}

.nav-card a .card-body {
	padding: 10px 15px
}

.nav-card a .card-body .card-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-family: tablet-gothic, verdana, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	color: #223056
}

.nav-card a .card-body .card-text {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	color: #000
}

@media(max-width:767.98px) {
	.nav-cards .col-md-6.col-lg-4 {
		margin-bottom: 10px
	}

	.nav-card {
		padding: 18px 22px 26px
	}

	.nav-card a:hover,
	.nav-card a:focus {
		box-shadow: none
	}

	.nav-card a .photo {
		display: none
	}

	.nav-card a .card-body {
		padding: 0
	}

	.nav-card a .card-body .card-title {
		margin: 0 0 6px 0
	}

	.nav-card a .card-body .card-text {
		line-height: 20px;
		line-height: 1.25rem
	}
}

.nav-cards .section-title {
	margin: 0 0 20px 0
}

.nav-cards .row>[class^="col-"] {
	margin-bottom: 30px
}

.landing-navigation-cards .nav-card {
	background: #f3f6f7
}

.landing-navigation-cards .nav-card a {
	overflow: hidden
}

.landing-navigation-cards .nav-card a:hover {
	box-shadow: none
}

.landing-navigation-cards .nav-card a:hover .photo {
	transform: scale(1.1)
}

.landing-navigation-cards .nav-card a .photo {
	transition: transform 6s
}

.col-lg-8 .interior-nav-cards {
	margin-right: -15px;
	margin-left: -15px
}

#smu-locations {
	border-bottom: 22px solid #223056
}

.gm-style-iw-t .gm-style-iw-c {
	min-width: 280px !important;
	font-family: tablet-gothic, verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem
}

.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d {
	margin-right: 10px;
	margin-top: 10px;
	margin: 10px 10px 20px 10px
}

.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper {
	padding-right: 0
}

.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper .locations-info-heading-div {
	margin-bottom: 20px
}

.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper .locations-info-heading-div .locations-info-heading {
	font-size: 27px;
	font-size: 1.6875rem;
	font-weight: 700
}

.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col {
	overflow: auto !important;
	min-width: 250px;
	padding-right: 25px
}

.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-directions {
	display: block
}

.gm-style-iw-t:after {
	filter: drop-shadow(0 -1px 0 white)
}

.breadcrumbs {
	background: linear-gradient(#f3f6f7 0%, rgba(255, 255, 255, .1) 70%)
}

.locations-info-wrapper {
	padding-right: 16px;
	max-width: 395px;
	min-width: 280px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 400
}

.locations-info-wrapper .locations-info-heading-div {
	margin-bottom: 20px
}

.locations-info-wrapper .locations-info-heading-div .locations-info-heading {
	font-family: antarctican-headline, impact, sans-serif;
	font-size: 29px;
	font-size: 1.8125rem;
	line-height: 34px;
	line-height: 2.125rem;
	font-weight: 700;
	display: inline;
	margin: 0;
	letter-spacing: .5px
}

.locations-info-wrapper .locations-info-heading-div .locations-info-heading a {
	text-decoration: none
}

.locations-info-wrapper .locations-info-heading-div .locations-info-heading:hover a {
	text-decoration: underline
}

.locations-info-wrapper .locations-info-heading-div .locations-info-heading:after {
	content: " ";
	padding-right: 15px
}

.locations-info-wrapper .locations-info-heading-div .info-window-distance {
	white-space: nowrap
}

.locations-info-wrapper .locations-info-content-wrapper {
	display: flex
}

.locations-info-wrapper .locations-info-content-wrapper .locations-info-image-col {
	width: 80px;
	min-width: 80px;
	padding-top: 2px
}

.locations-info-wrapper .locations-info-content-wrapper .locations-info-image-col .locations-info-thumbnail {
	object-fit: cover;
	object-position: center;
	height: 70px
}

.locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col {
	max-height: 165px;
	padding-left: 15px
}

.locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-street {
	margin-bottom: 0
}

.locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-csz {
	margin-bottom: 14px
}

.locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-phone,
.locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-email,
.locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-web {
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-directions {
	display: none;
	margin-bottom: 1rem
}

.locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col p {
	margin-bottom: 8px
}

.location-search {
	position: relative;
	width: 100%;
	overflow-x: hidden
}

.location-search .container {
	padding: 0 15px 60px;
	background: linear-gradient(to bottom, #fff 0%, #f3f6f7 100%);
	clip-path: inset(0 15px)
}

.location-search .container .location-finder-title {
	font-size: 66px;
	font-size: 4.125rem;
	line-height: 56px;
	line-height: 3.5rem;
	font-weight: 900;
	font-family: antarctican-headline, impact, sans-serif;
	letter-spacing: 1px;
	position: relative;
	top: 10px
}

.location-search .container .find-your-location-wrapper {
	margin-top: 20px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 100%
}

.location-search .container .find-your-location-wrapper .accent-chevrons {
	position: absolute;
	top: -16px;
	right: -80px;
	height: 170px
}

.location-search .container .find-your-location-wrapper .big-chev {
	height: 275px;
	padding: 0 31px 0 0
}

.location-search .container .find-your-location-wrapper .blurb-wrapper {
	display: inline-block;
	width: 460px
}

.location-search .container .find-your-location-wrapper .blurb-wrapper h2 {
	margin-bottom: 20px
}

.location-search .container .find-your-location-wrapper .blurb-wrapper h2>.content-block {
	margin-bottom: 0
}

.location-search .container .find-your-location-wrapper .blurb-wrapper .location-finder-sub {
	white-space: nowrap;
	margin-right: -45px;
	letter-spacing: 1px;
	font-size: 48px;
	font-size: 3rem;
	line-height: 47px;
	line-height: 2.9375rem
}

.location-search .container .find-your-location-wrapper .search-wrapper {
	display: inline-block;
	font-size: 15px;
	font-size: .9375rem;
	max-width: 413px;
	width: 100%;
	position: relative;
	top: -7px;
	z-index: 2
}

.location-search .container .find-your-location-wrapper .search-wrapper .search-caption {
	text-align: left;
	margin-bottom: 0;
	font-size: 13px;
	font-size: .8125rem;
	position: relative;
	top: 4px
}

.location-search .container .find-your-location-wrapper .search-wrapper .search-box.has-error {
	margin-bottom: 45px
}

.location-search .container .find-your-location-wrapper .search-wrapper .search-box .search-error {
	margin-bottom: 20px;
	top: 20px;
	white-space: normal;
	line-height: 1.25rem
}

.location-search-results {
	padding-top: 30px
}

.location-search-results .location-search-results-title {
	letter-spacing: 1px;
	margin-top: 12px;
	margin-bottom: 0
}

.location-search-results .location-search-results-title>.content-block {
	margin-bottom: 20px
}

.location-search-results .location-search-results-caption {
	display: none;
	margin-bottom: 10px
}

.location-search-results .location-search-results-caption.show {
	display: block
}

.location-search-results .location-search-results-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: normal;
	margin: 0 -20px 85px
}

.location-search-results .location-search-results-wrapper .locations-info-wrapper {
	background: #f3f6f7;
	margin: 15px;
	width: calc(33% - 10px);
	padding: 20px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 20px) 100%, 0 100%)
}

.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-image-col {
	min-width: 80px
}

.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-image-col .locations-info-thumbnail {
	object-fit: cover;
	object-position: center;
	height: 70px
}

.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col {
	max-height: unset
}

@media(max-width:1219.98px) {
	.location-search .container .find-your-location-wrapper {
		padding: 0 15px
	}

	.location-search .container .find-your-location-wrapper .blurb-wrapper .location-finder-sub {
		white-space: normal;
		margin-right: 0
	}

	.location-search .container .find-your-location-wrapper .accent-chevrons {
		right: 20px;
		top: 10px
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper {
		width: 45%
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col {
		padding-left: 0
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-phone,
	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-email,
	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-web {
		max-width: 210px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

@media(max-width:991.98px) {
	.location-search {
		top: -5px;
		margin-bottom: -5px;
		overflow-x: unset
	}

	.location-search .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
		clip-path: unset;
		max-width: unset
	}

	.location-search .container .find-your-location-wrapper {
		padding: 0 20px;
		margin-top: -2px
	}

	.location-search .container .find-your-location-wrapper .blurb-wrapper {
		width: auto
	}

	.location-search .container .find-your-location-wrapper .search-wrapper {
		width: 100%;
		max-width: unset;
		margin-top: 1rem
	}

	.location-search .container .row:first-child {
		max-width: 646px;
		margin: 0 auto
	}

	.location-search .container .row:first-child div {
		padding-left: 0;
		padding-right: 0
	}

	.location-search .row:last-child div.sf_colsIn {
		overflow: hidden
	}

	.location-search-results {
		padding-top: 15px
	}

	.location-search-results>.container {
		padding-left: 20px;
		padding-right: 20px
	}

	.location-search-results .location-search-results-wrapper {
		margin: 0 -15px 75px;
		justify-content: center
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper {
		width: 100%;
		margin: 0 15px 25px
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper:first-child {
		margin-top: 15px
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col {
		padding-left: 0
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-phone,
	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-email,
	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-web {
		max-width: 210px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.location-search-results .location-search-results-title {
		font-size: 35px;
		font-size: 2.1875rem;
		line-height: 38px;
		line-height: 2.375rem
	}
}

@media(max-width:767.98px) {
	.location-search .location-finder-title {
		font-size: 48px;
		font-size: 3rem;
		line-height: 44px;
		line-height: 2.75rem;
		margin: -8px 20px 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #8db9ca
	}

	.location-search .location-finder-title .content-block {
		margin-bottom: 0;
		padding-bottom: 0
	}

	.location-search .container .find-your-location-wrapper .blurb-wrapper .content-block {
		margin-bottom: 5px
	}

	.location-search .container .find-your-location-wrapper .search-wrapper .search-box {
		margin-bottom: 15px
	}
}

@media all and (max-width:360px) {
	.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper {
		min-width: initial;
		max-width: initial
	}

	.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper .locations-info-content-wrapper .locations-info-image-col {
		display: none
	}

	.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col {
		padding-left: 0;
		font-size: 13px;
		font-size: .8125rem;
		line-height: 15px;
		line-height: .9375rem;
		min-width: initial
	}

	.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-phone,
	.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-email,
	.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-web {
		max-width: 210px
	}

	.gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-directions {
		display: block
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper {
		min-width: initial;
		max-width: initial
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col {
		padding-left: 5px;
		font-size: 15px;
		font-size: .9375rem;
		line-height: 16px;
		line-height: 1rem
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-phone,
	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-email,
	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-web {
		max-width: 170px
	}

	.location-search-results .location-search-results-wrapper .locations-info-wrapper .locations-info-content-wrapper .locations-info-content-col .locations-info-directions {
		display: block
	}
}

@media(max-width:575.98px) {
	.location-search .container .find-your-location-wrapper .search-wrapper .search-box.has-error {
		margin-bottom: 65px
	}
}

.interactive-map-section {
	min-width: 100%;
	height: calc(100vh - 315px);
	min-height: 600px
}

.interactive-map-section.full-screen {
	height: 100%
}

.interactive-map-section .interactive-map {
	height: 100%
}

.interactive-map-section .gm-style-iw-t {
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5))
}

.interactive-map-section .gm-style-iw-t .gm-style-iw.gm-style-iw-c {
	border-radius: 0;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 20px) 100%, 0 100%);
	box-shadow: none
}

.interactive-map-section .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
	top: 15px !important;
	right: 15px !important;
	color: #223056;
	opacity: 1
}

.interactive-map-section .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect img {
	filter: invert(8%) sepia(91%) saturate(3743%) hue-rotate(319deg) brightness(86%) contrast(108%);
	height: 20px !important;
	width: 20px !important;
	margin: 4px !important
}

.interactive-map-section .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect:hover img {
	filter: grayscale(100%)
}

@media(max-width:991.98px) {
	.interactive-map-section {
		height: calc(50vh - 66px);
		min-height: unset
	}
}

.marketing-landing-hero {
	margin-bottom: 30px;
	position: relative;
	height: calc(100vh - 100px);
	max-height: 600px;
	margin-bottom: 60px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end
}

.marketing-landing-hero .background-wrapper {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.marketing-landing-hero .background-wrapper .content-block,
.marketing-landing-hero .background-wrapper .content-block div {
	height: 100%;
	margin: 0;
	padding: 0
}

.marketing-landing-hero .background-wrapper img {
	object-fit: cover;
	object-position: left;
	height: 100%;
	width: 100%
}

.marketing-landing-hero .clipping-wrapper {
	clip-path: polygon(calc(100% - 580px) 0px, 100% 0, 100% 100%, calc(100% - 730px) 100%);
	position: relative;
	z-index: 1;
	background: #264348;
	color: #fff;
	padding: 40px 0 40px;
	font-size: .9rem;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	flex-basis: 795px
}

.marketing-landing-hero .clipping-wrapper .row {
	align-items: center;
	justify-content: flex-end
}

.marketing-landing-hero .clipping-wrapper .row .content-block {
	margin: 0;
	padding-right: 80px
}

.marketing-landing-hero .clipping-wrapper .row .content-block h1 {
	text-transform: uppercase;
	color: #fff;
	margin-top: 0;
	font-size: 3.1875rem;
	line-height: 47px;
	line-height: 2.9375rem;
	font-weight: 900
}

.marketing-landing-hero .clipping-wrapper .row .content-block p:last-of-type {
	padding-bottom: 0;
	display: flex
}

.marketing-landing-hero .clipping-wrapper .row .content-block .btn {
	padding: 15px 40px
}

.marketing-landing-hero .clipping-wrapper .row .content-block .btn.btn-secondary:hover {
	color: #fff !important
}

.marketing-landing-hero .clipping-wrapper .row .content-block .btn:last-of-type {
	margin-right: 0
}

.marketing-landing-hero.gold .clipping-wrapper {
	background: #ffc82e
}

.marketing-landing-hero.gold .clipping-wrapper h1,
.marketing-landing-hero.gold .clipping-wrapper h2 {
	color: #000 !important
}

.marketing-landing-hero.gold .clipping-wrapper p,
.marketing-landing-hero.gold .clipping-wrapper h3,
.marketing-landing-hero.gold .clipping-wrapper h4,
.marketing-landing-hero.gold .clipping-wrapper h5,
.marketing-landing-hero.gold .clipping-wrapper h6 {
	color: #000
}

.marketing-landing-hero.maroon .clipping-wrapper {
	background: #223056
}

.marketing-landing-hero.tall .clipping-wrapper {
	height: 100%
}

@media(min-width:992px) {
	.marketing-landing-hero .container {
		max-width: 100%
	}

	.marketing-landing-hero .container .row .col-12 {
		max-width: 555px
	}
}

@media(max-width:1500px) {
	.marketing-landing-hero .clipping-wrapper {
		height: initial;
		padding: 30px 0
	}

	.marketing-landing-hero.tall .clipping-wrapper {
		height: initial
	}
}

@media(max-width:1219.98px) {
	.marketing-landing-hero .clipping-wrapper .container .content-block {
		padding-right: 15px
	}

	.marketing-landing-hero .clipping-wrapper .container .content-block .btn.btn-secondary:hover {
		color: initial !important
	}

	.marketing-landing-hero .clipping-wrapper .container .content-block .btn:last-of-type {
		margin-right: 0
	}

	.marketing-landing-hero.maroon .container .content-block .btn.btn-secondary:hover {
		color: initial
	}

	.marketing-landing-hero.maroon .container .content-block .btn.btn-secondary:focus {
		color: #fff !important
	}
}

@media(max-width:991.98px) {
	.marketing-landing-hero {
		max-height: initial;
		height: initial;
		display: block
	}

	.marketing-landing-hero .background-wrapper {
		position: relative
	}

	.marketing-landing-hero .clipping-wrapper {
		clip-path: none !important;
		min-height: 300px
	}
}

.maroon-background-callout {
	position: relative
}

.maroon-background-callout .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.maroon-background-callout .photo:not(.img-load-lazy) {
	animation: fadeIn 1s forwards
}

.maroon-background-callout .container {
	position: relative;
	display: flex
}

.maroon-background-callout .overlay-arrows {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat
}

.maroon-background-callout .overlay-arrows.left {
	background-image: url("../ResourcePackages/lib/img/accents/Chevron-Lockup-LtBlue2red.svg");
	background-position: top 145px left 75px;
	background-size: 170px
}

.maroon-background-callout .overlay-arrows.right {
	background-image: url("../ResourcePackages/lib/img/accents/Chevron-Lockup-Red2red.svg");
	background-position: bottom 15px right;
	background-size: 135px
}

.maroon-background-callout .content {
	position: relative;
	z-index: 4;
	padding: 140px 0 150px;
	color: #fff;
	max-width: 640px;
	margin: 0 auto
}

.maroon-background-callout .content .headline {
	color: #fff;
	font-size: 45px;
	font-size: 2.8125rem;
	line-height: 45px;
	line-height: 2.8125rem;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 0 0 25px 0;
	position: relative;
	z-index: 5
}

.maroon-background-callout .content .desc {
	position: relative;
	z-index: 5;
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: .6px
}

.maroon-background-callout .content .ctas {
	margin-top: 23px
}

.maroon-background-callout .content .ctas .inline-buttons .btn {
	min-width: 230px
}

.maroon-background-callout .content .ctas .inline-buttons .btn+.btn {
	margin-left: 15px
}

@media(hover:hover) and (pointer:fine) {
	.maroon-background-callout .btn-secondary:hover {
		color: #fff !important
	}
}

.maroon-background-callout .btn-secondary:focus,
.maroon-background-callout .btn-secondary.active {
	color: #fff !important
}

@media(max-width:1219.98px) {
	.maroon-background-callout .container {
		max-width: 100%
	}

	.maroon-background-callout .overlay-arrows.left {
		background-position: top 145px left 30px
	}

	.maroon-background-callout .overlay-arrows.right {
		background-position: bottom 15px right 30px
	}
}

@media(max-width:991.98px) {
	.maroon-background-callout .overlay-arrows.left {
		background-position: bottom -10px right
	}

	.maroon-background-callout .overlay-arrows.right {
		background-position: top 10px left 15px
	}
}

@media(max-width:767.98px) {
	.maroon-background-callout .content {
		padding-top: 135px;
		padding-left: 5px;
		padding-right: 5px
	}

	.maroon-background-callout .content .ctas .inline-buttons {
		flex-direction: column;
		align-items: flex-start;
		width: 100%
	}

	.maroon-background-callout .content .ctas .inline-buttons a {
		display: block;
		width: 100%
	}

	.maroon-background-callout .content .ctas .inline-buttons .btn {
		min-width: unset;
		margin-bottom: 10px
	}

	.maroon-background-callout .content .ctas .inline-buttons .btn+.btn {
		margin-left: 0
	}
}

.maroon-link-card-item {
	border: none;
	border-radius: 0;
	height: 100%
}

.maroon-link-card-item a {
	background: #223056;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	transition: background .3s
}

.maroon-link-card-item a:hover,
.maroon-link-card-item a:focus {
	outline: none
}

.maroon-link-card-item a:hover .photo,
.maroon-link-card-item a:focus .photo {
	transform: scale(1.2);
	transition: transform 6s
}

.maroon-link-card-item a:hover .card-body .card-title,
.maroon-link-card-item a:focus .card-body .card-title {
	color: #ffc82e
}

.maroon-link-card-item a:focus-visible {
	outline: 2px solid #0057bb;
	outline-offset: 2px
}

.maroon-link-card-item .photo-wrapper {
	position: relative;
	overflow: hidden
}

.maroon-link-card-item .photo {
	object-fit: cover;
	object-position: center;
	height: 275px;
	width: 100%;
	transform: scale(1.01);
	transition: transform .3s
}

.maroon-link-card-item .photo:not(.lazy-load-bg) {
	animation: fadeIn .5s forwards
}

.maroon-link-card-item .card-body {
	padding: 28px 30px;
	display: flex;
	align-items: center;
	position: relative
}

.maroon-link-card-item .card-body .card-title {
	color: #fff;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin: -4px 0 0;
	font-weight: 700;
	letter-spacing: 1px;
	transition: color .3s
}

@media(max-width:991.98px) {
	.maroon-link-card-item .photo {
		height: auto
	}

	.maroon-link-card-item .card-body {
		padding: 25px 20px
	}
}

.maroon-link-cards {
	position: relative;
	margin-top: -43px
}

.maroon-link-cards .row {
	justify-content: flex-start
}

.maroon-link-cards .row>[class^='col-'] {
	margin-bottom: 30px
}

.maroon-link-cards .intro {
	padding: 0
}

.maroon-link-cards .intro .content-block {
	margin-bottom: -10px !important
}

.maroon-link-cards .intro h1,
.maroon-link-cards .intro .headline {
	font-size: 48px;
	font-size: 3rem;
	margin-bottom: 15px
}

.maroon-link-cards .intro p {
	line-height: 26px;
	line-height: 1.625rem
}

.maroon-link-cards .intro p:last-child {
	margin-bottom: 25px
}

@media(max-width:991.98px) {
	.maroon-link-cards {
		margin-top: -38px
	}

	.maroon-link-cards .row>[class^='col-'] {
		margin-bottom: 20px;
		padding-right: 10px;
		padding-left: 10px
	}

	.maroon-link-cards .intro .headline {
		font-size: 48px;
		font-size: 3rem;
		line-height: 44px;
		line-height: 2.75rem
	}

	.maroon-link-cards .intro p:last-child {
		margin-bottom: 25px
	}
}

@media(max-width:767.98px) {
	.maroon-link-cards {
		margin-right: 10px;
		margin-left: 10px
	}
}

.searchbox-animation {
	position: absolute;
	overflow: hidden;
	height: 22px
}

.searchbox-animation svg {
	fill: #223056;
	height: 22px;
	width: 100%;
	position: absolute;
	opacity: 0
}

.searchbox-animation svg:nth-of-type(1) {
	transform: translateX(-60%);
	animation: chev1 3s linear infinite
}

.searchbox-animation svg:nth-of-type(2) {
	transform: translateX(-60%);
	animation: chev1 3s linear .3s infinite
}

.searchbox-animation svg:nth-of-type(3) {
	transform: translateX(-60%);
	animation: chev1 3s linear .6s infinite
}

.searchbox-animation svg:nth-of-type(4) {
	transform: translateX(-60%);
	animation: chev1 3s linear .9s infinite
}

@keyframes chev1 {
	0% {
		transform: translateX(-100%);
		opacity: 0
	}

	25% {
		transform: translateX(-20%);
		opacity: 1
	}

	75% {
		transform: translateX(20%);
		opacity: 1
	}

	100% {
		transform: translateX(100%);
		opacity: 0
	}
}

.audio-player-wrapper {
	margin-bottom: 60px
}

.audio-player-wrapper h5 {
	margin-bottom: 20px
}

.audio-player {
	height: 65px;
	width: 100%;
	max-width: 870px;
	background: #f3f6f7;
	font-family: tablet-gothic, verdana, sans-serif;
	color: #000;
	display: grid;
	grid-template-rows: 6px auto;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0 25px
}

.audio-player a {
	text-decoration: none
}

@media(hover:hover) and (pointer:fine) {
	.audio-player a:hover {
		color: #000 !important
	}
}

.audio-player a:focus,
.audio-player a.active {
	color: #000 !important
}

.audio-player .timeline {
	background: rgba(0, 0, 0, .15);
	width: 100%;
	position: relative;
	cursor: pointer;
	height: 6px;
	align-self: center;
	margin: 20px;
	justify-content: flex-start;
	overflow: hidden;
	border-radius: 0
}

.audio-player .timeline .progress {
	background: #223056;
	width: 0%;
	height: 100%;
	transition: width .125s linear;
	border-radius: 0
}

.audio-player>* {
	display: flex;
	justify-content: center;
	align-items: center
}

.audio-player .play-container {
	width: 24px;
	text-align: center;
	color: #223056;
	font-size: 1rem;
	margin-right: 10px
}

.audio-player .toggle-play.play {
	cursor: pointer;
	position: relative
}

.audio-player .toggle-play.play:before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: ""
}

.audio-player .toggle-play.play:hover {
	color: #000
}

.audio-player .toggle-play.pause {
	cursor: pointer;
	position: relative;
	transition: color .125s ease-in-out
}

.audio-player .toggle-play.pause:before {
	font-weight: 900;
	content: "";
	font-family: "Font Awesome 5 Free"
}

.audio-player .toggle-play.pause:hover {
	color: #000
}

.audio-player .time {
	display: flex;
	white-space: nowrap;
	justify-content: start;
	align-content: flex-start;
	min-width: 86px
}

.audio-player .time>* {
	padding: 2px
}

.audio-player .volume-container {
	cursor: pointer;
	position: relative;
	z-index: 2
}

.audio-player .volume-container .volume-button {
	display: flex;
	justify-content: center;
	width: 32px;
	color: #223056;
	font-size: 1.5rem
}

.audio-player .volume-container .volume-button .volume {
	transition: color .125s ease-in-out
}

.audio-player .volume-container .volume-button .volume:before {
	font-weight: 900;
	content: "";
	font-family: "Font Awesome 5 Free"
}

.audio-player .volume-container .volume-button .volume:hover {
	color: #000
}

.audio-player .volume-container .volume-slider {
	position: absolute;
	top: -85px;
	z-index: 10;
	width: 0;
	height: 100px;
	background: #cfd1d2;
	transition: .125s;
	align-content: flex-end;
	transform: rotate(180deg)
}

.audio-player .volume-container .volume-slider .volume-percentage {
	background: #223056;
	height: 75%;
	width: 100%
}

.audio-player .volume-container:hover .volume-slider {
	width: 12px
}

.audio-player .volume-container.volume-muted .volume-button .volume:before {
	font-weight: 900;
	content: "";
	font-family: "Font Awesome 5 Free"
}

.audio-player .volume-container.volume-muted .volume-slider {
	display: none
}

.audio-player .download-icon {
	margin-left: 15px;
	font-size: 18px;
	transition: color .125s ease-in-out
}

.audio-player .download-icon:before {
	font-weight: 900;
	content: "";
	font-family: "Font Awesome 5 Free"
}

.audio-player .download-icon:hover {
	color: #000
}

.centralight-cards-wrapper-inner {
	width: 100%;
	display: flex;
	justify-content: space-evenly
}

.centralight-cards-wrapper-inner .card {
	border: none;
	text-align: left;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0
}

.centralight-cards-wrapper-inner .card:before {
	content: "";
	height: 100%;
	width: 100%;
	background: transparent;
	position: absolute;
	transition: all .2s;
	pointer-events: none
}

.centralight-cards-wrapper-inner .card:hover:before {
	background: rgba(0, 0, 0, .5)
}

.centralight-cards-wrapper-inner .card:hover .card-body {
	background: transparent
}

.centralight-cards-wrapper-inner .card:hover .card-body .card-desc-action-wrapper {
	max-height: 550px;
	transition: max-height .4s ease-in
}

.centralight-cards-wrapper-inner .card .card-img-top {
	width: 100%;
	border-radius: 0 !important
}

.centralight-cards-wrapper-inner .card .card-body {
	color: #fff;
	padding: 1.15rem 31px 6px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	transition: background .2s ease-out
}

.centralight-cards-wrapper-inner .card .card-body .card-title {
	color: #fff;
	font-family: antarctican-headline, impact, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 29px;
	line-height: 1.8125rem;
	font-weight: 900
}

.centralight-cards-wrapper-inner .card .card-body .card-desc-action-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: all .5s cubic-bezier(0, 1, 0, 1)
}

.centralight-cards-wrapper-inner .card .card-body .card-text {
	margin-bottom: calc(1rem - 8px)
}

.centralight-cards-wrapper-inner .card .card-body .card-link {
	background: none !important;
	border: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-weight: bold;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	color: #ffc82e !important;
	border-radius: inherit;
	padding: 0;
	margin-bottom: 25px;
	transition: color .2s;
	display: inline-block;
	letter-spacing: 1px
}

.centralight-cards-wrapper-inner .card .card-body .card-link:hover,
.centralight-cards-wrapper-inner .card .card-body .card-link:focus {
	color: #fff !important
}

.centralight-cards-wrapper-inner .card .card-body .card-link:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ffc82e;
	transition: all .2s;
	overflow: visible
}

.centralight-cards-wrapper-inner .card .card-body .card-link:hover:after,
.centralight-cards-wrapper-inner .card .card-body .card-link:focus:after {
	width: 0;
	background: #fff
}

@media(max-width:1219.98px) {
	.centralight-cards-wrapper-inner .card {
		margin-bottom: 3rem;
		height: 360px
	}

	.centralight-cards-wrapper-inner .card .card-body {
		padding: 16px 20px;
		background: rgba(0, 0, 0, .5)
	}

	.centralight-cards-wrapper-inner .card .card-body .card-title {
		color: #fff;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 28px;
		line-height: 1.75rem;
		font-weight: bold
	}

	.centralight-cards-wrapper-inner .card .card-body .card-desc-action-wrapper {
		max-height: 400px
	}

	.centralight-cards-wrapper-inner .card .card-body .card-text {
		margin-top: unset
	}

	.centralight-cards-wrapper-inner .card .card-body .card-link {
		font-size: 16px;
		font-size: 1rem;
		line-height: 22px;
		line-height: 1.375rem;
		margin-bottom: 5px
	}
}

@media(max-width:991.98px) {
	.centralight-cards-wrapper-inner .card {
		margin-bottom: 0;
		height: 460px
	}

	.centralight-cards-wrapper-inner .card:hover:before {
		background: transparent
	}

	.centralight-cards-wrapper-inner .card:hover .card-body {
		background: rgba(0, 0, 0, .5)
	}

	.centralight-cards-wrapper-inner .card .card-img-top {
		object-fit: cover;
		object-position: center;
		height: 670px
	}

	.centralight-cards-wrapper-inner .card .card-body {
		padding: 20px 30px 33px
	}

	.centralight-cards-wrapper-inner .card .card-body .card-title {
		color: #fff;
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 29px;
		line-height: 1.8125rem;
		font-weight: bold;
		margin-top: 12px;
		margin-bottom: calc(.75rem - 5px)
	}

	.centralight-cards-wrapper-inner .card .card-body .card-desc-action-wrapper {
		max-height: 400px;
		height: initial !important
	}

	.centralight-cards-wrapper-inner .card .card-body .card-text {
		margin-bottom: 5px
	}

	.centralight-cards-wrapper-inner .card .card-body .card-link {
		line-height: 22px;
		line-height: 1.375rem;
		margin-bottom: 2px
	}
}

@media(max-width:767.98px) {
	.centralight-cards-wrapper-inner .card {
		margin-bottom: 0
	}

	.centralight-cards-wrapper-inner .card .card-img-top {
		object-fit: cover;
		object-position: center;
		height: initial
	}

	.centralight-cards-wrapper-inner .card .card-body {
		padding: 16px 20px 20px
	}

	.centralight-cards-wrapper-inner .card .card-body .card-desc-action-wrapper {
		max-height: 400px
	}
}

@media(max-width:575.98px) {
	.centralight-cards-wrapper-inner .card {
		margin-bottom: 0
	}

	.centralight-cards-wrapper-inner .card .card-body .card-desc-action-wrapper {
		max-height: 400px
	}
}

.gatewayAlumni-homepage .heroWrapper .hero-image-wrapper {
	max-height: 570px
}

.gatewayAlumni-homepage .heroWrapper .quick-links-bar .quick-links-bar-inner {
	margin: 0
}

.gatewayAlumni-homepage .heroWrapper .quick-links-bar .quick-links-bar-inner .quick-links-bar-CTA .quick-link-cell .quick-link-cell-inner {
	padding: 0 80px
}

@media(max-width:1219.98px) {
	.gatewayAlumni-homepage .heroWrapper .hero-image-wrapper {
		max-height: 480px
	}

	.gatewayAlumni-homepage .heroWrapper .quick-links-bar .quick-links-bar-inner .quick-links-bar-CTA .quick-link-cell .quick-link-cell-inner {
		padding: 0 50px
	}
}

@media(max-width:991.98px) {
	.gatewayAlumni-homepage .heroWrapper .hero-image-wrapper {
		max-height: 480px
	}

	.gatewayAlumni-homepage .heroWrapper .quick-links-bar .quick-links-bar-inner .quick-links-bar-CTA .quick-link-cell .quick-link-cell-inner {
		padding: 15px 0 10px
	}
}

@media(max-width:767.98px) {
	.gatewayAlumni-homepage .heroWrapper .hero-image-wrapper {
		max-height: 425px
	}
}

@media(max-width:575.98px) {
	.gatewayAlumni-homepage .heroWrapper .hero-image-wrapper {
		max-height: 425px
	}
}

.sf-icon-txt {
	display: inline-block;
	position: relative;
	line-height: normal
}

.sf-icon-txt [class^="sf-icon-txt-"] {
	position: absolute;
	height: auto;
	font-size: .5em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #333;
	line-height: normal
}

.sf-icon-txt .sf-icon-txt-xlsx {
	background-color: #38ab63
}

.sf-icon-txt .sf-icon-txt-doc,
.sf-icon-txt .sf-icon-txt-docx {
	background-color: #1a8cff
}

.sf-icon-txt .sf-icon-txt-ppt,
.sf-icon-txt .sf-icon-txt-pptx {
	background-color: #ed8527
}

.sf-icon-txt .sf-icon-txt-pdf {
	background-color: #ff4848
}

.sf-icon-txt .sf-icon-txt-zip {
	background-color: #596c9b
}

.sf-icon-xxs {
	height: 14px;
	width: 14px
}

.sf-icon-xs {
	height: 16px;
	width: 16px
}

.sf-icon-txt-sm {
	padding: .1em .2em;
	top: 31%;
	right: -10%
}

.sf-icon-sm {
	height: 24px;
	width: 24px
}

.sf-icon-txt-md {
	padding: .2em .4em;
	top: 47%;
	right: 0
}

.sf-icon-lg {
	height: 40px;
	width: 40px
}

.sf-icon-file {
	fill: #ccc
}

.sf-icon-feed {
	fill: #eb742f
}

.sf-icon-comment {
	fill: #63b5f0
}

.sf-icon-linkedin {
	fill: #238cc8
}

.sf-icon-tumblr {
	fill: #426d9b
}

.sf-icon-myspace {
	fill: #008dde
}

.sf-icon-facebook {
	fill: #5d82d1
}

.sf-icon-twitter {
	fill: #38bcf5
}

.sf-icon-blogger {
	fill: #ff9233
}

.sf-icon-delicious {
	fill: #377bda
}

.sf-icon-stumble-upon {
	fill: #ff5c30
}

.sf-icon-reddit {
	fill: #9bbad9
}

.sf-icon-mailto {
	fill: #596c9b
}

.sf-icon-digg {
	fill: #596c9b
}

.sf-icon-google {
	fill: #347df4
}

.merit-calculator-wrapper {
	margin: 18px
}

.merit-calculator-wrapper #outcome-display {
	display: none;
	align-self: center;
	flex-direction: column;
	margin-top: 18px
}

.merit-calculator-wrapper #outcome-text {
	background-color: #223056;
	padding: 24px;
	text-align: center;
	color: #fff;
	font-size: 24px
}

header.simple.siteHeaderBar {
	height: 60px;
	box-shadow: initial;
	filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, .3))
}

footer.simple .footer-top-menu .social-container {
	width: initial;
	justify-content: center;
	border: none;
	padding: 50px 0 20px
}

footer.simple .footer-top-menu .social-container .social-block {
	text-align: center
}

footer.simple .footer-top-menu .social-container .social-block .social-bar {
	margin-bottom: 0
}

footer.simple .footer-top-menu .social-container .social-block .social-bar>.content-block {
	margin-bottom: 0
}

footer.simple .footer-top-menu .social-container .social-block .simple-footer-divider {
	display: inline-block;
	background: #ffc82e;
	border-radius: 3px;
	height: 5px;
	width: 5px;
	margin: 0 20px;
	position: relative;
	bottom: 2px
}

footer.simple .footer-top-menu .social-container .social-block .address>.content-block {
	margin-bottom: 10px
}

@media(max-width:991.98px) {
	header.simple.siteHeaderBar {
		height: 66px
	}
}

@media(max-width:767.98px) {
	footer.simple .footer-top-menu .social-container .social-block .simple-footer-divider {
		display: block;
		height: 0
	}
}

.social-share {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.social-share li {
	margin-right: 10px
}

.social-share li:last-child {
	margin-right: 0
}

.social-share li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: #223056;
	border-radius: 50%;
	text-decoration: none;
	transition: background .5s;
	color: #fff
}

.social-share li a .fab {
	color: #fff;
	transition: color .5s
}

.social-share li a:hover,
.social-share li a:focus {
	background: #ffc82e;
	text-decoration: none;
	color: #000
}

.social-share li a:hover .fab,
.social-share li a:focus .fab {
	color: #000
}

.social-share li:last-child {
	margin-right: 0
}

.event-detail {
	margin-top: 120px;
	margin-bottom: 100px
}

.event-detail .event-content {
	background: #f3f6f7
}

.event-detail .event-content .image-wrapper {
	display: flex;
	width: 100%;
	max-height: 485px;
	overflow: hidden
}

.event-detail .event-content .image-wrapper>img {
	flex: 1;
	align-self: center
}

.event-detail .event-content .event-info {
	padding: 30px 30px 15px
}

.event-detail .event-content .event-info .event-info-row {
	margin-bottom: 25px
}

.event-detail .event-content .event-info .event-info-row .event-label {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #223056;
	font-family: antarctican-headline, impact, sans-serif;
	font-weight: 900;
	display: inline-block;
	width: 140px;
	text-align: right;
	height: 100%;
	vertical-align: top;
	padding-right: 30px;
	letter-spacing: .6px
}

.event-detail .event-content .event-info .event-info-row .event-value {
	display: inline-block;
	width: calc(100% - 145px);
	padding-top: 4px
}

.event-detail .event-content .event-info .event-info-row.event-info-cta-row .event-label {
	vertical-align: middle
}

.event-detail .event-content .event-info .event-info-row.event-info-cta-row .event-value .btn {
	margin-top: 10px
}

.event-detail .event-content .event-info a {
	overflow-wrap: anywhere
}

.event-detail .event-content .event-info-table {
	width: auto
}

.event-detail .event-content .event-info-table tbody tr td {
	font-size: unset;
	line-height: unset;
	padding: unset;
	background: transparent;
	border-right: none;
	vertical-align: top;
	padding-bottom: 30px
}

.event-detail .event-content .event-info-table tbody tr:last-child td {
	padding-bottom: 23px
}

.event-detail .event-content .event-info-table .event-info-field-title {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #223056;
	font-family: antarctican-headline, impact, sans-serif;
	font-weight: 900;
	display: inline-block;
	width: 140px;
	text-align: right;
	height: 100%;
	vertical-align: top;
	padding-right: 30px;
	letter-spacing: .6px
}

.event-detail .event-content .event-info-table .event-info-field-content {
	text-align: left;
	padding-top: 3px
}

.event-detail .event-content .event-info-table .event-tag {
	white-space: nowrap
}

.event-detail .event-content .event-info-table .event-tag:after {
	content: ', '
}

.event-detail .event-content .event-info-table .event-tag:last-child:after {
	content: ''
}

.event-detail .event-content .event-info-table .event-contact-info {
	white-space: nowrap
}

.event-detail .event-content .event-info-table .event-contact-info:after {
	content: ' | '
}

.event-detail .event-content .event-info-table .event-contact-info:last-child:after {
	content: ''
}

.event-detail-layout .sidebar-other-events {
	padding: 34px 0 26px;
	margin-bottom: 73px
}

.event-detail-layout .sidebar-other-events .content p:last-child {
	margin-bottom: 0
}

.event-detail-layout .sidebar-share .headline {
	margin-bottom: 15px
}

@media(max-width:991.98px) {
	.event-detail {
		margin-top: 90px
	}

	.event-detail h1 {
		font-size: 45px;
		font-size: 2.8125rem;
		line-height: 45px;
		line-height: 2.8125rem;
		letter-spacing: .5px
	}

	.event-detail .event-content {
		overflow: hidden
	}

	.event-detail .event-content .event-info {
		padding: 35px 40px 15px
	}

	.event-detail .event-content .event-info .event-info-row .event-label {
		width: 100%;
		display: block;
		text-align: left
	}

	.event-detail .event-content .event-info .event-info-row .event-value {
		width: 100%;
		display: block
	}

	.event-detail-layout h1 {
		margin-bottom: 20px
	}

	.event-detail-layout .swap-cols-on-mobile>div[class*='col-'] {
		padding-right: 20px;
		padding-left: 20px
	}

	.event-detail-layout .swap-cols-on-mobile div[data-sf-element="Sidebar"] {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 60px
	}

	.event-detail-layout .swap-cols-on-mobile div[data-sf-element="Sidebar"] .sidebar-share {
		margin: 60px 0 0
	}

	.event-detail-layout .swap-cols-on-mobile div[data-sf-element="Sidebar"] .sidebar-other-events {
		margin: 0;
		border-top: none
	}
}

@media(max-width:767.98px) {
	.event-detail {
		margin-top: 40px
	}

	.event-detail .event-content .event-info {
		padding: 30px 15px
	}

	.event-detail .event-content .event-info .event-info-table tbody {
		display: block
	}

	.event-detail .event-content .event-info .event-info-table tbody tr {
		display: flex;
		flex-direction: column
	}

	.event-detail .event-content .event-info .event-info-table .event-info-field-title {
		width: initial;
		text-align: left;
		padding-bottom: 5px
	}
}

.featured-event-item {
	height: 100%;
	position: relative
}

.featured-event-item a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	height: 100%
}

.featured-event-item a:hover .card-body .card-date,
.featured-event-item a:focus .card-body .card-date {
	text-decoration: underline
}

.featured-event-item a:hover .event-borders .line.left,
.featured-event-item a:focus .event-borders .line.left {
	width: 2px
}

.featured-event-item a:hover .event-borders .line.bottom,
.featured-event-item a:focus .event-borders .line.bottom {
	height: 2px
}

.featured-event-item a:hover .event-borders .line.top,
.featured-event-item a:focus .event-borders .line.top {
	height: 2px
}

.featured-event-item a:hover .event-borders .line.top-right-angle,
.featured-event-item a:focus .event-borders .line.top-right-angle {
	height: 2px
}

.featured-event-item a:hover .event-borders .line.right,
.featured-event-item a:focus .event-borders .line.right {
	width: 2px
}

.featured-event-item a:focus {
	outline: none
}

.featured-event-item a .card-body {
	height: 100%;
	padding: 40px 30px 40px;
	flex-direction: column;
	display: flex;
	opacity: 0
}

.featured-event-item a .card-body .card-date {
	color: #ffc82e;
	margin-bottom: 18px;
	letter-spacing: .5px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700
}

.featured-event-item a .card-body .time {
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	line-height: 20px;
	line-height: 1.25rem;
	font-weight: 700;
	letter-spacing: .5px;
	margin-bottom: 15px;
	text-transform: uppercase
}

.featured-event-item.isVisible .event-borders .line.left {
	animation: eventLeftLine .3s linear 0s 1 forwards
}

.featured-event-item.isVisible .event-borders .line.bottom {
	animation: eventBottomLine .3s linear 0s 1 forwards
}

.featured-event-item.isVisible .event-borders .line.top {
	animation: eventTopLine .3s linear .3s 1 forwards
}

.featured-event-item.isVisible .event-borders .line.top-right-angle {
	animation: eventTopRightAngleLine .3s linear .6s 1 forwards
}

.featured-event-item.isVisible .event-borders .line.right {
	animation: eventRightLine .3s linear .9s 1 forwards
}

.featured-event-item.isVisible a .card-body {
	animation: eventContentFadeIn .3s linear 1.2s 1 forwards
}

.featured-event-item .event-borders {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.featured-event-item .event-borders .line {
	position: absolute;
	background: #ffc82e
}

.featured-event-item .event-borders .line.left {
	width: 1px;
	height: 0;
	bottom: 0;
	left: 0
}

.featured-event-item .event-borders .line.bottom {
	height: 1px;
	width: 0;
	left: 0;
	bottom: 0
}

.featured-event-item .event-borders .line.top {
	width: 0;
	height: 1px;
	top: 0;
	left: 0
}

.featured-event-item .event-borders .line.top-right-angle {
	width: 0;
	height: 1.25px;
	left: calc(100% - 24px);
	top: 0;
	transform: rotate(66.125deg);
	transform-origin: top left
}

.featured-event-item .event-borders .line.right {
	width: 1px;
	height: 0;
	right: 0;
	top: 55px
}

@keyframes eventLeftLine {
	0% {
		height: 0
	}

	100% {
		height: 100%
	}
}

@keyframes eventTopLine {
	0% {
		width: 0
	}

	100% {
		width: calc(100% - 25px)
	}
}

@keyframes eventTopRightAngleLine {
	0% {
		width: 0
	}

	100% {
		width: 60px
	}
}

@keyframes eventRightLine {
	0% {
		height: 0
	}

	100% {
		height: calc(100% - 55px)
	}
}

@keyframes eventBottomLine {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes eventContentFadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 100%
	}
}

@media(max-width:767.98px) {
	.featured-event-item a .card-body {
		text-align: left
	}
}

.featured-events-wrapper {
	position: relative;
	margin: 30px 0
}

.featured-events-wrapper .event-title {
	margin-bottom: 8px
}

.featured-events-wrapper .event-start {
	margin-bottom: 0
}

.featured-events-wrapper .event-summary {
	padding-bottom: 0;
	margin-top: 14px
}

.featured-events-wrapper .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.featured-events-wrapper .background-image:not(.lazy-load-bg) {
	animation: fadeIn .5s forwards
}

.featured-events-wrapper .overlay-arrows {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../ResourcePackages/lib/img/accents/Chevron-Lockup-Red2red.svg");
	background-repeat: no-repeat;
	background-position: top 20px right 160px;
	background-size: 149px
}

.featured-events-wrapper .content-wrapper {
	position: relative
}

.featured-events-wrapper .content {
	padding: 150px 0;
	position: relative;
	z-index: 4
}

.featured-events-wrapper .section-title-wrapper {
	margin-bottom: 28px;
	margin-top: -8px
}

.featured-events-wrapper .section-title-wrapper .row {
	justify-content: space-between;
	align-items: center
}

.featured-events-wrapper .section-title-wrapper .section-title {
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 34px;
	line-height: 2.125rem;
	font-weight: 700;
	color: #ffc82e;
	letter-spacing: 1px;
	margin: 0
}

.featured-events-wrapper .view-all-btn a {
	position: relative;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: inherit
}

.featured-events-wrapper .view-all-btn a:before {
	content: '';
	display: block;
	position: absolute;
	top: 24px;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: width .2s;
	overflow: visible;
	pointer-events: none
}

.featured-events-wrapper .view-all-btn a:hover:before,
.featured-events-wrapper .view-all-btn a:focus:before {
	width: 0
}

.featured-events-wrapper .view-all-btn.mobile {
	display: none
}

.featured-events-wrapper .slider-controls {
	display: none;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px
}

.featured-events-wrapper .slider-controls .slider-arrows-wrapper {
	display: flex
}

.featured-events-wrapper .slick-prev,
.featured-events-wrapper .slick-next {
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	right: 0
}

.featured-events-wrapper .slick-prev .icon,
.featured-events-wrapper .slick-next .icon {
	color: #223056
}

.featured-events-wrapper .slick-prev.slick-disabled,
.featured-events-wrapper .slick-next.slick-disabled {
	pointer-events: none;
	background: #757575
}

.featured-events-wrapper .slick-prev.slick-disabled .icon,
.featured-events-wrapper .slick-next.slick-disabled .icon {
	color: #fff
}

@media(hover:hover) and (pointer:fine) {

	.featured-events-wrapper .slick-prev.slick-disabled:hover,
	.featured-events-wrapper .slick-next.slick-disabled:hover {
		background: #757575
	}

	.featured-events-wrapper .slick-prev.slick-disabled:hover .icon,
	.featured-events-wrapper .slick-next.slick-disabled:hover .icon {
		color: #fff
	}
}

@media(hover:hover) and (pointer:fine) {

	.featured-events-wrapper .slick-prev:hover,
	.featured-events-wrapper .slick-next:hover {
		background: #ffc82e
	}

	.featured-events-wrapper .slick-prev:hover .icon,
	.featured-events-wrapper .slick-next:hover .icon {
		color: #000
	}
}

@media(pointer:coarse) {

	.featured-events-wrapper .slick-prev:hover,
	.featured-events-wrapper .slick-next:hover {
		background: #fff
	}

	.featured-events-wrapper .slick-prev:hover .icon,
	.featured-events-wrapper .slick-next:hover .icon {
		color: #223056
	}

	.featured-events-wrapper .slick-prev:active,
	.featured-events-wrapper .slick-next:active {
		background: #ffc82e
	}

	.featured-events-wrapper .slick-prev:active .icon,
	.featured-events-wrapper .slick-next:active .icon {
		color: #000
	}
}

.featured-events-wrapper .slick-prev:focus-visible,
.featured-events-wrapper .slick-next:focus-visible {
	background: #ffc82e
}

.featured-events-wrapper .slick-prev:focus-visible .icon,
.featured-events-wrapper .slick-next:focus-visible .icon {
	color: #000
}

.featured-events-wrapper.two-card-layout .overlay-arrows {
	background-position: top 40px right 20%
}

.featured-events-wrapper.two-card-layout .section-title-wrapper {
	max-width: 66.66%;
	margin: 0 auto 25px auto
}

.featured-events-wrapper.one-card-layout .overlay-arrows {
	background-position: top 40px right 34.33%
}

.featured-events-wrapper.one-card-layout .content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center
}

.featured-events-wrapper.one-card-layout .content-wrapper .section-title-wrapper {
	margin-bottom: 20px
}

.featured-events-wrapper.one-card-layout .content-wrapper .section-title-wrapper .section-title {
	width: auto
}

.featured-events-wrapper.one-card-layout .content-wrapper .featured-events .row>[class^="col-"] {
	width: 100% !important;
	max-width: 100%;
	flex: 1 1 100%
}

.featured-events-wrapper .featured-events .slick-slide {
	text-align: left
}

.featured-events .row {
	justify-content: center
}

@media(max-width:991.98px) {
	.featured-events-wrapper {
		margin: 15px 0
	}

	.featured-events-wrapper .featured-events .row>[class^="col-"] {
		margin-bottom: 15px
	}

	.featured-events-wrapper .featured-events .slick-slide {
		padding: 20px 0
	}

	.featured-events-wrapper .featured-events .slick-slide div [class^="col-"] {
		max-width: none
	}

	.featured-events-wrapper .content {
		padding: 80px 0
	}

	.featured-events-wrapper .overlay-arrows {
		background-position: bottom 0 right;
		background-size: 145px;
		left: -15px
	}

	.featured-events-wrapper .section-title-wrapper {
		margin-bottom: 10px
	}

	.featured-events-wrapper .section-title-wrapper .view-all-btn.desktop {
		display: none
	}

	.featured-events-wrapper .section-title-wrapper .view-all-btn.mobile {
		display: block
	}

	.featured-events-wrapper .slider-controls {
		display: block
	}

	.featured-events-wrapper .slider-controls .slider-arrows-wrapper {
		float: right;
		position: relative;
		top: -5px
	}

	.featured-events-wrapper .view-all-btn.mobile {
		display: block;
		position: absolute
	}

	.featured-events-wrapper.two-card-layout .section-title-wrapper {
		max-width: 100%;
		margin: 0 0 20px 0
	}
}

@media(max-width:767.98px) {
	.featured-events-wrapper .content {
		padding: 97px 10px
	}

	.featured-events-wrapper .content .section-title-wrapper {
		margin-bottom: 25px
	}

	.featured-events-wrapper .overlay-arrows {
		left: -30px;
		background-position: bottom 0 right
	}

	.featured-events-wrapper .slick-track .slick-slide {
		padding: 0
	}

	.featured-events-wrapper .slider-controls {
		margin-top: 40px
	}

	.featured-events-wrapper .slider-controls .slider-arrows-wrapper {
		margin-left: initial;
		margin-right: initial
	}

	.featured-events-wrapper.one-card-layout .content-wrapper {
		display: block
	}

	.featured-events-wrapper.one-card-layout .content-wrapper .section-title-wrapper {
		width: 100%
	}

	.featured-events-wrapper.one-card-layout .content-wrapper .section-title-wrapper .row {
		flex-direction: row
	}

	.featured-events-wrapper.one-card-layout .content-wrapper .section-title-wrapper .section-title {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
		width: auto
	}

	.featured-events-wrapper.one-card-layout .content-wrapper .featured-events {
		width: 100%
	}
}

.featured-expert {
	width: 100%;
	position: relative;
	background: linear-gradient(65deg, #fff 40%, #223056 40%, #223056 100%);
	margin-bottom: 60px
}

.featured-expert.hover .photo a img {
	transform: scale(1.2);
	transition: transform 6s
}

.featured-expert.hover .card-body .card-title {
	text-decoration: underline;
	transition: transform 6s
}

.featured-expert .photo {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 60px 60px 0
}

.featured-expert .photo a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.featured-expert .photo img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	transition: transform .3s
}

.featured-expert .card-body {
	width: 100%;
	padding: 48px 76px 48px 0;
	text-align: left;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 400px
}

.featured-expert .card-body .card-title {
	font-size: 32px;
	font-size: 2rem;
	line-height: 36px;
	line-height: 2.25rem;
	letter-spacing: .5px;
	font-family: antarctican-headline, impact, sans-serif;
	font-weight: 700;
	margin: 0 0 30px 0
}

.featured-expert .card-body .card-title a {
	text-decoration: none;
	color: #fff
}

.featured-expert .card-body .card-title a:hover,
.featured-expert .card-body .card-title a:focus {
	text-decoration: underline
}

.featured-expert .card-body .card-text {
	color: #fff;
	overflow: hidden;
	margin-bottom: 30px
}

.featured-expert .card-body .CTA-link-wrapper .cta-underlined-link {
	color: #fff
}

.featured-expert .card-body .CTA-link-wrapper .cta-underlined-link:before {
	background: #fff
}

@media(max-width:1219.98px) {
	.featured-expert .photo {
		padding: 60px 20px 60px 0
	}

	.featured-expert .card-body {
		padding: 48px 48px 48px 0
	}
}

@media(max-width:991.98px) {
	.featured-expert .photo {
		width: 100%;
		padding: 40px 0
	}

	.featured-expert .photo img {
		max-height: initial
	}

	.featured-expert .card-body {
		min-height: 1px;
		padding: 37px 20px 35px 0
	}
}

@media(max-width:767.98px) {
	.featured-expert {
		background: #223056
	}

	.featured-expert .photo {
		height: 235px;
		padding: 0
	}

	.featured-expert .card-body {
		padding: 37px 20px 35px 20px
	}
}

.featured-experts-sidebar-item {
	width: 100%;
	border-bottom: 1px solid #c4dbe4;
	margin-bottom: 30px
}

.featured-experts-sidebar-item .row {
	flex-wrap: nowrap
}

.featured-experts-sidebar-item.hover .photo a img {
	transform: scale(1.2);
	transition: transform 6s
}

.featured-experts-sidebar-item.hover .card-body .card-title {
	text-decoration: underline;
	transition: transform 6s
}

.featured-experts-sidebar-item .background {
	background: #f3f6f7
}

.featured-experts-sidebar-item .photo {
	aspect-ratio: 16/9;
	width: 100%
}

.featured-experts-sidebar-item .photo a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.featured-experts-sidebar-item .photo img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%
}

.featured-experts-sidebar-item .card-body {
	width: 100%;
	padding: 25px 0 30px;
	text-align: left
}

.featured-experts-sidebar-item .card-body .card-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: .5px;
	font-family: tablet-gothic, verdana, sans-serif;
	font-weight: 700;
	margin: 0 0 15px 0
}

.featured-experts-sidebar-item .card-body .card-title a {
	text-decoration: none
}

.featured-experts-sidebar-item .card-body .card-title a:hover,
.featured-experts-sidebar-item .card-body .card-title a:focus {
	text-decoration: underline
}

.featured-experts-sidebar-item .card-body .topic {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700
}

@media(max-width:991.98px) {
	.featured-experts-sidebar-item .news-item .row {
		flex-wrap: wrap
	}

	.featured-experts-sidebar-item .news-item .photo {
		width: 100%;
		height: 350px
	}

	.featured-experts-sidebar-item .news-item .photo img {
		max-height: initial
	}

	.featured-experts-sidebar-item .news-item .card-body {
		width: 100%;
		height: 100%;
		min-height: 1px;
		padding: 37px 20px 35px
	}

	.featured-experts-sidebar-item .news-item .card-body .card-title {
		margin: 0 0 2px 0
	}

	.featured-experts-sidebar-item .news-item .card-body .card-text {
		display: block;
		height: auto;
		max-height: initial;
		overflow: visible;
		-webkit-line-clamp: initial
	}

	.featured-experts-sidebar-item .news-item .card-body .card-date {
		padding-top: 18px
	}
}

@media(max-width:767.98px) {
	.featured-experts-sidebar-item .news-item .photo {
		height: 235px
	}
}

.featured-experts-sidebar .section-title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #c4dbe4;
	padding-bottom: 20px;
	margin-bottom: 29px
}

.featured-experts-sidebar .section-title-wrapper .section-title {
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: 34px;
	line-height: 2.125rem;
	letter-spacing: 1.2px;
	font-weight: 700;
	color: #000;
	margin: 0
}

.featured-experts-sidebar .section-title-wrapper .view-all-btn {
	position: relative;
	top: 2px;
	display: block;
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: inherit;
	transition: all .125s ease-out
}

.featured-experts-sidebar .section-title-wrapper .view-all-btn:hover:before,
.featured-experts-sidebar .section-title-wrapper .view-all-btn:focus:before {
	width: 0
}

.featured-experts-sidebar .section-title-wrapper .view-all-btn.mobile {
	display: none
}

.featured-experts-sidebar .section-title-wrapper .view-all-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 23px;
	width: calc(100%);
	height: 2px;
	background: #223056;
	transition: width .2s;
	overflow: visible;
	transition: all .125s ease-out;
	pointer-events: none
}

.featured-experts-sidebar .featured-experts-link-wrapper .featured-experts-link {
	position: relative;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: inherit;
	transition: all .125s ease-out
}

.featured-experts-sidebar .featured-experts-link-wrapper .featured-experts-link:before {
	content: '';
	display: block;
	position: absolute;
	top: 23px;
	width: calc(100%);
	height: 2px;
	background: #223056;
	transition: width .2s;
	overflow: visible;
	transition: all .125s ease-out
}

.featured-experts-sidebar .featured-experts-link-wrapper .featured-experts-link:hover:before,
.featured-experts-sidebar .featured-experts-link-wrapper .featured-experts-link:focus:before {
	width: 0
}

.featured-experts-tiles {
	margin-bottom: 60px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0%, #f3f6f7 100%)
}

.featured-experts-tiles .experts-tiles-carousel {
	display: flex;
	flex-wrap: nowrap
}

.featured-experts-tiles .experts-tiles-carousel .featured-experts-item.tile {
	margin-bottom: 30px
}

.featured-experts-tiles .experts-tiles-carousel .featured-experts-item.tile .background .photo {
	aspect-ratio: 5/3;
	width: 100%
}

.featured-experts-tiles .experts-tiles-carousel .featured-experts-item.tile .background .photo a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center
}

.featured-experts-tiles .experts-tiles-carousel .featured-experts-item.tile .background .card-body {
	padding: 15px 0;
	text-align: left
}

.featured-experts-tiles .experts-tiles-carousel .featured-experts-item.tile .background .card-body .card-title {
	font-family: tablet-gothic, verdana, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin: 0 0 20px
}

.featured-experts-tiles .experts-tiles-carousel .featured-experts-item.tile .background .card-body .card-title a {
	text-decoration: none
}

.featured-experts-tiles .experts-tiles-carousel .featured-experts-item.tile .background .card-body .card-title a:hover {
	text-decoration: underline
}

.featured-experts-tiles .experts-tiles-carousel .featured-experts-item.tile .background .card-body .card-date {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700
}

.featured-experts-tiles .mobile-controls {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px
}

.featured-experts-tiles .mobile-controls .view-all-button {
	position: relative;
	top: 2px;
	display: block;
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: inherit;
	transition: all .125s ease-out
}

.featured-experts-tiles .mobile-controls .arrows {
	display: flex
}

.featured-experts-tiles .mobile-controls .arrows .slick-prev,
.featured-experts-tiles .mobile-controls .arrows .slick-next {
	position: relative;
	left: initial;
	right: initial;
	background-color: #223056;
	color: #fff
}

@media(hover:hover) and (pointer:fine) {

	.featured-experts-tiles .mobile-controls .arrows .slick-prev:hover,
	.featured-experts-tiles .mobile-controls .arrows .slick-next:hover {
		background-color: #ffc82e
	}

	.featured-experts-tiles .mobile-controls .arrows .slick-prev:hover span,
	.featured-experts-tiles .mobile-controls .arrows .slick-next:hover span {
		color: #000
	}
}

@media(pointer:coarse) {

	.featured-experts-tiles .mobile-controls .arrows .slick-prev:active,
	.featured-experts-tiles .mobile-controls .arrows .slick-next:active {
		background-color: #ffc82e
	}

	.featured-experts-tiles .mobile-controls .arrows .slick-prev:active span,
	.featured-experts-tiles .mobile-controls .arrows .slick-next:active span {
		color: #000
	}
}

.featured-experts-tiles .mobile-controls .arrows .slick-prev:focus-visible,
.featured-experts-tiles .mobile-controls .arrows .slick-next:focus-visible {
	background-color: #ffc82e;
	outline: none
}

.featured-experts-tiles .mobile-controls .arrows .slick-prev:focus-visible span,
.featured-experts-tiles .mobile-controls .arrows .slick-next:focus-visible span {
	color: #000
}

@media(max-width:1219.98px) {
	.featured-experts-tiles {
		background: #f3f6f7;
		padding-top: 15px;
		margin: 0 -15px 60px -15px
	}

	.featured-experts-tiles .experts-tiles-carousel .featured-experts-item.tile {
		margin-bottom: 0
	}

	.featured-experts-tiles .mobile-controls {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0 20px 15px 0
	}

	.featured-experts-tiles .mobile-controls .view-all-btn .mobile {
		display: block
	}

	.featured-experts-tiles .mobile-controls .arrows {
		display: flex
	}
}

.featured-experts-item.vertical {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: flex;
	border-bottom: 1px solid #c4dbe4
}

.featured-experts-item.vertical.hover .photo a img {
	transform: scale(1.2);
	transition: transform 6s
}

.featured-experts-item.vertical.hover .card-body .card-title {
	text-decoration: underline;
	transition: transform 6s
}

.featured-experts-item.vertical .background {
	background: #f3f6f7
}

.featured-experts-item.vertical .photo {
	aspect-ratio: 5/3;
	height: 100%;
	flex-shrink: 0;
	width: 33%
}

.featured-experts-item.vertical .photo a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.featured-experts-item.vertical .photo img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	max-height: 265px;
	transition: transform .3s
}

.featured-experts-item.vertical .card-body {
	width: 100%;
	padding: 48px 43px;
	text-align: left;
	height: 200px
}

.featured-experts-item.vertical .card-body .card-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: .5px;
	font-family: tablet-gothic, verdana, sans-serif;
	font-weight: 700;
	margin: 0 0 7px 0
}

.featured-experts-item.vertical .card-body .card-title a {
	text-decoration: none
}

.featured-experts-item.vertical .card-body .card-title a:hover,
.featured-experts-item.vertical .card-body .card-title a:focus {
	text-decoration: underline
}

.featured-experts-item.vertical .card-body .card-text {
	max-height: 67px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.featured-experts-item.vertical .card-body .card-date {
	padding-top: 20px;
	font-weight: 700;
	letter-spacing: .5px
}

@media(max-width:991.98px) {
	.featured-experts-item .news-item .row {
		flex-wrap: wrap
	}

	.featured-experts-item .news-item .photo {
		width: 100%;
		height: 350px
	}

	.featured-experts-item .news-item .photo img {
		max-height: initial
	}

	.featured-experts-item .news-item .card-body {
		width: 100%;
		height: 100%;
		min-height: 1px;
		padding: 37px 20px 35px
	}

	.featured-experts-item .news-item .card-body .card-title {
		margin: 0 0 2px 0
	}

	.featured-experts-item .news-item .card-body .card-text {
		display: block;
		height: auto;
		max-height: initial;
		overflow: visible;
		-webkit-line-clamp: initial
	}

	.featured-experts-item .news-item .card-body .card-date {
		padding-top: 18px
	}
}

@media(max-width:767.98px) {
	.featured-experts-item .news-item .photo {
		height: 235px
	}
}

.featured-experts-vertical .section-title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 29px
}

.featured-experts-vertical .section-title-wrapper .section-title {
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: 34px;
	line-height: 2.125rem;
	letter-spacing: 1.2px;
	font-weight: 700;
	color: #000;
	margin: 0
}

.featured-experts-vertical .section-title-wrapper .view-all-btn {
	position: relative;
	top: 2px;
	display: block;
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: inherit;
	transition: all .125s ease-out
}

.featured-experts-vertical .section-title-wrapper .view-all-btn:hover:before,
.featured-experts-vertical .section-title-wrapper .view-all-btn:focus:before {
	width: 0
}

.featured-experts-vertical .section-title-wrapper .view-all-btn.mobile {
	display: none
}

.featured-experts-vertical .section-title-wrapper .view-all-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 23px;
	width: calc(100%);
	height: 2px;
	background: #223056;
	transition: width .2s;
	overflow: visible;
	transition: all .125s ease-out;
	pointer-events: none
}

.featured-experts-vertical .section-description-wrapper {
	border-bottom: 1px solid #c4dbe4;
	margin-bottom: 30px
}

.featured-experts-vertical .section-description-wrapper .content-block {
	margin-bottom: 0
}

.featured-experts-vertical .featured-experts-link-wrapper .featured-experts-link {
	position: relative;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: inherit;
	transition: all .125s ease-out
}

.featured-experts-vertical .featured-experts-link-wrapper .featured-experts-link:before {
	content: '';
	display: block;
	position: absolute;
	top: 23px;
	width: calc(100%);
	height: 2px;
	background: #223056;
	transition: width .2s;
	overflow: visible;
	transition: all .125s ease-out
}

.featured-experts-vertical .featured-experts-link-wrapper .featured-experts-link:hover:before,
.featured-experts-vertical .featured-experts-link-wrapper .featured-experts-link:focus:before {
	width: 0
}

.featured-experts-vertical .mobile-controls {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px
}

.featured-experts-vertical .mobile-controls .view-all-btn {
	position: relative;
	top: 2px;
	display: block;
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: fit-content;
	transition: all .125s ease-out
}

.featured-experts-vertical .mobile-controls .view-all-btn:hover:before,
.featured-experts-vertical .mobile-controls .view-all-btn:focus:before {
	width: 0
}

.featured-experts-vertical .mobile-controls .view-all-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 23px;
	width: 100%;
	height: 2px;
	background: #223056;
	transition: width .2s;
	overflow: visible;
	transition: all .125s ease-out
}

.featured-experts-vertical .mobile-controls .arrows {
	display: flex
}

.featured-experts-vertical .mobile-controls .arrows .slick-prev,
.featured-experts-vertical .mobile-controls .arrows .slick-next {
	position: relative;
	left: initial;
	right: initial;
	background-color: #223056;
	color: #fff
}

@media(hover:hover) and (pointer:fine) {

	.featured-experts-vertical .mobile-controls .arrows .slick-prev:hover,
	.featured-experts-vertical .mobile-controls .arrows .slick-next:hover {
		background-color: #ffc82e
	}

	.featured-experts-vertical .mobile-controls .arrows .slick-prev:hover span,
	.featured-experts-vertical .mobile-controls .arrows .slick-next:hover span {
		color: #000
	}
}

@media(pointer:coarse) {

	.featured-experts-vertical .mobile-controls .arrows .slick-prev:active,
	.featured-experts-vertical .mobile-controls .arrows .slick-next:active {
		background-color: #ffc82e
	}

	.featured-experts-vertical .mobile-controls .arrows .slick-prev:active span,
	.featured-experts-vertical .mobile-controls .arrows .slick-next:active span {
		color: #000
	}
}

.featured-experts-vertical .mobile-controls .arrows .slick-prev:focus-visible,
.featured-experts-vertical .mobile-controls .arrows .slick-next:focus-visible {
	background-color: #ffc82e;
	outline: none
}

.featured-experts-vertical .mobile-controls .arrows .slick-prev:focus-visible span,
.featured-experts-vertical .mobile-controls .arrows .slick-next:focus-visible span {
	color: #000
}

@media(max-width:991.98px) {
	.featured-experts-vertical .section-title-wrapper .desktop {
		display: none
	}

	.featured-experts-vertical .experts-vertical-carousel .featured-experts-item {
		flex-wrap: wrap;
		margin-bottom: 0;
		padding: 0
	}

	.featured-experts-vertical .experts-vertical-carousel .featured-experts-item .photo {
		aspect-ratio: initial;
		width: 100%
	}

	.featured-experts-vertical .experts-vertical-carousel .featured-experts-item .photo img {
		max-height: initial
	}

	.featured-experts-vertical .experts-vertical-carousel .featured-experts-item .card-body {
		width: 100%;
		height: 100%;
		min-height: 1px;
		padding: 37px 20px 35px
	}

	.featured-experts-vertical .mobile-controls {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 15px 15px 0 0
	}

	.featured-experts-vertical .mobile-controls .view-all-btn .mobile {
		display: block
	}

	.featured-experts-vertical .mobile-controls .arrows {
		display: flex
	}
}

.featured-experts {
	margin-bottom: 65px
}

.featured-experts .page-title-wrapper h1:after {
	content: "";
	position: relative;
	background: url("../ResourcePackages/lib/img/accents/Chevron-Lockup-LtBlue.svg");
	height: 167px;
	width: 185px;
	display: inline-block;
	margin-top: -60px;
	bottom: -25px;
	left: -50px;
	z-index: -1;
	opacity: .5
}

@media(max-width:1219.98px) {
	.featured-experts .page-title-wrapper h1:after {
		position: absolute;
		top: -23px;
		left: initial;
		bottom: initial;
		right: 20px
	}

	.featured-experts .featured-experts-tiles {
		background: #f3f6f7;
		padding-top: 15px;
		margin: 0 -15px 60px -15px
	}

	.featured-experts .featured-experts-tiles .experts-tiles-carousel .featured-experts-item.tile {
		margin-bottom: 0
	}

	.featured-experts .featured-experts-tiles .mobile-controls {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0 20px 15px 0
	}

	.featured-experts .featured-experts-tiles .mobile-controls .view-all-btn .mobile {
		display: block
	}

	.featured-experts .featured-experts-tiles .mobile-controls .arrows {
		display: flex
	}
}

@media(max-width:991.98px) {
	.featured-experts .page-title-wrapper h1:after {
		position: absolute;
		top: 13px;
		left: initial;
		bottom: initial;
		right: 15px
	}
}

.featured-news-item {
	width: 100%;
	position: relative;
	background: linear-gradient(65deg, #fff 40%, #223056 40%, #223056 100%);
	margin-bottom: 60px
}

.featured-news-item.hover .photo a img {
	transform: scale(1.2);
	transition: transform 6s
}

.featured-news-item.hover .card-body .card-title {
	text-decoration: underline;
	transition: transform 6s
}

.featured-news-item .photo {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 60px 60px 0
}

.featured-news-item .photo a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.featured-news-item .photo img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	transition: transform .3s
}

.featured-news-item .card-body {
	width: 100%;
	padding: 48px 76px 48px 0;
	text-align: left;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 400px
}

.featured-news-item .card-body .card-title {
	font-size: 32px;
	font-size: 2rem;
	line-height: 36px;
	line-height: 2.25rem;
	letter-spacing: .5px;
	font-family: antarctican-headline, impact, sans-serif;
	font-weight: 700;
	margin: 0 0 30px 0
}

.featured-news-item .card-body .card-title a {
	text-decoration: none;
	color: #fff
}

.featured-news-item .card-body .card-title a:hover,
.featured-news-item .card-body .card-title a:focus {
	text-decoration: underline
}

.featured-news-item .card-body .card-text {
	color: #fff;
	overflow: hidden;
	margin-bottom: 30px
}

.featured-news-item .card-body .CTA-link-wrapper .cta-underlined-link {
	color: #fff
}

.featured-news-item .card-body .CTA-link-wrapper .cta-underlined-link:before {
	background: #fff
}

@media(max-width:1219.98px) {
	.featured-news-item .photo {
		padding: 60px 20px 60px 0
	}

	.featured-news-item .card-body {
		padding: 48px 48px 48px 0
	}
}

@media(max-width:991.98px) {
	.featured-news-item .photo {
		width: 100%;
		padding: 40px 0
	}

	.featured-news-item .photo img {
		max-height: initial
	}

	.featured-news-item .card-body {
		min-height: 1px;
		padding: 37px 20px 35px 0
	}
}

@media(max-width:767.98px) {
	.featured-news-item {
		background: #223056
	}

	.featured-news-item .photo {
		height: 235px;
		padding: 0
	}

	.featured-news-item .card-body {
		padding: 37px 20px 35px 20px
	}
}

.featured-news {
	padding-top: 10px
}

.featured-news .section-title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #c4dbe4;
	padding-bottom: 20px;
	margin-bottom: 29px
}

.featured-news .section-title-wrapper .section-title {
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: 34px;
	line-height: 2.125rem;
	letter-spacing: 1.2px;
	font-weight: 700;
	color: #000;
	margin: 0
}

.featured-news .view-all-btn {
	position: relative;
	top: 2px;
	display: block;
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: inherit;
	transition: all .125s ease-out
}

.featured-news .view-all-btn:hover:before,
.featured-news .view-all-btn:focus:before {
	width: 0
}

.featured-news .view-all-btn.mobile {
	display: none
}

.featured-news .view-all-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 23px;
	width: calc(100%);
	height: 2px;
	background: #223056;
	transition: width .2s;
	overflow: visible;
	transition: all .125s ease-out;
	pointer-events: none
}

.featured-news .news-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c4dbe4
}

.featured-news .news-item:last-child {
	margin-bottom: 0
}

.featured-news .mobile-controls {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding-top: 13px
}

.featured-news .arrows {
	display: flex
}

.featured-news .arrows .slick-prev,
.featured-news .arrows .slick-next {
	position: relative;
	left: initial;
	right: initial;
	background-color: #223056;
	color: #fff
}

@media(hover:hover) and (pointer:fine) {

	.featured-news .arrows .slick-prev:hover,
	.featured-news .arrows .slick-next:hover {
		background-color: #ffc82e
	}

	.featured-news .arrows .slick-prev:hover span,
	.featured-news .arrows .slick-next:hover span {
		color: #000
	}
}

@media(pointer:coarse) {

	.featured-news .arrows .slick-prev:active,
	.featured-news .arrows .slick-next:active {
		background-color: #ffc82e
	}

	.featured-news .arrows .slick-prev:active span,
	.featured-news .arrows .slick-next:active span {
		color: #000
	}
}

.featured-news .arrows .slick-prev:focus-visible,
.featured-news .arrows .slick-next:focus-visible {
	background-color: #ffc82e;
	outline: none
}

.featured-news .arrows .slick-prev:focus-visible span,
.featured-news .arrows .slick-next:focus-visible span {
	color: #000
}

.featured-news.blue-theme {
	background: #c4dbe4;
	padding: 92px 0 90px 0;
	margin: 30px 0
}

.featured-news.blue-theme>.container::before {
	display: none
}

.featured-news.blue-theme .view-all-btn:hover,
.featured-news.blue-theme .view-all-btn:focus {
	color: #000
}

.featured-news.blue-theme .view-all-btn:hover:before,
.featured-news.blue-theme .view-all-btn:focus:before {
	background: #000
}

.featured-news.blue-theme .section-title-wrapper {
	border-bottom: none;
	padding-bottom: 0
}

.featured-news.blue-theme .news-item {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 10px
}

.featured-news.blue-theme .news-item .card-body {
	padding: 38px 45px;
	min-height: 200px;
	height: auto
}

.featured-news.blue-theme .news-item .card-body .card-title {
	margin: 0 0 22px 0
}

.featured-news.blue-theme .news-item .card-body .card-date {
	padding-top: 17px
}

@media(max-width:991.98px) {
	.featured-news .news-container {
		padding: 20px;
		padding-left: 0;
		padding-right: 0
	}

	.featured-news .section-title-wrapper {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 12px
	}

	.featured-news .mobile-controls {
		display: flex
	}

	.featured-news .view-all-btn.desktop {
		display: none
	}

	.featured-news .view-all-btn.mobile {
		display: block
	}

	.featured-news .news-item {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none
	}

	.featured-news .slick-slide {
		padding: 0
	}

	.featured-news .slick-track {
		display: flex
	}

	.featured-news .news-item {
		height: auto
	}

	.featured-news .news-item .background {
		height: 100%
	}

	.featured-news .news-item .row {
		height: 100%
	}

	.featured-news.blue-theme {
		padding: 70px 0 70px 0;
		margin: 15px 0
	}

	.featured-news.blue-theme .section-title-wrapper {
		margin-bottom: 28px
	}

	.featured-news.blue-theme .news-item .card-body {
		padding: 25px 20px;
		min-height: auto
	}

	.featured-news.blue-theme .mobile-controls {
		padding-top: 22px
	}

	.featured-news.blue-theme .view-all-btn.mobile {
		top: -3px
	}
}

.featured-news-tiles {
	margin-bottom: 30px
}

.featured-news-tiles .news-item-tile {
	margin-bottom: 30px
}

.featured-news-tiles .news-item-tile .background .photo {
	aspect-ratio: 5/3;
	width: 100%
}

.featured-news-tiles .news-item-tile .background .photo a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center
}

.featured-news-tiles .news-item-tile .background .card-body {
	padding: 15px 0
}

.featured-news-tiles .news-item-tile .background .card-body .card-title {
	font-family: tablet-gothic, verdana, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin: 0 0 20px
}

.featured-news-tiles .news-item-tile .background .card-body .card-title a {
	text-decoration: none
}

.featured-news-tiles .news-item-tile .background .card-body .card-title a:hover {
	text-decoration: underline
}

.featured-news-tiles .news-item-tile .background .card-body .card-date {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700
}

.featured-news-tiles .mobile-controls {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px
}

.featured-news-tiles .mobile-controls .view-all-button {
	position: relative;
	top: 2px;
	display: block;
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: inherit;
	transition: all .125s ease-out
}

.featured-news-tiles .mobile-controls .arrows {
	display: flex
}

.featured-news-tiles .mobile-controls .arrows .slick-prev,
.featured-news-tiles .mobile-controls .arrows .slick-next {
	position: relative;
	left: initial;
	right: initial;
	background-color: #223056;
	color: #fff
}

@media(hover:hover) and (pointer:fine) {

	.featured-news-tiles .mobile-controls .arrows .slick-prev:hover,
	.featured-news-tiles .mobile-controls .arrows .slick-next:hover {
		background-color: #ffc82e
	}

	.featured-news-tiles .mobile-controls .arrows .slick-prev:hover span,
	.featured-news-tiles .mobile-controls .arrows .slick-next:hover span {
		color: #000
	}
}

@media(pointer:coarse) {

	.featured-news-tiles .mobile-controls .arrows .slick-prev:active,
	.featured-news-tiles .mobile-controls .arrows .slick-next:active {
		background-color: #ffc82e
	}

	.featured-news-tiles .mobile-controls .arrows .slick-prev:active span,
	.featured-news-tiles .mobile-controls .arrows .slick-next:active span {
		color: #000
	}
}

.featured-news-tiles .mobile-controls .arrows .slick-prev:focus-visible,
.featured-news-tiles .mobile-controls .arrows .slick-next:focus-visible {
	background-color: #ffc82e;
	outline: none
}

.featured-news-tiles .mobile-controls .arrows .slick-prev:focus-visible span,
.featured-news-tiles .mobile-controls .arrows .slick-next:focus-visible span {
	color: #000
}

@media(max-width:1219.98px) {
	.featured-news-tiles .slick-slide {
		padding: 0
	}

	.featured-news-tiles .slick-slide .col-lg-4 {
		padding-bottom: 0
	}

	.featured-news-tiles .news-item-tile {
		margin-bottom: 0
	}

	.featured-news-tiles .news-item-tile .card-body {
		text-align: left
	}

	.featured-news-tiles .mobile-controls {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0 20px 15px 0;
		padding-top: 0 !important
	}

	.featured-news-tiles .mobile-controls .view-all-btn .mobile {
		display: block
	}

	.featured-news-tiles .mobile-controls .arrows {
		display: flex
	}
}

body .breadcrumb-wrapper {
	padding: 12px 0 25px !important
}

body.news-article-layout .news-detail-hero {
	border-bottom: 1px solid #223056
}

body.news-article-layout .news-detail-hero .hero-image-wrapper {
	max-height: 635px;
	height: calc(100vh - 375px);
	overflow: hidden
}

body.news-article-layout .news-detail-hero:after {
	content: url("../ResourcePackages/lib/img/accents/AngledLinesRed.html");
	position: absolute;
	bottom: -7px
}

body.news-article-layout .image-with-caption-carousel {
	margin-bottom: 30px
}

body.news-article-layout .news-footer-link {
	margin-bottom: 18px
}

.news-article {
	margin-top: 15px;
	margin-bottom: 65px
}

.news-article iframe {
	margin-bottom: 18px;
	max-width: 100%;
	aspect-ratio: 4/3;
	max-height: calc(100vh - 140px);
	height: 100%
}

.news-article .youtube-embed-wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1 px solid rgba(0, 0, 0, .125);
	border-radius: .25 rem
}

.news-article .youtube-embed-wrapper .youtube-embed {
	margin-bottom: 18px;
	max-height: var(--carousel-aspect-based-height);
	height: var(--carousel-aspect-based-height)
}

.news-article .author-share-wrapper {
	justify-content: space-between
}

.news-article .author-share-wrapper .news-author {
	padding: 0 0 24px 0
}

.news-article .author-share-wrapper .news-social-share {
	position: relative;
	top: 3px
}

.news-article .news-content {
	padding: 0 0 32px
}

.news-article .news-content .publication-name-wrapper {
	padding-bottom: 25px;
	margin-bottom: 30px
}

.news-article .news-content h1 {
	padding-bottom: 30px;
	margin-bottom: 30px
}

.news-article .card-date {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 28px;
	line-height: 1.75rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.news-article .card-date .bold {
	font-weight: 700
}

.news-article .card-date a {
	font-weight: 400
}

.news-article .faux-bottom-border {
	margin: 20px 0 55px;
	height: 1px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #223056
}

@media(max-width:991.98px) {
	body.news-article-layout .news-detail-hero .hero-image-wrapper {
		max-height: 75vh
	}

	.news-article {
		margin-top: 0;
		margin-bottom: 20px
	}

	.news-article .publication-name-wrapper {
		padding: 0
	}

	.news-article .news-content {
		padding-bottom: 0
	}

	.news-article .card-date {
		-webkit-line-clamp: 3;
		padding-bottom: 13px !important
	}
}

.news-item {
	width: 100%
}

.news-item .row {
	flex-wrap: nowrap
}

.news-item.hover .photo a img {
	transform: scale(1.2);
	transition: transform 6s
}

.news-item.hover .card-body .card-title {
	text-decoration: underline;
	transition: transform 6s
}

.news-item .background {
	background: #f3f6f7
}

.news-item .photo {
	width: 360px;
	height: 240px;
	flex-shrink: 0
}

.news-item .photo a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.news-item .photo img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	max-height: 265px;
	transition: transform .3s
}

.news-item .card-body {
	width: 100%;
	padding: 48px 43px;
	text-align: left;
	height: 200px
}

.news-item .card-body .card-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: .5px;
	font-family: tablet-gothic, verdana, sans-serif;
	font-weight: 700;
	margin: 0 0 7px 0
}

.news-item .card-body .card-title a {
	text-decoration: none
}

.news-item .card-body .card-title a:hover,
.news-item .card-body .card-title a:focus {
	text-decoration: underline
}

.news-item .card-body .card-text {
	max-height: 67px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.news-item .card-body .card-date {
	padding-top: 20px;
	font-weight: 700;
	letter-spacing: .5px
}

@media(max-width:991.98px) {
	.news-item .row {
		flex-wrap: wrap
	}

	.news-item .photo {
		width: 100%;
		height: 350px
	}

	.news-item .photo img {
		max-height: initial
	}

	.news-item .card-body {
		width: 100%;
		height: 100%;
		min-height: 1px;
		padding: 37px 20px 35px
	}

	.news-item .card-body .card-text {
		display: block;
		height: auto;
		max-height: initial;
		overflow: visible;
		-webkit-line-clamp: initial
	}

	.news-item .card-body .card-date {
		padding-top: 18px
	}
}

@media(max-width:767.98px) {
	.news-item .photo {
		height: 235px
	}
}

.newsroom {
	margin-top: 20px
}

.newsroom .page-title-wrapper h1:after {
	content: "";
	position: relative;
	background: url("../ResourcePackages/lib/img/accents/Chevron-Lockup-LtBlue.svg");
	height: 167px;
	width: 185px;
	display: inline-block;
	margin-top: -60px;
	bottom: -25px;
	left: -50px;
	z-index: -1;
	opacity: .5
}

.newsroom .story-cards-wrapper {
	margin-bottom: 10px
}

.newsroom .external-news-links {
	background: #c4dbe4;
	padding: 90px 0 100px;
	margin-bottom: 10px
}

.newsroom .external-news-links .section-title-wrapper {
	margin-bottom: 7px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #c4dbe4;
	padding-bottom: 20px
}

.newsroom .external-news-links .section-title-wrapper .section-title {
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: 34px;
	line-height: 2.125rem;
	letter-spacing: 1.2px;
	font-weight: 700;
	color: #000;
	margin: 0
}

.newsroom .external-news-links .mobile-carousel {
	display: flex;
	width: 100%
}

.newsroom .external-news-links .mobile-carousel .external-news-tile {
	height: 100%
}

.newsroom .external-news-links .mobile-carousel .external-news-tile .background {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
	padding: 30px;
	margin: 0 15px;
	height: 100%;
	aspect-ratio: 5/3
}

.newsroom .external-news-links .mobile-carousel .external-news-tile .background .content-block {
	margin-bottom: 15px
}

.newsroom .external-news-links .mobile-carousel .external-news-tile .background .content-block a {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 700;
	text-decoration: none
}

.newsroom .external-news-links .mobile-carousel .external-news-tile .background .content-block a:hover,
.newsroom .external-news-links .mobile-carousel .external-news-tile .background .content-block a:focus {
	text-decoration: underline
}

.newsroom .external-news-links .mobile-carousel .external-news-tile .background .external-source {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700;
	margin-bottom: 0
}

.newsroom .external-news-links .mobile-controls {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px
}

.newsroom .external-news-links .mobile-controls .view-all-button {
	position: relative;
	top: 2px;
	display: block;
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: inherit;
	transition: all .125s ease-out
}

.newsroom .external-news-links .mobile-controls .arrows {
	display: flex
}

.newsroom .external-news-links .mobile-controls .arrows .slick-prev,
.newsroom .external-news-links .mobile-controls .arrows .slick-next {
	position: relative;
	left: initial;
	right: initial;
	background-color: #223056;
	color: #fff
}

@media(hover:hover) and (pointer:fine) {

	.newsroom .external-news-links .mobile-controls .arrows .slick-prev:hover,
	.newsroom .external-news-links .mobile-controls .arrows .slick-next:hover {
		background-color: #ffc82e
	}

	.newsroom .external-news-links .mobile-controls .arrows .slick-prev:hover span,
	.newsroom .external-news-links .mobile-controls .arrows .slick-next:hover span {
		color: #000
	}
}

@media(pointer:coarse) {

	.newsroom .external-news-links .mobile-controls .arrows .slick-prev:active,
	.newsroom .external-news-links .mobile-controls .arrows .slick-next:active {
		background-color: #ffc82e
	}

	.newsroom .external-news-links .mobile-controls .arrows .slick-prev:active span,
	.newsroom .external-news-links .mobile-controls .arrows .slick-next:active span {
		color: #000
	}
}

.newsroom .external-news-links .mobile-controls .arrows .slick-prev:focus-visible,
.newsroom .external-news-links .mobile-controls .arrows .slick-next:focus-visible {
	background-color: #ffc82e;
	outline: none
}

.newsroom .external-news-links .mobile-controls .arrows .slick-prev:focus-visible span,
.newsroom .external-news-links .mobile-controls .arrows .slick-next:focus-visible span {
	color: #000
}

.newsroom .maroon-background-callout {
	margin-bottom: 10px
}

.newsroom .college-contact-banner {
	margin-bottom: 10px
}

@media(max-width:1219.98px) {
	.newsroom .featured-news .section-title-wrapper .desktop {
		display: none
	}
}

@media(max-width:991.98px) {
	.newsroom .external-news-links .slick-slide {
		padding: 0
	}

	.newsroom .external-news-links .col-lg-4 {
		margin: 0 0 30px;
		padding: 0
	}

	.newsroom .external-news-links .col-lg-4 .external-news-tile .background {
		aspect-ratio: initial;
		padding: 34px 30px 34px
	}

	.newsroom .external-news-links .mobile-controls {
		display: block;
		width: 100%;
		padding-top: 0 !important;
		margin-right: 15px
	}

	.newsroom .external-news-links .mobile-controls .arrows {
		justify-content: flex-end
	}
}

@media(max-width:767.98px) {
	.newsroom .page-title-wrapper h1 {
		margin-bottom: 0
	}

	.newsroom .page-title-wrapper h1:after {
		position: relative;
		height: 100px;
		bottom: -18px;
		background-size: contain;
		background-repeat: no-repeat
	}
}

.next-steps-callout {
	position: relative
}

.next-steps-callout:before {
	content: '';
	background: rgba(0, 0, 0, .65);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/* next-steps-callout:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:37px;background-image:url("../ResourcePackages/lib/img/accents/AngledLinesLtBlue.svg");background-repeat:repeat-x;z-index:3} */
.next-steps-callout .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
	object-position: center
}

.next-steps-callout .content {
	position: relative;
	z-index: 4;
	padding: 125px 0 148px 0;
	text-align: center
}

.next-steps-callout .content .section-title {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	font-size: 66px;
	font-size: 4.125rem;
	line-height: 66px;
	line-height: 4.125rem;
	letter-spacing: 1px
}

.next-steps-callout .content .ctas a {
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 18px
}

@media(hover:hover) and (pointer:fine) {
	.next-steps-callout .btn-secondary:hover {
		color: #fff !important
	}
}

.next-steps-callout .btn-secondary:focus,
.next-steps-callout .btn-secondary.active {
	color: #fff !important
}

@media(max-width:991.98px) {
	.next-steps-callout .content .section-title {
		font-size: 48px;
		font-size: 3rem;
		line-height: 43px;
		line-height: 2.6875rem
	}

	.next-steps-callout .content .ctas a {
		display: block;
		margin: 0 auto 15px;
		width: 100%;
		max-width: 300px
	}

	.next-steps-callout .content .ctas a:last-child {
		margin-bottom: 0
	}
}

@media(max-width:767.98px) {
	.next-steps-callout .content {
		padding: 125px 0
	}
}

.podcast-detail .podcast-listen-links.content-block {
	border-bottom: 1px solid #223056;
	padding-bottom: 30px
}

.podcast-detail .podcast-listen-links .link-title {
	font-weight: 700;
	font-family: antarctican-headline, impact, sans-serif;
	font-size: 23px;
	line-height: 25px
}

.podcast-detail .podcast-subtitle {
	font-weight: 400;
	font-family: antarctican-headline, impact, sans-serif;
	font-size: 34px;
	line-height: 35px
}

.podcast-detail .podcast-subtitle a {
	color: #000;
	text-decoration: none
}

.podcast-detail .podcast-subtitle a:hover {
	color: #223056;
	text-decoration: underline
}

.podcast-detail .content-block .author-share-wrapper .news-author {
	padding-bottom: 15px
}

.podcast-detail .content-block .faux-bottom-border {
	margin: 0 0 15px;
	height: 1px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #223056
}

.podcast-detail .content-block .author-disclaimer {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	color: #757575;
	margin-bottom: 30px
}

.podcast-home-layout {
	padding: 30px 0
}

.podcast-home-layout .featured-podcast-wrapper .h6 {
	font-weight: 700
}

.podcast-home-layout .featured-podcast-description {
	padding-top: 26px
}

.podcast-home-layout .featured-podcast-links .h6 {
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif
}

.podcast-home-layout .podcast-meet-your-host {
	position: relative;
	background: #223056;
	color: #fff;
	padding: 0;
	margin: 30px 0
}

.podcast-home-layout .podcast-meet-your-host .container {
	position: relative
}

.podcast-home-layout .podcast-meet-your-host .content {
	padding: 95px 55px 95px 0;
	width: 50%;
	position: relative
}

.podcast-home-layout .podcast-meet-your-host .content h2 {
	color: #fff;
	margin: 0 0 20px 0;
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 47px;
	line-height: 2.9375rem;
	letter-spacing: 1px
}

.podcast-home-layout .podcast-meet-your-host .content .desc {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: 1px;
	margin-bottom: 50px
}

.podcast-home-layout .podcast-meet-your-host .content .desc table {
	background: #223056;
	border: none;
	margin-bottom: 25px 0 45px;
	border-collapse: collapse
}

.podcast-home-layout .podcast-meet-your-host .content .desc table caption {
	color: #fff
}

.podcast-home-layout .podcast-meet-your-host .content .desc table thead tr,
.podcast-home-layout .podcast-meet-your-host .content .desc table tbody tr {
	border-bottom: 1px solid #fff
}

.podcast-home-layout .podcast-meet-your-host .content .desc table thead tr th,
.podcast-home-layout .podcast-meet-your-host .content .desc table tbody tr th {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 15px;
	line-height: .9375rem;
	font-weight: 700;
	color: #ffc82e;
	text-align: left;
	border-right: none;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: 15px 8px
}

.podcast-home-layout .podcast-meet-your-host .content .desc table thead tr td,
.podcast-home-layout .podcast-meet-your-host .content .desc table tbody tr td {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 25px;
	line-height: 1.5625rem;
	background: initial;
	border-right: none;
	text-align: left;
	padding: 15px 8px
}

.podcast-home-layout .podcast-meet-your-host .content .desc table thead tr td:nth-child(1),
.podcast-home-layout .podcast-meet-your-host .content .desc table tbody tr td:nth-child(1) {
	font-weight: 700
}

.podcast-home-layout .podcast-meet-your-host .photo-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1
}

.podcast-home-layout .podcast-meet-your-host .photo-wrapper img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%
}

.podcast-home-layout .podcast-meet-your-host.image-left .content {
	left: 50%;
	padding: 120px 0 55px 55px
}

.podcast-home-layout .podcast-meet-your-host.image-left .photo-wrapper {
	left: 0;
	right: initial
}

@media(hover:hover) and (pointer:fine) {
	.podcast-home-layout .podcast-meet-your-host .btn-secondary:hover {
		color: #fff !important
	}
}

.podcast-home-layout .podcast-meet-your-host .btn-secondary:focus,
.podcast-home-layout .podcast-meet-your-host .btn-secondary.active {
	color: #fff !important
}

@media(max-width:991.98px) {
	.podcast-home-layout .podcast-meet-your-host {
		margin: 15px 0;
		display: flex;
		flex-direction: column-reverse
	}

	.podcast-home-layout .podcast-meet-your-host .content,
	.podcast-home-layout .podcast-meet-your-host .photo-wrapper {
		width: 100%;
		left: initial;
		right: initial
	}

	.podcast-home-layout .podcast-meet-your-host .content {
		padding: 40px 0
	}

	.podcast-home-layout .podcast-meet-your-host .content .headline {
		font-size: 45px;
		font-size: 2.8125rem;
		line-height: 45px;
		line-height: 2.8125rem
	}

	.podcast-home-layout .podcast-meet-your-host .content .desc {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem
	}

	.podcast-home-layout .podcast-meet-your-host .photo-wrapper {
		height: 450px;
		position: relative
	}

	.podcast-home-layout .podcast-meet-your-host.image-left .content {
		left: 0;
		padding: 40px 0
	}

	.podcast-home-layout .podcast-meet-your-host.image-left .photo-wrapper {
		left: initial
	}
}

@media(max-width:767.98px) {
	.podcast-home-layout .podcast-meet-your-host .content {
		padding: 25px 0
	}

	.podcast-home-layout .podcast-meet-your-host .content .headline {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 36px;
		line-height: 2.25rem
	}

	.podcast-home-layout .podcast-meet-your-host .content .facts .item {
		flex-direction: column
	}

	.podcast-home-layout .podcast-meet-your-host .photo-wrapper {
		height: 395px
	}
}

.careers-and-outcomes-cta {
	position: relative;
	background: #223056;
	color: #fff;
	padding: 0;
	margin: 30px 0
}

.careers-and-outcomes-cta .container {
	position: relative
}

.careers-and-outcomes-cta .content {
	padding: 95px 55px 95px 0;
	width: 50%;
	position: relative
}

.careers-and-outcomes-cta .content .headline {
	color: #fff;
	margin: 0 0 20px 0;
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 47px;
	line-height: 2.9375rem;
	letter-spacing: 1px
}

.careers-and-outcomes-cta .content .desc {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: 1px;
	margin-bottom: 50px
}

.careers-and-outcomes-cta .content .desc table {
	background: #223056;
	border: none;
	margin-bottom: 25px 0 45px;
	border-collapse: collapse
}

.careers-and-outcomes-cta .content .desc table caption {
	color: #fff
}

.careers-and-outcomes-cta .content .desc table thead tr,
.careers-and-outcomes-cta .content .desc table tbody tr {
	border-bottom: 1px solid #fff
}

.careers-and-outcomes-cta .content .desc table thead tr th,
.careers-and-outcomes-cta .content .desc table tbody tr th {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 15px;
	line-height: .9375rem;
	font-weight: 700;
	color: #ffc82e;
	text-align: left;
	border-right: none;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: 15px 8px
}

.careers-and-outcomes-cta .content .desc table thead tr td,
.careers-and-outcomes-cta .content .desc table tbody tr td {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 25px;
	line-height: 1.5625rem;
	background: initial;
	border-right: none;
	text-align: left;
	padding: 15px 8px
}

.careers-and-outcomes-cta .content .desc table thead tr td:nth-child(1),
.careers-and-outcomes-cta .content .desc table tbody tr td:nth-child(1) {
	font-weight: 700
}

.careers-and-outcomes-cta .photo-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1
}

.careers-and-outcomes-cta .photo-wrapper .photo {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%
}

.careers-and-outcomes-cta .photo-wrapper .photo:not(.img-load-lazy) {
	animation: fadeIn 1s
}

.careers-and-outcomes-cta.image-left .content {
	left: 50%;
	padding: 120px 0 55px 55px
}

.careers-and-outcomes-cta.image-left .photo-wrapper {
	left: 0;
	right: initial
}

@media(hover:hover) and (pointer:fine) {
	.careers-and-outcomes-cta .btn-secondary:hover {
		color: #fff !important
	}
}

.careers-and-outcomes-cta .btn-secondary:focus,
.careers-and-outcomes-cta .btn-secondary.active {
	color: #fff !important
}

@media(max-width:991.98px) {
	.careers-and-outcomes-cta {
		margin: 15px 0;
		display: flex;
		flex-direction: column-reverse
	}

	.careers-and-outcomes-cta .content,
	.careers-and-outcomes-cta .photo-wrapper {
		width: 100%;
		left: initial;
		right: initial
	}

	.careers-and-outcomes-cta .content {
		padding: 40px 0
	}

	.careers-and-outcomes-cta .content .headline {
		font-size: 45px;
		font-size: 2.8125rem;
		line-height: 45px;
		line-height: 2.8125rem
	}

	.careers-and-outcomes-cta .content .desc {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem
	}

	.careers-and-outcomes-cta .photo-wrapper {
		height: 450px;
		position: relative
	}

	.careers-and-outcomes-cta.image-left .content {
		left: 0;
		padding: 40px 0
	}

	.careers-and-outcomes-cta.image-left .photo-wrapper {
		left: initial
	}
}

@media(max-width:767.98px) {
	.careers-and-outcomes-cta .content {
		padding: 25px 0
	}

	.careers-and-outcomes-cta .content .headline {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 36px;
		line-height: 2.25rem
	}

	.careers-and-outcomes-cta .content .facts .item {
		flex-direction: column
	}

	.careers-and-outcomes-cta .photo-wrapper {
		height: 395px
	}
}

.concentrations .filter-by {
	background: #223056;
	padding: 30px;
	margin-bottom: 20px;
	color: #fff;
	display: flex;
	align-items: center
}

.concentrations .filter-by .filter-title {
	margin-right: 20px;
	font-weight: 700;
	letter-spacing: 1px
}

.concentrations .filter-by .dropdown {
	width: 100%;
	max-width: 231px;
	color: #000
}

.concentrations .filter-by .dropdown-toggle {
	text-align: left;
	width: 100%;
	padding: 16px 25px 16px 16px
}

.concentrations .filter-by .dropdown-toggle:after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%)
}

.concentrations .filter-by .dropdown-menu {
	max-height: 400px;
	width: 100%;
	max-width: 231px;
	overflow-y: auto;
	border-radius: 0
}

.concentrations .filter-by .dropdown-menu::-webkit-scrollbar {
	width: 14px;
	height: 18px
}

.concentrations .filter-by .dropdown-menu::-webkit-scrollbar-track {
	background: #fff
}

.concentrations .filter-by .dropdown-menu::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color: #223056;
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05)
}

.concentrations .filter-by .dropdown-menu::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none
}

.concentrations .filter-by .dropdown-menu::-webkit-scrollbar-corner {
	background-color: transparent
}

.concentrations .filter-by .dropdown-menu .dropdown-item {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #223056;
	text-decoration: none;
	white-space: normal
}

.concentrations .filter-by .dropdown-menu .dropdown-item:hover,
.concentrations .filter-by .dropdown-menu .dropdown-item:focus {
	background: #f3f6f7
}

.concentrations .accordion .accordion-title {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding: 16px 30px
}

@media(max-width:991.98px) {
	.concentrations .container {
		padding: 0
	}

	.concentrations .filter-by {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px
	}

	.concentrations .filter-by .filter-title {
		margin-right: 0;
		margin-bottom: 10px
	}

	.concentrations .filter-by .dropdown {
		max-width: 100%
	}

	.concentrations .filter-by .dropdown-menu {
		max-width: 100%;
		max-height: 300px
	}
}

.related-programs-cards-wrapper-inner {
	width: 100%;
	display: flex;
	justify-content: flex-start
}

.related-programs-cards-wrapper-inner.slick-initialized:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none
}

.related-programs-cards-wrapper-inner.slick-initialized .slick-slide {
	padding: 1px
}

.related-programs-cards-wrapper-inner.slick-initialized .slick-slide .col-lg-4 {
	width: 100%;
	max-width: 100%
}

.related-programs-cards-wrapper-inner.slick-initialized .slick-slide.col-lg-4 {
	padding: 0 20px
}

.related-programs-cards-wrapper-inner .card {
	border: none;
	height: 100%;
	aspect-ratio: 3/4;
	text-align: left;
	border-radius: 0;
	background-size: cover;
	background-position: center
}

.related-programs-cards-wrapper-inner .card:before {
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	transition: all .2s;
	pointer-events: none
}

.related-programs-cards-wrapper-inner .card:hover:before,
.related-programs-cards-wrapper-inner .card:focus-within:before {
	background: rgba(0, 0, 0, .5)
}

.related-programs-cards-wrapper-inner .card:hover .card-body,
.related-programs-cards-wrapper-inner .card:focus-within .card-body {
	background: transparent
}

.related-programs-cards-wrapper-inner .card .card-img-top {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0 !important
}

.related-programs-cards-wrapper-inner .card .card-body {
	color: #fff;
	padding: 2rem 31px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .3))
}

.related-programs-cards-wrapper-inner .card .card-body .card-title {
	color: #fff;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 29px;
	line-height: 1.8125rem;
	font-weight: 900;
	margin-bottom: 0
}

.related-programs-cards-wrapper-inner .card .card-body .card-desc-action-wrapper {
	max-height: 400px;
	transition: all .2s
}

.related-programs-cards-wrapper-inner .card .card-body .card-text {
	height: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 25px;
	line-height: 1.5625rem;
	letter-spacing: 1px;
	overflow: hidden;
	transition: height .2s
}

.related-programs-cards-wrapper-inner .card .card-body .card-link {
	background: none !important;
	border: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-weight: bold;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	color: #ffc82e !important;
	border-radius: inherit;
	padding: 0;
	margin-bottom: 15px;
	transition: color .2s;
	display: inline-block;
	letter-spacing: 1px
}

.related-programs-cards-wrapper-inner .card .card-body .card-link:hover,
.related-programs-cards-wrapper-inner .card .card-body .card-link:focus {
	color: #fff !important
}

.related-programs-cards-wrapper-inner .card .card-body .card-link:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ffc82e;
	transition: all .2s;
	overflow: visible
}

.related-programs-cards-wrapper-inner .card .card-body .card-link:hover:after,
.related-programs-cards-wrapper-inner .card .card-body .card-link:focus:after {
	width: 0;
	background: #fff
}

@media(max-width:1219.98px) {
	.related-programs-cards-wrapper-inner .card {
		margin-bottom: 0
	}

	.related-programs-cards-wrapper-inner .card .card-img-top {
		object-fit: cover;
		object-position: center;
		height: initial
	}

	.related-programs-cards-wrapper-inner .card .card-body {
		padding: 16px 20px
	}

	.related-programs-cards-wrapper-inner .card .card-body .card-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 32px;
		line-height: 2rem
	}

	.related-programs-cards-wrapper-inner .card .card-body .card-desc-action-wrapper {
		max-height: 400px;
		height: initial !important
	}

	.related-programs-cards-wrapper-inner .card .card-body .card-text {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 25px;
		line-height: 1.5625rem;
		margin-bottom: 1rem;
		height: initial !important
	}

	.related-programs-cards-wrapper-inner .card .card-body .card-link {
		font-size: 16px;
		font-size: 1rem;
		line-height: 22px;
		line-height: 1.375rem
	}
}

@media(max-width:575.98px) {
	.related-programs-cards-wrapper-inner .card {
		margin-bottom: 0
	}

	.related-programs-cards-wrapper-inner .card .card-body .card-desc-action-wrapper {
		max-height: 400px
	}

	.related-programs-cards-wrapper-inner .card .card-body .card-text {
		margin-bottom: 1rem
	}

	.related-programs-cards-wrapper-inner .card .card-body .card-link {
		font-size: 16px;
		font-size: 1rem;
		line-height: 22px;
		line-height: 1.375rem
	}
}

.homePage .related-programs-cards-wrapper {
	margin-bottom: 0
}

.related-programs-cards-wrapper {
	width: 100%;
	min-height: 800px;
	max-width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	height: calc(100vh - 123px);
	display: flex;
	align-items: center
}

.related-programs-cards-wrapper .row {
	position: relative
}

.related-programs-cards-wrapper .related-programs-card-background {
	width: calc(999px + ((100vw - 1362px)/2));
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #f3f6f7;
	position: absolute;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 20vw) 100%, 0 100%)
}

.related-programs-cards-wrapper .related-programs-card-heading-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 1
}

.related-programs-cards-wrapper .related-programs-card-heading-wrapper .related-programs-card-heading {
	display: inline-block;
	margin-top: 0;
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 47px;
	line-height: 2.9375rem
}

.related-programs-cards-wrapper .CTA-link-wrapper {
	width: auto;
	text-align: center
}

.related-programs-cards-wrapper .CTA-link-wrapper .CTA-link {
	margin-top: 30px
}

.related-programs-cards-wrapper .mobileOnly {
	padding: 0 20px;
	width: 100%
}

.related-programs-cards-wrapper .mobileOnly .CTA-link-wrapper {
	margin-top: 2rem
}

.related-programs-cards-wrapper .mobileOnly .CTA-link-wrapper .CTA-link {
	margin-bottom: 0
}

.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging {
	display: flex;
	height: 0;
	justify-content: flex-end;
	overflow: visible;
	padding: 0 15px 0 0;
	position: relative;
	bottom: 30px
}

.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_prev,
.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_next {
	border: none;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	background-color: #223056;
	margin-right: 10px;
	transition: all .2s;
	z-index: 1
}

.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_prev span,
.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_next span {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 1px
}

.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_prev span.icon-stmrtu-arrow-carousel-left,
.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_next span.icon-stmrtu-arrow-carousel-left {
	left: -1px
}

.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_prev span.icon-stmrtu-arrow-carousel-right,
.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_next span.icon-stmrtu-arrow-carousel-right {
	left: 1px
}

.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_prev:hover,
.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_next:hover {
	background-color: #ffc82e
}

.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_prev:hover span,
.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_next:hover span {
	color: #000
}

.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_prev:focus,
.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_next:focus {
	background-color: #ffc82e;
	outline: 1px dotted #000
}

.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_prev:focus span,
.related-programs-cards-wrapper .mobileOnly .related-programs-card-paging .related-programs-card_next:focus span {
	color: #000
}

@media(max-width:1219.98px) {
	.related-programs-cards-wrapper {
		max-height: 800px
	}
}

@media(max-width:991.98px) {
	.related-programs-cards-wrapper .related-programs-card-background {
		width: 100vw;
		clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 100%)
	}

	.related-programs-cards-wrapper {
		max-height: initial;
		height: calc(100vh - 115px)
	}

	.related-programs-cards-wrapper .related-programs-card-heading-wrapper .related-programs-card-heading {
		font-size: 45px;
		font-size: 2.8125rem;
		line-height: 40px;
		line-height: 2.5rem
	}

	.related-programs-cards-wrapper .related-programs-card-heading-wrapper .CTA-link-wrapper {
		display: none
	}
}

.program-snapshot {
	background: #f3f6f7;
	padding: 45px 80px 40px 40px;
	margin: 30px 0
}

.program-snapshot .section-headline {
	border-bottom: 1px solid #c4dbe4;
	margin-bottom: 25px
}

.program-snapshot .headline {
	color: #000;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin: 0 0 15px 0;
	letter-spacing: 1px
}

.program-snapshot .snapshot-details {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem
}

.program-snapshot .snapshot-details .item {
	margin-bottom: 15px
}

.program-snapshot .snapshot-details .item:last-child {
	margin-bottom: 0
}

.program-snapshot .snapshot-details .location-type .location-type-item:after {
	content: ', '
}

.program-snapshot .snapshot-details .location-type .location-type-item:last-child:after {
	content: ''
}

.program-snapshot .snapshot-details .program-location {
	width: 100%
}

.program-snapshot .snapshot-details .program-location .accordion.open {
	background: none
}

.program-snapshot .snapshot-details .program-location .accordion-title {
	font-weight: 400;
	font-family: tablet-gothic, verdana, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem
}

.program-snapshot .snapshot-details .program-location ul {
	display: flex;
	flex-wrap: wrap
}

.program-snapshot .snapshot-details .program-location ul li {
	width: 50%
}

.program-snapshot .snapshot-details .program-location ul li:nth-child(odd) {
	padding-right: 50px
}

.program-snapshot .snapshot-details .program-location select {
	background-color: #f3f6f7;
	background-position: center right 0;
	padding-left: 0;
	height: auto;
	border: none;
	border-bottom: 1px solid #223056;
	color: #223056;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700
}

@media(max-width:991.98px) {
	.program-snapshot {
		margin: 15px 0
	}

	.program-snapshot .snapshot-details .program-location ul li {
		width: 100%;
		padding-right: 0
	}
}

@media(max-width:767.98px) {
	.program-snapshot {
		padding: 15px;
		margin-left: -15px;
		margin-right: -15px
	}

	.program-snapshot .container {
		padding: 0
	}

	.program-snapshot .section-headline {
		margin-bottom: 15px
	}

	.program-snapshot .snapshot-details .item.program-location {
		flex-direction: column;
		align-items: flex-start
	}

	.program-snapshot .snapshot-details .item.program-location .campus-locations {
		width: 100%
	}
}

.compare-program-item {
	text-align: left;
	min-width: 300px;
	width: calc(100vw - 80px);
	max-width: 380px;
	flex-shrink: 0;
	box-shadow: 0 0 5px #ccc;
	margin: 0 10px
}

.compare-program-item .close-program-wrapper {
	text-align: right
}

.compare-program-item .close-icon {
	text-decoration: none;
	display: inline-block;
	margin: 0 0 15px
}

.compare-program-item .close-icon:hover,
.compare-program-item .close-icon:focus {
	stroke: #000;
	color: #000
}

.compare-program-item .program-column {
	margin-top: 15px;
	padding: 0 20px 20px
}

.compare-program-item .program-title {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 29px;
	line-height: 1.8125rem;
	letter-spacing: .5px;
	margin: 0 0 5px 0
}

.compare-program-item .program-title a {
	text-decoration: none
}

.compare-program-item .program-title a:hover,
.compare-program-item .program-title a:focus {
	text-decoration: underline
}

.compare-program-item .program-degreeCategory {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	letter-spacing: 1px;
	font-family: tablet-gothic, verdana, sans-serif;
	margin: 0 0 20px 0;
	color: #000
}

.compare-program-item .program-description {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	letter-spacing: .5px
}

.compare-program-item .program-snapshot {
	padding: 20px;
	margin: 20px 0
}

.compare-program-item .program-snapshot .snapshot-details .program-location .accordion-title {
	padding: 15px 10px
}

.compare-program-item .program-snapshot .snapshot-details .program-location .accordion-title .accordion-icon {
	right: 10px
}

.compare-program-item .program-snapshot .snapshot-details .program-location .accordion-content {
	padding: 20px 20px 20px 10px;
	max-height: 215px;
	overflow-y: auto
}

.compare-program-item .program-snapshot .snapshot-details .program-location .accordion-content ul {
	margin: 0;
	padding: 0 0 0 15px;
	flex-direction: column
}

.compare-program-item .program-snapshot .snapshot-details .program-location .accordion-content ul li {
	width: 100%
}

.compare-bar-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 13;
	overflow: visible;
	margin: auto;
	text-align: right;
	transition: all .4s;
	pointer-events: none
}

.compare-bar-wrapper__inline {
	position: relative !important;
	top: unset;
	bottom: unset;
	left: unset
}

.compare-bar-wrapper a {
	pointer-events: all;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #ffc82e;
	padding: 30px;
	height: 67px;
	width: 100%;
	max-width: 412px;
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
	line-height: 15px;
	line-height: .9375rem;
	font-weight: 700;
	color: #000
}

.compare-bar-wrapper a i {
	position: relative;
	margin-left: 10px;
	font-size: 20px;
	top: 3.5px
}

.compare-bar-wrapper a i:before {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: transform .3s
}

.compare-bar-wrapper a:hover,
.compare-bar-wrapper a:focus {
	color: #223056
}

.compare-bar-wrapper a .back-bar {
	display: none
}

body.compare-modal-open .compare-bar-wrapper {
	top: 0
}

body.compare-modal-open .compare-bar-wrapper a i:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg)
}

body.compare-modal-open .compare-bar-wrapper a .compare-bar {
	display: none
}

body.compare-modal-open .compare-bar-wrapper a .back-bar {
	display: block
}

#compare-modal-overlay {
	position: fixed;
	bottom: 0;
	width: 100%;
	right: 0;
	height: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .8);
	transition: height .4s
}

#compare-modal-overlay.active {
	height: 100%;
	z-index: 12
}

#compare-modal {
	position: absolute;
	background: #fff;
	width: 100%;
	height: calc(100% - 67px);
	overflow-y: auto;
	left: 0;
	bottom: 0;
	z-index: 12;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: height .4s
}

#compare-modal .compare-programs-slider-margin {
	margin: 0
}

#compare-modal.active {
	height: 100%;
	transition: height .4s
}

#compare-modal .container {
	height: 100%
}

#compare-modal .compare-content {
	padding: 30px 0 40px 0
}

#compare-modal .compare-content .compare-list-container .item .row {
	flex-wrap: wrap
}

#compare-modal .compare-content .compare-list-container .item .row .col-6 {
	font-weight: 700
}

#compare-modal .compare-content .compare-list-container .item .row .col-6 span {
	display: inline
}

#compare-modal .compare-content .compare-list-container .item .row .col-6.right {
	text-align: right;
	font-weight: 400
}

#compare-modal .compare-title {
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 34px;
	line-height: 2.125rem;
	letter-spacing: .3px;
	margin: 0 0 10px 0;
	color: #000
}

#compare-modal .compare-list-container {
	width: 100%;
	margin: 0;
	overflow: auto;
	padding: 10px 8px 20px
}

#compare-modal .compare-list-container>.row {
	flex-wrap: nowrap;
	width: fit-content
}

#compare-modal .compare-list {
	width: max-content;
	position: relative
}

#compare-modal .compare-button {
	background-color: #ccc;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-size: 1.5rem;
	margin-right: 8px
}

#compare-modal .compare-button.active {
	cursor: pointer;
	background-color: #223056
}

#compare-modal .compare-button.active:hover {
	opacity: .5;
	text-decoration: none;
	transition: opacity .2s
}

#compare-modal .compare-button.active:focus {
	opacity: 1
}

#compare-modal .button-bar {
	float: right;
	user-select: none
}

#compare-modal .location-node {
	font-weight: bold;
	text-decoration: underline
}

#compare-modal .location-list {
	display: inline-block
}

#compare-modal .location-list ul {
	padding-inline-start: 0;
	list-style: none
}

#compare-modal .location-list .location-modal {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 5px #888;
	line-height: 1.5rem;
	font-weight: bold
}

#compare-modal .slick-slide {
	padding: 0
}

#compare-modal .slick-prev,
#compare-modal .slick-next {
	position: absolute;
	top: 40vh;
	width: 76px;
	height: 76px;
	background: #223056;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	transform: none;
	border-radius: 0;
	border-top: 1px solid #fff;
	transition: background .2s;
	z-index: 1
}

#compare-modal .slick-prev.slick-disabled,
#compare-modal .slick-next.slick-disabled {
	background: #a5a3a4;
	pointer-events: none
}

#compare-modal .slick-prev:before,
#compare-modal .slick-next:before {
	display: none
}

#compare-modal .slick-prev .icon,
#compare-modal .slick-next .icon {
	color: #fff;
	fill: #fff;
	stroke: #fff;
	z-index: 1
}

#compare-modal .slick-prev:hover,
#compare-modal .slick-prev:focus,
#compare-modal .slick-next:hover,
#compare-modal .slick-next:focus {
	background: #000
}

#compare-modal .slick-prev {
	left: -76px
}

#compare-modal .slick-next {
	right: -76px
}

body.footer-tripwire .compare-bar-wrapper {
	transform: translateY(100%)
}

body.footer-tripwire.compare-modal-open .compare-bar-wrapper {
	transform: translateY(0%)
}

@media(max-width:991.98px) {
	.compare-bar-wrapper__inline {
		left: -15px
	}

	#compare-modal .compare-content {
		padding: 20px 0
	}
}

@media(max-width:767.98px) {
	body.program-finder {
		--mobile-bar-height: 66px
	}

	.compare-bar-outer-wrapper .compare-bar-wrapper {
		left: 0
	}

	.compare-bar-outer-wrapper .compare-bar-wrapper>.container {
		max-width: unset;
		padding: 0;
		text-align: center
	}

	.compare-bar-outer-wrapper .compare-bar-wrapper>.container a {
		max-width: unset;
		right: 0
	}

	.compare-bar-outer-wrapper .compare-bar-wrapper__inline {
		left: 0
	}

	body.compare-modal-open .siteHeaderBar {
		z-index: 9999
	}

	body.compare-modal-open #compare-modal-overlay {
		background-color: #fff
	}

	#compare-modal-overlay.active {
		height: calc(100% - var(--mobile-bar-height))
	}

	#compare-modal {
		height: calc(100% - var(--mobile-bar-height))
	}

	#compare-modal .compare-title {
		display: none
	}

	#compare-modal .compare-content {
		padding: 35px 0
	}
}

.main-nav-open .program-filters.fix-to-top {
	display: none
}

.search-box-container {
	padding-bottom: 20px
}

.search-box-container .search-box,
.program-filters .search-box {
	width: calc(100% - 2px);
	margin: initial;
	outline: 1px solid #223056
}

.search-box-container .search-box input[type="search"],
.program-filters .search-box input[type="search"] {
	width: calc(100% - 44px);
	height: 44px
}

.search-box-container .search-box button,
.program-filters .search-box button {
	height: 44px;
	width: 44px
}

.search-box-container .search-error,
.program-filters .search-error {
	margin-top: 68px;
	padding-top: 0
}

.program-filters {
	position: relative;
	background: none;
	z-index: 1;
	margin-bottom: 20px;
	transition: all .4s;
	width: 100%;
	padding: 5px 0 20px;
	min-height: 110px;
	border-top: 5px solid transparent
}

.program-filters .filter-bar-label-pinned {
	display: none
}

.program-filters .filter-bar-label-unpinned {
	display: block
}

.program-filters.fix-to-top {
	position: fixed;
	z-index: 10;
	background: #264348;
	top: 123px;
	left: 0;
	border-top: 5px solid #fff;
	box-shadow: 1px 6px 5px rgba(0, 0, 0, .2)
}

.program-filters.fix-to-top .filter-container>.container {
	padding: 0 15px
}

.program-filters.fix-to-top .row.filter-box label {
	color: #fff
}

.program-filters.fix-to-top .row.filter-box .search-box-zone .searchWrapper:before {
	border-left: 1px solid #f3f6f7
}

.program-filters.fix-to-top .row.filter-box .search-error {
	background: #f3f6f7;
	padding: 0 10px
}

.program-filters.fix-to-top .filter-bar>.container {
	padding: 0 15px
}

.program-filters.fix-to-top .filter-bar .clear-filters {
	color: #fff;
	border-bottom: 1px solid #fff
}

.program-filters .filter-container {
	margin-bottom: 5px
}

.program-filters .filter-container>.container {
	padding: 0
}

.program-filters .filter-box {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 25px;
	flex-basis: 100%;
	font-weight: bold
}

.program-filters .filter-box .col-lg-4 {
	column-gap: 25px;
	padding-left: 0;
	padding-right: 0;
	max-width: unset;
	width: auto
}

.program-filters .filter-box .col-lg-4:nth-child(2) .filter-item:last-child .multiselect__content-wrapper:last-child {
	min-height: 105px
}

.program-filters .filter-box .filter-text {
	color: #fff;
	margin: 0 45px 0 0;
	white-space: nowrap
}

.program-filters .filter-box .filter-item {
	display: block;
	color: #223056;
	font-weight: normal;
	margin: 6px 0;
	cursor: pointer;
	width: 100%
}

.program-filters .filter-box .filter-item label {
	color: #000;
	font-size: 13px;
	font-size: .8125rem
}

.program-filters .filter-box .filter-item .custom-sq {
	width: 100%
}

.program-filters .filter-box .filter-item .multiselect__content-wrapper {
	border: 1px solid #223056;
	border-top: none;
	position: absolute;
	top: 45px;
	left: 0
}

.program-filters .filter-box .filter-item .multiselect__content-wrapper .multiselect__content li:last-child {
	margin-bottom: 0
}

.program-filters .filter-box .filter-item .multiselect__input {
	font-size: 14px;
	border: none;
	padding: 7px;
	letter-spacing: .2px
}

.program-filters .filter-box .filter-item .multiselect__input::placeholder {
	color: #223056;
	opacity: 1;
	letter-spacing: .2px
}

.program-filters .filter-box .filter-item .multiselect__input:focus {
	outline: none
}

.program-filters .filter-box .filter-item .multiselect--active .multiselect__input {
	height: calc(44px - 16px);
	padding-left: 7px !important
}

.program-filters .filter-box .filter-item .multiselect--active .multiselect__select {
	top: 2px
}

.program-filters .filter-box .filter-item .multiselect--active .multiselect__tags {
	padding-bottom: 36px
}

.program-filters .filter-box .filter-item .multiselect__select {
	top: 6px;
	transition: none
}

.program-filters .filter-box .filter-item .multiselect__select:before {
	color: #223056;
	border-color: #223056 transparent transparent;
	border-width: 6px 6px 0
}

.program-filters .filter-box .filter-item .filter-checkbox.custom-sq input[type=checkbox] {
	display: none
}

.program-filters .filter-box .filter-item .filter-checkbox.custom-sq {
	font-size: 16px;
	line-height: 10px
}

.program-filters .filter-box .filter-item .filter-checkbox.custom-sq label:before {
	display: inline-block;
	width: 14px;
	height: 14px;
	content: " ";
	text-align: center;
	background: #fff;
	border: solid 2px #223056;
	font-size: 12px;
	position: relative;
	top: 4px;
	margin-right: .5rem
}

.program-filters .filter-box .filter-item .filter-checkbox.custom-sq label:hover::before {
	background: #fff
}

.program-filters .filter-box .filter-item .filter-checkbox label {
	color: #000 !important;
	display: inline;
	height: .7rem;
	font-weight: normal;
	line-height: normal;
	cursor: pointer
}

.program-filters .filter-box .filter-item .filter-checkbox label:hover {
	color: #000;
	background-color: #f3f6f7
}

.program-filters .filter-box .filter-item .multiselect__tags-wrap {
	display: none
}

.program-filters .filter-box .filter-item .multiselect__placeholder {
	color: #979797 !important;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin-bottom: 10px;
	padding: 2px 0 0 7px
}

.program-filters .filter-box .filter-item .multiselect__single {
	color: #223056;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin-bottom: 10px;
	padding: 2px 0 0 7px
}

.program-filters .filter-box .filter-item .multiselect__option {
	color: #223056;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	white-space: initial;
	text-indent: -22px;
	padding-left: 37px;
	font-weight: normal
}

.program-filters .filter-box .filter-item .multiselect__option.multiselect__option--highlight {
	background-color: #fff;
	color: #000
}

.program-filters .filter-box .filter-item .multiselect__option.multiselect__option--selected {
	background-color: #fff;
	color: #000
}

.program-filters .filter-box .filter-item .multiselect__option.multiselect__option--selected label {
	font-weight: bold;
	color: #223056 !important
}

.program-filters .filter-box .filter-item .multiselect__option.multiselect__option--selected label:before {
	background: #223056;
	color: #223056;
	border: solid 2px #223056;
	box-shadow: inset 0 0 0 1px #f3f6f7
}

.program-filters .filter-box .filter-item .multiselect__option.multiselect__option--selected .custom-sq {
	background-color: #fff
}

.program-filters .filter-box .filter-item .multiselect__option.multiselect__option--selected:hover label,
.program-filters .filter-box .filter-item .multiselect__option.multiselect__option--selected:focus label {
	font-weight: bold
}

.program-filters .filter-box .filter-item .multiselect__option.multiselect__option--selected:hover label:before,
.program-filters .filter-box .filter-item .multiselect__option.multiselect__option--selected:focus label:before {
	background: #223056;
	color: #223056;
	border: solid 2px #223056;
	box-shadow: inset 0 0 0 1px #f3f6f7
}

.program-filters .filter-box .filter-item .multiselect__option input[type=checkbox] {
	cursor: pointer
}

.program-filters .filter-box .filter-item .multiselect__option label {
	cursor: pointer
}

.program-filters .filter-box .filter-item .multiselect__option:hover,
.program-filters .filter-box .filter-item .multiselect__option:focus {
	background-color: #f3f6f7
}

.program-filters .filter-box .filter-item .multiselect__option:hover label,
.program-filters .filter-box .filter-item .multiselect__option:focus label {
	color: #223056 !important;
	font-weight: bold
}

.program-filters .filter-box .filter-item .multiselect__option:hover .custom-sq,
.program-filters .filter-box .filter-item .multiselect__option:focus .custom-sq {
	background-color: #f3f6f7
}

.program-filters .filter-box .filter-item .multiselect__tags,
.program-filters .filter-box .filter-item .multiselect__content-wrapper {
	width: 100%;
	border-radius: 0;
	cursor: pointer;
	border: 1px solid #223056
}

.program-filters .filter-box .filter-item .multiselect__tags li.multiselect__element,
.program-filters .filter-box .filter-item .multiselect__content-wrapper li.multiselect__element {
	margin-bottom: 0
}

.program-filters .filter-box .filter-item .multiselect__content-wrapper {
	min-width: 220px;
	min-height: 175px;
	overflow-y: scroll
}

.program-filters .filter-box .filter-item .multiselect__tags .multiselect__input {
	padding: 0
}

.program-filters .filter-box .filter-item:last-child {
	padding-right: 0
}

.program-filters .filter-box .search-box-zone {
	flex-basis: 100%
}

.program-filters .filter-box .search-box-zone .searchWrapper {
	margin: 7px 0 0
}

.program-filters .filter-box .search-box-zone .searchWrapper label {
	font-size: 13px;
	font-size: .8125rem;
	position: relative;
	top: -1px
}

.program-filters .filter-box .search-box-zone .searchWrapper:before {
	content: "";
	border-left: 1px solid #8db9ca;
	height: 46px;
	width: 1px;
	position: absolute;
	left: -16px;
	bottom: 6px
}

.program-filters .filter-bar>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0
}

.program-filters .filter-bar .filtered-items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 12px 0
}

.program-filters .filter-bar .filtered-items.has-items {
	margin: 0
}

.program-filters .filter-bar .result-text {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 14px;
	line-height: .875rem;
	letter-spacing: .4px;
	font-weight: 700;
	margin-right: 15px
}

.program-filters .filter-bar .filtered-results {
	display: flex;
	flex-wrap: wrap
}

.program-filters .filter-bar .filter-item-container {
	display: inline-block
}

.program-filters .filter-bar .filter-item-container .filter-item {
	background-color: #f3f6f7;
	padding: 2px 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	letter-spacing: .4px;
	font-size: 14px;
	font-size: .875rem;
	display: inline-block
}

.program-filters .filter-bar .filter-item-container .filter-item .close-icon {
	color: #223056;
	margin-left: 10px;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none
}

.program-filters .filter-bar .filter-item-container .filter-item .close-icon:hover,
.program-filters .filter-bar .filter-item-container .filter-item .close-icon:focus {
	color: #000
}

.program-filters .filter-bar .clear-filters {
	line-height: 14px;
	line-height: .875rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	letter-spacing: .6px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #223056;
	padding-bottom: 3px;
	color: #223056;
	margin-left: 10px;
	position: relative;
	top: 4px;
	white-space: nowrap
}

.program-filters .filter-bar .clear-filters:hover,
.program-filters .filter-bar .clear-filters:focus {
	border-bottom: 1px solid transparent
}

@media(max-width:1219.98px) {
	.program-filters.fix-to-top {
		top: 100px
	}

	.program-filters.fix-to-top .mobile-toggle-bar {
		padding: 10px 0
	}

	.program-filters.fix-to-top.open {
		padding-bottom: 30px;
		background: #fff
	}

	.program-filters.fix-to-top.open .mobile-toggle-bar .fa-sliders-h {
		display: none
	}

	.program-filters.fix-to-top.open .mobile-toggle-bar .icon-stmrtu-nav-close {
		display: inline
	}

	.program-filters.fix-to-top.open .filter-bar {
		display: block;
		border-bottom: none
	}

	.program-filters.fix-to-top.open .filter-bar>.container {
		flex-direction: column
	}

	.program-filters .mobile-toggle-bar {
		background: #264348;
		color: #fff
	}

	.program-filters .mobile-toggle-bar .icon-stmrtu-nav-close {
		display: none
	}

	.program-filters .mobile-toggle-bar .fa-sliders-h {
		transform: rotate(90deg)
	}

	.program-filters .mobile-toggle-bar .col-12 {
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}

@media(max-width:991.98px) {
	.program-filters {
		margin: 0 0 40px;
		border-top: 5px solid #fff;
		min-height: initial;
		padding: 20px 0 0
	}

	.program-filters .search-box-zone.mobile {
		padding: 20px 0 0
	}

	.program-filters .search-box-zone.mobile .search-box {
		height: 48px
	}

	.program-filters .search-box-zone.mobile .search-box button {
		height: 48px;
		width: 48px
	}

	.program-filters.fix-to-top {
		top: 66px;
		padding-top: 0;
		background: #fff
	}

	.program-filters.fix-to-top .filter-container {
		margin-bottom: 0
	}

	.program-filters.fix-to-top .row.filter-box label {
		color: #000
	}

	.program-filters.fix-to-top .filter-bar {
		display: none
	}

	.program-filters.fix-to-top .filter-bar .filter-buttons {
		justify-content: space-between
	}

	.program-filters.fix-to-top .search-box-zone.mobile {
		display: none;
		padding: 0 15px
	}

	.program-filters.fix-to-top.open {
		max-height: calc(100vh - 66px);
		overflow: auto
	}

	.program-filters.fix-to-top.open .filter-bar .filter-buttons .filter-button {
		display: block
	}

	.program-filters.fix-to-top.open .search-box-zone.mobile {
		display: block
	}

	.program-filters .mobile-toggle-bar {
		margin: 0;
		padding: 13px 0
	}

	.program-filters .filter-container {
		display: none;
		background: #fff;
		padding: 20px 0 0
	}

	.program-filters .filter-bar {
		flex-direction: column;
		background: #fff;
		padding-bottom: 20px
	}

	.program-filters .filter-bar>.container {
		flex-direction: column
	}

	.program-filters .filter-bar .filtered-items,
	.program-filters .filter-bar .filter-item-container {
		width: 100%
	}

	.program-filters .filter-bar .filter-buttons {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		width: 100%
	}

	.program-filters .filter-bar .filter-buttons .clear-filters {
		top: initial;
		color: #223056;
		border-bottom: 1px solid #223056
	}

	.program-filters .filter-bar .filter-buttons .filter-button {
		display: none;
		padding: 10px 30px
	}

	.program-filters .filter-box {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0;
		grid-row-gap: 10px
	}

	.program-filters .filter-box .filter-text {
		margin-bottom: 8px
	}

	.program-filters .filter-box .filter-item {
		max-width: 100%;
		padding: 0;
		margin: 0
	}

	.program-filters .filter-box .filter-item label {
		color: #000
	}

	.program-filters .filter-box .search-box-zone {
		margin-top: 0;
		padding-top: 0
	}

	.program-filters .filter-box .search-box-zone .searchWrapper {
		margin: 0 0 10px
	}

	.program-filters .filter-box .search-box-zone .searchWrapper:before {
		display: none
	}

	.program-filters .filter-bar {
		border-bottom: 6px solid #223056
	}
}

@media(max-width:767.98px) {
	.program-filters.fix-to-top.open {
		padding-bottom: 130px
	}

	.program-filters .filter-box .col-lg-4 {
		flex-direction: column
	}

	.program-filters .filter-box .col-lg-4 .filter-item:last-child {
		padding-top: 10px
	}
}

.program-result-item {
	transition: all 1s ease;
	background-color: #f3f6f7;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding: 35px 30px 22px;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0% 25%)
}

.program-result-item .close-program {
	position: absolute;
	top: 10px;
	right: 20px;
	text-decoration: none;
	font-size: 11px
}

.program-result-item .close-program:hover,
.program-result-item .close-program:focus {
	color: #000
}

.program-result-item .close-program svg {
	height: 11.5px
}

.program-result-item .result-header {
	padding: 0 15px 55px 0
}

.program-result-item .result-header .result-title {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: 1px;
	margin: 0 0 5px 0
}

.program-result-item .result-header .result-title a {
	text-decoration: none
}

.program-result-item .result-header .result-title a:hover,
.program-result-item .result-header .result-title a:focus {
	text-decoration: underline
}

.program-result-item .result-header .result-degree-category {
	font-family: tablet-gothic, verdana, sans-serif;
	color: #000;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 10px 0
}

.program-result-item .result-compare {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start
}

.program-result-item .result-compare.custom-sq input[type=checkbox] {
	display: none
}

.program-result-item .result-compare.custom-sq {
	font-size: 16px;
	line-height: 20px
}

.program-result-item .result-compare.custom-sq label:before {
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	background: #eee;
	border: solid 3px #223056;
	position: relative;
	top: 4px;
	margin-right: 5px
}

.program-result-item .result-compare.custom-sq:hover::before {
	background: #fff
}

.program-result-item .result-compare.custom-sq input:checked~label {
	font-weight: 700
}

.program-result-item .result-compare.custom-sq input:checked~label:before {
	background: #223056;
	color: #223056;
	border: solid 3px #223056;
	box-shadow: inset 0 0 0 2px #eee
}

.program-result-item .result-compare label {
	display: inline;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	letter-spacing: 1px;
	font-weight: 400
}

@media(max-width:991.98px) {
	.program-results-container>.container {
		padding-left: 20px;
		padding-right: 20px
	}

	.program-results-container .program-finder-results .program-result-item {
		padding: 20px 20px 20px 15px
	}

	.program-results-container .program-finder-results .program-result-item .result-header {
		padding-bottom: unset
	}

	.program-results-container .program-finder-results .program-result-item .result-header .result-title {
		margin: 0
	}

	.program-results-container .program-finder-results .program-result-item .result-header .result-degree-category {
		margin: -5px 0 10px
	}
}

.program-results-container {
	margin-left: -15px;
	margin-right: -15px;
	margin: 0 auto 65px;
	max-width: 1366px
}

.program-results-container.pad4filters {
	padding-top: 200px
}

.program-results-container .isLoading {
	opacity: 0
}

.program-results-container>.container {
	padding-left: 0;
	padding-right: 0
}

.program-results-container .program-results-header {
	margin-top: 25px;
	margin-bottom: 30px
}

.program-results-container .program-results-header h3 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 38px;
	line-height: 2.375rem;
	margin-bottom: 10px
}

.program-results-container .v-enter-active,
.program-results-container .v-leave-active {
	transition: all .5s ease;
	opacity: 0;
	transform: scale(.9)
}

.program-results-container .v-enter-to,
.program-results-container .v-leave-from {
	opacity: 1 !important;
	transform: scale(1)
}

.program-results-container .top-pagination-wrapper {
	display: flex
}

.program-results-container .top-pagination-wrapper .top-result-text {
	flex: 1;
	align-self: center;
	transition: all .3s
}

.program-results-container .top-pagination-wrapper .top-pagination {
	flex: 1
}

.program-results-container .top-pagination-wrapper .top-pagination nav {
	float: right;
	justify-content: flex-end
}

.program-results-container .top-pagination-wrapper .top-pagination nav .pagination-pages {
	max-width: calc(100% - 102px);
	justify-content: flex-end
}

.program-results-container .bottom-pagination-wrapper .bottom-result-text {
	padding-top: 65px;
	padding-bottom: 6px;
	display: block;
	transition: all .3s
}

.program-results-container .program-finder-results {
	display: flex;
	clear: both
}

.program-results-container .program-finder-results>.row {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 25px;
	flex-basis: 100%
}

.program-results-container .program-finder-results>.row>[class^='col-'] {
	padding-left: 0;
	padding-right: 0;
	max-width: unset;
	width: auto
}

.program-results-container .page-item.active .page-link {
	z-index: unset
}

@media(max-width:991.98px) {
	.program-results-container .program-results-header h3 span {
		display: none
	}

	.program-results-container .filter-bar {
		flex-direction: column;
		border-bottom: 6px solid #223056;
		padding-bottom: 20px;
		margin-bottom: 20px;
		align-items: flex-start
	}

	.program-results-container .filter-bar .result-text {
		width: 100%;
		margin-bottom: 15px
	}

	.program-results-container .filter-bar .clear-filters {
		align-self: flex-end;
		margin-top: 10px
	}

	.program-results-container .top-pagination-wrapper .top-results-text {
		align-self: unset
	}

	.program-results-container .top-pagination-wrapper .top-pagination {
		margin: 20px 0 28px
	}

	.program-results-container .program-finder-results .result-header {
		padding: 0 15px 15px 0
	}

	.program-results-container .program-finder-results>.row {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(max-width:767.98px) {
	.program-results-container .top-pagination-wrapper {
		display: inline;
		flex-direction: column
	}

	.program-results-container .top-pagination-wrapper .top-pagination {
		margin: 0 !important
	}

	.program-results-container .top-pagination-wrapper .top-pagination .pagination-bar {
		justify-content: flex-start;
		float: none
	}

	.program-results-container .top-pagination-wrapper .top-pagination .pagination-bar .pagination-pages {
		justify-content: flex-start
	}

	.program-results-container .program-finder-results>.row {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px
	}
}

.program-finder .title-section {
	display: flex;
	align-items: center;
	background: linear-gradient(to right, #f3f6f7 0%, #f3f6f7 30%, #fff 30%);
	background-size: 100% 30%;
	height: 200px;
	position: relative;
	z-index: 0;
	margin-bottom: 20px
}

.program-finder .title-section div {
	height: 100%
}

.program-finder .title-section .content-block {
	margin-bottom: 0
}

.program-finder .title-section .content-block>div {
	display: flex;
	align-items: center
}

.program-finder .title-section .background {
	position: absolute;
	z-index: -1;
	background: #f3f6f7;
	height: 100%;
	width: 100%;
	clip-path: polygon(0 0, calc(100% - 26px) 0%, calc(100% - 112px) 100%, 0 100%)
}

.program-finder .title-section .accent {
	position: absolute;
	top: 43px;
	right: -48px
}

.program-finder .title-section .program-finder-title {
	padding-right: 75px
}

.program-finder .title-section h1,
.program-finder .title-section p {
	margin: 0
}

.program-finder .title-section .blurbWrapper {
	padding-left: 90px
}

.programSearch {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	scroll-snap-align: center !important
}

.programSearch .container {
	padding: 100px
}

.programSearch .container .col-lg-6 {
	padding: 0
}

.programSearch .container .findYourProgramWrapper {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 100%
}

.programSearch .container .findYourProgramWrapper .accent-chevrons-mobile {
	display: none
}

.programSearch .container .findYourProgramWrapper .accent-chevrons-desktop {
	position: absolute;
	top: -100px;
	right: -122px;
	height: 170px;
	z-index: -1
}

.programSearch .container .findYourProgramWrapper .big-chev {
	height: 275px;
	padding: 0 31px
}

.programSearch .container .findYourProgramWrapper .blurbWrapper {
	display: inline-block;
	font-size: 1rem;
	width: 411px;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 26px;
	line-height: 1.625rem
}

.programSearch .container .findYourProgramWrapper .blurbWrapper .program-finder-title {
	margin-bottom: 1rem;
	display: block
}

.programSearch .container .findYourProgramWrapper .blurbWrapper .program-finder-title .content-block {
	margin-bottom: 0
}

.programSearch .container .findYourProgramWrapper .blurbWrapper .program-finder-title .content-block .h2 {
	text-transform: initial
}

.programSearch .container .findYourProgramWrapper .searchWrapper {
	display: inline-block;
	font-size: 15px;
	font-size: .9375rem;
	text-align: center;
	max-width: 413px;
	width: 100%;
	position: relative;
	margin-top: -32px;
	z-index: 2
}

.programSearch .container .findYourProgramWrapper .searchWrapper .search-caption {
	text-align: left;
	margin-bottom: 8px;
	line-height: normal;
	font-size: 13px;
	font-size: .8125rem
}

.programSearch .container .findYourProgramWrapper .searchWrapper .or {
	font-weight: 700;
	margin-bottom: 20px
}

.programSearch .container .findYourProgramWrapper .searchWrapper .btn-default {
	height: 60px;
	width: 100%;
	margin-top: 1rem;
	font-weight: bold;
	font-size: 14px;
	font-size: .875rem;
	border: 1px solid #223056
}

.programSearch .container .findYourProgramWrapper .searchWrapper .btn-default:hover {
	background-color: transparent;
	color: #333 !important
}

.programSearch .container .findYourProgramWrapper .searchWrapper .program-search-error-wrapper {
	font-size: 12px;
	text-align: left;
	color: #ef3340;
	position: absolute;
	font-style: italic;
	opacity: 0;
	display: none;
	transition: opacity .2s
}

.programSearch .container .findYourProgramWrapper .searchWrapper .program-search-error-wrapper .program-search-error-message {
	position: relative;
	top: -15px
}

.programSearch .container .findYourProgramWrapper .searchWrapper .program-search-error-wrapper .icon-stmrtu-error {
	position: relative;
	top: -14px
}

.programSearch .container .findYourProgramWrapper .searchWrapper .program-search-error-wrapper.show {
	display: block;
	opacity: 1;
	transition: opacity .2s
}

.programSearch .container .findYourProgramWrapper .searchWrapper .ui-autocomplete {
	border: 1px solid #223056;
	position: absolute !important;
	top: 95px !important;
	left: 0 !important;
	width: 100% !important
}

.programSearch .container .findYourProgramWrapper .searchWrapper .ui-autocomplete li {
	text-align: left
}

.programSearch .container .findYourProgramWrapper .searchWrapper .ui-autocomplete li .ui-menu-item-wrapper {
	color: #223056;
	padding: 10px 15px;
	border: none
}

.programSearch .container .findYourProgramWrapper .searchWrapper .ui-autocomplete li .ui-menu-item-wrapper.ui-state-active {
	background: #f3f6f7;
	color: #000;
	font-weight: bold;
	border: none
}

@media(pointer:coarse) {
	.programSearch .container .findYourProgramWrapper .searchWrapper .ui-autocomplete li:hover .ui-menu-item-wrapper {
		background: #f3f6f7;
		color: #000;
		font-weight: bold
	}
}

@media(max-width:1219.98px) {
	.programSearch .container {
		padding: 85px 15px
	}
}

@media(max-width:991.98px) {
	.program-finder .title-section {
		background: none;
		height: initial
	}

	.program-finder .title-section .program-finder-title {
		padding-right: 120px
	}

	.program-finder .title-section .background {
		display: none
	}

	.program-finder .title-section .accent {
		right: 5px;
		top: 30px
	}

	.program-finder .title-section .blurbWrapper {
		padding: 0 120px 0 0
	}

	.program-finder .title-section h1 {
		margin: 30px 0 20px
	}

	.program-finder .title-section p {
		margin: revert
	}

	.programSearch {
		overflow: visible
	}

	.programSearch.program-finder-page .container {
		padding: 42px 15px 0 15px
	}

	.programSearch.program-finder-page .container .findYourProgramWrapper .accent-chevrons-desktop {
		display: block;
		transform: rotateX(0);
		bottom: 10px;
		right: 5px
	}

	.programSearch.program-finder-page .container .findYourProgramWrapper .accent-chevrons-mobile {
		display: none
	}

	.programSearch .container {
		padding: 0 15px
	}

	.programSearch .container .col-lg-6 {
		padding: 0 15px
	}

	.programSearch .container .findYourProgramWrapper {
		padding-top: 30px
	}

	.programSearch .container .findYourProgramWrapper .accent-chevrons-desktop {
		display: none
	}

	.programSearch .container .findYourProgramWrapper .accent-chevrons-mobile {
		position: absolute;
		display: block;
		top: -65px;
		right: 0;
		height: 170px;
		z-index: -1
	}

	.programSearch .container .findYourProgramWrapper .blurbWrapper {
		width: 100%;
		font-size: 15px;
		font-size: .9375rem;
		line-height: 26px;
		line-height: 1.625rem;
		margin-bottom: 3px
	}

	.programSearch .container .findYourProgramWrapper .blurbWrapper .program-finder-title {
		margin-bottom: 12px;
		letter-spacing: 1px
	}

	.programSearch .container .findYourProgramWrapper .searchWrapper {
		z-index: 10;
		display: inline-block;
		width: 100%;
		padding: 30px 0;
		margin-bottom: 40px;
		min-width: 100%
	}

	.programSearch .container .findYourProgramWrapper .searchWrapper .ui-autocomplete {
		top: 125px !important;
		left: -1px !important;
		width: calc(100% + 2px) !important
	}
}

@media(max-width:575.98px) {
	.program-finder .title-section .program-finder-title {
		padding-right: 0;
		width: 280px
	}

	.program-finder .title-section .accent {
		height: 100px;
		right: initial;
		left: 230px
	}

	.program-finder .title-section .blurbWrapper {
		padding: 0
	}
}

body.hide-alerts .ui-helper-hidden-accessible>div {
	display: none
}

.proof-points-section {
	overflow: hidden;
	height: calc(100vh - 123px);
	min-height: 680px;
	margin-bottom: 30px
}

.proof-points-section .proof-points-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	font-size: 1.125rem;
	width: 100%;
	height: 100%;
	color: #ffc82e;
	justify-content: center
}

.proof-points-section .proof-points-wrapper .proof-points-BG {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	max-width: 100%;
	left: initial;
	object-fit: cover;
	object-position: 30% 50%
}

.proof-points-section .proof-points-wrapper .proof-points-inner {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	z-index: 1
}

.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-heading-wrapper .proof-points-heading {
	color: #ffc82e;
	font-size: 80px;
	font-size: 5rem;
	line-height: 80px;
	line-height: 5rem;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 0 0 60px
}

.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper {
	max-width: 600px;
	margin: 0 auto
}

.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper>.col-12 {
	padding-right: 0;
	padding-left: 0
}

.proof-points-section .proof-points-wrapper .proof-points-inner .col-lg-6:first-child {
	border-right: 1px solid #ef3340;
	padding-right: 20px
}

.proof-points-section .proof-points-wrapper .proof-points-inner .col-lg-6:last-child {
	padding-left: 20px
}

.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-upper-left,
.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-upper-right {
	display: inline-block;
	vertical-align: top;
	min-height: 10rem;
	width: 100%;
	padding: 1rem 1rem 0
}

.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-upper-left .proof-points-val-wrapper,
.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-upper-right .proof-points-val-wrapper {
	font-family: antarctican-headline, impact, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 66px;
	font-size: 4.125rem;
	line-height: 56px;
	line-height: 3.5rem;
	font-weight: 900;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 1rem
}

.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-upper-left p,
.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-upper-right p {
	margin-bottom: 0
}

.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-lower {
	border-top: 1px solid #ef3340;
	padding-top: 3rem;
	margin-top: 40px;
	width: 100%
}

.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-lower .proof-points-accent-wrapper {
	position: absolute;
	pointer-events: none
}

.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-lower .proof-points-accent-wrapper .proof-points-accent {
	position: relative;
	z-index: -1;
	top: -170px;
	left: -245px;
	pointer-events: none
}

.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-val-wrapper {
	font-family: antarctican-headline, impact, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 66px;
	font-size: 4.125rem;
	line-height: 56px;
	line-height: 3.5rem;
	margin-bottom: 1rem;
	font-weight: 900;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 1rem
}

.proof-points-section .proof-points-wrapper .btn-secondary {
	margin: 60px 0 0;
	min-width: 230px
}

@media(hover:hover) and (pointer:fine) {
	.proof-points-section .proof-points-wrapper .btn-secondary:hover {
		color: #fff !important
	}
}

.proof-points-section .proof-points-wrapper .btn-secondary:focus,
.proof-points-section .proof-points-wrapper .btn-secondary.active {
	color: #fff !important
}

@media(max-width:991.98px) {
	.proof-points-section {
		height: calc(100vh - 60px);
		min-height: initial
	}

	.proof-points-section .proof-points-wrapper {
		min-height: initial
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner {
		width: 100%;
		text-align: center;
		margin: 80px 0 98px
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .col-lg-6:first-child {
		border-right: none
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .aboutInnerContent {
		width: inherit
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-heading-wrapper .proof-points-heading {
		margin: 0 0 45px !important;
		font-size: 66px;
		font-size: 4.125rem;
		line-height: 66px;
		line-height: 4.125rem
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper {
		display: block
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-upper-left {
		width: 100%;
		max-width: 300px;
		margin: auto;
		display: block
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-upper-right {
		width: 100%;
		max-width: 300px;
		margin: auto;
		display: block
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-upper-left,
	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-upper-right {
		min-height: unset;
		margin-bottom: 44px
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-lower {
		margin-top: 0
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-upper-left,
	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-upper-right,
	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-lower {
		padding-top: 0;
		margin-bottom: 30px
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-upper-left .proof-points-val-wrapper,
	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-upper-right .proof-points-val-wrapper,
	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-info-wrapper .proof-points-lower .proof-points-val-wrapper {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 56px;
		line-height: 3.5rem;
		display: block
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-lower {
		border-top: none;
		padding-top: 1rem;
		margin-top: 24px
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-lower .proof-points-accent-wrapper {
		position: absolute;
		left: 50%;
		bottom: -52.5px
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-lower .proof-points-accent-wrapper .proof-points-accent {
		top: 0;
		left: 45px
	}

	.proof-points-section .proof-points-wrapper .btn-secondary {
		margin: 73px 0 0
	}

	.col-lg-3 .proof-points-upper-left,
	.col-lg-3 .proof-points-upper-right,
	.col-lg-3 .proof-points-lower {
		margin-bottom: 0 !important;
		padding-top: 25px !important
	}
}

@media(max-width:767.98px) {
	.proof-points-section {
		height: calc(100vh - 60px);
		min-height: 860px
	}

	.proof-points-section .proof-points-wrapper {
		min-height: initial
	}

	.proof-points-section .proof-points-wrapper .proof-points-inner .row.proof-points-heading-wrapper .proof-points-heading {
		margin: 0 0 45px !important;
		font-size: 49px;
		font-size: 3.0625rem;
		line-height: 45px;
		line-height: 2.8125rem
	}
}

@media(max-width:370px) {
	.proof-points-section {
		height: initial
	}
}

.col-lg-3 .proof-points-wrapper::before,
.col-lg-3 .proof-points-wrapper::after,
.col-lg-3 .proof-points-BG,
.col-lg-3 .proof-points-lower .btn {
	display: none
}

.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner {
	margin: 0
}

.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-heading {
	color: #223056
}

.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-val-wrapper {
	color: #ffc82e !important
}

.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-subhead {
	color: #223056
}

.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-lower .proof-points-val-wrapper {
	word-spacing: 1000px;
	white-space: initial
}

.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-lower .proof-points-accent-wrapper {
	display: none
}

@media(max-width:575.98px),
(min-width:993px) {
	.col-lg-3 .proof-points-section .proof-points-wrapper {
		min-height: initial
	}

	.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-subhead {
		margin-bottom: 15px
	}

	.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .row {
		display: block !important
	}

	.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .row .col-md-12 {
		border: none;
		max-width: 100%
	}

	.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-heading {
		font-size: 26px;
		line-height: 26px;
		margin: 0 0 20px 0
	}

	.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .col-md-12::after,
	.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-lower::after {
		content: "";
		border-bottom: 1px solid #223056;
		display: inline-block;
		width: 142px
	}

	.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-upper-left {
		padding: 10px 0 5px;
		min-height: initial
	}

	.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-upper-right {
		padding: 25px 0 5px;
		min-height: initial
	}

	.col-lg-3 .proof-points-section .proof-points-wrapper .proof-points-inner .proof-points-lower {
		border: none !important;
		margin-top: 0 !important;
		padding-top: 25px !important;
		word-spacing: initial
	}
}

@charset "UTF-8";

.pull-quote-cta {
	position: relative
}

.pull-quote-cta:before {
	content: '';
	background-image: url("../ResourcePackages/lib/img/accents/pullquote-upper-left.svg");
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 112px;
	z-index: 1;
	pointer-events: none
}

.pull-quote-cta:after {
	content: '';
	background-image: url("../ResourcePackages/lib/img/accents/pullquote-lower-right.svg");
	background-position: bottom right;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 44px;
	height: 112px;
	z-index: 1;
	pointer-events: none
}

.pull-quote-cta .overlay-arrows {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../ResourcePackages/lib/img/accents/Chevron-Lockup-Red2red.svg");
	background-repeat: no-repeat;
	background-position: top 30px right 60px;
	background-size: 200px 200px
}

.pull-quote-cta .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.pull-quote-cta .photo:not(.img-load-lazy) {
	animation: fadeIn 1s forwards
}

.pull-quote-cta .card-body {
	position: relative;
	z-index: 5;
	padding: 140px 110px 112px;
	text-align: center
}

.pull-quote-cta .card-body .card-title {
	color: #fff;
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 39px;
	line-height: 2.4375rem;
	font-weight: 900;
	margin: 0 0 30px 0
}

.pull-quote-cta .card-body .card-title:before {
	content: '“'
}

.pull-quote-cta .card-body .card-title:after {
	content: '”'
}

.pull-quote-cta .card-body .byline {
	color: #ffc82e
}

.pull-quote-cta .card-body .byline:before {
	content: "- "
}

@media(max-width:1219.98px) {
	.pull-quote-cta .overlay-arrows {
		background-position: top 0 right 0
	}

	.pull-quote-cta .card-body {
		padding-left: 90px;
		padding-right: 90px
	}

	.pull-quote-cta .card-title {
		font-size: 32px;
		font-size: 2rem;
		line-height: 36px;
		line-height: 2.25rem;
		line-height: 48px !important
	}
}

@media(max-width:991.98px) {
	.pull-quote-cta .overlay-arrows {
		background-position: top right 10px
	}
}

@media(max-width:767.98px) {
	.pull-quote-cta {
		margin-left: -15px;
		margin-right: -15px
	}

	.pull-quote-cta .card-title {
		font-size: 1.5rem !important
	}

	.pull-quote-cta .card-body {
		padding-left: 60px;
		padding-right: 60px
	}
}

.college-hero {
	position: relative;
	overflow: hidden
}

.college-hero .hero-image-wrapper {
	aspect-ratio: 10/3
}

.college-hero .hero-image-wrapper img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%
}

.college-hero .hero-content {
	position: relative;
	background: #223056;
	color: #fff;
	padding: 50px 0
}

.college-hero .hero-content .headline {
	color: #fff;
	font-size: 48px;
	font-size: 3rem;
	line-height: 43px;
	line-height: 2.6875rem;
	margin: 0 0 22px 0;
	letter-spacing: 1.2px;
	padding-top: 6px
}

.college-hero .hero-content .desc {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem
}

.college-hero .hero-content ul.hero-ctas {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0
}

.college-hero .hero-content ul.hero-ctas li {
	width: calc(50% - 13px);
	margin-bottom: 12px
}

.college-hero .hero-content ul.hero-ctas li:nth-child(odd) {
	margin-right: 25px
}

.college-hero .hero-content ul.hero-ctas li:nth-child(5),
.college-hero .hero-content ul.hero-ctas li:nth-child(6) {
	margin-bottom: 0
}

.college-hero .hero-content ul.hero-ctas li a {
	width: 100%
}

@media(hover:hover) and (pointer:fine) {
	.college-hero .btn-secondary:hover {
		color: #fff !important
	}
}

.college-hero .btn-secondary:focus,
.college-hero .btn-secondary.active {
	color: #fff !important
}

@media(max-width:991.98px) {
	.college-hero .hero-image-wrapper {
		aspect-ratio: 16/9
	}

	.college-hero .hero-content {
		padding: 56px 0 55px
	}

	.college-hero .hero-content .headline {
		padding-top: 0;
		margin: 0 0 20px 0
	}

	.college-hero .hero-content ul.hero-ctas {
		margin-top: 25px
	}
}

@media(max-width:767.98px) {
	.college-hero .hero-image-wrapper {
		aspect-ratio: initial;
		height: 50vh
	}

	.college-hero .hero-content .row .col-md-12 {
		padding-left: 20px;
		padding-right: 20px
	}

	.college-hero .hero-content ul.hero-ctas li {
		width: 100%
	}

	.college-hero .hero-content ul.hero-ctas li:nth-child(odd) {
		margin-right: 0
	}

	.college-hero .hero-content ul.hero-ctas li:nth-child(5),
	.college-hero .hero-content ul.hero-ctas li:nth-child(6) {
		margin-bottom: 12px !important
	}

	.college-hero .hero-content ul.hero-ctas li:last-child {
		margin-bottom: 0 !important
	}
}

.program-hero {
	position: relative;
	overflow: hidden;
	padding-bottom: 45px
}

.program-hero .container {
	height: 100%
}

.program-hero .row {
	justify-content: space-between;
	align-items: flex-end
}

.program-hero .hero-image-wrapper {
	width: 100%;
	height: calc(100vh - 395px);
	min-height: 375px
}

.program-hero .hero-image-wrapper .hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.program-hero .hero-content {
	position: absolute;
	z-index: 1;
	bottom: 45px;
	width: 100%
}

.program-hero .hero-content .caption-box {
	position: relative;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 48px 60px 80px 60px;
	left: -45px;
	clip-path: polygon(0% 0, calc(100% - 40px) 0%, 100% 70px, 100% 100%, 0 100%);
	width: 725px
}

.program-hero .hero-content .caption-box.mobile {
	display: none
}

.program-hero .hero-content .caption-box .headline {
	font-size: 66px;
	font-size: 4.125rem;
	line-height: 56px;
	line-height: 3.5rem;
	letter-spacing: .5px;
	color: #fff;
	margin: 0 0 3px 0;
	text-transform: uppercase
}

.program-hero .hero-content .caption-box .subheadline {
	font-family: tablet-gothic, verdana, sans-serif;
	font-weight: 400;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	letter-spacing: .4px;
	color: #fff;
	margin: 0
}

.program-hero .hero-content .caption-box h1>.subheadline {
	text-transform: none;
	margin-top: 5px
}

.program-hero .quick-links-wrapper {
	z-index: 3;
	position: absolute;
	bottom: 0
}

.program-hero .quick-links-wrapper .quick-links-bar {
	margin: 0
}

@media(max-width:1219.98px) {
	.program-hero {
		padding-bottom: 45px
	}

	.program-hero .caption-box {
		padding: 70px 0 65px 50px
	}

	.program-hero .request-more-information {
		margin-bottom: 50px
	}
}

@media(max-width:991.98px) {
	.program-hero {
		margin-bottom: 15px;
		padding-bottom: 0
	}

	.program-hero .main-program-title {
		display: none
	}

	.program-hero .row {
		margin: 0
	}

	.program-hero .hero-image-wrapper {
		position: relative
	}

	.program-hero .hero-image-wrapper:after {
		display: none
	}

	.program-hero .hero-image-wrapper .hero-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

	.program-hero .hero-image-wrapper .hero-content {
		padding-top: 0;
		bottom: 0;
		left: -15px
	}

	.program-hero .hero-image-wrapper .hero-content .container {
		max-width: 100%
	}

	.program-hero .hero-image-wrapper .hero-content .container .caption-box {
		left: 0;
		padding: 50px 60px 30px 18px;
		max-width: calc(100% - 20px);
		width: initial
	}

	.program-hero .hero-image-wrapper .hero-content .container .caption-box .headline {
		font-size: 48px;
		font-size: 3rem;
		line-height: 43px;
		line-height: 2.6875rem
	}

	.program-hero .quick-links-wrapper {
		position: relative;
		clip-path: none
	}

	.program-hero .quick-links-wrapper .container {
		padding: 0;
		width: 100%
	}

	.program-hero .quick-links-wrapper .row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media(max-width:767.98px) {
	.program-hero .hero-image-wrapper .hero-content .container .caption-box {
		padding: 20px 60px 10px 18px
	}

	.program-hero .hero-image-wrapper .hero-content .container .caption-box .hero-text-box-inner h1 {
		font-size: 48px;
		line-height: 43px
	}
}

@media(max-width:360px) {
	.program-hero .hero-image-wrapper .hero-content .container .caption-box .hero-text-box-inner h1 {
		font-size: 35px;
		line-height: 30px
	}
}

.quick-links-bar-CTA {
	color: #fff;
	width: initial;
	text-align: center;
	display: inline-table;
	padding: 0;
	margin: 0
}

.quick-links-bar-CTA:first-child .quick-link-cell:after {
	width: 0
}

.quick-links-bar-CTA .quick-link-cell {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	transform: skew(-20deg, 0deg);
	cursor: pointer;
	color: #fff;
	text-decoration: none
}

.quick-links-bar-CTA .quick-link-cell:hover:after,
.quick-links-bar-CTA .quick-link-cell:focus-visible:after {
	width: calc(100% + 6px);
	height: 100%;
	padding: 5px 0;
	height: 42px;
	top: -8px
}

.quick-links-bar-CTA .quick-link-cell:after {
	width: 2px;
	height: 22px;
	color: #333;
	left: 0;
	top: 2px;
	background: #ffc82e;
	content: '';
	position: absolute;
	z-index: -1;
	transition: all .2s
}

.quick-links-bar-CTA .quick-link-cell .quick-link-cell-inner {
	border-bottom: none;
	padding: 0 2rem;
	margin-bottom: 0;
	font-weight: bold;
	transform: skew(20deg, 0deg);
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: .6px;
	display: inline-block
}

.quick-links-bar-CTA .quick-link-cell:hover .quick-link-cell-inner {
	color: #333
}

.quick-links-bar-CTA .quick-link-cell:focus-visible {
	outline: none
}

.quick-links-bar-CTA .quick-link-cell:focus-visible .quick-link-cell-inner {
	color: #333
}

@media(max-width:1219.98px) {
	.quick-links-bar-CTA .quick-link-cell {
		padding: 8px 0
	}

	.quick-links-bar-CTA .quick-link-cell:after {
		top: 10px
	}

	.quick-links-bar-CTA .quick-link-cell:hover:after {
		top: 0
	}

	.quick-links-bar-CTA .quick-link-cell .quick-link-cell-inner {
		padding: 0 10px;
	}
}

@media(max-width:991.98px) {
	.quick-links-bar-CTA {
		width: calc(50% - 2px);
		display: inline-block;
		height: initial;
		padding: 0;
		text-align: left
	}

	.quick-links-bar-CTA .quick-link-cell {
		display: block;
		padding: 5px 8px;
		transform: initial;
		height: initial
	}

	.quick-links-bar-CTA .quick-link-cell:after {
		display: none
	}

	.quick-links-bar-CTA .quick-link-cell .quick-link-cell-inner {
		border-bottom: 2px solid #fff;
		display: block;
		padding: 15px 0 10px;
		transform: initial
	}

	.quick-links-bar-CTA .quick-link-cell .quick-link-cell-inner .icon-stmrtu-arrow-cta {
		margin-left: 15px
	}

	.quick-links-bar-CTA .quick-link-cell:focus {
		outline: none
	}

	.quick-links-bar-CTA .quick-link-cell:hover .quick-link-cell-inner,
	.quick-links-bar-CTA .quick-link-cell:focus .quick-link-cell-inner {
		color: #ffc82e;
		border-bottom: 2px solid #ffc82e
	}
}

@media(max-width:767.98px) {
	.quick-links-bar-CTA {
		width: 100%
	}
}

.homePage .quick-links-wrapper {
	bottom: 0
}

.quick-links-wrapper {
	position: absolute;
	width: 100%;
	bottom: -49px;
	z-index: 1;
	scroll-snap-align: none !important
}

.quick-links-wrapper .quick-links-bar {
	display: flex;
	background-color: #223056;
	position: relative;
	margin: -10px 15px;
	padding: 37px 0 31px;
	justify-content: center
}

.quick-links-wrapper .quick-links-bar .quick-links-bar-inner {
	margin: auto
}

@media(max-width:1219.98px) {
	.quick-links-wrapper {
		bottom: -35px;
		scroll-snap-align: center !important
	}

	.quick-links-wrapper .quick-links-bar {
		padding: 20px 10px;
		margin: -25px 10px;
		
	}
}

@media(max-width:991.98px) {
	.homePage .heroWrapper .quick-links-wrapper {
		clip-path: polygon(0% 0, 100% 0%, 100% 100%, calc(100% - 20px) calc(100% - 65px), 0 calc(100% - 65px))
	}

	.homePage .heroWrapper .quick-links-bar {
		padding: 10px 8px 100px
	}

	.quick-links-wrapper {
		position: relative;
		bottom: 0
	}

	.quick-links-wrapper .container {
		min-width: 100%
	}

	.quick-links-wrapper .container .row .col-12 {
		padding-left: 0;
		padding-right: 0
	}

	.quick-links-wrapper .quick-links-bar {
		width: 100%;
		max-width: 100%;
		padding: 10px 16px 40px;
		box-shadow: 0 -1px #223056;
		margin: 0
	}

	.quick-links-wrapper .quick-links-bar .quick-links-bar-inner {
		width: 100%;
		padding: 0 10px
	}
}

.homePage .heroWrapper {
	margin-bottom: 0
}

.homePage .heroWrapper .hero-image-wrapper {
	height: calc(100vh - 123px)
}

.homePage .heroWrapper .container .heroTextBox {
	padding-bottom: 100px
}

.homePage .heroWrapper .container .heroTextBox .hero-text-box-inner {
	padding: 48px 60px 20px
}

.landing .heroWrapper {
	margin-bottom: 110px
}

main.landing-layout.no-quick-links {
	margin-top: 90px
}

section.heroWrapper.no-quick-links {
	margin-bottom: 90px
}

.heroWrapper {
	position: relative;
	margin-bottom: 50px;
	max-width: 100%
}

.heroWrapper.no-quicklinks {
	margin-bottom: 0
}

.heroWrapper.no-quicklinks .hero-image-wrapper {
	max-height: 600px
}

.heroWrapper.no-quicklinks .container .heroTextBox {
	padding-bottom: 0
}

.heroWrapper.no-quicklinks .container .heroTextBox .hero-text-box-inner {
	padding: 65px 90px 35px 60px
}

.heroWrapper .hero-image-wrapper {
	height: calc(100vh - 175px);
	overflow: hidden
}

.heroWrapper .hero-image-wrapper:empty {
	display: none
}

.heroWrapper .hero-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.heroWrapper .hero-image-wrapper #hero-video {
	width: 100vw;
	height: inherit;
	object-fit: cover
}

.heroWrapper .hero-image-wrapper .play-pause-wrapper {
	z-index: 10;
	position: absolute;
	text-align: center;
	display: flex;
	margin: auto;
	height: 100%;
	width: 100%;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	top: 0;
	opacity: 0
}

.heroWrapper .hero-image-wrapper .play-pause-wrapper .play-pause-button {
	height: 48px;
	width: 48px;
	background: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 50%
}

.heroWrapper .hero-image-wrapper .play-pause-wrapper .icon-stmrtu-video-play,
.heroWrapper .hero-image-wrapper .play-pause-wrapper .icon-stmrtu-video-pause {
	font-size: 24px;
	color: #fff;
	display: none
}

.heroWrapper .hero-image-wrapper .play-pause-wrapper .icon-stmrtu-video-play {
	padding-left: 4px
}

.heroWrapper .hero-image-wrapper:hover .play-pause-wrapper,
.heroWrapper .hero-image-wrapper:focus-within .play-pause-wrapper {
	opacity: 1
}

.heroWrapper .hero-image-wrapper:hover .play-pause-wrapper .icon-stmrtu-video-pause,
.heroWrapper .hero-image-wrapper:focus-within .play-pause-wrapper .icon-stmrtu-video-pause {
	display: block
}

.heroWrapper .hero-image-wrapper.paused:hover .icon-stmrtu-video-play,
.heroWrapper .hero-image-wrapper.paused:focus-within .icon-stmrtu-video-play {
	display: block
}

.heroWrapper .hero-image-wrapper.paused:hover .icon-stmrtu-video-pause,
.heroWrapper .hero-image-wrapper.paused:focus-within .icon-stmrtu-video-pause {
	display: none
}

.heroWrapper .container {
	padding: 0;
	width: calc(100% - 31px);
	position: relative
}

.heroWrapper .container .heroTextBox {
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	color: #fff;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	margin-left: -45px;
	padding-bottom: 52px;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	display: flex;
	justify-content: flex-start;
	width: 725px
}

.heroWrapper .container .heroTextBox.notchedLeft {
	clip-path: polygon(0% 0, calc(100% - 40px) 0%, 100% 70px, 100% 100%, 0 100%)
}

.heroWrapper .container .heroTextBox h1 {
	color: #fff;
	font-family: antarctican-headline, impact, sans-serif;
	display: block;
	text-transform: uppercase;
	font-size: 66px;
	font-size: 4.125rem;
	line-height: 56px;
	line-height: 3.5rem;
	font-weight: 900;
	display: block;
	margin-bottom: 20px
}

.heroWrapper .container .heroTextBox .hero-text-box-inner {
	padding: 48px 90px 25px 60px
}

.heroWrapper .container .heroTextBox .hero-text-box-inner .hero-desc {
	margin: -6px 0 14px
}

@media(max-width:1219.98px) {
	.homePage .heroWrapper {
		scroll-snap-align: none !important
	}

	.homePage .heroWrapper .hero-image-wrapper {
		height: initial
	}

	.homePage .heroWrapper .container .heroTextBox .hero-text-box-inner {
		padding: 44px 60px 35px;
		margin-bottom: 0
	}

	.landing .heroWrapper {
		margin-bottom: 60px
	}

	.heroWrapper.no-quicklinks .hero-image-wrapper .container .heroTextBox {
		padding-bottom: 0
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox {
		padding-bottom: 60px
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox .hero-text-box-inner {
		padding: 34px 54px 36px 54px
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox .hero-text-box-inner span {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 42px;
		line-height: 2.625rem
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox .hero-text-box-inner.notchedLeft {
		clip-path: polygon(0% 0, calc(100% - 20px) 0%, 100% 36px, 100% 100%, 0 100%)
	}

	.heroWrapper.no-quicklinks .container .heroTextBox .hero-text-box-inner {
		padding: 36px 48px
	}
}

@media(max-width:991.98px) {
	.homePage .heroWrapper {
		margin-bottom: 0
	}

	.heroWrapper {
		margin-bottom: 15px;
		overflow: hidden
	}

	.heroWrapper .hero-image-wrapper {
		height: initial;
		min-height: initial;
		aspect-ratio: 16/9
	}

	.heroWrapper .hero-image-wrapper .container {
		max-width: initial;
		width: 100%
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox {
		padding-bottom: 0;
		width: 490px;
		margin-left: 0;
		max-width: calc(100% - 20px)
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox .hero-text-box-inner {
		padding-top: 45px;
		padding-right: 20px;
		padding-bottom: 12px;
		padding-left: 20px;
		font-size: 15px;
		font-size: .9375rem;
		line-height: 21px;
		line-height: 1.3125rem
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox .hero-text-box-inner h1 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 43px;
		line-height: 2.6875rem;
		margin-bottom: 16px
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox.notchedLeft {
		clip-path: polygon(0% 0, calc(100% - 30px) 0%, 100% 52px, 100% 100%, 0 100%)
	}

	.heroWrapper.no-quicklinks .container .heroTextBox {
		bottom: 0
	}

	main.landing-layout.no-quick-links {
		margin-top: 60px
	}

	section.heroWrapper.no-quick-links {
		margin-bottom: 60px
	}
}

@media(max-width:767.98px) {
	.heroWrapper .hero-image-wrapper {
		aspect-ratio: 3/4
	}
}

@media(max-width:365px),
(max-width:730px) and (-webkit-device-pixel-ratio:2),
(max-width:730px) and (resolution:2dppx),
(max-width:1095px) and (-webkit-device-pixel-ratio:3),
(max-width:1095px) and (resolution:3dppx) {
	.heroWrapper {
		margin-bottom: 15px
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox .hero-text-box-inner h1 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 43px;
		line-height: 2.6875rem
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox.notchedLeft {
		clip-path: polygon(0% 0, calc(100% - 30px) 0%, 100% 52px, 100% 100%, 0 100%)
	}

	.heroWrapper.no-quicklinks .container .heroTextBox {
		bottom: 0
	}
}

@media(max-width:365px),
(max-width:730px) and (-webkit-device-pixel-ratio:2),
(max-width:730px) and (resolution:2dppx),
(max-width:1100px) and (-webkit-device-pixel-ratio:3),
(max-width:1100px) and (resolution:3dppx) {
	.heroWrapper .hero-image-wrapper .container .heroTextBox {
		padding-bottom: 0
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox .hero-text-box-inner {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 19px;
		line-height: 1.1875rem
	}

	.heroWrapper .hero-image-wrapper .container .heroTextBox .hero-text-box-inner h1 {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 36px;
		line-height: 2.25rem
	}
}

.quicklink-callout-item {
	margin-bottom: 25px
}

.quicklink-callout-item a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-weight: 700;
	display: block;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	transition: color .2s, border-bottom .2s
}

.quicklink-callout-item a:hover,
.quicklink-callout-item a:focus,
.quicklink-callout-item a:active {
	color: #ffc82e;
	border-bottom: 2px solid #ffc82e
}

.quicklink-callout-item a:focus {
	outline: none
}

.quicklink-callout-item a:focus-visible {
	outline: 2px solid #ffc82e;
	outline-offset: 10px
}

.quicklink-callout-item a .arrow {
	margin-left: 10px
}

@media(max-width:991.98px) {
	.quicklink-callout-item a {
		font-size: 14px;
		font-size: .875rem;
		line-height: 20px;
		line-height: 1.25rem
	}
}

.quicklinks-callout .headline {
	margin: 0 0 -2px
}

.quicklinks-callout .content-block {
	margin-bottom: 0
}

.quicklinks-callout .quicklinks-callout-list {
	background: #223056;
	padding: 45px 40px 25px 40px
}

.quicklinks-callout .quicklinks-callout-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.quicklinks-callout .quicklinks-callout-list ul li {
	width: 50%;
	margin-bottom: 20px
}

.quicklinks-callout .quicklinks-callout-list ul li:nth-child(odd) {
	width: calc(50% - 40px);
	margin-right: 40px
}

@media(max-width:991.98px) {
	.quicklinks-callout .headline {
		margin: 0 0 -4px
	}
}

@media(max-width:767.98px) {
	.quicklinks-callout .quicklinks-callout-list {
		padding: 35px 15px 40px
	}

	.quicklinks-callout .quicklinks-callout-list ul li {
		width: 100%
	}

	.quicklinks-callout .quicklinks-callout-list ul li:nth-child(odd) {
		width: 100%;
		margin-right: 0
	}

	.quicklinks-callout .quicklinks-callout-list ul li:last-child {
		margin-bottom: 0
	}
}

.split-50-50-hero {
	background-image: url("../ResourcePackages/lib/img/accents/Chevron-Lockup-LtBlue.svg");
	background-repeat: no-repeat;
	background-position: 40% 80%;
	position: relative;
	height: calc(100vh - 60px);
	padding: 0;
	margin: 0 0 100px
}

.split-50-50-hero .container {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center
}

.split-50-50-hero .container .content-block {
	max-width: 500px
}

.split-50-50-hero .container .content-block p {
	max-width: 750px
}

.split-50-50-hero .content {
	padding: 95px 55px 95px 0;
	width: 50%;
	position: relative
}

.split-50-50-hero .photo-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1
}

.split-50-50-hero .photo-wrapper img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%
}

.split-50-50-hero.image-left .content {
	left: 50%;
	padding: 120px 0 55px 55px
}

.split-50-50-hero.image-left .photo-wrapper {
	left: 0;
	right: initial
}

@media(hover:hover) and (pointer:fine) {
	.split-50-50-hero .btn-secondary:hover {
		color: #fff !important
	}
}

.split-50-50-hero .btn-secondary:focus,
.split-50-50-hero .btn-secondary.active {
	color: #fff !important
}

@media(max-width:991.98px) {
	.split-50-50-hero {
		margin: 15px 0;
		display: flex;
		flex-direction: column-reverse;
		min-height: 720px;
		justify-content: center;
		background-image: initial
	}

	.split-50-50-hero .content,
	.split-50-50-hero .photo-wrapper {
		width: 100%;
		left: initial;
		right: initial;
		position: relative;
		aspect-ratio: 7/6
	}

	.split-50-50-hero .content {
		padding: 40px 0
	}

	.split-50-50-hero .content .headline {
		font-size: 45px;
		font-size: 2.8125rem;
		line-height: 45px;
		line-height: 2.8125rem
	}

	.split-50-50-hero .content .desc {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem
	}

	.split-50-50-hero .content .content-block {
		max-width: 550px
	}

	.split-50-50-hero.image-left .content {
		left: 0;
		padding: 40px 0
	}

	.split-50-50-hero.image-left .photo-wrapper {
		left: initial
	}
}

@media(max-width:767.98px) {
	.split-50-50-hero .content {
		padding: 25px 0
	}

	.split-50-50-hero .content .headline {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 36px;
		line-height: 2.25rem
	}

	.split-50-50-hero .content .facts .item {
		flex-direction: column
	}

	.split-50-50-hero .photo-wrapper {
		aspect-ratio: 1/1
	}
}

.application-deadline {
	border: 1px solid #c4dbe4
}

.application-deadline .deadline-header {
	background: #ffc82e;
	padding: 25px 20px
}

.application-deadline .deadline-header .headline {
	font-family: tablet-gothic, verdana, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700;
	color: #000;
	margin: 0
}

.application-deadline .content {
	padding: 25px 20px
}

.application-deadline .content .item {
	margin-bottom: 15px;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem
}

.application-deadline .content .item:last-child {
	margin-bottom: 0
}

.application-deadline .content .item .cat-name {
	margin-right: 10px
}

.application-deadline .content .cta {
	margin-top: 25px
}

.application-deadline .content .cta a {
	text-transform: uppercase;
	display: block;
	width: 100%
}

@media(max-width:991.98px) {
	.application-deadline-wrapper.mobile {
		padding: 0 15px
	}

	.application-deadline .deadline-header {
		padding: 20px 15px
	}
}

.aside-callout-card {
	border: 1px solid #c4dbe4
}

.aside-callout-card .deadline-header {
	background: #ffc82e;
	padding: 25px 20px
}

.aside-callout-card .deadline-header .headline {
	font-family: tablet-gothic, verdana, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700;
	color: #000;
	margin: 0
}

.aside-callout-card .content {
	padding: 25px 20px
}

.aside-callout-card .content .item {
	margin-bottom: 15px;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem
}

.aside-callout-card .content .item:last-child {
	margin-bottom: 0
}

.aside-callout-card .content .item .cat-name {
	margin-right: 10px
}

.aside-callout-card .content .cta {
	margin-top: 25px
}

.aside-callout-card .content .cta a {
	text-transform: uppercase;
	display: block;
	width: 100%
}

@media(max-width:991.98px) {
	.aside-callout-card-wrapper.mobile {
		padding: 0 15px
	}

	.aside-callout-card .deadline-header {
		padding: 20px 15px
	}
}

.mobile-left-nav-hover,
.left-nav li a:hover,
.left-nav li a:focus,
.left-nav li a:active,
.left-nav li.has-children.open a:hover,
.left-nav li.has-children.open a:focus,
.left-nav li.has-children.open a:active,
.left-nav li.current-page>a:hover,
.left-nav li.current-page>a:focus,
.left-nav li.current-page>a:active {
	background-color: #223056;
	color: #fff
}

.main-content .left-nav-wrapper .sidebar-nav>ul {
	display: block !important
}

.left-nav-wrapper {
	margin-bottom: 30px
}

.left-nav-wrapper .view-all-wrapper {
	text-align: right;
	padding: 10px 0 5px;
	color: #223056;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	cursor: pointer
}

.left-nav-wrapper .view-all-wrapper:hover,
.left-nav-wrapper .view-all-wrapper:active,
.left-nav-wrapper .view-all-wrapper:focus {
	color: #000
}

.left-nav-wrapper .view-all-wrapper .icon-stmrtu-plus,
.left-nav-wrapper .view-all-wrapper .icon-stmrtu-minus {
	font-size: 12px;
	font-size: .75rem;
	padding-left: 5px;
	font-weight: bold
}

.left-nav {
	--vertical-padding: 10px;
	background: #fff;
	overflow: hidden
}

.left-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.left-nav li {
	border-bottom: 2px solid #ccc;
	margin-bottom: 0
}

.left-nav li a:hover,
.left-nav li a:focus,
.left-nav li a:active {
	background: #223056
}

.left-nav li a:hover .icon,
.left-nav li a:focus .icon,
.left-nav li a:active .icon {
	background: #223056
}

.left-nav li a:hover .icon.svg-plus,
.left-nav li a:focus .icon.svg-plus,
.left-nav li a:active .icon.svg-plus {
	background-image: url("../ResourcePackages/lib/img/plus-white.svg")
}

.left-nav li a:hover .icon.svg-minus,
.left-nav li a:focus .icon.svg-minus,
.left-nav li a:active .icon.svg-minus {
	background-image: url("../ResourcePackages/lib/img/minus-white.svg")
}

.left-nav li a {
	display: block;
	color: #000;
	padding: var(--vertical-padding) 22px;
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 27px;
	line-height: 1.6875rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	letter-spacing: .6px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 700
}

.left-nav li a:active {
	color: #000
}

.left-nav li a .icon {
	position: absolute;
	top: 0;
	right: -45px;
	width: 45px;
	height: 100%;
	font-size: 19px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center
}

.left-nav li a .icon:hover,
.left-nav li a .icon:focus,
.left-nav li a .icon:active {
	background: #223056
}

.left-nav li a .icon:active {
	color: #000
}

.left-nav li a .icon.svg-plus {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-image: url("../ResourcePackages/lib/img/plus.svg")
}

.left-nav li a .icon.svg-minus {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-image: url("../ResourcePackages/lib/img/minus.svg")
}

.left-nav li.has-children a:hover,
.left-nav li.has-children a:active,
.left-nav li.has-children a:focus-within {
	background: #223056;
	color: #fff
}

.left-nav li.has-children a:hover .icon.svg-plus,
.left-nav li.has-children a:active .icon.svg-plus,
.left-nav li.has-children a:focus-within .icon.svg-plus {
	background-image: url("../ResourcePackages/lib/img/plus-white.svg")
}

.left-nav li.has-children a:hover .icon.svg-minus,
.left-nav li.has-children a:active .icon.svg-minus,
.left-nav li.has-children a:focus-within .icon.svg-minus {
	background-image: url("../ResourcePackages/lib/img/minus-white.svg")
}

.left-nav li.has-children ul li a {
	background: #fff;
	color: #000
}

.left-nav li.has-children>a {
	padding: var(--vertical-padding) 10px var(--vertical-padding) 22px;
	width: calc(100% - 45px)
}

.left-nav li.has-children ul {
	background: #fff
}

.left-nav li.has-children ul li {
	border-bottom: 2px solid #ccc;
	width: calc(100% - 35px);
	margin-left: 35px
}

.left-nav li.has-children ul li a {
	background: #fff;
	color: #000;
	box-shadow: inset 8px 0 #ccc
}

.left-nav li.has-children.open {
	border-bottom: none
}

.left-nav li.parent-page {
	box-shadow: inset 8px 0 #223056;
	border-top: 2px solid #ccc
}

.left-nav li.parent-page a {
	color: #223056
}

.left-nav li.parent-page a span {
	font-size: 12px;
	font-size: .75rem;
	position: relative;
	top: -1px;
	padding-right: 5px
}

.left-nav li.parent-page:hover a,
.left-nav li.parent-page:focus-within a,
.left-nav li.parent-page:active a {
	color: #fff !important
}

.left-nav li.parent-page:hover a .icon,
.left-nav li.parent-page:focus-within a .icon,
.left-nav li.parent-page:active a .icon {
	background: #223056
}

.left-nav li.parent-page.current-page {
	box-shadow: inset 8px 0 #223056
}

.left-nav li.current-page {
	background: #223056
}

.left-nav li.current-page>a {
	color: #fff;
	font-weight: 700
}

.left-nav li.current-page>a .icon {
	color: #fff
}

.left-nav li.current-page>a .icon.svg-plus {
	background-image: url("../ResourcePackages/lib/img/plus-white.svg") !important
}

.left-nav li.current-page>a .icon.svg-minus {
	background-image: url("../ResourcePackages/lib/img/minus-white.svg") !important
}

.left-nav li.current-page ul {
	background: #fff
}

.left-nav li ul {
	display: none;
	border-top: 2px solid #ccc
}

/* .left-nav .mobile-accordion {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px;
	border-bottom: 1px solid #223056;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 16px;
	line-height: 1rem;
	font-weight: 600;
	color: #223056;
	letter-spacing: 1px;
	text-decoration: none
} */

/* .left-nav .mobile-accordion i {
	font-size: 1rem;
	margin-left: 30px;
	color: #223056;
	transform: rotate(180deg)
} */

/* .left-nav .mobile-accordion.open i {
	transform: rotate(0deg)
}
 */
@media(min-width:992px) {
	.left-nav>ul {
		display: block !important
	}
	.For_MD_devices{
		display:none;
	}
}

@media(max-width:991.98px) {
	.left-nav-wrapper .view-all-wrapper {
		display: none !important
	}

	nav.left-nav {
		--alert-height: .1px;
		--header-height: 66px;
		--accordion-header: 53px;
		--college-bar-height: .1px;
		position: absolute;
		width: 100%;
		top: calc(var(--header-height) + var(--college-bar-height));
		left: 0;
		background: #fff;
		margin-bottom: 0;
		overflow: hidden;
		height: initial !important
	}

	nav.left-nav li.parent-page {
		display: none
	}

	nav.left-nav li a {
		padding: var(--vertical-padding) 20px
	}

	nav.left-nav li a .icon {
		width: 59px
	}

	nav.left-nav li.has-children ul li a {
		padding: var(--vertical-padding) 10px var(--vertical-padding) 40px
	}

	/* nav.left-nav .mobile-accordion {
		display: flex;
		width: 100%;
		z-index: 2;
		background: #fff
	} */

	nav.left-nav .sidebar-nav {
		overflow-y: auto;
		max-height: calc(100vh + 3px - var(--alert-height) - var(--accordion-header) - var(--header-height) - var(--college-bar-height))
	}

	nav.left-nav .sidebar-nav>ul {
		display: none
	}

	nav.left-nav .sidebar-nav>ul li ul {
		display: none !important
	}

	nav.left-nav .sidebar-nav>ul li.open>ul {
		display: block !important
	}

	nav.left-nav .sidebar-nav>ul li.has-children li {
		border-bottom: 1px solid #c4dbe4
	}

	nav.left-nav .sidebar-nav>ul li.has-children li a {
		padding: 5px 15px 5px 35px
	}

	nav.left-nav .sidebar-nav>ul li.has-children li:last-child {
		border-bottom: none
	}
}

.sidebar-bio-detail {
	background: #fff;
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	padding: 0 0 20px
}

.sidebar-bio-detail .photo-wrapper {
	margin-bottom: 65px
}

.sidebar-bio-detail .photo-wrapper .photo {
	width: 100%
}

.sidebar-info .info-group {
	border-bottom: 1px solid #223056;
	padding-bottom: 10px;
	margin-bottom: 30px
}

.sidebar-info .headline {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 900;
	color: #000;
	letter-spacing: .6px;
	margin-bottom: 14px
}

.sidebar-info p {
	margin-bottom: 15px
}

.sidebar-info .bio-sidebar-link {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 17.5px;
	display: block
}

.sidebar-info .bio-sidebar-link:hover,
.sidebar-info .bio-sidebar-linkfocus {
	text-decoration: underline
}

@media(max-width:991.98px) {
	.sidebar-bio-detail .sidebar-share {
		margin-bottom: 0
	}
}

.sidebar-cta-buttons a {
	display: block;
	margin-bottom: 15px
}

.sidebar-cta-buttons a:last-child {
	margin-bottom: 0
}

@media(max-width:991.98px) {
	.sidebar-cta-buttons {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap
	}

	.sidebar-cta-buttons a {
		display: inline-block;
		width: calc(50% - 5px)
	}

	.sidebar-cta-buttons a:nth-child(odd) {
		margin-right: 10px
	}
}

@media(max-width:767.98px) {
	.sidebar-cta-buttons {
		display: block
	}

	.sidebar-cta-buttons a {
		display: block;
		width: 100%
	}

	.sidebar-cta-buttons a:nth-child(odd) {
		margin-right: 0
	}
}

.sidebar-events-filters {
	background: #fff;
	margin-top: 90px
}

.sidebar-events-filters .events-filters-label {
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	padding: 14px 22px;
	box-shadow: inset 6px 0 #ed2e38;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-weight: 700;
	color: #757575;
	margin: 45px 0 25px;
	border-top: 1px solid #c4dbe4;
	border-bottom: 1px solid #c4dbe4;
	letter-spacing: 1px
}

.sidebar-events-filters .events-filters-label .icon-stmrtu-arrow-backtotop {
	transform: rotate(180deg);
	color: #223056;
	float: right;
	position: relative;
	top: 3px;
	display: none;
	transition: all .2s
}

.sidebar-events-filters .events-filters-label.active .icon-stmrtu-arrow-backtotop {
	transform: rotate(0deg)
}

.sidebar-events-filters .events-filters-wrapper label {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	display: block;
	font-weight: 400;
	clear: both;
	margin: 20px 0 10px
}

.sidebar-events-filters .events-filters-wrapper .events-filter-select {
	border: 1px solid #223056;
	border-radius: 0;
	color: #757575;
	font-style: italic;
	font-size: 13px;
	font-size: .8125rem;
	cursor: pointer
}

.sidebar-events-filters .events-filters-wrapper .events-filter-select option {
	font-style: normal;
	color: #000
}

.sidebar-events-filters .events-filters-wrapper .events-selected-filters-wrapper .filter-item {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	background-color: #f3f6f7;
	padding: 10px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: .5px
}

.sidebar-events-filters .events-filters-wrapper .events-selected-filters-wrapper .filter-item .close-icon {
	color: #223056;
	margin-left: 10px;
	cursor: pointer;
	font-size: 12px
}

.sidebar-events-filters .events-filters-wrapper .events-selected-filters-wrapper .filter-item .close-icon:hover,
.sidebar-events-filters .events-filters-wrapper .events-selected-filters-wrapper .filter-item .close-icon:focus {
	color: #000
}

.sidebar-events-filters .events-filters-wrapper .clear-filters {
	font-size: 14px;
	font-size: .875rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	letter-spacing: .4px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #223056;
	padding-bottom: 0;
	color: #223056;
	float: right;
	margin: 10px 0
}

.sidebar-events-ctas .btn {
	margin: 5px 0
}

.sidebar-events-ctas .btn:first-of-type {
	margin-top: 0
}

.sidebar-events-ctas .btn:last-of-type {
	max-height: 50px;
	padding-top: 8px
}

@media(max-width:991.98px) {
	.sidebar-events-filters.sidebar-padding {
		margin: 0
	}

	.sidebar-events-filters .events-filters-label {
		box-shadow: none;
		border: 1px solid #223056;
		color: #000;
		cursor: pointer;
		margin-bottom: 0
	}

	.sidebar-events-filters .events-filters-label .icon-stmrtu-arrow-backtotop {
		display: inline-block
	}

	.sidebar-events-filters .events-filters-accordion {
		border: 1px solid #223056;
		border-top: none;
		display: none;
		padding: 1px 0 20px
	}

	.sidebar-events-filters .events-filters-accordion .events-filters-wrapper {
		padding: 0 20px;
		transition: all .4s
	}

	.sidebar-events-filters .events-filters-accordion .events-filters-wrapper .events-selected-filters-wrapper .filter-item {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 19px;
		line-height: 1.1875rem;
		background-color: #f3f6f7;
		padding: 10px 15px;
		margin-right: 10px;
		margin-bottom: 10px;
		display: inline-block;
		letter-spacing: .5px
	}

	.sidebar-events-filters .events-filters-accordion .events-filters-wrapper .events-selected-filters-wrapper .filter-item .close-icon {
		color: #223056;
		margin-left: 10px;
		cursor: pointer;
		font-size: 12px
	}
}

.sidebar-events-list {
	background: #fff
}

.sidebar-events-list a {
	text-decoration: none
}

.sidebar-events-list .section-heading {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #8db9ca;
	margin-bottom: 25px
}

.sidebar-events-list .section-heading .slash {
	border-right: 1px solid #8db9ca;
	height: 45px;
	position: relative;
	top: -10px;
	transform: rotate(20deg)
}

.sidebar-events-list .section-heading .view-all-btn {
	position: relative;
	top: 2px;
	display: block;
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	letter-spacing: 1.2px;
	width: inherit;
	transition: all .125s ease-out
}

.sidebar-events-list .section-heading .view-all-btn:hover:before,
.sidebar-events-list .section-heading .view-all-btn:focus:before {
	width: 0
}

.sidebar-events-list .section-heading .view-all-btn.mobile {
	display: none
}

.sidebar-events-list .section-heading .view-all-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 23px;
	width: calc(100%);
	height: 2px;
	background: #223056;
	transition: width .2s;
	overflow: visible;
	transition: all .125s ease-out;
	pointer-events: none
}

.sidebar-events-list .sf-event-title.h6 {
	font-weight: 700;
	margin-bottom: 0;
	line-height: 23px;
	line-height: 1.4375rem
}

.sidebar-events-list li {
	margin-bottom: 30px;
	padding-bottom: 23px;
	border-bottom: 1px solid #8db9ca
}

.sidebar-events-list li .event-date {
	margin-bottom: 16px
}

.sidebar-events-list li .time {
	font-weight: 700
}

@media(max-width:991.98px) {
	.sidebar-events-list {
		background: #dbe8ee;
		padding: 30px 15px
	}

	.sidebar-events-list .section-heading {
		border: none;
		margin-bottom: 0
	}

	.sidebar-events-list .section-heading .h4 {
		margin-bottom: 22px
	}

	.sidebar-events-list li {
		background: #fff;
		border: none;
		padding: 15px;
		margin-bottom: 20px
	}

	.sidebar-events-list li .h6 {
		margin-top: initial
	}
}

.sidebar-generic {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #000
}

.sidebar-generic .content {
	padding-bottom: 15px
}

.sidebar-generic .headline {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #000;
	margin: 0 0 20px 0
}

.sidebar-generic p {
	margin-bottom: 10px
}

.sidebar-generic p:last-child {
	margin-bottom: 0
}

.sidebar-padding {
	margin-bottom: 60px
}

@media(max-width:991.98px) {
	.sidebar-padding {
		margin-bottom: 60px
	}
}

.sidebar-news-filters {
	background: #fff;
	padding-bottom: 30px;
	margin-top: 0
}

.sidebar-news-filters .news-filters-label {
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	padding: 14px 22px;
	box-shadow: inset 6px 0 #ed2e38;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-weight: 700;
	color: #757575;
	margin: 0 0 25px;
	border-top: 1px solid #c4dbe4;
	border-bottom: 1px solid #c4dbe4;
	letter-spacing: 1px
}

.sidebar-news-filters .news-filters-label .icon-stmrtu-arrow-backtotop {
	transform: rotate(180deg);
	color: #223056;
	float: right;
	position: relative;
	top: 3px;
	display: none;
	transition: all .2s
}

.sidebar-news-filters .news-filters-label.active .icon-stmrtu-arrow-backtotop {
	transform: rotate(0deg)
}

.sidebar-news-filters .news-filters-wrapper label {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	display: block;
	font-weight: 400;
	clear: both;
	margin: 20px 0 10px
}

.sidebar-news-filters .news-filters-wrapper .news-filter-select {
	border: 1px solid #223056;
	border-radius: 0;
	color: #757575;
	font-style: italic;
	font-size: 13px;
	font-size: .8125rem;
	cursor: pointer
}

.sidebar-news-filters .news-filters-wrapper .news-filter-select option {
	font-style: normal;
	color: #000
}

.sidebar-news-filters .news-filters-wrapper .news-selected-filters-wrapper .filter-item {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	background-color: #f3f6f7;
	padding: 10px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: .5px
}

.sidebar-news-filters .news-filters-wrapper .news-selected-filters-wrapper .filter-item .close-icon {
	color: #223056;
	margin-left: 10px;
	cursor: pointer;
	font-size: 12px
}

.sidebar-news-filters .news-filters-wrapper .news-selected-filters-wrapper .filter-item .close-icon:hover,
.sidebar-news-filters .news-filters-wrapper .news-selected-filters-wrapper .filter-item .close-icon:focus {
	color: #000
}

.sidebar-news-filters .news-filters-wrapper .clear-filters {
	font-size: 14px;
	font-size: .875rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	letter-spacing: .4px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #223056;
	padding-bottom: 0;
	color: #223056;
	float: right;
	margin: 10px 0
}

.sidebar-news-ctas {
	margin: 40px 0
}

.sidebar-news-ctas .btn {
	margin: 5px 0
}

.sidebar-news-ctas .btn:first-of-type {
	margin-top: 0
}

.sidebar-news-WYSIWYG {
	border-bottom: 1px solid #223056;
	padding: 10px 0 15px
}

.sidebar-news-WYSIWYG h2 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #000;
	font-weight: 900;
	margin-bottom: 15px;
	letter-spacing: 1px
}

.sidebar-news-WYSIWYG p {
	margin-bottom: 10px
}

@media(max-width:991.98px) {
	.sidebar-news-filters.sidebar-padding {
		margin: 0
	}

	.sidebar-news-filters .news-filters-label {
		box-shadow: none;
		border: 1px solid #223056;
		color: #000;
		cursor: pointer;
		margin-bottom: 0
	}

	.sidebar-news-filters .news-filters-label .icon-stmrtu-arrow-backtotop {
		display: inline-block
	}

	.sidebar-news-filters .news-filters-accordion {
		border: 1px solid #223056;
		border-top: none;
		display: none;
		padding: 20px 0
	}

	.sidebar-news-filters .news-filters-accordion .news-filters-wrapper {
		padding: 0 20px;
		transition: all .4s
	}

	.sidebar-news-filters .news-filters-accordion .news-filters-wrapper .news-selected-filters-wrapper .filter-item {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 19px;
		line-height: 1.1875rem;
		background-color: #f3f6f7;
		padding: 10px 15px;
		margin-right: 10px;
		margin-bottom: 10px;
		display: inline-block;
		letter-spacing: .5px
	}

	.sidebar-news-filters .news-filters-accordion .news-filters-wrapper .news-selected-filters-wrapper .filter-item .close-icon {
		color: #223056;
		margin-left: 10px;
		cursor: pointer;
		font-size: 12px
	}
}

.sidebar-other-events {
	background: #fff;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 18px;
	line-height: 1.125rem;
	border-top: 1px solid #223056;
	border-bottom: 1px solid #223056;
	padding: 15px 0 20px
}

.sidebar-other-events .headline {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 900;
	color: #000;
	letter-spacing: .6px;
	margin-bottom: 10px
}

.sidebar-other-events p {
	margin-bottom: 30px
}

.sidebar-other-events p .event-sidebar-link {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 10px;
	display: block
}

.sidebar-other-events p .event-sidebar-link:hover,
.sidebar-other-events p .event-sidebar-linkfocus {
	text-decoration: underline
}

.event-detail .sidebar-share .headline:after {
	content: " This Event"
}

@media(max-width:991.98px) {
	.sidebar-other-events {
		margin: 60px 25px;
		padding-bottom: 0
	}

	.event-detail {
		margin-bottom: 40px
	}

	.event-detail .sidebar-share {
		margin: 60px 25px
	}
}

.news-article-sidebar .sidebar-other-news {
	border-top: 1px solid #223056;
	padding: 35px 0 8px
}

.news-article-sidebar .content-block {
	font-size: 14px;
	font-size: .875rem;
	@inlcude line-height(24);
	padding-bottom: 5px;
	margin-bottom: 60px;
	border-bottom: 1px solid #223056
}

.news-article-sidebar .content-block h2,
.news-article-sidebar .content-block h3,
.news-article-sidebar .content-block h4,
.news-article-sidebar .content-block h5,
.news-article-sidebar .content-block h6,
.news-article-sidebar .content-block .h2,
.news-article-sidebar .content-block .h3,
.news-article-sidebar .content-block .h4,
.news-article-sidebar .content-block .h5,
.news-article-sidebar .content-block .h6,
.news-article-sidebar .content-block p {
	margin: -8px 0 20px
}

.news-article-sidebar .sidebar-share .headline:after {
	content: " This News"
}

@media(max-width:991.98px) {
	.news-article-sidebar .sidebar-other-news {
		border-top: none;
		margin-top: 0
	}

	.news-article-sidebar .sidebar-share {
		border-top: 1px solid #223056;
		padding-top: 52px;
		margin-bottom: 0
	}
}

.sidebar-related-links {
	background: #fff;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 18px;
	line-height: 1.125rem;
	border-bottom: 1px solid #223056;
	padding: 0 0 8px
}

.sidebar-related-links .headline {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-family: antarctican-headline, impact, sans-serif;
	font-weight: 900;
	color: #000;
	letter-spacing: .6px;
	margin-bottom: 17.5px
}

.sidebar-related-links .headline span {
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	color: #757575;
	font-weight: 700
}

.sidebar-related-links .related-sidebar-link {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 15px;
	display: block
}

.sidebar-related-links .related-sidebar-link:hover,
.sidebar-related-links .related-sidebar-linkfocus {
	text-decoration: underline
}

@media(max-width:991.98px) {
	.sidebar-related-links {
		border-top: none;
		margin-top: 0;
		padding-bottom: 2px;
		margin-bottom: 55px
	}

	.sidebar-related-links.sidebar-related-blogs {
		margin-top: 48px
	}
}

.sidebar-site-search-filters {
	background: #fff
}

.sidebar-site-search-filters .search-filters-label {
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	padding: 14px 22px;
	box-shadow: inset 6px 0 #ed2e38;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-weight: 700;
	color: #757575;
	margin: 5px 0 25px;
	border-top: 1px solid #c4dbe4;
	border-bottom: 1px solid #c4dbe4;
	letter-spacing: 1px
}

.sidebar-site-search-filters .search-filters-label .icon-stmrtu-arrow-backtotop {
	transform: rotate(180deg);
	color: #223056;
	float: right;
	position: relative;
	top: 3px;
	display: none;
	transition: all .2s
}

.sidebar-site-search-filters .search-filters-label.active .icon-stmrtu-arrow-backtotop {
	transform: rotate(0deg)
}

.sidebar-site-search-filters .search-filters-wrapper label {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	display: block;
	font-weight: 400;
	clear: both;
	margin: 20px 0 10px
}

.sidebar-site-search-filters .search-filters-wrapper .search-filter-select {
	border: 1px solid #223056;
	border-radius: 0;
	color: #757575;
	font-style: italic;
	font-size: 13px;
	font-size: .8125rem;
	cursor: pointer
}

.sidebar-site-search-filters .search-filters-wrapper .search-selected-filters-wrapper .filter-item {
	position: relative;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	background-color: #f3f6f7;
	padding: 10px 35px 11px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: .5px
}

.sidebar-site-search-filters .search-filters-wrapper .search-selected-filters-wrapper .filter-item .close-icon {
	position: absolute;
	top: 12px;
	right: 13px;
	text-decoration: none;
	color: #223056;
	margin-left: 10px;
	cursor: pointer;
	font-size: 12px
}

.sidebar-site-search-filters .search-filters-wrapper .search-selected-filters-wrapper .filter-item .close-icon:hover,
.sidebar-site-search-filters .search-filters-wrapper .search-selected-filters-wrapper .filter-item .close-icon:focus {
	color: #000
}

.sidebar-site-search-filters .search-filters-wrapper .clear-filters {
	font-size: 14px;
	font-size: .875rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	letter-spacing: .4px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #223056;
	padding-bottom: 0;
	color: #223056;
	float: right;
	margin: 10px 0;
	transition: all .2s
}

.sidebar-site-search-filters .search-filters-wrapper .clear-filters:hover {
	border-bottom: 1px solid #fff
}

.sidebar-site-search-filters .search-filters-wrapper .datepicker-target {
	display: none
}

.sidebar-site-search-filters .search-filters-wrapper .datepicker-target.show {
	display: block
}

.sidebar-site-search-filters .search-filters-wrapper .datepicker-target #event-date-input {
	margin-bottom: 0 !important
}

@media(max-width:991.98px) {
	.sidebar-site-search-filters.sidebar-padding {
		margin: 0
	}

	.sidebar-site-search-filters .search-filters-label {
		box-shadow: none;
		border: 1px solid #223056;
		color: #000;
		cursor: pointer;
		margin-bottom: 0
	}

	.sidebar-site-search-filters .search-filters-label .icon-stmrtu-arrow-backtotop {
		display: inline-block
	}

	.sidebar-site-search-filters .search-filters-accordion {
		border: 1px solid #223056;
		border-top: none;
		display: none;
		padding: 1px 0 20px
	}

	.sidebar-site-search-filters .search-filters-accordion .search-filters-wrapper {
		padding: 0 20px;
		transition: all .4s
	}

	.sidebar-site-search-filters .search-filters-accordion .search-filters-wrapper .search-selected-filters-wrapper .filter-item {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 19px;
		line-height: 1.1875rem;
		background-color: #f3f6f7;
		margin-right: 10px;
		margin-bottom: 10px;
		display: inline-block;
		letter-spacing: .5px
	}

	.sidebar-site-search-filters .search-filters-accordion .search-filters-wrapper .search-selected-filters-wrapper .filter-item .close-icon {
		color: #223056;
		margin-left: 10px;
		cursor: pointer;
		font-size: 12px
	}
}

.sidebar-share {
	margin-top: -7px
}

.sidebar-share .headline {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #000;
	margin: 0 0 25px 0
}

.sidebar-share .social-share {
	border-bottom: 1px solid #223056;
	padding-bottom: 20px
}

@charset "UTF-8";

.gsc-search-box .gsc-input {
	padding: 0;
	margin: 0;
	height: 54px;
	border: none;
	height: 1.5em !important
}

.gsc-search-box .gsc-input .gsc-input-box {
	border: none
}

.gsc-search-box .gsst_b {
	display: none
}

.gsc-search-box tr {
	border: 2px solid #223056;
	background: #fff
}

.gsc-search-box tr th,
.gsc-search-box tr td {
	background: none !important
}

.gsc-search-box tr tr {
	border: none
}

.gsc-search-box div table.gsc-search-box td.gsc-input {
	padding-right: 0;
	border: none
}

.gsc-search-box td.gsc-search-button {
	padding: 0;
	border: initial;
	width: 58px
}

.gsc-search-box .gsc-search-button.gsc-search-button-v2 {
	padding: 0;
	border: none;
	margin: 0;
	height: 54px;
	width: 100%;
	background: #223056;
	border-radius: 0
}

.gsc-search-box .gsc-search-button.gsc-search-button-v2 svg {
	display: none
}

.gsc-search-box .gsc-search-button.gsc-search-button-v2:after {
	content: "";
	color: #fff;
	display: inline-block;
	font-size: 19px;
	font-family: 'stmrtu_icons_2020' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	top: 5px;
	left: 2px
}

.google-site-search .accent-chevs {
	position: absolute;
	top: -80px;
	left: 148px
}

.google-site-search h1,
.google-site-search #___gcse_0 {
	position: relative
}

.google-site-search .breadcrumb-wrapper {
	height: 64px
}

.google-site-search .breadcrumb-wrapper ol {
	display: none
}

.google-site-search .gsc-control-wrapper-cse {
	margin-bottom: 60px
}

.google-site-search .results-heading {
	display: none
}

.google-site-search div .search-page form.gsc-search-box {
	margin-bottom: 30px
}

.google-site-search div.gsc-above-wrapper-area {
	margin-bottom: 20px;
	border-bottom: 1px solid #c4dbe4
}

.google-site-search table.gsc-above-wrapper-area-container {
	margin-bottom: 0
}

.google-site-search table.gsc-above-wrapper-area-container tr {
	background: #fff
}

.google-site-search table.gsc-above-wrapper-area-container tr th,
.google-site-search table.gsc-above-wrapper-area-container tr td {
	background: none !important
}

.google-site-search div.gsc-refinementBlock {
	display: flex;
	justify-content: space-evenly
}

.google-site-search div.gsc-refinementsArea {
	border: none;
	border-bottom: 1px solid #c4dbe4;
	border-radius: 0
}

.google-site-search div.gsc-refinementHeader,
.google-site-search div.gsc-tabHeader.gsc-tabhInactive,
.google-site-search div.gsc-refinementHeader.gsc-refinementhInactive {
	flex-grow: 1;
	text-align: center;
	color: #737373;
	text-transform: uppercase;
	font-size: 13px
}

.google-site-search div.gsc-refinementHeader.gsc-refinementhActive {
	border-bottom: 4px solid #c4dbe4;
	color: #223056
}

.google-site-search div.gsc-refinementsGradient {
	display: none
}

.google-site-search div.gsc-selected-option {
	line-height: 22px
}

.google-site-search div.gsc-webResult.gsc-result.gsc-promotion {
	border: none;
	background-color: #f3f6f7;
	padding: 25px 20px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 25px) 100%, 0 100%, 0% 25%)
}

.google-site-search div.gs-promotion-table {
	padding-left: 10px;
	padding-right: 10px
}

.google-site-search div.gs-promotion-text-cell {
	margin-left: 0;
	margin-right: 0;
	clear: both
}

.google-site-search div.gs-promotion-text-cell:before {
	content: "Featured Result";
	font-family: antarctican-headline;
	display: block;
	font-weight: bold;
	color: #264348;
	width: 200px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url("../ResourcePackages/lib/img/accents/Chevron-Double-Red.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-y: 6px;
	letter-spacing: .6px
}

.google-site-search .gs-promotion .gs-visibleUrl,
.google-site-search .gs-promotion .gs-visibleUrl-short {
	color: #6c757d !important;
	padding-bottom: 15px
}

.google-site-search div.gsc-webResult.gsc-result {
	margin-bottom: 10px
}

.google-site-search div.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-short,
.google-site-search div.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long,
.google-site-search div.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb {
	color: #6c757d !important;
	padding-bottom: 10px
}

.google-site-search div.gsc-control-cse,
.google-site-search div.gsc-control-cse .gsc-table-result {
	font-family: tablet-gothic;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5rem;
	padding: 0
}

.google-site-search div.gsc-thumbnail-inside,
.google-site-search div.gsc-url-top {
	padding: 0
}

.google-site-search .gsc-control-cse .gs-result .gs-title a,
.google-site-search .gsc-control-cse .gs-result .gs-title a b {
	font-size: 23px;
	line-height: 23px;
	line-height: 1.8125rem;
	letter-spacing: 1.2px;
	font-family: antarctican-headline, impact, sans-serif;
	font-weight: 700;
	color: #223056 !important
}

.google-site-search .gsc-control-cse .gs-result .gs-title a:hover,
.google-site-search .gsc-control-cse .gs-result .gs-title a:focus {
	text-decoration: underline
}

.google-site-search .gsc-orderby-container .gsc-orderby {
	display: none
}

.google-site-search div.gsc-control-cse .gs-webResult .gs-visibleUrl {
	color: #cc9500
}

.google-site-search div.gsc-control-cse .gs-snippet b {
	font-style: revert;
	font-weight: revert
}

.google-site-search div.gs-web-image-box {
	padding-top: 7px;
	margin-right: 20px
}

.google-site-search div.gs-web-image-box-portrait .gs-image,
.google-site-search div.gs-web-image-box-landscape .gs-image {
	display: inline-block;
	width: 70px;
	max-width: 70px;
	border: none
}

.google-site-search .gs-per-result-labels {
	display: none
}

.google-site-search .gsc-wrapper div.gsc-results .gsc-cursor-box {
	margin: 2rem 0
}

.google-site-search .gsc-wrapper div.gsc-results .gsc-cursor-box .gsc-cursor-page {
	border-color: #223056;
	color: #223056;
	margin: 0 5px 5px 0;
	background-color: #f3f6f7;
	width: 44px;
	height: 44px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	font-size: 1rem;
	line-height: 44px
}

.google-site-search .gsc-wrapper div.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	background-color: #c4dbe4;
	text-decoration: none
}

.google-site-search .gsc-wrapper div.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
	border-color: #000;
	color: #fff;
	background-color: #223056
}

.google-site-search div.gcsc-find-more-on-google {
	color: #6c757d
}

.google-site-search .searchResultPlaceholder img {
	max-width: 550px;
	margin: auto;
	display: block
}

.search-result-item {
	width: 100%;
	background: #f3f6f7;
	margin-bottom: 30px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 25px) 100%, 0 100%, 0% 25%)
}

.search-result-item .search-result-type {
	position: relative;
	font-family: antarctican-headline, impact, sans-serif;
	font-weight: 700;
	letter-spacing: .5px;
	margin-bottom: 9px;
	color: #264348;
	padding: 25px 25px 0 30px;
	text-transform: uppercase
}

.search-result-item .search-result-type:before {
	display: inline-block;
	position: relative;
	top: 1px;
	left: -5px;
	content: '';
	background-image: url("../ResourcePackages/lib/img/accents/Chevron-Double-Red.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px;
	height: 13px;
	width: 13px
}

.search-result-item .search-result-type .search-result-type-descriptor {
	color: #757575;
	letter-spacing: 1px;
	font-weight: normal
}

.search-result-item .card-row .photo-mobile-view {
	display: none
}

.search-result-item .row {
	flex-wrap: nowrap
}

.search-result-item.hover .photo a img {
	transform: scale(1.2);
	transition: transform 6s
}

.search-result-item.hover .card-body .card-title {
	text-decoration: underline;
	transition: transform 6s
}

.search-result-item .photo {
	display: block;
	height: 200px;
	padding: 0 0 25px 30px;
	width: 300px;
	overflow: hidden;
	flex-shrink: 0
}

.search-result-item .photo.People,
.search-result-item .photo.Program {
	max-width: 170px
}

.search-result-item .photo img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	max-height: 265px;
	transition: transform .3s
}

.search-result-item .photo img:not(.img-load-lazy) {
	animation: fadeIn 1s forwards
}

.search-result-item .card-body {
	width: 100%;
	padding: 0 25px 25px;
	text-align: left
}

.search-result-item .card-body .profile-category {
	margin-top: 18px
}

.search-result-item .card-body .profile-category .chevron-double-red {
	padding-right: 4px
}

.search-result-item .card-body .profile-category img {
	position: relative;
	top: -4px
}

.search-result-item .card-body .card-title {
	font-size: 29px;
	font-size: 1.8125rem;
	line-height: 29px;
	line-height: 1.8125rem;
	letter-spacing: .5px;
	font-family: antarctican-headline, impact, sans-serif;
	font-weight: 700;
	margin: 0 0 10px 0
}

.search-result-item .card-body .card-title a {
	text-decoration: none
}

.search-result-item .card-body .card-title a:hover,
.search-result-item .card-body .card-title a:focus {
	text-decoration: underline
}

.search-result-item .card-body .card-desc {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	letter-spacing: .5px
}

.search-result-item .card-body .card-desc p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 67px;
	overflow: hidden;
	margin-bottom: 5px
}

.search-result-item .card-body .card-desc.person {
	line-height: 16px;
	line-height: 1rem;
	max-height: initial
}

@media(max-width:991.98px) {
	.search-result-item {
		padding: 0
	}

	.search-result-item .card-body {
		width: 100%;
		height: 100%;
		min-height: 1px
	}

	.search-result-item .card-body .card-title {
		margin: 0 0 18px 0
	}

	.search-result-item .card-body .photo {
		width: 130px;
		height: 170px;
		vertical-align: top;
		padding: 0;
		display: inline-block
	}

	.search-result-item .card-body .card-desc {
		max-height: initial
	}
}

@media(max-width:767.98px) {
	.search-result-item .card-row .photo {
		display: none !important;
		width: 70px;
		height: 90px
	}

	.search-result-item .card-row .photo-mobile-view {
		display: inline !important
	}

	.search-result-item .card-row .photo-mobile-view img {
		margin-bottom: 18px
	}

	.search-result-item .card-body {
		padding: 0 30px 20px 30px
	}

	.search-result-item .card-body .card-desc {
		overflow: hidden
	}

	.search-result-item .card-body .card-desc.person-mobile-view {
		display: inline !important
	}
}

.site-search.four-o-four {
	margin-bottom: 60px
}

.site-search.four-o-four .results-header-with-pagination {
	display: none
}

.site-search .left-nav .parent-page {
	box-shadow: inset 6px 0 #ef3340
}

.site-search .site-search-wrapper {
	padding: 65px 0 0;
	margin-bottom: 75px;
	position: relative
}

.site-search .site-search-wrapper .accent-chevs {
	position: absolute;
	top: -33px;
	left: 115px;
	height: 170px;
	z-index: 0
}

.site-search .site-search-wrapper .section-title {
	position: relative;
	font-size: 66px;
	font-size: 4.125rem;
	line-height: 56px;
	line-height: 3.5rem;
	font-weight: 900;
	margin: 0;
	padding-bottom: 40px;
	text-transform: uppercase;
	z-index: 1;
	letter-spacing: 1px
}

.site-search .site-search-wrapper .site-search-inner {
	width: 100%;
	position: relative;
	z-index: 0;
	right: 1px
}

.site-search .site-search-wrapper .site-search-inner .site-search-hint-1 {
	margin: 40px 0 5px;
	font-size: 13px;
	font-size: .8125rem
}

.site-search .site-search-wrapper .site-search-inner .search-category-radios {
	margin-left: 0;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.site-search .site-search-wrapper .site-search-inner .search-category-radios .radio-wrapper {
	margin-right: 25px;
	white-space: nowrap;
	flex-basis: 25%;
	padding: 10px 0
}

.site-search .site-search-wrapper .site-search-inner .search-category-radios label {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: normal;
	text-transform: none;
	cursor: pointer
}

.site-search .site-search-wrapper .site-search-inner .search-category-radios .site-search-num-found {
	font-size: 12px;
	font-size: .75rem;
	line-height: 24px;
	line-height: 1.5rem
}

.site-search .site-search-wrapper .site-search-inner .site-search-hint-2 {
	font-size: 13px;
	font-size: .8125rem;
	margin-bottom: 5px
}

.site-search .site-search-wrapper .site-search-inner .mobile-search-filters-container {
	display: none
}

.site-search .site-search-wrapper .site-search-inner .search-sort-container {
	padding: 15px 0 0;
	display: flex;
	position: relative;
	z-index: 1
}

.site-search .site-search-wrapper .site-search-inner .search-sort-container .search-sort-select-wrapper {
	width: 100%;
	max-width: 630px;
	margin-right: 30px;
	flex-shrink: 1;
	margin-bottom: 15px
}

.site-search .site-search-wrapper .site-search-inner .search-sort-container .search-sort-select-wrapper label {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	font-weight: 400;
	margin-bottom: 5px
}

.site-search .site-search-wrapper .site-search-inner .search-sort-container .search-sort-select-wrapper .search-sort-select {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 24px;
	line-height: 1.5rem;
	border: 1px solid #223056;
	border-radius: 0
}

.site-search .site-search-wrapper .site-search-inner .search-sort-container .search-paging-select-wrapper {
	width: 100%;
	max-width: 193px;
	flex-shrink: 0
}

.site-search .site-search-wrapper .site-search-inner .search-sort-container .search-paging-select-wrapper label {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 19px;
	line-height: 1.1875rem;
	font-weight: 400;
	margin-bottom: 5px
}

.site-search .site-search-wrapper .site-search-inner .search-sort-container .search-paging-select-wrapper .search-paging-select {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 24px;
	line-height: 1.5rem;
	border: 1px solid #223056;
	border-radius: 0
}

.site-search .site-search-wrapper .site-search-inner .search-sort {
	justify-content: space-between;
	display: flex
}

.site-search .result-count-paging-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 5px
}

.site-search .result-count-paging-wrapper .result-count {
	max-width: calc(100% - 150px)
}

.site-search .result-count-paging-wrapper .result-count .search-result-keyword {
	font-weight: 700
}

.site-search .result-count-paging-wrapper .pagination {
	padding: 0;
	position: relative;
	bottom: 8px
}

.site-search .result-count-paging-wrapper .pagination .page-item {
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 0
}

.site-search .pagination-bar {
	padding: 0
}

.site-search .pagination-bar .pagination {
	padding: 0 0 10px
}

.site-search .result-count-paging-wrapper-lower {
	margin: 0 0 90px
}

.site-search .result-count-paging-wrapper-lower .search-result-keyword {
	font-weight: bold
}

@media(max-width:991.98px) {
	.site-search .site-search-wrapper {
		margin: 0 -15px;
		padding: 27px 15px 20px;
		position: relative;
		z-index: 2
	}

	.site-search .site-search-wrapper .site-search-bg {
		width: 100vw;
		margin-left: calc(50% - (50vw + 15px))
	}

	.site-search .site-search-wrapper .accent-chevs {
		top: -20px
	}

	.site-search .site-search-wrapper .site-search-inner {
		padding: 0
	}

	.site-search .site-search-wrapper .site-search-inner .search-category-radios {
		margin-bottom: 5px
	}

	.site-search .site-search-wrapper .site-search-inner .search-category-radios .radio-wrapper {
		margin-right: 20px
	}

	.site-search .site-search-wrapper .site-search-inner .search-category-radios .radio-wrapper span {
		word-spacing: 100px
	}

	.site-search .site-search-wrapper .site-search-inner .search-category-radios .radio-wrapper span .site-search-num-found {
		left: 0
	}

	.site-search .site-search-wrapper .site-search-inner .search-box {
		margin-bottom: 45px
	}

	.site-search .site-search-wrapper .site-search-inner .mobile-search-filters-container {
		display: block;
		position: relative;
		z-index: 2
	}

	.site-search .site-search-wrapper .site-search-inner .mobile-search-filters-container .search-filters-accordion {
		position: absolute;
		padding-top: 20px;
		background: #fff;
		width: 100%;
		z-index: 1;
		background: #fff
	}

	.site-search .results-header-with-pagination {
		font-size: 35px;
		font-size: 2.1875rem;
		line-height: 38px;
		line-height: 2.375rem;
		margin: 25px 0 20px
	}

	.site-search .result-count-paging-wrapper {
		flex-wrap: wrap
	}

	.site-search .result-count-paging-wrapper .result-count {
		max-width: initial
	}

	.site-search .result-count-paging-wrapper .pagination-bar {
		padding-bottom: 30px;
		margin: 6px 0 0 -5px
	}

	.site-search .result-count-paging-wrapper .pagination-bar .pagination {
		bottom: 0
	}
}

@media(max-width:767.98px) {
	.site-search .site-search-wrapper .accent-chevs {
		position: absolute;
		top: 0;
		right: 32px;
		height: 80px;
		z-index: 0
	}

	.site-search .site-search-wrapper .section-title {
		font-size: 45px;
		font-size: 2.8125rem;
		line-height: 45px;
		line-height: 2.8125rem;
		margin-bottom: 23px
	}

	.site-search .site-search-wrapper .site-search-inner .search-category-radios .radio-wrapper {
		display: flex;
		align-items: flex-start;
		font-size: 14px;
		font-size: .875rem;
		line-height: 10px;
		line-height: .625rem;
		flex-basis: calc(50% - 20px)
	}

	.site-search .site-search-wrapper .site-search-inner .search-category-radios .radio-wrapper label {
		white-space: nowrap
	}

	.site-search .site-search-wrapper .site-search-inner .search-sort-container {
		padding: 20px 0 0;
		display: block
	}

	.site-search .site-search-wrapper .site-search-inner .search-sort-container .search-sort-select-wrapper {
		max-width: initial;
		display: block;
		margin-bottom: 20px
	}

	.site-search .site-search-wrapper .site-search-inner .search-sort-container .search-paging-select-wrapper {
		max-width: initial;
		display: block
	}
}

@media(max-width:575.98px) {
	.site-search .site-search-wrapper .site-search-inner .search-category-radios .radio-wrapper {
		margin-right: 15px
	}
}

.story-cards-wrapper-inner {
	width: 100%;
	display: flex;
	justify-content: space-evenly
}

.story-cards-wrapper-inner .story-hover-card-link {
	display: block
}

.story-cards-wrapper-inner .story-hover-card-link .card {
	border: none;
	text-align: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0;
	overflow: hidden;
	aspect-ratio: 3/4
}

.story-cards-wrapper-inner .story-hover-card-link .card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center
}

.story-cards-wrapper-inner .story-hover-card-link .card:before {
	content: "";
	height: 140px;
	width: 100%;
	background: linear-gradient(transparent, rgba(0, 0, 0, .6));
	position: absolute;
	bottom: 0;
	transition: all .2s;
	pointer-events: none
}

.story-cards-wrapper-inner .story-hover-card-link .card .card-img-top {
	width: 100%;
	border-radius: 0 !important
}

.story-cards-wrapper-inner .story-hover-card-link .card .card-body {
	color: #fff;
	padding: 2rem 31px 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	transition: background .2s ease-out
}

.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-title {
	color: #fff;
	/* font-family: antarctican-headline, impact, sans-serif; */
	font-family: tablet-gothic, verdana, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 29px;
	line-height: 1.8125rem;
	font-weight: 100;
}

.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-desc-action-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: all .5s cubic-bezier(0, 1, 0, 1)
}

.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-text {
	margin-bottom: calc(1rem - 8px)
}

.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-link {
	background: none !important;
	border: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-weight: bold;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	color: #ffc82e !important;
	border-radius: inherit;
	padding: 0;
	margin-bottom: 25px;
	transition: color .2s;
	display: inline-block;
	letter-spacing: 1px
}

.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-link:hover,
.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-link:focus {
	color: #fff !important
}

.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-link:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ffc82e;
	transition: all .2s;
	overflow: visible
}

.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-link:hover:after,
.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-link:focus:after {
	width: 0;
	background: #fff
}

.story-cards-wrapper-inner .story-hover-card-link:hover .card:before,
.story-cards-wrapper-inner .story-hover-card-link:focus .card:before {
	height: 150%
}

.story-cards-wrapper-inner .story-hover-card-link:hover .card .card-body,
.story-cards-wrapper-inner .story-hover-card-link:focus .card .card-body {
	background: transparent
}

.story-cards-wrapper-inner .story-hover-card-link:hover .card .card-body .card-desc-action-wrapper,
.story-cards-wrapper-inner .story-hover-card-link:focus .card .card-body .card-desc-action-wrapper {
	max-height: 550px;
	transition: max-height .4s ease-in
}

@media(max-width:1219.98px) {
	.story-cards-wrapper-inner .story-hover-card-link .card {
		margin-bottom: 3rem
	}

	.story-cards-wrapper-inner .story-hover-card-link .card:before {
		background: linear-gradient(transparent, rgba(0, 0, 0, .6));
		height: 100%
	}

	.story-cards-wrapper-inner .story-hover-card-link .card:hover:before {
		height: 100%
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body {
		padding: 16px 20px
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-title {
		color: #fff;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 28px;
		line-height: 1.75rem;
		font-weight: bold
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-desc-action-wrapper {
		max-height: 400px
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-text {
		margin-top: unset;
		font-size: 13px;
		font-size: .8125rem;
		line-height: 19px;
		line-height: 1.1875rem
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-link {
		font-size: 16px;
		font-size: 1rem;
		line-height: 22px;
		line-height: 1.375rem;
		margin-bottom: 5px
	}
}

@media(max-width:991.98px) and (orientation:portrait) {
	.story-cards-wrapper-inner {
		display: inline-block
	}

	.story-cards-wrapper-inner .story-hover-card-link .card {
		margin-bottom: 0
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-img-top {
		object-fit: cover;
		object-position: center;
		height: 670px
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body {
		padding: 20px 30px 33px
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-title {
		color: #fff;
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 29px;
		line-height: 1.8125rem;
		font-weight: bold;
		margin-top: 12px;
		margin-bottom: calc(.75rem - 5px)
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-desc-action-wrapper {
		max-height: 400px;
		height: initial !important
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-text {
		margin-bottom: 5px
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-link {
		line-height: 22px;
		line-height: 1.375rem;
		margin-bottom: 2px
	}
}

@media(max-width:767.98px) and (orientation:portrait) {
	.story-cards-wrapper-inner .story-hover-card-link .card {
		margin-bottom: 0
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-img-top {
		object-fit: cover;
		object-position: center;
		height: initial
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body {
		padding: 16px 20px 20px
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-desc-action-wrapper {
		max-height: 400px
	}
}

@media(max-width:575.98px) {
	.story-cards-wrapper-inner .story-hover-card-link .card {
		margin-bottom: 0
	}

	.story-cards-wrapper-inner .story-hover-card-link .card .card-body .card-desc-action-wrapper {
		max-height: 400px
	}
}

.homePage .story-cards-wrapper {
	margin-bottom: 0
}

.story-cards-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	padding: 60px 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px
}

.story-cards-wrapper .story-cards-wrapper-inner .card[onclick] {
	cursor: pointer
}

.story-cards-wrapper .story-card-background {
	width: calc(999px + ((100vw - 1362px)/2));
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #f3f6f7;
	position: absolute;
	clip-path: polygon(0 0, 100% 0%, calc(100% - 20vw) 100%, 0 100%)
}

.story-cards-wrapper .story-card-heading-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 1
}

.story-cards-wrapper .story-card-heading-wrapper .story-card-heading {
	display: inline-block;
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 47px;
	line-height: 2.9375rem;
	margin-bottom: -2px
}

.story-cards-wrapper .story-card-heading-wrapper .story-card-heading h2 {
	margin-bottom: 0
}

.story-cards-wrapper .CTA-link-wrapper {
	width: calc((33% - 30px)/2 - 15px);
	white-space: nowrap;
	display: inline-block;
	position: relative;
	margin-right: 2rem;
	margin-bottom: 8px
}

.story-cards-wrapper .CTA-link-wrapper .CTA-link {
	margin-bottom: 20px;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	text-transform: uppercase
}

.story-cards-wrapper .CTA-link-wrapper .CTA-link a {
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	letter-spacing: 1.2px
}

.story-cards-wrapper .CTA-link-wrapper .CTA-link a .icon-stmrtu-arrow-cta {
	margin-left: 12px
}

.story-cards-wrapper .CTA-link-wrapper .CTA-link a:after {
	content: '';
	display: block;
	width: calc(100% + 2rem);
	height: 2px;
	background: #223056;
	transition: width .2s;
	margin-top: .8em;
	overflow: visible
}

.story-cards-wrapper .CTA-link-wrapper .CTA-link a:hover:after,
.story-cards-wrapper .CTA-link-wrapper .CTA-link a:focus:after {
	width: 0
}

.story-cards-wrapper .CTA-link-wrapper .content-block a {
	margin-bottom: 20px;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	color: #223056;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1.2px
}

.story-cards-wrapper .CTA-link-wrapper .content-block a:before {
	content: '';
	display: block;
	position: absolute;
	top: 32px;
	width: calc(100% + 2rem);
	height: 2px;
	background: #223056;
	transition: width .2s;
	overflow: visible
}

.story-cards-wrapper .CTA-link-wrapper .content-block a:after {
	content: "";
	font-family: 'stmrtu_icons_2020' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 15px;
	display: inline;
	background: transparent;
	overflow: unset;
	margin-top: unset
}

.story-cards-wrapper .CTA-link-wrapper .content-block a:hover:before,
.story-cards-wrapper .CTA-link-wrapper .content-block a:focus:before {
	width: 0
}

.story-cards-wrapper .mobileOnly {
	padding: 0 20px;
	width: 100%
}

.story-cards-wrapper .mobileOnly .CTA-link-wrapper {
	margin-top: 2rem
}

.story-cards-wrapper .mobileOnly .CTA-link-wrapper .CTA-link {
	margin-bottom: 0
}

.story-cards-wrapper .mobileOnly .story-card-paging {
	display: flex;
	height: 0;
	justify-content: flex-end;
	overflow: visible;
	padding: 0 15px 0 0;
	position: relative;
	bottom: 47px
}

.story-cards-wrapper .mobileOnly .story-card-paging .story-card_prev,
.story-cards-wrapper .mobileOnly .story-card-paging .story-card_next {
	border: none;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	background-color: #223056;
	margin-right: 10px;
	transition: all .2s;
	z-index: 1
}

.story-cards-wrapper .mobileOnly .story-card-paging .story-card_prev span,
.story-cards-wrapper .mobileOnly .story-card-paging .story-card_next span {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 1px
}

.story-cards-wrapper .mobileOnly .story-card-paging .story-card_prev span.icon-stmrtu-arrow-carousel-left,
.story-cards-wrapper .mobileOnly .story-card-paging .story-card_next span.icon-stmrtu-arrow-carousel-left {
	left: -1px
}

.story-cards-wrapper .mobileOnly .story-card-paging .story-card_prev span.icon-stmrtu-arrow-carousel-right,
.story-cards-wrapper .mobileOnly .story-card-paging .story-card_next span.icon-stmrtu-arrow-carousel-right {
	left: 1px
}

@media(hover:hover) and (pointer:fine) {

	.story-cards-wrapper .mobileOnly .story-card-paging .story-card_prev:hover,
	.story-cards-wrapper .mobileOnly .story-card-paging .story-card_next:hover {
		background-color: #ffc82e
	}

	.story-cards-wrapper .mobileOnly .story-card-paging .story-card_prev:hover span,
	.story-cards-wrapper .mobileOnly .story-card-paging .story-card_next:hover span {
		color: #000
	}
}

.story-cards-wrapper .mobileOnly .story-card-paging .story-card_prev:focus,
.story-cards-wrapper .mobileOnly .story-card-paging .story-card_next:focus {
	background-color: #ffc82e;
	outline: 1px dotted #000
}

.story-cards-wrapper .mobileOnly .story-card-paging .story-card_prev:focus span,
.story-cards-wrapper .mobileOnly .story-card-paging .story-card_next:focus span {
	color: #000
}

@media(max-width:1219.98px) {
	.story-cards-wrapper {
		padding: 45px 0
	}
}

@media(max-width:991.98px) {
	.story-cards-wrapper .story-card-background {
		width: 100vw;
		clip-path: polygon(0 0, 107% 0%, 107% 0%, 0 107%)
	}

	.story-cards-wrapper {
		padding: 30px 0
	}

	.story-cards-wrapper .container {
		padding-left: 20px;
		padding-right: 20px
	}

	.story-cards-wrapper .container>.row .col-lg-12 {
		padding-left: 14px;
		padding-right: 14px
	}

	.story-cards-wrapper .container .slick-slide {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0
	}

	.story-cards-wrapper .container .slick-slide>.col-12 {
		padding-left: 0;
		padding-right: 0
	}

	.story-cards-wrapper .story-card-heading-wrapper {
		margin-bottom: -2px
	}

	.story-cards-wrapper .story-card-heading-wrapper .story-card-heading {
		font-size: 45px;
		font-size: 2.8125rem;
		line-height: 2.65rem;
		margin-bottom: 0
	}

	.story-cards-wrapper .story-card-heading-wrapper .CTA-link-wrapper {
		display: none
	}

	.story-cards-wrapper .mobileOnly .CTA-link-wrapper {
		width: max-content;
		margin-top: calc(2rem - 5px)
	}

	.story-cards-wrapper .mobileOnly .CTA-link-wrapper .CTA-link a::after {
		width: calc(100% + 110px);
		max-width: 80vw
	}
}

@media(max-width:991.98px) and (orientation:landscape) {
	.story-cards-wrapper {
		min-height: 585px
	}

	.story-cards-wrapper .mobileOnly .CTA-link-wrapper {
		margin-top: 0;
		position: absolute;
		bottom: 0
	}
}

@media(max-width:767.98px) and (orientation:portrait) {
	.story-cards-wrapper {
		min-height: 575px
	}

	.story-cards-wrapper .mobileOnly .CTA-link-wrapper {
		margin-top: 18px
	}

	.story-cards-wrapper .mobileOnly .story-card-paging {
		padding-right: 5px
	}
}

@media(max-width:370px) {
	.story-cards-wrapper {
		height: initial;
		padding: 30px 0
	}

	.story-cards-wrapper .story-card-heading-wrapper .story-card-heading h2 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 33px;
		line-height: 2.0625rem
	}

	.story-cards-wrapper .story-cards-wrapper-inner .card {
		height: initial;
		aspect-ratio: 3/4
	}

	.story-cards-wrapper .story-cards-wrapper-inner .card .card-body .card-title {
		font-size: 27px;
		font-size: 1.6875rem;
		line-height: 27px;
		line-height: 1.6875rem
	}

	.story-cards-wrapper .story-cards-wrapper-inner .card .card-text {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 20px;
		line-height: 1.25rem
	}
}

.tabbed-callout-section {
	padding: 30px 0 40px
}

.tabbed-callout-section .r-tabs-anchor:after {
	display: none !important
}

.tabbed-callout-section .tabbed-callout-title {
	display: block;
	width: 100%
}

.tabbed-callout-section .tabbed-callout-title h2 {
	margin-bottom: 0
}

.tabbed-callout-section .tabbed-callout-slider {
	position: relative;
	width: 100%;
	background: initial;
	border-bottom: none
}

.tabbed-callout-section .tabbed-callout-slider .tabs-list {
	margin: 10px 0 30px;
	padding: 0
}

.tabbed-callout-section .tabbed-callout-slider .tabs-list li {
	background: initial;
	width: 29%;
	border-bottom: 4px solid #f3f6f7;
	margin-right: 25px
}

.tabbed-callout-section .tabbed-callout-slider .tabs-list li.r-tabs-state-active {
	border-bottom: 4px solid #223056
}

.tabbed-callout-section .tabbed-callout-slider .tabs-list li.r-tabs-state-active align-content {
	color: #000
}

.tabbed-callout-section .tabbed-callout-slider .tabs-list li a {
	color: #757575;
	padding: 0 0 10px;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-align: left
}

.tabbed-callout-section .tabbed-callout-slider .tabs-list li a:hover {
	background: none
}

.tabbed-callout-section .tabbed-callout-slider .tabs-list li:focus-within {
	outline: 2px solid #0057bb;
	outline-offset: 10px
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider {
	display: flex;
	align-items: center;
	padding: 0;
	opacity: 0;
	transition: opacity 1s
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider.r-tabs-state-active {
	opacity: 1
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-9 .tab-image-wrapper {
	position: relative;
	display: flex;
	justify-content: flex-end
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-9 .tab-image-wrapper .tab-bg-image {
	position: relative;
	width: 100%;
	height: 100%;
	left: 35px;
	max-height: calc(100vh - 335px);
	min-height: 550px;
	object-fit: cover;
	object-position: center;
	min-width: 108.3%
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox {
	position: relative;
	display: flex;
	justify-content: flex-end;
	overflow: visible
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner {
	position: relative;
	background-color: #fff;
	color: #000;
	clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 0 100%, 0% 80px);
	padding: 45px 60px 20px;
	min-width: calc(100% + 110px);
	font-size: 15px;
	font-size: .9375rem;
	line-height: 26px;
	line-height: 1.625rem
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner .card-heading {
	color: #000;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 29px;
	line-height: 1.8125rem;
	letter-spacing: 1.2px;
	margin-bottom: 20px
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner .CTA-link-wrapper {
	width: max-content;
	padding-top: 8px
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner .CTA-link-wrapper .cta-underlined-link {
	margin: 2rem 0
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner .card-bg-image {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	z-index: -1;
	margin-top: 20px
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner .card-bg-image[src$=".svg"],
.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner .card-bg-image[src*=".svg?"] {
	display: block
}

.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner .card-eyebrow {
	height: 30px;
	margin-bottom: 33px
}

@media(max-width:1219.98px) {
	.tabbed-callout-section .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner .card-eyebrow {
		margin-top: 5px
	}

	.tabbed-callout-section .tabbed-callout-slider .r-tabs-state-active {
		height: unset
	}
}

@media(max-width:991.98px) {
	.tabbed-callout-section {
		padding: 80px 0 95px
	}

	.tabbed-callout-section .container {
		max-width: initial
	}

	.tabbed-callout-section .container .col-12 {
		padding: 0
	}

	.tabbed-callout-section .container .tabbed-callout-title {
		margin: auto;
		width: 100%;
		max-width: 720px;
		padding: 0 20px
	}

	.tabbed-callout-section .container .tabbed-callout-slider {
		margin: 0;
		padding: 0;
		max-width: initial;
		margin: auto
	}

	.tabbed-callout-section .container .tabbed-callout-slider .r-tabs-accordion-title {
		background: #fff;
		border-top: 1px solid #223056
	}

	.tabbed-callout-section .container .tabbed-callout-slider .r-tabs-accordion-title .r-tabs-anchor {
		margin: auto;
		width: 100%;
		max-width: 720px;
		padding: 25px 15px;
		display: block;
		background: #fff;
		color: #000;
		font-weight: 700;
		letter-spacing: 1.2px
	}

	.tabbed-callout-section .container .tabbed-callout-slider .r-tabs-accordion-title .r-tabs-anchor:focus {
		outline: none
	}

	.tabbed-callout-section .container .tabbed-callout-slider .r-tabs-accordion-title .r-tabs-anchor .tab-slider-pointer {
		position: relative;
		top: 4px;
		float: right;
		transition: transform .2s;
		color: #223056
	}

	.tabbed-callout-section .container .tabbed-callout-slider .r-tabs-accordion-title.r-tabs-state-active {
		border-top: 1px solid #223056;
		border-bottom: none
	}

	.tabbed-callout-section .container .tabbed-callout-slider .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor .tab-slider-pointer {
		transform: rotate(180deg)
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tabs-list {
		max-width: 720px;
		margin: 24px auto 45px;
		padding: 0 15px
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider {
		display: block;
		overflow: hidden;
		transition: height .4s;
		opacity: 1;
		border-bottom: none
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider .col-lg-9 .tab-image-wrapper {
		overflow: hidden;
		padding: 0 15px;
		max-width: 720px;
		margin: auto
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider .col-lg-9 .tab-image-wrapper .tab-bg-image {
		min-width: 100%;
		min-height: initial
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox {
		margin: auto;
		max-width: 720px;
		width: 100%;
		padding: 0
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner {
		min-width: initial;
		padding: 35px 15px 55px;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%)
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner .card-bg-image {
		width: initial;
		height: 60%
	}
}

@media all and (max-width:768px) {
	.tabbed-callout-section {
		padding: 80px 0 95px
	}

	.tabbed-callout-section .container {
		max-width: initial
	}

	.tabbed-callout-section .container .tabbed-callout-title {
		margin: auto;
		width: 100%
	}

	.tabbed-callout-section .container .tabbed-callout-slider {
		border-bottom: 1px solid #223056;
		max-width: initial
	}

	.tabbed-callout-section .container .tabbed-callout-slider .r-tabs-accordion-title {
		background: #fff
	}

	.tabbed-callout-section .container .tabbed-callout-slider .r-tabs-accordion-title .r-tabs-anchor {
		margin: auto;
		width: 100%;
		padding: 25px 20px;
		display: block;
		background: #fff;
		color: #000;
		font-size: 17px;
		font-size: 1.0625rem;
		font-family: tablet-gothic-condensed, Trebuchet MS, sans-serif;
		font-weight: 900
	}

	.tabbed-callout-section .container .tabbed-callout-slider .r-tabs-accordion-title.r-tabs-state-active {
		border-top: 1px solid #223056;
		border-bottom: none
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tabs-list {
		display: none
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider {
		display: block;
		min-height: initial;
		height: 0
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider .col-lg-9 .tab-image-wrapper {
		overflow: visible;
		padding: 0;
		max-width: initial
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider .col-lg-9 .tab-image-wrapper .tab-bg-image {
		min-width: 100vw;
		min-height: initial;
		height: 264px;
		object-fit: cover;
		object-position: center;
		left: 15px
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox {
		margin: auto;
		max-width: none;
		width: 100%;
		padding: 0
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner {
		min-width: initial;
		padding: 35px 15px 55px;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%)
	}

	.tabbed-callout-section .container .tabbed-callout-slider .tab-slider .col-lg-3 .tabbed-callout-textbox .tabbed-callout-textbox-inner .card-bg-image {
		margin-top: 10px;
		max-width: 80%;
		transform: translateX(-25vw)
	}
}

@media(max-width:575.98px) {
	.tabbed-callout-section .card-bg-image {
		transform: translateX(-10px) !important
	}
}

.hasToc .left-nav {
	height: initial !important
}

.hasToc .left-nav .ToC-heading {
	font-weight: 700;
	margin-top: -7px
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list {
	border-top: 2px solid #8db9ca
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li {
	border-color: #8db9ca
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a {
	text-transform: initial;
	font-weight: 400
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a i {
	background: #fff url("../ResourcePackages/lib/img/plus-black.svg") no-repeat center !important
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a:hover,
.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a:focus,
.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a:focus-within {
	background: #f3f6f7 !important;
	color: #000 !important
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a:hover i,
.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a:focus i,
.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a:focus-within i {
	background: #f3f6f7 url("../ResourcePackages/lib/img/plus-black.svg") no-repeat center !important
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a:hover i:focus-visible,
.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a:focus i:focus-visible,
.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a:focus-within i:focus-visible {
	outline-offset: -4px
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li a:focus-visible {
	outline-offset: -4px
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li.open {
	background: #8db9ca
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li.open i {
	background: #8db9ca url("../ResourcePackages/lib/img/minus-black.svg") no-repeat center !important
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li.open>a {
	font-weight: 700
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li.open>a:hover,
.hasToc .left-nav .ToC-wrapper-inner .ToC-list li.open>a:focus {
	background-color: #8db9ca !important
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li.open>a:hover i,
.hasToc .left-nav .ToC-wrapper-inner .ToC-list li.open>a:focus i {
	background: #8db9ca url("../ResourcePackages/lib/img/minus-black.svg") no-repeat center !important
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li ul {
	border-color: #8db9ca
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li ul li {
	width: initial;
	margin: initial
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li ul li .doc-link-item {
	box-shadow: inset 6px 0 #8db9ca;
	padding-left: 34px;
	text-transform: initial;
	line-height: 22px;
	font-weight: 400
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li ul li.current-page .doc-link-item {
	background: #dbe8ee !important;
	font-weight: 700
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li ul li:hover {
	background: #ccc !important
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li ul li:hover .doc-link-item {
	color: #000;
	text-decoration: underline
}

.hasToc .left-nav .ToC-wrapper-inner .ToC-list li ul li:hover .doc-link-item:hover {
	background: #f3f6f7 !important
}

.hasToc .ToC-chapter {
	margin-bottom: 20px
}

.hasToc .ToC-page {
	font-weight: bold
}

.hasToc #ToC-reading-frame {
	display: flex;
	flex-direction: column-reverse
}

.hasToc #ToC-reading-frame .pdf-pager {
	font-family: monospace;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px
}

.hasToc #ToC-reading-frame .pdf-pager .btn {
	padding: 11px;
	font-size: 18px;
	background: #f3f6f7
}

.hasToc #ToC-reading-frame .pdf-pager .btn span {
	color: #223056;
	transition: all .2s
}

.hasToc #ToC-reading-frame .pdf-pager .btn .first-double {
	margin-left: -3px
}

.hasToc #ToC-reading-frame .pdf-pager .btn .second-double {
	margin-left: -10px;
	margin-right: -3px
}

.hasToc #ToC-reading-frame .pdf-pager .btn:hover {
	background: #223056
}

.hasToc #ToC-reading-frame .pdf-pager .btn:hover span {
	color: #fff
}

.hasToc #ToC-reading-frame #tocPageContent {
	width: 100% !important;
	border: none;
	overflow: visible;
	padding: 0;
	margin: 0 0 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.hasToc .show-hide-tab {
	display: none
}

@media(max-width:991.98px) {
	.hasToc .left-nav .sidebar-nav {
		height: 0 !important
	}

	.hasToc nav.left-nav .sidebar-nav .ToC-wrapper-outer {
		position: fixed;
		left: 0;
		top: 66px;
		max-width: calc(100vw - 30px);
		overflow: visible;
		width: fit-content;
		pointer-events: none
	}

	.hasToc nav.left-nav .sidebar-nav .ToC-wrapper-outer .ToC-wrapper-inner {
		position: relative;
		width: 360px;
		max-width: calc(100vw - 30px);
		left: -100%;
		transition: all .4s;
		pointer-events: all
	}

	.hasToc nav.left-nav .sidebar-nav .ToC-wrapper-outer .ToC-wrapper-inner ul.ToC-list {
		background: #fff;
		max-height: calc(100% - 120px);
		overflow-x: hidden;
		display: block;
		width: 100%
	}

	.hasToc nav.left-nav .sidebar-nav .ToC-wrapper-outer .ToC-wrapper-inner .show-hide-tab {
		position: absolute;
		display: block;
		background: #223056;
		transform: rotate(90deg);
		right: -81px;
		top: 270px;
		width: 137px;
		z-index: 1;
		text-align: center;
		border-bottom: 1px solid #fff;
		font-family: antarctican-headline;
		letter-spacing: .6px;
		box-shadow: 0 -3px 6px rgba(0, 0, 0, .6)
	}

	.hasToc nav.left-nav .sidebar-nav .ToC-wrapper-outer .ToC-wrapper-inner.show {
		box-shadow: 6px 3px 8px rgba(0, 0, 0, .6);
		left: 0
	}
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 40%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none
}

.slick-prev:hover,
.slick-next:hover {
	outline: none;
	background: transparent;
	color: transparent
}

.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: .8;
	outline: 1px solid #223056
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0
}

.slick-prev {
	left: -130px;
	height: 48px
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: '';
	width: 19px;
	height: 48px;
	display: inline-block
}

.slick-next {
	right: -130px;
	height: 48px
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: '';
	width: 19px;
	height: 48px;
	display: inline-block
}

.slick-dots {
	position: absolute;
	bottom: 40px;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	border-radius: 3px
}

.slick-dots li button {
	border: 0;
	background: transparent;
	border: 1px solid transparent;
	display: block;
	height: 7px;
	width: 7px;
	outline: 1px solid #fff;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	padding: 3px;
	position: absolute;
	top: 5px;
	left: 5px
}

.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li.slick-active,
.slick-dots li:hover {
	border: 1px solid #fff
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	color: #fff;
	background: #fff;
	border: 1px solid #fff
}

.playControls {
	position: absolute;
	bottom: 38px;
	right: 40px
}

.playControls .pausePlayBtn {
	background: #fff;
	color: #223056;
	outline: none;
	box-shadow: none;
	border: 1px solid #223056;
	border-radius: 3px;
	font-size: 13px;
	font-size: .8125rem;
	cursor: pointer
}

@media(max-width:767.98px) {
	.slick-prev {
		height: 35px
	}

	.slick-prev:before {
		background-position: -4px -51px;
		width: 14px;
		height: 35px
	}

	.slick-next {
		height: 35px
	}

	.slick-next:before {
		background-position: -39px -51px;
		width: 14px;
		height: 35px
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding: 20px;
	text-align: center;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

:root {
	--breakpoint-xl: 1220px
}

html {
	-webkit-tap-highlight-color: transparent
}

.nav-tabs {
	background: #223056;
	padding: 10px 20px 0;
	border: none;
	margin-bottom: 30px
}

.nav-tabs .nav-item {
	flex-grow: 1;
	margin-bottom: 0
}

.nav-tabs .nav-item .nav-link {
	width: 100%;
	background: #223056;
	color: #fff;
	border-radius: 0;
	font-weight: 900;
	margin-bottom: 0;
	border: none;
	text-transform: uppercase
}

.nav-tabs .nav-item .nav-link.active {
	background: #fff;
	color: #000;
	border-color: #fff
}

@media(min-width:1200px) {
	.container {
		max-width: 1300px
	}
}

@media(max-width:767.98px) {
	.nav-tabs {
		padding: 16px 20px 0
	}

	.nav-tabs .nav-item .nav-link {
		font-size: 13px;
		font-size: .8125rem;
		line-height: 14px;
		line-height: .875rem;
		padding: 8px 4px 14px
	}
}

.slick-prev,
.slick-next {
	border: none;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	background-color: #223056;
	margin-right: 5px;
	transition: all .2s;
	transform: none
}

.slick-prev:before,
.slick-next:before {
	display: none
}

.slick-prev .icon,
.slick-next .icon {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 0
}

@media(hover:hover) and (pointer:fine) {

	.slick-prev:hover,
	.slick-next:hover {
		background: #ffc82e
	}

	.slick-prev:hover .icon,
	.slick-next:hover .icon {
		color: #000
	}
}

@media(pointer:coarse) {

	.slick-prev:active,
	.slick-next:active {
		background: #ffc82e
	}

	.slick-prev:active .icon,
	.slick-next:active .icon {
		color: #000
	}
}

.slick-prev:focus-visible,
.slick-next:focus-visible {
	background: #ffc82e
}

.slick-prev:focus-visible .icon,
.slick-next:focus-visible .icon {
	color: #000
}

.slick-prev {
	margin-right: 10px
}

.slick-prev .icon {
	left: 0
}

.slick-next {
	margin-right: 0
}

.slick-dots {
	bottom: initial;
	top: 0;
	text-align: right;
	position: relative
}

.slick-dots li {
	width: 12px;
	height: 12px;
	border: 1px solid transparent
}

.slick-dots li.slick-active button {
	background: transparent;
	border: 1px solid #fff
}

.slick-dots button {
	outline: none;
	border-radius: 50%;
	background: #fff;
	top: -1px;
	left: -1px;
	border: 1px solid transparent;
	width: 12px;
	height: 12px
}

@media(hover:hover) and (pointer:fine) {
	.slick-dots button:hover {
		color: #fff;
		background: #ffc82e;
		border: 1px solid #ffc82e
	}
}

.main-content .tabs-to-accordion-outer-wrapper .sf_colsIn:first-child .content-block {
	margin-bottom: 0
}

.tabs-to-accordion {
	margin-bottom: 60px
}

.content-block .tabs-to-accordion {
	margin-bottom: 30px
}

.r-tabs {
	position: relative;
	border-bottom: 1px solid #223056;
	background-color: #223056;
	border-radius: 0
}

.r-tabs .r-tabs-nav {
	padding: 10px 20px 0 20px !important;
	display: flex
}

.r-tabs .r-tabs-nav .r-tabs-tab {
	flex: 1
}

.r-tabs .r-tabs-nav .r-tabs-tab a {
	width: calc(100% - 20px);
	text-align: center;
	margin: 0 10px;
	letter-spacing: .5px
}

.r-tabs .r-tabs-nav .r-tabs-tab:first-child a {
	width: calc(100% - 10px);
	margin-left: 0
}

.r-tabs .r-tabs-nav .r-tabs-tab:last-child a {
	width: calc(100% - 10px);
	margin-right: 0
}

.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #223056
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 20px 20px;
	text-decoration: none;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	transition: background .125s ease-out, color .125s ease-out
}

.r-tabs .r-tabs-nav .r-tabs-anchor:hover,
.r-tabs .r-tabs-nav .r-tabs-anchor:focus {
	background: rgba(255, 255, 255, .5);
	color: #000;
	outline: none
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: .5
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000;
	background-color: #fff
}

.r-tabs .r-tabs-panel {
	background-color: #fff;
	padding: 42px 40px 42px;
	padding-bottom: 52px
}

.r-tabs .r-tabs-panel .h6 {
	font-size: 18px;
	font-size: 1.125rem;
	font-family: tablet-gothic, verdana, sans-serif;
	font-weight: 700;
	color: #223056;
	margin-bottom: 18px
}

.r-tabs .r-tabs-panel p {
	margin-bottom: 17px
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	position: relative;
	background-color: #223056;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 17px 20px;
	border-bottom: 1px solid #fff
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor::after {
	position: absolute;
	top: 25px;
	right: 20px;
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #000;
	text-shadow: none;
	padding-top: 15px
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor::after {
	top: 15px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #000
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: .5
}

@media(max-width:768px) {
	ul.r-tabs-nav {
		display: none !important
	}

	.r-tabs {
		background: #f3f6f7;
		margin-left: -15px;
		margin-right: -15px;
		padding: 20px 20px 60px;
		border-bottom: none
	}

	.r-tabs .r-tabs-nav {
		display: none !important
	}

	.r-tabs .r-tabs-panel {
		padding: 5px 20px 30px 20px;
		background: #fff
	}

	.r-tabs .r-tabs-panel:last-child {
		border-bottom: 1px solid #223056
	}

	.r-tabs .r-tabs-panel p:last-child {
		margin-bottom: 12px
	}

	.gsc-search-box .gsc-search-button.gsc-search-button-v2:after {
		content: "";
		color: #fff;
		display: inline-block;
		font-size: 19px;
		font-family: 'stmrtu_icons_2020' !important;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		position: relative;
		top: 5px;
		left: 2px;
	}

	.siteHeaderBar .header-nav .header-nav-wrapper .search-overlay {
		background: #223056;
		position: absolute;
		z-index: 3;
		width: calc(100% - 60px);
		margin-right: 60px;
		height: 60px;
		clip-path: polygon(23px 0, 101% 0%, 101% 60px, 101% 100%, 0 100%);
		display: none;
	}

	.gsc-search-box .gsc-search-button.gsc-search-button-v2:after {
		content: "";
		color: #fff;
		display: inline-block;
		font-size: 19px;
		font-family: 'stmrtu_icons_2020' !important;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		position: relative;
		top: 5px;
		left: 2px;
	}
}