@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i,900);
: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:#000f2b;
--secondary:#605b57;
--success:#28a745;
--info:#17a2b8;
--warning:#ffc107;
--danger:#dc3545;
--light:#f8f9fa;
--dark:#343a40;
--headings:#000f2b;
--text:#000f2b;
--links:#0c77ba;
--blue:#0962ba;
--blue--dark:#085280;
--gray--light:#f1f1ef;
--gray:#cbc8c3;
--gray--dark:#605b57;
--indigo:#05314d;
--orange:#c55422;
--red:#ad2323;
--yellow:#ffb400;
--breakpoint-xs:0;
--breakpoint-sm:800px;
--breakpoint-md:1120px;
--breakpoint-lg:1536px;
--breakpoint-xl:1920px;
--font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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
}
*, :after, :before {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(18,18,18,0)
}
@-ms-viewport {
width:device-width
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
nav {
	background: #238196;
	padding-top: 40px;
}
footer nav {
	background: none;
	padding-top: 0;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}
[tabindex="-1"]:focus {
	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[data-original-title], abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}
address {
	font-style: normal;
	line-height: inherit
}
address, dl, ol, ul {
	margin-bottom: 1rem
}
dl, ol, ul {
	margin-top: 0
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
dfn {
	font-style: italic
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:hover {
	color: #074972;
	text-decoration: underline
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
code, kbd, pre, samp {
	font-family: 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 {
	border-style: none
}
img, svg {
	vertical-align: middle
}
svg {
	overflow: hidden
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .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-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none!important
}
.img-fluid, .img-thumbnail {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}
.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-break: 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 {
	width: 100%;
	padding-right: 2.5%;
	padding-left: 2.5%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px
}

@media (min-width:800px) {
.container {
}
}

@media (min-width:1120px) {
.container {

}
}

@media (min-width:1536px) {
.container {
	max-width: 1440px
}
}

@media (min-width:1920px) {
.container {
	max-width: 1440px
}
}
.container-fluid {
	width: 100%;
	padding-right: 2.5%;
	padding-left: 2.5%;
	margin-right: auto;
	margin-left: auto
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -2.5%;
	margin-left: -2.5%
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .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-auto, .col-md, .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-auto, .col-sm, .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-auto, .col-xl, .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-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 2.5%;
	padding-left: 2.5%
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.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:800px) {
.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.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 25%;
	max-width: 25%
}
.col-sm-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-sm-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.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 75%;
	max-width: 75%
}
.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:1120px) {
.col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.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:1536px) {
.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.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:1920px) {
.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.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%
}
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	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 screen and (prefers-reduced-motion:reduce) {
.btn {
	transition: none
}
}
.btn:focus, .btn:hover {
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.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: #000f2b;
	border-color: #000f2b
}
.btn-primary:hover {
	color: #fff;
	background-color: #000205;
	border-color: #000
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.5)
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}
.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(0,15,43,.5)
}
.btn-secondary {
	color: #fff;
	background-color: #605b57;
	border-color: #605b57
}
.btn-secondary:hover {
	color: #fff;
	background-color: #4c4845;
	border-color: #45423f
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(96,91,87,.5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #605b57;
	border-color: #605b57
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #45423f;
	border-color: #3f3b39
}
.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(96,91,87,.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 {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.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(40,167,69,.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 {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.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(23,162,184,.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 {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.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(255,193,7,.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 {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.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(220,53,69,.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 {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.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(248,249,250,.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 {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.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(52,58,64,.5)
}
.btn-headings {
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.btn-headings:hover {
	color: #fff;
	background-color: #000205;
	border-color: #000
}
.btn-headings.focus, .btn-headings:focus {
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.5)
}
.btn-headings.disabled, .btn-headings:disabled {
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.btn-headings:not(:disabled):not(.disabled).active, .btn-headings:not(:disabled):not(.disabled):active, .show>.btn-headings.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}
.btn-headings:not(:disabled):not(.disabled).active:focus, .btn-headings:not(:disabled):not(.disabled):active:focus, .show>.btn-headings.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.5)
}
.btn-text {
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.btn-text:hover {
	color: #fff;
	background-color: #000205;
	border-color: #000
}
.btn-text.focus, .btn-text:focus {
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.5)
}
.btn-text.disabled, .btn-text:disabled {
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.btn-text:not(:disabled):not(.disabled).active, .btn-text:not(:disabled):not(.disabled):active, .show>.btn-text.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}
.btn-text:not(:disabled):not(.disabled).active:focus, .btn-text:not(:disabled):not(.disabled):active:focus, .show>.btn-text.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.5)
}
.btn-links {
	color: #fff;
	background-color: #0c77ba;
	border-color: #0c77ba
}
.btn-links:hover {
	color: #fff;
	background-color: #0a6096;
	border-color: #09588a
}
.btn-links.focus, .btn-links:focus {
	box-shadow: 0 0 0 .2rem rgba(12,119,186,.5)
}
.btn-links.disabled, .btn-links:disabled {
	color: #fff;
	background-color: #0c77ba;
	border-color: #0c77ba
}
.btn-links:not(:disabled):not(.disabled).active, .btn-links:not(:disabled):not(.disabled):active, .show>.btn-links.dropdown-toggle {
	color: #fff;
	background-color: #09588a;
	border-color: #08517e
}
.btn-links:not(:disabled):not(.disabled).active:focus, .btn-links:not(:disabled):not(.disabled):active:focus, .show>.btn-links.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(12,119,186,.5)
}
.btn-blue {
	color: #fff;
	background-color: #0962ba;
	border-color: #0962ba
}
.btn-blue:hover {
	color: #fff;
	background-color: #074f96;
	border-color: #074889
}
.btn-blue.focus, .btn-blue:focus {
	box-shadow: 0 0 0 .2rem rgba(9,98,186,.5)
}
.btn-blue.disabled, .btn-blue:disabled {
	color: #fff;
	background-color: #0962ba;
	border-color: #0962ba
}
.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show>.btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #074889;
	border-color: #06427d
}
.btn-blue:not(:disabled):not(.disabled).active:focus, .btn-blue:not(:disabled):not(.disabled):active:focus, .show>.btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(9,98,186,.5)
}
.btn-blue--dark {
	color: #fff;
	background-color: #085280;
	border-color: #085280
}
.btn-blue--dark:hover {
	color: #fff;
	background-color: #063b5c;
	border-color: #053350
}
.btn-blue--dark.focus, .btn-blue--dark:focus {
	box-shadow: 0 0 0 .2rem rgba(8,82,128,.5)
}
.btn-blue--dark.disabled, .btn-blue--dark:disabled {
	color: #fff;
	background-color: #085280;
	border-color: #085280
}
.btn-blue--dark:not(:disabled):not(.disabled).active, .btn-blue--dark:not(:disabled):not(.disabled):active, .show>.btn-blue--dark.dropdown-toggle {
	color: #fff;
	background-color: #053350;
	border-color: #042c44
}
.btn-blue--dark:not(:disabled):not(.disabled).active:focus, .btn-blue--dark:not(:disabled):not(.disabled):active:focus, .show>.btn-blue--dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(8,82,128,.5)
}
.btn-gray--light {
	color: #212529;
	background-color: #f1f1ef;
	border-color: #f1f1ef
}
.btn-gray--light:hover {
	color: #212529;
	background-color: #dfdfdb;
	border-color: #d9d9d4
}
.btn-gray--light.focus, .btn-gray--light:focus {
	box-shadow: 0 0 0 .2rem rgba(241,241,239,.5)
}
.btn-gray--light.disabled, .btn-gray--light:disabled {
	color: #212529;
	background-color: #f1f1ef;
	border-color: #f1f1ef
}
.btn-gray--light:not(:disabled):not(.disabled).active, .btn-gray--light:not(:disabled):not(.disabled):active, .show>.btn-gray--light.dropdown-toggle {
	color: #212529;
	background-color: #d9d9d4;
	border-color: #d3d3cd
}
.btn-gray--light:not(:disabled):not(.disabled).active:focus, .btn-gray--light:not(:disabled):not(.disabled):active:focus, .show>.btn-gray--light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(241,241,239,.5)
}
.btn-gray {
	color: #212529;
	background-color: #cbc8c3;
	border-color: #cbc8c3
}
.btn-gray:hover {
	color: #212529;
	background-color: #b9b5af;
	border-color: #b3afa8
}
.btn-gray.focus, .btn-gray:focus {
	box-shadow: 0 0 0 .2rem rgba(203,200,195,.5)
}
.btn-gray.disabled, .btn-gray:disabled {
	color: #212529;
	background-color: #cbc8c3;
	border-color: #cbc8c3
}
.btn-gray:not(:disabled):not(.disabled).active, .btn-gray:not(:disabled):not(.disabled):active, .show>.btn-gray.dropdown-toggle {
	color: #212529;
	background-color: #b3afa8;
	border-color: #ada9a1
}
.btn-gray:not(:disabled):not(.disabled).active:focus, .btn-gray:not(:disabled):not(.disabled):active:focus, .show>.btn-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(203,200,195,.5)
}
.btn-gray--dark {
	color: #fff;
	background-color: #605b57;
	border-color: #605b57
}
.btn-gray--dark:hover {
	color: #fff;
	background-color: #4c4845;
	border-color: #45423f
}
.btn-gray--dark.focus, .btn-gray--dark:focus {
	box-shadow: 0 0 0 .2rem rgba(96,91,87,.5)
}
.btn-gray--dark.disabled, .btn-gray--dark:disabled {
	color: #fff;
	background-color: #605b57;
	border-color: #605b57
}
.btn-gray--dark:not(:disabled):not(.disabled).active, .btn-gray--dark:not(:disabled):not(.disabled):active, .show>.btn-gray--dark.dropdown-toggle {
	color: #fff;
	background-color: #45423f;
	border-color: #3f3b39
}
.btn-gray--dark:not(:disabled):not(.disabled).active:focus, .btn-gray--dark:not(:disabled):not(.disabled):active:focus, .show>.btn-gray--dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(96,91,87,.5)
}
.btn-indigo {
	color: #fff;
	background-color: #05314d;
	border-color: #05314d
}
.btn-indigo:hover {
	color: #fff;
	background-color: #031a29;
	border-color: #02131d
}
.btn-indigo.focus, .btn-indigo:focus {
	box-shadow: 0 0 0 .2rem rgba(5,49,77,.5)
}
.btn-indigo.disabled, .btn-indigo:disabled {
	color: #fff;
	background-color: #05314d;
	border-color: #05314d
}
.btn-indigo:not(:disabled):not(.disabled).active, .btn-indigo:not(:disabled):not(.disabled):active, .show>.btn-indigo.dropdown-toggle {
	color: #fff;
	background-color: #02131d;
	border-color: #010b11
}
.btn-indigo:not(:disabled):not(.disabled).active:focus, .btn-indigo:not(:disabled):not(.disabled):active:focus, .show>.btn-indigo.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(5,49,77,.5)
}
.btn-orange {
	color: #fff;
	background-color: #c55422;
	border-color: #c55422
}
.btn-orange:hover {
	color: #fff;
	background-color: #a4461c;
	border-color: #9a411a
}
.btn-orange.focus, .btn-orange:focus {
	box-shadow: 0 0 0 .2rem rgba(197,84,34,.5)
}
.btn-orange.disabled, .btn-orange:disabled {
	color: #fff;
	background-color: #c55422;
	border-color: #c55422
}
.btn-orange:not(:disabled):not(.disabled).active, .btn-orange:not(:disabled):not(.disabled):active, .show>.btn-orange.dropdown-toggle {
	color: #fff;
	background-color: #9a411a;
	border-color: #8f3d19
}
.btn-orange:not(:disabled):not(.disabled).active:focus, .btn-orange:not(:disabled):not(.disabled):active:focus, .show>.btn-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(197,84,34,.5)
}
.btn-red {
	color: #fff;
	background-color: #ad2323;
	border-color: #ad2323
}
.btn-red:hover {
	color: #fff;
	background-color: #8d1d1d;
	border-color: #831a1a
}
.btn-red.focus, .btn-red:focus {
	box-shadow: 0 0 0 .2rem rgba(173,35,35,.5)
}
.btn-red.disabled, .btn-red:disabled {
	color: #fff;
	background-color: #ad2323;
	border-color: #ad2323
}
.btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active, .show>.btn-red.dropdown-toggle {
	color: #fff;
	background-color: #831a1a;
	border-color: #781818
}
.btn-red:not(:disabled):not(.disabled).active:focus, .btn-red:not(:disabled):not(.disabled):active:focus, .show>.btn-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(173,35,35,.5)
}
.btn-yellow {
	color: #212529;
	background-color: #ffb400;
	border-color: #ffb400
}
.btn-yellow:hover {
	color: #212529;
	background-color: #d99900;
	border-color: #cc9000
}
.btn-yellow.focus, .btn-yellow:focus {
	box-shadow: 0 0 0 .2rem rgba(255,180,0,.5)
}
.btn-yellow.disabled, .btn-yellow:disabled {
	color: #212529;
	background-color: #ffb400;
	border-color: #ffb400
}
.btn-yellow:not(:disabled):not(.disabled).active, .btn-yellow:not(:disabled):not(.disabled):active, .show>.btn-yellow.dropdown-toggle {
	color: #fff;
	background-color: #cc9000;
	border-color: #bf8700
}
.btn-yellow:not(:disabled):not(.disabled).active:focus, .btn-yellow:not(:disabled):not(.disabled):active:focus, .show>.btn-yellow.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,180,0,.5)
}
.btn-outline-primary {
	color: #000f2b;
	background-color: transparent;
	background-image: none;
	border-color: #000f2b
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #000f2b;
	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: #000f2b;
	border-color: #000f2b
}
.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,15,43,.5)
}
.btn-outline-secondary {
	color: #605b57;
	background-color: transparent;
	background-image: none;
	border-color: #605b57
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #605b57;
	border-color: #605b57
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(96,91,87,.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #605b57;
	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: #605b57;
	border-color: #605b57
}
.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(96,91,87,.5)
}
.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
	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;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
	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;
	background-color: transparent;
	background-image: none;
	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;
	background-color: transparent;
	background-image: none;
	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;
	background-color: transparent;
	background-image: none;
	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;
	background-color: transparent;
	background-image: none;
	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-outline-headings {
	color: #000f2b;
	background-color: transparent;
	background-image: none;
	border-color: #000f2b
}
.btn-outline-headings:hover {
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.btn-outline-headings.focus, .btn-outline-headings:focus {
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.5)
}
.btn-outline-headings.disabled, .btn-outline-headings:disabled {
	color: #000f2b;
	background-color: transparent
}
.btn-outline-headings:not(:disabled):not(.disabled).active, .btn-outline-headings:not(:disabled):not(.disabled):active, .show>.btn-outline-headings.dropdown-toggle {
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.btn-outline-headings:not(:disabled):not(.disabled).active:focus, .btn-outline-headings:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-headings.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.5)
}
.btn-outline-text {
	color: #000f2b;
	background-color: transparent;
	background-image: none;
	border-color: #000f2b
}
.btn-outline-text:hover {
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.btn-outline-text.focus, .btn-outline-text:focus {
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.5)
}
.btn-outline-text.disabled, .btn-outline-text:disabled {
	color: #000f2b;
	background-color: transparent
}
.btn-outline-text:not(:disabled):not(.disabled).active, .btn-outline-text:not(:disabled):not(.disabled):active, .show>.btn-outline-text.dropdown-toggle {
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.btn-outline-text:not(:disabled):not(.disabled).active:focus, .btn-outline-text:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-text.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.5)
}
.btn-outline-links {
	color: #0c77ba;
	background-color: transparent;
	background-image: none;
	border-color: #0c77ba
}
.btn-outline-links:hover {
	color: #fff;
	background-color: #0c77ba;
	border-color: #0c77ba
}
.btn-outline-links.focus, .btn-outline-links:focus {
	box-shadow: 0 0 0 .2rem rgba(12,119,186,.5)
}
.btn-outline-links.disabled, .btn-outline-links:disabled {
	color: #0c77ba;
	background-color: transparent
}
.btn-outline-links:not(:disabled):not(.disabled).active, .btn-outline-links:not(:disabled):not(.disabled):active, .show>.btn-outline-links.dropdown-toggle {
	color: #fff;
	background-color: #0c77ba;
	border-color: #0c77ba
}
.btn-outline-links:not(:disabled):not(.disabled).active:focus, .btn-outline-links:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-links.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(12,119,186,.5)
}
.btn-outline-blue {
	color: #0962ba;
	background-color: transparent;
	background-image: none;
	border-color: #0962ba
}
.btn-outline-blue:hover {
	color: #fff;
	background-color: #0962ba;
	border-color: #0962ba
}
.btn-outline-blue.focus, .btn-outline-blue:focus {
	box-shadow: 0 0 0 .2rem rgba(9,98,186,.5)
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
	color: #0962ba;
	background-color: transparent
}
.btn-outline-blue:not(:disabled):not(.disabled).active, .btn-outline-blue:not(:disabled):not(.disabled):active, .show>.btn-outline-blue.dropdown-toggle {
	color: #fff;
	background-color: #0962ba;
	border-color: #0962ba
}
.btn-outline-blue:not(:disabled):not(.disabled).active:focus, .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(9,98,186,.5)
}
.btn-outline-blue--dark {
	color: #085280;
	background-color: transparent;
	background-image: none;
	border-color: #085280
}
.btn-outline-blue--dark:hover {
	color: #fff;
	background-color: #085280;
	border-color: #085280
}
.btn-outline-blue--dark.focus, .btn-outline-blue--dark:focus {
	box-shadow: 0 0 0 .2rem rgba(8,82,128,.5)
}
.btn-outline-blue--dark.disabled, .btn-outline-blue--dark:disabled {
	color: #085280;
	background-color: transparent
}
.btn-outline-blue--dark:not(:disabled):not(.disabled).active, .btn-outline-blue--dark:not(:disabled):not(.disabled):active, .show>.btn-outline-blue--dark.dropdown-toggle {
	color: #fff;
	background-color: #085280;
	border-color: #085280
}
.btn-outline-blue--dark:not(:disabled):not(.disabled).active:focus, .btn-outline-blue--dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-blue--dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(8,82,128,.5)
}
.btn-outline-gray--light {
	color: #f1f1ef;
	background-color: transparent;
	background-image: none;
	border-color: #f1f1ef
}
.btn-outline-gray--light:hover {
	color: #212529;
	background-color: #f1f1ef;
	border-color: #f1f1ef
}
.btn-outline-gray--light.focus, .btn-outline-gray--light:focus {
	box-shadow: 0 0 0 .2rem rgba(241,241,239,.5)
}
.btn-outline-gray--light.disabled, .btn-outline-gray--light:disabled {
	color: #f1f1ef;
	background-color: transparent
}
.btn-outline-gray--light:not(:disabled):not(.disabled).active, .btn-outline-gray--light:not(:disabled):not(.disabled):active, .show>.btn-outline-gray--light.dropdown-toggle {
	color: #212529;
	background-color: #f1f1ef;
	border-color: #f1f1ef
}
.btn-outline-gray--light:not(:disabled):not(.disabled).active:focus, .btn-outline-gray--light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-gray--light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(241,241,239,.5)
}
.btn-outline-gray {
	color: #cbc8c3;
	background-color: transparent;
	background-image: none;
	border-color: #cbc8c3
}
.btn-outline-gray:hover {
	color: #212529;
	background-color: #cbc8c3;
	border-color: #cbc8c3
}
.btn-outline-gray.focus, .btn-outline-gray:focus {
	box-shadow: 0 0 0 .2rem rgba(203,200,195,.5)
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
	color: #cbc8c3;
	background-color: transparent
}
.btn-outline-gray:not(:disabled):not(.disabled).active, .btn-outline-gray:not(:disabled):not(.disabled):active, .show>.btn-outline-gray.dropdown-toggle {
	color: #212529;
	background-color: #cbc8c3;
	border-color: #cbc8c3
}
.btn-outline-gray:not(:disabled):not(.disabled).active:focus, .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(203,200,195,.5)
}
.btn-outline-gray--dark {
	color: #605b57;
	background-color: transparent;
	background-image: none;
	border-color: #605b57
}
.btn-outline-gray--dark:hover {
	color: #fff;
	background-color: #605b57;
	border-color: #605b57
}
.btn-outline-gray--dark.focus, .btn-outline-gray--dark:focus {
	box-shadow: 0 0 0 .2rem rgba(96,91,87,.5)
}
.btn-outline-gray--dark.disabled, .btn-outline-gray--dark:disabled {
	color: #605b57;
	background-color: transparent
}
.btn-outline-gray--dark:not(:disabled):not(.disabled).active, .btn-outline-gray--dark:not(:disabled):not(.disabled):active, .show>.btn-outline-gray--dark.dropdown-toggle {
	color: #fff;
	background-color: #605b57;
	border-color: #605b57
}
.btn-outline-gray--dark:not(:disabled):not(.disabled).active:focus, .btn-outline-gray--dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-gray--dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(96,91,87,.5)
}
.btn-outline-indigo {
	color: #05314d;
	background-color: transparent;
	background-image: none;
	border-color: #05314d
}
.btn-outline-indigo:hover {
	color: #fff;
	background-color: #05314d;
	border-color: #05314d
}
.btn-outline-indigo.focus, .btn-outline-indigo:focus {
	box-shadow: 0 0 0 .2rem rgba(5,49,77,.5)
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
	color: #05314d;
	background-color: transparent
}
.btn-outline-indigo:not(:disabled):not(.disabled).active, .btn-outline-indigo:not(:disabled):not(.disabled):active, .show>.btn-outline-indigo.dropdown-toggle {
	color: #fff;
	background-color: #05314d;
	border-color: #05314d
}
.btn-outline-indigo:not(:disabled):not(.disabled).active:focus, .btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-indigo.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(5,49,77,.5)
}
.btn-outline-orange {
	color: #c55422;
	background-color: transparent;
	background-image: none;
	border-color: #c55422
}
.btn-outline-orange:hover {
	color: #fff;
	background-color: #c55422;
	border-color: #c55422
}
.btn-outline-orange.focus, .btn-outline-orange:focus {
	box-shadow: 0 0 0 .2rem rgba(197,84,34,.5)
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
	color: #c55422;
	background-color: transparent
}
.btn-outline-orange:not(:disabled):not(.disabled).active, .btn-outline-orange:not(:disabled):not(.disabled):active, .show>.btn-outline-orange.dropdown-toggle {
	color: #fff;
	background-color: #c55422;
	border-color: #c55422
}
.btn-outline-orange:not(:disabled):not(.disabled).active:focus, .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(197,84,34,.5)
}
.btn-outline-red {
	color: #ad2323;
	background-color: transparent;
	background-image: none;
	border-color: #ad2323
}
.btn-outline-red:hover {
	color: #fff;
	background-color: #ad2323;
	border-color: #ad2323
}
.btn-outline-red.focus, .btn-outline-red:focus {
	box-shadow: 0 0 0 .2rem rgba(173,35,35,.5)
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
	color: #ad2323;
	background-color: transparent
}
.btn-outline-red:not(:disabled):not(.disabled).active, .btn-outline-red:not(:disabled):not(.disabled):active, .show>.btn-outline-red.dropdown-toggle {
	color: #fff;
	background-color: #ad2323;
	border-color: #ad2323
}
.btn-outline-red:not(:disabled):not(.disabled).active:focus, .btn-outline-red:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(173,35,35,.5)
}
.btn-outline-yellow {
	color: #ffb400;
	background-color: transparent;
	background-image: none;
	border-color: #ffb400
}
.btn-outline-yellow:hover {
	color: #212529;
	background-color: #ffb400;
	border-color: #ffb400
}
.btn-outline-yellow.focus, .btn-outline-yellow:focus {
	box-shadow: 0 0 0 .2rem rgba(255,180,0,.5)
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
	color: #ffb400;
	background-color: transparent
}
.btn-outline-yellow:not(:disabled):not(.disabled).active, .btn-outline-yellow:not(:disabled):not(.disabled):active, .show>.btn-outline-yellow.dropdown-toggle {
	color: #212529;
	background-color: #ffb400;
	border-color: #ffb400
}
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-yellow.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,180,0,.5)
}
.btn-link {
	font-weight: 400;
	color: #0c77ba;
	background-color: transparent
}
.btn-link:hover {
	color: #074972;
	background-color: transparent
}
.btn-link.focus, .btn-link:focus, .btn-link:hover {
	text-decoration: underline;
	border-color: transparent
}
.btn-link.focus, .btn-link:focus {
	box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}
.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.btn-group-sm>.btn, .btn-sm {
	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=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	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(18,18,18,.15);
	border-radius: .25rem
}
.dropdown-menu-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;
	width: 0;
	height: 0;
	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;
	width: 0;
	height: 0;
	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;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}
.dropleft .dropdown-toggle:before {
	display: inline-block;
	width: 0;
	height: 0;
	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^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	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:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #000f2b
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	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-vertical>.btn, .btn-group>.btn {
	position: relative;
	flex: 0 1 auto
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 1
}
.btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group, .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}
.btn-toolbar .input-group {
	width: auto
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}
.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
	margin-left: 0
}
.dropleft .dropdown-toggle-split:before {
	margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.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+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
	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-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio], .btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio] {
	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>.custom-file, .input-group>.custom-select, .input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control {
	margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control: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-append, .input-group-prepend {
	display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	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=checkbox], .input-group-text input[type=radio] {
	margin-top: 0
}
.input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.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), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	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:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}
.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}
.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.custom-control-input:checked~.custom-control-label:before {
	color: #fff;
	background-color: #000f2b
}
.custom-control-input:focus~.custom-control-label:before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0,15,43,.25)
}
.custom-control-input:active~.custom-control-label:before {
	color: #fff;
	background-color: #004dde
}
.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}
.custom-control-input:disabled~.custom-control-label:before {
	background-color: #e9ecef
}
.custom-control-label {
	position: relative;
	margin-bottom: 0
}
.custom-control-label:before {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}
.custom-control-label:after, .custom-control-label:before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: ""
}
.custom-control-label:after {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50% 50%
}
.custom-checkbox .custom-control-label:before {
	border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	background-color: #000f2b
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	background-color: #000f2b
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(0,15,43,.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(0,15,43,.5)
}
.custom-radio .custom-control-label:before {
	border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label:before {
	background-color: #000f2b
}
.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(0,15,43,.5)
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-select:focus {
	border-color: #003bab;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,59,171,.5)
}
.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 {
opacity:0
}
.custom-select-sm {
	height: calc(1.8125rem + 2px);
	font-size: 75%
}
.custom-select-lg, .custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem
}
.custom-select-lg {
	height: calc(2.875rem + 2px);
	font-size: 125%
}
.custom-file {
	display: inline-block;
	margin-bottom: 0
}
.custom-file, .custom-file-input {
	position: relative;
	width: 100%;
	height: calc(2.25rem + 2px)
}
.custom-file-input {
	z-index: 2;
	margin: 0;
	opacity: 0
}
.custom-file-input:focus~.custom-file-label {
	border-color: #003bab;
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.25)
}
.custom-file-input:focus~.custom-file-label:after {
	border-color: #003bab
}
.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label:after {
	content: "Browse"
}
.custom-file-label {
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}
.custom-file-label, .custom-file-label:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057
}
.custom-file-label:after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}
.custom-range {
	width: 100%;
	padding-left: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-range:focus {
	outline: none
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0,15,43,.25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0,15,43,.25)
}
.custom-range:focus::-ms-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0,15,43,.25)
}
.custom-range::-moz-focus-outer {
border:0
}
.custom-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#000f2b;
border:0;
border-radius:1rem;
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 screen and (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
transition:none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color:#004dde
}
.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:#000f2b;
border:0;
border-radius:1rem;
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 screen and (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
transition:none
}
}
.custom-range::-moz-range-thumb:active {
background-color:#004dde
}
.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:#000f2b;
border:0;
border-radius:1rem;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}

@media screen and (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
transition:none
}
}
.custom-range::-ms-thumb:active {
background-color:#004dde
}
.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, .custom-range::-ms-fill-upper {
background-color:#dee2e6;
border-radius:1rem
}
.custom-range::-ms-fill-upper {
margin-right:15px
}
.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 screen and (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:focus, .nav-link:hover {
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	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: #000f2b
}
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}
.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;
	padding: .5rem 1rem
}
.navbar, .navbar>.container, .navbar>.container-fluid {
	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:focus, .navbar-brand:hover {
	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:focus, .navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat 50%;
	background-size: 100% 100%
}

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

@media (min-width:800px) {
.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 {
	flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
	display: none
}
}

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

@media (min-width:1120px) {
.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 {
	flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
	display: none
}
}

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

@media (min-width:1536px) {
.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 {
	flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
	display: none
}
}

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

@media (min-width:1920px) {
.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 {
	flex-wrap: nowrap
}
.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 {
	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 {
	flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(18,18,18,.9)
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(18,18,18,.5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(18,18,18,.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(18,18,18,.3)
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(18,18,18,.9)
}
.navbar-light .navbar-toggler {
	color: rgba(18,18,18,.5);
	border-color: rgba(18,18,18,.1)
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(18,18,18,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
	color: rgba(18,18,18,.5)
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(18,18,18,.9)
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff
}
.navbar-dark .navbar-nav .nav-link {
	color: hsla(0,0%,100%,.5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0,0%,100%,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0,0%,100%,.25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}
.navbar-dark .navbar-toggler {
	color: hsla(0,0%,100%,.5);
	border-color: hsla(0,0%,100%,.1)
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
	color: hsla(0,0%,100%,.5)
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}
.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 {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none
}
.breadcrumb-item.active {
	color: #6c757d
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width:800px) {
.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;
	padding: .75rem 1.25rem;
	color: inherit
}
.alert-primary {
	color: #09101f;
	background-color: #cccfd5;
	border-color: #b8bcc4
}
.alert-primary hr {
	border-top-color: #aaafb8
}
.alert-primary .alert-link {
	color: #000
}
.alert-secondary {
	color: #3b3836;
	background-color: #dfdedd;
	border-color: #d2d1d0
}
.alert-secondary hr {
	border-top-color: #c6c4c3
}
.alert-secondary .alert-link {
	color: #201f1e
}
.alert-success {
	color: #1d5f2d;
	background-color: #d4edda;
	border-color: #c3e6cb
}
.alert-success hr {
	border-top-color: #b1dfbb
}
.alert-success .alert-link {
	color: #11381a
}
.alert-info {
	color: #155d68;
	background-color: #d1ecf1;
	border-color: #bee5eb
}
.alert-info hr {
	border-top-color: #abdde5
}
.alert-info .alert-link {
	color: #0c373e
}
.alert-warning {
	color: #8d6d0c;
	background-color: #fff3cd;
	border-color: #ffeeba
}
.alert-warning hr {
	border-top-color: #ffe8a1
}
.alert-warning .alert-link {
	color: #5e4908
}
.alert-danger {
	color: #7b242d;
	background-color: #f8d7da;
	border-color: #f5c6cb
}
.alert-danger hr {
	border-top-color: #f1b0b7
}
.alert-danger .alert-link {
	color: #54181f
}
.alert-light {
	color: #8a8a8b;
	background-color: #fefefe;
	border-color: #fdfdfe
}
.alert-light hr {
	border-top-color: #ececf6
}
.alert-light .alert-link {
	color: #717171
}
.alert-dark {
	color: #24272a;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}
.alert-dark hr {
	border-top-color: #b9bbbe
}
.alert-dark .alert-link {
	color: #0c0e0f
}
.alert-headings {
	color: #09101f;
	background-color: #cccfd5;
	border-color: #b8bcc4
}
.alert-headings hr {
	border-top-color: #aaafb8
}
.alert-headings .alert-link {
	color: #000
}
.alert-text {
	color: #09101f;
	background-color: #cccfd5;
	border-color: #b8bcc4
}
.alert-text hr {
	border-top-color: #aaafb8
}
.alert-text .alert-link {
	color: #000
}
.alert-links {
	color: #0f4769;
	background-color: #cee4f1;
	border-color: #bbd9ec
}
.alert-links hr {
	border-top-color: #a7cee6
}
.alert-links .alert-link {
	color: #09293c
}
.alert-blue {
	color: #0d3c69;
	background-color: #cee0f1;
	border-color: #bad3ec
}
.alert-blue hr {
	border-top-color: #a6c6e6
}
.alert-blue .alert-link {
	color: #07223c
}
.alert-blue--dark {
	color: #0d334b;
	background-color: #cedce6;
	border-color: #bacfdb
}
.alert-blue--dark hr {
	border-top-color: #a9c3d2
}
.alert-blue--dark .alert-link {
	color: #051520
}
.alert-gray--light {
	color: #868685;
	background-color: #fcfcfc;
	border-color: #fbfbfb
}
.alert-gray--light hr {
	border-top-color: #eee
}
.alert-gray--light .alert-link {
	color: #6c6c6c
}
.alert-gray {
	color: #72716e;
	background-color: #f5f4f3;
	border-color: #f0f0ee
}
.alert-gray hr {
	border-top-color: #e4e4e0
}
.alert-gray .alert-link {
	color: #585755
}
.alert-gray--dark {
	color: #3b3836;
	background-color: #dfdedd;
	border-color: #d2d1d0
}
.alert-gray--dark hr {
	border-top-color: #c6c4c3
}
.alert-gray--dark .alert-link {
	color: #201f1e
}
.alert-indigo {
	color: #0b2231;
	background-color: #cdd6db;
	border-color: #b9c5cd
}
.alert-indigo hr {
	border-top-color: #aab9c2
}
.alert-indigo .alert-link {
	color: #020507
}
.alert-orange {
	color: #6f341a;
	background-color: #f3ddd3;
	border-color: #efcfc1
}
.alert-orange hr {
	border-top-color: #eabfad
}
.alert-orange .alert-link {
	color: #462110
}
.alert-red {
	color: #631b1b;
	background-color: #efd3d3;
	border-color: #e8c1c1
}
.alert-red hr {
	border-top-color: #e1aeae
}
.alert-red .alert-link {
	color: #3b1010
}
.alert-yellow {
	color: #8d6609;
	background-color: #fff0cc;
	border-color: #ffeab8
}
.alert-yellow hr {
	border-top-color: #ffe29f
}
.alert-yellow .alert-link {
	color: #5d4306
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position:1rem 0
}
to {
background-position:0 0
}
}
@keyframes progress-bar-stripes {
0% {
background-position:1rem 0
}
to {
background-position:0 0
}
}
.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #000f2b;
	transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
.progress-bar {
	transition: none
}
}
.progress-bar-striped {
	background-image: linear-gradient(45deg, hsla(0,0%,100%,.15) 25%, transparent 0, transparent 50%, hsla(0,0%,100%,.15) 0, hsla(0,0%,100%,.15) 75%, transparent 0, transparent);
	background-size: 1rem 1rem
}
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}
.media {
	display: flex;
	align-items: flex-start
}
.media-body {
	flex: 1
}
.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
	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;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(18,18,18,.125)
}
.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}
.list-group-item:focus, .list-group-item:hover {
	z-index: 1;
	text-decoration: none
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	background-color: #fff
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #000f2b;
	border-color: #000f2b
}
.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}
.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}
.list-group-item-primary {
	color: #09101f;
	background-color: #b8bcc4
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #09101f;
	background-color: #aaafb8
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #09101f;
	border-color: #09101f
}
.list-group-item-secondary {
	color: #3b3836;
	background-color: #d2d1d0
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #3b3836;
	background-color: #c6c4c3
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #3b3836;
	border-color: #3b3836
}
.list-group-item-success {
	color: #1d5f2d;
	background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #1d5f2d;
	background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #1d5f2d;
	border-color: #1d5f2d
}
.list-group-item-info {
	color: #155d68;
	background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #155d68;
	background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #155d68;
	border-color: #155d68
}
.list-group-item-warning {
	color: #8d6d0c;
	background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #8d6d0c;
	background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #8d6d0c;
	border-color: #8d6d0c
}
.list-group-item-danger {
	color: #7b242d;
	background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #7b242d;
	background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #7b242d;
	border-color: #7b242d
}
.list-group-item-light {
	color: #8a8a8b;
	background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #8a8a8b;
	background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #8a8a8b;
	border-color: #8a8a8b
}
.list-group-item-dark {
	color: #24272a;
	background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #24272a;
	background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #24272a;
	border-color: #24272a
}
.list-group-item-headings {
	color: #09101f;
	background-color: #b8bcc4
}
.list-group-item-headings.list-group-item-action:focus, .list-group-item-headings.list-group-item-action:hover {
	color: #09101f;
	background-color: #aaafb8
}
.list-group-item-headings.list-group-item-action.active {
	color: #fff;
	background-color: #09101f;
	border-color: #09101f
}
.list-group-item-text {
	color: #09101f;
	background-color: #b8bcc4
}
.list-group-item-text.list-group-item-action:focus, .list-group-item-text.list-group-item-action:hover {
	color: #09101f;
	background-color: #aaafb8
}
.list-group-item-text.list-group-item-action.active {
	color: #fff;
	background-color: #09101f;
	border-color: #09101f
}
.list-group-item-links {
	color: #0f4769;
	background-color: #bbd9ec
}
.list-group-item-links.list-group-item-action:focus, .list-group-item-links.list-group-item-action:hover {
	color: #0f4769;
	background-color: #a7cee6
}
.list-group-item-links.list-group-item-action.active {
	color: #fff;
	background-color: #0f4769;
	border-color: #0f4769
}
.list-group-item-blue {
	color: #0d3c69;
	background-color: #bad3ec
}
.list-group-item-blue.list-group-item-action:focus, .list-group-item-blue.list-group-item-action:hover {
	color: #0d3c69;
	background-color: #a6c6e6
}
.list-group-item-blue.list-group-item-action.active {
	color: #fff;
	background-color: #0d3c69;
	border-color: #0d3c69
}
.list-group-item-blue--dark {
	color: #0d334b;
	background-color: #bacfdb
}
.list-group-item-blue--dark.list-group-item-action:focus, .list-group-item-blue--dark.list-group-item-action:hover {
	color: #0d334b;
	background-color: #a9c3d2
}
.list-group-item-blue--dark.list-group-item-action.active {
	color: #fff;
	background-color: #0d334b;
	border-color: #0d334b
}
.list-group-item-gray--light {
	color: #868685;
	background-color: #fbfbfb
}
.list-group-item-gray--light.list-group-item-action:focus, .list-group-item-gray--light.list-group-item-action:hover {
	color: #868685;
	background-color: #eee
}
.list-group-item-gray--light.list-group-item-action.active {
	color: #fff;
	background-color: #868685;
	border-color: #868685
}
.list-group-item-gray {
	color: #72716e;
	background-color: #f0f0ee
}
.list-group-item-gray.list-group-item-action:focus, .list-group-item-gray.list-group-item-action:hover {
	color: #72716e;
	background-color: #e4e4e0
}
.list-group-item-gray.list-group-item-action.active {
	color: #fff;
	background-color: #72716e;
	border-color: #72716e
}
.list-group-item-gray--dark {
	color: #3b3836;
	background-color: #d2d1d0
}
.list-group-item-gray--dark.list-group-item-action:focus, .list-group-item-gray--dark.list-group-item-action:hover {
	color: #3b3836;
	background-color: #c6c4c3
}
.list-group-item-gray--dark.list-group-item-action.active {
	color: #fff;
	background-color: #3b3836;
	border-color: #3b3836
}
.list-group-item-indigo {
	color: #0b2231;
	background-color: #b9c5cd
}
.list-group-item-indigo.list-group-item-action:focus, .list-group-item-indigo.list-group-item-action:hover {
	color: #0b2231;
	background-color: #aab9c2
}
.list-group-item-indigo.list-group-item-action.active {
	color: #fff;
	background-color: #0b2231;
	border-color: #0b2231
}
.list-group-item-orange {
	color: #6f341a;
	background-color: #efcfc1
}
.list-group-item-orange.list-group-item-action:focus, .list-group-item-orange.list-group-item-action:hover {
	color: #6f341a;
	background-color: #eabfad
}
.list-group-item-orange.list-group-item-action.active {
	color: #fff;
	background-color: #6f341a;
	border-color: #6f341a
}
.list-group-item-red {
	color: #631b1b;
	background-color: #e8c1c1
}
.list-group-item-red.list-group-item-action:focus, .list-group-item-red.list-group-item-action:hover {
	color: #631b1b;
	background-color: #e1aeae
}
.list-group-item-red.list-group-item-action.active {
	color: #fff;
	background-color: #631b1b;
	border-color: #631b1b
}
.list-group-item-yellow {
	color: #8d6609;
	background-color: #ffeab8
}
.list-group-item-yellow.list-group-item-action:focus, .list-group-item-yellow.list-group-item-action:hover {
	color: #8d6609;
	background-color: #ffe29f
}
.list-group-item-yellow.list-group-item-action.active {
	color: #fff;
	background-color: #8d6609;
	border-color: #8d6609
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #121212;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}
.close:not(:disabled):not(.disabled) {
	cursor: pointer
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color: #121212;
	text-decoration: none;
	opacity: .75
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}
.modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
	transition: none
}
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0);
	transform: translate(0)
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}
.modal-dialog-centered:before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}
.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(18,18,18,.2);
	border-radius: .3rem;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #121212
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.show {
	opacity: .5
}
.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}
.modal-header .close {
	padding: 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;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
	margin-left: .25rem
}
.modal-footer>:not(:last-child) {
	margin-right: .25rem
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:800px) {
.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto
}
.modal-dialog-centered {
	min-height: calc(100% - 3.5rem)
}
.modal-dialog-centered:before {
	height: calc(100vh - 3.5rem)
}
.modal-sm {
	max-width: 300px
}
}

@media (min-width:1536px) {
.modal-lg {
	max-width: 800px
}
}

/*
[dir=ltr] .tooltip {
	text-align: left
}
[dir=rtl] .tooltip {
	text-align: right
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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-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-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #121212
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #121212
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #121212
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #121212
}
.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #121212;
	border-radius: .25rem
}
*/


[dir=ltr] .popover {
	text-align: left
}
[dir=rtl] .popover {
	text-align: right
}
.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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-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(18,18,18,.2);
	border-radius: .3rem
}
.popover, .popover .arrow {
	position: absolute;
	display: block
}
.popover .arrow {
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}
.popover .arrow:after, .popover .arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
bottom:calc(-.5rem + -1px)
}
.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:after, .bs-popover-top .arrow:before {
	border-width: .5rem .5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:before {
	bottom: 0;
	border-top-color: rgba(18,18,18,.25)
}
.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
	bottom: 1px;
	border-top-color: #fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem
}
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
left:calc(-.5rem + -1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}
.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:after, .bs-popover-right .arrow:before {
	border-width: .5rem .5rem .5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:before {
	left: 0;
	border-right-color: rgba(18,18,18,.25)
}
.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-right .arrow:after {
	left: 1px;
	border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
top:calc(-.5rem + -1px)
}
.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:after, .bs-popover-bottom .arrow:before {
	border-width: 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:before {
	top: 0;
	border-bottom-color: rgba(18,18,18,.25)
}
.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-bottom .arrow:after {
	top: 1px;
	border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-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-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem
}
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
right:calc(-.5rem + -1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}
.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:after, .bs-popover-left .arrow:before {
	border-width: .5rem 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:before {
	right: 0;
	border-left-color: rgba(18,18,18,.25)
}
.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-left .arrow:after {
	right: 1px;
	border-left-color: #fff
}
.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	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-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-item {
	position: relative;
	display: none;
	align-items: center;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	transition: none
}
}
.carousel-item-next, .carousel-item-prev {
	position: absolute;
	top: 0
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
.active.carousel-item-right, .carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.active.carousel-item-right, .carousel-item-next {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
}
.active.carousel-item-left, .carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.active.carousel-item-left, .carousel-item-prev {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat 50%;
	background-size: 100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	position: relative;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: hsla(0,0%,100%,.5)
}
.carousel-indicators li:before {
	top: -10px
}
.carousel-indicators li:after, .carousel-indicators li:before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}
.carousel-indicators li:after {
	bottom: -10px
}
.carousel-indicators .active {
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-primary {
	background-color: #000f2b!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #000!important
}
.bg-secondary {
	background-color: #605b57!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #45423f!important
}
.bg-success {
	background-color: #28a745!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34!important
}
.bg-info {
	background-color: #17a2b8!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b!important
}
.bg-warning {
	background-color: #ffc107!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #d39e00!important
}
.bg-danger {
	background-color: #dc3545!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #bd2130!important
}
.bg-light {
	background-color: #f8f9fa!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5!important
}
.bg-dark {
	background-color: #343a40!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124!important
}
.bg-headings {
	background-color: #000f2b!important
}
a.bg-headings:focus, a.bg-headings:hover, button.bg-headings:focus, button.bg-headings:hover {
	background-color: #000!important
}
.bg-text {
	background-color: #000f2b!important
}
a.bg-text:focus, a.bg-text:hover, button.bg-text:focus, button.bg-text:hover {
	background-color: #000!important
}
.bg-links {
	background-color: #0c77ba!important
}
a.bg-links:focus, a.bg-links:hover, button.bg-links:focus, button.bg-links:hover {
	background-color: #09588a!important
}
.bg-blue {
	background-color: #0962ba!important
}
a.bg-blue:focus, a.bg-blue:hover, button.bg-blue:focus, button.bg-blue:hover {
	background-color: #074889!important
}
.bg-blue--dark {
	background-color: #085280!important
}
a.bg-blue--dark:focus, a.bg-blue--dark:hover, button.bg-blue--dark:focus, button.bg-blue--dark:hover {
	background-color: #053350!important
}
.bg-gray--light {
	background-color: #f1f1ef!important
}
a.bg-gray--light:focus, a.bg-gray--light:hover, button.bg-gray--light:focus, button.bg-gray--light:hover {
	background-color: #d9d9d4!important
}
.bg-gray {
	background-color: #cbc8c3!important
}
a.bg-gray:focus, a.bg-gray:hover, button.bg-gray:focus, button.bg-gray:hover {
	background-color: #b3afa8!important
}
.bg-gray--dark {
	background-color: #605b57!important
}
a.bg-gray--dark:focus, a.bg-gray--dark:hover, button.bg-gray--dark:focus, button.bg-gray--dark:hover {
	background-color: #45423f!important
}
.bg-indigo {
	background-color: #05314d!important
}
a.bg-indigo:focus, a.bg-indigo:hover, button.bg-indigo:focus, button.bg-indigo:hover {
	background-color: #02131d!important
}
.bg-orange {
	background-color: #c55422!important
}
a.bg-orange:focus, a.bg-orange:hover, button.bg-orange:focus, button.bg-orange:hover {
	background-color: #9a411a!important
}
.bg-red {
	background-color: #ad2323!important
}
a.bg-red:focus, a.bg-red:hover, button.bg-red:focus, button.bg-red:hover {
	background-color: #831a1a!important
}
.bg-yellow {
	background-color: #ffb400!important
}
a.bg-yellow:focus, a.bg-yellow:hover, button.bg-yellow:focus, button.bg-yellow:hover {
	background-color: #cc9000!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: #000f2b!important
}
.border-secondary {
	border-color: #605b57!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-headings, .border-text {
	border-color: #000f2b!important
}
.border-links {
	border-color: #0c77ba!important
}
.border-blue {
	border-color: #0962ba!important
}
.border-blue--dark {
	border-color: #085280!important
}
.border-gray--light {
	border-color: #f1f1ef!important
}
.border-gray {
	border-color: #cbc8c3!important
}
.border-gray--dark {
	border-color: #605b57!important
}
.border-indigo {
	border-color: #05314d!important
}
.border-orange {
	border-color: #c55422!important
}
.border-red {
	border-color: #ad2323!important
}
.border-yellow {
	border-color: #ffb400!important
}
.border-white {
	border-color: #fff!important
}
.rounded {
	border-radius: .25rem!important
}
.rounded-top {
	border-top-left-radius: .25rem!important
}
.rounded-right, .rounded-top {
	border-top-right-radius: .25rem!important
}
.rounded-bottom, .rounded-right {
	border-bottom-right-radius: .25rem!important
}
.rounded-bottom, .rounded-left {
	border-bottom-left-radius: .25rem!important
}
.rounded-left {
	border-top-left-radius: .25rem!important
}
.rounded-circle {
	border-radius: 50%!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:1120px) {
.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:1120px) {
.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:1536px) {
.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:1920px) {
.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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-21by9:before {
	padding-top: 42.85714%
}
.embed-responsive-16by9:before {
	padding-top: 56.25%
}
.embed-responsive-4by3:before {
	padding-top: 75%
}
.embed-responsive-1by1:before {
	padding-top: 100%
}
.flex-row {
	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:800px) {
.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:1120px) {
.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:1536px) {
.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:1920px) {
.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:800px) {
.float-sm-left {
	float: left!important
}
.float-sm-right {
	float: right!important
}
.float-sm-none {
	float: none!important
}
}

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

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

@media (min-width:1920px) {
.float-xl-left {
	float: left!important
}
.float-xl-right {
	float: right!important
}
.float-xl-none {
	float: none!important
}
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}
.fixed-top {
	top: 0
}
.fixed-bottom, .fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	bottom: 0
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(18,18,18,.075)!important
}
.shadow {
	box-shadow: 0 .5rem 1rem rgba(18,18,18,.15)!important
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(18,18,18,.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
}
.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-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:800px) {
.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-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:1120px) {
.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-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:1536px) {
.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-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:1920px) {
.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-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
}
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
.text-justify {
	text-align: justify!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:800px) {
.text-sm-left {
	text-align: left!important
}
.text-sm-right {
	text-align: right!important
}
.text-sm-center {
	text-align: center!important
}
}

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

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

@media (min-width:1920px) {
.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-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #000f2b!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #000!important
}
.text-secondary {
	color: #605b57!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #45423f!important
}
.text-success {
	color: #28a745!important
}
a.text-success:focus, a.text-success:hover {
	color: #1e7e34!important
}
.text-info {
	color: #17a2b8!important
}
a.text-info:focus, a.text-info:hover {
	color: #117a8b!important
}
.text-warning {
	color: #ffc107!important
}
a.text-warning:focus, a.text-warning:hover {
	color: #d39e00!important
}
.text-danger {
	color: #dc3545!important
}
a.text-danger:focus, a.text-danger:hover {
	color: #bd2130!important
}
.text-light {
	color: #f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
	color: #dae0e5!important
}
.text-dark {
	color: #343a40!important
}
a.text-dark:focus, a.text-dark:hover {
	color: #1d2124!important
}
.text-headings {
	color: #000f2b!important
}
a.text-headings:focus, a.text-headings:hover {
	color: #000!important
}
.text-text {
	color: #000f2b!important
}
a.text-text:focus, a.text-text:hover {
	color: #000!important
}
.text-links {
	color: #0c77ba!important
}
a.text-links:focus, a.text-links:hover {
	color: #09588a!important
}
.text-blue {
	color: #0962ba!important
}
a.text-blue:focus, a.text-blue:hover {
	color: #074889!important
}
.text-blue--dark {
	color: #085280!important
}
a.text-blue--dark:focus, a.text-blue--dark:hover {
	color: #053350!important
}
.text-gray--light {
	color: #f1f1ef!important
}
a.text-gray--light:focus, a.text-gray--light:hover {
	color: #d9d9d4!important
}
.text-gray {
	color: #cbc8c3!important
}
a.text-gray:focus, a.text-gray:hover {
	color: #b3afa8!important
}
.text-gray--dark {
	color: #605b57!important
}
a.text-gray--dark:focus, a.text-gray--dark:hover {
	color: #45423f!important
}
.text-indigo {
	color: #05314d!important
}
a.text-indigo:focus, a.text-indigo:hover {
	color: #02131d!important
}
.text-orange {
	color: #c55422!important
}
a.text-orange:focus, a.text-orange:hover {
	color: #9a411a!important
}
.text-red {
	color: #ad2323!important
}
a.text-red:focus, a.text-red:hover {
	color: #831a1a!important
}
.text-yellow {
	color: #ffb400!important
}
a.text-yellow:focus, a.text-yellow:hover {
	color: #cc9000!important
}
.text-body {
	color: #212529!important
}
.text-muted {
	color: #6c757d!important
}
.text-black-50 {
	color: rgba(18,18,18,.5)!important
}
.text-white-50 {
	color: hsla(0,0%,100%,.5)!important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}

@media print {
*, :after, :before {
	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
}
blockquote, pre {
	border: 1px solid #adb5bd;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
@page {
	size: a3
}
.container, body {
	min-width: 1536px!important
}
.navbar {
	display: none
}
.badge {
	border: 1px solid #121212
}
.table {
	border-collapse: collapse!important
}
.table td, .table th {
	background-color: #fff!important
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6!important
}
.table-dark {
	color: inherit
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #dee2e6
}
.table .thead-dark th {
	color: inherit;
	border-color: #dee2e6
}
}
:root {
	font-size: 10px
}
.body-copy, p, span {
	color: #121212;
	font-size: 16px;
	line-height: 1.6
}

@media (min-width:800px) {
.body-copy, p, span {
	font-size: 18px
}
}
.style-alternate .body-copy, .style-alternate p, .style-alternate span {
	color: #fff
}
h1 {
	font-size: 36px;
	line-height: 1.13;
	font-weight: 700;
	color: #121212;
	margin-bottom: 24px
}

@media (min-width:800px) {
h1 {
	font-size: 60px;
	line-height: 1.04;
	margin-bottom: 28px
}
}
.sf-h2, h2:not(.promo-title-lg):not(.promo-title-sm):not(.typog-custom) {
}

@media (min-width:800px) {
.sf-h2, h2:not(.promo-title-lg):not(.promo-title-sm):not(.typog-custom) {
}
}
.style-alternate .sf-h2, .style-alternate h2:not(.promo-title-lg):not(.promo-title-sm):not(.typog-custom) {
	color: #fff
}
.sf-h3, h3:not(.promo-title-lg):not(.promo-title-sm):not(.typog-custom) {
}

@media (min-width:800px) {
.sf-h3, h3:not(.promo-title-lg):not(.promo-title-sm):not(.typog-custom) {
}
}
.style-alternate .sf-h3, .style-alternate h3:not(.promo-title-lg):not(.promo-title-sm):not(.typog-custom) {
	color: #fff
}
.sf-h4, h4:not(.typog-custom) {
	color: #121212;
	line-height: 1.3;
    font-family: 'Glypha', serif;
	font-size: 24px
}
.style-alternate .sf-h4, .style-alternate h4:not(.typog-custom) {
	color: #fff
}
.sf-h5, h5:not(.typog-custom) {
	color: #121212;
	line-height: 1.3;
    font-family: 'Glypha', serif;
	font-size: 22px
}
.style-alternate .sf-h5, .style-alternate h5:not(.typog-custom) {
	color: #fff
}
.sf-h6, h6:not(.typog-custom) {
	color: #121212;
	line-height: 1.3;
	font-size: 16px;
	text-align: left;
}
.style-alternate .sf-h6, .style-alternate h6:not(.typog-custom) {
	color: #fff
}
.promo-title-lg {
    font-family: 'Glypha', serif;
	font-size: 36px;
	line-height: 1.1
}

@media (min-width:800px) {
.promo-title-lg {
	font-size: 44px
}
}
.style-alternate .promo-title-lg {
	color: #fff
}
.promo-title-sm {
	font-family: GlyphaLight, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 1.25
}

@media (min-width:800px) {
.promo-title-sm {
	font-size: 36px
}
}
.style-alternate .promo-title-sm {
	color: #fff
}
.block-title {
	color: #121212;
	line-height: 1.3;
	font-family: GlyphaBold, Arial, Helvetica, sans-serif;
	font-size: 22px
}
.style-alternate .block-title {
	color: #fff
}
a {
	color: #0c77ba
}
a:hover {
	text-decoration: none;
	color: #c55422
}
a.typog-link--sm {
	color: #0c77ba;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400
}

@media (min-width:800px) {
a.typog-link--sm {
	font-size: 18px
}
}
.style-alternate a.typog-link--sm {
	color: #fff
}
a.typog-link--sm:hover {
	text-decoration: none;
	cursor: pointer;
	color: #c55422
}
a.typog-link--lg {
	color: #0c77ba;
	font-size: 24px;
	font-weight: 600;
	line-height: 31px
}
a.typog-link--lg:hover {
	text-decoration: none;
	cursor: pointer;
	color: #c55422
}
.body-field {
	margin-bottom: 32px
}
.body-field .embedded-entity, .body-field h1, .body-field h2, .body-field h3, .body-field h4, .body-field h5, .body-field h6, .body-field ol, .body-field p, .body-field pre, .body-field table, .body-field ul {
	margin-bottom: 12px
}
.body-field .embedded-entity.color--dark-blue, .body-field h1.color--dark-blue, .body-field h2.color--dark-blue, .body-field h3.color--dark-blue, .body-field h4.color--dark-blue, .body-field h5.color--dark-blue, .body-field h6.color--dark-blue, .body-field ol.color--dark-blue, .body-field p.color--dark-blue, .body-field pre.color--dark-blue, .body-field table.color--dark-blue, .body-field ul.color--dark-blue {
	color: #1c6fa3
}
.body-field hr {
	border: .5px solid #cbc8c3
}
.body-field dl, .body-field ol, .body-field ul {
	color: #121212;
	font-size: 16px;
	line-height: 1.6;
	padding-left: 40px
}

@media (min-width:800px) {
.body-field dl, .body-field ol, .body-field ul {
	font-size: 18px
}
}
.style-alternate .body-field dl, .style-alternate .body-field ol, .style-alternate .body-field ul {
	color: #fff
}
.body-field p {
	color: #121212;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 18px
}

@media (min-width:800px) {
.body-field p {
	font-size: 18px
}
}
.style-alternate .body-field p {
	color: #fff
}
.body-field p:last-child {
	margin-bottom: 0
}
.body-field img {
	height: auto;
	max-width: 100%
}
.body-field table {
	width: 100%
}
.body-field table thead {
	background: #05314d
}
.body-field table th {
	font-weight: 600;
	color: #fff
}
.body-field table td, .body-field table th {
	padding: 20px 12px
}
.body-field table tr {
	border-bottom: 1px solid #cbc8c3
}
.body-field table.table--bg-magenta thead {
	background: #911a5b
}
.body-field caption, .body-field figcaption {
	font-style: italic;
	font-size: 12px;
	color: #000f2b
}
.body-field blockquote {
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 32px
}
.body-field blockquote:after, .body-field blockquote:before {
	content: "";
	background-image: url(/themes/custom/particle/dist/app-drupal-sf/assets/double-quotes.png);
	background-repeat: no-repeat;
	display: block;
	width: 75px;
	height: 38px
}
.body-field blockquote:before {
	margin-left: 16px
}
.body-field blockquote:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 16px
}
.body-field blockquote p {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	color: #085280;
	text-align: center
}

@media (min-width:800px) {
.body-field blockquote p {
	font-size: 30px;
	padding: 0 16px
}
}

@media (min-width:800px) {
.body-field blockquote {
	width: 85%;
	margin: 0 auto 28px
}
}
.body-field a {
	color: #0c77ba
}
.body-field a:hover {
	color: #c55422;
	text-decoration: none
}
.body-field a.restricted-content:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	font-family: Font Awesome\ 5 Free;
	content: "\F023";
	color: #949494;
	font-size: 16px;
	display: inline-block;
	vertical-align: 0;
	margin-left: 8px
}
.body-field .button-transparent, .body-field .button-white {
	display: inline-flex;
	align-items: center;
	align-self: center;
	height: 55px;
	font-weight: 600;
	border-radius: 25px;
	text-decoration: none;
	padding: 0 20px;
	transition: all .3s
}
.body-field .button-transparent .fa, .body-field .button-white .fa {
	font-size: 16px
}
.body-field .button-transparent {
	background: transparent;
	color: #fff;
	border: 1px solid #fff
}
.body-field .button-transparent:hover {
	background: #fff;
	color: #0c77ba
}
.body-field .button-transparent:hover:after {
	color: #0c77ba
}
.body-field .button-white {
	background: #fff;
	color: #0c77ba;
	border: 1px solid #0c77ba
}
.body-field .button-white:hover {
	background: #0c77ba;
	color: #fff
}
.body-field .button-white:hover:after {
	color: #fff
}
.cke_editable ul {
	color: #121212;
	font-size: 16px;
	line-height: 1.6;
	padding-left: 40px
}

@media (min-width:800px) {
.cke_editable ul {
	font-size: 18px
}
}
.style-alternate .cke_editable ul {
	color: #fff
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	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 screen and (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: #003bab;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,15,43,.25)
}
.form-control::-webkit-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
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-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
select.form-control[multiple], select.form-control[size], 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 {
	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%;
	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
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
border-color:#28a745
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
display:block
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color:#28a745
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
color:#28a745
}
.custom-control-input.is-valid~.custom-control-label:before, .was-validated .custom-control-input:valid~.custom-control-label:before {
background-color:#71dd8a
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid:checked~.custom-control-label:before, .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label:before, .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
border-color:#28a745
}
.custom-file-input.is-valid~.custom-file-label:after, .was-validated .custom-file-input:valid~.custom-file-label:after {
border-color:inherit
}
.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
display:block
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
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%;
	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
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
border-color:#dc3545
}
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
display:block
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#dc3545
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
color:#dc3545
}
.custom-control-input.is-invalid~.custom-control-label:before, .was-validated .custom-control-input:invalid~.custom-control-label:before {
background-color:#efa2a9
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label:before, .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label:before, .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
border-color:#dc3545
}
.custom-file-input.is-invalid~.custom-file-label:after, .was-validated .custom-file-input:invalid~.custom-file-label:after {
border-color:inherit
}
.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
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:800px) {
.form-inline label {
	justify-content: center
}
.form-inline .form-group, .form-inline label {
	display: flex;
	align-items: center;
	margin-bottom: 0
}
.form-inline .form-group {
	flex: 0 0 auto;
	flex-flow: row wrap
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .form-control-plaintext {
	display: inline-block
}
.form-inline .custom-select, .form-inline .input-group {
	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;
	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
}
}
input, label {
	font-weight: 600
}
.field__label {
	font-weight: 700
}
input[type=text] {
	height: 32px;
	padding: 8px 12px;
	color: #000f2b;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #605b57;
	background: #fff
}
input[type=text].active {
	border: 1px solid #0962ba
}
input[type=text].error, input[type=text].success {
	float: left;
	margin-right: 8px;
	border: 1px solid
}
input[type=text].error+.notification-icon:after, input[type=text].success+.notification-icon:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	font-size: 16px;
	font-family: Font Awesome\ 5 Free;
	display: block;
	padding-top: 8px
}
input[type=text].success {
	border-color: #28a745
}
input[type=text].success+.notification-icon:after {
	content: "\F06A";
	color: #28a745
}
input[type=text].error {
	border-color: #ad2323
}
input[type=text].error+.notification-icon:after {
	content: "\F06A";
	color: #ad2323
}
.error-text {
	color: #ad2323;
	font-size: 14px
}
input[type=checkbox] {
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #0962ba;
	border-radius: 2px
}
input[type=checkbox]:checked {
	position: relative;
	background: #0962ba;
	color: #fff
}
input[type=checkbox]:checked:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	content: "\F00C";
	font-family: Font Awesome\ 5 Free;
	color: #fff;
	padding-left: 2px;
	padding-top: 2px;
	font-size: 15px;
	position: absolute
}
input[type=checkbox]:disabled {
	border: 1px solid #cbc8c3;
	background: #f8f8f7
}
.custom-radio {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px
}
.custom-radio input {
	opacity: 0;
	cursor: pointer;
	z-index: 999
}
.custom-radio .checkmark, .custom-radio input {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0
}
.custom-radio .checkmark {
	top: 0;
	border: 1px solid #0962ba;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}
.custom-radio input:checked~.checkmark {
	background: #fff
}
.custom-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none
}
.custom-radio input:checked~.checkmark:after {
	display: block
}
.custom-radio .checkmark:after {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #0962ba
}
.demo-form-elements {
	padding: 48px
}
.demo-form-elements label {
	padding: 4px;
	font-size: 15px
}
.demo-form-elements .custom-radio label {
	padding-left: 12px
}
.demo-form-elements .custom-input {
	overflow: auto
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}
.table td, .table th {
	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 .table {
	background-color: #fff
}
.table-sm td, .table-sm th {
	padding: .3rem
}
.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(18,18,18,.05)
}
.table-hover tbody tr:hover {
	background-color: rgba(18,18,18,.075)
}
.table-primary, .table-primary>td, .table-primary>th {
	background-color: #b8bcc4
}
.table-hover .table-primary:hover, .table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #aaafb8
}
.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #d2d1d0
}
.table-hover .table-secondary:hover, .table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #c6c4c3
}
.table-success, .table-success>td, .table-success>th {
	background-color: #c3e6cb
}
.table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #b1dfbb
}
.table-info, .table-info>td, .table-info>th {
	background-color: #bee5eb
}
.table-hover .table-info:hover, .table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #abdde5
}
.table-warning, .table-warning>td, .table-warning>th {
	background-color: #ffeeba
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}
.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f5c6cb
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}
.table-light, .table-light>td, .table-light>th {
	background-color: #fdfdfe
}
.table-hover .table-light:hover, .table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6
}
.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca
}
.table-hover .table-dark:hover, .table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}
.table-headings, .table-headings>td, .table-headings>th {
	background-color: #b8bcc4
}
.table-hover .table-headings:hover, .table-hover .table-headings:hover>td, .table-hover .table-headings:hover>th {
	background-color: #aaafb8
}
.table-text, .table-text>td, .table-text>th {
	background-color: #b8bcc4
}
.table-hover .table-text:hover, .table-hover .table-text:hover>td, .table-hover .table-text:hover>th {
	background-color: #aaafb8
}
.table-links, .table-links>td, .table-links>th {
	background-color: #bbd9ec
}
.table-hover .table-links:hover, .table-hover .table-links:hover>td, .table-hover .table-links:hover>th {
	background-color: #a7cee6
}
.table-blue, .table-blue>td, .table-blue>th {
	background-color: #bad3ec
}
.table-hover .table-blue:hover, .table-hover .table-blue:hover>td, .table-hover .table-blue:hover>th {
	background-color: #a6c6e6
}
.table-blue--dark, .table-blue--dark>td, .table-blue--dark>th {
	background-color: #bacfdb
}
.table-hover .table-blue--dark:hover, .table-hover .table-blue--dark:hover>td, .table-hover .table-blue--dark:hover>th {
	background-color: #a9c3d2
}
.table-gray--light, .table-gray--light>td, .table-gray--light>th {
	background-color: #fbfbfb
}
.table-hover .table-gray--light:hover, .table-hover .table-gray--light:hover>td, .table-hover .table-gray--light:hover>th {
	background-color: #eee
}
.table-gray, .table-gray>td, .table-gray>th {
	background-color: #f0f0ee
}
.table-hover .table-gray:hover, .table-hover .table-gray:hover>td, .table-hover .table-gray:hover>th {
	background-color: #e4e4e0
}
.table-gray--dark, .table-gray--dark>td, .table-gray--dark>th {
	background-color: #d2d1d0
}
.table-hover .table-gray--dark:hover, .table-hover .table-gray--dark:hover>td, .table-hover .table-gray--dark:hover>th {
	background-color: #c6c4c3
}
.table-indigo, .table-indigo>td, .table-indigo>th {
	background-color: #b9c5cd
}
.table-hover .table-indigo:hover, .table-hover .table-indigo:hover>td, .table-hover .table-indigo:hover>th {
	background-color: #aab9c2
}
.table-orange, .table-orange>td, .table-orange>th {
	background-color: #efcfc1
}
.table-hover .table-orange:hover, .table-hover .table-orange:hover>td, .table-hover .table-orange:hover>th {
	background-color: #eabfad
}
.table-red, .table-red>td, .table-red>th {
	background-color: #e8c1c1
}
.table-hover .table-red:hover, .table-hover .table-red:hover>td, .table-hover .table-red:hover>th {
	background-color: #e1aeae
}
.table-yellow, .table-yellow>td, .table-yellow>th {
	background-color: #ffeab8
}
.table-hover .table-yellow:hover, .table-hover .table-yellow:hover>td, .table-hover .table-yellow:hover>th {
	background-color: #ffe29f
}
.table-active, .table-active>td, .table-active>th {
	background-color: rgba(18,18,18,.075)
}
.table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(5,5,5,.075)
}
.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.table-dark {
	color: #fff;
	background-color: #212529
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #32383e
}
.table-dark.table-bordered {
	border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0,0%,100%,.05)
}
.table-dark.table-hover tbody tr:hover {
	background-color: hsla(0,0%,100%,.075)
}

@media (max-width:799.98px) {
.table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-sm>.table-bordered {
	border: 0
}
}

@media (max-width:1119.98px) {
.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-md>.table-bordered {
	border: 0
}
}

@media (max-width:1535.98px) {
.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-lg>.table-bordered {
	border: 0
}
}

@media (max-width:1919.98px) {
.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-xl>.table-bordered {
	border: 0
}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
	border: 0
}
.fade {
	transition: opacity .15s linear
}

@media screen and (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 screen and (prefers-reduced-motion:reduce) {
.collapsing {
	transition: none
}
}
.visually-hidden {
	position: absolute!important;
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	height: 10px;
	width: 1px;
	word-wrap: normal
}
.content-container {
	background: #fff;
	display: block;
	flex: 1 0 auto
}
.border-left-solid {
	border-left-style: solid;
	border-left-width: 3px;
	padding-left: 16px;
	padding-right: 16px
}
.component-space-sm {
	margin-bottom: 16px;
	padding-bottom: 0;
	padding-top: 0
}
.component-space-md {
	margin-bottom: 32px;
	padding-bottom: 0;
	padding-top: 0
}
.component-space-lg {
	margin-bottom: 58px;
	padding-bottom: 0;
	padding-top: 0
}
.style-alternate, .style-alternate .body-field, .style-alternate a:hover, .style-alternate h1, .style-alternate h2, .style-alternate h3, .style-alternate h4, .style-alternate h5, .style-alternate h6, .style-alternate li, .style-alternate p, .style-alternate span, .style-alternate ul {
	color: #fff
}
.style-alternate .body-field .button-white {
	color: #0c77ba
}
.bg-color, .style-alternate .body-field .button-white:hover {
	color: #fff
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
button.link-styled, input.link-styled {
	font-size: 12px;
	color: #085280!important;
	border-bottom: thin dotted #085280!important;
	text-decoration: none;
	transition: all .3s ease;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	display: block
}
button.link-styled:hover, input.link-styled:hover {
	background-color: transparent!important;
	color: #085280!important
}
button.link-styled:focus, button.link-styled:visited, input.link-styled:focus, input.link-styled:visited {
	box-shadow: unset
}
.list-unstyled {
	list-style: none
}
.icon--facebook {
	color: #fff;
	font-size: 34px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3b5998;
	justify-content: flex-end;
	align-items: flex-end;
	padding-right: 4px;
	border-radius: 5px
}
.icon--facebook:hover {
	color: #fff
}

@media (min-width:1120px) {
.icon--facebook {
	width: 22px;
	height: 22px;
	font-size: 17px
}
}
.icon--twitter {
	color: #fff;
	font-size: 34px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1da1f2
}
.icon--twitter:hover {
	color: #fff
}

@media (min-width:1120px) {
.icon--twitter {
	width: 22px;
	height: 22px;
	font-size: 17px
}
}
.icon--linkedin {
	color: #fff;
	font-size: 34px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #4875b4;
	border-radius: 5px
}
.icon--linkedin:hover {
	color: #fff
}

@media (min-width:1120px) {
.icon--linkedin {
	width: 22px;
	height: 22px;
	font-size: 17px
}
}
.icon--youtube {
	color: #fff;
	font-size: 34px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f33
}
.icon--youtube:hover {
	color: #fff
}

@media (min-width:1120px) {
.icon--youtube {
	width: 22px;
	height: 22px;
	font-size: 17px;
	font-size: 25px
}
}
.icon--youtube:hover {
	color: #f33
}
.sticker--default {
	height: 20px;
	min-width: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 12px;
	padding: 4px 8px;
	background-color: #f1f1ef;
	color: #605b57
}
.sticker--danger {
	background-color: #ad2323
}
.sticker--danger, .sticker--success {
	height: 20px;
	min-width: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 12px;
	padding: 4px 8px;
	color: #fff
}
.sticker--success {
	background-color: #28a745
}
.sticker--warning {
	background-color: #ff9a0d
}
.sticker--info, .sticker--warning {
	height: 20px;
	min-width: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 12px;
	padding: 4px 8px;
	color: #fff
}
.sticker--info {
	background-color: #0962ba
}
.sticker--info-alt {
	background-color: #605b57
}
.sticker--info-alt, .sticker--unavailable {
	height: 20px;
	min-width: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 12px;
	padding: 4px 8px;
	color: #fff
}
.sticker--unavailable {
	background-color: #911a5b
}
.fm--status-flag {
	height: 20px;
	min-width: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 12px;
	padding: 4px 8px;
	background-color: #28a745;
	color: #fff
}
.file a:after {
	margin-left: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	font-family: Font Awesome\ 5 Free
}
.file--application-pdf a:after {
	content: "\F1C1"
}
.file--text a {
	content: "\F15C"
}
.file--x-office-document a:after {
	content: "\F1C2"
}
.break-grid {
	width: 100vw;
	position: relative;
left:calc((-100vw - -100%)/2)
}
.break-grid>.container {
	padding: 0 30px
}
.container-width__narrow {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 20px
}

@media (min-width:800px) {
.container-width__narrow {
	padding: 0
}
}

@media (min-width:800px) {
.swoosh-left {
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px
}
}

@media (min-width:800px) {
.swoosh-right {
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px
}
}
.fm-eyebrow {
	font-size: 18px;
    font-family: 'Glypha', serif;
	color: #96918c;
	margin-bottom: 8px
}
.fm-layout--masthead-one-col .fm-eyebrow {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto
}
.fm-tiny-body p, .fm-tiny-title, a.fm-tiny-body {
	display: block;
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px
}
.fm-tiny-title {
	line-height: 24px;
	margin-bottom: 1rem
}
.fm-button-column {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 4px
}

@media (min-width:800px) {
.fm-button-column {
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start
}
}
.fm-button-column .fm-btn.btn {
	margin-right: auto;
	margin-bottom: 8px
}

@media (min-width:800px) {
.fm-button-column .fm-btn.btn {
	margin-right: 8px
}
}
html {
	height: 100%
}
body {
	font-family: Source Sans Pro, sans-serif;
	font-weight: 400;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
	color: #121212;
	position: relative;
	text-rendering: optimizeLegibility!important
}
a, h1, h2, h3, h4, h5, h6, label, p {
	text-shadow: rgba(0,0,0,.01) 0 0 1px
}
h1, h2, h3, h4, li, p, span {
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important
}
ul {
	padding: 0
}
main {
	display: block;
	flex: 1 0 auto
}
hr {
	margin: 3rem 0;
	border: .5px solid hsla(0,0%,58%,.44)
}
footer {
	flex-shrink: 0
}
strong {
	font-weight: 700!important
}
.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}
.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}
.fa-xs {
	font-size: .75em
}
.fa-sm {
	font-size: .875em
}
.fa-1x {
	font-size: 1em
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-6x {
	font-size: 6em
}
.fa-7x {
	font-size: 7em
}
.fa-8x {
	font-size: 8em
}
.fa-9x {
	font-size: 9em
}
.fa-10x {
	font-size: 10em
}
.fa-fw {
	text-align: center;
	width: 1.25em
}
.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}
.fa-ul>li {
	position: relative
}
.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}
.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}
.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}
.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}
.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}
.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-500px:before {
	content: "\F26E"
}
.fa-accessible-icon:before {
	content: "\F368"
}
.fa-accusoft:before {
	content: "\F369"
}
.fa-acquisitions-incorporated:before {
	content: "\F6AF"
}
.fa-ad:before {
	content: "\F641"
}
.fa-address-book:before {
	content: "\F2B9"
}
.fa-address-card:before {
	content: "\F2BB"
}
.fa-adjust:before {
	content: "\F042"
}
.fa-adn:before {
	content: "\F170"
}
.fa-adversal:before {
	content: "\F36A"
}
.fa-affiliatetheme:before {
	content: "\F36B"
}
.fa-air-freshener:before {
	content: "\F5D0"
}
.fa-algolia:before {
	content: "\F36C"
}
.fa-align-center:before {
	content: "\F037"
}
.fa-align-justify:before {
	content: "\F039"
}
.fa-align-left:before {
	content: "\F036"
}
.fa-align-right:before {
	content: "\F038"
}
.fa-alipay:before {
	content: "\F642"
}
.fa-allergies:before {
	content: "\F461"
}
.fa-amazon:before {
	content: "\F270"
}
.fa-amazon-pay:before {
	content: "\F42C"
}
.fa-ambulance:before {
	content: "\F0F9"
}
.fa-american-sign-language-interpreting:before {
	content: "\F2A3"
}
.fa-amilia:before {
	content: "\F36D"
}
.fa-anchor:before {
	content: "\F13D"
}
.fa-android:before {
	content: "\F17B"
}
.fa-angellist:before {
	content: "\F209"
}
.fa-angle-double-down:before {
	content: "\F103"
}
.fa-angle-double-left:before {
	content: "\F100"
}
.fa-angle-double-right:before {
	content: "\F101"
}
.fa-angle-double-up:before {
	content: "\F102"
}
.fa-angle-down:before {
	content: "\F107"
}
.fa-angle-left:before {
	content: "\F104"
}
.fa-angle-right:before {
	content: "\F105"
}
.fa-angle-up:before {
	content: "\F106"
}
.fa-angry:before {
	content: "\F556"
}
.fa-angrycreative:before {
	content: "\F36E"
}
.fa-angular:before {
	content: "\F420"
}
.fa-ankh:before {
	content: "\F644"
}
.fa-app-store:before {
	content: "\F36F"
}
.fa-app-store-ios:before {
	content: "\F370"
}
.fa-apper:before {
	content: "\F371"
}
.fa-apple:before {
	content: "\F179"
}
.fa-apple-alt:before {
	content: "\F5D1"
}
.fa-apple-pay:before {
	content: "\F415"
}
.fa-archive:before {
	content: "\F187"
}
.fa-archway:before {
	content: "\F557"
}
.fa-arrow-alt-circle-down:before {
	content: "\F358"
}
.fa-arrow-alt-circle-left:before {
	content: "\F359"
}
.fa-arrow-alt-circle-right:before {
	content: "\F35A"
}
.fa-arrow-alt-circle-up:before {
	content: "\F35B"
}
.fa-arrow-circle-down:before {
	content: "\F0AB"
}
.fa-arrow-circle-left:before {
	content: "\F0A8"
}
.fa-arrow-circle-right:before {
	content: "\F0A9"
}
.fa-arrow-circle-up:before {
	content: "\F0AA"
}
.fa-arrow-down:before {
	content: "\F063"
}
.fa-arrow-left:before {
	content: "\F060"
}
.fa-arrow-right:before {
	content: "\F061"
}
.fa-arrow-up:before {
	content: "\F062"
}
.fa-arrows-alt:before {
	content: "\F0B2"
}
.fa-arrows-alt-h:before {
	content: "\F337"
}
.fa-arrows-alt-v:before {
	content: "\F338"
}
.fa-assistive-listening-systems:before {
	content: "\F2A2"
}
.fa-asterisk:before {
	content: "\F069"
}
.fa-asymmetrik:before {
	content: "\F372"
}
.fa-at:before {
	content: "\F1FA"
}
.fa-atlas:before {
	content: "\F558"
}
.fa-atom:before {
	content: "\F5D2"
}
.fa-audible:before {
	content: "\F373"
}
.fa-audio-description:before {
	content: "\F29E"
}
.fa-autoprefixer:before {
	content: "\F41C"
}
.fa-avianex:before {
	content: "\F374"
}
.fa-aviato:before {
	content: "\F421"
}
.fa-award:before {
	content: "\F559"
}
.fa-aws:before {
	content: "\F375"
}
.fa-backspace:before {
	content: "\F55A"
}
.fa-backward:before {
	content: "\F04A"
}
.fa-balance-scale:before {
	content: "\F24E"
}
.fa-ban:before {
	content: "\F05E"
}
.fa-band-aid:before {
	content: "\F462"
}
.fa-bandcamp:before {
	content: "\F2D5"
}
.fa-barcode:before {
	content: "\F02A"
}
.fa-bars:before {
	content: "\F0C9"
}
.fa-baseball-ball:before {
	content: "\F433"
}
.fa-basketball-ball:before {
	content: "\F434"
}
.fa-bath:before {
	content: "\F2CD"
}
.fa-battery-empty:before {
	content: "\F244"
}
.fa-battery-full:before {
	content: "\F240"
}
.fa-battery-half:before {
	content: "\F242"
}
.fa-battery-quarter:before {
	content: "\F243"
}
.fa-battery-three-quarters:before {
	content: "\F241"
}
.fa-bed:before {
	content: "\F236"
}
.fa-beer:before {
	content: "\F0FC"
}
.fa-behance:before {
	content: "\F1B4"
}
.fa-behance-square:before {
	content: "\F1B5"
}
.fa-bell:before {
	content: "\F0F3"
}
.fa-bell-slash:before {
	content: "\F1F6"
}
.fa-bezier-curve:before {
	content: "\F55B"
}
.fa-bible:before {
	content: "\F647"
}
.fa-bicycle:before {
	content: "\F206"
}
.fa-bimobject:before {
	content: "\F378"
}
.fa-binoculars:before {
	content: "\F1E5"
}
.fa-birthday-cake:before {
	content: "\F1FD"
}
.fa-bitbucket:before {
	content: "\F171"
}
.fa-bitcoin:before {
	content: "\F379"
}
.fa-bity:before {
	content: "\F37A"
}
.fa-black-tie:before {
	content: "\F27E"
}
.fa-blackberry:before {
	content: "\F37B"
}
.fa-blender:before {
	content: "\F517"
}
.fa-blender-phone:before {
	content: "\F6B6"
}
.fa-blind:before {
	content: "\F29D"
}
.fa-blogger:before {
	content: "\F37C"
}
.fa-blogger-b:before {
	content: "\F37D"
}
.fa-bluetooth:before {
	content: "\F293"
}
.fa-bluetooth-b:before {
	content: "\F294"
}
.fa-bold:before {
	content: "\F032"
}
.fa-bolt:before {
	content: "\F0E7"
}
.fa-bomb:before {
	content: "\F1E2"
}
.fa-bone:before {
	content: "\F5D7"
}
.fa-bong:before {
	content: "\F55C"
}
.fa-book:before {
	content: "\F02D"
}
.fa-book-dead:before {
	content: "\F6B7"
}
.fa-book-open:before {
	content: "\F518"
}
.fa-book-reader:before {
	content: "\F5DA"
}
.fa-bookmark:before {
	content: "\F02E"
}
.fa-bowling-ball:before {
	content: "\F436"
}
.fa-box:before {
	content: "\F466"
}
.fa-box-open:before {
	content: "\F49E"
}
.fa-boxes:before {
	content: "\F468"
}
.fa-braille:before {
	content: "\F2A1"
}
.fa-brain:before {
	content: "\F5DC"
}
.fa-briefcase:before {
	content: "\F0B1"
}
.fa-briefcase-medical:before {
	content: "\F469"
}
.fa-broadcast-tower:before {
	content: "\F519"
}
.fa-broom:before {
	content: "\F51A"
}
.fa-brush:before {
	content: "\F55D"
}
.fa-btc:before {
	content: "\F15A"
}
.fa-bug:before {
	content: "\F188"
}
.fa-building:before {
	content: "\F1AD"
}
.fa-bullhorn:before {
	content: "\F0A1"
}
.fa-bullseye:before {
	content: "\F140"
}
.fa-burn:before {
	content: "\F46A"
}
.fa-buromobelexperte:before {
	content: "\F37F"
}
.fa-bus:before {
	content: "\F207"
}
.fa-bus-alt:before {
	content: "\F55E"
}
.fa-business-time:before {
	content: "\F64A"
}
.fa-buysellads:before {
	content: "\F20D"
}
.fa-calculator:before {
	content: "\F1EC"
}
.fa-calendar:before {
	content: "\F133"
}
.fa-calendar-alt:before {
	content: "\F073"
}
.fa-calendar-check:before {
	content: "\F274"
}
.fa-calendar-minus:before {
	content: "\F272"
}
.fa-calendar-plus:before {
	content: "\F271"
}
.fa-calendar-times:before {
	content: "\F273"
}
.fa-camera:before {
	content: "\F030"
}
.fa-camera-retro:before {
	content: "\F083"
}
.fa-campground:before {
	content: "\F6BB"
}
.fa-cannabis:before {
	content: "\F55F"
}
.fa-capsules:before {
	content: "\F46B"
}
.fa-car:before {
	content: "\F1B9"
}
.fa-car-alt:before {
	content: "\F5DE"
}
.fa-car-battery:before {
	content: "\F5DF"
}
.fa-car-crash:before {
	content: "\F5E1"
}
.fa-car-side:before {
	content: "\F5E4"
}
.fa-caret-down:before {
	content: "\F0D7"
}
.fa-caret-left:before {
	content: "\F0D9"
}
.fa-caret-right:before {
	content: "\F0DA"
}
.fa-caret-square-down:before {
	content: "\F150"
}
.fa-caret-square-left:before {
	content: "\F191"
}
.fa-caret-square-right:before {
	content: "\F152"
}
.fa-caret-square-up:before {
	content: "\F151"
}
.fa-caret-up:before {
	content: "\F0D8"
}
.fa-cart-arrow-down:before {
	content: "\F218"
}
.fa-cart-plus:before {
	content: "\F217"
}
.fa-cat:before {
	content: "\F6BE"
}
.fa-cc-amazon-pay:before {
	content: "\F42D"
}
.fa-cc-amex:before {
	content: "\F1F3"
}
.fa-cc-apple-pay:before {
	content: "\F416"
}
.fa-cc-diners-club:before {
	content: "\F24C"
}
.fa-cc-discover:before {
	content: "\F1F2"
}
.fa-cc-jcb:before {
	content: "\F24B"
}
.fa-cc-mastercard:before {
	content: "\F1F1"
}
.fa-cc-paypal:before {
	content: "\F1F4"
}
.fa-cc-stripe:before {
	content: "\F1F5"
}
.fa-cc-visa:before {
	content: "\F1F0"
}
.fa-centercode:before {
	content: "\F380"
}
.fa-certificate:before {
	content: "\F0A3"
}
.fa-chair:before {
	content: "\F6C0"
}
.fa-chalkboard:before {
	content: "\F51B"
}
.fa-chalkboard-teacher:before {
	content: "\F51C"
}
.fa-charging-station:before {
	content: "\F5E7"
}
.fa-chart-area:before {
	content: "\F1FE"
}
.fa-chart-bar:before {
	content: "\F080"
}
.fa-chart-line:before {
	content: "\F201"
}
.fa-chart-pie:before {
	content: "\F200"
}
.fa-check:before {
	content: "\F00C"
}
.fa-check-circle:before {
	content: "\F058"
}
.fa-check-double:before {
	content: "\F560"
}
.fa-check-square:before {
	content: "\F14A"
}
.fa-chess:before {
	content: "\F439"
}
.fa-chess-bishop:before {
	content: "\F43A"
}
.fa-chess-board:before {
	content: "\F43C"
}
.fa-chess-king:before {
	content: "\F43F"
}
.fa-chess-knight:before {
	content: "\F441"
}
.fa-chess-pawn:before {
	content: "\F443"
}
.fa-chess-queen:before {
	content: "\F445"
}
.fa-chess-rook:before {
	content: "\F447"
}
.fa-chevron-circle-down:before {
	content: "\F13A"
}
.fa-chevron-circle-left:before {
	content: "\F137"
}
.fa-chevron-circle-right:before {
	content: "\F138"
}
.fa-chevron-circle-up:before {
	content: "\F139"
}
.fa-chevron-down:before {
	content: "\F078"
}
.fa-chevron-left:before {
	content: "\F053"
}
.fa-chevron-right:before {
	content: "\F054"
}
.fa-chevron-up:before {
	content: "\F077"
}
.fa-child:before {
	content: "\F1AE"
}
.fa-chrome:before {
	content: "\F268"
}
.fa-church:before {
	content: "\F51D"
}
.fa-circle:before {
	content: "\F111"
}
.fa-circle-notch:before {
	content: "\F1CE"
}
.fa-city:before {
	content: "\F64F"
}
.fa-clipboard:before {
	content: "\F328"
}
.fa-clipboard-check:before {
	content: "\F46C"
}
.fa-clipboard-list:before {
	content: "\F46D"
}
.fa-clock:before {
	content: "\F017"
}
.fa-clone:before {
	content: "\F24D"
}
.fa-closed-captioning:before {
	content: "\F20A"
}
.fa-cloud:before {
	content: "\F0C2"
}
.fa-cloud-download-alt:before {
	content: "\F381"
}
.fa-cloud-moon:before {
	content: "\F6C3"
}
.fa-cloud-sun:before {
	content: "\F6C4"
}
.fa-cloud-upload-alt:before {
	content: "\F382"
}
.fa-cloudscale:before {
	content: "\F383"
}
.fa-cloudsmith:before {
	content: "\F384"
}
.fa-cloudversify:before {
	content: "\F385"
}
.fa-cocktail:before {
	content: "\F561"
}
.fa-code:before {
	content: "\F121"
}
.fa-code-branch:before {
	content: "\F126"
}
.fa-codepen:before {
	content: "\F1CB"
}
.fa-codiepie:before {
	content: "\F284"
}
.fa-coffee:before {
	content: "\F0F4"
}
.fa-cog:before {
	content: "\F013"
}
.fa-cogs:before {
	content: "\F085"
}
.fa-coins:before {
	content: "\F51E"
}
.fa-columns:before {
	content: "\F0DB"
}
.fa-comment:before {
	content: "\F075"
}
.fa-comment-alt:before {
	content: "\F27A"
}
.fa-comment-dollar:before {
	content: "\F651"
}
.fa-comment-dots:before {
	content: "\F4AD"
}
.fa-comment-slash:before {
	content: "\F4B3"
}
.fa-comments:before {
	content: "\F086"
}
.fa-comments-dollar:before {
	content: "\F653"
}
.fa-compact-disc:before {
	content: "\F51F"
}
.fa-compass:before {
	content: "\F14E"
}
.fa-compress:before {
	content: "\F066"
}
.fa-concierge-bell:before {
	content: "\F562"
}
.fa-connectdevelop:before {
	content: "\F20E"
}
.fa-contao:before {
	content: "\F26D"
}
.fa-cookie:before {
	content: "\F563"
}
.fa-cookie-bite:before {
	content: "\F564"
}
.fa-copy:before {
	content: "\F0C5"
}
.fa-copyright:before {
	content: "\F1F9"
}
.fa-couch:before {
	content: "\F4B8"
}
.fa-cpanel:before {
	content: "\F388"
}
.fa-creative-commons:before {
	content: "\F25E"
}
.fa-creative-commons-by:before {
	content: "\F4E7"
}
.fa-creative-commons-nc:before {
	content: "\F4E8"
}
.fa-creative-commons-nc-eu:before {
	content: "\F4E9"
}
.fa-creative-commons-nc-jp:before {
	content: "\F4EA"
}
.fa-creative-commons-nd:before {
	content: "\F4EB"
}
.fa-creative-commons-pd:before {
	content: "\F4EC"
}
.fa-creative-commons-pd-alt:before {
	content: "\F4ED"
}
.fa-creative-commons-remix:before {
	content: "\F4EE"
}
.fa-creative-commons-sa:before {
	content: "\F4EF"
}
.fa-creative-commons-sampling:before {
	content: "\F4F0"
}
.fa-creative-commons-sampling-plus:before {
	content: "\F4F1"
}
.fa-creative-commons-share:before {
	content: "\F4F2"
}
.fa-creative-commons-zero:before {
	content: "\F4F3"
}
.fa-credit-card:before {
	content: "\F09D"
}
.fa-critical-role:before {
	content: "\F6C9"
}
.fa-crop:before {
	content: "\F125"
}
.fa-crop-alt:before {
	content: "\F565"
}
.fa-cross:before {
	content: "\F654"
}
.fa-crosshairs:before {
	content: "\F05B"
}
.fa-crow:before {
	content: "\F520"
}
.fa-crown:before {
	content: "\F521"
}
.fa-css3:before {
	content: "\F13C"
}
.fa-css3-alt:before {
	content: "\F38B"
}
.fa-cube:before {
	content: "\F1B2"
}
.fa-cubes:before {
	content: "\F1B3"
}
.fa-cut:before {
	content: "\F0C4"
}
.fa-cuttlefish:before {
	content: "\F38C"
}
.fa-d-and-d:before {
	content: "\F38D"
}
.fa-dashcube:before {
	content: "\F210"
}
.fa-database:before {
	content: "\F1C0"
}
.fa-deaf:before {
	content: "\F2A4"
}
.fa-delicious:before {
	content: "\F1A5"
}
.fa-deploydog:before {
	content: "\F38E"
}
.fa-deskpro:before {
	content: "\F38F"
}
.fa-desktop:before {
	content: "\F108"
}
.fa-dev:before {
	content: "\F6CC"
}
.fa-deviantart:before {
	content: "\F1BD"
}
.fa-dharmachakra:before {
	content: "\F655"
}
.fa-diagnoses:before {
	content: "\F470"
}
.fa-dice:before {
	content: "\F522"
}
.fa-dice-d20:before {
	content: "\F6CF"
}
.fa-dice-d6:before {
	content: "\F6D1"
}
.fa-dice-five:before {
	content: "\F523"
}
.fa-dice-four:before {
	content: "\F524"
}
.fa-dice-one:before {
	content: "\F525"
}
.fa-dice-six:before {
	content: "\F526"
}
.fa-dice-three:before {
	content: "\F527"
}
.fa-dice-two:before {
	content: "\F528"
}
.fa-digg:before {
	content: "\F1A6"
}
.fa-digital-ocean:before {
	content: "\F391"
}
.fa-digital-tachograph:before {
	content: "\F566"
}
.fa-directions:before {
	content: "\F5EB"
}
.fa-discord:before {
	content: "\F392"
}
.fa-discourse:before {
	content: "\F393"
}
.fa-divide:before {
	content: "\F529"
}
.fa-dizzy:before {
	content: "\F567"
}
.fa-dna:before {
	content: "\F471"
}
.fa-dochub:before {
	content: "\F394"
}
.fa-docker:before {
	content: "\F395"
}
.fa-dog:before {
	content: "\F6D3"
}
.fa-dollar-sign:before {
	content: "\F155"
}
.fa-dolly:before {
	content: "\F472"
}
.fa-dolly-flatbed:before {
	content: "\F474"
}
.fa-donate:before {
	content: "\F4B9"
}
.fa-door-closed:before {
	content: "\F52A"
}
.fa-door-open:before {
	content: "\F52B"
}
.fa-dot-circle:before {
	content: "\F192"
}
.fa-dove:before {
	content: "\F4BA"
}
.fa-download:before {
	content: "\F019"
}
.fa-draft2digital:before {
	content: "\F396"
}
.fa-drafting-compass:before {
	content: "\F568"
}
.fa-dragon:before {
	content: "\F6D5"
}
.fa-draw-polygon:before {
	content: "\F5EE"
}
.fa-dribbble:before {
	content: "\F17D"
}
.fa-dribbble-square:before {
	content: "\F397"
}
.fa-dropbox:before {
	content: "\F16B"
}
.fa-drum:before {
	content: "\F569"
}
.fa-drum-steelpan:before {
	content: "\F56A"
}
.fa-drumstick-bite:before {
	content: "\F6D7"
}
.fa-drupal:before {
	content: "\F1A9"
}
.fa-dumbbell:before {
	content: "\F44B"
}
.fa-dungeon:before {
	content: "\F6D9"
}
.fa-dyalog:before {
	content: "\F399"
}
.fa-earlybirds:before {
	content: "\F39A"
}
.fa-ebay:before {
	content: "\F4F4"
}
.fa-edge:before {
	content: "\F282"
}
.fa-edit:before {
	content: "\F044"
}
.fa-eject:before {
	content: "\F052"
}
.fa-elementor:before {
	content: "\F430"
}
.fa-ellipsis-h:before {
	content: "\F141"
}
.fa-ellipsis-v:before {
	content: "\F142"
}
.fa-ello:before {
	content: "\F5F1"
}
.fa-ember:before {
	content: "\F423"
}
.fa-empire:before {
	content: "\F1D1"
}
.fa-envelope:before {
	content: "\F0E0"
}
.fa-envelope-open:before {
	content: "\F2B6"
}
.fa-envelope-open-text:before {
	content: "\F658"
}
.fa-envelope-square:before {
	content: "\F199"
}
.fa-envira:before {
	content: "\F299"
}
.fa-equals:before {
	content: "\F52C"
}
.fa-eraser:before {
	content: "\F12D"
}
.fa-erlang:before {
	content: "\F39D"
}
.fa-ethereum:before {
	content: "\F42E"
}
.fa-etsy:before {
	content: "\F2D7"
}
.fa-euro-sign:before {
	content: "\F153"
}
.fa-exchange-alt:before {
	content: "\F362"
}
.fa-exclamation:before {
	content: "\F12A"
}
.fa-exclamation-circle:before {
	content: "\F06A"
}
.fa-exclamation-triangle:before {
	content: "\F071"
}
.fa-expand:before {
	content: "\F065"
}
.fa-expand-arrows-alt:before {
	content: "\F31E"
}
.fa-expeditedssl:before {
	content: "\F23E"
}
.fa-external-link-alt:before {
	content: "\F35D"
}
.fa-external-link-square-alt:before {
	content: "\F360"
}
.fa-eye:before {
	content: "\F06E"
}
.fa-eye-dropper:before {
	content: "\F1FB"
}
.fa-eye-slash:before {
	content: "\F070"
}
.fa-facebook:before {
	content: "\F09A"
}
.fa-facebook-f:before {
	content: "\F39E"
}
.fa-facebook-messenger:before {
	content: "\F39F"
}
.fa-facebook-square:before {
	content: "\F082"
}
.fa-fantasy-flight-games:before {
	content: "\F6DC"
}
.fa-fast-backward:before {
	content: "\F049"
}
.fa-fast-forward:before {
	content: "\F050"
}
.fa-fax:before {
	content: "\F1AC"
}
.fa-feather:before {
	content: "\F52D"
}
.fa-feather-alt:before {
	content: "\F56B"
}
.fa-female:before {
	content: "\F182"
}
.fa-fighter-jet:before {
	content: "\F0FB"
}
.fa-file:before {
	content: "\F15B"
}
.fa-file-alt:before {
	content: "\F15C"
}
.fa-file-archive:before {
	content: "\F1C6"
}
.fa-file-audio:before {
	content: "\F1C7"
}
.fa-file-code:before {
	content: "\F1C9"
}
.fa-file-contract:before {
	content: "\F56C"
}
.fa-file-csv:before {
	content: "\F6DD"
}
.fa-file-download:before {
	content: "\F56D"
}
.fa-file-excel:before {
	content: "\F1C3"
}
.fa-file-export:before {
	content: "\F56E"
}
.fa-file-image:before {
	content: "\F1C5"
}
.fa-file-import:before {
	content: "\F56F"
}
.fa-file-invoice:before {
	content: "\F570"
}
.fa-file-invoice-dollar:before {
	content: "\F571"
}
.fa-file-medical:before {
	content: "\F477"
}
.fa-file-medical-alt:before {
	content: "\F478"
}
.fa-file-pdf:before {
	content: "\F1C1"
}
.fa-file-powerpoint:before {
	content: "\F1C4"
}
.fa-file-prescription:before {
	content: "\F572"
}
.fa-file-signature:before {
	content: "\F573"
}
.fa-file-upload:before {
	content: "\F574"
}
.fa-file-video:before {
	content: "\F1C8"
}
.fa-file-word:before {
	content: "\F1C2"
}
.fa-fill:before {
	content: "\F575"
}
.fa-fill-drip:before {
	content: "\F576"
}
.fa-film:before {
	content: "\F008"
}
.fa-filter:before {
	content: "\F0B0"
}
.fa-fingerprint:before {
	content: "\F577"
}
.fa-fire:before {
	content: "\F06D"
}
.fa-fire-extinguisher:before {
	content: "\F134"
}
.fa-firefox:before {
	content: "\F269"
}
.fa-first-aid:before {
	content: "\F479"
}
.fa-first-order:before {
	content: "\F2B0"
}
.fa-first-order-alt:before {
	content: "\F50A"
}
.fa-firstdraft:before {
	content: "\F3A1"
}
.fa-fish:before {
	content: "\F578"
}
.fa-fist-raised:before {
	content: "\F6DE"
}
.fa-flag:before {
	content: "\F024"
}
.fa-flag-checkered:before {
	content: "\F11E"
}
.fa-flask:before {
	content: "\F0C3"
}
.fa-flickr:before {
	content: "\F16E"
}
.fa-flipboard:before {
	content: "\F44D"
}
.fa-flushed:before {
	content: "\F579"
}
.fa-fly:before {
	content: "\F417"
}
.fa-folder:before {
	content: "\F07B"
}
.fa-folder-minus:before {
	content: "\F65D"
}
.fa-folder-open:before {
	content: "\F07C"
}
.fa-folder-plus:before {
	content: "\F65E"
}
.fa-font:before {
	content: "\F031"
}
.fa-font-awesome:before {
	content: "\F2B4"
}
.fa-font-awesome-alt:before {
	content: "\F35C"
}
.fa-font-awesome-flag:before {
	content: "\F425"
}
.fa-font-awesome-logo-full:before {
	content: "\F4E6"
}
.fa-fonticons:before {
	content: "\F280"
}
.fa-fonticons-fi:before {
	content: "\F3A2"
}
.fa-football-ball:before {
	content: "\F44E"
}
.fa-fort-awesome:before {
	content: "\F286"
}
.fa-fort-awesome-alt:before {
	content: "\F3A3"
}
.fa-forumbee:before {
	content: "\F211"
}
.fa-forward:before {
	content: "\F04E"
}
.fa-foursquare:before {
	content: "\F180"
}
.fa-free-code-camp:before {
	content: "\F2C5"
}
.fa-freebsd:before {
	content: "\F3A4"
}
.fa-frog:before {
	content: "\F52E"
}
.fa-frown:before {
	content: "\F119"
}
.fa-frown-open:before {
	content: "\F57A"
}
.fa-fulcrum:before {
	content: "\F50B"
}
.fa-funnel-dollar:before {
	content: "\F662"
}
.fa-futbol:before {
	content: "\F1E3"
}
.fa-galactic-republic:before {
	content: "\F50C"
}
.fa-galactic-senate:before {
	content: "\F50D"
}
.fa-gamepad:before {
	content: "\F11B"
}
.fa-gas-pump:before {
	content: "\F52F"
}
.fa-gavel:before {
	content: "\F0E3"
}
.fa-gem:before {
	content: "\F3A5"
}
.fa-genderless:before {
	content: "\F22D"
}
.fa-get-pocket:before {
	content: "\F265"
}
.fa-gg:before {
	content: "\F260"
}
.fa-gg-circle:before {
	content: "\F261"
}
.fa-ghost:before {
	content: "\F6E2"
}
.fa-gift:before {
	content: "\F06B"
}
.fa-git:before {
	content: "\F1D3"
}
.fa-git-square:before {
	content: "\F1D2"
}
.fa-github:before {
	content: "\F09B"
}
.fa-github-alt:before {
	content: "\F113"
}
.fa-github-square:before {
	content: "\F092"
}
.fa-gitkraken:before {
	content: "\F3A6"
}
.fa-gitlab:before {
	content: "\F296"
}
.fa-gitter:before {
	content: "\F426"
}
.fa-glass-martini:before {
	content: "\F000"
}
.fa-glass-martini-alt:before {
	content: "\F57B"
}
.fa-glasses:before {
	content: "\F530"
}
.fa-glide:before {
	content: "\F2A5"
}
.fa-glide-g:before {
	content: "\F2A6"
}
.fa-globe:before {
	content: "\F0AC"
}
.fa-globe-africa:before {
	content: "\F57C"
}
.fa-globe-americas:before {
	content: "\F57D"
}
.fa-globe-asia:before {
	content: "\F57E"
}
.fa-gofore:before {
	content: "\F3A7"
}
.fa-golf-ball:before {
	content: "\F450"
}
.fa-goodreads:before {
	content: "\F3A8"
}
.fa-goodreads-g:before {
	content: "\F3A9"
}
.fa-google:before {
	content: "\F1A0"
}
.fa-google-drive:before {
	content: "\F3AA"
}
.fa-google-play:before {
	content: "\F3AB"
}
.fa-google-plus:before {
	content: "\F2B3"
}
.fa-google-plus-g:before {
	content: "\F0D5"
}
.fa-google-plus-square:before {
	content: "\F0D4"
}
.fa-google-wallet:before {
	content: "\F1EE"
}
.fa-gopuram:before {
	content: "\F664"
}
.fa-graduation-cap:before {
	content: "\F19D"
}
.fa-gratipay:before {
	content: "\F184"
}
.fa-grav:before {
	content: "\F2D6"
}
.fa-greater-than:before {
	content: "\F531"
}
.fa-greater-than-equal:before {
	content: "\F532"
}
.fa-grimace:before {
	content: "\F57F"
}
.fa-grin:before {
	content: "\F580"
}
.fa-grin-alt:before {
	content: "\F581"
}
.fa-grin-beam:before {
	content: "\F582"
}
.fa-grin-beam-sweat:before {
	content: "\F583"
}
.fa-grin-hearts:before {
	content: "\F584"
}
.fa-grin-squint:before {
	content: "\F585"
}
.fa-grin-squint-tears:before {
	content: "\F586"
}
.fa-grin-stars:before {
	content: "\F587"
}
.fa-grin-tears:before {
	content: "\F588"
}
.fa-grin-tongue:before {
	content: "\F589"
}
.fa-grin-tongue-squint:before {
	content: "\F58A"
}
.fa-grin-tongue-wink:before {
	content: "\F58B"
}
.fa-grin-wink:before {
	content: "\F58C"
}
.fa-grip-horizontal:before {
	content: "\F58D"
}
.fa-grip-vertical:before {
	content: "\F58E"
}
.fa-gripfire:before {
	content: "\F3AC"
}
.fa-grunt:before {
	content: "\F3AD"
}
.fa-gulp:before {
	content: "\F3AE"
}
.fa-h-square:before {
	content: "\F0FD"
}
.fa-hacker-news:before {
	content: "\F1D4"
}
.fa-hacker-news-square:before {
	content: "\F3AF"
}
.fa-hackerrank:before {
	content: "\F5F7"
}
.fa-hammer:before {
	content: "\F6E3"
}
.fa-hamsa:before {
	content: "\F665"
}
.fa-hand-holding:before {
	content: "\F4BD"
}
.fa-hand-holding-heart:before {
	content: "\F4BE"
}
.fa-hand-holding-usd:before {
	content: "\F4C0"
}
.fa-hand-lizard:before {
	content: "\F258"
}
.fa-hand-paper:before {
	content: "\F256"
}
.fa-hand-peace:before {
	content: "\F25B"
}
.fa-hand-point-down:before {
	content: "\F0A7"
}
.fa-hand-point-left:before {
	content: "\F0A5"
}
.fa-hand-point-right:before {
	content: "\F0A4"
}
.fa-hand-point-up:before {
	content: "\F0A6"
}
.fa-hand-pointer:before {
	content: "\F25A"
}
.fa-hand-rock:before {
	content: "\F255"
}
.fa-hand-scissors:before {
	content: "\F257"
}
.fa-hand-spock:before {
	content: "\F259"
}
.fa-hands:before {
	content: "\F4C2"
}
.fa-hands-helping:before {
	content: "\F4C4"
}
.fa-handshake:before {
	content: "\F2B5"
}
.fa-hanukiah:before {
	content: "\F6E6"
}
.fa-hashtag:before {
	content: "\F292"
}
.fa-hat-wizard:before {
	content: "\F6E8"
}
.fa-haykal:before {
	content: "\F666"
}
.fa-hdd:before {
	content: "\F0A0"
}
.fa-heading:before {
	content: "\F1DC"
}
.fa-headphones:before {
	content: "\F025"
}
.fa-headphones-alt:before {
	content: "\F58F"
}
.fa-headset:before {
	content: "\F590"
}
.fa-heart:before {
	content: "\F004"
}
.fa-heartbeat:before {
	content: "\F21E"
}
.fa-helicopter:before {
	content: "\F533"
}
.fa-highlighter:before {
	content: "\F591"
}
.fa-hiking:before {
	content: "\F6EC"
}
.fa-hippo:before {
	content: "\F6ED"
}
.fa-hips:before {
	content: "\F452"
}
.fa-hire-a-helper:before {
	content: "\F3B0"
}
.fa-history:before {
	content: "\F1DA"
}
.fa-hockey-puck:before {
	content: "\F453"
}
.fa-home:before {
	content: "\F015"
}
.fa-hooli:before {
	content: "\F427"
}
.fa-hornbill:before {
	content: "\F592"
}
.fa-horse:before {
	content: "\F6F0"
}
.fa-hospital:before {
	content: "\F0F8"
}
.fa-hospital-alt:before {
	content: "\F47D"
}
.fa-hospital-symbol:before {
	content: "\F47E"
}
.fa-hot-tub:before {
	content: "\F593"
}
.fa-hotel:before {
	content: "\F594"
}
.fa-hotjar:before {
	content: "\F3B1"
}
.fa-hourglass:before {
	content: "\F254"
}
.fa-hourglass-end:before {
	content: "\F253"
}
.fa-hourglass-half:before {
	content: "\F252"
}
.fa-hourglass-start:before {
	content: "\F251"
}
.fa-house-damage:before {
	content: "\F6F1"
}
.fa-houzz:before {
	content: "\F27C"
}
.fa-hryvnia:before {
	content: "\F6F2"
}
.fa-html5:before {
	content: "\F13B"
}
.fa-hubspot:before {
	content: "\F3B2"
}
.fa-i-cursor:before {
	content: "\F246"
}
.fa-id-badge:before {
	content: "\F2C1"
}
.fa-id-card:before {
	content: "\F2C2"
}
.fa-id-card-alt:before {
	content: "\F47F"
}
.fa-image:before {
	content: "\F03E"
}
.fa-images:before {
	content: "\F302"
}
.fa-imdb:before {
	content: "\F2D8"
}
.fa-inbox:before {
	content: "\F01C"
}
.fa-indent:before {
	content: "\F03C"
}
.fa-industry:before {
	content: "\F275"
}
.fa-infinity:before {
	content: "\F534"
}
.fa-info:before {
	content: "\F129"
}
.fa-info-circle:before {
	content: "\F05A"
}
.fa-instagram:before {
	content: "\F16D"
}
.fa-internet-explorer:before {
	content: "\F26B"
}
.fa-ioxhost:before {
	content: "\F208"
}
.fa-italic:before {
	content: "\F033"
}
.fa-itunes:before {
	content: "\F3B4"
}
.fa-itunes-note:before {
	content: "\F3B5"
}
.fa-java:before {
	content: "\F4E4"
}
.fa-jedi:before {
	content: "\F669"
}
.fa-jedi-order:before {
	content: "\F50E"
}
.fa-jenkins:before {
	content: "\F3B6"
}
.fa-joget:before {
	content: "\F3B7"
}
.fa-joint:before {
	content: "\F595"
}
.fa-joomla:before {
	content: "\F1AA"
}
.fa-journal-whills:before {
	content: "\F66A"
}
.fa-js:before {
	content: "\F3B8"
}
.fa-js-square:before {
	content: "\F3B9"
}
.fa-jsfiddle:before {
	content: "\F1CC"
}
.fa-kaaba:before {
	content: "\F66B"
}
.fa-kaggle:before {
	content: "\F5FA"
}
.fa-key:before {
	content: "\F084"
}
.fa-keybase:before {
	content: "\F4F5"
}
.fa-keyboard:before {
	content: "\F11C"
}
.fa-keycdn:before {
	content: "\F3BA"
}
.fa-khanda:before {
	content: "\F66D"
}
.fa-kickstarter:before {
	content: "\F3BB"
}
.fa-kickstarter-k:before {
	content: "\F3BC"
}
.fa-kiss:before {
	content: "\F596"
}
.fa-kiss-beam:before {
	content: "\F597"
}
.fa-kiss-wink-heart:before {
	content: "\F598"
}
.fa-kiwi-bird:before {
	content: "\F535"
}
.fa-korvue:before {
	content: "\F42F"
}
.fa-landmark:before {
	content: "\F66F"
}
.fa-language:before {
	content: "\F1AB"
}
.fa-laptop:before {
	content: "\F109"
}
.fa-laptop-code:before {
	content: "\F5FC"
}
.fa-laravel:before {
	content: "\F3BD"
}
.fa-lastfm:before {
	content: "\F202"
}
.fa-lastfm-square:before {
	content: "\F203"
}
.fa-laugh:before {
	content: "\F599"
}
.fa-laugh-beam:before {
	content: "\F59A"
}
.fa-laugh-squint:before {
	content: "\F59B"
}
.fa-laugh-wink:before {
	content: "\F59C"
}
.fa-layer-group:before {
	content: "\F5FD"
}
.fa-leaf:before {
	content: "\F06C"
}
.fa-leanpub:before {
	content: "\F212"
}
.fa-lemon:before {
	content: "\F094"
}
.fa-less:before {
	content: "\F41D"
}
.fa-less-than:before {
	content: "\F536"
}
.fa-less-than-equal:before {
	content: "\F537"
}
.fa-level-down-alt:before {
	content: "\F3BE"
}
.fa-level-up-alt:before {
	content: "\F3BF"
}
.fa-life-ring:before {
	content: "\F1CD"
}
.fa-lightbulb:before {
	content: "\F0EB"
}
.fa-line:before {
	content: "\F3C0"
}
.fa-link:before {
	content: "\F0C1"
}
.fa-linkedin:before {
	content: "\F08C"
}
.fa-linkedin-in:before {
	content: "\F0E1"
}
.fa-linode:before {
	content: "\F2B8"
}
.fa-linux:before {
	content: "\F17C"
}
.fa-lira-sign:before {
	content: "\F195"
}
.fa-list:before {
	content: "\F03A"
}
.fa-list-alt:before {
	content: "\F022"
}
.fa-list-ol:before {
	content: "\F0CB"
}
.fa-list-ul:before {
	content: "\F0CA"
}
.fa-location-arrow:before {
	content: "\F124"
}
.fa-lock:before {
	content: "\F023"
}
.fa-lock-open:before {
	content: "\F3C1"
}
.fa-long-arrow-alt-down:before {
	content: "\F309"
}
.fa-long-arrow-alt-left:before {
	content: "\F30A"
}
.fa-long-arrow-alt-right:before {
	content: "\F30B"
}
.fa-long-arrow-alt-up:before {
	content: "\F30C"
}
.fa-low-vision:before {
	content: "\F2A8"
}
.fa-luggage-cart:before {
	content: "\F59D"
}
.fa-lyft:before {
	content: "\F3C3"
}
.fa-magento:before {
	content: "\F3C4"
}
.fa-magic:before {
	content: "\F0D0"
}
.fa-magnet:before {
	content: "\F076"
}
.fa-mail-bulk:before {
	content: "\F674"
}
.fa-mailchimp:before {
	content: "\F59E"
}
.fa-male:before {
	content: "\F183"
}
.fa-mandalorian:before {
	content: "\F50F"
}
.fa-map:before {
	content: "\F279"
}
.fa-map-marked:before {
	content: "\F59F"
}
.fa-map-marked-alt:before {
	content: "\F5A0"
}
.fa-map-marker:before {
	content: "\F041"
}
.fa-map-marker-alt:before {
	content: "\F3C5"
}
.fa-map-pin:before {
	content: "\F276"
}
.fa-map-signs:before {
	content: "\F277"
}
.fa-markdown:before {
	content: "\F60F"
}
.fa-marker:before {
	content: "\F5A1"
}
.fa-mars:before {
	content: "\F222"
}
.fa-mars-double:before {
	content: "\F227"
}
.fa-mars-stroke:before {
	content: "\F229"
}
.fa-mars-stroke-h:before {
	content: "\F22B"
}
.fa-mars-stroke-v:before {
	content: "\F22A"
}
.fa-mask:before {
	content: "\F6FA"
}
.fa-mastodon:before {
	content: "\F4F6"
}
.fa-maxcdn:before {
	content: "\F136"
}
.fa-medal:before {
	content: "\F5A2"
}
.fa-medapps:before {
	content: "\F3C6"
}
.fa-medium:before {
	content: "\F23A"
}
.fa-medium-m:before {
	content: "\F3C7"
}
.fa-medkit:before {
	content: "\F0FA"
}
.fa-medrt:before {
	content: "\F3C8"
}
.fa-meetup:before {
	content: "\F2E0"
}
.fa-megaport:before {
	content: "\F5A3"
}
.fa-meh:before {
	content: "\F11A"
}
.fa-meh-blank:before {
	content: "\F5A4"
}
.fa-meh-rolling-eyes:before {
	content: "\F5A5"
}
.fa-memory:before {
	content: "\F538"
}
.fa-menorah:before {
	content: "\F676"
}
.fa-mercury:before {
	content: "\F223"
}
.fa-microchip:before {
	content: "\F2DB"
}
.fa-microphone:before {
	content: "\F130"
}
.fa-microphone-alt:before {
	content: "\F3C9"
}
.fa-microphone-alt-slash:before {
	content: "\F539"
}
.fa-microphone-slash:before {
	content: "\F131"
}
.fa-microscope:before {
	content: "\F610"
}
.fa-microsoft:before {
	content: "\F3CA"
}
.fa-minus:before {
	content: "\F068"
}
.fa-minus-circle:before {
	content: "\F056"
}
.fa-minus-square:before {
	content: "\F146"
}
.fa-mix:before {
	content: "\F3CB"
}
.fa-mixcloud:before {
	content: "\F289"
}
.fa-mizuni:before {
	content: "\F3CC"
}
.fa-mobile:before {
	content: "\F10B"
}
.fa-mobile-alt:before {
	content: "\F3CD"
}
.fa-modx:before {
	content: "\F285"
}
.fa-monero:before {
	content: "\F3D0"
}
.fa-money-bill:before {
	content: "\F0D6"
}
.fa-money-bill-alt:before {
	content: "\F3D1"
}
.fa-money-bill-wave:before {
	content: "\F53A"
}
.fa-money-bill-wave-alt:before {
	content: "\F53B"
}
.fa-money-check:before {
	content: "\F53C"
}
.fa-money-check-alt:before {
	content: "\F53D"
}
.fa-monument:before {
	content: "\F5A6"
}
.fa-moon:before {
	content: "\F186"
}
.fa-mortar-pestle:before {
	content: "\F5A7"
}
.fa-mosque:before {
	content: "\F678"
}
.fa-motorcycle:before {
	content: "\F21C"
}
.fa-mountain:before {
	content: "\F6FC"
}
.fa-mouse-pointer:before {
	content: "\F245"
}
.fa-music:before {
	content: "\F001"
}
.fa-napster:before {
	content: "\F3D2"
}
.fa-neos:before {
	content: "\F612"
}
.fa-network-wired:before {
	content: "\F6FF"
}
.fa-neuter:before {
	content: "\F22C"
}
.fa-newspaper:before {
	content: "\F1EA"
}
.fa-nimblr:before {
	content: "\F5A8"
}
.fa-nintendo-switch:before {
	content: "\F418"
}
.fa-node:before {
	content: "\F419"
}
.fa-node-js:before {
	content: "\F3D3"
}
.fa-not-equal:before {
	content: "\F53E"
}
.fa-notes-medical:before {
	content: "\F481"
}
.fa-npm:before {
	content: "\F3D4"
}
.fa-ns8:before {
	content: "\F3D5"
}
.fa-nutritionix:before {
	content: "\F3D6"
}
.fa-object-group:before {
	content: "\F247"
}
.fa-object-ungroup:before {
	content: "\F248"
}
.fa-odnoklassniki:before {
	content: "\F263"
}
.fa-odnoklassniki-square:before {
	content: "\F264"
}
.fa-oil-can:before {
	content: "\F613"
}
.fa-old-republic:before {
	content: "\F510"
}
.fa-om:before {
	content: "\F679"
}
.fa-opencart:before {
	content: "\F23D"
}
.fa-openid:before {
	content: "\F19B"
}
.fa-opera:before {
	content: "\F26A"
}
.fa-optin-monster:before {
	content: "\F23C"
}
.fa-osi:before {
	content: "\F41A"
}
.fa-otter:before {
	content: "\F700"
}
.fa-outdent:before {
	content: "\F03B"
}
.fa-page4:before {
	content: "\F3D7"
}
.fa-pagelines:before {
	content: "\F18C"
}
.fa-paint-brush:before {
	content: "\F1FC"
}
.fa-paint-roller:before {
	content: "\F5AA"
}
.fa-palette:before {
	content: "\F53F"
}
.fa-palfed:before {
	content: "\F3D8"
}
.fa-pallet:before {
	content: "\F482"
}
.fa-paper-plane:before {
	content: "\F1D8"
}
.fa-paperclip:before {
	content: "\F0C6"
}
.fa-parachute-box:before {
	content: "\F4CD"
}
.fa-paragraph:before {
	content: "\F1DD"
}
.fa-parking:before {
	content: "\F540"
}
.fa-passport:before {
	content: "\F5AB"
}
.fa-pastafarianism:before {
	content: "\F67B"
}
.fa-paste:before {
	content: "\F0EA"
}
.fa-patreon:before {
	content: "\F3D9"
}
.fa-pause:before {
	content: "\F04C"
}
.fa-pause-circle:before {
	content: "\F28B"
}
.fa-paw:before {
	content: "\F1B0"
}
.fa-paypal:before {
	content: "\F1ED"
}
.fa-peace:before {
	content: "\F67C"
}
.fa-pen:before {
	content: "\F304"
}
.fa-pen-alt:before {
	content: "\F305"
}
.fa-pen-fancy:before {
	content: "\F5AC"
}
.fa-pen-nib:before {
	content: "\F5AD"
}
.fa-pen-square:before {
	content: "\F14B"
}
.fa-pencil-alt:before {
	content: "\F303"
}
.fa-pencil-ruler:before {
	content: "\F5AE"
}
.fa-penny-arcade:before {
	content: "\F704"
}
.fa-people-carry:before {
	content: "\F4CE"
}
.fa-percent:before {
	content: "\F295"
}
.fa-percentage:before {
	content: "\F541"
}
.fa-periscope:before {
	content: "\F3DA"
}
.fa-phabricator:before {
	content: "\F3DB"
}
.fa-phoenix-framework:before {
	content: "\F3DC"
}
.fa-phoenix-squadron:before {
	content: "\F511"
}
.fa-phone:before {
	content: "\F095"
}
.fa-phone-slash:before {
	content: "\F3DD"
}
.fa-phone-square:before {
	content: "\F098"
}
.fa-phone-volume:before {
	content: "\F2A0"
}
.fa-php:before {
	content: "\F457"
}
.fa-pied-piper:before {
	content: "\F2AE"
}
.fa-pied-piper-alt:before {
	content: "\F1A8"
}
.fa-pied-piper-hat:before {
	content: "\F4E5"
}
.fa-pied-piper-pp:before {
	content: "\F1A7"
}
.fa-piggy-bank:before {
	content: "\F4D3"
}
.fa-pills:before {
	content: "\F484"
}
.fa-pinterest:before {
	content: "\F0D2"
}
.fa-pinterest-p:before {
	content: "\F231"
}
.fa-pinterest-square:before {
	content: "\F0D3"
}
.fa-place-of-worship:before {
	content: "\F67F"
}
.fa-plane:before {
	content: "\F072"
}
.fa-plane-arrival:before {
	content: "\F5AF"
}
.fa-plane-departure:before {
	content: "\F5B0"
}
.fa-play:before {
	content: "\F04B"
}
.fa-play-circle:before {
	content: "\F144"
}
.fa-playstation:before {
	content: "\F3DF"
}
.fa-plug:before {
	content: "\F1E6"
}
.fa-plus:before {
	content: "\F067"
}
.fa-plus-circle:before {
	content: "\F055"
}
.fa-plus-square:before {
	content: "\F0FE"
}
.fa-podcast:before {
	content: "\F2CE"
}
.fa-poll:before {
	content: "\F681"
}
.fa-poll-h:before {
	content: "\F682"
}
.fa-poo:before {
	content: "\F2FE"
}
.fa-poop:before {
	content: "\F619"
}
.fa-portrait:before {
	content: "\F3E0"
}
.fa-pound-sign:before {
	content: "\F154"
}
.fa-power-off:before {
	content: "\F011"
}
.fa-pray:before {
	content: "\F683"
}
.fa-praying-hands:before {
	content: "\F684"
}
.fa-prescription:before {
	content: "\F5B1"
}
.fa-prescription-bottle:before {
	content: "\F485"
}
.fa-prescription-bottle-alt:before {
	content: "\F486"
}
.fa-print:before {
	content: "\F02F"
}
.fa-procedures:before {
	content: "\F487"
}
.fa-product-hunt:before {
	content: "\F288"
}
.fa-project-diagram:before {
	content: "\F542"
}
.fa-pushed:before {
	content: "\F3E1"
}
.fa-puzzle-piece:before {
	content: "\F12E"
}
.fa-python:before {
	content: "\F3E2"
}
.fa-qq:before {
	content: "\F1D6"
}
.fa-qrcode:before {
	content: "\F029"
}
.fa-question:before {
	content: "\F128"
}
.fa-question-circle:before {
	content: "\F059"
}
.fa-quidditch:before {
	content: "\F458"
}
.fa-quinscape:before {
	content: "\F459"
}
.fa-quora:before {
	content: "\F2C4"
}
.fa-quote-left:before {
	content: "\F10D"
}
.fa-quote-right:before {
	content: "\F10E"
}
.fa-quran:before {
	content: "\F687"
}
.fa-r-project:before {
	content: "\F4F7"
}
.fa-random:before {
	content: "\F074"
}
.fa-ravelry:before {
	content: "\F2D9"
}
.fa-react:before {
	content: "\F41B"
}
.fa-readme:before {
	content: "\F4D5"
}
.fa-rebel:before {
	content: "\F1D0"
}
.fa-receipt:before {
	content: "\F543"
}
.fa-recycle:before {
	content: "\F1B8"
}
.fa-red-river:before {
	content: "\F3E3"
}
.fa-reddit:before {
	content: "\F1A1"
}
.fa-reddit-alien:before {
	content: "\F281"
}
.fa-reddit-square:before {
	content: "\F1A2"
}
.fa-redo:before {
	content: "\F01E"
}
.fa-redo-alt:before {
	content: "\F2F9"
}
.fa-registered:before {
	content: "\F25D"
}
.fa-rendact:before {
	content: "\F3E4"
}
.fa-renren:before {
	content: "\F18B"
}
.fa-reply:before {
	content: "\F3E5"
}
.fa-reply-all:before {
	content: "\F122"
}
.fa-replyd:before {
	content: "\F3E6"
}
.fa-researchgate:before {
	content: "\F4F8"
}
.fa-resolving:before {
	content: "\F3E7"
}
.fa-retweet:before {
	content: "\F079"
}
.fa-rev:before {
	content: "\F5B2"
}
.fa-ribbon:before {
	content: "\F4D6"
}
.fa-ring:before {
	content: "\F70B"
}
.fa-road:before {
	content: "\F018"
}
.fa-robot:before {
	content: "\F544"
}
.fa-rocket:before {
	content: "\F135"
}
.fa-rocketchat:before {
	content: "\F3E8"
}
.fa-rockrms:before {
	content: "\F3E9"
}
.fa-route:before {
	content: "\F4D7"
}
.fa-rss:before {
	content: "\F09E"
}
.fa-rss-square:before {
	content: "\F143"
}
.fa-ruble-sign:before {
	content: "\F158"
}
.fa-ruler:before {
	content: "\F545"
}
.fa-ruler-combined:before {
	content: "\F546"
}
.fa-ruler-horizontal:before {
	content: "\F547"
}
.fa-ruler-vertical:before {
	content: "\F548"
}
.fa-running:before {
	content: "\F70C"
}
.fa-rupee-sign:before {
	content: "\F156"
}
.fa-sad-cry:before {
	content: "\F5B3"
}
.fa-sad-tear:before {
	content: "\F5B4"
}
.fa-safari:before {
	content: "\F267"
}
.fa-sass:before {
	content: "\F41E"
}
.fa-save:before {
	content: "\F0C7"
}
.fa-schlix:before {
	content: "\F3EA"
}
.fa-school:before {
	content: "\F549"
}
.fa-screwdriver:before {
	content: "\F54A"
}
.fa-scribd:before {
	content: "\F28A"
}
.fa-scroll:before {
	content: "\F70E"
}
.fa-search:before {
	content: "\F002"
}
.fa-search-dollar:before {
	content: "\F688"
}
.fa-search-location:before {
	content: "\F689"
}
.fa-search-minus:before {
	content: "\F010"
}
.fa-search-plus:before {
	content: "\F00E"
}
.fa-searchengin:before {
	content: "\F3EB"
}
.fa-seedling:before {
	content: "\F4D8"
}
.fa-sellcast:before {
	content: "\F2DA"
}
.fa-sellsy:before {
	content: "\F213"
}
.fa-server:before {
	content: "\F233"
}
.fa-servicestack:before {
	content: "\F3EC"
}
.fa-shapes:before {
	content: "\F61F"
}
.fa-share:before {
	content: "\F064"
}
.fa-share-alt:before {
	content: "\F1E0"
}
.fa-share-alt-square:before {
	content: "\F1E1"
}
.fa-share-square:before {
	content: "\F14D"
}
.fa-shekel-sign:before {
	content: "\F20B"
}
.fa-shield-alt:before {
	content: "\F3ED"
}
.fa-ship:before {
	content: "\F21A"
}
.fa-shipping-fast:before {
	content: "\F48B"
}
.fa-shirtsinbulk:before {
	content: "\F214"
}
.fa-shoe-prints:before {
	content: "\F54B"
}
.fa-shopping-bag:before {
	content: "\F290"
}
.fa-shopping-basket:before {
	content: "\F291"
}
.fa-shopping-cart:before {
	content: "\F07A"
}
.fa-shopware:before {
	content: "\F5B5"
}
.fa-shower:before {
	content: "\F2CC"
}
.fa-shuttle-van:before {
	content: "\F5B6"
}
.fa-sign:before {
	content: "\F4D9"
}
.fa-sign-in-alt:before {
	content: "\F2F6"
}
.fa-sign-language:before {
	content: "\F2A7"
}
.fa-sign-out-alt:before {
	content: "\F2F5"
}
.fa-signal:before {
	content: "\F012"
}
.fa-signature:before {
	content: "\F5B7"
}
.fa-simplybuilt:before {
	content: "\F215"
}
.fa-sistrix:before {
	content: "\F3EE"
}
.fa-sitemap:before {
	content: "\F0E8"
}
.fa-sith:before {
	content: "\F512"
}
.fa-skull:before {
	content: "\F54C"
}
.fa-skull-crossbones:before {
	content: "\F714"
}
.fa-skyatlas:before {
	content: "\F216"
}
.fa-skype:before {
	content: "\F17E"
}
.fa-slack:before {
	content: "\F198"
}
.fa-slack-hash:before {
	content: "\F3EF"
}
.fa-slash:before {
	content: "\F715"
}
.fa-sliders-h:before {
	content: "\F1DE"
}
.fa-slideshare:before {
	content: "\F1E7"
}
.fa-smile:before {
	content: "\F118"
}
.fa-smile-beam:before {
	content: "\F5B8"
}
.fa-smile-wink:before {
	content: "\F4DA"
}
.fa-smoking:before {
	content: "\F48D"
}
.fa-smoking-ban:before {
	content: "\F54D"
}
.fa-snapchat:before {
	content: "\F2AB"
}
.fa-snapchat-ghost:before {
	content: "\F2AC"
}
.fa-snapchat-square:before {
	content: "\F2AD"
}
.fa-snowflake:before {
	content: "\F2DC"
}
.fa-socks:before {
	content: "\F696"
}
.fa-solar-panel:before {
	content: "\F5BA"
}
.fa-sort:before {
	content: "\F0DC"
}
.fa-sort-alpha-down:before {
	content: "\F15D"
}
.fa-sort-alpha-up:before {
	content: "\F15E"
}
.fa-sort-amount-down:before {
	content: "\F160"
}
.fa-sort-amount-up:before {
	content: "\F161"
}
.fa-sort-down:before {
	content: "\F0DD"
}
.fa-sort-numeric-down:before {
	content: "\F162"
}
.fa-sort-numeric-up:before {
	content: "\F163"
}
.fa-sort-up:before {
	content: "\F0DE"
}
.fa-soundcloud:before {
	content: "\F1BE"
}
.fa-spa:before {
	content: "\F5BB"
}
.fa-space-shuttle:before {
	content: "\F197"
}
.fa-speakap:before {
	content: "\F3F3"
}
.fa-spider:before {
	content: "\F717"
}
.fa-spinner:before {
	content: "\F110"
}
.fa-splotch:before {
	content: "\F5BC"
}
.fa-spotify:before {
	content: "\F1BC"
}
.fa-spray-can:before {
	content: "\F5BD"
}
.fa-square:before {
	content: "\F0C8"
}
.fa-square-full:before {
	content: "\F45C"
}
.fa-square-root-alt:before {
	content: "\F698"
}
.fa-squarespace:before {
	content: "\F5BE"
}
.fa-stack-exchange:before {
	content: "\F18D"
}
.fa-stack-overflow:before {
	content: "\F16C"
}
.fa-stamp:before {
	content: "\F5BF"
}
.fa-star:before {
	content: "\F005"
}
.fa-star-and-crescent:before {
	content: "\F699"
}
.fa-star-half:before {
	content: "\F089"
}
.fa-star-half-alt:before {
	content: "\F5C0"
}
.fa-star-of-david:before {
	content: "\F69A"
}
.fa-star-of-life:before {
	content: "\F621"
}
.fa-staylinked:before {
	content: "\F3F5"
}
.fa-steam:before {
	content: "\F1B6"
}
.fa-steam-square:before {
	content: "\F1B7"
}
.fa-steam-symbol:before {
	content: "\F3F6"
}
.fa-step-backward:before {
	content: "\F048"
}
.fa-step-forward:before {
	content: "\F051"
}
.fa-stethoscope:before {
	content: "\F0F1"
}
.fa-sticker-mule:before {
	content: "\F3F7"
}
.fa-sticky-note:before {
	content: "\F249"
}
.fa-stop:before {
	content: "\F04D"
}
.fa-stop-circle:before {
	content: "\F28D"
}
.fa-stopwatch:before {
	content: "\F2F2"
}
.fa-store:before {
	content: "\F54E"
}
.fa-store-alt:before {
	content: "\F54F"
}
.fa-strava:before {
	content: "\F428"
}
.fa-stream:before {
	content: "\F550"
}
.fa-street-view:before {
	content: "\F21D"
}
.fa-strikethrough:before {
	content: "\F0CC"
}
.fa-stripe:before {
	content: "\F429"
}
.fa-stripe-s:before {
	content: "\F42A"
}
.fa-stroopwafel:before {
	content: "\F551"
}
.fa-studiovinari:before {
	content: "\F3F8"
}
.fa-stumbleupon:before {
	content: "\F1A4"
}
.fa-stumbleupon-circle:before {
	content: "\F1A3"
}
.fa-subscript:before {
	content: "\F12C"
}
.fa-subway:before {
	content: "\F239"
}
.fa-suitcase:before {
	content: "\F0F2"
}
.fa-suitcase-rolling:before {
	content: "\F5C1"
}
.fa-sun:before {
	content: "\F185"
}
.fa-superpowers:before {
	content: "\F2DD"
}
.fa-superscript:before {
	content: "\F12B"
}
.fa-supple:before {
	content: "\F3F9"
}
.fa-surprise:before {
	content: "\F5C2"
}
.fa-swatchbook:before {
	content: "\F5C3"
}
.fa-swimmer:before {
	content: "\F5C4"
}
.fa-swimming-pool:before {
	content: "\F5C5"
}
.fa-synagogue:before {
	content: "\F69B"
}
.fa-sync:before {
	content: "\F021"
}
.fa-sync-alt:before {
	content: "\F2F1"
}
.fa-syringe:before {
	content: "\F48E"
}
.fa-table:before {
	content: "\F0CE"
}
.fa-table-tennis:before {
	content: "\F45D"
}
.fa-tablet:before {
	content: "\F10A"
}
.fa-tablet-alt:before {
	content: "\F3FA"
}
.fa-tablets:before {
	content: "\F490"
}
.fa-tachometer-alt:before {
	content: "\F3FD"
}
.fa-tag:before {
	content: "\F02B"
}
.fa-tags:before {
	content: "\F02C"
}
.fa-tape:before {
	content: "\F4DB"
}
.fa-tasks:before {
	content: "\F0AE"
}
.fa-taxi:before {
	content: "\F1BA"
}
.fa-teamspeak:before {
	content: "\F4F9"
}
.fa-teeth:before {
	content: "\F62E"
}
.fa-teeth-open:before {
	content: "\F62F"
}
.fa-telegram:before {
	content: "\F2C6"
}
.fa-telegram-plane:before {
	content: "\F3FE"
}
.fa-tencent-weibo:before {
	content: "\F1D5"
}
.fa-terminal:before {
	content: "\F120"
}
.fa-text-height:before {
	content: "\F034"
}
.fa-text-width:before {
	content: "\F035"
}
.fa-th:before {
	content: "\F00A"
}
.fa-th-large:before {
	content: "\F009"
}
.fa-th-list:before {
	content: "\F00B"
}
.fa-the-red-yeti:before {
	content: "\F69D"
}
.fa-theater-masks:before {
	content: "\F630"
}
.fa-themeco:before {
	content: "\F5C6"
}
.fa-themeisle:before {
	content: "\F2B2"
}
.fa-thermometer:before {
	content: "\F491"
}
.fa-thermometer-empty:before {
	content: "\F2CB"
}
.fa-thermometer-full:before {
	content: "\F2C7"
}
.fa-thermometer-half:before {
	content: "\F2C9"
}
.fa-thermometer-quarter:before {
	content: "\F2CA"
}
.fa-thermometer-three-quarters:before {
	content: "\F2C8"
}
.fa-thumbs-down:before {
	content: "\F165"
}
.fa-thumbs-up:before {
	content: "\F164"
}
.fa-thumbtack:before {
	content: "\F08D"
}
.fa-ticket-alt:before {
	content: "\F3FF"
}
.fa-times:before {
	content: "\F00D"
}
.fa-times-circle:before {
	content: "\F057"
}
.fa-tint:before {
	content: "\F043"
}
.fa-tint-slash:before {
	content: "\F5C7"
}
.fa-tired:before {
	content: "\F5C8"
}
.fa-toggle-off:before {
	content: "\F204"
}
.fa-toggle-on:before {
	content: "\F205"
}
.fa-toilet-paper:before {
	content: "\F71E"
}
.fa-toolbox:before {
	content: "\F552"
}
.fa-tooth:before {
	content: "\F5C9"
}
.fa-torah:before {
	content: "\F6A0"
}
.fa-torii-gate:before {
	content: "\F6A1"
}
.fa-tractor:before {
	content: "\F722"
}
.fa-trade-federation:before {
	content: "\F513"
}
.fa-trademark:before {
	content: "\F25C"
}
.fa-traffic-light:before {
	content: "\F637"
}
.fa-train:before {
	content: "\F238"
}
.fa-transgender:before {
	content: "\F224"
}
.fa-transgender-alt:before {
	content: "\F225"
}
.fa-trash:before {
	content: "\F1F8"
}
.fa-trash-alt:before {
	content: "\F2ED"
}
.fa-tree:before {
	content: "\F1BB"
}
.fa-trello:before {
	content: "\F181"
}
.fa-tripadvisor:before {
	content: "\F262"
}
.fa-trophy:before {
	content: "\F091"
}
.fa-truck:before {
	content: "\F0D1"
}
.fa-truck-loading:before {
	content: "\F4DE"
}
.fa-truck-monster:before {
	content: "\F63B"
}
.fa-truck-moving:before {
	content: "\F4DF"
}
.fa-truck-pickup:before {
	content: "\F63C"
}
.fa-tshirt:before {
	content: "\F553"
}
.fa-tty:before {
	content: "\F1E4"
}
.fa-tumblr:before {
	content: "\F173"
}
.fa-tumblr-square:before {
	content: "\F174"
}
.fa-tv:before {
	content: "\F26C"
}
.fa-twitch:before {
	content: "\F1E8"
}
.fa-twitter:before {
	content: "\F099"
}
.fa-twitter-square:before {
	content: "\F081"
}
.fa-typo3:before {
	content: "\F42B"
}
.fa-uber:before {
	content: "\F402"
}
.fa-uikit:before {
	content: "\F403"
}
.fa-umbrella:before {
	content: "\F0E9"
}
.fa-umbrella-beach:before {
	content: "\F5CA"
}
.fa-underline:before {
	content: "\F0CD"
}
.fa-undo:before {
	content: "\F0E2"
}
.fa-undo-alt:before {
	content: "\F2EA"
}
.fa-uniregistry:before {
	content: "\F404"
}
.fa-universal-access:before {
	content: "\F29A"
}
.fa-university:before {
	content: "\F19C"
}
.fa-unlink:before {
	content: "\F127"
}
.fa-unlock:before {
	content: "\F09C"
}
.fa-unlock-alt:before {
	content: "\F13E"
}
.fa-untappd:before {
	content: "\F405"
}
.fa-upload:before {
	content: "\F093"
}
.fa-usb:before {
	content: "\F287"
}
.fa-user:before {
	content: "\F007"
}
.fa-user-alt:before {
	content: "\F406"
}
.fa-user-alt-slash:before {
	content: "\F4FA"
}
.fa-user-astronaut:before {
	content: "\F4FB"
}
.fa-user-check:before {
	content: "\F4FC"
}
.fa-user-circle:before {
	content: "\F2BD"
}
.fa-user-clock:before {
	content: "\F4FD"
}
.fa-user-cog:before {
	content: "\F4FE"
}
.fa-user-edit:before {
	content: "\F4FF"
}
.fa-user-friends:before {
	content: "\F500"
}
.fa-user-graduate:before {
	content: "\F501"
}
.fa-user-injured:before {
	content: "\F728"
}
.fa-user-lock:before {
	content: "\F502"
}
.fa-user-md:before {
	content: "\F0F0"
}
.fa-user-minus:before {
	content: "\F503"
}
.fa-user-ninja:before {
	content: "\F504"
}
.fa-user-plus:before {
	content: "\F234"
}
.fa-user-secret:before {
	content: "\F21B"
}
.fa-user-shield:before {
	content: "\F505"
}
.fa-user-slash:before {
	content: "\F506"
}
.fa-user-tag:before {
	content: "\F507"
}
.fa-user-tie:before {
	content: "\F508"
}
.fa-user-times:before {
	content: "\F235"
}
.fa-users:before {
	content: "\F0C0"
}
.fa-users-cog:before {
	content: "\F509"
}
.fa-ussunnah:before {
	content: "\F407"
}
.fa-utensil-spoon:before {
	content: "\F2E5"
}
.fa-utensils:before {
	content: "\F2E7"
}
.fa-vaadin:before {
	content: "\F408"
}
.fa-vector-square:before {
	content: "\F5CB"
}
.fa-venus:before {
	content: "\F221"
}
.fa-venus-double:before {
	content: "\F226"
}
.fa-venus-mars:before {
	content: "\F228"
}
.fa-viacoin:before {
	content: "\F237"
}
.fa-viadeo:before {
	content: "\F2A9"
}
.fa-viadeo-square:before {
	content: "\F2AA"
}
.fa-vial:before {
	content: "\F492"
}
.fa-vials:before {
	content: "\F493"
}
.fa-viber:before {
	content: "\F409"
}
.fa-video:before {
	content: "\F03D"
}
.fa-video-slash:before {
	content: "\F4E2"
}
.fa-vihara:before {
	content: "\F6A7"
}
.fa-vimeo:before {
	content: "\F40A"
}
.fa-vimeo-square:before {
	content: "\F194"
}
.fa-vimeo-v:before {
	content: "\F27D"
}
.fa-vine:before {
	content: "\F1CA"
}
.fa-vk:before {
	content: "\F189"
}
.fa-vnv:before {
	content: "\F40B"
}
.fa-volleyball-ball:before {
	content: "\F45F"
}
.fa-volume-down:before {
	content: "\F027"
}
.fa-volume-mute:before {
	content: "\F6A9"
}
.fa-volume-off:before {
	content: "\F026"
}
.fa-volume-up:before {
	content: "\F028"
}
.fa-vuejs:before {
	content: "\F41F"
}
.fa-walking:before {
	content: "\F554"
}
.fa-wallet:before {
	content: "\F555"
}
.fa-warehouse:before {
	content: "\F494"
}
.fa-weebly:before {
	content: "\F5CC"
}
.fa-weibo:before {
	content: "\F18A"
}
.fa-weight:before {
	content: "\F496"
}
.fa-weight-hanging:before {
	content: "\F5CD"
}
.fa-weixin:before {
	content: "\F1D7"
}
.fa-whatsapp:before {
	content: "\F232"
}
.fa-whatsapp-square:before {
	content: "\F40C"
}
.fa-wheelchair:before {
	content: "\F193"
}
.fa-whmcs:before {
	content: "\F40D"
}
.fa-wifi:before {
	content: "\F1EB"
}
.fa-wikipedia-w:before {
	content: "\F266"
}
.fa-wind:before {
	content: "\F72E"
}
.fa-window-close:before {
	content: "\F410"
}
.fa-window-maximize:before {
	content: "\F2D0"
}
.fa-window-minimize:before {
	content: "\F2D1"
}
.fa-window-restore:before {
	content: "\F2D2"
}
.fa-windows:before {
	content: "\F17A"
}
.fa-wine-bottle:before {
	content: "\F72F"
}
.fa-wine-glass:before {
	content: "\F4E3"
}
.fa-wine-glass-alt:before {
	content: "\F5CE"
}
.fa-wix:before {
	content: "\F5CF"
}
.fa-wizards-of-the-coast:before {
	content: "\F730"
}
.fa-wolf-pack-battalion:before {
	content: "\F514"
}
.fa-won-sign:before {
	content: "\F159"
}
.fa-wordpress:before {
	content: "\F19A"
}
.fa-wordpress-simple:before {
	content: "\F411"
}
.fa-wpbeginner:before {
	content: "\F297"
}
.fa-wpexplorer:before {
	content: "\F2DE"
}
.fa-wpforms:before {
	content: "\F298"
}
.fa-wrench:before {
	content: "\F0AD"
}
.fa-x-ray:before {
	content: "\F497"
}
.fa-xbox:before {
	content: "\F412"
}
.fa-xing:before {
	content: "\F168"
}
.fa-xing-square:before {
	content: "\F169"
}
.fa-y-combinator:before {
	content: "\F23B"
}
.fa-yahoo:before {
	content: "\F19E"
}
.fa-yandex:before {
	content: "\F413"
}
.fa-yandex-international:before {
	content: "\F414"
}
.fa-yelp:before {
	content: "\F1E9"
}
.fa-yen-sign:before {
	content: "\F157"
}
.fa-yin-yang:before {
	content: "\F6AD"
}
.fa-yoast:before {
	content: "\F2B1"
}
.fa-youtube:before {
	content: "\F167"
}
.fa-youtube-square:before {
	content: "\F431"
}
.fa-zhihu:before {
	content: "\F63F"
}
.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
	src: url(/themes/custom/particle/dist/app-drupal-sf/assets/./fonts/fa-solid-900.eot);
	src: url(/themes/custom/particle/dist/app-drupal-sf/assets/./fonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(/themes/custom/particle/dist/app-drupal-sf/assets/./fonts/fa-solid-900.woff2) format("woff2"), url(/themes/custom/particle/dist/app-drupal-sf/assets/./fonts/fa-solid-900.woff) format("woff"), url(/themes/custom/particle/dist/app-drupal-sf/assets/./fonts/fa-solid-900.ttf) format("truetype"), url(/themes/custom/particle/dist/app-drupal-sf/assets/./fa-solid-900.svg?1d220cf9da36861171fa90d3c164f4d3=#fontawesome) format("svg")
}
.fa, .fas {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900
}
@font-face {
	font-family: Font Awesome\ 5 Brands;
	font-style: normal;
	font-weight: 400;
	src: url(/themes/custom/particle/dist/app-drupal-sf/assets/./fonts/fa-brands-400.eot);
	src: url(/themes/custom/particle/dist/app-drupal-sf/assets/./fonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(/themes/custom/particle/dist/app-drupal-sf/assets/./fonts/fa-brands-400.woff2) format("woff2"), url(/themes/custom/particle/dist/app-drupal-sf/assets/./fonts/fa-brands-400.woff) format("woff"), url(/themes/custom/particle/dist/app-drupal-sf/assets/./fonts/fa-brands-400.ttf) format("truetype"), url(/themes/custom/particle/dist/app-drupal-sf/assets/./fa-brands-400.svg?c862e94cbef741d18838774587e3c49d=#fontawesome) format("svg")
}
.fab {
	font-family: Font Awesome\ 5 Brands
}
.color-trigger--orange {
	background-color: #c55422
}
.color-trigger--yellow {
	background-color: #ffb400
}
.color-trigger--magenta {
	background-color: #911a5b
}
.color-trigger--teal {
	background-color: #238196
}
.color-trigger--gray {
	background-color: #f8f8f7
}
.color-trigger--blue {
	background-color: #085280
}
.color-trigger--green {
	background-color: #2c6937
}
.color-trigger--white {
	background-color: #fff
}
.color-transparent-gradient--orange {
	background: linear-gradient(90deg, transparent, #c55422)
}
.color-transparent-gradient--yellow {
	background: linear-gradient(90deg, transparent, #ffb400)
}
.color-transparent-gradient--magenta {
	background: linear-gradient(90deg, transparent, #911a5b)
}
.color-transparent-gradient--teal {
	background: linear-gradient(90deg, transparent, #238196)
}
.color-transparent-gradient--gray {
	background: linear-gradient(90deg, transparent, #f8f8f7)
}
.color-transparent-gradient--blue {
	background: linear-gradient(90deg, transparent, #085280)
}
.color-transparent-gradient--green {
	background: linear-gradient(90deg, transparent, #2c6937)
}
.color-transparent-gradient--white {
	background: linear-gradient(90deg, transparent, #fff)
}
.fm-alert {
	background: #fff2a1;
	padding: 16px 12px 12px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	margin: 0 0 24px
}
.fm-alert--teaser {
	padding-bottom: 16px
}
.fm-alert__icon {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 12px
}

@media (min-width:800px) {
.fm-alert__icon {
	margin-right: 20px
}
}
.fm-alert__copy {
	color: #121212;
	font-size: 16px;
	font-weight: 400;
	margin: 0
}
.author-info__wrapper {
	padding-top: 28px
}
.badge__container {
	position: relative
}
.badge__container a {
	font-size: 16px
}
.badge__item {
	border-radius: 50%;
	height: 18px;
	padding: 0 6px;
	margin: 0;
	font-size: 12px;
	box-shadow: 0 2px 4px rgba(18,18,18,.2);
	text-align: center;
	color: #fff
}
.badge__default {
	background: #fff;
	color: #0962ba
}
.badge__danger {
	background: #ad2323
}
.badge__success {
	background: #28a745
}
.badge__warning {
	background: #ff9a0d
}
.badge__info {
	background: #0962ba
}
.badge__muted {
	background: #605b57
}
.badge__position--right {
	display: flex;
	align-items: center
}
.badge__position--right .badge__item {
	display: inline-block;
	margin-left: 8px
}
.badge__position--top {
	display: inline-block
}
.badge__position--top .badge__item {
	-webkit-transform: translateY(-16px);
	transform: translateY(-16px);
	position: absolute;
	right: 0
}
.banner {
	position: relative;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.banner__copy {
	position: relative;
	padding: 0 0 0 32px;
	width: 95%
}
.banner__copy:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	font-family: Font Awesome\ 5 Free;
	font-size: 24px;
	position: absolute;
	left: 0
}
.banner__copy a {
	font-weight: 700
}
.banner__copy a, .banner__copy a:hover {
	text-decoration: underline
}
.banner__headline {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	margin: 0 0 4px
}
.banner__teaser {
	font-size: 16px;
	list-style: none
}
.banner__teaser p {
	font-size: 16px;
	margin: 0
}
.banner__close {
	margin: 0;
	font-size: 24px;
	line-height: 1;
	cursor: pointer
}
.banner__close:hover {
	opacity: .6
}
.banner button {
	background-color: transparent;
	color: #fff;
	border: none
}
.banner--error {
	background: #ad2323;
	color: #fff
}
.banner--error .banner__headline {
	color: #fff
}
.banner--error .banner__copy:before {
	content: "\F05E"
}
.banner--error a {
	color: #fff
}
.banner--warning {
	background: #ff9a0d;
	color: #121212
}
.banner--warning .banner__headline {
	color: #121212
}
.banner--warning .banner__copy:before {
	content: "\F071"
}
.banner--warning a {
	color: #121212
}
.banner--info {
	background: #28a745;
	color: #fff
}
.banner--info .banner__headline {
	color: #fff
}
.banner--info .banner__copy:before {
	content: "\F058"
}
.banner--info a {
	color: #fff
}
.img-fluid, .img-thumbnail {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}
.figure {
	display: inline-block
}
.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}

@media (min-width:1120px) {
.navbar__logo--mobile {
	display: none
}
}

@media (max-width:1119.98px) {
.navbar__logo--desktop {
	display: none
}
}
.fm-breadcrumb {
	padding: 60px 12px 12px 0;
	margin-bottom: 0;
	background: transparent;
	max-width: 1316px;
    margin: 0px auto;
}

@media (min-width:800px) {
.fm-breadcrumb {
}
}
.fm-breadcrumb__item, .fm-breadcrumb__item a {
	font-size: 16px;
	color: #121212
}

@media (min-width:800px) {
.fm-breadcrumb__item, .fm-breadcrumb__item a {
	color: #fff
}
}
.fm-breadcrumb .active, .fm-breadcrumb .breadcrumb-item.active {
	color: #121212;
	font-weight: 700
}

@media (min-width:800px) {
.fm-breadcrumb .active, .fm-breadcrumb .breadcrumb-item.active {
	color: #fff
}
}
.fm-breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: 8px
}
.fm-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	padding-right: 8px;
	color: #121212
}

@media (min-width:800px) {
.fm-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	color: #fff
}
}
.fm-btn.btn {
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: 0
}
.fm-btn.btn, .fm-btn.btn:focus {
	box-shadow: 0 2px 4px #cbc8c3
}
.fm-btn.btn .fa {
	font-size: 16px
}
.fm-btn.btn-pill {
	color: #121212;
	font-size: 16px;
	line-height: 1.6;
	display: inline-flex;
	align-items: center;
	align-self: center;
	height: 55px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 25px;
	text-decoration: none;
	padding: 0 20px;
	transition: all .3s
}

@media (min-width:800px) {
.fm-btn.btn-pill {
	font-size: 18px
}
}
.style-alternate .fm-btn.btn-pill {
	color: #fff
}
.fm-btn.btn-pill .fa {
	font-size: 16px
}
.fm-btn.btn--link {
	font-size: 18px;
	font-weight: 400;
	color: #0c77ba;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center
}
.fm-btn.btn--icon-only {
	width: 36px;
	height: 36px
}
.fm-btn.btn-sm {
	min-width: 54px;
	height: 27px;
	padding: 0 4px;
	font-size: 14px
}
.fm-btn.btn-md {
	min-width: 76px;
	height: 36px;
	padding: 0 16px;
	font-size: 16px
}
.fm-btn.btn-lg {
	min-width: 115px;
	height: 52px;
	padding: 0 28px;
	font-size: 18px
}
.fm-btn.btn-block {
	min-width: 383px;
	height: 48px;
	padding: 0 20px;
	font-size: 18px
}
.fm-btn.btn-transparent {
	background: transparent;
	color: #fff;
	border: 1px solid #fff
}
.fm-btn.btn-transparent:hover {
	background: #fff;
	color: #0c77ba
}
.fm-btn.btn-transparent:hover:after {
	color: #0c77ba
}
.fm-btn.btn-white {
	background: #fff;
	color: #0c77ba;
	border: 1px solid #0c77ba
}
.fm-btn.btn-white:hover {
	background: #0c77ba;
	color: #fff
}
.fm-btn.btn-white:hover:after {
	color: #fff
}
.fm-btn.btn-dark {
	background: #0c77ba;
	color: #fff
}
.fm-btn.btn-dark a {
	color: #fff
}
.fm-btn.btn-dark:hover {
	background: #0c77ba;
	color: #fff
}
.fm-btn.btn-dark:hover:after {
	color: #fff
}
.fm-btn.btn-split {
	border-top-right-radius: unset;
	border-bottom-right-radius: unset
}
.fm-btn.btn.dropdown-toggle:after {
	margin-bottom: 2px;
	vertical-align: unset
}
.fm-btn.btn.dropdown-toggle.btn--icon-only {
	min-width: 55px;
	padding: 0
}
.fm-btn.btn.dropdown-toggle-split {
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
	height: 36px;
	margin-left: -2px;
	border-left: 1px solid #f1f1ef
}
.button-colors-demo, .button-sizes-demo, .button-types-demo {
	display: flex
}
.button-colors-demo .button-item, .button-sizes-demo .button-item, .button-types-demo .button-item {
	margin: 0 24px 16px
}
.button-sizes-demo .button {
	background: transparent;
	border: 1px solid #cbc8c3
}
.button-demo {
	padding: 0 24px;
	margin-bottom: 40px
}
.fm-cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 645px;
	padding: 28px 0
}

@media (min-width:800px) {
.fm-cta {
	padding: 80px 0
}
}
.fm-cta .icon {
	display: block;
	width: 83px;
	height: 68px;
	margin-bottom: 28px
}

@media (min-width:800px) {
.fm-cta .icon {
	margin-bottom: 52px
}
}
.fm-cta__title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 28px;
	margin-top: 0
}

@media (min-width:800px) {
.fm-cta__title {
	margin-bottom: 20px
}
}
.fm-cta__description {
	text-align: center;
	padding: 0 20px 28px;
	margin-bottom: 0
}

@media (min-width:800px) {
.fm-cta__description {
	font-size: 24px;
	padding-bottom: 36px
}
}
.fm-cta .fa {
	font-size: 14px;
	padding-top: 2px;
	padding-left: 8px;
	margin-left: 4px
}
.fm-cta .fm-btn {
	font-weight: 600
}
.container {
	width: 100%;
	padding-right: 2.5%;
	padding-left: 2.5%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px
}

@media (min-width:800px) {
.container {
}
}

@media (min-width:1120px) {
.container {
}
}

@media (min-width:1536px) {
.container {
	max-width: 1440px
}
}

@media (min-width:1920px) {
.container {
	max-width: 1440px
}
}
.container-fluid {
	width: 100%;
	padding-right: 2.5%;
	padding-left: 2.5%;
	margin-right: auto;
	margin-left: auto
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -2.5%;
	margin-left: -2.5%
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .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-auto, .col-md, .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-auto, .col-sm, .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-auto, .col-xl, .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-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 2.5%;
	padding-left: 2.5%
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.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:800px) {
.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.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 25%;
	max-width: 25%
}
.col-sm-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-sm-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.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 75%;
	max-width: 75%
}
.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:1120px) {
.col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.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:1536px) {
.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.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:1920px) {
.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.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%
}
}

@media (min-width:800px) {
.horizontal-card {
	display: flex
}
}
.horizontal-card ul {
	margin-left: 20px
}
.horizontal-card ol {
	padding-left: 0;
	margin-left: 16px
}
.horizontal-card__col-left {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 44px 36px
}

@media (min-width:800px) {
.horizontal-card__col-left {
	padding: 20px;
	width: 25%
}
}

@media (min-width:1120px) {
.horizontal-card__col-left {
	width: 20%
}
}
.horizontal-card__col-left h5 {
	margin-bottom: 0
}

@media (max-width:799.98px) {
.horizontal-card__col-left h5 {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}
}
.horizontal-card__col-right {
	padding: 36px 28px 20px
}

@media (min-width:800px) {
.horizontal-card__col-right {
	padding: 32px 24px 24px;
	width: 75%
}
}

@media (min-width:1120px) {
.horizontal-card__col-right {
	width: 80%
}
}
.horizontal-card__col-right .body-field {
	margin-bottom: 0
}
.icon-link {
	display: flex
}
.icon-link__icon .svg {
	width: 34px;
	height: 34px;
	fill: #05314d
}
.icon-link__link {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #0c77ba;
	padding-left: 20px
}

@media (min-width:800px) {
.icon-link__link {
	font-size: 20px;
	line-height: 1.25;
	padding-left: 32px
}
}
.icon-link__link:hover {
	text-decoration: none;
	color: #c55422
}

@media (min-width:800px) {
.fm-layout__row {
	width: 90%;
	margin: 0 auto
}
}
.fm-layout--three-col-highlight .color-trigger--orange {
	background: #fff
}

@media (min-width:800px) {
.fm-layout--three-col-highlight .color-trigger--orange {
	background: linear-gradient(90deg, #c55422 0, #c55422 34%, #fff)
}
}

@media (max-width:1119.98px) {
.fm-layout--three-col-highlight .color-trigger--orange .col--main {
	background: #c55422
}
}
.fm-layout--three-col-highlight .color-trigger--yellow {
	background: #fff
}

@media (min-width:800px) {
.fm-layout--three-col-highlight .color-trigger--yellow {
	background: linear-gradient(90deg, #ffb400 0, #ffb400 34%, #fff)
}
}

@media (max-width:1119.98px) {
.fm-layout--three-col-highlight .color-trigger--yellow .col--main {
	background: #ffb400
}
}
.fm-layout--three-col-highlight .color-trigger--magenta {
	background: #fff
}

@media (min-width:800px) {
.fm-layout--three-col-highlight .color-trigger--magenta {
	background: linear-gradient(90deg, #911a5b 0, #911a5b 34%, #fff)
}
}

@media (max-width:1119.98px) {
.fm-layout--three-col-highlight .color-trigger--magenta .col--main {
	background: #911a5b
}
}
.fm-layout--three-col-highlight .color-trigger--teal {
	background: #fff
}

@media (min-width:800px) {
.fm-layout--three-col-highlight .color-trigger--teal {
	background: linear-gradient(90deg, #238196 0, #238196 34%, #fff)
}
}

@media (max-width:1119.98px) {
.fm-layout--three-col-highlight .color-trigger--teal .col--main {
	background: #238196
}
}
.fm-layout--three-col-highlight .color-trigger--gray {
	background: #fff
}

@media (min-width:800px) {
.fm-layout--three-col-highlight .color-trigger--gray {
	background: linear-gradient(90deg, #f8f8f7 0, #f8f8f7 34%, #fff)
}
}

@media (max-width:1119.98px) {
.fm-layout--three-col-highlight .color-trigger--gray .col--main {
	background: #f8f8f7
}
}
.fm-layout--three-col-highlight .color-trigger--blue {
	background: #fff
}

@media (min-width:800px) {
.fm-layout--three-col-highlight .color-trigger--blue {
	background: linear-gradient(90deg, #085280 0, #085280 34%, #fff)
}
}

@media (max-width:1119.98px) {
.fm-layout--three-col-highlight .color-trigger--blue .col--main {
	background: #085280
}
}
.fm-layout--three-col-highlight .color-trigger--green {
	background: #fff
}

@media (min-width:800px) {
.fm-layout--three-col-highlight .color-trigger--green {
	background: linear-gradient(90deg, #2c6937 0, #2c6937 34%, #fff)
}
}

@media (max-width:1119.98px) {
.fm-layout--three-col-highlight .color-trigger--green .col--main {
	background: #2c6937
}
}
.fm-layout--three-col-highlight .color-trigger--white {
	background: #fff
}

@media (min-width:800px) {
.fm-layout--three-col-highlight .color-trigger--white {
	background: linear-gradient(90deg, #fff 0, #fff 34%, #fff)
}
}

@media (max-width:1119.98px) {
.fm-layout--three-col-highlight .color-trigger--white .col--main {
	background: #fff
}
}

@media (max-width:1119.98px) {
.fm-layout--three-col-highlight .col--main {
	margin-left: -15px;
	margin-right: -15px;
	padding: 32px 30px;
	width: calc(100% + 30px)
}
}
.fm-layout--three-col-highlight .col--aside, .fm-layout--three-col-highlight .col--mid {
	background: #fff
}
.fm-layout--three-col-highlight .col--mid {
	background: #fff;
	border-bottom-left-radius: 70px
}

@media (min-width:800px) {
.fm-layout--brick .col-banner {
	padding: 0 15%
}
}
.fm-layout--masthead-one-col h1, .fm-layout--masthead-one-col p {
	text-align: center
}
.fm-layout--masthead-one-col, .fm-layout--masthead-two-col, .fm-layout--placemat {
	padding-top: 68px;
	padding-bottom: 68px
}

@media (max-width:1119.98px) {
.fm-layout--masthead-one-col, .fm-layout--masthead-two-col, .fm-layout--placemat {
	padding-top: 32px;
	padding-bottom: 32px
}
}
.fm-layout--masthead-one-col, .fm-layout--masthead-two-col {
	padding-top: 0
}

@media (min-width:800px) {
.fm-layout--masthead-one-col, .fm-layout--masthead-two-col {
	position: relative
}
}
.fm-layout--masthead-one-col .fm-layout--placemat, .fm-layout--masthead-two-col .fm-layout--placemat {
	padding-bottom: 0
}

@media (min-width:800px) {
.fm-layout--masthead-one-col .fm-layout--placemat, .fm-layout--masthead-two-col .fm-layout--placemat {
	padding-top: 80px;
	margin: 0 auto
}
}

@media (min-width:800px) {
.fm-layout--masthead-one-col .col-banner, .fm-layout--masthead-two-col .col-banner {
	min-height: 300px;
	max-height: 400px;
	overflow: hidden;
	margin-bottom: -14%
}
}
.fm-layout--placemat {
	margin-bottom: 40px
}

@media (min-width:800px) {
.fm-layout--placemat {
	margin-bottom: 80px
}
}

@media (min-width:1120px) {
.fm-layout .col-sm-9 {
	padding-right: 50px
}
}
.layout__region--aside {
	margin-top: 20px
}

@media (min-width:800px) {
.layout__region--aside {
	margin: 0
}
}
.layout--two-col-9-3 {
	padding: 0 20px
}

@media (min-width:1120px) {
.layout--two-col-9-3 {
	padding: 0
}
}
.link-stack__heading {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 12px;
	font-weight: 600;
	font-family: Source Sans Pro, sans-serif;
	color: #121212;
	display: block
}

@media (max-width:1119.98px) {
.link-stack__heading {
	font-size: 18px;
	width: 100%;
	text-align: center
}
}
.link-stack__heading:hover {
	text-decoration: none
}
.link-stack__link {
	font-size: 16px;
	line-height: 1.5;
	color: #0c77ba;
	font-weight: 400;
	text-align: left;
}

@media (min-width:800px) {
.link-stack__link {
	font-size: 14px;
	line-height: 1.75;
	text-align: unset
}
}
.link-stack__link:hover {
	text-decoration: none
}
.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 8px;
	padding: 8px 0;
	width: 260px
}
.logo .fm-logo__image img {
	width: 100%;
	height: auto;
	overflow: hidden
}
.logo .fm-logo_fallback {
	width: 260px;
	height: auto;
	text-align: center;
	align-self: center
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem 8px;
	margin-left: -1px;
	line-height: 1.25;
	color: #0c77ba;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #0c77ba;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: none
}
.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}
.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: 1;
	color: #fff;
	background-color: #0c77ba;
	border-color: #000f2b
}
.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
}
.pagination__item {
	margin-right: 8px
}
.pagination__item:last-of-type {
	margin-right: 0
}
.pagination__link {
	border: 0;
	font-size: 16px;
	transition: all .3s ease;
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important
}
.pagination__prev .pagination__link {
	display: flex;
	align-items: center
}
.pagination__prev .pagination__link:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	font-family: Font Awesome\ 5 Free;
	content: "\F053";
	margin-right: 8px;
	margin-top: 2px
}
.pagination__next .pagination__link {
	display: flex;
	align-items: center
}
.pagination__next .pagination__link:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	font-family: Font Awesome\ 5 Free;
	content: "\F054";
	margin-left: 8px;
	margin-top: 2px
}
.pagination__ellipsis {
	color: #0c77ba;
	display: flex;
	align-items: flex-end;
	padding-bottom: 4px
}
.pagination .is-active>a {
	background-color: #0c77ba;
	color: #fff
}
.svgicon-default {
	display: inline-block;
	width: 40px
}
.svgicon-default svg {
	display: block;
	width: 300px;
	max-width: 100%;
	max-height: 300px;
	height: auto
}
.icon--arrow-left {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 14'%3E%3Cpath d='M.062 6.854h37.35m-7.179-5.662l7.391 5.762-6.583 6.48' fill='none' stroke='%23000'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--arrow-left, .icon--article {
	display: inline-block;
	height: 40px;
	width: 40px
}
.icon--article {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--book {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--book, .icon--chevron-down {
	display: inline-block;
	height: 40px;
	width: 40px
}
.icon--chevron-down {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M250 455.7L-2.1 203.6 73.5 128 250 317.1 426.5 128l75.6 75.6L250 455.7z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--chevron-left {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M82.1 250.6L330.5 2.3 405 76.8 218.7 250.6 405 424.5 330.5 499 82.1 250.6z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--chevron-left, .icon--chevron-right {
	display: inline-block;
	height: 40px;
	width: 40px
}
.icon--chevron-right {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M166.6 499l-74.5-74.5 186.3-173.9L92.1 76.8l74.5-74.5L415 250.6 166.6 499z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--chevron-up--thin {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.929 284.929'%3E%3Cpath d='M282.082 195.285L149.028 62.24c-1.901-1.903-4.088-2.856-6.562-2.856s-4.665.953-6.567 2.856L2.856 195.285C.95 197.191 0 199.378 0 201.853c0 2.474.953 4.664 2.856 6.566l14.272 14.271c1.903 1.903 4.093 2.854 6.567 2.854s4.664-.951 6.567-2.854l112.204-112.202 112.208 112.209c1.902 1.903 4.093 2.848 6.563 2.848 2.478 0 4.668-.951 6.57-2.848l14.274-14.277c1.902-1.902 2.847-4.093 2.847-6.566.001-2.476-.944-4.666-2.846-6.569z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--chevron-up, .icon--chevron-up--thin {
	display: inline-block;
	height: 40px;
	width: 40px
}
.icon--chevron-up {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M250 68l252.1 252.1-75.6 75.6-176.5-189-176.5 189-75.6-75.6L250 68z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--close {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M250 179.9L70-.1l-70 70 180 180-180 180 70 70 180-180 180 180 70-70-180-180 180-180-70-70-180 180z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--close, .icon--comment {
	display: inline-block;
	height: 40px;
	width: 40px
}
.icon--comment {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 19'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h23v19H0z'/%3E%3C/defs%3E%3Cg transform='matrix(-1 0 0 1 23 0)' fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M16.752 16.048c.079 0 .158.013.233.04l3.246 1.16-.755-2.676a.666.666 0 0 1 .161-.641c1.306-1.368 1.997-2.992 1.997-4.697 0-4.35-4.546-7.888-10.134-7.888S1.366 4.885 1.366 9.234c0 4.35 4.546 7.889 10.134 7.889 1.743 0 3.463-.352 4.973-1.017a.694.694 0 0 1 .279-.058M21.244 19a.691.691 0 0 1-.233-.04l-4.237-1.515c-1.62.67-3.437 1.024-5.274 1.024-6.341 0-11.5-4.143-11.5-9.235C0 4.143 5.159 0 11.5 0S23 4.143 23 9.234c0 1.935-.727 3.772-2.107 5.335l1.01 3.578a.666.666 0 0 1-.195.674.688.688 0 0 1-.464.179' fill='%23fff' mask='url(/themes/custom/particle/dist/app-drupal-sf/assets/%2523b)'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat
}
.icon--connect {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-602 364 74 74'%3E%3Cpath d='M-565 365c-19.9 0-36 16.1-36 36s16.1 36 36 36 36-16.1 36-36-16.1-36-36-36zm0 69.1c-18.3 0-33.1-14.8-33.1-33.1s14.8-33.1 33.1-33.1 33.1 14.9 33.1 33.1c0 18.3-14.8 33.1-33.1 33.1z'/%3E%3Cpath d='M-571.5 425.8c-3.4 0-6.1-2.7-6.1-6.1s2.7-6.1 6.1-6.1c.5 0 1 .1 1.5.2l2.4-4.3c-2.2-1.7-3.4-4.3-3.4-7.1 0-1.9.6-3.7 1.7-5.3l-4.1-4.1c-1.3.8-2.8 1.3-4.2 1.3-4.2 0-7.6-3.4-7.6-7.6s3.4-7.6 7.6-7.6 7.6 3.4 7.6 7.6c0 1.5-.4 2.9-1.3 4.2l4.1 4.1c1.6-1.1 3.4-1.7 5.3-1.7 3.6 0 6.8 2.1 8.4 5.4l6-1.6c.2-2.4 2.2-4.2 4.6-4.2 2.5 0 4.6 2.1 4.6 4.6 0 2.5-2.1 4.6-4.6 4.6-1.5 0-2.9-.8-3.7-2l-6 1.6c0 .3.1.6.1.9 0 5.1-4.1 9.2-9.2 9.2-1 0-2.1-.2-3.1-.5l-2.4 4.3c1.2 1.2 1.9 2.8 1.9 4.4-.1 3.1-2.9 5.8-6.2 5.8z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--connect, .icon--facts {
	display: inline-block;
	height: 40px;
	width: 40px
}
.icon--facts {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 33'%3E%3Cg stroke='%2305314D' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke-width='.989' d='M19.955 1.114H1.115v30.454h23.617V5.508z'/%3E%3Cpath d='M8.13 9.037h9.428M4.46 12.481h16.769M4.46 17.074h16.769M4.46 20.519h16.769M4.46 25.111h16.769'/%3E%3Cpath stroke-width='.989' d='M19.955 1.114l.014 4.23h4.483'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat
}
.icon--menu {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M0 0h500v103.4H0zm0 197.6h500V301H0zm0 199h500V500H0z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--menu, .icon--person {
	display: inline-block;
	height: 40px;
	width: 40px
}
.icon--person {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M460 463.6c0 19.6-15.9 35.4-35.4 35.4H69.8c-19.6 0-35.5-15.8-35.6-35.4V428c0-93.4 141.9-141.9 141.9-141.9s8.2-14.5 0-35.5c-29.8-22-33.5-56.4-35.5-141.9C146.8 23.1 206.9 2.3 247.1 2.3S347.4 23 353.6 108.7c-2 85.5-5.7 119.9-35.5 141.9-8.2 20.9 0 35.5 0 35.5S460 334.6 460 428v35.6z'/%3E%3C/svg%3E") 50% no-repeat
}
.icon--play {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='13.871' cy='13.871' r='13.129' stroke='%23000'/%3E%3Cpath fill='%23fff' d='M20.291 13.534L11 18.18V8.889z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat
}
.icon--play, .icon--search {
	display: inline-block;
	height: 40px;
	width: 40px
}
.icon--search {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath class='st0' d='M470.5 471.5L368.9 335.4c67.1-69.1 77.2-178.9 18.3-258.1C348.5 28.5 289.6 0 226.6 0c-42.7 0-83.3 14.2-117.9 40.7-87.4 65-105.7 189-38.6 276.4 38.6 50.8 95.5 79.3 158.5 79.3 36.6 0 73.2-10.2 103.7-30.5L433.9 500l36.6-28.5zM106.7 288.6C55.9 221.5 70.1 128 137.2 77.2c26.4-20.3 56.9-30.5 91.5-30.5 48.8 0 91.5 22.4 119.9 61 50.8 67.1 36.6 160.6-30.5 211.4-26.4 20.3-56.9 30.5-91.5 30.5-46.8 0-91.5-22.4-119.9-61z'/%3E%3C/svg%3E") 50% no-repeat
}
.color-fill--primary {
	color: #000f2b
}
.color-fill--secondary {
	color: #605b57
}
.color-fill--success {
	color: #28a745
}
.color-fill--info {
	color: #17a2b8
}
.color-fill--warning {
	color: #ffc107
}
.color-fill--danger {
	color: #dc3545
}
.color-fill--light {
	color: #f8f9fa
}
.color-fill--dark {
	color: #343a40
}
.color-fill--headings, .color-fill--text {
	color: #000f2b
}
.color-fill--links {
	color: #0c77ba
}
.color-fill--blue {
	color: #0962ba
}
.color-fill--blue--dark {
	color: #085280
}
.color-fill--gray--light {
	color: #f1f1ef
}
.color-fill--gray {
	color: #cbc8c3
}
.color-fill--gray--dark {
	color: #605b57
}
.color-fill--indigo {
	color: #05314d
}
.color-fill--orange {
	color: #c55422
}
.color-fill--red {
	color: #ad2323
}
.color-fill--yellow {
	color: #ffb400
}
ellipse, line, polygon, polyline, rect, svg, text {
	color: currentColor;
	fill: currentColor
}
circle, g, path {
	stroke: currentColor;
	color: currentColor
}
.toaster {
	box-shadow: 0 2px 4px #cbc8c3;
	display: flex;
	position: relative;
	width: 100%;
	border-radius: 4px;
	padding: 16px
}

@media (min-width:800px) {
.toaster {
	width: 424px
}
}
.toaster__dismiss-button {
	background: transparent;
	border: 0;
	position: absolute;
	top: 0;
	right: 0
}
.toaster__dismiss-button span {
	font-weight: 700;
	font-size: 19px
}
.toaster__warning-icon {
	width: 21px;
	height: 21px;
	margin-top: 4px
}
.toaster__message {
	margin: 0 16px
}
.toaster p {
	color: #444242;
	margin-bottom: 4px
}
.toaster__link, .toaster p {
	font-size: 16px;
	line-height: 1.3
}
.toaster__link {
	color: #0c77ba;
	text-decoration: underline
}
.btn-group-xs > .btn, .btn-xs {
	padding: .35rem .4rem .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}
.checkbox label .toggle, .checkbox-inline .toggle {
	margin-left: -1.25rem;
	margin-right: .35rem;
}
.toggle {
	position: relative;
	overflow: hidden;
}
.toggle.btn.btn-light, .toggle.btn.btn-outline-light {
	border-color: rgba(0,0,0,.15);
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
	background-color: #fff;
}
.toggle.btn-outline-primary .toggle-handle {
	background-color: var(--primary);
	border-color: var(--primary);
}
.toggle.btn-outline-secondary .toggle-handle {
	background-color: var(--secondary);
	border-color: var(--secondary);
}
.toggle.btn-outline-success .toggle-handle {
	background-color: var(--success);
	border-color: var(--success);
}
.toggle.btn-outline-danger .toggle-handle {
	background-color: var(--danger);
	border-color: var(--danger);
}
.toggle.btn-outline-warning .toggle-handle {
	background-color: var(--warning);
	border-color: var(--warning);
}
.toggle.btn-outline-info .toggle-handle {
	background-color: var(--info);
	border-color: var(--info);
}
.toggle.btn-outline-light .toggle-handle {
	background-color: var(--light);
	border-color: var(--light);
}
.toggle.btn-outline-dark .toggle-handle {
	background-color: var(--dark);
	border-color: var(--dark);
}
.toggle[class*="btn-outline"]:hover .toggle-handle {
	background-color: var(--light);
	opacity: 0.5;
}
.toggle.btn {
	min-width: 3.7rem;
	min-height: 2.15rem;
}
.toggle-on.btn {
	padding-right: 1.5rem;
}
.toggle-off.btn {
	padding-left: 1.5rem;
}
.toggle.btn-lg {
	min-width: 5rem;
	min-height: 2.815rem;
}
.toggle-on.btn-lg {
	padding-right: 2rem;
}
.toggle-off.btn-lg {
	padding-left: 2rem;
}
.toggle-handle.btn-lg {
	width: 2.5rem;
}
.toggle.btn-sm {
	min-width: 3.125rem;
	min-height: 1.938rem;
}
.toggle-on.btn-sm {
	padding-right: 1rem;
}
.toggle-off.btn-sm {
	padding-left: 1rem;
}
.toggle.btn-xs {
	min-width: 2.19rem;
	min-height: 1.375rem;
}
.toggle-on.btn-xs {
	padding-right: .8rem;
}
.toggle-off.btn-xs {
	padding-left: .8rem;
}
.toggle {
	min-width: 80px!important
}
.toggle .toggle-off.ios, .toggle .toggle-on.ios, .toggle .toggle.ios {
	border-radius: 18px
}
.toggle .btn {
	font-size: 16px;
	border: 0;
	border-radius: 18px;
	padding: 8px;
	background: #605b57;
	text-transform: uppercase;
	font-weight: 600
}
.toggle .fas {
	font-size: 20px;
	line-height: 1.2
}
.toggle .toggle-on {
	text-align: left;
	background: #28a745
}
.toggle .toggle-on .fas {
	margin-left: 8px
}
.toggle .toggle-off {
	text-align: right;
	min-width: 80px;
	background: #605b57
}
.toggle .toggle-off .fas {
	margin: 0 8px 0 0
}
.toggle .toggle-handle {
	background: transparent;
	border: 0;
	width: 32px;
	height: 32px;
	left: -22px;
	border-radius: 20rem
}
.toggle .toggle-handle:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 2px;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
	border-radius: 100%
}
.toggle.off .toggle-handle {
	left: 16px
}
.toggle.off .toggle-handle:before {
	left: 4px
}
.fm-tooltip a {
	font-size: 16px
}
.fm-tooltip .tooltip-inner {
	padding: 8px 16px;
	font-size: 14px;
	background-color: #605b57
}
.fm-tooltip__wrapper .arrow:before {
	border-top-color: #605b57!important;
	border-bottom-color: #605b57!important
}
.fm-tooltip__arrow--bottom-right .arrow, .fm-tooltip__arrow--top-right .arrow {
	left: calc(85% - 5px)!important
}
.fm-tooltip__arrow--bottom-left .arrow, .fm-tooltip__arrow--top-left .arrow {
	left: calc(15% - 5px)!important
}

@media (min-width:800px) {
.app-table {
	margin-top: -16px
}
}

@media (min-width:800px) {
.app-table__compound-heading {
	margin-top: 28px
}
}
.app-table__primary-title {
	font-family: Source Sans Pro, sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 16px
}

@media (min-width:800px) {
.app-table__primary-title {
	font-size: 30px;
	margin-bottom: 28px
}
}
.app-table__secondary-title {
    font-family: 'Glypha', serif;
	font-size: 18px;
	line-height: 1.35
}
.app-table__tiny-title {
	font-size: 16px;
	line-height: 1.8;
	color: #949494;
	display: none
}

@media (min-width:800px) {
.app-table__tiny-title {
	display: block
}
}
.app-table__primary-link {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700
}

@media (min-width:800px) {
.app-table__primary-link {
	font-size: 22px
}
}
.app-table__secondary-link a {
	padding-right: 8px
}
.app-table__secondary-link a .fas {
	font-size: 15px;
	color: #05314d
}
.article-list {
	width: 100%;
	list-style: none
}
.article-list__wrapper {
	margin-top: 48px
}
.article-list__title, .article-list h2 {
	font-size: 28px;
	color: #121212;
	margin-bottom: 16px
}
.article-list .views-row, .article-list__list-item {
	padding-bottom: 12px
}
.article-list a, .article-list a:hover {
	border-bottom: .5px solid hsla(0,0%,58%,.44);
	font-size: 16px;
	color: #0c77ba;
	letter-spacing: 0;
	text-decoration: none
}
.author-byline {
	max-width: 700px;
	width: 100%;
	padding: 0 20px
}

@media (min-width:800px) {
.author-byline {
	padding: 0
}
}
.author-byline__eyebrow {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 2.1;
	color: #238196;
	font-weight: 600;
	margin: 0
}
.author-byline__title {
	margin: 0 0 28px;
	color: #238196;
	font-weight: 700
}

@media (min-width:1120px) {
.author-byline__title {
	font-size: 50px;
	line-height: 1.3
}
}
.author-byline__details {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 8px
}
.author-byline__date {
	margin: -20px 0 20px
}

@media (min-width:1120px) {
.author-byline__date {
	font-size: 18px;
	line-height: 1.6
}
}
.author-byline__img img {
	width: 84px;
	height: 84px;
	display: block;
	box-shadow: 0 2px 4px rgba(18,18,18,.5);
	border-radius: 50%;
	margin: 0 16px 8px 0
}
.banner-promo {
	position: relative
}

@media (min-width:800px) {
.banner-promo {
	padding: 100px 0
}
}
.banner-promo .swoosh-right {
	border-bottom-left-radius: 0
}
.banner-promo .swoosh-left {
	border-bottom-right-radius: 0
}

@media (max-width:1119.98px) {
.banner-promo .container {
	padding-left: 0;
	padding-right: 0
}
}
.banner-promo__image {
	width: 100%;
	min-height: 170px;
	max-height: 300px
}

@media (min-width:800px) {
.banner-promo__image {
	position: absolute;
	height: 100%;
	min-height: unset;
	max-height: unset;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
}
.banner-promo__content {
	padding: 48px 40px
}
.banner-promo__title {
	margin-bottom: 36px
}
.banner-promo__description {
	font-size: 20px;
	line-height: 1.6
}
.banner-promo .fm-btn {
	display: inline-flex;
	margin-top: 28px
}

@media (min-width:800px) {
.banner-promo .color-trigger {
	opacity: .9
}
}
.basic-block {
	padding: 36px 24px 24px;
	border-radius: 20px
}
.basic-block .body-field:last-child {
	margin-bottom: 0
}
.basic-block .sf-paragraph--image {
	margin-bottom: 32px
}
.basic-block__title {
	margin-bottom: 40px
}
.basic-block img {
	width: 100%;
	height: auto;
	min-height: 140px;
	margin-bottom: 20px
}
.bio-byline {
	margin-bottom: 36px
}
.bio-byline__container {
	display: flex;
	align-items: center;
	margin-bottom: 12px
}

@media (min-width:800px) {
.bio-byline__container {
	margin-bottom: 24px
}
}
.bio-byline__image-wrapper>div {
	box-shadow: 0 2px 4px rgba(18,18,18,.5);
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px;
	margin-bottom: 16px
}

@media (min-width:800px) {
.bio-byline__image-wrapper>div {
	margin-right: 40px;
	margin-bottom: 0;
	width: 184px;
	height: 184px
}
}
.bio-byline__image, .bio-byline img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}
.bio-byline__name {
	font-weight: 700;
	font-size: 25px;
	line-height: 1.3;
	color: #238196;
	padding: 0;
	margin: 0
}

@media (min-width:800px) {
.bio-byline__name {
	font-size: 50px
}
}
.bio-byline__professional-title {
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	line-height: 1.65;
	color: #000f2b;
	padding: 0;
	margin: 0
}

@media (min-width:800px) {
.bio-byline__professional-title {
	font-size: 18px
}
}
.bio-byline__social {
	list-style-type: none;
	padding: 0;
	display: flex
}
.bio-byline__social-item {
	margin-right: 32px
}
.bio-byline__social-link, .bio-byline__social-link a {
	font-size: 18px;
	transition: all .3s ease
}
.bio-byline__social-link:hover, .bio-byline__social-link a:hover {
	color: #c55422;
	text-decoration: none
}
.bio-byline__social-link:hover i, .bio-byline__social-link a:hover i {
	color: #c55422
}
.bio-byline__social-link a i, .bio-byline__social-link i {
	color: #238196;
	margin-right: 8px;
	transition: all .3s ease
}
.card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 28px
}

@media (min-width:800px) {
.card {
	padding: 28px
}
}
.card__image, .card img {
	width: 100%;
	max-height: 150px;
	display: block;
	margin-bottom: 20px
}

@media (min-width:800px) {
.card__image, .card img {
	max-height: 165px;
	margin-bottom: 24px
}
}
.card__title {
	margin-bottom: 16px
}

@media (max-width:1119.98px) {
.card__title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px
}
}
.card__description {
	font-size: 16px
}
.card__link, .card a {
	margin-top: 20px
}

@media (min-width:800px) {
.card__link, .card a {
	margin-top: 16px
}
}

@media (max-width:1119.98px) {
.ui-widget-content {
	width: 95%!important;
	max-width: 600px;
	margin-left: 2.5%
}
}
.ui-dialog-buttonpane, .ui-dialog-titlebar, .ui-widget-content {
	border: 0;
	font-family: Source Sans Pro, sans-serif;
	background-color: #f8f8f7
}
.ui-dialog-titlebar .ui-dialog-title {
	visibility: hidden;
	height: 0
}
.ui-dialog-titlebar .ui-dialog-titlebar-close {
	margin-top: 0;
	margin-right: 8px;
	border: 0
}
.webform-button--submit.button--primary {
	box-shadow: 0 2px 4px #cbc8c3;
	width: 76px;
	height: 36px;
	padding: 0 16px;
	font-size: 16px;
	font-family: Source Sans Pro, sans-serif;
	background-color: #c55422;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	border: 0
}
.webform-button--submit.button--primary:hover {
	background-color: #c55422;
	color: #fff
}
.fm-contact-form, .fm-contact-form form {
	background-color: #f8f8f7
}

@media (min-width:800px) {
.fm-contact-form form {
	width: 73%;
	margin: 0 auto
}
}
.fm-contact-form input, .fm-contact-form label, .fm-contact-form textarea {
	font-family: Source Sans Pro, sans-serif;
	width: 100%
}
.fm-contact-form textarea {
	max-height: 278px
}
.fm-contact-form label {
	font-weight: 600;
	font-size: 14px;
	color: #121212;
	letter-spacing: 0
}
.fm-contact-form input, .fm-contact-form textarea {
	background-color: #fff;
	border: 1px solid #cbc8c3;
	border-radius: 3px
}
.fm-contact-form .form-submit {
	box-shadow: 0 2px 4px #cbc8c3;
	width: 76px;
	height: 36px;
	padding: 0 16px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	border: 0
}
.fm-contact-form .form-submit, .fm-contact-form .form-submit:hover {
	background-color: #c55422;
	color: #fff
}
.fm-contact-form .form-actions {
	display: flex;
	justify-content: flex-end
}
.fm-contact-form .form-actions .btn-primary, .fm-contact-form .form-actions .button--primary {
	width: 72px
}
.fm-contact-form__intro {
	margin-bottom: 24px
}
.fm-contact-form .form-item-heading h3, .fm-contact-form__title {
	font-size: 24px;
	color: #121212;
	font-weight: 700;
	text-align: center
}
.fm-contact-form .form-item-intro, .fm-contact-form__description {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 24px
}
.cookie-banner {
	background: #474747;
	padding: 16px;
	position: relative
}

@media (min-width:800px) {
.cookie-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 24px
}
}
.cookie-banner__wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 12px
}

@media (min-width:800px) {
.cookie-banner__wrapper {
	max-width: 80%;
	margin: 0
}
}
.cookie-banner__image {
	height: 48px;
	margin-right: 20px
}
.cookie-banner__text, .cookie-banner a, .cookie-banner p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin: 0
}
.cookie-banner__actions {
	display: flex;
	justify-content: center;
	padding-top: 12px
}

@media (min-width:800px) {
.cookie-banner__actions {
	margin-left: 36px;
	padding-top: 0
}
}
.cookie-banner__actions a {
	display: flex;
	align-items: center
}
.cookie-banner .btn {
	box-shadow: 0 2px 4px #000f2b;
	margin-top: 0
}
.cookie-banner__link {
	font-size: 16px;
	text-decoration: underline;
	color: #fff;
	margin-right: 24px
}
.cookie-banner__link:hover {
	color: #fff;
	text-decoration: none
}
.custom-image {
	width: 100%;
	margin: 0 auto;
	display: table
}
.custom-image__image, .custom-image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto
}
.custom-image__caption {
	font-style: italic;
	font-size: 12px;
	color: #000f2b
}
.featured-item {
	padding: 36px;
	margin: 0 auto 16px;
	width: 100%
}
.featured-item__color--teal {
	background: #238196
}
.featured-item__color--teal .featured-item__date, .featured-item__color--teal .featured-item__teaser, .featured-item__color--teal .featured-item__title {
	color: #fff
}
.featured-item__color--blue {
	background: #0c77ba
}
.featured-item__color--blue .featured-item__date, .featured-item__color--blue .featured-item__teaser, .featured-item__color--blue .featured-item__title {
	color: #fff
}
.featured-item__color--gray {
	background: #f1f1ef
}
.featured-item__color--gray .featured-item__date, .featured-item__color--gray .featured-item__teaser, .featured-item__color--gray .featured-item__title {
	color: #000f2b
}
.featured-item__title {
	line-height: 1.3;
	font-weight: 600;
	margin: 0
}

@media (min-width:800px) {
.featured-item__title {
	line-height: 1.25
}
}
.featured-item__image, .featured-item img {
	display: none
}

@media (min-width:800px) {
.featured-item__image, .featured-item img {
	display: block;
	height: auto
}
}
.featured-item--sm .featured-item__container {
	display: flex;
	margin-bottom: 12px
}
.featured-item--sm .featured-item__image, .featured-item--sm img {
	max-width: 84px;
	height: auto;
	margin-right: 32px
}
.featured-item--sm .featured-item__date {
	font-size: 14px;
	margin: 0 0 5px
}
.featured-item--sm .featured-item__title {
	font-size: 24px
}
.featured-item--sm .featured-item__teaser {
	line-height: 1.375
}

@media (min-width:800px) {
.featured-item--lg {
	padding: 40px
}
}

@media (min-width:1120px) {
.featured-item--lg {
	padding: 80px 0
}
}
.featured-item--lg .featured-item__title {
	font-size: 28px;
	margin-bottom: 16px
}

@media (min-width:800px) {
.featured-item--lg .featured-item__title {
	font-size: 40px;
	margin-bottom: 24px
}
}
.featured-item--lg .featured-item__teaser {
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 24px
}

@media (min-width:800px) {
.featured-item--lg .featured-item__teaser {
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 32px;
	margin-bottom: 0
}
}
.featured-item--lg .featured-item__image, .featured-item--lg img {
	max-width: 310px;
	height: auto;
	height: 290px;
	margin-right: 40px;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width:1120px) {
.featured-item--lg .featured-item__image, .featured-item--lg img {
	margin-right: 80px
}
}
.featured-item--lg .featured-item__content-container {
	display: flex
}

@media (min-width:1120px) {
.featured-item--lg .featured-item__content-container {
	width: 70%;
	margin: 0 auto
}
}
.featured-item--lg .btn {
	box-shadow: 0 2px 4px rgba(18,18,18,.5);
	display: inline-flex;
	justify-content: center;
	align-items: center
}
.featured-item--lg .btn a, .featured-item--lg .btn a:hover {
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: block
}
.featured-promo {
	position: relative;
	padding: 48px 28px
}

@media (min-width:800px) {
.featured-promo {
	padding: 80px
}
}
.featured-promo__wrapper {
	z-index: 2
}
.featured-promo .gradient-overlay, .featured-promo .overlay, .featured-promo__pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
.featured-promo .overlay {
	z-index: -2
}
.featured-promo__title {
    font-family: 'Glypha', serif;
	font-size: 28px;
	line-height: 44px;
	color: #fff;
	margin-bottom: 28px
}

@media (min-width:800px) {
.featured-promo__title {
	font-size: 36px;
	margin-bottom: 44px
}
}
.featured-promo .body-field p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px
}

@media (min-width:800px) {
.featured-promo .body-field p {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 44px
}
}
.featured-promo__button {
	margin-top: 24px
}

@media (min-width:800px) {
.featured-promo__button {
	margin-top: 32px
}
}
.featured-promo__button .fm-btn {
	display: inline-flex
}
.featured-promo__button .btn-blue {
	color: #fff
}
.featured-promo__image-wrapper {
	margin-top: 40px
}

@media (min-width:1120px) {
.featured-promo__image-wrapper {
	margin-top: 0;
	max-height: 420px
}
}
.featured-promo__image {
	width: 100%;
	border-radius: 0 48px
}

@media (min-width:800px) {
.featured-promo__image {
	border-radius: 0 100px
}
}
.featured-promo.color-trigger--gray .featured-promo__title, .featured-promo.color-trigger--gray .featured_promo__description, .featured-promo.color-trigger--gray p {
	color: #121212
}
.global-nav {
	background: #05314d
}
.global-nav .menu-open .global-nav__nav {
	visibility: visible;
	transition: .3s;
	position: absolute;
	right: 0;
	margin-left: 0
}
.global-nav .menu-open .global-nav__toggle-bar:nth-of-type(2) {
	-webkit-transform: translateY(-1px) rotate(45deg);
	transform: translateY(-1px) rotate(45deg)
}
.global-nav .menu-open .global-nav__toggle-bar:nth-of-type(3) {
	opacity: 0
}
.global-nav .menu-open .global-nav__toggle-bar:nth-of-type(4) {
	-webkit-transform: translateY(-1px) rotate(-45deg);
	transform: translateY(-1px) rotate(-45deg)
}
.global-nav__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 16px;
	margin: 0 auto
}

@media (min-width:1120px) {
.global-nav__container {
	padding: 0 16px
}
}

@media (min-width:1536px) {
.global-nav__container {
	padding: 0 24px 0 20px
}
}
.global-nav__right {
	display: flex;
	flex-direction: row-reverse;
	align-items: center
}

@media (min-width:1120px) {
.global-nav__right {
	flex-direction: row
}
}
.global-nav__nav {
	position: fixed;
	top: 56px;
	right: -100%;
	width: 275px;
	visibility: hidden;
	background: #fff;
	transition: .3s;
	z-index: 10
}

@media (min-width:1120px) {
.global-nav__nav {
	visibility: visible;
	opacity: 1;
	top: auto;
	right: auto;
	height: auto;
	width: auto;
	position: relative;
	background: transparent;
	display: flex;
	margin: 0
}
}
.global-nav__primary-nav-item {
	border-bottom: 1px solid #e6e6e6;
	position: relative
}

@media (min-width:1120px) {
.global-nav__primary-nav-item {
	border: 0
}
}

@media (min-width:1120px) {
.global-nav__primary-nav-item:hover>.global-nav__secondary-nav-wrapper {
	display: block;
	position: absolute;
	max-width: 300px;
	box-shadow: 5px 5px 5px 0 rgba(18,18,18,.25)
}
}
.global-nav__primary-nav-item a {
	color: #121212;
	display: inline-block;
	padding: 0 32px 0 20px;
	font-size: 16px;
	line-height: 4.4125;
	text-decoration: none
}

@media (min-width:800px) {
.global-nav__primary-nav-item a {
	padding: 20px 8px
}
}

@media (min-width:1120px) {
.global-nav__primary-nav-item a {
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	padding: 20px 7px
}
}

@media (min-width:1536px) {
.global-nav__primary-nav-item a {
	font-size: 16px;
	padding: 20px
}
}
.global-nav__primary-nav-item:hover>a {
	color: #121212;
	background: #fff
}

@media (min-width:800px) {
.global-nav__primary-nav-item p {
	color: #fff
}
}

@media (min-width:1120px) {
.global-nav__primary-nav-item--default:hover>.global-nav__secondary-nav-wrapper {
	min-width: 100%
}
}
.global-nav__primary-nav-item--default .global-nav__secondary-nav-item a {
	color: #121212;
	font-size: 16px;
	line-height: 1.5;
	padding: 16px 20px;
	display: block
}

@media (min-width:800px) {
.global-nav__primary-nav-item--default .global-nav__secondary-nav-item a {
	color: #0962ba
}
}
.global-nav__primary-nav-item--default .global-nav__secondary-nav-item a:hover {
	background: #e6e6e6;
	font-weight: 700;
	color: #121212
}

@media (min-width:800px) {
.global-nav__primary-nav-item--default .global-nav__secondary-nav-item a:hover {
	color: #c55422
}
}
.global-nav__primary-nav-item--default .global-nav__secondary-nav-item a:active {
	color: #05314d;
	background: #e6e6e6;
	font-weight: 700
}
.global-nav__primary-nav-item--user-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #121212;
	font-size: 16px;
	line-height: 4.4125;
	text-decoration: none
}

@media (min-width:1120px) {
.global-nav__primary-nav-item--user-info {
	flex-wrap: nowrap;
	font-size: 18px;
	line-height: normal;
	color: #fff;
	margin-left: 12px
}
}
.global-nav__primary-nav-item--user-info p {
	padding-left: 20px;
	margin-bottom: 0;
	line-height: 4.4125
}

@media (min-width:1120px) {
.global-nav__primary-nav-item--user-info p {
	padding: 0;
	line-height: normal;
	font-size: 18px
}
}
.global-nav__primary-nav-item--user-info .global-nav__secondary-nav-wrapper {
	order: 4;
	width: 100%
}

@media (min-width:1120px) {
.global-nav__primary-nav-item--user-info .global-nav__secondary-nav-wrapper {
	top: 50px;
	right: 0;
	left: 0;
	width: unset;
	order: auto;
	min-width: 0;
	border-radius: 3px;
	overflow: hidden
}
}
.global-nav__primary-nav-item--user-info .global-nav__user-icon {
	font-size: 14px;
	background: transparent;
	border: 0;
	margin-left: 12px;
	color: #007697
}

@media (max-width:1119.98px) {
.global-nav__primary-nav-item--user-info .global-nav__user-icon {
	order: 2
}
}

@media (min-width:1120px) {
.global-nav__primary-nav-item--user-info .global-nav__user-icon {
	color: #fff;
	font-size: 19px;
	margin-right: 12px;
	margin-left: 0
}
}
.global-nav__primary-nav-item--user-info .fa-caret-down {
	display: none
}

@media (min-width:1120px) {
.global-nav__primary-nav-item--user-info .fa-caret-down {
	display: block;
	color: #fff;
	margin-left: 12px
}
}
.global-nav__primary-nav-item--user-info .global-nav__secondary-nav-item a, .global-nav__primary-nav-item--user-info .global-nav__secondary-nav-item a:hover {
	font-weight: 700;
	color: #121212
}

@media (min-width:1120px) {
.global-nav__primary-nav-item--user-info .global-nav__secondary-nav-item a, .global-nav__primary-nav-item--user-info .global-nav__secondary-nav-item a:hover {
	font-size: 16px;
	background: #fff;
	font-weight: 400;
	color: #0b72b3
}
}
.global-nav__secondary-nav-wrapper {
	display: none;
	background: hsla(0,0%,90.2%,.5)
}

@media (min-width:1120px) {
.global-nav__secondary-nav-wrapper {
	background: #fff
}
}
.global-nav__secondary-nav-item {
	border-bottom: 1px solid #e6e6e6;
	position: relative
}

@media (min-width:800px) {
.global-nav__secondary-nav-item {
	display: flex;
	justify-content: center
}
}
.global-nav__secondary-nav-item span {
	font-size: 16px;
	line-height: 1.5;
	display: block;
	font-weight: 700;
	margin-bottom: 0
}
.global-nav__toggle-search {
	display: block;
	cursor: pointer;
	z-index: 9;
	background: transparent;
	border: 0
}

@media (max-width:1119.98px) {
.global-nav__toggle-search {
	padding: 0 5px
}
}

@media (min-width:800px) {
.global-nav__toggle-search {
	display: none
}
}
.global-nav__toggle-search .fas {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #00acdc
}
.global-nav__toggle, .global-nav__toggle-search .fas {
	width: 30px;
	height: 30px;
	border: 2px solid #00acdc;
	border-radius: 50%
}
.global-nav__toggle {
	background: none;
	position: relative;
	margin-left: 4px
}

@media (max-width:1119.98px) {
.global-nav__toggle {
	padding: 0;
	display: flex;
	align-items: center
}
}

@media (min-width:800px) {
.global-nav__toggle {
	margin-left: 12px
}
}

@media (min-width:1120px) {
.global-nav__toggle {
	display: none
}
}
.global-nav__toggle-bar {
	width: 14px;
	height: 2px;
	left: calc(50% - 7px);
	display: block;
	position: absolute;
	background: #00acdc;
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	transition: all .5s linear
}
.global-nav__toggle-bar:nth-of-type(3) {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px)
}
.global-nav__toggle-bar:nth-of-type(4) {
	-webkit-transform: translateY(4px);
	transform: translateY(4px)
}
.global-nav__nav-toggle {
	text-indent: -9999px;
	display: block;
	position: absolute;
	cursor: pointer;
	top: 26px;
	right: 37px
}

@media (min-width:1120px) {
.global-nav__nav-toggle {
	display: none
}
}
.global-nav__nav-toggle:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	font-family: Font Awesome\ 5 Free;
	content: "\F067";
	color: #00acdc;
	font-size: 20px;
	text-indent: 0;
	display: block;
	position: absolute;
	left: 0
}
.global-nav__nav-toggle.open:before {
	content: "\F068"
}
.hero-detail {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-repeat: no-repeat;
	min-height: 150px
}

@media (min-width:800px) {
.hero-detail {
	min-height: 250px;
	background-size: cover;
	z-index: -1
}
}
.hero-detail .overlay, .hero-detail__pattern {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
.hero-detail__pattern {
	width: 100%;
	height: 100%
}
.hero-detail .overlay {
	z-index: -1
}
.hero-detail--orange .overlay {
	background-color: #c55422
}
.hero-detail--yellow .overlay {
	background-color: #ffb400
}
.hero-detail--magenta .overlay {
	background-color: #911a5b
}
.hero-detail--teal .overlay {
	background-color: #238196
}
.hero-detail--gray .overlay {
	background-color: #f8f8f7
}
.hero-detail--blue .overlay {
	background-color: #085280
}
.hero-detail--green .overlay {
	background-color: #2c6937
}
.hero-detail--white .overlay {
	background-color: #fff
}
.hero-detail--gray .overlay {
	background-color: #e5e5e1
}
.hero-detail__breadcrumb {
	postion: absolute
}
.hero-error {
	position: relative;
	min-height: 330px;
	padding: 32px 20px;
	overflow: hidden
}

@media (min-width:800px) {
.hero-error {
	min-height: 450px;
	padding: 0
}
}
.hero-error__image {
	background-color: #f1f1ef;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.hero-error__inner {
	display: flex;
	flex-wrap: wrap
}

@media (min-width:800px) {
.hero-error__inner {
	justify-content: center;
	flex-wrap: nowrap;
	padding: 0 20px;
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px)
}
}
.hero-error__inner-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -32px;
	width: 100%
}

@media (min-width:800px) {
.hero-error__inner-right {
	padding-left: 16px;
	margin-top: 0;
	width: auto
}
}
.hero-error__title {
	text-transform: uppercase;
	z-index: 1;
	color: #05314d;
	font-weight: 900;
	font-size: 97px;
	margin-top: -32px
}

@media (min-width:800px) {
.hero-error__title {
	font-size: 255px;
	margin-top: 0
}
}
.hero-error--maintenance .hero-error__title {
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	color: #05314d;
	margin-top: 20px;
	text-transform: none
}

@media (min-width:800px) {
.hero-error--maintenance .hero-error__title {
	font-size: 75px;
	margin-top: 52px
}
}

@media (min-width:1120px) {
.hero-error--maintenance .hero-error__title {
	font-size: 83px;
	width: 85%
}
}

@media (min-width:1536px) {
.hero-error--maintenance .hero-error__title {
	width: 65%
}
}
.hero-error__subtitle {
	text-transform: uppercase;
	color: #05314d;
	font-weight: 700;
	z-index: 1;
	display: none
}

@media (max-width:1119.98px) {
.hero-error__subtitle--mobile {
	display: block;
	margin-top: 32px;
	padding-left: 16px;
	font-size: 37px
}
}

@media (min-width:800px) {
.hero-error__subtitle--desktop {
	margin: 0;
	font-size: 100px;
	line-height: 81px;
	display: block
}
}
.hero-error__tagline {
	z-index: 1;
	font-weight: 600;
	color: #05314d
}

@media (min-width:800px) {
.hero-error__tagline {
	font-size: 29px
}
}
.hero--landing {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: -1
}

@media (min-width:800px) {
.hero--landing {
	min-height: unset;
	max-height: 450px
}
}
.hero--landing img {
	width: 100%;
	min-height: 200px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	display: block
}
.hero--landing .hero__overlay {
	right: 0;
	position: absolute;
	display: none
}

@media (min-width:800px) {
.hero--landing .hero__overlay {
	display: block;
	max-width: 650px
}
}
.hero--landing .hero__overlay--inner {
	opacity: .4;
	border-radius: 50%;
	bottom: 20px;
	margin-top: -14%;
	margin-right: 20px;
	height: 150%;
	width: 45%
}
.hero--landing .hero__overlay--inner-magenta {
	background-image: linear-gradient(30deg, #911a5b, rgba(145,26,91,.3) 92%, rgba(145,26,91,0) 0)
}
.hero--landing .hero__overlay--inner-navy {
	background-image: linear-gradient(30deg, #05314d, rgba(5,49,77,.3) 92%, rgba(5,49,77,0) 0)
}
.hero--landing .hero__overlay--inner-blue {
	background-image: linear-gradient(30deg, #0962ba, rgba(9,98,186,.3) 92%, rgba(9,98,186,0) 0)
}
.hero--landing .hero__overlay--inner-orange {
	background-image: linear-gradient(30deg, #c55422, rgba(197,84,34,.3) 92%, rgba(197,84,34,0) 0)
}
.hero--landing .hero__overlay--inner-teal {
	background-image: linear-gradient(30deg, #238196, rgba(35,129,150,.3) 92%, rgba(35,129,150,0) 0)
}
.hero--landing .hero__overlay--inner-yellow {
	background-image: linear-gradient(30deg, #ffb400, rgba(255,180,0,.3) 92%, rgba(255,180,0,0) 0)
}
.hero--landing .hero__overlay--inner-green {
	background-image: linear-gradient(30deg, #2c6937, rgba(44,105,55,.3) 92%, rgba(44,105,55,0) 0)
}
.hero--landing .hero__overlay--inner-transparent {
	background-image: none
}
.hero--landing .hero__overlay--outer {
	bottom: 0;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-bottom-right-radius: 50%;
	margin-right: -16px;
	margin-bottom: -16px
}

@media (min-width:800px) {
.hero--landing .hero__overlay--outer {
	width: 45%;
	height: 150%
}
}
.color-trigger--orange {
	background-color: #c55422
}
.color-trigger--yellow {
	background-color: #ffb400
}
.color-trigger--magenta {
	background-color: #911a5b
}
.color-trigger--teal {
	background-color: #238196
}
.color-trigger--gray {
	background-color: #f8f8f7
}
.color-trigger--blue {
	background-color: #085280
}
.color-trigger--green {
	background-color: #2c6937
}
.color-trigger--white {
	background-color: #fff
}
.color-transparent-gradient--orange {
	background: linear-gradient(90deg, transparent, #c55422)
}
.color-transparent-gradient--yellow {
	background: linear-gradient(90deg, transparent, #ffb400)
}
.color-transparent-gradient--magenta {
	background: linear-gradient(90deg, transparent, #911a5b)
}
.color-transparent-gradient--teal {
	background: linear-gradient(90deg, transparent, #238196)
}
.color-transparent-gradient--gray {
	background: linear-gradient(90deg, transparent, #f8f8f7)
}
.color-transparent-gradient--blue {
	background: linear-gradient(90deg, transparent, #085280)
}
.color-transparent-gradient--green {
	background: linear-gradient(90deg, transparent, #2c6937)
}
.color-transparent-gradient--white {
	background: linear-gradient(90deg, transparent, #fff)
}
.highlight-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 48px;
	position: relative
}
.highlight-box--orange:before {
	background-color: #c55422;
	content: "";
	position: absolute;
	height: 45%;
	left: 0;
	width: 100%;
	z-index: -3
}

@media (min-width:800px) {
.highlight-box--orange:before {
	border-radius: 0 100px;
	height: 100%;
	width: 50%;
	z-index: -1
}
}
.highlight-box--yellow:before {
	background-color: #ffb400;
	content: "";
	position: absolute;
	height: 45%;
	left: 0;
	width: 100%;
	z-index: -3
}

@media (min-width:800px) {
.highlight-box--yellow:before {
	border-radius: 0 100px;
	height: 100%;
	width: 50%;
	z-index: -1
}
}
.highlight-box--magenta:before {
	background-color: #911a5b;
	content: "";
	position: absolute;
	height: 45%;
	left: 0;
	width: 100%;
	z-index: -3
}

@media (min-width:800px) {
.highlight-box--magenta:before {
	border-radius: 0 100px;
	height: 100%;
	width: 50%;
	z-index: -1
}
}
.highlight-box--teal:before {
	background-color: #238196;
	content: "";
	position: absolute;
	height: 45%;
	left: 0;
	width: 100%;
	z-index: -3
}

@media (min-width:800px) {
.highlight-box--teal:before {
	border-radius: 0 100px;
	height: 100%;
	width: 50%;
	z-index: -1
}
}
.highlight-box--gray:before {
	background-color: #f8f8f7;
	content: "";
	position: absolute;
	height: 45%;
	left: 0;
	width: 100%;
	z-index: -3
}

@media (min-width:800px) {
.highlight-box--gray:before {
	border-radius: 0 100px;
	height: 100%;
	width: 50%;
	z-index: -1
}
}
.highlight-box--blue:before {
	background-color: #085280;
	content: "";
	position: absolute;
	height: 45%;
	left: 0;
	width: 100%;
	z-index: -3
}

@media (min-width:800px) {
.highlight-box--blue:before {
	border-radius: 0 100px;
	height: 100%;
	width: 50%;
	z-index: -1
}
}
.highlight-box--green:before {
	background-color: #2c6937;
	content: "";
	position: absolute;
	height: 45%;
	left: 0;
	width: 100%;
	z-index: -3
}

@media (min-width:800px) {
.highlight-box--green:before {
	border-radius: 0 100px;
	height: 100%;
	width: 50%;
	z-index: -1
}
}
.highlight-box--white:before {
	background-color: #fff;
	content: "";
	position: absolute;
	height: 45%;
	left: 0;
	width: 100%;
	z-index: -3
}

@media (min-width:800px) {
.highlight-box--white:before {
	border-radius: 0 100px;
	height: 100%;
	width: 50%;
	z-index: -1
}
}
.highlight-box__content-wrapper {
	box-shadow: 0 2px 4px #cbc8c3;
	align-self: center;
	background-color: #fff;
	margin: 40px 32px
}

@media (min-width:800px) {
.highlight-box__content-wrapper {
	display: flex;
	margin: 5% 0 5% 5%;
	padding: 32px
}
}
.highlight-box__img-wrapper {
	margin-top: 28px
}

@media (min-width:800px) {
.highlight-box__img-wrapper {
	align-self: center;
	margin-top: unset
}
}

@media (min-width:800px) and (min-width:800px) {
.highlight-box__img-wrapper {
	flex-basis: 40%
}
}
.highlight-box__img {
	width: 100%;
	max-height: 350px;
	max-width: 636px
}
.highlight-box__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	padding: 32px;
	flex-basis: 60%
}

@media (min-width:800px) {
.highlight-box__content {
	padding-right: 28px
}
}
.highlight-box__content-wrapper--without-img .highlight-box__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 100%
}

@media (min-width:1120px) {
.highlight-box__content-wrapper--without-img .highlight-box__content {
	min-height: 300px
}
}
.highlight-box__content-wrapper--without-link .highlight-box__content {
	display: flex;
	flex-direction: column;
	justify-content: center
}
.highlight-box__description {
	margin-bottom: 32px;
	margin-top: 20px;
	font-size: 20px
}
.highlight-box .fm-btn {
	align-self: flex-start;
	font-size: 18px
}
.highlight-box .fa-chevron-right {
	height: 14px;
	margin-left: 8px;
	width: 14px
}
.horizontal-content__heading {
	margin-bottom: 28px
}
.horizontal-content:not(.horizontal-content--gray) h5 {
	color: #fff
}
.horizontal-content:not(.horizontal-content--gray) .horizontal-content__row {
	margin-bottom: 28px
}
.horizontal-content:not(.horizontal-content--gray) .horizontal-card__col-right {
	background: #fff
}
.horizontal-content:not(.horizontal-content--gray) .horizontal-card {
	box-shadow: 2px 2px 4px #cbc8c3
}
.horizontal-content--gray h5 {
	color: #121212
}
.horizontal-content--gray .horizontal-card__col-left {
	background: #f8f8f7
}
.horizontal-content--gray .horizontal-content__row {
	border-bottom: 1px solid #cbc8c3;
	margin-bottom: 24px
}
.horizontal-content--gray .horizontal-content__row:last-child {
	border-bottom: 0
}
.horizontal-content--orange .horizontal-card__col-left {
	background-color: #c55422
}
.horizontal-content--yellow .horizontal-card__col-left {
	background-color: #ffb400
}
.horizontal-content--magenta .horizontal-card__col-left {
	background-color: #911a5b
}
.horizontal-content--teal .horizontal-card__col-left {
	background-color: #238196
}
.horizontal-content--gray .horizontal-card__col-left {
	background-color: #f8f8f7
}
.horizontal-content--blue .horizontal-card__col-left {
	background-color: #085280
}
.horizontal-content--green .horizontal-card__col-left {
	background-color: #2c6937
}
.horizontal-content--white .horizontal-card__col-left {
	background-color: #fff
}
.hp-featured-hero {
	background-size: 0;
	z-index: 0
}

@media (min-width:800px) {
.hp-featured-hero {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	height: 600px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat
}
}

@media (min-width:1120px) {
.hp-featured-hero {
	height: 636px
}
}

@media (min-width:800px) {
.hp-featured-hero__image-container {
	width: 45%;
	margin-left: 36px
}
}

@media (min-width:1120px) {
.hp-featured-hero__image-container {
	width: 50%
}
}
.hp-featured-hero__image {
	height: 200px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative
}

@media (min-width:800px) {
.hp-featured-hero__image {
	width: 700px;
	height: 700px;
	background-size: cover;
	background-position: center -8px;
	z-index: 10;
	border-radius: 50%
}
}

@media (min-width:1120px) {
.hp-featured-hero__image {
	width: 950px;
	height: 950px;
	background-size: 150%;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	background-position: center -80px
}
}

@media (min-width:1536px) {
.hp-featured-hero__image {
	width: 1100px;
	height: 1100px;
	background-size: 130%;
	background-position: center -20px
}
}

@media (min-width:800px) {
.hp-featured-hero__image:after {
	content: "";
	border: 7px solid #238196;
	height: 110%;
	width: 110%;
	position: absolute;
	border-radius: 50%;
	top: -31px;
	left: -31px
}
}

@media (min-width:1120px) {
.hp-featured-hero__image:after {
	top: -41px;
	left: -35px
}
}

@media (min-width:1536px) {
.hp-featured-hero__image:after {
	top: -51px
}
}
.hp-featured-hero__wrapper {
	position: relative;
	background: #fff;
	padding: 24px;
	width: 255px;
	margin: -40px auto 40px;
	box-shadow: 0 2px 4px rgba(18,18,18,.5)
}

@media (min-width:800px) {
.hp-featured-hero__wrapper {
	display: flex;
	height: 100%;
	width: 55%;
	max-width: 904px;
	margin: 0;
	box-shadow: none;
	background: transparent
}
}

@media (min-width:1120px) {
.hp-featured-hero__wrapper {
	width: 100%;
	padding-left: 36px
}
}
.hp-featured-hero__container {
	max-width: 542px;
	align-self: center;
	margin: 0 auto
}

@media (min-width:1120px) {
.hp-featured-hero__container {
	margin-right: 48px
}
}
.hp-featured-hero__hr {
	height: 2px;
	width: 50px;
	margin-bottom: 9.5px;
	background: #05314d;
	display: block
}

@media (min-width:800px) {
.hp-featured-hero__hr {
	height: 5px;
	width: 125px;
	margin-bottom: 19.5px;
	background: #121212
}
}
.hp-featured-hero__headline {
	margin-top: 0;
    font-family: 'Glypha', serif;
	color: #05314d;
	font-size: 22px
}

@media (min-width:800px) {
.hp-featured-hero__headline {
	font-size: 45px;
	line-height: 1.29
}
}

@media (min-width:1120px) {
.hp-featured-hero__headline {
	margin-bottom: 30px;
	font-size: 48px;
	line-height: 1.22
}
}
.hp-featured-hero__teaser {
	font-size: 12px;
	line-height: 1.25;
	color: #05314d;
	margin-bottom: 20px
}

@media (min-width:800px) {
.hp-featured-hero__teaser {
	font-size: 25px
}
}
.hp-featured-hero .btn {
	font-size: 12px;
	width: 100%;
	display: block;
	padding: 6px 16px
}

@media (min-width:800px) {
.hp-featured-hero .btn {
	width: auto;
	display: inline-block;
	font-size: 16px
}
}

@media (min-width:800px) {
.hp-featured-hero__color--teal {
	background-color: #238196
}
}
.hp-featured-hero__color--teal .hp-featured-hero__headline, .hp-featured-hero__color--teal .hp-featured-hero__teaser {
	color: #fff
}
.hp-featured-hero__color--teal .hp-featured-hero__hr {
	background: #fff
}

@media (max-width:1119.98px) {
.hp-featured-hero__color--teal .hp-featured-hero__wrapper {
	background: #238196
}
}
.hp-featured-hero__color--teal .hp-featured-hero__image:after {
	border-color: #fff
}
.hp-featured-hero__color--teal .btn {
	box-shadow: 0 2px 4px #000f2b
}

@media (min-width:800px) {
.hp-featured-hero__color--gray {
	background-color: #949494
}
}
.hp-featured-hero__color--gray .hp-featured-hero__headline, .hp-featured-hero__color--gray .hp-featured-hero__teaser {
	color: #fff
}
.hp-featured-hero__color--gray .hp-featured-hero__hr {
	background: #fff
}

@media (max-width:1119.98px) {
.hp-featured-hero__color--gray .hp-featured-hero__wrapper {
	background: #949494
}
}
.hp-featured-hero__color--gray .hp-featured-hero__image:after {
	border-color: #fff
}
.hp-featured-hero__color--gray .btn {
	box-shadow: 0 2px 4px #000f2b
}
.icon-bar {
	background-color: #f8f8f7;
	padding: 60px 0
}
.icon-bar__link:hover {
	text-decoration: none
}
.icon-bar__list {
	margin-bottom: 0
}
.icon-bar__list-item {
	margin-bottom: 40px
}

@media (min-width:800px) {
.icon-bar__list-item {
	margin-bottom: 0
}
}

@media (min-width:1120px) {
.icon-bar__list-item {
	padding: 0 40px
}
}

@media (min-width:1536px) {
.icon-bar__list-item {
	padding: 0 60px
}
}
.icon-bar__item-image {
	width: auto;
	height: 52px;
	margin: 0 auto;
	display: block
}
.icon-bar__item-title {
	font-weight: 600;
	font-size: 20px;
	color: #05314d;
	text-align: center
}
.icon-bar__item-description {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.45;
	color: #05314d;
	text-align: center;
	margin-bottom: 0
}
.icon-bar .divider {
	background-color: #238196;
	width: 95px;
	height: 3px;
	margin: 0 auto 16px
}
.link-card {
	position: relative;
	width: 100%;
	box-shadow: 0 2px 8px rgba(18,18,18,.4);
	margin: 0 auto;
	padding: 32px 36px 20px
}
.link-card__color--blue {
	background: #085280
}
.link-card__color--blue .link-card__heading {
	color: #fff
}
.link-card__color--blue .link-card__link-item {
	border-bottom: .5px solid hsla(0,0%,100%,.44)
}
.link-card__color--blue .link-card__link, .link-card__color--blue .link-card__link-item a, .link-card__color--blue .link-card__view-all {
	color: #0c77ba;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400
}

@media (min-width:800px) {
.link-card__color--blue .link-card__link, .link-card__color--blue .link-card__link-item a, .link-card__color--blue .link-card__view-all {
	font-size: 18px
}
}
.style-alternate .link-card__color--blue .link-card__link, .style-alternate .link-card__color--blue .link-card__link-item a, .style-alternate .link-card__color--blue .link-card__view-all {
	color: #fff
}
.link-card__color--blue .link-card__link-item a:hover, .link-card__color--blue .link-card__link:hover, .link-card__color--blue .link-card__view-all:hover {
	text-decoration: none;
	cursor: pointer;
	color: #c55422
}
.link-card__color--gray {
	background: #f8f8f7
}
.link-card__color--gray .link-card__link-item, .link-card__color--gray .views-row {
	border-bottom: .5px solid hsla(0,0%,58%,.44)
}
.link-card__color--gray .link-card__link, .link-card__color--gray .link-card__link-item a, .link-card__color--gray .views-row a {
	color: #0c77ba;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400
}

@media (min-width:800px) {
.link-card__color--gray .link-card__link, .link-card__color--gray .link-card__link-item a, .link-card__color--gray .views-row a {
	font-size: 18px
}
}
.style-alternate .link-card__color--gray .link-card__link, .style-alternate .link-card__color--gray .link-card__link-item a, .style-alternate .link-card__color--gray .views-row a {
	color: #fff
}
.link-card__color--gray .link-card__link-item a:hover, .link-card__color--gray .link-card__link:hover, .link-card__color--gray .views-row a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #c55422
}
.link-card__color--gray .link-card__view-all {
	color: #0c77ba;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400
}

@media (min-width:800px) {
.link-card__color--gray .link-card__view-all {
	font-size: 18px
}
}
.style-alternate .link-card__color--gray .link-card__view-all {
	color: #fff
}
.link-card__color--gray .link-card__view-all:hover {
	text-decoration: none;
	cursor: pointer;
	color: #c55422
}
.link-card__color--blue-dark, .link-card__color--dark {
	background: #05314d
}
.link-card__color--blue-dark .link-card__heading, .link-card__color--dark .link-card__heading {
	color: #fff
}
.link-card__color--blue-dark .link-card__link-item, .link-card__color--dark .link-card__link-item {
	border-bottom: .5px solid hsla(0,0%,100%,.44)
}
.link-card__color--blue-dark .link-card__link, .link-card__color--blue-dark .link-card__link-item a, .link-card__color--blue-dark .link-card__view-all, .link-card__color--dark .link-card__link, .link-card__color--dark .link-card__link-item a, .link-card__color--dark .link-card__view-all {
	color: #0c77ba;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400
}

@media (min-width:800px) {
.link-card__color--blue-dark .link-card__link, .link-card__color--blue-dark .link-card__link-item a, .link-card__color--blue-dark .link-card__view-all, .link-card__color--dark .link-card__link, .link-card__color--dark .link-card__link-item a, .link-card__color--dark .link-card__view-all {
	font-size: 18px
}
}
.style-alternate .link-card__color--blue-dark .link-card__link, .style-alternate .link-card__color--blue-dark .link-card__link-item a, .style-alternate .link-card__color--blue-dark .link-card__view-all, .style-alternate .link-card__color--dark .link-card__link, .style-alternate .link-card__color--dark .link-card__link-item a, .style-alternate .link-card__color--dark .link-card__view-all {
	color: #fff
}
.link-card__color--blue-dark .link-card__link-item a:hover, .link-card__color--blue-dark .link-card__link:hover, .link-card__color--blue-dark .link-card__view-all:hover, .link-card__color--dark .link-card__link-item a:hover, .link-card__color--dark .link-card__link:hover, .link-card__color--dark .link-card__view-all:hover {
	text-decoration: none;
	cursor: pointer;
	color: #c55422
}
.link-card__heading {
	margin: 0;
	color: #191d3b;
	font-size: 20px;
	font-weight: 700
}
.link-card__links {
	list-style-type: none;
	padding: 0;
	margin: 8px 0 0
}
.link-card .views-row:last-of-type, .link-card__link-item:last-of-type {
	border-bottom: 0
}
.link-card__link, .link-card a {
	font-size: 14px;
	padding: 12px 0;
	display: block
}
.link-card__view-all {
	font-size: 14px
}
.link-card__view-all i {
	margin-left: 8px;
	font-size: 22px;
	vertical-align: middle
}
.link-list {
	margin-bottom: 16px
}

@media (min-width:800px) {
.link-list {
	margin-bottom: 28px
}
}
.link-list__heading {
	font-size: 22px
}
.link-list__list .icon-link__item {
	display: flex;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #cbc8c3
}

@media (min-width:800px) {
.link-list__list .icon-link__item {
	padding: 12px 0
}
}
.link-list__list .icon-link__item:last-child {
	border: 0
}
.main-nav {
	background: #085280
}

@media (min-width:1120px) {
.main-nav {
	color: #fff;
	display: block;
	height: 100%;
	margin: 0;
	padding-left: 0
}
}
.main-nav__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	background: #085280;
	color: #fff;
	padding: 0 20px 0 24px
}

@media (max-width:1119.98px) {
.main-nav__wrapper {
	flex-wrap: wrap
}
.main-nav__wrapper.is-open .main-nav__nav {
	display: block
}
.main-nav__wrapper.is-open .fas {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
}

@media (max-width:1119.98px) {
.main-nav__logo-wrapper {
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	cursor: pointer
}
.main-nav__logo-wrapper .toggle-main-nav {
	background: transparent;
	border: 0;
	cursor: pointer
}
.main-nav__logo-wrapper .fas {
	font-size: 15px;
	color: #fff
}
}
.main-nav__logo-link:hover {
	text-decoration: none
}
.main-nav__title {
	display: flex;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 0
}
.main-nav__title span {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}
@media (max-width:799px) {
.main-nav__title span {
	font-size: 16px;
}
}

.main-nav__nav {
	display: flex;
	align-items: center;
	margin: 0
}

@media (max-width:1119.98px) {
.main-nav__nav {
	display: none;
	width: 100%
}
}
.main-nav__nav-link {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px;
	line-height: 22px;
	min-height: 50px;
}
.main-nav .active>.main-nav__nav-link {
	background-color: #0b72b3
}
.main-nav__primary-nav-item {
	font-size: 15px;
	position: relative;
	text-align: center;
	height: 49px;
}
@media (min-width: 1536px){
.main-nav__primary-nav-item {
    font-size: 16px;
	}
}
.main-nav__primary-nav-item:hover {
	background-color: #0b72b3
}
.main-nav__primary-nav-item:hover>.main-nav__nav-link {
	color: #fff;
	text-decoration: none
}

@media (min-width:1120px) {
.main-nav__primary-nav-item:hover>.main-nav__secondary-nav-wrapper {
	display: block;
	position: absolute;
	min-width: 180px;
	max-width: 300px;
	box-shadow: 5px 5px 5px 0 rgba(18,18,18,.25)
}
}
.main-nav__primary-nav-item:last-child:hover>.main-nav__secondary-nav-wrapper {
	right: 0
}
.main-nav__primary-nav-item--search {
	z-index: 3;
	background: transparent
}
.main-nav__primary-nav-item--search:hover {
	background: transparent;
	cursor: pointer
}
.main-nav__secondary-nav-wrapper {
	display: none
}

@media (min-width:1120px) {
.main-nav__secondary-nav-wrapper {
	background: #fff;
	z-index: 10
}
}
.main-nav__secondary-nav-item {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	text-align: left
}
.main-nav__secondary-nav-item a {
	display: block;
	color: #0962ba;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	padding: 16px 20px;
	text-decoration: none
}
.main-nav__secondary-nav-item a:hover {
	background: #e6e6e6;
	color: #c55422;
	font-weight: 700
}
.main-nav__secondary-nav-item a:active {
	color: #05314d;
	background: #e6e6e6;
	font-weight: 700
}

@media (min-width:800px) {
.main-nav__secondary-nav-item {
	display: flex;
	justify-content: stretch;
	width: 100%;
	margin: 0
}
.main-nav__secondary-nav-item a {
	width: 100%
}
.main-nav__secondary-nav-item:hover {
	margin: 0
}
}
.main-nav__nav-link--open-search {
	padding-right: 0;
	display: none;
	background: transparent
}

@media (min-width:1120px) {
.main-nav__nav-link--open-search {
	display: block
}
}
.main-nav__nav-link--open-search .fas {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 50%
}
.modal {
	font-size: 14px;
	color: #000f2b
}
.modal h4, .modal p:last-child {
	margin: 0
}
.modal .text-left h4, .modal .text-left p {
	text-align: left
}
.modal .text-center h4, .modal .text-center p {
	width: 100%;
	text-align: center
}
.modal .justify-start {
	margin-right: auto
}
.modal a {
	color: #0962ba
}
.modal-dialog {
	max-width: 586px;
	width: 100%;
	margin: 24px auto
}
.modal-header {
	border-bottom: 1px solid #f1f1ef;
	padding: 16px 32px
}
.modal-header h4 {
	line-height: unset;
	font-weight: 700
}
.modal-header .fa {
	font-size: 16px;
	color: #949494
}
.modal-header--no-text {
	border-bottom: 0;
	padding-bottom: 0
}
.modal-body {
	padding: 32px
}
.modal-footer {
	padding: 16px 32px;
	background-color: #f1f1ef
}
.modal-footer a, .modal-footer button {
	box-shadow: 0 2px 4px #cbc8c3
}
.modal textarea {
	padding: 12px;
	border: 1px solid #cbc8c3;
	width: 100%;
	font-size: 16px
}
.modal textarea::-webkit-input-placeholder {
color:#000f2b
}
.modal textarea:-ms-input-placeholder {
color:#000f2b
}
.modal textarea::-ms-input-placeholder {
color:#000f2b
}
.modal textarea::placeholder {
color:#000f2b
}
.news-list {
	padding: 0 12px;
	margin-bottom: 40px
}

@media (min-width:800px) {
.news-list {
	margin-bottom: 0
}
}
.news-list__link {
	display: block;
	padding: 16px 0
}

@media (min-width:800px) {
.news-list__link {
	padding-top: 36px
}
}
.news-list__link:hover {
	text-decoration: none
}
.news-list__link:hover .news-list__date {
	text-decoration: none;
	color: #000f2b
}
.news-list__link:hover .news-list__title {
	color: #c55422
}
.news-list__headline {
	font-size: 24px;
	color: #121212;
	font-weight: 600
}
.news-list__date {
	font-size: 13px;
	color: #000f2b
}
.news-list__title {
	color: #0c77ba;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	transition: all .3s ease;
	margin-bottom: 0
}

@media (min-width:800px) {
.news-list__title {
	font-size: 24px
}
}
.news-list__view-all {
	display: block;
	color: #0c77ba;
	font-size: 16px;
	transition: color .3s ease;
	margin-top: 30px
}
.news-list__view-all:hover {
	color: #c55422;
	text-decoration: none
}
.news-list__view-all .fas {
	margin-left: 8px;
	vertical-align: middle
}
.pull-quote {
	position: relative
}
.pull-quote__quote {
    font-family: 'Glypha', serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.26;
	text-align: center;
	padding: 16px
}

@media (min-width:800px) {
.pull-quote__quote {
	font-size: 42px;
	line-height: 1.15;
	padding: 16px
}
}
.pull-quote__byline, .pull-quote__byline span {
	font-size: 18px;
	line-height: 24px;
	margin-top: 28px;
	text-align: center;
	padding-bottom: 40px
}

@media (min-width:800px) {
.pull-quote__byline, .pull-quote__byline span {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 16px
}
}
.pull-quote__byline span, .pull-quote__byline span span {
	font-weight: 700
}
.pull-quote .icon-quote {
	display: block;
	width: 75px;
	height: 38px
}
.pull-quote .icon-quote--top {
	margin-left: 16px
}
.pull-quote .icon-quote--bottom {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 16px
}
.quote-card {
	position: relative;
	padding-bottom: 28px
}

@media (min-width:800px) {
.quote-card {
	padding: 40px 0
}
}
.quote-card__quote-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.quote-card__image {
	display: block;
	padding: 0 16px;
	margin-bottom: 40px;
	width: 100%
}

@media (min-width:800px) {
.quote-card__image {
	border-radius: 100px 0
}
}
.quote-card__link {
	margin-top: 20px
}

@media (max-width:799.98px) {
.quote-card.color-trigger--orange {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #c55422 10%)
}
}

@media (max-width:799.98px) {
.quote-card.color-trigger--yellow {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #ffb400 10%)
}
}

@media (max-width:799.98px) {
.quote-card.color-trigger--magenta {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #911a5b 10%)
}
}

@media (max-width:799.98px) {
.quote-card.color-trigger--teal {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #238196 10%)
}
}

@media (max-width:799.98px) {
.quote-card.color-trigger--gray {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #f8f8f7 10%)
}
}

@media (max-width:799.98px) {
.quote-card.color-trigger--blue {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #085280 10%)
}
}

@media (max-width:799.98px) {
.quote-card.color-trigger--green {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #2c6937 10%)
}
}

@media (max-width:799.98px) {
.quote-card.color-trigger--white {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #fff 10%)
}
}
.quote-card .overlay {
	display: none;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width:800px) {
.quote-card .overlay {
	display: block
}
}
.tabbed-display__heading {
	margin-bottom: 32px
}

@media (min-width:800px) {
.tabbed-display__heading {
	width: 90%;
	margin: 0 auto 40px
}
}
.tabbed-display--inline {
	box-shadow: 0 2px 4px #cbc8c3;
	background-color: #fff
}
.tabbed-display--inline .nav-link {
	color: #0c77ba;
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-align: left;
	padding: 16px 32px;
	border: 1px solid #f1f1ef;
	border-radius: 0;
	background-color: #f1f1ef
}
.tabbed-display--inline.active {
	box-shadow: inset 0 3px 3px -3px #cbc8c3;
	font-weight: 600;
	color: #000f2b;
	background-color: #fff;
	border: 0
}
.tabbed-display--inline:not(.active) {
	box-shadow: inset 0 -8px 10px -10px #cbc8c3
}
.tabbed-display--inline:not(.active):hover {
	border: 1px solid #f1f1ef;
	border-left: 0!important
}
.tabbed-display--inline .tab-pane {
	padding: 32px;
	background: #fff
}

@media (max-width:799.98px) {
.tabbed-display--stacked {
	padding-left: 0;
	padding-right: 0
}
}

@media (min-width:800px) {
.tabbed-display--stacked {
	display: flex
}
}
.tabbed-display--stacked .nav-tabs {
	display: block;
	padding: 28px 32px
}

@media (min-width:800px) {
.tabbed-display--stacked .nav-tabs {
	width: 35%;
	border-top-left-radius: 70px
}
}

@media (min-width:1120px) {
.tabbed-display--stacked .nav-tabs {
	padding: 44px 48px
}
}
.tabbed-display--stacked .tab-content {
	padding: 28px 32px
}

@media (min-width:800px) {
.tabbed-display--stacked .tab-content {
	width: 65%;
	padding: 48px 8%
}
}

@media (min-width:1120px) {
.tabbed-display--stacked .tab-content {
	padding: 52px 8%
}
}
.tabbed-display--stacked .nav-item {
	border-bottom: 2px solid #cbc8c3
}
.tabbed-display--stacked .nav-item:last-child {
	border-bottom: 0
}
.tabbed-display--stacked .nav-link {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	padding: 16px 0
}

@media (min-width:1120px) {
.tabbed-display--stacked .nav-link {
	font-size: 26px
}
}
.tabbed-display--stacked .nav-link:focus, .tabbed-display--stacked .nav-link:hover {
	border-color: transparent
}
.tabbed-display--stacked .nav-link.active {
	color: #fff;
	border: transparent
}
.tabbed-display--orange .nav-item, .tabbed-display--orange .nav-link, .tabbed-display--orange .nav-link.active, .tabbed-display--orange .nav-tabs {
	background: #c55422
}
.tabbed-display--orange .nav-link {
	color: #d9906f
}
.tabbed-display--yellow .nav-item, .tabbed-display--yellow .nav-link, .tabbed-display--yellow .nav-link.active, .tabbed-display--yellow .nav-tabs {
	background: #ffb400
}
.tabbed-display--yellow .nav-link {
	color: #ffce59
}
.tabbed-display--magenta .nav-item, .tabbed-display--magenta .nav-link, .tabbed-display--magenta .nav-link.active, .tabbed-display--magenta .nav-tabs {
	background: #911a5b
}
.tabbed-display--magenta .nav-link {
	color: #b86a94
}
.tabbed-display--teal .nav-item, .tabbed-display--teal .nav-link, .tabbed-display--teal .nav-link.active, .tabbed-display--teal .nav-tabs {
	background: #238196
}
.tabbed-display--teal .nav-link {
	color: #70adbb
}
.tabbed-display--gray .nav-item, .tabbed-display--gray .nav-link, .tabbed-display--gray .nav-link.active, .tabbed-display--gray .nav-tabs {
	background: #f8f8f7
}
.tabbed-display--gray .nav-link {
	color: #fafafa
}
.tabbed-display--blue .nav-item, .tabbed-display--blue .nav-link, .tabbed-display--blue .nav-link.active, .tabbed-display--blue .nav-tabs {
	background: #085280
}
.tabbed-display--blue .nav-link {
	color: #5e8fac
}
.tabbed-display--green .nav-item, .tabbed-display--green .nav-link, .tabbed-display--green .nav-link.active, .tabbed-display--green .nav-tabs {
	background: #2c6937
}
.tabbed-display--green .nav-link {
	color: #769e7d
}
.tabbed-display--white .nav-item, .tabbed-display--white .nav-link, .tabbed-display--white .nav-link.active, .tabbed-display--white .nav-tabs {
	background: #fff
}
.tabbed-display--white .nav-link {
	color: #fff
}
.tabbed-display--gray .nav-link {
	color: #656565
}
.tabbed-display--gray .nav-link.active {
	color: #121212
}
.fm-table__heading {
	padding-bottom: 28px;
	padding-top: 28px;
	border-bottom: 1px solid #cbc8c3
}
.fm-table--application {
	width: 100%
}
.fm-table--application tr {
	border-bottom: 1px solid #cbc8c3
}
.fm-table--application tr:last-child {
	border: 0
}
.fm-table--application .fm-table__title-wrapper {
	display: flex
}

@media (max-width:799.98px) {
.fm-table--application .views-field-field-availability, .fm-table--application .views-field-title {
	width: 100%;
	word-wrap: break-word;
	display: inline-block;
	vertical-align: top
}
}

@media (min-width:800px) {
.fm-table--application .views-field-field-availability, .fm-table--application .views-field-title {
	padding: 16px 0
}
}
.fm-table--application .views-field-title {
	display: flex
}

@media (max-width:799.98px) {
.fm-table--application .views-field-title {
	padding-bottom: 16px;
	padding-top: 36px
}
}

@media (min-width:800px) {
.fm-table--application .views-field-title {
	width: 80%
}
}
.fm-table--application .views-field-title a {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3
}

@media (max-width:799.98px) {
.fm-table--application .views-field-title a {
	line-height: 1.4
}
}
.fm-table--application .views-field-title .alert-icon {
	background-image: url(/themes/custom/particle/dist/app-drupal-sf/assets/alert-icon.png);
	background-repeat: no-repeat;
	margin-left: 12px;
	margin-top: 4px;
	width: 28px;
	height: 25px
}

@media (min-width:800px) {
.fm-table--application .views-field-title .alert-icon {
	right: -36px
}
}
.fm-table--application .views-field-field-availability {
	padding-bottom: 28px
}

@media (min-width:800px) {
.fm-table--application .views-field-field-availability {
	padding-bottom: 16px;
	width: 60%
}
}
.fm-table--application .views-field-field-availability p, .fm-table--application .views-field-field-availability strong {
	font-size: 16px
}

@media (min-width:800px) {
.fm-table--application .views-field-field-availability p, .fm-table--application .views-field-field-availability strong {
	font-size: 18px
}
}
.fm-table--application .views-field-field-availability.views-field-field-alert-message strong {
	float: left;
	padding-right: 4px
}
.teaser-list {
	margin-bottom: 68px
}
.teaser-list__accent {
	width: 75px;
	height: 10px;
	background: #ffb400;
	margin-bottom: 36px
}
.teaser-list__heading {
	padding-bottom: 28px
}

@media (max-width:1119.98px) {
.teaser-list__heading {
	font-size: 26px
}
}
.teaser-list__item-wrapper {
	margin-bottom: 28px
}

@media (min-width:800px) {
.teaser-list__item-wrapper {
	margin-bottom: 40px
}
}
.teaser-list__item-date {
	display: block;
	font-size: 16px;
	line-height: 1.65;
	padding-bottom: 4px
}

@media (min-width:800px) {
.teaser-list__item-date {
	font-size: 18px
}
}
.teaser-list__item-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #0c77ba;
	text-decoration: none;
	cursor: pointer
}
.teaser-list__item-title:hover {
	text-decoration: none;
	cursor: pointer;
	color: #c55422
}

@media (min-width:800px) {
.teaser-list__item-title {
	font-size: 24px
}
}
.teaser-list__link {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	color: #0c77ba
}
.teaser-list__link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #c55422
}
.teaser-list__link:hover svg {
	fill: #c55422
}

@media (min-width:800px) {
.teaser-list__link {
	font-weight: 600
}
}
.teaser-list .svgicon-default {
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 4px
}
.teaser-list .svgicon-default svg {
	width: 14px;
	height: 15px
}
.tile {
	box-shadow: 0 2px 4px #cbc8c3;
	background-color: #fff;
	border-bottom: 12px solid #085280;
	width: 100%;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media (min-width:800px) {
.tile {
	height: 235px
}
}
.tile .fas {
	font-size: 12px;
	margin-left: 8px
}
.tile__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.35;
	color: #121212;
	margin-top: 0;
	margin-bottom: 8px
}
.tile__description {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.35;
	color: #121212;
	margin-bottom: 16px;
	padding-top: 2px
}
.tile__link {
	color: #0c77ba;
	font-size: 16px;
	line-height: 1.6;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3
}

@media (min-width:800px) {
.tile__link {
	font-size: 18px
}
}
.style-alternate .tile__link {
	color: #fff
}
.tile__link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #c55422
}
.tile .file a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #0c77ba
}
.tile .file a:hover {
	color: #c55422;
	text-decoration: none
}
.tile .file a:after {
	content: ""
}
.video {
	margin: 0 auto
}
.video__iframe {
	border: 0;
	max-width: 560px
}
.video__caption {
	font-style: italic;
	font-size: 12px;
	color: #000f2b
}
.fm-accordion {
	margin-bottom: 32px
}
.fm-accordion .body-field {
	margin-bottom: 0
}
.fm-accordion .fm-btn {
	-webkit-transform: translateY(-14px);
	transform: translateY(-14px)
}
.fm-accordion .fm-btn:hover a {
	color: #fff
}
.fm-accordion__heading {
	margin-bottom: 40px
}

@media (min-width:800px) {
.fm-accordion__heading {
	margin-bottom: 52px
}
}
.fm-accordion--features-list.nested-color-trigger--orange .horizontal-card__col-left {
	background-color: #c55422
}
.fm-accordion--features-list.nested-color-trigger--yellow .horizontal-card__col-left {
	background-color: #ffb400
}
.fm-accordion--features-list.nested-color-trigger--magenta .horizontal-card__col-left {
	background-color: #911a5b
}
.fm-accordion--features-list.nested-color-trigger--teal .horizontal-card__col-left {
	background-color: #238196
}
.fm-accordion--features-list.nested-color-trigger--gray .horizontal-card__col-left {
	background-color: #f8f8f7
}
.fm-accordion--features-list.nested-color-trigger--blue .horizontal-card__col-left {
	background-color: #085280
}
.fm-accordion--features-list.nested-color-trigger--green .horizontal-card__col-left {
	background-color: #2c6937
}
.fm-accordion--features-list.nested-color-trigger--white .horizontal-card__col-left {
	background-color: #fff
}
.fm-accordion--features-list:not(.nested-color-trigger--gray) .horizontal-card {
	margin-bottom: 28px
}
.fm-accordion--features-list:not(.nested-color-trigger--gray) .horizontal-card h5 {
	color: #fff
}
.fm-accordion--features-list:not(.nested-color-trigger--gray) .horizontal-card__col-right {
	background: #fff
}
.fm-accordion--features-list:not(.nested-color-trigger--gray) .horizontal-card {
	box-shadow: 2px 2px 4px #cbc8c3
}
.fm-accordion--features-list.nested-color-trigger--gray .horizontal-card {
	border-bottom: 1px solid #cbc8c3;
	margin-bottom: 24px
}
.fm-accordion--features-list.nested-color-trigger--gray .horizontal-card h5 {
	color: #121212
}
.fm-accordion--features-list.nested-color-trigger--gray .horizontal-card__col-left {
	background: #f8f8f7
}

@media (max-width:1119.98px) {
.fm-accordion--features-list.nested-color-trigger--gray .horizontal-card__col-left {
	padding: 28px
}
}

@media (max-width:1119.98px) {
.fm-accordion--features-list.nested-color-trigger--gray .horizontal-card__col-right {
	padding-top: 0
}
}
.fm-accordion__list>div>div:last-child .fm-accordion-item {
	border: 0
}
.fm-accordion .fm-accordion-item__body-content>div>div:last-child .horizontal-card {
	border: 0;
	margin: 0
}
.fm-accordion-item {
	position: relative;
	border-bottom: 1px solid #cbc8c3;
	padding-bottom: 32px;
	margin-bottom: 32px
}
.fm-accordion-item__header {
	margin: 0
}
.fm-accordion-item__header-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	font-family: Source Sans Pro, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #0c77ba;
	border: 0;
	background: transparent;
	cursor: pointer
}

@media (min-width:800px) {
.fm-accordion-item__header-link {
	font-size: 24px;
	line-height: 1.3
}
}
.fm-accordion-item__header-link:hover {
	text-decoration: none
}
.fm-accordion-item__header-link:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: -.125em;
	content: "\F106";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	font-family: Font Awesome\ 5 Free;
	color: #0c77ba;
	font-size: 22px;
	vertical-align: middle
}

@media (min-width:1536px) {
.fm-accordion-item__header-link:after {
	align-self: center
}
}
.fm-accordion-item__header-link[aria-expanded=true] {
	color: #121212
}
.fm-accordion-item__header-link[aria-expanded=true]:after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	color: #121212
}
.fm-accordion-item__body {
	margin-top: 16px;
	padding: 40px 28px
}

@media (min-width:800px) {
.fm-accordion-item__body {
	padding: 48px 32px
}
}
.fm-accordion-item .color-trigger--transparent {
	padding: 0
}

@media (min-width:800px) {
.fm-accordion-item .color-trigger--transparent {
	padding: 40px 0 32px
}
}
.card-view__wrapper {
	background-color: #f1f1ef;
	padding-top: 20px
}
.card-view__wrapper--financial-products {
	max-height: calc(100% + 58px);
	margin-top: -58px;
	margin-bottom: -10px
}
.card-view__wrapper .filter-block__toggle {
	width: calc(50% - 8px)!important
}
.card-view--learning-library .card-view {
	padding-left: 0;
	padding-right: 0
}
.card-view--learning-library h2 {
	margin-bottom: 30px
}

@media (min-width:800px) {
.card-view--learning-library h2 {
	margin-top: 0
}
}
.color-trigger--orange {
	background-color: #c55422
}
.color-trigger--yellow {
	background-color: #ffb400
}
.color-trigger--magenta {
	background-color: #911a5b
}
.color-trigger--teal {
	background-color: #238196
}
.color-trigger--gray {
	background-color: #f8f8f7
}
.color-trigger--blue {
	background-color: #085280
}
.color-trigger--green {
	background-color: #2c6937
}
.color-trigger--white {
	background-color: #fff
}
.color-transparent-gradient--orange {
	background: linear-gradient(90deg, transparent, #c55422)
}
.color-transparent-gradient--yellow {
	background: linear-gradient(90deg, transparent, #ffb400)
}
.color-transparent-gradient--magenta {
	background: linear-gradient(90deg, transparent, #911a5b)
}
.color-transparent-gradient--teal {
	background: linear-gradient(90deg, transparent, #238196)
}
.color-transparent-gradient--gray {
	background: linear-gradient(90deg, transparent, #f8f8f7)
}
.color-transparent-gradient--blue {
	background: linear-gradient(90deg, transparent, #085280)
}
.color-transparent-gradient--green {
	background: linear-gradient(90deg, transparent, #2c6937)
}
.color-transparent-gradient--white {
	background: linear-gradient(90deg, transparent, #fff)
}
.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
	position: relative;
	display: block
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	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
}
.carousel__wrapper {
	position: relative;
	padding-bottom: 44px
}
.carousel .slick-prev {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 30px;
	margin: 0 30px
}
.carousel-controls {
	position: absolute;
	top: 45%;
	bottom: 0;
	font-size: 40px;
	color: #cbc8c3
}
.carousel-controls--next {
	right: 0
}
.carousel-controls--prev {
	left: 0
}
.carousel-indicators .slick-dots {
	list-style: none
}
.carousel-indicators--inner {
	bottom: 50px
}
.carousel-indicators--outer {
	bottom: -16px
}
.carousel-indicators .slick-dots {
	display: flex
}
.carousel-indicators li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 8px
}
.carousel-indicators--inner li {
	border: 1px solid #fff;
	background: transparent
}
.carousel-indicators--inner li.slick-active {
	background: #fff
}
.carousel-indicators--outer li {
	border: 1px solid #cbc8c3;
	background: transparent
}
.carousel-indicators--outer li.slick-active {
	background: #cbc8c3
}
.carousel .video {
	padding-bottom: 28px
}
.carousel .video iframe {
	width: 100%;
	max-width: unset;
	height: auto;
	min-height: 180px
}
.carousel .card {
	height: 100%
}

@media (min-width:800px) {
.carousel .card {
	margin: 0 16px
}
}
.carousel .quote-card {
	height: 100%
}

@media (min-width:800px) {
.carousel .quote-card {
	display: flex;
	align-items: center
}
}
.carousel .quote-card--quote-only {
	display: flex;
	align-items: center
}
.carousel--orange .quote-card {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #c55422 10%)
}

@media (min-width:800px) {
.carousel--orange .quote-card {
	background: #c55422
}
}
.carousel--orange .card, .carousel--orange .quote-card--quote-only {
	background: #c55422
}
.carousel--orange [class^=card], .carousel--orange [class^=pull-quote], .carousel--orange [class^=pull-quote] span {
	color: #fff
}
.carousel--yellow .quote-card {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #ffb400 10%)
}

@media (min-width:800px) {
.carousel--yellow .quote-card {
	background: #ffb400
}
}
.carousel--yellow .card, .carousel--yellow .quote-card--quote-only {
	background: #ffb400
}
.carousel--yellow [class^=card], .carousel--yellow [class^=pull-quote], .carousel--yellow [class^=pull-quote] span {
	color: #fff
}
.carousel--magenta .quote-card {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #911a5b 10%)
}

@media (min-width:800px) {
.carousel--magenta .quote-card {
	background: #911a5b
}
}
.carousel--magenta .card, .carousel--magenta .quote-card--quote-only {
	background: #911a5b
}
.carousel--magenta [class^=card], .carousel--magenta [class^=pull-quote], .carousel--magenta [class^=pull-quote] span {
	color: #fff
}
.carousel--teal .quote-card {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #238196 10%)
}

@media (min-width:800px) {
.carousel--teal .quote-card {
	background: #238196
}
}
.carousel--teal .card, .carousel--teal .quote-card--quote-only {
	background: #238196
}
.carousel--teal [class^=card], .carousel--teal [class^=pull-quote], .carousel--teal [class^=pull-quote] span {
	color: #fff
}
.carousel--gray .quote-card {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #f8f8f7 10%)
}

@media (min-width:800px) {
.carousel--gray .quote-card {
	background: #f8f8f7
}
}
.carousel--gray .card, .carousel--gray .quote-card--quote-only {
	background: #f8f8f7
}
.carousel--gray [class^=card], .carousel--gray [class^=pull-quote], .carousel--gray [class^=pull-quote] span {
	color: #fff
}
.carousel--blue .quote-card {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #085280 10%)
}

@media (min-width:800px) {
.carousel--blue .quote-card {
	background: #085280
}
}
.carousel--blue .card, .carousel--blue .quote-card--quote-only {
	background: #085280
}
.carousel--blue [class^=card], .carousel--blue [class^=pull-quote], .carousel--blue [class^=pull-quote] span {
	color: #fff
}
.carousel--green .quote-card {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #2c6937 10%)
}

@media (min-width:800px) {
.carousel--green .quote-card {
	background: #2c6937
}
}
.carousel--green .card, .carousel--green .quote-card--quote-only {
	background: #2c6937
}
.carousel--green [class^=card], .carousel--green [class^=pull-quote], .carousel--green [class^=pull-quote] span {
	color: #fff
}
.carousel--white .quote-card {
	background: linear-gradient(180deg, #fff 0, #fff 10%, #fff 10%)
}

@media (min-width:800px) {
.carousel--white .quote-card {
	background: #fff
}
}
.carousel--white .card, .carousel--white .quote-card--quote-only {
	background: #fff
}
.carousel--white [class^=card], .carousel--white [class^=pull-quote], .carousel--white [class^=pull-quote] span {
	color: #fff
}
.carousel--gray [class^=card], .carousel--gray [class^=pull-quote], .carousel--gray [class^=pull-quote] span, .carousel--white [class^=card], .carousel--white [class^=pull-quote], .carousel--white [class^=pull-quote] span {
	color: #121212
}
.carousel--gray .btn-transparent, .carousel--white .btn-transparent {
	border: 1px solid #0c77ba;
	color: #0c77ba
}
.carousel--gray .btn-transparent:hover, .carousel--white .btn-transparent:hover {
	background: #0c77ba;
	color: #fff
}
.carousel--white .card {
	border: 1px solid #cbc8c3
}
.detail-footer {
	background-color: #edebe9;
	padding: 60px 0 80px;
}
.detail-footer__title {
	color: #05314d;
	margin: 36px 0;
	padding: 0 20px
}

@media (min-width:800px) {
.detail-footer__title {
	margin: 68px 0 72px
}
}
.detail-footer__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 40px 28px;
	padding-bottom: 40px;
	border-bottom: 1px solid #cbc8c3
}

@media (min-width:800px) {
.detail-footer__body {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 48px;
	border: 0
}
}
.detail-footer__body .detail-footer__button {
	display: inline-flex;
	align-items: center;
	align-self: center;
	justify-content: center;
	background: #0c77ba;
	color: #fff;
	padding: 0 16px;
	height: 55px;
	width: 145px;
	border-radius: 26px;
	text-decoration: none
}
.detail-footer__body .detail-footer__button span {
	padding-left: 8px
}
.detail-footer__body .detail-footer__button .icon {
	width: 23px;
	height: 19px
}
.detail-footer__title {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 8px
}
.detail-footer__description {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 12px
}

@media (min-width:800px) {
.detail-footer__description {
	font-size: 24px;
	line-height: 1.65
}
}
.detail-footer__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 48px
}

@media (min-width:800px) {
.detail-footer__list {
	padding-left: 0;
	padding-right: 0;
	max-width: 1000px;
	display: flex;
	justify-content: center
}
}
.detail-footer__list .row {
	width: 100%
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
.detail-footer__list>.row {
	width: 100%
}
}
.detail-footer__list-item {
	margin: 0 auto 20px
}

@media (min-width:800px) {
.detail-footer__list-item {
	margin: 0 0 40px;
	width: 195px
}
}
.fm-footer {
	background-color: #011329
}

@media (min-width:800px) {
.fm-footer {
	display: flex;
	height: 70px;
	padding: 15px 30px
}
}
.fm-footer__inner {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

@media (max-width:1119.98px) {
.fm-footer__inner {
	max-width: unset
}
}

@media (min-width:800px) {
.fm-footer__inner {
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap
}
}
.fm-footer__link-item {
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
	text-align: center
}
.fm-footer__link-item:hover {
	color: #007697;
	text-decoration: none
}
.fm-footer__link-item:hover svg {
	fill: #007697
}
.fm-footer__menu {
	-webkit-column-count: 2;
	column-count: 2;
	width: 100%;
	order: 3;
	margin: 0 auto;
	padding: 15px
}

@media (min-width:800px) {
.fm-footer__menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 60%;
	-webkit-column-count: unset;
	column-count: unset;
	order: 0;
	padding: 0
}
}

@media (min-width:1120px) {
.fm-footer__menu {
	width: 70%
}
}

@media (min-width:800px) {
.fm-footer__menu .fm-footer__menu-items {
	display: flex;
	justify-content: flex-end;
	align-items: center
}
}
.fm-footer__menu .fm-footer__menu-item {
	padding: 0 20px;
	text-align: center;
	white-space: nowrap
}
.fm-footer__menu .fm-footer__menu-item a {
	padding: 0
}
.fm-footer__menu:before {
	height: 1px;
	width: 100vw;
	margin-left: -15px;
	margin-bottom: 15px;
	background-color: red
}

@media (min-width:800px) {
.fm-footer__menu:before {
	display: none
}
}
.fm-footer__menu-social-links {
	margin: 0
}
.fm-footer__menu-social, .fm-footer__menu-social-links a {
	display: flex;
	align-items: center
}
.fm-footer__menu-social {
	order: 1;
	padding: 15px 10px;
	width: 50%;
	border-bottom: 1px solid hsla(0,0%,100%,.5)
}

@media (min-width:800px) {
.fm-footer__menu-social {
	width: 24%;
	padding: 0;
	border: 0;
	order: 0;
	width: unset
}
}
.fm-footer__menu-social svg {
	width: 31px;
	height: 31px;
	margin-left: 16px;
	fill: #fff
}
.fm-footer__copyright {
	color: #fff;
	font-size: 14px;
	text-align: right;
	order: 2;
	line-height: 1.45;
	margin: 5px 0 0;
	padding: 15px 10px;
	width: 50%;
	border-bottom: 1px solid hsla(0,0%,100%,.5)
}

@media (min-width:800px) {
.fm-footer__copyright {
	padding: 0 0 0 40px;
	border-left: 1px solid hsla(0,0%,100%,.5);
	border-bottom: 0;
	order: 0;
	width: auto;
	margin: 0
}
}

@media (min-width:800px) {
.fm-footer .copyright__date {
	display: flex
}
}
.grid-display--col-two {
	display: grid;
	grid-auto-rows: 1fr;
	grid-auto-columns: 1fr;
	grid-gap: 32px 24px;
	gap: 32px 24px
}

@media (min-width:800px) {
.grid-display--col-two {
	grid-template-columns: 1fr 1fr
}
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
.grid-display--col-two .grid-display__grid-item {
	width: 50%;
	padding: 32px 12px
}
}
.grid-display--col-three {
	display: grid;
	grid-auto-rows: 1fr;
	grid-auto-columns: 1fr;
	grid-gap: 32px 24px;
	gap: 32px 24px
}

@media (min-width:800px) {
.grid-display--col-three {
	grid-template-columns: 1fr 1fr
}
}

@media (min-width:1120px) {
.grid-display--col-three {
	grid-template-columns: 1fr 1fr 1fr
}
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
.grid-display--col-three .grid-display__grid-item {
	width: 33.33%;
	padding: 32px 12px
}
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
.grid-display {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 24px);
	margin-left: -12px;
	margin-right: -12px
}
}
.grid-display__grid-item {
	width: 100%
}

@media (max-width:799.98px) {
.grid-display__grid-item {
	margin-bottom: 32px
}
}
.grid-display__grid-item>div {
	height: 100%
}
.grid-display div[class*=component-space] {
	margin-bottom: 0;
	height: 100%
}
.grid-display .highlight-box {
	height: 100%
}

@media (min-width:800px) {
.grid-display .highlight-box__img {
	min-height: 250px;
	max-height: 250px
}
}
.grid-display .highlight-box__content {
	position: relative
}
.grid-display .highlight-box__description {
	line-height: 20px
}
.grid-display .highlight-box__read-more {
	position: absolute;
	bottom: 24px;
	left: 24px
}
.landing-splash {
	position: relative;
	background-size: 0;
	background-position: 50%;
	background-repeat: no-repeat
}

@media (min-width:1120px) {
.landing-splash {
	background-size: cover;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center
}
}

@media (min-width:1536px) {
.landing-splash {
	height: 515px
}
}
.landing-splash .container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

@media (min-width:1120px) {
.landing-splash .container {
	background-size: 0
}
}
.landing-splash__headline {
	font-size: 23px;
	margin: 0;
	padding: 16px;
	color: #fff;
	text-shadow: 2px 2px rgba(0,0,0,.4);
	text-align: center
}

@media (min-width:1120px) {
.landing-splash__headline {
	font-weight: 700;
	font-size: 37px;
	line-height: 1.1;
	margin: 24px 0 16px;
	padding-bottom: 0;
	text-shadow: 2px 2px rgba(0,0,0,.3)
}
}

@media (min-width:1536px) {
.landing-splash__headline {
	font-size: 50px;
	margin: 0 auto 28px;
	padding: 0;
	text-shadow: 3px 3px rgba(0,0,0,.4);
	max-width: 78%
}
}

@media (min-width:1120px) {
.landing-splash__wrapper {
	padding: 0 24px;
	max-width: 1240px;
	margin: 0 auto;
	width: 100%
}
}
.styleguide-component {
	margin-bottom: 40px
}
.styleguide-component__content {
	margin: 10px 0 40px
}
.styleguide-component__title {
	font-weight: 400;
	padding-bottom: 10px
}
.styleguide-component__title>span {
	color: #121212;
	font-size: 16px;
	line-height: 1.6;
	display: block
}

@media (min-width:800px) {
.styleguide-component__title>span {
	font-size: 18px
}
}
.style-alternate .styleguide-component__title>span {
	color: #fff
}
.styleguide-component__separator {
	border: 2px solid #f1f1ef;
	margin-bottom: 20px
}
.styleguide-component__separator--no-title, .styleguide-component__summary {
	margin-top: -20px
}
.styleguide-category {
	margin-bottom: 80px
}
.styleguide-category__content {
	margin-bottom: 30px
}
.styleguide-category__title {
	font-weight: 400;
	font-size: 37px;
	margin-bottom: 20px;
	padding: 20px 0 16px
}
.styleguide-category__separator {
	border: 2px solid #f1f1ef;
	margin: 20px 0
}
.styleguide-sidenav__inner {
	position: fixed;
	margin-left: 30px;
	padding: 15px;
	width: 250px;
	z-index: 999;
	background-color: #0962ba;
	-webkit-transform: translateY(100px);
	transform: translateY(100px)
}
.styleguide-sidenav__toggle {
	background-color: #0962ba;
	position: fixed;
	top: 30px;
	left: 30px;
	padding: 10px
}
.styleguide-sidenav__toggle .fas {
	color: #fff
}
.styleguide-sidenav__list {
	flex-direction: column
}
.styleguide-sidenav__list a, .styleguide-sidenav__list li {
	color: #fff;
	font-size: 20px
}
.ui-dialog .ui-resizable-w {
	width: 15px;
	background-color: #1e90ff;
	cursor: col-resize
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
.dialog-off-canvas-main-canvas {
	height: 100%
}
}
.ui-dialog-off-canvas #drupal-off-canvas {
	background-color: #444
}
.cke_top, a.cke_button {
	background: #f8f8f8!important
}
#block-particle-local-tasks {
	margin-top: 120px;
	z-index: 10
}
.alert {
	z-index: 2;
	font-size: 16px
}
.cke_show_border {
	border-color: #1e90ff!important
}
.form-required:after {
	content: "*";
	color: red;
	padding-left: 5px;
	font-size: inherit
}
.ui-dialog-titlebar .ui-dialog-titlebar-close {
	z-index: 102
}
.nav-tabs--local-tasks {
	justify-content: space-around;
	background: #f2f2f2;
	padding: 0 4px;
	margin-top: 12px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-left: 2px solid #edebe9;
	border-right: 2px solid #edebe9;
	border-top: 2px solid #f1f1ef;
	border-bottom: 0;
	box-shadow: inset 0 -8px 10px -10px #cbc8c3
}
.nav-tabs--local-tasks .fm-tasks .nav-link {
	color: #0c77ba;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0;
	border: 0
}
.nav-tabs--local-tasks .fm-tasks .nav-link:hover {
	border: 0;
	color: #c55422;
	padding-top: 8px;
	padding-bottom: 8px
}
.nav-tabs--local-tasks .fm-tasks .active {
	color: #605b57;
	font-weight: 700;
	border: 0
}
.nav-tabs--local-tasks .fm-tasks .active:hover {
	color: #605b57
}
.layout-builder-update-block {
	padding-left: 20px
}
.layout-builder-update-block input, .layout-builder-update-block textarea {
	width: 100%;
	font-weight: 400;
	font-size: 14px
}
.layout-builder-update-block input[type=submit] {
	width: unset;
	border: 0;
	background: #0962ba;
	color: #fff;
	border-radius: 4px;
	padding: 4px 16px;
	font-size: 16px
}
.layout-builder-update-block .form-checkbox {
	width: 20px
}
.layout-builder-update-block .description {
	font-size: 16px
}
.node-layout-builder-form .field--name-moderation-state, .node-layout-builder-form .form-actions {
	width: 100%;
	max-width: calc(540px - 5%);
	margin: 0 auto;
	padding-right: 5%;
	padding-left: 5%;
	background: #fff;
	border-left: 2px solid #edebe9;
	border-right: 2px solid #edebe9
}

@media (min-width:800px) {
.node-layout-builder-form .field--name-moderation-state, .node-layout-builder-form .form-actions {
	max-width: calc(940px - 5%)
}
}

@media (min-width:1120px) {
.node-layout-builder-form .field--name-moderation-state, .node-layout-builder-form .form-actions {
	max-width: calc(1120px - 5%)
}
}
.node-layout-builder-form .form-actions {
	padding-top: 24px
}
.node-layout-builder-form .form-actions .form-group {
	margin-bottom: 0
}
.node-layout-builder-form .field--name-moderation-state {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 2px solid #edebe9
}
.node-layout-builder-form .field--name-moderation-state transitionset>a {
	color: #0c77ba;
	text-decoration: underline
}
.node-layout-builder-form .field--name-moderation-state transitionset>a:hover {
	color: #c55422
}
.node-layout-builder-form .button {
	box-shadow: 0 2px 4px #cbc8c3;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: 0;
	margin-right: 28px;
	margin-bottom: 16px;
	padding: 4px 12px;
	font-weight: 400;
	background-color: #fff;
	color: #0c77ba
}
.node-layout-builder-form .button:focus {
	box-shadow: 0 2px 4px #cbc8c3
}
.node-layout-builder-form .button .fa {
	font-size: 16px
}
.node-layout-builder-form .button:hover {
	color: #0c77ba;
	background-color: #f8f8f7
}
.node-layout-builder-form .button:active {
	background-color: #edebe9
}
.node-layout-builder-form .button:disabled, .node-layout-builder-form .button:disabled:hover {
	background-color: #cbc8c3;
	color: #fff
}
.node-layout-builder-form .button--primary {
	background-color: #0b72b3;
	color: #fff
}
.node-layout-builder-form .button--primary:hover {
	background-color: #0962ba;
	color: #fff
}
.node-layout-builder-form .button--primary:disabled {
	background-color: #c55422
}
.layout-builder__layout .fm-layout--masthead-one-col .col-banner, .layout-builder__layout .fm-layout--masthead-two-col .col-banner {
	margin-bottom: 0;
	overflow: auto
}
